.row{
    max-width:71rem;
}
.column, .columns{
}

body {
    border-top: 3em solid #e0e0e0;
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
a {
    color: #0651b4;
}
.blue a{
    color: #fff;
}
a:hover, a:focus {
    color: #c19d45;
}
.button, .top-bar .menu a.button {
    background-color: #2c2f41;
    color: #fefefe;
}
.button:hover, .top-bar .menu a.button:hover, .button:focus {
    background-color: #000;
    color: #fefefe;
}
hr {
    border-bottom: 1px solid #d1cccc;
}
p, li {
    font-size: 1.125rem;  }
h1 {
    font-size: 1.5rem;
    font-weight: 500;}
h2 {
    font-size: 1.25rem; }
h3 {
    font-size: 1.1875rem; }
h4 {
    font-size: 1.125rem; }
h5 {
    font-size: 1.0625rem; }
h6 {
    font-size: 1rem; }

@media screen and (min-width: 40em) {
    p, li {
        font-size: 1.25rem;}
    h1 {
        font-size: 2.1875rem; }
    h2 {
        font-size: 2.1575rem; }
    h3 {
        font-size: 	1.875rem; }
    h4 {
        font-size: 1.5625rem; }
    h5 {
        font-size: 1.25rem; }
    h6 {
        font-size: 1rem; }
}
.blue {
    background-color: #2b2f40;
    color:#fff;
}

header .row{
    max-width: 81rem;
    margin: 0 auto;
    /*min-height: 120px;*/
    padding: 0 0;
}
header.row .column{
    width: auto;
}
header.row .column:nth-child(2){
}
header .logo-wrap > a{
    width: 100%;
    display: inline-block;
    padding: 0 0.9375rem;
}
.logo-wrap {
    padding:0 0.9375rem 0.9375rem;
    float: none;
    text-align: center;
}
.logo-wrap img {
    max-width: 100%;
    max-height: 200px;
}
.logo-wrap a .logo-name{
    font-family: "Trajan Pro", serif;
    margin: 0;
    font-size: 2.1575rem;
    vertical-align: bottom;
    color: #000;
}
.logo-wrap a:first-child{
    /*padding-top:2em;*/
    margin: 2rem 0rem 1.5rem;
}
.logo-wrap a:first-child:nth-last-child(2) ~ a{
    /*margin-top: 1.5rem;*/
    /*margin-left: 0.9375rem;*/
    margin: 0 0 1rem;

}

.menu .active > a {
    color: inherit;
    background: transparent;
}
.top-bar {
    padding: 1.5rem 0.9375rem 1.5rem 0.9375rem;
    float: none;
}
.top-bar, .top-bar ul {
    background-color: transparent;/**/
    font-size: 0.875rem;
}
.top-bar ul ul.submenu {
    background-color: #fff;
    text-align: left;
}
.top-bar ul ul.submenu li:hover a {
    background: #06377b;
    color: #fff;
}
.top-bar .menu a{
    color: #000;
    font-size: 0.875rem;
}
.top-bar .menu > li {
    display: block;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    border-color: #06377b transparent transparent;
}
.title-bar{
    background: #2b2f40;
    line-height: 2;
}
.title-bar a{
    color:#fff;
}
.title-bar .menu-icon {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.is-drilldown {
    min-height: 0px;
    max-width: 100%!important;
    overflow: visible;
}

.is-accordion-submenu-parent > a::after{
    border-color: #c19d45 transparent transparent;
    right: 2rem;
}
@media screen and (max-width: 39.9375em) {
    header .logo-wrap > a {
        width: 100%;
        display: inline-block;
    }
    .top-bar {
        padding: 0 0 1.5rem 0;
        float: none;
    }
    .top-bar .menu a {
        border-bottom: 1px solid rgba(182, 181, 181, 0.75);
        padding: 0.9375rem 2rem;
    }
    .top-bar .menu .js-drilldown-back a{
        border-top: 1px solid #e0e0e0;
        background: #2b2f41;
        color: #fff;
    }
    .top-bar ul li a:hover {
        background: #06377b;
        color: #fff;
    }
    .top-bar ul ul.submenu {
        /*background-color: rgba(207, 207, 207, 0.51);*/
        text-align: left;
        padding: 0 0;
        /*background: #06377b;*/
        background-color: #e0e0e0;
    }
}
@media screen and (min-width: 40em) {
    .logo-wrap {
        padding: 0 0.9375rem 0;
    }
    .top-bar {
        padding: 0.9375rem 0.9375rem 0.9375rem 0;
        float: right;
        text-align: center;
    }
    .top-bar .menu > li {
        display: inline-block;
    }
}
@media screen and (min-width: 64em){
    header .row{
        display: flex;
        align-items: flex-end;
        padding: 2em 0;
    }
    .logo-wrap {
        float: left;
        text-align: left;
    }
    header .logo-wrap > a {
        width: auto;
        display: inline-block;
    }
    .logo-wrap a:first-child:nth-last-child(2) ~ h2{
        margin-top: 1.5rem;
        margin-left: 0;
    }
    .top-bar{text-align: right;}
}
@media screen and (min-width: 1300px){
    .logo-wrap {
        padding-left: 0;
    }
    .top-bar {
        padding: 0.9375rem 0 0.9375rem 0;

    }
}

.quick-links {
    min-height: 200px;
    text-align: center;
    display: flex;
    margin: auto;
    float: none;
}
.quick-links .row{
    align-self: center;
}
.quick-links a{
    color: #0a0a0a;
}
.quick-links a p {
    font-size: .82875rem;
}
.quick-links a i {
    color: #c19d45;
    font-size: 3em;
    height: 60px;
    width: 80px;
    width: 100%;
    /*background: #1a00ff;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.fa-calculator:before {
    content: "\f1ec";
    margin-top: 2px;
}
.fa-envelope-o:before {
    content: "\f003";
    margin-top: -5px;
}
.client-links{
    margin: 0 auto 0;
    float: none;
}
.client-links #calendar, .client-links #client-area{
    border: 3px solid #cfcfcf;
    text-align: center;
    padding: .65rem;
    min-height: 80px;
    margin: 1rem auto;
}
.client-links h3{
    margin: 0;
    font-size: 1.75rem;
}
.client-links h3 a{
    text-transform: uppercase;
    color: #2b2f40;
    font-weight: 300;
    vertical-align: bottom;
}
.client-links h3 a img{
    height: 50px;
    margin-right: 1rem;
}
.client-links .column:first-child:nth-last-child(1)
{
    float: none;
    margin: 0 auto;
}
@media screen and (min-width: 40em){
    .quick-links .column, .quick-links .columns {
        padding-left: 1.975rem;
        padding-right: 1.975rem;
    }
    .client-links .column, .client-links .columns{
        padding: 0 2.6875rem;
    }
    .client-links h3{
        margin: 0;
        font-size: 1.875rem;
    }
    .client-links h3 a{
        vertical-align: bottom;
    }
}
.main-home {
    margin: 2.75em 0 1.75em 0;
    /*padding-top: 1.5625rem;*/
    /*padding-bottom: 3.4375rem;*/
    background-size: cover;
    background: url("images/city-background.jpg") no-repeat center;
    color: #fff;
}
.main {
    margin: 0.75em auto;
}
.text-wrap{
    padding:2em;
}
/*.text-wrap.afsbpage-service-list*/
.subpage > .text-wrap{
    padding-top:2rem;
}
.subpage > .text-wrap.blue{
    padding-top:2em;
}
.subpage > .text-wrap .list-header{
    /*border-bottom: 1px solid #c19d45;*/
    border-bottom: 1px solid #d1cccc;
}
.text-wrap .text-section:first-child:nth-last-child(1) {
    width: 100%;
}
.text-wrap > .columns:first-child {
   margin-bottom: 1.5rem;
}
.text-content {
    padding: .5rem 0rem 2rem 0rem;
    font-weight: 500;
    margin-top: 1rem;
}


@media screen and (min-width: 40em) {
    .text-wrap {
        padding: 4em;
    }
    .subpage > .text-wrap.blue{
        padding-top:4rem;
        margin-top: 2rem;
    }
    .text-wrap.afsbpage-service-list{
    }
    .text-wrap .newsletter-article{
        margin: 0 -4rem;
    }
    .text-wrap .newsletter-article:first-of-type{
        margin-top: 2rem;
    }
    .contact-section.text-wrap .text-section:first-child:nth-last-child(2),
    .contact-section.text-wrap .text-section:first-child:nth-last-child(2) ~ .text-section {
        width: 50%;
    }
}
@media screen and (min-width: 64em) {
    .main-home {
        margin: 7.3125rem 0 9.1875rem 0;
    }
    .main-home .text-wrap {
        margin: -5.75em auto;
        background-color: #2b2f40;
    }
}
.g-recaptcha{
    margin-top: 1.5rem;
}
.googleMap {
    width: 90%;
}
.googleMapLink{
    margin-top: .5rem;
}

table tbody{
    border: 1px solid #f1f1f1;
    background-color: #e4e4e4;
}
table tbody tr:nth-child(even) {
    background-color: #fefefe;
}
#contact-form table tbody th{
    padding: 0.5rem 0.625rem 0.625rem 1.625rem ;
    text-align: left;
    width: 25%;
}
#contact-form table tbody td {
    padding: 1.5rem 1.625rem 0.625rem 0.625rem;
    width: 75%;
}
form label {
    font-size: 1rem;
}
[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 0.9375rem;
}
#flash_err-container > .alert-box{
}

