@font-face {
	font-family: 'aia-form';
	src: url("font/aia-form.eot?hcn5a2");
	src: url("font/aia-form.eot?hcn5a2#iefix") format("embedded-opentype"), url("font/aia-form.ttf?hcn5a2") format("truetype"), url("font/aia-form.woff?hcn5a2") format("woff"), url("font/aia-form.svg?hcn5a2#aia-form") format("svg");
	font-weight: normal;
	font-style: normal;
}

body.mktoFormTemplate {
	padding: 0em;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}


button {
	overflow: visible;
}


button,
select {
	text-transform: none;
}


button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}


button[disabled],
html input[disabled] {
	cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


input {
	line-height: normal;
}


input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}


input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}


fieldset {
	border: 0px;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


legend {
	border: 0;
	padding: 0;
}


textarea {
	overflow: auto;
}


optgroup {
	font-weight: 700;
}



.mktoForm *,
.mktoForm *:before,
.mktoForm *:after {
	box-sizing: border-box;
}


.group:after,
.mktoForm:after,
.mktoForm div.mktoFormRow fieldset.mktoFormCol div.mktoFormRow:after {
	content: "";
	display: table;
	clear: both;
}


.lpeCElement {
	position: relative !important;
	height: auto !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
}


header {
	background: #f2f2f2;
	padding: 0.5em 1em;
}


header h2 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 600;
}


header h2:after {
	content: '';
}


header p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 600;
}


.mktoForm {
	position: relative;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #554344 !important;
	background-color: #ffffff;
	width: 100% !important;
	font-size: 1.3rem !important;
}


.mktoForm div.mktoFormRow fieldset.mktoFormCol div.mktoFormRow {
	font-size: 0.8em;
	width: 100% !important;
}


.mktoForm div.mktoFormRow fieldset.mktoFormCol:nth-of-type(2) {
	margin-left: 0 !important;
}


.mktoForm .mktoHtmlText.mktoHasWidth {
	width: 100% !important;
}


.mktoForm h2 {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #b4b1a8;
	position: relative;
}


.mktoForm h2:after {
	position: relative;
	float: right;
	content: 'Required Fields*';
	text-transform: uppercase;
	color: #cccccc;
	font-size: 0.8em;
}


.mktoForm label {
	width: 100% !important;
	font-family: inherit;
	font-weight: 400;
	font-size: 1.1em;
	text-align: left;
}


.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="date"],
.mktoForm input[type="tel"],
.mktoForm textarea,
.mktoForm select {
	border-color: #b4b1a8;
	border-radius: 0px;
	float: left;
}


.mktoForm .mktoRangeField {
	width: 100% !important;
}


.mktoForm input[type="range"] {
	width: 90% !important;
	float: left;
}


.mktoForm .mktoCheckboxList {
	width: 100% !important;
}


.mktoForm .mktoCheckboxList label {
	color: #554344;
	padding-bottom: 0.5em;
	margin: 0 0 0.6em !important;
}


.mktoForm .mktoCheckboxList input[type="checkbox"] {
	float: left;
	padding-top: 0.3em;
	width: auto;
	margin-right: 1em;
}


.mktoForm .mktoCheckboxList.twoCol label:nth-of-type(odd) {
	float: left;
	clear: none;
	width: 16em !important;
}


.mktoForm .mktoCheckboxList.twoCol input:nth-of-type(even) {
	float: left;
	clear: none;
	width: 16em !important;
}


.mktoForm .mktoRadioList {
	width: 100% !important;
}


.mktoForm .mktoRadioList label {
	color: #554344;
	padding-bottom: 0.5em;
}



.mktoForm .mktoRadioList input[type="radio"] {
	float: left;
	width: auto;
	margin-right: 1em;
	padding-top: 0.3em;
	width: auto !important;
}



.mktoForm .mktoRadioList input[type="radio"] {
	display: none;
}



.mktoForm .mktoRadioList input[type="radio"] + label:before {
	font-family: 'aia-form';
	content: '\e906';
	color: #fff;
	border: solid 3px #d3d2ca;
	font-size: 8px;
	padding: 1px;
	border-radius: 50%;
	margin-right: 0.7em;
	vertical-align: middle;
}



