body {
    font-family: "Trebuchet MS", sans serif;
}

/***************************************************************
    NAV
****************************************************************/
.nav {
    background: #bbccdd;
    height: 100px;
    padding: 5px 0;
    margin-top: 20px;
}

.nav .ace-logo {
    width: 215px;
}

.nav .partner-logo {
    position: relative;
    top: 11px;
}
.logo {
    /*width: 300px;*/
    margin-top: 14px;
    max-width: 100%;
    background-size: auto 100%;
    height: 66px;
    left: 0;
}
.lang-toggle {
    padding:8px 15px 0 0;
    margin: 25px 0;
    text-align: right
}
.contain-box{width: 60%;}
@media(max-width: 768px) {
    .nav .ace-logo,
    .nav .partner-logo {
        width: 100%;
        max-width: 215px;
    }

    .nav .partner-logo {
        top: 1px;
    }
    
    .contain-box{width: 100%;}
    .nav {
        margin-top: 0;
    }
    .button-center {
        text-align: center;
    }
}


/***************************************************************
    TOP CTA
****************************************************************/
.top-cta {
    height: 450px;
    background: #fff;
    /* IE6-9 */
    position: relative;
    padding-bottom: 20px;
}

.top-cta.app-page {
    height: auto;
}

.top-cta .heading {
    display: block;
    color: #2b5174;
    font-family: "Trebuchet MS", sans serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    margin-top: 100px;
}

.top-cta.app-page .heading {
    margin-top: 50px;
    font-size: 36px;
    line-height: 36px;
}

.top-cta .desc {
    display: block;
    font-size: 24px;
    line-height: 26px;
    color: #2b5174;
    margin-top: 15px;
    margin-bottom: 50px;
    max-width: 100%;
}

.top-cta .desc i {
    font-style: normal;
    color: #ffb600;
}

.top-cta.app-page .desc {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
}

.top-cta .btn {
    width: 100%;
    max-width: 330px;
    background: #ffb600;
    color: #FFF;
    font-family: "Trebuchet MS", sans serif;
    font-weight: 600;
    font-size: 24px;
    border-radius: 5px;
    border: 0;
    padding: 13px 0;
}

.top-cta .btn:hover {
    background: #ffb600;
}

.top-cta .woman {
    display: block;
    position: absolute;
    top: -15px;
    right: -100px;
    width: 570px;
}
/*.top-cta .woman {
    display: block;
    position: absolute;
    top: 142px;
    right: 0;
    width: 370px;
}*/

@media (max-width: 768px) {
    .top-cta {
        height: auto;
    }
    .pad{padding-bottom: 5%;}
    .top-cta .heading {
        margin-top: 30px;
        font-size: 34px;
        line-height: 36px;
    }

    .top-cta .desc {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 40px;
        max-width: 100%;
    }
}

/***************************************************************
    STEPS
****************************************************************/
.steps {
    display: block;
    width: 100%;
    max-width: 1170px;
    height: 84px;
    background: #2b5174;
   
    border: 3px solid #bbccdd;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    padding: 13px 30px 0;
    margin-top: 85px;
    position: relative;
}

.step {
    float: left;
    display: block;
    width: 33.3333%;
    padding: 0 50px;
    text-decoration: none !important;
    position: relative;
}

.step .number {
    display: block;
    width: 51px;
    height: 51px;
    background: #a9a9a9;
    color: #FFF;
    font-family: "Trebuchet MS", sans serif;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
}

.step .bold {
    font-family: "Trebuchet MS", sans serif;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.step .description {
    font-size: 14px;
    line-height: 14px;
    opacity: .65;
    margin-top: -10px;
    color: #fff;
}

.step.faded { opacity: .6; }

.step.divider:after {
    content: '';
    display: block;
    width: 45px;
    height: 75px;
    background: url(../images/steps-divider.png);
    position: absolute;
    top: -10px;
    right: 0;
}
.explorer {
    margin: 30px 0 0 0;
}
.explorer-text {
    margin: 50px 0 0 0;
}
@media (max-width: 1200px) {
    .steps {
        padding: 10px 0 0 0;
    }
}

@media (max-width: 992px) {
    .steps {
        margin-top: 50px;
        padding: 10px 0 0 0;
    }

    .step {
        padding: 0 30px 0 10px;
    }

    .step .description { font-size: 12px; }
}
@media (max-width: 800px) {
.top-cta .heading {
    margin-top: 20px;
    }
}

@media (max-width: 411px) {
.top-cta .heading {
    margin-top:20px;
    }
    .explorer {
    margin: 0;
    }
}
@media (max-width: 375px) {
.top-cta .heading {
    margin-top: 0px;
    }
}
@media (max-width: 360px) {
.top-cta .heading {
    margin-top: 0px;
    }
}
/***************************************************************
    CONTENT
****************************************************************/
.content {
    padding-top: 85px;
    color: #525050;
    padding-bottom: 50px;
}

.content.app-page {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .explorer {
    margin: 0;
    }
    .explorer-text {
    margin: 0;
        }
    .content {
        padding-top: 0;
    }
}
.content.secure {
    padding: 0;
    margin: 0;
    margin-top: -20px;
}

.content p,
.content ul {
    font-size: 14px;
    line-height: 18px;
}

.content .heading {
    display: block;
    font-family: "Trebuchet MS", sans serif;
    font-size: 24px;
    line-height: 28px;
    color: #2b5174;
    margin-bottom: 20px;
}

.content .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}

.content .first-divider {
    margin-top: -5px;
    margin-bottom: 40px;
}

.content .second-divider {
    margin-top: 35px;
    margin-bottom: 40px;
}

.content .macbook {
    margin-bottom: 30px;
}

.content .bbb {
    height: 30px;
    position: relative;
    top: -15px;
}

.content .btn {
    border: 1px solid #ffb600;
    color: #ffb600;
    /*margin-left: 30px;*/
    font-size: 18px;
}

@media (max-width: 992px) {
    .content .explorer,
    .content .macbook {
        max-width: 100%;
    }

    .content .first-divider {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .content .second-divider {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
        .content { padding-top: 20px; }

    .content .explorer {
        margin-bottom: 20px;
    }

    .content .btn {
        margin-left: 0;
        margin-bottom: 30px;
        display: block;
    }
}


.tp {
    background: #fbfaf5;
    padding: 50px 0;
}

@media (max-width: 600px) {
.top-cta {
    height: auto;}
    .pad{padding-bottom: 8%;}

}


@media (max-width: 480px) {
.top-cta {
        height: auto;
    }
}
