<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Styles */
body {
    font-family: 'Domine', serif;
    font-size: 14px;
    background-image: url(../images/bg_triangles.png);
    background-repeat: repeat;
}

h1, h2, h3, h4, h5 {
    font-family: 'Domine', serif;
    color: #2a425e;
}

a, a:hover {
    color: #2a425e;
}

button, .button {
    background-color: rgba(42, 66, 94, 0.7);
    border-color: #2a425e;
}

button:hover, .button:hover {
    background-color: rgba(42, 66, 94, 1);
}

.image-overlay-text .page-title h1 {
    padding-left: 0.3em;
    color: #fefefe;
    font-size: 3.2em;
    line-height: 1.6;
    text-shadow: #111 2px 2px 3px;
}

/*2019 Header- CTA css*/

.header-cta-container{
    text-align: right;
    padding: .45rem 1rem;
}
.header-cta-container a {
    margin: 0.5rem 0 0.5rem 1rem;
    font-size: 18px;
}
.header-cta-container a i.fa-svg:before {
    background-color: #2a425e;
}
footer.page-footer a .fa-svg:before,
footer i.fa-svg:before {
    height: 34px; /*slightly smaller than it's siblings*/
    width: calc(34 * 0.854px);
}
.fa-svg:before {
    display: inline-block;
    content: '';
    mask-position: center ;
    mask-repeat: no-repeat;
    background-color: white;
    aspect-ratio: 0.854 / 1 ;
    margin-bottom: calc(117.5% * -0.146);
}
/* Slideshow */

.multimedia-container {
    position: relative;
}

/* Slider */

.multimedia-hero img.slider-logo {
    max-width: 600px;
    height: auto;
    max-height: 300px;
}

/* Single slide style */
.multimedia-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.multimedia-hero-slider li:first-of-type {
    background-color: #2c343b;
    background-image: url(../images/slide-1-mobile.jpg);
}

.multimedia-hero-slider li:nth-of-type(2) {
    background-color: #2c343b;
    background-image: url(../images/slide-2-mobile.jpg);
}

.multimedia-hero-slider li:nth-of-type(3) {
    background-color: #586775;
    background-image: url(../images/slide-3-mobile.jpg);
}

.multimedia-hero-slider li:nth-of-type(4) {
    background-color: #2c343b;
    background-image: url(../images/slide-4-mobile.jpg);
}

.multimedia-hero-slider li:nth-of-type(5) {
    background-color: #2c343b;
    background-image: url(../images/slide-5-mobile.jpg);
}


.multimedia-hero-slider h2, .multimedia-hero-slider p, .multimedia-hero-slider h1 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #ffffff;
    width: 90%;
}

.multimedia-hero-slider h2.dark, .multimedia-hero-slider p.dark, .multimedia-hero-slider h1.dark {
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #152a42;
    width: 90%;
}

.multimedia-hero-slider .multimedia-btn {
    background-color: rgba(42, 66, 94, 0.7);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-size: 0.9rem;
    padding: 0.8rem 0.7rem;
}

.multimedia-hero-slider .multimedia-btn:hover {
    background-color: rgba(42, 66, 94, 1);
}

.multimedia-hero-slider .multimedia-btn.secondary {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.multimedia-hero-slider .multimedia-btn.secondary:hover {
    background-color: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 767px) {

    .multimedia-hero img.slider-logo {
        padding-top: 1rem;
        max-width: 99%;
        max-height: 200px;
    }
}

@media only screen and (min-width: 768px) {

    .multimedia-hero img.slider-logo {
        padding-top: 1rem;
        max-width: 99%;
    }

    .multimedia-hero-slider li:nth-of-type(2) {
        background-image: url(../images/sliderbg-dollar-percent.jpg);
    }

    .multimedia-hero-slider li:nth-of-type(3) {
        background-image: url(../images/sliderbg-1040form.jpg);
    }

    .multimedia-hero-slider li:nth-of-type(4) {
        background-image: url(../images/small-business-owner.jpg);
    }

    .multimedia-hero-slider li:nth-of-type(5) {
        background-image: url(../images/smiling-couple.jpg);
    }

    .multimedia-hero-slider .multimedia-btn {
        font-size: 1.3rem;
        padding: 1.2em 1.4em
    }

}

@media only screen and (min-width: 1170px) {
    .multimedia-hero-slider .multimedia-full-width,
    .multimedia-hero-slider .multimedia-half-width {
        display: table-cell;
        vertical-align: middle;
    }

    .multimedia-hero-slider h2, .multimedia-hero-slider p {
        margin-bottom: 20px;
    }

    .multimedia-hero-slider h2 {
        font-size: 3.2em;
    }

    .multimedia-hero-slider p {
        font-size: 2rem;
    }
}

/* Main page */

div#iframemap {
    width: 100%;
    height: 100%;
    min-height: 22em;
    max-height: 22em;
    margin-top: 1.5em;
    border: 1px solid #2a425e;
}

