<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Styles */

nav ul a,
nav .brand-logo {
    color: #444;
}

a, a:hover {
    color: #555555;
}

.clearfloat {
    clear: both;
    margin: 0;
    padding: 0;
}

.row.full-width {
    min-width: 100%;
    padding: 0.5em;
    margin: 0;
}

.button-collapse {
    color: #26a69a;
}

button, .button {
    background-color: rgba(189, 10, 10, 0.7);
    border-color: #555555;
}

button:hover, .button:hover {
    background-color: rgba(189, 10, 10, 1);
}

i.fa.icon-phone {
    margin-right: 0.6em;
}

div.row.page-content {
    padding-top: 1em;
}

.nowrap {
    white-space: nowrap;
    padding-right: 1rem;
}

/*2019 Header- CTA css*/

.header-cta-container{
    padding: .6rem 1rem;
    float: left;
    width: 100%;
}
.header-cta-container a{
    font-size: 18px;
    margin: 0.5rem 1rem 0.5rem 1rem;
}
i.cta-icon{
    margin-right: 0.6em;
}
.header-cta-container .contact-option-cta{
    float: left;
}
.header-cta-container .contact-option-cta a{
    margin-left: 0;
    font-weight: 600;
}
.header-cta-container .social-links-cta{
    float: right;
    text-align: right;
}
.header-cta-container .social-links-cta a{
    margin-right: 0;
    font-size: 18px;
}
@media only screen and (max-width: 40em){
    .header-cta-container .social-links-cta{
        display: none;
    }

}

/* Slideshow */

.multimedia-container {
    content: "";
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: block;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.multimedia-container div, .multimedia-container span, .multimedia-container ul, .multimedia-container li {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.multimedia-container ol, .multimedia-container ul {
    list-style: none;
}

.multimedia-container article, .multimedia-container aside, .multimedia-container details, .multimedia-container figcaption, .multimedia-container figure,
.multimedia-container footer, .multimedia-container header, .multimedia-container hgroup, .multimedia-container menu, .multimedia-container nav, .multimedia-container section, .multimedia-container main {
    display: block;
}

.multimedia-hero-header-overlay {
    position: absolute;
    z-index: 2;
    top: 3.3rem;
    right: 10px;
    width: 100%;
    height: 50px;
    background-color: transparent;
    color: #fefefe;
    font-size: 0.9em;
    text-shadow: #000 2px 2px 4px;
    text-align: center;
}

.multimedia-hero-header-overlay a, .multimedia-hero-header-overlay a:hover {
    color: #fefefe;
}

@media only screen and (min-width: 768px) {
    .multimedia-hero-header-overlay {
        height: 1.6em;
        text-align: right;
        font-size: 1.3em;
        background-color: transparent;
    }
}

.multimedia-hero-header-overlay i.fa {
    margin: auto 0.5em auto 1em;
}

.multimedia-hero-header-overlay-bottom  {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 4em;
    margin-left: 48%;
    background-color: transparent;
    text-shadow: #000 2px 2px 4px;
    text-align: center;
}

.multimedia-hero-header-overlay-bottom a {
    color: #fefefe;
    opacity: 0.6;
    font-size: 3em;
}

.multimedia-hero-header-overlay-bottom a:hover {
    color: #fefefe;
    opacity: 1;
    font-size: 3em;
}

.multimedia-primary-nav {
    /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
    float: right;
    margin-right: 5%;
    width: 44px;
    height: 100%;
    background: none;
}

.multimedia-primary-nav ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.multimedia-primary-nav ul.is-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.multimedia-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: transparent;
}

@media only screen and (min-width: 768px) {
    .multimedia-primary-nav {
        /* reset navigation values */
        width: auto;
        height: auto;
        background: none;
    }

    .multimedia-primary-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px;
    }

    .multimedia-primary-nav ul.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .multimedia-primary-nav li {
        display: inline-block;
        margin-left: 1em;
    }

    .multimedia-primary-nav a {
        display: inline-block;
        height: auto;
        font-weight: 600;
        line-height: normal;
        background: transparent;
        padding: .6em 1em;
    }
}

