<style>
body, html {
 height: 100%;
 min-height:100%;
 margin: 0px;
 padding: 0px;
 background-color: #fff;
font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
}
html{
background: url(https://image.em.nbcsports.com/lib/fe97137377640c7975/m/1/bcc88ed5-8b0e-48d0-b086-dd497dcb658d.jpg) no-repeat center center fixed;
 background-size: cover;
 background-attachment: fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
}
body{
 height: 100vh;
 font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
 position: relative;
 color:#fff;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}

.wrapper{
 background: #181B1C;
background: linear-gradient(rgba(248, 248, 248, 0.75), rgba(204, 204, 204, 0.5)), url('https://image.em.nbcsports.com/lib/fe97137377640c7975/m/1/bcc88ed5-8b0e-48d0-b086-dd497dcb658d.jpg');
 background-size: cover;
 background-attachment: fixed;
 background-repeat:no-repeat;
 background-position:center; 
 -moz-background-size: cover;
 -o-background-size: cover;
 -webkit-background-size: cover;
 -ms-content-zooming: none;
 width: 100%;
 height:100%;
 min-height:100%;
 text-align: center;
  font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
 display: inline-block;
 position: absolute;
 overflow: auto;
}

#registration{
 display: inline-block;
}

#checkout-container{
text-align: center; 
}
#plpubpass{
 padding-bottom: 40px;
}
.email {
    text-align: center;
    /*margin-top: 16px;*/
    margin-bottom: 16px;
    height: 40px;
    color: #000000;
    background: #ffffff;
    /* border: 1px solid #282a2c; */    
    padding: 0px 10px;
    font-size: 17px;
     box-sizing: border-box;
    border: none;
   
}

.video {width: 427px; height:240px;}
.questionwrapper{
  margin: 5px auto; 
  text-align: left;
}
.questionwrapper .question{
 font-weight: bold;
 -webkit-margin-after: 0;
}
.questionwrapper .answer{
 -webkit-margin-before: 0;
}
.submitButton,#registration_0,#updatePreferences_2,#registration_1{
 text-align: center;
    background: #5C890E;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 35px;
    border:none;
    border-radius: 20px;
    text-decoration: none;
    margin: 30px;
}
 #registration_email{
  width: 100%;
 }
  .content-header h1{
 font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
    font-style: italic;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 0px;
    margin-top: 10px;
   }
    .btn{
     background-color: #5C890E;
    }
.stroke{
  -webkit-text-stroke: 1px black;}
}
    .goldcolor{
     background-color: #F2C04A;
    }

    /*.check-main { 
     top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: solid;
     }*/

/*.check-main {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
*/

/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
/*color: #5D5D5D;*/
color: #fff;
}
.unsubinfolabel {
  position: relative; 
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
color: #5D5D5D;
}
/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
 
    border: solid;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-color: #5D5D5D;
}

.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
 
    border: solid;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-color: #5D5D5D;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.container:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/*.container input:checked ~ .checkmark {
  background-color: #2196F3;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark2::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark::after {
  display: block;
}

.container input:checked ~ .checkmark2::after {
  display: block;
}


.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark2::after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
 left: 4px;
    top: 0px;
   /* width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
*/
    width: 15px;
    height: 20px;
    border: solid #000;
    border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container .checkmark2:after {
 left: 2px;
top: -1px;

   /* width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
*/
width: 8px;
height: 10px;
border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.horizontal-rule {
    width: 100%;
    height: 1px;
    background-color: #fdb813;
    margin-top: 20px;
}

.vertical-rule{
 width: 1px;
    height: 100%;
    background-color: #ccc;
    margin-top: 20px;
}
.content-header h1{
 margin-top: 40px;
 line-height: 1;
}
.content-header h2,h3{
 margin-top: 10px;
 line-height: 1;
}
.content-header h3{
 font-weight: 520;
}

.privacy_policy{
 margin: 40px;
 font-size: 14px;
}
.error {
    /*width: 50%;*/
    margin-top: 5px;
    margin-left: 30px;
    /*float: left;*/
}

#registration_errorMessage{
 text-align: center;
 border: none;
 color: red;
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: transparent;
}

#registration_errorMessage:focus, .error:focus { 
 outline: none;
 -webkit-box-shadow: none;
  box-shadow: none;   
   }

