﻿/* Plaid Based Landing page styles */

a, a:visited, a:hover, a:active, a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

button {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.2) 0 5px 20px;
    padding: 8px 49px;
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (max-width:767px) {
    button {
        padding: 7px 28px;
        width: 184px;
    }
}

a.btn-white {
    cursor: pointer;
    display: block;
    border-radius: 0;
    padding: 10px 20px;
    font: 14px/16px roboto-regular;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    color: #068659;
    border: 1px solid #fff;
    width: 140px;
}

@media only screen and (max-width:767px) {
    a.btn-white {
        margin-top: 30px;
        margin-bottom: 18px;
        margin-left: 0;
    }
}

@media only screen and (max-width:767px) {
    .hide-mobile {
        display: none;
    }
}

.header section {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 45px 20px;
}

@media only screen and (max-width:767px) {
    .header section {
        padding: 0;
    }
}

.header .logo {
    padding-left: 45px;
}

@media only screen and (max-width:767px) {
    .header .logo {
        padding-left: 20px;
    }
}

.header .applyNowButton {
    padding-right: 45px;
}

@media only screen and (max-width:767px) {
    .header .applyNowButton {
        padding-right: 20px;
    }
}

.header .applyNowButton a {
    border: 1px solid #068659;
    border-radius: 0;
    padding: 11px 30px;
}

@media only screen and (max-width:767px) {
    .header .applyNowButton a {
        padding: 10px 22px;
    }
}

.header .applyNowButton a:visited {
    color: #fff;
}

.checkmark {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #007b49;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .checkmark:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 15px;
        background-color: #007b49;
        left: 13px;
        top: 4px;
    }

    .checkmark:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 3px;
        background-color: #007b49;
        left: 8px;
        top: 16px;
    }

.container-fluid {
    text-align: center;
}

    .container-fluid.adc-hero {
        color: #fff;
        background-image: url(/-/media/campaigns/personal-banking/2020-q1-campaign/img/desktop_header_bg.png);
        background-size: cover;
        background-color: #068659;
        font-family: BNPP-Sans-Cond-Bold;
        text-transform: uppercase;
        padding-top: 100px;
        padding-bottom: 40px;
    }