.mktoForm .mktoRadioList input[type="radio"]:checked + label:before {
	font-family: 'aia-form';
	content: '\e906';
	color: #c90033;
	margin-right: 0.7em;
	vertical-align: middle;
}



.mktoForm .mktoCheckboxList label {
	margin: 0;
}



.mktoForm .mktoCheckboxList input[type="checkbox"] {
	display: none;
	margin: 0;
}



.mktoForm .mktoCheckboxList input[type="checkbox"] + label:before {
	font-family: 'aia-form';
	content: '\e904';
	color: #ffffff;
	border: solid 3px #d3d2ca;
	margin-right: 0.7em;
	vertical-align: middle;
}



.mktoForm .mktoCheckboxList input[type="checkbox"]:checked + label:before {
	font-family: 'aia-form';
	content: '\e904';
	color: #c90033;
	margin-right: 0.7em;
	vertical-align: middle;
}



.mktoForm select {
	width: 100% !important;
	font-size: 1em;
	height: 3em;
	padding: 0.5em;
	float: none !important;
	border-radius: 0px;
	background: #fff;
	margin-bottom: 0em;
	outline: none;
	background: white;
}



.mktoForm select:focus {
	border: 1px solid #1f97c4;
	outline: none;
}



.mktoForm input[type="range"] {
	margin: 2em 0;
}


.mktoForm .mktoRangeValueText {
	display: none;
	width: 100%;
}


