/* ==========================================================================
    RESETS
========================================================================== */
*:focus,
*:hover,
*:active,
.btn:focus,
.btn:hover,
.btn:active,
a:focus,
a:hover,
a:active {
    outline: none;
    outline: 0;
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
}

/* ==========================================================================
    UTILS
========================================================================== */
img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.btn {
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
    border: none;
    padding: 16px 24px;
}
.btn-success {
    background: #0F866C;
    border-radius: 8px;
}
.btn-success:hover {
    background: #095040;
}
.btn-clean {
    font-size: 16px;
    line-height: 20px;
    color: #292827;
    background: #FFF;
    border: 1px solid #E0E0DE;
    border-radius: 8px;
}
.btn-clean:hover {
    background: #DDD;
}

/* ==========================================================================
    INIT
========================================================================== */
body,
button,
input,
select,
textarea {
    font: 18px "proxima-nova";
    font-weight: 400;
    color: #292827;
}
.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 72px;
    float: left;
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px #E0E0DF;
}
header .container {
    max-width: 1230px;
}
header .navbar-brand {
    padding: 0;
    height: 35px;
    margin-right: 26px;
}
header .navbar-brand img {
    max-height: 100%;
}
header .navbar-nav > li {
    margin: 0 2px;
}
header .navbar-nav > li > a {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #292827;
    font-weight: 600;
}
header .navbar-nav > li > a:hover {
    background: none;
}

.banner {
    width: 100%;
    float: left;
    padding: 130px 0;
    margin-bottom: 40px;
    background: #001D2F;
    position: relative;
}
.banner.banner-mobile {
    display: none;
}
.banner .banner-bg {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.banner.reposition {
    padding: 50px 0;
}
.banner .box {
    width: 538px;
    padding: 35px 40px 40px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.banner .box a.closeModal {
    display: none;
}
.banner .box h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}
.banner .box h2 span {
    width: 100%;
    display: inline-block;
    color: #0F866C;
}
.banner .box p {
    font-size: 18px;
    line-height: 24px;
    color: #3D3D3D;
    margin-top: 20px;
}


#form-become-pro {
    margin-top: 32px;
}
#form-become-pro .form-group {
    height: 52px;
    background: #F0EFED;
    border-radius: 8px;
    border: 2px solid #F0EFED;
    padding: 14px 16px 0px 14px;
    position: relative;
    margin-bottom: 16px;
}
#form-become-pro .form-group:focus-within {
    border: 2px solid #0F866C;
    background: #fff;
}
#form-become-pro .form-group label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #525251;
    position: absolute;
    top: 9px;
    left: 15px;
    display: none;
}
#form-become-pro .form-group input.form-control {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #292827;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
#form-become-pro .form-group input.form-control:not(:placeholder-shown) {
    margin-top: 8px;
}
#form-become-pro .form-group input.form-control:not(:placeholder-shown) + label {
    display: inline-block;
}
#form-become-pro .form-group label.error {
    color: #E74A33;
    height: auto;
    margin: 0;
    position: absolute;
    top: 55px;

}
#form-become-pro .form-group i.ico-validate {
    display: none;
}
#form-become-pro .form-group.form-group-error {
    border-color: #E74A33;
    background: #F0EFED;
    margin-bottom: 30px;
}


#form-become-pro .btn {
    margin-top: 12px;
}
#form-become-pro p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 15px;
    display: inline-block;
    position: relative;
    top: 8px;
}
#form-become-pro p a {
    font-size: 14px;
    line-height: 24px;
    color: #292827;
    border-bottom: 1px solid #292827;
}

.mobile-form {
    width: 100%;
    display: none;
    text-align: center;
}
.mobile-form a.btn {
    width: 100%;
    margin-top: 18px;
}
.banner .box .mobile-form p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    top: 8px;
}
.banner .box .mobile-form p a {
    font-size: 14px;
    line-height: 24px;
    color: #292827;
    border-bottom: 1px solid #292827;
}



.block {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.why-become h4 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #073D31;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.why-become h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #292827;
    letter-spacing: -0.014em;
    margin: 0;
}

