/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==|== LOADER =====================================================
   
   ========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: white;
    opacity: 1;
    z-index: 1001;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}


    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: white;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: white;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #326eaf;
  opacity: 1;
  z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;

}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}


/* ===== Page Styles ==================================================
   Author: Josh Kunzler
   ========================================================================== */
#hideMe{
    display: none;
}
/* ===== section 1 === */
#section1{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #326eaf;
}
.toplogo{
    position: relative;
    width: 80vw;
    max-width: 411px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    padding-top: 60px;
}
.title{
    font-family: "museo-slab";
    font-weight: 500;
    font-size: 117px;
    color: white;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 20px;
}
.subtitle{
    font-family: "proxima-nova";
    font-weight: 100;
    font-size: 28px;
    color: #b2c7df;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 1.7;
    width: 90vw;
    max-width: 800px;
    padding-top: 10px;
}
.subtitle .highlightedtext{
    color:#f9c700;
}
.graph{
    position: relative;
    width: 80vw;
    max-width: 700px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    padding-top: 25px;
    padding-bottom: 44px;
}
/* ===== section 2 === */
#section2{
    position: relative;
    width: 100%;
    height: auto;
    background-color: white;   
}
.row{
    position: relative;
    width: 100%;
    height: auto;
}
#row2, #row4{
    background-color: #f5f5f5;
}
h2.section2title{
    font-family: "museo-slab";
    font-weight: 500;
    font-size: 41px;
    color: #444444;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
    padding-top: 105px;
    padding-bottom: 150px;
}
.blueicon{
    position: absolute;
    height: 103px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -50px;
}
#icon1b, #icon2b, #icon3b, #icon4b{
    
}
h3.section2subtitle{
    font-family: "museo-slab";
    font-weight: 300;
    font-size: 32px;
    color: #444444;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
    padding-top: 105px;
}
p.section2text{
    font-family: "open-sans";
    font-weight: 100;
    font-size: 18px;
    color: #6f6f6f;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 1.8;
    padding-top: 30px;
    padding-bottom: 130px;
    width: 85vw;
    max-width: 800px;
}
/* ===== section 3 === */
#section3{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #326eaf;
}
#closingtitle{
    font-size: 67px;
    padding-top: 120px;
    padding-bottom: 50px;
}
#closingsubtitle{
    font-size: 24px;
    padding-bottom: 30px;
}
#CTAbutton{
    cursor: pointer;
    position: relative;
    width: 90vw;
    max-width: 530px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 123px;
}
#CTAbutton p{
    margin: 36px 0px 0px 0px;
    background: #ee5933;
    padding: 35px;
    color: #fff;
    font-family: "proxima-nova";
    font-size: 35px;
    font-weight: 600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(189,71,41,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(189,71,41,1);
    box-shadow: 0px 3px 0px 0px rgba(189,71,41,1); 
}
a {
    text-decoration: none;
}
#button{
    padding-bottom: 50px;
}
#footer{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #1d4066;
}
#logo-cont{
    position: relative;
    width: 90vw;
    max-width: 1200px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.logo{
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    cursor: hand;
    height: 45px;
    padding: 40px 25px 15px;
}
.stretch{
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}












/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1120px) {
#logo6{
    display: none;
}
#logo7{
    display: none;
}

}
@media only screen and (max-width: 970px) {
    h2.section2title{
        padding-bottom: 140px;
        font-size: 35px;
    }
    #closingtitle {
        font-size: 47px;
        padding-top: 80px;
        padding-bottom: 30px;
    }
    #closingsubtitle {
        font-size: 19px;
        padding-bottom: 10px;
        max-width: 590px;
    }
    p.section2text.lastone{
        padding-bottom: 100px;
    }
    #CTAbutton{
       max-width: 430px;
       padding-bottom: 85px;
        
    }
    #CTAbutton p{
        padding: 25px;
        font-size: 25px
    }

}

