/*******************************************************
 *
 * Financing
 *
 *******************************************************/

#inner-page-wrapper {
     margin-bottom: 73px;
     overflow: hidden;
 }

 #content-sidebar, #content-full {
    margin-top: 0;
}


.ip-banner canvas{
    background-image: url(../../images/financing-banner.jpg)!important;
}

.ip-banner:before {
    display: none;
}


.lidd_mc_input input[type=submit] {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: relative;
    background: transparent;
    padding: 0;
    color: #906e51;
    font-size: 9.5px;
    line-height: 1;
    letter-spacing: 2.18px;
    text-transform: uppercase;
    font-family: var(--body-font);
}



.lidd_mc_input:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 37px;
    border: 1px solid #906e51;
    position: relative;
    color: #906e51;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2.18px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 162px;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 50px;
}

.lidd_mc_input:last-child:before,
.lidd_mc_input:last-child:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.lidd_mc_input:last-child:before{
    top: 2px;
    height: calc(100% - 4px);
    border-top: 1px solid #906e51;
    border-bottom: 1px solid #906e51;
}

.lidd_mc_input:last-child:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #906e51;
    border-right: 1px solid #906e51;
    width: calc(100% - 4px);
    left: 2px;
}

.lidd_mc_input:last-child:hover:after{
    left: 0;
    width: 100%;
    opacity: 0;
}

.lidd_mc_input:last-child:hover:before{
    top: 0;
    height: 100%;
    opacity: 0;
}

.lidd_mc_input:last-child:hover, .lidd_mc_input:last-child:focus {
    color: #906e51;
}

.lidd_mc_input label {
    display: none;
}


span.lidd_mc_select.lidd_mc_select_responsive {
    position: relative;
    border: 1px solid #cecece;
}

span.lidd_mc_select.lidd_mc_select_responsive:before {
    position: absolute;
    content: 'Payment Period Monthly';
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 12px;
    pointer-events: none;
    z-index: 3;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.28px;
}




span.lidd_mc_select.lidd_mc_select_responsive.active:after,
span.lidd_mc_select.lidd_mc_select_responsive.active:before {
    opacity: 0;
}

span.lidd_mc_select.lidd_mc_select_responsive:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../../images/ai-select-arrow.png) no-repeat scroll right 18px center;
    pointer-events: none;
}


.lidd_mc_input_responsive input[type="text"], 
.lidd_mc_select_responsive select {
    width: 100%;
    height: 48px;
    color: #525151;
    padding: 0 12px;
    border: 1px solid #cecece;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    font-family: var(--extra-font);
}

.lidd_mc_select_responsive select {
    border: none;
    background: url(../../images/ai-select-arrow.png) no-repeat scroll right 18px center;
}

.lidd_mc_input {
    margin-bottom: 32px;
}

.ip-financing-title {
    display: block;
    position: relative;
}

#content .ip-financing-title h2 {
    margin: 0 0 46px;
    line-height: 1;
    color: #95755b;
    font-size: 16px;
    font-family: var(--body-font);
    text-transform: uppercase;
}


.ip-financing-container {
    display: block;
    position: relative;
    padding: 71px 0 0;
    max-width: 975px;
    margin: 0 auto;
}

.ip-financing-wrapper {
    display: block;
    position: relative;
}

.ip-mortgage-calculator-widget {
    display: block;
    position: relative;
    margin-bottom: 54px;
}


#content .ip-mortgage-calculator-widget form {
    margin: 0;
}

.ip-mortgage-calculator-btns {
    display: block;
    position: relative;
    padding-top: 83px;
}

.ip-mortgage-calculator-btns a {
    display: inline-block;
    font-size: 16px;
    color: #282828;
    line-height: 1;
    letter-spacing: 0.76px;
    font-weight: 400;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--font-neue);
}

#content .ip-mortgage-calculator-btns a em {
    font-style: normal;
    margin-left: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-family: var(--extra-font);
}

.ip-mortgage-calculator-btns .ip-mortgage-calculator-btn:not(:last-child) {
    margin-bottom: 30px;
    display: block;
}


.ip-mortgage-calculator-btns:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: calc(100% + 206px);
    background: #bbbbbb;
    pointer-events: none;
    height: 1px;
    margin: 0 auto;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ip-mortgage-calculator-btns a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ip-mortgage-calculator-btns a:hover {
    color: #95755b;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
   

}

@media only screen and (max-width: 1280px) {
   
}

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    #inner-page-wrapper {
        margin-bottom: 30px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {

   .ip-mortgage-calculator-btns {
        text-align: center;
    }

    .lidd_mc_input:last-child {
        margin: 48px auto 0;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
