html {
    --body-color:#ffffff;
    --header-font:'Titillium Web', Arial, Helvetica, sans-serif;
    --header-font-size:21px;
    --header-font-weight:400;
    --header-color:#000000;
    --button-background-color:#ec1c24;
    --button-login-hover:#ce2029;
    --button-login-color:#ec1c24;
    --button-login-color-hover:#ffffff;
    --button-color:#ffffff;
    --button-height:38px;
    --button-border:solid 1px #ec1c24;
    --button-border-radius:4px;
    --button-box-shadow:0 4px 4px -3px rgb(236 28 36 / 50%);
    --button-background-hover:#ce2029;
    --pref-box-background-color: ffffff;
    --pref-box-border-radius:0;
    --pref-box-border:solid 1px #cccccc;
    --pref-input-color: #000000;
    --pref-input-font:'Titillium Web', Arial, Helvetica, sans-serif;
    --pref-check-color: #666666;
    --pref-blue-hover: #19345e;
    --pref-blue-text-color: #666;
    --checkbox-border: 2px solid #0066cc;
    --user-arrow: 5px solid #333;
    --sports-hide: block;
    --sports-show: none;
}

html.sports {
    --body-color:#000000;
    --header-font:'Oswald', sans-serif;
    --header-font-size:16px;
    --header-font-weight:700;
    --header-color:#db2222;
    --button-height:44px;
    --button-background-color:#ffe500;
    --button-login-hover:#ffffff;
    --button-login-color:#ffffff;
    --button-login-color-hover:#db2222;
    --button-color:#000000;
    --button-border:none;
    --button-border-radius:22px;
    --button-box-shadow:none;
    --button-background-hover:#a89e00;
    --pref-box-background-color: #1d1d1d;
    --pref-box-border-radius:8px;
    --pref-box-border:solid 1px #1d1d1d;
    --pref-input-color: #ffffff;
    --pref-input-font:'Montserrat', sans-serif;
    --pref-check-color: #ffffff;
    --pref-blue-hover: #0066cc;
    --pref-blue-text-color: #888;
    --checkbox-border: 2px solid #2d3343;
    --user-arrow: 5px solid #eee;
    --sports-hide: none;
    --sports-show: block;
}

/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--pref-input-color);
    transition: background-color 9000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 50px var(--pref-box-background-color) inset !important;
}

#regSuccessForm {
    color: var(--pref-input-color);
    display:none;
    padding:10px;
}

#spinnerLogin, #spinnerRegister {
    position: absolute;
    left: 47%;
    top:-2px;
    font-size:24px;
    color:#000000;
    display:none;
}

body {
    background-color: var(--body-color);
}

.sportsHide {
    display: var(--sports-hide);
}

.sportsShow {
    display: var(--sports-show);
}

a:hover {
    color: var(--pref-blue-hover);
}

input::placeholder {
    color: var(--pref-input-color);
}

.user-arrow-down {
    border-top: var(--user-arrow);
}

#modalFrame {
    background-color: var(--body-color);
}

.prefIframeBold {
    font-family: var(--header-font);
    color: var(--header-color);
    font-size: var(--header-font-size);
}

.prefBox {
    background-color: var(--pref-box-background-color);
    border-radius: var(--pref-box-border-radius);
    border: var(--pref-box-border);
}

.prefInput {
    color: var(--pref-input-color);
    background-color: var(--pref-box-background-color);
    font-family: var(--pref-input-font);
    z-index: 0;
}

.prefCheckText {
    color: var(--pref-check-color);
}

.prefModalWidth {
    font-family: var(--pref-input-font);
}

#loginButton {
    font-family: var(--header-font);
    font-weight: var(--header-font-weight);
    box-shadow: var(--button-box-shadow);
    border: var(--button-border);
    border-radius: var(--button-border-radius);
    background-color: var(--button-login-color);
    color: var(--button-color);
    height: var(--button-height);
    line-height: var(--button-height);
    position: relative;
}

#createAccount {
    position:relative;
}

#loginButton:hover {
    background: var(--button-login-hover);
    color: var(--button-login-color-hover);
}

