/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
}

body {
    font-family: 'MyriadPro-Regular';
    background-color: #e6e7e8;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url(../fonts/MyriadPro-Regular.woff) format('woff'),url('../../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),url(../../fonts/MyriadPro-Regular.ttf) format('truetype'),url(../../fonts/MyriadPro-Regular.otf) format('opentype'),url('../../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url(../fonts/MyriadPro-Bold.woff) format('woff'),url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/MyriadPro-Bold.ttf) format('truetype'),url(../fonts/MyriadPro-Bold.otf) format('opentype'),url('../fonts/MyriadPro-Bold.svg#MyriadPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'MyriadPro-Black-Italic';
    src: url(../fonts/MyriadPro-Black-Italic.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.tpl-join-now {
    border-radius: 0px;
    font-size: 18px;
    font-weight: 800;
    padding: 9px 10px;
    width: 115px;
    display: none !important;
}

.tpl-inner-right-nav {
    margin-top: 7px;
}

main {
    height: auto;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center -105px;
}

.wrapper {
    max-width: 1350px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.marketing-box {
    position: relative;
    top: 40px;
}

.marketing-box-bg {
    background-image: url(../img/box.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 389px!important;
    display: flex!important;
    flex-direction: column;
    /* width: 900px!important; */
    margin: 0 auto;
    align-items: center;
    background-size: contain;
    margin-top: 30px;
}

.marketing-box-bg img {
    position: relative;
    top: 20px;
    margin: 0 auto;
    width: 450px;
}

.marketing-box-bg-2 .title-text {
    padding-top: 3vw;
}

.marketing-box-bg-3 .title-text {
    padding-top: 5vw;
}

.marketing-box-bg-4 .title-text {
    padding-top: 5vw;
}

.marketing-box-bg-5 .title-text {
    padding-top: 2vw;
}

iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1241px;
    height: 200px;
    border: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    display: block;
}

.linkwrap { 
    position:relative;
    display:block; 
    pointer-events: none;
}
.blocker { 
    position:absolute;
    height:100%;
    width:100%;
    z-index:1; 
}
.linkwrap iframe { 
    z-index: 2; 
}

.marketing-box-bg button {
    background: #ffe000;
    width: 220px;
    height: auto;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    bottom: 10px;
    font-family: 'MyriadPro-Bold';
    cursor: pointer;
    border: none;
    border-radius: 15px;
    padding: 10px;
    line-height: 28pt;
}

.odds-box-tablet {
    display: none;
}

.odds-box-mobile {
    display: none;
}

.odds-box-mobile-375 {
    display: none;
}

.odds-box-mobile-320 {
    display: none;
}

.warning {
    color: white;
    text-align: center;
    font-size: 13px;
    position: relative;
    top: 20px;
    text-transform: uppercase;
}

.title-text {
    position: relative;
    bottom: 0;
    height: 240px;
    width: 53%;
    text-align: center;
    padding-top: 4vw;
}

.odds-box {
    height: 300px;
    position: relative;
    top: 70px;
}

.odds-box-bg {
    background-image: url(../img/odds-box.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 100%;
    background-size: contain;
    display: flex;
    align-items: center;
}

.ambassador-1 {
    background-image: url(../img/ambassador-1.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 290px;
    width: 305px;
    position: absolute;
    left: 195px;
    top: 260px;
}

.ambassador-2 {
    background-image: url(../img/ambassador-2.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 300px;
    width: 175px;
    position: absolute;
    right: 234px;
    top: 270px;
}

.small-text {
    color: white;
    font-weight: 100;
    font-size: 30px;
    padding: 0 5px;
    padding-bottom: 10px;
    display: inline-block;
}

.smaller-text {
    color: white;
    font-weight: 100;
    font-size: 13px;
    padding: 0 5px;
    padding-bottom: 10px;
    display: inline-block;
}

.yellow {
    font-size: 40px;
    color: #f6e62e;
    font-weight: bold;
    font-family: 'MyriadPro-Black-Italic';
    padding: 5px 0;
    display: inline-block;
}

.row {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.teams-column {
    /* width: 220px; */
    display: flex;
    flex-direction: column;
}

.team-odds-container {
    display: flex;
    align-items: center;
    margin: 15px 0px 10px 15px;
   justify-content: space-between;
}

.row-2 .team-odds-container {
    margin: 15px 0px 10px 40px;
} 

.row-3 {
    position: relative;
    top: 75px;
}

.row-3 .team-odds-container {
    margin: 15px 0px 10px 0px;
} 

.team-odds-container img, .team-flag {
    width: 25px;
    height: 15px;
    margin-right: 15px;
}

.team-odds-container p {
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}

.tpl-header.tpl-header2 {
    height: 100px;
}
.tpl-header {
    padding: 20px 0;
}

.odds-column {
    width: 85px;
    height: 40px;
    background: #ee2863;
    margin: 3px 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.yellow-title {
    margin: 0 auto;
    font-size: 45px;
}

.timezone-convert {
    color: white;
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
}

/* overlay */
.overlay {
    display: none;
    background: rgba(0,0,0,.9);
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow-y: visible;
    padding-top: 5vw;
    justify-content: center;
    align-items: center;
}

.lightbox-bg {
    width: 600px;
    height: auto;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    position: relative;
    transform: translateY(-50%);
}

.lightbox-wrap {
    margin: 0 auto;
    margin-top: 50px;
}

.scroll-pane {
    overflow: hidden;
    padding: 0px;
    width: 800px;
    height: 850px;
}

.jspContainer {
    width: 800px;
    height: 850px;
    overflow: hidden;
    position: relative;
}

.jspPane {
    padding: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
    margin-left: 0px;
    width: 800px;
    height: 850px;
}

.js-close {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-image: url(../img/close.png);
    transition: all 0.5s ease-in-out 0s;
    background-position: center 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    background-size: contain;
}

/* form */
.rf-main-wrapper {
    background: url(../img/form-box.png) no-repeat center 0!important;
    background-size: cover!important;
    height: 100%;
    border-radius: 15px;
    border: 2px solid #5b5f7a;
}

.form-container, .fast-reg-wrap, .padding-scroll {
    height: 100%;
}

.registration-form hr {
    display: none;
}

.registration-form {
    padding: 25px 0px 25px!important;
}

.rf-main-wrapper button.rf-submit-button {
    top: 10px;
    background: #ffe000!important;
    color: #000000!important;
    border: none!important;
}

.rf-main-wrapper .terms-and-conds, .rf-main-wrapper label {
    color: white!important;
}

.rf-main-wrapper .action-container>.terms-and-conds {
    width: 80%!important;
    font-size: 15px!important;
}

.rf-main-wrapper .action-container>.terms-and-conds a {
    color: #FFE000!important;
}

.regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_day, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_month {
    width: 115px!important;
}

.regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_year {
    width: 115px!important;
}

.regform-item>.item-element-wrapper {
    width: 63%!important;
}
    


/* Slick */

.slick-list,
.slick-track {
    height: 100%;
}
/*
.slick-next {
    right: 370px!important;
    z-index: 1;
}

.slick-prev:before {
    content: '\2039'!important;
}

.slick-next:before {
    content: '\203A'!important;
}

.slick-prev {
    left: 330px!important;
    z-index: 1;
}

.odds-box-bg .slick-prev {
    left: 15px!important;
    z-index: 1;
}

.odds-box-bg .slick-next {
    right: 15px!important;
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    font-size: 150px!important;
    bottom: 90px;
    position: relative;
    font-weight: bold;
}
*/
img.prevarrow:hover,
img.nextarrow:hover {
    filter: brightness(0) saturate(100%) invert(91%) sepia(40%) saturate(2247%) hue-rotate(322deg) brightness(94%) contrast(109%);
}

.prevarrow {
    width: auto!important;
    height: auto!important;
    position: absolute;
    left: 340px;
    top: 30%;
    z-index: 2;
    cursor: pointer;
}

.nextarrow {
    position: absolute;
    right: 340px;
    top: 30%;
    z-index: 2;
    cursor: pointer;
}

.odds-box-bg .slick-prev:before, .odds-box-bg .slick-next:before {
    font-size: 80px!important;
    bottom: 50px;
    position: relative;
    font-weight: bold;
}