/* Slider */
.multimedia-hero {
    height: 100vh;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.multimedia-hero img.slider-logo {

}

.multimedia-hero-slider {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.multimedia-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.multimedia-hero-slider li.selected {
    /* this is the visible slide */
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.multimedia-hero-slider li.move-left {
    /* slide hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.multimedia-hero-slider li.is-moving, .multimedia-hero-slider li.selected {
    /* the is-moving class is assigned to the slide which is moving outside the viewport */
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

@media only screen and (min-width: 768px) {
    .multimedia-hero-slider {
        height: 100%;
    }
}

@media only screen and (min-width: 1170px) {
    .multimedia-hero-slider {
        height: 100%;
    }
}

/* 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(../img/meeting-blurred-mobile.jpg);
}

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

.multimedia-hero-slider li:nth-of-type(3) {
    background-color: #586775;
    background-image: url(../img/money-5-10-5-red-mobile.jpg);
}

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

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

.multimedia-hero-slider .multimedia-full-width,
.multimedia-hero-slider .multimedia-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.multimedia-hero-slider .multimedia-img-container {
    display: none;
}

.multimedia-hero-slider .multimedia-img-container img {
    position: absolute;
    left: 50%;
    top: 46%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.multimedia-hero-slider .multimedia-bg-video-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.multimedia-hero-slider .multimedia-bg-video-wrapper video {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.multimedia-hero-slider h2, .multimedia-hero-slider p, .multimedia-hero-slider h1 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    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: 0 1px 3px rgba(250, 250, 250, 0.6);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #111111;
    width: 90%;
}

.multimedia-hero-slider h1 {
    font-size: 3.4rem;
    text-shadow: #000 3px 3px 4px;
}

.multimedia-hero-slider h2 {
    font-size: 2.2rem;
    text-shadow: #000 2px 2px 4px;
}

.multimedia-hero-slider p {
    font-size: 1.6rem;
    line-height: 1.4;
    text-shadow: #000 2px 2px 4px;
}

.multimedia-hero-slider .multimedia-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(189, 10, 10, 0.7);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fefefe;
    text-transform: uppercase;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

nav {
    background: transparent;
    box-shadow: none;
    width: auto;
}

.multimedia-hero-slider .multimedia-btn.secondary {
    background-color: rgba(22, 26, 30, 0.8);
}

.multimedia-hero-slider .multimedia-btn:nth-of-type(2) {
    margin-left: 1em;
}

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

.multimedia-hero-slider .multimedia-btn.secondary:hover {
    background-color: #161a1e;
}

@media only screen and (min-width: 768px) {
    .multimedia-hero-slider li:nth-of-type(2) {
        background-image: url(../img/abstract-squares-slider.jpg);
    }

    .multimedia-hero-slider li:nth-of-type(3) {
        background-image: url(../img/money-5-10-5-red.jpg);
    }

    .multimedia-hero-slider li:nth-of-type(4) {
        background-image: url(../img/file-folders-red.jpg);
    }

    .multimedia-hero-slider li:nth-of-type(5) {
        background-image: url(../img/woman-office.jpg);
    }

    .multimedia-hero-slider .multimedia-full-width,
    .multimedia-hero-slider .multimedia-half-width {
        padding-top: 150px;
    }

    .multimedia-hero-slider .multimedia-bg-video-wrapper {
        display: block;
    }

    .multimedia-hero-slider .multimedia-half-width {
        width: 45%;
    }

    .multimedia-hero-slider .multimedia-half-width:first-of-type {
        left: 5%;
    }

    .multimedia-hero-slider .multimedia-half-width:nth-of-type(2) {
        right: 5%;
        left: auto;
    }

    .multimedia-hero-slider .multimedia-img-container {
        display: block;
    }

    .multimedia-hero-slider h2, .multimedia-hero-slider p {
        max-width: 100%;
    }

    .multimedia-hero-slider h2 {
        font-size: 2.4em;
        font-weight: 300;
    }

    .multimedia-hero-slider .multimedia-btn {
        font-size: 1.2rem;
    }
}

@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;
    }
}

/* Slide animation */

@media only screen and (min-width: 768px) {
    .multimedia-hero-slider .multimedia-half-width {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }

    .multimedia-hero-slider .move-left .multimedia-half-width {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    .multimedia-hero-slider .selected .multimedia-half-width {
        /* visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .multimedia-hero-slider .is-moving .multimedia-half-width {
        /* slide moving outside the viewport
        wait for the end of the transition on the &lt;li&gt; parent before set opacity to 0 and translate to 40px/-40px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .multimedia-hero-slider li.selected.from-left .multimedia-half-width:nth-of-type(2),
    .multimedia-hero-slider li.selected.from-right .multimedia-half-width:first-of-type {
        /* selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .multimedia-hero-slider li.selected.from-left .multimedia-half-width:first-of-type,
    .multimedia-hero-slider li.selected.from-right .multimedia-half-width:nth-of-type(2) {
        /* selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }

    .multimedia-hero-slider .multimedia-full-width h2,
    .multimedia-hero-slider .multimedia-full-width p,
    .multimedia-hero-slider .multimedia-full-width .multimedia-btn {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    .multimedia-hero-slider .move-left .multimedia-full-width h2,
    .multimedia-hero-slider .move-left .multimedia-full-width p,
    .multimedia-hero-slider .move-left .multimedia-full-width .multimedia-btn {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .multimedia-hero-slider .selected .multimedia-full-width h2,
    .multimedia-hero-slider .selected .multimedia-full-width p,
    .multimedia-hero-slider .selected .multimedia-full-width .multimedia-btn {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .multimedia-hero-slider li.is-moving .multimedia-full-width h2,
    .multimedia-hero-slider li.is-moving .multimedia-full-width p,
    .multimedia-hero-slider li.is-moving .multimedia-full-width .multimedia-btn {
        /* slide moving outside the viewport
        wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .multimedia-hero-slider li.selected h2 {
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .multimedia-hero-slider li.selected p {
        -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
        -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
        transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }

    .multimedia-hero-slider li.selected .multimedia-btn {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
}

/* Slider navigation */
.multimedia-slider-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    height: 10px;
    background-color: transparent;
}

.multimedia-slider-nav nav, .multimedia-slider-nav ul, .multimedia-slider-nav li, .multimedia-slider-nav a {
    height: 100%;
}

.multimedia-slider-nav nav {
    display: inline-block;
    position: relative;
    bottom: 20px;
    float: right;
    margin-right: 1em;
}

.multimedia-slider-nav .multimedia-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 100%;
    color: #ffffff;
    background-color: transparent;
}

.multimedia-slider-nav .multimedia-marker.item-2 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.multimedia-slider-nav .multimedia-marker.item-3 {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}

.multimedia-slider-nav .multimedia-marker.item-4 {
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    transform: translateX(300%);
}

.multimedia-slider-nav .multimedia-marker.item-5 {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%);
}

.multimedia-slider-nav ul::after {
    clear: both;
    content: "";
    display: table;
}

.multimedia-slider-nav li {
    display: inline-block;
    float: left;
    margin: auto 0.2em;
    background-color: transparent;
    height: 16px;
    width: 16px;
    padding: 4px;
}

.multimedia-slider-nav li a {
    background-color: #cacaca;
    height: 16px;
    width: 16px;
    padding: 4px;
}

.multimedia-slider-nav li.selected a {
    background-color: #fefefe;
    height: 16px;
    width: 16px;
}

.no-touch .multimedia-slider-nav li.selected a:hover {
    background-color: #fefefe;
}

.multimedia-slider-nav a {
    display: block;
    position: relative;
    padding-top: 10px;
    font-size: 1em;
    color: #a8b4be;
    border-radius: 10px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.multimedia-slider-nav a::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}

.no-touch .multimedia-slider-nav a:hover {
    background-color: green;
}

.multimedia-slider-nav li:first-of-type a::before {

}

.multimedia-slider-nav li.selected:first-of-type a::before {

}

.multimedia-slider-nav li:nth-of-type(2) a::before {

}

.multimedia-slider-nav li.selected:nth-of-type(2) a::before {

}

.multimedia-slider-nav li:nth-of-type(3) a::before {

}

.multimedia-slider-nav li.selected:nth-of-type(3) a::before {

}

.multimedia-slider-nav li:nth-of-type(4) a::before {

}

.multimedia-slider-nav li.selected:nth-of-type(4) a::before {

}

.multimedia-slider-nav li:nth-of-type(5) a::before {

}

.multimedia-slider-nav li.selected:nth-of-type(5) a::before {

}

@media only screen and (min-width: 768px) {
    .multimedia-slider-nav {
        height: 24px;
    }

    .multimedia-slider-nav .multimedia-marker,
    .multimedia-slider-nav li {
        width: 24px;
    }

    .multimedia-slider-nav a {
        padding-top: 0;
    }

    .multimedia-slider-nav a::before {
        top: 5px;
    }
}

/* Noscript styles */

.no-js .multimedia-hero-slider li {
    display: none;
}

.no-js .multimedia-hero-slider li.selected {
    display: block;
}

.no-js .multimedia-slider-nav {
    display: none;
}

img.logo-image {
    width: 80%;
    height: 60%;
    max-width: 600px;
    max-height: 300px;
    overflow: hidden;
}

/* Main page */

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pin-top, .pin-bottom {
    position: relative;
}

.pinned {
    position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
    opacity: 0;
}

.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 85%;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 70%;
    }
}

.container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.section.no-pad {
    padding: 0;
}

.section.no-pad-bot {
    padding-bottom: 0;
}

.section.no-pad-top {
    padding-top: 0;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container.header-accent {
    min-height: 110px;
    max-height: 200px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container.header-accent h1 {
    color: rgba(255, 255, 255, .9);
    line-height: 0;
}

.parallax-container.footer-accent {
    min-height: 200px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: relative;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.container.wide {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 1em;
}

.section.wide {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 1em;
}

.image-overlay {
    font-size: 6em;
}

.image-overlay .row.collapse.page-title {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.image-overlay-text {
    padding: 0.6rem;
    margin: 0 auto;
    width: 98%;
}

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

.image-overlay-text p {
    font-weight: normal;
    font-style: italic;
    color: #fefefe;
    font-size: 2.8em;
    line-height: 1.4;
    text-shadow: #111 2px 2px 3px;
}

.icon-block h2 i {
    /*font-size: 2em;*/
}
.icon-block i {
    font-size: 4.325em;
    opacity: 0.8;
    padding-top: 0.2em;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    /*line-height: 1.4;*/
}

.service-category-title-home {
    font-size: 1.6em;
    font-weight: bold;
}

div.afsbhelper-contact-form-wrap {
    text-align: left;
}

div.afsbhelper-contact-form-wrap label {
    margin-bottom: 0;
}

input.afsbhelper-contact-form-input {
    padding: 0.4em;
}

textarea.contact-comments {
    height: 10em;
}

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

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

.button.contact-submit {
    font-size: 0.9em;
    margin-top: 0.8em;
}

.light, footer.page-footer .footer-copyright {
    font-weight: 300;
}

.thin {
    font-weight: 200;
}

.flow-text {
    font-weight: 300;
}

@media only screen and (min-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 390px) {
    .flow-text {
        font-size: 1.224rem;
    }
}

@media only screen and (min-width: 420px) {
    .flow-text {
        font-size: 1.248rem;
    }
}

@media only screen and (min-width: 450px) {
    .flow-text {
        font-size: 1.272rem;
    }
}

@media only screen and (min-width: 480px) {
    .flow-text {
        font-size: 1.296rem;
    }
}

@media only screen and (min-width: 510px) {
    .flow-text {
        font-size: 1.32rem;
    }
}

@media only screen and (min-width: 540px) {
    .flow-text {
        font-size: 1.344rem;
    }
}

@media only screen and (min-width: 570px) {
    .flow-text {
        font-size: 1.368rem;
    }
}

@media only screen and (min-width: 600px) {
    .flow-text {
        font-size: 1.392rem;
    }
}

@media only screen and (min-width: 630px) {
    .flow-text {
        font-size: 1.416rem;
    }
}

@media only screen and (min-width: 660px) {
    .flow-text {
        font-size: 1.44rem;
    }
}

@media only screen and (min-width: 690px) {
    .flow-text {
        font-size: 1.464rem;
    }
}

@media only screen and (min-width: 720px) {
    .flow-text {
        font-size: 1.488rem;
    }
}

@media only screen and (min-width: 750px) {
    .flow-text {
        font-size: 1.512rem;
    }
}

@media only screen and (min-width: 780px) {
    .flow-text {
        font-size: 1.536rem;
    }
}

@media only screen and (min-width: 810px) {
    .flow-text {
        font-size: 1.56rem;
    }
}

@media only screen and (min-width: 840px) {
    .flow-text {
        font-size: 1.584rem;
    }
}

@media only screen and (min-width: 870px) {
    .flow-text {
        font-size: 1.608rem;
    }
}

@media only screen and (min-width: 900px) {
    .flow-text {
        font-size: 1.632rem;
    }
}

@media only screen and (min-width: 930px) {
    .flow-text {
        font-size: 1.656rem;
    }
}

@media only screen and (min-width: 960px) {
    .flow-text {
        font-size: 1.68rem;
    }
}

@media only screen and (max-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}

.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-wrapper .valign {
    display: block;
}


/* Home page page content */

.home-content-container, .home-contact-container {
    margin: 3em auto 3em auto;
}

.home-contact-address p {
    font-size: 2em;
    line-height: 2.2;
}

/* Offset for anchor */
:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

/* 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: #555555;
    font-size: 2.2em;
    opacity: 0.8;
    padding-top: 0.4em;
}

.icon-block:hover {
    background-color: rgba(189, 50, 50, 0.20);
    border: 2px solid #555555;
}

.icon-block:hover h2 {
}
.icon-block:hover i.fa {
    opacity: 1;
}

.icon-block p.icon-home-subhead {
    color: #555555;
    font-size: 1.3em;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

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

/* Slide in effect */

.iconset-container-hidden {
    visibility: hidden;
}

.iconset-container-slide-right {
    visibility: visible;
    animation-name: iconset-container-slide-right;
    -webkit-animation-name: iconset-container-slide-right;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes iconset-container-slide-right {
    0% {
        transform: translateX(-150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes iconset-container-slide-right {
    0% {
        -webkit-transform: translateX(-150%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

/* 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 #555555;
}

ul.calculator-list li &gt; a:hover:after {
    font-family: FontAwesome;
    content: "\f08e";
    color: #555555;
    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: #555555;
    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 */

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: #555555;
    margin-right: 1rem;
}

ul.nl_contents li a {
    color: #555555;
}

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

.newsletter-article {
    font-size: 1rem;
}

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

p.nl_article {
    display: none;
}

/* Tables and table data */
.newsletter-article table, .newsletter-article td, .newsletter-article tr, .newsletter-article th, .newsletter-article thead, .newsletter-article tbody {
    padding: 0;
    margin: 0;
    border: none;
}

.newsletter-article table tbody tr td, .newsletter-article table tr td, .newsletter-article table tfoot tr td {
    padding: 0.2em;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6em;
    border: none;
}

.newsletter-article td {
    padding: 0;
    margin: 0;
    border: none;
}

.newsletter-article table tr:nth-of-type(even) {
    background-color: transparent !important;
}

.inset-article table, .inset-article td, .inset-article tr {
    background-color: #eaeaea !important;
    padding: 5px;
}

img.bullet-image {
    box-sizing: initial;
    max-width: none;
}

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

.newsletter-current-container td, .newsletter-current-container tr, .newsletter-current-container table {
    background-color: transparent;
}

/* Newsletter archives */

#nl-archive-container ol, #nl-archive-container ul {
    list-style-type: none;
    margin: 0 auto;
    max-width: 50rem;
}

#nl-archive-itemdate {
    margin-top: -1.5rem;
}

#nl-archive-container {
    padding: 1rem 0 1rem 0;
    border-top: 1px solid #aaa;
    margin: 0 0 1rem 0;
}

#nl-archive-container ul {
    margin: 0.5rem 0 0.5rem 0;
}

#nl-archive-container li {
    border-bottom: 1px dotted #ccc;
}

#nl-archive-hd {
    font-size: 1.2rem;
    color: #555;
    font-weight: bold;
    text-align: center;
}

#nl-archive-subhd {
    font-size: 0.75rem;
    color: #555;
    font-style: italic;
    text-align: center;
    margin: 0 0 1rem 0;
}

#nl-archive-itemcontainer {
    margin: 0.5rem;
    width: 100%;
}

#nl-archive-itemcontainer a:link {
    text-decoration: none;
}

#nl-archive-itemcontainer a:hover {
    text-decoration: underline;
}

#nl-archive-itemdate {
    font-size: 80%;
    float: right;
    margin: -1.5rem 0 0 0;
    color: #999;
}

#nl-archive-itemtitle {
    font-size: 1.2rem;
    font-weight: bold;

}

