/*Footer Links*/
.mod-footer-social-wrap p, .mod-footer-copyright-wrap p, .mod-footer-copyright-wrap a {
    font-size: .7em;
    color: #000000;
}
.simple-footer .mod-footer-column-title, .simple-footer .mod-footer-column a {
    color: black;
}
.mod-footer-social-wrap p a {
    color: black;
}
.simple-footer .mod-footer-column-title::before, .simple-footer .mod-footer-column-title:before, .simple-footer .mod-footer-column a::before, .simple-footer .mod-footer-column a:before {
    background: #000000;
}
.mod-footer-wrap {
    color: #fff;
    background: #ffffff;
}

.mod-footer-tray-wrap {
    border-top: 1px solid #cccccc;
}

.mod-footer-center {
    max-width:100%;
    white-space: nowrap;
}

/*Nav*/
.mod-navigation-logo-wrap{
    width:17em;
    overflow: unset;
}

.mod-navigation-section-short {
    position: relative;
    width: 25%;
}

/*Login*/
@media screen and (min-width: 1201px) {
    .home .mod-navigation .mod-navigation-login-enroll {
        color: #000000;
        font-weight: 100;
    }
}



.mod-navigation-login-form-row {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.mod-navigation-login-form-cell.flex {
    padding-top: 1em;
    padding-right: 0em;
    width: auto;
    width: 45%;
}

@media screen and (min-width: 1201px) {
    .home .mod-navigation .mod-navigation-login-input {
        border-radius: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .home .mod-navigation .mod-navigation-login-link:focus::before, 
.home .mod-navigation .mod-navigation-login-link:focus:before {
        color: #05168e;
    }
}

@media screen and (min-width: 1201px) {
    .home .mod-navigation .mod-navigation-login-submit {
        border: 2px solid #05168e;
        color: #fff;
        background: #05168e;
        border-radius: 5px;
        transition: .4s ease;
        border-radius: 3px;
        font-family: "Livvic", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media screen and (min-width: 1201px) {
    .home .mod-navigation .mod-navigation-login-title {
        position: relative;
        display: block;
        padding: 0;
        font-size: 14px;
        line-height: 1.4em;
        color: #05168e;
        text-align: left;
        font-weight: 600;
        font-family: "Livvic", sans-serif;
    }
}

@media screen and (min-width: 1201px) {
    .home .mod-navigation .mod-navigation-login-title::before, .home .mod-navigation .mod-navigation-login-title:before {
        content: '';
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 0 .75em 0 0;
        font-family: FontAwesome;
        font-size: 1.2em;
        line-height: 1.6em;
        color: #05168e;
        width: auto;
        height: auto;
        border: none;
    }
}

@media screen and (min-width: 1201px) {
    .home .mod-navigation .mod-navigation-login-submit:hover, .home .mod-navigation .mod-navigation-login-submit:focus {
        border: 2px solid #05168e;
        background: #fff;
        color: #05168e;
    }
}

button.mod-navigation-login-submit {
    border: 1px solid #05168e;
    background: #05168e;
    color: white;
}

    .home .mod-navigation .mod-navigation-login:not(.mod-navigation-login-docked) {
        position: absolute;
        width: 17.5em;
        top: 110%;
        right: 75%;
        background: #ffffff;
        border-radius: 3px;
    
    }


@media screen and (max-width: 1600px) {
        .home .mod-navigation .mod-navigation-login:not(.mod-navigation-login-docked) {
        right: 67%;
        }
}



.mod-navigation-children .mod-navigation-link {
    min-width: 21em;
    padding: 1em 1em .75em 1em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;

}

.mod-navigation-link {
    padding: 4.4em 2em;
}

.mod-navigation-close {
    width: 4em;
    height: 4em;
    left: 0;
    right: auto;
    filter: invert(1);
}

nav.mod-navigation.mod-navigation-acs {
    background: white;
    height: 9em;
}

.mod-navigation-center {
    text-align: right;
    height: 9em;
}

.mod-navigation-center {
    text-align: right;
    height: 9em;
}

.mod-small-navigation-wrap {
    position: relative;
    display: block;
    width: 100%;
    background: #05168e;
    height: 3em;
}

.mod-navigation-login-link {
    background: #05168e;
    color: white;
    border: 2px solid #05168e;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .mod-navigation-login-link {
        position: absolute;
        display: block;
        height: 4.2em;
        right: 0em;
        bottom: 0px;
        margin: auto;
        padding: .75em 1.5em;
        font-size: .75em;
        line-height: 1em;
        white-space: nowrap;
    }
}


.mod-navigation-login-link:hover, .mod-navigation-login-link:focus{
    background: #05168e;
}

@media screen and (max-width: 1200px) {
    .mod-navigation .mod-navigation-login-link, .home .mod-navigation .mod-navigation-login-link {
    background: #05168e;
    color: white;
    border: 2px solid #05168e;
    }
}

@media screen and (max-width: 1200px) {
    .mod-navigation .mod-navigation-login-link:hover, .mod-navigation .mod-navigation-login-link:focus, .home .mod-navigation .mod-navigation-login-link:hover, .home .mod-navigation .mod-navigation-login-link:focus {
        background: #ffffff;
        color: #05168e;
        border: 2px solid #05168e;
        width: 9em;
        padding: .5em .5em;
        text-align: center;
    }
}




.mod-navigation-login-link:before, .mod-navigation-login-link::before {
    color: white;
}

.mod-navigation-login-link:hover, .mod-navigation-login-link:focus {
    background: #ffffff;
    color: #05168e;
    border: 2px solid #05168e;
    font-weight: bold;
    text-transform: uppercase;
}

.mod-navigation-login-link:hover::before {
    color: #05168e;
}

@media screen and (max-width: 1200px) {
.mod-navigation-login-link:hover::before {
    color: #05168e !important;
}
}

.mod-navigation-section.collapsed:hover .mod-navigation-children, .collapsed .mod-navigation-link:focus+.mod-navigation-children {
    display: block;
    top: 100%;
}

@media screen and (max-width: 1200px) {
    div#menu {
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .collapsed .mod-navigation-link::before, .collapsed .mod-navigation-link:before {
        filter: invert(.5);
    }
}

@media screen and (max-width: 1200px) {
    .mod-navigation-section {
        border-top: none;
    }
}


.mod-navigation-group {
    background: #d5d5d5;
}


@media screen and (max-width: 1200px) {
    .mod-navigation-children .mod-navigation-link {
        color: #19354b;
    }
}

@media screen and (min-width: 1201px) {
    .mod-navigation-section:hover>.mod-navigation-link, .mod-navigation-section>.mod-navigation-link:focus {
        background: #05168e;
    }
}
.mod-navigation-group {
    background: #05168e;
}

@media screen and (max-width: 1200px) {
.mod-navigation-group {
    background: #ffffff;
}
}

@media screen and (max-width: 1200px) {
    button.mod-navigation-link-acs {
        display: block;
        background: none;
        border: none;
        width: 100%;
        padding: 1em 2em;
        font-size: 1em;
    }
}


/*Small Promo*/
.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;
}
.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-horiz .mod-tile {
    height: auto;
    background: #ffffff;
}


p.disclaimer {
    font-size: .8em;
    color: #4d463e;
    font-family: 'Livvic';
}

span.mod-tile-headline {
    font-family: PT serif;
    color: #05168e;
    font-size: 1.25em;
    padding: 1em 0em;
    font-family: "Livvic", sans-serif;
}


.mod-content-image-subheadline {
    font-size: 1.5em;
    font-weight: 200;
    line-height: 1.1em;
    color: black;
    font-family: Roboto Light;
}


.mod-tile-wrap-outer.mod-tile-wrap-horiz a.mod-tile.no-button:hover .mod-tile-headline {
    color: white;
}

.mod-tile-wrap a:nth-of-type(2) .mod-tile-headline {
  color: #05168e;
}

.mod-tile-wrap-outer.mod-tile-wrap-horiz a.mod-tile.no-button:nth-of-type(2):hover ~ .mod-tile-wrap a:nth-of-type(2):hover .mod-tile-headline {
    color: white;
}

.mod-tile-wrap-horiz .mod-tile-image-wrap {
    height: 4em;
}
a.mod-tile.no-button {
    padding: 4em 2em 0em 2em;
    background: #89cff0;
}
.mod-tile:hover, .mod-tile:focus, .mod-chip:hover, .mod-chip:focus {
    background: #1e1e1e;
    color: white;
}
.mod-tile-wrap-outer {
    position: relative;
    display: block;
    width: 100%;
    background: #89cff0;
}

.mod-tile:hover .mod-tile-image,
.mod-tile:focus img.mod-tile-image {
    transition: filter 0.3s ease;
    filter: brightness(0) invert(1);
}

/*Quick Links*/
.mod-small-navigation-link {
    color: white !important;
    background: #f8be1700;
    font-family: PT serif;
    font-weight: lighter;
}
.mod-small-navigation-link:hover, .mod-small-navigation-link:focus {
    color: #000000;
    background: #0e275a00;
    text-decoration: underline;
}

@media screen and (max-width:600px){
a.mod-small-navigation-link {
    width: 33%;
    font-size: .6em;
}
}

.mod-small-navigation-link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*nav logo*/


@media screen and (max-width:800px){
.mod-navigation-logo-wrap {
    width: 50%;
}
}

@media screen and (max-width:500px){
.mod-navigation-logo-wrap {
        width: 50%;
        margin: 0em 5%;
}
}

/*
.mod-fdic-logo__link img {
    width: 129%;
    object-fit: unset;
}
*/

.mod-navigation-link {
    color: black;
    font-weight: bold;
}

.mod-fdic-logo.mod-fdic-logo--desktop {
    width: 25em;

}

/*Fonts*/
.young-serif-regular {
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.fancyTable th {
    font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.livvic-thin {
  font-family: "Livvic", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.livvic-extralight {
  font-family: "Livvic", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.livvic-light {
  font-family: "Livvic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.livvic-regular {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.livvic-medium {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.livvic-semibold {
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.livvic-bold {
  font-family: "Livvic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.livvic-black {
  font-family: "Livvic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.livvic-thin-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.livvic-extralight-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.livvic-light-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.livvic-regular-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.livvic-medium-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.livvic-semibold-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.livvic-bold-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.livvic-black-italic {
  font-family: "Livvic", sans-serif;
  font-weight: 900;
  font-style: italic;
}


p.h1style {
    font-family: "Roboto Light";
    font-size: 3em;
    color:white;
}
p.h2style {
    font-family: "Roboto Light";
    font-size: 2em;
    color:white;
}
p.h3style {
    font-family: "Roboto Light";
    font-size: 1em;
    color:white;
}

h1 {
    font-family: PT serif;
}

p.pageTitle {
    font-family: PT serif;
}

span.mod-hero-headline.headline-first.lg {
    font-family: "Roboto Light";
    font-weight: 100;
    font-size: 2em;
    color: #05168e;
    width: 100%;    
}
p.p {
    font-weight: normal;
    font-family: "Livvic", sans-serif;
    font-size: 1em;
}

.mod-content-image-headline {
    padding: 0 0 .25em 0;
    font-size: 3.25em;
    font-weight: lighter;
    line-height: 1.2em;
    color: #08375a;
    font-family: PT serif;
}
span.mod-hero-subline.headline-first.xl {
    font-size: .751em;
    padding: 1em 0em;
    color: black;
}

/*Fonts Styling*/
.h2style {
    padding: 0 0 .25em 0;
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.2em;
    color: #08375a;
    font-family: PT serif;
    color: #05168e;
}

.h3style {
    padding: 0 0 .5em 0;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #05168e;
    font-weight: 600;
    font-family: PT serif;
}

.subheading {
    font-family: PT serif;
}
ul li::before, ul li:before {
    background: #000000;
}

/*Headings*/


/*Non Home Headers*/
.mod-content-image-banner.hasColorOverlay img {
    opacity: .5;
    filter: none;
}
.mod-content-image-overlay-center {
    text-align: start;
}

.mod-content-image-banner {
    background: linear-gradient(to bottom, rgba(248, 246, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.mod-content-image-banner+.mod-page-wrap {
    padding-top: 0em;
}

/*non Home Section Styling*/
.mod-safe-area {
    padding-top: .5em;
}

div#infiniteSection {
    padding-bottom: 2em;
}

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.text-content {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

.image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.image-content img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  max-height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .image-content, .text-content {
    flex-basis: 100%;
  }

  .image-content img {
    height: auto; 
  }
}


/*Mod Card*/

/*Main Promo*/
.mod-hero-rotator-prev::before, .mod-hero-rotator-prev:before, .mod-hero-rotator-next::before, .mod-hero-rotator-next:before{
    top: 90%;
}

img.mod-hero-image.fit-in-frame {
    object-fit: cover;
}

.mod-hero-subline {
    font-weight: bold;
    font-size: 1.75em;
    color: #05168e;
    width: 100%;
    font-family: "Livvic", sans-serif;
}

mod-hero-headline headline-first lg br {
    display: none;
}

.mod-hero-vertical-center {
    font-family: "Roboto Light";
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: column;
    height: 20em;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(248, 246, 236, 1) 54%, rgba(248, 246, 236, 0) 100%);
    width: 100%;
    height: 25em;
    padding-bottom: 7%;
    justify-content: flex-end;
}

@media screen and (max-width:1400px){
.mod-hero-vertical-center{
    padding-bottom: 9%;
}
}

@media screen and (max-width:1000px){
.mod-hero-vertical-center{
    padding-bottom: 12%;
}
}

@media screen and (max-width:1000px){
.mod-hero-vertical-center{
    padding-bottom: 15%;
}
}

@media screen and (max-width: 700px) {
    .mod-hero-vertical-center {
        padding-bottom: 25%;
    }
}

@media screen and (max-width: 400px) {
    .mod-hero-vertical-center {
        padding-bottom: 35%;
    }
}


@media screen and (max-width:800px){
.mod-hero-rotator-prev::before, .mod-hero-rotator-prev:before, .mod-hero-rotator-next::before, .mod-hero-rotator-next:before {
    top: 86%;
}
}

.mod-hero-rotator-slide-overlay {
    background: #23232340;
}
.mod-hero-button {
    color: white;
    background: #05168e;
}
span.mod-hero-headline.headline-first.xl {
    font-family: "Roboto Light";
    font-weight: 100;
    font-size: 2em;
    color: #05168e;
    width: 100%;
}

span.mod-hero-headline.headline-first.xl {
    font-weight: bold;
    font-size: 2.5em;
    color: #05168e;
    width: 100%;
    font-family: "Livvic", sans-serif;
}

@media screen and (max-width:800px){
span.mod-hero-headline.headline-first.xl{
    font-size: 30px;
}
}

@media screen and (max-width:600px){
.fit-in-frame .mod-hero-image, .mod-hero-image.fit-in-frame {
    height: 100%;
    width: 160%;
}
}

.fit-in-frame .mod-hero-image, .mod-hero-image.fit-in-frame{
	height:auto;
}
.mod-hero-rotator {
    min-height: 40em
}
.mod-hero-rotator-slide.slick-slide {
min-height: 40em;
overflow: hidden;
  }
.mod-hero-rotator-slide-link {
    margin: -2em 0em 2em 0em;
    height: 40em;
}




/*Graph*/
.fancyTable .fancyTableHead th {
    background: #05168e;
    border-left: 1px solid #05168e;
    border-right: 1px solid #05168e;
}

/*CTA Button*/
p.defaultCTA {
    background: #05168e;
    border: 1px solid #05168e;
    border-radius: 1em;
}
.defaultCTA:hover, .defaultCTA:focus {
    color: #05168e;
    background: #fff;
}
span.mod-card-button {
    background: #ffffff00;
    color: #05168e;
    border: 2px solid #05168e;
    border-radius: 1em;
}
span.mod-card-button:hover {
    background: #05168e;
    color: white;
}

/*Collapsing Section*/
.expanded .mod-expanding-trigger, .no-js .mod-expanding-trigger {
    background: #05168e;
}

/*Lists*/
li.p {
    width: 35em;
    font-weight: normal;
    font-family: "Livvic", sans-serif;
    font-size: 1em;
}
ul {
    display: flex;
    flex-wrap: wrap;
}

ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0em 1em 0em 2.25em;
    vertical-align: top;
    width: 51%;
    font-size: .95em;
    line-height: 1.2em;
    list-style-type: none;
}

ul li::before, ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: .2em;
    height: .22em;
    top: .5em;
    left: .8em;
    background: #05168e;
    border-radius: 50%;
}

/*Custom Ad 1*/
.Ad1{
    background-color: grey;
    height: 20em;
    width: 100%;
    
}

        .Ad1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #272727;
    margin-top: 0;
    flex-direction: row-reverse;
        }


        .Ad1Content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            max-width: 70%;
            width: 35em;
        }

        .Ad1Header {
            font-size: 24px;
            margin-bottom: 10px;
            color: white;
        }

        .Ad1Info {
            margin-bottom: 15px;
            color: white;
        }

        .Ad1Button {
            padding: 10px 20px;
            background-color: #007bff00;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            width: fit-content;
            border: .01em solid white;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }

        .Ad1Button:hover {
            transform: translatey(-0.5em);
            background-color:#05168e;
        }


        .Ad1Icon img {
            max-width: 180px;
            height: auto;
        }

        .Ad1Icon {
            margin-left: 20px;
            display: flex;
            align-items: center;
            flex-direction: column;
        }

         .IconText {
            font-size: 14px;
            margin-top: 10px;
            text-align: center;
            color: white;
         }
         
        @media (max-width: 768px) {
            .Ad1 {
                flex-direction: column;
            }

            .Ad1Icon {
                margin-top: 20px;
            }
        }

.Ad2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    margin-top: 0;
    flex-wrap: wrap;
}

  .ad-image {
    max-width: 100%; 
    height: auto;
    cursor: pointer; /* Makes the image look clickable */
    transition: transform 0.3s ease, opacity 0.3s ease; 
  }

  .ad-image:hover {
    opacity: 0.6; 
  }

.Ad2Info{
    color:black;
}

.Ad2Header {
    font-size: 24px;
    margin-bottom: 10px;
    color: #05168e;
}

.Ad2Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 70%;
    width: 39em;
}

@media screen and (max-width:1200px){
.Ad2Content {
    align-items: center;
}
}

.Ad2Button {
    padding: 10px 20px;
    background-color: #007bff00;
    color: #05168e;
    text-decoration: none;
    border-radius: 5px;
    width: fit-content;
    border: .01em solid #05168e;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.Ad2Button:hover{
    background: #05168e;
    color:white;
}

/*Custom Area, Tag Line*/

.tag-section {
    font-family: "Livvic", sans-serif;
    background-color: #05168e;
    color: white;
    text-align: center;
    padding: .5em;
    font-size: 200%;
    font-weight: lighter;
    overflow:hidden;
}

@media screen and (max-width:1700px){
.tag-section {
    font-size: 150%
}
}

@media screen and (max-width:1200px){
.tag-section {
    font-size: 140%
}
}

@media  screen and (max-width:600px){
.tag-section {
    font-size: 70%;
}
}

/*CTA*/
.defaultCTA {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 1em 1em 0 0;
    padding: .5em 1.4em;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background: #05168e;
    border: #05168e;
    border-radius: 3px;
    word-break: break-all;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

#menu .mod-navigation-login-link {
    display: none;
}

@media screen and (max-width:600px){
.mod-content-image-overlay-center {
    padding: 0em 0em 0em 0em;
}
}

@media screen and (min-width: 1201px) {
    .mod-navigation-login-link.login-overlay, .home .mod-navigation-login-link.login-overlay {
        display: inline-block;
    }
}

/*Locations*/
.mod-location-trigger {
    color: #fff;
    background: #05168e;
    font-family: "Livvic", sans-serif;
}

.expanded .mod-location-trigger, .no-js .mod-location-trigger {
    padding: .75em 1em;
    color: #fff;
    background: #0b1269;
}

a.mod-location-information-button {
    background: #ffffff00;
    color: #05168e;
    border: 2px solid #05168e;
    border-radius: 1em;
    transition:.3s ease;
    font-family: "Livvic", sans-serif;
}

a.mod-location-information-button:focus{
    background: #05168e;
    color: white;
}

a.mod-location-information-button:hover {
background: #05168e;
    color: white;
}

.mod-location-information p {
    font-size: 1em;
    font-weight: 300;
    font-family: "Livvic", sans-serif;
}

/*Events*/
.mod-event-cta {
    background: #05168e;
    border-radius: 1em;
    font-family: "Livvic", sans-serif;
    transition: .3s ease;
    border: 2px solid #05168e;
}

.mod-event-blurb {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 1em;
    font-weight: 500;
    color: #353535;
    font-family: "Roboto Light";
}

.mod-event:hover .mod-event-cta, .mod-event:focus .mod-event-cta {
    background: white;
    color: #05168e;
}

.mod-event-date .mod-event-date-d {
    position: relative;
    display: block;
    padding: .46em;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: normal;
    font-weight: 700;
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    text-align: center;
    color: #05168e;
    font-family: "Roboto Light";
}

.h1style, h1 {
    padding: 0 0 .25em 0;
    font-size: 4em;
    font-weight: 900;
    line-height: 1.1em;
    color: #05168e;
}

@media screen and (max-width:800px){
.h1style, h1 {
        font-size: 2em;
}
}

.mod-event-title {
    font-size: 42px;
    line-height: normal;
    margin-bottom: .2em;
    font-weight: 700;
    color: #05168e;
    font-family: "Roboto Light";
}

/*News*/
.mod-news-story-title {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.1em;
    color: #08375a;
    font-family: PT serif;
}

time {
    font-family: "Livvic", sans-serif;
}

.mod-news-story-cta {
    margin: 2em 0 0 0;
    font-size: .8em;
    background: #05168e;
    border: 2px solid #05168e;
    border-radius: 3px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    font-family: "Livvic", sans-serif;
}

p {
    font-size: .8em;
    color: #36312a;
    font-family: "Livvic", sans-serif;
}

.mod-navigation-logo-v9 { display: -webkit-box; }
@media screen and (max-width:1200px) {
  .mod-navigation-logo-v9 { display: none; }
  .mod-navigation-logo-v9.mod-navigation-logo-v9--mobile { display: -webkit-box; }
}

@media screen and (min-width: 1201px) {
    .mod-navigation-login-link.login-overlay, .home .mod-navigation-login-link.login-overlay {
        display: none;
    }
}


/*Quick Links*/
a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] {
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
}

@media screen and (min-width: 1201px) {
    .mod-navigation-login-link.login-overlay, .home .mod-navigation-login-link.login-overlay {
        display: inline-block;
    }
}


/*Responsive*/
@media screen and (max-width:1200px){
.mod-navigation-link {
    padding: 1em 1em;
}
}

@media screen and (max-width:1600px){
.mod-fdic-logo.mod-fdic-logo--desktop {
    width: 20em;
}
}

@media screen and (max-width:1200px){
.mod-navigation-section-short {
        width: 100%;
}
}

@media screen and (max-width: 800px) {
    a.mod-small-navigation-link {
        width: 100%;
        font-size: .6em;
        text-align: center;
        padding: 2em 0em;
    }
}

@media screen and (max-width: 500px) {
.mod-fdic-logo.mod-fdic-logo--mobile {
    width: 190%;
}
}


/*Nav Mobile*/
@media screen and (max-width: 1500px) {
    .mod-navigation-link {
    font-size: 0.7em;
    }
}

@media screen and (max-width: 1300px) {
    .mod-navigation-link {
    font-size: 0.6em;
    }
}

@media screen and (max-width: 1200px) {
    .mod-navigation-link {
        font-size: 1em;
    }
}



/* --- NEW: Styles for the button's white background area --- */
.mobile-button-area {
    display:none;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 2em 0em;
}

/* Styles for the mobile banking button (now blue again) */
.mobile-banking-button {
    /* Removed display: none; and margin: auto; from here, as the parent .mobile-button-area will control it */
    width: fit-content; /* Button width fits its content */
    padding: 15px 30px;
    
    background-color: #05168e; /* Blue background for the button (using your specific blue) */
    color: #fff; /* White text for the button */
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.mobile-banking-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Media Query: Show the entire button area ONLY on screens 1199px wide or less */
@media (max-width: 1200px) {
    .mobile-button-area {
        display: block; /* Make the white area visible */
    }
}