.mktoForm button[type="submit"] {
	margin: 0 auto !important;
	display: block;
	border: solid 1px #c70036 !important;
	background-color: #c70036 !important;
	background-image: linear-gradient(to bottom, #c70036, #c70036) !important;
	border-radius: 0px;
	position: relative;
	border: 0;
	text-transform: uppercase;
	height: 40px;
	min-width: 240px;
	padding: 0 20px !important;
	font-family: "AIASans", "Calibri", sans-serif !important;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	font-size: 20px !important;
	line-height: 2;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}


.mktoForm .mktoButtonRow {
	position: relative;
	clear: both;
}


.mktoForm .mktoButtonWrap {
	display: block;
	position: relative;
	margin-left: 0 !important;
}


/*
.mktoForm .mktoFormRow .mktoFieldDescriptor {
	padding-bottom: 0px !important;
}
*/


.mktoForm .mktoForm .mktoFieldWrap,
.mktoForm .mktoForm .mktoLogicalField {
	float: none;
}


.mktoForm .mktoFormLeft {
	float: left !important;
	width: 48% !important;
}


.mktoForm .mktoFormNone {
	float: none !important;
}


.mktoForm .mktoFieldWrap > label {
	padding-top: 0em;
	padding-bottom: 0.8em;
}


.mktoForm .mktoError {
	position: relative;
	clear: both;
	color: #ff4400;
	right: auto !important;
	bottom: auto !important;
	border-radius: 0px;
	width: 100%;
	vertical-align: middle;
	margin-left: 0em;
}


.mktoForm .mktoErrorMsg {
	vertical-align: top;
	padding-top: 5px;
}


.mktoForm fieldset {
	display: block;
	margin: 1.25em 0;
	padding: 1em 0;
	border: 0px solid #b3b1a8;
}


.mktoForm legend {
	display: inline-block;
	width: auto;
	padding: 0em 0.5em 0em 0.5em;
	border-bottom: 0 none;
	margin: 0 0 0 0;
}


.mktoForm label {
	color: #554344;
	display: block;
	margin: 0 0 0.25em;
}


.mktoForm textarea,
.mktoForm input[type="text"],
.mktoForm input[type="password"],
.mktoForm input[type="datetime"],
.mktoForm input[type="datetime-local"],
.mktoForm input[type="date"],
.mktoForm input[type="month"],
.mktoForm input[type="time"],
.mktoForm input[type="week"],
.mktoForm input[type="number"],
.mktoForm input[type="email"],
.mktoForm input[type="url"],
.mktoForm input[type="search"],
.mktoForm input[type="tel"],
.mktoForm input[type="image"],
.mktoForm input[type="color"] {
	display: block;
	width: 100% !important;
	padding: 0.5em;
	margin: 0 0 0;
	vertical-align: middle;
	border: 1px solid #b4b1a8;
	font-family: inherit;
	font-size: 1em;
	border-radius: 0px;
	height: 3em;
	background: white;
}


.mktoForm textarea:focus,
.mktoForm input[type="text"]:focus,
.mktoForm input[type="password"]:focus,
.mktoForm input[type="datetime"]:focus,
.mktoForm input[type="datetime-local"]:focus,
.mktoForm input[type="date"]:focus,
.mktoForm input[type="month"]:focus,
.mktoForm input[type="time"]:focus,
.mktoForm input[type="week"]:focus,
.mktoForm input[type="number"]:focus,
.mktoForm input[type="email"]:focus,
.mktoForm input[type="url"]:focus,
.mktoForm input[type="search"]:focus,
.mktoForm input[type="tel"]:focus,
.mktoForm input[type="image"]:focus,
.mktoForm input[type="color"]:focus {
	border: 1px solid #1f97c4;
	outline: none;
}


.mktoForm textarea:focus::-webkit-input-placeholder,
.mktoForm input[type="text"]:focus::-webkit-input-placeholder,
.mktoForm input[type="password"]:focus::-webkit-input-placeholder,
.mktoForm input[type="datetime"]:focus::-webkit-input-placeholder,
.mktoForm input[type="datetime-local"]:focus::-webkit-input-placeholder,
.mktoForm input[type="date"]:focus::-webkit-input-placeholder,
.mktoForm input[type="month"]:focus::-webkit-input-placeholder,
.mktoForm input[type="time"]:focus::-webkit-input-placeholder,
.mktoForm input[type="week"]:focus::-webkit-input-placeholder,
.mktoForm input[type="number"]:focus::-webkit-input-placeholder,
.mktoForm input[type="email"]:focus::-webkit-input-placeholder,
.mktoForm input[type="url"]:focus::-webkit-input-placeholder,
.mktoForm input[type="search"]:focus::-webkit-input-placeholder,
.mktoForm input[type="tel"]:focus::-webkit-input-placeholder,
.mktoForm input[type="image"]:focus::-webkit-input-placeholder,
.mktoForm input[type="color"]:focus::-webkit-input-placeholder {
	color: #554344;
}


.mktoForm textarea:focus:-moz-placeholder,
.mktoForm input[type="text"]:focus:-moz-placeholder,
.mktoForm input[type="password"]:focus:-moz-placeholder,
.mktoForm input[type="datetime"]:focus:-moz-placeholder,
.mktoForm input[type="datetime-local"]:focus:-moz-placeholder,
.mktoForm input[type="date"]:focus:-moz-placeholder,
.mktoForm input[type="month"]:focus:-moz-placeholder,
.mktoForm input[type="time"]:focus:-moz-placeholder,
.mktoForm input[type="week"]:focus:-moz-placeholder,
.mktoForm input[type="number"]:focus:-moz-placeholder,
.mktoForm input[type="email"]:focus:-moz-placeholder,
.mktoForm input[type="url"]:focus:-moz-placeholder,
.mktoForm input[type="search"]:focus:-moz-placeholder,
.mktoForm input[type="tel"]:focus:-moz-placeholder,
.mktoForm input[type="image"]:focus:-moz-placeholder,
.mktoForm input[type="color"]:focus:-moz-placeholder {
	/* Firefox 18- */
	color: #554344;
}


.mktoForm textarea:focus::-moz-placeholder,
.mktoForm input[type="text"]:focus::-moz-placeholder,
.mktoForm input[type="password"]:focus::-moz-placeholder,
.mktoForm input[type="datetime"]:focus::-moz-placeholder,
.mktoForm input[type="datetime-local"]:focus::-moz-placeholder,
.mktoForm input[type="date"]:focus::-moz-placeholder,
.mktoForm input[type="month"]:focus::-moz-placeholder,
.mktoForm input[type="time"]:focus::-moz-placeholder,
.mktoForm input[type="week"]:focus::-moz-placeholder,
.mktoForm input[type="number"]:focus::-moz-placeholder,
.mktoForm input[type="email"]:focus::-moz-placeholder,
.mktoForm input[type="url"]:focus::-moz-placeholder,
.mktoForm input[type="search"]:focus::-moz-placeholder,
.mktoForm input[type="tel"]:focus::-moz-placeholder,
.mktoForm input[type="image"]:focus::-moz-placeholder,
.mktoForm input[type="color"]:focus::-moz-placeholder {
	/* Firefox 19+ */
	color: #554344;
}


.mktoForm textarea:focus:-ms-input-placeholder,
.mktoForm input[type="text"]:focus:-ms-input-placeholder,
.mktoForm input[type="password"]:focus:-ms-input-placeholder,
.mktoForm input[type="datetime"]:focus:-ms-input-placeholder,
.mktoForm input[type="datetime-local"]:focus:-ms-input-placeholder,
.mktoForm input[type="date"]:focus:-ms-input-placeholder,
.mktoForm input[type="month"]:focus:-ms-input-placeholder,
.mktoForm input[type="time"]:focus:-ms-input-placeholder,
.mktoForm input[type="week"]:focus:-ms-input-placeholder,
.mktoForm input[type="number"]:focus:-ms-input-placeholder,
.mktoForm input[type="email"]:focus:-ms-input-placeholder,
.mktoForm input[type="url"]:focus:-ms-input-placeholder,
.mktoForm input[type="search"]:focus:-ms-input-placeholder,
.mktoForm input[type="tel"]:focus:-ms-input-placeholder,
.mktoForm input[type="image"]:focus:-ms-input-placeholder,
.mktoForm input[type="color"]:focus:-ms-input-placeholder {
	color: #554344;
}


.mktoForm textarea {
	height: 200px;
}


.mktoForm::-webkit-input-placeholder {
	font-family: inherit;
	color: #b3b1a8;
}


.mktoForm:-moz-placeholder {
	/* Firefox 18- */
	font-family: inherit;
	color: #b3b1a8;
}


.mktoForm::-moz-placeholder {
	/* Firefox 19+ */
	font-family: inherit;
	color: #b3b1a8;
}


.mktoForm:-ms-input-placeholder {
	font-family: inherit;
	color: #b3b1a8;
}


.mktoForm input[type="submit"],
.mktoForm input[type="button"] {
	display: block;
	border-radius: 0px;
}


.mktoForm input[type="file"] {
	padding: 0.125em;
	margin: 0 0 0.625em;
	font-family: inherit;
	font-size: 1em;
	border-radius: 0px;
	line-height: 100%;
}


.mktoForm textarea {
	padding: 0.5em;
}


.mktoForm progress,
.mktoForm meter {
	padding: 0.125em;
	margin: 0 0 0.625em;
	font-family: inherit;
	font-size: 1em;
}



.mktoForm a {
	color: #000000;
	text-decoration: none;
}


.mktoForm a:hover {
	color: #6e6e6e;
	text-decoration: underline;
}


.mktoForm label[for=lastContactFormTopic] {
	display: none;
}


.mktoForm input#spambotFilter,
.mktoForm label[for="spambotFilter"] {
	display: none;
}


form.mktoForm div.mktoFormRow {
	width: 100%;
	margin: 0 auto;
}
form.mktoForm div.mktoFormRow div.mktoFormCol
{
	margin-bottom: 20px !important;
	width: 100%;
	display: inline-block;
}

.mktoFormRow fieldset {
	width: 100%;
}


/*
.mktoFormRow:nth-of-type(2) {
	margin-left: 1% !important;
}
*/


.mktoFormRow:nth-of-type(2) fieldset.mktoFormCol {
	position: relative;
}


.mktoAsterix {
	padding-right: 5px;
	/*	display: inline-block;*/
	display: none;
}


.mktoFormRow.twoCol .mktoFormCol {
	width: 49% !important;
	float: left;
}


.mktoFormRow.twoCol .mktoFormCol:nth-of-type(1) {
	margin-right: 1%;
}


.mktoFormRow.twoCol .mktoFormCol:nth-of-type(2) {
	margin-left: 1%;
}


.mktoFormRow.twoCol .mktoFormCol input,
.mktoFormRow.twoCol .mktoFormCol select,
.mktoFormRow.twoCol .mktoFormCol textarea {
	width: 100% !important;
	float: none;
}


.mktoFormRow.threeCol .mktoFormCol {
	width: 32% !important;
	float: left;
}


.mktoFormRow.threeCol .mktoFormCol:nth-of-type(1) {
	margin-right: 1%;
}


.mktoFormRow.threeCol .mktoFormCol:nth-of-type(2) {
	margin-left: 1%;
	margin-right: 1%;
}


.mktoFormRow.threeCol .mktoFormCol:nth-of-type(3) {
	margin-left: 1%;
}


.mktoFormRow.threeCol .mktoFormCol input,
.mktoFormRow.threeCol .mktoFormCol select,
.mktoFormRow.threeCol .mktoFormCol textarea {
	width: 100% !important;
	float: none;
}


.mktoForm.mobile .mktoFormCol {
	width: 100% !important;
	margin: 0 !important;
}


.mktoForm.mobile .mktoFormCol input,
.mktoForm.mobile .mktoFormCol select,
.mktoForm.mobile .mktoFormCol textarea {
	width: 100% !important;
	float: none;
}


.mktoForm.mobile .mktoFormCol .mktoError {
	float: none;
}


.mktoForm.mobile .mktoFieldWrap.time,
.mktoForm.mobile .mktoFieldWrap.date {
	width: 100% !important;
}


.mktoFormRow.twoCol .mktoError,
.mktoFormRow.threeCol .mktoError {
	float: none;
	width: 100%;
}


.mktoForm.mobile legend {
	font-size: 15px !important;
}


.mktoForm.mobile fieldset.mktoFormCol {
	margin: 0 0 0 !important;
}


fieldset .mktoFieldWrap.time {
	width: auto !important;
	display: inline-block;
	position: relative;
	overflow-x: hidden;
}


fieldset .mktoFieldWrap.time label {
	display: none;
}


fieldset .mktoFieldWrap.time:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2.7em;
	height: 2.5em;
	background: #F2F2F2 url("../images/clock.png") center center;
	background-size: cover;
	pointer-events: none;
}


