html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #414042;
  line-height: 1.4; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  line-height: 1.2; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #414042;
  text-decoration: none; }

.ad {
  text-align: center; }

.buttonholder {
  width: 100%;
  text-align: center;
  grid-column: 1/-1; }

.button,
.wpcf7-submit,
button.give-btn-modal,
button.give-btn-reveal {
  display: inline-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;
  border-radius: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .button:hover,
  .wpcf7-submit:hover,
  button.give-btn-modal:hover,
  button.give-btn-reveal:hover {
    background-color: #f9f9f9; }
  .button:active,
  .wpcf7-submit:active,
  button.give-btn-modal:active,
  button.give-btn-reveal:active {
    transform: translateY(3px) scale(0.97);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); }
  .button.orange,
  .wpcf7-submit.orange,
  button.give-btn-modal.orange,
  button.give-btn-reveal.orange {
    background-color: #f46a40;
    border: none;
    color: #fff; }
    .button.orange:hover,
    .wpcf7-submit.orange:hover,
    button.give-btn-modal.orange:hover,
    button.give-btn-reveal.orange:hover {
      background-color: #e75d33; }
  .button.lightblue,
  .wpcf7-submit.lightblue,
  button.give-btn-modal.lightblue,
  button.give-btn-reveal.lightblue {
    background-color: #ebf3f7;
    border: none; }
    .button.lightblue:hover,
    .wpcf7-submit.lightblue:hover,
    button.give-btn-modal.lightblue:hover,
    button.give-btn-reveal.lightblue:hover {
      background-color: #fff; }
  .button.black,
  .wpcf7-submit.black,
  button.give-btn-modal.black,
  button.give-btn-reveal.black {
    background-color: #414042;
    color: #fff; }
    .button.black:hover,
    .wpcf7-submit.black:hover,
    button.give-btn-modal.black:hover,
    button.give-btn-reveal.black:hover {
      background-color: #000; }

.row {
  max-width: 81.25rem; }

.search-form {
  display: flex;
  flex-direction: row;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  max-width: 450px; }
  .search-form .search-field {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.25em 0.5em;
    width: 0;
    -webkit-appearance: none;
    border-radius: 0 !important;
    border: 1px solid rgba(65, 64, 66, 0.1); }
  .search-form .search-submit {
    display: block;
    flex-shrink: 0;
    margin-left: -1px;
    width: 1.75em;
    background-image: url(../img/icon-magnify-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
    background-color: #f46a40;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0; }
    .search-form .search-submit:hover {
      background-color: #e75d33; }

article .storydetails {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  article .storydetails li {
    display: inline-block;
    margin-right: 2em;
    font-family: "Lora",serif;
    font-weight: bold; }
    article .storydetails li .authorphoto {
      display: inline-block;
      width: 1.5em;
      height: auto;
      border-radius: 50%;
      vertical-align: middle; }

nav.social {
  display: flex;
  background-color: #fff; }
  nav.social ul {
    align-self: flex-end;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0.4em;
    margin: 0; }
    nav.social ul li {
      display: inline-block;
      padding-left: 1em; }
      nav.social ul li a {
        display: block;
        width: 1.1em;
        height: 1.5em;
        text-indent: -9999px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.45; }
        nav.social ul li a:hover {
          opacity: 0.7; }
        nav.social ul li a:active {
          transform: translateY(3px) scale(0.97); }
      nav.social ul li.facebook a {
        background-image: url(../img/icon-facebook.svg); }
      nav.social ul li.twitter a {
        background-image: url(../img/icon-twitter.svg); }
      nav.social ul li.instagram a {
        background-image: url(../img/icon-instagram.svg); }
      nav.social ul li.youtube a {
        background-image: url(../img/icon-youtube.svg); }
      nav.social ul li.email a {
        background-image: url(../img/icon-email.svg); }

.coverphoto {
  padding: 20px; }
  .coverphoto a {
    display: inline-block;
    position: relative;
    width: auto;
    max-width: 100%; }
    .coverphoto a img {
      display: block;
      width: 22.5em;
      max-width: 100%;
      height: auto;
      border: 0.7em solid #fff;
      box-shadow: 1px 10px 15px 0px rgba(0, 0, 0, 0.3); }
    .coverphoto a::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.3) 100%);
      opacity: 0.5; }
    .coverphoto a:active {
      transform: translateY(2px) scale(0.99); }
      .coverphoto a:active img {
        box-shadow: 1px 10px 13px 0px rgba(0, 0, 0, 0.3); }

::-moz-selection {
  background-color: #dceaf4;
  color: #000; }

::selection {
  background-color: #dceaf4;
  color: #000; }

.blocker-message {
  display: inline-flex;
  justify-content: center center;
  align-items: center;
  max-width: 728px;
  background-color: #414042;
  color: #fff;
  padding: 2rem;
  font-family: "Lora",serif;
  font-size: 1.2em;
  border-bottom: 5px solid #f46a40 !important; }
  .blocker-message:hover {
    background-color: #000;
    color: #fff !important; }

.wpcf7-form br {
  margin-bottom: 0 !important; }

.wpcf7-form .column p {
  display: none; }

.wpcf7-form label input:not([type="submit"]),
.wpcf7-form label textarea {
  max-width: 100%;
  margin-top: 0.3em;
  border: 1px solid #bbb; }

.wpcf7-form .wpcf7-checkbox {
  position: relative;
  display: block;
  -moz-column-width: 12ch;
  column-width: 12ch; }
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0;
    padding-bottom: 0.5em;
    -moz-column-break-inside: avoid;
    break-inside: avoid; }
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
      position: relative;
      display: block;
      padding-left: 1.2em; }
      .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input {
        position: absolute;
        left: 0;
        top: 0; }

.wpcf7-form .wpcf7-recaptcha {
  padding-bottom: 1rem; }

.wpcf7-form .mc4wp-checkbox label {
  position: relative;
  display: block;
  padding-left: 1.2em; }
  .wpcf7-form .mc4wp-checkbox label input {
    position: absolute;
    left: 0;
    top: 0; }

/**** Transitions *****/
a,
::after,
::before,
a img,
button,
h2,
h3,
.title,
header.top ul ul,
.line2,
.ham,
.search-box,
.amount {
  transition: 0.1s all ease-in-out; }

nav,
section.overlaymenu,
section.overlaysearch,
input {
  transition: 0.2s all ease-in-out; }

.topphoto .gradient,
.photo .gradient {
  transition: 0.5s all ease-in-out; }

.anim {
  transition: 0.9s all cubic-bezier(0.265, 0.005, 0, 1.055); }
  .anim.pre-anim {
    transform: translateY(12%);
    opacity: 0; }

.anim-parent > :nth-child(2) {
  transition-delay: 0.1s; }

.anim-parent > :nth-child(3) {
  transition-delay: 0.2s; }

.anim-parent > :nth-child(4) {
  transition-delay: 0.3s; }

.anim-parent > :nth-child(5) {
  transition-delay: 0.4s; }

.anim-parent > :nth-child(6) {
  transition-delay: 0.5s; }

.anim-parent > :nth-child(7) {
  transition-delay: 0.6s; }

.anim-parent > :nth-child(8) {
  transition-delay: 0.7s; }

.anim-parent > :nth-child(9) {
  transition-delay: 0.8s; }

.anim-parent > :nth-child(10) {
  transition-delay: 0.9s; }

@-webkit-keyframes infinite-spinning {
  0% {
    transform: rotate(-30deg); }
  50% {
    transform: rotate(30deg); }
  100% {
    transform: rotate(-30deg); } }

@keyframes infinite-spinning {
  0% {
    transform: rotate(-30deg); }
  50% {
    transform: rotate(30deg); }
  100% {
    transform: rotate(-30deg); } }

section {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.mc4wp-form .row {
  padding-top: 1rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .mc4wp-form .row input {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.5rem 0.3rem;
    border: 1px solid #bbb;
    border-radius: 0; }

.mc4wp-form .buttonholder {
  padding-top: 2rem; }

promotion-zone-container,
promotion-zone-container-alt {
  text-align: center;
  clear: both; }
  promotion-zone-container promotion-zone:not(.noveltyad) > div,
  promotion-zone-container-alt promotion-zone:not(.noveltyad) > div {
    clear: both; }
    promotion-zone-container promotion-zone:not(.noveltyad) > div::before,
    promotion-zone-container-alt promotion-zone:not(.noveltyad) > div::before {
      content: 'Advertisement';
      display: block;
      font-size: 10px;
      color: #bbb;
      text-transform: uppercase;
      text-align: center; }

/***** Specific elements *****/
.wrapper {
  background-color: #fff; }

.mobileheaderholder {
  display: none; }

section.overlaymenu {
  display: none; }

section.overlaysearch {
  display: none; }

section.masthead {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 0; }

header.top {
  background-color: #fff;
  padding-top: 0.7em;
  z-index: 900;
  margin-top: 3.4375em; }
  header.top h1 {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif; }
  header.top .line1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 81.25rem;
    margin: 0 auto 10px auto; }
    header.top .line1 h1 {
      font-size: 1em; }
    header.top .line1 .logoholder {
      display: inline-flex;
      flex-direction: row; }
      header.top .line1 .logoholder .logo {
        display: inline-block;
        width: 26.25em;
        height: 5em;
        background-image: url(../img/christianchronicle-logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -9999px; }
      header.top .line1 .logoholder .divider {
        display: none; }
      header.top .line1 .logoholder .slogan {
        font-weight: normal;
        font-size: 1.125em;
        line-height: 1.3;
        color: #414042;
        align-self: flex-end;
        padding-bottom: 0.35em;
        padding-left: 1em; }
    header.top .line1 nav.action {
      margin-bottom: 1em; }
  header.top .line2holder {
    height: 2.8125em; }
  header.top .line2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: -1px;
    width: 100%;
    height: 2.8125em;
    z-index: 901; }
    header.top .line2.fixed {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.05); }
      header.top .line2.fixed .globe {
        transform: scale(1);
        opacity: 1; }
      header.top .line2.fixed nav.main {
        transform: translateX(2.5em); }
      header.top .line2.fixed nav.social {
        transform: translateY(-100px);
        visibility: hidden;
        opacity: 0; }
      header.top .line2.fixed nav.action {
        transform: translateY(0);
        visibility: visible;
        display: block;
        opacity: 1; }
      header.top .line2.fixed .center {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent; }
    header.top .line2 .center {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 2.8125em;
      max-width: 81.25rem;
      margin: 0 auto;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb; }
    header.top .line2 .globe {
      display: block;
      position: absolute;
      left: 2rem;
      top: 0.3em;
      width: 2.0625em;
      height: 2.0625em;
      transform: translateX(-2em) scale(0.001);
      opacity: 0;
      transition: 0.3s all ease-in-out; }
      header.top .line2 .globe:hover {
        transform: rotate(25deg);
        transition: 4s all ease-in-out; }
    header.top .line2 nav.social {
      position: absolute;
      right: 2rem;
      top: 0.5em;
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }
    header.top .line2 nav.action {
      position: absolute;
      right: 2rem;
      top: 0;
      transform: translateY(-100px);
      visibility: hidden;
      display: none;
      opacity: 0; }
  header.top nav.main {
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s all ease-in-out;
    transform: translate3d(0.001px, 0, 0);
    margin-left: 2rem;
    padding-right: 420px; }
    header.top nav.main > ul {
      position: relative;
      list-style-type: none;
      padding-left: 0;
      font-size: 0;
      margin: 0; }
      header.top nav.main > ul li {
        position: relative;
        display: inline-block;
        padding: 0 0.5rem; }
        header.top nav.main > ul li a {
          position: relative;
          display: block;
          padding: 0.7em 0;
          font-size: 1rem; }
          header.top nav.main > ul li a::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: #f46a40;
            transform: scaleX(0.001);
            visibility: hidden;
            opacity: 0; }
          header.top nav.main > ul li a:hover::before {
            transform: scaleX(1);
            visibility: visible;
            opacity: 1; }
        header.top nav.main > ul li.more > a::after {
          content: '\25BC';
          display: inline-block;
          font-size: 0.6em;
          margin-left: 0.6em; }
        header.top nav.main > ul li ul {
          position: absolute;
          display: block;
          list-style-type: none;
          margin: 0;
          padding: 0;
          left: 0;
          top: 100%;
          font-size: 1rem;
          width: 25ch;
          height: auto;
          background-color: #fff;
          border: 1px solid #ebebeb;
          border-top: none;
          z-index: 999;
          padding-top: 0.5em;
          padding-bottom: 0.5em;
          box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.07);
          transform-origin: 50% 0%;
          visibility: hidden;
          transform: scaleY(0);
          opacity: 0; }
          header.top nav.main > ul li ul li {
            display: block; }
            header.top nav.main > ul li ul li a {
              font-size: 0.9em;
              padding: 0.4em; }
              header.top nav.main > ul li ul li a:hover {
                background-color: #f0f0f0; }
              header.top nav.main > ul li ul li a::before {
                content: none; }
        header.top nav.main > ul li.menuopen ul {
          visibility: visible;
          transform: none;
          opacity: 1; }
  header.top nav.action {
    text-align: right;
    align-self: flex-end;
    border-left: 1px solid rgba(65, 64, 66, 0.1);
    white-space: nowrap; }
    header.top nav.action ul {
      display: inline-block;
      list-style-type: none;
      padding-left: 0;
      margin: 4px 0; }
      header.top nav.action ul li {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        padding-left: 1em; }
        header.top nav.action ul li a {
          display: block;
          text-transform: uppercase;
          color: #414042;
          font-family: 'Open Sans Condensed', sans-serif;
          font-weight: bold; }
          header.top nav.action ul li a:hover {
            color: #000; }
          header.top nav.action ul li a:active {
            transform: translateY(3px) scale(0.97); }
        header.top nav.action ul li.donate a {
          display: block;
          background-color: #f46a40;
          color: #fff;
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          padding: 0.1em 1em; }
          header.top nav.action ul li.donate a:hover {
            background-color: #e75d33; }
          header.top nav.action ul li.donate a:active {
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); }
        header.top nav.action ul li.search {
          display: inline-block;
          position: relative; }
          header.top nav.action ul li.search a {
            display: block;
            text-indent: -9999px;
            width: 1.5em;
            height: 1.5em;
            background-image: url(../img/icon-magnify.svg);
            background-position: center;
            background-size: 100% auto;
            background-repeat: no-repeat;
            padding: 0;
            opacity: 0.65; }
            header.top nav.action ul li.search a:hover {
              opacity: 1; }
          header.top nav.action ul li.search .search-box {
            display: block;
            position: absolute;
            right: 0;
            top: calc(100% + 0.6em);
            background-color: #fff;
            padding: 1rem;
            width: 14em;
            box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.07);
            z-index: 3000;
            visibility: hidden;
            transform-origin: 0 0;
            transform: scaleY(0);
            opacity: 0; }
          header.top nav.action ul li.search.searchopen .search-box {
            visibility: visible;
            transform: none;
            opacity: 1; }

header.top + section {
  margin-top: 3.4375em !important;
  padding-top: 0; }

section.topstories {
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem; }
  section.topstories a.topphoto {
    position: relative; }
    section.topstories a.topphoto .imgcover {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 62.5%; }
    section.topstories a.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.topstories a.topphoto:hover .gradient {
      transform: translateX(-10%); }
  section.topstories .adsidebar img {
    display: block; }
  section.topstories article.top {
    position: relative;
    margin-bottom: 3rem;
    transition-delay: 0.2s; }
    section.topstories article.top a {
      display: block;
      color: #414042;
      background-color: #fff;
      padding: 2em 2em 0 0;
      width: 85%; }
      section.topstories article.top a h2 {
        display: inline;
        font-size: 2.10526em;
        margin-top: 0;
        line-height: 1.2;
        border-bottom: 2px solid transparent; }
      section.topstories article.top a:hover h2 {
        border-bottom: 2px solid #dceaf4; }
    section.topstories article.top .category {
      position: absolute;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 1.25em;
      left: 0;
      top: 0;
      transform: translateY(-50%);
      background-color: rgba(14, 200, 219, 0.9);
      color: #fff;
      text-transform: uppercase;
      padding: 0.2em 1em 0.2em 0.5em; }
  section.topstories .smallstories article a {
    display: block;
    position: relative; }
    section.topstories .smallstories article a .photo {
      position: relative;
      overflow: hidden; }
      section.topstories .smallstories article a .photo .imgcover {
        width: 100%;
        height: 0;
        padding-bottom: 60%; }
      section.topstories .smallstories article a .photo img {
        display: block; }
      section.topstories .smallstories article a .photo .gradient {
        content: '';
        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%); }
    section.topstories .smallstories article a:hover .photo .gradient {
      width: 100%; }
    section.topstories .smallstories article a .blurb {
      position: relative;
      padding-top: 2em; }
    section.topstories .smallstories article a .category {
      position: absolute;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 1.25em;
      left: 0;
      top: 0;
      transform: translateY(-50%);
      background-color: rgba(14, 200, 219, 0.9);
      color: #fff;
      text-transform: uppercase;
      padding: 0.2em 1em 0.2em 0.5em; }
    section.topstories .smallstories article a h2 {
      display: inline;
      font-size: 1.75em;
      border-bottom: 2px solid transparent; }
    section.topstories .smallstories article a:hover h2 {
      border-bottom: 2px solid #dceaf4; }
  section.topstories .sidebar {
    border-left: 1px solid rgba(65, 64, 66, 0.1);
    padding-left: 2rem;
    margin-bottom: 3rem;
    margin-top: 3rem; }
    section.topstories .sidebar section {
      padding-bottom: 2rem; }
    section.topstories .sidebar h2 {
      font-family: 'Open Sans Condensed', sans-serif;
      text-transform: uppercase;
      font-size: 1.8125em;
      background-position: left center;
      background-repeat: no-repeat;
      margin: 0 0 0.5rem 0; }
    section.topstories .sidebar article {
      position: relative;
      border-bottom: 1px solid rgba(65, 64, 66, 0.1); }
      section.topstories .sidebar article:last-of-type {
        border-bottom: none; }
      section.topstories .sidebar article a {
        display: flex;
        flex-direction: row;
        align-items: top;
        padding: 1rem 0; }
        section.topstories .sidebar article a:hover h3 {
          border-bottom: 2px solid #dceaf4; }
        section.topstories .sidebar article a .imgcover {
          display: block;
          position: relative;
          width: 6.25em;
          height: 6.25em;
          padding-bottom: 0; }
        section.topstories .sidebar article a .text {
          padding-left: 1em; }
        section.topstories .sidebar article a h3 {
          display: inline;
          font-family: 'Open Sans', sans-serif;
          font-size: 1.3125em;
          margin: 0;
          line-height: 1.2;
          border-bottom: 2px solid transparent; }
        section.topstories .sidebar article a time {
          display: block;
          font-family: 'Lora', serif;
          font-size: 0.9375em; }
    section.topstories .sidebar .loadlocal .loading {
      position: relative;
      padding-left: 1.3em;
      font-family: "Open Sans Condensed",sans-serif;
      text-transform: uppercase;
      opacity: 0.3; }
      section.topstories .sidebar .loadlocal .loading::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.2em;
        width: 0.8em;
        height: 1em;
        background-image: url(../img/icon-blackpin.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        -webkit-animation: infinite-spinning 2s infinite;
        animation: infinite-spinning 2s infinite; }
    section.topstories .sidebar .localnews h2 {
      padding-left: 1.1em;
      background-image: url(../img/icon-pin.svg);
      background-size: auto 1.2em; }
    section.topstories .sidebar .videos h2 {
      padding-left: 1.4em;
      background-image: url(../img/icon-play.svg);
      background-size: auto 1.1em; }
    section.topstories .sidebar .videos article a .photo {
      position: relative; }
      section.topstories .sidebar .videos article a .photo::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 5; }
      section.topstories .sidebar .videos article a .photo::after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/icon-playwhite.svg);
        background-position: 55% center;
        background-repeat: no-repeat;
        background-size: 30% auto;
        opacity: 0.7;
        z-index: 10;
        transform: scale(1); }
    section.topstories .sidebar .videos article a:hover .photo::after {
      transform: scale(1.1);
      opacity: 1; }
    section.topstories .sidebar .podcasts article a {
      display: block; }
      section.topstories .sidebar .podcasts article a p {
        margin: 0;
        font-size: 0.90625em; }
      section.topstories .sidebar .podcasts article a .duration {
        font-weight: bold; }
        section.topstories .sidebar .podcasts article a .duration::before {
          content: '('; }
        section.topstories .sidebar .podcasts article a .duration::after {
          content: ')'; }
    section.topstories .sidebar .podcasts h2 {
      padding-left: 1.4em;
      background-image: url(../img/icon-headphones.svg);
      background-size: auto 1.1em;
      background-position: left 30%; }

section.ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem; }
  section.ctas > * {
    width: calc(50% - 1rem); }
  section.ctas .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.625em; }
    section.ctas .box h2 {
      font-size: 2.5em;
      margin: 0; }
    section.ctas .box .buttonholder {
      padding-top: 1rem; }
  section.ctas .box-gray {
    border: 0.75em solid #f0f0f0;
    padding: 1.875em; }
    section.ctas .box-gray .buttonholder {
      margin-top: 2rem; }
    section.ctas .box-gray .moreoptions {
      display: inline-block;
      position: relative;
      color: #414042;
      border-bottom: 2px solid #1d63ff;
      margin-top: 0.5em; }
      section.ctas .box-gray .moreoptions:hover {
        border-bottom: 2px solid #414042; }
  section.ctas .box-blue {
    background: linear-gradient(25deg, #0e3aff 0%, #3d8dff 70%);
    color: #fff; }
    section.ctas .box-blue h2 {
      color: #fff; }
    section.ctas .box-blue .moreoptions {
      display: inline-block;
      position: relative;
      color: #fff;
      border-bottom: 2px solid rgba(255, 255, 255, 0.5);
      margin-top: 0.5em; }
      section.ctas .box-blue .moreoptions:hover {
        border-bottom: 2px solid #fff; }
    section.ctas .box-blue .give-form {
      margin-bottom: 0; }
    section.ctas .box-blue .give-text-input {
      color: #414042; }
    section.ctas .box-blue .give-btn.give-btn-modal {
      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; }
      section.ctas .box-blue .give-btn.give-btn-modal:hover {
        background-color: #f9f9f9; }

section.singlead {
  text-align: center;
  padding: 2rem 0; }
  section.singlead > a {
    display: inline; }

section.extralisting {
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem; }
  section.extralisting h2 {
    font-size: 2.5em;
    margin-bottom: 1rem; }
  section.extralisting .articles {
    display: flex;
    flex-wrap: wrap;
    background-color: #f0f0f0;
    padding: 2rem; }
  section.extralisting .bigstory {
    width: 55%;
    padding-right: 2rem; }
    section.extralisting .bigstory .imgcover {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 60%;
      margin-bottom: 1rem; }
    section.extralisting .bigstory h3 {
      display: inline;
      font-size: 2em;
      margin: 0;
      border-bottom: 2px solid transparent; }
    section.extralisting .bigstory:hover h3 {
      border-bottom: 2px solid rgba(65, 64, 66, 0.1); }
  section.extralisting .smallstories {
    width: 45%;
    border-left: 1px solid rgba(65, 64, 66, 0.1);
    padding-left: 2rem; }
    section.extralisting .smallstories article {
      position: relative;
      margin-bottom: 1rem; }
      section.extralisting .smallstories article a {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0 0 1rem 0; }
        section.extralisting .smallstories article a:hover h3 {
          border-bottom: 2px solid #dceaf4; }
        section.extralisting .smallstories article a .photo {
          width: 30%; }
        section.extralisting .smallstories article a .imgcover {
          display: block;
          position: relative;
          width: 100%;
          height: 0;
          padding-bottom: 100%; }
        section.extralisting .smallstories article a .text {
          padding-left: 1.5em;
          width: 70%; }
        section.extralisting .smallstories article a h3 {
          display: inline;
          font-family: 'Lora', serif;
          font-size: 1.3125em;
          margin: 0;
          line-height: 1.2;
          border-bottom: 2px solid transparent; }
        section.extralisting .smallstories article a:hover h3 {
          border-bottom: 2px solid rgba(65, 64, 66, 0.1); }
        section.extralisting .smallstories article a p {
          margin: 0.5em 0; }
        section.extralisting .smallstories article a time {
          display: block;
          font-family: 'Lora', serif;
          font-weight: bold;
          font-size: 0.9375em; }
    section.extralisting .smallstories .linkholder {
      text-align: center; }
      section.extralisting .smallstories .linkholder a {
        border-bottom: 2px solid #1d63ff; }
        section.extralisting .smallstories .linkholder a:hover {
          border-bottom: 2px solid #414042; }

section.community {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem; }
  section.community .content {
    width: calc(100% - 2rem - 300px); }
  section.community .outlinebox {
    position: relative; }
    section.community .outlinebox h2 {
      display: block;
      position: relative;
      margin: 0;
      font-size: 2.5em;
      z-index: 100;
      margin-bottom: -0.5em;
      padding-left: 1px; }
      section.community .outlinebox h2 span {
        display: inline-block;
        background-color: #fff;
        padding: 0 0.2em; }
    section.community .outlinebox .grid {
      border: 1px solid rgba(65, 64, 66, 0.1);
      padding: 4.375em 3.125em;
      z-index: 99; }
    section.community .outlinebox .buttonholder {
      position: relative;
      margin-top: -2.3em;
      z-index: 100; }
      section.community .outlinebox .buttonholder .secondary {
        display: inline-block;
        position: relative;
        font-size: 1.25em;
        margin-top: 1rem;
        border-bottom: 2px solid #1d63ff;
        line-height: 1.1; }
        section.community .outlinebox .buttonholder .secondary:hover {
          border-bottom: 2px solid #414042; }
  section.community .events {
    margin-bottom: 2rem; }
    section.community .events .grid {
      -moz-columns: 2;
      columns: 2;
      -moz-column-gap: 2rem;
      column-gap: 2rem; }
    section.community .events article {
      display: inline-block;
      margin-bottom: 1rem;
      width: 100%; }
      section.community .events article a {
        width: 100%; }
        section.community .events article a time {
          text-align: center;
          line-height: 1;
          padding-left: 0;
          max-width: 4em; }
          section.community .events article a time .month {
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
            font-size: 0.875em;
            text-transform: uppercase; }
          section.community .events article a time .day {
            font-family: 'Lora', serif;
            font-weight: bold;
            font-size: 2.4375em; }
        section.community .events article a .text {
          padding-left: 1em;
          border-left: 1px solid rgba(65, 64, 66, 0.1); }
          section.community .events article a .text .title {
            display: inline;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 1.3125em;
            line-height: 1.1;
            border-bottom: 2px solid transparent; }
          section.community .events article a .text .details {
            font-family: "Lora",serif; }
        section.community .events article a:hover .text .title {
          border-bottom: 2px solid #dceaf4; }
  section.community .classifieds {
    position: relative;
    width: 100%; }
    section.community .classifieds .grid {
      display: block;
      width: 100%;
      padding: 4.375em 0; }
      section.community .classifieds .grid .slider {
        margin: 0 70px; }
        section.community .classifieds .grid .slider .slick-arrow {
          position: absolute;
          top: 36%;
          text-indent: -99999px;
          border: 0;
          background-color: #fff;
          width: 2.1875em;
          height: 2.1875em;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          cursor: pointer; }
          section.community .classifieds .grid .slider .slick-arrow.slick-disabled {
            opacity: 0.3;
            cursor: initial; }
        section.community .classifieds .grid .slider .slick-prev {
          left: 0;
          transform: translateX(-3.125em);
          background-image: url(../img/slider-prev.svg); }
        section.community .classifieds .grid .slider .slick-next {
          right: 0;
          transform: translateX(3.125em);
          background-image: url(../img/slider-next.svg); }
      section.community .classifieds .grid .imgcover {
        display: block;
        position: relative;
        width: 50px;
        height: 50px; }
      section.community .classifieds .grid article {
        padding: 1rem; }
        section.community .classifieds .grid article h3 {
          margin: 0;
          padding-top: 1rem;
          font-family: 'Open Sans', sans-serif;
          font-weight: bold; }
  section.community .ad {
    width: 300px; }

section.emailsocial {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem; }
  section.emailsocial .emailsignup {
    width: calc(60% - 1rem);
    background-color: #f0f0f0;
    padding: 3.125em; }
    section.emailsocial .emailsignup h2 {
      font-size: 2.5em;
      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; }
  section.emailsocial .twitterfeed {
    width: calc(40% - 1rem);
    border: 12px solid #f0f0f0; }
    section.emailsocial .twitterfeed iframe {
      max-width: 60%; }

section.currentissue {
  background-color: #f0f0f0;
  padding: 4.5rem 3rem; }
  section.currentissue > .row {
    max-width: 1000px; }
  section.currentissue .text {
    padding: 20px; }
    section.currentissue .text h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 3em; }
      section.currentissue .text h2 small {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 0.5em; }
    section.currentissue .text ul {
      display: block;
      width: 100%;
      -moz-column-width: 25ch;
      column-width: 25ch;
      -moz-column-gap: 40px;
      column-gap: 40px;
      padding-left: 1em;
      margin: 2em 0; }
      section.currentissue .text ul li {
        margin-bottom: 1.5em;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid; }
        section.currentissue .text ul li a {
          border-bottom: 2px solid transparent; }
          section.currentissue .text ul li a:hover {
            border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  section.currentissue .buttonholder {
    text-align: left; }
    section.currentissue .buttonholder .buttonwrapper {
      display: inline-block;
      text-align: center; }
      section.currentissue .buttonholder .buttonwrapper .moreissues {
        display: inline-block;
        position: relative;
        color: #414042;
        border-bottom: 2px solid #808080;
        margin-top: 0.5em; }
        section.currentissue .buttonholder .buttonwrapper .moreissues:hover {
          border-bottom: 2px solid #414042; }

footer.bottom {
  width: 100%;
  border-top: 3rem solid #fff;
  border-bottom: 3rem solid #fff;
  border-left: 2rem solid #fff;
  border-right: 2rem solid #fff;
  max-width: 81.25rem;
  margin: 0 auto; }
  footer.bottom .logoholder {
    display: inline-flex;
    flex-direction: row; }
    footer.bottom .logoholder .logo {
      display: inline-block;
      width: 26.25em;
      height: 5em;
      background-image: url(../img/christianchronicle-logo.svg);
      background-size: contain;
      background-repeat: no-repeat;
      text-indent: -9999px; }
    footer.bottom .logoholder .divider {
      display: none; }
    footer.bottom .logoholder .slogan {
      font-weight: normal;
      font-size: 1.125em;
      line-height: 1.3;
      color: #414042;
      align-self: flex-end;
      padding-bottom: 0.35em;
      padding-left: 1em; }
  footer.bottom .contact .phone {
    font-family: "Lora",serif;
    font-weight: bold;
    font-size: 1.375em; }
  footer.bottom .contact h3 {
    font-size: 0.875em;
    margin-bottom: 0.3em; }
  footer.bottom .contact .address {
    margin-top: 1.5em; }
  footer.bottom nav.bottom {
    padding: 1em 2em; }
    footer.bottom nav.bottom ul {
      font-size: 1.125em;
      line-height: 2;
      -moz-column-width: 12ch;
      column-width: 12ch;
      -moz-column-gap: 40px;
      column-gap: 40px;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      footer.bottom nav.bottom ul li {
        display: block;
        -moz-column-break-after: avoid;
        break-after: avoid; }
        footer.bottom nav.bottom ul li.break {
          -moz-column-break-after: always;
          break-after: always; }
        footer.bottom nav.bottom ul li a {
          display: inline-block;
          position: relative;
          line-height: 1.1;
          padding: 0.2em; }
          footer.bottom nav.bottom ul li a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: #f46a40;
            opacity: 0;
            transform: scaleX(0); }
          footer.bottom nav.bottom ul li a:hover::after {
            opacity: 1;
            transform: scaleX(1); }
  footer.bottom .mission {
    padding: 1.5em 2em; }
    footer.bottom .mission small {
      display: block;
      font-size: 1em;
      font-weight: bold; }
    footer.bottom .mission .large {
      font-family: "Lora",serif;
      font-style: italic;
      font-size: 2em;
      line-height: 1.1; }

.copyright {
  text-align: center;
  padding: 2em 2em 1.5em 2em; }
  .copyright .divider {
    display: inline-block;
    padding: 0 2em; }
  .copyright .credit {
    display: inline-block; }
    .copyright .credit a {
      border-bottom: 2px solid transparent; }
      .copyright .credit a:hover {
        border-bottom: 2px solid #1d63ff; }

section.topstories {
  display: flex;
  align-items: stretch;
  position: relative;
  flex-wrap: wrap;
  width: 100%; }
  section.topstories .topphoto {
    order: 1;
    width: 75%; }
  section.topstories .adsidebar {
    order: 2;
    width: 25%;
    padding-left: 2rem; }
  section.topstories .stories {
    order: 3;
    width: 70%;
    padding-right: 2rem; }
  section.topstories .sidebar {
    order: 4;
    width: 30%; }

section.topstories .smallstories {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between; }
  section.topstories .smallstories article {
    width: calc(50% - 1rem);
    padding-bottom: 2rem; }

footer.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgba(65, 64, 66, 0.1); }
  footer.bottom > * {
    padding: 1rem;
    background-color: #fff; }
  footer.bottom .logoslogan {
    order: 1;
    width: calc(75% - 1px);
    margin-bottom: 1px; }
  footer.bottom .social {
    order: 2;
    width: 25%;
    margin-bottom: 1px; }
  footer.bottom .contact {
    order: 3;
    width: 25%; }
  footer.bottom nav {
    order: 4;
    width: calc(50% - 2px); }
  footer.bottom .mission {
    order: 5;
    width: 25%; }

@supports (grid-area: whatever) {
  section.topstories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: [row1] 2rem auto 2rem 3.125em 2rem [row-overlap] 2rem auto;
    grid-template-rows: [row1] auto 3.125em [row-overlap] auto;
    grid-template-areas: "tphoto tphoto tphoto tphoto tphoto tphoto tphoto tphoto tphoto sidead sidead sidead" "story  story  story  story  story  story  story  story  .      sidead sidead sidead" "story  story  story  story  story  story  story  story  sidebr sidebr sidebr sidebr";
    grid-gap: 2rem; }
    section.topstories .adsidebar {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 19;
      -ms-grid-column-span: 5;
      grid-area: sidead;
      width: auto; }
    section.topstories .topphoto {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 17;
      grid-area: tphoto;
      -ms-grid-row-span: 2;
      grid-row-end: span 2;
      width: auto; }
    section.topstories .stories {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 15;
      grid-area: story;
      width: auto;
      padding-right: 0; }
    section.topstories .sidebar {
      -ms-grid-row: 5;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7;
      grid-area: sidebr;
      width: auto; } }

@media screen and (max-width: 70em) {
  header.top .line1 .logoholder {
    font-size: calc(1.2vw + 0.1rem); }
  section.community {
    display: flex;
    flex-direction: column; }
    section.community .outlinebox {
      margin-bottom: 2rem; }
  footer.bottom .logoholder {
    font-size: 1.5vw; }
  footer.bottom .logoslogan {
    order: 1;
    width: 100%;
    margin-bottom: 1px; }
  footer.bottom .contact {
    order: 2;
    width: calc(33.3% - 1px);
    margin-bottom: 1px; }
  footer.bottom nav.bottom {
    order: 3;
    width: 66.6%;
    margin-bottom: 1px; }
    footer.bottom nav.bottom ul {
      -moz-column-width: auto;
      column-width: auto;
      -moz-columns: 2;
      columns: 2; }
      footer.bottom nav.bottom ul li.break {
        -moz-column-break-after: initial;
        break-after: initial; }
  footer.bottom .social {
    order: 4;
    width: calc(33.3% - 1px);
    margin-bottom: 0; }
  footer.bottom .mission {
    order: 5;
    width: 66.6%; } }

@media screen and (max-width: 47.5em) {
  article .storydetails li {
    padding-top: 0.5em;
    font-size: 0.7em;
    margin-right: 1em; }
  header.top {
    display: none; }
  .mobileheaderholder {
    display: block; }
  #mobileheader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.75em;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 999; }
    #mobileheader .logo {
      display: inline-block;
      width: 186px;
      height: 36px;
      background-image: url(../img/christianchronicle-logo.svg);
      background-size: contain;
      background-repeat: no-repeat;
      text-indent: -9999px; }
    #mobileheader .nav {
      list-style-type: none;
      margin: 0;
      padding-left: 1rem;
      border-left: 1px solid #ebebeb;
      font-size: 0; }
      #mobileheader .nav li {
        display: inline-block;
        font-size: 1rem; }
        #mobileheader .nav li a {
          display: block;
          position: relative;
          width: 2.25em;
          height: 2.25em;
          background-repeat: no-repeat;
          background-position: center;
          text-indent: -9999px;
          opacity: 0.65; }
          #mobileheader .nav li a:hover {
            opacity: 1; }
          #mobileheader .nav li a:active {
            transform: translateY(3px) scale(0.97); }
          #mobileheader .nav li a.search {
            background-image: url(../img/icon-magnify.svg);
            background-size: 1.5em auto; }
          #mobileheader .nav li a.menu .ham {
            position: absolute;
            left: 0.375em;
            top: calc(50% - 0.125em);
            width: 1.5em;
            height: 0.25em;
            background-color: #000; }
          #mobileheader .nav li a.menu .ham:nth-child(1) {
            transform: translateY(-200%); }
          #mobileheader .nav li a.menu .ham:nth-child(3) {
            transform: translateY(200%); }
  .mobileoverlay #mobileheader .nav {
    border-left: 0; }
    .mobileoverlay #mobileheader .nav li a.menu .ham:nth-child(1) {
      transform: rotate(-45deg) scaleX(1.3); }
    .mobileoverlay #mobileheader .nav li a.menu .ham:nth-child(2) {
      transform: rotate(45deg) scaleX(1.3); }
    .mobileoverlay #mobileheader .nav li a.menu .ham:nth-child(3) {
      transform: rotate(-45deg) scaleX(1.3); }
    .mobileoverlay #mobileheader .nav li a.search {
      transform: translateX(100%) !important;
      opacity: 0;
      visibility: hidden; }
  section.overlaymenu {
    position: fixed;
    display: flex;
    flex-direction: column;
    min-height: 1vh;
    left: 0;
    top: 0;
    padding-top: 3.75em;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 900;
    visibility: hidden;
    transform: translateY(-100%); }
    section.overlaymenu nav.main {
      width: 100%; }
      section.overlaymenu nav.main ul {
        padding: 5vw;
        margin: 0;
        list-style-type: none;
        -moz-columns: 2;
        columns: 2;
        -moz-column-rule: 1px outset #ebebeb;
        column-rule: 1px outset #ebebeb; }
        section.overlaymenu nav.main ul li {
          display: block;
          page-break-inside: avoid;
          -moz-column-break-inside: avoid;
          break-inside: avoid;
          padding: 0.4em 1em; }
          section.overlaymenu nav.main ul li a {
            display: inline-block;
            position: relative;
            font-size: 1.25em;
            line-height: 1.2;
            padding: 0.2em 0; }
            section.overlaymenu nav.main ul li a::after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 2px;
              background-color: #f46a40;
              visibility: hidden;
              opacity: 0;
              transform: scaleX(0);
              transform-origin: 0; }
            section.overlaymenu nav.main ul li a:hover::after {
              visibility: visible;
              opacity: 1;
              transform: none; }
    section.overlaymenu nav.action ul {
      list-style-type: none;
      width: calc(100% - 2rem);
      text-align: center;
      padding: 1rem 0 0 0;
      margin: 0 1rem;
      border-top: 1px solid #ebebeb; }
      section.overlaymenu nav.action ul li {
        display: inline-block; }
        section.overlaymenu nav.action ul li a {
          display: block;
          padding: 1em 0.4em;
          font-family: "Open Sans Condensed",sans-serif;
          font-weight: bold;
          font-size: 1.0625em;
          text-transform: uppercase; }
        section.overlaymenu nav.action ul li.donate a {
          display: block;
          background-color: #f46a40;
          color: #fff;
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          padding: 0.1em 0.8em;
          margin-right: 0.5em; }
          section.overlaymenu nav.action ul li.donate a:hover {
            background-color: #e75d33; }
          section.overlaymenu nav.action ul li.donate a:active {
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); }
    section.overlaymenu .buttonholder {
      padding: 0 1rem; }
    section.overlaymenu a.phone {
      margin: 1rem 0;
      padding: 0.3em; }
  .menuoverlay section.overlaymenu {
    visibility: visible;
    transform: none; }
  section.overlaysearch {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 0;
    top: 0;
    padding-top: 3.75em;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 900;
    visibility: hidden;
    transform: translateY(-100%); }
    section.overlaysearch .search-form {
      font-size: 1.5em;
      padding: 6em 2rem 0 2rem; }
  .searchoverlay section.overlaysearch {
    visibility: visible;
    opacity: 1;
    transform: none; }
  section.topstories {
    display: flex; }
    section.topstories > * {
      width: 100% !important; }
    section.topstories .adsidebar {
      display: none; }
    section.topstories .stories {
      padding-right: 0; }
      section.topstories .stories article.top a {
        width: 100%;
        padding: 1.5em 0 0 0; }
        section.topstories .stories article.top a .category {
          font-size: 1em; }
        section.topstories .stories article.top a h2 {
          font-size: 1.5em; }
      section.topstories .stories .smallstories article a .blurb {
        width: 100%;
        padding: 1.5em 0 0 0; }
      section.topstories .stories .smallstories article a .category {
        font-size: 1em; }
      section.topstories .stories .smallstories article a h2 {
        font-size: 1.5em; }
    section.topstories .sidebar {
      border-left: none;
      padding-left: 0; }
      section.topstories .sidebar article a h3 {
        font-size: 1.2em; }
  section.ctas > * {
    width: 100%;
    margin-bottom: 2rem; }
  section.ctas .box h2 {
    font-size: 1.5em; }
  section.ctas .box-gray {
    padding: 1rem; }
  section.ctas .box-blue {
    padding: 1.5rem; }
  section.extralisting h2 {
    font-size: 1.5em; }
  section.extralisting .articles {
    padding: 1rem; }
    section.extralisting .articles > * {
      flex: initial;
      width: 100%; }
    section.extralisting .articles .bigstory {
      padding-right: 0; }
      section.extralisting .articles .bigstory h3 {
        font-size: 1.5em; }
    section.extralisting .articles .smallstories {
      padding-left: 0;
      padding-top: 2rem;
      margin-top: 2rem;
      border-left: 0;
      border-top: 1px solid rgba(65, 64, 66, 0.1); }
  section.community > * {
    width: 100% !important;
    margin-bottom: 2rem; }
  section.community .events .grid {
    -moz-columns: 1;
    columns: 1;
    padding: 3em 1rem; }
  section.community .outlinebox {
    margin-bottom: 4rem; }
    section.community .outlinebox .grid {
      padding-top: 2rem; }
    section.community .outlinebox h2 {
      font-size: 1.7em; }
  section.community .classifieds .grid {
    position: relative; }
    section.community .classifieds .grid .slider {
      position: relative;
      margin: 0 30px !important; }
      section.community .classifieds .grid .slider .slick-prev {
        position: relative;
        width: 100%;
        height: 1.5em;
        left: initial;
        transform: none;
        background-image: url(../img/slider-up.svg); }
      section.community .classifieds .grid .slider .slick-next {
        position: relative;
        width: 100%;
        height: 1.5em;
        right: initial;
        transform: none;
        margin-top: 1em;
        background-image: url(../img/slider-down.svg); }
  section.community .buttonholder .button {
    width: 90% !important; }
  section.community .ad {
    text-align: center;
    width: 100%; }
  section.emailsocial > * {
    width: 100% !important;
    margin-bottom: 2rem; }
  section.emailsocial .emailsignup {
    padding: 1rem; }
    section.emailsocial .emailsignup h2 {
      font-size: 1.5em;
      background-position: 0 0.3em; }
  section.currentissue {
    padding: 2rem 2rem; }
    section.currentissue .center > * {
      width: 100% !important;
      margin-bottom: 2rem; }
    section.currentissue .center .coverphoto {
      padding: 0; }
    section.currentissue .center .text {
      padding: 0; }
  footer.bottom {
    border-top: none; }
    footer.bottom .logoholder {
      font-size: 2vw; } }

@media screen and (max-width: 40em) {
  section.masthead {
    padding: 2rem 2rem 0 2rem; }
  .buttonholder {
    position: relative; }
    .buttonholder .button {
      min-width: 0;
      width: 100% !important; }
  section.topstories .smallstories > * {
    width: 100% !important; }
  footer.bottom {
    border-bottom: 0; }
    footer.bottom .logoslogan {
      order: 1;
      width: 100%;
      margin-bottom: 1px;
      padding: 1em 0; }
    footer.bottom nav.bottom {
      order: 2;
      width: 100%;
      padding: 1em 0; }
    footer.bottom .contact {
      order: 3;
      width: 100%;
      margin-bottom: 1px;
      text-align: center; }
    footer.bottom .social {
      order: 4;
      width: 100%;
      margin-bottom: 1px;
      text-align: center;
      justify-content: center;
      align-content: center; }
    footer.bottom .mission {
      order: 5;
      display: flex;
      justify-content: center;
      width: 100%;
      margin-bottom: 1px;
      padding: 1em 0; }
  .copyright .owner {
    display: block; }
  .copyright .divider {
    display: none; }
  .copyright .credit {
    display: block;
    padding-top: 1rem; } }

@media screen and (min-width: 40em) {
  .topstories .smallstories article:nth-child(2n) {
    transition-delay: 0.1s; } }

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