@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: TheSans_SemiLight;
    src: url('/fonts/TheSans_B2_400_.woff');
}

@font-face {
    font-family: TheSans_ExtraBold;
    src: url('/fonts/TheSans_B2_900_.woff');
}


html, body{
    font-family: TheSans_SemiLight,"Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #F6F6FA;
    font-size: 18px;
    line-height:28px;
    font-weight: 400;
    color: #656565;
    overflow-x: hidden;
    position: relative;
    top: 0;
}

::marker {
    display: none;
    color: #fff;
}

 a{
    color: #d0021b;
    text-decoration: none;
}

 .main-text svg{
     color: #d0021b;
 }

.breakout{
    width:100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%)/2);

}

 a:hover, a:active{
     color: #d0021b;
     text-decoration: underline;
 }

p a{
    text-decoration: none;
    color: #d0021b;
}

p a:hover, p a:active{
    text-decoration: underline;
    color: #d0021b;
}

h1, h2, h3, h4, h5{
    font-family: TheSans_ExtraBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #d0021b;
}

h2{
    font-size: 35px;
    line-height: 1.5;
}

.relative{
    position: relative;
}

.clear{
    clear: both;
}

.shadow{
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.breakout{
    width:100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%)/2);

}

.card-body{
    text-decoration: none;
    color: #656565;
}

.main-text {
    margin-top: 100px;
    padding: 0px 0px 50px 25px;
}

.main-text-casino {
    margin-top: 30px;
    padding: 0px 0px 50px 25px;
    width:100%;
}

.table, table {
    width: 100%;
    margin-bottom: 5rem;
    line-height: 50px;
    text-align: left;
    border-collapse: separate;
}

.table td, .table th, table td, table th {
    border-bottom: 1px solid #e0e0e0;
}

.main-text li{
    list-style: none;
}

.main-text li:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 0px;
    background: #d0021b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    left: -20px;
}

.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;

}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    html, body{

    }

    }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html, body{

    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html, body{

    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    h2{
        font-size: 45px;
        line-height: 1.5;
    }

    html, body{

    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    html, body{

    }
    .main-text {
        margin-top: 150px;
        padding: 0px 0px 50px 0px;
    }
    .main-text-casino {
        margin-top: 100px;
        padding: 0px 0px 50px 0px;
    }
}