@import url("/e2/fonts/rv7/gi/fonts.css"); 
@import url("/e2/global/rv7/brand/armybrand.css"); 

/* change the label left of search icon */
:root {
    --navbarlabel: 'FEATURES';
    --submenu-height: 56px;
    --globalnavheight: 68px;
}

.menu-window :is(span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video) {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-indent: 0px;
    text-align: left;
    float: none;
    display: revert
}
/* iOS reset */

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

.menu-window ol {
    list-style: decimal;
    margin-left: 20px
}

.menu-window ul {
    list-style: none
}

#globalnavcontainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1999;
    font-size: 18px;
    line-height: 18px;
    font-family: 'GIfont', Arial, Helvetica, sans-serif;
    font-weight: 530;
}

#globalnavcontainer #globalnavmenutoggle {
    display: none
}

#globalnavcontainer .globalnavmenutogglelabel {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#globalnavcontainer .globalnavmenutogglelabel::before {
    line-height: 100%;
    font-family: 'armyicons';
    content: "\e96d";
    display: inline-block;
    position: relative;
    margin-right: .3em;
    color: #FFF;
}

#globalnavcontainer #globalnavmenutoggle:checked~.navbar .globalnavmenutogglelabel {
    color: transparent;
    position: relative;
    background: none;
    display: block;
    width: 30%;
}
#globalnavcontainer #globalnavmenutoggle:checked~.navbar .globalnavmenutogglelabel::before {
    content: "\e96f";
}
#globalnavcontainer #globalnavmenutoggle:checked~.navbar .globalnavmenutogglelabel::after {
    content: "| Close menu";
    position: absolute;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 1.3em;
}

#globalnavcontainer #globalnavmenutoggle:checked~.menu-window {
    left: 0px;
    height: 95vh;
    overflow-y: auto;
    position: fixed;
    top: 68px;
    left: 0px
}

#globalnavcontainer #globalnavmenutoggle:checked~.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3000;
    width: 100%;
    display: block
}

#globalnavcontainer .nav-button {
    color: #fff;
    font-size: 18px;
    font-weight: 530;
    letter-spacing: 0.05em;
    line-height: 20px;
    outline: 0 none;
    padding: 14px 20px;
    position: absolute;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    box-sizing: content-box
}

#globalnavcontainer .navbar {
    border: 0px
}

#globalnavcontainer .navbar .navbar-container {
    background: var(--armyblack);
    border-bottom: 2px solid var(--armygold);
    height: 66px;
    box-sizing: content-box
}

#globalnavcontainer .featureslabel {
    color: #555;
    font-size: 18px;
    font-weight: 530;
    letter-spacing: 0.05em;
    line-height: 20px;
    padding: 16px 20px 16px;
    position: absolute;
    right: 40px;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%)
}

#globalnavcontainer .featureslabel::after {
    content:var(--navbarlabel);
}

#globalnavcontainer .featureslabel:hover {
    color: var(--armygold)
}

#globalnavcontainer .navbar .nav-army-star {
    background-image: none;
    padding: 8px;
    margin-top:5px;
    line-height: 0;
    position: absolute;
    top:0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2001;
    transition: all .5s ease-in-out
}

#globalnavcontainer .navbar .nav-army-star:hover {
    transform: translateX(-50%) scale(1.1)
}

#globalnavcontainer .navbar .nav-army-star span {
    display: block;
    background-image: url("/e2/global/rv7/brand/army_logo_horiz.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 160px;
    height: 36px;
    margin: auto;
}

#globalnavcontainer .menu-window {
    display: block;
    height: 0vh;
    overflow: hidden;
    background-color: #1a1a1a;
    color: #FFF;
    position: absolute;
    width: 100%;
    z-index: 2000;
    font-family: 'GIfont', Arial, Helvetica, san-serif;
    font-size: 16px;
    font-weight:530;
    line-height: 1.2em;
    transition: height 1s ease-in-out
}

#globalnavcontainer .menu-container {
    display: flex;
    width: 100%;
    padding: 50px 3%;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 60px
}

#globalnavcontainer .menu-container .list-container {
    display: flex;
    width: 80%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start
}

#globalnavcontainer .menu-container .list-container .menu {
    width: 32%;
    margin: 0% .5%;
    padding-bottom: 20px
}

