/*-------------------------wrapper--------------------------------*/

* {
    font-family: montserrat;
}

body {
    position: relative;
}

.text-center {
    text-align: center;
}

.remodal.wrapper-size {
    max-width: 1000px;
}


/*----------------------------color-----------------------------*/

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #C4D7ED;
}

.table-striped > tbody > tr:nth-child(2n) > td,
.table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #C4D7ED;
}

.dark-blue {
    color: #2e62a0;
}


/*-------------------------Nav--------------------------------*/

.nav-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    box-shadow: 0px 2px 11px 4px rgba(0, 0, 0, 0.35);
    height: 6em;
}

.section--navigation {
    width: 100%;
}

.navigation {
    position: relative;
    margin: 0;
    list-style-type: none;
    padding: 0 1em;
}

.nav__item__img {
    height: 100%;
    padding: 14px 5px;
}

.nav__item a {
    color: #2e62a0;
}

.nav__main {
    background-color: white;
    color: black;
}

.nav__container__row {
    height: 6em;
}

.nav__item {
    display: inline-block;
    padding: 0.2em 1em;
    position: relative;
    letter-spacing: 1px;
    /*    margin: 0 0 0 50px;*/
    margin: 0 0 0 2.5vw;
    font-weight: bold;
}

.margin_zero {
    margin: 0;
    height: 100%;
    /*    background: gray;*/
}


}
.nav__item a {
    font-size: 12px;
}
.top_nav__item--link,
.top_nav__item--link:link,
.top_nav__item--link:hover,
.top_nav__item--link:visited {
    color: white;
    text-decoration: none;
}
.btm_nav__item--link,
.btm_nav__item--link:link,
.btm_nav__item--link:hover,
.btm_nav__item--link:visited {
    text-decoration: none;
}
.row {
    position: relative;
}
.nav__item--right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*-------------------------Carousel--------------------------------*/
.item {
    position: relative;
}
.carousel {
    padding-top: 3em;
}
.carouselImg {
    position: relative;
    width: 100%;
    min-height: 550px;
    background: url('assets/slider-img-3-blur.jpg') center center / cover no-repeat;
}
.inner_carouselImg-one,
.inner_carouselImg-two,
.inner_carouselImg-three,
.inner_carouselImg-four {
    max-width: 1600px;
    min-height: 550px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.inner_carouselImg-one {
    background: url(assets/banner6.jpg) center center / cover no-repeat;
}
.inner_carouselImg-two {
    background: url('assets/banner2.jpg') center center / cover no-repeat;
}
.inner_carouselImg-three {
    background: url('assets/banner3.jpg') center center / cover no-repeat;
}
.inner_carouselImg-four {
    background: url('assets/banner5.jpg') center center / cover no-repeat;
}
.inner_carouselText {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 5% 0;
}
.captionText {
    color: white;
    font-size: 3em;
    margin: 5% 0 2% 0;
    text-shadow: 2px 2px black;
}
.captionDescription {
    color: white;
    font-size: 1.2em;
    font-weight: 100;
    position: relative;
    text-shadow: 2px 1px black;
}
.carousel-control {
    height: 100%;
}
.arrowImg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*-------------------------Contact--------------------------------*/
.section--contact {
    position: relative;
    background-color: #191919;
}
.section--contact:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url(assets/beach.jpg);
    background-repeat: no-repeat;
    background-position: 0 30%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact__info__wrapper {
    padding-bottom: 2em;
}
.text__wrapper {
    text-align: center;
    color: white;
}
.statusBar {
    /*    display: flex;*/
    
    margin-top: 1em;
}
.statusBar .step {
    border: 1px solid white;
    border-radius: 5px;
    z-index: 10;
}
.statusBar .filled {
    border: 1px solid #2e62a0;
    border-radius: 5px;
    background-color: #2e62a0;
}
.form--div {
    margin: 1em 0;
}
.submit--wrapper,
.enter--wrapper {
    text-align: center;
}
.contactConfirmation {
    /*text-align: center;*/
    
    display: inline-flex;
}
.svgContainer {
    position: relative;
    display: inline-block;
}
.svgContainer svg {
    height: 50px;
    width: 50px;
}
.whiteFill {
    fill: white;
}
.msgBox {
    position: relative;
    color: white;
    display: inline-block;
    margin-left: 15px;
}
.msg {
    font-size: 15px;
    margin: 0;
}
.required {
    border: 2px solid #C82828;
    border-bottom: 6px solid #C82828;
}
.errorMsg {
    color: #C82828;
}
.hidden {
    display: none;
}
.email-send-loading {
    text-align: center;
}
.loading-img {
    width: 100px;
}
.contactForm {
    z-index: 10;
}
.first-set div,
.second-set div {
    margin-bottom: 5px;
}
.input-currency-wrapper {
    display: flex;
}
.input-group-addon {
    width: 20px;
    padding: 9px 6px;
    border: 0;
}
.btn-primary {
    background-color: #71a354;
    border: 1px solid #71a354;
}
.btn-primary:hover {
    background-color: #449d44;
    border: 1px solid #449d44;
}

/*
#annualSales{
    border-radius: 0 4px 4px 0;
}
*/

/*----------------------------info---------------------------------*/
.info_wrapper {
    /*    background-color: #f2f2f2;*/
    
    background-color: white;
    text-align: center;
}
.info_title {
    color: #2e62a0;
    font-size: 40px;
    font-size: 3.1em;
    padding-top: 0.6em;
}
.info_details {
    /*    font: ;-size: 18px;*/
    
    font-size: 1.2em;
    padding: 1em 3em;
}

/*---------------------------------cards--------------------------------*/
.cards {
    margin-bottom: 1.5em;
}
.cards_header {
    min-height: 100px;
    color: #ffffff;
}
.cards-background-one {
    background: #8ec3d4 url('assets/calculator-darken.jpeg') no-repeat center;
}
.cards-background-two {
    background: #8ec3d4 url('assets/merchant-darken.jpg') no-repeat center;
}
.cards_header:after {
    font-size: 18px;
    font-size: 1.2em;
    display: inline-block;
    background-color: #2e62a0;
    content: attr(data-legend);
    position: relative;
    top: 1.4em;
    padding: 0.8em 1.1em;
}
.cards_wrapper {
    box-shadow: 0px 5px 18px 4px rgba(0, 0, 0, 0.15);
    transition: all .3s;
    background-color: #ffffff;
}
.cards_wrapper:hover {
    transform: scale(1.05);
}
.cards_year {
    font-size: 2em;
    font-weight: bold;
    padding-top: 1.5em;
    margin: 0;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px black;
}
.cards_content {
    color: #000000;
    padding: 4em 1em 2em;
}
.cards_rate {
    display: inline-block;
    border-bottom: 1px solid #D1D1D1;
}
.cards_apr {
    margin-top: 2px;
}
.cards_btn {
    background-color: #71a354;
    text-transform: uppercase;
}
.rate_num,
.apr_num {
    font-size: 14px;
    font-size: 1.4em;
    color: #448499;
}
.rate_text,
.apr_text {
    font-size: 1.4em;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

/*---------------------------margin-----------------------------*/
.margin_top {
    margin-top: 1em;
    margin-top: 10px;
}

/*---------------------------padding----------------------------*/
.padding_top_xl {
    padding-top: 3em;
}
.padding_bottom_xl {
    padding-bottom: 3em;
}
.padding_top_md {
    padding-top: 1em;
}

/*----------------------------link-------------------------------*/
a:hover,
a:focus {
    text-decoration: none;
}

/*----------------------------Company Info-------------------------------*/
.section_company {
    text-align: center;
}
.company_info_wrapper {
    /*
    background-image: url(assets/mortgage-calculator.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
*/
    
    background-color: #f2f2f2;
}
.info_content_img svg {
    height: 30px;
    width: 30px;
}

/*---------------------------- Footer -------------------------------*/
.footer {
    padding: 0;
    margin: 0;
}
.float__left {
    float: left;
}
.float__right {
    float: right;
}
.footer__item {
    color: #2e62a0;
    display: inline-block;
}
.right__padding {
    padding: 0;
    padding-right: 40px;
}
.left__padding {
    padding: 0;
    padding-left: 40px;
}

/*--------------------------table--------------------------------*/
td:first-child {
    text-align: left;
    width: 11em;
}
td {
    border-right: 3px solid #fff;
}

/*-----------------------------Modal-------------------------------*/
.bold_and_space {
    font-weight: bold;
    margin-bottom: 20px;
}
.margin_30 {
    margin-bottom: 30px;
}

/*---------------------------Mobile Query---------------------------*/
@media (max-width: 766px) {
    .hide__xs {
        display: none;
    }
    
    .nav__item.margin_zero {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .carousel-control {
        display: none;
    }
    
    .captionText {
        margin-top: 3em;
    }
    
    .right__padding,
    .left__padding {
        padding: 0;
        padding-left: 15px;
    }
    
    .float__right {
        float: left;
    }
    
    th:last-child,
    td:last-child,
    .text-center,
    .mobile-hide,
    .bold_and_space,
    .margin_30 {
        display: none;
    }
    
    table {
        font-size: 1em;
        position: relative;
        top: -25px;
    }
    
    td:first-child {
        width: inherit;
    }
    
    .remodal.wrapper-size {
        padding-left: 0;
        padding-right: 0;
    }
}