﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'icofont';
    src: url('bh-seef/fonts/icofont.eot');
    src: url('bh-seef/fonts/icofont.eot?#iefix') format('embedded-opentype'),
        url('bh-seef/fonts/icofont.woff2') format('woff2'),
        url('bh-seef/fonts/icofont.woff') format('woff'),
        url('bh-seef/fonts/icofont.ttf') format('truetype'),
        url('bh-seef/fonts/icofont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body,
input,
select {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}

body.ar-ae,
body.ar-ae input,
body.ar-ae select {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #212529;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}

.ar-ae body,
.ar-ae input,
.ar-ae select {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #212529;
}

body {
    margin: 0;
}

.w1 {
    margin: 0 auto;
    border: 0px solid #dddddd;
    max-width: 1200px;
    /*ADD MAIN WIDTH*/
    width: 100%;
    height: auto;
    padding: 0;
}

/* Heading styles */
.heading {
    color: #273454;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    margin-bottom: 1em;
    font-weight: bold;
}

.ar-ae .heading {
    color: #212529;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    margin-bottom: 1em;
    font-weight: bold;
}

div#HeaderNewBlock {
    display: none;
    /* Enable/disable main heading */
}

/* End of heading styles */


/* Footer styles */
.footer {
    font-size: 13px;
    padding-top: 100px;
    margin: 0;
}

.footer a {
    font-size: 13px;
}

/* End of footer styles */


/* Link styles */
.footer a,
.footer .txtGray a {
    color: #212529;
}

.google-recapcha a {
    color: #212529;
    text-decoration: none;
}

.footer a:hover {
    color: #212529;
    text-decoration: underline;
}

.google-recapcha a:hover {
    text-decoration: underline;
    color: #212529;
}

/* End of link styles */


/* Input/select styles */
.tb233 {
    border-radius: 0 !important;
}

input {
    border: 0px solid rgba(0, 0, 0, 0.035) !important;
    border-radius: 0 !important;
    color: #212529;
    /* padding: 7px 0.5em; */
}

.tb230,
.email,
.tb233,
.required,
#tbEmail {
    padding: 7px 0.5em;
    -webkit-appearance: auto;
    max-width: 419px;
    box-sizing: border-box;
    border-radius: 0px !important;
    height: 39px !important;
    background: none !important;
    background-image: none !important;
}

#selectSection input[type="text"] {
    padding: 5px 10px;
    border: 0.08em solid #E2E2E2 !important;
    background: transparent;
    border-radius: 0px !important;
    height: 39px !important;
    box-sizing: border-box;

    color: #212529;
    font-size: 14px;
}

.tb230 {
    height: auto;
    color: #212529;
    padding: 5px 10px;
}

.email {
    height: auto;
    color: #212529;
    padding: 5px 10px;
}

/* End of input/select styles */


/* Button and button container styles */
#btnSubmit2,
#btnSubmit1 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    padding: 0.6em;
    border: 1px solid #273454;
    border-radius: 9999px !important;
    background: #273454;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    cursor: pointer;
}

.btn2 {
    height: auto;
}

.modify-email-form {
    position: relative;
    top: 0;
    left: 0;
}

input#btnSubmit1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btnSubmit2Container {
    margin: 0;
    width: 100%;
    padding: 0;
}

.btnSubmit1Container {
    padding-top: 1em;
    padding-left: 0;
}

input#btnSubmit1 {
    margin: 0 !important;
}

/* End of button and button container styles */


/* Alerts selection and layout styles */
.AlreadySub {
    margin: 0 0 20px;
}

.selectshare-marginLeft {
    width: 0px;
}

.heading+table[role="presentation"] tbody tr {
    display: inline-block !important;
    width: 50%;
    margin-bottom: 1em;
    vertical-align: top;
}

.heading+table[role="presentation"] tbody tr:first-child {
    display: block !important;
}

.heading+table[role="presentation"] tbody tr table tr:first-child {
    display: table-row !important;
}

