﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body,
input,
select {
    font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #4D4D4C;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.w1 {
    margin: 0 auto;
    border: 0px solid #dddddd;
    max-width: 1110px; /*ADD MAIN WIDTH*/
    width: 100%;
    height: auto;
    padding: 0;
}

/* Heading styles */
.heading {
    color: #007573;
	font-family: Open Sans, sans-serif !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{
    color: #4D4D4C;
}
.google-recapcha a{
    color: #009DAA;
    text-decoration: none;
}
.footer a:hover{
    color: #4D4D4C;
    text-decoration: underline;
}
.google-recapcha a:hover {
    text-decoration: underline;
    color: #009DAA;
}
/* End of link styles */


/* Input/select styles */
.tb233 {
    border-radius: 0 !important;
}
input {
    border: 1px solid #bfbfbf !important;
    border-radius: 0 !important;
    color: #007573;
    padding:0.5em;
}
.tb230, .email, .tb233, .required, #tbEmail {
    padding: 0.5em;
    -webkit-appearance: auto;
    max-width: 333px;
    color: #007573 ;
}
#selectSection input[type="text"] {
    padding: 0.5em;
    border: solid 1px #bfbfbf;
}
.tb230 {
    height: auto;
    color: #007573;
    padding: 0.5em;
}
.email {
    height: auto;
    color: #007573;
    padding: 0.5em;
}
/* End of input/select styles */


/* Button and button container styles */
#btnSubmit2,
#btnSubmit1{
    font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
	padding: 12px 29px;
	border: 0 solid #007573;
	border-radius: 25px!important;
	background: #007573;
	transition: all ease-in 0.2s;
	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: 0 solid #bfbfbf;
    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;
    color: #007573;
}
.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;
}
#gvSubscriberFields_dynamicEditControl8_5 {
    padding: 9px!important;
}
.tb233 {
    height: auto!important;
    line-height: normal!important;
}
#gvSubscriberFields_dynamicEditControl8_5 {
    padding: 0.5em !important;
}
/* End of media queries and main CSS overwrite */

/* MODIFICATION */
input, .email, .tb230{
    color: #4d4d4c;
}
.tb230, .email, .tb233, .required, #tbEmail {
    color: #4d4d4c;
}
#btnSubmit2, #btnSubmit1{
    height: auto;
    line-height: normal;
    margin: 0px;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: none;
    padding: 12px 35px 12px 29px;
    border: 0 solid #11516E;
    background: #b1d016;
    transition: all ease-in 0.2s;
    text-decoration: none;
    cursor: pointer;
    width: 176px!important;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: none;
    border: 0px solid #b1d016;
    border-radius: 100px;
    background-color: #b1d016;
    text-decoration: none;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #007573), to(#007573));
    background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #007573 50%, #007573);
    background-image: -o-linear-gradient(right, transparent, transparent 50%, #007573 50%, #007573);
    background-image: linear-gradient(to left, transparent, transparent 50%, #007573 50%, #007573);
    background-position: 100% 0;
    background-size: 200% 100%;
	position: relative;
}

.btn1:hover,
.btn2:hover{
    background-position: 0 0;
	color: #FFFFFF;
}
#btnSubmit2:hover, #btnSubmit1:hover {
    background-position: 0 0;
    color: #FFFFFF;
}
.btn2:before, .btn2:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #007573;
    right: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#btnSubmit2:hover:before, #btnSubmit1:hover:before{
    border-left: 8px solid #FFFFFF;
}
input#btnSubmit2.btn1:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #007573;
    right: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
input#btnSubmit2 {
    border: 0px solid !important;
}
input#btnSubmit1 {
    border: 0px solid !important;
}
.btnSubmit2Container::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #007573;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btnSubmit2Container {
    position: relative;
}
.btnSubmit1Container::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #007573;
    right: 26px;
    bottom: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btnSubmit2Container:hover::after {
    border-left: 8px solid #FFFFFF;
}
.btnSubmit2Container {
    position: relative;
}
.btnSubmit1Container:hover::after {
    border-left: 8px solid #FFFFFF;
}
.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 {
    width: 0 !important;
} */
@media (max-width: 768px){
.field-control.field-control-submit {
    width: 180px !important;
}
}
div#NewSubscriberBlock {
    margin-top: 45px;
}
button.btn1.btn-cancel.btn-default {
    padding: 0px 13px 0px 7px;
    width: 110px;
    height: 40px;
    background: #b1d016 !important;
    font-weight: 700;
    border: 0px solid #b1d016 !important;
    border-radius: 30px;
    transition: all ease-in 0.2s;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: none;
    border: 0px solid #b1d016 !important;
    border-radius: 100px;
    background-color: #b1d016;
    text-decoration: none;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #007573), to(#007573)) !important;
    background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #007573 50%, #007573) !important;
    background-image: -o-linear-gradient(right, transparent, transparent 50%, #007573 50%, #007573) !important;
    background-image: linear-gradient(to left, transparent, transparent 50%, #007573 50%, #007573) !important;
    background-position: 100% 0 !important;
    background-size: 200% 100% !important;
    position: relative;
}
button.btn1.btn-ok.btn-agree.btn-primary {
    padding: 0px 19px 0px 7px;
    width: 110px;
    height: 40px;
    background: #b1d016 !important;
    font-weight: 700;
    border: 0px solid #b1d016 !important;
    border-radius: 30px;
    transition: all ease-in 0.2s;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: none;
    border: 0px solid #b1d016 !important;
    border-radius: 100px;
    background-color: #b1d016;
    text-decoration: none;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #007573), to(#007573)) !important;
    background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #007573 50%, #007573) !important;
    background-image: -o-linear-gradient(right, transparent, transparent 50%, #007573 50%, #007573) !important;
    background-image: linear-gradient(to left, transparent, transparent 50%, #007573 50%, #007573) !important;
    background-position: 100% 0 !important;
    background-size: 200% 100% !important;
    position: relative;
}
button.btn1.btn-ok.btn-agree.btn-primary:hover, button.btn1.btn-cancel.btn-default:hover {
    background-position: 0 0 !important;
    color: #FFFFFF !important;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #007573), to(#007573));
    background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #007573 50%, #007573);
    background-image: -o-linear-gradient(right, transparent, transparent 50%, #007573 50%, #007573);
    background-image: linear-gradient(to left, transparent, transparent 50%, #007573 50%, #007573);
    background-position: 100% 0;
    background-size: 200% 100%;
    /* border: 1px solid #007573 !important; */
}
button.btn1.btn-cancel.btn-default:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #007573;
    right: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
button.btn1.btn-ok.btn-agree.btn-primary:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #007573;
    right: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
button.btn1.btn-ok.btn-agree.btn-primary:hover:before{
    border-left: 8px solid #FFFFFF;
}
button.btn1.btn-cancel.btn-default:hover:before{
    border-left: 8px solid #FFFFFF;
}
.field-control{
    position: relative;
}
span#gvSubscriberFields_ctl00_0 {
    position: absolute;
    top: -34px;
    left: 47px;
}