﻿.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none
}

    .breadcrumbs:after, .breadcrumbs:before {
        display: table;
        content: " "
    }

    .breadcrumbs:after {
        clear: both
    }

    .breadcrumbs li {
        float: left;
/*        font-size: 0.6875rem;
*/      color: #0a0a0a;
        cursor: default;
        text-transform: uppercase
    }

        .breadcrumbs li:not(:last-child):after {
            position: relative;
            margin: 0 0.75rem;
            opacity: 1;
            content: "/";
            color: #cacaca
        }

    .breadcrumbs a {
        color: #2a4d87
    }

        .breadcrumbs a:hover {
            text-decoration: underline
        }

    .breadcrumbs .disabled {
        color: #cacaca;
        cursor: not-allowed
    }


.header {
    z-index: 200;
    font-weight: 400;
    width: 100%
}

    .header .header-container {
        /*background-color: #2a4d87;*/
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 200;
        transition: top 0.3s
    }

        .header .header-container.nav-down {
            max-height: 5.9rem;
            transition: max-height 0.3s
        }

@media screen and (max-width:1024px) {
    .header .header-container.nav-down {
        top: 0;
        transition: top 0.3s
    }
}

.header .header-container.nav-down .top-sub-menu {
    transition: top 0.3s;
    top: 0
}

.header .header-container.nav-up {
    max-height: 3rem;
    transition: max-height 0.3s
}

@media screen and (max-width:1024px) {
    .header .header-container.nav-up {
        transition: top 0.3s;
        top: -7rem
    }
}

.header .header-container.nav-up .top-sub-menu {
    transition: top 0.3s;
    top: -3rem
}

@media screen and (max-width:1024px) {
    .header {
        width: 100%
    }
}

.top-menu {
    color: #fefefe;
    font-size: 0.75rem;
    height: 3.45rem;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0 3px 4px rgba(0,0,0,0.4);
    z-index: 302;
    background-color: #2a4d87;
    position: relative
}

@media screen and (max-width:1024px) {
    .top-menu {
        height: 7rem
    }
}

.top-menu #agency-search-btn a {
    color: #fefefe
}

.top-menu #agency-search-btn:hover a {
    color: #e2e2e2
}

.top-menu #agency-search-btn.active {
    background: rgba(0,0,0,0.15);
    color: #e2e2e2
}

.top-menu nav {
    height: 100%
}

.top-menu .top-menu-agency {
    line-height: 1;
    height: 100%
}

    .top-menu .top-menu-agency .top-menu-agency-menu {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

@media screen and (max-width:1024px) {
    .top-menu .top-menu-agency .top-menu-agency-menu {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.top-menu .top-menu-agency .top-menu-agency-menu #top-menu-logo {
    flex: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.4rem;
    width: 160px;
    min-width: 160px
}

@media screen and (max-width:1024px) {
    .top-menu .top-menu-agency .top-menu-agency-menu #top-menu-logo {
        order: 2;
        flex: 1
    }
}

.top-menu .top-menu-agency .top-menu-agency-menu #agency-brand {
    flex: 0 auto;
    font-size: 0.9rem;
    text-align: left;
    margin-right: auto
}

@media screen and (max-width:1024px) {
    .top-menu .top-menu-agency .top-menu-agency-menu #agency-brand {
        order: 4;
        flex: 100%;
        background-color: rgba(0,0,0,0.4);
        min-width: 100%
    }
}

.top-menu .top-menu-agency .top-menu-agency-menu #agency-brand a {
    display: block;
    color: #fefefe;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%
}

.top-menu .top-menu-agency .top-menu-agency-menu #agency-brand #agency-brand-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.top-menu .top-menu-agency .top-menu-agency-menu #agency-brand span {
    padding-left: 0.7rem;
    padding-right: 0.7rem
}

    .top-menu .top-menu-agency .top-menu-agency-menu #agency-brand span#agency-logo {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0.7rem;
        padding-right: 0;
        flex: 0 auto;
        width: auto
    }

        .top-menu .top-menu-agency .top-menu-agency-menu #agency-brand span#agency-logo img {
            flex: auto;
            height: 100%;
            width: auto;
            max-width: none;
            max-height: 30px;
            max-width: 80px
        }

    .top-menu .top-menu-agency .top-menu-agency-menu #agency-brand span#agency-name {
        font-weight: 600;
        display: flex;
        align-items: center;
        flex: 0 auto;
        white-space: nowrap
    }

@media screen and (max-width:1200px) {
    .top-menu .top-menu-agency .top-menu-agency-menu #agency-brand span#agency-name {
        flex: 1 0px;
        white-space: normal;
        min-width: 200px
    }
}

@media screen and (max-width:1024px) {
    .top-menu .top-menu-agency .top-menu-agency-menu #agency-brand span#agency-name {
        flex: 0 auto;
        justify-content: center
    }
}

.top-menu .top-menu-agency .top-menu-agency-menu .agency-link a {
    font-weight: 600
}