.heading+table[role="presentation"] tbody tr td {
    display: block !important;

}

.heading+table[role="presentation"] tbody tr td table td {
    display: table-cell !important;
}

td.selectshare-marginLeft+td table[role="presentation"] tbody tr,
.heading+table[role="presentation"] tbody tr td tr {
    display: table-row !important;
}

/* End of alerts selection styles */


/* Registration form & modify subscription form layout and styles */
div#Registration .AlreadySub {
    margin-top: 0px;
}

div#Registration .AlreadySub,
div#NewSubscriberBlock .AlreadySub {
    margin: 20px auto 20px auto;
}

.title-field-name,
.field-control {
    padding: 0.25em 0;
}

div#Registration,
div#NewSubscriberBlock {
    padding: 10px;
    background: #fff;
    border-top: 3px solid #273454;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    margin-top: 30px;
}

div[style="clear: both;"] div,
.modify-email-form {
    margin: 0px auto 0px auto;
}

table#gvSubscriberFields tbody tr {
    display: inline-block !important;
    width: 33% !important;
    float: none;
    vertical-align: top;
}

table#gvSubscriberFields tbody tr:first-child {
    display: block;
    width: 50%;
}

table#gvSubscriberFields tbody tr td {
    display: block !important;
}

.title-field-name {
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.field-control {
    width: 100%;
    float: none;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

.field-control.field-control-submit {
    width: 100%;
}

.title-field-name.title-field-name-submit {
    display: none;
}

td.shareType label,
.title-field-name,
label#lbEmailAddressModify {
    font-weight: 500;
    color: #212529;
}

.btnSubmit2Container {
    margin-top: 0.5em;
}

.divModifyMail {
    padding-bottom: 2.75em !important;
}

.modify-email-label {
    width: 100%;
    float: none;
    margin-bottom: 0.75em;
}

/* .email,
#tbEmail {
    max-width: 333px;
} */
/* End of registration form & modify subscription from layout and styles */


/* Start media queries and main CSS overwrite */
@media (max-width:1110px) {
    .heading+table[role="presentation"] tbody tr {
        display: block !important;
        width: 100%;
        margin-bottom: 1em;

    }

    table#gvSubscriberFields tbody tr {
        width: 50%;
    }

    table#gvSubscriberFields tbody tr:first-child {
        display: block;
        width: 100%;
    }

    .btnSubmit2Container {
        width: 82%;
        padding: 0;
    }
}

@media (max-width:660px) {
    table#gvSubscriberFields tbody tr {
        width: 100%;
    }

    .btnSubmit1Container {
        padding-top: 1em;
        padding-left: 0;
        margin-top: 49px;
    }
}

@media (max-width: 768px) {
    .modify-email-label {
        width: 40% !important;
        margin-bottom: 0.75em;
    }

    .title-field-name {
        width: 100% !important;
        float: none;
    }

    .field-control.field-control-submit {
        width: 100% !important;
    }

    .btnSubmit2Container {
        padding: 0px !important;
        width: 59% !important;
        text-align: right;
    }
}

@media (max-width:550px) {

    .title-field-name,
    .field-control,
    .modify-email-label {
        width: 100% !important;
    }
}

@media (max-width: 568px) {
    .field-control {
        width: 70% !important;
        float: none !important;
    }

    .field-control.field-control-submit {
        width: 100% !important;
    }

    .divModifyMail {
        width: 70% !important;
    }
}

#btnSubmit2,
#btnSubmit1 {
    min-width: 150px;
}

* {
    outline: 0 !important;
}

/* MODIFICATION */
input,
.email,
.tb230 {
    color: #212529;
    border-radius: 4px !important;
    border: 1px solid #E2E2E2 !important;
}

.tb230,
.email,
.tb233,
.required,
#tbEmail {
    color: #212529;
    background: transparent !important;
    border-radius: 4px !important;
    border: 1px solid #E2E2E2;
}

