/*******************************************************
 *
 * Jumbo Loans V2
 *
 *******************************************************/
.ip-banner {
    display: none;
}

.grecaptcha-badge {
    opacity: 0!important;
}

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

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

.footer-contact-us {
    display: none;
}

.flex {
    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;
}

.flex:before, .flex:after {
    display: none;
}

.dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.dir-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
}

.dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.al-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.al-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ju-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ju-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ju-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.attachment-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-fixed canvas {
    background-attachment: fixed!important;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.attachment-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-scroll canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

.site-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

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

.ip-btn {
    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: 72px;
    max-width: 378px;
    font-size: 12px;
    letter-spacing: 0.150em;
    line-height: 1;
    color: #fff;
    font-family: var(--title-font);
    background-color: #9b172d;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 0 10px;
    border: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-btn:before, .ip-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-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-btn:after {
    left: auto;
    right: 0;
}

.ip-btn.is-gray:before, .ip-btn.is-gray:after {
    background-color: #a7a7a7;
}

.ip-btn:focus, .ip-btn:hover {
    color: #fff !important;
    background-color: #236092 !important;
}

.ip-btn:focus:after, .ip-btn:focus:before, .ip-btn:hover:after, .ip-btn:hover:before {
    background-color: #236092 !important;
}

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

.ip-title.is-center {
    text-align: center;
}

.ip-title h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #236092;
    font-family: var(--title-font);
}

.ip-title.is-white h2 {
    color: #fff;
}

/* Hero */
.hero-container {
    display: block;
    position: relative;
    font-size: 0;
    padding: 90px 0 150px;
    
}

.hero-bg canvas {
    background-position: right center;
}

.hero-container .custom-container {
    max-width: 1336px;
}

.hero-content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 800px;
    z-index: 5;
}

.hero-content h2 {
    font-size: 52px;
    line-height: 1.3462;
    color: #236092;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 20px;
}

.hero-content h2 span {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #011223;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #303030;
    margin-bottom: 40px;
    width: 610px;
    max-width: 100%;
}

.hero-content a.ip-btn {
    max-width: 402px;
}

/* Refinance */
.jl-container, .jl-content-container, .jl-content, .jl-content-inner, .jl-content ul, .jl-content ul li {
    display: block;
    position: relative;
}

.jl-container {
    font-size: 0;
    padding: 108px 0 104px;
    background-color: #efefef;
}

.jl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.jl-row.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.jl-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.jl-col:first-child {
    width: 56.141%;
    z-index: 2;
}

.jl-col:last-child {
    width: 43.859%;
}

.jl-content-container .ip-title {
    text-align: right;
    margin: 40px 0 43px;
    padding-right: 55px;
}

.jl-content-container .ip-title h2 {
    display: inline-block;
    text-align: left;
}

.jl-content p {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    display: block;
    margin-bottom: 35px;
}

.jl-content ul li {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    padding-left: 43px;
    font-weight: 700;
}

.jl-content ul li strong {
    font-size: 18px;
    line-height: 1;
    color: #000;
    display: block;
    margin-bottom: 0;
    letter-spacing: normal;
}

.jl-content ul li:before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    width: 15px;
    height: 17px;
    background-image: url(../../images/jumbo-loans-v2/ai-arrow-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.jl-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.jl-content {
    z-index: 2;
}

.jl-content-inner {
    padding: 60px 45px 53px 60px;
}

.jl-content-inner:before {
    position: absolute;
    content: '';
    top: calc(100% - 108px);
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../../images/jumbo-loans-v2/shadow.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.jl-content-inner a.ip-btn {
    max-width: 292px;
}

.jl-content:before {
    position: absolute;
    content: '';
    bottom: -42px;
    right: -42px;
    width: 242px;
    height: 255px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: -1;
    pointer-events: none;
}

.jl-content:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
}

.jl-accent-logo {
    width: 530px;
    height: auto;
    left: -257px;
    top: 30px;
}

.jl-accent-logo canvas {
    opacity: 0.03;
    filter: invert(1) brightness(0);
}

.jl-content ul {
    margin-bottom: 35px;
}

.jl-content-img {
    margin-right: -40px;
}

.jl-content-img:before {
    position: absolute;
    content: '';
    top: -42px;
    left: -42px;
    width: 242px;
    height: 255px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: 1;
    pointer-events: none;
}

.jl-container.is-blue .jl-content:before {
    right: auto;
    left: -42px;
}

.jl-container.is-blue .jl-content-img:before {
    right: -42px;
    left: auto;
}

.jl-container.is-blue .ip-title {
    padding-right: 0;
    padding-left: 60px;
    text-align: left;
    margin: 0 0 43px;
}

.jl-container.is-blue .jl-content-img {
    margin-right: 0;
    margin-left: -40px;
}

.jl-container.is-blue {
    background: linear-gradient(to bottom, #236092 0%, #243746 100%);
    padding: 108px 0 440px;
}

.jl-container.is-blue .jl-content p.box {
    padding: 14px 30px;
    border: 2px solid #d2d4d4;
    border-radius: 10px;
    margin: 20px 0 38px;
}

.jl-container.is-blue .jl-content p {
    margin-bottom: 0;
}

/* Jumbo Loans Benefits */
.jb-container {
    font-size: 0;
    padding: 90px 0 50px;
    display: block;
    position: relative;
    background-color: #efefef;
}

.jb-main .ip-title {
    text-align: center;
    margin-bottom: 50px;
}

.jb-main {
    display: block;
    position: relative;
    margin-top: -440px;
}

.jb-list {
    display: block;
    position: relative;
    margin: 0 -3px;
}

.jb-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4);
    position: relative;
    padding: 0 3px;
}