.top-menu .top-menu-agency .top-menu-agency-menu #top-menu-nav-btn {
    order: -1
}

    .top-menu .top-menu-agency .top-menu-agency-menu #top-menu-nav-btn.active {
        background: rgba(0,0,0,0.15);
        color: #e2e2e2
    }

@media screen and (max-width:1024px) {
    .top-menu .top-menu-agency .top-menu-agency-menu #top-menu-nav-btn {
        order: 1;
        flex: 5%;
        margin-left: 0
    }
}

@media screen and (max-width:1024px) {
    .top-menu .top-menu-agency .top-menu-agency-menu #agency-search-btn {
        order: 3;
        flex: 5%
    }
}

.top-menu .top-menu-agency .top-menu-agency-menu #agency-search-btn, .top-menu .top-menu-agency .top-menu-agency-menu #top-menu-nav-btn {
    max-width: 5rem;
    min-width: 4.5rem
}

.top-menu .top-menu-agency .top-menu-agency-menu .icon-text {
    font-weight: bold;
    font-size: 80%;
    margin-top: 0.25rem
}

.top-menu .top-menu-agency li {
    border-left: solid 1px rgba(255,255,255,0.1);
    border-right: solid 1px rgba(0,0,0,0.15);
    height: 100%;
    cursor: pointer;
    line-height: 1;
    padding: 0 0.25rem;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    flex: 1 0px
}

@media screen and (max-width:1024px) {
    .top-menu .top-menu-agency li {
        height: 3.5rem;
        border: none
    }
}

.top-menu .top-menu-agency li:hover {
    background: rgba(0,0,0,0.15);
    transition: all 0.3s ease
}

.top-menu .top-menu-agency li.agency-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.top-menu .top-menu-agency li a {
    color: #fff;
    padding: 0.5rem
}

@media screen and (max-width:1024px) {
    .top-menu .mobile {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.agencyrow {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap
}

    .agencyrow .agencyrow {
        margin-right: -0.625rem;
        margin-left: -0.625rem
    }

@media print,screen and (min-width:640px) {
    .agencyrow .agencyrow {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

@media print,screen and (min-width:1024px) {
    .agencyrow .agencyrow {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

.agencyrow .agencyrow.collapse {
    margin-right: 0;
    margin-left: 0
}

.agencyrow.expanded {
    max-width: none
}

    .agencyrow.expanded .agencyrow {
        margin-right: auto;
        margin-left: auto
    }

.agencyrow:not(.expanded) .agencyrow {
    max-width: none
}

.agencyrow.collapse > .column, .agencyrow.collapse > .columns {
    padding-right: 0;
    padding-left: 0
}

    .agencyrow.collapse > .column > .agencyrow, .agencyrow.collapse > .columns > .agencyrow, .agencyrow.is-collapse-child {
        margin-right: 0;
        margin-left: 0
    }

.column, .columns {
    flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: 0
}

@media print,screen and (min-width:640px) {
    .column, .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.column.agencyrow.agencyrow, .agencyrow.agencyrow.columns {
    float: none;
    display: block
}

.agencyrow .column.agencyrow.agencyrow, .agencyrow .agencyrow.agencyrow.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}


.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button, .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem
}

.menu a, .menu button, .menu input, .menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu.horizontal li, .menu li {
    display: inline-block
}

.menu.vertical li {
    display: block
}

.menu.expanded {
    display: table;
    width: 100%
}

    .menu.expanded > li {
        display: table-cell;
        vertical-align: middle
    }

.menu.simple li + li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,screen and (min-width:640px) {
    .menu.medium-horizontal li {
        display: inline-block
    }

    .menu.medium-vertical li {
        display: block
    }

    .menu.medium-expanded {
        display: table;
        width: 100%
    }

        .menu.medium-expanded > li {
            display: table-cell;
            vertical-align: middle
        }

    .menu.medium-simple {
        display: table;
        width: 100%
    }

        .menu.medium-simple > li {
            display: table-cell;
            vertical-align: middle
        }
}


.top-sub-menu {
    background-color: #5A6089;
    font-size: 0.75rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 4px rgba(0,0,0,0.4);
    z-index: 201
}

    .top-sub-menu * {
        transition: all 0.3s ease
    }

    .top-sub-menu a {
        color: #fefefe;
        padding: 0.75rem;
        width: 100%;
        text-align: center;
        line-height: 1rem;
        text-decoration:none;
    }

        .top-sub-menu a:hover {
            background: rgba(255,255,255,0.2)
        }

        .top-sub-menu a.hover {
            background: rgba(255,255,255,0.2)
        }

    .top-sub-menu .button {
        margin: 5px 15px;
        background-color: rgba(0,0,0,0.3);
        font-size: 0.8rem;
        padding: 5px 20px
    }

        .top-sub-menu .button:hover {
            background: rgba(0,0,0,0.5)
        }

    .top-sub-menu .official-btn {
        display: flex;
        color: #fefefe;
        text-decoration: none;
        font-size: 11px;
        background: rgba(10,10,10,0.25);
        padding: 3px 20px;
        font-weight: bold;
        position: relative;
        z-index: 101;
        cursor: pointer
    }

        .top-sub-menu .official-btn:hover {
            background: rgba(254,254,254,0.1)
        }

    .top-sub-menu .official-display {
        display: block !important
    }

    .top-sub-menu .official-info {
        position: absolute;
        z-index: 100;
        width: auto;
        min-width: 150px;
        max-width: 200px;
        top: 95px;
        right: 15px;
        display: none;
        padding: 10px;
        line-height: 1.4em;
        text-align: center;
        color: #eee;
        background-color: #fefefe;
        border-radius: 3px;
        box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
        font-size: 11px;
        margin-bottom: 20px
    }

        .top-sub-menu .official-info .official-close {
            position: absolute;
            right: 10px;
            cursor: pointer;
            padding: 5px
        }

        .top-sub-menu .official-info .fa-caret-up {
            position: absolute;
            top: -28px;
            left: 50%;
            display: block;
            width: 50px;
            height: 40px;
            margin-left: -20px;
            font-size: 50px;
            color: #fefefe;
            text-indent: -9999px;
            background-image: url("../img/fa-caret-up.png");
            background-repeat: no-repeat;
            background-position: 0 0;
            pointer-events: none
        }

        .top-sub-menu .official-info img {
            width: 130px;
            display: block;
            margin: 0 auto;
            padding-bottom: 10px;
            padding-top: 10px
        }

        .top-sub-menu .official-info .official-title {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 10px
        }

        .top-sub-menu .official-info .official-name {
            font-size: 16px;
            font-weight: 900;
            font-style: italic;
            line-height: 20px;
            color: #333
        }

        .top-sub-menu .official-info a {
            background: none;
            color: #1C365E
        }

    .top-sub-menu .top-sub-menu-container {
        color: #fefefe;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        background-color: rgba(0,0,0,0.4)
    }

        .top-sub-menu .top-sub-menu-container #top-social-icons {
            background-color: rgba(255,255,255,0.1);
            display: flex;
            justify-content: space-around;
            align-items: center;
            line-height: 1rem;
            height: 100%
        }

@media screen and (max-width:1200px) {
    .top-sub-menu .top-sub-menu-container #top-social-icons {
        min-width: 0
    }
}

.top-sub-menu .top-sub-menu-container #top-social-icons .fa {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1rem;
    font-size: 1rem;
    vertical-align: middle
}

.top-sub-menu .top-sub-menu-container #top-sub-nav-items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s ease;
    flex: 1 0 auto
}

    .top-sub-menu .top-sub-menu-container #top-sub-nav-items .top-sub-nav-item {
        display: none;
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: 1rem
    }

    .top-sub-menu .top-sub-menu-container #top-sub-nav-items a {
        /*min-height: 40px*/
    }

        .top-sub-menu .top-sub-menu-container #top-sub-nav-items a .fa {
            margin-left: -20px;
            width: 20px
        }

        .top-sub-menu .top-sub-menu-container #top-sub-nav-items a .item-text {
            display: inline-block
        }

