body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
}
/* slideshow modal styles */
.slideshow-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 20;
}
.slideshow-wrapper .slideshow-close {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    right: 0;
    top: 0;
    width: 50px;
}
.slideshow-wrapper button {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 48px;
    padding: 0;
    position: absolute;
    transition: color 0.2s ease-in-out;
    width: 50px;
}
.slideshow-wrapper button:hover {
    color: #8c1515;
    transition: color 0.2s ease-in-out;
}
.slideshow-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slideshow-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slideshow-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
    -ms-flex-pack: center;
    justify-content: center;
}
.slideshow-image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    width: calc(100% - 70px);
}
.slideshow-caption {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
}
.brand-wrapper {
    background: #8c1515;
    height: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.brand-wrapper img {
    height: auto;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
}
.header-wrapper {
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    margin: 0 auto;
    max-width: 2000px;
    padding: 0;
    position: relative;
    width: 100%;
}
.header-overlay {
    background-color: rgba(0,0,0,0.5);
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
h1 {
    color: #fff;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
h2 {
    color: #8c1515;
    font-size: 42px;
    text-align: center;
}
h3 {
    font-size: 29px;
    margin: 40px auto 0;
    min-width: 684px;
    text-align: justify;
    width: 50%;
}
h4 {
    color: #8c1515;
    font-size: 22px;
    margin: 0 auto 20px;
    max-width: 640px;
    padding: 0;
    text-align: center;
}
h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}
p {
    font-size: 20px;
    line-height: 150%;
    margin: 20px auto 0;
    min-width: 684px;
    text-align: justify;
    width: 50%;
}
.content-button {
    background-color: #8c1515;
    border-radius: 20px;
    color: #fff;
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease-in-out;
    width: 200px;
}
.content-button:hover {
    background-color: #b1040e;
    transition: background-color .2s ease-in-out;
}
.infographic-wrapper {
    margin: 60px auto 0;
    min-width: 684px;
    overflow: hidden;
    text-align: center;
    width: 50%;
}
.infographic-wrapper img {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
}
.infographic-wrapper figcaption {
    font-size: 18px;
    margin: 20px auto 0;
    max-width: 640px;
    text-align: center;
}
.testimonial-wrapper {
    margin: 40px 0 0;
    text-align: center;
}
.testimonial-wrapper p {
    font-size: 16px;
    text-align: center;
}
.video-wrapper {
    height: 0;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0 0 28.14327485380117%;
    position: relative;
    width: 50%;
}
.video-wrapper iframe {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.thumbnails-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 40px auto 0;
    min-width: 684px;
    padding: 0;
    width: 50%;
}
.thumbnails-wrapper li {
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    margin: 0 0 20px;
    max-height: 140px;
    overflow: hidden;
    padding: 0;
}
.thumbnails-wrapper > li > a {
    background-size: cover;
    display: block;
    height: 0;
    padding: 0 0 66.666667%;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}
.thumbnails-wrapper > li > a:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}
.thumbnails-info {
    font-size: 16px;
    text-align: center;
}
.banner-wrapper {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    margin: 40px auto 0;
    max-width: 2000px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.banner-wrapper p {
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.parallax-1 {
    background-image: url("../img/banner-1.jpg");
}
.parallax-2 {
    background-image: url("../img/banner-2.jpg");
}
.parallax-3 {
    background-image: url("../img/banner-3.jpg");
}
.parallax-4 {
    background-image: url("../img/banner-4.jpg");
}
.parallax-5 {
    background-image: url("../img/banner-5.jpg");
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.multi-testimonial-short-header {
    display: none;
}
.multi-testimonial-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    max-width: 2000px;
    overflow: hidden;
    padding: 0;
}
.multi-testimonial-wrapper li {
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
    width: 27%;
}
.multi-testimonial-wrapper p {
    min-width: 0;
    text-align: left;
    width: 100%;
}
.info-wrapper {
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
}
.info-wrapper a {
    color: #000;
    text-decoration: none;
}
.info-wrapper a:hover {
    text-decoration: underline;
}
.info-wrapper > a > img {
    height: auto;
    max-width: 350px;
}
.info-wrapper > img {
    display: block;
    margin: 50px auto;
}
.info-wrapper .content-button {
    color: #fff;
    display: block;
    margin: 0 auto 20px;
    width: 85px;
}
.info-wrapper .content-button:hover {
    text-decoration: none;
}
.credits-wrapper {
    font-size: 12px;
    margin: 0 auto 10px;
    text-align: center;
}
.footer-wrapper {
    background: #8c1515;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
}
.footer-wrapper img {
    height: auto;
    margin: 0 0 0 25px;
    width: 160px;
}
.footer-nav {
    margin: 0 0 0 25px;
    padding: 15px 0;
}
.footer-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.footer-wrapper ul li {
    margin: 0 25px 0 0;
}
.footer-wrapper a {
    color: #fff;
    text-decoration: none;
}
.footer-global-links-wrapper a {
    font-size: 17px;
}
.footer-policy-links-wrapper a {
    font-size: 15px;
    font-weight: 300;
}
.footer-global-links-wrapper a:hover, .footer-policy-links-wrapper a:hover {
    text-decoration: underline;
}
.footer-wrapper .footer-copyright-wrapper {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
/* Progress Bar Styles */
progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 30px;
  z-index: 3;

  /* Dimensions */
  width: 100%;
  height: 5px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: #dad7cb;
}
progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #dad7cb;
}

progress::-moz-progress-bar {
  background-color: #dad7cb;
}
@media only screen and (max-width: 683px) {
    .header-wrapper {
        height: 0;
        padding: 0 0 66.71875%;
    }
    h1, h1::before {
        font-size: 24px;
    }
    h3, p, .video-wrapper, .thumbnails-wrapper, .infographic-wrapper {
        min-width: 0;
        text-align: left;
        width: 90%;
    }.
    .multi-testimonial-wrapper {
        width: 100%;
    }
    h4 {
        font-size: 20px;
    }
    .video-wrapper {
        padding: 0 0 56.28654970760234%;
    }
    .multi-testimonial-full-header {
        display: none;
    }
    .multi-testimonial-short-header {
        display: block;
    }
    .footer-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 20px;
    }
    .footer-wrapper img {
        margin: 0;
    }
    .footer-logo-wrapper {
        text-align: center;
    }
    .footer-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 25px;
    }
    .footer-wrapper ul {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        flex: 0 1 50%;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-wrapper ul li {
        display: inline-block;
        margin: 0 0 10px;
    }
    .footer-global-links-wrapper a {
        font-size: 15px;
        font-weight: 300;
    }
    .footer-wrapper .footer-copyright-wrapper {
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .multi-testimonial-wrapper {
        display: block;
    }
    .multi-testimonial-wrapper li {
        margin: 30px auto 0;
        width: 80%;
    }
}
@media (min-device-width: 320px) and (max-device-width: 1024px) {
    .banner-wrapper {
        background-attachment: scroll;
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
