﻿#container {
  min-height: 44rem;
  display: flex;
  flex-direction: column;
}

#container a {
  text-decoration: none;
}

.story-banner {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.story-banner > picture,
.story-banner > picture img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  /*height: 514px;*/
  margin: 0;
}
.holder.back-to-support-holder,
.ie11 div.holder.back-to-support-holder {
  top: 2vw;
  display: block;
  margin: 0;
  padding: 0;
}

.back-to-support {
  font-size: calc(0.8rem + 0.4vw);
  color: #fff;
  background: linear-gradient(#fff, #fff) no-repeat;
  background-size: 100% 1px;
  background-position: 0.9em 1.3em;
  align-self: flex-start;
}

.story-banner .holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 2rem;
  position: absolute;
  z-index: 10;
  max-width: 1640px;
  width: 100%;
}

.ie11 .story-banner .holder {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.story-banner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}

.story-banner h2 {
  text-align: center;
  color: #fff;
  /*font-size: calc(2.5rem + 2.5vw);*/
  font-size: 4.5rem;
  margin: 0 0 0.4em;
  line-height: 1;
}

.story-stats {
  background-color: #5e5c5c;
  padding: 1rem;
}

.story-stats .holder {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0;
}

.story-stats .stat {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 0 1em;
}

.story-stats .separator {
  width: 1px;
  min-width: 1px;
  height: 4.5rem;
  background-color: #fff;
}

.story-banner .download-link {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  background: linear-gradient(#fff, #fff) no-repeat;
  background-size: 100% 1px;
  background-position: 0 1.3em;
}

.container a:hover,
.container a:link:hover {
  color: #00aeef;
  border-color: #00aeef;
}

.story-content {
  padding: 3em 0 0;
  line-height: 1.375;
}

.story-content > .holder,
.story-results .holder,
.story-next .holder,
.story-about .holder {
  display: -ms-grid;
  -ms-grid-columns: 7.3fr 2em 3fr;
  display: grid;
  grid-template-columns: 7.3fr 3fr;
  grid-gap: 2em;
}

.story-content > .holder {
  margin-bottom: 2rem;
}

.story-next a {
  display: block;
}

.story-main {
  border-right: 1px solid #d2d2d2;
  padding-right: 2em;
}

.story-content figure {
  margin-bottom: 1em;
}

.story-content figcaption {
  font-style: italic;
  text-align: center;
}

.story-content > .holder aside {
  -ms-grid-column: 3;
  position: relative;
}

.story-content h3 {
  margin-bottom: 5px;
}

.story-content img {
  max-width: 100%;
}

.story-content dl {
  margin: 0 0 20px;
}

.story-content dt {
  margin: 1em 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}

.story-content dd {
  margin: 0;
}

#container .story-content a:hover {
  text-decoration: underline;
}

#container .story-content aside a {
  display: inline-block;
  color: #ffffff;
  background-color: #ffa300;
  text-decoration: none;
  font-weight: bold;
  height: auto;
  cursor: pointer;
  border-radius: 10rem;
  padding: 0.5rem 1.5rem;
  border: 2px solid transparent;
  transition: background-color 0.2s ease-out;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 800px) {
  #container .story-content aside a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#container .story-content aside a:hover {
  color: #ffa300;
  border-color: #ffa300;
  background-color: transparent;
  text-decoration: none;
}

.pulled-quote-outer {
  color: #005776;
  padding: 2em 0;
  font-size: 1.375rem;
  font-weight: 600;
}

.story-results {
  margin: 2rem 0 2.5rem;
}

.story-results .holder div,
.story-next .holder div {
  padding-right: 2em;
}

.story-slider {
  padding-top: 45px;
  padding-bottom: 45px;
}

.story-slider .holder {
  background-color: #fff;
  /*max-width: 1288px;*/
}

.bx-wrapper {
  background: #fff;
}

.story-slider .bx-wrapper {
  padding: 35px;
  margin: 0 auto;
  width: 94%;
}

.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
  background-color: #25b0ed;
  background-image: url(../svg/arrow-left-white.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 40px;
  position: absolute;
  right: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../svg/arrow-right-white.svg);
}

.story-slider .bx-wrapper .bx-controls-direction a {
  margin-top: -52px;
  width: 50px;
  height: 44px;
}

.story-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -15px;
}

.story-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: -15px;
}

.container a:hover,
.container a:link:hover {
  color: #00aeef;
  border-color: #00aeef;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.st-btn:hover,
.bx-prev:hover,
.bx-next:hover {
  background-color: #0389b4 !important;
}

.story-about {
  margin: 2rem 0 0;
  padding-bottom: 2rem;
}

.story-about .holder {
  /*align-items: end;*/
}

.story-about .holder div {
  -ms-grid-row-align: end;
}

.story-about .holder div:first-child {
  border-right: 1px solid #d2d2d2;
  padding: 0.5em 2em 0.5em 0;
}

.story-about .holder div:nth-child(2) {
  -ms-grid-column: 3;
  padding-top: 35px;
}

.story-content p + p {
  margin: 1.375em 0 0;
}

.story-slider .bx-viewport {
  border: none;
}

.story-slider .bxslider > div > img {
  border: 1px solid #ccc;
}

.story-slider .bxslider > div > p {
  text-align: center;
  margin-top: 0.5em;
}

.social {
  /*text-align: center;
    top: -2rem;
    position: absolute;*/
  width: 100%;
}

.social span {
  background-color: #fff;
  color: #5d5c5c;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0;
  text-align: center;
}

.social span:hover {
  cursor: pointer;
}

.social span i {
  font-size: 100%;
  line-height: 25px;
}

#MainContent_divBodyCopy2 .holder,
#MainContent_divBodyCopy3 .holder {
  display: block;
  margin-top: 3em;
}

#MainContent_divBodyCopy3 .holder {
  padding: 0 0 3em;
}

@media only screen and (max-width: 50em) {
  /* 800px */
  .story-content > .holder,
  .story-about .holder {
    display: flex;
    flex-direction: column;
  }

  .story-content > .holder aside {
    order: -1;
    margin: 0 0 3rem;
  }

  .story-main,
  .story-results .holder div,
  .story-about .holder div:first-child {
    padding-right: 0;
    border: none;
  }

  .story-results > .holder {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  .story-stats .holder {
    flex-direction: column;
  }

  .story-stats .separator {
    width: 90%;
    height: 1px;
    min-height: 1px;
    margin: 1em;
  }

  .story-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 5px;
  }

  .story-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 5px;
  }

  .story-slider .bx-wrapper .bx-controls-direction a {
    width: 30px;
  }

  .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -15px center;
  }
}

@media only screen and (max-width: 800px) {
  .story-banner > img {
    height: 250px;
  }

  .story-banner h2 {
    font-size: 2.16rem;
  }

  .story-content img {
    max-height: 150px;
    display: block;
    margin: 0 auto;
  }
}