@media only screen and (max-width:767px) {
    .container-fluid.adc-hero {
        background-image: url(/-/media/campaigns/personal-banking/2020-q1-campaign/img/mobile_header_bg.png);
        padding-top: 90px;
        padding-bottom: 35px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 58%;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid.adc-hero {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

.container-fluid.adc-hero .adc-hero-inner {
    max-width: 1200px;
    padding: 80px 160px 0;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    .container-fluid.adc-hero .adc-hero-inner {
        margin-left: auto;
        padding: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid.adc-hero .adc-hero-inner {
        margin-left: auto;
        padding: 80px 160px 30px;
    }
}

.container-fluid.adc-hero .adc-hero-inner .hero-subheading {
    font-family: BNPP-Sans-Bold;
    font-size: 34px;
    text-align: left;
    line-height: 66px;
    letter-spacing: 3px;
    margin-top: -10px;
    max-width: 1200px;
}

@media only screen and (max-width:767px) {
    .container-fluid.adc-hero .adc-hero-inner .hero-subheading {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid.adc-hero .adc-hero-inner .hero-subheading {
        margin-top: -20px;
        font-size: 20px;
        line-height: 40px;
        text-align: left;
    }
}

.container-fluid.adc-hero .adc-hero-inner .hero-subheading .hero-offer {
    font-family: BNPP-Sans-Cond-Bold;
    font-size: 74px;
    line-height: 64px;
    letter-spacing: 0;
    margin-top: -6px;
}

@media only screen and (max-width:767px) {
    .container-fluid.adc-hero .adc-hero-inner .hero-subheading .hero-offer {
        font-size: 42px;
        line-height: 36px;
        padding-top: 20px;
        margin-top: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid.adc-hero .adc-hero-inner .hero-subheading .hero-offer {
        font-size: 52px;
        line-height: 44px;
        margin-top: -6px;
    }
}

.container-fluid.adc-hero .adc-hero-inner .hero-subheading .hero-offer sup {
    font-size: .5em;
    top: 10px;
    padding-left: 5px;
    vertical-align: top;
}

@media only screen and (max-width:767px) {
    .container-fluid.adc-hero .adc-hero-inner .hero-subheading .hero-offer sup {
        top: 7px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid.adc-hero .adc-hero-inner .hero-subheading .hero-offer sup {
        top: 13px;
    }
}

.container-fluid.adc-hero .adc-hero-inner .hero-subheading-mobile {
    display: none;
}

@media only screen and (max-width:767px) {
    .container-fluid.adc-hero .adc-hero-inner .hero-subheading-mobile {
        font-family: roboto-light;
        font-size: 22px;
        line-height: 26px;
        display: block;
        text-transform: none;
        text-align: left;
        padding: 0 20px;
        padding-top: 30px;
    }
}

.container-fluid.adc-hero .adc-hero-inner .hero-subheading-mobile span {
    font-family: bnpp-sans-cond-bold;
    font-size: 54px;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
}

.container-fluid.adc-hero .hero-details {
    font-family: roboto-light;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 15px;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid.adc-hero .hero-details {
        line-height: 24px;
        padding-top: 0;
    }
}

@media only screen and (max-width:1199px) {
    .container-fluid.adc-hero .hero-details {
        font-size: 20px;
    }
}

.container-fluid.adc-hero .hero-details sup {
    font-size: .6em;
    top: 8px;
    padding-left: 3px;
    vertical-align: top;
}

@media only screen and (max-width:767px) {
    .container-fluid.adc-hero .hero-details sup {
        top: 7px;
    }
}

.container-fluid.adc-hero .hero-info {
    font-family: roboto-regular;
    font-size: 10px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: 0;
    text-transform: none;
}

.container-fluid.adc-hero .footnote-link {
    color: #fff;
    text-decoration: none;
}

.container-fluid .hero-box-desktop {
    font-size: 74px;
    line-height: 60px;
    margin-bottom: 60px;
    margin-left: 6%;
    display: inline-block;
    text-align: right;
}

@media only screen and (max-width:767px) {
    .container-fluid .hero-box-desktop {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid .hero-box-desktop {
        font-size: 52px;
        line-height: 42px;
        margin-bottom: 0;
        margin-left: 0;
        text-align: right;
    }
}

.container-fluid .hero-box-desktop .hero-box-outline {
    padding: 91px 14px 7px 14px;
    border: 6px solid #fff;
    text-align: right;
    margin-right: 45px;
    display: inline-block;
}

@media only screen and (max-width:767px) {
    .container-fluid .hero-box-desktop .hero-box-outline {
        padding: 0;
        border: 0;
        margin-right: 0;
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid .hero-box-desktop .hero-box-outline {
        padding-top: 59px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 6px;
        border: 6px solid #fff;
        margin-right: 38px;
    }
}

.container-fluid {
    text-align: center;
}

    .container-fluid .adc-cta-emailoffer {
        background-color: #fff;
        padding: 40px 20px 20px;
    }

@media only screen and (max-width:767px) {
    .container-fluid .adc-cta-emailoffer {
        padding: 30px 20px 30px;
        padding-top: 40px;
    }
}

.container-fluid .adc-cta-emailoffer-text, .container-fluid .adc-cta-confirmation-text {
    text-align: center;
}

    .container-fluid .adc-cta-emailoffer-text h2 {
        padding: 0 15% 30px;
        font: 30px/40px roboto-light;
        max-width: 1200px;
        margin: 0 auto;
    }

@media only screen and (max-width:767px) {
    .container-fluid .adc-cta-emailoffer-text h2 {
        padding: 0 0 15px;
        font: 20px/26px roboto-light;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid .adc-cta-emailoffer-text h2 {
        padding: 0 20% 30px;
    }
}

.container-fluid .adc-cta-emailoffer-text p {
    font: 16px/20px roboto-regular;
    font-style: italic;
}

.container-fluid .adc-cta-emailoffer-text .applyNowButton a.btn {
    margin-top: 0;
}

@media only screen and (max-width:767px) {
    .container-fluid .adc-cta-emailoffer-text .applyNowButton a.btn {
        width: 100%;
    }
}

.container-fluid .adc-cta-emailoffer-text .or {
    display: inline-block;
    width: 42px;
    height: 42px;
    left: 50%;
    background: transparent;
    background-color: #f0f8f5;
    color: #007b49;
    border-radius: 50%;
    margin: 35px 0;
    z-index: 10;
    font-family: roboto-regular;
    text-transform: lowercase;
    font-size: 18px;
    padding-top: 6px;
}

@media only screen and (max-width:767px) {
    .container-fluid .adc-cta-emailoffer-text .or {
        margin: 20px 0;
    }
}

@media only screen and (max-width:1199px) and (min-width:768px) {
    .container-fluid .adc-cta-emailoffer-text .or {
        margin: 20px 0;
    }
}

.container-fluid .adc-cta-confirmation-text {
    display: none;
    padding: 30px 0;
}

    .container-fluid .adc-cta-confirmation-text h2 {
        padding: 0 27% 10px;
        font: 20px/28px roboto-light;
    }

@media only screen and (max-width:767px) {
    .container-fluid .adc-cta-confirmation-text h2 {
        padding: 0 0 15px;
        font: 18px/22px roboto-light;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .container-fluid .adc-cta-confirmation-text h2 {
        padding: 0 15% 30px;
    }
}

.container-fluid .adc-cta-confirmation-text p {
    font: 12px/14px roboto-regular;
    font-style: italic;
}

.container-fluid #emailIFrame {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    text-align: center;
}

.adc-form {
    height: 165px;
    padding: 0;
}

    .adc-form iframe {
        overflow: hidden;
    }

        .adc-form iframe.mobile body section .orDiv {
            display: block !important;
            text-align: center !important;
            padding-bottom: 10px !important;
        }

            .adc-form iframe.mobile body section .orDiv p {
                margin-right: 0 !important;
                margin-top: 0 !important;
            }

        .adc-form iframe.mobile body section .formDiv {
            display: block !important;
        }

        .adc-form iframe.mobile body section div {
            text-align: center !important;
        }

        .adc-form iframe.mobile body section p.sub-text {
            font-size: 10px !important;
        }

@media only screen and (max-width:767px) {
    .adc-form {
        height: 225px;
    }
}

section.adc-feature-points {
    text-align: center;
    padding: 60px 0 85px;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    section.adc-feature-points {
        padding: 0 20px 30px;
        padding-top: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    section.adc-feature-points {
        padding: 40px 80px 60px;
    }
}

section.adc-feature-points .adc-feature-item {
    text-align: center;
    padding-right: 22%;
    padding-left: 22%;
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-item {
        padding-bottom: 20px;
        padding-right: 22%;
        padding-left: 22%;
    }
}

section.adc-feature-points .adc-feature-item img {
    height: 80px;
    width: 80px;
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-item img {
        height: 65px;
        width: 65px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    section.adc-feature-points .adc-feature-item img {
        height: 70px;
        width: 70px;
    }
}

section.adc-feature-points .adc-feature-item p {
    padding-top: 20px;
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-item p {
        padding-top: 10px;
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-points-row div:nth-of-type(3n+0) .adc-feature-item {
        padding-right: 22%;
        padding-left: 22%;
    }
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-points-row {
        padding-bottom: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    section.adc-feature-points .adc-feature-points-row {
        padding-top: 0;
    }
}

section.adc-feature-points .adc-feature-points-title {
    font: 30px/40px roboto-light;
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-points-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 46px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    section.adc-feature-points .adc-feature-points-title {
        font-size: 30px;
        line-height: 36px;
    }
}

section.adc-feature-points .adc-feature-points-copy p {
    font: 16px/26px roboto-regular;
    text-align: center;
}

    section.adc-feature-points .adc-feature-points-copy p:last-of-type {
        padding-bottom: 50px;
    }

section.adc-feature-points .adc-feature-points-image {
    text-align: left;
    padding-top: 120px;
    position: absolute;
    margin-left: -10px;
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-points-image {
        padding-top: 0;
        position: relative;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    section.adc-feature-points .adc-feature-points-image {
        position: relative;
        text-align: center;
        padding-top: 20px;
        margin-left: 0;
        padding-bottom: 40px;
    }
}

section.adc-feature-points .adc-feature-points-image img {
    height: 270px;
    width: 270px;
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-points-image img {
        height: 208px;
        width: 208px;
    }
}

@media only screen and (max-width:767px) {
    section.adc-feature-points .adc-feature-points-image {
        padding-bottom: 50px;
        text-align: center;
    }
}

section.adc-feature-points .footnote-link {
    color: #068659;
    text-decoration: none;
}

.adc-cta-final {
    background-image: url(/-/media/campaigns/personal-banking/2020-q1-campaign/img/desktop_footer_bg.png);
    background-size: cover;
    background-color: #068659;
    background-position: 2% 0%;
}

@media only screen and (max-width:767px) {
    .adc-cta-final {
        background-image: url(/-/media/campaigns/personal-banking/2020-q1-campaign/img/mobile_footer_bg.png);
    }
}

.adc-cta-final section.adc-cta-final-inner {
    max-width: 1200px;
    padding: 60px 160px;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    .adc-cta-final section.adc-cta-final-inner {
        padding: 50px 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .adc-cta-final section.adc-cta-final-inner {
        padding: 60px 160px;
    }
}

.adc-cta-final section.adc-cta-final-inner .adc-cta-final-box {
    color: #fff;
    border: 5px solid #fff;
    font-family: BNPP-Sans-Cond-Bold;
    font-size: 60px;
    line-height: 50px;
    text-align: right;
    text-transform: uppercase;
    width: 255px;
    margin: 0 30px 0 auto;
    padding-top: 95px;
    padding-left: 30px;
    padding-right: 10px;
}

@media only screen and (max-width:767px) {
    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-box {
        margin: 0 auto;
    }
}

.adc-cta-final section.adc-cta-final-inner .adc-cta-final-box sup {
    top: -.75em;
    font-size: 50%;
}

.adc-cta-final section.adc-cta-final-inner .adc-cta-final-content {
    color: #fff;
    text-align: left;
}

    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-content p:nth-of-type(1) {
        font-family: BNPP-Sans-Cond-Bold;
        font-size: 56px;
        line-height: 60px;
        text-transform: uppercase;
    }

@media only screen and (max-width:767px) {
    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-content p:nth-of-type(1) {
        font-size: 54px;
        line-height: 44px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-content p:nth-of-type(1) {
        line-height: 44px;
    }
}

.adc-cta-final section.adc-cta-final-inner .adc-cta-final-content p:nth-of-type(2) {
    font-family: roboto-light;
    font-size: 24px;
    line-height: 38px;
}

@media only screen and (max-width:767px) {
    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-content p:nth-of-type(2) {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-content p:nth-of-type(2) {
        line-height: 32px;
    }
}

@media only screen and (max-width:1199px) {
    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-content p:nth-of-type(2) br {
        display: none;
    }
}

.adc-cta-final section.adc-cta-final-inner .adc-cta-final-button {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

@media only screen and (max-width:767px) {
    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-button {
        text-align: left;
    }
}

@media only screen and (max-width:767px) {
    .adc-cta-final section.adc-cta-final-inner .adc-cta-final-button a.btn-white {
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: 0;
        width: 100%;
        text-align: center;
        border-radius: 0;
    }
}

.adc-cta-final section.adc-cta-final-inner p.small {
    font-size: 12px;
}

.adc-cta-final .footnote-link {
    color: #fff;
    text-decoration: none;
}

.adc-closing {
    background-color: #f8f8f8;
}

    .adc-closing .adc-closing-inner {
        max-width: 1200px;
        padding: 0 160px;
        margin: 0 auto;
    }

@media only screen and (max-width:767px) {
    .adc-closing .adc-closing-inner {
        padding: 0;
    }
}

.adc-closing .adc-closing-inner h2 {
    padding-bottom: 20px;
}

.disclosures {
    border: 0;
    text-align: left;
    max-width: 1200px;
    padding: 60px 0 0;
    margin: 0 auto;
}

@media only screen and (max-width:320px) {
    .disclosures {
        padding: 34px 20px 0;
    }
}

@media only screen and (min-width:321px) and (max-width:767px) {
    .disclosures {
        padding: 34px 20px 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .disclosures {
        padding: 50px 0 0;
    }
}

footer.mini {
    border: 0;
    text-align: left;
    max-width: 1200px;
    padding: 0 160px;
    padding-bottom: 20px;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    footer.mini {
        padding: 0 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    footer.mini {
        padding: 0 60px 10px;
    }
}