/*.privacy_policy a{
 text-decoration: none;
}*/

#registration_email_label{
     font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
}

.content-footer {
    background: #ccc;
    /*position: absolute;*/
    left: 0px;
    bottom: 0px;
    height: 60px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.content-footer p{
 margin: 0;
  position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

a{
/* text-decoration: none;*/
}

.grid-container{
 display: grid;
    grid-template-columns: auto auto;
   border-collapse: collapse;
  border-style: hidden;
}

.grid-item{
 border-right: solid;
}

#templateColumns {
  margin: 0 auto;
  border-collapse: collapse;
  border-style: hidden;
  /*font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;*/
}
.templateColumnContainer {
  padding: 1rem 0;
  border: 1px solid #ccc;
  vertical-align: top;
  width: 50%;
}
.firstcolumn {
  border-top: none !important;
 
}
.lastcolumn {
  border-bottom: none !important;
 padding: 1rem 0 1rem 5rem; /*1rem 5rem;*/

}
.unsubcolumn{
 border: none !important;
 width: 450px;
 padding-left: 50px;
}
.unsubinformation{
border: none !important;
 padding-left: 50px;
}
#templateColumns{
 width: 85%;
 /*border: 0;*/
}
#templateColumns tr{
 align-content: center;
 height: 189px;
}

.innerTable{
 width: 100%;

}

.selectionHeader{
font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
    font-size: 26px;
    /*margin-bottom: 0;*/
    font-weight: 1000;
    transform: scale(1, 1.5);
  -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
  -moz-transform: scale(1, 1.5); /* Firefox */
  -ms-transform: scale(1, 1.5); /* IE 9+ */
  -o-transform: scale(1, 1.5); /* Opera */
  line-height: 0.9;
}
.lastImage{
 width: 135px;
 height: auto;
}

.columnImage{
 width: 70px;
 height: auto;
}
.content-form-pref{
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
}
.leftColumnContent, .rightColumnContent{
 width: 50%;
vertical-align: top;
}
.imgColumn{
 text-align: right;
 width: 30%;
 vertical-align: top;
    padding-top: 30px;
}
.unsubtable{
 padding-left: 30px;
 text-align: left;
 width: 85%;
 margin: 0 auto 20px auto;
 padding-top: 40px;
}
.push{
 padding: 2rem;
}

.thank-you-page{
max-width: 600px;
margin: 20px auto;
font-weight: 600;
font-size: 18px;
}
.uppercase{
 text-transform: uppercase;
}
@media only screen and (min-width:320px) and (max-width:480px)  { 
  #templateColumns{
            width:100% !important;
            padding: 0px 10px !important;
            display: inline-block !important;
        }

        .templateColumnContainer{
            display:inline-block; !important;
            width:90% !important;
            border-left: none !important;
            border-right: none !important;
        }

        .columnImage{
            height:auto !important;
            /*max-width:480px !important;*/
            /*width:100% !important;*/
        }

        .leftColumnContent{
            font-size:16px !important;
            line-height:125% !important;
        }

        .rightColumnContent{
            font-size:16px !important;
            line-height:125% !important;
        }
        .push{
 padding: 1.5rem;
}
.lastcolumn { 
 padding: 0 !important;
}
.unsubtable{
 width: 90%;
 padding-left: 10px;
 /*margin: 0;*/
}
#emptycolumn,#emptycolumn1{
 padding: 0;
}
.unsubcolumn,.unsubinformation{
 width: 80%;
padding-left: 0;
}
.thank-you-page{
max-width:auto;
margin: 20px auto;
width: 80%;
}
.linebreak{
display: none;
}

      }
@media only screen and (min-width:481px) and (max-width:640px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
.lastcolumn { 
 padding: 1rem 0 1rem 2rem /*1rem 2rem*/ !important;
}
.push{
 padding: 1.5rem !important;
}
}
@media only screen and (min-width:641px) and (max-width:960px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
.lastcolumn { 
 padding: 1rem 0 1rem 3rem;
}
.push{
 padding: 1.5rem;
}
}
@media only screen and (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
/*#rugbysecondlinebreak{
display: none;
}*/
}
@media only screen and (min-width:609px) and (max-width:619px)  { 
#cplinebreak{
display: none;
}
}
@media only screen and (min-width:767px)  { 
#rugbysecondlinebreak{
display: none;
}
}
@media only screen and (max-width:614px)  { 
#bplinebreak{
display: none;
}
}


