* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

header, nav, section, article, aside {
    display: block;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    height: 100%;
    color: #444444;
}

a {
    color: #0078e0;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin: 0 0 18px
}

.applicant {
    height: auto;
    width: 100%;
}

img {
    border: none;
    vertical-align: middle;
}

input {
    vertical-align: middle;
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0px;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

h1 {
    text-align: center;
    color: #000;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 15px 0px;
    margin-bottom: 20px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dcdcdc;
    margin: 1em 0;
    padding: 0;
}


/* CONTENT */

.main-container {
    overflow: hidden;
    clear: both;
}

.container {
    padding: 0px;
    overflow: hidden;
    clear: both;
}

.containerwid {
    width: 1200px;
    margin: 0px auto;
}

.containerwid-wide {
    max-width: 1600px;
    margin: 0px auto;
}

.txt-sm {
    font-size: 10px;
    text-align: right;
    margin-top: -7px;
}

.txt-sm-menu {
    font-size: 10px;
    text-align: right;
    margin-top: -7px;
}

.txt-x-sm {
    font-size: .75rem;
    margin-left: 10px;
}

.background-white {
    background-color: #FFFFFF;
}

.background-greylt {
    background-color: #EEEEEE;
}

.background-green {
    background-color: #0078e0;
}

.ima_responsive {
    width: 100%;
}

.f-white {
    color: #FFFFFF;
}

.f-black {
    color: #000000;
}

.a-center {
    text-align: center;
}

.auto {
    margin: auto;
}

.mar-50 {
    margin-top: 50px;
}

.padd-10 {
    padding-top: 10px;
}

.padd-20 {
    padding-top: 20px;
}

.padd-30 {
    padding-top: 30px;
}

.padd-50 {
    padding-top: 50px;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}


.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}


.w-45 {
    width: 45%;
}

.w-50 {
    width: 48%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 58%;
}

.w-70 {
    width: 68%;
}

.w-75 {
    width: 75%;
}


.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

.col-l {
    float: left;
}

.col-r {
    float: right;
}

