#fcc_header {
    display: inline-flex;
}

#fcc_header .navbar-logo {
    background: url("../img/fcc-logo-lg.png") 0 0 no-repeat;
    width: 175px;
    height: 38px;
    display: block;
}

#fcc_header .navbar-brand {
    float: left;
    padding: 15px 15px 15px 0;
    margin: 0;
}

#fcc_header .container {
    padding: 0;
}

#fcc_header .title-emphasis {
    font-size: 24px;
    font-weight: 100;
    color: #FFF;
    line-height: 52px;
    margin: 10px 0;
    padding: 0 10px;
    border-left: 1px solid #FFFFFF;
}
  
#fcc_header .title-emphasis sup {
    font-size: 10px;
    color: #FFF;
    top: -14px;
}

nav-mh ul {
    list-style: none;
    height: 100%;
    padding-left: 1%;
    width: 100%;
}

nav li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: transparent;
}

.nav-dropdown-container-mh {
    z-index: 100;
    box-shadow: 0 7px 6px -6px #9d9d9d;
    background: white;
    margin-top: 65px;
    /* margin-left: -5%; */
    padding: 20px 50px 0px 50px;
    font-size: 1.0428571429em;
    color: #5085DA;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
}

#browse-by-category {
    width: 100%;
    min-width: 100%;
    /* margin-left: 5%; */
}

@media screen and (max-width: 992px) {
    .nav-dropdown-container-mh {
        margin: 0px;
        position: relative;
        width: 90%;
        padding: 20px 0px 0px 20px;
    }
    #browse-by-category > ul {
        width: 90%;
        min-width: 90%;
        margin: 0px;
    }
}

.nav-dropdown-options-mh {
    float: left;
    width: 60%;
}

.nav-dropdown-text-mh {
    float: left;
    width: 40%;
    line-height: 25px;
    color: black;
}

  /* =============================================================================
   =============================================================================
   Start of Header
   ==========================================================================
   ========================================================================== */


/* ==========================================================================
    Navbar
    ========================================================================== */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: 17px;
}


/* line 10, ../scss/ui-components/_header.scss */

.site-header {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 992px) {
    /* line 10, ../scss/ui-components/_header.scss */
    .site-header {
        background: #266ad0;
    }
}


/* line 17, ../scss/ui-components/_header.scss */

.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}


/* line 22, ../scss/ui-components/_header.scss */

.content-flush .dropdown-menu {
    padding: 0;
}


/*
    Off Canvas (Mobile)
    ========================================================================== */

@media screen and (max-width: 991px) {
    /* line 32, ../scss/ui-components/_header.scss */
    .row-offcanvas {
        position: relative;
        right: 0;
        top: 0;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    /* line 39, ../scss/ui-components/_header.scss */
    .row-offcanvas.active-right {
        right: 80%;
        /* 6 columns */
        -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
    }
    /* line 43, ../scss/ui-components/_header.scss */
    .row-offcanvas.active-right .navbar-fixed-top {
        /* override the fixed header to shift it to the left with the rest of the page */
        right: 80%;
        left: -80%;
    }
    /* line 50, ../scss/ui-components/_header.scss */
    .row-offcanvas .navbar-fixed-top {
        -webkit-transition: left .25s ease-out, right .25s ease-out;
        -o-transition: left .25s ease-out, right .25s ease-out;
        transition: left .25s ease-out, right .25s ease-out;
    }
    /* line 56, ../scss/ui-components/_header.scss */
    .nav-offcanvas-right {
        position: absolute;
        top: 0;
        right: -80%;
        /* 6 columns */
        width: 80%;
        /* 6 columns */
    }
}

@media screen and (max-width: 767px) {
    /* line 65, ../scss/ui-components/_header.scss */
    .row-offcanvas.active-top {
        padding-top: 64px;
    }
    /* line 68, ../scss/ui-components/_header.scss */
    .nav-offcanvas-top {
        position: absolute;
        top: -64px;
        right: 0;
        width: 100%;
        height: 64px;
    }
}


/*
    Primary Navbar
    ========================================================================== */


/* line 83, ../scss/ui-components/_header.scss */

.navbar-primary {
    height: 87px;
    background: #13428b url(../img/bg-pattern-header.png);
    -webkit-box-shadow: inset 0px -11px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -11px 30px 0px rgba(0, 0, 0, 0.3);
}

/* line 94, ../scss/ui-components/_header.scss */

.navbar-header {
    float: left;
    display: inline-flex;
}

@media screen and (min-width: 992px) {
    /* line 94, ../scss/ui-components/_header.scss */
    .navbar-header {
        width: 19%;
    }
    #app-title {
        display: inline-block;
    }
}


