html, body {
    height: 100%;
    margin: 0;
}
select {
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    color: #494949;
    max-width: 365px;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.ml-15 {
    margin-left: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.hidden {
    display: none;
}
.container {
    position: relative;
}
#error-msg {
    display: none;
}
.error-msg {
    color: red !important;
    margin-top: 5px;
    display: none;
}
.top-bar {
    background-color: #fff;
    padding: 15px 30px;
    box-shadow: 0px 2px 40px -30px #333;
}
.top-bar a {
    cursor: pointer;
}
.cta-orange, .cta-secondary {
    background-color: #2B7CAB;
    border: 1px solid #2B7CAB;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 700;
    min-width: 180px;
}
.cta-secondary {
    background-color: #FAFAFA;
    color: #2B7CAB;
    border: 1px solid #2B7CAB;
}
.top-header-img {
    /* background: url('https://www.agavehomeloans.com/wp-content/uploads/2020/11/bailey-anselme-Bkp3gLygyeA-unsplash.jpg');
    background-size: cover; */
    position: relative;
    max-height: 350px;
    overflow: hidden;
    background: linear-gradient(0deg, #333 100%, #fff4 100%);
}
.top-header-img  img {
    opacity: .3;
}
.header-copy {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-h1 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}
.header-h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}
.text-center {
    text-align: center;
}
.funnel-header {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #717171;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.visuallyhidden {
    display: none;
}
.wizard-progress {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    display:inline-block;
    white-space: nowrap;
    margin-bottom: 30px;
}
.wizard-progress li {
    float: left;
    margin-right: 50px;
    text-align: center;
    position: relative;
    width: 100px;
}
.wizard-progress .step-name {
    display: table-cell;
    height: 32px;
    vertical-align: bottom;
    text-align: center;
    width: 100px;
}
.wizard-progress .step-name-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}
.wizard-progress .step-num {
    font-size: 19px;
    font-weight: bold;
    border: 3px solid #DFEBF2;
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    margin-top: 12px;
}
.wizard-progress .step-num:after {
    content: "";
    display: block;
    background: #DFEBF2;
    height: 5px;
    width: 116px;
    position: absolute;
    bottom: 14px;
    left: 67px;
}
.wizard-progress .completed-step .step-num {
    border: 3px solid #2B7CAB;
}

.wizard-progress .completed-step .step-num:after {
    background: #2B7CAB;
}
.wizard-progress li:last-of-type .step-num:after {
    display: none;
}
.wizard-progress .completed-step .step-num {
    background-color: #2B7CAB;
    color: #fff;
}
.step-header {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2B7CAB;
}
.step-content {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hide-step {
    display: none;
}
.success-img {
    margin-top: 30px;
    text-align: center;
}
.success-img img {
    max-width: 242px;
}
.check-box-container {
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    text-align: left;
    max-width: 365px;
    margin: 8px auto;
    cursor: pointer;
}
.check-box-container:hover {
    border: 1px solid #2B7CAB;
}
.empty-circle {
    background: #E5E5E5;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    float: right;
}
.check-box-text {
    display: inline-block;
}
.full-circle {
    background: #2B7CAB !important;
    border: 3px solid #E5E5E5 !important;
}
.contact-info-container {
    text-align: left;
    max-width: 360px;
    margin: 15px auto;
}
.contact-info-container div {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000000;
}
.btn-primary, #previous-btn {
    background-color: #2678A9;
    padding: 10px 50px;
    border-radius: 10px;
    border: 1px solid #2678A9;
    font-weight: bold;
    min-width: 175px;
    margin: 0px 5px;
}
#previous-btn {
    background-color: #fff;
    color: #2678A9;
}
#house-icon {
    display: none;
}

select::-ms-expand {
    display: none;
}
/*https://fabriceleven.com/design/clever-way-to-change-the-drop-down-selector-arrow-icon/*/
.selectdiv {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 365px;
  }

.selectdiv:after {
    font-family: "Font Awesome 5 Duotone";
    content: "\10f13a";
    color: #7d7d7d;
    right: 11px;
    top: 16px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font-size: 20px;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    height: 50px;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.footer-blue {
    background: #2B7CAB;
    color: #fff;
    padding: 30px 0;
    margin-top: auto;
}
.footer-blue hr {
    border-top: 1px solid #fff;

}
.footer-blue a {
    color: #fff;
}
.agree-container {
    max-width: 360px;
    line-height: 0.8;
    text-align: left;
    margin: 15px auto;
    display: flex;
}
.agree-text {
    font-size: 10px;
}

@media(min-width:768px){
    .dk-float-right {
        float: right;
    }
}

@media(min-width:1050px){
    #house-icon {
        display: block;
        position: absolute;
        top: 55px;
        left: -65px;
    }
}


@media(max-width: 991px){
    #house-icon {
        display: none;
    }
    .wizard-progress {
        margin-bottom: 15px;
    }
    .wizard-progress li {
        margin-right: -15px;
        width: 80px;
    }
    li.step5 {
        width: 55px;
    }
    .wizard-progress .step-num {
        float: left;
    }
    .wizard-progress .step-num:after {
        width: 28px;
        bottom: 14px;
        left: 37px;
    }
    .funnel-header {
        margin-bottom: 15px;
    }
    .step-header {
        font-size: 20px;
        line-height: 28px;
    }
    .step-content {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn-primary, #previous-btn {
        min-width: 155px;
        margin-bottom: 5px;
        padding: 10px 20px;
    }
    .check-box-container {
        padding: 10px 15px;
    }
    .footer-blue {
        margin-top: 60px;
    }
}

@media(max-width: 768px){
    .m-text-center {
        text-align: center;
    }
}