div.g-recaptcha {
    margin-bottom: 1em;
}


/* Home page page content */

/* Home Page Iconset */

.iconset-container {
    float: unset;
    width: 100%;
    min-width: 100%;
    margin: 3em auto 3em auto;
    text-align: center;
}

.icon-block {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #777;
    border-radius: 50%;
    padding: 1em;
    width: 220px;
    height: 220px;
    margin: 1em;
    transition: border 0.5s ease, background-color 0.5s ease;
    background-color: rgba(200, 200, 200, 0.5);
}

.icon-block h2 {
    color: #2a425e;
    font-size: 2.2em;
    opacity: 0.8;
    padding-top: 0.4em;
}

.icon-block:hover {
    background-color: rgba(42, 66, 94, 0.20);
    border: 2px solid #2a425e;
}

.icon-block:hover h2 {
    opacity: 1;
}
.icon-block h4.icon-home-subhead,
.icon-block p.icon-home-subhead {
    color: #2a425e;
    font-size: 1.3em;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

.icon-block p {
    font-size: 0.9em;
    font-style: italic;
    color: #222;
}


/* Financial Calculators */

.calculator-container {
    padding: 2rem;
}

h3.calc-title {
    color: #222222;
    border-bottom: 1px dotted #666;
}

ul.calculator-list li {
    display: block;
    width: 100%;
    padding: 0.2rem;
}

ul.calculator-list li:before {
    font-family: FontAwesome;
    content: "\f1ec";
    color: #666666;
    margin-right: 0.3rem;
}

ul.calculator-list li &gt; a:hover {
    border-bottom: 1px dotted #2a425e;
}

ul.calculator-list li &gt; a:hover:after {
    font-family: FontAwesome;
    content: "\f08e";
    color: #2a425e;
    margin-left: 0.3rem;
}

.calc-type {
    color: #777;
}

/* Links */

.links-container {
    padding-bottom: 4em;
}

.afsbpage-link-category-title {
    margin-top: 1em;
    border-bottom: 1px dotted #777;
}

.afsbpage-link-list-item {
    margin: 0.4em 0 0.4em 1em;
    font-size: 1em;
}

.afsbpage-link-list-item i.fa {
    margin-right: 0.4em;
    color: #777;
    font-size: 1.2em;
}

.afsbpage-link-list-item a {
    font-size: 1.4em;
}

.afsbpage-link-short-description {
    margin-left: 2em;
}

/* Additional Pages */

.addtlpages-container {
    padding-bottom: 4em;
}

.afsbpage-additional-pages-category-title {
    margin-top: 1em;
    border-bottom: 1px dotted #777;
}

.afsbpage-additional-pages-page-title a {
    color: #2a425e;
    margin: 0.4em 0 0.4em 1em;
    font-size: 1.6em;
}

.afsbpage-additional-pages-page-title a:hover {
    text-decoration: underline;
}

.afsbpage-additional-pages-page-description {
    margin-left: 2em;
    padding-bottom: 1em;
}

/*ServicePLUS */

div.serviceplus-container label {
    font-weight: bold;
    font-size: 1em;
    padding-top: 0.4em;
}

div.form-required-notice {
    padding-bottom: 1em;
}

span.required {
    color: #900;
    font-size: 1.4em;
    line-height: 0;
}

/* Newsletters */

.row.newsletter-current-container {
    max-width: 780px;
    margin: 0 auto;
}

div.alert-box.alert h2 {
    color: #fefefe;
}

h2.nl_title {
    font-size: 2rem;
}

h3.nl_heading {
    font-size: 1.5rem;
}

ul.nl_contents {
    list-style-type: none;
    margin: 0.5rem 0.5rem 2em 0.5rem;
}

ul.nl_contents li:before {
    list-style-type: none;
    font-family: FontAwesome;
    content: "\f138";
    color: #2a425e;
    margin-right: 1rem;
}

ul.nl_contents li a {
    color: #2a425e;
}

.nl_cap {
    font-size: 3rem;
    font-weight: bold;
    color: #2a425e;
    line-height: 1;
    float: left;
    margin-right: 0.5rem;
}

.newsletter-article &gt; h2 {
    color: #2a425e;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #777;
    margin-bottom: 0.25rem;
}


/* Footer */

footer.page-footer {
    margin-top: 0;
    padding-top: 20px;
    background-color: rgba(42, 66, 94, 0.8);
    color: #fefefe;
}


/* Back to top */

.back-to-top {
    background: rgba(42, 66, 94, 0.80) url(../images/back-to-top-arrow.svg) no-repeat center 50%;
}

.no-touch .back-to-top:hover {
    background-color: #2a425e;
}

/* Top Bar */

/* Navigation */

.top-bar .name h1 a {
    color: #2a425e;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #2a425e !important;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #2a425e;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    color: #2a425e;
    border-bottom: 1px dotted #2a425e;

}

.top-bar-section li:not(.has-form):hover a:not(.button):hover {
    background-color: #2a425e;
}

.top-bar-section ul li &gt; a {
    font-family: 'Domine', serif;
    font-size: 0.9rem;
    color: #2a425e;
}

.top-bar-section .has-dropdown &gt; a:after {
    border-color: #2a425e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.top-bar-section li a:not(.button) {
    background-color: #fefefe;
    color: #2a425e;
}

.top-bar-section li a:not(.button):hover {
    background: #2a425e;
    background: rgba(42, 66, 94, 0.8);
}

.top-bar-section ul li.active &gt; a,
.top-bar-section ul li {
    background: #fefefe;
}

.top-bar-section ul li.active &gt; a:hover {
    background: #2a425e;
}

.top-bar-section ul.dropdown li a {
    border-bottom: 1px dotted #2a425e;
}

.logo-text-container {
    color: #2a425e;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #2a425e, 0 7px 0 1px #2a425e, 0 14px 0 1px #2a425e;
}

.top-bar.expanded .toggle-topbar a {
    color: #2a425e;
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #2a425e, 0 7px 0 1px #2a425e, 0 14px 0 1px #2a425e;
}

.top-bar-section ul li &gt; a {
    color: #2a425e;
}

.top-bar-section ul li:hover:not(.has-form) &gt; a {
    color: #2a425e;
}

.top-bar-section ul li.active &gt; a {
    background: #2a425e;
}

.top-bar-section ul li.active &gt; a:hover {
    background: #2a425e;
}

.top-bar-section .has-dropdown &gt; a:after {
    border-color: transparent transparent transparent rgba(42, 66, 94, 1);
}

.top-bar-section .dropdown li.title &gt; a,
.top-bar-section .dropdown li.parent-link a {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
    color: #2a425e;
}
.top-bar-section .dropdown li.title &gt; a {
    padding-left: 2rem;
    font-size: 1rem;
}
.top-bar-section .dropdown li.title &gt; a:before {
    border: none;
    content: "\00AB";
    top: 5px;
    margin-top: -1px;
    left: 10px;
    line-height: 18px;
    font-size: 2rem;
    position: absolute;
}

@media only screen and (min-width: 40.063em) {

    .top-bar-section li.hover &gt; a:not(.button) {
        color: #2a425e;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        color: #2a425e;
        border-bottom: none;

    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        color: #2a425e;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        color: #2a425e;
    }

    .top-bar-section .has-dropdown &gt; a:after {
        border-color: rgba(42, 66, 94, 0.80) transparent transparent transparent;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover&gt;a:not(.button) {
        background-color: rgb(42, 66, 94);
        background: rgba(42, 66, 94, 0.80);
    }
}

/* Events Calendar */

a.close-reveal-modal.close-reveal-day {
    color: #2a425e;
}

a.close-reveal-modal.close-reveal-month {
    color: #2a425e;
}

.afsbhelper-calendar-calendar-head {
    border-bottom-color: #2a425e;
}

.afsbhelper-calendar-menu-wrap div {
    background-color: #2a425e;
}

.afsbhelper-calendar-month-head, .afsbhelper-calendar-week-head, .afsbhelper-calendar-list-head {
    background-color: #2a425e;
}

.afsbhelper-calendar-day-head {
    color: #2a425e;
    border-bottom-color: #2a425e;
}

.afsbhelper-calendar-day-events-subhead {
    color: #2a425e;
}

/* Page Components */
.mediaslider-component .component-img-wrap{
    border-color: #2a425e;
}
.modernized-component .component-img-wrap:hover{
    border-color: rgba(42, 66, 94, 0.8);
}
/* EOF */</pre></body></html>