/**********************************************************
// Footer
**********************************************************/
.Footer {
	padding: var(--90px) var(--20px);
	background: var(--Color-Blue-1);
	background: linear-gradient(to bottom, var(--Color-Blue-2) 0%, var(--Color-Blue-1) 100%);
	background: -moz-linear-gradient(top, var(--Color-Blue-2) 0%, var(--Color-Blue-1) 100%);
	background: -webkit-linear-gradient(top, var(--Color-Blue-2) 0%, var(--Color-Blue-1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D7BAE', endColorstr='#00659D',GradientType=0 );
	color: var(--Color-White);
	position: relative;
	}

.Footer-Gradient {
	background: linear-gradient(to bottom, rgba(113,159,195,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(113,159,195,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(113,159,195,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719FC3', endColorstr='#00FFFFFF',GradientType=0 );
	position: absolute;
	z-index: 100;
	bottom: 50%;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Footer >> Main
**********************************************************/
.Footer-Main {
	margin: auto;
	width: 100%;
	max-width: 81.25rem;
	position: relative;
	z-index: 2000;
	}

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

.Footer-Main-Bottom {
	margin-top: var(--30px);
	width: 100%;
	display: flex;
	}

.Footer-Main-Left {
	margin: 0;
	padding-right: var(--10px);
	width: 30%;
	max-width: 23.4375rem;
	}

.Footer-Main-Right {
	margin-left: auto;
	padding-left: var(--10px);
	width: 70%;
	max-width: 49.6875rem;
	}

.Footer-Main-Top .Footer-Main-Left a:first-child { margin-top: 0 !important; }
.Footer-Left-Links { margin-top: var(--12px); }

.Footer-Main-Bottom .Footer-Main-Right { text-align: right; }

/**********************************************************
// Footer >> Button / Link
**********************************************************/
.Footer-Button {
	margin: var(--7px) 0;
	padding: var(--5px) var(--15px);
	border-radius: var(--30px);
	border: var(--2px) solid var(--Color-White);
	color: var(--Color-White);
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-family: var(--Font-Condsd);
	font-weight: 700;
	font-size: var(--15px);
	display: inline-block;
	}

.Footer-Button:hover,
.Footer-Button:focus {
	background: var(--Color-Yellow);
	border: var(--2px) solid var(--Color-Yellow);
	color: var(--Color-Blue-1);
	}

.Footer-Link {
	margin: var(--3px) 0;
	font-weight: 500;
	font-size: var(--15px);
	color: var(--Color-White);
	display: inline-block;
	}

.Footer-Link:hover,
.Footer-Link:focus { color: var(--Color-Yellow); }

/**********************************************************
// Footer >> Link Sections
**********************************************************/
.Footer-Link-Sections { font-size: 0; }
.Footer-Link-Section {
	padding-right: var(--15px);
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	}

.Footer-Link-Section h3 {
	padding: 0 !important;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-weight: 700;
	font-size: var(--15px);
	}

.Footer-Link-Section ul {
	margin: var(--15px) 0 0 0;
	padding: 0;
	list-style-type: none;
	}

.Footer-Link-Section li {
	margin: var(--5px) 0;
	display: block;
	}

.Footer-Link-Section li a {
	line-height: 1.5em;
	font-size: var(--15px);
	color: var(--Color-White);
	}

.Footer-Link-Section li a:hover,
.Footer-Link-Section li a:focus { color: var(--Color-Yellow); }

/**********************************************************
// Footer >> Sub
**********************************************************/
.Footer-Sub h4 {
	padding: 0 !important;
	line-height: 1.5em;
	font-weight: 700;
	font-size: var(--11px);
	}

.Footer-Sub h5 {
	margin-top: var(--5px);
	padding: 0 !important;
	line-height: 1.5em;
	font-weight: 700;
	font-size: var(--11px);
	}

.Footer-Sub h6 {
	padding: 0 !important;
	line-height: 1.5em;
	font-weight: 400;
	font-size: var(--11px);
	}

.Footer-Sub-Logo {
	line-height: 0;
	font-size: 0;
	}

.Footer-Sub-Logo img {
	width: auto;
	height: auto;
	max-height: 3rem;
	}

/**********************************************************
// Footer >> Social
**********************************************************/
.Footer-Social li { margin: 0 1.5625rem; }

.Footer-Social li a {
	color: var(--Color-White);
	font-size: var(--20px);
	}

.Footer-Social li a:hover,
.Footer-Social li a:focus { color: var(--Color-Yellow); }

/**********************************************************
// Footer >> Disclaimer
**********************************************************/
.Footer-Disclaimer {
	margin: var(--15px) 0 0 0;
	line-height: 1.5em;
	font-size: var(--11px);
	}

.Footer-Disclaimer a { color: var(--Color-White); }
.Footer-Disclaimer a:hover,
.Footer-Disclaimer a:focus { color: var(--Color-Yellow); }

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta a { color: var(--Color-White); }
.Footer-Meta a:hover,
.Footer-Meta a:focus { color: var(--Color-Yellow); }
.Footer-Meta {
	margin-top: var(--15px);
	line-height: 1.5em;
	font-weight: 500;
	font-size: var(--13px);
	}

/**********************************************************
// Media Queries
**********************************************************/
@media /* 1024px */
all and (max-width: 64rem),
all and (max-device-width: 64rem)
{
	.Footer { padding: var(--30px) var(--20px); }

	.Footer-Main-Top .Footer-Main-Right { display: none; }
	.Footer-Social { display: none; }

	.Footer-Main-Top,
	.Footer-Main-Bottom { display: block; }
	.Footer-Main-Left,
	.Footer-Main-Right {
		margin: auto;
		width: 100%;
		text-align: center;
		display: block;
		}

	.Footer-Main-Bottom .Footer-Main-Right { text-align: center; }

	.Footer-Left-Buttons br { display: none; }

	.Footer-Button { margin: var(--7px) var(--10px); }

	.Footer-Sub,
	.Footer-Disclaimer { margin-top: var(--30px); }
}

@media /* 768px */
all and (max-width: 48rem),
all and (max-device-width: 48rem)
{

}