.jb-content {
    position: relative;
    padding: 70px 20px 30px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.jb-icon {
    display: block;
    position: relative;
    min-height: 120px;
    margin-bottom: 55px;
}

.jb-icon img {
    max-width: 100%;
    height: auto;
}

.jb-content-text {
    display: block;
    position: relative;
}

.jb-content-text p {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    display: block;
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
}

.jb-icon:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 82px;
    height: 2px;
    background-color: #236092;
}

.jb-more-btn {
    display: block;
    position: relative;
    margin: 47px auto 0;
}

.jb-more-btn a {
    margin: 0 auto;
    text-align: center;
    max-width: 457px;
}

/* Jumbo Rates */
#jumbo-rates .jl-accent-logo {
    left: auto;
    top: auto;
    bottom: 70px;
    right: -267px;
}

#jumbo-rates .jl-accent-logo canvas {
    filter: none;
}

/* Jumbo Loan Qualification */
#jumbo-qualification .jl-content-inner ul + p {
    margin-bottom: 30px;
    line-height: 24px;
}

#jumbo-qualification .jl-content-inner {
    padding: 45px 60px 62px;
}

#jumbo-qualification .jl-content-container .ip-title {
    margin: 0 0 40px;
    padding-right: 105px;
}

#jumbo-qualification .jl-content-img:before {
    display: none;
}

#jumbo-qualification .jl-container {
    padding: 50px 0 105px;
}

#jumbo-qualification .jl-accent-logo {
    top: -100px;
}

/* Work With Cohen */
.wwc-container {
    display: block;
    position: relative;
    font-size: 0;
    background: linear-gradient(to bottom, #236092 0%, #243746 100%);
}

.wwc-accent-logo {
    width: 530px;
    height: auto;
    left: auto;
    right: -250px;
    top: 73px;
}

.wwc-accent-logo canvas {
    opacity: .02;
}

.wwc-main {
    display: block;
    position: relative;
}

.wwc-row {
    display: block;
    position: relative;
}

.wwc-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.wwc-col:first-child {
    width: 31.93%;
}

.wwc-col:last-child {
    width: 68.07%;
}

.wwc-agent-photo {
    display: block;
    position: relative;
    margin-left: -230px;
    margin-top: -45px;
    margin-bottom: -146px;
}

.wwc-agent-photo img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.wwc-content-container {
    display: block;
    position: relative;
    padding: 90px 0;
}

.wwc-content-container .ip-title {
    margin-left: -70px;
    text-align: right;
}

.wwc-content {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-left: -50px;
    margin-bottom: 35px;
    text-align: right;
}

.wwc-content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 35px;
    display: block;
}

.wwc-content span {
    font-size: 20px;
    line-height: 1;
    color: #4da9ff;
    text-transform: uppercase;
    font-family: var(--title-font);
    display: block;
}

.wwc-content-list {
    display: block;
    position: relative;
    margin: 0 -3px 0 -358px;
}

.wwc-content-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 4);
    position: relative;
    padding: 0 3px;
}

.wwc-content-text {
    position: relative;
    background-color: #fff;
    padding: 50px 15px 15px;
    display: flex;
    justify-content: center;
    min-height: 187px;
    text-align: center;
}

.wwc-content-text p {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    display: block;
    max-width: 205px;
    margin: 0 auto;
    width: 100%;
    font-weight: 500;
}

.wwc-content-btn {
    display: block;
    position: relative;
    margin-top: 44px;
}

.wwc-content-btn a {
    max-width: 380px;
    margin-left: auto;
}

/* Featured In */
.fi-container {
    font-size: 0;
    padding: 90px 0 90px;
    background-color: #efefef;
}

.fi-container, .fi-main, .fi-title, .fi-img {
    display: block;
    position: relative;
}

.fi-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.fi-img img {
    max-width: 100%;
    height: auto;
}

.fi-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 15px;
}

.fi-title {
    text-align: center;
    margin-bottom: 50px;
}

.fi-title h2 {
    font-size: 20px;
    line-height: 1;
    color: #181818;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.fi-container .custom-container {
    max-width: 1510px;
}

/* FAQs */
.faq-container, .faq-main, .tab-accordion, .tab-body {
    display: block;
    position: relative;
}

