@font-face {
  font-family: "orion-font";
  src: url("../fonts/orion-font.eot");
  src: url("../fonts/orion-font.eot?#iefix") format("embedded-opentype"), url("../fonts/orion-font.woff2") format("woff2"), url("../fonts/orion-font.woff") format("woff"), url("../fonts/orion-font.ttf") format("truetype"), url("../fonts/orion-font.svg#orion-font") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "orion-font";
  src: url("../fonts/orion-font.eot");
  src: url("../fonts/orion-font.eot?#iefix") format("embedded-opentype"), url("../fonts/orion-font.woff2") format("woff2"), url("../fonts/orion-font.woff") format("woff"), url("../fonts/orion-font.ttf") format("truetype"), url("../fonts/orion-font.svg#orion-font") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gentona Bold';
  src: url("../fonts/Gentona-Bold.woff2") format("woff2"), url("../fonts/Gentona-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gentona Book Italic';
  src: url("../fonts/Gentona-BookItalic.woff2") format("woff2"), url("../fonts/Gentona-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gentona Book';
  src: url("../fonts/Gentona-Book.woff2") format("woff2"), url("../fonts/Gentona-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gentona Medium';
  src: url("../fonts/Gentona-Medium.woff2") format("woff2"), url("../fonts/Gentona-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Tiempos Headline Bold';
  src: url("../fonts/TiemposHeadline-Bold.woff2") format("woff2"), url("../fonts/TiemposHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Tiempos Text Regular';
  src: local("../fonts/Tiempos Text Regular"), local("TiemposText-Regular"), url("../fonts/TiemposText-Regular.woff2") format("woff2"), url("../fonts/TiemposText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Tungsten Medium';
  src: url("../Tungsten-Medium.woff2") format("woff2"), url("../Tungsten-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "orion-font";
    src: url("../fonts/orion-font.svg#orion-font") format("svg"); } }
[data-icon]::before {
  content: attr(data-icon); }

[data-icon]::before,
.o-angle-left-1::before,
.o-angle-right-1::before,
.o-arrow-left-1::before,
.o-arrow-right-1::before {
  display: inline-block;
  font-family: "orion-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.o-angle-left-1::before {
  content: "\f9d1"; }

.o-angle-right-1::before {
  content: "\f9d2"; }

.o-arrow-left-1::before {
  content: "\f9d4"; }

.o-arrow-right-1::before {
  content: "\f9d3"; }

body {
  /*width: 100vw;*/
  overflow-x: hidden;
  background: #fff; }

.place-header {
  height: 91px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #005496;
  z-index: 9999999;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease-out; }
  .place-header img {
    width: 75px; }
  .place-header .alt-logo {
    display: none; }
  .place-header .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0; }
    .place-header .navigation li a {
      text-transform: uppercase;
      font-family: 'Gentona Medium', sans-serif;
      color: #fff;
      letter-spacing: 1.5px;
      font-size: 16px;
      transition: color 0.3s ease-out; }
      .place-header .navigation li a:hover {
        color: #f37021; }
    .place-header .navigation li.adv a {
      font-weight: bold; }
    .place-header .navigation li.give a {
      border: 2px solid #f37021;
      color: #f37021;
      font-weight: bold;
      padding: 12px;
      transition: all 0.3s ease-out;
      transition-property: background-color, color, border-color; }
      .place-header .navigation li.give a:hover {
        background: #f37021;
        color: #fff; }
  .place-header.menu-transform {
    background: #FFF; }
    .place-header.menu-transform .def-logo {
      display: none; }
    .place-header.menu-transform .alt-logo {
      display: inline; }
    .place-header.menu-transform .navigation li a {
      color: #005496; }
      .place-header.menu-transform .navigation li a:hover {
        color: #f37021; }
    .place-header.menu-transform .navigation li.give a {
      border-color: #005496;
      color: #005496; }
      .place-header.menu-transform .navigation li.give a:hover {
        background: #005496;
        color: #FFF; }

.place-footer {
  background: #00207B;
  padding: 100px 0 !important; }
  .place-footer p {
    font-family: 'Gentona', sans-serif;
    color: #fff;
    margin-bottom: 5px;
    line-height: 26px;
    white-space: nowrap; }
    .place-footer p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1200px) {
    .place-footer .row > * {
      max-width: 100% !important;
      flex-basis: 100%;
      margin-left: 0;
      margin-top: 30px; } }
  @media screen and (max-width: 1200px) {
    .place-footer .row > *:first-child {
      margin-top: 0 !important; } }
  .place-footer .row img {
    max-width: 90%; }
  @media screen and (max-width: 768px) {
    .place-footer {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

body {
  font-family: 'Tiempos Text Regular', serif;
  color: #005496;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Tiempos Headline Bold', serif;
  font-weight: bold; }

a {
  transition: 0.2s all ease-in-out; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

h1 {
  font-size: 60px;
  line-height: 60px; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 33px;
      line-height: 34px; } }

h2 {
  margin-bottom: 30px; }

h3 {
  font-family: 'Tiempos Headline Bold', sans-serif;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px; }

h4 {
  font-family: 'Tiempos Headline Bold', serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal; }

p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1px;
  margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  .last-divider {
    margin-top: 30px !important; } }

.site-section {
  padding: 150px 0; }
  @media screen and (max-width: 768px) {
    .site-section.home-stories {
      padding-top: 0;
      padding-bottom: 50px; } }

.more-stories-btn {
  display: none;
  margin-top: 50px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .more-stories-btn {
      display: block; } }

.ftg-btn {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1.3px;
  color: #f37021;
  font-family: 'Gentona Medium', sans-serif;
  font-weight: bold;
  border: 2px solid #f37021;
  padding: 12px;
  display: inline-block; }
  .ftg-btn.ftg-btn-wide {
    padding-left: 30px;
    padding-right: 30px; }
  .ftg-btn .o-arrow-right-1 {
    margin-left: 5px; }
  .ftg-btn:hover, .ftg-btn.hovered {
    background: #f37021;
    color: #fff; }

html.chrome {
  margin-top: 0 !important; }
  html.chrome #wpadminbar {
    display: none; }

.slideshow {
  position: relative;
  top: 0;
  height: 100vh; }
  @media screen and (max-width: 1024px) {
    .slideshow {
      display: none; } }

.basic-slider {
  margin-top: 91px;
  height: calc(75vh - 91px);
  overflow: hidden;
  position: relative;
  display: none; }
  @media screen and (max-width: 1024px) {
    .basic-slider {
      display: block; } }
  .basic-slider .basic-slider-wrap {
    position: relative;
    height: 100%;
    white-space: nowrap;
    transition: 0.5s transform ease-in-out;
    -webkit-tap-highlight-color: transparent; }
  .basic-slider .basic-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    white-space: normal; }
  .basic-slider .basic-slide-img {
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .basic-slider .basic-captions {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -68px;
    line-height: 69px;
    color: #fff;
    font-size: 60px;
    font-family: "Tiempos Headline", serif;
    font-weight: bold;
    text-align: center; }
    .basic-slider .basic-captions > div {
      margin-top: -1px; }
    .basic-slider .basic-captions .basic-caption {
      padding: 0 25px;
      transform: skew(-10deg);
      display: inline-block;
      background: #f37021; }
      .basic-slider .basic-captions .basic-caption span {
        display: inline-block;
        transform: skew(10deg); }
      @media screen and (max-width: 768px) {
        .basic-slider .basic-captions .basic-caption {
          padding: 0 10px; } }
    @media screen and (max-width: 768px) {
      .basic-slider .basic-captions {
        font-size: 36px;
        line-height: 48px;
        margin-top: -47px; } }
  .basic-slider .arrow-nav {
    bottom: 30px;
    width: 100%; }
    .basic-slider .arrow-nav .arrow-nav__item {
      visibility: visible !important;
      position: absolute;
      visibility: visible !important; }
    .basic-slider .arrow-nav .arrow-nav__item--prev {
      padding-left: 0;
      padding-right: 50px;
      left: 60px; }
    .basic-slider .arrow-nav .arrow-nav__item--next {
      padding-right: 0;
      padding-left: 50px;
      right: 60px; }

.mobile-menu {
  display: none;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: #FFF; }
  @media screen and (max-width: 1024px) {
    .mobile-menu {
      display: flex; }
      .mobile-menu > *:first-child {
        margin-left: 10px; }
      .mobile-menu > *:last-child {
        margin-right: 10px; } }

@media screen and (max-width: 1024px) {
  .place-header {
    display: none; } }

@media screen and (max-width: 768px) {
  .intro-image-container {
    text-align: center;
    margin-bottom: 50px; } }

@media screen and (max-width: 768px) {
  .intro-image {
    max-width: 50% !important;
    margin: 0 auto; } }

.hide {
  opacity: 0; }

.eyebrow {
  text-transform: uppercase;
  font-family: 'Gentona Bold', sans-serif;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 2.4px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block; }

.blue-bg {
  background: #005496;
  color: #fff; }
  .blue-bg .ftg-btn {
    color: #fff; }

.hero {
  margin-top: 91px;
  display: flex; }
  .hero h1 span {
    line-height: 69px;
    color: #fff;
    background: #f37021;
    display: inline-block; }
    .hero h1 span:first-child {
      padding-top: 10px; }
    .hero h1 span:last-child {
      padding-bottom: 5px; }
  .hero .top h1 span {
    padding-left: 30px;
    padding-right: 60px;
    position: relative; }
  .hero .bottom h1 span {
    padding-left: 60px;
    padding-right: 30px;
    margin-left: -60px; }

.home-hero {
  height: calc(100vh - 91px); }
  .home-hero #wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 100; }
  .home-hero .layer {
    position: absolute;
    width: calc(100vw);
    min-height: 100%;
    overflow: hidden; }
  .home-hero .layer .content-wrap {
    position: absolute;
    width: 100vw;
    min-height: 100%; }
  .home-hero .layer .content-body {
    position: absolute;
    top: 40%;
    text-align: center;
    transform: translateY(-50%); }
  .home-hero .bottom {
    z-index: 101; }
  .home-hero .bottom .content-body {
    left: 50%;
    text-align: left;
    background: url(../img/slide1-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 60%;
    margin-top: 90px;
    margin-left: -10%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left; }
    .home-hero .bottom .content-body h1 {
      position: relative;
      right: -15%;
      top: calc(10% + 110px); }
  .home-hero .top {
    z-index: 102;
    width: 50vw;
    border-right: 15px solid #f37021; }
  .home-hero .top .content-body {
    background: url(../img/slide1-1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 60%;
    margin-top: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right; }
    .home-hero .top .content-body h1 {
      position: relative;
      left: -15%;
      top: 10%; }
  .home-hero .skewed .top {
    transform: skew(-10deg);
    margin-left: -1000px;
    width: calc(50vw + 1000px); }
  .home-hero .skewed .top .content-wrap {
    transform: skew(10deg);
    margin-left: 1000px; }

.ftg-intro {
  background: #fff;
  /*
  img {
  	max-width: 347px;
  }	
  */ }
  @media screen and (max-width: 768px) {
    .ftg-intro {
      padding: 50px 0; } }

.home-stories {
  padding-bottom: 210px; }
  @media screen and (max-width: 768px) {
    .home-stories .row {
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .home-stories .row.column-odd {
      flex-direction: column-reverse; } }
  @media screen and (max-width: 768px) {
    .home-stories h1 {
      margin: 0 !important; } }
  .home-stories .looking {
    margin-top: -210px;
    padding-top: 210px; }
    @media screen and (max-width: 768px) {
      .home-stories .looking {
        margin-top: 50px;
        padding-top: 0; } }
  .home-stories .looking-divider {
    border-left: 12px solid #f37021;
    transform: scaleY(0);
    margin-top: -210px;
    margin-bottom: 60px;
    transition: 0s transform ease-out;
    transform-origin: top center; }
    .home-stories .looking-divider.animating {
      transform: scaleY(1);
      transition: 1.5s transform ease-out; }
    @media screen and (max-width: 768px) {
      .home-stories .looking-divider {
        margin: 47px auto 30px;
        display: inline-block;
        width: 12px;
        height: 40px;
        background-color: #f37021;
        border: none;
        padding: 0; } }
  @media screen and (max-width: 1200px) {
    .home-stories .story-img {
      pointer-events: none;
      width: calc(100% - 15px) !important;
      max-width: calc(100% - 15px) !important;
      height: auto !important; }
      .home-stories .story-img img {
        max-width: 100%;
        height: auto; } }
  @media screen and (min-width: 768px) {
    .home-stories .story-img {
      overflow: hidden;
      width: calc(100% - 15px);
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.4s ease; }
      .home-stories .story-img img {
        max-width: none;
        cursor: pointer; }
      .home-stories .story-img:hover {
        transform: scale(1); } }
  @media screen and (max-width: 768px) {
    .home-stories .story-img {
      width: 100% !important;
      height: 100% !important;
      margin-bottom: 30px !important;
      margin-top: 30px !important; }
      .home-stories .story-img img {
        width: 100% !important;
        height: auto !important; } }
  @media screen and (max-width: 768px) {
    .home-stories .story-img.odd {
      margin-top: 30px;
      transform: none !important; } }
  .home-stories .divider {
    border-right: 12px solid #f37021;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 100px;
    transform: scaleY(0);
    transition: 0s transform ease-out;
    transform-origin: top center; }
    .home-stories .divider.animating {
      transform: scaleY(1);
      transition: 0.5s transform ease-out; }
    @media screen and (max-width: 768px) {
      .home-stories .divider {
        margin: 50px auto 30px;
        display: inline-block;
        width: 12px;
        height: 150px;
        background-color: #f37021;
        border: none;
        padding: 0; } }
  .home-stories h1 {
    margin-bottom: 150px; }
    @media screen and (max-width: 768px) {
      .home-stories h1 {
        margin-bottom: 120px; } }
  .home-stories img {
    max-width: 100%; }
  .home-stories .story:last-child {
    margin-bottom: 0; }
  .home-stories .story-preview {
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 768px) {
      .home-stories .story-preview.hide {
        opacity: 1 !important; } }

@media screen and (max-width: 768px) {
  .more-stories {
    display: none; } }

@media screen and (max-width: 768px) {
  .hide-divider {
    display: none; } }

.init-divider {
  border-right: 12px solid #f37021;
  height: 210px;
  margin-top: -150px;
  transform: scaleY(0);
  transition: 0s transform ease-out;
  transform-origin: top center;
  margin-left: 6px; }
  .init-divider.animating {
    transform: scaleY(1);
    transition: 1.5s transform ease-out; }
  .init-divider h2 {
    display: none; }
  @media screen and (max-width: 748px) {
    .init-divider {
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      width: 12px;
      border: none;
      background: #f37021;
      padding-left: 0;
      padding-right: 0; } }

.init-cont {
  overflow: hidden;
  position: relative; }
  .init-cont .dots {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .init-cont .dots span {
      width: 6px;
      height: 6px;
      background: #f37021;
      border-radius: 50%;
      display: inline-block;
      margin: 0 2px;
      opacity: 0.65;
      transition: 0.5s opacity ease-in-out;
      border: 3px solid #F3F5F3;
      box-sizing: content-box;
      cursor: pointer; }
      .init-cont .dots span.active-dot {
        opacity: 1;
        cursor: auto;
        pointer-events: none; }

.pad-bottom {
  height: 150px; }
  @media screen and (max-width: 992px) {
    .pad-bottom {
      height: 100px; } }

.init-slider {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .init-slider {
      flex-direction: column; } }
  .init-slider .init-intro {
    max-width: 480px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 992px) {
      .init-slider .init-intro {
        max-width: 100%;
        padding-right: 0; } }
  .init-slider .init-items {
    position: relative;
    margin-left: 60px;
    white-space: nowrap;
    max-width: 100%; }
    @media screen and (max-width: 992px) {
      .init-slider .init-items {
        margin-left: 0;
        margin-top: 30px; } }
    .init-slider .init-items .init-slides {
      max-width: 378px;
      overflow-x: hidden; }
      @media screen and (max-width: 992px) {
        .init-slider .init-items .init-slides {
          max-width: 100%;
          margin: 0 auto; } }
      .init-slider .init-items .init-slides a {
        color: #005496; }
        @media screen and (min-width: 1024px) {
          .init-slider .init-items .init-slides a:hover {
            color: #fff; } }
      .init-slider .init-items .init-slides .init-slide {
        transition: background 0.3s ease-out; }
        @media screen and (min-width: 1024px) {
          .init-slider .init-items .init-slides .init-slide:hover {
            background: #f37021; } }
  @media screen and (max-width: 768px) {
    .init-slider h2 {
      font-size: 22px;
      line-height: 1.25em; } }

.init-slides {
  width: 100%;
  /* padding-bottom: 150px; */ }
  .init-slides .init-content {
    margin: 0 auto; }
  .init-slides .slider {
    max-width: 378px;
    overflow-x: hidden; }
  .init-slides .slides {
    transition: 0.5s transform ease-in-out;
    -webkit-tap-highlight-color: transparent; }
  .init-slides .slides > * {
    display: inline-block;
    width: 100%;
    white-space: normal;
    vertical-align: middle; }
  .init-slides .row {
    background: #F3F5F3;
    padding-top: 30px;
    padding-bottom: 90px;
    color: #005496; }
    .init-slides .row p:last-child {
      margin-bottom: 0; }
    .init-slides .row:first-child {
      padding: 0; }
  .init-slides .init-slide {
    background: #fff;
    padding-bottom: 30px; }
    .init-slides .init-slide h3, .init-slides .init-slide h4 {
      padding-left: 30px;
      padding-right: 10px; }
    .init-slides .init-slide h3 {
      margin-top: 30px; }
    .init-slides .init-slide h4 {
      margin-bottom: 0; }
  .init-slides .control {
    display: flex;
    width: 100px;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 1000;
    background: #f3f3f3;
    cursor: pointer; }
    .init-slides .control.arrow-left {
      left: -50px; }
    .init-slides .control.arrow-right {
      right: -50px; }
    .init-slides .control span {
      color: #f37021;
      font-size: 42px;
      transition: 0.2s all ease-in-out; }
    .init-slides .control:hover span {
      color: #005496; }
    @media screen and (max-width: 992px) {
      .init-slides .control {
        display: none !important; } }

.slider-mobile {
  display: none; }
  @media screen and (max-width: 992px) {
    .slider-mobile {
      display: block; } }

.slider-desktop .init-items {
  position: relative;
  margin-left: 0; }
  .slider-desktop .init-items .init-slides {
    max-width: 100%; }
    .slider-desktop .init-items .init-slides .init-intro {
      margin-right: 60px; }
      @media screen and (max-width: 1200px) {
        .slider-desktop .init-items .init-slides .init-intro {
          max-width: calc(100% - 420px);
          padding-right: 0;
          margin-right: 40px; } }
    .slider-desktop .init-items .init-slides a {
      max-width: 378px;
      margin-right: 164px; }
      .slider-desktop .init-items .init-slides a:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1200px) {
        .slider-desktop .init-items .init-slides a {
          margin-right: 14px; } }
  .slider-desktop .init-items .arrow-left {
    width: 32px;
    left: -52px; }
  .slider-desktop .init-items .arrow-right {
    width: 32px;
    right: -52px; }
.slider-desktop .control {
  position: absolute; }
@media screen and (max-width: 992px) {
  .slider-desktop {
    display: none; } }

.home-banner {
  color: #fff;
  background: url(../img/home-banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow-x: hidden; }
  .home-banner h3 {
    font-family: 'Tiempos Headline Bold', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.4px;
    margin-bottom: 30px; }
  .home-banner h4 {
    font-family: 'Gentona Book', sans-serif;
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 30px; }
  .home-banner .ftg-btn {
    color: #fff; }
  .home-banner > .site-section > * {
    max-width: 1200px;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .home-banner > .site-section {
      max-width: calc(100% - 30px);
      margin: 0 auto;
      padding: 50px 0; }
      .home-banner > .site-section h3 {
        font-size: 33px;
        line-height: 1.25em; }
      .home-banner > .site-section h4 {
        font-size: 15px;
        line-height: 1.35em; }
      .home-banner > .site-section p {
        font-size: 13px;
        line-height: 1.6em; } }

.story-hero {
  position: relative;
  height: 50vh;
  background: url(../img/story-place.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 91px; }
  .story-hero h1 {
    line-height: 69px;
    color: #fff;
    background: #f37021;
    display: inline-block;
    padding: 10px 40px 5px;
    transition: 0.3s opacity ease-in-out;
    opacity: 1;
    transform: skew(-10deg);
    text-align: center; }
    .story-hero h1 span {
      transform: skew(10deg); }
    .story-hero h1.invis {
      opacity: 0; }
    @media screen and (max-width: 768px) {
      .story-hero h1 {
        display: none; } }
  @media screen and (max-width: 1024px) {
    .story-hero {
      margin-top: 72px; } }
  @media screen and (max-width: 768px) {
    .story-hero {
      height: 25vh;
      background-position: left center; } }

.mobile-story-header {
  display: none; }
  .mobile-story-header .story-title {
    background: #f37021;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    transform: skew(-10deg); }
    .mobile-story-header .story-title span {
      transform: skew(10deg);
      display: inline-block; }
  .mobile-story-header > span {
    display: block;
    font-family: 'Gentona Book', sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    text-align: right; }
  @media screen and (max-width: 768px) {
    .mobile-story-header {
      display: block;
      position: absolute;
      bottom: 25px;
      transform: translate(0, 100%); } }
  @media screen and (max-width: 480px) {
    .mobile-story-header {
      max-width: 80%; } }

.quote-block.collision {
  background-color: #FFF; }

#scrolling {
  display: none; }

.story-content {
  position: relative; }
  .story-content .story-info {
    opacity: 1;
    /* text-align: right; */
    /* margin-left: -8px; */
    margin-top: 15px;
    transition: opacity 0.2s ease-out;
    /* width: 350px; */ }
    .story-content .story-info.fade-out {
      opacity: 0; }
    .story-content .story-info.invis {
      transform: translate(0, calc(-100% + 20px)); }
      .story-content .story-info.invis .story-title {
        opacity: 0; }
    .story-content .story-info.sticky {
      position: fixed; }
    .story-content .story-info.fixed-column {
      position: fixed;
      top: 140px;
      /*transform: translateX(-28px);*/ }
    @media screen and (max-width: 1200px) {
      .story-content .story-info {
        margin-left: -65px; } }
    @media screen and (max-width: 992px) {
      .story-content .story-info {
        max-width: 250px;
        margin-left: -45px; } }
    @media screen and (max-width: 768px) {
      .story-content .story-info {
        display: none !important; } }
  .story-content .donate {
    text-align: center;
    padding: 30px;
    position: absolute;
    bottom: 0;
    right: 15px; }
    .story-content .donate.fixed-column {
      position: fixed;
      top: 140px; }
    @media screen and (max-width: 768px) {
      .story-content .donate {
        position: static;
        margin-top: 0; } }
  .story-content .story-title {
    width: 350px;
    background: #f37021;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    transform: skew(-10deg); }
    .story-content .story-title span {
      transform: skew(10deg);
      display: inline-block; }
    @media screen and (max-width: 992px) {
      .story-content .story-title {
        max-width: 250px; } }
  .story-content .byline {
    display: block;
    font-family: 'Gentona Book', sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    text-align: right; }
  .story-content .intro {
    font-family: 'Gentona Bold', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px; }
  .story-content .caption {
    font-family: 'Gentona Book Italic', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin: 15px 0 45px; }
  .story-content .quote {
    position: relative;
    font-family: 'Gentona Bold', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-align: right;
    display: block;
    padding-bottom: 15px;
    margin-top: 171px;
    z-index: 9999; }
    @media screen and (max-width: 768px) {
      .story-content .quote {
        margin-top: 0;
        text-align: left; } }
  .story-content .q-byline {
    background: #fff;
    /* padding-bottom: 150px; */ }
  .story-content p:last-child {
    margin-bottom: 0; }
  .story-content:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #FFF;
    z-index: 999999;
    content: ""; }
    @media screen and (max-width: 768px) {
      .story-content:after {
        display: none; } }
  @media screen and (max-width: 768px) {
    .story-content {
      padding-top: 100px;
      padding-bottom: 75px; } }

.related-stories {
  padding-bottom: 150px;
  background: #f9f9f9;
  position: relative;
  z-index: 1000; }
  .related-stories .related-card {
    background: #fff;
    padding-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .related-stories .related-card:hover {
      background: #f37021; }
      .related-stories .related-card:hover .eyebrow, .related-stories .related-card:hover h4 {
        color: #fff; }
  .related-stories img {
    margin-bottom: 15px; }
  .related-stories .eyebrow {
    padding-left: 15px;
    font-size: 15px;
    margin-bottom: 0; }
  .related-stories h4 {
    font-family: 'Gentona Bold', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .related-stories > .container > .row > .col-md-4 {
      margin-top: 30px; }
      .related-stories > .container > .row > .col-md-4:first-child {
        margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .related-stories {
      padding-top: 50px;
      padding-bottom: 100px;
      text-align: center; } }

.slide__figure {
  background: #f37021; }

.video-row {
  position: relative;
  padding: 45px 0;
  z-index: 99999; }

@media screen and (max-width: 768px) {
  .bottom-row {
    flex-direction: column-reverse; }
    .bottom-row .quote-block {
      display: none; } }
@media screen and (max-width: 768px) {
  .bottom-row .donate {
    display: none; } }

.mobile-quote .quote-blockn {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile-quote .quote-blockn {
      display: block !important;
      margin-bottom: 30px; } }

@keyframes flipDown {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

/*# sourceMappingURL=style.css.map */
