@font-face{font-family:ApexNew;
    src:url(fonts/apexnew-book.woff2) format("woff2"),
        url(fonts/apexnew-book.woff) format("woff");
}
.header1{
    background: #0b0e1e;
}
.SearchBarDesktop {
    position: relative;
    z-index: 4;
    top: 0;
    width: 100%;
    height: 38px;
    background-color: #0b0e1e;
    -webkit-transition: top .6s cubic-bezier(.6,0,.4,1),opacity .5s ease-in;
    -o-transition: top .6s cubic-bezier(.6,0,.4,1),opacity .5s ease-in;
    transition: top .6s cubic-bezier(.6,0,.4,1),opacity .5s ease-in;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    will-change: top;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.SearchBarDesktop__content {
    float: right;
    height: 34px;
    line-height: 34px;
    margin-right: 5px;
}
.SearchBarDesktop__right {
    float: right;
    height: 34px;
    line-height: 34px;
    margin-right: 5px;
}
.SearchBarDesktop__right .Checkbox {
    width: unset;
    display: inline-block;
    margin: 0 15px 0 0;
    top: 8px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    height: 26px;
    text-align: left;
    position: relative;
}
.Checkbox__label{
    width: unset;
    left: unset;
    position: relative;
    line-height: 26px;
    color: #fff;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    text-align: right;
    user-select: none;
    margin-right: 20px;
}
.Checkbox a{
    color: #fff;
    font-family: ApexNew,Helvetica Neue,sans-serif;
    text-decoration: none;
    font-size: 17px;
}
.accessibility{
    top: -3px;
    height: 20px;
    position: relative;
    left: unset;
    width: 45px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px #1e4561;
    box-shadow: inset 0 0 0 1px #1e4561;
    text-indent: -5000px;
    cursor: pointer;
}
.accessibility:before{
    height: 19px;
    width: 44px;
    content: "";
    position: absolute;
    display: block;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 17px;
    background: rgba(19,191,17,0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.accessibility:after{
    height: 17px;
    width: 17px;
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.SearchBarDesktop__right button {
    height: 100%;
    background-color: transparent;
    color: #fff;
    margin-right: 20px;
    background: none;
    /* color: inherit; */
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    font-family: ApexNew,Helvetica Neue,sans-serif;
    font-size: 16px;
    border: 0;
}

.SearchBarDesktop__right img{
    float: right;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    margin-top: 1px;
}
.SearchBarDesktop__right .SearchBarDesktop__countryFlag{
    float: left;
    margin: 2px 8px 0 0;
    width: 15px;
    height: 10px;
}
.SearchBarDesktop__right>:last-child {
    margin-right: 0;
}
.SearchBarDesktop__right .Login {
    border-left: 1px solid hsla(0,0%,100%,.3);
    margin-bottom: 0;
    text-align: center;
    width: auto;
    padding-left: 10px;
    display: inline-block;
    height: 100%;
}
.SearchBarDesktop__right .Login a {
    display: inline-block;
    color: #fff;
    font-family: ApexNew,Helvetica Neue,sans-serif;
    text-decoration: none;
    font-size: 17px;
}
.MainNavigation{
    max-width: 1400px;
    margin-left: 250px;
    margin-right: auto;
    width: 80px;
    height: 148px;
}
.MainNavigationBar{
    right: auto;
    padding-top: 38px;
    background-color: #111836;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    position: relative;
    z-index: 4;
    -webkit-transition: top .6s cubic-bezier(.6,0,.4,1),opacity .5s ease-in;
    -o-transition: top .6s cubic-bezier(.6,0,.4,1),opacity .5s ease-in;
    transition: top .6s cubic-bezier(.6,0,.4,1),opacity .5s ease-in;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    will-change: top;
    top: -38px;
    opacity: 1;
}
.MainNavigationBar__content{
    width: 80px;
}
.MainNavigationBar__logo{
    display: block;
    padding: 15px 22px 0 28px;
    will-change: opacity;
    opacity: 1;
    position: relative;
}
.MainNavigationBar__icon{
    height: auto;
    padding: 7px 5px;
    text-align: center;
}
.MainNavigationBar__icon button{
    width: 100%;
    height: 100%;
    padding: 5px;
    background: no-repeat;
    border: 0;
    color: inherit;
    line-height: normal;
    overflow: visible;
}
.MainNavigationBar__icon img, .MainNavigationBar__icon svg{
    width: 20px;
    margin-top: 0;
    margin-bottom: 6px;
}
.MainNavigationBar__icon span{
    display: block;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 1px;
}

/*Footer*/
.chevron {
    height: 50px;
    font-size: 0;
}
.chevron--left {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    height: 100%;
}
.chevron--left img, .chevron--right img {
    height: 100%;
    width: 100%;
}
.chevron--right {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    height: 100%;
}
.FooterSponsors {
    width: 100%;
    background-color: #111836;
    color: #fff;
    text-align: center;
    padding: 65px 0 5px;
}
.FooterSponsors__wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
.FooterSponsors__featured {
    margin: 0 auto 35px;
}
.FooterSponsors__featured__sponsor {
    width: 16em;
    margin: 0 75px 15px;
    display: inline-block;
    vertical-align: middle;
}
.FooterSponsors__featured__sponsor a {
    max-width: 150px;
    max-height: 90px;
    display: inline-block;
    width: 100%;
}
.FooterSponsors__featured__sponsor img {
    display: block;
    max-width: 100%;
}
.FooterSponsors__secondary__sponsor img{
    display: block;
    max-width: 140px;
    width: 100%;
}
.FooterSponsers_secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    margin: 0 auto 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.FooterSponsors__secondary__sponsor {
    /* width: 100px;
    margin: 0 30px 30px;
    display: inline-block;
    vertical-align: middle; */
    width: 12.5%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.FooterSponsors__secondary__sponsor a {
    max-width: 100px;
    display: inline-block;
    width: 100%;
}
.social-links {
    width: 100%;
    background-color: #fff;
    color: #0f142a;
    text-align: center;
    padding: 20px 0 15px;
    margin: 0;
    overflow: hidden;
}
.social-links__wrapper {
    max-width: 720px;
    margin: 0 auto;
}
.social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.social-links li {
    list-style-type: none;
    width: calc(100% - 20px);
}
.social-links li img {
    height: 45px;
    width: auto;
}
.site-links {
    width: 100%;
    background-color: #0f142a;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    font-size: .8em;
}
.site-links-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
.site-links ul {
    list-style-type: none;
    margin-bottom: -15px;
}
.site-links ul li:first-child {
    border: none;
}
.site-links ul li {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    padding: 0 1em;
    margin-bottom: 15px;
    border-left: 1px solid;
}
.site-links ul li a {
    color: #fff;
    text-decoration: none;
    font-family: ApexNew,Helvetica Neue,sans-serif;
    font-size: 14px;
}
.site-links ul li a:hover{
    text-decoration: underline;
    text-decoration-color: #999;
}
.newsletter-subscription {
    width: 100%;
    background-color: #0f142a;
    color: #fff;
    text-align: center;
    padding: 0 0 26px;
    margin: 0;
}
.newsletter-subscription__wrapper {
    max-width: 720px;
    margin: 0 auto;
}
.newsletter-subscription__label {
    display: inline-block;
    line-height: 32px;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 1.25rem;
    margin: 0 1em 0 0;
    font-family: ApexNew,Helvetica Neue,sans-serif;
}
.newsletter-subscription__button {
    background: #fff;
    color: #111836;
    padding: 0 1em;
    display: inline-block;
    line-height: 32px;
    text-transform: uppercase;
    vertical-align: top;
    text-decoration: none;
    font-family: ApexNew,Helvetica Neue,sans-serif;
    font-size: 1.05rem;
}
.hygiene-links {
    width: 100%;
    background-color: #0b0e1e;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
.hygiene-links__wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
.hygiene-links li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}
.hygiene-links li a {
    color: #999;
    text-decoration: none;
    font-family: ApexNew,Helvetica Neue,sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 16px;
}
.hygiene-links li a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 1599px){
    .SearchBarDesktop{
        max-width: 1024px;
    }
}
@media screen and (max-width: 1599px){
    .MainNavigation {
        margin-left: 0px;
    }
}