#globalnavcontainer .menu-container .list-container .menu li {
    padding: 1px 0px
}

#globalnavcontainer .menu-container .list-container>ul>li {
    padding: .469em 0 .781em;
    border-bottom-width: 0;
    display: table-cell;
    vertical-align: top
}

#globalnavcontainer .menu-container .list-container>ul>li label {
    color: var(--armygold);
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: .05em;
    outline: 0 none;
    padding: 0px 10px 15px 0px;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none
}

#globalnavcontainer .menu-container .list-container>ul>li label span {
    position: absolute;
    background: #fff;
    background-image: none;
    bottom: 0;
    height: 1px;
    left: 0;
    right: auto;
    top: auto;
    width: 40px
}

#globalnavcontainer .menu-container .list-container>ul>li ul li a {
    color: #fff;
    padding: .469em 45px .469em 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color .2s linear 0s
}

#globalnavcontainer .menu-container .list-container>ul>li ul li a:focus,
#globalnavcontainer .menu-container .list-container>ul>li ul li a:hover {
    color: var(--armygold)
}

#globalnavcontainer .menu-container .list-container>ul>li ul li a:after {
    font-family: 'armyicons';
    content: "\e90a";
    color: var(--armygold);
    opacity: 0;
    height: 17px;
    margin-left: 30px;
    position: absolute;
    transition: margin .2s linear 0s, opacity .2s linear 0s;
    width: 15px
}

#globalnavcontainer .menu-container .list-container>ul>li ul li a:focus:after,
#globalnavcontainer .menu-container .list-container>ul>li ul li a:hover:after {
    margin-left: 10px;
    opacity: 1
}

#globalnavcontainer .menu-container .list-container>ul>li.social ul {
    margin-left: -5px;
    max-width: 150px;
    padding: 0;
    text-align: left
}

#globalnavcontainer .menu-container .list-container>ul>li.social ul li a {
    padding: 3px 5px
}

#globalnavcontainer .menu-container .list-container>ul>li.social ul li a:after {
    display: none
}

#globalnavcontainer .menu-container .quicklinks {
    display: block;
    width: 20%
}

#globalnavcontainer .menu-container .quicklinks li {
    margin-bottom: 10px
}

#globalnavcontainer .menu-container .quicklinks li a {
    background: #333;
    color: #ccc;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .938em;
    font-weight: 700;
    outline: 0 none;
    padding: 20px;
    position: relative;
    transition: background .2s linear 0s, color .2s linear 0s
}

#globalnavcontainer .menu-container .quicklinks li a:focus,
#globalnavcontainer .menu-container .quicklinks li a:hover {
    background: #2a2a2a;
    color: var(--armygold)
}

#globalnavcontainer .menu-container .quicklinks li a:after {
    font-family: 'armyicons';
    content: "\e90a";
    color: var(--armygold);
    height: 17px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px
}

@media screen and (max-width: 992px) {
    #globalnavcontainer .menu-container .quicklinks li {
        float: left;
        box-sizing: border-box;
        text-align: center;
        width: 48%;
        margin: 1%
    }

    #globalnavcontainer .menu-container .quicklinks li a:after {
        display: none
    }
}

@media screen and (max-width: 993px) {
    #globalnavcontainer .menu-container .list-container {
        width: 100%
    }

    #globalnavcontainer .menu-container .quicklinks {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    #globalnavcontainer .featureslabel {
        display: none
    }

    #globalnavcontainer #globalnavmenutoggle:after {
        font-size: 1.3em;
        padding: 20px 10px
    }
    #globalnavcontainer #globalnavmenutoggle:checked~.navbar .globalnavmenutogglelabel::after {
        content:'close';
    }
}