#loginExistsText {
    font-family: var(--header-font);
    color: var(--header-color);
    font-size:14px;
    font-weight:400;
    padding:10px 0;
    display:none;
}

#registerReturn {
    display:none;
}

.verifyButton {
    font-family: var(--header-font);
    font-weight: var(--header-font-weight);
    box-shadow: var(--button-box-shadow);
    border: var(--button-border);
    border-radius: var(--button-border-radius);
    background-color: var(--button-background-color);
    color: var(--button-color);
    height: var(--button-height);
    line-height: var(--button-height);
}

.verifyButton:hover {
    border-radius: var(--button-border-radius);
    box-shadow: var(--button-box-shadow);
    border: var(--button-border);
    background-color: var(--button-background-hover);
}

.prefBlueLink:hover {
    color:var(--pref-blue-hover);
}

.prefBlueText {
    color: var(--pref-blue-text-color);
    font-family: var(--pref-input-font);
}

.passwordRules {
    width: 99%;
}

.passwordRulesBox {
    color: var(--pref-check-color);
    font-family: var(--pref-input-font);
}



textarea:focus, input:focus{
    outline: none;
}

.clearBoth {
    clear:both;
}

.modalHidden {
    display:none;
}

.maxWidth {
    max-width:400px;
}

input[type="text"], input[type="email"], input[type="password"] {
    border:none !important;
    border-radius:0 !important;
    box-shadow:none !important;
    width:90%;
}

select {
    border:none;
    width:97%;
}

#modalLoggedOut {
    display:none;
}

#modalLoggedIn {
    display:none;
}

#modalComplete {
    display:none;
}

#modalError {
    display:none;
}

#loginFirst {
    display:none;
}

#loginInfoWrap {
    margin-top:10px;
    display:none;
}

.modalWrap {
    width:100%;
}

.modalLoader {
    height:100%;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/global/img/loader-c494c8eb120cc168b0c901c78420effc.gif") no-repeat center center;
    z-index:10;
    display:none;
}

#modalCheckmark {
    height:100px;
    width:100px;
    border-radius:50px;
    background: #36b210;
    text-align:center;
    font-size:64px;
    color:#ffffff;
    line-height:100px;
    margin:0 auto;
}

.backButton {
    float:left;
    width:20px;
    margin-top:10px;
    margin-left:10px;
    cursor:pointer;
}


.modalContent {
    position:fixed;
    left: 50%;
    margin-left: -180px;
    width:100%;
    border-radius: 8px;
    background-color: #ffffff;
}

.modalXWrapper {
    text-align:right;
    margin-right:10px;
    margin-top:10px;
    width:98%;
    height:24px;
    font-size:18px;
}

#modalX {
    width:30px;
    line-height:24px;
    font-size:18px;
    cursor:pointer;
    float:right;
}

.modalHeader {
    width:80%;
    font-size:21px;
    line-height:28px;
    font-weight:600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    margin:0 auto;
    text-align:center;
    padding-right:20px;
    margin-top:10px;
    margin-bottom:20px;
    float:left;
}

.modalFirst {
    width:80%;
    font-size:21px;
    line-height:28px;
    font-weight:600;
    color:#000000;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    margin:0 auto;
    text-align:center;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom:20px;;
}

.modalFull {
    width:90%;
    margin:0 auto;
    text-align:center;
    padding: 0 20px;
    margin-top:10px;
    margin-bottom:10px;;
}

.modalSubscription {
    width:90%;
    margin:0 auto;
    margin-bottom:5px;
}