fieldset .mktoFieldWrap.time select {
	width: 250px !important;
}


fieldset .mktoFieldWrap.date {
	width: auto !important;
	display: inline-block;
	position: relative;
	overflow-x: hidden;
}


fieldset .mktoFieldWrap.date label {
	display: none;
}


fieldset .mktoFieldWrap.date:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2.7em;
	height: 2.5em;
	background: #F2F2F2 url("../images/calendar.png") center center;
	background-size: cover;
	pointer-events: none;
}


fieldset .mktoFieldWrap.date input {
	width: 250px !important;
}


.mktoForm.mobile .mktoFormCol {
	width: 100% !important;
	margin: 0 !important;
}


.mktoForm.mobile .mktoFormCol input,
.mktoForm.mobile .mktoFormCol select,
.mktoForm.mobile .mktoFormCol textarea {
	width: 100% !important;
	float: none;
}


.mktoForm.mobile .mktoFormCol .mktoError {
	float: none;
}


.mktoForm.mobile .mktoFieldWrap.time,
.mktoForm.mobile .mktoFieldWrap.date {
	width: 100% !important;
}


.mktoFormRow.twoCol .mktoError,
.mktoFormRow.threeCol .mktoError {
	float: none;
	width: 100%;
}

/*MOBILE SCREEN STYLING*/