/* Services Page */

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

.afsbpage-services-wrap {

}

h4.afsbpage-service-category-title {
    font-size: 1.3rem;
    color: #222;
    font-weight: 700;
    padding-top: 1em;
}

.afsbpage-service-list-item a {
    font-size: 1.2rem;
    font-weight: 700;
}

.afsbpage-service-short-description {
    font-size: 1rem;
    padding-bottom: 0.4rem;
}

.services-buttons {
    margin-top: 1em;
}

/* Footer */

footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: rgba(189, 10, 10, 0.8);
    color: #fefefe;
}

footer.page-footer h5, footer.page-footer a {
    color: #fefefe;
}

footer.page-footer a:hover {
    border-bottom: 1px dotted #fefefe;
}

footer.page-footer a.social-networking-footer:hover {
    border-bottom: none;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08);
}

footer h4 {
    color: #fefefe;
}

footer {
    font-size: 0.8em;
}

footer.page-footer {
    margin: 0;
    padding: 0;
}

footer i.fa {
    margin: auto 0.5em auto 0;
}

footer a.social-networking-footer {
    font-size: 3em;
}

footer .footer-message {
    padding: 1em 0 1.4em 0;
    margin-bottom: 1em;
    background-color: rgba(51, 51, 51, 0.08);
}

