html {
    --body-color:#ffffff;
}

html.sports {
    --body-color:#000000;

}

.brevoFrame {
    width:100%;
    max-width:1080px;
    margin:0 auto;
    margin-top:60px;
}

#brevoLoggedIn {
    display:none;
}

#brevoNotLoggedIn {
    display:none;
    text-align:center;
}

.brevoLine {
    width:100%;
    max-width:1050px;
    margin:0 auto;
    margin-left:20px;
    height:1px;
    background-color:#DAE4E9;
}

.brevoHeaderWrap {
    width:100%;
    padding: 10px 10px 0 20px;
}

.brevoHeader {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.brevoSubHeader {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#brevoHasEmail {
    display:none;
}

#brevoNoEmail {
    display:none;
}

#brevoLoginSubmit {
    display:none;
}

.formErrorWrap {
    width:320px;
}

.loginSpacer {
    padding:0;
}

.brevoEmailLine {
    margin-top:10px;
    margin-bottom:15px;
}

.brevoEmailAddress {
    color: #777;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right:5px;
    margin-bottom:5px;
    float:left;
}

.brevoEmailBold {
    font-weight: 700;
}

.brevoEmailSpinner {
    float:right;
    vertical-align: middle;
    margin-left:5px;
}

#brevoSpinner {
    position: absolute;
    left: 47%;
    top:-2px;
    font-size:24px;
    color:#ffffff;
    display:none;
}

#brevoEmailSpinner {
    vertical-align: middle;
}

.brevoEmailText {
    position:relative;
    color:#06C;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    float:right;
    margin-right:5px;
    margin-left:5px;
    cursor:pointer;
}

.brevoInputWrapper {
    position:relative;
}

.brevoInputText {
    position:absolute;
    top:14px;
    left:17px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.brevoBlue {
    background-color:#F7FCFF;
    margin-bottom:15px;
}

.brevoArea {
    width:100%;
    padding:20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: left;
}

.brevoBox {
    width:510px;
    height:130px;
    margin-bottom: 24px;
    margin-right:20px;
    border-radius: 2px;
    border: 1px solid #DAE4E9;
    background: #FFF;
    box-shadow: -2px 2px 16px 0 rgba(0, 0, 0, 0.07);
    position:relative;
}

.brevoBox:hover {
    border-radius: 2px;
    border: 1px solid #06C;
}

.brevoBoxCenter {
    margin:0 auto;
}

.brevoBoxLeft {
    float:left;
    padding: 10px 0 10px 10px;
    width:155px;
}

.brevoImage {
    height:106px;
    width:143px;
}

.brevoBoxRight {
    width:340px;
    padding: 10px 0;
    float:left;
}

.brevoStaticRed {
    height: 16px;
    padding-left:5px;
    padding-right:5px;
    background-color:#EC1C24;
    color: #FFF;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    position:absolute;
    top:0;
    left:35px;
}

.brevoRightTopLeft {
   float:left;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-top: 5px;
}

.brevoRightTopLeftLite {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.brevoRightTopRight {
    float:right;
    margin-right:10px;
}

.brevoRightCenter {
    color: #555;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top:-5px;
}

.brevoRightBottom .brevoRightBottom a{
    color: #06C;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    font-family: 'Titillium Web', sans-serif;
    cursor:pointer;
    position:absolute;
    bottom:20px;
}

.brevoLoginText {
    color: #06C;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    font-family: 'Titillium Web', sans-serif;
    cursor:pointer;
    bottom:10px;
    display:none;
}

.brevoCheck {
    cursor:pointer;
    display:none;
}

.brevoPlus {
    cursor:pointer;
}

.brevoPlusBlue {
    cursor:pointer;
    display:none;
}

#brevoSMSUnsubscribe {
    display:none;
    cursor:pointer;
    font-weight:600;
}

.brevoSMSBlock {
    width: 100%;
    margin-top:15px;
    padding-bottom: 20px;
    border-radius: 8px;
    background: linear-gradient(134deg, #004FA1 16.18%, #17315B 100%);

}

.brevoSMSFrame {
    width:65%;
    padding-top:28px;
    margin:0 auto;
}

.brevoSMSLeft {
    float:left;
    width:130px;
    margin-top:-5px;
    text-align:center;
}

.brevoStaticRight {
    position:absolute;
    top:0;
    left:10px;
    height:45px;
    border-right: 1px solid #2d3343;
}

.brevoFlag {
    padding-top: 8px;
    padding-right: 8px;
    height:20px;
    width:20px;
}

.brevoSMSRight {
    float:left;
    position:relative;
}

.brevoSMSInput {
    width: 250px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #DAE4E9;
    background: #FFF;
    float:left;
    padding-left:40px;
    margin-right:16px;
}

.brevoSMSButton {
    width: 160px;
    height: 36px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    line-height:36px;
    font-style: normal;
    font-weight: 600;
    color:#06C;
    border-radius: 2px;
    background: #FFF;
    text-align: center;
    cursor:pointer;
    float:left;
}

.brevoSMSMessage {
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align:center;
    width:470px;
    margin-top:10px;
}

.brevoSMSMessage a {
    color:#ddd;
}

.brevoSMSUnsubscribe {
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-align:center;
    width:470px;
    margin-top:10px;
}

.brevoSMSLine {
    height: 1px;
    width:100%;
    background-color: rgba(255, 255, 255, 0.30);
}

.brevoSMSFooter {
    width:100%;
    text-align:center;
    padding:20px 20px;
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.globalUnsubscribe {
    color:  #000;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    width:100%;
    padding:20px;

}

.globalUnsubscribeBlue {
    color:  #06C;
    cursor:pointer;
}

/* Modal Div Styles */

#brevoModalOverlay {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
    z-index:99998;
    position:fixed;
    display:none;
}

.brevoModalX {
    cursor:pointer;
    position:absolute;
    top:18px;
    right:10px;
}

#brevoPasswordWrapper {
    display:none;
}

.cross-black {
    height:28px;
    width:28px;
}

.brevoModalContent {
    top:200px;
    width: 370px;
    border-radius:8px;
    padding:20px;
    background-color:#ffffff;
    position:absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display:none;
    z-index:99999;
}

.brevoModalSubHeader {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top:15px;
}

.brevoEmailInput {
    height:28px;
    width:342px;
    padding: 16px 11px 4px 11px;
    margin-bottom:15px;
    margin-top:10px;
}

.brevoSubmitButton {
    width: 344px;
    height:20px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #06C;
    background: #06C;
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align:center;
    cursor:pointer;
}

.brevoSubmitWrapper {
    width:100%;
    margin-top:60px;
    display:flex;
    justify-content: space-between;
}

.brevoSubmitButtonConfirm {
    width:100px;
}

.brevoSubmitButtonCancel {
    background: #fff;
    color: #06C;
    width:220px;
}

#brevoLogin {
    border: 1px solid #EC1C24;
    background: #EC1C24;
    width:300px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
}

