/*Small Promos*/
.mod-tile-wrap-horiz .mod-tile-image-wrap .mod-tile-image{
	object-fit: scale-down;
	max-height: 100%;
}
.mod-tile-body{
	padding-top: 2.5em;
}

@media screen and (max-width:1200px){
    .mod-tile-body{
	padding-top: 0em;
}
}
.mod-tile-wrap {
padding: 3em 0em;
}

.mod-tile:hover .mod-tile-button, .mod-tile:focus .mod-tile-button {
	background: #8d6800;
	color: white;
}
.mod-tile-button, .mod-tile-wrap-horiz .mod-tile-overlay .mod-tile-button{
	margin: 4.26em auto 0 auto;
}
.mod-tile-wrap-outer {
    background: #ffffff;
}
.mod-tile {
    background: #ffffff;
    height: 20em;
}

p.mod-simple-promo-text {
    font-size: .9em;
    font-weight: 300;
    line-height: 1.78em;
    color: #414141;
}

@media screen and (max-width:800px){
p.mod-simple-promo-text {
    text-align: center;
}
}

p.mod-simple-promo-headline {
    padding: 0 0 .25em 0;
    font-size: 2.1em;
    font-weight: 900;
    line-height: 1em;
    color: #414141;
}

@media screen and (max-width:800px){
p.mod-simple-promo-headline {
    text-align: center;
}
}

/* New Bank RESET */
html {
	font-family: Helvetica, 'Montserrat', Arial, sans-serif;
	font-size: 20px;
	line-height: 1.6em;
}

.mod-tile-wrap-horiz .mod-tile-image-wrap{
	height:10em;
}

/*Footer*/
.column-footer .mod-footer-column p, .column-footer .mod-footer-column a, .column-footer .mod-footer-column .mod-footer-column-title {
    display: block;
    padding: 0em 0 .5em 0;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.2em;
    color: #000000;
    text-align: center;
}

@media screen and (max-width:1200px){
    .column-footer .mod-footer-column p, .column-footer .mod-footer-column a, .column-footer .mod-footer-column .mod-footer-column-title{
        font-size: .75em;
    }
}

@media screen and (max-width:1200px){
.mod-footer-column-title:nth-child(1){
        font-size: .75em !important;
        font-weight: bold !important;
    }
}


.mod-footer-social-wrap p a, .mod-footer-copyright-wrap p a {
    font-size: 1em;
    color: #000000;
    text-decoration: none;
}

.mod-footer-social-wrap p, .mod-footer-copyright-wrap p {
    padding: 0;
    font-size: .7em;
    line-height: 1.2em;
    color: black;
}

.mod-footer-wrap {
    background: #ececec;
}

.mod-footer-social-wrap a, .mod-footer-copyright-wrap a {
    font-size: .7em;
    line-height: 1.2em;
    color: #000000;
}

/*Main Promo*/
.mod-hero-rotator.slick-initialized.slick-slider.slick-dotted {
    bottom: 6em;
}

.mod-hero-headline {
    font-size: 3.5em;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
    color: #002b5e;
    font-weight: bold;
}

.mod-hero-rotator-slide.slick-slide {
    min-height: 1000px;
    overflow: hidden;
}

span.mod-hero-button.headline-first:hover {
    color: #ffffff;
    background: #2888f9;
    border: #2888f9;
}

.mod-hero-content-wrap {
    position: absolute;
    display: block;
    width: 50em;
    height: 100%;
    top: 0;
    padding-left: 1em;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    left: 0%;
    margin: 0em;
}

span.mod-hero-button.headline-first {
    position: relative;
    display: inline-block;
    padding: .9em 1.6em;
    font-size: .75em;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    background: #002b5e;
    border: #002b5e;
    border-radius: 0;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.mod-hero-button:hover, .mod-hero-button:focus {
    color: #ffffff;
    background: #2888f9;
}

@media screen and (max-width: 1200px){
.mod-hero-content-wrap {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    padding-left: 1em;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 10%, rgba(248, 246, 236, 1) 33%, rgba(248, 246, 236, 0) 100%);
    left: 0%;
    margin: 0em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-end;
}
}



@media screen and (max-width: 1200px){
.mod-hero-vertical-center {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
}

span.mod-hero-headline.headline-first.xl {
    font-size: 3.5em;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
    color: #002b5e;
    font-weight: bold;
}

@media screen and (max-width: 1200px){
span.mod-hero-headline.headline-first.xl {
    font-size: 2.5em;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
    color: #002b5e;
    font-weight: bold;
}
}

@media screen and (max-width: 600px){
span.mod-hero-headline.headline-first.xl {
    font-size: 1.5em;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
    color: #002b5e;
    font-weight: bold;
}
}

.mod-hero-subline {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.3em;
    color: #2b2b2b;
    text-align: left;
}

@media screen and (max-width: 1200px){
.mod-hero-subline{
    font-size: .9em;
    text-align: center;
}
}

div#hero-1 {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
}
.mod-hero-rotator-slide-link {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    height: 25em;
}
img.mod-hero-image.fit-in-frame {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
img.mod-hero-image.fit-in-frame{

}
}