/*.afsbpage-services-wrap .text-content , .links-wrap .text-content {*/
.row.text-content.subpage{
    border-top: 1px solid #c19d45;
}
@media screen and (max-width: 39.9375em) {
    .row.text-content.subpage {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .row.text-content.subpage > .text-wrap {
        padding: 2rem 1rem;
        /*border: 1px solid fuchsia;*/
    }
    #contact-form table tbody th {
        padding: 1.625rem 1rem 0 1rem;
        text-align: left;
        width: 100%;
        float: left;
    }
    #contact-form table tbody td {
        padding: 0.5rem 1rem 0.625rem 1rem;
        width: 100%;
        float: left;
    }
}
.text-wrap.lots-o-links{
    margin-top: 2rem;
}
.afsbpage-services-wrap .text-content h2, .links-wrap .text-content h2{
    margin-top: 0.9375rem;
    font-size: 190%;
}
.afsbpage-service-list-item, .links-list-item{
    margin-left: 0.9375rem;
    margin-bottom: 1rem;

}
.afsbpage-service-list-item a,.links-list-item a{
    font-size: 1.125rem;
}
#nl-archive-itemcontainer ol{
    margin-top: 1rem;
}
#nl-archive-itemcontainer ol li div:nth-child(2) {
    line-height: 1.25;
    margin-bottom: .4rem;
    font-weight: 400;
    font-size: 1rem;
}
@media screen and (min-width: 40em) {
    .afsbpage-service-list-item a,.links-list-item a, .text-content div{
        font-size: 1.25rem;
    }

}