.content h3 {
    font-size: 36px;
    line-height: 40px;
    color: #292827;
    margin-bottom: 28px;
    margin-top: 60px;
    letter-spacing: -0.014em;
}
.content p {
    line-height: 28px;
    margin-bottom: 20px;
}
.content p span {
    color: #0d866c;
    text-decoration: underline;
}
.content ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}
.content ul li i.fa-check-circle {
    font-size: 20px;
    color: #0F856B;
    position: absolute;
    top: 1px;
    left: 0;
}

.box-image {
    width: 100%;
    background: #F8F5F2;
    border-radius: 10px;
    overflow: hidden;
}
.box-image img {
    max-width: 100%;
    display: inline-block;
}
.box-image div {
    padding: 24px;
    padding-left: 45px;
    position: relative;
}
.box-image div:before {
    content: "“";
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 40px;
    color: #0F866C;
}
.box-image div p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.box-image div p:first-child {
    margin-bottom: 12px;
}

.block.hr {
    margin-top: 60px;
    padding-top: 100px;
    border-top: 1px solid #E1E1DF;
}

.featured-box img {
    height: 40px;
}
.featured-box h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
}
.featured-box .btn {
    margin-top: 40px;
}

.testimonials {
    width: 100%;
    float: left;
    text-align: center;
    padding: 75px 0;
    background: #F8F7F6;
}
.testimonials .carousel {
    padding: 0 150px;
    margin-bottom: 60px;
}
.testimonials h3 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.014em;
    margin-bottom: 50px;
}
.testimonials .fa-star {
    font-size: 32px;
    color: #FC8226;
}
.testimonials .carousel-control {
    background: transparent !important;
}
.testimonials p {
    margin-top: 15px;
}
.testimonials .author {
    margin-top: 52px;
}
.testimonials .author img {
    width: 40px;
    border-radius: 50%;
}
.testimonials .author p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.testimonials .author p.name {
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.testimonials .carousel-control .fa {
    font-size: 30px;
    color: #0F866C;
    text-shadow: none;
}
.testimonials .carousel-control.left .fa {
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -30px;
}
.testimonials .carousel-control.right .fa {
    right: 0;
    top: 50%;
    position: absolute;
    margin-top: -30px;
}
.testimonials .carousel-indicators {
    bottom: -75px;
}
.carousel-indicators li {
    border: none;
    background: #CCCBC8;
}
.carousel-indicators li.active {
    border: none;
    background: #0F866C;
}

.block.faq {
    padding-top: 80px;
}
.block.faq h3 {
    margin-top: 0;
    margin-bottom: 80px;
}

.faq .panel-group .panel {
    border: 0;
    box-shadow: none;
    padding: 0 0 24px;
    margin-bottom: 35px;
    border-bottom: 1px solid #E0E0DE;
}
.faq .panel-default>.panel-heading {
    background: none;
    border: 0;
    padding: 0;
}
.faq .panel-default>.panel-heading h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #292827;

}
.faq .panel-default>.panel-heading h4 a {
    width: 100%;
    display: inline-block;
    position: relative;
}
.faq .panel-default>.panel-heading h4 a:after {
    content: "-";
    font-size: 38px;
    color: #292827;
    position: absolute;
    top: -2px;
    right: 0;
}
.faq .panel-default>.panel-heading h4 a.collapsed:after {
    content: "+";
    top: 0;
    font-size: 28px;
}
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

footer#footer {
    display: none;
}

div.customFooter {
    width: 100%;
    display: inline-block;
    padding: 85px 0 45px;
    background: #F8F7F6;
    box-shadow: 0px -1px 0px #E8E8E8;
}

