/*!
Theme Name: PersonalLoans.com EPL Optimization
*/
/*

Aesthet Nova - web license purchased from The Northern Block in January 2021
Aesthet Nova Light, and Regular:
font-family: Aesthet Nova, Century Schoolbook, Bookman, Bookman Old Style, Georgia, serif;
font-weight: 300; (Light)


Downloaded from:
https://google-webfonts-helper.herokuapp.com/fonts/Montserrat?subsets=latin
Montserrat Regular, Regular Italic, and Bold:
font-family: Montserrat, Open Sans, sans-serif;
font-weight: 400; (Regular)
font-style: italic; (Regular Italic)

font-weight: 700; (Bold)


# COLORS
Dark blue: #142E3D
Purple: #5C50A5
Bright purple: #9962D5
Pale purple: #FDF4FA

Black/Dark gray: #393939
Mid gray: #707070
Gray: #ADABAD
Light gray: #CECECE
Pale gray: #FAFAFA
White: #FFFFFF
*/
/*--------------------------------------------------------------
# CSS RESET
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Aesthet Nova - light */
@font-face {
    font-family: 'Aesthet Nova';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('/assets/fonts/AesthetNova-Light.eot');
    src: local(''),
    url('/assets/fonts/AesthetNova-Light.woff2') format('woff2'),
    url('/assets/fonts/AesthetNova-Light.woff') format('woff'),
    url('/assets/fonts/AesthetNova-Light.ttf') format('truetype'),
    url('/assets/fonts/AesthetNova-Light.svg#AesthetNova') format('svg');
}

/* Aesthet Nova - regular */
@font-face {
    font-family: 'Aesthet Nova';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('/assets/fonts/AesthetNova-Regular.eot');
    src: local(''),
    url('/assets/fonts/AesthetNova-Regular.woff2') format('woff2'),
    url('/assets/fonts/AesthetNova-Regular.woff') format('woff'),
    url('/assets/fonts/AesthetNova-Regular.ttf') format('truetype'),
    url('/assets/fonts/AesthetNova-Regular.svg#AesthetNova') format('svg');
}

/* Montserrat-regular */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('/assets/fonts/montserrat-v15-latin-regular.eot');
    src: local(''),
        url('/assets/fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/montserrat-v15-latin-regular.woff2') format('woff2'),
        url('/assets/fonts/montserrat-v15-latin-regular.woff') format('woff'),
        url('/assets/fonts/montserrat-v15-latin-regular.ttf') format('truetype'),
        url('/assets/fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
}
/* Montserrat-700 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('/assets/fonts/montserrat-v15-latin-700.eot');
    src: local(''),
        url('/assets/fonts/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/montserrat-v15-latin-700.woff2') format('woff2'),
        url('/assets/fonts/montserrat-v15-latin-700.woff') format('woff'),
        url('/assets/fonts/montserrat-v15-latin-700.ttf') format('truetype'),
        url('/assets/fonts/montserrat-v15-latin-700.svg#Montserrat') format('svg');
}


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    line-height: 1.5;
}

main {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template,
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# BASE STYLES
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #0E0F0F;
    font-family: Montserrat, Open Sans, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    ;
    line-height: 1.4;
}

@media (max-width: 400px) {
    body {
        font-size: 15px;
    }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #142E3D;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.17;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 21px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

@media (min-width: 900px) {
    h1, .h1 {
        font-size: 38px;
    }

    h2, .h2 {
        font-size: 32px;
    }

    h3, .h3 {
        font-size: 28px;
    }

    h4, .h4 {
        font-size: 24px;
    }

    h5, .h5 {
        font-size: 21px;
    }

    h6, .h6 {
        font-size: 18px;
    }
}

.heading--fancy {
    font-family: Aesthet Nova, Century Schoolbook, Bookman, Bookman Old Style, Georgia, serif;
    color: #0E0F0F;
    font-weight: 300;
    font-style: normal;
}

.heading--sub {
    font-family: Montserrat, Open Sans, sans-serif;
    color: #0767A8;
    font-weight: 700;
}

.heading--divider {
    margin: 40px auto;
    height: 2px;
    width: 100px;
    background-color: #E8E3DA;
    text-align: center;
}

.home .heading--divider {
    margin: 30px auto;
}

.font--light {
    font-weight: 300;
}

.font--regular {
    font-weight: 400;
}

.text--all-caps {
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

.text-right {
    text-align: right;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

.svg-icon {
    max-width: 1em;
    max-height: 1em;
}

/* Elements
--------------------------------------------- */
body {
    background-color: #fff;
}

hr {
    background-color: #FAFAFA;
    border: 0;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}

