.custom-css { }
		
		
		
		
		
		
		
			@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Nunito+Sans:wght@400;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root{
    --blue: #800838;
    --gray: #e0e0e0;
    --black: #363636;
    --red: #b66969;
    --font-family: 'Nunito Sans', sans-serif;
    --font-size-sm: 1rem;
    --font-size-m: 1.5rem;
    --font-size-l: 1.6rem;
    --font-size-xl: 2rem;
    /* PSD Font size
    --font-size-sm: 16pt;
    --font-size-m: 18pt;
    --font-size-l: 20pt;
    --font-size-xl: 26pt;
    */

    --margin-s: 1rem;
    --margin-m: 1.2rem;
    --margin-l: 1.6rem;
    --margin-xl: 2rem;
    --margin-xxl: 3rem;
}
.video-header {

}
.video-header-m {
    height: 400px;
}
.video-header-m {
    display: none;
}


a.apply_video {
    top: 43%;
    left: calc(3%) !important;
}
@media(min-width: 1024px) {
    .video-header {
        width: 100%;

        position: relative;
    }
    .video-header-m {
        display: none;
    }
}
@media(max-width: 1023px) {
    .video-header-m {
        width: 100%;
        height: 500px;
        display: block;
    }
    .video-header {
        display: none;
    }
}
@media(max-width: 767px) {
    .video-header {
        height: 400px;
        display: none;
    }
    .video-header-m {
        height: 400px;
        display: block;
    }
    .main-content .inner-content {
        padding-top: 5px;
    }
}


#form_builder * {
    font-size: var(--font-size-m);
    font-family: var(--font-family);
    color: var(--blue);
    max-width: 100%;
}

#form_builder input[type=text], #form_builder input[type=select], #form_builder input[type=email], #form_builder textarea {
    margin: auto;
    width: 500px;
    display: block;
    padding: var(--margin-l);
    color: var(--black);
}

#form_builder .screen .error_label {
    color: var(--red);
}
#form_builder .form_progress_bar {
    width: 10%;
    height: 10px;
    background-color: var(--blue);
    text-align: center;
    line-height: 10px;
    color: white;
    transition: all 300ms ease-in;
}

#form_builder .form_progress_container {
    background-color: var(--gray);
}

#form_builder .title-container {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

#form_builder .form_progress_current {
    text-align: center;
    margin-bottom: var(--margin-s);
    color: var(--blue);
    font-size: var(--font-size-l);
    font-family: var(--font-family);
}

#form_builder .form_progress {
    width: 800px;
    margin: auto;
    max-width: calc(100% - 20px);
    margin-bottom: var(--margin-xxl);
}


#form_builder .radio_group_type_1 input:checked {
    background-color: var(--blue);
}

#form_builder .radio_group_type_1 input {
    border: 1px solid var(--blue);
}

#form_builder .radio_group_type_1 .field_title, #form_builder .radio_group_type_2 .field_title, #form_builder .radio_group_type_3 .field_title {
    font-family: 'Merriweather', serif !important;
    font-size: 2.4rem !important;
    color: var(--blue);
    margin-bottom: var(--margin-xxl);
}


#form_builder .disclaimer_title {
    font-size: var(--font-size-xl);
    text-transform: none;
    color: var(--black);
    margin-bottom: var(--margin-xl);
}
#form_builder .disclaimer_body {
    font-size: var(--font-size-l);
    color: var(--black);
}
.disclaimer {
    width: 800px;
    margin: auto;
}
#form_builder .screen {
    padding: 0rem 2rem 0rem 2rem;
    margin:0;
}
#form_builder .error_label {
    margin:0;
    text-align: center;
}
#form_builder .screen .text {
    margin-bottom: 0;
}

#form_builder .radio_group_type_1 label {
    font-size: var(--font-size-m);
    color: var(--blue);
    font-weight: normal;
    font-family: var(--font-family);
    margin: 0;
    text-transform: none;
}
#form_builder .radio_group_type_2 .radio_label {
    font-size: var(--font-size-m);
    color: var(--blue);
    font-weight: normal;
    font-family: var(--font-family);
    border: 1px solid var(--blue);
    text-transform: none;
    max-width: 100%;
    display: block;
    width: 500px;
}


#form_builder .radio_group_type_2 input {
    left: 18px;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 14px;
    z-index: 20;
}


