@charset "UTF-8";
@keyframes fade-in-up {
  0% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
html {
  scroll-behavior: smooth; }

body {
  height: auto !important;
  line-height: 0;
  background: #faf4e1; }

h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.75rem; }
  h1.white {
    color: #ffffff; }
  h1.montserrat {
    font-family: "Montserrat", sans-serif; }
  @media only screen and (max-width: 660px) {
    h1 {
      font-size: 2rem;
      line-height: 2.75rem; } }

h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2rem; }
  h2.white {
    color: #ffffff; }
  h2.montserrat {
    font-family: "Montserrat", sans-serif; }

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem; }
  h3.white {
    color: #ffffff; }
  h3.montserrat {
    font-family: "Montserrat", sans-serif; }

h4 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1rem; }
  h4.white {
    color: #ffffff; }
  h4.montserrat {
    font-family: "Montserrat", sans-serif; }

a {
  color: #2f313b;
  outline: none; }
  a:hover {
    color: #2f313b; }

p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
  letter-spacing: 0.015em; }
  @media only screen and (max-width: 660px) {
    p {
      font-size: 1.15rem;
      line-height: 2.15rem; } }

iframe {
  max-width: 100%;
  width: 100%;
  border: none; }

.no-box-shadow {
  box-shadow: none !important; }

/* captions */
.caption p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 0.85rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  max-width: 45rem;
  color: #6e6e6e;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0px; }

.wp-caption-text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 0.85rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  max-width: 45rem;
  color: #6e6e6e;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0px; }

.wp-caption.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 15px; }

.related-story-box-right {
  display: flex;
  flex-direction: column;
  float: right;
  max-width: 400px;
  margin-right: -150px;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-top: 10px; }
  .related-story-box-right:hover a {
    color: #D84226; }
  .related-story-box-right .title {
    display: flex;
    flex-direction: row; }
    .related-story-box-right .title img {
      max-width: 180px;
      padding-bottom: 20px; }
  .related-story-box-right .story {
    display: flex;
    flex-direction: column; }
    .related-story-box-right .story img {
      max-width: 100%;
      margin-bottom: 15px;
      box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
    .related-story-box-right .story a {
      border: none; }
    .related-story-box-right .story h3 {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.75rem;
      color: #0a0a0a;
      text-transform: uppercase;
      margin-top: -4px;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
      .related-story-box-right .story h3.white {
        color: #ffffff; }
      .related-story-box-right .story h3.montserrat {
        font-family: "Montserrat", sans-serif; }
  @media only screen and (max-width: 1080px) {
    .related-story-box-right {
      margin-right: -10%; } }
  @media only screen and (max-width: 900px) {
    .related-story-box-right {
      margin-right: -8%; } }
  @media only screen and (max-width: 860px) {
    .related-story-box-right {
      float: none;
      margin-right: 0;
      margin: 40px auto;
      margin-bottom: 10px;
      padding: 0; } }

table.dataTable.display tbody tr .sorting_1 p, table.dataTable.order-column.stripe tbody tr .sorting_1 p {
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  font-family: "Montserrat", sans-serif; }

input[type="text"] {
  border: 1px solid #000; }

#straight-line-start {
  width: 10px; }

.arrow-contain {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 6px;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .arrow-contain {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .arrow-contain {
      display: block; } }
  .arrow-contain .start {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    color: #FAF4E1;
    margin-bottom: 20px; }
  .arrow-contain svg {
    width: 35px; }
    .arrow-contain svg .cls-1 {
      fill: #FAF4E1; }

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; }

@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.fade-img {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */ }

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */ }

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */ }

.grey-bg {
  background-color: #2e2e2e; }

.grid-container.cluster {
  max-width: 60rem; }
  @media only screen and (max-width: 900px) {
    .grid-container.cluster {
      overflow: hidden; } }
.grid-container.straight-line {
  max-width: 32.4rem; }
.grid-container.text-content {
  max-width: 46.875rem;
  margin-top: 40px; }
  .grid-container.text-content.more-stories {
    margin-top: 50px; }
  @media only screen and (max-width: 900px) {
    .grid-container.text-content:nth-child(1) {
      margin-top: 0; } }
.grid-container.podcasts, .grid-container.podcast-badges {
  max-width: 46.875rem; }
.grid-container.code_block {
  max-width: 46.875rem;
  margin-top: 40px; }
.grid-container.overlay-menu {
  max-width: 46.875rem; }
.grid-container.profiles {
  max-width: 75rem; }
.grid-container.footer {
  max-width: 75rem;
  margin-top: 40px; }
.grid-container.partners, .grid-container.strip {
  max-width: 75rem; }
.grid-container.video {
  max-width: 80rem; }
.grid-container.single-photo-lg {
  margin-top: 40px; }

.grid-padding-x > .cell.remove-padding {
  padding: 0; }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true],
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #D84226; }

.plyr__control--overlaid {
  background: rgba(216, 66, 38, 0.8); }

.plyr--full-ui input[type=range] {
  color: #D84226; }

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(216, 66, 38, 0.5); }

.nav_container {
  display: flex;
  flex-flow: column;
  position: fixed;
  z-index: 3000;
  line-height: initial; }
  .nav_container .nav {
    display: flex;
    width: 100vw;
    margin: 0 auto;
    z-index: 2;
    padding: 0.5em 1.25em;
    background-color: #2b3157;
    box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: padding 0.25s;
    -moz-transition: padding 0.25s;
    -o-transition: padding 0.25s;
    transition: padding 0.25s; }
    @media only screen and (max-width: 900px) {
      .nav_container .nav {
        padding: 0.25em 1em; } }
    .nav_container .nav .news21-logo {
      position: absolute; }
      .nav_container .nav .news21-logo .logo {
        height: 50px;
        -webkit-transition: height 0.25s;
        -moz-transition: height 0.25s;
        -o-transition: height 0.25s;
        transition: height 0.25s; }
        @media only screen and (max-width: 900px) {
          .nav_container .nav .news21-logo .logo {
            height: 35px; } }
      @media only screen and (max-width: 900px) {
        .nav_container .nav .news21-logo {
          display: none; } }
    .nav_container .nav .ki-logo {
      display: flex;
      margin: 0 auto;
      align-items: center;
      justify-content: center;
      transition: background-color .3s, opacity .5s, visibility .5s;
      opacity: 0;
      visibility: hidden; }
      .nav_container .nav .ki-logo.show {
        opacity: 1;
        visibility: visible; }
      .nav_container .nav .ki-logo img {
        height: 50px; }
      @media only screen and (max-width: 900px) {
        .nav_container .nav .ki-logo {
          margin: 0;
          justify-content: flex-start; } }
    .nav_container .nav ul {
      position: absolute;
      display: flex;
      flex-direction: row;
      list-style: none;
      align-items: center;
      right: 15px;
      margin: 0;
      padding: 0 15px;
      padding-right: 0;
      height: auto; }
      .nav_container .nav ul.top_social {
        padding: 0; }
        .nav_container .nav ul.top_social a {
          font-size: calc(1em + 0.1vw); }
      .nav_container .nav ul li {
        padding: 0 0.5em; }
      .nav_container .nav ul.top_links {
        margin-top: 10px; }
        .nav_container .nav ul.top_links a {
          font-size: calc(1em + 0.2vw); }
      .nav_container .nav ul a {
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #faf4e1 !important;
        -webkit-transition: color 0.25s;
        -moz-transition: color 0.25s;
        -o-transition: color 0.25s;
        transition: color 0.25s; }
        .nav_container .nav ul a:hover {
          color: #D84226 !important; }
      @media only screen and (max-width: 900px) {
        .nav_container .nav ul {
          display: none; } }
    .nav_container .nav .hamburger {
      display: none; }
      @media only screen and (max-width: 900px) {
        .nav_container .nav .hamburger {
          display: flex;
          position: absolute;
          right: 15px;
          padding-top: 2px; }
          .nav_container .nav .hamburger a {
            display: flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            color: #FAF4E1; }
            .nav_container .nav .hamburger a i {
              font-size: 2rem; } }

.reveal.full {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f313b;
  z-index: 10000; }
  .reveal.full .ki-logo {
    margin-bottom: 40px; }
    .reveal.full .ki-logo img {
      max-width: 75%; }
  .reveal.full .story-menu-rows {
    margin-bottom: 25px; }
  .reveal.full .cluster-title {
    margin-top: 25px;
    margin-bottom: 35px; }
    .reveal.full .cluster-title img {
      height: 30px; }
  .reveal.full h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #FAF4E1;
    text-transform: uppercase;
    margin-top: -4px; }
    .reveal.full h3.white {
      color: #ffffff; }
    .reveal.full h3.montserrat {
      font-family: "Montserrat", sans-serif; }
    @media only screen and (max-width: 1068px) {
      .reveal.full h3 {
        line-height: 1.8rem; } }
  .reveal.full a h3 {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    .reveal.full a h3:hover {
      color: #D84226; }
  .reveal.full a:hover svg .cls-1 {
    fill: #D84226; }
  .reveal.full .title-summary p {
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    line-height: 1.25rem;
    color: #FAF4E1; }
  @media only screen and (max-width: 640px) {
    .reveal.full .title-summary {
      margin-top: 25px; } }
  .reveal.full svg {
    display: inline-flex;
    height: 12px;
    margin-top: -6px;
    vertical-align: middle;
    fill: #FAF4E1; }
    .reveal.full svg .cls-1 {
      fill: #FAF4E1; }
      .reveal.full svg .cls-1:hover {
        fill: #D84226; }
  .reveal.full .close-button:hover {
    color: #D84226; }

.social-icons {
  margin: 15px 0; }
  .social-icons a {
    text-decoration: none;
    outline: none;
    color: #faf4e1 !important; }
    .social-icons a i {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid white;
      margin-right: 10px;
      margin-top: 5px;
      color: #faf4e1;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .social-icons a i {
          width: 30px;
          height: 30px; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
        .social-icons a i {
          width: 25px;
          height: 25px; } }
      .social-icons a i:hover {
        background: transparent;
        color: #ffffff; }

.has-tip {
  border-bottom: 2px #D84226 dotted;
  font-weight: normal;
  display: unset;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }
  .has-tip:hover {
    color: #D84226;
    border-bottom: none; }

.tooltip {
  max-width: 300px;
  border-radius: 4px;
  padding: 10px 10px;
  background: #2f313b !important;
  border-color: #2f313b !important; }
  .tooltip .tooltip.top:before {
    border-color: #2f313b !important; }
  .tooltip h4 {
    text-transform: uppercase;
    color: #FAF4E1; }
  .tooltip p {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.15rem;
    color: #FAF4E1; }

#story-content {
  box-shadow: 0px 5px 46px -5px black;
  -webkit-box-shadow: 0px 5px 46px -5px black;
  -moz-box-shadow: 0px 5px 46px -5px black; }

.text-content a {
  border-bottom: 2px #D84226 solid;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }
  .text-content a:hover {
    color: #D84226;
    border-bottom: none; }
.text-content .popper {
  border-bottom: 2px #D84226 dotted;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }
  .text-content .popper:hover {
    color: #D84226;
    border-bottom: none; }
.text-content.byline {
  margin-top: 20px;
  margin-bottom: 0; }
  .text-content.byline p {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0em;
    margin-bottom: 0;
    color: #0A0A13; }
  .text-content.byline .pub_date p {
    font-weight: normal;
    color: #0A0A13;
    margin-top: 10px; }
    @media only screen and (max-width: 660px) {
      .text-content.byline .pub_date p {
        margin-top: 10px; } }
  .text-content.byline .top_social {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    margin-top: 15px; }
    .text-content.byline .top_social li {
      margin-right: 8px; }
    .text-content.byline .top_social i {
      width: 25px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
    .text-content.byline .top_social a {
      width: 25px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      border-radius: 25px;
      border: 1px solid #0a0a0a;
      -webkit-transition: border 0.25s;
      -moz-transition: border 0.25s;
      -o-transition: border 0.25s;
      transition: border 0.25s; }
      .text-content.byline .top_social a:hover {
        border: 1px solid #D84226; }
        .text-content.byline .top_social a:hover i {
          color: #D84226; }
.text-content h2 {
  padding-top: 15px;
  /*&:before {
    background: url('../img/kid.svg') no-repeat;
    background-position: left;
    padding: 0 16px;
    content: " ";
  }*/ }
.text-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.95rem;
  color: #0a0a0a;
  margin-top: -4px;
  margin-bottom: 25px; }
  .text-content h3.white {
    color: #ffffff; }
  .text-content h3.montserrat {
    font-family: "Montserrat", sans-serif; }
.text-content .bios {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .text-content .bios hr {
    margin-bottom: 2px; }
  .text-content .bios h3 {
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.35rem;
    line-height: calc(0.70em + 0.5vw);
    padding-bottom: 10px;
    margin-bottom: 0px; }
  .text-content .bios span {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: calc(0.75em + 0.5vw);
    vertical-align: bottom;
    margin-top: 0px;
    margin-bottom: 10px; }
  .text-content .bios .overlay {
    background: url("../img/gradient.png");
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: display 0.25s;
    -moz-transition: display 0.25s;
    -o-transition: display 0.25s;
    transition: display 0.25s; }
    .text-content .bios .overlay.no-bg {
      background: none !important;
      display: none; }
    .text-content .bios .overlay .read-more {
      position: absolute;
      height: 20px;
      bottom: 0;
      right: 0;
      margin: 0;
      padding: 0;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
      .text-content .bios .overlay .read-more svg {
        width: 20px;
        margin-left: 6px;
        -webkit-transition: fill 0.25s;
        -moz-transition: fill 0.25s;
        -o-transition: fill 0.25s;
        transition: fill 0.25s; }
      .text-content .bios .overlay .read-more:hover svg .cls-1 {
        fill: #D84226; }
  .text-content .bios .description {
    height: 160px;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: flex-end; }
    .text-content .bios .description.on-click {
      height: auto;
      overflow: unset; }
    .text-content .bios .description p {
      font-size: 1rem;
      line-height: calc(1em + 0.5vw); }
.text-content .alignright {
  float: right;
  max-width: 400px;
  margin-right: -150px;
  padding-left: 25px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 660px) {
    .text-content .alignright {
      max-width: 385px; } }
  .text-content .alignright img {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .text-content .alignright.rect iframe {
    width: 400px;
    height: 225px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .text-content .alignright.square iframe {
    width: 400px;
    height: 400px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .text-content .alignright .wp-caption-text {
    max-width: 100%; }
  @media only screen and (max-width: 1080px) {
    .text-content .alignright {
      margin-right: -10%; } }
  @media only screen and (max-width: 900px) {
    .text-content .alignright {
      margin-right: -8%; } }
  @media only screen and (max-width: 860px) {
    .text-content .alignright {
      float: none;
      margin-right: 0;
      margin: 40px auto;
      padding: 0; } }

.downloads {
  margin-top: 0px !important; }
  .downloads h2 {
    margin-bottom: 15px; }
  .downloads h3 {
    margin-bottom: 10px; }
  .downloads hr {
    margin-bottom: 40px; }
  .downloads .button {
    margin: 0 auto; }
    .downloads .button svg {
      height: 25px;
      display: inline-flex;
      vertical-align: text-bottom;
      padding-left: 6px; }
      .downloads .button svg .cls-1 {
        fill: #FAF4E1; }
    .downloads .button:nth-child(2) {
      margin-bottom: 40px; }
    .downloads .button:nth-child(1) {
      margin-top: 20px; }
    .downloads .button.orange {
      display: block;
      max-width: 360px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 1.125rem;
      letter-spacing: 0.015em;
      text-transform: uppercase;
      background: #D84226;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      border-radius: 25px;
      border: 2px solid #D84226;
      margin-bottom: 40px;
      -webkit-transition: background 0.25s;
      -moz-transition: background 0.25s;
      -o-transition: background 0.25s;
      transition: background 0.25s; }
      .downloads .button.orange:hover {
        color: #D84226;
        background: none;
        border: 2px solid #D84226; }
        .downloads .button.orange:hover svg .cls-1 {
          fill: #D84226; }

.tagline {
  margin-top: 30px !important; }
  .tagline hr {
    margin-bottom: 1.8rem !important; }
  .tagline .button {
    margin: 0 auto;
    margin-bottom: 10px; }
    .tagline .button svg {
      height: 25px;
      display: inline-flex;
      vertical-align: text-bottom;
      padding-left: 6px; }
      .tagline .button svg .cls-1 {
        fill: #FAF4E1; }
    .tagline .button:nth-child(2) {
      margin-bottom: 40px; }
    .tagline .button:nth-child(1) {
      margin-top: 20px; }
    .tagline .button.orange {
      display: block;
      max-width: 360px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 1.125rem;
      letter-spacing: 0.015em;
      text-transform: uppercase;
      background: #D84226;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      border-radius: 25px;
      border: 2px solid #D84226;
      -webkit-transition: background 0.25s;
      -moz-transition: background 0.25s;
      -o-transition: background 0.25s;
      transition: background 0.25s; }
      .tagline .button.orange:hover {
        color: #D84226;
        background: none;
        border: 2px solid #D84226; }
        .tagline .button.orange:hover svg .cls-1 {
          fill: #D84226; }
  .tagline p {
    font-family: "Montserrat", sans-serif; }

.home-start {
  display: flex;
  min-height: 100vh;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: zoom 4s forwards;
  position: relative; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .home-start {
      min-height: 80vh; } }
  @media only screen and (max-width: 660px) {
    .home-start {
      min-height: 60vh; } }
  .home-start .intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .home-start .intro img {
      margin-bottom: 2rem; }
      @media only screen and (max-width: 660px) {
        .home-start .intro img {
          max-width: 300px; } }
    .home-start .intro p {
      font-family: Georgia, Times, "Times New Roman", serif;
      color: #FAF4E1;
      font-style: italic;
      font-weight: bold;
      font-size: 1.35rem;
      line-height: 1.85rem;
      text-shadow: 0px 2px 15px #000; }
      @media only screen and (max-width: 660px) {
        .home-start .intro p {
          font-size: 1rem;
          line-height: 1.45rem; } }

.straight-line img {
  opacity: 0; }
.straight-line.first svg, .straight-line.second-small svg, .straight-line.third-small svg, .straight-line.fourth-small svg, .straight-line.fifth-small svg, .straight-line.sixth-small svg, .straight-line.seventh-small svg {
  height: 251px;
  margin-left: 34px; }
  .straight-line.first svg .cls-1, .straight-line.second-small svg .cls-1, .straight-line.third-small svg .cls-1, .straight-line.fourth-small svg .cls-1, .straight-line.fifth-small svg .cls-1, .straight-line.sixth-small svg .cls-1, .straight-line.seventh-small svg .cls-1 {
    fill: none;
    stroke: #2f313b;
    stroke-miterlimit: 10;
    stroke-width: 5px; }
  .straight-line.first svg .cls-2, .straight-line.second-small svg .cls-2, .straight-line.third-small svg .cls-2, .straight-line.fourth-small svg .cls-2, .straight-line.fifth-small svg .cls-2, .straight-line.sixth-small svg .cls-2, .straight-line.seventh-small svg .cls-2 {
    fill: #d84226; }
.straight-line.second svg {
  height: 333px; }
  .straight-line.second svg .cls-1 {
    fill: none;
    stroke: #2f313b;
    stroke-miterlimit: 10;
    stroke-width: 5px; }
  .straight-line.second svg .cls-2 {
    fill: #d84226; }
.straight-line.third svg {
  height: 300px; }
  .straight-line.third svg .cls-1 {
    fill: none;
    stroke: #2f313b;
    stroke-miterlimit: 10;
    stroke-width: 5px; }
  .straight-line.third svg .cls-2 {
    fill: #d84226; }
.straight-line.fourth svg .cls-1 {
  fill: none;
  stroke: #2f313b;
  stroke-miterlimit: 10;
  stroke-width: 5px; }
.straight-line.fourth svg .cls-2 {
  fill: #d84226; }
.straight-line.fifth svg .cls-1 {
  fill: none;
  stroke: #2f313b;
  stroke-miterlimit: 10;
  stroke-width: 5px; }
.straight-line.fifth svg .cls-2 {
  fill: #d84226; }
.straight-line.sixth svg .cls-1 {
  fill: none;
  stroke: #2f313b;
  stroke-miterlimit: 10;
  stroke-width: 5px; }
.straight-line.sixth svg .cls-2 {
  fill: #d84226; }
.straight-line.seventh svg .cls-1 {
  fill: none;
  stroke: #2f313b;
  stroke-miterlimit: 10;
  stroke-width: 5px; }
.straight-line.seventh svg .cls-2 {
  fill: #d84226; }

.cluster.section-1 {
  opacity: 0; }
  .cluster.section-1 .border {
    max-width: 450px !important; }
  @media only screen and (max-width: 660px) {
    .cluster.section-1 .graphic {
      order: 1; }
      .cluster.section-1 .graphic img {
        width: 80%; } }
.cluster.section-2, .cluster.section-3, .cluster.section-4, .cluster.section-5, .cluster.section-6, .cluster.section-7 {
  opacity: 0;
  margin-bottom: 40px; }
.cluster.section-2 .blue-box {
  float: left; }
  .cluster.section-2 .blue-box:nth-child(1) {
    margin-bottom: 0px !important; }
.cluster.section-2 .block {
  min-height: 208px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cluster.section-2 .block {
      min-height: 235px !important; } }
  @media only screen and (max-width: 660px) {
    .cluster.section-2 .block {
      min-height: 190px !important; } }
@media only screen and (max-width: 660px) {
  .cluster.section-2 .graphic {
    order: 1; }
    .cluster.section-2 .graphic img {
      width: 80%; } }
.cluster.section-3 .blue-box {
  float: left; }
  .cluster.section-3 .blue-box:nth-child(1) {
    margin-bottom: 0px !important; }
.cluster.section-3 .block {
  min-height: 208px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cluster.section-3 .block {
      min-height: 240px !important; } }
  @media only screen and (max-width: 660px) {
    .cluster.section-3 .block {
      min-height: 200px !important; } }
@media only screen and (max-width: 660px) {
  .cluster.section-3 .graphic {
    order: 1; }
    .cluster.section-3 .graphic img {
      width: 80%; } }
@media only screen and (max-width: 660px) {
  .cluster.section-3 .home-story-list {
    order: 2; }
  .cluster.section-3 .graphic-holder {
    order: 1; } }
.cluster.section-4 .blue-box:nth-child(1) {
  margin-left: 0px !important;
  margin-right: 13px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cluster.section-4 .blue-box:nth-child(1) {
      margin-right: 10px !important; } }
  @media only screen and (max-width: 660px) {
    .cluster.section-4 .blue-box:nth-child(1) {
      margin-right: 10px !important; } }
@media only screen and (max-width: 660px) {
  .cluster.section-4 .blue-box {
    float: left; } }
.cluster.section-4 .block {
  min-height: 208px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cluster.section-4 .block {
      min-height: 240px !important; } }
  @media only screen and (max-width: 660px) {
    .cluster.section-4 .block {
      min-height: 190px !important; } }
@media only screen and (max-width: 660px) {
  .cluster.section-4 .graphic {
    order: 1; }
    .cluster.section-4 .graphic img {
      width: 80%; } }
.cluster.section-5 .blue-box {
  float: left; }
  .cluster.section-5 .blue-box:nth-child(1) {
    margin-bottom: 0px !important; }
.cluster.section-5 .block {
  min-height: 213px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cluster.section-5 .block {
      min-height: 246px !important; } }
  @media only screen and (max-width: 660px) {
    .cluster.section-5 .block {
      min-height: 190px !important; } }
@media only screen and (max-width: 660px) {
  .cluster.section-5 .graphic {
    order: 1; }
    .cluster.section-5 .graphic img {
      width: 80%; } }
@media only screen and (max-width: 660px) {
  .cluster.section-5 .home-story-list {
    order: 2; }
  .cluster.section-5 .graphic-holder {
    order: 1; } }
.cluster.section-6 .blue-box {
  float: left; }
  .cluster.section-6 .blue-box:nth-child(1) {
    margin-bottom: 0px !important; }
.cluster.section-6 .block {
  min-height: 208px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cluster.section-6 .block {
      min-height: 256px !important; } }
  @media only screen and (max-width: 660px) {
    .cluster.section-6 .block {
      min-height: 190px !important; } }
@media only screen and (max-width: 660px) {
  .cluster.section-6 .graphic {
    order: 1; }
    .cluster.section-6 .graphic img {
      width: 80%; } }
.cluster.section-7 .blue-box {
  float: left; }
  .cluster.section-7 .blue-box:nth-child(1) {
    margin-bottom: 0px !important; }
.cluster.section-7 .block {
  min-height: 180px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cluster.section-7 .block {
      min-height: 204px !important; } }
@media only screen and (max-width: 660px) {
  .cluster.section-7 .graphic {
    order: 1; }
    .cluster.section-7 .graphic img {
      width: 80%; } }
@media only screen and (max-width: 660px) {
  .cluster.section-7 .home-story-list {
    order: 2; }
  .cluster.section-7 .graphic-holder {
    order: 1; } }
.cluster .button {
  margin: 0 auto;
  margin-bottom: 10px; }
  .cluster .button svg {
    height: 25px;
    display: inline-flex;
    vertical-align: text-bottom;
    padding-left: 6px; }
    .cluster .button svg .cls-1 {
      fill: #FAF4E1; }
  .cluster .button:nth-child(2) {
    margin-bottom: 40px; }
  .cluster .button:nth-child(1) {
    margin-top: 20px; }
  .cluster .button.orange {
    display: block;
    max-width: 360px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    background: #D84226;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #D84226;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s; }
    .cluster .button.orange:hover {
      color: #D84226;
      background: none;
      border: 2px solid #D84226; }
      .cluster .button.orange:hover svg .cls-1 {
        fill: #D84226; }
.cluster .home-story-list {
  padding-top: 2.5rem; }
.cluster .blue-box {
  display: flex;
  flex-direction: column;
  text-align: left; }
  .cluster .blue-box .byline {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1rem;
    vertical-align: bottom;
    padding: 10px 8px 10px 8px;
    margin-bottom: 0;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    .cluster .blue-box .byline.small {
      font-size: 0.8rem;
      line-height: 1rem; }
      @media only screen and (max-width: 660px) {
        .cluster .blue-box .byline.small {
          line-height: 1rem; } }
    @media only screen and (max-width: 660px) {
      .cluster .blue-box .byline {
        line-height: 1rem; } }
  .cluster .blue-box.border {
    max-width: 470px;
    border: 4px solid #2f313b;
    margin-bottom: 10px !important;
    -webkit-transition: border 0.25s;
    -moz-transition: border 0.25s;
    -o-transition: border 0.25s;
    transition: border 0.25s; }
    .cluster .blue-box.border.center-block {
      margin: 0 auto; }
    .cluster .blue-box.border svg {
      display: inline-flex;
      height: 18px;
      margin-top: -6px;
      vertical-align: middle; }
    .cluster .blue-box.border .block-story-title {
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.95rem;
      color: #2f313b;
      padding: 8px 8px 0 8px;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
      .cluster .blue-box.border .block-story-title.small {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.3rem; }
        .cluster .blue-box.border .block-story-title.small svg {
          height: 12px; }
    .cluster .blue-box.border:hover {
      border: 4px solid #D84226; }
      .cluster .blue-box.border:hover .block-story-title {
        color: #D84226; }
      .cluster .blue-box.border:hover svg .cls-1 {
        fill: #D84226; }
  .cluster .blue-box.block {
    float: left;
    max-width: 48.5%;
    max-height: 238px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 2;
    background: #2f313b;
    color: #FAF4E1;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s; }
    .cluster .blue-box.block:nth-child(odd) {
      margin-left: 13px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .cluster .blue-box.block:nth-child(odd) {
          margin-left: 10px; } }
      @media only screen and (max-width: 660px) {
        .cluster .blue-box.block:nth-child(odd) {
          margin-left: 10px; } }
    .cluster .blue-box.block svg {
      display: inline-flex;
      height: 12px;
      margin-top: -2px;
      vertical-align: middle; }
      .cluster .blue-box.block svg .cls-1 {
        fill: #FAF4E1; }
    .cluster .blue-box.block .block-story-title {
      font-family: "Montserrat", sans-serif;
      font-style: italic;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.5rem;
      color: #2f313b;
      padding: 8px 8px 0 8px;
      color: #FAF4E1; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .cluster .blue-box.block .block-story-title {
          font-size: 1.125rem;
          word-wrap: break-word; } }
      @media only screen and (max-width: 660px) {
        .cluster .blue-box.block .block-story-title {
          font-size: 1rem;
          line-height: 1.25rem; } }
    .cluster .blue-box.block:hover {
      background: #D84226; }
.cluster .title-svg {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 22px; }

.code_block .responsive-embed, .code_block .flex-video {
  padding-bottom: 56% !important; }
.code_block .mini-mid h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0; }
.code_block .mini-mid p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  text-transform: none; }
.code_block img {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }

.single-photo-lg {
  /*img {
    opacity: 0;
    transform: scale3d(1.1,1.1,1);
    transform-style: preserve-3d;
    transition: opacity .7s,transform .7s;
    display: inline-block;
  }*/ }
  .single-photo-lg img {
    opacity: 0.4;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }
    .single-photo-lg img.scale {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: 1s ease; }

.chapters {
  background: #2f313b;
  padding: 1rem 0;
  margin-top: 20px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5); }
  .chapters .text-content {
    margin-top: 20px; }
  .chapters h2 {
    padding-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .chapters h2, .chapters h3 {
    color: #FAF4E1; }
  .chapters h3 {
    margin-top: 40px; }
  .chapters .chapter-bg .wp-caption-text {
    color: #abaaa7; }
  .chapters .chapter-bg p {
    display: block;
    text-align: center; }

.podcast-badges {
  padding-top: 2rem; }
  .podcast-badges img {
    height: 38px; }
    @media only screen and (max-width: 1024px) {
      .podcast-badges img {
        height: 50px; } }
  @media only screen and (max-width: 1024px) {
    .podcast-badges .cell {
      margin-bottom: 1rem; }
      .podcast-badges .cell:last-child {
        margin-bottom: 0; } }

.podcasts {
  margin-top: 1rem; }
  .podcasts .grid-x {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cacaca; }
  .podcasts .plyr--audio {
    max-height: 54px; }
  .podcasts .byline {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45rem;
    vertical-align: bottom;
    margin-top: 15px;
    margin-bottom: 20px; }
  .podcasts h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: calc(0.70em + 0.5vw);
    color: #0a0a0a;
    text-transform: uppercase;
    margin-top: -4px; }
    .podcasts h3.white {
      color: #ffffff; }
    .podcasts h3.montserrat {
      font-family: "Montserrat", sans-serif; }
  .podcasts .headphones svg {
    max-width: 180px; }
    .podcasts .headphones svg .cls-1 {
      fill: #D84226; }
  @media only screen and (max-width: 1024px) {
    .podcasts .headphones {
      margin-bottom: 40px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .postid-127 #strip {
    background-position: left center !important; } }
@media only screen and (max-width: 1024px) {
  .postid-127 #strip {
    background-position: left center !important; } }

#strip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f313b;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-height: 60vh !important;
  height: 60vh; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #strip {
      background-position: center center !important;
      background-attachment: initial !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #strip {
      background-position: center center !important;
      background-attachment: initial !important; } }
  @media only screen and (max-width: 660px) {
    #strip {
      background-position: center center !important;
      background-attachment: initial !important; } }
  #strip.small {
    max-height: 25vh !important;
    height: 25vh;
    padding-top: 4rem; }
  #strip h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #878792; }
  #strip img {
    height: 60px; }
  #strip .strip-credit {
    display: flex;
    position: absolute;
    bottom: 4px;
    right: 10px; }
    @media only screen and (max-width: 660px) {
      #strip .strip-credit {
        max-width: 250px; } }
    #strip .strip-credit p {
      font-family: "Montserrat", sans-serif;
      font-size: 0.8rem;
      color: #FAF4E1;
      padding: 0;
      margin: 0;
      text-shadow: 0px 2px 15px #000; }
      @media only screen and (max-width: 1024px) {
        #strip .strip-credit p {
          line-height: 1.25rem;
          text-align: right; } }

#video-holder .plyr {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }

.plyr, .DC-embed-document {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }

#videos hr {
  margin: 2rem auto; }
#videos h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2rem; }
#videos h4 {
  font-size: 1.25rem;
  padding-top: 15px;
  padding-bottom: 25px;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }
#videos .summary {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem; }
#videos .vids {
  margin-bottom: 25px; }
  #videos .vids:hover h4 {
    color: #D84226; }
  #videos .vids:hover .overlay {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 49, 59, 0.7);
    align-items: center;
    justify-content: center;
    color: #D84226; }
    #videos .vids:hover .overlay .title {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.95rem;
      color: #FAF4E1;
      text-transform: uppercase;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
    #videos .vids:hover .overlay svg {
      display: inline-flex;
      width: 25px; }
      #videos .vids:hover .overlay svg#previous-story {
        height: 19px;
        padding-right: 8px; }
      #videos .vids:hover .overlay svg#next-story {
        margin-top: -5px; }
      #videos .vids:hover .overlay svg .cls-1 {
        fill: #D84226; }
#videos .video-thumbnail {
  position: relative;
  overflow: hidden; }
  #videos .video-thumbnail .overlay {
    display: none; }
  #videos .video-thumbnail:hover .overlay {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 49, 59, 0.7);
    align-items: center;
    justify-content: center;
    color: #D84226; }
    #videos .video-thumbnail:hover .overlay .title {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      line-height: 1.95rem;
      color: #FAF4E1;
      text-transform: uppercase;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
    #videos .video-thumbnail:hover .overlay svg {
      display: inline-flex;
      width: 25px; }
      #videos .video-thumbnail:hover .overlay svg#previous-story {
        height: 19px;
        padding-right: 8px; }
      #videos .video-thumbnail:hover .overlay svg#next-story {
        margin-top: -5px; }
      #videos .video-thumbnail:hover .overlay svg .cls-1 {
        fill: #D84226; }

.more-stories hr {
  margin-bottom: 40px; }
.more-stories .title img {
  width: 200px; }
.more-stories .title svg {
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding-left: 10px;
  -webkit-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s; }
  .more-stories .title svg.lightUp .cls-1 {
    fill: #D84226; }
.more-stories a {
  position: relative;
  display: block;
  border: none; }
  .more-stories a:hover svg .cls-1 {
    fill: #D84226; }
.more-stories .overlay {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 49, 59, 0.7);
  align-items: center;
  justify-content: center;
  color: #FAF4E1; }
  .more-stories .overlay .title {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: calc(0.70em + 0.5vw);
    color: #FAF4E1;
    text-transform: uppercase;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    @media only screen and (max-width: 660px) {
      .more-stories .overlay .title {
        font-size: 1rem; } }
  .more-stories .overlay svg {
    display: inline-flex;
    width: 25px; }
    @media only screen and (max-width: 660px) {
      .more-stories .overlay svg {
        width: 20px; } }
    .more-stories .overlay svg#previous-story {
      height: 19px;
      padding-right: 8px; }
    .more-stories .overlay svg#next-story {
      margin-top: -5px; }
      @media only screen and (max-width: 660px) {
        .more-stories .overlay svg#next-story {
          width: 15px;
          padding-left: 4px; } }
    .more-stories .overlay svg .cls-1 {
      fill: #FAF4E1; }
  .more-stories .overlay:hover .title {
    color: #D84226; }

#partners {
  background: #2f313b;
  padding: 3rem 0;
  margin-top: 10rem; }
  @media only screen and (max-width: 660px) {
    #partners {
      margin-top: 3rem; } }
  #partners .cell {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 660px) {
      #partners .cell {
        margin-bottom: 50px; }
        #partners .cell:nth-child(4) {
          margin-bottom: 0; } }
  #partners h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2rem;
    text-decoration: underline;
    color: #939191; }
  #partners img {
    width: 70%;
    opacity: 0;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    #partners img:hover {
      color: orange; }
    @media only screen and (max-width: 660px) {
      #partners img {
        width: 50%; } }

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  #back-to-top svg {
    width: 40px;
    -webkit-transition: fill 0.25s;
    -moz-transition: fill 0.25s;
    -o-transition: fill 0.25s;
    transition: fill 0.25s; }
    #back-to-top svg:hover .cls-1 {
      fill: #D84226; }
  #back-to-top.show {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 660px) {
    #back-to-top {
      display: none !important; } }

#footer {
  background: #000000;
  padding: 3rem 0; }
  @media only screen and (max-width: 660px) {
    #footer {
      padding: 1rem 0; } }
  #footer .grid-x > .small-12 {
    margin-bottom: 25px; }
  #footer h5 {
    font-family: "Oswald", sans-serif;
    /*Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    color: #878792; }
  #footer ul {
    padding: 0;
    margin: 0; }
    #footer ul li {
      list-style: none;
      padding-bottom: 4px; }
    #footer ul a {
      font-family: "Oswald", sans-serif;
      font-size: 1rem;
      color: #e4e7eb;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
      #footer ul a:hover {
        color: #878792; }
  #footer .copyrights {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e4e7eb; }
  #footer .social ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    flex-basis: auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0 15px;
    padding-right: 0;
    height: auto; }
    @media only screen and (max-width: 660px) {
      #footer .social ul {
        justify-content: flex-start; } }
    #footer .social ul.top_social {
      padding: 0; }
      #footer .social ul.top_social a {
        font-size: calc(1em + 0.1vw); }
    #footer .social ul li {
      padding: 0 0.5em; }
    #footer .social ul.top_links a {
      font-size: calc(1em + 0.2vw); }
    #footer .social ul a {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #FAF4E1 !important;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
      #footer .social ul a:hover {
        color: #D84226 !important; }
  #footer p {
    font-family: "Oswald", sans-serif;
    font-size: 0.9rem;
    color: #878792; }
    #footer p a {
      font-family: "Oswald", sans-serif;
      color: #e4e7eb;
      -webkit-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s; }
      #footer p a:hover {
        color: #878792; }

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