<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Template Name: Mortgage Calculator
 */

/*******************************************************
*
* Body
*
*******************************************************/

#inner-page-wrapper{
	margin-bottom: 0;
	z-index: unset;
}
#inner-page-wrapper &gt; .container{
	width: 100%;
	padding: 0 0;
}

.inner-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.outer-container {
    max-width: 1322px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.full-container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

#content-full {
    margin-top: 0;
}
.ip-banner {
    display: none;
}

.ipcustom-banner {
    position: relative;
    background: #000;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.ipcustom-banner canvas {
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    opacity: 0.68;
    min-height: 340px 
}
.ipcustom-banner:before, .ipcustom-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.ipcustom-banner:before {
    top: 0;
    height: 49%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    opacity: 0.8;
}
.ipcustom-banner:after {
    bottom: 0;
    height: 173px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.ipcustom-banner-inner {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 7% auto 0;
    z-index: 2;
}
.ipcustom-banner-title {
    font-size: 60px;
    letter-spacing: 0.005em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: var(--font-family-title);
    font-weight: 700;
    text-shadow: 0px 0px 75px rgba(0, 0, 0, 1);
}
.ipcustom-banner-inner .primary-btn-cont {
    margin: 0 auto 30px;
    background: transparent;
    border-color: #fcb900;
    color: #fcb900;
    transition: all .3s ease;
}
.ipcustom-banner-inner .plus::before, .ipcustom-banner-inner .plus::after {
    border-color: #fcb900;
    transition: all .3s ease;
}
.ipcustom-banner-inner .plus, .ipcustom-banner-inner .primary-btn-cont a {
    transition: color .3s ease;
}
.ipcustom-banner-label {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #dddddd;
}
.ipcustom-banner-inner .primary-btn-cont:hover, .ipcustom-banner-inner .primary-btn-cont:hover .plus::before, .ipcustom-banner-inner .primary-btn-cont:hover .plus::after {
    border-color: #fff;
}
.ipcustom-banner-inner .primary-btn-cont:hover .plus {
    color: #fff;
}
.arrow-cont {
    max-width: 34px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}
.ip-breadcrumbs {
    margin: 0 auto;
    max-width: 1470px;
    padding: 0 15px;
}
.ip-breadcrumbs p {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #507198;
    text-transform: uppercase;
    margin: 17px 0;
}
.ip-breadcrumbs p span.breadcrumb_last {
    color: #000;
}

.ipmc-top {
    padding: 75px 0 75px;
    position: relative;
    text-align: center;
}

.ipmc-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 297px;
    background: url(../../images/mortgage-calculator/mc-bg.jpg) no-repeat bottom center/ cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.ipmc-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.89);
}

.ipmc-top p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    letter-spacing: 0.025em;
    color: #000;
}

.ipmc-top p span {
    color: #6882a1;
    font-weight: 600;
}

.ipmc-top .inner-container {
    max-width: 1043px;
}

.ipmc-btn {
    margin: 40px auto 0;
    max-width: max-content;
}

.ipmc-calculator {
    position: relative;
/*    padding: 95px 0 105px;*/
    padding: 0 0 105px;
}

.ipmc-box {
/*    padding: 85px 30px 80px;*/
    padding: 30px 30px;
    background: #f1f1f1;
}

.ipmc-inner {
    max-width: 1138px;
    margin: 0 auto;
}

.ipmc-title {
    width: max-content;
    margin: 0 auto 60px;
}

.ipmc-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 615px;
    margin: 0 auto 70px;
    width: 100%;
}

.ipmc-left {
    text-align: center;
}

.ipmc-left h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.005em;
}

.ipmc-left span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.005em;
}

.ipmc-list {
    display: block;
    position: relative;
}

.ipmc-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-top: 1px solid #6882a1;
    font-size: 15px;
    color: #000;
}

.ipmc-list li:first-child {
    border-top: 0;
}

.ipmc-list li span:last-child {
    margin-left: 10px;
}

#ipmc-form {
    margin-bottom: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ipmc-input {
    width: calc(100% / 4);
    margin-left: 30px;
    max-width: 260px;
}

.ipmc-input:first-child {
    margin-left: 0;
    margin-top: 0;
}

.ipmc-input label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.group-input {
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
}

.group-input input {
    width: 100%;
    border: 1px solid #515151;
    background: #fff;
    height: 44px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: 0;
}

.group-input-addon {
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    border: 1px solid #515151;
    border-radius: 5px;
}

.group-input.suffix input {
    text-align: right;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.group-input.suffix .group-input-addon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.group-input.prefix input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.group-input.prefix .group-input-addon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ipmc-text {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    max-width: 935px;
    margin: 0 auto;
}

/*******************************************************
*
* Mobile styles and other media queries
*
*******************************************************/

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

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ipcustom-banner:after, .ipcustom-banner:before {
        display: none;
   }
    .ipcustom-banner-inner {
        margin-top: 0;
   }
    .ipcustom-banner-title {
        font-size: 40px;
   }

   .ipmc-title {
        width: auto;
        text-align: center;
    }

    .ipmc-title .hp-section-header .hr-line {
        margin: 0 auto;
    }

    .ipmc-title .hp-section-header .buzz-title {
        margin-left: 0;
    }

    .ipmc-flex {
        flex-direction: column;
    }

    .ipmc-right {
        margin-top: 30px;
    }

    #ipmc-form {
        flex-wrap: wrap;
        max-width: 550px;
        margin: 0 auto 45px;
    }

    .ipmc-input {
        width: 50%;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 0 7.5px;
    }
   
} 

/* 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: 567px) {
    .ipmc-box {
        padding: 80px 20px;
    }

    .ipmc-title .hp-section-header .buzz-subtitle-text {
        font-size: 44px;
    }

    #ipmc-form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ipmc-input {
        width: 100%;
        padding: 0;
    }
}</pre></body></html>