#form_builder .radio_group_type_2 input:checked +.radio_label {
    background-color: var(--blue);
    color: #fff;
}

#form_builder .radio_group_type_3 .radio_label {
    font-size: var(--font-size-m);
    color: var(--blue);
    font-weight: normal;
    font-family: var(--font-family);
    border: 1px solid var(--blue);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    margin: 0;
    padding: 0;
    text-align: center;
}


#form_builder .radio_group_type_3 input {
    left: 18px;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 14px;
    z-index: 20;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


#form_builder .radio_group_type_3 input:checked +.radio_label {
    background-color: var(--blue);
    color: #fff;
}


#form_builder .radio_group_type_1 .label_container {
    margin-top: var(--margin-m);
}

#form_builder .next-contaner {
    text-align: center;
}

#form_builder input.btn.button-main.next, #form_builder input.btn.button-main.next:hover , #form_builder input.btn.button-main.next:focus  {
    background-color: var(--blue);
    font-size: var(--font-size-xl);
    font-family: var(--font-family);
    padding: 1rem 4rem;
    color: white;
text-transform: none !important;
    font-weight: 600  !important;
}

#form_builder input.btn.button-main.previous, #form_builder input.btn.button-main.previous:hover, #form_builder input.btn.button-main.previous:focus {
    display: block;
    background: none;
    border: none;
    padding: 0;
    font-size: var(--font-size-l);
    font-family: var(--font-family);
    color: var(--blue);
    margin: var(--margin-l) auto;
    text-decoration: underline;
    text-transform: lowercase;
}

#form_builder input.btn.button-main.next:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
#form_builder input.btn.button-main.next {
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

#form_builder .g-recaptcha > div {
    display: block;
    margin: auto;
}

#form_builder .radio_group_type_1 .radio_label {
    -webkit-filter: unset;
    -moz-filter: unset;
    filter: unset;
}

form#form_builder {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/form-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-size: 50%; */
    margin: 0 -15px;
    padding: 4rem 0 14rem 0;
    background-color: white;
}

#form_builder label[for="sudoux_cms_formbundle_leadtype_location.city"], #form_builder label[for="custom_credit_union_name"] {
    display:none;
}
#form_builder label[for="custom_state"] {
    display:none;
}
#form_builder label[for="custom_comments"] {
    display:none;
}
#form_builder .title-container .title p {
   font-family: 'Merriweather', serif !important;
    font-size: 2.4rem !important;
    color: var(--blue);
    text-transform: none;
    font-weight: normal;
    margin: 0;
    margin-bottom: var(--margin-xxl);
}


#form_builder .range_label {
    display: block;
    text-align: center;
    line-height: initial !important;
    color: #000 !important;
    font-size: var(--font-size-xl) !important;
    font-family: var(--font-family) !important;
    color: var(--black);
    text-transform: none;
    font-weight: normal;
    margin: 0;
    margin-bottom: var(--margin-xxl);
}

#form_builder .review_fields {
    margin: auto;
    width: 500px;
}

#form_builder .q_title {
    font-size: var(--font-size-m);
    font-family: var(--font-family);
    color: var(--black);
    font-weight: bold;
    margin-bottom: var(--margin-s);
}
#form_builder .answer {
    font-size: var(--font-size-m);
    font-family: var(--font-family);
    color: var(--black);
    margin-bottom: var(--margin-xxl);
}


#form_builder  .radio_group_type_3 .items_container {
    margin: auto;
    display: block;
    text-align: center;
}


#form_builder  input.range {
    outline: none !important;
    border: none !important;
    box-shadow: 0 0 black;
}

#form_builder input[type="range"] {
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#form_builder input[type="range"]:focus {
    outline: none;
}
#form_builder input[type="range"]::-webkit-slider-runnable-track {
    /*background: var(--blue);*/
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
}

#form_builder input[type="range"]::-webkit-slider-thumb {
    margin-top: -8px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 5.9px solid var(--blue);
    border-radius: 12px;
    cursor: pointer;
    -webkit-appearance: none;
}
#form_builder input[type="range"]:focus::-webkit-slider-runnable-track {
    /*background: #1549c3;*/
    border-radius: 4px;
}
#form_builder input[type="range"]::-moz-range-track {
    background: var(--blue);
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    border-radius: 4px;
}
#form_builder input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 5.9px solid var(--blue);
    border-radius: 12px;
    cursor: pointer;
}
#form_builder input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 8.8px 0;
    color: transparent;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    border-radius: 4px;
}
#form_builder input[type="range"]::-ms-fill-lower {
    background: #030b1d;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}