@media only screen and (max-width:768px)  { 
.video {padding-left: 20px;padding-right: 20px;width: 100% !important;height: 100% !important;}
}


@media only screen and (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media only screen and (min-width:1281px) { /* hi-res laptops and desktops */ }


.privacyTermsSection{
  /*  background-color: rgb(255,255,255); White background for old browsers */
  /*  background-color: rgba(255,255,255,0.8); White background, 50% transparency for more modern browsers. Will be ignored by old browsers */
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  margin-top: 3px;
  padding-bottom: 14px;
  padding-top: 14px;
}
.topTitleMessage, .topTitleMessage2, .topTitleMessage3 {
    font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
    letter-spacing: normal;
   font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@media only screen and (max-width:1023px)  { 
 .content-header .topTitleMessage{
   margin-top: 60px !important;
   padding: 10px;
   background-color: rgba(255, 255, 255, 0.80);
   color: rgba(255, 255, 255, 0.5);
   border: solid #d4d3d3 1px;
 }
 .submitRegistration .topTitleMessage2{
   padding: 10px;
   background-color: rgba(255, 255, 255, 0.80);
   color: rgba(255, 255, 255, 0.5);
   border: solid #d4d3d3 1px;
 }
  #cbp-pgcontainer_unsub {
    padding: 10px 10px 5px;
    background-color: rgba(255, 255, 255, 0.80);
    color: rgba(255, 255, 255, 0.5);
    border: solid #d4d3d3 1px;
  }
  #cbp-pgcontainer_unsub ul li {
    padding: 0px 10px 10px !important;
  }
  #li_1_shortcut_unsub {
   width: 100% !important; 
  }
}
  
@media only screen and (max-width:767px)  { 
 .topLogoImage{
  /*width: 250px !important;*/
 }
 .content-header .topTitleMessage{
  margin-top: 60px !important;
 }
 .topTitleMessage{
  font-size: 22px !important;
 }
 .topTitleMessage2{
  font-size: 16px !important;
 }
 .topTitleMessage3{
  font-size: 11px !important;
 }
 .cadenceCTA{
  margin-top: 10px;
 }
}

.questionsCTA{
 margin: 0px auto;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 30px 5px;
 max-width:673px;
}
@media only screen and (max-width:767px)  { 
 .questionsCTA{
  margin-left: 17px;
     margin-right: 17px;
  max-width: none;
 }
}

@media only screen and (max-width:320px)  { 
 .content-header .topTitleMessage{
    margin-top: 50px !important;
   }
  .topTitleMessage{
  font-size: 22px !important;
 }
 .topTitleMessage2{
  font-size: 14px !important;
 }
 .topTitleMessage3{
  font-size: 11px !important;
 }
}


input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
} 

.semiTransparentBackground{
  background-color: rgb(255,255,255); /* White background for old browsers */
  background-color: rgba(255,255,255,0.8); /* White background, 50% transparency for more modern browsers. Will be ignored by old browsers */
}


@media only screen and (max-width:767px)  { 
 .mobileAnimationsDD{
  display:none !important;
 }
 .checkboxMobile{
  width: auto !important;
 }
}


@-webkit-keyframes spaceboots {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.shakeImg:hover,
.shakeImg:focus {
 -webkit-animation-name: spaceboots;
 -webkit-animation-duration: 0.5s;
 -webkit-transform-origin:50% 50%;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
}



#home-page-link{
 width: 220px !important;
 padding: 13px 0 8px !important;
 display: block !important;
 -webkit-box-sizing: border-box !important;
 box-sizing: border-box !important;
 height: 100% !important;
 float: left !important;
 margin-left: 20px !important;
}

#return-home{
 padding-top: 21px;
 text-transform: none;
 position: relative;
 width: 128px;
 height: 18px;
 border: none;
 float: left;
 font-size: 16px;
 line-height: 1.44;
 color: #bdbdbd;
 margin-left: 10px;
}

#return-home:hover {
    border-top: none;
    color: #fff;
    background-color: transparent;
    padding-top: 21px;
}
#return-home:hover svg g path[style="fill:#909090"] {
    fill: #fff!important;
}
#return-home:hover svg g#Arrow-nbc-logo>path {
    stroke: #fff!important;
}


