/**********************************************************
// Footer
**********************************************************/
.Footer {
	padding: 0 10px 30px 10px;
	width: 100%;
	position: relative;
	z-index: 10;
	}

/**********************************************************
// Footer >> Simple
**********************************************************/
.Footer-Simple {
	padding-top: 160px;
	background: #3D7BAE;
	color: #FFF;
	}

.Footer-Simple-Wave {
	height: 150px;
	position: absolute;
	z-index: 20;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Footer >> Main
**********************************************************/
.Footer-Main {
	margin: auto;
	width: 100%;
	max-width: 1024px;
	font-size: 0;
	position: relative;
	z-index: 30;
	color: #FFF;
	}

.Footer-Main-Left {
	width: 27%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	}

.Footer-Main-Right {
	padding-left: 30px;
	width: 73%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	}

.Footer-Main-Top {
	width: 100%;
	display: flex;
	align-items: center;
	}

.Footer-Main-Bottom {
	margin-top: 60px;
	display: flex;
	align-items: flex-end;
	}

.Footer-Main-Bottom a { color: #FFF; /*text-decoration: underline;*/ }
.Footer-Main-Bottom a:hover,
.Footer-Main-Bottom a:focus { color: #FFE160; }

.Footer-Main-Quarter {
	width: 27%;
	}

.Footer-Main-Half {
	width: 46%;
	text-align: center;
	}

/**********************************************************
// Footer >> Main >> Logo
**********************************************************/
.Footer-Main-Logo {
	line-height: 0;
	font-size: 0;
	display: inline-block;
	}

.Footer-Main-Logo img {
	width: auto;
	height: auto;
	max-height: 70px;
	}

/**********************************************************
// Footer >> Main >> Contact
**********************************************************/
.Footer-Main-Contact {
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Main-Contact a:hover,
.Footer-Main-Contact a:focus {
	color: #FFE160;
	border: 2px solid #FFE160;
	}

.Footer-Main-Contact a {
	margin-right: 40px;
	padding: 10px 20px;
	border: 2px solid #FFF;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Main-Contact a:last-child { margin-right: 0; }
.Footer-Main-Contact .fa-phone-volume { transform: rotate(-35deg); }

.Footer-Main-Contact a i {
	margin-right: 7px;
	text-align: center;
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Main-Contact a span {
	display: inline-block;
	vertical-align: middle;
	}

/**********************************************************
// Footer >> Social
**********************************************************/
.Footer-Social {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Social li {
	margin: 10px 10px 0 10px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Social li:first-child { margin-left: 0; }
.Footer-Social li:last-child { margin-right: 0; }

.Footer-Social li a {
	color: #FFF;
	display: inline-block;
	}

.Footer-Social li a:hover,
.Footer-Social li a:focus { color: #FFE160; }
/*.Footer-Social li a:hover i { border: 2px solid #FFE160; }*/

.Footer-Social li a span { display: none; }
.Footer-Social li a i {
	width: 34px;
	height: 34px;
	line-height: 30px;
	border: 0 solid #FFF;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

/**********************************************************
// Footer >> Company Lines
**********************************************************/
.Footer-Main-Bottom h4 {
	padding: 0 !important;
	font-weight: 700;
	font-size: 13px;
	}

.Footer-Main-Bottom h5 {
	padding: 0 !important;
	font-weight: 400;
	font-size: 13px;
	}

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta {
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5em;
	}

.Footer-License { text-align: right; }

/**********************************************************
// Footer >> Nav
**********************************************************/
.Footer-Nav {
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.5em;
	}

.Footer-Nav li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	}

.Footer-Nav li:first-child { margin-left: 0; }
.Footer-Nav li:last-child { margin-right: 0; }

.Footer-Nav li a:hover,
.Footer-Nav li a:focus { color: #FFE160; }
.Footer-Nav li a {
	text-decoration: underline;
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

/**********************************************************
// Footer >> Complex
**********************************************************/
.Footer-Complex {
	padding-top: 80px;
	background-color: #3D7BAE;
	}

.Footer-Complex-Background {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Footer-Complex-Background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	}

.Footer-Complex-Inner {
	margin: auto;
	width: 100%;
	max-width: 600px;
	text-align: center;
	position: relative;
	z-index: 30;
	}

.Footer-Complex .Footer-Main { margin-top: 60px; }

/**********************************************************
// Footer >> Form
**********************************************************/
.Footer-Form-Logo {
	margin: auto;
	line-height: 0;
	font-size: 0;
	}

.Footer-Form-Logo img {
	width: auto;
	height: auto;
	max-height: 74px;
	}

.Footer-Form > h3 {
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 360px;
	font-size: 32px;
	color: #EE3D8F;
	}

.Footer-Form .wFormHeader,
.Footer-Form .wFormTitle { display: none; }
.Footer-Form .wFormContainer .wForm {
	margin-top: 0 !important;
	background: transparent;
	border: 0;
	}

.Footer-Form .wFormContainer .wForm form { padding: 0 !important; }

.Footer-Form .wForm input[type="checkbox"] { -webkit-appearance: none; }

.Footer-Form .wFormContainer .section { font-size: 0; }
.Footer-Form .wForm .inline div.oneField {
	width: 50%;
	}

.Footer-Form .wFormContainer .label.preField {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	}

.Footer-Form .wForm .inputWrapper { display: block; }
.Footer-Form .wFormContainer .wForm .inputWrapper input[type='text'],
.Footer-Form .wFormContainer .wForm .inputWrapper input[type='password'],
.Footer-Form .wFormContainer .wForm .inputWrapper input[type='file'],
.Footer-Form .wFormContainer .wForm .inputWrapper select:not([multiple]) {
	padding: 5px 10px !important;
	width: 100%;
	line-height: 20px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border: 1px solid #D5D5D5;
	font-size: 14px !important;
	color: #000;
	}

.Footer-Form .wFormContainer .wForm .inputWrapper textarea {
	border-radius: 4px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border: 1px solid #D5D5D5;
	font-size: 14px !important;
	color: #000;
	}

.Footer-Form .wForm form .vertical > .oneChoice {
	margin-bottom: 0 !important;
	padding: 0 5px 0 20px;
	height: 30px;
	line-height: 25px;
	position: relative;
	}

.Footer-Form .wForm form .vertical > .oneChoice input[type="radio"] { display: none; }
.Footer-Form .wForm form .vertical > .oneChoice .input-checkbox-faux,
.Footer-Form .wForm form .vertical > .oneChoice .input-radio-faux {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #FFF;
	box-shadow: 0 0 0 #000;
	border: 1px solid #1A4EA2;
	cursor: pointer;
	display: block;
	position: absolute;
	left: -25px;
	top: 5px;
	}

.Footer-Form .wFormContainer .oneChoice .label.postField {
	font-weight: 300;
	font-size: 14px;
	color: #000;
	position: relative;
	top: -5px;
	}

.Footer-Form .wForm form .vertical > .oneChoice input[type="radio"]:checked + label > span { background: #FFE160; }

.Footer-Form #tfa_13 .oneChoice { padding-left: 30px; }
.Footer-Form #tfa_13 input[type="checkbox"] { display: none; }
.Footer-Form #tfa_13 .label > span:last-child {
	margin-top: 4px;
	line-height: 1.4em;
	color: #FFF !important;
	font-weight: 700;
	display: inline-block;
	}

.Footer-Form .wForm form .vertical > .oneChoice .input-checkbox-faux {
	content: '';
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 4px;
	background: #FFF;
	text-align: center;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border: 1px solid #D5D5D5;
	cursor: pointer;
	display: block;
	position: absolute;
	left: -25px;
	top: 5px;
	}

.Footer-Form .wForm form .vertical > .oneChoice input[type="checkbox"]:checked + label > span:first-child:before {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	font-size: 12px;
	color: #1A4EA2;
	}

.Footer-Form .wFormContainer .actions { text-align: right; }
.Footer-Form .wFormContainer .actions .primaryAction:hover,
.Footer-Form .wFormContainer .actions .primaryAction:focus { background: #EE3D8F; }
.Footer-Form .wFormContainer .actions .primaryAction {
	padding: 10px 40px;
	border-radius: 50px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 600;
	font-size: 18px;
	background: #FFE160;
	color: #1A4EA2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.Footer-Form .wFormFooter { display: none; }

.Footer-Form .wFormContainer .wForm .inputWrapper input[type='text'],
.Footer-Form .wFormContainer .wForm .inputWrapper input[type='password'],
.Footer-Form .wFormContainer .wForm .inputWrapper input[type='file'],
.Footer-Form .wFormContainer .wForm .inputWrapper select:not([multiple]) {
	padding: 10px 20px !important;
	line-height: 1em !important;
	}

/**********************************************************
// Footer Disclaimer
**********************************************************/

.Footer-Main-Disclaimer {
    font-size: 10px;
    line-height: 1.3em;
    margin-top: 40px;
}

.Footer-Main-Disclaimer a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;
}

.Footer-Main-Disclaimer a:hover,
.Footer-Main-Disclaimer a:focus { color: #FFE160; }

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Footer-Simple { padding-top: 120px; }
	.Footer-Simple-Wave {
		right: -100px;
		left: -100px;
		}

	.Footer-Main-Left,
	.Footer-Main-Right {
		padding: 0;
		width: 100%;
		text-align: center;
		display: block;
		}

	.Footer-Main-Contact {
		margin-top: 40px;
		display: block;
		}

	.Footer-Main-Contact a { padding: 10px; }
	.Footer-Main-Contact a span { display: none; }
	.Footer-Main-Contact a i { margin-right: 0; }

	.Footer-Social li { margin: 10px 15px 0 15px; }
	.Footer-Social {
		margin: 20px auto 0 auto;
		display: block;
		}

	.Footer-Main-Bottom { margin-top: 30px; }

	.Footer-Main-Bottom .Footer-Main-Right { margin-top: 30px; }

	.Footer-Complex .Footer-Main { margin-top: 20px; }

	.Footer-Form .wFormContainer .label.preField {
		letter-spacing: 0;
		font-weight: 500;
		}

	.Footer-Main-Top { display: block; }

	.Footer-Main-Bottom { display: block; }

	.Footer-Meta { text-align: center; }
	.Footer-Main-Half,
	.Footer-Main-Quarter {
		padding: 15px 10px;
		width: 100%;
		text-align: center;
		display: block;
		}
}
