.gc_masthead-masthead-topbar {
    background-color: #002041;
    position: relative;
    overflow: visible;
    z-index: 200;
}

.gc_masthead-masthead-quicknav {
    font-family: inherit;
}

.gc_masthead-masthead-array_quick_nav_links {
    font-family: inherit;
}

.gc_masthead-masthead-gatewaynav {
    font-family: inherit;
}

.gc_masthead-masthead-array_gateway_nav_links {
    font-family: inherit;
}

.gc_masthead-masthead-usermenu {
    font-family: inherit;
}

.gc_masthead-masthead-array_user_menu_links {
    font-family: inherit;
}

.gc_masthead-masthead-icon-title {
    font-family: inherit;
}

.gc_masthead-masthead-array_header_svg_icon {
    font-family: inherit;
}

.gc_masthead-masthead-array_site_title {
    font-family: inherit;
}

.gc_masthead-masthead-mainlinks {
    font-family: inherit;
}

.gc_masthead-masthead-array_main_nav_links {
    font-family: inherit;
}

.gc_masthead-masthead-quicknav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.gc_masthead-masthead-quicknav a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    background-color: #001933;
    font-size: 1.25rem;
    transition: .2s all ease-in;
    text-decoration: none;
    height: 4rem;
    white-space: nowrap;
    line-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.gc_masthead-masthead-quicknav a svg {
    margin-left: 0.5rem;
}

.gc_masthead-masthead-quicknav a:hover {
    background-color: #ffffff;
    color: #001933;
    transition: .2s all ease-out;
}

.gc_masthead-masthead-quicknav ul li {
    margin-right: 0.25rem;
}

.gc_masthead-masthead-icon-title svg {
    width: 7.5rem;
    vertical-align: middle;
}

.gc_masthead-masthead-body {
    background-color: #002850;
    display: flex;
    justify-content: space-between;
    position: relative;
    /* height: 13rem;*/
    height: 8rem;
}

.landing_page.with-hero .gc_masthead-masthead-body {
    background-color: unset;
}


.gc_masthead-masthead-icon-title {
    width: 33%;
    padding-left: 3.25rem;
    display: flex;
    align-items: center;
}

.landing_page.with-hero .gc_masthead-masthead-icon-title {
    background-color: #002850;
}

.gc_masthead-masthead-icon-title a {
    color: white;
    text-decoration: none;
    font-size: 3rem;
    display: flex;
    align-items: center;
}

.gc_masthead-masthead-mainlinks {
    width: 67%;
    padding-right: 3.5rem;
}

.landing_page.with-hero .gc_masthead-masthead-mainlinks {
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent);
}

body.toolbar-fixed .landing_page.with-hero .gc_masthead-masthead-mainlinks {
    background: unset;
}

.gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: right;
    align-items: center;
    width: 100%;
}

.gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav ul {
    list-style: none;
}

.gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav li {
    display: inline-block;
}

.gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav a {
    text-decoration: none;
    color: white;
    border-bottom: 0.1875rem solid transparent;
    font-weight: bold;
    font-size: 1.25rem;
    margin-left: 2rem;
}

.gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav a:hover {
    text-decoration: none;
    color: white;
    border-bottom: 0.1875rem solid white;
}

.gc_masthead-masthead-topbar {
    background-color: #002041;
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transition: top .5s;
    height: 4rem;
    padding-right: 3.5rem;
}

.gc_masthead-masthead-gatewaynav {
    flex-grow: 1;
}

.gc_masthead-masthead-gatewaynav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.gc_masthead-masthead-gatewaynav ul li {
    margin-right: 1.5rem;
}

.gc_masthead-masthead-gatewaynav a {
    color: #b0e0e6;
    text-decoration: none;
    transition: all .2s ease-in;
}

.gc_masthead-masthead-gatewaynav a:hover {
    color: #fff;
}

.gc-arrow-container {
    display: flex;
    justify-content: center;;
}

.gc-arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
}

.gc_masthead-masthead-usermenu ul {
    list-style: none;
    display: inline-block;
    margin-right: 1rem;
}

.gc_masthead-masthead-usermenu ul li a {
    text-decoration: none;
    color: white;
}

.gc_masthead-masthead-array_user_menu_link-nav ul li a {
    text-decoration: none;
    color: white;
    cursor: pointer;
    border-bottom: 2px white solid;
}

.gc_masthead-masthead-array_user_menu_link-nav ul {
    list-style: none;
    padding: 1rem
}

.gc_masthead-masthead-array_user_menu_link-nav ul li a:hover {
    border-bottom: 2px #003366 solid;
}

.gc_masthead-masthead-array_user_menu_link-nav {
    background-color: white;
    box-shadow: 0.15rem 0.15rem 0.15rem #3c3c3c;
    padding: 0.5rem;
    min-width: 250px;
    padding: 0.5rem;
}