ul,
ol {
    margin: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

svg {
    max-width: 100%;
    height: auto;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #0767A8;
}

a:hover,
a:focus,
a:active {
    color: #2767A8;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a,
a:hover,
a:focus,
a:active {
    -webkit-transition: all .17s ease-in-out;
    -o-transition: all .17s ease-in-out;
    transition: all .17s ease-in-out;
}

/* Forms
--------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #393939;
    border: 1px solid #CECECE;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #393939;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.button,
.button:hover,
.button:focus,
.button:active,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    -webkit-transition: all .17s ease-in-out;
    -o-transition: all .17s ease-in-out;
    transition: all .17s ease-in-out;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */

.browser-warning {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #0978D3;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.site-header {
    height: 45px;
    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;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99;
    position: relative;
}

.site-header {
    background-color: #1C2021;
    color: #FFFFFF;
}

.ie .site-header {
    padding-top: 20px;
}

.home .site-header {
    background-color: #1C2021;
    color: #142E3D;
}

@media (min-width: 600px) {
    .site-header {
        height: 55px;
    }
}

@media (min-width: 900px) {
    .site-header {
        height: 80px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #fff;
        -webkit-box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
        box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    }

    .home .site-header {
        background: none;
        margin-bottom: -80px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .site-header,
    .site-header a {
        color: #0E0F0F;
        text-decoration: none;
    }

    .site-header a:hover,
    .site-header a:focus {
        opacity: .8;
        color: #2767A8;
    }
}

/* Logo */
.header__logo {
    fill: #15341c;
    height: 50px;
}

.header__logo--desktop {
    display: block;
}

.header__logo--mobile {
    display: none;
}

@media (max-width: 899px) {
    .header__logo {
        fill: #fff;
    }

    .header__logo--desktop {
        display: none;
    }

    .header__logo--mobile {
        display: block;
    }
}

.header__logo-wrap {
    max-width: 123px;
}

@media (min-width: 768px) {
    .header__logo-wrap {
        max-width: 197px;
    }
}

/* Nav
--------------------------------------------- */
.header-nav__mobile-overlay {
    display: none;
}

.header-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 899px) {
    .header-nav__mobile-overlay {
        background-color: rgba(57, 57, 57, .5);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 99;
    }
}

@media (max-width: 899px) {
    .js-no-scroll {
        overflow: hidden;
    }
}

@media (max-width: 899px) {
    .header-nav {
        background-color: #EAEFEF;
        position: fixed;
        z-index: 999;
        right: 0;
        top: 0;
        bottom: 0;
        width: calc(100% - 100px);
        -webkit-box-shadow: -10px 0 20px rgba(57, 57, 57, .2);
        box-shadow: -10px 0 20px rgba(57, 57, 57, .2);
        padding: 0 15px 30px 20px;
        display: none;
    }

}

@media (min-width: 900px) {
    .header-nav {
        /* Prevents mobile nav js issues */
        display: block !important;
    }
    
    .header-nav__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header-nav__mobile-overlay {
        /* Prevents mobile nav js issues */
        display: none !important;
    }
}

.ie .header-nav {
    display: inline-block;
}

.nav-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-toggle,
.nav-toggle:hover,
.nav-toggle:focus {
    -webkit-transition: opacity .17s ease-in-out;
    -o-transition: opacity .17s ease-in-out;
    transition: opacity .17s ease-in-out;
}

.nav-toggle:hover,
.nav-toggle:focus {
    opacity: .8;
}

.nav-toggle__icon {
    width: 28px;
    height: 18px;
}

.header-nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

@media (min-width: 900px) {

    .header-nav__header,
    .nav-toggle {
        display: none;
    }
}

.header-nav__heading {
    font-family: Montserrat, Open Sans, sans-serif;
    font-size: 15px;
    color: #1C2021;
    font-weight: 400;
    margin-bottom: 0;
}

.header-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 899px) {
    .header-nav__list {
        margin-top: 20px;
        font-size: 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 900px) {
    .header-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.ie .header-nav__list li {
    display: inline-block;
}

@media (max-width: 899px) {
    .header-nav__list li {
        margin-bottom: 30px;
    }
}

@media (min-width: 900px) {
    .header-nav__list li:not(:first-of-type), .ola-seal {
        margin-left: 40px;
    }
}

/* Sitewide compliance banner
--------------------------------------------- */

.sitewide-banner {
    background-color: #0767A8;
    display: block;
    padding: 20px;
}

.sitewide-banner p {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: 16px;
}

.sitewide-banner a {
    color: #ffffff
}

.sitewide-banner a:hover,
.sitewide-banner a:focus {
    opacity: .8;
}

@media (min-width: 900px) {
    .sitewide-banner {
        padding: 30px 20px;
    }
}

@media (min-width: 1200px) {
    .sitewide-banner p {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    .sitewide-banner p {
        font-size: 21px;
    }
}

/* Site content
--------------------------------------------- */
.site-content {
    padding-top: 30px;
}

@media (min-width: 600px) {
    .site-content {
        padding-top: 60px;
    }
}

.home .site-content,
.lander .site-content {
    padding: 0;
}

/* Wrappers */
.wrapper--small,
.wrapper--medium,
.wrapper--medium-large,
.wrapper--large,
.wrapper--xlarge {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper--xlarge {
    max-width: 1600px;
    width: 100%;
}

@media (min-width: 630px) {
    .wrapper--small {
        max-width: 600px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 830px) {
    .wrapper--medium {
        max-width: 800px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1030px) {
    .wrapper--medium-large {
        max-width: 1000px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1230px) {
    .wrapper--large {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Footer
--------------------------------------------- */
.site-footer {
    margin-top: 10px;
    padding: 20px 0px 0px;
    font-size: 14px;
}

.footer__wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 600px) {
    .site-footer {
        margin-top: 35px;
        padding-top: 40px;
    }
}

@media (min-width: 900px) {
    .site-footer {
        margin-top: 50px;
    }
}

@media (min-width: 1230px) {
    .site-footer {
        padding: 0;
    }
}

@media (min-width: 900px) {
    .footer__wrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.footer-menu {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 150px 0 30px 0;
}

.no-webp .footer-menu {
    background-image: url('/assets/img/torn-paper-background.png');
}

.webp .footer-menu {
    background-image: url('/assets/img/torn-paper-background.webp');
}

.footer-content {
    background-color: #F6F6F6;
    padding: 60px 0;
}

@media (min-width: 1200px) {
    .footer-menu {
        padding: 170px 0 40px 0;
    }

    .footer-content {
        padding: 75px 0;
    }
}

/* Footer nav */
@media (min-width: 600px) {
    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 900px) {
    .footer-nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.footer-nav__list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 600px) {
    .footer-nav__list {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        /* 30px gutter for 2 columns = 30px total gutter
		30px / 2 columns = 15px */
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    }
}

@media (min-width: 900px) {
    .footer-nav__list {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        /* 30px gutter for 4 columns = 90px total gutter
		90px / 4 columns = 22.5px */
        -ms-flex-preferred-size: calc(25% - 22.5px);
        flex-basis: calc(25% - 22.5px);
    }
}

@media (min-width: 1200px) {
    .footer-nav__list {
        /* 40px gutter for 4 columns = 120px total gutter
		120px / 4 columns = 30px */
        -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
        margin-bottom: 40px;
    }
}

.footer-nav__list li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-nav__list,
.footer-nav__list a {
    color: #393939;
}

.footer-nav__list a {
    text-decoration: none;
}

.footer-nav__list a:hover,
.footer-nav__list a:focus,
.footer-nav__list a:active {
    color: #1C2021;
    border-bottom: 1px solid #1C2021;
}

.footer-nav__list li:first-child {
    color: #1C2021;
    font-family: Aesthet Nova, Century Schoolbook, Bookman, Bookman Old Style, Georgia, serif;
    font-weight: 400;
    font-size: 21px;
}

.footer-nav__list li:first-child a:hover,
.footer-nav__list li:first-child a:focus,
.footer-nav__list li:first-child a:active {
    color: #FFFFFF;
    border: none !important;
    cursor: default;
}

/* Logo + copyright */
.footer__logo-link {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 250px;
}

.footer__logo {
    fill: #15341c;
    height: 18px;
}

.footer__disclaimer {
    margin-top: 30px;
}
.footer__disclaimer p {
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Homepage hero
--------------------------------------------- */
.lander-hero {
    padding-left: 15px;
    padding-right: 15px;
    background-size: cover;
    background-position: bottom center;
}

.no-webp .lander-hero {
    background-image: url(/assets/img/torn-paper-background-reverse.png);
}

.webp .lander-hero {
    background-image: url(/assets/img/torn-paper-background-reverse.webp);
}

.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(234, 239, 239, 0.5)), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(bottom, rgba(234, 239, 239, 0.5) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, rgba(234, 239, 239, 0.5) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    padding-bottom: 30px;
}

@media (min-width: 900px) {
    .hero {
        padding-bottom: 0;
        min-height: 526px;
    }
}

.btn--start {
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 10px 22px;
    font-family: Montserrat, Open Sans, sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    background: #0978D3;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}

.btn--start:hover,
.btn--start:focus,
.btn--start:active {
    background: #2767A8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
}

.btn--start:focus {
    box-shadow: 0 3px 6px rgba(108, 108, 108, 0.3);    
}

.btn--start:visited {
    color: #fff;
}

@media (min-width: 600px) {
    .btn--start {
        font-size: 21px;
        padding: 12px 24px;
    }
}

.lander-hero__wrapper {
    padding: 40px 0;
    text-align: center;
    max-width: 691px;
    margin: 0 auto;
}

.hero__wrapper {
    position: relative;
    padding: 30px 15px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 600px) {
    .hero__wrapper {
        padding: 30px 30px 0;
    }
}

@media (min-width: 900px) {
    .lander-hero__wrapper {
        padding: 80px 0;
    }

    .no-webp .hero__wrapper {
        background-image: url(/assets/img/illustration-hero.png);
    }

    .webp .hero__wrapper {
        background-image: url(/assets/img/illustration-hero.webp);
    }

    .svg .hero__wrapper {
        background-image: url(/assets/img/illustration-hero.svg);
    }

    .hero__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
		justify-content: space-around; /* Fallback to space-around if space-evenly is not supported */
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1000px;
        padding: 100px 40px 70px;
        margin-bottom: -70px;
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 50%;
    }
}

@media (min-width: 925px) {
    .hero__wrapper {
        padding: 120px 0 72px;
        margin-bottom: -72px;
    }
}

@media (min-width: 950px) {
    .hero__wrapper {
        padding: 120px 0 74px;
        margin-bottom: -74px;
    }
}

@media (min-width: 970px) {
    .hero__wrapper {
        padding: 120px 0 76px;
        margin-bottom: -76px;
    }
}

@media (min-width: 1000px) {
    .hero__wrapper {
        padding: 120px 0 78px;
        margin-bottom: -78px;
    }
}

/* Hero text
--------------------------------------------- */
.hero__title {
    color: #1C2021;
    font-family: Aesthet Nova, Century Schoolbook, Bookman, Bookman Old Style, Georgia, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 20px;
    -webkit-transition: font-size .17s ease-in-out;
    -o-transition: font-size .17s ease-in-out;
    transition: font-size .17s ease-in-out;
}

.ppc .hero__title {
    margin-bottom: 10px;
}

.lander-hero__title {
    color: #0767A8;
    font-size: 35px;
    -webkit-transition: font-size .17s ease-in-out;
    -o-transition: font-size .17s ease-in-out;
    transition: font-size .17s ease-in-out;
}

.hero__sub-title {
    color: #777777;
    font-family: Montserrat, Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
}

.lander-hero__sub-title {
    color: #1C2021;
    font-family: Montserrat, Open Sans, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}

.hero__ppc {
    font-size: 15px;
    max-width: 480px;
    padding-bottom: 12px;
}

.hero__ppc-nav {
    color: #B5B5B5;
    margin-bottom: 20px;
}

@media (min-width: 900px) {
    .ppc .hero__title {
        margin-bottom: 20px;
    }

    .hero__ppc {
        font-size: 16px;
        padding-bottom: 215px;
    }

    .hero__ppc-nav {
        margin-bottom: 34px;
    }
}

.hero__ppc-nav a {
    color:#0978D3;
}

.hero__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 15px;
}

.hero__ul .item {
    color: #0E0F0F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.hero__ul .item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 10px;
}

.hero__ul .item__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.webp .hero__ul .item__icon-wrapper {
    background-image: url('/assets/img/paper-gray_small.webp');
}

.no-webp .hero__ul .item__icon-wrapper {
    background-image: url('/assets/img/paper-gray_small.jpg');
}

.hero__ul .item__icon-wrapper {
    width: 21px;
    height: 21px;
    position: relative;
    border-radius: 30px;
    background-size: cover;
}

.hero__ul .item__icon {
    position: absolute;
    left: 4.5px;
    bottom: 6.5px;
}

.hero__ul .item__icon--checkmark {
    width: 15.5px;
    height: 13px;
}

.hero__disclosure {
    width: 100%;
    font-size: 11px;
    padding-left: 0;
    color: #707070;
    text-align: left;
}

.ie .hero__text {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .hero__title {
        font-size: 28px
    }

    .hero__sub-title {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lander-hero__title {
        font-size: 40px;
    }

    .lander-hero__sub-title {
        font-size: 24px;
    }
}

@media (max-width: 899px) {
    .hero__text {
        text-align: center;
    }
}

@media (min-width: 900px) {
    .hero__text {
        max-width: 500px;
        padding-right: 30px;
    }

    .hero__title {
        font-size: 53px;
        font-weight: 300;
    }

    .hero__sub-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .hero__ul {
        font-size: 18px;
    }

    .hero__ul .item__right {
        margin-left: 14px;
    }

    .hero__ul .item__icon-wrapper {
        width: 27px;
        height: 27px;
    }

    .hero__ul .item__icon {
        left: 6px;
        bottom: 8.5px;
    }

    .hero__ul .item__icon--checkmark {
        width: 20px;
        height: 14.5px;
    }

    .hero__disclosure {
        width: 85%;
        padding-left: 41px;
    }

    .lander-hero__title {
        font-size: 48px;
    }

    .lander-hero__sub-title {
        font-size: 28px;
    }
}

@media (min-width: 1000px) {
    .hero__title {
        font-size: 62px;
    }
}

@media (min-width: 1400px) {
    .hero__title {
        font-size: 66px;
    }

    .lander-hero__title {
        font-size: 56px;
    }

    .hero__sub-title {
        font-size: 21px;
    }
}

/* Miniforms
--------------------------------------------- */
.lander-hero__miniform {
    margin: 0 auto;
}

.lander-hero__miniform .sf-miniform {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 20px 20px 0;
    /* Trying to prevent CLS - however, this height
    won't be perfect because the web is responsive */
    min-height: 170px;
    max-height: 300px;
}

.lander-hero__miniform .BCL-mini-title {
    display: none;
}

.hero__miniform,
.lander-hero__miniform {
    max-width: 375px;
}

@media (min-width: 960px) {
    .hero__miniform,
    .lander-hero__miniform {
        max-width: 435px;
    }
}

.hero__miniform .sf-miniform {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    -webkit-transition: -webkit-box-shadow .17s ease-in-out;
    transition: -webkit-box-shadow .17s ease-in-out;
    -o-transition: box-shadow .17s ease-in-out;
    transition: box-shadow .17s ease-in-out;
    transition: box-shadow .17s ease-in-out, -webkit-box-shadow .17s ease-in-out;
    /* Trying to prevent CLS - however, this height
    won't be perfect because the web is responsive */
    min-height: 257px;
    max-height: 500px;
}

@media (min-width: 900px) {
    .hero__miniform .sf-miniform {
        min-height: 300px;
        margin-bottom: 30px;
    }
}

.hero__miniform form,
.lander-hero__miniform form {
    padding: 0px 10px;
}
.hero__miniform a,
.lander-hero__miniform a {
    color: inherit;
}

.lander-hero__miniform a:hover,
.lander-hero__miniform a:focus,
.hero__miniform a:hover,
.hero__miniform a:focus {
    color: #2767A8;
}

@media (min-width: 900px) {
    .hero__miniform form,
    .lander-hero__miniform form {
        padding: 0 30px;
    }
}

.homepage-miniform-legal {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.ppc-miniform-legal .sf-legal,
.homepage-miniform-legal .sf-legal {
    position: relative;
    top: -15px;
    left: 0;
    right: 0;
    display: inline-block;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}

.ppc-miniform-legal .sf-legal {
    top: 0;
}

@media (min-width: 450px) {
    .homepage-miniform-legal .sf-legal {
        max-width: 375px;
        margin: 0 auto;
    }
}

@media (min-width: 900px) {
    .homepage-miniform-legal {
        text-align: right;
    }

    .homepage-miniform-legal .sf-legal {
        left: auto;
        right: -60px;
    }
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sf-mini .sf-loading__title {
    /* For loader */
    padding-top: 30px;
    text-align: center;
}

.sf-mini .sf-page .sf-group:not(.active) {
    display: none;
}

.sf-page:not(:only-of-type).active {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}

/* Fields */
.sf-mini .sf-field__wrapper {
    padding: 0;
    position: relative;
    text-align: left;
    margin: 15px auto;
}

/* Fieldsets */
.sf-mini .sf-field__fieldset {
    position: relative;
}

.sf-mini .sf-field__fieldset .sf-field__wrapper {
    margin: 22px auto 0 auto;
}

.sf-mini .sf-field__fieldset--dob {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Labels */
.sf-mini .sf-field__label {
    position: absolute;
    z-index: 9;
    top: 7px;
    left: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #767676;
    margin-bottom: 0;
	outline: none;
}

.sf-mini .sf-field__fieldset--dob legend.sf-field__label {
    top: 0;
    left: 0;
}

/* TODO: figure out what to do with error messages. Hide error messages for now */
.sf-mini .sf-field__error {
	display: none;
}

/* Label validation */
.sf-mini .sf-field__wrapper.valid .sf-field__label {
	color: #767676;
}
.sf-mini .sf-field__wrapper.invalid .sf-field__label {
    color: #A35532;
}

.sf-mini .sf-field__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
	background-color: #FFF;
    border: 1px solid #A9AAAA;
    border-radius: 5px;
    height: 60px;
    padding: 20px 10px 0 10px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1;
	display: inline-block;
	width: 100%;
}

.sf-mini .sf-field__fieldset--dob .sf-field__wrapper:nth-of-type(1) .sf-field__control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.sf-mini .sf-field__fieldset--dob .sf-field__wrapper:nth-of-type(2) .sf-field__control {
    border-radius: 0;
    border-right: 0;
}

.sf-mini .sf-field__fieldset--dob .sf-field__wrapper:nth-of-type(3) .sf-field__control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sf-mini select::-ms-expand {
    display: none; 
}

.sf-mini .sf--select .sf-field__control {
	background-image: url("/p/cdn/smartform/assets/personalloanscom/icon-angle-down.svg") !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-position: right 15px top 53% !important;
	background-size: 20px auto !important;
	cursor: pointer
}

/* Field validation */
.sf-mini .sf-field__wrapper.valid {
    background-color: #FDF4FA;
    border: none;
    color: #393939;
}

.sf-mini .sf-field__wrapper.invalid .sf-field__control,
.sf-mini .sf-field__wrapper.invalid .sf-field__control:focus,
.sf-mini .sf-field__wrapper.invalid .sf-field__control:active {
    background-color: #FDF3EF;
    border-color: rgba(0,0,0,0);
    color: #A35532;
}

.sf-mini .sf-field__wrapper.invalid .sf-field__control:not(:focus) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.sf-mini .sf-field__control:focus,
.sf-mini .sf-field__control:hover,
.sf-mini .sf-field__control:active {
	outline: none;
    border-color: rgba(0,0,0,0);
    background-color: #FDF4FA;
}
.sf-mini .sf-field__control:focus {
    box-shadow: 0 3px 6px rgba(108, 108, 108, 0.3);
}

/* Miniform loading */
.sf-mini .sf-loading__title {
    font-family: Aesthet Nova, Century Schoolbook, Bookman, Bookman Old Style, Georgia, serif;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 0;
}

.sf-mini .sf-loading__title::after {
    content: '';
    display: block;
    height: 50px;
    width: 200px;
    margin: -20px auto 0;
    background-image: url('/p/cdn/smartform/assets/personalloanscom/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* Form title */
.hero__miniform .sf-header {
    background-image: none;
    box-shadow: none;
    padding: 0;
    color: inherit;
}

.hero__miniform .sf-header h2 {
    font-family: Montserrat, Open Sans, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
    text-align: center;
    color: #0767A8;
}
.sf-mini .sf-field-title h3 {
    margin: 0 auto 8px;
    font-size: 14px;
    font-weight: 400;
    color: #424748;
    text-align: left;
}

@media (min-width: 900px) {
	.hero__miniform .sf-header h2 {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
}

@media (min-width: 900px) {
    .sf-mini .sf-field__wrapper {
        margin-bottom: 27px;
        font-size: 24px;
    }
}

@media (min-width: 900px) {
	.sf-mini .sf-field__wrapper {
		margin: 0 auto 15px;
	}
}


.sf-mini .component--amount .sf-field__control {
    padding-left: 1.1em;
    font-size: 21px;
}

.sf-mini .component--amount::before {
	content: '$';
	position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 21px;
    z-index: 9;
	color: #707070;
}

/* Button */
.sf-mini .sf-button > button {
	display: block;
    width: 100%;
	text-align: center;
    font-family: Montserrat, Open Sans, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    border: none;
    border-radius: 5px;
    background: #0978D3;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #FFFFFF;
    padding: 15px 25px;
    cursor: pointer;
    margin: 15px auto 0;
}

@media (min-width: 900px) {
 	.sf-mini .sf-button > button {
        padding: 15px 30px;
        margin: 15px auto;
    }
}

.sf-mini .sf-button > button:hover,
.sf-mini .sf-button > button:focus,
.sf-mini .sf-button > button:active {
    background: #2767A8;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
}
.sf-mini .sf-button > button:focus {
    box-shadow: 0 3px 6px rgba(108, 108, 108, 0.3);
}

/* Disclaimer */
.sf-legal {
	position: relative;
    width: 100%;
	margin: 0 auto;
    padding: 0;
	display: block;
}

.sf-legal--info {
	font-size: 11px;
	line-height: 1.5;
	color: #707070;
	text-align: left;
	margin-top: 20px;
}

.sf-legal--info ul {
    padding-left: 1.25em;
}

.sf-legal--info li {
    margin-bottom: 0.5em;
}

.sf-legal--info {
	margin: 30px auto;
}

.ppc .sf-legal--info {
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .home .sf-legal--info {
        max-width: 74%;
    }

    .ppc-miniform-legal .sf-legal--info {
        margin: 0;
    }
}

.lander .sf-legal--info {
    text-align: left;
}

@media (min-width: 900px) {
    .home .sf-legal--info {
        max-width: none;
    }
}

/* Homepage content
--------------------------------------------- */
/* Value Props */
.section__value-props {
    position: relative;
    margin-bottom: 60px;
}

.ppc .section__value-props {
    margin-top: 30px;
}

.webp .value-props {
    background-image: url(/assets/img/path-mobile.webp);
}

.no-webp .value-props {
    background-image: url(/assets/img/path-mobile.png);
}

.value-props {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (min-width: 600px) {
    .webp .value-props {
        background-image: url(/assets/img/path-desktop.webp);
    }

    .no-webp .value-props {
        background-image: url(/assets/img/path-desktop.png);
    }

    .value-props {
        padding: 0;
    }
}

@media (min-width: 1500px) {
    .value-props {
        padding-top: 50px;
    }
}

.value-props__main-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 375px) {
    .value-props__main-title {
        font-size: 28px;
    }
}

@media (min-width: 400px) {
    .section__value-props {
        margin-bottom: 70px;
    }
}

@media (min-width: 600px) {
    .value-props__main-title {
        font-size: 36px;
    }
}

@media (min-width: 900px) {
    .value-props__main-title {
        font-size: 42px;
    }

    .ppc .section__value-props {
        margin-top: 120px;
    }
}

@media (min-width: 1200px) {
    .section__value-props {
        margin-bottom: 65px;
    }

    .value-props__main-title {
        font-size: 46px;
    }
}

.value-props__list {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .value-props__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.value-props__list .item {
    list-style: none;
    margin-bottom: 15px;
}

@media (min-width: 600px) {
    .value-props__list .item {
        width: 50%;
        width: calc(50% - 10px);
    }
}

@media (min-width: 1000px) {
    .value-props__list .item {
        margin-bottom: 30px;
        width: 33.333333%;
        width: calc(33.333333% - 20px);
    }
}

@media (min-width: 1000px) and (max-width: 1499px) {
    .value-props .wrapper--xlarge {
        max-width: 1100px;
    }
}

@media (min-width: 1500px) {
    .value-props .wrapper--xlarge {
        max-width: 1800px;
    }
}

.value-props__list .item__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    border-radius: 5px;
    max-width: 480px;
    margin: 10px auto;
}

@media (min-width: 1500px) {
    .value-props__list .item__container {
        margin: 0;
    }
}

.value-props__list .item__head,
.value-props__list .item__body {
    padding: 16px 20px;
}

.value-props__list .item__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
}

.value-props__list .item__body p:last-child {
    margin-bottom: 0;
}

.value-props__list .item__head {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.value-props__list .item__head .value-props__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.value-props__heading-text {}

.value-props__icons {
    margin-left: 10px;
    width: 100%;
}

.illustration--laptop {
    max-width: 85px;
}

@media (min-width: 900px) {
    .illustration--laptop {
        max-width: 100px;
    }
}

.illustration--calculator {
    max-width: 95px;
}

@media (min-width: 900px) {
    .illustration--calculator {
        max-width: 110px;
    }
}

.illustration--fast-funding {
    max-width: 75px
}

@media (min-width: 900px) {
    .illustration--fast-funding {
        max-width: 95px;
    }
}

.illustration--funding {
    max-width: 65px;
}

@media (min-width: 900px) {
    .illustration--funding {
        max-width: 85px;
    }
}

.illustration--credit-products {
    max-width: 60px;
}

@media (min-width: 900px) {
    .illustration--credit-products {
        max-width: 74px;
    }
}

.illustration--extended-network {
    max-width: 64px;
}

@media (min-width: 900px) {
    .illustration--extended-network {
        max-width: 86px;
    }
}

.value-props__list p {
    font-weight: 300;
    color: #1C2021;
}

@media (min-width: 900px) {
    .value-props__list .item__head,
    .value-props__list .item__body {
        padding: 20px 30px;
    }

    .value-props__list p {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .value-props__heading-text {
        font-size: 21px;
    }
}


/* Gallery Section */
.gallery__section {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    height: 565px;
    background-position: 50% -10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn__wrapper {
    position: relative;
    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;
    z-index: 2;
}

.gallery__wrapper {
    position: relative;
}

.gallery__item {
    position: absolute;
    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;
    -webkit-box-shadow: 0px 5px 15px #6C6C6C33;
    box-shadow: 0px 5px 15px #6C6C6C33;
}

.gallery__item picture,
.gallery__item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.webp .gallery__section {
    background-image: url('/assets/img/path-mobile-reverse.webp');
}

.no-webp .gallery__section {
    background-image: url('/assets/img/path-mobile-reverse.png');
}

.webp .gallery__item--vertical::before {
    background-image: url('/assets/img/paper-warm_small.webp');
}

.no-webp .gallery__item--vertical::before {
    background-image: url('/assets/img/paper-warm_small.jpg');
}

.gallery__item--vertical::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 20px;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px 5px 0px 0px;
}

.webp .gallery__item--vertical::after {
    background-image: url('/assets/img/paper-warm_small.webp');
}

.no-webp .gallery__item--vertical::after {
    background-image: url('/assets/img/paper-warm_small.jpg');
}

.gallery__item--vertical::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 20px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0px 0px 5px 5px;
}

.webp .gallery__item--horizontal::before {
    background-image: url('/assets/img/paper-warm_small.webp');
}

.no-webp .gallery__item--horizontal::before {
    background-image: url('/assets/img/paper-warm_small.jpg');
}

.gallery__item--horizontal::before {
    content: '';
    position: absolute;
    height: 80%;
    width: 20px;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px 0px 0px 5px;
}

.webp .gallery__item--horizontal::after {
    background-image: url('/assets/img/paper-warm_small.webp');
}

.no-webp .gallery__item--horizontal::after {
    background-image: url('/assets/img/paper-warm_small.jpg');
}

.gallery__item--horizontal::after {
    content: '';
    position: absolute;
    height: 80%;
    width: 20px;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0px 5px 5px 0px;
}

.gallery__item--1 {
    max-width: 30%;
    z-index: 1;
    left: 8%;
    top: 60px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.gallery__item--2 {
    max-width: 50%;
    z-index: 2;
    top: 0;
    left: 32%;
}

.gallery__item--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    z-index: 3;
    top: 200px;
    right: 5%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

@media (max-width: 399px) {
    .gallery__section {
        margin-bottom: 60px;
        height: 550px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .gallery__item--1 {
        min-width: 224px;
        max-width: 224px;
        z-index: 1;
        left: -14%;
        top: 160px;
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    .gallery__item--2 {
        min-width: 263px;
        max-width: 263px;
        z-index: 2;
        top: 230px;
        left: 40%;
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    .gallery__item--3 {
        display: none;
    }

    .gallery__item--vertical::before {
        height: 12px;
        top: -6px;
    }

    .gallery__item--vertical::after {
        height: 12px;
        bottom: -6px;
    }

    .gallery__item--horizontal::before {
        width: 12px;
        height: 90%;
        left: -6px;
    }

    .gallery__item--horizontal::after {
        width: 12px;
        height: 90%;
        right: -6px;
    }
}

@media (min-width: 400px) and (max-width: 599px) {
    .gallery__item--1 {
        max-width: 50%;
        left: 8%;
        top: 60px;
    }

    .gallery__item--2 {
        max-width: 65%;
        top: 0;
        left: 32%;
    }

    .gallery__item--3 {
        max-width: 65%;
        top: 150px;
        right: -15%;
    }

    .gallery__item--vertical::before {
        height: 15px;
        top: -7.5px;
    }

    .gallery__item--vertical::after {
        height: 15px;
        bottom: -7.5px;
    }

    .gallery__item--horizontal::before {
        width: 15px;
        height: 90%;
        left: -7.5px;
    }

    .gallery__item--horizontal::after {
        width: 15px;
        height: 90%;
        right: -7.5px;
    }
}

@media (min-width: 600px) {
    .webp .gallery__section {
        background-image: url('/assets/img/path-desktop-reverse.webp');
    }

    .no-webp .gallery__section {
        background-image: url('/assets/img/path-desktop-reverse.png');
    }

    .gallery__section {
        background-position: center 30%;
        background-size: contain;
        margin-top: 160px;
    }
}

@media (min-width: 992px) {
    .gallery__item--1 {
        max-width: 320px;
        left: 8%;
        top: 60px;
    }

    .gallery__item--2 {
        max-width: 435px;
        top: 0;
        left: 32%;
    }

    .gallery__item--3 {
        max-width: 500px;
        top: 200px;
        right: 5%;
    }
}

@media (min-width: 1601px) {
    .gallery__section {
        background-size: cover;
        background-position: center -100px;
    }
}

/* Why PersonalLoans Section */
.why-personalloans__section {
    margin-bottom: 70px;
}

.why-personalloans__main-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.why-personalloans__subtitle {
    font-size: 18px;
}

.why-personalloans__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
}

.why-personalloans__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px auto;
    -webkit-box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    border-radius: 5px;
}

.why-personalloans__list .item__left {
    padding: 15px 10px;
}

.why-personalloans__list .item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(234, 239, 239, 0.25);
    padding: 15px 20px;
	width: calc(100% - 92px);
}

.why-personalloans__heading {
    font-weight: 400;
}

.why-personalloans__list .item__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.webp .why-personalloans__list .item__icon-wrapper {
    background-image: url('/assets/img/paper-gray_small.webp');
}

.no-webp .why-personalloans__list .item__icon-wrapper {
    background-image: url('/assets/img/paper-gray_small.jpg');
}

.why-personalloans__list .item__icon-wrapper {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 30px;
    background-size: cover;
}

.why-personalloans__list .item__icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.why-personalloans__list .item__icon--laptop {
    top: 12px;
}

.why-personalloans__list .item__icon--plant {
    top: -3px;
}

.why-personalloans__list .item__icon--lock {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(min-width: 992px) {
    .why-personalloans__list .item__left {
        padding: 25px 20px;
        width: 92px;
    }

    .why-personalloans__list .item__right {
        padding: 25px 50px 25px 20px;
    }
}

@media (min-width: 400px) {
    .why-personalloans__main-title {
        font-size: 28px;
    }
}

@media (min-width: 600px) {
    .why-personalloans__main-title {
        font-size: 36px;
    }
}

@media (min-width: 900px) {
    .why-personalloans__main-title {
        font-size: 42px;
        text-align: left;
    }

    .why-personalloans__subtext--wrapper {
        border-left: 2px solid #E8E3DA;
        padding-left: 1rem;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .why-personalloans__section {
        margin-top: 100px;
        margin-bottom: 55px;
    }

    .why-personalloans__section>.wrapper--medium {
        padding: 0 45px;
    }

    .why-personalloans__main-title {
        font-size: 48px;
    }

    .why-personalloans__subtitle {
        font-size: 21px;
    }
}

/* Homepage FAQ Section (Non-Accordion) */
.home-faq__wrapper {
    margin-top: 38px;
}

@media (min-width: 1200px) {
    .home-faq__wrapper {
        margin-top: 40px;
    }
}

.home-faq__section {
    margin-bottom: 85px;
    margin-top: 115px;
}

@media (min-width: 1200px) {
    .home-faq__section {
        margin-bottom: 180px;
        margin-top: 190px;
    }
}

.home-faq__main-title {
    font-size: 28px;
    text-align: center;
}

.home-faq__sub-title {
    font-size: 18px;
    text-align: center;
}

@media (min-width: 600px) {
    .home-faq__main-title {
        font-size: 36px;
    }

    .home-faq__sub-title {
        font-size: 20px;
    }
}

@media (min-width: 900px) {
    .home-faq__main-title {
        font-size: 48px;
    }

    .home-faq__sub-title {
        font-size: 28px;
    }
}

.home-faq-wrapper {
    margin-top: 38px;
}

.home-faq__container {
    -webkit-box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    border-radius: 5px;
    margin: 20px auto;
}

.home-faq__heading {
    background: #fff;
    padding: 20px;
    margin: 0;
    font-family: Aesthet Nova, Century Schoolbook, Bookman, Bookman Old Style, Georgia, serif;
    font-weight: 400;
    font-size: 24px;
}

@media (min-width: 600px) {
    .home-faq__heading {
        padding: 30px;
        font-size: 28px;
    }
}

.home-faq__panel {
    background-color: rgba(234, 239, 239, 0.25);
    font-size: 16px;
    padding: 20px;
}

@media (min-width: 1200px) {
    .home-faq-wrapper {
        margin-top: 40px;
    }

    .home-faq__panel {
        font-size: 18px;
        padding: 30px;
    }
}

/* Accordions for FAQ Page */
.accordion-wrapper {
    margin-top: 38px;
}

@media (min-width: 1200px) {
    .accordion-wrapper {
        margin-top: 40px;
    }
}

.accordion__container {
    -webkit-box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    border-radius: 5px;
    margin: 20px auto;
}

.accordion__container {
    -webkit-box-shadow: 1px 1px 5px rgba(173, 170, 163, 0.3);
    box-shadow: 1px 1px 5px rgba(173, 170, 163, 0.3);
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
    padding: 20px 20px 20px 60px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    font-family: Aesthet Nova, Century Schoolbook, Bookman, Bookman Old Style, Georgia, serif;
    font-weight: 400;
    font-size: 21px;
}

@media (min-width: 600px) {
    .accordion {
        font-size: 24px;
    }
}

.accordion:before {
    content: '\25B8';
    font-size: 24px;
    color: #0767A8;
    font-weight: bold;
    position: absolute;
    left: 0;
    margin-left: 25px;
}

.accordion.active:before {
    content: "\25BE";
}

.accordion + .panel {
    background-color: rgba(234, 239, 239, 0.25);
    /* padding: 0px 40px 0px 60px; */
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.accordion.active + .panel {
    font-size: 16px;
    padding: 28px 25px 28px 50px;
}

.accordion:not(.active) + .panel {
    opacity: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .accordion.active + .panel {
        font-size: 18px;
        padding: 40px 40px 40px 66px;
    }
    .accordion:not(.active) + .panel {
        opacity: 0;
        padding: 0;
    }
}

/* APR Example */
.apr__section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.apr__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 12px;
}

.apr__section h3 {
    font-size: 21px;
    color: #68503C;
}

@media (min-width: 600px) {
    .apr__title {
        text-align: left;
        font-size: 32px;
    }

    .apr__section h3 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .apr__section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.apr__content-body p {
    line-height: 1.6;
}

.apr__example-container {
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Rtable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}

.Rtable-cell {
    background: #F6F6F6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 16.5px;
    overflow: hidden;
    list-style: none;
    border: solid 1px #fff;
}

.Rtable-cell--head.mobile-none {
    background-color: #E8E3DA;
}

.Rtable--6cols .Rtable-cell {
    width: 16.6%;
}

/* Responsive
==================================== */
@media all and (max-width: 767px) {
    .Rtable--collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 500px;
        margin: 0 auto 3em auto;
    }

    .Rtable-cell {
        padding: 0;
    }

    .mobile-none {
        display: none;
    }

    .Rtable--collapse .Rtable-cell {
        position: relative;
        width: 100% !important;
    }

    .Rtable--collapse .Rtable-cell:before {
        display: inline-block;
        width: 50%;
        padding: 16.5px;
        border-right: 1px solid #fff;
        text-align: right;
        content: attr(data-mobile-title);
        font-weight: 700;
    }

    .Rtable--collapse .Rtable-cell>* {
        padding: 16.5px;
        border-left: 1px solid #fff;
    }

    .Rtable--collapse .Rtable-cell--foot:not(:last-child) {
        margin-bottom: 1em;
    }

    .Rtable-cell.Rtable-cell--head {
        background-color: #E8E3DA;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .Rtable--collapse .Rtable-cell:before {
        white-space: nowrap;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .mobile-none {
        font-size: 14px;
        white-space: nowrap;
    }

    .Rtable-cell {
        padding: 16.5px 12px;
    }

    .Rtable--6cols .Rtable-cell:nth-child(6n-5) {
        width: 96px;
    }

    .Rtable--6cols .Rtable-cell:nth-child(6n-3) {
        width: 102px;
    }

    .Rtable--6cols .Rtable-cell:nth-child(6n-2) {
        width: 130px;
    }

    .Rtable--6cols .Rtable-cell {
        width: calc((100% - 96px - 102px - 130px) / 3);
    }
}

/* Other Pages
--------------------------------------------- */
/* Contact Us page */
.contact-msg--success span {
    color: #fff;
    background-color: #6E8C62;
    padding: 10px;
}

.contact-msg--failure span {
    color: #fff;
    background-color: #8c6262;
    padding: 10px;
}

.section__content h2,
.section__lander h2 {
    margin-top: 1.6em;
    font-size: 24px;
}

.section__lander h3:not(.pillar__subheading),
.section__content h3 {
    margin: 1.6em 0 1em 0;
    font-size: 21px;
}

.section__content h4,
.section__lander h4 {
    margin: 1.6em 0 1em 0;
    font-size: 18px;
}

.section__content li h4 {
    margin: 0px;
}

@media (min-width: 900px) {

    .section__content h2,
    .section__lander h2 {
        font-size: 28px;
    }

    .section__lander h3:not(.pillar__subheading),
    .section__content h3 {
        font-size: 24px;
    }

    .section__content h4, .section__lander h4 {
        font-size: 21px;
    }
}

#main {
    max-width: 666px;
    margin: 0 auto;
}

.content__main-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.lander2 .sitewide-banner {
    display: none;
}

.lander .content__main-title,
.lander2 .content__main-title {
    text-align: left;
}

@media (max-width: 599px) {
    .lander2 .site-content {
        padding-top: 20px;
    }

    .lander2 .content__main-title {
        margin-bottom: 20px;
    }

    .lander2 .section__content h2:first-child {
        margin-top: 20px;
    }

    .lander2 .heading--divider {
        display: none;
    }
}

@media (min-width: 375px) {
    .content__main-title {
        font-size: 32px;
    }
}

@media (min-width: 600px) {
    .lander2 .heading--divider {
        display: block;
    }

    .lander2 .content__main-title {
        text-align: center;
    }

    .content__main-title {
        font-size: 42px;
    }
}

@media (min-width: 900px) {
    .content__main-title {
        font-size: 48px;
    }
}

@media(max-width: 599px) {
    .wrapper--sticky {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -15px;
        height: auto;
    }
    .wrapper--sticky .section__related,
    .wrapper--sticky .offers__container {
        font-size: 18px;
        background: #fff;
        padding: 20px 17px;
        box-shadow: 0px 0px 15px #ADAAA366;
    }
    .wrapper--sticky .offers__container .offer__title {
        font-size: 18px;
    }
    .wrapper--sticky .offers__container .wall__featured_title {
        margin-bottom: 15px;
        margin-top: 0 !important;
    }
    .wrapper--sticky .section__related .item__content {
        font-size: 18px;
    }
    .wrapper--sticky .section__related .related__title {
        margin-bottom: 15px;
    }
}

.section__related--2 {
    font-family: 'Roboto', sans-serif;
}

.section__related--2 .item__index {
    color: #777;
    font-size: 20px;
    font-weight: bold;
    padding-left: 18px;
}

.section__related .related__title {
    font-weight: bold;
}

.section__related--2 .related__title {
    font-size: 14px;
}

.section__related .related__wrapper {
    display: flex;
    flex-direction: column;
}

.section__related .related__wrapper a {
    text-decoration: none;
}

.section__related--2 .related__wrapper a {
    color: #0978D3;
}

.section__related .related-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 33px;
    box-shadow: 3px 3px 12px #ADAAA34D;
    margin-bottom: 15px;
}

.section__related--2 a:nth-child(4n+1) .item__arrow {
    background-color: #0BB196;
}
.section__related--2 a:nth-child(4n+2) .item__arrow {
    background-color: #7349D3;
}
.section__related--2 a:nth-child(4n+3) .item__arrow {
    background-color: #E44C98;
}
.section__related--2 a:nth-child(4n+4) .item__arrow {
    background-color: #EA5A0F;
}

.section__related .item__content {
    text-decoration: underline;
    font-weight: bold;
    padding: 0px 25px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    line-height: 1.1667;
    font-size: 16px;
}

.section__related--2 .item__content {
    padding: 0px 15px;
}

.section__related .item__arrow {
    background-color: #0978D3;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IkxheWVyXzMiPgoJPHBhdGggaWQ9ImFycm93IiBjbGFzcz0ic3QwIiBkPSJNMzMuMywyM2MtMy4xLTIuOS02LjMtNS43LTkuNC04LjZjLTMtMi44LTcuNSwxLjctNC41LDQuNWMyLjMsMi4xLDQuNyw0LjMsNyw2LjQKCQljLTIuNCwyLjItNC43LDQuNC03LjEsNi42Yy0zLDIuOCwxLjUsNy4zLDQuNSw0LjVjMy4yLTMsNi4zLTUuOSw5LjUtOC45QzM0LjYsMjYuMywzNC42LDI0LjEsMzMuMywyM3oiLz4KPC9nPgo8L3N2Zz4K);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    padding: 6px;
    display: flex;
    width: 58px;
    min-width: 58px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2em;
}

@media (min-width: 768px) {
    .section__related .related__wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section__related .related__wrapper > a {
        width: calc(50% - 5px);
    }
    
    .section__related .item__content {
        font-size: 18px;
    }
    
    .section__related .item__arrow {
        padding: 11px;
        width: 49px;
        min-width: 49px;
    }
}
/* Lander */
.section__lander {
    padding-top: 40px;
}

.section__skyscraper {
    background-color: #ecf0f4;
    padding: 0;
}

.section__skyscraper.bg--alt {
    background-color: #2c3e50;
}

.section__skyscraper.bg--alt * {
    color: #fff;
}

.lander--skyscraper .section__lander {
    padding-bottom: 40px;
}

.lander--skyscraper p {
    line-height: 1.6;
}

.section__lander .variation--with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.lander-nav {
    list-style-type: none;
    padding: 0;
}

.lander-nav li {
    text-decoration: underline;
    margin-bottom: 1em;
    font-size: 14px;
}

.lander-sidebar {
    padding-top: 50px;
    margin-bottom: 50px;
}

.lander-sidebar h4 {
    margin-top: 20px;
}

.lander-main {
    padding-bottom: 50px;
    border-bottom: 2px solid #E8E3DA;
}

.lander-main--skyscraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border-bottom: 0;
}

.skyscraper__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
}

.skyscraper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 0;
}

.pillar__subheading {
    font-size: 1.2em;
}

.pillar__table {
    border: 1px solid #bdc3c7;
    margin-bottom: 20px;
}

.pillar__table table {
    margin: 0;
}

.pillar__table tr {
    text-align: center;
}

.pillar__table td {
    padding: .5em 1em;
}

.pillar__table-description,
.pillar__highlight {
    padding: 20px 16px;
    background-color: #ECF0F4;
}

.pillar__btn-container {
    margin-top: 20px;
}

.btn--pillar {
    display: block;
    max-width: 300px;
    text-align: center;
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat, Open Sans, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    border: none;
    border-radius: 5px;
    background: #0978D3;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}

.btn--pillar:focus,
.btn--pillar:hover {
    background: #2767A8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.btn--pillar:focus {
    box-shadow: 0 3px 6px rgba(108, 108, 108, 0.3);
}

.pillar__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin: 25px 0 5px;
}

.pillar__img-container {
    width: 100%;
}

.pillar__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .pillar__flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin: 25px 0;
    }

    .pillar__img-container {
        padding: 5px;
    }

    .pillar__img {
        margin: -5px;
    }
}

@media (min-width: 600px) {
    .section__lander {
        padding-top: 70px;
    }

    .lander--skyscraper .section__lander {
        padding-bottom: 70px;
    }

    .section__lander .variation--with-sidebar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .lander-sidebar {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        padding-right: 20px;
        min-width: 200px;
    }

    .lander-main {
        padding-bottom: 0;
        border-bottom: none;
    }

    .section__lander:last-child .lander-main {
        margin-bottom: 50px;
    }
    
    .variation--with-sidebar .lander-main {
        max-width: 650px;
        padding-left: 20px;
        border-left: 2px solid #E8E3DA;
    }
}

@media (min-width: 768px) {
    .lander-main--skyscraper {
        flex-direction: row;
        padding-left: 0;
    }
    .skyscraper__content {
        padding: 40px 20px;
    }
}
@media (min-width: 1200px) {
    .lander-sidebar {
        padding-right: 60px;
    }

    .lander-main {
        padding-left: 60px;
    }

    .lander-main--skyscraper {
        flex-direction: row;
        padding: 0;
    }

    .skyscraper__content {
        padding: 80px 40px;
    }
}

/* How it works  */
.stepProcess {
    padding: 20px 0;
    clear: both;
    display: block;
}

.stepProcess>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stepProcess p:not(.img) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.stepProcess p.img {
    margin-top: 25px;
}

.stepProcess p.img.stacked-opo {
    margin-top: 25px;
}

.section__content li {
    margin: 12px 0;
}

.section__content table {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    margin: 1em auto;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
}

.section__content table th {
    text-align: left;
    font-weight: 700;
    padding: .5em 1em;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.section__content table td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: .5em 1em;
}

@media (min-width: 600px) {
    .stepProcess>div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .stepProcess--reverse>div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .stepProcess p.img {
        margin-right: 25px;
    }

    .stepProcess p.img.stacked-opo {
        margin-left: 25px;
    }

    .section__content table {
        display: table;
    }
}

/* Blog */
a.blog__breadcrumbs {
    color: #1C2021;
    text-decoration: none;
}

a.blog__breadcrumbs:hover,
a.blog__breadcrumbs:focus {
    text-decoration: underline;
}

.blog-article .content__main-title {
    text-align: left;
}

@media (min-width: 900px) {
    .blog-article .section__content h2 {
        font-size: 24px;
    }
}

.blog h5 {
    font-size: 1.2em;
    text-align: center;
}

.post+hr {
    background-color: #E8E3DA;
    height: 2px;
}

.post h2 {
    margin-top: 0;
    font-size: 23px;
}

.post a {
    color: #1C2021;
    text-decoration: none;
}

.post a:hover,
.post a:focus {
    text-decoration: underline;
}

/* Blog Authors */
.author__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 16px 0;
}

@media (min-width: 1200px) {
    .author__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.author__item a {
    text-decoration: none;
}

.author__item>a {
    max-width: 100%;
}

.author-card--wrapper {
    -webkit-box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    box-shadow: 5px 5px 20px rgba(173, 170, 163, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.author-card__img {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 300px;
    height: 300px;
}

.author-card__body {
    width: 100%;
    padding: 30px;
    position: relative;
}

.author-card__body::after {
    content: '\25B8';
    font-size: 30px;
    color: #0767A8;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.author .author--name,
.author .author--title {
    margin: 0;
}

.author .author--title {
    margin-top: 14px;
    font-weight: bold;
}

.about-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.about-author .author-card--wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
	min-width: 300px;
}

.about-author .author-info {
	width: 100%;
}

.about-author h2 {
    margin-top: 0;
}

.author-info h2 {
    text-align: center;
}

@media (min-width: 500px) {
    .author__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
    }

    .author-card--wrapper {
        width: 220px;
    }

    .author-card__img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 220px;
        height: 220px;
    }
}

@media (min-width: 650px) {
    .author-card--wrapper {
        width: 300px;
    }

    .author-card__img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 300px;
        height: 300px;
    }

    .about-author {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 40px;
    }

    .about-author .author-card--wrapper {
        padding-right: 20px;
    }

    .about-author .author-info {
        padding-left: 20px;
    }

    .author-info h2 {
        text-align: left;
    }
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Privacy Policy [/privacy-policy]
--------------------------------------------- */
.privacy-table {
    width: 100%;
    margin: 2em auto;
}

.privacy-table h2,
.privacy-table h3 {
    font-weight: bold;
}

.privacy-table h2 {
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 1.3em;
}

.privacy-table h3 {
    padding: 0 0 5px 0;
    margin-bottom: 0;
    font-size: 1.2em;
    color: #777;
    line-height: 1.33;
}

.privacy-row {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-bottom: 1em;
}

.privacy-row-full h3 {
    margin-top: 1em;
}

.privacy-table a {
    word-break: break-all;
}

.privacy-table .col ul,
.privacy-table .col ol {
    margin-bottom: 0;
}

.privacy-table .col.privacy-content p:last-of-type,
.privacy-table .privacy-row-full .col p:last-of-type {
    margin: 0;
}

.privacy-table .col.privacy-content {
    background-color: #fff;
}

.privacy-table .col.privacy-col-1-1,
.privacy-table .col.privacy-col-1-4,
.privacy-table .col.privacy-col-2-4,
.privacy-table .col.privacy-col-1-4--small,
.privacy-table .col.privacy-col-3-4--small,
.privacy-table .col.privacy-col-1-3--medium,
.privacy-table .col.privacy-col-2-3--medium {
    width: 100%;
}

.privacy-table ol {
    list-style-type: decimal;
    counter-reset: none;
    margin-bottom: 1em;
}

.privacy-table ol[type="a"] {
    list-style-type: lower-alpha;
}

.privacy-table ol li {
    text-indent: 0;
    margin-left: 0;
    counter-increment: none;
    padding-bottom: 0;
}

.privacy-table ol li::before {
    content: none;
    display: none;
}

.privacy-table ol ol {
    margin-bottom: 0;
}

.u-text-bold {
    font-weight: bold;
}

.u-padding-bottom {
    padding-bottom: 1em;
}

@media screen and (max-width: 450px) {
    .privacy-header .col {
        background-color: #fff;
    }

    .privacy-table.keep-as-table .privacy-header .col {
        background-color: #ecf0f1;
    }

    .privacy-table.keep-as-table h2,
    .privacy-table.keep-as-table h3 {
        font-size: 1.1em;
        margin: 0;
        padding: 0;
    }

    .privacy-table.keep-as-table p {
        margin-bottom: 0;
    }
}

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

    .privacy-table.keep-as-table h2,
    .privacy-table.keep-as-table h3 {
        font-size: 1em;
        line-height: 1.4;
    }
}

@media screen and (min-width: 451px) {
    .privacy-table {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-collapse: collapse;
    }

    .privacy-table h2,
    .privacy-table h3 {
        margin: 0;
    }

    .privacy-row h2 {
        padding-bottom: 1em;
    }

    .privacy-row-full h2 {
        padding-bottom: 5px;
    }

    .privacy-table h3 {
        padding: 15px 0 5px 0;
    }

    .privacy-row {
        display: table-row;
        border-bottom: 1px solid #ccc;
    }

    .privacy-row-full {
        border-bottom: 1px solid #ccc;
    }

    .privacy-table .col {
        display: table-cell;
        padding: 0 15px 15px 15px;
    }

    .privacy-header {
        background-color: #ecf0f1;
    }

    .privacy-header .col {
        vertical-align: bottom;
    }

    .privacy-header .col:not(:first-of-type) {
        background-color: #ecf0f1;
    }

    .privacy-table .col:not(:first-of-type) {
        border-left: 1px solid #ccc;
    }

    .privacy-table .col.privacy-label {
        background-color: #ecf0f1;
    }

    .privacy-table .col.privacy-col-1-1 {
        border-left: 1px solid #ccc;
    }

    .privacy-table .col.privacy-col-1-4 {
        width: 25%;
    }

    .privacy-table .col.privacy-col-1-4 {
        width: 25%;
    }

    .privacy-table .col.privacy-col-1-4--small {
        width: 25%;
    }

    .privacy-table .col.privacy-col-3-4--small {
        width: 75%;
    }

    .privacy-table .col.privacy-col-1-3 {
        width: 33.333333%;
    }

    .privacy-table .col.privacy-col-2-3 {
        width: 66.666666%;
    }
}

@media screen and (min-width: 801px) {
    .privacy-table .col.privacy-col-1-3--medium {
        width: 33.333333%;
    }

    .privacy-table .col.privacy-col-2-3--medium {
        width: 66.666666%;
    }
}

.privacy-table.keep-as-table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
}

.privacy-table.keep-as-table .col {
    display: table-cell;
    padding: 5px;
}

.privacy-table.keep-as-table .privacy-row {
    display: table-row;
    border-bottom: 1px solid #ccc;
}

.privacy-table.keep-as-table .privacy-row-full {
    border-bottom: 1px solid #ccc;
}

.privacy-table.keep-as-table .privacy-table .col {
    display: table-cell;
    padding: 15px;
}

.privacy-table.keep-as-table .privacy-header {
    background-color: #ecf0f1;
}

.privacy-table.keep-as-table .privacy-header .col {
    vertical-align: bottom;
}

.privacy-table.keep-as-table .col:not(:first-of-type) {
    border-left: 1px solid #ccc;
}

.privacy-table.keep-as-table .col.privacy-label {
    background-color: #ecf0f1;
}

.privacy-table.keep-as-table .col.privacy-col-1-1 {
    border-left: 1px solid #ccc;
}

.privacy-table.keep-as-table .col.privacy-col-1-4 {
    width: 25%;
}

.privacy-table.keep-as-table .col.privacy-col-2-4 {
    width: 50%;
}

.privacy-table.keep-as-table .col.privacy-col-1-4--small {
    width: 25%;
}

.privacy-table.keep-as-table .col.privacy-col-3-4--small {
    width: 75%;
}

.privacy-content>p {
    margin: 15px 0;
}

@media screen and (max-width: 450px) {
    .privacy-table.keep-as-table .col {
        padding: 5px;
    }
}

@media screen and (min-width: 451px) {
    .privacy-table.keep-as-table .col {
        padding: 0 15px;
    }
}