.top-sub-menu .top-sub-menu-container #top-sub-nav-buttons {
    margin-left: auto;
    padding: 0.75rem;
    height: 100%
}

    .top-sub-menu .top-sub-menu-container #top-sub-nav-buttons a.top-sub-nav-item {
        border-radius: 25px;
        height: 75%;
        background-color: #2a4d87;
        padding: 0.4rem 1rem;
        margin-left: 0.5rem;
        box-shadow: 0 3px 6px rgba(0,0,0,0.4)
    }

        .top-sub-menu .top-sub-menu-container #top-sub-nav-buttons a.top-sub-nav-item.active, .top-sub-menu .top-sub-menu-container #top-sub-nav-buttons a.top-sub-nav-item.hover, .top-sub-menu .top-sub-menu-container #top-sub-nav-buttons a.top-sub-nav-item:hover {
            background-color: #cc7027
        }

.top-sub-menu .top-sub-menu-container #modal-button-settings {
    background: #101f37
}

    .top-sub-menu .top-sub-menu-container #modal-button-settings:hover {
        background: #0a1423
    }

.top-sub-menu .small-accessibility-tool {
    border-left: 1px solid #666;
    color: #fff !important;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: normal;
    margin-left: 1rem;
    padding-left: 1rem
}

    .top-sub-menu .small-accessibility-tool:first-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

    .top-sub-menu .small-accessibility-tool a {
        color: #fff !important;
        padding: 0
    }

        .top-sub-menu .small-accessibility-tool a:hover {
            text-decoration: underline
        }

        .top-sub-menu .small-accessibility-tool a.active:before {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: bold;
            display: inline-block;
            text-decoration: inherit;
            padding-right: 5px
        }

.top-sub-menu #browsealoud-control-sm ._ba_logo {
    position: relative
}

    .top-sub-menu #browsealoud-control-sm ._ba_logo img {
        left: 0;
        margin-left: -2.6rem;
        margin-top: 0;
        position: absolute;
        top: 0;
        width: 3.2rem
    }

@media print,screen and (min-width:1024px) {
    .large-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}