#btnSubmit2,
#btnSubmit1 {
    line-height: normal;
    margin: 0px;
    font-family: "Raleway", sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #212529;
    text-transform: none;
    padding: 5px;
    background: #FFFFFF;
    transition: all ease-in 0.2s;
    text-decoration: none;
    cursor: pointer;
    width: 176px !important;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: 500;
    color: #212529;
    text-transform: none;
    border: 1px solid #212529 !important;
    border-radius: 100px;
    text-decoration: none;
    position: relative;
    height: 33px;
}

.btnSubmit2Container {
    position: relative;
}

.btnSubmit1Container {
    padding-top: 0em;
    padding-left: 0;
}

.btnSubmit2Container {
    margin: 0;
    width: 0 !important;
    padding: 0;
}

.btnSubmit2Container::after {
    right: -153px;
}

.field-control {
    margin-top: 20px;
}

.field-row.field-row-submit {
    position: relative;
}

.field-control.field-control-submit {
    width: 180px;
    position: absolute;
    right: 0%;
}

.field-control {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .field-control.field-control-submit {
        width: 180px !important;
    }
}

div#NewSubscriberBlock {
    margin-top: 30px;
}

button.btn1.btn-cancel.btn-default {
    padding: 7px 8px;
    width: 110px;
    height: 33px;
    background: #273454 !important;
    font-weight: normal;
    transition: background 0.5s;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    color: #fff !important;
    text-transform: none;
    border: 1px solid #273454 !important;
    border-radius: 0.2em !important;
    text-decoration: none;
}

.ar-ae button.btn1.btn-cancel.btn-default {
    font-size: 16px !important;
}

.ar-ae button.btn1.btn-ok.btn-agree.btn-primary {
    font-size: 16px !important;
}

button.btn1.btn-ok.btn-agree.btn-primary {
    padding: 7px 8px;
    width: 110px;
    height: 33px;
    background: #273454 !important;
    font-weight: normal;
    transition: background 0.5s;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    color: #fff !important;
    text-transform: none;
    border: 1px solid #273454 !important;
    border-radius: 0.2em !important;
    text-decoration: none;
}

.field-control {
    position: relative;
}

span#gvSubscriberFields_ctl00_0 {
    position: absolute;
    top: -34px;
    left: 47px;
}

/* MEDQ */

@media (max-width:1100px) {
    .heading+table[role="presentation"] tbody tr {
        display: block !important;
        width: 100% !important;
        margin-bottom: 1em;

    }

    table#gvSubscriberFields tbody tr {
        width: 50% !important;
    }

    table#gvSubscriberFields tbody tr:first-child {
        display: block !important;
        width: 100% !important;
    }

    .btnSubmit2Container {
        width: 82%;
        padding: 0;
    }
}

@media (max-width:660px) {
    table#gvSubscriberFields tbody tr {
        width: 100%;
    }

    .btnSubmit1Container {
        padding-top: 0em;
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .modify-email-label {
        width: 40% !important;
        margin-bottom: 0.75em;
    }

    .title-field-name {
        width: 100% !important;
        float: none;
    }

    .field-control.field-control-submit {
        width: 100% !important;
    }

    .btnSubmit2Container {
        padding: 0px !important;
        width: 100% !important;
        text-align: right;
    }
}

@media (max-width: 660px) {
    table#gvSubscriberFields tbody tr {
        width: 100% !important;
    }
}

@media (max-width:550px) {

    .title-field-name,
    .field-control,
    .modify-email-label {
        width: 100% !important;
    }
}

@media (max-width: 568px) {
    .field-control {
        width: 80% !important;
        float: none !important;
    }

    .field-control.field-control-submit {
        width: 100% !important;
    }

    .divModifyMail {
        width: 80% !important;
    }
}

@media (max-width:450px) {
    .btnSubmit1Container {
        padding-top: 0em;
        padding-left: 0;
        margin-top: 67px;

    }
}