.mktoForm.mobile label {
	font-size: 15px !important;
}


.mktoForm.mobile input[type="text"],
.mktoForm.mobile input[type="password"],
.mktoForm.mobile input[type="datetime"],
.mktoForm.mobile input[type="datetime-local"],
.mktoForm.mobile input[type="date"],
.mktoForm.mobile input[type="month"],
.mktoForm.mobile input[type="time"],
.mktoForm.mobile input[type="week"],
.mktoForm.mobile input[type="number"],
.mktoForm.mobile input[type="email"],
.mktoForm.mobile input[type="url"],
.mktoForm.mobile input[type="search"],
.mktoForm.mobile input[type="tel"],
.mktoForm.mobile input[type="image"],
.mktoForm.mobile input[type="color"] {
	height: 3em !important;
}

/* Container Appearance */



.daterangepicker {
	position: absolute;
	background: #fff;
	top: 100px;
	left: 20px;
	padding: 4px;
	margin-top: 1px;
	border-radius: 4px;
	width: 278px;
}


.daterangepicker.opensleft:before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}


.daterangepicker.opensleft:after {
	position: absolute;
	top: -6px;
	right: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}


.daterangepicker.openscenter:before {
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}


.daterangepicker.openscenter:after {
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}



.daterangepicker.opensright:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}



