.share {
  display: inline-block; }
  .share ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .share ul li {
      display: inline; }
      .share ul li a {
        display: inline-block;
        vertical-align: middle;
        width: 1.875em;
        height: 1.875em;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 0.5em;
        border-bottom: none !important; }
        .share ul li a.facebook {
          background-image: url(../img/icon-facebook-color.svg); }
        .share ul li a.twitter {
          background-image: url(../img/icon-twitter-color.svg); }
        .share ul li a.linkedin {
          background-image: url(../img/icon-linkedin-color.svg); }
        .share ul li a.reddit {
          background-image: url(../img/icon-reddit-color.svg); }

.photocreditholder {
  position: relative;
  display: inline-block; }
  .photocreditholder img {
    display: inline-block; }
  .photocreditholder .photocredit {
    text-transform: uppercase;
    font-size: 0.5em;
    text-align: right;
    margin-top: -0.8em; }
  .photocreditholder.aligncenter {
    text-align: center; }
  .photocreditholder.graybox {
    background-color: #f0f0f0;
    border-bottom: 3px solid #f0f0f0 !important; }

.postlisting {
  position: relative; }
  .postlisting article {
    width: 100%;
    margin-bottom: 2rem; }
    .postlisting article > .row {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; }
    .postlisting article a {
      border-bottom: none !important; }
      .postlisting article a h2, .postlisting article a h3 {
        display: inline;
        border-bottom: 2px solid transparent;
        font-size: 1.5em; }
      .postlisting article a time {
        display: block;
        font-family: "Lora",serif;
        font-style: italic; }
      .postlisting article a:hover {
        border-bottom: none !important; }
        .postlisting article a:hover h2, .postlisting article a:hover h3 {
          border-bottom: 2px solid #dceaf4; }
      .postlisting article a:visited {
        border-bottom: none !important; }
    .postlisting article .photo {
      margin-bottom: 1rem; }
      .postlisting article .photo .imgcover {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%; }
      .postlisting article .photo .issuecover {
        position: relative;
        max-width: 100%; }
        .postlisting article .photo .issuecover.imageexists {
          padding: 3%;
          box-shadow: 1px 8px 12px 0px rgba(0, 0, 0, 0.3); }
          .postlisting article .photo .issuecover.imageexists::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.1) 100%);
            opacity: 0.5; }
        .postlisting article .photo .issuecover img {
          display: block; }
  .postlisting .emailsignup {
    width: 100%;
    background-color: #f0f0f0;
    padding: 2rem;
    margin-bottom: 3rem;
    font-size: 16px; }
    .postlisting .emailsignup h2 {
      font-size: 1.75em;
      margin-top: 0;
      background-image: url(../img/envelope-thick.svg);
      background-repeat: no-repeat;
      background-size: 1em auto;
      background-position: left 0.3em;
      padding-left: 1.3em; }