.google-recapcha,
.txtGray {
    color: #212529 !important;
    display: none;
}

.ar-ae .btnSubmit2Container {
    text-align: left !important;
}

.ar-ae .field-control.field-control-submit {
    width: 180px;
    position: absolute;
    left: 0% !important;
    right: unset;
}

.ar-ae #tbEmail {
    float: right !important;
    width: 95%;
}

.ar-ae .divModifyMail {
    width: 100% !important;
}

.ar-ae input#tbEmail {
    margin-bottom: 10px !important;
}

.ar-ae input#btnSubmit1 {
    position: absolute;
    bottom: 0;
    left: 0 !important;
    right: unset;

}

.field-control.field-control-submit {
    width: 208px;
    right: 0%;
}

input#btnSubmit1 {
    right: 33px;
}

@media screen and (max-width:450px) {}

@media screen and (max-width:768px) {
    input#btnSubmit1 {
        position: absolute;
        bottom: 0;
        right: 0px;
    }
}

.ar-ae span#gvSubscriberFields_ctl00_0 {
    position: absolute;
    top: -34px;
    left: unset;
    right: 127px;
}

.ar-ae .pad122 {
    padding-left: 0px;
}

.ar-ae .disclaimer,
.cookies-box {
    text-align: left;
}

.ar-ae span.txtGray.pad122 {
    float: left;
}

span.txtGray a.privacy {
    height: 14px;
    bottom: 3px;
}

.ar-ae .field-control.field-control-submit {
    width: 205px;
    position: absolute;
    left: 0% !important;
    right: unset;
}

.ar-ae input#btnSubmit1 {
    position: absolute;
    bottom: 0;
    left: 28px !important;
    right: unset;
}

@media screen and (max-width:768px) {
    .ar-ae input#btnSubmit1 {
        position: absolute;
        bottom: 0;
        left: 0px !important;
        right: unset;
    }

    .tb233 {
        -webkit-appearance: none;
        height: 20px;
        line-height: 20px;
        -webkit-border-radius: 0;
        /* background-image: none !important;
        background-position: unset !important;
        background-repeat: unset !important; */
    }
}

#btnSubmit2,
#btnSubmit1 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: none;
    background: #273454;
    transition: background 0.5s;
    text-decoration: none;
    position: relative;
    font-family: inherit;
    font-size: 1.0em;
    color: #fff !important;
    text-transform: none;
    /* margin: 0.5em; */
    padding: 5px !important;
    border: 1px solid #273454;
    border-radius: 0.2em !important;
    text-decoration: none;
    height: 33px;
}

#btnSubmit2:hover,
#btnSubmit1:hover {
    text-decoration: none;
    color: #212529 !important;
    border: 1px solid #273454;
    background: #fff !important;
    font-style: normal;
    z-index: 9;
}

button.btn1.btn-cancel.btn-default,
button.btn1.btn-ok.btn-agree.btn-primary {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: none;
    background: #273454;
    transition: background 0.5s;
    text-decoration: none;
    position: relative;
    font-family: inherit;
    font-size: 1.0em;
    color: #fff !important;
    text-transform: none;
    /* margin: 0.5em; */
    padding: 0.5px !important;
    border: 1px solid #273454;
    border-radius: 0.2em !important;
    text-decoration: none;
    height: 33px;
}

.ar-ae button.btn1.btn-cancel.btn-default,
.ar-ae button.btn1.btn-ok.btn-agree.btn-primary {
    font-size: 20px !important;
}

button.btn1.btn-ok.btn-agree.btn-primary:hover,
button.btn1.btn-cancel.btn-default:hover {
    text-decoration: none;
    color: #212529 !important;
    border: 1px solid #273454;
    background: #fff !important;
    font-style: normal;
    z-index: 9;
}


@media screen and (max-width:530px) {
    .modal-dialog {
        width: auto;
    }
}

