@font-face {
    font-family: "co-arabic";
    src: url("https://use.typekit.net/af/72bcc2/00000000000000007735e27a/30/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/72bcc2/00000000000000007735e27a/30/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/72bcc2/00000000000000007735e27a/30/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("opentype");
    font-display: block;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "co-arabic";
    src: url("https://use.typekit.net/af/df182d/00000000000000007735e27b/30/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/df182d/00000000000000007735e27b/30/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/df182d/00000000000000007735e27b/30/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n3&v=3") format("opentype");
    font-display: block;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "co-arabic";
    src: url("https://use.typekit.net/af/ce4204/00000000000000007735e27c/30/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ce4204/00000000000000007735e27c/30/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ce4204/00000000000000007735e27c/30/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("opentype");
    font-display: block;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: "Certo Sans";
    font-weight: normal;
    src: url("./SA-ARAB/fonts/CertoSans-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Certo Sans";
    font-weight: bold;
    src: url("./SA-ARAB/fonts/CertoSans-Heavy.otf") format("opentype");
}

@font-face {
    font-family: "Certo Sans";
    font-weight: normal;
    src: url("./SA-ARAB/fonts/CertoSans-Light.otf") format("opentype");
}

@font-face {
    font-family: "Certo Sans";
    font-weight: bold;
    src: url("./SA-ARAB/fonts/CertoSans-Regular.otf") format("opentype");
}
body.en-us {
	margin: 0px;
	font-family: "Certo Sans", sans-serif;
}

body.ar-sa {
	margin: 0px;
	font-family: "co-arabic", sans-serif;
}
body,
input,
select {
    font-family: inherit;
    font-size: 18px;
    color: #313131;
    margin: 0;
}

body {
    margin: 0;
}

.w1 {
    margin: 0 auto;
    border: 0px solid #BDBDBD;
    max-width: 1320px; /*ADD MAIN WIDTH*/
    width: 100%;
    height: auto;
    padding: 0;
}

/* Heading styles */
.heading {
    color: #003C34;
    font-family: inherit !important;
    text-transform: capitalize;
    font-size: 16px;
    margin:0;
    margin-bottom: 1em;
}
div#HeaderNewBlock {
    display: none; /* Enable/disable main heading */
}
/* End of heading styles */


/* Footer styles */
.footer {
    font-size: 13px;
    padding-top: 3em;
}
.footer a {
    font-size: 13px;
}
/* End of footer styles */


/* Link styles */
.footer a,
.footer .txtGray a,
.google-recapcha a{
    color: #003C34;
    text-decoration: none;
    font-family: inherit !important;
}
.footer a:hover,
.google-recapcha a:hover {
    text-decoration: underline;
    color: #F6630C;
}
/* End of link styles */


/* Input/select styles */
.tb233 {
    border-radius: 0px !important;
}
input {
    border: 1px solid #BDBDBD !important;
    border-radius: 0px !important;
}
.tb230, .email, .tb233, .required, #tbEmail {
    padding: 0.6em 3px;
    -webkit-appearance: auto;
    /*! max-width: 333px; */
	border: 1px solid #BDBDBD !important;
    border-radius: 2px !important;
    background: #FFF;
    height: auto;
}
.tb230 {
    height: auto;
}
.email {
    height: auto;
}
/* End of input/select styles */


/* Button and button container styles */
#btnSubmit2,
#btnSubmit1,
.btn1,
.btn-ok-new {
    font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	color: #003C34 !important;
	text-transform: none;
	
	padding: 0.75em 0.5em;
	
	border: 1px solid #E5A93F !important;
	border-radius: 0px !important;
	background: #E5A93F;
	
	text-decoration: none;
    line-height: normal;
    outline: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    transition: background 0.5s, color 0.5s, border 0.5s;
    width: 132px;
    position: relative;
}
.btn1, .btn-ok-new {
    position: relative;
}
.ar-sa #btnSubmit2,
.ar-sa #btnSubmit1,
.ar-sa .btn1,
.ar-sa .btn-ok-new {
    font-weight: 500;
    padding: 0.2em 0.8em 0.5em;
}
#btnSubmit2:hover,
#btnSubmit1:hover,
.btn1:hover,
.btn-ok-new:hover {
    cursor: pointer;
    background: #F6630C !important;
    color: #fff !important;
    outline: 0;
    border-color: #F6630C !important;
}
/* .btnSubmit1Container:after,
.btnSubmit2Container:after,
.btn1:after,
.btn-ok-new:after{
    content: "";
    border-left: 2px solid #3497df;
    padding-left: 10px;
    position: absolute;
    width: 2px;
    height: 50%;
    z-index: 1;
    left: 2em;
    top: 11px;
} */
.btn2 {
    height: auto;
}
.modify-email-form {
    position: relative;
    top: 0;
    left: 0;
}
/* .btnSubmit1Container:hover:after,
.btnSubmit2Container:hover:after,
.btn1:hover:after,
.btn-ok-new:hover:after {
    content: "";
    border-left: 2px solid #FFF;
    padding-left: 10px;
    transition: background 0.5s, color 0.5s, border 0.5s;
} */
.btnSubmit2Container {
    margin: 0;
    width: 132px;
    padding: 0;
    float: right;
    position: relative;
}
.btnSubmit1Container {
    margin: 0;
    width: 132px !important;
    float: right;
    position: relative;
    padding: 0;
    top: 3em;
}
.ar-sa .btnSubmit2Container, 
.ar-sa .btnSubmit1Container {
    float: left;
}
input#btnSubmit1 {
    margin: 0!important;
}
/* End of button and button container styles */