.clear {
    clear: both;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

    .flex-child:first-child {
        margin-right: 30px;
    }

.flex-childr {
    flex: 2;
}

.marco-sig {
    width: 100px;
    height: 70px;
}

.hours {
    clear: both;
    margin-top: 20px;
    margin: 0;
}

    .hours p {
        font-size: 15px;
        line-height: 22px;
    }

.rednote2 {
    color: #cd0a0a;
}

.green1 {
    color: #4CAF50;
}


@media (max-width: 767px) {
    .flex-container {
        flex-direction: column;
    }

    .flex-child,
    .flex-childr {
        width: auto;
    }

        .flex-child:first-child {
            margin-right: 0px;
        }

    .marco-sig {
        display: none;
    }

    .w-apply15 {
        width: 18%;
    }
}

.bullets {
    margin-left: 30px;
    list-style-type: circle;
    line-height: 30px;
    padding-left: 10px;
}

    .bullets li {
        padding-bottom: 10px;
    }

.bttn-clear {
    border: 2px solid #FFFFFF;
    padding: 15px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 20px;
}

    .bttn-clear:hover {
        background-color: rgba(255,255,255, 0.15);
        cursor: pointer;
    }

/* HEADER STYLES */

.header {
    overflow: hidden;
    clear: both;
    height: 90px;
}

.head-container {
    width: 1200px;
    margin: 0px auto;
}

.logo {
    width: 15%;
    float: left;
    padding: 12px 0px 10px;
}

.menu-cont {
    float: right;
    width: 84%;
}

.tel-info {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 0 5px;
    display: inline-block;
}

.tel {
    color: #ef0003;
    font-weight: 600;
    font-size: 18px;
}

.tel-info i {
    padding: 0px 10px;
    color: #ef0003 !important;
    /* font-size: 16px; */
}

.box-menu {
    float: left;
    width: 52%;
    margin-top: 20px;
    text-align: center;
}

    .box-menu li {
        display: inline-block;
        padding: 20px 20px;
        color: #444444;
    }

        .box-menu li a {
            color: #444444 !important;
            font-size: 15px;
            font-family: 'Lato', sans-serif;
            font-weight: 600;
        }

            .box-menu li a:hover {
                color: #0078e0 !important;
                padding-bottom: 20px;
                width: 80%;
            }

.social-cont {
    float: right;
    width: 47%;
    margin-top: 34px;
    vertical-align: middle;
}

    .social-cont i {
        display: inline-block;
        color: #0078e0;
        font-size: 20px;
        padding: 12px 11px;
    }

.social-cont2 {
    float: right;
    width: 69%;
    margin-top: 34px;
    vertical-align: middle;
}

    .social-cont2 i {
        display: inline-block;
        color: #0078e0;
        font-size: 20px;
        padding: 12px 11px;
    }

    .social-cont2 .logo-bbb {
        width: 16%;
    }

    .social-cont2 .tel-info {
        padding: 0 17px;
    }

.logo-bbb {
    float: right;
    padding-left: 10px;
    width: 20%;
    margin-top: 2px;
}

.logo-bbb2 {
    display: none;
}

/*.social-cont img {
    padding-left: 10px;
    width: 44%;
	margin-top: -12px;
}*/

.logo-bbb-resp {
    display: none;
}

.menu-icon {
    display: none;
}

/* END HEADER STYLES */

/* MAIN BANNER */

.main-banner {
    background-image: url(/images/banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 530px;
    background-size: cover;
    padding-bottom: 15px;
}

    .main-banner h1 {
        text-align: center;
        color: #1F1F1F;
        font-size: 30px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

    .main-banner h2 {
        text-align: center;
        color: #1F1F1F;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        padding: 10px 0px 20px;
    }

    .main-banner i {
        display: inline-block;
        color: #0078e0;
        font-size: 30px;
        padding-left: 45px;
        padding-right: 10px;
    }

.main-banner2 {
    background-image: url(/images/banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 646px;
    background-size: cover;
}

    .main-banner2 h1 {
        text-align: center;
        color: #1F1F1F;
        font-size: 30px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

    .main-banner2 .main-cont {
        padding: 25px 0 0;
    }

/*BLUE BANNER*/
.blue-banner {
    background-color: #0078E0;
    color: #FFFFFF;
    overflow: hidden;
    clear: both;
    padding: 12px 0px;
    word-spacing: 12px;
}

    .blue-banner h1 {
        text-align: center;
        color: #FFFFFF;
        font-size: 30px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

    .blue-banner h2 {
        text-align: center;
        color: #FFFFFF;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        padding: 10px 0px;
    }

    .blue-banner i {
        display: inline-block;
        color: rgba(255,255,255,0.5);
        font-size: 30px;
        padding-left: 45px;
        padding-right: 10px;
    }

/*END BLUE BANNER*/

sub-banner-wrap {
    width: 100%;
    text-align: center;
}

.sub-banner {
    width: 60%;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}

    .sub-banner h2 {
        font-size: 28px;
    }

h2-map-vid {
    padding: 10px 0px 0px 10px;
}

/*APP FORM*/
.app-form {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}

.banner-submit-cont {
    clear: both;
    text-align: center;
    margin: 20px 0;
}

.banner-submit-bttn {
    border: 1px solid #0078e0;
    background-color: #0078e0;
    border-radius: 5px;
    padding: 12px 60px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 0 auto;
}

    .banner-submit-bttn:hover {
        border: 1px solid #ef0003;
        background-color: #ef0003;
        cursor: pointer;
    }

/*END APP FORM*/

/*LANDING RATES*/
.rates-container {
    padding: 30px 0px;
    overflow: hidden;
    clear: both;
    background-color: #000;
}

    .rates-container .box {
        float: left;
        width: 18%;
        padding: 20px;
        text-align: center;
        margin: 30px 20px;
        -webkit-box-shadow: 0 0 14px 6px rgba(6,75,134,0.3);
        box-shadow: 0 0 14px 6px rgba(6,75,134,0.3);
        font-size: 18px;
        height: 100px;
        background-color: #FFF;
    }

    .rates-container .box-text {
        font-size: 35px;
        padding: 10px 0px;
        font-weight: 600;
        color: #0078E0;
    }


/*END LANDING RATES*/

.main-cont {
    margin: auto;
    clear: both;
    padding: 0px;
    max-width: 1250px;
}

.map-cont {
    float: left;
    width: 48%;
    height: 100%;
}

    .map-cont #gmap {
        height: 320px;
        width: 100%;
        margin-bottom: 8px;
    }

.app-form-cont {
    float: right;
    width: 48%
}

.video-cont {
    float: right;
    width: 43%;
}

    .video-cont p {
        text-align: right;
        padding: 10px 0;
    }

    .video-cont img {
        -webkit-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        -moz-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        width: 100%;
    }

    .video-cont iframe {
        -webkit-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        -moz-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
    }

.video-cont2 {
    float: left;
    width: 47%;
    padding-top: 37px;
}

    .video-cont2 p {
        text-align: right;
        padding: 10px 0;
    }

    .video-cont2 img {
        -webkit-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        -moz-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        width: 100%;
        margin-bottom: 34px;
    }

    .video-cont2 iframe {
        -webkit-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        -moz-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
        box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.44);
    }

.active-lang {
    text-align: center;
    margin: auto;
    width: 50%;
    clear: both;
}

.bttn-lang {
    color: #444444;
    float: left;
    width: 40%;
    padding: 7px 0px;
    text-align: center;
    margin: 10px 0px 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* END MAIN CONTAINER*/

/* SLIDER */

.content-slide {
    float: left;
    width: 360px;
    height: 240px;
    background-color: #e6e6e6;
}

.left {
    margin-right: 60px;
}

.content-main-info {
    margin: 0 auto;
}

.bktemp {
    background-color: #c6c6c6 !important;
}

.slider {
    background-color: #FFFFFF;
    padding: 0px;
    overflow: hidden;
    clear: both;
}

    .slider h2 {
        text-align: center;
        color: #000000;
        font-size: 25px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        padding: 15px 0px;
    }

    .slider i {
        font-size: 50px;
        float: left;
        padding-right: 20px;
    }

.purchase {
    color: #0078e0;
}

.refinance {
    color: #F80000;
}

.slider .box {
    float: left;
    width: 25%;
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0px 30px;
}

    .slider .box h4 {
        color: #000000;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

.slider .side-pad {
    padding: 0px 150px;
}

/* END SLIDER */

/* ACTIVATE-CALCULATOR*/

.act-calc {
    background-color: #222222;
    color: #FFFFFF;
    padding: 0px;
    overflow: hidden;
    clear: both;
}

.activate-col h2 {
    font-family: 'Lato', sans-serif;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    padding: 12px 0px;
}

.activate-col {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1px;
    position: relative;
}

.activate-col-form {
    margin-left: auto;
    margin-right: auto;
    width: 390px;
}

.personal-id{
    margin-left: 33%;
    margin-right: 33%;
    width: 100%;
}

.personal-id input{
    border: solid 1px #000;
    width: 175px;
    margin-right: 10px;
}

/*.personal-id{
    width: 625px !important;
}*/

/*.personal-id input{
    display: block;
    width: 170px !important;
    margin-right: 10px;
}

.personal-id .button{
    display: block;
}

.personal-id .error-msg{
    text-align: center !important;
}
*/
.calculate-col {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1px;
    position: relative;
}

    .calculate-col h2 {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 26px;
        text-align: center;
        padding: 15px 0px;
    }

.calculate-col-form {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.button {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

.activate-col .button {
    background-color: #0078e0;
    border: 1px solid #0078e0;
}

    .activate-col .button:hover {
        background-color: #5ca92b;
    }

.calculate-col .button {
    background-color: #666666;
    border: 1px solid #666666;
}

    .calculate-col .button:HOVER {
        background-color: #555555;
        border: 1px solid #555555;
    }

.box-form {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 12px 20px;
    color: #444444;
    margin-bottom: 8px;
}


.box-form-smlpad {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 12px 3px;
    color: #444444;
    margin-bottom: 20px;
}

.activate-col .box-form {
    width: 175px;
}

.calculate-col .box-form {
    width: 50px;
    margin-right: 10px;
}

.calculate-col label {
    font-size: 16px;
    text-align: center;
    float: left;
    width: 8%;
    padding: 2px 5px;
}

.w-formbanner {
    float: left;
}

.result-amount {
    float: right;
    width: 14%;
    text-align: center;
    font-size: 30px;
    margin-top: -5px;
}

.result-description {
}

.result-description {
    float: right;
    font-size: 13px;
    text-align: center;
}

/* ACTIVATE-CALCULATOR*/
/*OFFER*/
.offer {
    padding: 0px 0 30px;
    overflow: hidden;
    clear: both;
}

    .offer h1 {
        font-size: 40px;
        color: #b1b1b1;
    }

    .offer h2 {
        font-size: 25px;
    }

    .offer h3 {
        font-size: 40px;
        font-weight: 700;
        color: #f4802e;
    }

    .offer p {
        font-size: 22px;
        margin: 0;
    }

    .offer .col-txt {
        float: left;
        width: 35%;
    }

    .offer .col-pic {
        float: right;
        width: 60%;
        text-align: center;
    }

    .offer .f-orange {
        color: #F4802E;
    }

    .offer .f-blue {
        color: #25A5DE;
    }

    .offer .f-wh {
        color: #FFF;
        font-weight: 700;
        font-size: 30px;
        margin: 0 5px;
    }

    .offer .tel {
        background-color: #f4802e;
        padding: 7px;
        text-align: center;
        font-size: 25px;
        border-radius: 50px;
        margin: 20px 0;
        color: #000;
        vertical-align: middle;
    }

    .offer .bttn {
        clear: both;
        margin: 20px 0;
        text-align: center;
        padding: 10px 0;
        color: #FFF;
        background-color: #24a5de;
        font-size: 18px;
        width: 40%;
        border-radius: 50px;
    }

/*END OFFER*/

/* REVIEWS */

.reviews {
    padding: 20px 0px;
    overflow: hidden;
    clear: both;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 29%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 15%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 15%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}

    .reviews h2 {
        text-align: center;
        color: #595F6C;
        font-size: 30px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        padding: 15px 0px;
    }

    .reviews .image {
        float: left;
        width: 22%;
        text-align: center;
    }

        .reviews .image h2 {
            margin: 14px 0 10px 0;
            padding: 8px 0 8px 0;
            color: #ffffff;
            background-color: #0078e0;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
        }

    .reviews .trustpilot {
        float: right;
        width: 68%
    }

/* END REVIEWS */

/* INTERNAL PAGES */

.banner-int {
    background-image: url(/images/int-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}

    .banner-int h1 {
        padding: 30px 0px;
        margin: 0;
    }

.offer-head h1 {
    padding: 20px 0px 0px 0px;
    margin: 0;
}

.apply, .about, .blog, .contact {
    background-color: #FFFFFF;
    padding: 10px 0px 40px;
    overflow: hidden;
    clear: both;
}

    .apply .divider {
        border-top: 1px solid #ccc;
        margin-top: 50px;
        margin-bottom: 50px;
        float: left;
        width: 100%;
        clear: both;
    }

    .apply h2 {
        clear: both;
        text-align: center;
        color: #0178e0;
        font-size: 30px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        margin: 30px 0px;
    }

    .apply a:hover {
        text-decoration: underline !important;
    }

/*.wizard > .steps > ul > li {
    width: 20% !important;
}*/

.wizard > .content > .body {
    /*  overflow-y: scroll !important; */
}

.meet-the-team h2 {
    clear: both;
    text-align: center;
    color: #62b52f;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin: 30px 0px;
}

.about h2 {
    clear: both;
    text-align: center;
    color: #62b52f;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin: 30px 0px;
}


.about p {
    font-size: 16px;
    line-height: 30px;
}

.contact p {
    font-size: 16px;
    line-height: 30px;
}

/* PRES */
.pres {
    background-color: #EEEEEE;
    padding: 20px 0px;
    overflow: hidden;
    clear: both;
}

    .pres h2 {
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        text-align: center;
        padding: 30px 0;
    }

    .pres .image {
        float: left;
        width: 22%;
    }

    .pres .txt {
        float: right;
        width: 68%;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 25px;
    }

/* CONTACT US */
.col-form {
    padding-right: 30px;
}

.w-form1 {
    width: 80%;
}

.w-form2 {
    width: 90%;
}

.form-cont {
    float: left;
    width: 100%;
    margin: auto;
}

    .form-cont .divider-cont {
        clear: both;
        text-align: center;
        margin: auto;
        width: 20%;
    }

    .form-cont .divider {
        border-top: 5px dotted #e6e2e2;
        margin: 50px auto;
        clear: both;
        text-align: center;
    }

.box-form2c {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    padding: 10px 5px;
    color: #838383;
    margin: 5px 15px 5px 0px;
    width: 98%;
    min-height: 1.2em;
}

.box-form2d {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    padding: 10px 5px;
    color: #838383;
    margin: 5px 0px 5px 0px;
    width: 96%;
    min-height: 1.2em;
}

.box-form2b {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    padding: 10px 5px;
    color: #838383;
    margin: 5px 0px 5px 0px;
    width: 97%;
    min-height: 1.2em;
}

.box-form2, .box-form2r {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    padding: 10px 5px;
    color: #838383;
    margin: 5px 0px 5px 0px;
    width: 95%;
    min-height: 1.2em;
}

.box-form3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    padding: 10px 5px 100px;
    color: #838383;
    margin: 5px 0px;
    width: 100%;
    min-height: 1.2em;
}

.submit-cont {
    margin: 20px auto;
    text-align: center;
    width: 40%;
}

.submit-bttn {
    border: 1px solid #62b52f;
    background-color: #62b52f;
    /* border-radius: 5px; */
    padding: 10px 48px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 30px 0px;
}

    .submit-bttn:hover {
        border: 1px solid #444444;
        background-color: #444444;
        cursor: pointer;
    }

.contact-info {
    text-align: center;
    margin: 30px auto;
    width: 90%;
    clear: both;
    line-height: 30px;
}

    .contact-info .col-left {
        float: left;
        width: 45%;
        text-align: left;
    }

    .contact-info .col-right {
        float: right;
        width: 45%;
        text-align: left;
    }

    .contact-info .txt {
        float: right;
        width: 85%;
    }

    .contact-info i {
        color: #62b52f;
        float: left;
        width: 10%;
    }

    .contact-info a {
        color: #444;
    }

/*INTERNAL PAGES*/
.header-background-int {
    background-image: url(/images/internal-banner-imager.jpg);
    background-repeat: no-repeat;
    height: 100px;
}


.divider {
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

/*APPLY */
.w-apply5 {
    width: 5%;
}

.w-apply8 {
    width: 8%;
}

.w-apply15 {
    width: 18%;
}

.w-apply20 {
    width: 20%;
}

.w-apply25 {
    width: 32%;
}

.w-apply30 {
    width: 30%;
}

.w-apply70 {
    width: 70%;
}

.w-apply80 {
    width: 80%;
}

.w-apply84 {
    width: 84%;
}

.w-apply84x {
    width: 84%;
}

.w-apply86 {
    width: 86%;
}

.w-apply90 {
    width: 90%;
}

.w-apply104 {
    width: 104%;
}

.w-apply110 {
    width: 110%;
}

.rednote {
    color: #cd0a0a;
    font-size: 13px;
}

.blacknote {
    color: #000000;
    font-size: 14px;
}

.col-50l {
    float: left;
    width: 48%;
    margin-right: 20px;
}

    .col-50l .padd {
        padding-top: 40px;
    }

.col1-form {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.col2-form {
    display: inline-block;
    width: 49%;
    margin-top: 0px;
}

.dd-pad {
    padding-top: 8px !important;
}

.col3-form {
    width: 33.3%;
    margin-top: 10px;
    float: left;
}

.col3b-form {
    width: 65%;
    margin-top: 10px;
    float: left;
}

.col3l-form {
    width: 43.5%;
    margin-top: 10px;
    float: left;
    margin-right: 5px;
}

.col3lph-form {
    width: 43.5%;
    float: left;
    margin-right: 5px;
}

.col3r-form {
    width: 43.5%;
    margin-top: 10px;
    float: right;
}

.col-sm-form {
    width: 9%;
    margin-top: 10px;
    float: left;
}

.col4-form {
    display: inline-block;
    width: 24.5%;
    margin-top: 10px;
}

.col20-form {
    display: inline-block;
    width: 20%;
    float: left;
}

.col30-form {
    display: inline-block;
    width: 30%;
    float: left;
}

.col50-form {
    display: inline-block;
    width: 50%;
    float: left;
}

.col70-form {
    display: inline-block;
    width: 70%;
    float: left;
}

.box-terms {
    float: left;
    width: 25%;
    padding: 20px;
    text-align: center;
    margin: 30px 20px;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 2px 1px 20px -2px rgba(212,212,212,1);
    -moz-box-shadow: 2px 1px 20px -2px rgba(212,212,212,1);
    box-shadow: 2px 1px 20px -2px rgba(212,212,212,1);
    font-size: 18px;
    height: 100px;
}

    .box-terms:hover {
        background-color: #EEEEEE;
    }


.box-terms-text {
    font-size: 35px;
    padding: 10px 0px;
    font-weight: 600;
    color: #0078E0;
}

.item-label {
    font-size: 16px;
    margin: 10px 14px 0 3px;
}

.cont-form {
    margin: auto;
    clear: both;
}

.form-label {
    font-size: 20px;
    font-weight: 500;
    color: #0178e0;
    padding: 20px 0 0 0;
}

.disclaimer {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 20px;
    float: left;
    width: auto;
    font-weight: normal;
    margin: 5px 10px 0px 0px;
}

    .disclaimer h1 {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        margin: 10px 0px 2px 0px;
        padding: 0 5px 5px 5px;
        display: inline-block;
    }

    .disclaimer h2 {
        font-size: 15px !important;
        font-weight: bold;
        line-height: 24px;
        margin: 15px 0px 2px 0px !important;
    }

    .disclaimer h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0px 0px 0px;
    }

    .disclaimer ul {
        margin: 0 !important;
        padding: 0 0 0 35px !important;
    }

    .disclaimer p {
        font-size: 12px;
        margin: 0px 0 5px 8px;
    }

    .disclaimer .fplink {
        display: inline-block;
        margin-left: 15px;
    }

    .disclaimer .dcb {
        margin: 5px 0px 6px 1px;
    }

    .disclaimer ol {
        margin-left: 25px;
    }

    .disclaimer .check_text {
        margin: 0 0 0 3px;
        display: inline;
    }

    .disclaimer .indent {
        margin-left: 10px;
    }

.validation-summary-errors {
    color: #cd0a0a;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin: 20px 30px 0px 30px;
}

#stateLegal {
    margin: 0px 0px 0px 48px;
}

#wizard .col-l {
    margin: 0 10px;
}

    #wizard .col-l:first-child {
        margin: 0;
    }

    #wizard .col-l:last-child {
        margin: 0;
    }

.box-opt-cont {
}

.box-opt {
    float: left;
    width: 43.5%;
    padding: 30px;
    margin: 30px 10px;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 2px 1px 20px -2px rgba(212,212,212,1);
    -moz-box-shadow: 2px 1px 20px -2px rgba(212,212,212,1);
    box-shadow: 2px 1px 20px -2px rgba(212,212,212,1);
    font-size: 14px;
}

    .box-opt:first-child {
        margin: 30px 0px;
    }

    .box-opt h3 {
        float: left;
        width: 28%;
        vertical-align: middle;
        font-size: 22px;
        text-transform: uppercase;
        color: #0178e0;
        font-weight: 700;
        margin-top: 13%;
    }

.box-opt-h3-short1 {
    margin-top: 10% !important;
}

.box-opt-h3-short2 {
    margin-top: 8% !important;
}

.box-opt h4 {
    vertical-align: middle;
    font-size: 20px;
    color: #0178e0;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 22px;
}

.apply h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 10px 15px 10px;
    text-align: center;
}

.box-opt p {
    float: right;
    width: 69%;
}

.box-opt .black {
    font-size: 18px;
    float: right;
    color: #000;
    font-weight: 700;
    margin-top: -3px;
}

.box-opt .red {
    font-size: 18px;
    float: right;
    color: #ef0003;
    font-weight: 700;
    margin-top: -3px;
}

.box-opt .green {
    font-size: 18px;
    float: right;
    color: #4CAF50;
    font-weight: 700;
    margin-top: -3px;
}

.terms-window {
    border: solid #dcdcdc 1px;
    margin: 0px 0 10px 0;
    height: auto;
    width: 97%;
    overflow-y: hidden;
}

.lbl-lft {
    text-align: left;
    font-size: 16px;
    float: left !important;
    width: 99% !important;
}

.apply .frame-1 {
    border: 1px solid #b3b3b3;
    padding: 20px;
}

.frame-1a {
    border: 1px solid #b3b3b3;
    margin: 15px;
    padding: 12px;
}

.red-highlight {
    padding: 8px;
    background-color: #ef0803;
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
}

.offer-link {
    color: #444444;
    text-decoration: underline;
}

/*END APPLY*/
/*ABOUT TEAM*/

.w-46 {
    width: 46%;
    padding: 30px 20px;
}

.team {
    padding: 40px 0px;
    overflow: hidden;
    clear: both;
}

    .team .image-month {
        float: left;
        width: 30%;
    }

    .team .box-month {
        float: left;
        width: 46%;
        border-right: 1px solid #ccc;
        padding-right: 20px;
        margin-right: 30px;
    }

    .team .box-month-support {
        float: left;
        width: 46%;
        border-right: 1px solid #ccc;
        padding-right: 20px;
        margin-right: 30px;
    }

    .team .box-month:nth-of-type(2) {
        border: none;
        padding: 0;
        margin: 0;
    }

    .team .name-month {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        padding: 5px 0 10px;
        font-weight: 600;
        color: #0078DF;
    }

    .team .text-month {
        float: right;
        width: 65%;
        font-size: 15px;
        line-height: 28px;
    }


    .team h2 {
        font-family: 'Lato', sans-serif;
        font-size: 35px;
        line-height: 50px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .team h3 {
        font-family: 'Lato', sans-serif;
        font-size: 25px;
        line-height: 50px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .team h4 {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #0078DF;
        margin-top: 10px;
    }

    .team h5 {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 500;
    }

    .team .divider {
        border-left: 1px solid #ccc;
    }

    .team .profile {
        float: left;
        width: 23%;
        margin-right: 20px;
        text-align: center;
    }

        .team .profile:last-child {
            margin-right: 0;
        }

    .team .profilespc {
        float: left;
        margin-left: 195px;
    }

    .team .executive {
        float: left;
        width: 30%;
        margin-right: 20px;
        text-align: center;
    }

        .team .executive:last-child {
            margin-right: 0;
        }

    .team .cont {
        margin: auto;
        width: 50%;
    }

    .team .cont2 {
        margin: auto;
        width: 65%;
    }

    .team .cont-center-wrap {
        width: 100%;
        text-align: center;
    }

    .team .cont-center {
        width: 65%;
        display: table;
        margin: 0 auto;
    }

        .team .cont-center .profile-3-pic {
            display: inline-block;
            width: 25%;
            margin-right: 20px;
            text-align: center;
            vertical-align: top;
        }

        .team .cont-center .profile-4-pic {
            display: inline-block;
            width: 20%;
            margin-right: 20px;
            text-align: center;
            vertical-align: top;
        }

    .team .support-wrap {
        text-align: center;
        width: 100%;
    }

.profile-support {
    margin: 0 auto;
    width: 160px;
    padding: 0 20px 0 20px;
    display: inline-block;
}

.profile-support-3 {
    margin: 0 auto;
    width: 150px;
    padding: 0 15px 0 15px;
    display: inline-block;
}


/*END ABOUT TEAM*/


/* MEET THE TEAM */

.meet-the-team {
    background-color: #EEEEEE;
    padding: 40px 0px 40px;
    overflow: hidden;
    clear: both;
}

.container-bio {
    padding: 30px 0px;
    overflow: hidden;
    float: left;
    width: 28%;
    margin: 20px 30px;
}

.ima-bio {
    width: 80%;
    text-align: center;
    margin: auto;
    padding-right: 30px;
}

.info-bio {
    clear: both;
    text-align: center;
    padding: 20px 0px;
    margin: 0;
}

    .info-bio h4 {
        font-family: 'Lato', sans-serif;
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
    }

    .info-bio h5 {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        padding-bottom: 10px;
        border-bottom: 1px solid #0078e0;
        padding-top: 5px;
        color: #A2A2A2;
        margin: 0 0 20px;
    }

    .info-bio p {
        font-size: 14px;
        line-height: 22px;
    }

.lom-cont {
    clear: both;
    text-align: center;
    margin: auto;
    width: 60%
}

.lom-box {
    border: 1px solid #0078e0;
    float: left;
    padding: 20px;
}

    .lom-box .box-image {
        width: 30%;
        float: left;
        padding-right: 30px;
    }

    .lom-box .box-info {
        float: right;
        width: 65%;
        text-align: left;
        padding: 35px 0px;
    }

    .lom-box h4 {
        font-family: 'Lato', sans-serif;
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        padding-bottom: 20px;
        margin: 0;
    }

    .lom-box p {
        font-size: 16px;
        line-height: 22px;
    }


/* END MEET THE TEAM */


/*blog*/

.container-post {
    padding-bottom: 10px;
    border-bottom: 2px dotted #DCD8D8;
    overflow: hidden;
    margin: 10px 0px 25px 0px;
}

    .container-post h2 {
        font-family: 'Lato', sans-serif;
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        padding: 20px 0px 10px 0px;
        margin: 0;
    }

    .container-post h4 {
        padding-bottom: 3px;
    }

    .container-post p {
        font-family: 'Lato', sans-serif;
        line-height: 22px;
        font-weight: normal;
    }

    .container-post ul {
        list-style-type: disc;
        padding-left: 40px;
    }

        .container-post ul li {
            font-family: 'Lato', sans-serif;
            margin-bottom: 1em;
            margin-right: 40px;
            padding-left: 20px;
        }

.rm-post:hover {
    background-color: #2f6f31;
}


.rm-post {
    background-color: #62b52f;
    color: #FFF;
    text-align: center;
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 2px;
    width: 120px;
    margin-top: 30px;
}

.clear {
    clear: both;
}

.col-post {
    float: left;
    width: 68%;
    padding-right: 40px;
    border-right: 1px solid #DCD8D8;
}

.blog-sidebar {
    float: right;
    margin: auto;
    width: 25%;
    font-size: 16px;
    line-height: 25px;
}

    .blog-sidebar li {
        padding: 0px 0px 10px
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: .5714285714285714rem 1rem;
    line-height: 1.6;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    -o-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.blog-sidebar form #searchsubmit {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block !important;
    visibility: visible !important;
    border: 0;
    background: transparent;
    outline: 0;
    text-indent: -9999em;
}

.blog-sidebar input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: transparent !important;
    border: none;
}

.blog-sidebar form {
    position: relative;
}

    .blog-sidebar form:before {
        content: "\f002";
        position: relative;
        display: inline-block;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
        width: 38px;
        height: 38px;
        position: absolute;
        right: 0;
        text-align: center;
        line-height: 38px;
        z-index: 1;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

.blog-sidebar input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.blog-sidebar h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 30px 0px 0px;
    margin: 0;
}

.icon {
    padding-top: 6px;
    font-size: 12px !important;
}


/* END BLOG*/


/*END INTERNAL PAGES*/


/* FOOTER */

.footer-cont {
    background-color: #191919;
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    /*height: 390px;*/
    padding: 30px 0px 0;
    color: #AAAAAA;
    font-weight: 300;
    font-size: 13px;
    clear: both;
}


.footer-logo {
    width: 65%;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 20px;
    padding-bottom: 20px;
}

.side-padd {
    padding-right: 60px;
}

.footer-col {
    float: left;
    width: 21%;
    margin-bottom: 30px;
}

    .footer-col a {
        color: #AAAAAA !important;
    }

        .footer-col a:hover {
            color: #0178e0 !important;
        }

.footer-contact {
    float: left;
    width: 80%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

    .footer-contact a {
        color: #AAAAAA !important;
    }

        .footer-contact a:hover {
            color: #0178e0 !important;
        }

.footer-icon {
    float: left;
    width: 15%;
    font-size: 18px;
    margin-top: 5px;
}



    .footer-icon a:hover {
        color: #FFA919 !important;
    }


.footer-divider {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(254, 254, 254, 0.1);
    margin: 20px 0px;
}


.menu-footer {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(254, 254, 254, 0.1);
    padding-bottom: 5px;
}

    .menu-footer a {
        color: #AAAAAA !important;
    }

        .menu-footer a:hover {
            color: #FFA919 !important;
            cursor: pointer;
        }

.menu-footer2 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #AAAAAA;
    padding-bottom: 5px;
}

    .menu-footer2 a {
        color: #AAAAAA !important;
    }

        .menu-footer2 a:hover {
            color: #FFA919 !important;
            cursor: pointer;
        }

.copyright-txt {
    clear: both;
    border-top: 1px solid rgba(169, 166, 166, 0.1);
    background-color: #151414;
    font-size: 13px;
    padding: 30px 0px;
    overflow: hidden;
}

    .copyright-txt .left {
        float: left;
        width: 40%
    }

    .copyright-txt .right {
        float: right;
        width: 30%;
        text-align: right;
    }


/* END FOOTER */
div.tp-bullets {
    display: none !important;
}

@media (max-width: 1024px) {
    .team {
        padding: 40px 20px;
    }

        .team .box-month {
            width: 47%;
        }

        .team h3 {
            font-size: 23px;
        }

        .team .cont2 {
            width: 80%;
        }

        .team .cont {
            width: 65%;
        }

    .offer {
        padding: 0px 20px 30px;
    }

        .offer .col-txt {
            width: 42%;
        }

        .offer .col-pic {
            width: 56%;
        }

    .box-opt {
        width: 42.5%;
        padding: 30px 20px;
        margin: 30px 10px;
    }

        .box-opt h3 {
            width: 100%;
            margin-bottom: 20px;
            margin-top: 0;
        }

        .box-opt p {
            float: none;
            width: 100%;
        }

    .footer-col {
        width: 22%;
    }

    .side-padd {
        padding-right: 15px;
        padding-left: 20px;
    }

    .copyright-txt .right {
        width: 40%;
    }

    .logo {
        width: 15%;
    }

    .header {
        height: 75px;
        width: 100%;
    }

    .head-container {
        width: 100%;
        padding: 0px 20px;
    }

    .txt-sm {
        font-size: 8px;
        margin-top: -6px;
        margin-right: 22px;
    }

    .logo {
        width: 14%;
        padding: 9px 0px 10px;
    }

    .menu-cont {
        float: none;
        width: 100%;
    }

    .tel-info {
        float: none;
        font-weight: 600;
        font-size: 15px;
        padding: 5px 0px 0px;
        width: 41%;
        text-align: right;
        display: inline-block;
    }

    .box-menu {
        float: none;
        width: 45%;
        margin-top: 16px;
        display: inline-block;
    }

    .social-cont {
        float: none;
        display: inline-block;
        width: 38%;
        margin-top: -4px;
    }

        .social-cont i {
            padding: 7px 10px;
        }

    .logo-bbb {
        padding-left: 0;
        width: 32%;
        margin-top: 2px;
    }

    .social-cont img {
        padding-left: 0;
        width: 75%;
    }

    .box-menu li {
        display: inline-block;
        padding: 14px 10px;
        color: #444444;
    }

    .main-banner {
        height: 458px;
    }

    .main-cont {
        padding: 0px 20px;
    }

    .map-cont {
        padding-top: 10px;
        height: 100%;
    }

    .video-cont {
        padding-top: 10px;
    }

    .containerwid {
        width: 100%;
        margin: 0px auto;
    }

    .activate-col {
        padding-right: 10px;
        padding-left: 10px;
    }

        .activate-col .box-form {
            width: 145px;
        }

        .activate-col .button {
            padding: 12px 26px;
        }

    .calculate-col {
        float: right;
        width: 67%;
    }

        .calculate-col h2 {
            margin-bottom: 26px;
        }

        .calculate-col .button {
            padding: 12px 20px;
        }

        .calculate-col .box-form {
            width: 40px;
            padding: 12px 10px;
        }

    .result-amount, .result-description {
        width: 22%;
    }


    .banner-int {
        background-size: 160%;
        height: 84px;
        background-position: -501px;
    }

        .banner-int h1 {
            padding: 25px 0px;
            margin: 0;
            font-size: 30px;
        }

    .apply, .about, .contact {
        padding: 10px 20px 40px;
    }

    .blog {
        padding: 0px 20px 40px;
    }

    .container-bio {
        margin: 20px 27px;
    }

    .ima-bio {
        padding-right: 0;
    }

    .meet-the-team {
        padding: 0px;
    }

    .lom-box .box-info {
        padding: 35px 0px 0px;
    }

    .lom-cont {
        width: 67%;
    }

    .col-post {
        padding-top: 20px;
    }

    .blog-sidebar {
        padding-top: 28px;
    }


    .container-post {
        padding-bottom: 20px;
        margin: 10px 0px 20px;
    }

        .container-post h2 {
            padding: 20px 0px;
        }

    .contact-info .col-left {
        width: 50%;
    }

    .contact-info i {
        padding-top: 8px;
    }

    .contact-info .txt {
        width: 87%;
    }

    .col-50l {
        float: left;
        width: 47%;
    }

    .w-apply25 {
        width: 31%;
    }

    .w-apply15 {
        width: 18%;
    }
}

@media (max-width: 768px) {
    .team .image-month {
        float: none;
        width: 60%;
        text-align: center;
        margin: auto;
    }

    .team .text-month {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .team .box-month {
        padding-right: 20px;
        margin-right: 21px;
    }

    .team h3 {
        line-height: 35px;
        text-align: center;
    }

    .team .profile {
        width: 22%;
    }

    .team .cont2 {
        width: 100%;
    }

    .team .cont {
        width: 72%;
    }

    .offer .col-txt {
        width: 44%;
    }

    .offer h2 {
        font-size: 19px;
    }

    .offer .tel {
        font-size: 19px;
    }

    .offer .f-wh {
        font-size: 23px;
    }

    .offer p {
        font-size: 19px;
    }

    .offer h3 {
        font-size: 33px;
    }

    .offer h1 {
        font-size: 35px;
    }

    .box-opt .green, .box-opt .black {
        font-size: 15px;
    }

    .col-50l .padd {
        padding-top: 27px;
    }

    .box-opt {
        font-size: 13px;
        padding: 20px 20px 5px;
    }

        .box-opt .red, .box-opt .blue {
            font-size: 15px;
            margin-top: -2px;
        }

    .item-label {
        font-size: 13px;
        margin: 10px 0 0 3px;
    }

    .box-form2r {
        width: 82%;
        min-height: 1.3em;
    }

    .box-form2c {
        width: 99%;
        min-height: 1.3em;
    }

    .box-form2d {
        width: 95%;
        min-height: 1.3em;
    }

    .col-right {
        float: right !important;
    }

    .w-apply25 {
        width: 30% !important;
    }

    .w-apply15 {
        width: 18% !important;
    }

    .w-apply30 {
        width: 25% !important;
    }

    .wizard ul > li, .tabcontrol ul > li {
        font-size: 14px;
    }

    .footer-col {
        width: 44%;
    }

        .footer-col:nth-child(2) {
            min-height: 237px;
        }

    .side-padd {
        padding-right: 73px;
    }

        .side-padd:nth-child(2) {
            padding-right: 0px;
        }

        .side-padd:last-of-type {
            padding-right: 0px;
        }

    .copyright-txt .left, .copyright-txt .right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-logo {
        width: 43%;
    }

    .logo {
        width: 20%;
        padding: 9px 0px 10px;
    }

    .menu-cont {
        float: right;
        width: 73%;
        margin-top: 16px;
    }

    .menu-icon {
        display: inline-block;
        margin-top: 20px;
        color: #444;
        font-size: 20px;
        padding: 23px 5px;
    }

    .logo-menu {
        padding: 10px;
    }

    .tel-info {
        padding: 0px 23px 0px 0px;
        width: 47%;
        font-size: 13px;
        float: left;
        margin-top: 0;
        line-height: 8px;
    }

    .social-cont {
        width: 83%;
        margin-top: -8px;
    }

    .txt-sm {
        display: none;
    }

    .txt-sm-menu {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.51);
        text-align: left;
        padding: 14px 0px;
        margin: 30px;
    }

    .logo-bbb {
        width: 22%;
        margin-top: 0;
    }

    .social-cont img {
        width: 72%;
    }

    .box-menu {
        display: none;
    }

    .main-banner {
        height: 369px;
    }

    .green-banner h1 {
        font-size: 25px;
    }

    .green-banner i {
        font-size: 25px;
    }

    .active-lang {
        width: 60%;
    }

    .bttn-lang {
        width: 50%;
    }

    .activate-col {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-right: none;
    }

        .activate-col h2 {
            text-align: right;
            padding: 15px 0px;
            float: left;
            width: 50%;
        }

        .activate-col .box-form {
            width: 153px;
            margin-top: 7px;
            margin-left: 20px;
        }

        .activate-col .button {
            padding: 12px 22px;
            margin-top: 7px;
        }

    .calculate-col {
        width: 94%;
        padding: 10px 20px;
        float: none;
        clear: both;
        text-align: center;
        margin: auto;
    }

        .calculate-col h2 {
            padding: 5px 0px 10px;
            margin-bottom: 13px;
        }

        .calculate-col .box-form {
            width: 43px;
            padding: 12px 10px;
        }

        .calculate-col .button {
            margin-left: 5px;
            padding: 12px 25px;
        }

    .result-amount {
        width: 20%;
        margin-top: -5px;
    }

    .result-description {
        text-align: center;
        width: 20%;
    }

    .banner-int {
        background-size: 158%;
        background-position: -344px;
    }

    .apply, .about, .blog, .contact {
        padding: 0px 20px 40px;
    }

    .w-45, .w-50 {
        width: 100%;
    }

    .meet-the-team {
        padding: 0px;
    }

        .meet-the-team h2 {
            margin: 30px 0px 20px;
        }

    .container-bio {
        padding: 0px;
        margin: 20px;
    }


    .ima-bio {
        padding-right: 0px;
    }

    .info-bio h4 {
        font-size: 22px;
    }

    .info-bio h5 {
        font-size: 14px;
        margin: 0;
    }

    .lom-cont {
        width: 80%;
    }

    .lom-box .box-image {
        padding-right: 0;
    }

    .lom-box .box-info {
        padding: 10px 0px 0;
    }

    .container-post {
        padding-bottom: 20px;
        margin: 30px 0px 20px;
    }

        .container-post h2 {
            padding: 20px 0px 20px;
        }

    .blog-sidebar {
        margin: 30px auto;
    }

    .contact-info {
        width: 79%;
    }

        .contact-info .txt {
            width: 90%;
        }

        .contact-info i {
            padding-top: 10px;
        }
}

@media (max-width: 736px) {
    .tel-opt {
        display: none;
    }

    .calculate-col .button {
        padding: 12px 22px;
    }

    .container-bio {
        margin: 18px;
    }

    .lom-box {
        padding: 20px 20px 18px;
    }

        .lom-box h4 {
            padding-bottom: 15px;
        }

        .lom-box .box-info {
            padding: 0;
        }

    .col-post {
        padding-top: 0;
        padding-right: 24px;
        font-size: 15px;
        line-height: 22px;
    }

    .blog-sidebar {
        padding-top: 0;
    }

        .blog-sidebar li {
            padding: 3px 0px 10px;
            line-height: 22px;
            font-size: 15px;
        }

    .w-apply5 {
        width: 10%;
    }

    .w-apply8 {
        width: 15%;
    }

    .w-apply15 {
        width: 18% !important;
    }

    .w-apply30 {
        width: 25% !important;
    }

    .item-label {
        font-size: 14px;
    }

    .contact-info i {
        padding-top: 7px;
    }
}

@media (max-width: 667px) {

    .banner-int h1 {
        padding: 10px 0px;
        margin: 0;
        font-size: 25px;
    }

    .banner-int {
        background-size: 152%;
        background-position: -283px top;
        height: 77px;
    }

    .activate-col .box-form {
        width: 113px;
    }

    .activate-col .personal-id input {
        width: 220px;
    }

    .activate-col .personal-id a {
        margin-left: 20px;
        width: 215px;
    }

}

@media (max-width: 600px) {
    .team .box-month {
        width: 95%;
        float: none;
        margin: 0 auto 20px;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px;
        border-right: none;
    }

    .team .cont2 {
        width: 65%;
    }

    .team .profile {
        width: 100%;
        margin: 0 0 20px;
    }

    .team .executive {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .team .cont {
        width: 65%;
    }

    .map-cont #gmap {
        height: 200px;
        width: 100%;
        margin-bottom: 4px;
    }

    .offer .tel {
        display: block;
    }

    .offer .col-txt {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 25px;
    }

    .offer .col-pic {
        width: 100%;
        float: none;
    }

        .offer .col-pic img {
            margin-top: 20px;
        }

    .offer h1 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .logo {
        width: 25%;
        padding: 8px 0px;
    }

    .wizard > .steps > ul > li {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .box-opt {
        width: 93%;
        padding: 20px 10px;
        margin: 0 auto 20px;
    }

        .box-opt:first-child {
            margin: 15px auto 20px;
        }

        .box-opt .red, .box-opt .blue {
            font-size: 14px;
            margin-top: 0px;
        }

        .box-opt p {
            font-size: 13px !important;
        }

    .applicant {
        height: auto;
        width: 100% !important;
    }

    .col-50l {
        float: none;
        width: 100% !important;
    }

    .col3l-form {
        width: 81%;
        margin-right: 0;
    }

    .col3lph-form {
        width: 81%;
        margin-right: 0;
    }

    .col-sm-form {
        width: 13%;
    }

    .col3r-form {
        width: 100%;
        float: none;
    }

    .col2-form, .col3-form, .col3b-form, .col4-form {
        width: 100%;
    }

    .wizard p {
        font-size: 14px;
        line-height: 24px;
    }

    .apply {
        padding: 0px 10px 40px;
    }

    .w-10 {
        width: 30%;
    }

    .w-apply15 {
        width: 18% !important;
    }

    .w-apply30 {
        width: 25% !important;
    }

    .footer-col {
        width: 100%;
    }

    .copyright-txt .containerwid {
        margin: 0 !important;
    }

    .footer-cont .containerwid {
        margin: 0 20px;
    }

    .tel {
        display: none;
    }

    .bttn-lang {
        margin-top: 25px;
    }

    .main-banner {
        height: 673px;
        background-size: cover;
    }

    .header {
        height: 57px;
    }

    .head-container {
        width: 100%;
        padding: 0px 10px;
    }

    .menu-cont {
        float: right;
        width: 67%;
        margin-top: 10px;
    }

    .tel-info {
        float: left;
        width: 12%;
        text-align: left;
        font-size: 25px;
        padding: 2px 16px 0px 10px;
        margin-top: 0px;
        vertical-align: middle;
    }

    .social-cont {
        width: 74%;
        margin-top: -25px;
        text-align: left;
        padding: 6px 0;
    }

        .social-cont i {
            padding: 7px 11px;
            font-size: 23px;
        }

    .logo-bbb {
        display: none;
    }

    .logo-bbb2 {
        display: inline-block;
        width: 22%;
    }

    .social-cont img {
        width: 76%;
    }

    .green-banner h1 {
        font-size: 20px;
    }

    .green-banner i {
        font-size: 20px;
        padding-left: 18px;
    }

    .map-cont {
        float: none;
        width: 100%;
    }

    .video-cont {
        padding-top: 36px;
        float: none;
        width: 100%;
    }

    .slider {
        /*padding: 0px 100px;*/
    }

        .slider h2 {
            padding: 0px 0px;
        }

    .activate-col {
        width: 97%;
        text-align: center;
    }

        .activate-col .personal-id{
            margin-left: auto;
            margin-right: auto;
        }


        .activate-col h2 {
            text-align: center;
            width: 100%;
        }

        .activate-col .box-form {
            width: 162px;
        }

        .activate-col .personal-id input {
            width: 325px;
        }

        .activate-col .personal-id a{
            margin-left: 20px;
            width: 320px;
        }

    .calculate-col {
        padding: 10px;
    }

        .calculate-col .box-form {
            width: 50px;
            margin-right: 16px;
            margin-left: 5px;
        }

        .calculate-col label {
            font-size: 13px;
            text-align: center;
            float: left;
            width: 12%;
            padding: 0;
        }

        .calculate-col .box-form {
            width: 43px;
            padding: 12px 6px;
            margin-right: 13px;
            margin-left: 5px;
        }

        .calculate-col .button {
            padding: 12px 31px;
            clear: both;
            margin-bottom: 20px;
            margin-left: 48px;
        }

    .result-amount, .result-description {
        width: 45%;
    }

    .reviews .image {
        float: none;
        width: 80%;
        text-align: center;
        margin: auto;
    }

    .reviews .trustpilot {
        float: none;
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .pres .image {
        float: none;
        width: 80%;
        text-align: center;
        margin: auto;
    }

    .pres .txt {
        float: none;
        width: 80%;
        margin: 20px auto;
    }

    .w-15 {
        width: 40%;
    }

    .banner-int {
        background-image: url(/images/int-banner.jpg);
        background-position: -383px top;
        background-size: 203%;
        height: 35px;
    }

        .banner-int h1 {
            padding: 5px 25px;
            margin: 0;
            text-align: left;
            font-size: 20px;
        }

    .offer-head h1 {
        padding: 0px 25px 0px 25px;
        margin: 0;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }

    .apply h2 {
        font-size: 25px;
    }

    .container-post h2 {
        font-size: 22px;
    }


    .w-40 {
        width: 100%;
    }

    .w-20 {
        width: 50%;
    }

    .container-bio {
        margin: 0px;
        float: none;
        width: 100%;
        padding: 10px 0px;
    }

    .lom-cont {
        width: 100%;
    }

    .lom-box {
        padding: 20px 20px 0px;
    }

        .lom-box .box-image {
            width: 100%;
            float: none;
        }

        .lom-box .box-info {
            padding: 20px 0px;
            float: none;
            width: 100%;
        }

    .col-post {
        float: none;
        width: 100%;
        padding-right: 40px;
        border-right: none;
    }

    .blog-sidebar {
        float: none;
        width: 100%;
    }

    .contact {
        padding: 20px 20px 40px;
    }

    .contact-info .col-left {
        width: 55%;
    }

    .contact-info .col-right {
        float: right;
        width: 39%;
        text-align: left;
    }

    .contact-info {
        width: 100%;
        line-height: 26px;
        font-size: 14px;
    }

    .col-right .txt {
        width: 85%;
    }

    .footer img {
        width: 50%;
    }

    .footer-menu li {
        padding: 30px 20px;
    }
}

@media (max-width: 320px) {

    .header {
        height: 47px;
    }

    .logo {
        padding: 8px 0px;
    }

    .menu-cont {
        float: right;
        width: 70%;
        margin-top: 3px;
    }

    .tel-info {
        float: left;
        width: 9%;
        text-align: left;
        font-size: 21px;
        padding: 2px 11px;
        float: left;
        margin-top: 3px;
    }

        .tel-info i {
            padding: 4px 10px;
        }

    .social-cont {
        width: 51%;
        margin-top: -24px;
        text-align: right;
    }

        .social-cont i {
            padding: 7px 9px;
        }

    .banner-int {
        background-size: 239%;
    }

    .activate-col .box-form {
        width: 113px;
    }

    .activate-col .personal-id input {
        width: 220px;
    }

    .activate-col .personal-id a {
        margin-left: 20px;
        width: 215px;
    }

    .calculate-col label {
        width: 50%;
        padding: 4px 0;
        font-size: 18px
    }

    .calculate-col .button {
        margin-bottom: 20px;
        margin-left: 0px;
        margin-top: 20px;
    }

    .result-amount {
        margin-top: 11px;
    }

    .calculate-col .box-form {
        width: 84px;
    }

    .w-apply15 {
        width: 18% !important;
    }

    .w-apply30 {
        width: 25% !important;
    }
}

/* NALN Custom Start */

/* Styles for validation helpers */
.field-validation-error {
    color: #cd0a0a;
    font-weight: bold;
    font-size: 11px;
    line-height: 34px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, input[type=text].input-validation-error, input[type=password].input-validation-error, select.input-validation-error {
    /*border: 1px solid #cd0a0a;*/
    border-color: #ff6a6a;
    /*background-color: #fff7f4;*/
    background-color: #ffb0b0;
}

.validation-summary-errors {
    color: #cd0a0a;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin: 20px 30px 0px 30px;
}

.validation-summary-errors-sm {
    color: #cd0a0a;
    font-weight: 600;
    font-size: 13px;
    margin: 3px 0px 3px 0px;
}

.validation-summary-valid {
    display: none;
}

.error-msg {
    color: #FFDC00;
    font-weight: bold;
    padding: 0 0 15px 0;
}

.box2 {
    font-size: 16px;
    line-height: 19px;
    margin: 5px 0px 10px;
    width: 420px;
}

.bttn-lang:hover {
    cursor: pointer;
}

.btn-active {
    color: #FFF;
    background-color: #0078E0;
}

.pl-0 {
    padding-left: 0;
}

.ml-0 {
    margin-left: 0;
}

.alert-banner {
    background-color: #cc0000;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    font-weight: 500
}

    .alert-banner a {
        color: #ffffff;
    }

        .alert-banner a:hover {
            cursor: pointer;
        }

.contact-approval-msg {
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 0.65em;
}