#form_builder input[type="range"]::-ms-fill-upper {
    background: var(--blue);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}
#form_builder input[type="range"]::-ms-thumb {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 5.9px solid var(--blue);
    border-radius: 12px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}
#form_builder input[type="range"]:focus::-ms-fill-lower {
    background: var(--blue);
}
#form_builder input[type="range"]:focus::-ms-fill-upper {
    background: #1549c3;
}
#form_builder select {
    height: 4rem;
    width: 500px;
    max-width: 100%;
    margin: auto;
}

#form-group_custom_preferred_contact label, #form-group_custom_preferred_time label{
    width: 500px;
    max-width: 100%;
    margin: auto;
    display: block;
}

.range_default_container .range_max_line {
    color: var(--blue);
}

@supports (-ms-ime-align:auto) {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
    #form_builder input[type="range"] {
        margin: 0;
        /*Edge starts the margin from the thumb, not the track as other browsers do*/
    }
}


/**
Icons
https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/single.png
https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/Condominium.png
**/



input#custom_loan_purpose_radio_purchase {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/purchase.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_loan_purpose_radio_purchase:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/purchase.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_loan_purpose_radio_refinance {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/refinance.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_loan_purpose_radio_refinance:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/refinance.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_refinance_reason_lower_my_monthly_payment {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/lower-payment.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_refinance_reason_lower_my_monthly_payment:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/lower-payment.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_refinance_reason_pay_off_my_mortgage_faster {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/fast-payment.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_refinance_reason_pay_off_my_mortgage_faster:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/fast-payment.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_refinance_reason_take_cash_out_of_home {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/cache-of-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_refinance_reason_take_cash_out_of_home:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/cache-of-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_refinance_reason_change_my_arm_loan_to_fixed {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/arm-to-fixed-loan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_refinance_reason_change_my_arm_loan_to_fixed:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/arm-to-fixed-loan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_refinance_reason_browse_current_motgage_rates {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/browse.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_refinance_reason_browse_current_motgage_rates:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/browse.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_second_mortgage_radio_yes {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_second_mortgage_radio_yes:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_second_mortgage_radio_no {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/not-checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_second_mortgage_radio_no:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/not-checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}