/* Alerts selection and layout styles */
.AlreadySub {
    margin: 0 0 16px;
}
.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: 16px auto 16px auto;
}
.title-field-name,
.field-control {
    padding: 0.25em 0;
}
div#Registration,
div#NewSubscriberBlock {
    padding: 10px;
    background: transparent;
    border: solid 1px #CCCCCC;
    margin-top: 30px;
}
div[style="clear: both;"] div,
.modify-email-form {
    margin: 0px auto 0px auto;
}
table#gvSubscriberFields tbody tr {
    display: inline-block;
    width: 33%;
    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: bold;
    font-family: inherit !important;
    font-size: 14px;
}
.btnSubmit2Container {
    margin-top: 0.5em;
    position: relative;
}

.divModifyMail {
    padding-bottom: 2.75em!important;
}
.modify-email-label {
    width: 100%;
    float: none;
    margin-bottom: 0.75em;
}
.email,
#tbEmail {
    max-width: 750px;
}
/* End of registration form & modify subscription from layout and styles */


/* Start media queries and main CSS overwrite */
@media (max-width:860px) {
    .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%;
    }
}
@media (max-width:660px) {
    table#gvSubscriberFields tbody tr {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .btnSubmit2Container {
        padding: 0px !important;
        width: 132px !important;
        text-align: right;
    }
    .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,
    .btnSubmit1Container{
        text-align: left;
    } */
    .ar-sa .divModifyMail {
        float: left;
        padding: 0 !important;
        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: 70% !important;
        float: none !important;
    }
    .field-control.field-control-submit {
        width: 100%!important;
    }
    .divModifyMail {
        width: 70%!important;
    }
    .ar-sa .divModifyMail {
        width: 100% !important;
    }
}
@media (max-width: 450px) {
    .btnSubmit1Container{
        margin-bottom: 4em;
        width: 132px !important;
    }
}

/* End of media queries and main CSS overwrite */

/* .tb233 {
    width: 233px;
    border: 2px solid #001F33 !important;
}

.tb233 {
    height: auto;
    line-height: normal;
} */
.en-gb .shareCheck {
    padding-top: 2px;
}
.zh-cn .shareCheck,
.zh-tw .shareCheck {
    padding-top: 4px;
}
#selectSection input[type=text]{
    border: solid 1px #BDBDBD !important;
    border-radius: 2px !important;
}

.shareTypeDescription {
    font-size: 16px;
    line-height: 1.7;
}

#selectSection input[type=text] {
    padding: 0.6em 3px;
}
.divModifyMail {
    width: 100% !important;
}

input:focus, input:focus-visible {
    outline: 0 !important;
}
.txtGray, .google-recapcha {
    color: #333 !important;
    font-size: 13px;
    font-family: inherit !important;
}

#Label1, #lblRegistrationInfo1 {
  font-size: 14px;
  font-family: inherit !important;
}
.en-us .shareCheck {
  padding-top: 1px;
}
.ar-sa .shareCheck {
  padding-top: 6px;
}
.ar-sa #tbEmail {
	float: right;
}