@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
	margin: 0px;
	padding: 0px;
	min-height: 100vh;

}

body,
#emf-container{
	color: #4D4D4D;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

a{
	color: #0883c8;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#emf-form-shadows{
	display: none;
}

#emf-container-wrap{
	margin:0;
	padding: 0;
}

#emf-container-outer{
	padding: 70px 0 130px;
}

#emf-container #emf-form{
	padding: 15px;
}

#emf-container{
	background: rgba(247, 241, 235, 0.5);
	border: none;
	box-shadow: none;
	border-radius: 5px;
}

#emf-form-instruction{
	padding: 0 0 15px;
}

#emf-form-title{
	font-size: 30px;
	font-weight: 400 !important;
	line-height: 1.2;
	color: #4D4D4D;
}

#emf-form-description{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.3;
}

.emf-head-widget,
.emf-section-separator{
	border: none;
}

#emf-container ul li.emf-li-field,
#emf-container ul li#emf-li-recaptcha{
	padding: 0;
	margin: 0 0 20px;
}

#emf-container ul li.emf-li-half-width{
	padding-left: 1%;
	padding-right: 1%;
	width: 48%;
}

@media only screen and (max-width: 400px){
	#emf-container ul li.emf-li-half-width{
		padding-left: 0;
		padding-right: 0;
		width: 99%;
	}
}

#emf-container #emf-logo{
	background-color: #F7F8FA;
}

#emf-container #emf-logo a{
	height: 53px;
	background-image: url("https://files.emailmeform.com/1369088/AEJEcQOW/emf-logo.png");
	background-position: 15px 11px;
}

#emf-form-title,
#emf-form-description,
div.emf-div-field input,
div.emf-div-field textarea,
div.emf-div-field select,
div.emf-div-field label,
#emf-container ul li label.emf-label-desc,
#emf-container li .emf-div-instruction,
#emf-container li .emf-div-field label.emf-bottom-label,
#emf-container-wrap .formError .formErrorContent
{
	font-family: 'Lato', sans-serif;
}

div.emf-div-field label{
	display: inline;
	font-weight: 400;
	font-size: 12px;
	color: #4D4D4D;
}

#emf-container ul li label.emf-label-desc{
	display: block;
	color: #4D4D4D;
	font-size: 12px !important;
	font-weight: 400;
	padding: 0 0 7px;
}

#emf-container ul li label.emf-label-desc span{
	color: #4D4D4D;
}

#emf-container li .emf-div-instruction,
#emf-container li .emf-div-field label.emf-bottom-label{
	color: #797979;
	font-size: 11px;
}

#emf-form div.emf-div-field input[type="text"],
#emf-form div.emf-div-field input[type="email"],
#emf-form div.emf-div-field input[type="password"],
#emf-form div.emf-div-field select{
	display: block;
	height: 24px;
	padding: 0 3px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #4D4D4D;
	background-color: #fff;
	border: 1px solid #E6E6E6;
}

#emf-form div.emf-div-field input[type="text"]:not(.emf-input-w20):not(.emf-input-w30):not(.emf-input-w40):not(.emf-input-w60):not(.emf-input-w100),
#emf-form div.emf-div-field input[type="email"]:not(.emf-input-w20):not(.emf-input-w30):not(.emf-input-w40):not(.emf-input-w60):not(.emf-input-w100),
#emf-form div.emf-div-field input[type="password"]:not(.emf-input-w20):not(.emf-input-w30):not(.emf-input-w40):not(.emf-input-w60):not(.emf-input-w100),
#emf-form div.emf-div-field select:not(.emf-input-w20):not(.emf-input-w30):not(.emf-input-w40):not(.emf-input-w60):not(.emf-input-w100),
#emf-form div.emf-div-field textarea:not(.emf-input-w20):not(.emf-input-w30):not(.emf-input-w40):not(.emf-input-w60):not(.emf-input-w100){
	width: 100%;
}

#emf-form div.emf-div-field textarea{
	display: block;
	padding: 0 3px;
	height: 150px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #4D4D4D;
	background-color: #fff;
	border: 1px solid #E6E6E6;
}

#emf-container-wrap .formError .formErrorContent{
	padding: 5px 10px;
	background: #D10000;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
}

#emf-container-wrap .formError .formErrorContent, #emf-container-wrap .formError .formErrorArrow div{
	border-radius: 5px;
	box-shadow: none;
}

#emf-container-wrap .formError .formErrorContent{
	box-shadow: rgba(0, 0, 0, .8) 0 2px 2px;
}

#emf-container-wrap .formError .formErrorArrow div{
	border-left-color: #fff;
	border-right-color: #fff;
	background: #D10000;
}

#emf-container-wrap .formError .formErrorArrow .line3{
	border-bottom-color: #fff;
}

#emf-container-wrap .formError .formErrorArrow .line1,
#emf-container-wrap .formError .formErrorArrow .line2{
	background: #fff;
}

#emf-form li.highlight-field,
#emf-container .emf-field-list tbody tr:hover,
#emf-container .emf-field-grid tbody tr:hover,
#emf-li-total{
	background-color: #F7F8FA;
}

#emf-li-total{
	padding: 0;
	border-radius: 0;
	color: #4d4d4d;
}

#emf-li-total .emf-total{
	padding: 0 5px;
}

.emf-total table tbody th, .emf-total table tbody td{
	border-color: #E6E6E6;
}

#emf-container #emf-page-info .emf-page-label{
	color: #000;
	font-size: 12px;
}

#emf-container #emf-page-info .emf-page-number {
	background: #ACE0FC;
	border: none;
	color: #4d4d4d;
	font-size: 13px;
	box-shadow: none;
	line-height: 20px;
}

#emf-container #emf-page-info .emf-page-number.emf-selected{
	border-color: #0AC8E0;
	background: #66B5DF;
	font-weight: 400;
}

#emf-form td{
	padding: 5px;
}

.emf-field-grid,
.emf-banding-odd{
	background: #FFFAF5;
}

.emf-banding-even{
	background: #F7F8FA;
}

.emf-banding-head{
	background: #ACE0FC;
}

.emf-field-grid,
.emf-field-grid th, .emf-field-grid td,
#emf-form .emf-field-grid td{
	border-color: #fff;
	font-size: 13px;
	color: #000;
	font-weight: 400;
}

#emf-form .emf-field-grid thead td{
	color: #4d4d4d;
}

#emf-form #emf-li-post-button{
	padding: 0;
	margin: 30px 0 0;
	text-align: right;
}

#emf-form #emf-li-post-button input[type="submit"]{
	margin: 0 0 0 5px;
	padding: 5px;
	width: 157px;
	height: 42px;
	line-height: 1;
	text-align: center;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #08C6DF url(https://files.emailmeform.com/1369088/9pQmDw4k/contact-btn.png) center center no-repeat;
}
