<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fdic .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: auto;
    margin-left: auto;
}

#fdic .position-relative {
    position: relative !important;
}

#fdic .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#fdic .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -12px;
    margin-left: -12px;
}

#fdic .row&gt;* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 0;
}

#fdic .d-none {
    display: none !important;
}

#fdic .img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    #fdic .container {
        max-width: 540px;
    }
    #fdic .d-sm-block {
        display: block !important;
    }
    #fdic .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #fdic .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #fdic .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #fdic .container {
        max-width: 1140px;
    }
}

/* typography */
body {
    color: #16284c;
    font-family: Lato, sans-serif !important;
}
.sans-serif {
    font-family: Lato, sans-serif !important;
    text-transform: none;
}
h1, h2, h3, h4, h5, h6, .bebas {
    text-transform: uppercase;
    font-family: bebas-neue, sans-serif !important;
}
.wide {
    letter-spacing: 0.4rem;
}
.wide2 {
    letter-spacing: 0.1rem;
}
.icon .fa-chevron-up {
    display: none;
}
.tiny {
    font-size: 70%;
}
dt {
    margin-top: 2rem;
}
a.no-style {
  text-decoration: none;
  color: inherit !important;
}

/* accessibility */
a.skip-link {
    position: absolute;
    top: -2rem;
    z-index: 1;
    padding: 0 0.5rem;
    background: #ccc;
    color: #16284c;
    font-size: small;
    height: 2rem;
    line-height: 2rem;
    display: block;
    transition: top 1s ease-out;
    outline: none;
}

a.skip-link:focus {
    top: 0;
    transition: top 0.1s;
}

.eho.eho-white path {fill: white !important;}

/* colors */
a {
    color: #196eb7;
}
.bg-primary a {color: #3E97E5;}
.btn-primary {
    background-color: #16284c;
    border-color: #16284c;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #196eb7 !important;
    border-color: #196eb7 !important;
}
.btn-outline-primary {
    color: #16284c;
    background: transparent none;
    border-color: #16284c;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #16284c;
    border-color: #16284c;
}
.btn-secondary {
    background-color: #96a81e;
    border-color: #96a81e;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #8b9c1d;
    border-color: #8b9c1d;
}
.btn-warning {
    background-color: #ff6d2c;
    border-color: #ff6d2c;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-color: #ef672a;
    border-color: #ef672a;
}
.btn-white {
    background: white;
    border-radius: 0;
    color: #16284c;
}
.text-primary {
    color: #16284c!important;
}
.border-primary {
    border-color: #16284c!important;
}
.bg-primary {
    background-color: #16284c!important;
}
.bg-primary-faded {
    background-color: rgba(22, 40, 76, 0.82)!important;
}
.bg-secondary-faded {
    background: rgba(150, 168, 30, 0.82);
}
.bg-blue {
    background-color: #196eb7!important;
}
.text-blue {
    color: #196eb7!important;
}
.text-muted {
    color: #8C929B !important;
}
.bg-warning-faded {
    background-color: rgba(255, 109, 44, 0.82);
}
.bg-white-faded {
    background-color: rgba(255, 255, 255, 0.82);
}
.text-secondary {
    color: #96a81e !important;
}
.border-secondary {
    border-color: #96a81e !important;
}
.bg-primary .text-warning {
  color: #ff6d2c !important;
}
.text-warning {
    color: #D64000 !important;
}
.bg-secondary {
    background-color: #96a81e!important;
}
.bg-warning {
    background-color: #ff6d2c!important;
}
.badge-secondary {
    background-color: #96a81e !important;
}
.bg-info {
    background-color: #ff6d2c !important;
}
.text-shadow {
    text-shadow: 0.03em 0.03em 0.1em rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .bg-md-primary {
    background-color: #16284c!important;
  }
}


/* layout */
.p-6 {
    padding: 4.5rem!important;
}
.pt-6, .py-6 {
    padding-top: 4.5rem!important;
}
.pb-6, .py-6 {
    padding-bottom: 4.5rem!important;
}
.p-7 {
    padding: 6rem!important;
}
.pt-7, .py-7 {
    padding-top: 6rem!important;
}
.pb-7, .py-7 {
    padding-bottom: 6rem!important;
}
.p-8 {
    padding: 8rem!important;
}
.pt-8, .py-8 {
    padding-top: 8rem!important;
}
.pb-8, .py-8 {
    padding-bottom: 8rem!important;
}
.section {
    position: relative !important;
    overflow: hidden;
}
.main {
    overflow: hidden;
}
.full_height {
    height: 90vh;
    max-height: 700px;
}
.section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
ul.list-no-style {
    list-style: none;
}
@media (min-width: 768px) {
  .p-md-8 {
      padding: 8rem!important;
  }
  .pt-md-8, .py-md-8 {
      padding-top: 8rem!important;
  }
  .pb-md-8, .py-md-8 {
      padding-bottom: 8rem!important;
  }
  .column-count-md-2 {
    column-count: 2;
  }
}
@media (min-width: 992px) {
    .p-lg-8 {
        padding: 8rem!important;
    }
    .pt-lg-8, .py-lg-8 {
        padding-top: 8rem!important;
    }
    .pb-lg-8, .py-lg-8 {
        padding-bottom: 8rem!important;
    }
}



/* navbar */
.navbar {
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    background-color: rgba(255, 255, 255, 0.9);
}
.navbar a {
    text-decoration: none;
}
.dropdown-item {
    text-transform: uppercase;
    font-size: 0.9rem;
    opacity: 0.7;
}
.navbar-brand {
    width: 184px;
    height: 41px;
    display: block;
    padding-top: 0;
}
.navbar-brand.small {
    width: 150px;
    height: 34px;
}
.social-links img, .social-links .custom-svg {
  width: 28px;
  height: 28px;
  vertical-align: top;
  margin-top: 2px;
}
.navbar.scrolled {
    background: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid #eee;
}
.navbar-nav .nav-link,
.btn {
    letter-spacing: 0.05em;
    border-radius: 0;
}
.navbar-nav .nav-link {
    opacity: 1;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
    opacity: 0.8;
}
.navbar-nav .nav-link.active {
    opacity: 1;
}
.navbar-nav .nav-link,
.btn-md {
    opacity: 1;
    border-radius: 0;
}
.nav-push {
    padding-top: 72px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    opacity: 1;
}
@media (min-width: 1200px) {
    .navbar {
        background-color: transparent;
    }
}

/* hamburger */
.navbar-toggler:focus {
    outline: none;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger:hover {
    opacity: .7;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    text-indent: -999em;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}
.hamburger--slider .hamburger-inner {
    top: 5px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: #16284c;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner:after {
    top: 20px;
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}

/* Carousel */
.owl-theme .owl-nav [class*='owl-'] {
    background: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 1;
    background: none;
}
.owl-carousel .caption {
    position: absolute;
    top: 4.5rem;
    left: 1rem;
    color: white;
    font-size: 1.3rem;
    text-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.8);
}

/* Links */
#links a {
    text-decoration: none;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}
