/***************************************************
**************CSS for maintenance page**************
***************************************************/
.mailchimp-form-main{text-align: center;}
.mailchimp-form-main h2{color:#FFF; font-family: 'Montserrat',sans-serif; font-size: 32px;}
.mailchimp-form-main input[type="text"], .mailchimp-form-main input[type="email"] {
background: white;
width: 275px;
line-height: 19px;
padding: 8px 15px;
margin-right: 10px;
font-size: 16px;
color: hsl(0, 0%, 80%);
font-weight: 400;
border: none;
color:#666666;
}
.mailchimp-form-main input[type="submit"]{ background:#ff7f00; text-align:center; font-size:18px; color:#FFF; font-weight:700; border:none; cursor:pointer;}
.mailchimp-form-main input[type="submit"]:hover{ background:#fff; color:#ff7f00;}
.brk-landing{display:none;}
.menu-privacy-menu-container ul li
{
	padding: 0 10px!important;
    border-right: 1px solid;
    line-height: 16px;
	display:inline-block;
	    margin-left: -5px;
}
.menu-privacy-menu-container ul li:last-child
{
	border-right:none;
}
.contactpane br{display:none;}
.acceptance-114,.acceptance-386 { display:block; width:100%; font-size:14px;}
.acceptance-114 > span,.acceptance-114 > span >span { display:block; width:100%;}
.acceptance-114 input[type="checkbox"],.acceptance-386 input[type="checkbox"]
{
	width:20px;
	height:20px;
}
.contact-form label span,.acceptance-386 label span
{
	vertical-align:text-bottom;
}
.page-id-922 #magic-line-two,.page-id-909 #magic-line-two{display:none;}
#mainnav ul li a[title]{}
input[type="checkbox"] {
 -webkit-appearance:none;/* Hides the default checkbox style */ 
 height:2em;
 width:2em;
 cursor:pointer;
 position:relative;
 -webkit-transition: .15s;
 border-radius:2em;
margin-left:25px;
}

input[type="checkbox"]:checked {

}

input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
 position:absolute;
 top:-6px;
 left:-25px;
 width:20px;
 height:20px;
 line-height:20px;
 text-align:center;
 color:#fff;
 content: '';
	background:#fff;
}

input[type="checkbox"]:checked:before {
 content: '✔';
	color:#000;
}

input[type="checkbox"]:hover:before {
 background:rgba(255,255,255,1);
}
@media (max-width:992px) {
.mailchimp-form-main input[type="text"], .mailchimp-form-main input[type="email"] {
width: 200px;}
.mailchimp-form-main h2{color:#FFF; font-family: 'Montserrat',sans-serif; font-size: 26px;}

}
@media (max-width:650px) {
.mailchimp-form-main input[type="text"], .mailchimp-form-main input[type="email"] {
width: 100%; margin-bottom:10px;}
.mailchimp-form-main h2{color:#FFF; font-family: 'Montserrat',sans-serif; font-size: 22px;}
}
@media (max-width:400px) {
.brk-landing{display:block;}
}




.header-right-contacts .contacts ul li a
{
	color:#fff;
}

.header-right-contacts {
    display: none;
}

#schedule-call {
	display: none !important;
}

.callpane {
	display: none !important;
}

.why-global ul li {
	margin-top: 10px !important;
}

.header-image .overlay {
	opacity: 0.3;
}

.sidebar-column > aside#jetpack_widget_social_icons-5 {
	display: none;
}