.donationlisting article a {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 1rem 2rem 1rem;
  border-bottom: none !important; }
  .donationlisting article a .amount {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1em;
    text-align: center;
    border: 1px solid #414042;
    text-transform: uppercase;
    font-family: "Open Sans Condensed",sans-serif;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
  .donationlisting article a h2 {
    display: inline;
    font-size: 1.1em;
    border-bottom: 2px solid transparent; }
  .donationlisting article a:hover .amount {
    background-color: #f9f9f9;
    color: #000; }
  .donationlisting article a:hover h2 {
    border-bottom: 2px solid #dceaf4; }

.donationlisting .photo {
  position: relative; }

.donationlisting .imgcover {
  width: 100%;
  height: 0;
  padding-bottom: 60%; }

.donationlisting img {
  max-width: 100%; }

.trusteeslisting .trustee {
  padding: 0.9375em;
  margin-bottom: 1rem; }
  .trusteeslisting .trustee .name {
    font-family: "Lora",serif;
    font-weight: bold;
    font-size: 1.2em; }

.stafflisting {
  margin: 2rem 0; }
  .stafflisting .staff_member {
    margin-bottom: 2em; }
    .stafflisting .staff_member a {
      display: block;
      position: relative;
      width: 100%;
      border-bottom: none !important; }
      .stafflisting .staff_member a .photoholder {
        text-align: center; }
      .stafflisting .staff_member a .imgcover {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 120%;
        overflow: hidden; }
      .stafflisting .staff_member a .nameholder {
        margin-top: 0.5rem; }
      .stafflisting .staff_member a .name {
        display: inline;
        font-family: "Lora",serif;
        font-weight: bold;
        font-size: 1.2em;
        border-bottom: 2px solid transparent; }
      .stafflisting .staff_member a .job-title {
        font-family: "Lora",serif;
        font-style: italic;
        margin-top: 0.2em; }
      .stafflisting .staff_member a:hover .name {
        border-bottom: 2px solid #dceaf4; }

.testimonials {
  margin: 3rem auto;
  max-width: 812px; }
  .testimonials .testimonial {
    background-color: #f0f0f0;
    padding: 2rem;
    margin-bottom: 1rem; }
    .testimonials .testimonial .description {
      font-family: "Lora",serif;
      font-style: italic;
      font-size: 1.2em; }
    .testimonials .testimonial .credit {
      text-align: right;
      margin-top: 1em;
      font-size: 0.9em;
      font-weight: bold; }
      .testimonials .testimonial .credit::before {
        content: "- "; }
    .testimonials .testimonial p:first-of-type {
      margin-top: 0; }
    .testimonials .testimonial p:last-of-type {
      margin-bottom: 0; }

.pagination {
  width: 100%;
  font-size: 0.8em;
  padding: 1rem 0;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .pagination .prevnext {
    padding: 0;
    min-width: 11em; }
    .pagination .prevnext a {
      display: inline-block;
      background-color: #414042;
      color: #fff;
      padding: 0.5em 1em;
      border-bottom: none !important; }
      .pagination .prevnext a:hover {
        background-color: #000;
        color: #fff; }
  .pagination .prev {
    text-align: left; }
    .pagination .prev a:before {
      content: "\2190"; }
  .pagination .next {
    text-align: right; }
    .pagination .next a:after {
      content: "\2192"; }
  .pagination .pages {
    list-style-type: none;
    text-align: center;
    padding: 0; }
    .pagination .pages ul {
      display: inline-block;
      padding: 0; }
    .pagination .pages li {
      display: inline-block;
      padding: 0.5em; }
      .pagination .pages li .page-number {
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 1;
        text-align: center;
        padding-top: 0.5em;
        border-bottom: none !important;
        border-radius: 50%; }
      .pagination .pages li a.page-number:hover {
        background-color: #f0f0f0; }
      .pagination .pages li .current {
        background-color: #414042;
        color: #fff; }

.sidebar-widget .screen-reader-text {
  display: none; }

.photogallery .graybox {
  background-color: #f0f0f0;
  padding: 0.5rem;
  overflow-x: hidden; }

.photogallery h2 {
  font-size: 1.2rem !important;
  margin: 0.5rem 0.5rem 1rem 0.5rem !important; }

.photogallery .column {
  padding: 0.5rem; }

.photogallery a {
  display: block;
  position: relative;
  border: none !important; }

.photogallery .imgcover {
  display: block;
  width: 500px;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden; }

.category-list-shortcode a {
  border-bottom: 2px solid transparent !important; }
  .category-list-shortcode a:hover {
    border-bottom: 2px solid #1d63ff !important; }

.category-list-shortcode ul {
  margin: 0; }

.category-list-shortcode > li {
  margin-bottom: 1em; }

.tag-list-shortcode a {
  border-bottom: 2px solid transparent !important; }
  .tag-list-shortcode a:hover {
    border-bottom: 2px solid #1d63ff !important; }

.tag-list-shortcode .tag-cloud-link {
  display: inline-block;
  margin: 0.3rem;
  vertical-align: middle; }

nav.breadcrumb {
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 0.5em; }
  nav.breadcrumb a {
    color: #aaa;
    border-bottom: 2px solid transparent !important; }
    nav.breadcrumb a:hover {
      border-bottom: 2px solid transparent !important; }
  nav.breadcrumb .separator {
    font-size: 0.8em;
    margin: 0 0.6em; }
  nav.breadcrumb .breadcrumb_last {
    display: none; }

section.topphoto {
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem; }
  section.topphoto.narrow .photoholder {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    section.topphoto.narrow .photoholder:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #222;
      opacity: 0.2; }
  section.topphoto.narrow .imgcover {
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 1px 10px 15px 0px rgba(0, 0, 0, 0.3);
    height: 500px;
    padding-bottom: 0; }
  section.topphoto .imgcover {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%; }
  section.topphoto .gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 100%;
    background-color: rgba(14, 200, 219, 0.5);
    background: linear-gradient(120deg, rgba(14, 200, 219, 0) 0%, rgba(14, 200, 219, 0) 50%, rgba(14, 200, 219, 0.6) 100%);
    pointer-events: none; }
  section.topphoto .category {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.1875em;
    background-color: rgba(14, 200, 219, 0.9);
    color: #fff;
    text-transform: uppercase;
    padding: 0.2em 1em 0.2em 0.5em;
    transform: translateY(-70%); }
  section.topphoto .photocredit {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em;
    color: #fff;
    font-size: 0.75em; }
    section.topphoto .photocredit a {
      color: #fff; }
      section.topphoto .photocredit a:hover {
        text-decoration: underline; }
  section.topphoto .infostrip {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 0;
    max-width: 81.25rem; }
    section.topphoto .infostrip .storydetails {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      section.topphoto .infostrip .storydetails li {
        display: inline-block;
        margin-right: 2em;
        font-family: "Open Sans",sans-serif;
        font-weight: normal;
        font-size: 1.1875em; }
        section.topphoto .infostrip .storydetails li .location-popup img {
          vertical-align: middle; }
    section.topphoto .infostrip .actions {
      font-size: 1.1875em; }
      section.topphoto .infostrip .actions .print {
        display: inline-block;
        padding-right: 2em;
        padding-left: 0.3em;
        background-image: url(../img/icon-print.svg);
        background-position: right 0.3em center;
        background-repeat: no-repeat;
        background-size: 1.2em auto;
        margin-right: 1em; }

#fullarticle_tag_description br {
  vertical-align: top;
  content: "A";
  display: block;
  margin-bottom: 1em; }

main {
  font-size: 1.1875rem; }
  main a:not(.button) {
    border-bottom: 2px solid #1d63ff; }
    main a:not(.button):visited {
      border-bottom: 2px solid #ddd; }
    main a:not(.button):hover {
      color: #000;
      border-bottom: 2px solid #000; }
    main a:not(.button).imagelink {
      border-bottom: none; }
      main a:not(.button).imagelink:hover {
        border-bottom: none; }
    main a:not(.button).bookorder {
      margin-top: 1rem; }
  main hr {
    border-top: none;
    border-bottom: 1px solid #D7D6D7; }
  main .title h1 {
    font-size: 2.6em;
    margin: 0; }
  main .title .subtitle {
    font-family: "Lora",serif;
    font-style: italic;
    font-size: 1.3em;
    margin: 1rem 0 1.5rem 0; }
  main .title .photocol a {
    border-bottom: none !important; }
  main .title .issuecover {
    position: relative;
    max-width: 100%;
    margin: 2rem 0; }
    main .title .issuecover.imageexists {
      display: inline-block;
      padding: 3%;
      box-shadow: 1px 8px 12px 0px rgba(0, 0, 0, 0.3); }
      main .title .issuecover.imageexists::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.1) 100%);
        opacity: 0.5; }
    main .title .issuecover img {
      display: block; }
  main .title a.pdflink {
    background-image: url(../img/icon-pdf.svg);
    background-size: auto 1em;
    background-repeat: no-repeat;
    background-position: left 0.2em;
    padding-left: 1.2em; }
  main .title .divider {
    width: calc(100vw - 10px);
    height: 3px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
    margin-bottom: 2rem; }
    main .title .divider hr {
      width: 900px;
      max-width: calc(100% - 4rem);
      border-top: none;
      border-bottom: 1px solid #D7D6D7; }
  main .title > .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  main .title.author .subtitle {
    margin-top: 0.5rem; }
  main .title .photocol {
    text-align: center; }
  main .title .authorinfo {
    font-size: 14px;
    color: #808080; }
    main .title .authorinfo a {
      border-bottom: none !important;
      text-decoration: underline;
      color: #808080; }
      main .title .authorinfo a:hover {
        color: #000; }
    main .title .authorinfo ul {
      padding-left: 1.5em; }
  main .byline {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
    font-size: 0.8em;
    color: #808080;
    padding-bottom: 2rem; }
    main .byline a {
      color: #414042;
      border-bottom: 2px solid transparent; }
      main .byline a:hover {
        color: #000; }
    main .byline a.authorphoto-link,
    main .byline a.authorphoto-link:hover {
      text-decoration: none;
      border-bottom: 0 !important; }
    main .byline .authorphoto {
      display: inline-block;
      width: 5rem;
      height: auto;
      border-radius: 50%;
      vertical-align: middle; }
    main .byline .text {
      display: flex;
      justify-content: center;
      align-items: center; }
      main .byline .text a {
        border-bottom: 0 !important; }
        main .byline .text a .name {
          display: inline-block;
          border-bottom: 2px solid transparent; }
        main .byline .text a .jobtitle {
          opacity: 0.5;
          border-bottom: 0 !important; }
        main .byline .text a:hover {
          border-bottom: 0 !important; }
          main .byline .text a:hover .name {
            border-bottom: 2px solid #414042; }
          main .byline .text a:hover .jobtitle {
            border-bottom: 0 !important; }
  main .dropdownnav {
    margin-bottom: 2rem; }
    main .dropdownnav form {
      display: inline-block; }
    main .dropdownnav select {
      display: inline-block;
      margin-right: 1em;
      margin-bottom: 0.5em; }
  main .content {
    line-height: 1.9; }
    main .content .powerpress_player {
      margin-top: 2rem; }
      main .content .powerpress_player a {
        border-bottom: none; }
    main .content .oembed-holder {
      position: relative;
      text-align: center; }
      main .content .oembed-holder .oembed {
        display: block;
        max-width: 100%; }
        main .content .oembed-holder .oembed blockquote {
          font-family: inherit;
          font-size: inherit;
          font-style: inherit;
          border-left: none; }
        main .content .oembed-holder .oembed .instagram-media {
          width: 500px !important;
          max-width: 100% !important;
          margin: 0 auto !important; }
        main .content .oembed-holder .oembed twitter-widget,
        main .content .oembed-holder .oembed twitterwidget,
        main .content .oembed-holder .oembed iframe[id^="twitter-widget"] {
          margin-left: auto;
          margin-right: auto; }
    main .content .inline-ad {
      text-align: center; }
    main .content .author {
      background-color: #f0f0f0;
      padding: 1em; }
    main .content .catstags {
      font-size: 12px;
      margin-top: 1em;
      margin-bottom: 0.5em; }
      main .content .catstags a {
        font-family: "Open Sans Condensed",sans-serif;
        text-transform: uppercase;
        color: #aaa;
        border-bottom: 2px solid transparent !important;
        margin-left: 0.3em; }
        main .content .catstags a:hover {
          color: #414042;
          border-bottom: 2px solid #aaa !important; }
        main .content .catstags a:after {
          content: ", "; }
        main .content .catstags a:last-of-type:after {
          content: ""; }
    main .content .expired {
      background-color: #414042;
      color: #fff;
      padding: 1em;
      margin: 2rem 0; }
    main .content .section-title {
      display: block;
      font-weight: bold;
      border-top: 1px solid #aaa;
      padding-top: 1rem;
      margin-top: 1.5rem;
      clear: both; }
    main .content .locationembed {
      padding: 0.5rem;
      background-color: #414042;
      margin: 2rem 0; }
      main .content .locationembed .responsive-embed {
        margin-bottom: 0.5rem; }
      main .content .locationembed .locationname {
        color: #fff;
        text-align: center;
        font-size: 0.8em;
        padding: 0 1em; }
    main .content > p:first-child:first-letter {
      color: #f46a40;
      float: left;
      font-weight: bold;
      font-style: normal;
      font-size: 3.5em;
      line-height: 1;
      padding: 0 0.1em 0 0;
      margin-left: -0.07em; }
    main .content h2 {
      font-size: 1.6em;
      margin: 3rem 0 1rem 0; }
    main .content .inline-image-half-right {
      display: block;
      max-width: 50%;
      float: right;
      margin: 0 0 1em 1em;
      background-color: #f0f0f0;
      padding: 1em;
      font-size: 0.8em;
      clear: both; }
      main .content .inline-image-half-right img {
        display: block;
        margin-bottom: 0.5rem; }
    main .content .inline-image-half-left {
      display: block;
      max-width: 50%;
      float: left;
      margin: 0 1em 1em 0;
      background-color: #f0f0f0;
      padding: 1em;
      font-size: 0.8em;
      clear: both; }
      main .content .inline-image-half-left img {
        display: block;
        margin-bottom: 0.5rem; }
    main .content .inline-image-full {
      display: inline-block;
      margin: 0 0 1em 0;
      background-color: #f0f0f0;
      padding: 1em;
      font-size: 0.8em;
      clear: both; }
      main .content .inline-image-full img {
        display: block;
        margin-bottom: 0.5rem;
        width: 100%; }
    main .content img {
      clear: both; }
    main .content .wp-caption {
      clear: both;
      background-color: #f0f0f0;
      padding: 14px;
      font-size: 0.8rem; }
      main .content .wp-caption > a {
        border-bottom: none !important; }
      main .content .wp-caption .wp-caption-text {
        margin: 5px 0; }
      main .content .wp-caption .size-full {
        margin: 0; }
    main .content .alignleft {
      float: left;
      margin: 0 15px 30px 0;
      max-width: calc(100% - 200px);
      clear: both; }
    main .content .aligncenter {
      display: block;
      margin: 0 auto 30px auto; }
    main .content .alignright {
      float: right;
      margin: 0 0 30px 15px;
      max-width: calc(100% - 200px);
      clear: both; }
    main .content .alignnone {
      float: none;
      display: inline-block;
      margin: 0 0 30px 0; }
    main .content .size-full {
      max-width: 100%;
      height: auto;
      margin: 0 0 30px 0; }
    main .content .graybox {
      border: 14px solid #f0f0f0; }
    main .content div.graybox {
      display: block;
      max-width: 100%; }
      main .content div.graybox.size-medium {
        width: 328px; }
      main .content div.graybox.size-resp600 {
        width: 628px; }
      main .content div.graybox:after {
        content: '';
        clear: both;
        margin: 0 auto; }
    main .content #archivecommentsblock {
      margin: 3rem 0 0 0;
      padding: 2rem 0;
      border-top: 1px solid rgba(65, 64, 66, 0.1); }
      main .content #archivecommentsblock li {
        list-style-type: none;
        margin: 0; }
      main .content #archivecommentsblock .title {
        font-size: 1.4em !important;
        font-family: "Lora",serif;
        font-weight: bold !important;
        margin-bottom: 1rem; }
      main .content #archivecommentsblock .archive-comment-block {
        background-color: #f0f0f0;
        padding: 1rem;
        margin-bottom: 0.5rem; }
        main .content #archivecommentsblock .archive-comment-block .archive-commentor {
          font-weight: bold;
          margin-top: 1em; }
        main .content #archivecommentsblock .archive-comment-block .archive-date {
          font-size: 0.8em;
          font-family: "Lora",serif;
          font-style: italic; }
  main blockquote {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 1rem 0;
    border-left: 7px solid #f46a40;
    padding: 1rem;
    background-color: #f0f0f0; }
    main blockquote p:first-of-type {
      margin-top: 0; }
    main blockquote p:last-of-type {
      margin-bottom: 0; }
    main blockquote.hastweetlink .tweetthisquote {
      display: block;
      font-family: "Open Sans Condensed",sans-serif;
      font-weight: bold;
      font-style: normal;
      text-transform: uppercase;
      font-size: 0.8rem;
      padding-left: 1.4em;
      margin-top: 1em;
      border-bottom: 0;
      background-image: url(../img/icon-twitter.svg);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 1em 1em;
      opacity: 0.8; }
      main blockquote.hastweetlink .tweetthisquote:hover {
        opacity: 1; }
    main blockquote.pullquote {
      font-family: "Lora",sans-serif;
      font-style: italic;
      font-size: 1.5em;
      line-height: 1.3;
      margin: 1em 0; }
    main blockquote.left {
      width: calc(50% - 1rem);
      margin: 0 1rem 1rem 0;
      float: left;
      clear: both; }
    main blockquote.right {
      width: calc(50% - 1rem);
      margin: 0 0 1rem 1rem;
      float: right;
      clear: both; }
    main blockquote cite,
    main blockquote .citation {
      display: block;
      text-align: right;
      font-family: "Open Sans",sans-serif;
      font-size: 1rem;
      font-style: normal;
      padding-top: 1em; }
      main blockquote cite:before,
      main blockquote .citation:before {
        content: "- "; }
  main .share {
    width: 100%;
    text-align: center;
    padding: 2rem 0; }
  main ul.three-col {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    main ul.three-col li {
      width: 33%;
      margin: 0;
      padding: 0.5em; }
      main ul.three-col li + li {
        border-left: 1px solid rgba(65, 64, 66, 0.1); }
      main ul.three-col li strong {
        display: block;
        font-family: "Lora",serif;
        font-size: 1.6em;
        line-height: 1; }

.content-holder {
  padding: 0 2rem;
  max-width: 81.25rem;
  margin: 0 auto;
  font-size: 19px; }

main.book {
  margin-top: 3rem; }
  main.book .bookcover {
    text-align: center;
    padding-bottom: 2rem; }
    main.book .bookcover img {
      max-height: 70vh;
      width: auto; }

main.classified .content > p:first-child:first-letter,
main.book .content > p:first-child:first-letter {
  color: inherit;
  float: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0 !important;
  margin: 0 !important; }

main.story {
  width: 100%;
  padding: 2rem;
  max-width: 812px;
  margin: 0 auto;
  font-size: 1.1875rem; }
  main.story .topvideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 2rem 0; }
    main.story .topvideo iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
  main.story .org-link img {
    width: auto;
    height: 0.9em;
    vertical-align: middle;
    margin-bottom: 0.3em; }
  main.story .comments .button {
    width: 100%;
    border: 1px solid #414042; }
    main.story .comments .button .fb-comments-count:before {
      content: '('; }
    main.story .comments .button .fb-comments-count:after {
      content: ')'; }
  main.story .comments .comments-embed {
    display: none;
    margin-top: 2rem; }
    main.story .comments .comments-embed.visible {
      display: block; }
    main.story .comments .comments-embed iframe {
      max-width: 100%; }

main.pagecontent {
  width: 100%;
  padding: 4rem 0 2rem 0;
  max-width: 812px;
  margin: 0 auto;
  font-size: 1.1875rem; }
  main.pagecontent .search-form {
    margin: 2rem 0 4rem 0; }

main.widecontent {
  width: 100%;
  font-size: 1.1875rem;
  padding: 3rem 0; }
  main.widecontent .title {
    margin-bottom: 2rem !important; }
  main.widecontent .contentcol {
    padding: 0 4rem 0 2rem; }
  main.widecontent .ctacol .cta {
    border: 0.75em solid #f0f0f0;
    padding: 1.875em; }
  main.widecontent .ctacol h2 {
    margin-top: 0; }
  main.widecontent .ctacol .give-submit {
    display: block;
    min-width: 250px;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #414042;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 2rem auto 0 auto; }
    main.widecontent .ctacol .give-submit:hover {
      background-color: #f9f9f9; }

section.related {
  padding: 0 2rem; }
  section.related > .column {
    padding: 0; }
  section.related h2 {
    font-size: 2.5em; }
  section.related article a {
    display: flex;
    padding-bottom: 3rem; }
    section.related article a .image {
      position: relative;
      width: 40%; }
      section.related article a .image .imgcover {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%; }
    section.related article a .text {
      width: 60%;
      padding-left: 1rem; }
    section.related article a h3 {
      margin: 0;
      display: inline;
      font-size: 1.1875em;
      border-bottom: 2px solid transparent; }
    section.related article a p {
      font-size: 1.125em; }
    section.related article a time {
      font-family: "Lora",serif;
      font-weight: bold;
      font-size: 0.9375em; }
    section.related article a:hover h3 {
      border-bottom: 2px solid #dceaf4; }

.issue .intro {
  background-color: #f0f0f0; }

.searchresultslisting article {
  margin-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0; }
  .searchresultslisting article a {
    border-bottom: none !important; }
    .searchresultslisting article a .imagecol {
      padding-left: 20px !important; }
    .searchresultslisting article a h2 {
      display: inline;
      border-bottom: 2px solid transparent; }
    .searchresultslisting article a .url {
      font-size: 0.6em;
      color: #808080; }
    .searchresultslisting article a:hover h2 {
      border-bottom: 2px solid #dceaf4; }

@media screen and (max-width: 70em) {
  .topphoto .infostrip {
    font-size: 0.75em; }
  section.related article {
    width: calc(50% - 1rem); } }

@media screen and (max-width: 53.125em) {
  section.topphoto {
    padding: 0; }
    section.topphoto .infostrip {
      flex-direction: column;
      padding: 0; }
      section.topphoto .infostrip .actions {
        order: 1;
        padding: 0.5em 0;
        text-align: center;
        background-color: #f2f1f0; }
      section.topphoto .infostrip .storydetails {
        order: 2;
        display: inline-block;
        line-height: 2;
        padding: 2rem 2rem 0 2rem; }
  main .title h1 {
    font-size: 2em;
    line-height: 1.1;
    padding-bottom: 0.5rem; }
  main.story {
    padding-top: 0.5rem; } }

@media screen and (min-width: 47.5em) {
  main blockquote.left {
    border-left: 0;
    border-right: 7px solid #f46a40;
    padding-left: 0;
    padding-right: 1rem;
    margin: 0 1.5rem 1rem 0; } }

@media screen and (max-width: 47.5em) {
  main.story blockquote,
  main.story blockquote.pullquote {
    float: none;
    width: 100%;
    margin: 1.5rem 0; }
  section.related article {
    width: 100%; } }

@media screen and (max-width: 40em) {
  .photocreditholder {
    text-align: center; }
    .photocreditholder .photocredit {
      text-align: center; }
  .content-holder {
    font-size: 16px; }
  main.story {
    font-size: 1rem; }
  main .content .inline-image-half-right,
  main .content .inline-image-half-left,
  main .content .alignleft,
  main .content .aligncenter,
  main .content .alignright,
  main .content .alignnone,
  main .content .size-full {
    display: block;
    float: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px auto; }
  .postlisting article .photo .imgcover {
    padding-bottom: 60%; }
  .postlisting .emailsignup {
    position: relative;
    width: 100vw;
    margin-left: -2.9375rem;
    padding: 2.9375rem; }
  .stafflisting .staff_member {
    font-size: 0.7em; } }

@media screen and (max-width: 31.25em) {
  .searchresultslisting article a .imagecol {
    display: none; } }

/*# sourceMappingURL=interior.css.map */
