
body{
    background-color: #fff;
    color: #0A100D;
    font-family: 'Raleway', Roboto, Arial, sans-serif;
}
img[style*="float: right"]{
    margin-left: .9rem;
}
img[style*="float: left"]{
    margin-right: .9rem;
}

a {
    color: #39b0ff;
}
a:hover, a:focus {
    color: #1585cf;
}
/*custom traciebaiz bits */

.skelly-component .component-img-wrap{
    border: 3px solid #00008B;
}

.title-bar {
    background-color: #00008B;
}
.hero-row {
    background-image: url("../images/bridge.jpg");
}

/* end custom bits */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', Roboto, Arial, sans-serif;
}
h1 {
    font-size: 2.25rem; }
h2 {
    font-size: 1.25rem; }
h3 {
    font-size: 1.1875rem; }
h4 {
    font-size: 1.125rem; }
h5 {
    font-size: 1.0625rem; }
h6 {
    font-size: 1rem; } /*16px*/

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;}
    /*font-size: 3.25rem;} 56px*/
    h2 {
        font-size: 2.5rem; }
    h3 {
        font-size: 1.9375rem; }
    h4 {
        font-size: 1.5625rem; }
    h5 {
        font-size: 1.25rem; }
    h6 {
        font-size: 1rem; }
    p {

    }
}
.menu > li > a {
    width: 200px;
}
.button {
    padding: 0.95rem 2.25rem;
    background-color: #00008B;
    color: #FFF;
    font-weight: 600;
}
.button:hover, .button:focus {
    background-color: #2199e8;
    color: #eceff0;
}
.bkgd-darker{ background-color:#333333;}

.bkgd-dark{ background-color: #000080;}
.bkgd-med{ background-color: #4C5760; color: #ffffff;}
.bkgd-light{ background-color: #eceff0;}

/*Special Layout Code*/
@media screen and (max-width: 39.9375em) {
    .pad-left-zero,
    .pad-right-zero{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 40em) {
    .pad-left-zero{
        padding-left: 0;
    }
    .pad-right-zero{
        padding-right: 0;
    }
    .row.expanded > .column.matchy {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 64em) {
    .row.expanded > .large-5.column.matchy {
        width: calc((50% - 600px) + (75rem * .4166667));
        float: left;
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    }
    .row.expanded > .large-5.column.matchy > .column{
        width: 24.9999975rem;
        width: calc(75rem * .3333333);
        float: right !important;
    }

    .row.expanded > .large-7.column.matchy {
        width: calc((50% - 600px) + (75rem * .5833333));

    }
    .row.expanded > .large-7.column.matchy > .column{
        width: 37.5rem;
        width: calc(75rem * .5000);
    }

}



/*------ Header ------*/

header > .row > .column.logo-column{
    text-align: center;
    flex: 1;
}
.logo-wrap a > *:nth-child(2){
    margin-top: .75rem;
}

.logo-wrap a .logo-img{
    max-width: 400px;
    max-height: 200px;
}


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

    .logo-wrap a .logo-img{
        max-width: 400px;
        max-height: 200px;
        width: 100%;
    }
}

/*------ Header CTA ------*/
.header-cta-container{
    background-color: #ECEFF0;
    padding-top: .635rem;
    padding-bottom: .435rem;
}

.header-cta-container .social-links-cta a{
    padding: .5rem 0 .5rem 1rem;
    color: #0A100D;
    font-size: 1rem;
}

}
.menu > li > a{
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #4C5760;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid transparent;
    width: 200px;
}
.menu > li > a:hover{
    color: #0d111e;
    border-bottom: 1px solid #2199e8;
}
.menu .active>a {
    color: #0d111e;
    border-bottom: 1px solid #0d111e;
    background: none;
}

.menu > li > a.button{
    background-color: #4C5760;
    color: #fff;
    font-weight: 500;
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}
.menu > li > a.button:hover{
    background-color: #2199e8;
    color: #fff;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: none;
    position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #00008B transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 18px;
    /*margin-top: -2px;*/
}
.is-dropdown-submenu{
    min-width: 250px;
}
.dropdown.menu > li > ul.is-dropdown-submenu{
    padding: 3px 1rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: .75rem;
    background-color: #fff;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu{
}
.dropdown.menu > li > ul.is-dropdown-submenu li:last-child{
    border: none;
}
.dropdown.menu > li > ul.is-dropdown-submenu li{

}
.dropdown.menu > li > ul.is-dropdown-submenu li a{
    padding: .5rem 0rem;
}

@media screen and (max-width: 39.9375em) {
    .top-bar ul.menu {
        padding-top: .25rem;
        padding-left: .625rem;
        padding-right: .625rem;
    }
    .top-bar .menu > li {

    }
    .menu > li > a {
        padding: 0.5rem 1.0rem 1rem;
        border-bottom: 1px solid rgba(10, 16, 13, 0.25);
        width: 200px;
    }
    .dropdown.menu > li {
        display: block;
        text-align: left;
        width: 100%;
    }
    .top-bar .menu > li.is-drilldown-submenu-item > a{
        padding: .9rem 1rem;
        border-bottom: 1px solid rgba(10, 16, 13, 0.25);
    }
    .menu > li.js-drilldown-back > a{
        padding: .9rem 1rem;
        color: #ffffff;
        font-weight: 600;
        background: rgba(76, 87, 96, 0.7);
    }
    .js-drilldown-back>a:before {
        content: '';
        border-color: transparent #00008B transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
        vertical-align: baseline;
    }
}

/*------ Hero & Services--------*/

.hero-row > .column.hero-text-wrap,
.sub-hero-row > .column.hero-text-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    background-color: #000080;
    background-color: rgba(0,0,128, 0.55);
}
.sub-hero-row > .column.hero-text-wrap{
    background-color: rgba(0,0,128, 0.65);
}
.services-row .service-box-wrap .column .row i.fa{
    position: absolute;
    left: 0;
    top: 2px;
    color: #2199e8;
}

.afsbpage-link-category-title:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    font-weight: 400;
    color: #2199e8;
    position: absolute;
    top: 7px;
    left: -32px;
}

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

    .afsbpage-service-list-item a{
        color: #2199e8;
        font-weight: 600;
        font-size: 24px;
    }
}

footer .social-links a{
    color: #2199e8;
    font-size: 22px;
    margin-left: 5px;
}