.faq-container {
    font-size: 0;
    padding: 80px 0;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#236092), to(#243746));
    background: -o-linear-gradient(top, #236092 0%, #243746 100%);
    background: linear-gradient(to bottom, #236092 0%, #243746 100%);
}

.faq-accent-logo {
    width: 536px;
    height: auto;
    left: -65px;
    top: 33px;
}

.faq-accent-logo canvas {
    opacity: .03;
}

.faq-main .ip-title {
    margin-bottom: 64px;
}

#accordion {
    display: block;
    position: relative;
    z-index: 1;
}

#accordion:before {
    position: absolute;
    content: '';
    top: -40px;
    left: -40px;
    width: 243px;
    height: 200px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: -1;
    pointer-events: none;
}

#accordion:after {
    position: absolute;
    content: '';
    bottom: -40px;
    right: -40px;
    width: 243px;
    height: 200px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: -1;
    pointer-events: none;
}

.tab-accordion:not(:last-child) {
    margin-bottom: 10px;
}

.tab-accordion > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    line-height: 1;
    color: #171717;
    font-family: var(--title-font);
    padding: 46px 44px;
    background-color: #fff;
    position: relative;
}

.tab-body {
    font-size: 18px;
    line-height: 1.445;
    color: #303030;
    padding: 0 115px 40px 44px;
    background-color: #fff;
    /* margin-top: -10px; */
}

.tab-body ul {
    display: block;
    margin-top: 20px;
}

.tab-body ul li:not(:last-child) {
    margin-bottom: 12px;
}

.tab-body ul li {
    display: block;
    position: relative;
    padding-left: 22px;
}

.tab-body ul li:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

.tab-body ol {
    list-style-type: none;
}

.tab-body ol li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.tab-body ol li strong {
    font-weight: 500;
}

.tab-body ol li em {
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
}

.tab-body ol li:not(:last-child) {
    margin-bottom: 20px;
}

.tab-accordion > a em.ai-icon-arrow {
    width: 15px;
    height: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    background-image: url(../../images/la-refinance/ai-arrow-icon-a.png);
    right: 44px;
}

.tab-accordion a[aria-expanded="true"] em.ai-icon-arrow {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.faq-more-btn {
    display: block;
    position: relative;
    margin: 52px auto 0;
}

.faq-more-btn a {
    margin: 0 auto;
    max-width: 487px;
}

/* Refinance Form */
.rf-container, .rf-img-holder, .rf-form-container, .rf-form-tagline, .rf-form-widget, .rf-form-widget form, .rf-form, .rf-form-field {
    display: block;
    position: relative;
}

.rf-container {
    font-size: 0;
    padding: 89px 0 92px;
    overflow: hidden;
}

.rf-bg {
    background-color: #f4f4f4;
}

.rf-bg canvas {
    opacity: .05;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.rf-accent-logo {
    width: 536px;
    height: auto;
    left: auto;
    top: 15px;
    right: -120px;
}

.rf-accent-logo canvas {
    opacity: .5;
}

.rf-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

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

.rf-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 45px 45px;
    z-index: 5;
}

.rf-img-title h2 {
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    font-family: var(--title-font);
}

.rf-col:first-child {
    width: 40.352%;
}

.rf-col:last-child {
    width: 59.648%;
}

.rf-img-holder, .rf-img {
    height: 100%;
}

.rf-img {
    background-color: #236193;
}

.rf-form-container {
    padding-right: 126px;
}

.rf-form-tagline {
    margin: 17px 0 20px;
    width: 97%;
}

.rf-form-tagline p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #000;
}

.rf-form-field input:not([type=submit]), .rf-form-field textarea {
    width: 100%;
    height: 70px;
    color: #727272!important;
    border: none;
    border-bottom: 1px solid #929292;
    padding: 0 8px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    letter-spacing: 0.050em;
    line-height: normal;
}

.rf-form-field {
    margin-bottom: 18px;
}

.rf-form-field textarea {
    resize: none;
    height: 102px;
    padding: 25px 8px 10px;
}

.rf-form-field.form-submit {
    margin: 39px 0 0;
}

.rf-form-field.form-submit button.ip-btn {
    max-width: 418px;
    color: #fff!important;
}

.rf-img-holder:before {
    position: absolute;
    content: '';
    bottom: -40px;
    left: -40px;
    width: 242px;
    height: 255px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: 1;
    pointer-events: none;
}

.rf-form-widget .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
}

.rf-form-widget .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 12px;
    color: #000!important;
    text-align: center;
}

.rf-form-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    font-size: 12px;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
}

/* Popup Form */
.mr-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.mr-popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
}

.mr-popup-main {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    background: #fff;
    padding: 30px 30px 50px;
}

.mr-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 19px;
    color: #696969;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 14px;
    border-bottom: 1px solid #696969;
    border-top: 1px solid #696969;
}

.mr-popup-close-btn:hover {
    color: #236092;
    border-color: #236092;
}

