﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

body,
input,
select {
	font-family: Montserrat, Arial, sans-serif;
    color: #333333;
    font-size: 14px;
}

body {
	margin: 0;
}

.w1 {
	border: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1130px;
	width: 100%;
}
#HeaderNewBlock .heading {
	margin-top: 0;
	display: none;
}
#HeaderNewBlock .AlreadySub {
	margin-top: 0;
}
.heading {
	font-family: Montserrat, Arial, sans-serif;
    font-size: 1em !important;
    color: #333333!important;
    font-weight: 600!important;
}

td.shareType span,
.title-field-name,
#lbEmailAddressModify {
	font-weight: 400;
	font-size: 14px;
}
.field-row {
	margin: 5px 0;
}
.tb230, .email, .tb233, .required, #tbEmail,
#selectSection input[type=text] {
	padding: 10px 5px;
	border-color:#eee!important;
}

.rowHeight {
	line-height: 37px;
}

.tb230:focus, .email:focus, .tb233:focus, .required:focus, #tbEmail:focus, #selectSection input[type=text]:focus {
	border-color: #eee !important;
	outline: 0;
}

#tbEmail {
	height: 17px;
}

#btnSubmit2, #btnSubmit1 {
	min-width: auto !important;
	width: auto !important;
}

.btn1,
.btn2,
.btn-primary,
.btn-ok-new {
	width: auto !important;
    line-height: 24px;
    height: auto;
    font-family: inherit;
    background: #FFFFFF;
    color: #FF6600;
    border: 0.08em solid #FF6600;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0em !important;
    cursor: pointer !important;
    padding: 11px 28px!important;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    font-weight: normal;
	transition: background 0.5s, color 0.5s, border 0.5s;
	border-radius: 2.5px!important;
}
.btn1:hover,
.btn2:hover,
.btn-primary:hover,
.btn-ok-new:hover {
	text-decoration: underline;
    background: #D95E00;
    color: #FFFFFF;
    border-color: #D95E00;
}
.btnSubmit2Container {
	width: 96%;
}
.btn2 {
	margin-top: 15px;
	margin-right: 4.2%;
}


.footer {
	margin-right: 2%;
}
.footer a, .footer .txtGray a,
.modal a {
	color: #002337 !important;
	text-decoration: none;
}
.footer a:hover, .footer .txtGray a:hover,
.modal a:hover {
	color: #002337 !important;
	text-decoration: underline;
}
.txtGray {
	color: #58585a;
}
.modify-email-label {
	margin-top: 5px;
}
.tb233 {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-image: url(dropdown.png);
    background-position: 98%;
    background-repeat: no-repeat;
    border-radius: 0em;
}

input:disabled {
    background: #ebebe4;
}

@media (max-width: 768px) {
	.btnSubmit2Container,
	.btnSubmit1Container {
		padding: 6px 0 0 2px !important;
		width: 97% !important;
		text-align: right;
	}
}

.google-recapcha {
    display: none;
}