body, *{
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.row{
    max-width: 82.5rem;
}/**/
a:hover, a:focus {
    color: #28bca6;
}
.gray-bg{
    background-color: #eaeaea;
}

hr{
    border-bottom: 1px solid #000;
    margin: 0 auto 2.0625rem auto;
}
hr.short{
    width: 200px;
}
hr.long{
    width: 295px;
}
h1{
 font-size: 2.25rem;
    font-weight: bold;
}
.text-content h1 {
    font-size: 2.25rem;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 3.1875rem;
}
.text-content h1:after {
    content: ' ';
    position: absolute;
    top: 110%;
    left: 50%;
    width: 72%;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    transform: translateX(-50%);
}

header{
    margin: 0 0 0 0;
    padding: 0;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    position: relative;
    color: #fff;
    background-color: #06377b;
    width: 100%;
}
header a {
    color: #fff;
}
header > .row{
    position: relative;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (min-width: 64em) {
    .jsBusinessLogo {
        max-width: 40rem;
        max-height: 300px;
    }
}
.logo-wrap.row{
    text-align: center;
    padding: 2.5rem 1rem 1.25rem !important;
}
@media screen and (min-width: 64em) {
    .logo-wrap.row{
        text-align: left;
    }
}
@media screen and (min-width: 84.375em){
    .logo-wrap.row{
        text-align: left;
        padding: 2.5rem 1rem 1.25rem 0!important;
    }
}

/* --------- NAV -----------*/

.top-bar {
    background-color: #2d2d2d;
    /*text-align: right;*/
    padding: 1rem 1rem 2rem 1rem;
}
.top-bar ul {
    background-color: transparent;
    text-align: left;
}
.top-bar ul ul{
    background-color: #eaeaea;
    color: #06377b;
    text-align: left;
}
.top-bar ul ul a{
    color: #06377b;
}

.top-bar .button{
    font-size: 1rem;
    background-color: #fff;
    color: #000;
    margin: .75rem;
}
.top-bar .menu > li {
    display: inherit;
    border-bottom: 1px solid #fff;
}
.top-bar .menu > li:last-child {
    border: none;
}
.top-bar .menu > li > a {
    display: block;
    padding: 0.7rem 0.5625rem;
}

.footer-links .button {
    font-size: 1rem;
    background-color: #fff;
    color: #000;
    margin: .75rem;
}
.menu .active > a {
    background: none;
}

.top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    content: '';
    display: none;
    width: 0;
    height: 0;
    border: inset 0;
    border-color: transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 0;
    margin-top: 0;
}
.top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding: 0.7rem 0.5625rem;;
    position: relative;
}
.is-dropdown-submenu {
    position: relative;
}
.fa-calendar {
    color:#2199e8;
}
@media screen and (min-width: 40em) {
    .top-bar{
        background-color: transparent;
        display: block;
    }
    .top-bar .menu > li {
        display: inline-block;
        border: none;
    }
    .top-bar ul {
        background-color: transparent;
        text-align: right;
    }
    .top-bar .button{
        font-size: 0.875rem;
        background-color: #fff;
        color: #000;
        margin: 0 0 0 1.75rem;
    }
    .is-dropdown-submenu {
        position: absolute;
    }
}
@media screen and (min-width: 64em) {
    .nav-wrap{
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media screen and (min-width: 84.375em){
    .top-bar {
        padding: 2rem 0;
    }
}
/* ------ Mobile Nav ------- */
.title-bar {
    background: #06377b;
    color: #fefefe;
    padding: 0.5rem;
}


/* -------SLIDE Show-------- */
.slide-show{
    height:0;
}

.slide-show, .slides, .slick-dots{
    display: none!important;
}
@media screen and (min-width: 40em){
    .slick-slider{
        display: block!important;
    }
}
@media screen and (min-width: 64em){
    .slide-show, .slides, .slick-dots{
        display: block!important;
    }
    .slide-show{
        height:780px;
    }
    .slides{
        height:780px;
    }

}

.slide-1{
    background-image: url("images/slides/slide-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-2{
    background-image: url("images/slides/slide-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-3{
    background-image: url("images/slides/slide-3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-4{
    background-image: url("images/slides/slide-4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-5{
    background-image: url("images/slides/slide-5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slides > .row{
    position: relative;
    max-width: none;
    height: 100%;
}
.slick-dots {
    position: absolute;
    bottom: 43px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    margin: 0 8px;
}
.slick-dots li button:before{
    font-size: 20px;
    opacity: 1;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(160, 160, 160, 0.25);
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c4161c;
    -webkit-text-stroke-width: 0;
}
.slide-text{
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
    top: 55%;
    margin: 0 auto;
    float: none;
    width: 100%;
}
.slide-text p {
    font-size: 5rem;
    line-height: 1.125;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #fff;
}
.slide-text .slide-bttn{
    border: 0.15625rem solid #fff;
    color: #fff;
    font-size: 33.27px;
    padding: 1.6875rem 3.8125rem;
}
.banner{
    background:
        linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.4) ),
        url("images/slides/slide-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    position: relative;
    height: 400px;
}
.button.hollow.slide-bttn:hover, .button.hollow.slide-bttn:focus {
    border-color: #06377b;
    color: #06377b;
}
.banner .slide-text{
    top: 30%;

}
.banner .slide-text p{
    font-size: 3rem;
}
/*------------ HomePage Content -------------*/
.services {
    padding: 2.5rem 0;
    border: 1px solid #dadada;
}
.afsbpage-service-category-title {
    padding-top:1rem;
    font-size:2rem;
    margin-top:1rem;
    margin-bottom:0;
}
.afsbpage-link-category-title {
    padding-top:1rem;
    font-size:2rem;
    margin-top:1rem;
    margin-bottom:0;
}
.quick-links{
    max-width: 62.75rem;
    text-align: center;
}
.qkl-icon{
    margin-bottom: 1.125rem;
}
.home-map{
    padding: 2.5rem 0;
}
.home-contact{
    padding: 1.75rem 4.375rem 1rem 4.375rem;
}
.home-contact h3{
    margin-bottom: 2.5rem;
}
.home-contact .button, .contact-us .button{
    margin-top: 1.5625rem;
    min-width: 250px;
    font-size: 24.28px;
    font-weight: 300;
    padding: 1rem 5.4375rem;
    background-color: #737373;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    height:3.125rem;
    margin: 0 0 0.625rem;
    border: none;
    background-color: #fff;
    padding: 1.125rem;
}
[name='item_number'], [name='amount'] {
    border: 1px solid #abbaba;
}
textarea {
    height:6.875rem;
    margin: 0 0 0.625rem;
}
.home-contact textarea {
    height: 10.625rem;
}
input::placeholder, textarea::placeholder {
    color: #737373;
}


/*------------General Page Content -------------*/
.text-content {
    padding: 4.25rem;
}
.text-content.subpage {
    margin-top: -4.25rem;
}
.googleMap {
    width: 100%;
    height: 250px;
    border: 2px solid #737373;
}
@media screen and (min-width: 64em) {
    .contact-us .googleMap {
        width: 100%;
        height: 350px;
    }
}
.googleMapLink{
    margin-top: .5rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
}
label {
    font-size: 15px;
}
.g-recaptcha{
    margin:1rem 0;
}

.contact-us{
    border: 1px solid #dadada;
    padding: 2.5rem 0;
}

/* ------- Footer ------ */
footer{
    margin-top: 2.9375rem;
}
footer .menu > li{
display: inline-block;
}
footer .footer-links{
  background-color: #06377b;
    padding: 1.75rem 0;
    font-size: 14px;
}
footer .left-col{
    text-align: center;
}
footer .right-col{
    text-align: center;
    margin-top: 2rem;
}
footer .left-col .menu > li > a{
    padding: 0.4375rem 0.625rem;
    font-size: 14px;
    letter-spacing: -.25px;
}
footer .right-col .menu > li > a{
    padding: 0;
    background: #fff;
    color: #06377b;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 0.325rem;
    vertical-align: middle;
}
footer .left-col .menu > li > a.button{
    padding: 0.7rem 0.5625rem;
}
footer .right-col .menu > li:last-child > a{
    margin-right: 0.625rem;
}
footer .biz-info{
    background-color: #000;
    padding: 2.27rem 1rem;
}
footer, footer p, footer a{
    color:#fff;
    font-size:15px;
}
@media screen and (min-width: 64em){
    footer .left-col{
        padding-left: 0.9375rem;
        text-align: left;
    }
    footer .right-col{
        padding-right: 0.9375rem;
        text-align: right;
    }
}
@media screen and (min-width: 84.375em){
    footer .left-col{
        padding-left: 0;
        text-align: left;
    }
    footer .right-col{
        padding-right: 0;
        text-align: right;
        margin-top: 0;
    }
    footer .left-col .menu > li:first-child > a{
        margin-left: 0;
    }
    footer .right-col .menu > li:last-child > a{
        margin-right: 0;
    }
}
footer .social-link{
    color:#06377b;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social-link i{
    margin: -1px 0 0;
    font-size: 1.54em;
    width: 28px;
    height: 28px;
    padding: .25rem;
    color: #06377b;
}
footer .social-link i.fa-svg:before {
    background-color: #06377b;
    height: 1.54em;
    padding-top: 117%;
    /*margin: 1px auto;*/
}
footer .social-link span {
    display: none;
}
/* 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;

}

/* Flash Warnings and Messages */

#flash_err-container {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: #e34d4d;
    padding: 5px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #e31515;
}

#flash_err-container img {
    margin-top: -15px;
    margin-left: -30px;
}

#flash_ok {

    color: #fff;
    font-weight: bold;

}

#flash_ok-container {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: #48b65e;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #288f3d;
}

#flash_ok-container img {
    margin-top: -15px;
    margin-left: -30px;
}

#flash_warn {

    background: transparent url('../docs/common_templates/common_images/flashhd_error.png') no-repeat
}