.mr-popup.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.mr-popup.active .mr-popup-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.mr-popup-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.mr-popup-caption {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.mr-popup-caption span {
    display: block;
}

.mr-popup-caption span:not(:last-child) {
    margin-bottom: 10px;
}

.mr-popup-title h2 {
    font-size: 30px;
    text-align: center;
    color: #236092;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.mr-popup-caption span {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.050em;
}

.mr-popup-form {
    display: block;
    position: relative;
}

.mr-popup-form-widget {
    display: block;
    position: relative;
}

.mr-popup-form-widget form {
    display: block;
    position: relative;
}

.mr-popup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mr-popup-col {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 15px);
}

.mr-popup-row.full label,.mr-popup-col label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mr-popup-row input:not([type=submit]), .mr-popup-row.full textarea {
    border: none;
    border-bottom: 2px solid #696969;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    outline: none!important;
    color: #000!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    text-transform: uppercase;
    height: 31px;
}

.mr-popup-row.full {
    display: block;
}

.mr-popup-row:not(:last-child) {
    margin-bottom: 20px;
}

.mr-popup-row.full textarea {
    height: 75px;
    padding: 15px 0;
    resize: none;
}

.mr-popup-row.full input[type=submit] {
    display: block;
    position: relative;
    width: 198px;
    height: 53px;
    font-weight: 500;
    font-size: 15px;
    line-height: 47px;
    text-decoration: none!important;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    color: #323232;
    border-color: #323232;
    border: 1px solid rgba(50,50,50,.40);
    border-left: 3px solid #323232;
    border-right: 3px solid #323232;
    -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(--title-font);
}

.mr-popup-form-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mr-popup-form-widget .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 10px auto 0;
}

.mr-popup-form-widget .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
    width: 160px;
}

.mr-popup-form-widget .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mr-popup-row.full input[type=submit]:hover {
    background: #236092;
    border-color: #236092;
    color: #fff!important;
}

.mr-popup-close-btn:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    background: #696969;
    top: 0;
    left: 0;
}

.mr-popup-close-btn:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    background: #696969;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mr-popup-close-btn span {
    font-weight: 700!important;
}

.mr-popup-close-btn:hover:after, .mr-popup-close-btn:hover:before {
    background: #236092;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .fi-container .custom-container {
        max-width: 100%;
        padding: 0 50px;
    }

    .wwc-agent-photo {
        margin-left: -45%;
    }
}