div.customFooter ul li,
div.customFooter ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #292827;
}
div.customFooter ul li {
    margin-bottom: 8px;
}
div.customFooter ul li:first-child {
    font-weight: 600;
    margin-bottom: 20px;
}
div.customFooter ul.last-list {
    margin-bottom: 68px;
}
div.customFooter ul.last-list li:first-child {
    margin-bottom: 8px;
}
div.customFooter ul.last-list li a.btn {
    margin-top: 8px;
    color: #fff;
}
div.customFooter ul.social {
    margin: 32px 0 36px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0DE;
}
div.customFooter ul.social li {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 25px;
}
div.customFooter ul.social li a i {
    font-size: 18px;
}
div.customFooter .logo {
    height: 32px;
    display: inline-block;
    float: left;
}
div.customFooter ul.list-inline {
    margin: 7px 0 7px 25px;
}
div.customFooter ul.list-inline li {
    margin: 0;
    position: relative;
}
div.customFooter ul.list-inline li:before {
    position: absolute;
    content: ".";
    top: 0;
    left: -6px;
    font-size: 32px;
    line-height: 5px;
    color: #707070;
}
div.customFooter ul.list-inline li:first-child:before {
    display: none;
}
div.customFooter ul.list-inline li a {
    font-weight: 400;
    color: #707070;
}
div.customFooter p.tcpa {
    color: #707070;
    font-size: 14px;
    margin: 12px 0 0;
}


.modal.in .modal-dialog {
    z-index: 100000000;
}