.mod-hero-rotator {
    padding: 0;
    min-height: 0;
    height: 50em;
}

@media screen and (max-width: 1200px) {
.mod-hero-rotator {
    padding: 0;
    min-height: 0;
    height: 25em;
}
}

.mod-hero-vertical-center {
    width: 100%;
    position: relative;
    left: 0px;
    right: 1em;
    padding: 0em 0em 0em 0em;
    margin-left: 28%;
    text-align: left;
}

@media screen and (max-width:1200px) {

.mod-hero-vertical-center {
    width: 100%;
    position: relative;
    left: 0px;
    padding: 0em 3em 3em 3em;
    margin-left: 0;
    text-align: left;
}

}

/*Login Button*/
.mod-navigation-login-link {
    position: relative;
    display: inline-block;
    padding: .9em 1.6em;
    font-size: .75em;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    background: #002b5e;
    border: #002b5e;
    border-radius: 0;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

@media screen and (max-width:600px){
    .mod-navigation-login-link {
    font-size: .5em;
    left: 3em;
    }
}

.mod-navigation-login-link:hover, .mod-navigation-login-link:focus {
    color: #ffffff;
    background: #2888f9;
}

.mod-navigation-login-link::before, .mod-navigation-login-link:before {
    color: #ffffff;
    opacity: 0.5;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.mod-navigation-login-link:hover::before, .mod-navigation-login-link:hover:before, .mod-navigation-login-link:focus::before, .mod-navigation-login-link:focus:before {
    color: white;
    opacity: 1;
}

/*Logo*/
.mod-navigation-logo-v9 img {
    height: 75%;
}

/*Menu*/

.mod-navigation {
    position: relative;
    display: block;
    z-index: 600;
    background: #ffffffc7;
    margin: 0em;
    padding: 0em 2em;
}

.mod-navigation-children .mod-navigation-link {
    min-width: 11em;
    width: auto;
    padding: .25em 0em;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2em;
    color: #000000;
    text-transform: none;
    opacity: 1;
}
.mod-navigation-children {
    background: #f7f7f7;
}

@media screen and (min-width:1200px){
.mod-navigation-children {
    position: absolute;
    display: none;
    max-width:100%;
    width: auto;
    height: auto;
    top: 100%;
    left: 30px;
    right:0;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    z-index: 502;
}
}

.mod-navigation-group {
    padding: 2em 2.75em;
    background: #e9e9e9;
}

.mod-page-wrap {
    position: relative;
    display: block;
    width: 100%;
    min-height: 25em;
    height: auto;
    padding: 10em 0;
    background: white;
    bottom: 6em;
}

@media screen and (min-width:1200px){
.mod-navigation:not(.mod-navigation-collapsed) .mod-navigation-section-short:last-child .mod-navigation-children {
  right: 18em;
}
}

@media screen and (max-width: 1200px) {
    .mod-navigation-link, .mod-navigation-link:hover, .mod-navigation-link:focus, .mod-navigation-section:hover .mod-navigation-link, .mod-navigation-section:focus .mod-navigation-link {
        color: #2a2a2a;
        background: #e9e9e9;
    }
}

@media screen and (max-width: 1200px) {
    button.mod-navigation-link-acs {
        display: block;
        border: none;
        width: 100%;
        background:#e9e9e9;
    
    }
}

@media screen and (max-width: 1200px) {
    .collapsed .mod-navigation-children, .collapsed .mod-navigation-link, .collapsed .mod-navigation-link:hover, .collapsed .mod-navigation-link:focus, .collapsed .mod-navigation-section:hover .mod-navigation-link, .collapsed .mod-navigation-section:focus .mod-navigation-link, .mod-navigation-section.collapsed:hover .mod-navigation-link, .mod-navigation-section.collapsed:focus .mod-navigation-link {
        background: #efefef;
    }
}

@media screen and (max-width: 1200px) {
    .collapsed .mod-navigation-link-parent::before, .collapsed .mod-navigation-link-parent:before {
        content: '';
        position: absolute;
        display: block;
        width: 1em;
        height: 1em;
        font-weight: 100;
        background: url(/images/navSprite.png) no-repeat 0 0;
        background-size: 13px auto;
        text-align: center;
        filter: invert(.75);
    }
}

@media screen and (max-width: 1200px) {
    .mod-navigation-link-parent::before, .mod-navigation-link-parent:before {
        background: url(/images/navSprite.png) no-repeat 0 -26px;
        width: .75em;
        height: .75em;
        background-size: 100% auto;
        opacity: 1;
        filter: invert(1);
    }
}

@media screen and (max-width: 1200px) {
    .mod-navigation-close {
        position: absolute;
        display: block;
        background: none;
        border: none;
        width: 3em;
        height: 3em;
        top: 0;
        right: .7em;
        font-size: 1em;
        color: #e2e2e2;
        text-align: center;
        text-decoration: none;
        z-index: 10;
        -moz-transition: .25s;
        -o-transition: .25s;
        -ms-transition: .25s;
        transition: .25s;
        filter: invert(.75);
    }
}

a.mod-navigation-link.mod-navigation-mobile-only.mod-navigation-root-link {
    display: none;
}

.mod-navigation-icon::before, .mod-navigation-icon:before, .mod-navigation-icon::after, .mod-navigation-icon:after {
    border-color: #3f3f3f;
}

/*Styling*/
h1.h1style {
    color: #002b5e;
    font-weight: bold;
    font-size: 3em;
}

@media screen and (max-width:500px){
h1.h1style {
    font-size: 1.75em;
}
}

.h3style {
    padding: 0 0 .25em 0;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #002b5e;
}

@media screen and (max-width: 600px) {
    .h3style {
        font-size: 1em;
    }
}

p.h3style {
    color: #002b5e;
    font-weight: bold;
    font-size: 2em;
}

/*Non Home Header*/
.mod-content-image-overlay-center {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
    padding: 7% 3%;
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    align-content: flex-end;
    height: 100%;
}
.mod-content-image-banner .h1style, .mod-content-image-banner h1, .mod-content-image-headline {
    position: relative;
    padding: 0;
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2em;
    color: #002b5e;
}

@media screen and (max-width:800px){
.mod-content-image-banner .h1style, .mod-content-image-banner h1, .mod-content-image-headline{
    font-size: 2em;
}
}

.h1.mod-content-image-headline {
    position: relative;
    padding: 0;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    color: #002b5e;
}
.mod-content-image-banner {
    height: 30em;
    background: #002469;
    bottom: 6em;
}

.mod-content-image-banner img {
    object-fit: cover;
}

@media screen and (max-width:800px){
.mod-content-image-banner img {
        width: 100%;
        height: 100%;
        left: -36em;
        position: absolute;
        width: auto;
        top: 0em;
        right: 0em;
        bottom: 0em;
        max-width: none;
} 
}

@media screen and (max-width:600px){
.mod-content-image-banner img {
        left: -46em;
} 
}


.mod-content-image-subheadline {
    position: relative;
    padding: 0;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.1em;
    color: #000000;
}

/*Button Styling*/
.defaultCTA {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 14em;
    max-width: 100%;
    margin: .5em 0 0 0;
    padding: 1em 3.3em 1em 1.5em;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    color: #002b5e;
    background: white;
    border: 1px solid #002b5e;
    border-radius: 2em;
    word-break: break-all;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

/*Button Hover*/
.defaultCTA:hover::after, .defaultCTA:hover:after, .defaultCTA:focus::after, .defaultCTA:focus:after {
    color: white;
    opacity: 1;
}

.defaultCTA:hover, .defaultCTA:focus {
    color: white;
    background: #002b5e;
}


/*Upper Bar*/
.mod-navigation, .mod-collapsed-navigation {
    background: #ffffffad;
}

@media screen and (max-width:1200px){
    .mod-navigation, .mod-collapsed-navigation {
    position: relative;
}
}


/*Questions? Button*/
.content-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 25em;
}

.text-area {
    flex: 1;
    padding: 40px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-area {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.cta-button {
    display: inline-block;
    padding: 12px 24px;
    margin-top: 20px;
    background: #5c2a52;
    color: white;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    border: none;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #42203e;
}

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        height: auto;
    }

    .text-area, .image-area {
        width: 100%;
    }

    .image-area img {
        min-height: 20vh;
    }
}

/*Small Promo*/
.mod-simple-promo-table {
    position: relative;
    display: table;
    width: 100%;
    max-width: 75%;
    margin: 1em auto;
    background: #f0f0f0;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    align-content: center;
}

.mod-simple-promo-wrap:hover {
    background: white;
}

/* Button */
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background: white;
    color: #002b5e;
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: uppercase;
    border: 2px solid #002b5e;
    border-radius: 3em;
}
.cta-button:hover {
    background: #002b5e;
    color:white;
}

.cta-button:focus{
    background: #002b5e;
    color:white;
}

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
        flex-direction: column-reverse;
    }

    .text-area {
        max-width: 100%;
        padding: 15px;
    }

    .image-area {
        max-width: 100%;
    }

    .image-area img {
        max-height: 300px;
        object-fit: cover;
    }
}

