@import url("https://p.typekit.net/p.css?s=1&k=jsz2dax&ht=tk&f=31060.31061.31062&a=132333342&app=typekit&e=css");

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

@font-face {
    font-family: "Futura";
    src: url("https://fonts.cdnfonts.com/css/futura-std-4") format("woff");
}

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

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

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

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

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

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

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

@font-face {
    font-family: "GarageGothic";
    src: url("https://use.typekit.net/af/8503f0/00000000000000003b9ae7a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
        url("https://use.typekit.net/af/8503f0/00000000000000003b9ae7a4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
        url("https://use.typekit.net/af/8503f0/00000000000000003b9ae7a4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
}

.contents {
    position: unset;
}

/* .press_your_luck {
    background-color: #220201;
    overflow: hidden;
} */

.press_your_luck ul,
.press_your_luck h1,
.press_your_luck h2,
.press_your_luck h3,
.press_your_luck p {
    margin: 0;
    padding: 0;
}

.press_your_luck ul {
    list-style-type: none;
}

.press_your_luck .promo_content {
    position: relative;
    background-color: #220201;
}

.press_your_luck .promo_content--top_background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/content_background_top.png");
    background-size: 100%;
}

 .press_your_luck .promo_content--bottom_background:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center bottom url("../images/content_background_bottom.png");
    background-size: 100%;
} 

.press_your_luck .promo_content__inner {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 10px;
}

.press_your_luck .promo_content__inner--no_padding {
    padding: 0;
}

.press_your_luck .home_prizes_cover_image {
    width: 100%;
    display: block;
    z-index: 2;
    position: relative;
}

.press_your_luck .promo_title {
    text-align: center;
    color: #FFD800;
    font-family: "PaytoneOne-Regular";
    text-transform: uppercase;
}

.press_your_luck .promo_title--blue {
    color: #D0E7EF;
}

.press_your_luck .promo_title--capitalize {
    text-transform: capitalize;
}

.press_your_luck .in_text_link,
.press_your_luck .in_text_accent {
    color: #FEF18B;
}

.press_your_luck .hidden {
    display: none;
}

.press_your_luck .home_page .border_gradient {
    background: #8A8A8A;
}

.press_your_luck .border_gradient {
    background: #ffffff;
}

.press_your_luck .inner_gradient {
    background: #0E43A8;
}

.press_your_luck .no_wrap {
    white-space: nowrap;
}
