/*******************************************************
 *
 * Heloc Loans
 *
 *******************************************************/
 #inner-page-wrapper {
    margin-bottom: 0;
}

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

.custom-container {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
}

.ip-banner {
    display: none;
}

.site-img-img {
    position: relative;
}

.site-img-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.site-img-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.ip-btn {
    max-width: 303px;
    font-family: var(--title-font);
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.15em;
    background-color: #9b172e;
    border-left: 3px solid #bdbdbd;
    border-right: 3px solid #bdbdbd;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    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;
    height: 62px;
    padding: 0 15px;
}

.ip-btn:hover, .ip-btn:focus {
    color: #9b172e;
    background-color: #fff;
}

.ip-heloc-loans-wrap {
    display: block;
    position: relative;
    margin-top: 72px;
    font-size: 0;
}

.ip-hl-section {
    position: relative;
    display: block;
}

.ip-hl-banner-inner-wrap {
    position: relative;
    display: block;
}

.ip-hl-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 82.502%;
    text-align: right;
}

.ip-hl-banner-photo {
    display: block;
    position: relative;
    background-color: #236092;
}

.ip-hl-banner-photo canvas {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 490px;
}

.ip-hl-banner-content h2 {
    position: relative;
    display: inline-block;
    font-family: var(--title-font);
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.ip-hl-banner-content h2::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -50px;
    width: 25px;
    height: 48px;
    background-image: url('../../images/heloc-loans/title-accent.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ip-hl-banner-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 22px;
    line-height: 1.2;
    width: 100%;
    max-width: 875px;
    margin-left: auto;
}

.ip-hl-banner-content p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-bottom: 30px;
}

.ip-hl-banner-content a {
    max-width: 344px;
    margin-left: auto;
    margin-right: 0;
    border-color: #fff;
}

.ip-hl-banner-bc {
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 82.502%;
}

.ip-hl-banner-bc p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.ip-container #breadcrumbs span.breadcrumb_last {
    color: #ffffff !important;
}

/* Section 2 */
.ip-hl-benefits-inner-wrap, .ip-hl-benefits-main, .ip-hl-benefits-content, .ip-hl-benefits-box-inner {
    display: block;
    position: relative;
}

.ip-hl-benefits-inner-wrap {
    padding: 85px 0 97px;
    background: -webkit-gradient(linear, left top, left bottom, from(#255983),color-stop(50%, #26445d),to(#263644));
    background: -o-linear-gradient(top, #255983 0%,#26445d 50%,#263644 100%);
    background: linear-gradient(to bottom, #255983 0%,#26445d 50%,#263644 100%);
    overflow: hidden;
}

.ip-hl-benefits-inner-wrap .custom-container {
    max-width: 1336px;
}

.ip-hl-benefits-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-hl-benefits-logo canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top 17% center;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: .03;
}

.ip-hl-benefits-content h2 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 20px;
}

.ip-hl-benefits-content p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #fff;
    width: 94%;
}

.ip-hl-benefits-box {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 -27px;
}

.ip-hl-benefits-box-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    padding: 27px;
}

/* .ip-hl-benefits-box-item:nth-child(4) .ip-hl-benefits-box-inner {
    padding-top: 65px;
} */

.ip-hl-benefits-box-inner h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.050em;
    color: #236092;
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    margin-left: 0;
}

.ip-hl-benefits-box-inner h3 em {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}

.ip-hl-benefits-box-inner p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #4b4b4b;
    margin-left: 20px;
}

.ip-hl-benefits-box-inner {
    padding: 35px 40px;
    background-color: #fff;
    min-height: 330px;
    height: 100%;
    border: 2px solid #236092;
}

.ip-hl-benefits-content {
    margin-bottom: 35px;
}

/* Section 3 */
.ip-hl-borrow-inner-wrap, .ip-hl-borrow-row, .ip-hl-borrow-img, .ip-hl-borrow-content {
    display: block;
    position: relative;
}

.ip-hl-borrow-inner-wrap {
    padding: 117px 0 120px;
    overflow: hidden;
}

.ip-hl-borrow-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-hl-borrow-img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.ip-hl-borrow-content h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 25px;
    max-width: 400px;
    width: 100%;
}

.ip-hl-borrow-content p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #4b4b4b;
    display: block;
}

.ip-hl-borrow-content h2 span {
    color: #236092;
}

.ip-hl-borrow-img {
    border: 2px solid #236092;
    width: 100%;
    height: 100%;
    background-color: #236092;
}