.daterangepicker.opensright:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}



.daterangepicker.dropup {
	margin-top: -5px;
}



.daterangepicker.dropup:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc;
}



.daterangepicker.dropup:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}



.daterangepicker.dropdown-menu {
	max-width: none;
	z-index: 3000;
}



.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
	float: none;
}


.daterangepicker .calendar {
	display: none;
	max-width: 270px;
	margin: 4px;
}


.daterangepicker.show-calendar .calendar {
	display: block;
}


.daterangepicker .calendar.single .calendar-table {
	border: none;
}

/* Calendars */



.daterangepicker .calendar th,
.daterangepicker .calendar td {
	white-space: nowrap;
	text-align: center;
	min-width: 32px;
}


.daterangepicker .calendar-table {
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 4px;
	background: #fff;
}


.daterangepicker table {
	width: 100%;
	margin: 0;
}


.daterangepicker td,
.daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	white-space: nowrap;
	cursor: pointer;
}


.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	color: #999;
	background: #fff;
}


.daterangepicker td.disabled,
.daterangepicker option.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}


.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background: #eee;
}


.daterangepicker td.in-range {
	background: #ebf4f8;
	border-radius: 0;
}


.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}


.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}


.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}


.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #d21849 !important;
	border-color: #cc3366 important;
	color: #fff;
}


.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}


.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}


.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}


.daterangepicker select.yearselect {
	width: 40%;
}


.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
	width: 50px;
	margin-bottom: 0;
}


.daterangepicker th.month {
	width: auto;
}

/* Text Input Above Each Calendar */



.daterangepicker .input-mini {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 6px 0 28px;
	width: 100%;
}


.daterangepicker .input-mini.active {
	border: 1px solid #357ebd;
}


.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 8px;
}


.daterangepicker .daterangepicker_input {
	position: relative;
}

/* Time Picker */



.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
	padding-left: 28px;
}


.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

/* Predefined Ranges */



.daterangepicker .ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left;
}


.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}


.daterangepicker .ranges li {
	font-size: 13px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #08c;
	padding: 3px 12px;
	margin-bottom: 8px;
	border-radius: 5px;
	cursor: pointer;
}


