    #refinance-template .btn {
        white-space: normal;
        text-transform: uppercase;
    }

    body label {
        width: 100%;
    }

    body br {
        display: none;
    }

    #loan-form {
        display: none;
    }

    .sticky {
        position: fixed;
        border: none !important;
        border-radius: 0 !important;
    }

    .main-header {
        display: none;
    }

    .btn-primary {
        background-color: #2b7ca8;
    }

    .content-head {
        border-bottom: none;
        min-height: inherit;
        margin-bottom: 0px;
    }

    .wpcf7-form-control {
        width: 100%;
    }

    .wpcf7-form label {
        width: 100%;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
    }

    .get-started-cta {
        padding: 8px 30px;
        background-color: #ddd;
        display: inline-block;
        background-color: #277DAA;
        color: #fff;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        margin-bottom: 15px;
        min-width: 235px;
    }

    .btn-overlay.get-started-cta {
        background: rgba(0,0,0,.5);
    }

    .btn-overlay.get-started-cta:hover {
        background: #212529;
    }

    .required {
        color: red;
    }

    .content-area .wpcf7-form {
        border: 1px solid #c8c8c8;
        padding: 15px;
        border-radius: 3px;
    }

    .secondary-header {
        text-align: center;
        margin-bottom: 30px;
        font-family: "Montserrat";
        color: #277DAA;
        font-size: 36px;
        font-weight: 700;
    }

    .wpcf7-form .first {
        margin-left: 0px;
    }

    .single-content .wpcf7-form p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #mortgage-balance {
        display: none;
    }

    body .btn-primary {
        background-color: #277DAA;
        border-color: #277DAA;
    }

    body .your-subject textarea {
        height: 40px;
    }

    #full-width-header {
        padding: 0px;
        position: relative;
    }

    #full-width-header .container {
        padding: 0 30px;
    }

    #full-width-header .container h1 {
        display: block;
    }

    #full-width-header img {
        height: 550px;
        width: 100%;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0.2;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
        background-color: #246f96
    }

    .header-content-overlay {
        position: absolute;
        color: #fff;
        width: 100%;
        top: 50px;
    }

    .btn-overlay {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        background: none;
        border: 2px solid #fff;
        padding: 12px 35px;
    }

    .header-content-tagline {
        margin-bottom: 30px;
        font-size: 18px;
    }

    #purchase-checkbox .last {
        margin-left: 15px;
    }

    div.slicknav_menu {
        background-color: #2b7ca8;
    }

    .reviewssummary {
        text-align: center;
    }

    .mt-15 {
        margin-top: 15px;
    }
    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-mt-30 {
        margin-top: 30px;
    }

    .dk-mt-30 {
        margin-top: 15px;
    }

    .mt-dk-60 {
        margin-top: 30px;
    }

    @media(max-width: 768px) {
        .fl-node-5f2f139322d20 {
            margin-bottom: 30px;
        }

        .fl-node-5f2f1b7337fa7 {
            margin-bottom: 30px;
        }
    }

    @media(min-width: 771px) {
        .mb-mt-30 {
            margin-top: 0px;
        }

        .dk-mt-30 {
            margin-top: 30px;
        }

        .mt-dk-60 {
            margin-top: 60px;
        }

        #full-width-header img {
            height: 600px;
        }

        .header-content-overlay {
            top: 65px;
        }

        .main-header {
            font-size: 40px;
            color: #fff;
            margin-bottom: 30px;
            font-family: "Montserrat";
            display: block;
        }
        
    }

    @media(min-width: 991px){
        .get-started-cta {
            padding: 10px 20px;
            font-size: 18px;
            margin-bottom: 15px;
        }
        #full-width-header img {
            opacity: 0.2;
        }
    }

    @media(min-width: 1175px){
        .header-content-overlay {
            top: 125px;
        }
    }

    @media only screen and (max-width: 500px) {
        #mobilechange {
            margin-left: 0px !important;
        }
    }

    @media only screen and (max-width: 600px) {
        #mobilechange {
            font-size: 12px;
            color: #ffffff;
            margin-left: 140px;
            padding-top: 10px;
            font-family: 'Montserrat';
            margin-left: -30px !important;
            margin-right: 60px;
        }

        #envelopechange {
            font-size: 12px;
            margin-left: -50px !important;
        }
    }

    @media only screen and (max-width: 320px) {
        #mobilechange {
            font-size: 12px;
            color: #ffffff;
            margin-left: 140px;
            padding-top: 10px;
            font-family: 'Montserrat';
            margin-left: -30px !important;
            margin-right: 60px;
        }

        #envelopechange {
            font-size: 12px;
            margin-left: -50px !important;
        }
    }