/*------Footer-------*/
footer{
    background: #000;
    color: #fff;
    margin-top: 2rem;
    padding-bottom: 2rem;
}
footer h2{
    font-family: "Trajan Pro", serif;
    font-size: 2.1575rem;
    margin: 2rem auto 3rem;
}
footer p{
    font-size: .9544rem;
    margin: 0;
}
footer a{
    color: #fff;
}
footer > .row .row.bottom-bar{
    max-width: 81rem;
    min-height: 5rem;
    text-align: right;
    align-items: center;
    justify-content:flex-end;
}

footer > .row .row.bottom-bar .column{
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
    padding: 1.35rem 1rem;
}
.bottom-bar .column .menu > li{
    display: inline-block;
}
footer > .row .row.bottom-bar .column .menu > li > a{
    font-size: 0.875rem;
}
@media screen and (min-width: 40em){

}
@media screen and (min-width: 64em){
    footer{
        margin-top: 75px;
    }
    footer > .row .row.bottom-bar .column{
        justify-content: flex-end;
    }
    .bottom-bar .large-6 + .large-6{
    }
    footer > .row .row.bottom-bar .large-7.column:only-of-type{
        width: 100%;
        justify-content: center;
    }
}
footer .bottom-bar .social-icons li > p{
    font-size: 0.875rem;
    display: block;
    padding: 0.7rem 2rem 0.7rem .5rem;
    line-height: 1;
    margin: 0;
}
footer .social-icons li:only-child{
    visibility: hidden;
}
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{
    color:#06377b;
    font-size: 1.5rem;
    margin: -6px 0 0 -8px;
}
footer .social-link i.fa-google-plus{
    margin-left: -13px;
}
footer .social-link span {
    display: none;
}
footer .has-tip {
    border-bottom: none;
}
footer .row-padding{
   margin-bottom: 1rem;
}

