* {
    font-variant-ligatures: none;
    transition: all 0.3s ease-in-out;     
}

header nav ul li a {
    transition: none !important;
}

/* Preload the hover image */

body::before {
    content: '';
    position: absolute;
    background: url(../img/home-hero-bg-hover.png) no-repeat;
    height: 0;
    width: 0;
    overflow: hidden;
}

.home-whitepaper-img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.home-whitepaper-img {
    max-width: 756px;
}      

/* ==========================================================================
   Home Whitepaper Section
   ========================================================================== */
.home-whitepaper {
    padding: 10px 0px 60px 0px;
    position: relative;
}

.home-whitepaper-wrapper,
.whitepaper-form-container {
    width: var(--1400);
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.whitepaper-form-container {
    flex-direction: row;
    margin-bottom: 60px;
    box-shadow: 0 0 28px 0 rgba(0, 156, 222, 0.08), inset 0 0 0 3px var(--gb-white);
    background: url(../img/relationships-bg.svg) repeat-y;
    background-color: var(--gb-white);
    border-radius: 6px;
}

.home-whitepaper-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    position: relative;
    width: 100%;
    border-radius: 6px;
    padding: 0px;
}

.home-whitepaper-container .info-img {
    background: url(../img/home-whitepaper.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: stretch;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.home-whitepaper-container .info {
    padding: 60px;
}

.home-whitepaper-container h3 {
    font-weight: 800;
    font-size: 22px;
    color: var(--gb-dark-blue-text);
    display: flex;
    margin: 0px;
    border-bottom: 1px solid #e4f1fb;
    padding-bottom: 14px;
}

.whitepaper-form h3 {
    font-weight: 800;
    font-size: 22px;
    color: var(--gb-dark-blue-text);
    display: flex;
}

.home-whitepaper-container .info,
.whitepaper-praise-container {
    width: 50%;
}

.whitepaper-praise-container {
    padding: 60px;
}

.whitepaper-form {
    margin: 60px 0px 60px 60px;
    width: 50%;
}

.home-whitepaper-container .info-img {
    width: 50%;
}

.home-whitepaper-container .info h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 34px;
    color: var(--gb-dark-blue-text);
    display: flex;
    justify-content: center;
    margin: 0px auto;
    line-height: 44px;
    text-align: left;
}

.home-whitepaper-container .info p {
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    line-height: 24px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 14px;
    margin-bottom: 14px;
    max-width: 840px;
}

.home-whitepaper-container .info ul {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}

.home-whitepaper-container .info ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--gb-dark-grey-text);
    border-bottom: 1px dotted #DFE1E3;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 14px 0px 14px 24px;
    background-image: url(../img/blue-bullet.png);
    background-repeat: no-repeat;
    background-position: 0 24px;
}

.home-whitepaper-container .info ul li:last-child {
    border-bottom: 0px;
}

.whitepaper-praise {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    padding: 60px;
}

.whitepaper-praise p {
    max-width: 840px;
    width: 100%;
    margin: 0px auto;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--font-family);
    color: var(--gb-dark-blue-text);
    font-weight: bold;
    padding: 0px;
    margin-bottom: 20px;
}

.whitepaper-praise ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
    width: 100%;
}

.whitepaper-praise ul li {
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    line-height: 24px;
    padding: 0px;
    margin: 0px;
}

.whitepaper-praise ul li i {
    display: block;
    color: #4D4F50;
    font-size: 16px;
}

.whitepaper-praise ul li span {
    color: #87898A;
    font-size: 16px;
    display: block;
}

.whitepaper-praise ul li img {
    width: 68px;
    height: 68px;
    border-radius: 100px;
    margin-right: 10px;
}

.icon-quote {
    position: absolute;
    top: -56px;
}

input#gform_submit_button_2 {
    background-color: #fd6a3c;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 18px;
}

.recaptcha {
    font-size: 12px;
    margin-top: 20px;
    color: #87898A;
}

@media only screen and (max-width: 1540px) {
    .home-whitepaper-wrapper {
        width: auto;
        max-width: none;
        margin-right: 60px;
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1320px) {
    .home-whitepaper-container .info {
        padding: 60px;
    }
    .home-whitepaper {
        padding: 60px 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-whitepaper-container .info h2 {
        font-size: 26px;
        line-height: 115%;
        justify-content: flex-start;
    }
    .home-whitepaper-container .info p {
        line-height: 150%;
    }
    .home-whitepaper-container .info-img {
        background: url(../img/home-whitepaper-md.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media only screen and (max-width: 834px) {
    .home-whitepaper {
        padding-top: var(--mobile-viewport-spacing);
        padding-bottom: var(--mobile-viewport-spacing);
    }
    .home-whitepaper-container .info {
        padding: 25px;
    }
    .home-whitepaper-container .info {
        width: 100%;
    }
    .home-whitepaper-container {
        flex-direction: column-reverse;
    }
    .home-whitepaper-wrapper {
        margin-right: var(--mobile-viewport-spacing);
        margin-left: var(--mobile-viewport-spacing);
    }
    .home-whitepaper-container .white-button {
        margin-bottom: 0px;
    }
    .home-whitepaper-container .info-img {
        min-height: 263px;
        width: 100%;
        background-size: 77%;
        background-position: center left;
        border-bottom-left-radius: 0px;
    }
}

@media only screen and (max-width: 834px) {
    .home-whitepaper-container .info-img {
        background: url(../img/home-whitepaper-mobile.jpg) no-repeat top left;
        background-size: 100% 263px;
    }
}

@media only screen and (max-width: 576px) {
    .home-whitepaper-container .info-img {
        background-size: 100% 138px;
    }
    .home-whitepaper-container .info-img {
        min-height: 138px;
    }
}