/*! 5520 06/09/2020 02:22 PM Copyright 2017 USAA. All Rights Reserved. */
h2 {
    color: #424951;
    font-size: 2.25em;
    font-family: 'Mercury Display', Times, serif
}

h3 {
    color: #424951;
    font-weight: 700;
    line-height: 1.4em
}

span.bold {
    font-weight: 700
}

span.italic {
    font-style: italic
}

span.keepTogether {
    white-space: nowrap
}

.page-wrapper .main-content .page-content .wcm-content .section p {
    color: #424951;
    line-height: 1.5em;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Gotham Narrow', Arial, sans-serif
}

.page-wrapper .main-content .page-content .wcm-content sup {
    font-size: 0.6em;
    letter-spacing: 0.005em;
    bottom: 0;
    vertical-align: super !important
}

.page-wrapper .main-content .page-content .wcm-content .section sup {
    top: 0
}

.section {
    padding: 90px 30px;
    background-color: #fff
}

.animateInLeft {
    -webkit-animation: animateInLeft 1s cubic-bezier(0.86, 0, 0.07, 1);
    animation: animateInLeft 1s cubic-bezier(0.86, 0, 0.07, 1)
}

.animateInRight {
    -webkit-animation: animateInRight 1s cubic-bezier(0.86, 0, 0.07, 1);
    animation: animateInRight 1s cubic-bezier(0.86, 0, 0.07, 1)
}

.animateOutLeft {
    -webkit-animation: animateOutLeft 1s cubic-bezier(0.86, 0, 0.07, 1);
    animation: animateOutLeft 1s cubic-bezier(0.86, 0, 0.07, 1)
}

.animateOutRight {
    -webkit-animation: animateOutRight 1s cubic-bezier(0.86, 0, 0.07, 1);
    animation: animateOutRight 1s cubic-bezier(0.86, 0, 0.07, 1)
}

.pulse::before {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1)
}