input#custom_property_usage_radio_rental_property {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/rent.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_property_usage_radio_rental_property:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/rent.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_usage_radio_secondary_home {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/secondary-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_property_usage_radio_secondary_home:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/secondary-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_usage_radio_primary_home {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/primary-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
input#custom_property_usage_radio_primary_home:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/primary-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_single_family_home {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/single.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_townhome {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/townhouse.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_condominium {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/Condominium.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_multi_family_home{
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/multi-family-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_manufactured{
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/manufactured.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_mobile_home{
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/mobile-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}


/**
* white icons
**/

input#custom_property_type_radio_single_family_home:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/single.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_townhome:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/townhouse.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_condominium:checked {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/Condominium.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_multi_family_home:checked{
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/multi-family-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

input#custom_property_type_radio_manufactured:checked{
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/manufactured.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
span.edit_icon:after {
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/edit-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 23px;
    height: 23px;
    display: inline-block;
    content: " ";
    color: red;
    position: relative;
    top: 5px;
    left: 5px;
}
span.edit_icon {
    color: #ffffff00 !important;
}
input#custom_property_type_radio_mobile_home:checked{
    background: url(https://d1omvif6xjmc2x.cloudfront.net/img/cuso/icons/white/mobile-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.contact-form-block-wrapper block {
    display: none;
}

.main-header a {
    color: black;
}

.main-header {

    /* background: #f5f5f5; */
    background: #f8f8f2;

}

.page-page-detail .main-header a {
    color: black;
}

.page-page-detail .main-header {
    background: #f5f5f5;
}

body {

    background-color: #f5f5f5;
}

.main-footer {
    background-color: #f8f8f2;
}
.main-footer a, .main-footer .footer-info span  {
    color: #000 !important;
}



@media (min-width: 1200px) {
    .span3 {
        display: none;
        width: 270px;
    }

    .span3 {
        display: none;
        width: 270px;
    }
}
@media (min-width: 1200px) {
    .span9 {
        width: auto;
    }
}
@media (min-width: 1200px) {
    [class*="span"] {
        float: none;
        min-height: 1px;
        margin-left: 30px;
    }

    .span9 {
        width: auto;
    }
}
section.testimonial-block {
    background: #33302f;
    padding: 80px 0px;
}
@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: auto;
    }

    h1 {
        display: none;
        font-size: 38.5px;
    }

    /* .btn-standard {
        text-transform: capitalize;
        padding: 8px 40px;
        text-align: center;
        display: inline-block;
        width: unset;
        outline: 0;
        font-weight: 900;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        box-shadow: inset 0 0 0 0 #a2d125;
        -webkit-transition: ease-out 0.4s;
        -moz-transition: ease-out 0.4s;
        transition: ease-out 0.4s;
    } */
    /* .btn-standard:hover {
        text-decoration: none;
        color: #fff !important;
        cursor: pointer;
    } */
    /* homepage formatting for colors and spacing */






    body.front.site-type-loan_officer .spacer-bar {
        background: #f5f5f5;
    }

    .lo-title {
        line-height: 45px;
    }




    .testimonial-title {
        padding: 0px 0px 50px 0px;
    }


    .nav-tabs .nav-link {
        border: none;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }


    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #0b2a6f;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .center {
        text-align: center;
    }


    nav.nav.nav-tabs.nav-justified {
        max-width: 573px;
        margin: 0 auto;
    }


    #purchase,
    #refinance {
        max-width: 1023px;
        margin: 0 auto;
        margin-top: 60px;
    }

    .rates-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 360px;
        margin: 0;
        margin: 0 auto;
        padding: 60px 0px;
    }

    .rates thead tr {
        background: #0b2a6f;
        color: #fff;
        text-align: center;
        font-size: 26px;
    }

    .rates .table td,
    .table th {
        text-align: center;
    }

    .rate-text {
        font-size: 26px;
        padding: 50px !important;
    }

    td.rate-content,
    th.rate-content {
        padding: 50px !important;
    }

    .rates-table {
        border: 1px solid #0e0e0e;
    }

    .view-more {
        margin: 50px 0px;
    }

    .rate-title {
        font-size: 26px;
    }

    /* Fixes for Loan Officer index */
    .inner-page-index .content-list.officer {
        background-color: #f5f5f5;

    }

    .bottom-footer-text p {
        font-size: 18px;
    }

    .page-loan-officer-list .lo-contact a.button-main {
        display: none;
    }
}
/* .btn-standard:hover {
  text-decoration: none;
  color: #0c2a70 !important;
  background-color: #fff;
  transition: 0.3s all ease;
} */


td.rate-content {
    max-width: 350px;
}

.cuso-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.cuso-box {
    width: 175px;
    height: 175px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #0c2a70;
    justify-content: center;
    transition: 0.3s all ease;
    margin: 10px;
    border-radius: 8px;
    border: 2px solid #fff;


}