footer .footer-static-content {
    padding-top: 2em;
}

/* Back to top */

.back-to-top {
    display: inline-block;
    color: #fefefe;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(189, 50, 50, 0.80) url(../img/back-to-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.back-to-top.back-to-top-is-visible, .back-to-top.back-to-top-fade-out, .no-touch .back-to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.back-to-top.back-to-top-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.back-to-top.back-to-top-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .back-to-top:hover {
    background-color: #555555;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .back-to-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .back-to-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

/* Top Bar */

/* Navigation */

.contain-to-grid {
    width: 100%;
    clear: both;
}

.contain-to-grid:hover {
    opacity: 100;
}

.top-bar .toggle-topbar.menu-icon a::after {

}

.top-bar:not(.expanded) {
    width: 100%;
    min-width: 100%;
    height: 2.8rem;
    line-height: 3.6rem;
    z-index: 9;
    background-color: #fefefe !important;
    box-shadow: 0 0 0.5rem #222;
}
@media only screen and (min-width: 40.063em){
    .top-bar:not(.expanded) {
        min-height: 2.8rem;
        height: 100%;
    }
}

.top-bar .name h1 a {
    color: #555555;
    font-size: 1.3em;
    line-height: 2;
}

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

.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0;
    padding-right: 30px;
    color: #555555;
    position: relative;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: #fefefe;
    padding: 0.2rem 0.6rem;
    margin: 0;
    color: #555555;
    text-transform: uppercase;
    border-bottom: 1px dotted #555555;
}

