/*******************************************************
 *
 * Loan Programs
 *
 *******************************************************/

.ip-banner canvas {
    height: 177px;
    min-height: 0;
    background-image: url(../../images/our-firm/banner.jpg)!important;
}

.ip-container #breadcrumbs {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 15px;
    right: 0;
    color: #fff;
    display: none;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.ip-container #breadcrumbs span a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-container #breadcrumbs span a:hover {
    color: #85b6e0;
}

.ip-container #breadcrumbs span.breadcrumb_last {
    font-weight: 600;
    color: #fff;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#content h2,
#content p,
#content ul {
    margin: 0;
}

.ip-container .footer-contact-us .cu-btn-wrap {
    display: none;
}

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

.ip-cu-btn-wrap.cu-btn-wrap {
    margin: 0;
    padding: 74px 0 78px;
}

.ip-contact-us .cu-btn-title {
    margin-bottom: 35px;
}

.ip-cu-btn-wrap.cu-btn-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #236092 url(../../images/our-firm/cta-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.ip-container .footer-contact-us .cu-container {
    padding-top: 114px;
}

#content .cu-btn-title h2 {
    font-size: 36px;
    line-height: 1.34;
    letter-spacing: 4.32px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 400;
}

#content .lp-container p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #4b4b4b;
}

.lp-container {
    display: block;
    position: relative;
    font-size: 0;
    padding: 90px 15px 89px;
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
}

.lp-main {
    max-width: 690px;
    margin: 0 auto 80px;
    text-align: center;
}

.lp-title {
    display: block;
    position: relative;
    margin-bottom: 17px;
}

#content .lp-title h2 {
    font-family: var(--title-font);
    font-size: 40px;
    line-height: 1;
    letter-spacing: 2px;
    color: #236092;
    font-weight: 400;
    text-transform: uppercase;
}

.lp-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
    position: relative;
    z-index: 1;		justify-content: center;
}

.lp-btn-list:before,
.lp-btn-list:after {
    content: '';
    width: 243px;
    height: 232px;
    border: 5px solid #c4c4c4;
    opacity: 0.35;
    position: absolute;
    z-index: -1;
}

.lp-btn-list:before {
    bottom: -40px;
    left: 20.4%;
}

.lp-btn-list:after {
    top: -40px;
    right: 21.4%;
}

.lp-btn {
    width: 33.33%;
    padding: 0 15px 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.lp-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.lp-btn-img {
    width: 100%;
    position: relative;
    background: #1a1a1a;
}

.lp-btn-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.55;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 236px;
}

.lp-btn-img canvas:not([style]) {
    background: #236193;
    opacity: 1;
}

.lp-btn a:hover .lp-btn-img canvas {
    opacity: 0.85;
}

.lp-btn-title {
    font-family: var(--title-font);
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: block;
    text-align: center;
}


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

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

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

}

@media only screen and (max-width: 1280px) {
    .lp-container {
        padding: 90px 30px 89px;
    }
}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {
    #content .cu-btn-title h2 {
        font-size: 30px;
    }
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
    
    .lp-btn-list:before,
    .lp-btn-list:after {
        display: none;
    }
    .lp-btn-list {
        display: block;
        margin: 0;
    }
    .lp-btn {
        width: 100%;
        padding: 0;
        display: block;
        max-width: 427px;
        margin: 0 auto;
    }
    .lp-btn:not(:last-child) {
        margin-bottom: 24px;
    }
}


/* 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) {
    .lp-container {
        padding: 89px 15px;
    }
}