.cuso-text {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.cuso-box:hover {
    background: #fd6f6e;
}



@media(max-width: 1024px) {
    .cuso-row {
        flex-direction: column;
    }
}
@media(max-width: 600px) {
    .font-80-um{
        font-size: 60pt;
    }
    .rates-table {
        display: block;
    }
    .rates thead tr, .rates thead th {
        text-align: center !important;
        font-size: 16px;
    }
}




.selection-row {
    display: block;
}



.cuso-box-bottom {
    border: 2px solid #fff;
    background: #0c2a70;
}


.cta-bar {
    background: #33302f;
}


.calc-apply {
    transition: 0.3s all ease;
    border: 2px solid #0c2a70;
}


.mw-form input[type=button] {
    border: 2px solid #0c2a70;
}

.mw-calc-2-column.refinance-calculator .mw-form input[type=button] {
    border: 2px solid #0c2a70 !important;
}

.calc-apply:hover {
    background: #fff;
    color: #0c2a70;
    border: 2px solid #0c2a70;
    text-decoration: none;
}


.mw-form input[type=button]:hover {
    background: #fff;
    color: #0c2a70;

}
.mw-calc-2-column.refinance-calculator .mw-form input[type=button]:hover {
    background: #fff;
    color: #0c2a70;

}
.lo-header {
    min-height: 500px;
}

.branch-button-bar, .lo-button-bar {
    margin-top: 30px;
}

.branch-header-content {
    line-height: 54px;
    padding-bottom: 36px;
}

.bottom-footer {
    background: #f2f2f2;
    color: #000;
}
footer p {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1rem !important;
}

.footer-content, .footer-copyright, .logo-row {
    padding-left: 2rem;
    padding-top: 2rem;
}

.social-row {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
ul.socials {
    background-color: #f2f2f2;
    padding: 1rem;
}

.lo-bio-head {
    margin-bottom: 20px;
}


.bottom-footer-text.center {
    padding-bottom: 0;
}


.bottom-footer-text.center p {
    font-size: 14px;
}


.inner-page-index .content-list.officer {
    background: #f5f5f5;
}

.page-loan-officer-list .lo-contact a.button-main {
    display: none !important;
}

.node-92949 .btn-standard {

    background: #71a94e;
    border: 2px solid #71a94e;
}

.cuso-text {

    padding-top: 10px;
}

/*Waterbury changes */


.main-header .navigation-list ul li a {
    padding: 2px 9px;
    text-transform: none;
    letter-spacing: .1em;
    font-family: 'Graphik Web', sans-serif;
}

.branch-header-content p {
    font-size: 30px;

}

.title-nmls {

    text-transform: none;

}

a {
    color: #0c2a70;
}

.cta-bar {

    padding: 0px 0px;

}

.cuso-text p {
    text-align: center;
}



.footer-info span {

    display: none;
}

.top-content ul li {

    line-height: 1.8;
}

@media (min-width: 1200px) {
    .menu.nav .item:first-child {
        border-left: none;
    }
}



.card-wrapper {
    margin: 70px 0px 70px 0px;
}

.card-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

@media(max-width: 991px) {
    .card-container {
        flex-direction: column;
    }
}

.main-card {
    max-width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    margin: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);

}

/* .main-card img {
    width: 100px;
    height: 100px;
} */

.main-card p.card-title {
    font-weight: 600;
    font-size: 22px;
}

.main-card p.card-description {
    margin-top: 60px;
}

.card-picture-block-img {
    width: 50px;
    height: 50px;
}

.card-picture-with-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.card-picture-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em;
    margin: 10px;
}

.card-picture-block {
    width: 370px;
    margin: 10px;
    text-align: center;
}

.card-picture-block-text {
    margin-top: 15px;
}

/*-- New theme styles---*/
.main-content .inner-content {
    padding-top: 0 !important;
}

.logo img {
    width: auto !important;
    height: 115px !important;
   
}

.main-header .navigation-list ul li a {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #122c6c !important;
}

body {
    background-color: #FFF !important;
}

/*  lock in */

.lock-in {
    background-color: #c0dceb;
    padding: 4rem 0;
}

.lock-in-container {
    margin: 0 auto;
    max-width: 630px;

}

.lock-in-circle p {
    margin-top: 2rem !important;
    max-width: 169px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 4rem;
}

.lock-circle {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 2px solid #102966;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.type1 {
    background: url(/uploads/sites/11406/public/icon1.png) #fff;
}

.type2 {
    background: url(/uploads/sites/11406/public/icon2.png) #fff;
}

.type3 {
    background: url(/uploads/sites/11406/public/icon3.png) #fff;
}


.lock-in-group {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}


.lock-in h2 {
    text-align: center;
    font-size: 48px;
}

.lock-in-circle {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 200px;
}

.lock-in-circle img {
    width: 230px;
}

.lock-in-circle p {
    font-size: 26px;
    font-weight: bold;
}

@media(max-width: 840px) {
    .lock-in-group {
        flex-direction: column;
    }



    .lock-in-circle {
        margin: 25px 0px 25px 0px;
    }
}
/** new fonts **/

.font-merri-45 {
    font-family: 'Merriweather', serif !important;
    font-size: 3.4rem !important;
    line-height: 4rem;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
}


.font-open-33-b {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2.6rem !important;
    font-weight: 700 !important;
}

.font-open-60-b {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 5rem !important;
    font-weight: 700 !important;
    color: #eb9d3b;
}

.calc-apply {
    background: #eb9d3b !important;
    text-transform: capitalize;
}