.top-bar-section li:not(.has-form):hover a:not(.button):hover {
    /*background-color: #555555;*/
    /*color: #fcfff4;*/
}

.top-bar-section {
    padding: 0 0.2rem 0.5rem 0.2rem;
}

.top-bar-section ul.nav-static-right li {
    line-height: 2;
    font-size: 1.2em;
    height: 3.2rem;
    overflow: hidden;
}

.top-bar-section li {

}

.top-bar-section ul li &gt; a {
    font-size: 0.86rem;
    margin: 0;
    color: #555555;
}

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

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

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

.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: #555555 ;
}

.top-bar ul.dropdown {
    width: 100%;
}

.top-bar-section ul.dropdown li a {
    padding: 0.25rem;
    border-bottom: 1px dotted #555555;
}

.top-bar-section ul.dropdown li a:hover {

}

.logo-nav &gt; a &gt; img {
    width: auto;
    height: 4rem;
    -ms-interpolation-mode: bicubic;
}

.logo-text-container {
    font-size: 1.3rem;
    color: #555555;
    max-width: 40rem;
    display: block;
    padding: 1rem 0 0 0.5rem;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #fefefe;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 2.8125rem;
}

.top-bar {
    overflow: hidden;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
    background: #fafafa;
    margin-bottom: 0;
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none;
}

