@import url("https://p.typekit.net/p.css?s=1&k=jsz2dax&ht=tk&f=31060.31061.31062&a=132333342&app=typekit&e=css");
@import url("https://fonts.cdnfonts.com/css/futura-std-4");
@import url("https://use.typekit.net/flz1mhm.css");
@import url("https://use.typekit.net/haf5dro.css");
@import url('https://fonts.cdnfonts.com/css/montserrat');

@font-face {
    font-family: "Latto";
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Futura";
    src: url("../fonts/FuturaCyrillicMedium.ttf") format("truetype");
}

@font-face {
    font-family: "agenda";
    src: url("../fonts/ufonts.com_agenda-black.ttf") format("truetype");
}

@font-face {
    font-family: "agenda-light";
    src: url("../fonts/ufonts.com_agenda-light.ttf") format("truetype");
}

@font-face {
    font-family: "Rockwell-Bold";
    src: url("../fonts/Rockwell-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Rockwell";
    src: url("../fonts/Rockwell.ttf") format("truetype");
}

.contents {
    position: unset;
}

.the-big-game {
    background-color: #246C86;
    overflow: hidden;
}

.the-big-game ul,
.the-big-game h1,
.the-big-game h2,
.the-big-game h3,
.the-big-game p {
    margin: 0;
    padding: 0;
}

.the-big-game ul {
    list-style-type: none;
}

.the-big-game .promo_content {
    position: relative;
}

.the-big-game .promo_content--top_background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-top-BKG.png");
    background-size: 100%;
}

.the-big-game .promo_content--bottom_background:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center bottom url("../images/promo-bottom-BKG.png");
    background-size: 100%;
}

.the-big-game .promo_content__inner {
    position: relative;
    z-index: 1;
    padding: 1px 0 10px;
}

.the-big-game .home_prizes_cover_image {
    width: 97%;
    display: block;
    margin: 25px auto;
    z-index: 2;
    position: relative;
}

.the-big-game .promo_title {
    text-align: center;
    color: #FFFFFF;
    font-family: "Rockwell-Bold";
    text-transform: uppercase;
}

.the-big-game .promo_title--blue {
    color: #D0E7EF;
}

.the-big-game .in_text_link,
.the-big-game .in_text_accent {
    color: #FFCC01;
}

.the-big-game .Hall-of-frame {
    width: 882px;
    max-width: 98%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 580px) {
    .the-big-game .Hall-of-frame {
        max-width: 90%;
    }
}