.logo-background {
    background-image: url(/dam/jcr_1ec3d3e7-25c2-4969-aa2f-53d4008fb6a6/logo-black--mini.svg);
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

p a.tooltipstered {
    color: #FF7900;
    text-decoration: none;
    font-size: 16px;
}

.flex .column-wrapper {
    width: 100%;
    display: flex;
    background-color: white;
    padding: 32px;
    border-radius: 8px;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.column-wrapper .icon {
    font-size: 2.375rem;
    margin-bottom: 10px;
}

.column-wrapper .text {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
}

.column-wrapper a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    font-family: 'Helvetica 75';
    color: #FF7900
}

@media (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
}

main section:nth-child(5) {
    padding-bottom: 0.5rem;
}

main section,
#to_form-s {
    background: #fafafa;
}

#to_form-s {
    padding-top: 0;
}

.to_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.to_form-i {
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: calc(33% - 12px);
    background: white;
    margin: 6px;
    height: 120px;
    padding: 20px 12px 20px 20px;
    border-radius: 8px;
    color: black;
    flex-direction: row;
    align-items: center;
}

.icon-b {
    width: 10%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.title-b {
    width: 90%;
}

.to_form-i h4 {
    font-family: 'Helvetica 75';
    font-size: 14px;
}

.to_form-i:hover {
    color: #FF7900
}

.form-o {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
}

.subtitle-section a {
    color: #FF7900;
    font-family: 'Helvetica 75';
}

.form-o a:hover {
    text-decoration: underline
}

.to_form-i .title-b div {
    font-family: 'Helvetica 55 Roman';
    font-size: 12px;
    line-height: 16.8px;
    color: rgba(102, 102, 102, 1);
}

.to_form-i span.icon-s {
    display: flex;
    color: black;
    font-size: 1.8rem;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}

main section:nth-child(8) .title-wrapper.title-center {
    padding-top: 1rem;
}

section.section#contact {
    padding: 0rem;
}

section.section#documents {
    padding: 1rem;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

p a.tooltipstered {
    color: #FF7900;
    text-decoration: none;
    font-size: 16px;
}

.flex .column-wrapper {
    width: 100%;
    display: flex;
    background-color: white;
    padding: 16px;
    border-radius: 8px;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.column-wrapper .icon {
    font-size: 2.375rem;
    margin-bottom: 10px;
}

.column-wrapper .text {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
}

.column-wrapper .title {
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    font-weight: bold;
}

.highlight {
    color: #FF7900;
}

.column-wrapper .title-b {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: #FF7900;
    font-weight: bold;
}

.column-wrapper a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    font-family: 'Helvetica 75';
    color: #FF7900
}

.column-wrapper a.text {
    font-size: 1rem;
    font-weight: 200;
    line-height: 22.4px;
    text-align: center;
    font-family: 'Helvetica 75';
    color: #000000;
    font-weight: normal;
}

.column-wrapper a.text-simple {
    font-size: 1rem;
    line-height: 22.4px;
    text-align: center;
    color: #000000;
    font-weight: normal;
    font-family: 'Helvetica 55 Roman';
}

@media (max-width: 940px) {
    .flex {
        flex-direction: column;
    }

    .to_form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    .to_form-i {
        display: flex;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        align-self: auto;
        order: 0;
        width: calc(50% - 12px);
    }
}

@media (max-width: 592px) {
    .to_form {
        flex-direction: column;
    }

    .to_form-i {
        width: 100%;
    }
}

a.btn.btn-primary[title='FAQ'] {
    margin-top: 3vw;
}

li.cta>* {
    display: none !important;
}

.section-banner-hero.section-banner-home .banner-hero-text {
    width: 60%;
    max-width: initial;
}

.banner-hero-text.black-box .linkTooltip {
    color: black;
    padding-left: 0;
}

.banner-hero-text .linkTooltip-container,
.banner-hero-buttons {
    margin-top: 1rem !important;
}

.blog-content {
    width: 100%;
}

.banner-hero-text.black-box>.banner-hero-description {
    font-size: 0.85rem;
    line-height: 1.2rem;
}

.banner-hero-text.black-box>.banner-hero-title {
    font-size: 1.85rem;
    line-height: 2.5rem;
}

.banner-hero-text.black-box {
    background: white;
}

.banner-hero-text.black-box>.banner-hero-description,
.banner-hero-text.black-box>.banner-hero-title {
    color: black;
}

#form-main {
    margin-top: 6.65rem;
    padding: 1rem;
    border: thin solid #e8e8e8;
    border-radius: 0.2rem;
}

.form-post-com {
    height: 65px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: HelveticaNeue, sans-serif;
    letter-spacing: normal;
}

.form-post-com input {
    border: none;
    display: block;
    height: 2rem;
}

.form-post-com label {
    font-size: 0.8rem;
}