.top-bar .row {
    max-width: none;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 0.9375rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
}

.top-bar .toggle-topbar.menu-icon {
    top: 50%;
    margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    color: #FFFFFF;
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    /*content: ""; &lt;- removed 12/30/20 won't show in Sarari unless there is something there?'*/
    content: "menu" !important; /*!important is so it overides all the child themes css*/
    color: transparent !important;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 0.9375rem;
    /*-webkit-box-shadow: 0 0 0 1px #555555, 0 7px 0 1px #555555, 0 14px 0 1px #555555;*/
    /*box-shadow: 0 0 0 1px #555555, 0 7px 0 1px #555555, 0 14px 0 1px #555555;*/
    box-shadow: none;
    width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    /*box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";*/
}

.top-bar.expanded {
    height: auto;
    background: transparent;
}

.top-bar.expanded .title-area {
    background-color: #eaeaea;
}

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

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

.top-bar-section ul li &gt; a {
    display: block;
    width: 100%;
    color: #555555;
    padding: 12px 0 12px 0;
    padding-left: 0.9375rem;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
}

.top-bar-section ul li:hover:not(.has-form) &gt; a {
    /*background-color: #555555;*/
    /*background: #333333;*/
    color: #555555;
}

.top-bar-section ul li.active &gt; a {
    background: #555555;
    color: #FFFFFF;
}

.top-bar-section ul li.active &gt; a:hover {
    background: #555555;
    color: #FFFFFF;
}

.top-bar-section .has-dropdown &gt; a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(189, 10, 10, 1);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.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: #555555;
    display: block;
}
.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 {
        background: #333333;
        overflow: visible;
    }

    .top-bar:before, .top-bar:after {
        content: " ";
        display: table;
    }

    .top-bar:after {
        clear: both;
    }

    .top-bar .toggle-topbar {
        display: none;
    }

    .top-bar .title-area {
        float: left;
    }

    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto;
    }

    .top-bar input,
    .top-bar .button,
    .top-bar button {
        font-size: 0.875rem;
        position: relative;
        height: 1.75rem;
        top: 0.53125rem;
    }

    .top-bar.expanded {
        background: #333333;
    }

    .contain-to-grid .top-bar {
        max-width: 62.5rem;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline;
    }

    .top-bar-section ul li {
        float: left;
    }

    .top-bar-section ul li .js-generated {
        display: none;
    }

    .top-bar-section li.hover &gt; a:not(.button) {
        background-color: #555555;
        background: #333333;
        color: #555555;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 0.9375rem;
        line-height: 2.8125rem;
        background: #333333;
        border-bottom: none;
    }

    .top-bar-section li:not(.has-form):hover a:not(.button):hover,
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        /*background-color: #555555;*/
        background: #fefefe;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 0.9375rem;
        line-height: 2.8125rem;
        color: #555555;
    }

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

    .top-bar-section .has-dropdown &gt; a {
        padding-right: 2.1875rem !important;
    }

    .top-bar-section .has-dropdown &gt; a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(189, 50, 50, 0.80) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem;
    }

    .top-bar-section li.has-dropdown:hover &gt; a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.80) transparent transparent transparent !important;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem;
    }

}

/* Events Calendar */

#calendarModal {
    padding: 0;
}

