/* ===== ScrollMagic Class ============================================== */

body {
    font: 16px/1.5 Helvetica, Helvetica Neue, Arial;
    background-color: #000000;
}

/*.wrapper {
    width: 90%;
    margin: 0 5%;
}*/

/* ==========================================================================
   Custom styles
   ========================================================================== */
/* =Main */

#videoModal .modal-dialog {
    max-width: 980px;      /* Wider to fit video. */
    width: 980px;      /* Wider to fit video. */
}

@media (min-width: 992px) {
.modal-lg {
    width: 980px;      /* Wider to fit video. */
}

#wrapper {
    position: relative;
    background-color: #000;
}
section{
    box-sizing: border-box;
	padding: 5% 0;
	clear: both;
}
.image-wrapper-large {
    box-sizing: border-box;
    width: 50%;
    float: right;
}
.image-wrapper-large-centered {
    box-sizing: border-box;
    width: 100%;
}
.section-hero-image {
    box-sizing: border-box;
    width: 100%;
}
.section-accent-wrapper {
    box-sizing: border-box;
    width: 50%;
    float: right;
    text-align: center;
    padding: 4% 0;
}
.section-accent-image {
    box-sizing: border-box;
    width: 50%;
    border: solid 1px red;
    margin: 5% 0;
}
.accent-image-row {
    box-sizing: border-box;
    width: 28%;
    border: solid 1px red;
    margin: 2.5%;
}
.text-wrapper {
    box-sizing: border-box;
    width: 50%;
    padding:8% 10%;
}
.text-wrapper-wide {
    box-sizing: border-box;
    width: 100%;
    padding: 3% 7%;
}
.header-text {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4.5vw;*/
	font-size: 4em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0% 0;
}
.header-text-centered {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4vw;*/
	font-size: 4em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 5% 20%;
    text-align: center;
}
.accent-text {
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1.9em;
    line-height: 1.1em;
    padding: 0% 0;
}
.accent-text-wide {
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1.9em;
    line-height: 1.1em;
}

/* ==========================================================================
   Animations
   ========================================================================== */
.hidden-scroll {
    opacity: 0;
    /*transform: translateY(50px);*/
    transition: all 1s ease-out;
}
.hidden-scroll.fade-in {
    opacity: 1;
}
.fade-in-footer {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.fade-out {
    opacity: 0;
    transition: all 1s ease-out;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1200px) {
    /* =General */
.header-text {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4.5vw;*/
	font-size: 2.5em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0%;
    }
.header-text-centered {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4vw;*/
	font-size: 3em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0% 10%;
    text-align: center;
}
.accent-text {
    box-sizing: border-box;
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1.5em;
    line-height: 1.1em;
    padding: 0% 0;
}
.accent-text-wide {
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1.5em;
    line-height: 1.1em;
}

    /* =Header */

    /* =Footer */
}

@media only screen and (max-width: 900px) {
    /* =General */
.header-text {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4.5vw;*/
	font-size: 2em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0%;
    }
.header-text-centered {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4vw;*/
	font-size: 2em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0% 15%;
    text-align: center;
}
.accent-text {
    box-sizing: border-box;
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1.4em;
    line-height: 1.1em;
    padding: 0% 0;
}
.accent-text-wide {
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1.4em;
    line-height: 1.1em;
}

    /* =Header */

    /* =Footer */
}

@media only screen and (max-width: 750px) {
    /* =General */
.header-text {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4.5vw;*/
	font-size: 1.3em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0% 0;
    }
.header-text-centered {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4vw;*/
	font-size: 1.5em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0% 5%;
    text-align: center;
}
.accent-text {
    box-sizing: border-box;
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 0.9em;
    line-height: 1.1em;
    padding: 0% 0;
}
.accent-text-wide {
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1.2em;
    line-height: 1.1em;
}
.accent-image-row {
    box-sizing: border-box;
    width: 90%;
    border: solid 1px red;
    margin: 5%;

    /* =Header */

    /* =Footer */
}

@media only screen and (max-width: 480px) {
    /* =General */
.header-text {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4.5vw;*/
	font-size: 1em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0%;
    }
.header-text-centered {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4vw;*/
	font-size: 1em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0% 5%;
    text-align: center;
}
.accent-text {
    box-sizing: border-box;
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 0.6em;
    line-height: 1em;
    padding: 0%;
}
.accent-text-wide {
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1em;
    line-height: 1.1em;
}
.accent-image-row {
    box-sizing: border-box;
    width: 90%;
    border: solid 1px red;
    margin: 5%;

@media only screen and (max-width: 300px) {
    /* =General */
.header-text {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4.5vw;*/
	font-size: 1em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0%;
    }
.header-text-centered {
    box-sizing: border-box;
    text-transform: uppercase;
    /*font-size:4vw;*/
	font-size: 1em;
	font-weight: 700;
	line-height: .9em;
	color: #ffffff;
    padding: 0% 5%;
    text-align: center;
}
.accent-text {
    box-sizing: border-box;
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 0.6em;
    line-height: 1em;
    padding: 0%;
}
.accent-text-wide {
    color: #fff;
    /*font-size: 1.9vw*/
    font-size: 1em;
    line-height: 1.1em;
}
.accent-image-row {
    box-sizing: border-box;
    width: 90%;
    border: solid 1px red;
    padding:5%;

    /* =Header */

    /* =Footer */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden-scroll {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}