/* line 100, ../scss/ui-components/_header.scss */

.navbar-brand {
    margin: 0;
    height: auto;
}

@media screen and (max-width: 620px) {
    /* line 100, ../scss/ui-components/_header.scss */
    .navbar-brand {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    #app-title {
        width: 200px;
    }
    #app-title h2 {
        font-size: 12px !important;
    }
    #app-title h3 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    /* line 100, ../scss/ui-components/_header.scss */
    .navbar-brand {
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

@media screen and (max-width: 767px) {
    /* line 100, ../scss/ui-components/_header.scss */
    .navbar-brand {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    #app-title {
        display: inline-block;
        margin: 8px 0 0 12px !important;
    }
    #app-title h2 {
        font-size: 18px !important;
    }
    #app-title h3 {
        display: none;
    }
}


/* line 112, ../scss/ui-components/_header.scss */

.navbar-logo {
    background-image: url('../img/icons-sa0dc29a632.png');
    background-position: 0 -2440px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 137px;
    font-size: 1em;
    display: block;
}

.navbar-logo:focus {
	outline: 2px dotted #FFF;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3 / 2),
(min-resolution: 2dppx) {
    /* line 112, ../scss/ui-components/_header.scss */
    .navbar-logo {
        background-image: url('../img/icons-2x-s4a93a70c85.png');
        -moz-background-size: 185px 2138px;
        -o-background-size: 185px 2138px;
        -webkit-background-size: 185px 2138px;
        background-size: 185px 2138px;
        background-position: 0 -830px;
        height: 30px;
        width: 138px;
    }
}

@media screen and (min-width: 768px) {
    /* line 112, ../scss/ui-components/_header.scss */
    .navbar-logo {
        width: 175px;
        height: 38px;
        background: url(../img/fcc-logo-lg.png) 0 0 no-repeat;
    }
    #app-title {
        display: inline-block;
        width: 450px;
        margin: 15px 0 0 10px !important;
    }
    #app-title h2 {
        font-size: 22px !important;
    }
}

/* line 223, ../scss/ui-components/_header.scss */