@-webkit-keyframes animateInLeft {
    0% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@keyframes animateInLeft {
    0% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes animateInRight {
    0% {
        left: -100%
    }

    100% {
        left: 0
    }
}

@keyframes animateInRight {
    0% {
        left: -100%
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes animateOutLeft {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@keyframes animateOutLeft {
    0% {
        left: 0
    }

    100% {
        left: -100%
    }
}

@-webkit-keyframes animateOutRight {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

@keyframes animateOutRight {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes animateUp {
    0% {
        max-height: 500px;
        opacity: 1
    }

    100% {
        max-height: 0;
        opacity: 0
    }
}

@keyframes animateUp {
    0% {
        max-height: 500px;
        opacity: 1
    }

    100% {
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes animateDown {
    0% {
        max-height: 0;
        opacity: 0
    }

    100% {
        max-height: 300px;
        opacity: 1
    }
}

@keyframes animateDown {
    0% {
        max-height: 0;
        opacity: 0
    }

    100% {
        max-height: 300px;
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 45px rgba(224, 222, 220, 0);
        box-shadow: 0 0 0 45px rgba(224, 222, 220, 0)
    }
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 45px rgba(224, 222, 220, 0);
        box-shadow: 0 0 0 45px rgba(224, 222, 220, 0)
    }
}

.brandBanner--thematic .brandBanner-backgroundPhoto {
    width: 50%;
    left: 50%
}

.brandBanner--thematic .brandBanner-content {
    padding-bottom: 90px !important
}

.brandBanner--thematic .brandBanner-content .brandBanner-primaryHeading {
    margin-bottom: 30px
}

.three-pack-section {
    text-align: center
}

.three-pack-section h2 {
    margin-bottom: 30px
}

.three-pack-section .three-pack-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.three-pack-section .three-pack-container .three-pack {
    padding: 15px 0;
    margin: 0 15px
}

.three-pack-section .three-pack-container .three-pack:last-of-type {
    padding-bottom: 0
}

.three-pack-section .three-pack-container .three-pack h3 {
    color: #0d2f4c;
    margin-bottom: 5px
}

.three-pack-section .three-pack-container .three-pack p {
    font-size: 16px
}

.how-to-section {
    padding: 90px;
    background-color: #f7f9f9;
    counter-reset: panel
}

.how-to-section .header-block {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px
}

.how-to-section .header-block span.glyph-sunrise {
    font-size: 4em
}

.how-to-section .header-block h2 {
    margin-bottom: 15px
}

.how-to-section .header-block p {
    font-size: 16px
}

.how-to-section .tabs-block {
    text-align: center
}

.how-to-section .tabs-block .tabs--nav {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px;
    width: 60%
}

.how-to-section .tabs-block .tabs--nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #086b94
}

.how-to-section .tabs-block .tabs--nav a::after {
    display: block;
    content: '';
    height: 3px;
    width: 80%;
    background-color: #d0cfce;
    margin: 2px auto 0;
    -webkit-transition: width 0.25s linear;
    transition: width 0.25s linear
}

.how-to-section .tabs-block .tabs--nav a:hover,
.how-to-section .tabs-block .tabs--nav a:focus {
    text-decoration: none !important
}

.how-to-section .tabs-block .tabs--nav a:hover::after {
    width: 100%;
    -webkit-transition: width 0.25s linear;
    transition: width 0.25s linear
}

.how-to-section .tabs-block .tabs--nav a:first-of-type {
    margin-right: 2em
}

.how-to-section .tabs-block .tabs--nav a.active {
    color: #676a6e;
    border-bottom: 3px solid #086b94
}

.how-to-section .tabs-block .tabs--nav a.active::after {
    width: 100%;
    height: 0;
    -webkit-transition: width 0.25s linear;
    transition: width 0.25s linear;
    border-color: #086b94
}

.how-to-section .tabs-block .tabs--content .tabcontent {
    display: none
}

.how-to-section .tabs-block .tabs--content .tabcontent.active {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .accordion {
    width: 65%
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .accordion .accordion-container .panel {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 30px;
    list-style: none
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .accordion .accordion-container .panel .panel--link {
    font-size: 18px;
    text-decoration: none;
    color: #676a6e;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .accordion .accordion-container .panel .panel--link::before {
    counter-increment: panel;
    content: counter(panel);
    margin-right: 25px;
    border-radius: 50%;
    background-color: #e0dedc;
    -webkit-box-shadow: 0 0 0 0 rgba(224, 222, 220, 0.75);
    box-shadow: 0 0 0 0 rgba(224, 222, 220, 0.75);
    text-align: center;
    line-height: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .accordion .accordion-container .panel.active .panel--link {
    color: #086b94
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .accordion .accordion-container .panel.active .panel--link::before {
    color: #fff;
    background-color: #086b94
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .accordion .accordion-container .panel p {
    opacity: 0;
    max-height: 0;
    width: 80%;
    margin-left: 60px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s linear, opacity 0.25s 0.25s linear;
    transition: max-height 0.5s linear, opacity 0.25s 0.25s linear
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .accordion .accordion-container .panel.active p {
    opacity: 1;
    height: 100%;
    max-height: 450px;
    width: 80%;
    margin-left: 60px;
    -webkit-transition: max-height 0.5s linear, opacity 0.25s 0.25s linear;
    transition: max-height 0.5s linear, opacity 0.25s 0.25s linear
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .device-slides {
    position: relative
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .device-slides .slides-container {
    position: absolute;
    top: 58px;
    left: 43px;
    overflow: hidden;
    width: 224px;
    height: 395px
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .device-slides .slides-container .slide {
    position: absolute;
    width: 100%;
    display: none
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .device-slides .slides-container .slide.active {
    display: block
}

.how-to-section .tabs-block .tabs--content .tabcontent.active .device-slides .os-logos {
    position: absolute;
    top: 480px;
    right: -65px
}

.safe-money-section {
    padding: 0;
    background-image: url(../Media/ent_zelle_secure_banner_img.jpg);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    min-height: 500px
}

.safe-money-section .content-block {
    width: 50%;
    min-height: 500px;
    padding: 90px 60px;
    margin-left: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 57, 91, 0.3)), to(rgba(18, 57, 91, 0.3))), url(../Media/ent_zelle_secure_bg_image.jpg) center/cover no-repeat;
    background: linear-gradient(to bottom, rgba(18, 57, 91, 0.3), rgba(18, 57, 91, 0.3)), url(../Media/ent_zelle_secure_bg_image.jpg) center/cover no-repeat;
    background-color: #12395b;
    text-align: left
}

.safe-money-section .content-block h2 {
    margin-bottom: 30px;
    color: #fff;
    width: 60%
}

.safe-money-section .content-block p {
    font-size: 18px;
    color: #ffffff !important;
    line-height: 1.5em
}

.faq-section {
    padding: 90px 15px
}

.faq-section h2.usaa-heading {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 30px
}

.faq-section .tridion_FAQs {
    margin-bottom: 30px
}

.faq-section .tridion_FAQs .ec-all-wrapper a.ec-all {
    border-bottom: 1px solid #086b94
}

.faq-section .tridion_FAQs .ec-all-wrapper a.ec-all span.ecArrow {
    display: none
}

.faq-section .tridion_FAQs .ec-content {
    border: none;
    border-bottom: 1px solid #d0cfce;
    background: #fff
}

.faq-section .tridion_FAQs .ec-content h2.ec-hd a {
    font-size: 18px;
    font-family: 'Gotham Narrow', Arial, sans-serif
}

.faq-section .tridion_FAQs .ec-content h2.ec-hd span.ec-state-wrapper .ecIcon {
    font-size: 1em
}

.faq-section .tridion_FAQs .ec-content .ec-bd {
    margin-left: 19px;
    margin-bottom: 15px
}

.faq-section .tridion_FAQs .ec-content .ec-bd p {
    margin: 0 0 15px
}

.faq-section .tridion_FAQs .ec-content .ec-bd ol {
    padding-left: 20px
}

.faq-section .cta-block {
    text-align: center
}

.faq-section .cta-block a,
.faq-section .cta-block a:hover,
.faq-section .cta-block a span.glyph-chevron-right:hover {
    text-decoration: none !important
}

.faq-section .cta-block a span.glyph-chevron-right {
    font-size: 0.75em
}

.faq-section .cta-block a span.link-text:hover {
    text-decoration: underline
}

.how-to-section.iphone-x .phone-container,
.how-to-section.iphone-x .phone {
    z-index: 9999 !important;
    position: relative
}

.how-to-section.iphone-x .tabs-block .tabs--content .tabcontent.active .device-slides .slides-container {
    z-index: 0
}

.how-to-section.iphone-x .tabs-block .tabs--content .tabcontent.active .device-slides {
    z-index: 0
}

.how-to-section.iphone-x .tabs-block .tabs--content .tabcontent.active .device-slides .slides-container .slide {
    z-index: 0
}

.how-to-section.iphone-x .tabs-block .tabs--content .tabcontent.active .device-slides .slides-container {
    top: 10px !important;
    left: 43px !important;
    height: 487px !important;
    width: 225px !important
}

.text-underline {
    text-decoration: underline !important
}