.gc_masthead-masthead-array_user_menu_link-nav ul li a {
    color: #003366;
    padding: 0.25rem;
    display: block;
    font-weight: bolder;
}

.mygc-masthead-menu-container {
    position: absolute;
    right: 3rem;
    display: none;
    z-index: 33;
}

.gc_masthead-masthead-usermenu ul li:hover .mygc-masthead-menu-container {
    display: block;
}

.gc_masthead-masthead-menuitem-separator {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    height: 1px;
    background-color: #003366;
}

.gc_masthead-masthead-loginlink {
    margin-right: 1rem;
}

.gc_masthead-masthead-loginlink a {
    text-decoration: none;
    color: white;
    font-weight: bolder;
}

.gc-openmobilemenu-button {
    color: white;
    background-color: #001933;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    margin-right: 0.25rem;
    border-radius: 4px;
    padding: 0.5rem
}

.gc-openmobilemenu-button:hover {
    color: #001933;
    background-color: white;
}

.gc_masthead-masthead-search {
    width: 24rem;
    transition: transform 0.2s ease-in;
    background-color: white;
    position: absolute;
    height: 4rem;
    transform: translate3d(24rem, 0, 0);
    border-bottom: solid 2px #002041;
    border-top: solid 2px #002041;
}

.gc_masthead-masthead-searchform {
    display: block;
    width: 100%;
}

.gc-masthead-searchicon,
.gc-masthead-closesearchbutton,
.gc-masthead-searchsubmit {
    display: inline-block;
    padding: 0.5rem;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 4px;
    transition: background 0.3s ease-in;
    cursor: pointer;
    font-size: 1rem;
    color: white;
}

.gc-masthead-closesearchbutton,
.gc-masthead-searchsubmit {
    font-size: 2rem;
    color: #002041;
}

.gc-masthead-searchicon:hover,
.gc-masthead-closesearchbutton:hover,
.gc-masthead-searchsubmit:hover {
    color: #BEA96F;
    background-color: white;
}

.gc_masthead-masthead-searchform input[type=text] {
    border: none;
    font-size: 1.5rem;
    padding: 0.25rem;
    border-bottom: solid 1px #d3d3d3;
    min-width: 50%;
}

.gc_masthead-masthead-usermenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.2s ease-in;
}

.gc_masthead-masthead-usermenu-search-container {
    display: flex;
    align-items: center;
}

.gc_masthead-masthead-searchform form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.gc_masthead-masthead-masthead-topbarfiller {
    height: 4rem;
}

.gc_masthead-masthead-array_gateway_nav_link-nav {
    display: flex;
    justify-content: right;
}

.gc_masthead-masthead-openmobilemenu {
    height: 4rem;
    display: none;
    padding: 0.5rem;
}

.gc_masthead-masthead-masthead {
    position: static;
    z-index: 10;
    width: 100%;
    height: 8rem;
}

.gc_masthead_search_container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out,visibility 0s ease-in-out .2s;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 4rem;
}


.gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav a.gc_masthead_navlink_edit_button {
    background-color: #006633;
    border: solid 0.125rem #006633;
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 4px;
}

.gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav a.gc_masthead_navlink_edit_button:hover {
    background-color: white;
    color: #006633;
    border: solid 0.125rem white;
}




@media only screen and (max-width: 70rem) {

    .gc_masthead-masthead-mainlinks {
        padding-right: 0;
    }
    .gc_masthead-masthead-icon-title a {
        flex-direction: column;
    }
    .gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav a {
        margin-left: 1rem;
    }
    .landing_page.with-hero .gc_masthead-masthead-mainlinks {
        background: unset;
        padding-right: 1rem;
    }
    .gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav {
        padding-top: 0;
    }

    .gc_masthead-masthead-quicknav {
        display: none;
    }
    .gc_masthead-masthead-openmobilemenu {
        display: flex;
    }

    .mygc-content.landing_page.with-hero .layout-container,
    body.toolbar-fixed .mygc-content.landing_page.with-hero .layout-container {
        margin-top: 0;
    }

    .landing_page.with-hero .gc_masthead-masthead-masthead {
        background-color: #002851;
    }

    .gc_masthead-masthead-mainlinks .gc_masthead-masthead-array_main_nav_link-nav a {
        font-size: 0.8rem;
        font-weight: normal;
        min-width: 70px;
        display: inline-block;
        margin-top: 0.5rem;
    }

    .gc_masthead-masthead-icon-title a {
        font-size: 1rem;
    }

    .gc_masthead-masthead-icon-title {
        font-size: 1rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 47.9375rem) {
    .landing_page.with-hero .gc_masthead-masthead-masthead {
        position: unset;
        background-color: #002850;
    }

    .gc_masthead-masthead-topbar {
        position: unset;
    }

    .gc_masthead-masthead-masthead-topbarfiller {
        display: none;
    }



}