.navbar-header .title-emphasis {
    font-size: 1.5em;
    font-weight: normal;
    white-space: nowrap;
    margin: 10px 0;
    padding: 0 10px;
    border-left: 1px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
    /* line 223, ../scss/ui-components/_header.scss */
    .navbar-header .title-emphasis {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* line 223, ../scss/ui-components/_header.scss */
    .navbar-header .title-emphasis {
        font-size: 2em;
        line-height: 1;
    }
}

/*
    Secondary Navbar
    ========================================================================== */


/* line 355, ../scss/ui-components/_header.scss */

.navbar-secondary {
    background: transparent;
    z-index: 1010;
}

@media screen and (min-width: 993px) {
    /* line 355, ../scss/ui-components/_header.scss */
    .navbar-secondary {
        position: relative;
        height: 64px !important;
    }
}

@media screen and (max-width: 991px) {
    /* line 355, ../scss/ui-components/_header.scss */
    .navbar-secondary {
        top: 129px;
    }
}

@media screen and (max-width: 991px) {
    body {
        background-color: initial;
    }
    .container {
        /* width: 991px; */
        overflow-x: hidden;
    }
}

@media screen and (max-width: 767px) {
    /* line 355, ../scss/ui-components/_header.scss */
    .navbar-secondary {
        top: 59px;
    }
}

@media screen and (max-width: 991px) {
    /* line 368, ../scss/ui-components/_header.scss */
    .navbar-secondary .container {
        padding: 0;
        width: 100%;
    }
}


/* line 374, ../scss/ui-components/_header.scss */

.navbar-secondary .tab-content,
.navbar-secondary .tab-pane {
    height: 100%;
}

/* line 385, ../scss/ui-components/_header.scss */

.menu-secondary {
    border-bottom: none;
}

@media screen and (min-width: 992px) {
    /* line 385, ../scss/ui-components/_header.scss */
    .menu-secondary {
        text-align: justify;
        /*max-width: 1075px;*/
        margin: 0 auto;
        /* margin-top: 9px; */
    }
    /* line 392, ../scss/ui-components/_header.scss */
    .menu-secondary:after {
        content: "";
        display: inline-block;
        /*width: 100%;*/
    }
}

@media screen and (max-width: 991px) {
    /* line 385, ../scss/ui-components/_header.scss */
    .menu-secondary {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    /* line 385, ../scss/ui-components/_header.scss */
    .menu-secondary {
        height: 100%;
    }
}


/* line 404, ../scss/ui-components/_header.scss */

.menu-secondary > li {
    display: inline-block;
    float: none;
    margin-right: 12px;
}

@media screen and (max-width: 991px) {
    /* line 404, ../scss/ui-components/_header.scss */
    .menu-secondary > li {
        display: block;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #aac7f1;
    }
}


/* line 413, ../scss/ui-components/_header.scss */

.menu-secondary > li > a {
    padding: 22px 15px 12px 33px;
    border-radius: 0;
    font-size: 1em;
    line-height: 1;
    color: #fff;
    border: 0;
}


/* line 416, ../scss/ui-components/_header.scss */

.menu-secondary > li > a:focus,
.menu-secondary > li > a:active,
.menu-secondary > li > a:hover {
    background: transparent;
}

.menu-secondary > li > a.active:focus .link-title,
.menu-secondary > li > a:focus .link-title {
    border-bottom: 6px solid #ddd;
}

@media screen and (max-width: 991px) {
    /* line 413, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a {
        display: block;
        position: relative;
        margin-right: 0;
        border: 0;
        background-color:#005B94;
    }
    .menu-secondary > li > a:hover,
    .menu-secondary > li > a:focus {
        background-color: #666;
    }
    ul.nav.nav-tabs.menu-secondary {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    /* line 413, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a {
        padding: 40px 65px 30px 60px;
        font-size: 2em;
    }
}

@media screen and (min-width: 992px) {
    /* line 413, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a {
        display: block;
        padding: 18px 4px 24px;
        font-size: 1.1428571429em;
        margin: 0;
    }
    /* line 437, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a .link-title {
        padding: 0 4px 3px;
        border-bottom: 6px solid transparent;
    }
    /* line 442, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a.active .link-title {
        border-bottom: 6px solid #ffcc44;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* line 449, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a:after {
        content: "";
        display: block;
        float: right;
    }
}

@media screen and (max-width: 991px) {
    /* line 457, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a:before {
        content: "";
        float: right;
        background-image: url('../img/icons-sa0dc29a632.png');
        background-position: 0 -359px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 22px;
        width: 25px;
        font-size: 1em;
    }
}

@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-width: 991px) and (-o-min-device-pixel-ratio: 3 / 2),
screen and (max-width: 991px) and (min-resolution: 2dppx) {
    /* line 457, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a:before {
        background-image: url('../img/icons-2x-s4a93a70c85.png');
        -moz-background-size: 185px 2138px;
        -o-background-size: 185px 2138px;
        -webkit-background-size: 185px 2138px;
        background-size: 185px 2138px;
        background-position: 0 -362px;
        height: 22px;
        width: 25px;
    }
}

@media screen and (max-width: 767px) {
    /* line 457, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a:before {
        background-image: url('../img/icons-sa0dc29a632.png');
        background-position: 0 -401px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        height: 11px;
        width: 12px;
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
    /* line 457, ../scss/ui-components/_header.scss */
    .menu-secondary > li > a:before {
        background-image: url('../img/icons-2x-s4a93a70c85.png');
        -moz-background-size: 185px 2138px;
        -o-background-size: 185px 2138px;
        -webkit-background-size: 185px 2138px;
        background-size: 185px 2138px;
        background-position: 0 -404px;
        height: 11px;
        width: 13px;
    }
}

/* line 471, ../scss/ui-components/_header.scss */

.menu-secondary > li.open {
    background: #fff;
}

@media screen and (max-width: 991px) {
    /* line 471, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 10;
        background: #266ad0;
    }
}


/* line 480, ../scss/ui-components/_header.scss */

.menu-secondary > li.open > a {
    color: #000;
}


/* line 482, ../scss/ui-components/_header.scss */

.menu-secondary > li.open > a,
.menu-secondary > li.open > a:hover,
.menu-secondary > li.open > a:active,
.menu-secondary > li.open > a:focus {
    background: #fff;
}

@media screen and (max-width: 991px) {
    /* line 480, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open > a {
        color: #2c75d6;
        -webkit-box-shadow: inset 40px 0 80px -40px rgba(0, 0, 0, 0.3);
        box-shadow: inset 40px 0 80px -40px rgba(0, 0, 0, 0.3);
    }
}


/* line 493, ../scss/ui-components/_header.scss */

.menu-secondary > li.open > a .link-title,
.menu-secondary > li.open > a .link-title:hover,
.menu-secondary > li.open > a .link-title:active,
.menu-secondary > li.open > a .link-title:focus {
    border-color: transparent;
}

@media screen and (max-width: 991px) {
    /* line 500, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open > a:before {
        background-image: url('../img/icons-sa0dc29a632.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        height: 22px;
        width: 25px;
        font-size: 1em;
        content: "";
        float: left;
        margin: 1px 0 0 -42px;
    }
}

@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-width: 991px) and (-o-min-device-pixel-ratio: 3 / 2),
screen and (max-width: 991px) and (min-resolution: 2dppx) {
    /* line 500, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open > a:before {
        background-image: url('../img/icons-2x-s4a93a70c85.png');
        -moz-background-size: 185px 2138px;
        -o-background-size: 185px 2138px;
        -webkit-background-size: 185px 2138px;
        background-size: 185px 2138px;
        background-position: 0 0;
        height: 22px;
        width: 25px;
    }
}

@media screen and (max-width: 767px) {
    /* line 500, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open > a:before {
        background-image: url('../img/icons-sa0dc29a632.png');
        background-position: 0 -42px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        height: 11px;
        width: 12px;
        font-size: 1em;
        margin: 1px 0 0 -21px;
    }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
    /* line 500, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open > a:before {
        background-image: url('../img/icons-2x-s4a93a70c85.png');
        -moz-background-size: 185px 2138px;
        -o-background-size: 185px 2138px;
        -webkit-background-size: 185px 2138px;
        background-size: 185px 2138px;
        background-position: 0 -42px;
        height: 11px;
        width: 13px;
    }
}

@media screen and (max-width: 991px) {
    /* line 513, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open .dropdown-link-title {
        display: none;
    }
}


/* line 518, ../scss/ui-components/_header.scss */

.menu-secondary > li.open .dropdown-link-back {
    display: none;
}

@media screen and (max-width: 991px) {
    /* line 518, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open .dropdown-link-back {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    /* line 524, ../scss/ui-components/_header.scss */
    .menu-secondary > li.open .dropdown-menu {
        -webkit-box-shadow: inset 40px 0 80px -40px rgba(0, 0, 0, 0.3);
        box-shadow: inset 40px 0 80px -40px rgba(0, 0, 0, 0.3);
    }
}


/* line 533, ../scss/ui-components/_header.scss */

.menu-secondary > li.open .dropdown-menu ul li a {
    display: block;
    padding: 10px;
    color: #4185e1;
    font-size: 18px;
}


/* line 545, ../scss/ui-components/_header.scss */

.menu-secondary > .nav-right-link {
    position: relative;
}


/* line 547, ../scss/ui-components/_header.scss */

.menu-secondary > .nav-right-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 52px;
    width: 0;
    border-left: 1px solid #13428b;
}

@media screen and (min-width: 992px) {
    /* line 557, ../scss/ui-components/_header.scss */
    .menu-secondary > .nav-right-link > a {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    /* line 565, ../scss/ui-components/_header.scss */
    .menu-secondary > .dropdown > a {
        padding-left: 7px;
        padding-right: 7px;
    }
}


/* line 572, ../scss/ui-components/_header.scss */

.menu-secondary > .dropdown.dropdown-right .dropdown-menu {
    left: auto;
}


/* line 578, ../scss/ui-components/_header.scss */

.menu-secondary .dropdown-menu {
    margin-top: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.175);
}

@media screen and (min-width: 992px) {
    /* line 578, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu {
        width: 1200px;
    }
}

@media screen and (max-width: 991px) {
    /* line 578, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu {
        top: auto;
        margin: 0;
        background: #266ad0;
        box-shadow: none;
    }
}

@media screen and (min-width: 992px) {
    /* line 594, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu .container {
        min-height: 274px;
        line-height: 274px;
    }
}

@media screen and (min-width: 992px) {
    /* line 599, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu .container > ul,
    .menu-secondary .dropdown-menu .container > .menu-featured {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        vertical-align: middle;
    }
}

@media screen and (min-width: 992px) {
    /* line 608, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu .container a {
        color: #4185e1;
    }
}

@media screen and (max-width: 991px) {
    /* line 608, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu .container a {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    /* line 616, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu .container .menu-col {
        border-bottom: 1px solid #fff;
    }
}


/* line 625, ../scss/ui-components/_header.scss */

.menu-secondary .dropdown-menu ul:not(.dropdown-featured-links) li {
    line-height: 1.285;
}


/* line 629, ../scss/ui-components/_header.scss */

.menu-secondary .dropdown-menu ul:not(.dropdown-featured-links) li:not(:first-child) a {
    border-top: 1px solid #ccd6e3;
}


/* line 635, ../scss/ui-components/_header.scss */

.menu-secondary .dropdown-menu ul:not(.dropdown-featured-links) a {
    padding: 22px 15px 12px 33px;
    border-radius: 0;
    font-size: 1em;
    line-height: 1;
    color: #fff;
}

#menu-secondary {
    width: 100%;
}

@media screen and (min-width: 992px) {
    /* line 635, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu ul:not(.dropdown-featured-links) a {
        display: block;
        padding: 10px 0;
        font-size: 18px;
        color: #4185e1;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* line 635, ../scss/ui-components/_header.scss */
    .menu-secondary .dropdown-menu ul:not(.dropdown-featured-links) a {
        padding: 40px 65px 30px 60px;
        font-size: 2em;
    }
}

@media screen and (min-width: 992px) {
    /* line 844, ../scss/ui-components/_header.scss */
    #menu-secondary .tab-pane {
        opacity: 0;
        -webkit-transition: opacity .5s ease, -webkit-transform .25s ease;
        -moz-transition: opacity .5s ease, -moz-transform .25s ease;
        -o-transition: opacity .5s ease, -o-transform .25s ease;
        transition: opacity .5s ease, transform .25s ease;
        display: block !important;
        position: fixed;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
        -moz-transform: translate(-100px, 0);
        -o-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
        top: -99999px;
        left: -99999px;
    }
    /* line 858, ../scss/ui-components/_header.scss */
    #menu-secondary .tab-pane.active {
        position: static;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

.dropdown {
    border-bottom: transparent;
}

.dropdown > a {
    text-decoration: none;
}

ul.nav.nav-tabs.menu-secondary {
    width: 1300px;
}

/* =============================================================================
   Links
   ========================================================================== */

   .jumpLinks {
    margin-left: -150px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    z-index: 1;
    width: 300px;
}

.jumpLinks a {
    display: block;
    padding: 5px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #8cdb78;
    background: #000;
    color: #bfe9ff;
    text-align: center;
}

.jumpLinks a:hover,
.jumpLinks a:focus,
.jumpLinks a:active {
    color: #9cf285;
    text-decoration: none;
}

.jumpLinks visually-hidden-focusable:focus {
    width: 300px;
}

.visually-hidden-focusable:active,
.visually-hidden-focusable:focus {
    /* 
    * Replaced 'clip: auto;' with 'clip-path: none;' because the 'clip' property is deprecated 
    * and flagged as not a widely available baseline feature. 'clip-path: none;' achieves the 
    * same behavior (no clipping) and is part of modern CSS standards.
    */
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Fix for header */
.menu-secondary > li > .nav-dropdown-container-mh {
    margin-top:6px;
    position: fixed;
    width: 100vw;
}