@font-face {
    font-family: 'fontawesome';
    src: url('./fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icons';
    src: url('./fonts/icons.woff2') format('woff2'),
         url('./fonts/icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ff-meta-web-pro';
    src: url('./fonts/ff-meta.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.site {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    /* max-width: 1354px; */
    background: #f00000;
}
/* .header1 {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #f00000;
    z-index: 80;
} */
.header__inner {
    display: -ms-flexbox;
    display: flex;
    height: 115px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    width: 1354px;
}
.header__branding {
    width: 96px;
    position: relative;
    top: 19px;
    z-index: 81;
    display: inline-block;
}
.header__branding > img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.header__menus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.search-bar__container {
    position: relative;
    /* -ms-flex-order: -3;
    order: -3; */
}
.search-bar {
    -ms-flex-order: -2;
    order: -2;
    width: 0;
    transition: width 0.4s ease-in-out;
    /* overflow: hidden; */
    display: inline-block;
    position: absolute;
    top: 0;
    right: 32px;
    z-index: 85;
}
.search-bar__submit {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font-size: 16px;
    margin-top: 2px;
    height: 32px;
    width: 32px;
    /* order: -3; */
    padding: 0;
    cursor: pointer;
}
.search-bar__submit:before{
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: white;
    text-align: center;
    cursor: pointer;
    font-family: "icons" !important;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-transform: none;
    text-rendering: optimizelegibility;
    content: "";
    font-size: inherit;
    text-decoration: none !important;
}
.nav--main {
    border-top: solid 1px rgba(255,255,255,0.3);
    padding-top: 8px;
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.menu--main {
    padding-left: 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
}
.menu {
    list-style: none;
    margin: 0;
    /* padding: 0; */
}
.menu--main .menu__item {
    display: -ms-flexbox;
    display: flex;
}
.menu--main .menu__link {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    display: block;
    padding: 21px 20px 16px 20px;
    border-bottom: transparent 5px solid;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none !important;
    font-family: 'Fira Sans', sans-serif;
}
.sponsor-logos--header {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
}
.sponsor-logos a {
    text-decoration: none;
    display: inline-block;
}
.sponsor-logos img {
    display: inline-block;
    width: auto;
    height: 30px;
}
.nav--utility {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
}
.menu--utility {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.menu--utility .menu__link {
    padding: 0 14px;
    color: white;
    font-family: "ff-meta-web-pro",sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-decoration: none !important;
    font-family: 'Fira Sans', sans-serif;
}
.gigya-account {
    /* -ms-flex-order: -1; */
    /* order: -1; */
    position: relative;
    top: 2px;
    display: inline-block;
    float: right;
    height: 32px;
    min-width: 32px;
    margin-right: 32px;
    padding-bottom: 0;
    color: white;
    text-align: center;
    font-family: "ff-meta-web-pro",sans-serif;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.gigya-account > a svg {
    position: relative;
    top: 4px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.menu--main.menu--has-mega-nav:hover .menu__item:hover {
    opacity: 1;
}
.menu--main.menu--has-mega-nav:hover .menu__item {
    opacity: 0.5;
}
.menu--main .menu__item:hover .menu__link {
    border-bottom-color: white;
}
.gigya-account:hover, .gigya-account:focus {
    background-color: #AF1311;
}
.search-bar__submit:hover:before{
    background: #AF1311;
}

/*Footer*/
.footer1 {
    padding-top: 51px;
    /* width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; */
    border-top: solid #f00000;
    border-width: 3px;
    padding-bottom: 26px;
    background: #172030;
}
.footer__inner {
    max-width: 1354px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}
.footer-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding-bottom: 24px;
}
.footer-logos__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-logos__link path, .footer-logos__link polygon, .footer-logos__link polyline, .footer-logos__link rect {
    fill: #5A6371;
}
.footer-logos__link {
    margin-right: 24px;
}
.footer-logos__link--adidas > svg {
    width: 120px;
}
.footer-logos__link svg {
    margin-bottom: 10px;
    vertical-align: bottom;
}
.footer-logos__link--emirates > svg {
    width: 120px;
}
.footer-logos__link--visit-rwanda > svg {
    width: 160px;
    margin-left: -20px;
}
.footer-logos__link--ar > svg {
    width: 131px;
}
.footer-logos__link--acronis > svg {
    width: 115px;
}
.footer-logos__link--ball > svg {
    width: 75px;
}
.footer-logos__link--etoro > svg {
    width: 115px;
}
.footer-logos__link--konami > svg {
    width: 65px;
}
.footer-logos__link--santa-rita > svg {
    width: 76px;
}
.footer-logos__link--socios > svg {
    width: 130px;
}
.footer-logos__link--sokin > svg {
    width: 110px;
}
.footer-logos__link--sportsbet > svg {
    width: 90px;
}
.footer-logos__link--statsports > svg {
    width: 130px;
}
.footer-logos__link--pl > svg {
    width: 115px;
}
.footer-logos__link--cadbury > svg {
    width: 80px;
}
.footer-logos__link--camden-brewery > svg {
    width: 60px;
}
.footer-logos__link--expo2020 > svg {
    width: 100px;
}
.footer-logos__link--extramarks > svg {
    width: 90px;
}
.footer-logos__link--ganzberg > svg {
    width: 90px;
}
.footer-logos__link--lavazza > svg {
    width: 90px;
}
.footer-logos__link--octopus-energy > svg {
    width: 120px;
}
.footer-logos__link--theragun > svg {
    width: 110px;
}
.footer-logos__link--therabody > svg {
    width: 95px;
}
.nav--footer {
    background: #172030;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 2px;
    margin-bottom: 9px;
    padding-top: 24px;
    border-top: 1px solid #363d4a;
}
.menu--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu__item {
    padding: 0;
    /* margin-right: 10px; */
}
.menu__item1 {
    padding: 0;
    margin-right: 10px;
}
.menu__link {
    color: white;
    text-transform: none;
    padding: 0;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
}
.footer-logos__link:hover path{
    fill: white;
}
.menu--footer .menu__link:hover{
    color: #f00000;
}
@media screen and (max-width: 1406px) {
    .nav--utility{
        width: 700px;
    }
    .menu--main .menu__link {
        padding: 21px 10px 16px 10px;
    }
    .sponsor-logos--header{
        width: 175px;
    }
    .header__inner{
        width: 1187px;
    }
}