/*   SLIDE   */
.slide-show, .banner{

    background: url("images/slides/flag2-slide1.jpg") no-repeat;
    min-height: 250px;
    background-size: cover;
}
.banner{
    background-position: left 24%;
    margin-bottom: 1rem;
    /*border-bottom: 7px ridge #c19d45;*/
}
.slides, .slick-dots{
    display: none!important;
}
@media screen and (min-width: 40em){
    .slides{
        height:500px;
        width: 100%;
        display: flex!important;
        padding: 2rem;
    }
    .slick-dots{
        display: block!important;
    }
}
@media screen and (min-width: 64em){
    .slides{
        height:752px;
    }
    .slick-dots{
        display: block!important;
    }
}

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

.slide-2{
    background: url("images/slides/retirement-slide2.jpg") no-repeat center;
    background-size: cover;
}
.slide-3{
    background: url("images/slides/business-slide3.jpg") no-repeat;
    background-size: cover;
}
.slide-4{
    background: url("images/slides/computer-coffee.jpg") no-repeat;
    background-size: cover;
}
@media screen and (min-width: 40em){
    .slide-3 {
        /*background-size: 100%;*/
    }
}
.slides > .row{
    position: relative;
    flex:1
}
.slick-dots {
    position: absolute;
    bottom: 12px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c4161c;
}

.slide-text{
    max-width:50% ;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
}
.slide-text p {
    font-size: 3.4375rem;
    line-height: 1.125;
    margin-bottom: 2rem;
    color: #fff;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .85;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.button.slide-bttn {
    border: 2px solid #fff;
    padding: 0.475em;
    margin: 0 0 1rem 0;
    background-color: transparent;
    color: #fff;
    font-size:2.33rem;
}
.button.slide-bttn:hover, .button.slide-bttn:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
form .button{
    margin: 2rem 0 1rem 0;
    /*background-color: #bd9d3a;*/
    background-color: #000;
    color: #bd9d3a;
    font-weight: 700;
    font-size: 1rem;
    border: 1px solid #cacaca;
}
form .button:hover, form .button:focus {
    background-color: #06377b;
    color: #fff;
}
.blue label {
    color: #fff;
    font-size: inherit;
}

.slides.slide-1 > .row .slide-text{
    bottom: 0;
    right: 0;
}
.slides.slide-2 > .row .slide-text{
    /*top: 2rem;*/
    bottom: 0;
    left: 0;
}
.slides.slide-3 > .row .slide-text{
    top: 2rem;
    left: 0;
}
.slides.slide-4 > .row .slide-text{
    top: 2rem;
    right: 0;
}
.slides > .row .slide-text.dark p, .slides > .row .slide-text.dark .button{
    color: #2b2f40;
    border-color: #2b2f40;
}
.slick-dotted.slick-slider {
    margin-bottom: 4.5625rem;
}
