p {
    margin: 3% auto 5%;
}
.dark h2.orange {
    color: #f26322;
}
h3 {
    color: #333e48;
}
.main.hero {
    background-position: center top;
}
.main.hero h1 span {
    display: block;
}
#module3 {
    background-image: url("../img/Home_Module_03_Landscape5e1f.jpg?v=2");
    background-position: top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
#module4 {
    background-image: url("../img/Home_Module_04_Background5e1f.jpg?v=2");
}
#module5 a {
    /*margin-bottom: 3em;*/
}
#module6 {
    background-image: url("../img/Home_Module_06_App5e1f.jpg?v=2");
    background-position: center top;
    min-height: 785px;
}
#module6 h2 {
    margin: 0 auto;
    max-width: 550px;
}
#module6 p {
    max-width: 915px;
}
#module7 {
    padding-bottom: 0;
}
.logo-container {
    max-width: 85em;
    margin: 0 auto;
}
.partner-logos .single-logo {
    margin: 10% auto;
}
.partner-logos .pair-logo {
    margin: 5% 0 0;
}
@media screen and (min-width: 768px) {
    .hero .absolute {
        position: absolute;
    }
    .main.hero .absolute {
        top: 5%;
        right: 30%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        max-width: 445px;
    }
    .partner-logos .single-logo {
        margin: 45% auto 0;
    }
    #module6 {
        padding:2em 2.5em 4.5em;
    }
}
@media screen and (max-width: 767px) {
    #module6 {
        background-image: none;
        background-color: #f26322;
        min-height: initial;
    }
}

#module-announcement { /*background:#f26322;*/ border-bottom:1px solid #FFF; padding-top:30px; padding-bottom:20px!important; min-height: auto; }
#module-announcement h2 { margin-bottom:10px!important; }
#module-announcement p { margin:0px auto 10px auto; font-size:110%; }
#module-announcement a.button { color:#FFFFFF;  padding:.75em 2.375em; margin-bottom:10px; }
#module-announcement a.button:hover { background:rgba(255,255,255,1); color:#536575; }