@media only screen and (max-width:767px)  { 
 #home-page-link{
 width: 150px;
    padding: 18px 0 8px;
 }
}

/*GOLD BUTTON*/
.button-slanted-content {
 -ms-transform: skewX(-17deg);
    -webkit-transform: skewX(-17deg);
    transform: skewX(-17deg);
    display: inline-block;
    color: #ffffff!important;
 background: #00a846;
    border-radius: 10px;
 padding: 9px 40px 7px 40px;
    font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
    font-size: 23px;
    font-weight: bold;
 margin-bottom:40px;
}
.goldButton{
 -ms-transform: skewX(17deg);
    -webkit-transform: skewX(17deg);
    transform: skewX(17deg);
}
.button-slanted-content2{
 margin-left: 10px;
}
@media only screen and (max-width:320px)  { 
 .button-slanted-content2{
   margin-left: 0px;
   margin-top: 25px !important;
 }
}


/*================EMAIL FIELD=====================*/
input.empty + .placeholder {
    bottom: 11px;
}
.input + placeholder, input + .placeholder, input.empty:active + .placeholder, input.empty:focus + .placeholder {
    transition: bottom .2s ease;
    position: absolute;
    bottom: 36px;
    left: 0;
}

select.empty + .placeholder {
    bottom: 11px;
}
.select + placeholder, select + .placeholder, select.empty:active + .placeholder, select.empty:focus + .placeholder {
    transition: bottom .2s ease;
    position: absolute;
    bottom: 36px;
    left: 0;
}
.placeholder {
    pointer-events: none;
    /*color: #9397a0;*/
    text-transform: uppercase;
    font-size: 0.8334em;
    letter-spacing: 0.1em;
}
.placeholder .icon {
    width: 12px;
    height: 12px;
    margin-right: 6px;
    vertical-align: top;
    opacity: 0.3;
    margin-top: 3px;
}
i.icon {
    display: inline-block;
}
.icon {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
.iconText{
font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
    line-height: 1.6;
    text-align: center;
    font-weight: 300;
    font-size: 11px;
    opacity: 0.9;
}
@media only screen and (max-width:767px)  { 
 .thankYouImg{
   width:100%;
 }
}

@media only screen and (max-width:413px)  { 
  .unsubAllSection{
   width: auto !important;
  }
}
.favSportsBox{
 /*padding-top: 25px;*/
}
@media only screen and (max-width:767px)  { 
 .favSportsBox{
  /*padding-top: 10px;*/
 }
@supports (display: inline-grid) {
    .NBC-btn-orange {
        display: inline-block!important;
        padding: 0!important;     
     line-height: 50px!important;
     }
 }
 .NBC-btn-orange {
  padding-top: 3px !important;
 }
}
.NBC-btn-orange {
    border-radius: 8px;
    background-color: #f2b943;
   font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
    border: none;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 50px;
    line-height: 50px;
    display: inline-block;
}
@supports (display: inline-grid) {
    .NBC-btn-orange {
        display: inline-grid;
        padding: 14px 12px 11px 12px;
        justify-content: space-evenly;
     line-height: 25px;
    }
}
@media only screen and (max-width:320px)  { 
 .NBC-btn-orange {
  width: 125px !important;
 }
}
@media only screen and (max-width:767px)  { 
 .submitButtonMobile{
  margin-top: 20px !important;
 }
}

.fullScreenBackgroundSU{
/*background: linear-gradient(rgba(248, 248, 248, 0), rgba(248, 248, 248, 0.5)), url(https://image.em.nbcsports.com/lib/fe97137377640c7975/m/1/7c56aba4-7ec7-4cdb-b918-0aa190a23d2e.png) !important;*/
 /*background: url(https://image.em.nbcsports.com/lib/fe97137377640c7975/m/1/7c56aba4-7ec7-4cdb-b918-0aa190a23d2e.png) !important;*/
 background-size: cover !important;
 background-attachment: fixed !important;
 background-repeat: no-repeat !important;
 /*background-position: center !important;*/
 -moz-background-size: cover !important;
 -o-background-size: cover !important;
 -webkit-background-size: cover !important;
 /*background: #ebecf1;*/
}

.fullScreenBackgroundWI{
background: linear-gradient(rgba(248, 248, 248, 0), rgba(248, 248, 248, 0.5)), url(https://image.em.nbcsports.com/lib/fe97137377640c7975/m/1/bcc88ed5-8b0e-48d0-b086-dd497dcb658d.jpg) !important;*/
background: url(https://image.em.nbcsports.com/lib/fe97137377640c7975/m/1/bcc88ed5-8b0e-48d0-b086-dd497dcb658d.jpg) !important;
 background-size: cover !important;
 background-attachment: fixed !important;
 background-repeat: no-repeat !important;
 /*background-position: center !important;*/
 -moz-background-size: cover !important;
 -o-background-size: cover !important;
 -webkit-background-size: cover !important;
 /*background: #ebecf1;*/
}
.topTitleNBCFont{
 font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
 word-spacing: 5px;
 letter-spacing: .4px;
}

.loadingIcon{
 margin-top: 7px;
 padding-bottom: 7px;
}
@media only screen and (max-width:767px)  { 
 .loadingIcon{
  margin-top: 19px !important;
  padding-bottom: 0px;
 }
 .leagueLogoSection{
  margin-bottom: 25px !important;
  max-width: 120px !important;
 }
}

.shortcutButton:hover{
 border-color: #f0b428 !important;
}
.shortcutLink:hover{
 /*color: #f0b428 !important;*/
}

.unsubLink{
 font-size: 12px !important;
}

/*-------------------OLY BUTTON------------------*/
.cta-button {
    text-decoration: none;
    background: top;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    max-width: 308px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
 color: #0a091c;
}
.cta-button--small {
    font-size: 14px;
}
@media (min-width: 768px){
.cta-button--small {
    font-size: 16px;
 }
}
.block-tabs>ul li, .cta-button__outline, .search__wrapper--focused {
    border: 3px solid transparent;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 60px;
}
.cta-button--small .cta-button__outline {
    height: 45px;
}
.cta-button__outline--azure-shadow {
    -webkit-box-shadow: 0 13px 14px -10px rgba(0,145,255,.5);
    box-shadow: 0 13px 14px -10px rgba(0,145,255,.5);
    margin-bottom: 0px;
}
.cta-button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.cta-button .cta-button__wrapper {
    padding: 0 30px;
}
.cta-button--small .cta-button__wrapper {
    padding: 0 19px;
}
.block-tabs>ul li:hover, .cta-button__outline--azure-border, .search__wrapper--focused {
   /* background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)),radial-gradient(circle at top left,#4ccfba,#0174fe);
  /*  background-image: linear-gradient(#fff,#fff),radial-gradient(circle at top left,#4ccfba,#0174fe);*/
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)),radial-gradient(circle at top left,rgba(76,207,186,.2),rgba(1,116,254,.2));
    background-image: linear-gradient(#fff,#fff),radial-gradient(circle at top left,rgba(76,207,186,.2),rgba(1,116,254,.2)); */

    background-origin: border-box;
    background-clip: content-box,border-box;
   /* color: #158ceb;*/
color: #000;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.block-tabs>ul li:not(:hover) .is-active, .cta-button__outline--azure, .cta-button__outline--azure-hover:hover {
    /*background-image: linear-gradient(136deg,#4ccfba,#0174fe);*/
background-image: linear-gradient(136deg,rgba(76,207,186,.2),rgba(1,116,254,.2));
    color: #fff;
    border: none;
}

/*-------------------OLY BUTTON------------------*/


.nbcsports-footer-bottom {
    width: 100%;
    float: left;
    color: #666;
    background: #181b1f;
    /*position: absolute;*/
    bottom: 0;
    top: unset !important;
    right: unset !important;
    left: unset !important;
}

.pref-center-wrapper {
    min-height: 100vh;
    overflow: hidden;
    display: block;
    padding-bottom: 100px;
}


/* Submit Button */
.oly_submit_button{
    box-shadow: 0 9px 18px 0 rgba(0,0,0,.11);
    background-image: linear-gradient(96deg,#4ccfba -20%,#0174fe 99%,#5d46f8 99%);
    border-radius: 5px;
    display: inline-block;
    padding: 15px;
    text-align: center;
    transition: transform .2s;
    width: 134px;
    color: #fff;
    display: block;
    font-family: "sweet-sans-pro", "futura-pt", arial, sans-serif!important;
    font-size: 16px;
}
.oly_submit_button:hover {
    transform: scale(1.1);
}
</style>