@media screen and (max-width: 769px) {
    #globalnavcontainer .menu-container {
        padding: 50px 3% 150px
    }

    #globalnavcontainer .menu-container .list-container>ul>li label {
        -webkit-text-size-adjust: none;
        color: #ccc;
        display: block;
        font-size: 1.125em;
        font-weight: 700;
        letter-spacing: .05em;
        outline: 0 none;
        padding: 25px 10px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid #333;
        position: relative
    }

    #globalnavcontainer .menu-container .list-container .menu label {
        position: relative;
        margin: 0px
    }

    #globalnavcontainer .menu-container .list-container .menu label::before {
        content: "+";
        position: absolute;
        top: 0px;
        margin-top: .7em;
        right: 0px;
        z-index: 2100;
        display: block;
        height: 1em;
        width: 1em;
        color: #FFF;
        font-family: 'GIfont', Arial, Helvetica, sans-serif;
        font-size: 1.8em;
        font-weight: 530;
        text-align: center
    }

    #globalnavcontainer .menu-container .list-container>ul>li label:hover {
        cursor: auto
    }

    #globalnavcontainer .menu-container .list-container>ul>li label:hover:before {
        content: "\2014";
        color: #444
    }

    #globalnavcontainer .menu-container .list-container>ul>li label span {
        display: none
    }

    #globalnavcontainer .menu-container .list-container .menu ul {
        height: 0px;
        overflow: hidden;
        border-bottom: 1px solid #333;
        transition: height 1s ease-in-out
    }

    #globalnavcontainer .menu-container .list-container .menu .social ul {
        height: auto !important;
        transition: none;
        padding-bottom: 20px
    }

    #globalnavcontainer .menu-container .list-container .menu ul:hover {
        height: 200px
    }

    #globalnavcontainer .menu-container .list-container>ul>li label:hover~ul {
        height: 200px
    }

    #globalnavcontainer .menu-container .list-container .menu:hover label:before {
        content: "\2014";
        color: #444
    }

    #globalnavcontainer .menu-container .list-container .menu {
        width: 99%;
        margin: 0% .5%
    }

    #globalnavcontainer .menu-container .list-container .menu li {
        display: block;
        padding: 1px 0px
    }

    #globalnavcontainer .menu-container .list-container .menu li a {
        padding-left: 30px
    }

    #globalnavcontainer .menu-container .list-container>ul>li.social ul {
        margin: auto;
        max-width: 80%;
        text-align: center
    }

    #globalnavcontainer .menu-container .list-container .menu .social li {
        display: inline-block
    }
}

@media screen and (max-width: 400px) {
    #globalnavcontainer #globalnavmenutoggle:after {
        font-size: 1.2em;
        padding: 18px 10px
    }

    #globalnavcontainer .menu-container .quicklinks li {
        width: 98%
    }

    #globalnavcontainer .globalnavmenutogglelabel {
        color: transparent
    }
    #globalnavcontainer #globalnavmenutoggle:checked~.navbar .globalnavmenutogglelabel::after {
        content:'';
    }
}

#featureBar {
    height: 68px
}

.globalnavisloaded #featureBar,
#homepage #featureBar {
    display: none !important
}

.navbar-fixed-top {
    position: absolute;
    top: 68px !important;
    z-index: 500 !important
}

@media screen and (max-width: 992px) {
    .navbar-fixed-top {
        margin-top: 55px;
        z-index: 501 !important
    }
}

.affix,
#anchor_nav {
    top: 0px !important;
    z-index: 500 !important
}

.globalnavisloaded {
    margin-top: 68px !important
}

.globalnavisloaded .masthead-buffer {
    height: 0
}

.globalnavisloaded header:not(.pageheader) {
    position: relative
}

.globalnavisloaded #top_bar:not(.collapsed) {
    position: absolute;
    top: 0px;
    z-index: 800;
    width: 100%
}

#page #top_bar:not(.collapsed),
#top_bar:not(.collapsed) {
    position: absolute;
    top: 68px;
    z-index: 1000
}

.globalnavisloaded #top_bar #menu,
#top_bar #menu {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10
}

.globalnavisloaded #top_bar #menu.open {
    position: fixed;
    top: 30px;
    z-index: 10
}

.globalnavisloaded #top_bar #menu.open #menu_inner {
    position: relative;
    top: 50px
}

.globalnavisloaded .masthead_buffer {
    height: 50px
}

@media screen and (max-width: 1156px) {
    #globalnavcontainer+#top_bar #menu_button+#menu {
        top: 65px;
        position: fixed;
        z-index: 999
    }

    #globalnavcontainer+#top_bar #menu_button {
        z-index: 1000
    }

    #globalnavcontainer+#top_bar #menu_button+#menu #menu_inner {
        margin-left: 65px;
        padding-top: 20px
    }
}

