@charset "utf-8";
/* CSS Document */
#mcform * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mcform {
	color: #666;
	font-size: 13px;
	min-height:100px;
}
#mcform {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#mcform p {
	margin: 0 0 10px;
	position: relative;
	padding: 10px 0;
	clear:left;
}
#mcform .no-label {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#mcform p.third {
	display: inline;
	clear:none;
	float: left;
	width: 32%;
	clear: none;
	margin-right: 2%;
}
#mcform p.third:nth-child(3n) {
	margin-right: 0;
}
#mcform p.half {
	display: inline;
	clear:none;
	float: left;
	width: 49%;
	clear: none;
	margin-right: 2%;
}
#mcform p.half:nth-of-type(odd) {
	margin-right: 0;
}
#mcform .submit input, .btnDownload {
	font-size: 13px;
	line-height: 15px!important;
	text-transform: uppercase;
	text-decoration:none!important;
	font-weight: normal;
	color: #ffffff;
	border: none;
	padding: 12px 16px 10px;
	min-width: 90px;
	cursor: pointer;
	border-radius: 22px;
	background-color: #3b99fc;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	display: inline-block;
}
a.btnDownload {
	color: #ffffff!important;
}
.blue_background #mcform .submit input {
	color: #3b99fc;
	background-color: #ffffff;
}
.blue_background a.btnDownload {
	color: #3b99fc!important;
	background-color: #ffffff!important;
}
#mcform .submit input:hover,
.btnDownload:hover {
	color: #ffffff!important;
	background-color: #14377d!important;
}

#mcform .field-label {
	font-weight: bold;
	font-size: 15px;
	color: #b0b0b0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin: 0 0 7px;
	padding: 0px;
	float: left;
	clear: left;
	pointer-events: none;
}
#mcform input[type=text], input[type=email], #mcform textarea.standard, #mcform select {
	font-family: "Open Sans", sans-serif!important;
	font-size: 16px!important;
	background-color: #f8f8f8!important;
	color: #919191!important;
	outline: none!important;
	width: 100%!important;
	display: block!important;
	margin: 0!important;
	padding: 13px!important;
	border: 1px solid #eee!important;
	width: 100%!important;
	border-radius: 3px!important;
	-webkit-appearance: none!important;
}
#mcform textarea.standard {
	max-height: 70px;
}
#mcform .no-label {
	color: #000000;
	font-size: 12px;
	font-size: 0.75rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#mcform p label {
	text-align: left;
	width: 100%;
	top: 21px;
	left: 15px;
	position: absolute;
	transition: 0.2s;
	width: 93%;
}
#mcform p label.inline {
	color: #000000;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	position: inherit;
}
.blue_background #mcform p label.inline {
	color: #fff;
}
#mcform span.value {
	display: block;
	margin-left: 0;
}
#mcform span.value input {
    vertical-align: text-bottom;
}
#mcform .submitDisabled,
#mcform .submitDisabled:hover {
	background: #bbb!important;
	cursor:default!important;
}
#mcform .please_wait {
	text-align:center;
	padding: 30px;
}
#mcform .please_wait img {
	margin: auto;
	max-width: 60px;
	width:100%;
	height:auto;
}
.blue_background #mcform h3,
.blue_background #mcform p {
	color:#ffffff!important;
}
#mcform .emailaddress {
	height:0px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
#mcform .emailaddress,
#mcform .emailaddress label,
#mcform .emailaddress input {
    padding: 0;
    border: 0;
    margin: 0;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
#mcform label.field-label.on,
#mcform label.field-label.show {
	top: -15px;
    left: 0;
	color: #3b99fc;
	white-space: inherit;
	font-size: 12px;
}
.blue_background #mcform label.field-label.on,
.blue_background #mcform label.field-label.show {
	color: #ffffff;
}
#mcform label.missing {
	color:#ee6262;
}

@media (max-width:414px) {
	#mcform p.third, #mcform p.half {
		width: 100%;
		clear:both;
    	margin: 0 0 10px;
	}
}