﻿/*@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Rubik');*/

body {
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
    letter-spacing: .5px;
    font-size: 14px;
}

.gm-style {
    font: 300 14px "museo-sans", Helvetica, Arial, sans-serif !important;
}

.form-control {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #dee2e6;
    color: #666666 !important;
}

#homebuyingForm .form-control {
    color: #FFFFFF !important;
}

#carouselForm .form-control {
    border-bottom-color: #adabab;
}

label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    letter-spacing: .5px;
    margin-bottom: 0;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    color: #adabab !important;
}

::-moz-placeholder {
    color: #adabab !important;
}

::-ms-placeholder {
    color: #adabab !important;
}

::placeholder {
    color: #adabab !important;
}


.ils-cta-header .chat-border:after {
    border-right-color: #00447C;
}

.community-banner {
    background-color: rgba(0, 69, 125,1);
}

.mortgage-specialAPR-banner {
    display: flex;
    font-size: 25px;
    font-weight: bold;
    background-color: #0F2D56;
}

    .mortgage-specialAPR-banner .community-banner-headline {
        border-right: solid 2px #00AEEF;
        background-color: rgba(36, 36, 70, .05);
    }

    .mortgage-specialAPR-banner .column {
        flex: 1;
        font-size: 25px;
        padding: 10px;
    }

    .mortgage-specialAPR-banner .mortgage-rate {
        font-size: 75px;
        margin-bottom: 0;
        font-weight: bolder;
        line-height: 68px;
    }
    .mortgage-specialAPR-banner .mortgage-apr {
        font-size: 22px;
        margin-bottom: 0;
        font-weight: bolder;
    }
    .mortgage-specialAPR-banner .headline-text {
        font-size: 31px;
        margin-bottom: 0px;
        font-weight: normal;
        line-height: 33px;
    }
        .mortgage-specialAPR-banner .headline-text.large {
            font-size: 25px;
            font-weight: bolder;
            margin-bottom: 8px;
        }

        .mortgage-specialAPR-banner .headline-text.small {
            font-size: 18px;
            margin-bottom: 0 !important;
            line-height: 20px;
        }

.lead-form-privacy a {
    color: #00AEEF;
    font-weight: bold;
}

#scheduleVisitBottomForm .lead-form-privacy {
    font-size: 14px;
}

.no-results-contact-container .lead-form-privacy {
    color: black;
}
/*#searchContactForm .form-control {
    color: white !important;
}*/