.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
	background: #08c;
	border: 1px solid #08c;
	color: #fff;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
	.daterangepicker {
		width: auto;
	}
	.daterangepicker .ranges ul {
		width: 160px;
	}
	.daterangepicker.single .ranges ul {
		width: 100%;
	}
	.daterangepicker .calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.daterangepicker .calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.daterangepicker .calendar.left {
		clear: left;
		margin-right: 0;
	}
	.daterangepicker.single .calendar.left {
		clear: none;
	}
	.daterangepicker.single .ranges,
	.daterangepicker.single .calendar {
		float: left;
	}
	.daterangepicker .calendar.right {
		margin-left: 0;
	}
	.daterangepicker .left .daterangepicker_input {
		padding-right: 12px;
	}
	.daterangepicker .calendar.left .calendar-table {
		padding-right: 12px;
	}
	.daterangepicker .ranges,
	.daterangepicker .calendar {
		float: left;
	}
}
@media (min-width: 730px) {
	.daterangepicker .ranges {
		width: auto;
		float: left;
	}
	.daterangepicker .calendar.left {
		clear: none;
	}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("aia-header/fonts/glyphicons-halflings-regular.eot");
	src: url("aia-header/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("aia-header/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("aia-header/fonts/glyphicons-halflings-regular.woff") format("woff"), url("aia-header/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("aia-header/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #e66688;
}


.daterangepicker td.in-range {
	background-color: #ffcccc !important;
}


.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
	background-color: #d21849 !important;
	border-color: #cc0033 !important;
}


.btn-success {
	background-color: #d21849;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: auto;
	line-height: 1.5;
	min-width: 0;
	padding: 5px 10px;
	text-transform: none;
}


.cancelBtn.active,
.cancelBtn.focus,
.cancelBtn:active,
.cancelBtn:focus,
.cancelBtn:hover,
.open > .dropdown-toggle.cancelBtn {
	background-color: #5a6c80;
}


.cancelBtn {
	background-color: #5a6c80;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: auto;
	line-height: 1.5;
	min-width: 0;
	padding: 5px 10px;
	text-transform: none;
}


.glyphicon {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.glyphicon-calendar:before {
	content: "\e109";
}


.glyphicon-chevron-left:before {
	content: "\e079";
}


.glyphicon-chevron-right:before {
	content: "\e080";
}


.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 5px;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("aia-header/fonts/glyphicons-halflings-regular.eot");
	src: url("aia-header/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("aia-header/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("aia-header/fonts/glyphicons-halflings-regular.woff") format("woff"), url("aia-header/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("aia-header/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


.daterangepicker td.start-date,
.daterangepicker td.in-range.end-date,
.daterangepicker td.available:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #d21849 !important;
	color: #fff !important;
}


.daterangepicker td.in-range {
	background-color: #f5ccd7;
}


.daterangepicker .btn-success.active,
.daterangepicker .btn-success.focus,
.daterangepicker .btn-success:active,
.daterangepicker .btn-success:focus,
.daterangepicker .btn-success:hover,
.daterangepicker .open > .dropdown-toggle.btn-success {
	background-color: #d21849;
	outline: 0px none;
}


.daterangepicker .btn-success {
	background-color: #d21849;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	font-family: AIASans, Calibri, sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: auto;
	line-height: 1.5;
	min-width: 0;
	padding: 3px 10px;
	text-transform: uppercase;
}


.daterangepicker .btn-default {
	color: #fff;
}


.daterangepicker .btn-default.active,
.daterangepicker .btn-default.focus,
.daterangepicker .btn-default:active,
.daterangepicker .btn-default:focus,
.daterangepicker .btn-default:hover,
.daterangepicker .open > .dropdown-toggle.btn-default {
	background-color: #5a6c80 !important;
	border-color: #336666 !important;
	color: #ffffff !important;
	outline: 0px none;
}


.daterangepicker .btn-default {
	background-color: #596C80;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	font-family: AIASans, Calibri, sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: auto;
	line-height: 1.5;
	min-width: 0;
	padding: 3px 10px;
	text-transform: uppercase;
}


.daterangepicker .glyphicon {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.daterangepicker .glyphicon-calendar:before {
	content: "\e109";
}


.daterangepicker .glyphicon-chevron-left:before {
	content: "\e079";
}


.daterangepicker .glyphicon-chevron-right:before {
	content: "\e080";
}


.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > td,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > thead > tr > th {
	padding: 5px;
}
@media (max-width: 768px) {
	form.mktoForm div.mktoFormRow {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 0;
	}
	form.mktoForm div.mktoFormRow:nth-of-type(2) fieldset.mktoFormCol {
		background: #faf9f4;
		padding-top: 1em !important;
		padding-bottom: 1em !important;
		padding-bottom: 1em !important;
	}
	.mktoButtonRow {
		padding-top: 0px;
	}
/*
	.mktoForm div.mktoFormRow fieldset.mktoFormCol div.mktoFormRow {
		padding-bottom: 20px;
	}
*/
}