@media screen and (max-width: 992px) {

    .globalnavisloaded #top_bar #menu,
    #top_bar #menu {
        top: 30px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .globalnavisloaded .masthead_buffer {
        height: 66px
    }
}

@media screen and (max-width: 768px) {
    .globalnavisloaded {
        margin-top: 68px !important
    }

    .globalnavisloaded .masthead_buffer {
        height: 70px
    }
}

#header {
    top: 68px
}

a.nav-button:hover {
    color: #FFF
}

.nav-button span {
    display: block;
    height: 24px;
    width: 24px
}

.nav-button.menu-button {
    text-indent: 43px;
    left: 0px
}

.nav-button.menu-button span {
    width: 25px
}
.nav-button.menu-button span::after {
    font-family: 'armyicons';
    content: "\e96d";
    width: 25px
}

.nav-button.close-button span {
    width: 20px
}

.nav-button.close-button span::after {
    font-family: 'armyicons';
    content: "\e96f";
    width: 20px
}

.nav-button.search-button {
    right: 0;
    color: #FFF;
}

.nav-button.search-button span {
    font-size: 1.7em;
    background-image: none !important;
    text-indent: 0px;
}

.nav-button.search-button span::after {
    font-family: 'armyicons';
    content: "\e96e";
    transition: color .5s ease-in-out;
}
.nav-button.search-button:hover span::after {
    color: var(--armygold);
}

.menu-window .social .social-button {
    display: inline-block
}

.menu-window .social-button span {
    height: 25px;
    width: 30px
}

.menu-window .social .social-button a {
    display: block;
    line-height: 0;
    padding: 15px 16px;
    width: 35px;
    height: 40px;
}

.menu-window .social-button a::before {
    font-family: 'armyicons';
    font-size: 25px;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
}

.menu-window .social-button span {
    display:none;
}

.menu-window .social-button.facebook-button a::before {
	content: "\ea90";
}

.menu-window .social-button.twitter-button a::before {
	content: "\e979";
}

.menu-window .social-button.flickr-button a::before {
	content: "\eaa5";
}

.menu-window .social-button.youtube-button a::before {
    content: "\ea9d";
}

.menu-window .social-button.email-button a::before {
    content: "\e95f";
}

.menu-window .social-button.instagram-button a::before {
    content: "\ea92";
}

.menu-window .social-button.linkedin-button a::before {
	content: "\eaca";
}

.menu-window .social-button.rss-button a::before {
    content: "\e974";
}

/* PREVENT BRANDING CONFLICTS */

#top_bar #menu #menu_inner h4 {
    font-size: 1.125em;
    line-height: 1.1;;
}

/* GLOBAL SEARCH BAR */

/* Basic styling */

#govsearchbar.search-window {
    display:block;
    color: #eaeaea;
    height:fit-content;
    width: 100%;
    box-sizing: border-box;
    background-color: #221f20;
    left: 0;
    position: absolute;
    top: var(--globalnavheight);
    }
#govsearchbar.search-window form {
        margin: 0px 0px 0px 0px;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
}
#govsearchbar .search-form-container {
    padding:1.5em;
    }
#govsearchbar .search-form-container input {
    border: 0;
    display: inline-block;
    width:calc(100% - 8em);
    box-sizing: border-box;
    color: #4c4c4c;
    font-weight: 400;
    font-size: .938em;
    line-height: 200%;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    outline: none;
    padding: 0 10px;
    background-color: #FFF;
    }

/* toggle function */ 

#govsearch {
    display: none;
    position: fixed;
    left:100%;
    bottom: 100%;
    opacity: 0;
}
#govsearchbar {
    max-height:0px;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

#govsearch:checked ~ #govsearchbar {
    overflow-y: visible;
    max-height:400px;
}

#govsearchbar button {
        display: inline-block;
        width: 7em;
        margin-left:1em;
        padding: .5em;
        font-size: .8em;
        box-sizing: border-box;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-appearance: none;
        border-radius: 0;
        color: #000;
        background-color: #ccc;
}

#govsearch:checked + label.search-button span::after
{
    content: "\e96f";
}