.category-dropdown {
    background-color: #0C072B;
}
.category-dropdown .category-dropdown__bar {
    height: 2.5rem;
    padding: 0 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    max-width: 75rem;
    margin: 0 auto;
}
.category-dropdown .category-dropdown__bar .category-dropdown__bar__toggle-text,
.category-dropdown .category-dropdown__bar .category-dropdown__bar__active-category{
    padding-left: 1rem;
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__bar {
        height: 4.375rem;
        padding: 0 3.75rem;
    }
    .category-dropdown .category-dropdown__bar .category-dropdown__bar__toggle-text,
    .category-dropdown .category-dropdown__bar .category-dropdown__bar__active-category{
        padding-left: 2rem;
    }
}
@media all and (min-width: 1200px) {
    .category-dropdown .category-dropdown__bar {
        padding: 0;
    }
}
.category-dropdown .category-dropdown__bar__active-category {
    color: #316BB6;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__bar__active-category {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .category-dropdown .category-dropdown__bar__active-category {
        color: #316BB6;
    }
}
.category-dropdown .category-dropdown__bar__active-category:hover {
    color: #005080;
}
@media all {
    .category-dropdown .category-dropdown__bar__active-category {
        color: #FFFFFF;
        line-height: 2.5rem;
    }
    .category-dropdown .category-dropdown__bar__active-category:hover {
        color: #FFFFFF;
    }
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__bar__active-category {
        line-height: 4.375rem;
    }
}
.category-dropdown .category-dropdown__bar .category-dropdown__bar__toggle-button {
    position: relative;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
}
.category-dropdown .category-dropdown__bar__toggle-button a {
    font-family: 'gs_icons' !important;
    color: #22A2FF;
    font-size: 1.875rem;
    display: block;
    font-weight: 100;
    text-decoration: none;
    line-height: 2.25rem;
}
.category-dropdown .category-dropdown__bar__toggle-button a:hover {
    color: #316BB6;
}
@media (hover: none){
    .category-dropdown .category-dropdown__bar__toggle-button a,
    .category-dropdown .category-dropdown__bar__toggle-button a:hover {
        color: #22A2FF;
    }
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__bar .category-dropdown__bar__toggle-button {
        text-align: center;
        padding-top: .75rem;
    }
}
.category-dropdown.open .category-dropdown__bar__toggle-button {
    -webkit-transform: rotate(45deg) translateX(-3px);
            transform: rotate(45deg) translateX(-3px);
}
.category-dropdown .category-dropdown__bar__toggle-text {
    color: #316BB6;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__bar__toggle-text {
        font-size: .6875rem;
    }
}
.category-dropdown .category-dropdown__bar__toggle-text:hover {
    color: #005080;
}
@media all {
    .category-dropdown .category-dropdown__bar__toggle-text {
        line-height: 2.5rem;
        color: #22A2FF;
        cursor: pointer;
    }
    .category-dropdown .category-dropdown__bar__toggle-text:hover {
        color: #316BB6;
    }
}
@media (hover: none) {
    .category-dropdown .category-dropdown__bar__toggle-text,
    .category-dropdown .category-dropdown__bar__toggle-text:hover {
        color: #22A2FF;
    }
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__bar__toggle-text {
        line-height: 4.375rem;
        display: block;
        text-align: right;
    }
}
.category-dropdown .category-dropdown__dropdown {
    padding: 0 1.875rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s, padding 1s;
            transition: max-height 1s, padding 1s;
    max-width: 75rem;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__dropdown {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 3.75rem;
    }
}
@media all and (min-width: 992px) {
    .category-dropdown .category-dropdown__dropdown {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
@media all and (min-width: 1200px) {
    .category-dropdown .category-dropdown__dropdown {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.category-dropdown.open .category-dropdown__dropdown {
    padding: 0 1.875rem 3.125rem 1.875rem;
    max-height: 56.25rem;
}
@media all and (min-width: 768px) {
    .category-dropdown.open .category-dropdown__dropdown {
        padding: 0 3.75rem 6.25rem 3.75rem;
        max-height: 75rem;
    }
}
@media all and (min-width: 1200px) {
    .category-dropdown.open .category-dropdown__dropdown {
        padding: 0 0 6.25rem 0;
    }
}
.category-dropdown .category-dropdown__dropdown__category {
    margin: 0 0 1.25rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 100;
    line-height: 1.375rem;
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__dropdown__category {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media all {
    .category-dropdown .category-dropdown__dropdown__category,
    .category-dropdown .category-dropdown__dropdown__category a
    {
        margin-bottom: 0;
        margin-top: 3.125rem;
        color: #FFFFFF;
        position: relative;
        cursor: pointer;
        -webkit-transition: .25s color;
                transition: .25s color;
        text-decoration: none;
    }
    .category-dropdown .category-dropdown__dropdown__category:hover a,
    .category-dropdown .category-dropdown__dropdown__category a:hover,
    .category-dropdown .category-dropdown__dropdown__category.active:hover a,
    .category-dropdown .category-dropdown__dropdown__category.active a:hover {
        color: #316BB6;
        text-decoration: none;
    }
    .category-dropdown .category-dropdown__dropdown__category.active a {
        color: #22A2FF;
    }
}
@media(hover: none){
    .category-dropdown .category-dropdown__dropdown__category:hover a,
    .category-dropdown .category-dropdown__dropdown__category a:hover{
        color: #FFFFFF;
    }
    .category-dropdown .category-dropdown__dropdown__category.active:hover,
    .category-dropdown .category-dropdown__dropdown__category.active a:hover{
        color: #22A2FF;
    }
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__dropdown__category {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40.67797%;
            -ms-flex: 0 0 40.67797%;
                flex: 0 0 40.67797%;
        margin-top: 6.25rem;
    }
}
@media all and (min-width: 992px) {
    .category-dropdown .category-dropdown__dropdown__category {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
    }
}
.category-dropdown .category-dropdown__dropdown__category:before {
    content: ' ';
    width: 2.5rem;
    height: .125rem;
    display: block;
    background-color: #22A2FF;
    left: 0;
    bottom: -.625rem;
    position: absolute;
}
@media all and (min-width: 768px) {
    .category-dropdown .category-dropdown__dropdown__category:before {
        width: 5rem;
    }
}
@media all and (min-width: 992px) {
    .category-dropdown .category-dropdown__dropdown__category:before {
        bottom: -.9375rem;
    }
}

.large-hero-category-dropdown .careers-large-hero__copy p {
    margin-top: 8.125rem;
}
@media all and (min-width: 768px) {
    .large-hero-category-dropdown .careers-large-hero__copy p {
        margin-top: 14.0625rem;
    }
}
@media all and (min-width: 992px) {
    .large-hero-category-dropdown .careers-large-hero__copy p {
        margin-top: 1.25rem;
    }
}

.large-hero-category-dropdown .careers-large-hero__image-wrapper {
    background-image: url(../img/large-hero-category-dropdown.jpg);
}