div.row.calendar-month-footer {
    padding: 0.25em 0 0.25em 0;
}

a.close-reveal-modal.close-reveal-day {
    color: #555555;
    font-size: 1em;
    font-weight: normal;
}

a.close-reveal-modal.close-reveal-month {
    position: relative;
    display: inline-block;
    float: right;
    color: #555555;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
    right: 0.6em;
}

#calendarModal &gt; #afsbhelper-calendar-month-wrap {
    margin-top: 0
}

.afsbhelper-calendar-calendar-head {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #555555;
    margin-bottom: 20px;
}

.afsbhelper-calendar-container-wrap {
    margin: 0;
    padding: 0;
}

.afsbhelper-calendar-menu-wrap {
    margin-bottom: 15px;
    cursor: pointer
}

.afsbhelper-calendar-menu-wrap div {
    display: inline;
    margin: 5px;
    background-color: #555555;
    color: white;
    padding: 8px;
    border-radius: 10px;
    width: 150px
}

.afsbhelper-calendar-full-row {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
}

.afsbhelper-calendar-full-row:before, .afsbhelper-calendar-full-row:after {
    content: " ";
    display: table
}

.afsbhelper-calendar-full-row:after {
    clear: both
}

.afsbhelper-calendar-full-row .large-push-0 {
    position: relative;
    left: 0;
    right: auto
}

.afsbhelper-calendar-full-row .large-pull-0 {
    position: relative;
    right: 0;
    left: auto
}

.afsbhelper-calendar-full-row .large-push-1 {
    position: relative;
    left: 14.2857142857%;
    right: auto
}

.afsbhelper-calendar-full-row .large-pull-1 {
    position: relative;
    right: 14.2857142857%;
    left: auto
}

.afsbhelper-calendar-full-row .large-push-2 {
    position: relative;
    left: 28.5714285714%;
    right: auto
}

.afsbhelper-calendar-full-row .large-pull-2 {
    position: relative;
    right: 28.5714285714%;
    left: auto
}

.afsbhelper-calendar-full-row .large-push-3 {
    position: relative;
    left: 42.8571428571%;
    right: auto
}

.afsbhelper-calendar-full-row .large-pull-3 {
    position: relative;
    right: 42.8571428571%;
    left: auto
}

.afsbhelper-calendar-full-row .large-push-4 {
    position: relative;
    left: 57.1428571429%;
    right: auto
}

.afsbhelper-calendar-full-row .large-pull-4 {
    position: relative;
    right: 57.1428571429%;
    left: auto
}

.afsbhelper-calendar-full-row .large-push-5 {
    position: relative;
    left: 71.4285714286%;
    right: auto
}

.afsbhelper-calendar-full-row .large-pull-5 {
    position: relative;
    right: 71.4285714286%;
    left: auto
}

.afsbhelper-calendar-full-row .large-push-6 {
    position: relative;
    left: 85.7142857143%;
    right: auto
}

.afsbhelper-calendar-full-row .large-pull-6 {
    position: relative;
    right: 85.7142857143%;
    left: auto
}

.afsbhelper-calendar-full-row .column, .afsbhelper-calendar-full-row .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left
}

.afsbhelper-calendar-full-row .large-1 {
    width: 14.2857142857%
}

.afsbhelper-calendar-full-row .large-2 {
    width: 28.5714285714%
}

.afsbhelper-calendar-full-row .large-3 {
    width: 42.8571428571%
}

.afsbhelper-calendar-full-row .large-4 {
    width: 57.1428571429%
}

.afsbhelper-calendar-full-row .large-5 {
    width: 71.4285714286%
}

.afsbhelper-calendar-full-row .large-6 {
    width: 85.7142857143%
}

.afsbhelper-calendar-full-row .large-7 {
    width: 100%
}

.afsbhelper-calendar-full-row .large-offset-0 {
    margin-left: 0 !important
}

.afsbhelper-calendar-full-row .large-offset-1 {
    margin-left: 14.2857142857% !important
}

.afsbhelper-calendar-full-row .large-offset-2 {
    margin-left: 28.5714285714% !important
}

.afsbhelper-calendar-full-row .large-offset-3 {
    margin-left: 42.8571428571% !important
}

.afsbhelper-calendar-full-row .large-offset-4 {
    margin-left: 57.1428571429% !important
}

.afsbhelper-calendar-full-row .large-offset-5 {
    margin-left: 71.4285714286% !important
}

.afsbhelper-calendar-full-row .large-offset-6 {
    margin-left: 85.7142857143% !important
}

.afsbhelper-calendar-full-row .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto
}

.afsbhelper-calendar-full-row .column.large-centered, .afsbhelper-calendar-full-row .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none
}