/* CUSTOM CB */

input[type="checkbox"] {
    content: "";
    width: 18px !important;
    height: 18px;
    border: 2px solid #d4d4d4 !important;
    background: transparent;
    border-radius: 2px !important;
    -webkit-border-radius: 2px;
    margin-top: 2px;
    position: relative;
    top: 0px;
    box-sizing: border-box;
}


.error {
    color: red;
    font-size: 11px;
    position: absolute;
    top: -32px;
    left: 80px;
}

.ar-ae .error {
    color: red;
    font-size: 11px;
    position: absolute;
    top: -32px;
    left: unset;
    /* right: 200px; */
}

.ar-ae span#gvSubscriberFields_ctl00_3 {
    right: 38px;
}

.ar-ae span#gvSubscriberFields_ctl00_1 {
    right: 57px;
}

.ar-ae span#gvSubscriberFields_ctl00_2 {
    right: 63px;
}

span#gvSubscriberFields_ctl00_0 {
    position: absolute;
    top: -33px;
    left: 55px;
}

.ar-ae span#gvSubscriberFields_ctl00_0 {
    position: absolute;
    top: -32px;
    left: unset;
    right: 127px;
}

.shareTypeDescription {
    padding-left: 5px;
}

.shareType {
    padding-left: 5px;
}

.ar-ae .shareTypeDescription {
    padding-left: 0px;
    padding-right: 8px;
}

.ar-ae .shareType {
    padding-left: 0px;
    padding-right: 8px;
}

@media screen and (max-width:540px) {
    .modal-open .modal {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:1252px) {

    div#Registration .AlreadySub,
    div#NewSubscriberBlock .AlreadySub {
        text-align: justify !important;
    }
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
}

.heading+table[role="presentation"] tbody tr {
    -moz-appearance: initial;
    width: 49% !important;
}

@media screen and (max-width:768px) {
    .ar-ae span#gvSubscriberFields_ctl00_0 {
        position: absolute;
        top: -32px;
        left: unset;
        right: 127px;
    }
}

.title-field-name {
    width: 100%;
}

@media screen and (max-width:520px) {
    .ar-ae .heading+table[role="presentation"] tbody tr {
        -moz-appearance: initial;
        width: 90% !important;
    }
}

@media screen and (max-width:1075px) {
    .heading+table[role="presentation"] tbody tr {
        -moz-appearance: initial;
        width: 100% !important;
    }
}

.btn-ok-new {
    padding: 5px 35px;
    background: #273454;
    border-radius: 0.2em !important;
    border: 1px solid #273454 !important;
    opacity: 1;
    color: #FFFFFF !important;
}

.btn-ok-new:hover,
.btn-ok-new:active {
    background: #fff !important;
    color: #212529 !important;
    border: 1px solid #273454 !important;
    box-shadow: none !important;
    opacity: 0.87;
}

.modal a:link {
    text-decoration: none;
    color: #212529;
}

.modal a:hover {
    text-decoration: underline;
    color: #212529 !important;
}

/* 7-26 */

/* 10-10-EJ */

@media screen and (max-width: 1280px) {
    .footer {
        padding-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 60px;
    }
}

.google-recapcha a {
    color: #212529;
}
/* 
input[type="checkbox"]:checked::before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #d4d4d4;
    background: transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type="checkbox"]:checked::after {
    font-family: icofont;
    content: "\eed8";
    position: absolute;
    left: -1px;
    top: -2px;
    font-size: 16px;
    width: 13px;
    height: 13px;
    border: 0px solid #FFF;
    border-radius: 2px !important;
    -webkit-border-radius: 2px;
    color: #d4d4d4;
}

.ar-ae input[type="checkbox"]:checked::after {
    left: 2px;
} */

div#selectSection {
    border: 1px solid #d4d4d4;
    border-top: 3px solid #212529;
    padding: 10px;
}

div#Registration {
    padding-bottom: 50px;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}