@media only screen and (max-width: 860px) {
    .toplogo{
        max-width: 330px;
        padding-top: 40px;
    }
    .title{
        font-size: 97px;
        padding-top: 20px;
        padding-bottom: 13px;
    }
    .subtitle{
        font-size: 22px;
    }
    h2.section2title{
        font-size: 32px
    }
    h3.section2subtitle{
        font-size: 30px;
        padding-top: 95px;
    }
    p.section2text{
        font-size: 17px;
        padding-top: 25px;
        padding-bottom: 123px;
    }
    #logo5{
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    .toplogo {
        max-width: 300px;
    }
    .title {
        font-size: 87px;
        padding-top: 16px;
        padding-bottom: 7px;
    }
    .subtitle {
        font-size: 20px;
    }
    .graph{
        padding-top: 13px;
        padding-bottom: 37px;  
    }
    #closingtitle {
        font-size: 37px;
    }
    h2.section2title {
        font-size: 32px;
        max-width: 430px;
        padding-top: 70px;
        padding-bottom: 110px;
    }
    h3.section2subtitle {
        font-size: 28px;
        padding-top: 85px;
    }
    p.section2text {
        font-size: 15px;
        padding-top: 18px;
        padding-bottom: 113px;
    }
    .blueicon {
        height: 90px;
        margin-top: -45px;
    }
}
@media only screen and (max-width: 730px) {
    #logo5, #logo7{
        display: inline-block;
    }
    #logo4, #logo5, #logo7{
        padding-top: 7px;
    }
    #logo-cont{
        max-width: 470px;
    }
    .logo
}
@media only screen and (max-width: 650px) {
   .toplogo {
        max-width: 280px;
    } 
    .title {
        font-size: 67px;
    }
    .subtitle {
        font-size: 18px;
    }
    #closingtitle{
        max-width: 85vw;
        padding-top: 70px;
    }
    #closingsubtitle{
        max-width: 85vw;
    }
    p.section2text.lastone {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 550px) {
    #closingtitle {
        font-size: 33px;
        max-width: 70vw;
        line-height: 1.3;
        padding-top: 60px;
        padding-bottom: 13px;
    }
        #closingsubtitle {
        font-size: 17px;
        padding-bottom: 0px;
    }
    #CTAbutton {
        max-width: 310px;
        padding-bottom: 55px;
    }
    #logo-cont {
        max-width: 320px;
    }
    .logo{
        height:35px;
    }
    #logo3{
        padding-top: 7px;
    }
    
}    
@media only screen and (max-width: 420px) {
    .toplogo {
        max-width: 250px;
    }
    .title {
        font-size: 54px;
        padding-bottom: 7px;
        padding-top: 23px;
    }
    .subtitle {
        font-size: 18px;
        max-width: 270px;
    }
    .graph {
        padding-top: 23px;
        padding-bottom: 28px;
    }
    h2.section2title {
        font-size: 28px;
        max-width: 325px;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    h3.section2subtitle {
        font-size: 23px;
        padding-top: 75px;
        max-width: 85vw;
    }
    p.section2text {
        padding-bottom: 88px;
    }
}
@media only screen and (max-width: 380px) {
    #closingtitle{
        max-width: 80vw;
    }
    h2.section2title{
        max-width: 85vw;
    }
    #closingsubtitle {
        max-width: 81vw;
    }
    #CTAbutton {
        max-width: 80vw;
    }
    #CTAbutton p {
        padding: 17px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 335px) {
    #closingtitle{
        font-size: 27px;
    }
    .toplogo {
        max-width: 234px;
        padding-top: 27px;
    }  
    .title {
        font-size: 44px;
        padding-top: 19px;
    }
    .subtitle {
        font-size: 17px;
    }
    .graph {
        padding-top: 18px;
    }
    h2.section2title{
        font-size: 27px;
    }
    #logo4, #logo7{
        display: none;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    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 {
    *,
    *:before,
    *:after {
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

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

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