.modal-message .modal-content {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.modal-message .modal-header {
    border-bottom: none;
    padding-top: 70px;
}

.modal-message .modal-header .title {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.modal-message .modal-body .title,
.modal-message .modal-footer .title {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 600;
}

.modal-message .modal-footer {
    background: #FAFAFA;
    border: 1px solid #EBEBEB;
    margin-top: 31px;
    padding: 20px;
    text-align: center;
}

.modal-message .modal-footer .mail-support {
    margin-right: 10px;
}

.modal-message .modal-footer .phone {
    color: #4A4A4A;
    font-weight: 600;
}

.modal-message .modal-footer p:last-child {
    margin-bottom: 0;
}

.modal-message p {
    line-height: inherit;
}

.modal-message .icon {
    display: block;
    height: 92px;
    margin: 0 auto 26px;
    width: 104px;
}

.modal-message .icon-alert {
    font-size: 80px;
    line-height: 120px;
    color: #001D2F;
}

.modal-message .close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    fill: #999;
    height: 40px;
    padding: 11px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 40px;
    z-index: 1;
}

.modal-message .close .icon {
    height: 100%;
    width: 100%;
}

.fancybox-opened {
    top: 0 !important;
}
.fancybox-item.fancybox-close { display: none; }



/*
    Responsive
*/
@media (max-width: 1200px) {
    .banner .box {
        margin-left: 20px;
    }
    .banner .banner-bg {
        right: -400px;
    }
}

@media (max-width: 1023px) {
    .banner {
        padding: 50px 0;
        overflow: hidden;
    }
    .banner .banner-bg {
        width: 100%;
        height: auto;
        right: 0;
    }
    .banner .box {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    header {
        height: auto;
        box-shadow: none;
        border-bottom: 1px solid #E0E0DF;
        padding: 20px 20px 15px;
    }
    header .container {
        padding: 0;
    }
    header .navbar {
        margin: 0;
        min-height: auto;
        position: relative;
    }
    header .navbar .navbar-header {
        width: auto;
        display: inline-block;
    }
    header .navbar .navbar-header .navbar-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    header .navbar .navbar-header .navbar-toggle .icon-bar {
        background: #000;
    }
    header .navbar-brand {
        height: 32px;
        margin: 0;
    }
    header .navbar-nav > li > a {
        padding: 10px 0;
    }

    .banner {
        display: none;
    }
    .banner.in {
        display: inline-block;
    }
    .banner.banner-mobile {
        display: inline-block;
        position: relative;
        z-index: 10;
        padding: 0;
    }
    .banner .container {
        padding: 0;
    }
    .banner .box {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 20px;
    }
    .banner .banner-bg {
        position: relative;
    }
    .banner:not(.banner-mobile) .banner-bg {
        display: none;
    }
    .banner .box h2 {
        font-size: 36px;
        line-height: 38px;
    }
    .banner .box .mobile-form {
        display: inline-block;
        border-top: 1px solid #E0E0DE;
        padding-top: 14px;
        margin-top: 40px;
    }
    #form-become-pro .btn {
        width: 100%;
        margin-top: 0px;
    }
    #form-become-pro p {
        width: 100%;
        margin: 0;
        text-align: center;
    }


    .banner.in {
        height: 100%;
        background-color: rgba(41, 40, 39, 0.6);
        padding: 0;
        margin-bottom: 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        z-index: 10000;
    }
    .banner.in .box {
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 10px 10px 0px 0px;
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .banner.in.reposition .box {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow: auto;
    }
    .banner.in .box a.closeModal {
        display: inline-block;
        position: absolute;
        top: 25px;
        left: 20px;
        color: #000;
        font-size: 22px;
        line-height: 22px;
    }

    .block {
        padding: 25px 0;
    }
    .why-become h4 {
        color: #0F866C;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .why-become h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.01em;
    }
    .box-image div {
        padding-left: 30px;
    }
    .box-image div:before {
        left: 10px;
    }
    .content h3 {
        margin-top: 30px;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 28px;
    }
    .block.hr {
        margin-top: 0px;
        padding-top: 50px;
    }
    .featured-box h4 {
        margin-top: 14px;
    }
    .featured-box p {
        margin-bottom: 40px;
    }
    .testimonials {
        padding: 40px 0px 100px;
        margin-bottom: 25px;
    }
    .testimonials h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .testimonials .carousel {
        padding: 0;
    }
    .testimonials .author {
        margin-top: 28px;
    }
    .testimonials .carousel-indicators {
        bottom: -44px;
    }
    .testimonials .carousel-control {
        width: 44px;
        height: 44px;
        top: auto;
        bottom: -108px;
        border: 1px solid #E0E0DE;
        background: #F8F7F6;
        border-radius: 4px;
        display: inline-block;
    }
    .testimonials .carousel-control.left .fa,
    .testimonials .carousel-control.right .fa {
        position: relative;
        margin: 0;
        top: 6px;
        left: 0;
    }
    .testimonials .carousel-control.left {
        left: 50%;
        margin-left: -48px;
    }
    .testimonials .carousel-control.right {
        right: 50%;
        margin-right: -48px;
    }
    .block.faq h3 {
        margin-bottom: 40px;
    }
    div.customFooter {
        padding: 35px 0;
    }
    div.customFooter .container {
        padding: 0 20px;
    }
    div.customFooter ul:not(.last-list) {
        overflow: hidden;
        border-bottom: 1px solid #E0E0DE;
        margin-bottom: 20px;
    }
    div.customFooter ul:not(.last-list) li:first-child {
        padding: 0 0 16px;
        margin-bottom: 0px;
    }
    div.customFooter ul.list-footer {
        position: relative;
        cursor: pointer;
    }
    div.customFooter ul.list-footer:before {
        position: absolute;
        top: 0;
        right: 0;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f077";
    }

    div.customFooter ul.list-footer.in {
        height: 36px;
    }
    div.customFooter ul.list-footer.in:before {
        content: "\f078";
    }

    div.customFooter ul.last-list {
        margin: 12px 0 35px;
    }
    div.customFooter ul.last-list li a.btn {
        background: #D00B2C;
    }

    div.customFooter ul.social {
        border: 0;
        border-top: 1px solid #E0E0DE;
        margin-top: 0;
        padding-top: 20px;
        text-align: right;
    }
    div.customFooter ul.social li {
        margin-right: 0;
        margin-left: 15px;
    }
    div.customFooter .logo {
        margin-top: -57px;
    }
    div.customFooter ul.list-inline {
        margin: 0;
        border: 0;
    }
    div.customFooter ul.list-inline li {
        padding: 0 10px;
    }
    div.customFooter ul.list-inline li:first-child {
        padding: 0 10px 0 0;
    }
    div.customFooter ul.list-inline li:before {
        line-height: 8px;
    }
    div.customFooter ul.list-inline li a {
        font-size: 12px;
        line-height: 24px;
    }
    div.customFooter p.tcpa {
        font-size: 12px;
    }
}

@media (max-width: 640px){
}