.ip-hl-borrow-img:before {
    position: absolute;
    content: '';
    top: calc(100% - 75px);
    left: 0;
    width: 100%;
    height: 111px;
    background-image: url(../../images/heloc-loans/shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.ip-hl-borrow-content {
    padding-left: 75px;
    padding-right: 15px;
}

.ip-hl-borrow-content a.ip-btn {
    margin-top: 35px;
}

.ip-hl-borrow-content a.ip-btn:hover {
    background: #e1e1e1
}

.ip-hl-borrow-content p {
    margin-top: 20px;
}

.ip-hl-borrow-col:first-child {
    width: 44.65%;
}

.ip-hl-borrow-col:last-child {
    width: 55.35%;
}

/* Section 4 */
.ip-hl-loan-inner-wrap, .ip-hl-loan-content, .ip-hl-loan-list ul li {
    display: block;
    position: relative;
}

.ip-hl-loan-inner-wrap {
    padding: 0 0 120px;
    overflow: hidden;
}

.ip-hl-loan-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-hl-loan-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(20%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}

.ip-hl-loan-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .15;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ip-hl-loan-content {
    z-index: 5;
}

.ip-hl-loan-content h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-family: var(--title-font);
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.ip-hl-loan-content p {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 45px;
}

.ip-hl-loan-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin: 0 -55px;
}

.ip-hl-loan-list ul {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    padding: 0 55px;
}

.ip-hl-loan-list ul li {
    font-size: 14px;
    line-height: 1.643;
    letter-spacing: 0.050em;
    color: #4b4b4b;
    padding-left: 40px;
}

.ip-hl-loan-list ul li:not(:last-child) {
    margin-bottom: 30px;
}

.ip-hl-loan-list ul li strong {
    color: #236092;
}

em.ai-icon-check {
    background-image: url(../../images/heloc-loans/ai-check-icon.png);
    width: 31px;
    height: 28px;
    position: absolute;
    top: -5px;
    left: 0;
}

em.ai-icon-check.is-white {
    background-image: url(../../images/heloc-loans/ai-check-icon-w.png);
}

/* Section 5 */
.ip-hl-rates-inner-wrap, .ip-hl-content ul, .ip-hl-content ul li, .ip-hl-content {
    display: block;
    position: relative;
}

.ip-hl-rates-inner-wrap {
    padding: 100px 0 95px;
    background: -webkit-gradient(linear, left top, left bottom, from(#255983),color-stop(50%, #26445d),to(#263644));
    background: -o-linear-gradient(top, #255983 0%,#26445d 50%,#263644 100%);
    background: linear-gradient(to bottom, #255983 0%,#26445d 50%,#263644 100%);
    overflow: hidden;
}

.ip-hl-rates-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-hl-rates-logo canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top 47% center;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: .03;
}

.ip-hl-content h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-family: var(--title-font);
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.ip-hl-content p {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.ip-hl-content ul li {
    font-size: 14px;
    line-height: 1.643;
    letter-spacing: 0.050em;
    color: #fff;
    padding-left: 40px;
}

.ip-hl-content ul li:not(:last-child) {
    margin-bottom: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.ip-hl-content > strong {
    font-size: 18px;
    line-height: 1.334;
    letter-spacing: 0.050em;
    color: #fff;
    display: block;
    text-align: center;
    margin: 45px 0 40px;
    padding: 0 60px;
}

.ip-hl-content a.ip-btn {
    margin: 0 auto;
}

/* Section 6 */
.ip-hl-equity-inner-wrap, .ip-hl-equity-row, .ip-hl-equity-img, .ip-hl-equity-content {
    display: block;
    position: relative;
}

.ip-hl-equity-inner-wrap {
    padding: 120px 0;
    overflow: hidden;
}

.ip-hl-equity-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-hl-equity-img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.ip-hl-equity-content h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 25px;
}

.ip-hl-equity-content p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #4b4b4b;
    display: block;
}

.ip-hl-equity-content h2 span {
    color: #236092;
}

.ip-hl-equity-img {
    border: 2px solid #236092;
    width: 100%;
    height: 100%;
    background-color: #236092;
}

.ip-hl-equity-img:before {
    position: absolute;
    content: '';
    top: calc(100% - 75px);
    left: 0;
    width: 100%;
    height: 111px;
    background-image: url(../../images/heloc-loans/shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.ip-hl-equity-content {
    padding-right: 75px;
}

.ip-hl-equity-content a.ip-btn {
    border-color: #bdbdbd;
    margin-top: 35px;
}

.ip-hl-equity-content p {
    margin-top: 20px;
}

.ip-hl-equity-col:first-child {
    width: 55.35%;
}

.ip-hl-equity-col:last-child {
    width: 44.65%;
}

/* Section 7 */
.ip-hl-cta-inner-wrap, .ip-hl-cta-content {
    display: block;
    position: relative;
}

.ip-hl-cta-content h2 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.120em;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    font-family: var(--title-font);
}

.ip-hl-cta-content p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #fff;
    display: block;
    margin-top: 28px;
}

.ip-hl-cta-content a.ip-btn {
    margin: 55px auto 0;
}

.ip-hl-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(35,96,146,1)),to(rgba(36,55,70,1)));
    background: -o-linear-gradient(top, rgba(35,96,146,1) 0%,rgba(36,55,70,1) 100%);
    background: linear-gradient(to bottom, rgba(35,96,146,1) 0%,rgba(36,55,70,1) 100%);
}

.ip-hl-cta-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: .05;
}