#smsPhoneError {
    color:#EC1C24;
    font-family: 'Titillium Web', sans-serif;
    margin-top:5px;
    font-size: 13px;
    line-height: 16px;
    font-weight:600;
    display:none;
}

#brevoEmailError {
    color:#EC1C24;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom:5px;
    font-size: 13px;
    line-height: 16px;
    font-weight:600;
    display:none;
}

#smsPhoneSuccess {
    color:#693;
    font-family: 'Titillium Web', sans-serif;
    margin-top:5px;
    font-size: 13px;
    line-height: 16px;
    font-weight:600;
    display:none;
}


#brevoUnsubscribed {
    display:none;
    text-align:center;
}

#brevoReSubscribe {
    margin:0 auto;
    margin-top:10px;
}

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

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

@media only screen and (max-width: 1200px) {
    .brevoBox {
        width:420px;
        height:140px;
    }

    .brevoBoxLeft {
        float: left;
        padding: 10px 0 5px 5px;
        width: 155px;
    }

    .brevoBoxRight {
        width: 255px;
        padding: 5px 0;
    }

    .brevoRightTopLeft {
        font-size: 15px;
    }
}

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

    .brevoSMSBlock {
        width: 95%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .brevoSMSFrame {
        width: 480px;
    }

    .brevoSMSLeft {
        display: none;
    }

    .brevoPhoneImage {
        display:none;
    }

}

@media only screen and (max-width: 900px) {
    .brevoBox {
        margin: 0 auto;
        margin-bottom:10px;
    }
}

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

    .brevoArea {
        padding: 10px 0 10px 10px;
        width:95%;
    }

    .brevoLine {
        width: 95%;
        max-width: 370px;
        margin-left: 10px;
    }

    .brevoHeaderWrap {
        width: 95%;
        padding: 10px 0 10px 10px;
    }

    .brevoHeader {
        font-size: 18px;
        line-height: 22px;
    }

    .brevoBox {
        width:360px;
        height:120px;
        margin: 0 auto;
        margin-bottom:10px;
    }

    .brevoBoxLeft {
        float: left;
        padding: 15px 0 5px 5px;
        width: 110px;
    }

    .brevoBoxRight {
        width: 225px;
        padding: 5px 0;
    }

    .brevoRightTopRight {
        margin-right: 5px;
    }

    .brevoRightTopLeft {
        font-size: 13px;
    }

    .brevoRightBottom {
        bottom: 10px;
    }

    .brevoRightCenter {
        font-size: 12px;
        line-height: 15px;
        margin-top: -10px;
    }

    .brevoStaticRed {
        left: 10px;
    }

    .brevoImage {
        height: 80px;
        width: 100px;
    }

    .brevoSMSBlock {
        width: 95%;
        margin: 0 auto;
    }

    .brevoSMSInput {
        width:270px;
    }

    .brevoSMSButton {
        width: 260px;
        float: none;
        margin: 0 auto;
        margin-top: 60px;
    }

    .brevoSMSFrame {
        width: 90%;
    }

    .brevoSMSMessage {
        width: 320px;
    }

    .brevoSMSUnsubscribe {
        width: 320px;
    }

    .globalUnsubscribe {
        width: 97%;
        padding: 10px 0;
    }

    .brevoSubHeader {
        font-size: 13px;
        line-height: 20px;
    }

    #smsPhoneError {
        text-align:center;
    }

    #smsPhoneSuccess {
        text-align:center;
    }
}