.font-open-45-b {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 3.2rem !important;
    font-weight: 700 !important;
}


.font-open-22,
.font-open-22 * {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2rem !important;
}

.font-open-27 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
}

.font-open-27-b {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
}



.font-open-21-sb {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
}


.font-nu-22,
.font-nu-22 p {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1.8rem !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
    line-height: normal !important;
}

.font-nu-22-b,
.font-nu-22-b p {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 22pt !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
}

.font-nu-18 {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 18pt !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
}

.font-nu-25-b {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 25pt !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
}

.color-w {
    color: #f5f5f5 !important;
}

.color-b,
.color-b * {
    color: #102966 !important;
}

.color-lb {
    color: #5fb4d0;
}

.bg-lb {
    background-color: #5fb4d0 !important;
    padding: 0.4rem 3rem 0.4rem 3rem !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    text-transform: none;
}

.bg-image-rates {
    background: url(/uploads/sites/11406/public/cuso-bg-3.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 2rem 0 4rem 0;
}

.links.lock-in {
    background: url(/uploads/sites/11406/public/MM_Website_featured_rates.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.links .type1 {
    background: url(/uploads/sites/11406/public/quick-quote-blue.png) #fff;
    background-position: 31px center !important;
}

.links .type2 {
    background: url(/uploads/sites/11406/public/icon_rates2.png) #fff;
}

.links .type3 {
    background: url(/uploads/sites/11406/public/icon_rates3.png) #fff;
}

.links .type4 {
    background: url(/uploads/sites/11406/public/icon_rates4.png) #fff;
}

.site-type-loan_officer .lo-header, .site-type-loan_officer .spacer-bar {
    display: none;
}
.lo-info-container {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.lo-info-image img {
    max-width: 335px;
}
.lo-head-max-wlinks {
    max-width: 400px;
    margin: 0 auto;
}


.lo-bio p {
    font-size: 2.1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    font-weight: 400;
    color: #2e2e2e !important;
    font-family: 'Open Sans', sans-serif !important;
}
.lo-bio {
    padding: 0px 0px 3rem 0;
}
.lo-info-image {
    overflow: hidden;
    width: 347px !important;
    flex: none;
}
.lo-bio strong, .lo-bio a {
    font-style: normal !important;
    color: #40b7d3;
    text-decoration: none !important;
}
#mm_cuso-loan-officer  .lo-cont-head * {
    word-break: break-all;
}
.lo-cont-head {
    margin-top: 3rem;

    margin-bottom: 2.2rem;
}
li.cuso_lo_address {
    font-size: 2.6rem !important;
}


.container {
    width: 100% !important;
    max-width: 100% !important;
}
p.lo-fullname.bold.blue {
    font-family: 'Merriweather', serif !important;
    font-size: 3.4rem !important;
    line-height: 4rem;
    padding: 0 !important;
    font-weight: 400;
    color: #0c2a70 !important;
}
p.lo-fulltitle {
    font-size: 2.5rem !important;
    line-height: 4rem;
    padding: 0 !important;
    font-weight: 700;
    color: #0c2a70 !important;
    font-family: 'Open Sans', sans-serif !important;
}
li.cuso_lo_phone a {
    color: #2e2e2e;
    text-decoration: none;
    font-size: 2.5rem;
}
li.cuso_lo_email a  {
    color: #40b7d3;
    text-decoration: none;
    font-size: 2.5rem;
}
li.cuso_lo_nmls {
    margin-top: 4rem;
    font-size: 2.5rem !important;
}
ul.officer-info {
    margin-bottom: 0;
}
ul.officer-info li {
    margin-bottom: 0.5rem;
}
a.btn-standard {
    background-color: #5fb4d0 !important;
    padding: 1rem 3rem 1rem 3rem !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    text-transform: none;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin: 0 0 1rem 0 !important;
    color:#fff;
}

section.testimonial-block {
    background: url(/uploads/sites/11406/public/cuso-bg-4.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 2rem 0 4rem 0;
}

.testimonial-title {
    padding: 0 !important;
}

.testimonial-content p {
    font-size: 1.8rem !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-family: 'Nunito Sans', sans-serif !important;
}

.signature.dblue.bold p {
    font-size: 2.2rem !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-family: 'Nunito Sans', sans-serif !important;
}
section.testimonial-block span, section.testimonial-block p {
    font-weight: 400 !important;
    font-family: 'Nunito Sans', sans-serif !important;
}
.links .lock-circle {
    border: none;
}
.lock-circle:hover {
    background-color: #5fb4d0 !important;
    cursor: pointer;
}

h2.center {
    padding-bottom: 0;
    font-family: 'Merriweather', serif !important;
    font-size: 3.4rem !important;
    padding: 0 !important;
}
label.field_title {
    display: block;
    text-align: left;
    line-height: initial !important;
  font-family: 'Merriweather', serif !important;
    font-size: 2.4rem !important;
    color: var(--blue);
    text-transform: none;
    font-weight: normal;
    margin: 0;
    margin-bottom: var(--margin-xxl);
}
@media (min-width: 768px) {
    .lo-address {
        padding-left: 49px !important;
        padding-top: 9px !important;
    }
    .lo-cont-head {
        padding-left: 3rem;
    }
    ul.officer-info {
        padding-left: 3rem;
    }
    .inner-page-index .officer-card {
        margin: 0 0 2rem 6rem !important
    }
}
@media (max-width: 400px) {
    .inner-page-index .officer-card {
        margin: 0 0 2rem 0rem !important
    }
}

/*   Lo new styles */
.content-list.officer .inner {
    text-align: center
}
.officer-image {
    filter: unset !important;
    transition: 0.3s all ease;
}
.officer-image:hover {
    filter: unset !important;
}
.officer-details h3 {
    background-color: #386c92;
    margin: 0 0 0 0 !important;
    padding: 1rem 2rem 0rem 2rem;
    text-align: left !important;
    color: #FFF;
}
.officer-details .titled {
    background-color: #386c92;
    margin: 0 0 2rem 0 !important;
    padding: 0.5rem 2rem 1rem 2rem;
    text-align: left !important;
    color: #FFF;
}
p.NMLS {
    margin-bottom: 3rem;
    font-weight: 400 !IMPORTANT;
}
p.NMLS .NMLS_T {
    min-width: 80px;
    display: inline-block;
}
.lo-contact.email a {
    background-color: #f90;
    padding: 1rem;
    font-size: 1rem !IMPORTANT;
    color: #fff;
    text-transform: none;
}
.inner-page-index .lo-contact.email {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.page-loan-officer-list .main-content  .inner-content {
    background-color: whitesmoke;
}
.inner-page-index .content-list.officer {
    padding-top: 6rem;
}
.inner-page-index .officer-card:first-child {
    margin-left: 0 !important;
}
.lo-contact a {
    color: #000;
    font-size: 17px !important;
    font-family: arial !important;
}
span.cell {
    font-size: 10px !important;
    font-family: arial !important;
    min-width: 80px;
    display: inline-block;
    color: #366c91;
}
.officer-details .white-spacer {
    display: none;
}
.inner-page-index .officer-card {
    text-align: left !important;
    margin: 0 0 2rem 0;
    background-color: #fff;
    padding: 0 !important;
}
.inner-page-index .lo-contact {
    line-height: normal !important;
    margin-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    word-break: break-all;
    text-transform: uppercase;
}
footer {
    position: relative;
    top: 0 !important;
}


.officer a img:hover {
    opacity: 0.5;
}
.officer a {
    z-index: 3;
}
.bw-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0f9bc3;
    z-index: 1;
    filter: contrast(200%);
}
.bw-overlay:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0f9bc3;
    z-index: 1;
    opacity: 0.5;
    filter: contrast(200%);
}
.officer {
    position: relative;
}
.calculator .mw-padding-3 {
    padding: 35px !important;
}
.calculator .calc-apply-text {
    text-transform: none;
}
.bottom-footer .logo-row img {
    height: 100px;
    width: auto;
}
.testimonial-block .testimonial-title h1 {
    font-family: 'Merriweather', serif !important;
    font-size: 3.2rem !important;
    line-height: 4rem;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
}
#form_builder .field_title {
    text-transform: none !important;
}



.linkedin em.fa.fa-linkedin {
    width: 30px;
    height: 30px;
    background: url(https://mortgagemarketscuso.wmmortgageware.com/uploads/sites/11406/public/linkedin.png);
    background-size: contain;
}
.linkedin em.fa.fa-linkedin:before{
content:""
}
.instagram em.fa.fa-instagram {
    width: 30px;
    height: 30px;
    background: url(https://mortgagemarketscuso.wmmortgageware.com/uploads/sites/11406/public/instagram.png);
    background-size: contain;
}
.instagram em.fa.fa-instagram:before{
content:""
}


.facebook em.fa.fa-facebook {
    width: 30px;
    height: 30px;
    background: url(https://mortgagemarketscuso.wmmortgageware.com/uploads/sites/11406/public/facebook.png);
    background-size: contain;
}
.facebook em.fa.fa-facebook:before{
content:""
}

#mm_cuso-loan-officer .lock-in-circle a {
    margin-top: 2rem !important;
}

.signature.dblue.bold {
display:none;
}



/*
Hide menu, center logo, bg for header
*/
header.main-header {
    
    background-repeat: no-repeat;
    background-position: center;
    background-color: white !important;
    background-size: cover;
}
.logo.logo_header {
    
}
span.mobile_nav_buttom.mburger.mburger--collapse {
    display: none !important;
}
.main-header .hide-area {
    display: none;
}

label.control-label.field_title {
    text-align: center;
}

div#form-group_custom_preferred_contact label {
    font-size: 1.5rem !important;
    padding-left: 0.5rem;
}

div#form-group_custom_preferred_time label {
    font-size: 1.5rem !important;
    padding-left: 0.5rem;
}

.page-loan-officer-list .main-content .inner-content {
    background-color: darkgray !important;
}

.inner-page-index .content-list.officer {
    background: darkgray !important;
}


/*---------------*/
/*
Update menu with the phone and link at the right
 */
.header_phone_text {
        color: #0c2a70 !important;
    font-size: 1.5rem;
}
span.header_phone_call_now {
    color: #333333;
    font-size: 1.5rem;
}
.header_phone_text_label * {
    color: #333333 !important;
}
.header_phone {
   
}
/*---------------*/

/** Mobile styles to forms & page loan **/
@media screen and (max-width: 415px) {
    .inner-content #form_builder .screen {
        padding: 0 !important;
        background: transparent !important;
    }

    .container-fluid.content-container {
        padding: 0 !important;
    }
    .main-content:after {
        display:none !important;
    }
    .inner-content .form_rates{
        margin:0px !important;
        position: inherit !important;
    }

    .main-content:before {
        height: auto !important;
        font-size: 1.8rem !important;
        padding: 0.5rem !important;
    }

    .inner-content form#form_builder {
        background: #363638 !important;
        padding: 1rem 0 !important;
    }

    #form_builder * {
        color: #fff;
    }

    .inner-content .dynamic.form h2 {
font-size: 1.8rem !important;
    padding: 0.5rem !important;
        line-height: normal !important;
    }

    .inner-content .dynamic.form h3 {
        font-size: 1.5rem !important;
        padding: 0.5rem !important;
        line-height: normal !important;
    }

    .inner-content .dynamic.form h3 * {
        font-size: 1.5rem !important;
    }

    .inner-content #form_builder .form_progress {margin-bottom: 1rem;}

    .inner-content #form_builder .radio_group_type_1 label {
        color: #fff !important;
    }

    .inner-content #form_builder .radio_group_type_1 .field_title, .inner-content #form_builder .radio_group_type_2 .field_title, .inner-content #form_builder .radio_group_type_3 .field_title {
        color: #fff !important;
font-size: 1.8rem !important;

    }

    a.card-picture-block {
        width: auto !IMPORTANT;
        margin: 0 !important;
    }

    .inner-content #form_builder input.btn.button-main.previous,.inner-content  #form_builder input.btn.button-main.previous:hover,.inner-content  #form_builder input.btn.button-main.previous:focus {
        color: #fff !important;
        text-transform: uppercase !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .inner-content #form_builder .title-container .title p {
        color: #fff !important;
font-size: 1.8rem !important;
    }

    .logo img {
        max-height: 55px !important;
    }
.form_rates_block {
    width: 415px  !important;
}
header.main-header {
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
}
.col-12.form_rates_block_top_head {
    font-size: 1.8rem !important;
}
.form_rates_block_left_head, .form_rates_block_right_head, .form_rates_block_content {
    font-size: 1.8rem !important;
}
.forms_content_under_next_block * {
    color: #fff !important;
}
.logo.logo_header {
    margin: 0 auto !IMPORTANT;
}
}