@media only screen and (max-width: 1440px) {
    .hero-container .custom-container {
        max-width: 1200px;
    }

    .hero-content h2 {
        font-size: 45px;
    }

    .hero-content h2 span {
        font-size: 18px;
    }

    .ip-title h2, .rf-img-title h2 {
        font-size: 35px;
    }

    .rf-form-container {
        padding-left: 90px;
    }

    .rf-form-tagline {
        margin: 26px 0 20px;
    }

    .fi-item {
        padding: 0 30px;
    }

    .fi-slide {
        margin: 0 -30px;
    }

    .wwc-agent-photo {
        margin-left: -35%;
    }

    .wwc-content-list {
        margin: 0 -3px 0 -300px;
    }

    .wwc-content p {
        font-size: 17px;
    }

    .wwc-content {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 1366px) {
    .jl-content:before {
        bottom: -30px;
        right: -30px;
    }

    .jl-container.is-blue .jl-content:before {
        left: -30px;
    }

    .jl-content-img:before {
        top: -30px;
        left: -30px;
    }

    #accordion:before {
        top: -30px;
        left: -30px;
    }

    #accordion:after {
        bottom: -30px;
        right: -30px;
    }

    #accordion:before, #accordion:after, .rf-img-holder:before, .jl-content:before, .jl-content-img:before {
        width: 220px;
        height: 220px;
    }

    .jl-container.is-blue .jl-content-img:before {
        right: -30px;
    }

    .jl-content-inner:before {
        top: calc(100% - 113px);
    }

    .rf-img-holder:before {
        bottom: -30px;
        left: -30px;
    }

    .rf-accent-logo, .faq-accent-logo {
        width: 500px;
    }

    .jl-accent-logo {
        width: 465px;
        bottom: -10px;
    }

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

    .rf-form-container {
        padding-left: 50px;
    }

    .rf-form-field input:not([type=submit]), .rf-form-field textarea {
        height: 60px;
        font-size: 13px;
    }

    .rf-form-field textarea {
        height: 90px;
        padding: 16px 8px 10px;
    }

    .tab-body {
        font-size: 17px;
        line-height: 1.4;
    }

    .tab-accordion > a {
        font-size: 20px;
    }

    .wwc-content-container {
        padding: 50px 0;
    }

    .wwc-content {
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: -75px;
    }

    .wwc-content p {
        margin-bottom: 23px;
        font-size: 16px;
    }

    .wwc-content-list {
        margin: 0 -3px 0 -315px;
    }

    .wwc-agent-photo {
        margin-left: -28%;
    }

    .wwc-col:first-child {
        width: 37%;
    }

    .wwc-col:last-child {
        width: 63%;
    }

    .wwc-content-container .ip-title {
        margin-left: -100px;
    }

    .wwc-content-text p {
        font-size: 16px;
        line-height: 25px;
    }

    #jumbo-qualification .jl-content-inner {
        padding: 45px 50px 55px;
    }

    .jb-content-text p {
        font-size: 17px;
        line-height: 27px;
    }

    .jl-content-inner {
        padding: 60px 45px 50px 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .hero-container .custom-container {
        max-width: 1100px;
    }

    .hero-container {
        padding: 80px 0;
    }

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

    .jl-content-inner {
        padding: 40px 40px;
    }

    .jl-content ul li {
        padding-left: 30px;
        font-size: 16px;
    }

    .rf-form-container {
        padding-left: 0;
        padding-right: 103px;
    }

    .jl-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .jl-content ul li:before {
        /* top: 0px; */
    }

    .jl-content ul li strong {
        font-size: 16px;
        line-height: 1.3;
    }

    .ip-btn {
        max-width: 340px;
    }

    .hero-content h2 {
        font-size: 43px;
    }

    .rf-img-title {
        padding: 0 30px 30px;
    }

    .rf-accent-logo, .faq-accent-logo {
        width: 430px;
    }

    .jl-accent-logo {
        width: 400px;
    }

    .fi-container .custom-container {
        padding: 0 40px;
    }

    .wwc-agent-photo {
        margin-left: -35%;
    }

    .wwc-content-text {
        padding: 41px 15px 15px;
        min-height: 167px;
    }

    .wwc-content-container .ip-title {
        margin-left: -125px;
    }

    .wwc-content-container .ip-title h2 {
        font-size: 32px;
    }

    .wwc-content {
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: -65px;
    }

    .wwc-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .wwc-content span {
        font-size: 18px;
    }

    .wwc-content-list {
        margin: 0 -3px 0 -295px;
    }

    .wwc-content-btn {
        margin-top: 35px;
    }

    .jb-content {
        min-height: 330px;
        padding: 50px 20px 30px;
    }

    .jb-icon {
        min-height: 100px;
        margin-bottom: 30px;
    }

    .jb-content-text p {
        font-size: 16px;
        width: 90%;
    }

    .jl-container.is-blue .jl-content p.box {
        padding: 14px 20px;
        margin: 20px 0 30px;
    }

    .jl-content ul {
        margin-bottom: 25px;
    }

    #jumbo-qualification .jl-content-inner ul + p {
        margin-bottom: 25px;
    }

    .jl-content-inner a.ip-btn {
        max-width: 260px;
    }

    .jb-more-btn a {
        max-width: 415px;
    }

    .wwc-content-btn a {
        max-width: 360px;
    }

    .rf-form-field.form-submit button.ip-btn {
        max-width: 380px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .jl-content-img {
        margin-right: -40px;
    }

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

    .jl-content:before {
        /* bottom: -20px; */
        /* right: -20px; */
    }

    .jl-container.is-blue .jl-content:before {
        /* left: -20px; */
    }

    .jl-content-img:before {
        /* top: -20px; */
        /* left: -20px; */
    }

    .jl-content-inner {
        padding: 40px 35px;
    }

    .jl-content ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .jl-content ul li {
        padding-left: 25px;
        font-size: 12px;
    }

    .ip-btn {
        height: 65px;
        max-width: 305px;
        font-size: 11px;
        letter-spacing: 0.100em;
    }

    .ip-title h2, .rf-img-title h2 {
        font-size: 33px;
    }

    #accordion:before {
        top: -20px;
        left: -20px;
    }

    #accordion:after {
        bottom: -20px;
        right: -20px;
    }

    .faq-main .ip-title {
        margin-bottom: 40px;
    }

    .tab-accordion > a {
        font-size: 18px;
        padding: 30px 30px 30px;
    }

    .tab-accordion > a em.ai-icon-arrow {
        right: 30px;
    }

    .tab-body {
        font-size: 15px;
        padding: 0 30px 30px;
    }

    .tab-accordion > a em.ai-icon-arrow {
        width: 13px;
        height: 16px;
    }

    .tab-body ol li {
        padding-left: 20px;
    }

    .faq-more-btn a {
        max-width: 330px;
    }

    .hero-container .custom-container {
        max-width: 940px;
    }

    .hero-content h2 {
        font-size: 35px;
        margin-bottom: 17px;
    }

    .hero-content h2 span {
        font-size: 16px;
    }

    .hero-content {
        max-width: 600px;
    }

    .hero-container {
        margin-top: 65px;
    }

    .hero-content p {
        margin-bottom: 25px;
    }

    .jl-content ul {
        margin-bottom: 25px;
    }

    .jl-content-inner a.ip-btn {
        /* max-width: 365px; */
    }

    .jl-content ul li strong {
        font-size: 15px;
    }

    .rf-img-title {
        padding: 0 25px 25px;
    }

    .rf-img-holder:before {
        bottom: -20px;
        left: -20px;
    }

    .rf-form-container {
        padding-left: 39px;
    }

    .rf-form-tagline {
        margin: 20px 0 15px;
    }

    .rf-form-field {
        margin-bottom: 15px;
    }

    .faq-container {
        padding: 70px 0;
    }

    .faq-more-btn {
        margin: 50px auto 0;
    }

    .jl-content-inner:before {
        top: calc(100% - 110px);
        height: 143px;
    }

    .fi-container .custom-container {
        padding: 0 30px;
    }

    .fi-item {
        padding: 0 20px;
    }

    .fi-slide {
        margin: 0 -20px;
    }

    .fi-title h2 {
        font-size: 18px;
    }

    .hero-content a.ip-btn {
        max-width: 300px;
    }

    .jb-content-text p {
        font-size: 15px;
        width: 91%;
    }

    .jl-container.is-blue {
        padding: 108px 0 370px;
    }

    .jb-main {
        margin-top: -390px;
    }

    .jb-main .ip-title {
        margin-bottom: 40px;
    }

    .jb-more-btn a {
        max-width: 360px;
    }

    .jl-container.is-blue .jl-content-img:before {
        /* right: -20px; */
    }

    .jl-content-container .ip-title {
        margin: 25px 0;
        padding-right: 30px;
    }

    .jl-container.is-blue .ip-title {
        padding-left: 30px;
        margin: 0 0 25px;
    }

    .jl-content p {
        font-size: 15px;
        line-height: 25px;
    }

    #jumbo-qualification .jl-content-container .ip-title {
        margin: 0 0 25px;
        padding-right: 60px;
    }

    #jumbo-qualification .jl-content-inner {
        padding: 45px 35px;
    }

    .wwc-agent-photo {
        margin-left: -19%;
    }

    .wwc-content-text {
        padding: 35px 15px 15px;
        min-height: 140px;
    }

    .wwc-content-text p {
        font-size: 14px;
        line-height: 21px;
    }

    .wwc-content-list {
        margin: 0 -3px 0 -265px;
    }

    .wwc-content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .wwc-content {
        margin-top: 15px;
        margin-bottom: 20px;
        margin-left: -38px;
    }

    .wwc-content-container .ip-title h2 {
        font-size: 30px;
    }

    .wwc-content-btn a {
        max-width: 314px;
    }

    .wwc-col:first-child {
        width: 40%;
    }

    .wwc-col:last-child {
        width: 60%;
    }

    .wwc-content-container {
        padding: 43px 0;
    }

    .wwc-content-btn {
        margin-top: 30px;
    }
}