.form-post-com input {
    border: none;
    display: block;
    height: 2rem;
    font-size: 1.25em;
}

.obf-pills-component .obf-pills-content section.section+.section {
    margin-top: 0rem;
}

main section.section:nth-child(3) .container p {
    font-size: 16px;
    line-height: 22.4px;
}

main section.section:nth-child(7) .container .blog-content-module {
    padding: 20px;
    background-color: #FFF;
    border-radius: 8px;
}

main section.section:nth-child(7) .container .blog-content-module {
    background-color: #EEEEEE;
}

main section.section:nth-child(7) .container .blog-content-module .blog-subtitle-module {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

main section.section:nth-child(7) .container .blog-content-module p {
    margin-bottom: 0px;
}

main section.section:nth-child(7) .container .blog-content-module p:nth-child(2) {
    font-size: 0.875rem;
}

.blog-content-module div.leftBox {
    border-left: 1px solid #000000;
    padding-left: 10px;
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 1.5rem 0;
}

.blog-content-module div.leftBox div:nth-child(1) {
    margin-bottom: 10px;
}

.blog-content-module div.leftBox a {
    font-family: 'Helvetica 75';
    text-decoration: underline;
    color: #000000;
    margin-left: 10px;
}

.blog-content-module div.leftBox a:hover {
    color: #FF7900;
}

main section.section:nth-child(7) {
    padding-top: 1rem;
}

main section.section:nth-child(3) {
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

main section.section:nth-child(10) .container .title-center>* {
    text-align: left;
    margin-left: 0;
    width: 100%;
}

main section.section:nth-child(10) .container .title-center {
    margin-left: 0;
    width: 100%;
    max-width: initial;
}

main section.section:nth-child(10) .container .obf-pills-component {
    align-items: flex-start;
}

ul.list-ref {
    display: flex;
    list-style: none;
    padding-left: 0 !important;
}

ul.list-ref li {
    display: flex;
}

ul.list-ref li a {
    font-family: "Helvetica 75";
    text-decoration: none !important;
    background: white;
    padding: 20px 12px 20px 20px;
    border-radius: 8px;
    margin-right: 12px;
}

ul.list-ref li a span:after {
    content: ">";
    display: flex;
    width: 25%;
}

section.section.section-banner-home.section-banner-hero {
    margin-bottom: 0;
}

main .section {
    margin-bottom: 0;
    padding-bottom: 0;
}

main section:nth-child(8) h2.banner-item-text-title:before {
    content: "Phishing";
    display: block;
    font-size: 2.45rem;
}

main section:nth-child(8) span.banner-item-text-tag.gray-tag,
main section:nth-child(11) .faq-item-description a:not(.tooltipstered) {
    display: none;
}

main section:nth-child(8) .title-wrapper.title-center {
    max-width: initial;
}

main section:first-child>.black-box .icon-text-wrapper.cols-3 {
    display: none;
}

main section:nth-last-child(-n + 3) i.icon-list-image {
    font-size: 1em;
}

main section:nth-last-child(-n + 3) li {
    margin-top: 0.15rem;
}

main section:nth-last-child(-n + 4) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

main section:nth-last-child(-n + 4) p,
main section:nth-last-child(-n + 3) p,
main section:nth-last-child(-n + 3) span {
    font-size: .875rem;
}

.faq-item-description a:not(.tooltipstered) {
    display: none;
}

/*vOrangeBank title */
.section-banner-hero.section-banner-home .banner-hero-title {
    color: black;
    line-height: 2.25rem;
}

.section-banner-hero.section-banner-home .banner-hero-title>p {
    font-size: 1.85rem;
}

.section-banner-hero.section-banner-home .banner-hero-title>p {
    font-size: 1.85rem;
    margin-top: 0;
}

.section-banner-hero.section-banner-home .banner-hero-description>p:nth-child(2) {
    margin-top: -1em;
}

@media (min-width: 744px) {
    .obf-pills-component .obf-pills-content div.tab-pane:nth-child(3) section:nth-child(1) {
        margin-bottom: 5rem;
    }
}

@media (min-width: 992px) {

    main section.section:nth-child(10) .container h2.blog-subtitle-module,
    main section.section:nth-child(6) .container h2.blog-subtitle-module,
    main section.section:nth-child(5) .container h2.blog-subtitle-module,
    main section.section:nth-child(3) .container h2.blog-subtitle-module {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .obf-pills-component .obf-pills-content section.section+.section {
        margin-top: 0rem;
    }

    .obf-pills-component .obf-pills-content div.tab-pane:nth-child(3) section:nth-child(1) {
        margin-bottom: 5rem;
    }
}

main .section:nth-child(11) .title-section,
main .section:nth-child(11) .title-wrapper,
main .section:nth-child(11) .obf-pills-component,
main .section:nth-child(11) .subtitle-section,
.obf-pills-component .obf-nav-pills {
    text-align: left;
    width: 100%;
}