@media screen and (max-width:800px){
.text-area .cta-button {
    width:100%
}
}

a.mod-simple-promo-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background: white;
    color: #002b5e;
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: uppercase;
    border: 2px solid #002b5e;
    border-radius: 3em;
}

@media screen and (max-width:800px){
a.mod-simple-promo-button{
    text-align:center;
}
}

.mod-simple-promo-button:hover, .mod-simple-promo-button:focus {
    color: white;
    background: #002b5e;
}

/*Cards*/
.IconWrap {
    display: flex;
    flex-wrap: wrap;
}
.cards-section {
    display: flex;
    gap: 20px; 
    justify-content: center;
    flex-wrap: wrap; 
}

.AppGoogle {
    width: 49%;
}
.AppApple {
    width: 49%;
}

.card {
    background: #f7f7f7; 
    border-radius: 0 0 10px 10px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
    width: 49%;
    overflow: hidden;
}

.card-header {
    background: #002b5e;
    height: 20px;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #333;
}

.card-content p {
    font-size: 1em;
    color: #555;
}

@media (max-width: 768px) {
    .cards-section {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
    }
}


/*Locations*/
.mod-content-image-banner.hasColorOverlay img {
opacity: 1;
filter: none;
}

a.mod-location-information-button {
    border: 2px solid #002b5e;
    border-radius: 3em;
    text-transform: uppercase;
    background: white;
    color: #002b5e;
    transition: background 0.3s ease;
}
a.mod-location-information-button:hover {
    background: #002b5e;
    color: white;
}