#links a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
#links .icon {
    font-size: 2rem;
    padding: 0.2em 0.325em;
    transition: padding 0.5s ease;
}
#links a &gt; * {
    position: relative;
}
@media (min-width: 768px) {
    #links a {
        -webkit-background-size: 100%;
        background-size: 100%;
        height: 0;
        color: #16284c;
        padding-bottom: 8.81% !important;
        padding-top: 23% !important;
    }
    #links a:before {
        background: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #links .icon {
        font-size: 1rem;
        padding: 0.5em 0.625em;
    }
}
#links a:hover .icon {
    background: #ff6d2c!important;
    padding-left: 1em;
    padding-right: 1em;
}
.section__bg.overlay {
    opacity: 0.5;
}

/* Calculators */
.calculators .fancybox-slide--iframe .fancybox-content {
	width  : 940px;
	height : 100%;
	max-width  : 90%;
	margin: 0;
}
.calculator-buttons a span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.calculator-buttons a {
    width: 100%;
    margin-bottom: 1%;
}
.calculator-buttons a:hover {
    box-shadow: 0 0 3px 2px rgb(255, 109, 44);
    background: white !important;
}
@media (min-width: 768px) {
    .calculator-buttons a {
        width: 23%;
        margin: 2% 2% 0 0;
    }
}


/* accordion */
#accordion .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#accordion .card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 3px;
}
#accordion .collapse {
    box-shadow: inset 0 3px 6px -3px rgba(0, 0, 0, 0.18);
}
#accordion h5 a {
    text-decoration: none;
}

/* carousel */
.section.carousel {
    transition: opacity 0.3s ease;
    opacity: 0;
}
@media (min-width: 768px) {
    .carousel-overlay {
        position: absolute;
        z-index: 10;
        color: white;
        text-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.8);
        top: 0;
    }
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 1%;
    right: 1%;
}
.owl-theme .owl-dots .owl-dot {
    background: none;
    border: none;
    padding: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin: 3px;
    background: rgba(255, 255, 255, 0.8);
    text-indent: -999em;
    background-color: white;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #16284c;
    color: white;
}

/* nav */
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        border-left: 2px solid white;
    }

    .navbar-nav .nav-link:hover,
    .nav-item.show a {
        border-color: #16284c;
    }

    .dropdown-menu {
        left: 0;
        border-left: 2px solid black !important;
        margin-top: 0;
    }
}

/* icon block */
.icon-block a,
.icon-block a svg path {
    text-decoration: none!important;
    color: #757575;
    fill: #757575;
}
.icon-block a:hover, .icon-block a:hover svg path {
    color: #ff6d2c;
    fill: #ff6d2c;
}
.icon-block svg {
    font-size: 2.5rem;
    max-height: 40px;
    vertical-align: -.125em;
}

/* misc */
hr.divider {
    max-width: 250px;
}
[data-toggle="tooltip"] {
    cursor: pointer;
    border-bottom: 1px dashed #96a81e;
}

.footer .text-white{
	font-color: #fff!important;
}

.footer .text-white a{
	text-decoration: underline;
}</pre></body></html>