@media only screen and (max-height: 550px) {
    .mr-popup-wrapper {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-height: 780px) {
    .mr-popup-wrapper {
        display: block;
    }

    .mr-popup-main {
        margin: 30px auto;
    }
}

@media only screen and (min-width: 320px) and (max-height: 780px) {
    .mr-popup-wrapper {
        display: block;
    }

    .mr-popup-main {
        margin: 30px auto;
    }
}

@media only screen and (max-width: 991px) {
    *[class*="col-md"] {
        width: 100%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666666%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666666%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .header-wrapper {
        background: #236193;
        padding: 17px 0;
        min-height: 86px;
    }

    .logo img {
        
       
    }

    .header-contacts span a {
        color: #fff;
    }

    .burger-menu-icon span {
        background-color: #fff;
    }

    .burger-menu-icon {
        border: 1px solid rgba(255,255,255,.15);
    }

    .hero-container {
        margin-top: 86px;
        padding: 43px 0 279px;
    }

    .hero-content h2 {
        font-size: 35px;
        width: 100%;
        margin-bottom: 13px;
    }

    .hero-content h2 span {
        font-size: 18px;
    }

    .ip-btn {
        max-width: 378px;
        height: 70px;
        font-size: 12px;
        letter-spacing: 0.150em;
    }

    .hero-bg canvas {
        background-position: bottom;
    }

    .ip-title h2, .rf-img-title h2 {
        font-size: 30px;
        letter-spacing: normal;
    }

    .jl-col {
        display: block;
        width: 100%!important;
    }

    .jl-row {
        flex-direction: column-reverse!important;
    }

    .jl-content-img {
        margin: 0 auto!important;
    }

    .jl-content:before {
        bottom: -27px;
        right: -27px;
        width: 242px;
        height: 255px;
    }

    .jl-container .custom-container {
        padding: 0 30px;
        max-width: 567px;
    }

    .jl-content-img:before {
        top: -27px;
        right: -27px;
        opacity: 0;
    }

    .jl-container {
        padding: 40px 0 55px;
    }

    .jl-content-inner {
        padding: 30px 30px;
    }

    .jl-content ul li:not(:last-child) {
        margin-bottom: 22px;
    }

    .jl-content ul li strong {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .jl-content ul li:before {
        top: 3px;
    }

    .jl-content ul li {
        font-size: 14px;
        padding-left: 30px;
        line-height: 1.6;
    }

    .jl-content-inner .ip-btn {
        max-width: 286px;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 1.3;
    }

    .jl-content ul {
        margin-bottom: 25px;
    }

    .jl-content-container .ip-title {
        display: none;
    }

    .jl-col .ip-title {
        margin: 0 0 26px;
        text-align: left;
    }

    .jl-content-inner:before {
        top: calc(100% - 107px);
        height: 130px;
    }

    .jl-accent-logo {
        bottom: auto;
        top: 50px;
        width: 508px;
        left: auto;
        right: 0;
        margin: 0 auto;
    }

    .faq-container {
        padding: 37px 0 34px;
    }

    .faq-main .ip-title {
        margin-bottom: 23px;
    }

    .tab-accordion > a {
        padding: 24px 45px 24px 18px;
        line-height: 1.3;
    }

    .tab-body {
        padding: 0 18px 23px;
    }

    .tab-accordion > a em.ai-icon-arrow {
        right: 18px;
    }

    .faq-more-btn {
        margin: 20px auto 0;
    }

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

    .faq-more-btn a {
        max-width: 384px;
        line-height: 1.3;
    }

    .rf-col {
        display: block;
        width: 100%!important;
    }

    .rf-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rf-form-container {
        padding: 60px 0 0;
    }

    .rf-container {
        padding: 50px 0;
    }

    .rf-img-holder {
        width: calc(100% - 30px);
        margin: 0 auto;
        max-width: 460px;
    }

    .rf-img-holder:before {
        bottom: -30px;
        left: -30px;
        width: 242px;
        height: 255px;
    }

    .rf-form-field input:not([type=submit]), .rf-form-field textarea {
        font-size: 14px;
        height: 70px;
    }

    .rf-form-field textarea {
        height: 102px;
        padding: 25px 8px 10px;
    }

    .rf-form-field {
        margin-bottom: 18px;
    }

    .rf-form-field.form-submit button.ip-btn {
        max-width: 384px;
        line-height: 1.3;
    }

    .rf-accent-logo {
        top: 30px;
        right: auto;
        left: -100px;
        width: 508px;
    }

    .hero-container .custom-container {
        max-width: 520px;
    }

    .rf-form-tagline {
        width: 100%;
    }

    .faq-accent-logo {
        left: 0;
        top: 29px;
        bottom: 0;
        margin: 0 auto;
        max-width: 350px;
        right: 0;
        height: auto;
    }

    .hero-bg:before {
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    }

    .hero-content h2 br {
        display: none;
    }

    .hero-content a.ip-btn {
        max-width: 378px;
    }

    .hero-content p {
        margin-bottom: 20px;
    }

    #accordion:after, #accordion:before {
        opacity: 0;
    }

    .faq-accent-logo canvas {
        background-size: contain;
        background-position: top center;
    }

    .rf-accent-logo canvas {
        background-position: right center;
    }

    .jl-col .ip-title h2 br {
        display: none;
    }

    .rf-form-field.form-submit button {
        margin: 0 auto;
    }

    .tab-body ul li {
        padding-left: 15px;
    }

    .tab-body ul li:before {
        top: 8px;
        width: 4px;
        height: 4px;
    }

    .hero-bg canvas.hidden-xs.hidden-sm {
        display: block!important;
        background-position: right 10% center;
    }

    .hero-bg canvas.hidden-lg.hidden-md {
        display: none!important;
    }

    .fi-container .custom-container {
        padding: 0 15px;
        max-width: 568px;
        margin: 0 auto;
    }

    .fi-title h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .fi-slide {
        margin: 0 auto;
        -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;
        width: 100%;
        max-width: 530px;
    }

    .fi-item {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% / 2);
        padding: 9px 15px;
    }

    .fi-container {
        padding: 50px 0;
    }

    .fi-title {
        margin-bottom: 27px;
    }

    .fi-img img {
        margin: 0 auto;
        display: block;
    }

    .fi-item:first-child {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .fi-item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .fi-item:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fi-item:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .fi-item:last-child {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .jl-content-inner a.ip-btn {
        max-width: 100%;
    }

    .jl-container.is-blue {
        padding: 40px 0 605px;
    }

    .jl-container.is-blue .ip-title {
        padding: 0;
        margin: 0 0 55px;
    }

    .jl-container.is-blue .jl-content-img:before {
        opacity: .45;
        right: -50px;
    }

    .jb-item {
        width: calc(100% / 2);
        padding: 3px;
    }

    .jb-content {
        min-height: 278px;
        padding: 30px 15px 20px;
    }

    .jb-content-text p {
        font-size: 16px;
        line-height: 25px;
    }

    .jb-icon {
        min-height: 95px;
        margin-bottom: 22px;
    }

    .ip-title h2 br {
        display: none;
    }

    .jb-main .ip-title {
        margin-bottom: 25px;
    }

    .jb-main {
        margin-top: -640px;
    }

    .jb-more-btn {
        margin: 27px auto 0;
    }

    .jb-more-btn a {
        line-height: 1.3;
    }

    .jb-container {
        padding: 90px 0 40px;
    }

    #jumbo-qualification .jl-container {
        padding: 0 0 63px;
    }

    #jumbo-qualification .jl-accent-logo {
        top: 40px;
        right: auto;
        left: -145px;
    }

    #jumbo-qualification .jl-content-inner ul + p br {
        display: none;
    }

    .wwc-col {
        display: block;
        width: 100%!important;
    }

    .wwc-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .wwc-agent-photo {
        margin: 0 -75px -420px -100px;
    }

    .wwc-content-btn a {
        max-width: 100%;
    }

    .wwc-content-item {
        width: calc(100% / 2);
        padding: 3px;
    }

    .wwc-content-list {
        margin: 0 -3px;
    }

    .wwc-content-text {
        padding: 38px 27px 0;
        min-height: 187px;
    }

    .wwc-content-text p {
        font-size: 16px;
        line-height: 22px;
    }

    .wwc-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .wwc-content {
        margin: 18px auto 25px;
        text-align: center;
        padding: 0 20px;
    }

    .wwc-content-container .ip-title {
        margin: 0 auto;
        text-align: center;
        padding: 0 10px;
    }

    .wwc-content-container .ip-title h2 {
        font-size: 32px;
    }

    .wwc-accent-logo {
        right: auto;
        left: -139px;
        top: 42px;
    }

    .wwc-accent-logo canvas {
        opacity: .04;
    }

    .wwc-content span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    *[class*="col-sm"] {
        width: 100%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-2 {
        width: 16.66666666%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-5 {
        width: 41.66666666%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .jl-content:before {
        right: -50px;
    }

    .jl-content-img:before {
        right: -50px;
    }

    .rf-img-holder:before {
        left: -60px;
    }

    .mr-popup-wrapper {
        padding: 15px;
    }

    .mr-popup-main {
        padding: 50px 15px;
    }

    .mr-popup-close-btn {
        padding: 8px;
        font-size: 13px;
    }

    .mr-popup-col {
        width: calc(50% - 5px);
    }
}

@media only screen and (max-width: 480px) {
    .mr-popup-col {
        width: 100%;
    }

    .mr-popup-row {
        display: block;
    }

    .mr-popup-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .hero-bg canvas.hidden-xs.hidden-sm {
        display: none!important;
        background-position: right 10% center;
    }

    .hero-bg canvas.hidden-lg.hidden-md {
        display: block!important;
        background-position: right center;
    }
}

@media only screen and (max-width: 413px) {
    .hero-content h2 {
        width: 100%;
        font-size: 30px;
    }

    .ip-title h2, .rf-img-title h2 {
        font-size: 30px;
    }

    .jl-container .custom-container {
        padding: 0 20px;
    }

    .jl-content ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .jl-content ul li strong {
        font-size: 16px;
    }

    .jl-content ul li {
        font-size: 13px;
        padding-left: 25px;
    }

    .jl-content ul li:before {
        width: 12px;
        height: 14px;
    }

    .tab-accordion > a {
        padding: 22px 45px 21px 15px;
        font-size: 17px;
    }

    .tab-body {
        padding: 0 15px 20px;
        font-size: 14px;
    }

    .rf-img-holder {
        width: calc(100% - 20px);
    }

    .rf-img-holder:before, .jl-content:before, .jl-content-img:before {
        width: 190px;
        height: 190px;
    }

    .rf-img-title {
        padding: 0 20px 20px;
    }

    .rf-form-container .ip-title h2 br {
        display: none;
    }

    .hero-container {
        padding: 40px 0 261px;
    }

    .hero-content h2 {
        font-size: 28px;
    }

    .hero-content p {
        line-height: 1.6;
    }

    .jl-content-inner {
        padding: 30px 20px;
    }

    .fi-item {
        padding: 9px 10px;
    }

    .hero-content a.ip-btn {
        line-height: 1.3;
    }

    .jl-container.is-blue .ip-title {
        margin: 0 0 40px;
    }

    .jl-container.is-blue .jl-content p.box {
        padding: 14px 14px;
    }

    .jl-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .jb-content-text p {
        font-size: 12px;
        line-height: 20px;
        width: 92%;
    }

    .jb-content {
        min-height: 245px;
        padding: 25px 16px 15px;
    }

    .jb-icon {
        min-height: 85px;
        margin-bottom: 20px;
    }

    .jb-icon img {
        max-width: 50px;
        width: 100%;
    }

    #jumbo-qualification .jl-content-inner {
        padding: 30px 20px;
    }

    .wwc-content-text {
        padding: 30px 18px 15px;
        min-height: 180px;
    }

    .wwc-content-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .wwc-content-btn a {
        line-height: 1.3;
    }

    .wwc-content-container {
        padding: 43px 0 29px;
    }

    .wwc-agent-photo {
        margin: 0 -75px -360px -100px;
    }

    .jb-main {
        margin-top: -623px;
    }

    .jl-container.is-blue {
        padding: 40px 0 585px;
    }
}

@media only screen and (max-width: 375px) {
    .jb-main {
        margin-top: -590px;
    }

    .jl-container.is-blue {
        padding: 40px 0 555px;
    }

    .wwc-content-text p {
        max-width: 114px;
    }

    .wwc-content-text {
        padding: 38px 27px 0;
    }
}