a.mod-location-information-button:focus{
    background: #002b5e;
    color: white;
}

/*Home Page Section 1*/
.image-text-section {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0em;
    gap: 2em;
    align-content: center;
    justify-content: flex-start;
}
.image-container {
    min-width: 50%;
    width: 30%;
}
.image-container img {
    width: 100%;
    height: auto; 
    display: block; 
}

.text-container {
    flex: 1;
    max-width: 100%;
    margin: 0em 12% 0% 2%;
}

@media screen and (max-width:1200px){
    .text-container {
        padding:1em;
    }
}

@media screen and (max-width:1200px){
    .text-container .h3style {
        font-size: 1em;
    }
}

@media screen and (max-width:700px){
    .text-container .h3style {
        font-size: 2em;
    }
}

.heading {
    font-size: 2em;
    color: #333;
}

.subheading {
    font-size: 1.5em;
    color: #555;
    margin-bottom: 0.5em;
}

@media screen and (max-width:1200px){
.subheading {
    font-size: 1em;
}
}

.paragraph {
    font-size: 1.1em;
    color: #666;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1300px) {
    .image-text-section {
        flex-direction: column; 
        text-align: center;
    }

.image-container, .text-container {
        max-width: 100%;
        background-size: contain;
        width: 100%;
}
}

@media (max-width: 1300px) {
.text-container{
    margin:0%;
}
}

.image-text-section2 {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0em;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.text-container2 {
    margin: 0em 2% 0% 12%;
}

@media (max-width: 1300px) {
.text-container2{
    margin: 1em;
}
}

@media (max-width: 1300px) {
    .image-text-section2 {
        flex-direction: column; 
        text-align: center;
    }
}

/*Non-Home Page Design*/
@media screen and (max-width: 1200px) {
    .mod-navigation-login-link {
        top: 2em;
        left: 3em;
    }
}

ul li::before, ul li:before {
    background: #002b5e;
}

li {
    font-size: 1em;
    padding: .25em .25em .25em .5em;
}


/*Events*/
.mod-event-cta{
    background: #002b5e;
    border: 2px solid #002b5e;
}

.mod-event-cta:hover, .mod-event-cta:focus {
    color: #2888f9;
    background: #fff;
}

.mod-event-cta:hover::after, .mod-event-cta:hover:after, .mod-event-cta:focus::after, .mod-event-cta:focus:after {
    color: #2888f9;
    opacity: 1;
}

/*News*/
.mod-news-story-cta{
    background: #002b5e;
    border: 2px solid #002b5e;
}

.mod-news-story-cta:hover, .mod-news-story-cta:focus, .mod-news-story:hover .mod-news-story-cta, .mod-news-story:focus .mod-news-story-cta {
    background: #fff;
    color: #2888f9;
}

.mod-news-story-cta:hover::after, .mod-news-story-cta:hover:after, .mod-news-story-cta:focus::after, .mod-news-story-cta:focus:after {
    color: #002b5e;
    opacity: 1;
}


/*Web Edit*/
@media screen and (max-width: 900px) {
    .mod-tile:nth-child(n+3) {
        display: block;
    }
}

.mod-tile-content{
display:flex;
height: 7em;
flex-direction: column;
}

@media screen and (max-width:1400px){
.mod-tile-content{
    font-size: .75em;
}
}