/* Financial Calculators */
ul.tools-list li {
    display: block;
    width: 100%;
    padding: 0.2rem;
}

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

ul.tools-list li > a:hover {
    border-bottom: 1px dotted #555555;
}

ul.tools-list li > a:hover:after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 0.3rem;
}


/*  Header CTA Css     */
.header-cta-container {
    padding: 3px 1rem 0;
    border: 1px solid #dadada;
    background-color: #fefefe;
}
.header-cta-container a{
    /*color: #cb181e;*/
    font-weight: 500;
    display: inline-block;
    padding: .65rem 0.625rem .5rem 0.625rem;
}
.header-cta-container .contact-option-cta a{
    font-size: 18px;
    font-weight: 600;
    color: #06377b;
}
.header-cta-container a:hover{
    color: #28bca6;
}
.header-cta-container .contact-option-cta a i{
    margin-right: 0.625rem;
}
.header-cta-container .social-links-cta{}

.header-cta-container .social-links-cta a{
    background: #06377b;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    text-align: center;
    padding: 0;
    margin: .65rem 0 .5rem 0.625rem;
}
.header-cta-container .social-links-cta a:hover{
    background: #28bca6;
}
.header-cta-container .social-links-cta a i {
    /*margin-right: 0.125rem;*/
    margin: 5px;
    padding: 0px;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 1;/*28px;*/
    color: #fff;
}
.header-cta-container .social-links-cta a i.fa-svg:before {
    background-color: #FFF;
    height: 20px;
    /*margin: 4.5px;*/
}
.header-cta-container .social-links-cta a>span{
    display: none;
}

/* Page Components */
.skelly-component .component-img-wrap {
    border-color: #06377b;
}

/* EOF */