.modalSubscriptionLeft {
    float:left;
    font-size:15px;
    line-height:24px;
    font-weight:600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

.modalSubscriptionRight {
    float:right;
}

.modalSubscriptionRight a{
    text-decoration:none;
    color: #06c;
    font-size:15px;
    line-height:24px;
    font-weight:400;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

.modalBox {
    width:90%;
    border:solid 1px #cccccc;
    border-radius:4px;
    min-height:50px;
    margin:0 auto;
    margin-bottom:10px;
    transition:.5s;
}

.modalBox:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.modalOrderBox {
    width:90%;
    border:solid 1px #6ba444;
    background-color: rgb(255, 253, 221);
    border-radius:5px;
    min-height:50px;
    margin:0 auto;
    margin-bottom:10px;
}

.orderDetails {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
}

.productName {
    float:left;
    max-width:230px;
    font-size:15px;
    line-height:24px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
}

.productPriceFloat {
    float:right !important;
    font-size:15px;
    line-height:24px;
    margin-right:10px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
}

.fullLine {
    width:100%;
    height:1px;
    margin-top:20px;
    margin-bottom:5px;
    background-color:#cccccc;
}

.orderLine {
    margin-left:10px;
    width:303px;
    height:1px;
    background-color:#cccccc;
}

.orderTotal {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
}

.orderTotalLeft {
    width:250px;
    float:left;
    font-size:15px;
    line-height:24px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
}

.orderTotalRight {
    float:right;
    padding-right:10px;
    font-size:15px;
    line-height:24px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
}

.modalBox:hover {
    border:solid 1px #06c;
}

.modalLeft {
    width:200px;
    float:left;
    padding-top:5px;
    padding-left:10px;
}

.modalLeftTop {
    font-size:15px;
    line-height:24px;
    font-weight:600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

.modalLeftBottom {
    font-size:13px;
    line-height:16px;
    font-weight:400;
    width:200px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

.modalLeftBottomPrice {
    font-size:13px;
    line-height:16px;
    font-weight:600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    float:left;
    margin-right:5px;
}

.modalLeftBottomText {
    float:left;
    width:155px;
}

.modalButton {
    float:left;
    width:100px;
    height:30px;
    text-align:center;
    font-size:13px;
    font-weight:600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    line-height:27px;
    color: #06c;
    border:solid 1px #06c;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    background-color:#ffffff;
    border-radius:4px;
    margin-top:10px;
    margin-right:10px;
}

.modalButton:hover {
    cursor:pointer;
    color:#ffffff;
    background-color:#06c;
}

.modalOffer {
    width:34px;
    height:18px;
    font-size:10px;
    text-align:center;
    line-height:18px;
    color: #ffffff;
    font-weight:600;
    border-radius:5px;
    padding:2px 8px;
    background-color:goldenrod;
}

.modalBillingWrap {
    width:90%;
    margin:0 auto;
}

.billingInfoDesktop {
    padding:10px;
    width:100%;
    max-width:500px;
    margin:0 auto;
}

.paymentInfoDesktop {
    padding:10px;
    width:100%;
    max-width:500px;
    margin:0 auto;
}

#paymentInfoSidebar {
    margin-top:10px;
    width:100%;
    display:none;
}

.sidebarAddressWrap {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:16px;
}

.infoDesktopHeader {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.billingLeft {
    float:left;
    font-size:15px;
    line-height:24px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
    margin-bottom:5px;
    margin-top:5px;
}

.billingRight {
    font-size:15px;
    line-height:24px;
    font-weight:400;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    float:right;
}

.billingRight a {
    text-decoration:none;
    color:#005bf0;
}

.checkoutBox {
    padding:5px 5px;
    border:solid 1px #cccccc;
    margin-bottom:5px;
}

.halfBoxWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.checkoutHalfBox {
    padding:5px 5px;
    border:solid 1px #cccccc;
    width:46%;
    margin-bottom:5px;
}

.checkoutText {
    font-size:13px;
    line-height:16px;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
}

.checkoutInputText {
    color:#000000;
    font-size:15px;
    line-height:24px;
    font-weight:400;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

.checkoutSave {
    margin-top:5px;
    margin-bottom:10px;
}

.modalCheckoutButton {
    background: #06c;
    display: inline-block;
    width: 95%;
    padding: 0 10px;
    font-size: 15px;
    line-height: 48px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
    cursor:pointer;
    margin-bottom:12px;
    margin-top:10px;
    -webkit-appearance: none;
}

.addressText {
    font-size:14px;
    line-height:16px;
    font-weight:400;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-style: normal;
}

.text-error {
    color: #ec1c24;
    font-size:11px;
    font-weight:400;
    margin-top:-2px;
}

.hidden {
    display:none;
}

#cardError {
    background-color: #ec1c24;
    color: #ffffff;
    height:30px;
    line-height:30px;
    width:100%;
    margin-top:10px;
    border-radius:4px;
    text-align:center;
    float:left;
}

.cardErrorNoFloat {
    margin-bottom:10px;
    margin-left:-10px;
    float:none;
}

.cardErrorText {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size:13px;
}

.smallWidth {
    width:25px;
}

.regWidth {
    width:130px;
}

.fullWidth {
    width:280px;
}

.prefError {
    display:none;
    margin-top:35px;
    Font-size:11px;
    position:absolute;
    left:6px;
    z-index:9999;
    color:#f30707;
}

.prefAgreeError {
    display:none;
    margin-top:10px;
    Font-size:11px;
    color:#f30707;
}

label {
    font-size:10px;
}

.greyLabel {
    font-size:10px;
    margin-left:4px;
    color:#666;
}



/* Custom Checkbox */
.checkContainer {
    display: block;
    position: relative;
    font-size: 12px;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    border: var(--checkbox-border);
    width: 14px;
    border-radius: 2px;
}

.checkContainer:hover input ~ .checkmark {
    background-color: var(--pref-blue-text-color);
}

.checkContainer input:checked ~ .checkmark {
    background-color: #6ba444;
    border: 2px solid #6ba444;
}

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

.checkContainer input:checked ~ .checkmark:after {
    display: block;
}

.checkContainer .checkmark:after {
    left: 4px;
    top: 0;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Arrows */
i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Registration Page */

#accountInfoForm {
    display:none;
}

.loginBox {
    background-color: rgb(25, 52, 94);
    color: #ffffff;
    height: 48px;
    padding-top:10px;
    padding-bottom:5px;
    border-radius: 0 0 4px 4px;
    width:100%;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:48px;
    text-align:center;
    cursor:pointer;
}

.mainNotice {
    width:100%;
    padding:0;
    background:none;
    margin-top:10px;
    border:none;
    font-size:13px;
    line-height:20px;
}

.loginText {
    cursor:pointer;
}

#loginError {
    display:none;
    margin-top:10px;
    width: 320px;
}

#forgotPassword {
    font-size:13px;
    line-height:20px;
    color:#0066cc;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    margin-bottom:10px;
    cursor:pointer;
}

.formErrorWrap {
    color: #d7181f;
    background: #fef2f2;
    border: 1px solid #f5dcdc;
    position: relative;
    padding: 5px 5px 5px 45px;
    margin-bottom: 5px;
    font-size:12px;
    line-height:14px;
    display: block;
}

.errorText {
    color: #d7181f;
    font-size:12px;
    margin-top:5px;
}

.formErrorText {
    color: #666666;
    display: block;
}

.regError {
    border-color: #d7181f;
}

.disabledButton {
    pointer-events: none;
    opacity: 0.6;
}

.icon-error {
    background-position: left -377px;
    width: 23px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 11px;
}

[class^='icon-'], [class*=' icon-'] {
    margin-top: 0;
    background-image: url('/global/img/iconSprite-2cf5db0a31a5a1ed6b09c128ce22a017.png');
    background-repeat: no-repeat;
}

span[class^="badRegex"] {
    display:none;
}



@media only screen and (max-width: 1200px) {

    .checkoutHalfBox {
        width: 46%;
    }

    .paymentInfoDesktop {
        max-width:400px;

    }

    .billingInfoDesktop {
        max-width:400px;
    }

}

@media only screen and (max-width: 797px) {

    .infoDesktopHeader {
        margin-bottom:0;
    }

    .billingInfoDesktop {
        width:93%;
    }

    .paymentInfoDesktop {
        width: 93%;
        padding-top:0;
    }

    .checkoutHalfBox {
        width:45%;
    }

    .checkoutBox {
        width:96.5%;
    }

    .modalCheckoutButton {
        width:100% !important;
    }

    .modalWidth {
        width:308px !important;
    }


}

@media only screen and (max-width: 600px) {
    .modalContent {
        left:5px;
        width: 360px;
        margin:0 auto;
    }
}