.afsbhelper-calendar-full-row .column.large-uncentered, .afsbhelper-calendar-full-row .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.afsbhelper-calendar-full-row .column.large-centered:last-child, .afsbhelper-calendar-full-row .columns.large-centered:last-child {
    float: none
}

.afsbhelper-calendar-full-row .column.large-uncentered:last-child, .afsbhelper-calendar-full-row .columns.large-uncentered:last-child {
    float: left
}

.afsbhelper-calendar-full-row .column.large-uncentered.opposite, .afsbhelper-calendar-full-row .columns.large-uncentered.opposite {
    float: right
}

.afsbhelper-calendar-full-row .row.large-collapse &gt; .column, .afsbhelper-calendar-full-row .row.large-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0
}

.afsbhelper-calendar-full-row .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.afsbhelper-calendar-full-row .row.large-uncollapse &gt; .column, .afsbhelper-calendar-full-row .row.large-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left
}

.afsbhelper-calendar-full-row .columns {
    border-color: #999;
    border-style: solid;
    border-width: 1px
}

.afsbhelper-calendar-full-daysofwk {
    background-color: #1B1D1E;
    color: white;
    text-align: center
}

.afsbhelper-calendar-month-head, .afsbhelper-calendar-week-head, .afsbhelper-calendar-list-head {
    background-color: #555555;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px
}

.afsbhelper-week-event-list {
    margin: 0px
}

.afsbhelper-week-event-list &gt; li {
    list-style: none;
    color: #B3CAD1;
    padding: 5px
}

.afsbhelper-calendar-list-accordion {
    margin-bottom: 0;
    margin: 0px
}

.afsbhelper-calendar-list-accordion:before, .afsbhelper-calendar-list-accordion:after {
    content: " ";
    display: table
}

.afsbhelper-calendar-list-accordion:after {
    clear: both
}

.afsbhelper-calendar-list-accordion .afsbhelper-calendar-list-navigation {
    display: block;
    margin-bottom: 0 !important
}

.afsbhelper-calendar-list-accordion .afsbhelper-calendar-list-navigation.active &gt; a {
    background: #B3CAD1;
    color: #222222
}

.afsbhelper-calendar-list-accordion .afsbhelper-calendar-list-navigation &gt; a {
    background: #FAF4C7;
    color: #1B1D1E;
    padding: 10px;
    display: block;
    font-size: 16px
}

.afsbhelper-calendar-list-accordion .afsbhelper-calendar-list-navigation &gt; a:hover {
    background: #FAF4C7
}

.afsbhelper-calendar-list-accordion .afsbhelper-calendar-list-navigation div {
    display: inline
}

.afsbhelper-calendar-list-accordion .afsbhelper-calendar-list-content {
    display: none;
    padding: 0.9375rem
}

.afsbhelper-calendar-list-accordion .afsbhelper-calendar-list-content.active {
    background: #FFFFFF;
    display: block
}

.afsbhelper-calendar-list-nav-date {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px
}

.afsbhelper-calendar-arrow-wrap-left, .afsbhelper-calendar-arrow-wrap-right {
    cursor: pointer;
    padding: 0.4em 1em;
}

.afsbhelper-calendar-arrow-wrap-left {
    text-align: left
}

.afsbhelper-calendar-arrow-wrap-right {
    text-align: right
}

.fa-arrow-left.afsbhelper-calendar-arrow-left, .fa-arrow-right.afsbhelper-calendar-arrow-right {
    font-size: 26px
}

.fi-arrow-left.afsbhelper-calendar-arrow-left {
    padding-left: 10px
}

.fi-arrow-right.afsbhelper-calendar-arrow-right {
    padding-right: 10px
}

.calendar-day {
    padding: 0 !important;
    margin: 0 !important;
}

.afsbhelper-calendar-day-button {
    cursor: pointer;
    background-color: #ccf6cc;
    text-decoration: underline;
    font-weight: 700;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    margin: 0;
    padding-left: 8px;
    display: block;
}

.afsbhelper-calendar-day-button:after {
    content: "Click to view events";
    display: block;
}

.afsbhelper-calendar-day-not-a-button {
    text-decoration: none;
    cursor: default;
    width: 100%;
    height: auto;
    min-width: 50px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    padding-left: 8px;
}

.afsbhelper-calendar-day-head {
    color: #555555;
    border-bottom-width: 2px;
    border-bottom-color: #555555;
    border-bottom-style: solid;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold
}

.afsbhelper-calendar-day-events-subhead {
    background-color: #fcfcfc;
    color: #555555;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px
}

.afsbhelper-calendar-day-event-list {
    list-style: none;
    margin-left: 0px
}

.afsbhelper-calendar-day-event-title {
    font-weight: bold;
    font-size: 18px;
}

.afsbhelper-calendar-day-event-description {
    margin: 6px 6px 20px 15px;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}</pre></body></html>