.ip-hl-cta-content {
    text-align: center;
}

.ip-hl-cta-inner-wrap {
    padding: 95px 0 103px;
    overflow: hidden;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-hl-banner-bc, .ip-hl-banner-content {
        width: 100%;
        max-width: 1336px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-hl-banner-bc, .ip-hl-banner-content, .ip-hl-benefits-inner-wrap .custom-container {
        max-width: 1280px;
    }

    .ip-hl-benefits-box-inner {
        padding: 35px 30px;
    }

    .ip-hl-benefits-box-item {
        padding: 25px;
    }

    .ip-hl-benefits-box {
        margin: 0 -25px;
    }

    .ip-hl-benefits-content p {
        width: 98%;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-hl-banner-bc, .ip-hl-banner-content, .ip-hl-benefits-inner-wrap .custom-container {
        max-width: 1200px;
    }

    .ip-hl-benefits-box-item {
        padding: 20px;
    }

    .ip-hl-benefits-box {
        margin: 0 -20px;
    }

    .ip-hl-benefits-box-inner p {
        font-size: 13px;
    }

    .ip-hl-benefits-box-inner h3 {
        font-size: 16px;
    }

    .ip-hl-benefits-box-inner {
        min-height: 310px;
    }
}

@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) {
    .ip-hl-banner-bc, .ip-hl-banner-content, .ip-hl-benefits-inner-wrap .custom-container {
        /* width: 94%; */ max-width: 1024px;
    }

    .custom-container {
        max-width: 1024px;
    }

    .ip-heloc-loans-wrap {
        margin-top: 65px;
    }

    .ip-hl-benefits-box-item {
        padding: 15px;
    }

    .ip-hl-benefits-box {
        margin: 0 -15px;
    }

    .ip-hl-benefits-box-inner {
        padding: 25px 20px;
        min-height: 290px;
    }

    .ip-hl-benefits-box-inner h3 {
        padding-left: 18px;
    }

    .ip-hl-benefits-box-inner p {
        font-size: 12px;
        margin-left: 18px;
    }

    .ip-hl-benefits-inner-wrap {
        padding: 65px 0 70px;
    }

    .ip-hl-benefits-content p {
        width: 100%;
        font-size: 13px;
    }

    .ip-hl-banner-content h3 {
        font-size: 20px;
        max-width: 726px;
    }

    .ip-hl-borrow-content {
        padding-left: 40px;
        padding-right: 0;
    }

    .ip-hl-borrow-content p {
        font-size: 13px;
    }

    .ip-hl-borrow-content h2 {
        font-size: 25px;
        max-width: 340px;
    }

    .ip-hl-borrow-content a.ip-btn {
        margin-top: 25px;
    }

    .ip-hl-borrow-inner-wrap {
        padding: 70px 0;
    }

    .ip-hl-borrow-img img {
        min-height: 460px;
    }

    .ip-hl-loan-content h2 {
        font-size: 25px;
    }

    .ip-hl-loan-list ul li {
        font-size: 13px;
        padding-left: 35px;
    }

    .ip-hl-loan-list ul {
        padding: 0 30px;
    }

    .ip-hl-loan-list {
        margin: 0 -30px;
    }

    .ip-hl-loan-content p {
        font-size: 13px;
    }

    .ip-hl-loan-inner-wrap {
        padding: 0 0 70px;
    }

    em.ai-icon-check {
        width: 26px;
        height: 23px;
        top: 0;
    }

    .ip-hl-content ul li {
        font-size: 13px;
        padding-left: 35px;
    }

    .ip-hl-content p {
        font-size: 13px;
    }

    .ip-hl-rates-inner-wrap {
        padding: 70px 0;
    }

    .ip-hl-content > strong {
        font-size: 16px;
        padding: 0 30px;
    }

    .ip-btn {
        max-width: 250px;
        height: 58px;
    }

    .ip-hl-equity-content h2 {
        font-size: 25px;
    }

    .ip-hl-equity-content p {
        font-size: 13px;
    }

    .ip-hl-equity-img img {
        min-height: 465px;
    }

    .ip-hl-equity-content {
        padding-right: 50px;
    }

    .ip-hl-equity-inner-wrap {
        padding: 70px 0;
    }

    .ip-hl-cta-content h2 {
        font-size: 30px;
    }

    .ip-hl-cta-content p {
        font-size: 13px;
    }

    .ip-hl-cta-content a.ip-btn {
        margin: 35px auto 0;
    }

    .ip-hl-cta-inner-wrap {
        padding: 70px 0;
    }

    .ip-hl-banner-content a {
        max-width: 330px;
    }

    .ip-hl-banner-content h2 {
        font-size: 35px;
    }

    .ip-hl-banner-content h2::before {
        bottom: 3px;
        left: -40px;
    }

    .ip-hl-banner-content p {
        font-size: 13px;
        max-width: 825px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-hl-banner-content h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .ip-hl-banner-content h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .ip-hl-banner-content p {
        margin-bottom: 25px;
    }

    .ip-hl-benefits-box-item {
        width: 100%;
        padding: 0;
        max-width: 340px;
        margin: 0 auto;
        display: block;
    }

    .ip-hl-benefits-box {
        margin: 0;
        display: block;
    }

    .ip-hl-benefits-box-inner {
        min-height: 250px;
        padding: 25px 20px!important;
    }

    .ip-hl-benefits-box-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-hl-benefits-content {
        text-align: center;
    }

    .ip-hl-borrow-col {
        display: block;
        width: 100%!important;
    }

    .ip-hl-borrow-img {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 40px;
    }

    .ip-hl-borrow-content {
        padding: 0;
        text-align: center;
    }

    .ip-hl-borrow-content h2 {
        max-width: 100%;
    }

    .ip-hl-borrow-content a.ip-btn {
        margin: 25px auto 0;
    }

    .ip-hl-borrow-img img {
        min-height: 0;
    }

    .ip-hl-loan-list ul {
        display: block;
        width: 100%;
        padding: 0;
    }

    .ip-hl-loan-list {
        margin: 0;
        display: block;
    }

    .ip-hl-loan-list ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-hl-loan-list ul:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-hl-loan-content p {
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .ip-hl-content > strong {
        padding: 0;
        margin: 35px 0;
        font-size: 15px;
    }

    .ip-hl-content p {
        line-height: 1.5;
    }

    .ip-hl-equity-content {
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .ip-hl-equity-col {
        display: block;
        width: 100%!important;
    }

    .ip-hl-equity-img img {
        min-height: 0;
    }

    .ip-hl-equity-img {
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-hl-cta-content p {
        margin-top: 22px;
    }

    .ip-hl-cta-content h2 {
        margin-bottom: 25px;
    }

    .ip-hl-benefits-logo canvas {
        background-position: top 5% center;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-hl-banner-photo canvas {
        min-height: 580px;
    }

    .ip-hl-banner-content h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .ip-hl-banner-content h2::before {
        bottom: 3px;
        left: -40px;
    }

    .ip-hl-banner-content h3 {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.1;
    }

    .ip-hl-banner-content p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-btn a {
        padding: 0 10px;
        font-size: 11px;
    }

    .ip-container #breadcrumbs {
        font-size: 13px;
    }

    .ip-hl-banner-content h2 {
        font-size: 26px;
    }

    .ip-hl-banner-content h3 {
        font-size: 16px;
    }

    .ip-hl-banner-content a {
        max-width: 310px;
    }

    .ip-btn {
        max-width: 220px;
        letter-spacing: normal;
    }

    .ip-hl-benefits-content h2,
    .ip-hl-borrow-content h2,
    .ip-hl-loan-content h2,
    .ip-hl-content h2,
    .ip-hl-equity-content h2,
    .ip-hl-cta-content h2 {
        font-size: 26px;
        line-height: 1.2;
    }
}