/*$grey-light: rgba(140,140,140,1);*/
html {
  scroll-behavior: smooth;
}

body {
  height: auto !important;
  line-height: 0;
  background-color: rgb(247, 247, 247);
  background-image: url("../img/upheaval-bg.jpg");
  background-repeat: repeat;
}

h1, h2, h3, h4, h5 {
  font-style: normal;
}

h1, h2 {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
}
h1.semibold, h2.semibold {
  font-weight: 600;
}

h3 {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
}
h3.bold {
  font-weight: 700;
}

h4, h5 {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  h4, h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

p {
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgb(51, 51, 51);
}

a {
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-decoration-line: underline;
  text-decoration-color: rgb(233, 148, 32);
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  -webkit-transition: text-decoration-line 0.25s;
  -moz-transition: text-decoration-line 0.25s;
  -o-transition: text-decoration-line 0.25s;
  transition: text-decoration-line 0.25s;
}
a:hover {
  text-decoration-line: none;
}

ul {
  list-style: none;
  margin: 0;
}

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

p:has(> iframe) {
  margin-bottom: 0px;
}

::selection {
  background: rgb(233, 148, 32);
}

figure {
  position: relative;
  overflow: hidden;
}
figure.photo-essay-photo-holder:hover figcaption {
  bottom: 0;
  color: rgb(0, 0, 0) !important;
}
figure.photo-essay-photo-holder:hover svg {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
figure.photo-essay-photo-holder svg {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.25rem;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media only screen and (max-width: 800px) {
  figure.photo-essay-photo-holder svg {
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
figure figcaption {
  max-width: 100%;
  /*background: rgba(250,250,250, .9);
  bottom: -118px;*/
  box-sizing: border-box;
  width: 100%;
  padding: 0.65rem;
  overflow: hidden;
  -webkit-transition: bottom 0.3s ease-out;
}
figure figcaption.photo-essay-hover {
  position: absolute;
  background: rgba(250, 250, 250, 0.9);
  bottom: -118px;
}
@media only screen and (max-width: 800px) {
  figure figcaption {
    max-width: 100%;
    position: relative;
    background: none;
    width: 100%;
    padding: 0.65rem;
    overflow: visible;
    bottom: 0px;
    background: none;
  }
}
figure figcaption p {
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  figure figcaption p {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 800px) {
  figure figcaption p {
    font-size: 0.9rem;
    color: rgb(0, 0, 0) !important;
  }
}
figure figcaption a {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 1px;
}
figure figcaption a:hover {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 0px;
}
figure.gif-image {
  margin-top: 10px;
  margin-bottom: 30px;
}

.truthsocial-embed, .twitter-widget-0 {
  margin-bottom: 25px;
}

.flourish-embed {
  margin-top: 30px;
  margin-bottom: 30px;
}

.black-bg p {
  color: rgb(255, 255, 255) !important;
}
.black-bg .republish .content p {
  color: rgb(0, 0, 0) !important;
}
.black-bg .republish .content p a {
  color: rgb(0, 0, 0) !important;
}
.black-bg .text-block.story-text p a {
  color: rgb(255, 255, 255);
}
.black-bg .author_bio .bio a {
  color: rgb(255, 255, 255) !important;
}
.black-bg .fullscreen-photo.intro figure figcaption p {
  color: rgb(0, 0, 0) !important;
}
.black-bg figure {
  position: relative;
  overflow: hidden;
}
.black-bg figure figcaption {
  max-width: 100%;
  /*background: rgba(250,250,250, .9);
  bottom: -118px;*/
  box-sizing: border-box;
  width: 100%;
  padding: 0.65rem;
  overflow: hidden;
  -webkit-transition: bottom 0.3s ease-out;
}
@media only screen and (max-width: 800px) {
  .black-bg figure figcaption {
    max-width: 100%;
    position: relative;
    background: none;
    width: 100%;
    padding: 0.65rem;
    overflow: visible;
    bottom: 0px;
    background: none;
  }
}
.black-bg figure figcaption p {
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
  color: rgb(0, 0, 0) !important;
}
@media only screen and (max-width: 800px) {
  .black-bg figure figcaption p {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 800px) {
  .black-bg figure figcaption p {
    font-size: 0.9rem;
    color: rgb(255, 255, 255) !important;
  }
}
.black-bg figure figcaption a {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 1px;
}
.black-bg figure figcaption a:hover {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 0px;
}
.black-bg figure.gif-image {
  margin-top: 10px;
  margin-bottom: 30px;
}
.black-bg h1 {
  color: rgb(255, 255, 255);
}
.black-bg .custom-byline {
  text-align: center;
}
.black-bg .custom-byline h6 {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 15px;
  color: rgb(255, 255, 255) !important;
}
.black-bg .custom-byline h6 a {
  color: rgb(255, 255, 255) !important;
}
.black-bg .custom-byline hr {
  width: 25%;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff !important;
}
.video-embed-right {
  display: flex;
  flex-direction: column;
  float: right;
  max-width: 420px;
  width: 420px;
  margin-top: 25px;
  margin-right: -140px;
  margin-left: 30px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .video-embed-right {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
}
.video-embed-right:hover svg {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.video-embed-right .video .holder {
  position: relative;
}
.video-embed-right .video .holder .volume-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.video-embed-right .video .holder .volume-icon svg {
  font-size: 1rem;
}
.video-embed-right .video .holder .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-embed-right .video .holder video {
  max-width: 100%;
  height: auto;
}
.video-embed-right .video figcaption {
  max-width: 100%;
  position: relative;
  background: none;
  width: 100%;
  padding: 0.65rem;
  overflow: visible;
  bottom: 0px;
  background: none;
}
.video-embed-right .video figcaption p {
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .video-embed-right .video figcaption p {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.video-embed-right .video figcaption a {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 1px;
}
.video-embed-right .video figcaption a:hover {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 0px;
}

.wp-caption, .wp-caption-video {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 100%;
}
.wp-caption.first, .wp-caption-video.first {
  margin-top: 0;
}
.wp-caption.alignright, .wp-caption.alignleft, .wp-caption-video.alignright, .wp-caption-video.alignleft {
  float: right;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: -200px;
  margin-left: 30px;
  margin-top: 6px;
  max-width: 400px;
  width: 400px !important;
}
@media only screen and (max-width: 800px) {
  .wp-caption.alignright, .wp-caption.alignleft, .wp-caption-video.alignright, .wp-caption-video.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
  }
}
.wp-caption.alignright img, .wp-caption.alignleft img, .wp-caption-video.alignright img, .wp-caption-video.alignleft img {
  max-width: 100%;
  width: 100% !important;
}
.wp-caption.alignleft, .wp-caption-video.alignleft {
  float: left;
  margin-left: -200px;
  margin-right: 30px;
  margin-top: 8px;
}
@media only screen and (max-width: 800px) {
  .wp-caption.alignleft, .wp-caption-video.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.wp-caption .wp-caption-text, .wp-caption p, .wp-caption-video .wp-caption-text, .wp-caption-video p {
  max-width: 100%;
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
  padding-top: 10px;
}
@media only screen and (max-width: 800px) {
  .wp-caption .wp-caption-text, .wp-caption p, .wp-caption-video .wp-caption-text, .wp-caption-video p {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.wp-caption .wp-caption-text p, .wp-caption p p, .wp-caption-video .wp-caption-text p, .wp-caption-video p p {
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .wp-caption .wp-caption-text p, .wp-caption p p, .wp-caption-video .wp-caption-text p, .wp-caption-video p p {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.wp-caption .wp-caption-text a, .wp-caption p a, .wp-caption-video .wp-caption-text a, .wp-caption-video p a {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 1px;
}
.wp-caption .wp-caption-text a:hover, .wp-caption p a:hover, .wp-caption-video .wp-caption-text a:hover, .wp-caption-video p a:hover {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 0px;
}
@media only screen and (max-width: 800px) {
  .wp-caption .wp-caption-text, .wp-caption p, .wp-caption-video .wp-caption-text, .wp-caption-video p {
    max-width: 100%;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgb(51, 51, 51);
    letter-spacing: 0;
    line-height: 1.45;
    margin-bottom: 0 !important;
    margin-top: 0;
    padding: 0;
    font-size: 0.9rem !important;
    color: rgb(0, 0, 0) !important;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  .wp-caption .wp-caption-text, .wp-caption p, .wp-caption-video .wp-caption-text, .wp-caption-video p {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.wp-caption img :before, .wp-caption-video img :before {
  background-color: rgb(222, 222, 222);
  content: " ";
  display: block;
  height: calc(100% + 40px);
  position: absolute;
  right: -20px;
  top: -20px;
  width: calc(50% + 20px);
  z-index: -1;
}

.wp-caption-video {
  margin-top: 0px;
}
@media only screen and (max-width: 800px) {
  .wp-caption-video {
    margin-top: 10px;
  }
}

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

.drop-shadow {
  box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.3);
}

.add-margin-padding {
  margin-bottom: 20px;
}

.related-story-box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 35px 0 40px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgb(245, 245, 245);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.related-story-box-right a {
  text-decoration-line: none;
}
.related-story-box-right:hover {
  box-shadow: none;
}
.related-story-box-right:hover a {
  text-decoration-line: none;
}
.related-story-box-right h5 {
  width: 100%;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: rgb(0, 0, 0);
  padding: 0;
  margin: 0;
  text-align: left;
  text-decoration-line: none;
}
@media only screen and (max-width: 800px) {
  .related-story-box-right h5 {
    padding: 0px;
  }
}
.related-story-box-right .story {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.related-story-box-right .story .img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 25%;
  width: 25%;
  padding-left: 15px;
  padding-right: 0;
}
@media only screen and (max-width: 800px) {
  .related-story-box-right .story .img {
    width: 60%;
    max-width: 60%;
  }
}
.related-story-box-right .story .headline {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  -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: 800px) {
  .related-story-box-right .story .headline {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.related-story-box-right .story .headline h4 {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: normal;
  font-weight: 800;
  color: rgb(0, 0, 0);
  font-size: 1.3rem;
  line-height: 1.65rem;
  text-transform: none;
  margin: 4px 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .related-story-box-right .story .headline h4 {
    font-size: 0.95rem;
    line-height: 1rem;
    margin: 0px;
  }
}
.related-story-box-right .story .headline h4:before {
  border-image-source: none;
  border-top: none;
  border-image-slice: 0;
  margin: 0;
  flex: 0;
}
.related-story-box-right .story .headline h4:after {
  border-image-source: none;
  border-top: none;
  border-image-slice: 0;
  margin: 0;
  flex: 0;
}
@media only screen and (max-width: 800px) {
  .related-story-box-right .story .headline {
    font-size: 1.25rem;
    padding-bottom: 14px;
  }
}
.related-story-box-right .story .headline a {
  font-family: helvetica-lt-pro, sans-serif;
  color: rgb(0, 0, 0);
  text-transform: none;
}
@media only screen and (max-width: 800px) {
  .related-story-box-right {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin: 30px auto;
    padding: 0;
  }
}

.popout-info {
  background-color: rgba(80, 111, 105, 0.7);
  padding: 15px 25px;
  margin-bottom: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.popout-info.first {
  margin-top: 40px;
}
.popout-info p {
  margin: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.popout-info p a {
  color: rgb(255, 255, 255) !important;
}

.download-story {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-story.first {
  margin-bottom: 40px;
}
.download-story.first hr {
  border-bottom-color: rgb(66, 96, 87);
}
.download-story .download-bg {
  background-color: rgba(80, 111, 105, 0.7);
}
@media only screen and (max-width: 800px) {
  .download-story {
    margin: 25px 0;
  }
}
.download-story p {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  color: rgb(66, 96, 87);
}
.download-story p a {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: rgb(66, 96, 87);
}
.download-story .download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  padding: 16px 10px;
  background-color: rgb(66, 96, 87);
  border: 2px solid rgb(66, 96, 87);
  text-transform: uppercase;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media only screen and (max-width: 800px) {
  .download-story .download-link {
    margin-top: 25px;
  }
}
.download-story .download-link svg {
  margin-left: 15px;
}
.download-story .download-link:hover {
  box-shadow: none;
  background-color: rgba(80, 111, 105, 0.7);
}

.open {
  display: block;
}

.close {
  display: none;
}

.navigation {
  display: flex;
  position: fixed;
  top: 0px;
  flex-flow: column;
  z-index: 1000000;
  line-height: initial;
  background-color: rgb(26, 26, 26);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 800px) {
  .navigation {
    position: initial;
    z-index: 1;
  }
}
.navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  flex-basis: auto;
  align-items: center;
  margin: 0;
  padding: 0;
  height: auto;
}
.navigation .main-nav-container {
  display: flex;
  width: 100vw;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .navigation .main-nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.navigation .main-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 10px 25px;
  margin: 0 auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 1260px) {
  .navigation .main-nav {
    margin: initial;
  }
}
@media only screen and (max-width: 600px) {
  .navigation .main-nav {
    flex-direction: column;
  }
}
.navigation .main-nav .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .navigation .main-nav .logo {
    justify-content: flex-start;
    padding-top: 0px;
  }
}
.navigation .main-nav .logo img {
  height: 35px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.navigation .main-nav .logo a {
  text-decoration: none;
  border: none;
}
.navigation .main-nav .logo a:first-child {
  margin-right: 30px;
}
.navigation .main-nav .nav-links {
  display: flex;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  justify-content: end;
  align-self: flex-end;
}
@media only screen and (max-width: 800px) {
  .navigation .main-nav .nav-links {
    align-self: initial;
    display: none;
  }
}
.navigation .main-nav .nav-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: display 5s;
  transition-timing-function: linear;
}
.navigation .main-nav .nav-links ul.main-links {
  font-family: helvetica-lt-pro, sans-serif;
  text-transform: uppercase;
  height: 40px;
}
@media only screen and (max-width: 600px) {
  .navigation .main-nav .nav-links ul.main-links {
    height: auto;
  }
}
.navigation .main-nav .nav-links ul.main-links li {
  font-size: calc(0.4rem + 0.8vmin);
  font-weight: 700;
  padding-right: 25px;
}
.navigation .main-nav .nav-links ul.main-links li.current_page_item a {
  text-decoration-line: underline;
  text-decoration-color: rgb(255, 255, 255);
}
@media only screen and (max-width: 600px) {
  .navigation .main-nav .nav-links ul.main-links li {
    font-size: calc(0.8rem + 0.8vmin);
    margin-top: 20px;
  }
  .navigation .main-nav .nav-links ul.main-links li:last-child {
    padding-right: 0px;
  }
}
.navigation .main-nav .nav-links ul.main-links li a {
  font-family: helvetica-lt-pro, sans-serif;
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  letter-spacing: 1px;
}
.navigation .main-nav .nav-links ul.main-links li a:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: underline;
  text-decoration-color: rgb(255, 255, 255);
}
.navigation .main-nav .nav-links ul.main-links li:last-child {
  padding-right: 0px;
}
.navigation .main-nav .nav-hamburger {
  display: none;
  justify-content: center;
  align-items: center;
}
.navigation .main-nav .nav-hamburger .close {
  display: none;
}
.navigation .main-nav .nav-hamburger svg {
  font-size: 1.75rem;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 800px) {
  .navigation .main-nav .nav-hamburger {
    display: flex;
    position: absolute;
    right: 15px;
  }
  .navigation .main-nav .nav-hamburger a {
    display: flex;
    width: 30px;
    height: 35px;
    align-items: center;
    justify-content: center;
  }
  .navigation .main-nav .nav-hamburger a svg {
    font-size: 1.75rem;
    color: rgb(255, 255, 255);
  }
}

.mobile-links {
  display: none;
  width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(26, 26, 26);
  position: absolute;
  top: 70px;
  z-index: 100;
}
.mobile-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.mobile-links ul.mobile-menu {
  font-family: helvetica-lt-pro, sans-serif;
  text-transform: uppercase;
  padding: 10px 0 25px 0;
}
@media only screen and (max-width: 600px) {
  .mobile-links ul.mobile-menu {
    height: auto;
  }
}
.mobile-links ul.mobile-menu li {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.mobile-links ul.mobile-menu li:last-child {
  margin-bottom: 0px;
}
.mobile-links ul.mobile-menu li a {
  font-family: helvetica-lt-pro, sans-serif;
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  letter-spacing: 1px;
}
.mobile-links ul.mobile-menu li a:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: underline;
  text-decoration-color: rgb(255, 255, 255);
}

.main-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-site.black-bg {
  background-color: rgb(0, 0, 0);
  background-image: none;
}
.main-site.black-bg .text-byline {
  margin-bottom: 25px;
}
.main-site.black-bg .text-byline h6 {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0;
  color: rgb(255, 255, 255) !important;
}
.main-site.black-bg .text-byline h6 .outlet {
  font-weight: 300;
}
.main-site.black-bg .text-byline a {
  font-family: helvetica-lt-pro, sans-serif;
  color: rgb(255, 255, 255) !important;
}
.main-site.black-bg .text-byline .datetime {
  color: rgb(51, 51, 51);
}
.main-site.black-bg .text-byline .datetime p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
  margin-bottom: 8px;
}
.main-site.black-bg .byline-datetime {
  margin-bottom: 25px;
}
.main-site.black-bg .byline-datetime .byline p {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0;
  color: rgb(255, 255, 255) !important;
}
.main-site.black-bg .byline-datetime .byline p .outlet {
  font-weight: 300;
}
.main-site.black-bg .byline-datetime .byline a {
  font-family: helvetica-lt-pro, sans-serif;
  color: rgb(255, 255, 255) !important;
}
.main-site.black-bg .byline-datetime .datetime {
  color: rgb(51, 51, 51);
}
.main-site.black-bg .byline-datetime .datetime p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
  margin-bottom: 8px;
}

.main-content {
  flex: 1;
  margin-top: 30px;
}
.main-content.remove-margin {
  margin-top: 0px;
}
.main-content h2 {
  font-size: 1.5rem;
}

/* main styles for theme */
.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.people-profiles, .grid-container.text-block, .grid-container.story-block, .grid-container.video-header, .grid-container.data-viz, .grid-container.photo-video-block, .grid-container.story-list-block, .grid-container.profile-block, .grid-container.homepage, .grid-container.map {
  max-width: 64rem;
}
.grid-container.photo-twoup-video-block {
  max-width: 100vw;
}
.grid-container.partners {
  max-width: 80rem;
}
.grid-container.footer, .grid-container.copyrights {
  max-width: 64rem;
}
.grid-container.map {
  max-width: 100rem;
  margin-bottom: 40px;
  margin-top: 25px;
}
.grid-container.audio-embed {
  max-width: 42.5rem;
}
.grid-container.audio-embed.large-width {
  max-width: 60rem;
}
.grid-container.story-list-block, .grid-container.homepage {
  max-width: 82rem;
}

.profile-block {
  margin-top: 60px;
}
@media only screen and (max-width: 800px) {
  .profile-block {
    margin-top: 0px;
  }
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  background-color: rgba(236, 236, 236, 0.5);
  z-index: 10;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background-color: rgba(236, 236, 236, 0.8);
  width: 0%;
}

.open {
  display: block;
}

.close {
  display: none;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo.internal {
  background-color: rgb(236, 236, 236);
}
.logo img {
  height: 110px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 600px) {
  .logo img {
    height: 60px;
  }
}
.logo a {
  text-decoration: none;
  border: none;
}

.student-staff-list, .cn-staff-list, .grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 1em;
  margin: 0 auto;
  max-width: 64rem;
  padding: 0;
  border-top: none !important;
  padding: 20px 0 0 0;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@media only screen and (max-width: 600px) {
  .student-staff-list, .cn-staff-list, .grid-layout {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    padding-right: 0;
    padding-left: 0;
  }
}

.cn-staff-list {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.grid-layout {
  max-width: 100% !important;
  padding: 0px;
  grid-gap: 0em;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-auto-rows: 1fr;
}

.student-staff-list li, .cn-staff-list li {
  width: 150px;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
}
.student-staff-list li:hover img, .cn-staff-list li:hover img {
  box-shadow: none;
  transform: scale(1.25);
  transition: 0.5s ease;
}
.student-staff-list li:hover h4 a, .cn-staff-list li:hover h4 a {
  color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-decoration-line: underline;
  text-decoration-color: rgb(51, 51, 51);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.grid-layout li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  list-style: none;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: rgb(255, 255, 255);
  overflow: hidden;
}
.grid-layout li .overlay {
  display: none;
}
.grid-layout li:hover .overlay {
  position: absolute;
  display: flex;
  flex-direction: row;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
}
.grid-layout li:hover .overlay .title-name {
  color: rgb(255, 255, 255);
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.grid-layout li:hover .overlay .title-name .title {
  font-family: "georgia", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 3rem;
  margin: 0;
  line-height: 0;
  padding: 20px 0 0 0;
}

.financial-supporters {
  margin-bottom: 25px;
}
.financial-supporters h4 {
  margin-bottom: 25px;
}
.financial-supporters .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.student-staff-list li img {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  -webkit-transition: -webkit-filter 0.25s;
  -moz-transition: -webkit-filter 0.25s;
  -o-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
}
.student-staff-list li .staff-title {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.125px;
  margin-top: 25px;
  margin-bottom: 0px;
  color: rgb(51, 51, 51);
}
.student-staff-list li .team-title {
  display: flex;
  flex-flow: column;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgb(0, 0, 0);
}
.student-staff-list li .fellowship-title {
  display: flex;
  flex-flow: column;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  margin-top: 10px;
}
.student-staff-list li a {
  text-decoration: none;
  color: rgb(51, 51, 51);
  border: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  -webkit-transition: text-decoration-line 0.25s;
  -moz-transition: text-decoration-line 0.25s;
  -o-transition: text-decoration-line 0.25s;
  transition: text-decoration-line 0.25s;
  text-decoration-color: rgb(51, 51, 51);
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.student-staff-list li a:hover {
  text-decoration-line: none !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.student-staff-list li .fa {
  font-size: 19px;
  padding-right: 8px;
}

.student-staff-list li .staff-social-links {
  margin-top: 2px;
}

.cn-staff-list li .staff-social-links a {
  margin-right: 5px;
  color: #14262e;
}

img.news21-staff-circular, .news21-staff-circular-sm {
  display: flex;
  width: 150px;
  height: 150px;
  /*-webkit-border-radius: 88px;
  -moz-border-radius: 88px;
  border-radius: 88px;*/
  color: #333;
  object-fit: cover;
  object-position: center right;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px !important;
}

.empty {
  background-color: #F2F2F2;
}

.news21-staff-circular-sm {
  width: 90px;
  height: 90px;
}

.author_bio {
  display: flex;
  flex-direction: row;
  padding: 30px 0 30px 0;
}
@media only screen and (max-width: 800px) {
  .author_bio {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
}
.author_bio.post-holder {
  flex-direction: row;
  border-top: 1px solid #D8D8D8;
}
@media only screen and (max-width: 800px) {
  .author_bio.post-holder {
    flex-direction: column;
  }
}
.author_bio .author_photo {
  flex-direction: row;
  max-width: 400px;
}
.author_bio .author_photo img {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 800px) {
  .author_bio .author_photo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 200px;
  }
}
.author_bio .author_photo.post {
  max-width: 90px;
}
@media only screen and (max-width: 800px) {
  .author_bio .author_photo.post {
    flex-direction: row;
    border-top: none;
    margin-bottom: 10px;
  }
}
.author_bio .bio {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 80%;
}
@media only screen and (max-width: 1024px) {
  .author_bio .bio {
    max-width: 100%;
    width: 70%;
  }
}
@media only screen and (max-width: 800px) {
  .author_bio .bio {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.author_bio .bio.post {
  max-width: 100%;
  padding-left: 20px;
  width: 700px;
}
@media only screen and (max-width: 690px) {
  .author_bio .bio.post {
    max-width: 85%;
  }
}
.author_bio .bio .name, .author_bio .bio .name-lg {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.15;
  letter-spacing: 0.125px;
  margin-bottom: 0px;
  padding: 0;
  color: rgb(0, 0, 0);
}
.author_bio .bio .name a, .author_bio .bio .name-lg a {
  border-bottom: none;
}
.author_bio .bio .name-lg {
  font-size: 2.25rem;
}
.author_bio .bio .name_container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .author_bio .bio .name_container {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.author_bio .bio .name_container .pronunciation {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-size: 0.86rem;
  background-color: rgb(234, 234, 234);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 800px) {
  .author_bio .bio .name_container .pronunciation {
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.author_bio .bio .name_container .pronunciation i {
  margin-right: 5px;
  cursor: pointer;
}
.author_bio .bio .name_container .pronunciation a {
  text-decoration: none;
  border: none !important;
}
.author_bio .bio .name_container .pronoun {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  font-style: italic;
  padding: 2px 15px;
  color: #14262e;
}
@media only screen and (max-width: 800px) {
  .author_bio .bio .name_container .pronoun {
    display: block;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}
.author_bio .bio .fellowship {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgb(51, 51, 51);
}
@media only screen and (max-width: 800px) {
  .author_bio .bio .fellowship {
    flex-direction: column;
  }
}
.author_bio .bio .fellowship.blog {
  margin-bottom: 0px;
}
.author_bio .bio .team-title {
  display: flex;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.86em;
  font-weight: 200;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
  color: #728f89;
}
.author_bio .bio .team-title.post {
  font-size: 0.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  .author_bio .bio .team-title {
    justify-content: center;
  }
}
.author_bio .bio .team-title-lg {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.author_bio .bio a {
  font-family: helvetica-neue-lt-pro, sans-serif;
  margin-right: 5px;
  text-decoration: none;
  color: rgb(51, 51, 51);
  text-decoration: none;
  text-decoration-line: none;
}
.author_bio .bio a:hover {
  color: rgb(233, 148, 32);
  text-decoration-line: underline;
  text-decoration-color: rgb(233, 148, 32);
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.author_bio .bio p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: rgb(51, 51, 51);
}
@media only screen and (max-width: 800px) {
  .author_bio .bio.staff-page p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.author_bio .bio .member-bio {
  margin-top: 0px;
  margin-bottom: 15px;
}
.author_bio .bio .member-bio.post p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
@media only screen and (max-width: 800px) {
  .author_bio .bio .member-bio.post p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.author_bio .bio .author_social_links a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-decoration-line: underline;
  text-decoration-color: rgb(51, 51, 51);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  -webkit-transition: text-decoration-line 0.25s;
  -moz-transition: text-decoration-line 0.25s;
  -o-transition: text-decoration-line 0.25s;
  transition: text-decoration-line 0.25s;
}
.author_bio .bio .author_social_links a:hover {
  text-decoration-line: none;
}
.author_bio .bio .author_social_links i {
  font-size: 0.95em;
  text-decoration: none;
  -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: 800px) {
  .author_bio .bio .author_social_links_lg {
    text-align: center;
  }
}
.author_bio .bio .author_social_links_lg a i {
  color: rgb(0, 0, 0) !important;
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.author_bio .bio .author_social_links_lg a i:hover {
  color: rgb(0, 0, 0);
}
.author_bio .bio .links-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .author_bio .bio .links-container {
    justify-content: center;
  }
}
.author_bio .bio .links-container .author-read-more {
  margin-right: 25px;
}
.author_bio .bio .links-container .author-read-more .label.secondary {
  font-size: 0.9rem;
  background: #f2f2f2;
  color: rgb(0, 0, 0);
}
.author_bio .bio .links-container .author-read-more .label.secondary:hover {
  color: rgb(17, 147, 229);
}
.author_bio .news21-staff-bio-circular, .author_bio .news21-staff-bio-circular-large, .author_bio .news21-staff-bio-circular-medium {
  width: 90px;
  height: 90px;
  /*-webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;*/
  color: #E2E1E1;
  filter: url("images/gray.svg#grayscale");
  /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  object-fit: cover;
  object-position: center right;
  justify-content: center;
  align-items: center;
}
.author_bio .news21-staff-bio-circular.staff, .author_bio .news21-staff-bio-circular-large.staff, .author_bio .news21-staff-bio-circular-medium.staff {
  background-color: #111111;
}
.author_bio .news21-staff-bio-circular-large {
  width: 200px;
  height: 200px;
  /*-webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;*/
  filter: none; /* Firefox 10+ */
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0%);
}
.author_bio .news21-staff-bio-circular-medium {
  width: 150px;
  height: 150px;
  /*-webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;*/
  filter: none; /* Firefox 10+ */
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0%);
}

.homepage-intro .intro video {
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.homepage .intro video {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.homepage .trailer, .homepage .documentary, .homepage .two-column-content, .homepage .featured-stories, .homepage .story-list, .homepage .video-carousel, .homepage .photo-essay, .homepage .podcast {
  margin-top: 50px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 800px) {
  .homepage .trailer, .homepage .documentary, .homepage .two-column-content, .homepage .featured-stories, .homepage .story-list, .homepage .video-carousel, .homepage .photo-essay, .homepage .podcast {
    margin-top: 30px;
  }
}
.homepage .video-carousel {
  margin-bottom: 50px;
}
.homepage .trailer h4, .homepage .documentary h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
.homepage .trailer h4 a, .homepage .documentary h4 a {
  color: rgb(66, 96, 87);
}
.homepage .trailer h4:after, .homepage .documentary h4:after {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}
.homepage .trailer h4:before, .homepage .documentary h4:before {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.homepage .trailer .intro-content, .homepage .documentary .intro-content {
  margin-bottom: 40px;
}
.homepage .trailer .intro-content p, .homepage .documentary .intro-content p {
  font-family: "georgia", sans-serif !important;
}
.homepage .trailer .intro-content a, .homepage .documentary .intro-content a {
  color: rgb(0, 0, 0);
}
.homepage .trailer .intro-content a.btn, .homepage .documentary .intro-content a.btn {
  color: rgb(255, 255, 255);
}
.homepage .trailer iframe, .homepage .documentary iframe {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.homepage .trailer .wp-caption-video, .homepage .documentary .wp-caption-video {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 800px) {
  .homepage .trailer, .homepage .documentary {
    margin-top: 0px;
  }
}
.homepage .documentary {
  margin-top: 25px;
}
.homepage .documentary .intro-content {
  margin-bottom: 20px !important;
}
.homepage .documentary .intro-content a {
  color: rgb(0, 0, 0);
}
.homepage .documentary .intro-content a.btn {
  color: rgb(255, 255, 255);
}
.homepage .two-column-content h3 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.homepage .featured-stories .secondary-story {
  margin-bottom: 25px !important;
}
.homepage .video-carousel h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
.homepage .video-carousel h4 a {
  color: rgb(66, 96, 87);
}
.homepage .video-carousel h4:after {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}
.homepage .video-carousel h4:before {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.homepage .video-carousel .carousel {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.homepage .video-carousel .carousel h3 {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.85rem;
  margin-top: 15px;
  flex-grow: 1;
}
@media only screen and (max-width: 800px) {
  .homepage .video-carousel .carousel h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
  }
}
.homepage .video-carousel .carousel a {
  color: rgb(0, 0, 0);
  -webkit-transition: display 0.25s;
  -moz-transition: display 0.25s;
  -o-transition: display 0.25s;
  transition: display 0.25s;
}
.homepage .video-carousel .carousel a:hover .overlay-play {
  display: none;
}
.homepage .video-carousel .carousel .overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .video-carousel .carousel .overlay .overlay-play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.homepage .video-carousel .carousel .overlay .overlay-play .fa-circle-play {
  font-size: 3rem;
  opacity: 0.5;
}
@media only screen and (max-width: 800px) {
  .homepage .video-carousel .carousel .overlay .overlay-play .fa-circle-play {
    font-size: 1.75rem;
  }
}
.homepage .video-carousel .carousel .slick-slide {
  padding-right: 5px;
  padding-left: 5px;
}
.homepage .video-carousel .carousel .slick-prev, .homepage .video-carousel .carousel .slick-next {
  position: absolute;
  top: 40%;
  z-index: 1000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999999;
}
@media only screen and (max-width: 800px) {
  .homepage .video-carousel .carousel .slick-prev, .homepage .video-carousel .carousel .slick-next {
    display: none !important;
  }
}
.homepage .video-carousel .carousel .slick-prev:before, .homepage .video-carousel .carousel .slick-next:before {
  font-size: 35px;
  color: rgb(0, 0, 0);
}
.homepage .video-carousel .carousel .slick-prev {
  left: -35px;
}
.homepage .video-carousel .carousel .slick-next {
  right: -35px;
}
.homepage .story-list h4, .homepage .featured-stories h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
.homepage .story-list h4 a, .homepage .featured-stories h4 a {
  color: rgb(66, 96, 87);
}
.homepage .story-list h4:after, .homepage .featured-stories h4:after {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}
.homepage .story-list h4:before, .homepage .featured-stories h4:before {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.homepage .story-list .secondary-story, .homepage .featured-stories .secondary-story {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  margin-bottom: 40px;
  background-color: rgb(245, 245, 245);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  border-image-slice: 1;
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.homepage .story-list .secondary-story a, .homepage .featured-stories .secondary-story a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: rgb(0, 0, 0);
  text-decoration-line: none;
}
.homepage .story-list .secondary-story:hover, .homepage .featured-stories .secondary-story:hover {
  box-shadow: none;
}
.homepage .story-list .secondary-story:hover a, .homepage .featured-stories .secondary-story:hover a {
  text-decoration-line: none;
}
.homepage .story-list .secondary-story:hover .republishBtn, .homepage .featured-stories .secondary-story:hover .republishBtn {
  background-color: rgb(0, 0, 0);
}
.homepage .story-list .secondary-story:hover .republishBtn svg, .homepage .featured-stories .secondary-story:hover .republishBtn svg {
  color: rgb(255, 255, 255);
}
.homepage .story-list .secondary-story h3, .homepage .featured-stories .secondary-story h3 {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-top: 15px;
  flex-grow: 1;
}
@media only screen and (max-width: 800px) {
  .homepage .story-list .secondary-story h3, .homepage .featured-stories .secondary-story h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
  }
}
.homepage .featured-stories .secondary-story {
  margin-bottom: 0px;
}
.homepage p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
.homepage .wp-caption-video {
  margin-top: 10px;
}
.homepage .wp-caption-video p {
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .homepage .wp-caption-video p {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.homepage h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
.homepage h4 a {
  color: rgb(66, 96, 87);
}
.homepage h4:after {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}
.homepage .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 25%;
  width: 25%;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.65rem;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  text-decoration: none;
  margin: 24px auto 0 auto;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media only screen and (max-width: 800px) {
  .homepage .btn {
    max-width: 50%;
    width: 50%;
  }
}
.homepage .btn.left-align {
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 800px) {
  .homepage .btn.left-align {
    margin: 24px auto 0 auto;
  }
}
.homepage .btn:hover {
  background-color: rgb(0, 0, 0);
}

.photo-essay {
  margin-top: 10px;
  background-color: rgb(0, 0, 0);
}
.photo-essay .photo a {
  position: relative;
  border: 1px solid #ff0000;
}
.photo-essay .photo a .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url("https://upheaval.news21.com/wp-content/uploads/2025/08/photo-essay-homepage-frame.png");
  background-repeat: no-repeat;
  border: 1px solid #ff0000;
}
.photo-essay .content h3 {
  color: rgb(255, 255, 255);
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 30px;
}
.photo-essay .content h5 {
  color: rgb(255, 255, 255);
  font-size: 0.85rem;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  padding-left: 60px;
  padding-right: 60px;
}
.photo-essay .content p {
  color: rgb(255, 255, 255);
  padding-left: 60px;
  padding-right: 60px;
}

.pinned-section {
  margin-top: 25px;
}
.pinned-section .first-scroll-section, .pinned-section .second-scroll-section {
  display: flex;
  background-color: rgba(254, 234, 208, 0.75);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 75vh;
}
.pinned-section .first-scroll-section .cell, .pinned-section .second-scroll-section .cell {
  width: 50%;
}
.pinned-section .first-scroll-section .cell.scroll-images, .pinned-section .second-scroll-section .cell.scroll-images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pinned-section .first-scroll-section .cell.scroll-images .image-1, .pinned-section .first-scroll-section .cell.scroll-images .image-2, .pinned-section .first-scroll-section .cell.scroll-images .image-3, .pinned-section .first-scroll-section .cell.scroll-images .image-4, .pinned-section .first-scroll-section .cell.scroll-images .image-5, .pinned-section .second-scroll-section .cell.scroll-images .image-1, .pinned-section .second-scroll-section .cell.scroll-images .image-2, .pinned-section .second-scroll-section .cell.scroll-images .image-3, .pinned-section .second-scroll-section .cell.scroll-images .image-4, .pinned-section .second-scroll-section .cell.scroll-images .image-5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.pinned-section .first-scroll-section .cell.scroll-text, .pinned-section .second-scroll-section .cell.scroll-text {
  padding: 2rem 15rem;
  overflow-y: hidden;
}

.story-block {
  max-width: 64rem;
  margin-top: 25px;
}
.story-block.first {
  margin-top: 0;
}
.story-block .title {
  margin-bottom: 15px;
}
.story-block h2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.story-block h2 a {
  color: rgb(66, 96, 87);
}
.story-block h2:after {
  content: "";
  border-top: 1px solid rgb(66, 96, 87);
  margin: 0 0 0 20px;
  flex: 1 0 20px;
  width: 100%;
}
.story-block .img-preview {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border: none;
}
.story-block .img-preview .overlay {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
}
.story-block .img-preview .overlay svg {
  font-size: 2rem;
}
.story-block h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.story-block h4 a {
  color: rgb(66, 96, 87);
}
.story-block h4:after {
  content: "";
  border-top: 1px solid rgb(66, 96, 87);
  margin: 0 0 0 20px;
  flex: 1 0 20px;
  width: 100%;
}
.story-block h3 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 800px) {
  .story-block h3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.story-block a {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 700;
  color: rgb(66, 96, 87);
}
.story-block .stories {
  margin-bottom: 40px;
}
.story-block .stories p.datetime {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: rgb(51, 51, 51);
  margin: 0;
  margin-bottom: 8px;
}
.story-block .stories img {
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.story-block .stories:hover img {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.story-block .stories:hover h3 a {
  text-decoration-line: none;
}

.caption-text-block {
  text-align: center;
}

.caption-text-block + .story-text {
  margin-top: 40px;
}

.intro .small-photo {
  margin: 60px auto 40px auto;
}
@media only screen and (max-width: 800px) {
  .intro .small-photo {
    margin: 20px auto 20px auto;
  }
}
.intro .fullscreen {
  margin: 25px auto 40px auto;
}
@media only screen and (max-width: 800px) {
  .intro .fullscreen {
    margin: 20px auto 20px auto;
  }
}
.intro .fullscreen .headline {
  margin-top: 20px !important;
}
@media only screen and (max-width: 800px) {
  .intro .fullscreen .headline {
    margin: 0px !important;
  }
}
.intro.fullscreen-photo {
  margin: 25px auto 40px auto;
}
.intro.fullscreen-photo .grid-padding-x > .cell {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.intro.fullscreen-photo .photo-holder {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.intro.fullscreen-photo .photo-holder figure {
  display: flex;
  max-height: 100vh !important;
  height: 100vh;
}
.intro.fullscreen-photo .photo-holder figure img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.intro.fullscreen-photo .photo-holder .headline-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  z-index: 10000;
  background-image: linear-gradient(to bottom, transparent, #000);
}
.intro.fullscreen-photo .photo-holder .headline-holder h1 {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 55px;
}
.intro.fullscreen-photo .photo-holder .headline-holder p {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 800px) {
  .intro.fullscreen-photo {
    margin: 20px auto 20px auto;
  }
}
.intro.fullscreen-photo .headline {
  margin-top: 20px !important;
}
@media only screen and (max-width: 800px) {
  .intro.fullscreen-photo .headline {
    margin: 0px !important;
  }
}
.intro.fullscreen-video {
  margin: 25px auto 40px auto;
}
.intro.fullscreen-video .grid-padding-x > .cell {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.intro.fullscreen-video .video-holder {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.intro.fullscreen-video .video-holder video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.intro.fullscreen-video .video-holder .headline-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  z-index: 10000;
  background-image: linear-gradient(to bottom, transparent, #000);
}
.intro.fullscreen-video .video-holder .headline-holder h1 {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 55px;
}
.intro.fullscreen-video .video-holder .headline-holder p {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 800px) {
  .intro.fullscreen-video {
    margin: 20px auto 20px auto;
  }
}
.intro.fullscreen-video .headline {
  margin-top: 20px !important;
}
@media only screen and (max-width: 800px) {
  .intro.fullscreen-video .headline {
    margin: 0px !important;
  }
}
.intro .video {
  margin: 60px auto 40px auto;
}
@media only screen and (max-width: 800px) {
  .intro .video {
    margin: 20px auto 20px auto;
  }
}
.intro .video .wp-caption-video {
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .intro .video .wp-caption-video {
    margin-top: 10px;
  }
}
.intro.parallax {
  margin: 25px auto 25px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(80, 111, 105, 0.7);
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-height: 100vh !important;
  height: 100vh;
}
.intro.parallax.half-parallax {
  max-height: 660px !important;
  height: 660px;
}
.intro.parallax .grid-padding-x > .cell {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.intro.parallax .headline-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  z-index: 10000;
  background-image: linear-gradient(to bottom, transparent, #000);
}
.intro.parallax .headline-holder h1 {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 55px;
}
.intro.parallax .headline-holder p {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
  color: rgb(255, 255, 255);
}
.intro.split {
  margin: 58px auto 60px auto;
  border-image-source: linear-gradient(to right, rgb(17, 147, 229) 50%, rgb(249, 19, 92) 50%);
  border-bottom: 1px solid;
  border-image-slice: 1;
}
@media only screen and (max-width: 800px) {
  .intro.split {
    margin: 0px auto 20px auto;
  }
}
.intro.split .headline {
  padding-left: 40px;
  padding-right: 40px;
}
.intro.split .headline h1 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
  .intro.split .headline h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 800px) {
  .intro.split .headline {
    order: 2;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.intro .headline {
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  .intro .headline {
    margin-top: 15px;
  }
}
.intro .headline h1 {
  font-family: helvetica-lt-pro, sans-serif;
  line-height: 3.85rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .intro .headline h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.summary {
  background-color: rgb(245, 245, 245);
  margin-bottom: 60px;
  border-image-source: linear-gradient(to right, rgb(17, 147, 229) 50%, rgb(249, 19, 92) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
}
@media only screen and (max-width: 800px) {
  .summary {
    margin-bottom: 30px;
  }
}
.summary .summary-text {
  max-width: 75rem;
}
.summary .summary-text p {
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: rgb(51, 51, 51);
  margin: 0;
  padding: 2rem 0;
}
@media only screen and (max-width: 800px) {
  .summary .summary-text p {
    font-size: 1.15rem;
    line-height: 2rem;
  }
}

.republish {
  background-color: rgb(245, 245, 245);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin-bottom: 40px;
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.republish.bottom {
  margin-top: 40px;
}
.republish:hover {
  box-shadow: none;
}
.republish:hover .content svg {
  color: rgba(0, 0, 0, 0.6);
}
.republish:hover a {
  text-decoration-line: none;
}
.republish .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.republish .content svg {
  font-size: 2.8rem;
  color: rgb(200, 200, 200);
  padding-top: 4px;
  padding-left: 0.5rem;
  padding-right: 1rem;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.republish .content svg:hover {
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 800px) {
  .republish .content svg {
    display: none;
  }
}
.republish .content p {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.6rem;
  color: rgb(51, 51, 51);
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .republish .content p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.republish .republishBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.republish .republishBtn .button {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 2rem;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0.5rem 1rem;
}
.republish .republishBtn .button:hover {
  background-color: rgb(0, 0, 0);
}

.data-viz {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .data-viz {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.state-factbox {
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: rgb(245, 245, 245);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.state-factbox .cell {
  padding: 0;
}
.state-factbox .state-map {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 8px 15px;
  text-align: center;
}
.state-factbox .state-map .title {
  display: flex;
}
.state-factbox .state-map .title h4 {
  display: flex;
  width: 100%;
  font-size: 1.75rem;
  text-align: left;
  margin-bottom: 15px;
}
.state-factbox .state-map .map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.state-factbox .state-map .map.mississippi img {
  max-width: 225px;
}
.state-factbox .state-map .map.colorado img {
  max-width: 300px;
}
.state-factbox .state-map .map.minnesota img {
  max-width: 300px;
}
.state-factbox .state-map .map.kansas img {
  max-width: 300px;
}
.state-factbox .accordion-title {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: helvetica-lt-pro, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  background-color: rgb(245, 245, 245);
}
@media only screen and (max-width: 800px) {
  .state-factbox .accordion-title {
    text-align: center;
  }
}
.state-factbox .accordion-title::before {
  content: "";
}
.state-factbox .is-active > .accordion-title::before {
  content: "";
}
.state-factbox .accordion-content {
  font-family: helvetica-lt-pro, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.quotes-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*background-color: $summary-bg;*/
  margin-top: 30px;
  margin-bottom: 30px;
  /*box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);*/
}
@media only screen and (max-width: 800px) {
  .quotes-block {
    margin-top: 20px;
  }
}
.quotes-block:before {
  width: 100%;
  content: " ";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-bottom: 1px solid;
  border-image-slice: 1;
  margin: 0;
  flex: 1;
}
.quotes-block:after {
  width: 100%;
  content: " ";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0;
  flex: 1;
}
.quotes-block .quotes-text {
  max-width: 64rem;
  padding: 2rem 0;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .quotes-block .quotes-text {
    padding: 2rem;
  }
}
.quotes-block .quotes-text p {
  font-family: "georgia", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 3.25rem;
  color: rgb(51, 51, 51);
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .quotes-block .quotes-text p {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.quotes-block .quotes-text p.title, .quotes-block .quotes-text p.name {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.45rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
.quotes-block .quotes-text p.name {
  font-size: 1.15rem;
  font-weight: bold;
  margin-top: 10px;
}
.quotes-block .quotes-text p.title {
  font-style: italic;
  font-weight: 300;
}

.fullscreen-media {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .fullscreen-media {
    margin-bottom: 20px;
  }
}
.fullscreen-media.intro {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
}
@media only screen and (max-width: 800px) {
  .fullscreen-media.intro {
    padding-top: 0px;
  }
}
.fullscreen-media figure {
  margin: 0;
}

.photo-collage {
  margin-top: 25px;
  margin-bottom: 30px;
}
.photo-collage .stacks figure:first-child {
  margin-bottom: 14px;
}
.photo-collage .vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo-gallery {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .photo-gallery {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.photo-gallery img {
  margin: 0 auto;
}
.photo-gallery .slick-prev, .photo-gallery .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999999;
}
@media only screen and (max-width: 800px) {
  .photo-gallery .slick-prev, .photo-gallery .slick-next {
    top: 40%;
  }
}
.photo-gallery .slick-prev:before, .photo-gallery .slick-next:before {
  font-size: 35px;
  color: rgb(233, 148, 32);
}
@media only screen and (max-width: 800px) {
  .photo-gallery .slick-prev:before, .photo-gallery .slick-next:before {
    font-size: 22px;
  }
}
.photo-gallery .slick-prev {
  left: 5px;
}
.photo-gallery .slick-next {
  right: 5px;
}
.photo-gallery .about-slider .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}
.photo-gallery.center-mode-gallery .grid-padding-x > .cell {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.story-list-block {
  margin: 40px auto 40px auto;
}
.story-list-block.stories-page {
  margin-top: 80px;
}
@media only screen and (max-width: 800px) {
  .story-list-block.stories-page {
    margin-top: 10px;
  }
}
.story-list-block.stories-page .intro-content {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .story-list-block.stories-page .intro-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.story-list-block.stories-page .intro-content a {
  color: rgb(0, 0, 0);
}
.story-list-block.stories-page.staff-profile-list {
  margin-top: 20px;
  margin-bottom: 0px;
}
.story-list-block h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
.story-list-block h4 a {
  color: rgb(66, 96, 87);
}
.story-list-block h4:after {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}
.story-list-block h4:before {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.story-list-block .featured-story {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
@media only screen and (max-width: 800px) {
  .story-list-block .featured-story.audio iframe {
    height: 112px !important;
  }
}
.story-list-block .featured-story a {
  color: rgb(0, 0, 0);
  text-decoration-line: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.story-list-block .featured-story:hover {
  box-shadow: none;
}
.story-list-block .featured-story:hover a {
  text-decoration-line: none;
}
.story-list-block .featured-story:hover .republishBtn {
  background-color: rgb(0, 0, 0);
}
.story-list-block .featured-story:hover .republishBtn svg {
  color: rgb(255, 255, 255);
}
.story-list-block .featured-story h3 {
  font-size: 1.45rem;
  line-height: 1.9rem;
}
.story-list-block .featured-story h3 span {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  .story-list-block .featured-story h3 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .story-list-block .featured-story h3.audio-page {
    margin-top: 0px !important;
  }
}
.story-list-block .featured-story p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}
.story-list-block .featured-story .wp-caption-video {
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .story-list-block .featured-story .wp-caption-video {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.story-list-block .featured-story .wp-caption-video a {
  color: rgb(0, 0, 0);
}
.story-list-block .featured-story .republishBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.story-list-block .featured-story .republishBtn svg {
  font-size: 1rem;
  color: rgb(200, 200, 200);
  padding-left: 0.5rem;
  -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: 800px) {
  .story-list-block .featured-story .republishBtn svg {
    display: none;
  }
}
.story-list-block .featured-story .republishBtn.read-more svg {
  padding-left: 0;
}
.story-list-block .featured-story .republishBtn .text {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0.25rem 1rem;
}
.story-list-block .featured-story .republishBtn:hover {
  background-color: rgb(0, 0, 0);
}
.story-list-block .featured-story .republishBtn:hover svg {
  color: rgb(255, 255, 255);
}
.story-list-block .secondary-story {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  margin-bottom: 40px;
  background-color: rgb(245, 245, 245);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  border-image-slice: 1;
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
@media only screen and (max-width: 800px) {
  .story-list-block .secondary-story.audio iframe {
    height: 112px !important;
  }
}
.story-list-block .secondary-story a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: rgb(0, 0, 0);
  text-decoration-line: none;
}
.story-list-block .secondary-story:hover {
  box-shadow: none;
}
.story-list-block .secondary-story:hover .overlay .overlay-play {
  opacity: 0;
}
.story-list-block .secondary-story:hover a {
  text-decoration-line: none;
}
.story-list-block .secondary-story:hover .republishBtn {
  background-color: rgb(0, 0, 0);
}
.story-list-block .secondary-story:hover .republishBtn svg {
  color: rgb(255, 255, 255);
}
.story-list-block .secondary-story h3 {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-top: 15px;
  flex-grow: 1;
}
.story-list-block .secondary-story h3.audio {
  font-size: 1.45rem;
  line-height: 1.9rem;
}
.story-list-block .secondary-story .wp-caption-video {
  width: 100%;
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
  padding-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .story-list-block .secondary-story .wp-caption-video {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.story-list-block .secondary-story .wp-caption-video a {
  display: inline-block;
  color: rgb(0, 0, 0);
  text-decoration-line: underline;
  text-decoration-color: rgb(51, 51, 51);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.story-list-block .secondary-story .wp-caption-video a:hover {
  text-decoration-line: none;
}
@media only screen and (max-width: 800px) {
  .story-list-block .secondary-story.grid h3, .story-list-block .secondary-story.video-list h3 {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.8rem;
  }
}
.story-list-block .secondary-story.grid .overlay, .story-list-block .secondary-story.video-list .overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-list-block .secondary-story.grid .overlay .overlay-play, .story-list-block .secondary-story.video-list .overlay .overlay-play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.story-list-block .secondary-story.grid .overlay .overlay-play .fa-circle-play, .story-list-block .secondary-story.video-list .overlay .overlay-play .fa-circle-play {
  font-size: 3rem;
  opacity: 0.5;
}
.story-list-block .secondary-story p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}
.story-list-block .secondary-story .republishBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.story-list-block .secondary-story .republishBtn svg {
  font-size: 1rem;
  color: rgb(200, 200, 200);
  padding-left: 0.5rem;
  -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: 800px) {
  .story-list-block .secondary-story .republishBtn svg {
    display: none;
  }
}
.story-list-block .secondary-story .republishBtn.read-more svg {
  padding-left: 0;
}
.story-list-block .secondary-story .republishBtn .text {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0.25rem 1rem;
}
.story-list-block .secondary-story .republishBtn:hover {
  background-color: rgb(0, 0, 0);
}
.story-list-block .secondary-story .republishBtn:hover svg {
  color: rgb(255, 255, 255);
}
.story-list-block .video-container {
  margin-bottom: 40px;
}
.story-list-block .video-container .video-details h3 {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}
@media only screen and (max-width: 800px) {
  .story-list-block .video-container .video-details h3 {
    font-size: 1.45rem;
    line-height: 1.9rem;
    margin-top: 20px;
  }
}
.story-list-block .video-container .video-details p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}
.story-list-block .video-container .video-details .wp-caption-video {
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .story-list-block .video-container .video-details .wp-caption-video {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.story-list-block .video-container .video-details .wp-caption-video a {
  color: rgb(0, 0, 0);
}

.audio-embed {
  margin: 20px auto 30px auto;
}
@media only screen and (max-width: 800px) {
  .audio-embed {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.audio-embed iframe {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 800px) {
  .audio-embed iframe {
    height: 112px !important;
  }
}
.audio-embed .wp-caption {
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .audio-embed .wp-caption {
    margin-top: 10px;
  }
}

.text-block.story-text {
  max-width: 42.5rem;
}
@media only screen and (max-width: 800px) {
  .text-block.story-text {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }
}
.text-block.story-text p a {
  color: rgb(0, 0, 0);
}
.text-block.custom-byline {
  text-align: center;
}
.text-block.custom-byline h6 {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 15px;
}
.text-block.custom-byline h6 a {
  color: rgb(0, 0, 0);
}
.text-block.custom-byline hr {
  width: 25%;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.text-block.custom-byline .datetime {
  color: rgb(255, 255, 255);
}
.text-block.custom-byline .datetime p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
  margin-bottom: 8px;
}
.text-block.headline {
  max-width: 64rem;
  margin-top: 80px;
}
@media only screen and (max-width: 800px) {
  .text-block.headline {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    margin-top: 40px;
  }
}
.text-block.headline h1 {
  font-size: 2.75rem;
  line-height: 3.5rem;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .text-block.headline h1 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.text-block .photo-inset-right {
  display: flex;
  flex-direction: column;
  float: right;
  max-width: 320px;
  width: 320px;
  margin-top: 25px;
  margin-right: -200px;
  margin-left: 30px;
}
.text-block .photo-inset-right.large {
  max-width: 400px;
  width: 400px;
}
@media only screen and (max-width: 800px) {
  .text-block .photo-inset-right.large {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .text-block .photo-inset-right {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    padding-bottom: 0px;
  }
}
.text-block h2 {
  line-height: 2.25rem;
  margin-top: 15px;
}
.text-block h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 800;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.text-block h4 a {
  color: rgb(66, 96, 87);
}
.text-block h4:after {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}
.text-block h4:before {
  content: "";
  border-image-source: linear-gradient(to right, rgb(233, 148, 32) 50%, rgb(233, 148, 32) 50%);
  border-top: 1px solid;
  border-image-slice: 1;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.text-block .byline-datetime {
  margin-bottom: 25px;
  text-align: center;
}
.text-block .byline-datetime .byline p {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.text-block .byline-datetime .byline p .outlet {
  font-weight: 300;
}
.text-block .byline-datetime .byline a {
  font-family: helvetica-lt-pro, sans-serif;
  color: rgb(0, 0, 0);
}
.text-block .byline-datetime .datetime {
  color: rgb(51, 51, 51);
}
.text-block .byline-datetime .datetime p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
  margin-bottom: 8px;
}
.text-block .about-block {
  margin-top: 55px;
}
.text-block .about-block.internal {
  margin-top: 0px;
}
@media only screen and (max-width: 800px) {
  .text-block .about-block {
    margin-top: 10px;
  }
}
.text-block .about-block p {
  margin-bottom: 1.25rem;
}
.text-block .about-block figure {
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .text-block .about-block figure {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .text-block .about-block .wp-caption .wp-caption-text, .text-block .about-block .wp-caption-video .wp-caption-text {
    padding-top: 10px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .text-block .about-block .wp-caption .wp-caption-text p, .text-block .about-block .wp-caption-video .wp-caption-text p {
    padding-top: 10px;
    font-size: 0.8rem;
  }
}
.text-block .about-block a {
  color: rgb(0, 0, 0);
}
.text-block .about-block ul.no-bullet {
  float: left;
  max-width: 33%;
  width: 33%;
}
.text-block .about-block ul.no-bullet.half-split {
  max-width: 50%;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .text-block .about-block ul.no-bullet {
    max-width: 100%;
    width: 100%;
  }
}
.text-block .about-block ul.no-bullet li {
  font-family: "georgia", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
  color: rgb(51, 51, 51);
}
.text-block .about-block ul.no-bullet li span {
  display: flex;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
  color: rgb(0, 0, 0);
}
.text-block .vimeo-video {
  margin-top: 40px;
}
.text-block .vimeo-video + p {
  margin: 0;
  padding: 0;
}
.text-block .profile {
  margin-top: 30px;
}

.photo-video-block, .photo-twoup-video-block, .photo-threeup-video-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.photo-video-block figure.video video, .photo-twoup-video-block figure.video video, .photo-threeup-video-block figure.video video {
  width: 100%;
}
.photo-video-block.content-width, .photo-twoup-video-block.content-width, .photo-threeup-video-block.content-width {
  max-width: 42.5rem;
}
@media only screen and (max-width: 800px) {
  .photo-video-block, .photo-twoup-video-block, .photo-threeup-video-block {
    margin-bottom: 10px;
  }
}

.photo-video-block, .photo-twoup-video-block {
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .photo-video-block, .photo-twoup-video-block {
    margin-bottom: 20px;
  }
}
.photo-video-block .wp-caption, .photo-video-block .wp-caption-video, .photo-twoup-video-block .wp-caption, .photo-twoup-video-block .wp-caption-video {
  margin-bottom: 0px;
}
.photo-video-block .wp-caption-video, .photo-twoup-video-block .wp-caption-video {
  text-align: right;
}
.photo-video-block.vertical-video-holder, .photo-twoup-video-block.vertical-video-holder {
  max-width: 42rem !important;
}
.photo-video-block.vertical-video-holder .video .holder, .photo-twoup-video-block.vertical-video-holder .video .holder {
  position: relative;
}
.photo-video-block.vertical-video-holder .video .holder .volume-icon, .photo-twoup-video-block.vertical-video-holder .video .holder .volume-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.photo-video-block.vertical-video-holder .video .holder .volume-icon svg, .photo-twoup-video-block.vertical-video-holder .video .holder .volume-icon svg {
  font-size: 1rem;
}
.photo-video-block.vertical-video-holder .video .holder .play-icon, .photo-twoup-video-block.vertical-video-holder .video .holder .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: rgb(255, 255, 255);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.photo-video-block.vertical-video-holder .video .holder video, .photo-twoup-video-block.vertical-video-holder .video .holder video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.photo-video-block.vertical-video-holder .video figcaption, .photo-twoup-video-block.vertical-video-holder .video figcaption {
  max-width: 100%;
  position: relative;
  background: none;
  width: 100%;
  padding: 0.65rem;
  overflow: visible;
  bottom: 0px;
  background: none;
}
.photo-video-block.vertical-video-holder .video figcaption p, .photo-twoup-video-block.vertical-video-holder .video figcaption p {
  max-width: 100%;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .photo-video-block.vertical-video-holder .video figcaption p, .photo-twoup-video-block.vertical-video-holder .video figcaption p {
    font-size: 0.7rem;
    line-height: 1.25;
  }
}
.photo-video-block.vertical-video-holder .video figcaption a, .photo-twoup-video-block.vertical-video-holder .video figcaption a {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 1px;
}
.photo-video-block.vertical-video-holder .video figcaption a:hover, .photo-twoup-video-block.vertical-video-holder .video figcaption a:hover {
  color: rgb(0, 0, 0);
  text-decoration-thickness: 0px;
}

.photo-threeup-video-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .photo-threeup-video-block {
    box-shadow: none;
    margin-bottom: 20px;
  }
}
.photo-threeup-video-block figure {
  margin: 0;
}

.people-profiles {
  margin-top: 60px;
}

.story-block-list {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #D8D8D8;
}
.story-block-list h4 a {
  font-family: helvetica-lt-pro, sans-serif;
  color: rgb(66, 96, 87);
}
.story-block-list p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
}
.story-block-list .datetime {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: rgb(51, 51, 51);
  margin: 0;
  margin-top: 25px;
  margin-bottom: 8px;
}
.story-block-list img {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.story-block-list .read-more-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  max-width: 20%;
  width: 20%;
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  padding: 9px 10px;
  margin-top: 40px;
  background-color: rgb(66, 96, 87);
  border: 2px solid rgb(66, 96, 87);
  text-transform: uppercase;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media only screen and (max-width: 800px) {
  .story-block-list .read-more-link a {
    margin-top: 25px;
  }
}
.story-block-list .read-more-link a svg {
  font-size: 0.95rem;
  margin-left: 15px;
}
.story-block-list .read-more-link a:hover {
  box-shadow: none;
  background-color: rgba(80, 111, 105, 0.7);
}
.story-block-list:hover img {
  box-shadow: none;
}
.story-block-list:hover a {
  text-decoration: none;
  text-decoration-line: none;
}

/* partners */
#partners {
  background-color: rgb(236, 236, 236);
  padding: 3rem 0;
  margin-top: 2rem;
}
@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 img {
  width: 70%;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
#partners img:hover {
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 660px) {
  #partners img {
    width: 50%;
  }
  #partners img .knight {
    width: 60% !important;
  }
}
#partners a {
  text-decoration: none;
  border: none;
}
#partners .filter {
  /*filter: invert(47%) sepia(15%) saturate(571%) hue-rotate(118deg) brightness(94%) contrast(81%);*/
}

#social-icons-desktop, #social-icons-mobile {
  background-color: #dadada;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  padding: 4px;
}
#social-icons-desktop .a2a_svg, #social-icons-mobile .a2a_svg {
  width: 26px;
  height: 26px;
}
#social-icons-desktop .a2a_svg:hover, #social-icons-mobile .a2a_svg:hover {
  background-color: rgb(0, 0, 0);
}

#social-icons-mobile {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top svg {
  font-size: 2rem;
  color: rgb(0, 0, 0);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0.4;
}
#back-to-top svg:hover {
  opacity: 1;
}
#back-to-top.show {
  opacity: 0.5;
  visibility: visible;
}
@media only screen and (max-width: 660px) {
  #back-to-top {
    display: none !important;
  }
}

/* footer */
footer {
  background-color: rgb(223, 223, 223);
  padding-top: 3rem;
}
footer .footer {
  padding-bottom: 3rem;
}
footer .footer h5 {
  font-size: calc(13px + 3 * (100vw - 300px) / 1300);
}
@media only screen and (max-width: 800px) {
  footer .footer h5 {
    font-size: calc(16px + 3 * (100vw - 300px) / 1300);
    margin: 0;
  }
}
footer .footer ul {
  margin-top: 15px;
}
footer .footer ul li {
  font-size: calc(14px + 1 * (100vw - 300px) / 1300);
  margin-bottom: 6px;
}
footer .footer ul li a {
  font-family: helvetica-neue-lt-pro, sans-serif;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-decoration-line: none;
}
footer .footer ul li a:hover {
  color: rgb(0, 0, 0);
  text-decoration-line: underline;
  text-decoration-color: rgb(51, 51, 51);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
footer .footer ul li span {
  background-color: rgb(222, 222, 222);
  color: rgb(255, 255, 255);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 100;
  font-size: calc(9px + 2 * (100vw - 300px) / 1300);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 6px;
  margin-left: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 800px) {
  footer .footer ul {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
footer .copyrights-container {
  padding-top: 25px;
  padding-bottom: 18px;
  background-color: rgb(51, 51, 51);
}
footer .copyrights-container .copyrights {
  color: rgb(255, 255, 255);
}
footer .copyrights-container .copyrights p {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  margin: 0;
}
footer .copyrights-container .copyrights a {
  font-family: helvetica-neue-lt-pro, sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  /*border-bottom: 2px solid $white;*/
  text-decoration-line: underline;
  text-decoration-color: rgb(255, 255, 255);
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
footer .copyrights-container .copyrights a:hover {
  text-decoration-line: none;
}
footer .copyrights-container .copyrights 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: 800px) {
  footer .copyrights-container .copyrights ul {
    margin-top: 10px;
    justify-content: center;
  }
}
footer .copyrights-container .copyrights ul li {
  padding: 0 0.5em;
}
footer .copyrights-container .copyrights ul a {
  border: none;
}
footer small {
  font-family: helvetica-neue-lt-pro, sans-serif;
}

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