/*
 ====================================================================
 *	Core theme CSS
 ====================================================================
 */
.gg-chevron-right, .gg-chevron-left {
	border: none;
	display: inline-block;
	width: 5px;
	height: 5px;
	color: #00205B;
	transition: all 0.3s ease;
}

	.gg-chevron-right:after, .gg-chevron-left:after {
		width: 5px;
		height: 5px;
		right: auto;
		top: auto;
	}

.gg-chevron-down {
	border: none;
	display: inline-block;
	width: 8px;
	height: 8px;
	color: #C8102E;
	transition: all 0.3s ease;
}

	.gg-chevron-down:after {
		width: 8px;
		height: 8px;
		right: auto;
		top: auto;
	}

.gg-search {
	transform: scaleX(-1);
	display: inline-block;
	width: 12px;
	height: 12px;
	color: #00205B;
	transition: all 0.3s ease;
}

	.gg-search:after {
		top: 6px;
		left: 9px;
	}

body {
	color: #00205B;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

	body a.visually-hidden, body label.visually-hidden, body span.visually-hidden, body legend.visually-hidden {
		text-indent: -50000px;
		position: absolute;
	}

.no-margin {
	margin: 0 !important;
}

.no-scroll {
	overflow: hidden;
}

@media print {
	header, footer, .activity-landing-header, .homepage-header, .header-standard {
		display: none;
	}
}

main {
	display: block;
	overflow: hidden;
}

a {
	transition: all 0.3s ease;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #C8102E;
}

	a:visited {
		color: #C8102E;
	}

	a:focus {
		color: #C8102E;
	}

	a:hover {
		color: #00205B;
	}

	a:active {
		color: #C8102E;
	}

	a.phone-number {
		text-decoration-color: #EEF2F4;
		-webkit-text-decoration-color: #EEF2F4;
		color: #53565A;
	}

		a.phone-number:visited {
			color: #53565A;
		}

		a.phone-number:focus {
			color: #53565A;
		}

		a.phone-number:hover {
			color: #171717;
		}

		a.phone-number:active {
			color: #53565A;
		}

	a:hover {
		text-decoration-color: transparent;
		-webkit-text-decoration-color: transparent;
	}

* {
	box-sizing: border-box;
}

strong {
	font-weight: 700;
}

img {
	max-width: 100%;
}

h1,
.h1-like {
	font-family: alternate-gothic-compressed, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 112px;
	line-height: 138px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	padding: 0;
	margin: 0;
	letter-spacing: 1.5px;
}

@media (max-width: 1024px) {
	h1,
	.h1-like {
		font-size: 54px;
		line-height: 60px;
	}
}

h2,
.h2-like {
	font-family: alternate-gothic-compressed, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 54px;
	line-height: 60px;
	color: #00205B;
	text-transform: uppercase;
	width: 100%;
	padding: 5px 0 0;
	margin: 0 0 10px;
	letter-spacing: 1px;
}

@media (max-width: 1024px) {
	h2,
	.h2-like {
		font-size: 40px;
		line-height: 45px;
	}
}

h2.large-h2,
.h2-like.large-h2 {
	font-size: 92px;
	line-height: 95px;
}

@media (max-width: 1024px) {
	h2.large-h2,
	.h2-like.large-h2 {
		font-size: 54px;
		line-height: 55px;
	}
}

h2.obvia-h2,
.h2-like.obvia-h2 {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 1024px) {
	h2.obvia-h2,
	.h2-like.obvia-h2 {
		font-size: 23px;
		line-height: 28px;
	}
}

h3,
.h3-like {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #00205B;
	text-transform: none;
	letter-spacing: normal;
	width: 100%;
	padding: 5px 0 0;
	margin: 0 0 10px;
}

@media (max-width: 1024px) {
	h3,
	.h3-like {
		font-size: 23px;
		line-height: 28px;
	}
}

h4,
.h4-like {
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #00205B;
	text-transform: uppercase;
	width: 100%;
	padding: 5px 0 0;
	margin: 0 0 10px;
	letter-spacing: 0.5px;
}

@media (max-width: 1024px) {
	h4,
	.h4-like {
		font-size: 17px;
		line-height: 21px;
	}
}

h5,
.h5-like {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 38px;
	color: #00205B;
	width: 100%;
	text-transform: none;
	padding: 5px 0 0;
	margin: 0 0 10px;
}

@media (max-width: 1024px) {
	h5,
	.h5-like {
		font-size: 18px;
		line-height: 23px;
	}
}

h6,
.h6-like {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #C8102E;
	width: 100%;
	padding: 5px 0 0;
	margin: 0 0 15px;
	letter-spacing: 0.5px;
}

p {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #252525;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
}

	p.intro-p {
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 26px;
		line-height: 38px;
		color: #00205B;
	}

@media (max-width: 1024px) {
	p.intro-p {
		font-size: 16px;
		line-height: 28px;
	}
}

.p-like {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: inherit;
	padding: 0;
	margin: 0 0 20px;
	letter-spacing: normal;
}

blockquote {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 54px;
	color: #00205B;
	position: relative;
	padding: 0;
	margin: 30px auto;
	left: -120px;
}

@media (max-width: 1366px) {
	blockquote {
		left: -40px;
	}
}

@media (max-width: 1100px) {
	blockquote {
		left: 0;
	}
}

@media (max-width: 1024px) {
	blockquote {
		font-size: 26px;
		line-height: 38px;
	}
}

.btn, button {
	cursor: pointer;
	/*width: 100%;
	max-width: 250px;
	height: 56px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 10px 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	transition: all 0.3s ease;*/
	border: 2px #C8102E solid;
	background-color: #C8102E;
	color: #FFFFFF;
	text-decoration-color: #C8102E;
	-webkit-text-decoration-color: #C8102E;
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	/*&.inline {
    margin-right: 15px;
    margin-bottom: 15px;
  }*/
	padding: 6px;
}

	.btn:visited, button:visited {
		color: #FFFFFF;
	}

	.btn:focus, button:focus {
		color: #FFFFFF;
	}

	.btn:hover, button:hover {
		color: #FFFFFF;
	}

	.btn:active, button:active {
		color: #FFFFFF;
	}

	.btn:hover, .btn:focus, button:hover, button:focus {
		background-color: #00205B;
		text-decoration-color: #00205B;
		-webkit-text-decoration-color: #00205B;
		border-color: #00205B;
	}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	color: #fff;
	background-color: #00205B;
	border-color: #00205B;
	box-shadow: 0 0 0 0.25rem rgb(0 32 91 / 50%);
}

.btn.full-width, button.full-width {
	max-width: none;
}

.btn:last-of-type, button:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}

.btn.on-blue:hover, .btn.on-blue:focus, button.on-blue:hover, button.on-blue:focus {
	background-color: #FFFFFF;
	text-decoration-color: #FFFFFF;
	-webkit-text-decoration-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #00205B;
}

.btn.on-red, button.on-red {
	background-color: #FFFFFF;
	text-decoration-color: #FFFFFF;
	-webkit-text-decoration-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #00205B;
}

	.btn.on-red:hover, .btn.on-red:focus, button.on-red:hover, button.on-red:focus {
		background-color: #00205B;
		text-decoration-color: #00205B;
		-webkit-text-decoration-color: #00205B;
		border-color: #00205B;
		color: #FFFFFF;
	}

.btn.large, button.large {
	width: auto;
	max-width: none;
	min-width: 250px;
}

.btn.hollow, button.hollow {
	background-color: transparent;
	border-color: #C8102E;
	color: #00205B;
	text-decoration-color: transparent;
	-webkit-text-decoration-color: transparent;
}

	.btn.hollow:visited, button.hollow:visited {
		color: #00205B;
	}

	.btn.hollow:focus, button.hollow:focus {
		color: #00205B;
	}

	.btn.hollow:hover, button.hollow:hover {
		color: #FFFFFF;
	}

	.btn.hollow:active, button.hollow:active {
		color: #00205B;
	}

	.btn.hollow:hover, button.hollow:hover {
		background-color: #C8102E;
		border-color: #C8102E;
	}

.smaller-btn {
	cursor: pointer;
	width: 100%;
	max-width: 108px;
	height: 37px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px #C8102E solid;
	box-sizing: border-box;
	background-color: #C8102E;
	border-radius: 2px;
	color: #FFFFFF;
	text-decoration-color: #C8102E;
	-webkit-text-decoration-color: #C8102E;
	padding: 10px;
	position: relative;
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.3s ease;
}

	.smaller-btn:visited {
		color: #FFFFFF;
	}

	.smaller-btn:focus {
		color: #FFFFFF;
	}

	.smaller-btn:hover {
		color: #FFFFFF;
	}

	.smaller-btn:active {
		color: #FFFFFF;
	}

	.smaller-btn:hover, .smaller-btn:focus {
		background-color: #00205B;
		text-decoration-color: #00205B;
		-webkit-text-decoration-color: #00205B;
		border-color: #00205B;
	}

	.smaller-btn.full-width {
		max-width: none;
	}

	.smaller-btn.on-blue:hover, .smaller-btn.on-blue:focus {
		background-color: #FFFFFF;
		text-decoration-color: #FFFFFF;
		-webkit-text-decoration-color: #FFFFFF;
		border-color: #FFFFFF;
		color: #00205B;
	}

	.smaller-btn.on-red {
		background-color: #FFFFFF;
		text-decoration-color: #C8102E;
		-webkit-text-decoration-color: #C8102E;
		border-color: #FFFFFF;
		color: #00205B;
	}

		.smaller-btn.on-red:hover, .smaller-btn.on-red:focus {
			background-color: #00205B;
			text-decoration-color: #00205B;
			-webkit-text-decoration-color: #00205B;
			border-color: #00205B;
			color: #FFFFFF;
		}

.secondary-btn {
	height: 32px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px #C8102E solid;
	box-sizing: border-box;
	border-radius: 4px;
	color: #00205B;
	text-decoration-color: #FFFFFF;
	-webkit-text-decoration-color: #FFFFFF;
	padding: 5px 20px;
	position: relative;
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

	.secondary-btn:visited {
		color: #00205B;
	}

	.secondary-btn:focus {
		color: #00205B;
	}

	.secondary-btn:hover {
		color: #00205B;
	}

	.secondary-btn:active {
		color: #00205B;
	}

	.secondary-btn:hover, .secondary-btn:focus {
		color: #FFFFFF;
		background-color: #C8102E;
		text-decoration-color: #C8102E;
		-webkit-text-decoration-color: #C8102E;
	}

		.secondary-btn:hover:visited, .secondary-btn:focus:visited {
			color: #FFFFFF;
		}

		.secondary-btn:hover:focus, .secondary-btn:focus:focus {
			color: #FFFFFF;
		}

		.secondary-btn:hover:hover, .secondary-btn:focus:hover {
			color: #FFFFFF;
		}

		.secondary-btn:hover:active, .secondary-btn:focus:active {
			color: #FFFFFF;
		}

		.secondary-btn:hover .gg-chevron-right, .secondary-btn:focus .gg-chevron-right {
			color: #FFFFFF;
		}

	.secondary-btn.on-blue {
		color: #FFFFFF;
		text-decoration-color: #00205B;
		-webkit-text-decoration-color: #00205B;
	}

		.secondary-btn.on-blue:visited {
			color: #FFFFFF;
		}

		.secondary-btn.on-blue:focus {
			color: #FFFFFF;
		}

		.secondary-btn.on-blue:hover {
			color: #FFFFFF;
		}

		.secondary-btn.on-blue:active {
			color: #FFFFFF;
		}

		.secondary-btn.on-blue .gg-chevron-right {
			color: #FFFFFF;
		}

		.secondary-btn.on-blue:hover {
			text-decoration-color: #C8102E;
			-webkit-text-decoration-color: #C8102E;
		}

	.secondary-btn.on-red {
		border: 2px #FFFFFF solid;
		color: #FFFFFF;
		text-decoration-color: #C8102E;
		-webkit-text-decoration-color: #C8102E;
	}

		.secondary-btn.on-red:visited {
			color: #FFFFFF;
		}

		.secondary-btn.on-red:focus {
			color: #FFFFFF;
		}

		.secondary-btn.on-red:hover {
			color: #FFFFFF;
		}

		.secondary-btn.on-red:active {
			color: #FFFFFF;
		}

		.secondary-btn.on-red .gg-chevron-right {
			color: #FFFFFF;
		}

		.secondary-btn.on-red:hover {
			background-color: #FFFFFF;
			color: #00205B;
			text-decoration-color: #FFFFFF;
			-webkit-text-decoration-color: #FFFFFF;
		}

			.secondary-btn.on-red:hover .gg-chevron-right {
				color: #00205B;
			}

	.secondary-btn .gg-chevron-right {
		padding-left: 5px;
	}

.carousel-btn {
	width: 35px;
	height: 35px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #00205B;
	text-decoration-color: #FFFFFF;
	-webkit-text-decoration-color: #FFFFFF;
	padding: 5px;
	position: relative;
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
}

	.carousel-btn:visited {
		color: #00205B;
	}

	.carousel-btn:focus {
		color: #00205B;
	}

	.carousel-btn:hover {
		color: #00205B;
	}

	.carousel-btn:active {
		color: #00205B;
	}

	.carousel-btn:hover .circle-red, .carousel-btn:focus .circle-red {
		opacity: 0;
		transform: rotate(180deg);
	}

	.carousel-btn:hover .circle-blue, .carousel-btn:focus .circle-blue {
		opacity: 1;
		transform: rotate(180deg);
	}

	.carousel-btn.previous .circle-red {
		transform: rotate(180deg);
	}

	.carousel-btn.previous .circle-blue {
		transform: rotate(180deg);
	}

	.carousel-btn.previous .gg-chevron-right {
		transform: rotate(180deg);
		right: auto;
		left: 1px;
	}

	.carousel-btn.previous:hover .circle-red, .carousel-btn.previous:focus .circle-red {
		transform: rotate(0deg);
	}

	.carousel-btn.previous:hover .circle-blue, .carousel-btn.previous:focus .circle-blue {
		transform: rotate(0deg);
	}

	.carousel-btn .circle-red {
		position: absolute;
		opacity: 1;
		top: 0;
		left: 0;
		width: 100%;
		transition: all 0.3s ease;
	}

	.carousel-btn .circle-blue {
		position: absolute;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		transition: all 0.3s ease;
	}

	.carousel-btn .gg-chevron-right {
		width: 8px;
		height: 8px;
		right: 2px;
	}

		.carousel-btn .gg-chevron-right:after {
			width: 8px;
			height: 8px;
		}

	.carousel-btn .pause {
		position: relative;
		width: 9px;
		height: 9px;
	}

		.carousel-btn .pause div {
			position: absolute;
			top: 0;
			width: 3px;
			height: 100%;
			background-color: #00205B;
		}

			.carousel-btn .pause div:first-of-type {
				left: 0;
			}

			.carousel-btn .pause div:last-of-type {
				right: 0;
			}

.chevron-btn {
	width: 25px;
	height: 25px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px #C8102E solid;
	box-sizing: border-box;
	border-radius: 2px;
	color: #00205B;
	text-decoration-color: #FFFFFF;
	-webkit-text-decoration-color: #FFFFFF;
	padding: 5px;
	position: relative;
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
}

	.chevron-btn:visited {
		color: #00205B;
	}

	.chevron-btn:focus {
		color: #00205B;
	}

	.chevron-btn:hover {
		color: #00205B;
	}

	.chevron-btn:active {
		color: #00205B;
	}

	.chevron-btn:hover, .chevron-btn:focus {
		color: #FFFFFF;
		background-color: #C8102E;
		text-decoration-color: #C8102E;
		-webkit-text-decoration-color: #C8102E;
	}

		.chevron-btn:hover:visited, .chevron-btn:focus:visited {
			color: #FFFFFF;
		}

		.chevron-btn:hover:focus, .chevron-btn:focus:focus {
			color: #FFFFFF;
		}

		.chevron-btn:hover:hover, .chevron-btn:focus:hover {
			color: #FFFFFF;
		}

		.chevron-btn:hover:active, .chevron-btn:focus:active {
			color: #FFFFFF;
		}

		.chevron-btn:hover .gg-chevron-right, .chevron-btn:focus .gg-chevron-right {
			color: #FFFFFF;
		}

	.chevron-btn.previous .gg-chevron-right {
		transform: rotate(180deg);
		right: auto;
		left: 1px;
	}

	.chevron-btn.on-blue {
		color: #FFFFFF;
	}

		.chevron-btn.on-blue:visited {
			color: #FFFFFF;
		}

		.chevron-btn.on-blue:focus {
			color: #FFFFFF;
		}

		.chevron-btn.on-blue:hover {
			color: #FFFFFF;
		}

		.chevron-btn.on-blue:active {
			color: #FFFFFF;
		}

		.chevron-btn.on-blue .gg-chevron-right {
			color: #FFFFFF;
		}

	.chevron-btn.on-red {
		border: 2px #FFFFFF solid;
		color: #FFFFFF;
	}

		.chevron-btn.on-red:visited {
			color: #FFFFFF;
		}

		.chevron-btn.on-red:focus {
			color: #FFFFFF;
		}

		.chevron-btn.on-red:hover {
			color: #FFFFFF;
		}

		.chevron-btn.on-red:active {
			color: #FFFFFF;
		}

		.chevron-btn.on-red .gg-chevron-right {
			color: #FFFFFF;
		}

		.chevron-btn.on-red:hover {
			background-color: #FFFFFF;
		}

			.chevron-btn.on-red:hover .gg-chevron-right {
				color: #00205B;
			}

	.chevron-btn .gg-chevron-right {
		right: 1px;
	}

.l1-feature-btn {
	width: 100%;
	max-width: 342px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px #798B9A solid;
	box-sizing: border-box;
	border-radius: 2px;
	color: #00205B;
	text-decoration-color: transparent;
	-webkit-text-decoration-color: transparent;
	padding: 15px 25px;
	position: relative;
	font-family: alternate-gothic-compressed, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 34px;
	line-height: 38px;
}

	.l1-feature-btn:visited {
		color: #00205B;
	}

	.l1-feature-btn:focus {
		color: #00205B;
	}

	.l1-feature-btn:hover {
		color: #00205B;
	}

	.l1-feature-btn:active {
		color: #00205B;
	}

	.l1-feature-btn .btn-text .text-top {
		display: block;
		letter-spacing: 1px;
	}

	.l1-feature-btn .btn-text .text-bottom {
		display: block;
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 2px;
		color: #C8102E;
		letter-spacing: 0.5px;
		transition: all 0.3s ease;
	}

	.l1-feature-btn .chevron-btn {
		margin: 0 !important;
		background-color: transparent;
		transition: all 0.3s ease;
	}

		.l1-feature-btn .chevron-btn:hover, .l1-feature-btn .chevron-btn:focus {
			border-color: #00205B;
		}

			.l1-feature-btn .chevron-btn:hover .gg-chevron-right, .l1-feature-btn .chevron-btn:focus .gg-chevron-right {
				color: #00205B;
			}

	.l1-feature-btn:hover, .l1-feature-btn:focus {
		color: #FFFFFF;
		border-color: #00205B;
		background-color: #00205B;
		text-decoration-color: transparent;
		-webkit-text-decoration-color: transparent;
	}

		.l1-feature-btn:hover:visited, .l1-feature-btn:focus:visited {
			color: #FFFFFF;
		}

		.l1-feature-btn:hover:focus, .l1-feature-btn:focus:focus {
			color: #FFFFFF;
		}

		.l1-feature-btn:hover:hover, .l1-feature-btn:focus:hover {
			color: #FFFFFF;
		}

		.l1-feature-btn:hover:active, .l1-feature-btn:focus:active {
			color: #FFFFFF;
		}

		.l1-feature-btn:hover .btn-text .text-bottom, .l1-feature-btn:focus .btn-text .text-bottom {
			color: #FFFFFF;
		}

		.l1-feature-btn:hover .chevron-btn, .l1-feature-btn:focus .chevron-btn {
			border-color: #00205B;
			background-color: #FFFFFF;
		}

			.l1-feature-btn:hover .chevron-btn .gg-chevron-right, .l1-feature-btn:focus .chevron-btn .gg-chevron-right {
				color: #00205B;
			}

ul {
	width: 100%;
	max-width: 950px;
	margin: 30px 0;
	padding: 0;
}

@media (max-width: 1024px) {
	ul {
		margin: 20px 0;
	}
}

ol {
	width: 100%;
	max-width: 950px;
	margin: 30px 0;
	padding: 0 0 0 15px;
}

@media (max-width: 1024px) {
	ol {
		margin: 20px 0;
	}
}

ul:not(.toolbar-menu) li,
ol li {
	position: relative;
	margin: 0 0 20px;
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #53565A;
}

@media (max-width: 1024px) {
	ul:not(.toolbar-menu) li,
	ol li {
		margin: 0 0 10px;
	}
}

ul li {
	list-style: none;
}

ol li {
	padding-left: 5px;
}

	ol li::marker {
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: #C8102E;
	}

.unordered-list li {
	padding-left: 20px;
}

	.unordered-list li:before {
		content: "";
		display: inline-block;
		width: 12px;
		height: 9px;
		background-image: url("/amms/assets/images/icons/ul-bullet.png");
		background-size: contain;
		position: absolute;
		left: 0;
		top: 6px;
	}

.unordered-list.checks li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 9px;
	background-image: url(/amms/assets/images/icons/check.svg);
	background-size: contain;
	position: absolute;
	left: 0;
	top: 8px;
}

.section-intro h2 {
	margin: 0;
}

.section-intro.center {
	text-align: center;
}

.section-intro.sm-heading h2 {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	text-transform: none;
	letter-spacing: 0;
}

@media (max-width: 1024px) {
	.section-intro.sm-heading h2 {
		font-size: 23px;
		line-height: 28px;
	}
}

.divider {
	width: 122px;
}

.streak {
	display: inline-block;
	width: 47px;
}

.decoration {
	position: absolute;
	width: 364px;
	transition: all 0.5s ease;
	/*&.load {
    opacity: 1;
  }*/
}

@media (max-width: 1024px) {
	.decoration {
		display: none;
	}
}

.decoration.reverse {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.general-copy {
	margin-bottom: 80px;
	padding: 0 40px;
}

@media (max-width: 1024px) {
	.general-copy {
		margin-bottom: 8vw;
	}
}

@media (max-width: 640px) {
	.general-copy {
		padding: 0 30px;
	}
}

.general-copy .copy-container {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.full-image {
	margin-bottom: 80px;
	padding: 0 40px;
}

@media (max-width: 1024px) {
	.full-image {
		margin-bottom: 8vw;
	}
}

@media (max-width: 768px) {
	.full-image {
		padding: 0;
	}
}

.full-image .image-container {
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
}

	.full-image .image-container .section-title {
		margin-bottom: 40px;
	}

@media (max-width: 768px) {
	.full-image .image-container .section-title {
		padding: 0 40px;
	}
}

.full-image .image-container .section-title h2 {
	margin: 0;
}

.full-image .image-container .image {
	width: 100%;
}

@media (max-width: 768px) {
	.full-image .image-container .image.desktop {
		display: none;
	}
}

.full-image .image-container .image.mobile {
	display: none;
}

@media (max-width: 768px) {
	.full-image .image-container .image.mobile {
		display: block;
	}
}

.full-video {
	margin-bottom: 80px;
	padding: 0 40px;
}

@media (max-width: 1024px) {
	.full-video {
		margin-bottom: 8vw;
	}
}

@media (max-width: 768px) {
	.full-video {
		padding: 0 20px;
	}
}

.full-video .video {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00205B;
	max-width: 1430px;
	margin: 0 auto;
	height: 54vw;
	max-height: 805px;
}

	.full-video .video .play-btn {
		width: 58px;
		height: 58px;
		border-radius: 29px;
		background-color: #C8102E;
		transition: all 0.3s ease;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0;
		line-height: 0;
	}

		.full-video .video .play-btn .gg-play-button {
			color: #FFFFFF;
			width: 13px;
			height: 17px;
		}

			.full-video .video .play-btn .gg-play-button:before {
				width: 13px;
				height: 17px;
				border-top: 8px solid transparent;
				border-bottom: 8px solid transparent;
				border-left: 13px solid;
				top: 0;
				left: 1px;
			}

@media (min-width: 1024px) {
	.full-video .video.large .play-btn {
		width: 84px;
		height: 84px;
		border-radius: 42px;
	}

		.full-video .video.large .play-btn .gg-play-button {
			width: 18px;
			height: 24px;
		}

			.full-video .video.large .play-btn .gg-play-button:before {
				width: 18px;
				height: 24px;
				border-top: 12px solid transparent;
				border-bottom: 12px solid transparent;
				border-left: 18px solid;
				top: 0;
				left: 2px;
			}
}

.full-video .video.small .play-btn {
	width: 45px;
	height: 45px;
	border-radius: 24px;
}

	.full-video .video.small .play-btn .gg-play-button {
		width: 10px;
		height: 13px;
	}

		.full-video .video.small .play-btn .gg-play-button:before {
			width: 10px;
			height: 12px;
			border-top: 7px solid transparent;
			border-bottom: 7px solid transparent;
			border-left: 12px solid;
			top: 0;
			left: 1px;
		}

@media (min-width: 768px) {
	.full-video .video.huge .play-btn {
		width: 84px;
		height: 84px;
		border-radius: 42px;
	}

		.full-video .video.huge .play-btn .gg-play-button {
			width: 18px;
			height: 24px;
		}

			.full-video .video.huge .play-btn .gg-play-button:before {
				width: 18px;
				height: 24px;
				border-top: 12px solid transparent;
				border-bottom: 12px solid transparent;
				border-left: 18px solid;
				top: 0;
				left: 2px;
			}
}

@media (min-width: 1024px) {
	.full-video .video.huge .play-btn {
		width: 134px;
		height: 134px;
		border-radius: 67px;
	}

		.full-video .video.huge .play-btn .gg-play-button {
			width: 28px;
			height: 38px;
		}

			.full-video .video.huge .play-btn .gg-play-button:before {
				width: 28px;
				height: 38px;
				border-top: 19px solid transparent;
				border-bottom: 19px solid transparent;
				border-left: 28px solid;
				top: 0;
				left: 2px;
			}
}

.full-video .video:hover .play-btn {
	background-color: #00205B;
}

.hover-meter {
	width: 178px;
	height: 2px;
	background-color: #FFFFFF;
}

	.hover-meter div {
		height: 100%;
		width: 30px;
		background-color: #C8102E;
		transition: all 0.3s ease;
	}

.from-below {
	position: relative;
	opacity: 0;
	top: 100px;
	transition: all 0.5s ease;
}

	.from-below.load {
		opacity: 1;
		top: 0;
	}

.from-left {
	position: relative;
	opacity: 0;
	right: 100px;
	transition: all 0.5s ease;
}

	.from-left.load {
		opacity: 1;
		right: 0;
	}

.from-right {
	position: relative;
	opacity: 0;
	left: 100px;
	transition: all 0.5s ease;
}

	.from-right.load {
		opacity: 1;
		left: 0;
	}

.usa-bg-entry {
	position: absolute;
	opacity: 0;
	right: -100px;
	transition: all 0.5s ease;
}

	.usa-bg-entry.load {
		opacity: 1;
		right: 0;
	}

@media (prefers-reduced-motion: reduce) {
	.from-below {
		top: 0;
		opacity: 1;
	}

	.from-left {
		right: 0;
		opacity: 1;
	}

	.from-right {
		opacity: 1;
		left: 0;
	}
}

.slick-controls {
	position: absolute;
	z-index: 0;
	width: 55px;
	height: 17px;
	display: flex;
	justify-content: space-between;
}

	.slick-controls li {
		font-size: 0;
		line-height: 0;
	}

		.slick-controls li:first-of-type button {
			transform: rotate(-180deg);
		}

		.slick-controls li button {
			position: relative;
			left: 0;
			right: 0;
			display: block;
			width: 19px;
			height: 17px;
			font-size: 0;
			line-height: 0;
			background-color: transparent;
			color: #FFFFFF;
			border: none;
			border-radius: 0;
			transform: none;
			top: auto;
		}

.listing-filter input, .listing-filter select, .region-form input, .region-form select {
	background-color: #FFFFFF;
	width: 100%;
	max-width: 295px;
	height: 56px;
	padding: 7px 20px 9px;
	margin: 0;
	border: none;
	border-radius: 2px;
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #252525;
}

@media (max-width: 1024px) {
	.listing-filter input, .listing-filter select, .region-form input, .region-form select {
		padding: 10px;
	}
}

.listing-filter input::placeholder, .listing-filter select::placeholder, .region-form input::placeholder, .region-form select::placeholder {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #252525;
	overflow: visible;
}

.listing-filter input[type=date], .region-form input[type=date] {
	cursor: text;
}

.listing-filter select, .region-form select {
	cursor: pointer;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.site-title {
	font-size: 31px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}

.site-content {
	padding: 90px 0 100px;
}

.container {
	width: 100%;
	max-width: 1188px;
	margin: auto;
}

.container-medium {
	max-width: 947px;
}

.container-narrow {
	max-width: 766px;
}

.page-title {
	text-align: center;
	background-image: url("/amms/assets/images/reskin/page-title-accent.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

	.page-title + h5 {
		margin-top: -30px;
	}

.page-intro {
	text-align: center;
	margin-bottom: 60px;
}

.grey-box {
	padding: 50px 106px;
	margin: 0 0 20px;
	background-color: #EEF2F4;
}

@media (max-width: 1024px) {
	.grey-box {
		padding: 50px;
	}
}

@media (max-width: 640px) {
	.grey-box {
		padding: 20px;
	}
}

.grey-box .h5-like {
	margin-bottom: 35px;
}

.grey-box .wide-title {
	text-align: center;
	margin-left: -10%;
	width: 120%;
}

.grey-box-center {
	text-align: center;
	margin-top: 35px;
	padding-top: 35px;
	padding-bottom: 40px;
}

.blue-box {
	padding: 50px;
	margin: 0 0 20px;
	background-color: #00205B;
	color: #FFFFFF;
}

@media (max-width: 640px) {
	.blue-box {
		padding: 20px;
	}
}

.blue-box h3,
.blue-box .checkbox-item label {
	color: inherit;
}

.center-img {
	text-align: center;
	margin-bottom: 65px;
}

	.center-img + h5 {
		margin-bottom: 35px;
	}

header {
	position: sticky;
	z-index: 10;
	top: 0;
}

	header .header-desktop {
		position: relative;
		top: 0;
		width: 100%;
	}

		header .header-desktop .header-container {
			position: relative;
			z-index: 2;
			height: 108px;
			background-color: #FFFFFF;
			border-bottom: 1px #979899 solid;
			transition: all 0.3s ease;
			display: flex;
		}

@media (max-width: 1200px) {
	header .header-desktop .header-container {
		height: 70px;
	}
}

@media (max-width: 1024px) {
	header .header-desktop .header-container {
		display: none;
	}
}

header .header-desktop .header-container .header-left {
	width: 33.33%;
	display: flex;
	padding: 0 20px 0 50px;
}

	header .header-desktop .header-container .header-left .logo {
		position: relative;
		width: 90px;
		margin-left: 30px;
		margin-right: 10px;
		transition: all 0.3s ease;
		/*&:hover {

    img {
      opacity: 0.75;
    }
  }*/
	}

@media (max-width: 1366px) {
	header .header-desktop .header-container .header-left .logo {
		width: 70px;
		margin-left: 10px;
		margin-right: 0;
	}
}

@media (max-width: 1100px) {
	header .header-desktop .header-container .header-left .logo {
		margin-left: 0;
	}
}

header .header-desktop .header-container .header-left .logo img {
	position: absolute;
	z-index: 20;
	width: 100%;
	max-width: 90px;
	top: 22px;
	opacity: 1;
	transition: all 0.3s ease;
}

@media (max-width: 1200px) {
	header .header-desktop .header-container .header-left .logo img {
		top: 15px;
		max-width: 60px;
	}
}

header .header-desktop .header-container .header-left .resources {
	display: flex;
	width: 100%;
	max-width: 506px;
	align-items: center;
}

@media (max-width: 1200px) {
	header .header-desktop .header-container .header-left .resources {
		padding-left: 20px;
	}
}

header .header-desktop .header-container .header-left .resources .resources-for {
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #53565A;
	letter-spacing: 1px;
	text-transform: uppercase;
	flex: 0 0 125px;
	text-align: right;
	padding: 0 10px;
}

@media (max-width: 1200px) {
	header .header-desktop .header-container .header-left .resources .resources-for {
		display: none;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-width: 392px;
}

@media (max-width: 1100px) {
	header .header-desktop .header-container .header-left .resources .primary-nav {
		max-width: 360px;
		justify-content: space-evenly;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item {
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0;
}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .top-link {
		font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 17px;
		color: #00205B;
		letter-spacing: 1px;
		text-transform: uppercase;
		height: 37px;
		display: flex;
		align-items: center;
		padding: 0 10px;
	}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .top-link:visited {
			color: #00205B;
		}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .top-link:focus {
			color: #00205B;
		}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .top-link:hover {
			color: #C8102E;
		}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .top-link:active {
			color: #00205B;
		}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .top-link .gg-chevron-down {
			display: none;
		}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .top-link .bottom-border {
			display: none;
			pointer-events: none;
		}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .top-link:hover {
			text-decoration-color: #FFFFFF;
			-webkit-text-decoration-color: #FFFFFF;
		}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item:first-of-type {
		margin-right: 10px;
	}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item:first-of-type .top-link {
			border: 2px #00205B solid;
			border-radius: 2px;
			padding: 0 20px 0 18px;
		}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown .top-link .gg-chevron-down {
		display: inline-block;
		position: relative;
		left: 5px;
		bottom: 2px;
	}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown .top-link .bottom-border {
		display: block;
		width: 100%;
		height: 8px;
		background-color: #00205B;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-right: 10px;
		opacity: 0;
		transition: all 0.3s ease;
	}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown:hover .top-link .bottom-border, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown:focus .top-link .bottom-border, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown.active .top-link .bottom-border {
		opacity: 1;
	}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown:hover .dropdown-overlay, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown:focus .dropdown-overlay, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown.active .dropdown-overlay {
		opacity: 0.45;
		z-index: 1;
	}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown:hover .dropdown-nav, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown:focus .dropdown-nav, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown.active .dropdown-nav {
		z-index: 9;
		opacity: 1;
		pointer-events: all;
	}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown:hover .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item.active .level-2-links, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown:focus .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item.active .level-2-links, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item.has-dropdown.active .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item.active .level-2-links {
			pointer-events: all;
		}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-overlay {
		position: fixed;
		z-index: -1;
		top: 108px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0;
		pointer-events: none;
		transition: all 0.3s ease;
	}

@media (max-width: 1200px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-overlay {
		top: 70px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 108px;
	width: 100%;
	background-image: url("/amms/assets/images/elements/dropdown-bg.jpg");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #00205B;
	transition: all 0.3s ease;
	opacity: 0;
	pointer-events: none;
	padding: 70px 40px;
	min-height: 480px;
}

@media (max-width: 1200px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav {
		top: 70px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container {
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		display: flex;
	}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links {
			margin: 0;
			display: flex;
			flex-flow: column;
			width: 100%;
			position: relative;
		}

			header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item {
				display: flex;
				margin-bottom: 15px;
				position: initial;
			}

				header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-1-link {
					font-family: alternate-gothic-compressed, Helvetica, Arial, sans-serif;
					font-style: normal;
					font-weight: 800;
					font-size: 25px;
					line-height: 30px;
					color: #FFFFFF;
					text-decoration-color: #00205B;
					-webkit-text-decoration-color: #00205B;
					border-bottom: 2px transparent solid;
					text-transform: uppercase;
					letter-spacing: 1.5px;
				}

					header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-1-link:visited {
						color: #FFFFFF;
					}

					header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-1-link:focus {
						color: #FFFFFF;
					}

					header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-1-link:hover {
						color: #FFFFFF;
					}

					header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-1-link:active {
						color: #FFFFFF;
					}

					header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-1-link:hover {
						border-bottom: 2px #C8102E solid;
					}

				header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links {
					opacity: 0;
					z-index: -1;
					pointer-events: none;
					width: 57%;
					position: absolute;
					top: 0;
					right: 0;
					margin: 0;
					border-left: 1px #557ABE solid;
					transition: all 0.3s ease;
					padding: 0 20px;
				}

					header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links .level-2-item {
						width: 100%;
						max-width: 180px;
						margin: 0 auto 10px;
					}

						header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links .level-2-item .level-2-link {
							font-family: alternate-gothic-atf, Helvetica, Arial, sans-serif;
							font-style: normal;
							font-weight: 400;
							font-size: 18px;
							line-height: 25px;
							color: #FFFFFF;
							text-decoration-color: #00205B;
							-webkit-text-decoration-color: #00205B;
							border-bottom: 2px transparent solid;
							text-transform: uppercase;
							letter-spacing: 1px;
						}

							header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links .level-2-item .level-2-link:visited {
								color: #FFFFFF;
							}

							header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links .level-2-item .level-2-link:focus {
								color: #FFFFFF;
							}

							header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links .level-2-item .level-2-link:hover {
								color: #FFFFFF;
							}

							header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links .level-2-item .level-2-link:active {
								color: #FFFFFF;
							}

							header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links .level-2-item .level-2-link:hover {
								border-bottom: 2px #C8102E solid;
							}

						header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links .level-2-item:last-of-type {
							margin: 0 auto;
						}

				header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item .quick-links {
					opacity: 0;
					z-index: -1;
					position: absolute;
					top: 0;
					right: -205px;
					width: 100%;
					max-width: 205px;
				}

				header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item.active .level-1-link {
					border-bottom: 2px #C8102E solid;
				}

				header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item.active .level-2-links, header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .level-1-links .level-1-item.active .quick-links {
					opacity: 1;
					z-index: 1;
				}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links {
			flex: 0 0 205px;
			padding: 0 10px;
			transition: all 0.3s ease;
		}

			header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links span {
				width: 100%;
				max-width: 186px;
				display: block;
				font-family: obvia, Helvetica, Arial, sans-serif;
				font-style: normal;
				font-weight: 500;
				font-size: 15px;
				line-height: 18px;
				text-transform: uppercase;
				letter-spacing: 0.5px;
				color: #FFFFFF;
				padding-bottom: 5px;
				border-bottom: 1px #557ABE solid;
			}

			header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links ul {
				margin: 5px 0;
			}

				header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links ul .quick-item {
					margin-bottom: 10px;
				}

					header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links ul .quick-item .quick-link {
						font-family: alternate-gothic-atf, Helvetica, Arial, sans-serif;
						font-style: normal;
						font-weight: 400;
						font-size: 17px;
						line-height: 22px;
						color: #FFFFFF;
						text-decoration-color: #00205B;
						-webkit-text-decoration-color: #00205B;
						border-bottom: 2px transparent solid;
						letter-spacing: 1px;
					}

						header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links ul .quick-item .quick-link:visited {
							color: #FFFFFF;
						}

						header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links ul .quick-item .quick-link:focus {
							color: #FFFFFF;
						}

						header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links ul .quick-item .quick-link:hover {
							color: #FFFFFF;
						}

						header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links ul .quick-item .quick-link:active {
							color: #FFFFFF;
						}

						header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .dropdown-links .quick-links ul .quick-item .quick-link:hover {
							border-bottom: 2px #C8102E solid;
						}

	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social {
		padding-left: 20px;
	}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social span {
			font-family: obvia, Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: 500;
			font-size: 15px;
			line-height: 18px;
			color: #FFFFFF;
			text-transform: uppercase;
			letter-spacing: 0.5px;
			padding-left: 10px;
		}

		header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links {
			display: flex;
			flex-wrap: wrap;
			margin: 25px 0;
		}

			header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li {
				padding-left: 10px;
				margin: 0 0 10px;
			}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li {
		padding-left: 6px;
		margin: 0 0 6px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a {
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 60px;
	border: 2px #C8102E solid;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a {
		width: 34px;
		height: 34px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a:hover {
	background-color: #C8102E;
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.facebook img {
	width: 9px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.facebook img {
		width: 5px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.twitter img {
	width: 20px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.twitter img {
		width: 12px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.instagram img {
	width: 17px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.instagram img {
		width: 10px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.youtube img {
	width: 20px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.youtube img {
		width: 12px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.linkedin img {
	width: 15px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a.linkedin img {
		width: 9px;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a .desktop {
	display: block;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a .desktop {
		display: none;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a .mobile {
	display: none;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social .social-links li a .mobile {
		display: block;
	}
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav.sidebar-open {
	width: calc(100% - 354px);
}

@media (max-width: 1366px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav.sidebar-open .dropdown-container .dropdown-links .level-1-links .level-1-item .level-2-links {
		width: 55%;
	}
}

@media (max-width: 1366px) {
	header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav.sidebar-open .dropdown-container .social {
		position: absolute;
		bottom: 0;
		left: 62%;
		width: 265px;
	}
}

header .header-desktop .header-container .header-middle {
	width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

header .header-desktop .header-container .header-right {
	width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

	header .header-desktop .header-container .header-right .search-container {
		width: 100%;
		padding: 0 20px;
		flex: 0 0 232px;
		height: 37px;
		display: flex;
		align-items: flex-end;
	}

@media (max-width: 1100px) {
	header .header-desktop .header-container .header-right .search-container {
		flex: 0 0 195px;
		padding: 0 10px;
	}
}

header .header-desktop .header-container .header-right .search-container .search {
	width: 100%;
	display: flex;
	height: 32px;
	border-bottom: 2px #00205B solid;
}

	header .header-desktop .header-container .header-right .search-container .search input[type=search] {
		width: 100%;
		border: none;
		font-family: acumin-pro, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
		color: #53565A;
	}

@media (max-width: 1100px) {
	header .header-desktop .header-container .header-right .search-container .search input[type=search] {
		font-size: 13px;
		line-height: 13px;
	}
}

header .header-desktop .header-container .header-right .search-container .search input[type=search]::placeholder {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #53565A;
	opacity: 1;
	overflow: visible;
}

@media (max-width: 1100px) {
	header .header-desktop .header-container .header-right .search-container .search input[type=search]::placeholder {
		font-size: 13px;
		line-height: 13px;
	}
}

header .header-desktop .header-container .header-right .search-container .search button {
	flex: 0 0 14px;
	width: auto;
	height: auto;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	display: inline-block;
}

header .header-desktop .header-container .header-right .utility-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*min-width: 109px;*/
}

	header .header-desktop .header-container .header-right .utility-nav li {
		width: 100%;
		margin: 0;
		padding-right: 10px;
	}

		header .header-desktop .header-container .header-right .utility-nav li:last-of-type {
			padding: 0;
		}

header .header-desktop .header-container .header-right .open-menu {
	height: 100%;
	flex: 0 0 175px;
}

@media (max-width: 1366px) {
	header .header-desktop .header-container .header-right .open-menu {
		flex: 0 0 145px;
	}
}

@media (max-width: 1100px) {
	header .header-desktop .header-container .header-right .open-menu {
		flex: 0 0 135px;
	}
}

header .header-desktop .header-container .header-right .open-menu .open-button {
	cursor: pointer;
	background-image: url("/assets/images/elements/menu-corner.png");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #EEF2F4;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 40px;
	transition: all 0.3s ease;
	text-decoration-color: transparent;
	-webkit-text-decoration-color: transparent;
}

@media (max-width: 1366px) {
	header .header-desktop .header-container .header-right .open-menu .open-button {
		padding-right: 20px;
	}
}

header .header-desktop .header-container .header-right .open-menu .open-button:hover {
	background-color: #00205B;
}

	header .header-desktop .header-container .header-right .open-menu .open-button:hover span {
		color: #FFFFFF;
	}

header .header-desktop .header-container .header-right .open-menu .open-container {
	display: flex;
	align-items: center;
}

	header .header-desktop .header-container .header-right .open-menu .open-container span {
		padding-right: 10px;
		font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 16px;
		color: #00205B;
		text-decoration-color: #EEF2F4;
		-webkit-text-decoration-color: #EEF2F4;
		letter-spacing: 1px;
		text-transform: uppercase;
		transition: all 0.15s ease;
	}

		header .header-desktop .header-container .header-right .open-menu .open-container span:visited {
			color: #00205B;
		}

		header .header-desktop .header-container .header-right .open-menu .open-container span:focus {
			color: #00205B;
		}

		header .header-desktop .header-container .header-right .open-menu .open-container span:hover {
			color: #FFFFFF;
		}

		header .header-desktop .header-container .header-right .open-menu .open-container span:active {
			color: #00205B;
		}

	header .header-desktop .header-container .header-right .open-menu .open-container .open-text {
		position: relative;
		opacity: 1;
		z-index: 1;
	}

	header .header-desktop .header-container .header-right .open-menu .open-container .close-text {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}

	header .header-desktop .header-container .header-right .open-menu .open-container .hamburger {
		position: relative;
		width: 15px;
		height: 12px;
		display: flex;
		justify-content: space-between;
		flex-flow: column;
	}

		header .header-desktop .header-container .header-right .open-menu .open-container .hamburger div {
			width: 100%;
			height: 2px;
			background-color: #C8102E;
			transition: all 0.3s ease;
		}

		header .header-desktop .header-container .header-right .open-menu .open-container .hamburger.open div:first-of-type {
			top: 5px;
			position: absolute;
			transform: rotate(45deg);
		}

		header .header-desktop .header-container .header-right .open-menu .open-container .hamburger.open div:nth-of-type(2) {
			display: none;
		}

		header .header-desktop .header-container .header-right .open-menu .open-container .hamburger.open div:last-of-type {
			top: 5px;
			position: absolute;
			transform: rotate(-45deg);
		}

header .header-desktop .header-container .header-right .open-menu .dropdown-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	top: 108px;
}

@media (max-width: 1200px) {
	header .header-desktop .header-container .header-right .open-menu .dropdown-overlay {
		top: 70px;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar {
	cursor: default;
	width: 354px;
	overflow: scroll;
	height: calc(100% - 108px);
	background-color: #00205B;
	position: fixed;
	z-index: 10;
	transition: all 0.3s ease;
	right: -354px;
	top: 108px;
	padding: 35px 0;
	padding-top: 48px;
}

@media (max-width: 1200px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar {
		top: 70px;
		height: calc(100% - 70px);
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .nav-buttons {
	display: flex;
	padding: 0 25px;
}

	header .header-desktop .header-container .header-right .open-menu .side-bar .nav-buttons li {
		width: 50%;
		padding: 0 5px;
		margin: 0 0 5px;
	}

header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links {
	margin: 0;
}

	header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item {
		margin: 0;
	}

		header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link {
			position: relative;
			width: 100%;
			max-width: 185px;
			display: block;
			font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: 700;
			font-size: 17px;
			line-height: 21px;
			color: #FFFFFF;
			text-decoration-color: #00205B;
			-webkit-text-decoration-color: #00205B;
			letter-spacing: 1px;
			text-transform: uppercase;
			margin: 0 50px;
			padding-right: 20px;
		}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link:visited {
				color: #FFFFFF;
			}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link:focus {
				color: #FFFFFF;
			}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link:hover {
				color: #FFFFFF;
			}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link:active {
				color: #FFFFFF;
			}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link span {
				transition: all 0.3s ease;
				border-bottom: 2px transparent solid;
			}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link .gg-chevron-down {
				position: absolute;
				right: 6px;
				top: 4px;
			}

				header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link .gg-chevron-down:after {
					transition: all 0.3s ease;
				}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .level-1-link:hover span {
				border-bottom: 2px #C8102E solid;
			}

		header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item.active .gg-chevron-down {
			-webkit-transform: scaleY(-1);
			transform: scaleY(-1);
		}

		header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item.active .l1-dropdown {
			max-height: 800px;
			padding: 10px 50px;
			margin: 15px 0;
		}

		header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown {
			transition: all 0.3s ease;
			max-height: 0;
			overflow: hidden;
			margin: 12px 0;
			padding: 0 50px;
			background-color: #001846;
		}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links {
				padding-bottom: 10px;
				margin: 0;
			}

				header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item {
					margin: 12px 0;
				}

					header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link {
						font-family: alternate-gothic-atf, Helvetica, Arial, sans-serif;
						font-style: normal;
						font-weight: 400;
						font-size: 17px;
						line-height: 21px;
						color: #FFFFFF;
						text-decoration-color: #001846;
						-webkit-text-decoration-color: #001846;
						letter-spacing: 1px;
						text-transform: uppercase;
						border-bottom: 2px transparent solid;
					}

						header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:visited {
							color: #FFFFFF;
						}

						header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:focus {
							color: #FFFFFF;
						}

						header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:hover {
							color: #FFFFFF;
						}

						header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:active {
							color: #FFFFFF;
						}

						header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:hover {
							border-bottom: 2px #C8102E solid;
						}

			header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links {
				transition: all 0.3s ease;
			}

				header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links span {
					width: 100%;
					max-width: 186px;
					display: block;
					font-family: obvia, Helvetica, Arial, sans-serif;
					font-style: normal;
					font-weight: 500;
					font-size: 15px;
					line-height: 18px;
					text-transform: uppercase;
					letter-spacing: 0.5px;
					color: #FFFFFF;
					padding-bottom: 5px;
					border-bottom: 1px #557ABE solid;
				}

				header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul {
					margin: 5px 0;
				}

					header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item {
						margin-bottom: 10px;
					}

						header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link {
							font-family: alternate-gothic-atf, Helvetica, Arial, sans-serif;
							font-style: normal;
							font-weight: 400;
							font-size: 17px;
							line-height: 22px;
							color: #FFFFFF;
							text-decoration-color: #00205B;
							-webkit-text-decoration-color: #00205B;
							border-bottom: 2px transparent solid;
							letter-spacing: 1px;
						}

							header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:visited {
								color: #FFFFFF;
							}

							header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:focus {
								color: #FFFFFF;
							}

							header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:hover {
								color: #FFFFFF;
							}

							header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:active {
								color: #FFFFFF;
							}

							header .header-desktop .header-container .header-right .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:hover {
								border-bottom: 2px #C8102E solid;
							}

header .header-desktop .header-container .header-right .open-menu .side-bar .divider {
	padding: 0 30px;
}

	header .header-desktop .header-container .header-right .open-menu .side-bar .divider div {
		width: 100%;
		height: 1px;
		background-color: #557ABE;
	}

header .header-desktop .header-container .header-right .open-menu .side-bar .social {
	margin: 30px 20px 0;
}

	header .header-desktop .header-container .header-right .open-menu .side-bar .social span {
		font-family: alternate-gothic-compressed, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 800;
		font-size: 34px;
		line-height: 42px;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 0 10px;
	}

	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links {
		display: flex;
		flex-wrap: wrap;
		margin: 25px 0;
		margin: 10px 0;
	}

		header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li {
			padding-left: 10px;
			margin: 0 0 10px;
		}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li {
		padding-left: 6px;
		margin: 0 0 6px;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a {
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 60px;
	border: 2px #C8102E solid;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a {
		width: 34px;
		height: 34px;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a:hover {
	background-color: #C8102E;
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.facebook img {
	width: 9px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.facebook img {
		width: 5px;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.twitter img {
	width: 20px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.twitter img {
		width: 12px;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.instagram img {
	width: 17px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.instagram img {
		width: 10px;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.youtube img {
	width: 20px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.youtube img {
		width: 12px;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.linkedin img {
	width: 15px;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.linkedin img {
		width: 9px;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a .desktop {
	display: block;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a .desktop {
		display: none;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a .mobile {
	display: none;
}

@media (max-width: 768px) {
	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a .mobile {
		display: block;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li {
	padding-left: 8px;
	margin: 0 0 8px;
}

	header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a {
		width: 50px;
		height: 50px;
	}

		header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.facebook img {
			width: 7px;
		}

		header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.twitter img {
			width: 16px;
		}

		header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.instagram img {
			width: 14px;
		}

		header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.youtube img {
			width: 16px;
		}

		header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li a.linkedin img {
			width: 13px;
		}

header .header-desktop .header-container .header-right .open-menu.open .open-button {
	background-color: #00205B;
	text-decoration-color: #00205B;
	-webkit-text-decoration-color: #00205B;
}

	header .header-desktop .header-container .header-right .open-menu.open .open-button span {
		color: #FFFFFF;
		text-decoration-color: #00205B;
		-webkit-text-decoration-color: #00205B;
	}

header .header-desktop .header-container .header-right .open-menu.open .open-container .open-text {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

header .header-desktop .header-container .header-right .open-menu.open .open-container .close-text {
	position: relative;
	opacity: 1;
	z-index: 1;
}

header .header-desktop .header-container .header-right .open-menu.open .dropdown-overlay {
	z-index: 1;
	opacity: 0.45;
}

header .header-desktop .header-container .header-right .open-menu.open .side-bar {
	right: 0;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
}

header .header-desktop.sticky .header-container {
	height: 70px;
}

	header .header-desktop.sticky .header-container .header-left .logo {
		width: 70px;
	}

		header .header-desktop.sticky .header-container .header-left .logo img {
			top: 15px;
			max-width: 60px;
		}

	header .header-desktop.sticky .header-container .header-left .resources .primary-nav .has-dropdown .dropdown-overlay {
		top: 70px;
	}

	header .header-desktop.sticky .header-container .header-left .resources .primary-nav .has-dropdown .dropdown-nav {
		top: 70px;
	}

	header .header-desktop.sticky .header-container .header-right .open-menu .dropdown-overlay {
		top: 70px;
	}

	header .header-desktop.sticky .header-container .header-right .open-menu .side-bar {
		top: 70px;
		height: calc(100% - 70px);
	}

header .header-mobile {
	position: relative;
	z-index: 10;
	top: 0;
	width: 100%;
	display: none;
	background-color: #FFFFFF;
}

@media (max-width: 1024px) {
	header .header-mobile {
		display: block;
	}
}

header .header-mobile .header-top {
	height: 72px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	header .header-mobile .header-top .logo {
		padding: 0 10px;
	}

		header .header-mobile .header-top .logo img {
			width: 120px;
		}

	header .header-mobile .header-top .nav-links {
		display: flex;
		justify-content: flex-end;
	}

		header .header-mobile .header-top .nav-links .my-account {
			padding: 0 10px;
			display: flex;
			align-items: center;
			font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: 700;
			font-size: 17px;
			line-height: 16px;
			color: #00205B;
			text-decoration-color: #FFFFFF;
			-webkit-text-decoration-color: #FFFFFF;
			letter-spacing: 1px;
			text-transform: uppercase;
		}

			header .header-mobile .header-top .nav-links .my-account:visited {
				color: #00205B;
			}

			header .header-mobile .header-top .nav-links .my-account:focus {
				color: #00205B;
			}

			header .header-mobile .header-top .nav-links .my-account:hover {
				color: #00205B;
			}

			header .header-mobile .header-top .nav-links .my-account:active {
				color: #00205B;
			}

			header .header-mobile .header-top .nav-links .my-account img {
				margin-left: 8px;
				height: 23px;
				width: 23px;
			}

		header .header-mobile .header-top .nav-links .open-menu {
			display: flex;
			align-items: center;
			padding: 0 10px;
		}

			header .header-mobile .header-top .nav-links .open-menu .open-button {
				display: flex;
				align-items: center;
				font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
				font-style: normal;
				font-weight: 700;
				font-size: 17px;
				line-height: 16px;
				color: #00205B;
				letter-spacing: 1px;
				text-transform: uppercase;
			}

				header .header-mobile .header-top .nav-links .open-menu .open-button:visited {
					color: #00205B;
				}

				header .header-mobile .header-top .nav-links .open-menu .open-button:focus {
					color: #00205B;
				}

				header .header-mobile .header-top .nav-links .open-menu .open-button:hover {
					color: #00205B;
				}

				header .header-mobile .header-top .nav-links .open-menu .open-button:active {
					color: #00205B;
				}

				header .header-mobile .header-top .nav-links .open-menu .open-button:hover {
					text-decoration-color: #FFFFFF;
					-webkit-text-decoration-color: #FFFFFF;
				}

			header .header-mobile .header-top .nav-links .open-menu .open-text {
				position: relative;
				opacity: 1;
				z-index: 1;
			}

			header .header-mobile .header-top .nav-links .open-menu .close-text {
				position: absolute;
				z-index: -1;
				opacity: 0;
			}

			header .header-mobile .header-top .nav-links .open-menu .hamburger {
				margin-left: 8px;
				position: relative;
				width: 15px;
				height: 12px;
				display: flex;
				justify-content: space-between;
				flex-flow: column;
			}

				header .header-mobile .header-top .nav-links .open-menu .hamburger div {
					width: 100%;
					height: 2px;
					background-color: #C8102E;
					transition: all 0.3s ease;
				}

				header .header-mobile .header-top .nav-links .open-menu .hamburger.open div:first-of-type {
					top: 5px;
					position: absolute;
					transform: rotate(45deg);
				}

				header .header-mobile .header-top .nav-links .open-menu .hamburger.open div:nth-of-type(2) {
					display: none;
				}

				header .header-mobile .header-top .nav-links .open-menu .hamburger.open div:last-of-type {
					top: 5px;
					position: absolute;
					transform: rotate(-45deg);
				}

			header .header-mobile .header-top .nav-links .open-menu .dropdown-overlay {
				position: fixed;
				z-index: -1;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: #000000;
				opacity: 0;
				pointer-events: none;
				transition: all 0.3s ease;
			}

			header .header-mobile .header-top .nav-links .open-menu .side-bar {
				cursor: default;
				width: 354px;
				overflow: scroll;
				height: calc(100% - 108px);
				background-color: #00205B;
				position: fixed;
				z-index: 10;
				transition: all 0.3s ease;
				right: -354px;
				top: 108px;
				padding: 35px 0;
				width: 338px;
				padding-top: 0;
				padding-bottom: 20px;
				top: 0 !important;
				height: 100% !important;
			}

@media (max-width: 1200px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar {
		top: 70px;
		height: calc(100% - 70px);
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .nav-buttons {
	display: flex;
	padding: 0 25px;
}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .nav-buttons li {
		width: 50%;
		padding: 0 5px;
		margin: 0 0 5px;
	}

header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links {
	margin: 0;
}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item {
		margin: 0;
	}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link {
			position: relative;
			width: 100%;
			max-width: 185px;
			display: block;
			font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: 700;
			font-size: 17px;
			line-height: 21px;
			color: #FFFFFF;
			text-decoration-color: #00205B;
			-webkit-text-decoration-color: #00205B;
			letter-spacing: 1px;
			text-transform: uppercase;
			margin: 0 50px;
			padding-right: 20px;
		}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link:visited {
				color: #FFFFFF;
			}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link:focus {
				color: #FFFFFF;
			}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link:hover {
				color: #FFFFFF;
			}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link:active {
				color: #FFFFFF;
			}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link span {
				transition: all 0.3s ease;
				border-bottom: 2px transparent solid;
			}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link .gg-chevron-down {
				position: absolute;
				right: 6px;
				top: 4px;
			}

				header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link .gg-chevron-down:after {
					transition: all 0.3s ease;
				}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link:hover span {
				border-bottom: 2px #C8102E solid;
			}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item.active .gg-chevron-down {
			-webkit-transform: scaleY(-1);
			transform: scaleY(-1);
		}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item.active .l1-dropdown {
			max-height: 800px;
			padding: 10px 50px;
			margin: 15px 0;
		}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown {
			transition: all 0.3s ease;
			max-height: 0;
			overflow: hidden;
			margin: 12px 0;
			padding: 0 50px;
			background-color: #001846;
		}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links {
				padding-bottom: 10px;
				margin: 0;
			}

				header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item {
					margin: 12px 0;
				}

					header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link {
						font-family: alternate-gothic-atf, Helvetica, Arial, sans-serif;
						font-style: normal;
						font-weight: 400;
						font-size: 17px;
						line-height: 21px;
						color: #FFFFFF;
						text-decoration-color: #001846;
						-webkit-text-decoration-color: #001846;
						letter-spacing: 1px;
						text-transform: uppercase;
						border-bottom: 2px transparent solid;
					}

						header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:visited {
							color: #FFFFFF;
						}

						header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:focus {
							color: #FFFFFF;
						}

						header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:hover {
							color: #FFFFFF;
						}

						header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:active {
							color: #FFFFFF;
						}

						header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link:hover {
							border-bottom: 2px #C8102E solid;
						}

			header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links {
				transition: all 0.3s ease;
			}

				header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links span {
					width: 100%;
					max-width: 186px;
					display: block;
					font-family: obvia, Helvetica, Arial, sans-serif;
					font-style: normal;
					font-weight: 500;
					font-size: 15px;
					line-height: 18px;
					text-transform: uppercase;
					letter-spacing: 0.5px;
					color: #FFFFFF;
					padding-bottom: 5px;
					border-bottom: 1px #557ABE solid;
				}

				header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul {
					margin: 5px 0;
				}

					header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item {
						margin-bottom: 10px;
					}

						header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link {
							font-family: alternate-gothic-atf, Helvetica, Arial, sans-serif;
							font-style: normal;
							font-weight: 400;
							font-size: 17px;
							line-height: 22px;
							color: #FFFFFF;
							text-decoration-color: #00205B;
							-webkit-text-decoration-color: #00205B;
							border-bottom: 2px transparent solid;
							letter-spacing: 1px;
						}

							header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:visited {
								color: #FFFFFF;
							}

							header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:focus {
								color: #FFFFFF;
							}

							header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:hover {
								color: #FFFFFF;
							}

							header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:active {
								color: #FFFFFF;
							}

							header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .quick-links ul .quick-item .quick-link:hover {
								border-bottom: 2px #C8102E solid;
							}

header .header-mobile .header-top .nav-links .open-menu .side-bar .divider {
	padding: 0 30px;
}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .divider div {
		width: 100%;
		height: 1px;
		background-color: #557ABE;
	}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social {
	margin: 30px 20px 0;
}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .social span {
		font-family: alternate-gothic-compressed, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 800;
		font-size: 34px;
		line-height: 42px;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 0 10px;
	}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links {
		display: flex;
		flex-wrap: wrap;
		margin: 25px 0;
		margin: 10px 0;
	}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li {
			padding-left: 10px;
			margin: 0 0 10px;
		}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li {
		padding-left: 6px;
		margin: 0 0 6px;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a {
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 60px;
	border: 2px #C8102E solid;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a {
		width: 34px;
		height: 34px;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a:hover {
	background-color: #C8102E;
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.facebook img {
	width: 9px;
}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.facebook img {
		width: 5px;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.twitter img {
	width: 20px;
}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.twitter img {
		width: 12px;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.instagram img {
	width: 17px;
}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.instagram img {
		width: 10px;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.youtube img {
	width: 20px;
}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.youtube img {
		width: 12px;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.linkedin img {
	width: 15px;
}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.linkedin img {
		width: 9px;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a .desktop {
	display: block;
}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a .desktop {
		display: none;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a .mobile {
	display: none;
}

@media (max-width: 768px) {
	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a .mobile {
		display: block;
	}
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li {
	padding-left: 8px;
	margin: 0 0 8px;
}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a {
		width: 50px;
		height: 50px;
	}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.facebook img {
			width: 7px;
		}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.twitter img {
			width: 16px;
		}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.instagram img {
			width: 14px;
		}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.youtube img {
			width: 16px;
		}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .social .social-links li a.linkedin img {
			width: 13px;
		}

header .header-mobile .header-top .nav-links .open-menu .side-bar .top-bar {
	position: sticky;
	z-index: 1;
	opacity: 0;
	top: 0;
	right: -338px;
	width: 338px;
	height: 70px;
	pointer-events: none;
	transition: all 0.3s ease;
	background-color: #001846;
}

header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links {
	margin: 30px 0 20px;
}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link {
		max-width: 260px;
		margin: 0 30px;
		font-size: 24px;
		line-height: 28px;
	}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .level-1-link .gg-chevron-down {
			top: 8px;
		}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown {
		padding: 0 30px;
	}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item .l1-dropdown .level-2-links .level-2-item .level-2-link {
			font-size: 18px;
			line-height: 22px;
		}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links .level-1-item.active .l1-dropdown {
		padding: 10px 30px;
	}

	header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links.sub-level .level-1-item .level-1-link {
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		text-transform: none;
	}

		header .header-mobile .header-top .nav-links .open-menu .side-bar .level-1-links.sub-level .level-1-item .level-1-link .gg-chevron-down {
			top: 4px;
		}

header .header-mobile .header-top .nav-links .open-menu.open .open-button {
	position: relative;
	z-index: 100;
	background-color: #001846;
	text-decoration-color: #001846;
	-webkit-text-decoration-color: #001846;
}

	header .header-mobile .header-top .nav-links .open-menu.open .open-button span {
		color: #FFFFFF;
		text-decoration-color: #00205B;
		-webkit-text-decoration-color: #00205B;
	}

header .header-mobile .header-top .nav-links .open-menu.open .open-text {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

header .header-mobile .header-top .nav-links .open-menu.open .close-text {
	position: relative;
	opacity: 1;
	z-index: 1;
}

header .header-mobile .header-top .nav-links .open-menu.open .dropdown-overlay {
	z-index: 1;
	opacity: 0.45;
}

header .header-mobile .header-top .nav-links .open-menu.open .side-bar {
	right: 0;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
}

	header .header-mobile .header-top .nav-links .open-menu.open .side-bar .top-bar {
		right: 0;
		opacity: 1;
	}

header .header-mobile .header-bottom {
	padding: 15px 30px;
	background-color: #EEF2F4;
	border-top: 1px #9DAFBD solid;
}

	header .header-mobile .header-bottom .search {
		width: 100%;
		display: flex;
		height: 32px;
		border-bottom: 2px #00205B solid;
		border: 1px #9DAFBD solid;
		border-radius: 2px;
		height: 44px;
		background-color: #FFFFFF;
		padding-right: 14px;
	}

		header .header-mobile .header-bottom .search input[type=search] {
			width: 100%;
			border: none;
			font-family: acumin-pro, Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: 400;
			font-size: 14px;
			line-height: 14px;
			color: #53565A;
		}

@media (max-width: 1100px) {
	header .header-mobile .header-bottom .search input[type=search] {
		font-size: 13px;
		line-height: 13px;
	}
}

header .header-mobile .header-bottom .search input[type=search]::placeholder {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #53565A;
	opacity: 1;
	overflow: visible;
}

@media (max-width: 1100px) {
	header .header-mobile .header-bottom .search input[type=search]::placeholder {
		font-size: 13px;
		line-height: 13px;
	}
}

header .header-mobile .header-bottom .search button {
	flex: 0 0 14px;
	width: auto;
	height: auto;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	display: inline-block;
}

header .header-mobile .header-bottom .search input[type=search] {
	padding: 0 14px;
}

header .header-alert {
	position: relative;
	width: 100%;
	min-height: 85px;
	background-color: #C8102E;
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
	padding: 10px 190px 10px 155px;
}

@media (max-width: 1366px) {
	header .header-alert {
		padding: 10px 190px 10px 105px;
	}
}

@media (max-width: 1200px) {
	header .header-alert {
		min-height: 70px;
		padding: 10px 190px 10px 100px;
	}
}

@media (max-width: 1100px) {
	header .header-alert {
		padding: 10px 190px 10px 85px;
	}
}

@media (max-width: 1024px) {
	header .header-alert {
		padding: 10px 150px 10px 20px;
	}
}

@media (max-width: 640px) {
	header .header-alert {
		padding: 10px 20px;
	}
}

header .header-alert .alert-slider {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

	header .header-alert .alert-slider .slick-pause {
		z-index: 1;
		right: -56px;
		top: 50%;
		transform: translateY(-50%);
		left: auto;
		width: 12px;
		height: 16px;
		margin: 0;
	}

@media (max-width: 640px) {
	header .header-alert .alert-slider .slick-pause {
		right: 70px;
		top: 18px;
		transform: none;
	}
}

header .header-alert .alert-slider .slick-pause:before {
	top: 2px;
	left: 2px;
	width: 2px;
	height: 12px;
	background-color: #FFFFFF;
}

header .header-alert .alert-slider .slick-pause:after {
	top: 2px;
	right: 2px;
	width: 2px;
	height: 12px;
	background-color: #FFFFFF;
}

header .header-alert .alert-slider .slick-pause:hover, header .header-alert .alert-slider .slick-pause:focus {
	background-color: transparent;
}

header .header-alert .alert-slider .slick-pause.slick--paused:after {
	left: 1px;
	top: 1px;
	right: auto;
	height: auto;
	background-color: transparent;
	border-left: 12px solid #ffffff;
	border-right: 1px solid transparent;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

header .header-alert .alert-slider .slick-list {
	height: 100%;
	width: 100%;
}

	header .header-alert .alert-slider .slick-list .slick-track {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
	}

@media (max-width: 640px) {
	header .header-alert .alert-slider .slick-list .slick-track {
		align-items: flex-start;
	}
}

header .header-alert .alert-slider .slide {
	margin: 0 20px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	header .header-alert .alert-slider .slide {
		margin: 0 10px;
	}
}

@media (max-width: 640px) {
	header .header-alert .alert-slider .slide {
		flex-flow: column-reverse;
		align-items: flex-start;
	}
}

header .header-alert .alert-slider .slide p {
	color: #FFFFFF;
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.5px;
	margin: 0;
	padding-right: 30px;
}

@media (max-width: 1024px) {
	header .header-alert .alert-slider .slide p {
		padding-right: 20px;
		font-size: 16px;
		line-height: 19px;
	}
}

@media (max-width: 640px) {
	header .header-alert .alert-slider .slide p {
		margin-bottom: 5px;
	}
}

@media (max-width: 640px) {
	header .header-alert .alert-slider .slide .secondary-btn {
		margin: 10px 0;
	}
}

header .header-alert .alert-slider .slick-controls {
	right: -76px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 640px) {
	header .header-alert .alert-slider .slick-controls {
		right: 50px;
		top: 17px;
		transform: none;
	}
}

header .header-alert .alert-slider .slick-controls li button .gg-chevron-right {
	width: 9px;
	height: 9px;
	color: #FFFFFF;
	border-radius: 2px;
}

	header .header-alert .alert-slider .slick-controls li button .gg-chevron-right:after {
		width: 9px;
		height: 9px;
	}

header .header-alert .close-alert {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
}

@media (max-width: 1024px) {
	header .header-alert .close-alert {
		right: 30px;
	}
}

@media (max-width: 640px) {
	header .header-alert .close-alert {
		top: 28px;
		transform: none;
	}
}

header .header-alert .close-alert div {
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: 7px;
}

	header .header-alert .close-alert div:first-of-type {
		transform: rotate(-45deg);
	}

	header .header-alert .close-alert div:last-of-type {
		transform: rotate(45deg);
	}

header .header-alert.sticky {
	min-height: 70px;
	padding-left: 135px;
}

@media (max-width: 1366px) {
	header .header-alert.sticky {
		padding-left: 105px;
	}
}

@media (max-width: 1200px) {
	header .header-alert.sticky {
		padding-left: 100px;
	}
}

@media (max-width: 1100px) {
	header .header-alert.sticky {
		padding-left: 85px;
	}
}

@media (max-width: 1024px) {
	header .header-alert.sticky {
		padding-left: 20px;
	}
}

.site-header-external .header-right {
	padding: 0 80px 0 20px;
}

footer {
	position: relative;
}

	footer .footer-main {
		background-image: url("/assets/images/reskin/usl-web-bg-1.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #00205B;
		background-position: right;
	}

		footer .footer-main .footer-top {
			border-bottom: 1px #1A3F84 solid;
			padding: 110px 40px 100px;
		}

@media (max-width: 1024px) {
	footer .footer-main .footer-top {
		padding: 10vw 20px;
		text-align: center;
	}
}

footer .footer-main .footer-top .top-container {
	width: 100%;
	max-width: 1432px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	footer .footer-main .footer-top .top-container {
		flex-flow: column;
	}
}

footer .footer-main .footer-top .top-container .footer-logo {
	width: 302px;
	max-width: 100%;
	padding-right: 20px;
	flex-shrink: 0;
}

@media (max-width: 1024px) {
	footer .footer-main .footer-top .top-container .footer-logo {
		width: 100%;
		padding: 0 20px 40px;
	}
}

footer .footer-main .footer-top .top-container .footer-logo a img {
	opacity: 1;
	width: 184px;
	transition: all 0.3s ease;
}

footer .footer-main .footer-top-menu {
	display: flex;
	width: 308px;
	margin-top: 25px;
	justify-content: space-between;
}

	footer .footer-main .footer-top-menu li {
		display: inline-block;
	}

	footer .footer-main .footer-top-menu a {
		font-family: alternate-gothic-atf, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		text-transform: uppercase;
		color: #FFFFFF;
		letter-spacing: 2px;
		text-decoration-color: #00205B;
		-webkit-text-decoration-color: #00205B;
		border-bottom: 2px transparent solid;
	}

@media (max-width: 768px) {
	footer .footer-main .footer-top-menu a {
		font-size: 14px;
		line-height: 19px;
	}
}

footer .footer-main .footer-top-menu a:hover {
	border-bottom: 2px #C8102E solid;
}

@media (max-width: 1024px) {
	footer .footer-main .footer-top-menu {
		display: block;
		margin: 0 auto 20px;
		width: auto;
	}

		footer .footer-main .footer-top-menu li {
			margin: 0 20px;
		}
}

footer .footer-main .footer-left {
	display: flex;
}

@media (max-width: 1024px) {
	footer .footer-main .footer-left {
		flex-flow: column;
	}
}

footer .footer-main .social-links {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0;
	margin-top: 8px;
}

	footer .footer-main .social-links li {
		padding-left: 10px;
		margin: 0 0 10px;
	}

@media (max-width: 768px) {
	footer .footer-main .social-links li {
		padding-left: 6px;
		margin: 0 0 6px;
	}
}

footer .footer-main .social-links li a {
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 60px;
	border: 2px #C8102E solid;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	footer .footer-main .social-links li a {
		width: 34px;
		height: 34px;
	}
}

footer .footer-main .social-links li a:hover {
	background-color: #C8102E;
}

footer .footer-main .social-links li a.facebook img {
	width: 9px;
}

@media (max-width: 768px) {
	footer .footer-main .social-links li a.facebook img {
		width: 5px;
	}
}

footer .footer-main .social-links li a.twitter img {
	width: 20px;
}

@media (max-width: 768px) {
	footer .footer-main .social-links li a.twitter img {
		width: 12px;
	}
}

footer .footer-main .social-links li a.instagram img {
	width: 17px;
}

@media (max-width: 768px) {
	footer .footer-main .social-links li a.instagram img {
		width: 10px;
	}
}

footer .footer-main .social-links li a.youtube img {
	width: 20px;
}

@media (max-width: 768px) {
	footer .footer-main .social-links li a.youtube img {
		width: 12px;
	}
}

footer .footer-main .social-links li a.linkedin img {
	width: 15px;
}

@media (max-width: 768px) {
	footer .footer-main .social-links li a.linkedin img {
		width: 9px;
	}
}

footer .footer-main .social-links li a .desktop {
	display: block;
}

@media (max-width: 768px) {
	footer .footer-main .social-links li a .desktop {
		display: none;
	}
}

footer .footer-main .social-links li a .mobile {
	display: none;
}

@media (max-width: 768px) {
	footer .footer-main .social-links li a .mobile {
		display: block;
	}
}

@media (max-width: 1024px) {
	footer .footer-main .social-links {
		justify-content: center;
		max-width: 100%;
	}

		footer .footer-main .social-links li {
			padding: 0 5px;
		}
}

footer .footer-main .footer-bottom {
	height: 86px;
	padding: 0 40px;
}

@media (max-width: 1024px) {
	footer .footer-main .footer-bottom {
		height: auto;
		padding: 20px;
	}
}

@media (max-width: 768px) {
	footer .footer-main .footer-bottom {
		padding: 30px 0;
	}
}

footer .footer-main .footer-bottom .bottom-container {
	height: 100%;
	width: 100%;
	max-width: 1432px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	footer .footer-main .footer-bottom .bottom-container {
		flex-flow: column;
		text-align: center;
	}
}

@media (max-width: 768px) {
	footer .footer-main .footer-bottom .bottom-container {
		max-width: 240px;
	}
}

footer .footer-main .footer-bottom .bottom-container p {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
	max-width: none;
}

footer .footer-main .footer-bottom .bottom-container a {
	display: inline-block;
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
	text-decoration-color: #00205B;
	-webkit-text-decoration-color: #00205B;
}

	footer .footer-main .footer-bottom .bottom-container a:hover {
		text-decoration-color: #C8102E;
		-webkit-text-decoration-color: #C8102E;
	}

footer .footer-main .footer-bottom .bottom-container span {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
	padding: 0 5px;
}

footer .footer-main .footer-bottom .bottom-container .copyright {
	width: 21%;
	max-width: 342px;
	padding-right: 20px;
}

@media (max-width: 1024px) {
	footer .footer-main .footer-bottom .bottom-container .copyright {
		width: 100%;
		padding-bottom: 10px;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	footer .footer-main .footer-bottom .bottom-container .copyright {
		padding-bottom: 20px;
	}
}

footer .footer-main .footer-bottom .bottom-container .footer-info {
	width: 79%;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
}

@media (max-width: 1024px) {
	footer .footer-main .footer-bottom .bottom-container .footer-info {
		width: 100%;
		flex-flow: column;
		padding-left: 0;
	}
}

@media (max-width: 1024px) {
	footer .footer-main .footer-bottom .bottom-container .footer-info .charity {
		padding-bottom: 10px;
	}
}

@media (max-width: 768px) {
	footer .footer-main .footer-bottom .bottom-container .footer-info .charity {
		padding-bottom: 20px;
	}
}

.ways-to-give {
	margin-bottom: 80px;
	padding: 0 40px;
}

@media (max-width: 1024px) {
	.ways-to-give {
		margin-bottom: 8vw;
	}
}

@media (max-width: 640px) {
	.ways-to-give {
		padding: 0 20px;
	}
}

.ways-to-give .give-container {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00205B;
	background-color: #EEF2F4;
	min-height: 520px;
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 640px) {
	.ways-to-give .give-container {
		padding: 40px 15px;
	}
}

.ways-to-give .give-container .content-container {
	width: 100%;
	height: 100%;
}

.ways-to-give .give-container h2 {
	padding-top: 0;
	max-width: 630px;
	margin: 0 auto 20px;
}

@media (max-width: 640px) {
	.ways-to-give .give-container h2 {
		font-size: 30px;
		line-height: 37px;
	}
}

.ways-to-give .give-container p {
	max-width: 622px;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.ways-to-give .give-container p {
		padding: 0 15px;
	}
}

.ways-to-give .give-container .give-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1210px;
	margin: 30px auto;
}

@media (max-width: 640px) {
	.ways-to-give .give-container .give-items {
		flex-flow: column;
	}
}

.ways-to-give .give-container .give-items .item {
	width: 20%;
	padding: 10px;
	margin: 0;
}

@media (max-width: 1024px) {
	.ways-to-give .give-container .give-items .item {
		width: 33.33%;
	}
}

@media (max-width: 640px) {
	.ways-to-give .give-container .give-items .item {
		width: 100%;
		padding: 5px;
	}
}

.ways-to-give .give-container .give-items .item .item-container {
	width: 100%;
	height: 100%;
	background-color: #C8102E;
	min-height: 150px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 640px) {
	.ways-to-give .give-container .give-items .item .item-container {
		min-height: 56px;
		position: relative;
	}
}

@media (max-width: 640px) {
	.ways-to-give .give-container .give-items .item .item-container .inner-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.ways-to-give .give-container .give-items .item .item-container img {
	width: auto;
	height: 42px;
	margin-bottom: 10px;
}

@media (max-width: 640px) {
	.ways-to-give .give-container .give-items .item .item-container img {
		width: 22px;
		position: absolute;
		left: 30px;
		margin-bottom: 0;
	}
}

.ways-to-give .give-container .give-items .item .item-container h3 {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.ways-to-give .give-container .give-items .item .item-container h3 {
		padding: 0;
	}
}

.ways-to-give .give-container .give-items .item .item-container:hover {
	background-color: #00205B;
}

.ways-to-give.full-width {
	padding: 0;
}

	.ways-to-give.full-width .give-container {
		max-width: none;
	}

.ways-to-give.four-column .give-container {
	padding: 120px 30px;
}

@media (max-width: 1024px) {
	.ways-to-give.four-column .give-container {
		padding: 80px 30px;
	}
}

@media (max-width: 640px) {
	.ways-to-give.four-column .give-container {
		padding: 40px 0;
	}
}

@media (max-width: 640px) {
	.ways-to-give.four-column .give-container .content-container h2 {
		padding: 0 40px;
	}
}

@media (max-width: 640px) {
	.ways-to-give.four-column .give-container .content-container p {
		padding: 0 40px;
	}
}

.ways-to-give.four-column .give-container .content-container .give-items {
	max-width: 1332px;
}

@media (max-width: 900px) {
	.ways-to-give.four-column .give-container .content-container .give-items {
		max-width: 614px;
	}
}

@media (max-width: 640px) {
	.ways-to-give.four-column .give-container .content-container .give-items {
		margin: 10px auto;
	}
}

.ways-to-give.four-column .give-container .content-container .give-items .item {
	width: 25%;
	opacity: 1;
}

@media (max-width: 900px) {
	.ways-to-give.four-column .give-container .content-container .give-items .item {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.ways-to-give.four-column .give-container .content-container .give-items .item {
		padding: 10px;
	}
}

.ways-to-give.four-column .give-container .content-container .give-items .item .item-container {
	background-color: #00205B;
	min-height: 185px;
	max-width: 292px;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.ways-to-give.four-column .give-container .content-container .give-items .item .item-container {
		max-width: none;
	}
}

.ways-to-give.four-column .give-container .content-container .give-items .item .item-container .inner-container {
	display: block;
}

	.ways-to-give.four-column .give-container .content-container .give-items .item .item-container .inner-container h3 {
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.ways-to-give.four-column .give-container .content-container .give-items .item .item-container .inner-container .sm-divider {
		width: 46px;
		height: auto;
	}

@media (max-width: 640px) {
	.ways-to-give.four-column .give-container .content-container .give-items .item .item-container .inner-container .sm-divider {
		margin: 0 auto 10px;
		position: relative;
		left: auto;
	}
}

.ways-to-give.four-column .give-container .content-container .give-items .item .item-container .inner-container p {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	max-width: 230px;
}

@media (max-width: 640px) {
	.ways-to-give.four-column .give-container .content-container .give-items .item .item-container .inner-container p {
		padding: 0;
	}
}

.three-blue {
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	.three-blue {
		margin-bottom: 8vw;
	}
}

.three-blue .full-media {
	display: none;
}

.three-blue.with-full-media .full-media {
	display: block;
	width: 100%;
	height: 550px;
	margin-bottom: -70px;
}

@media (max-width: 1200px) {
	.three-blue.with-full-media .full-media {
		height: 45vw;
	}
}

@media (max-width: 768px) {
	.three-blue.with-full-media .full-media {
		display: none;
	}
}

.three-blue.with-full-media .full-media .image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00205B;
}

.three-blue.with-full-media .full-media .video {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.three-blue.with-full-media .full-media .video video {
		width: 100%;
		position: absolute;
		left: -100%;
		right: -100%;
		margin: 0 auto;
	}

@media (max-width: 768px) {
	.three-blue.with-full-media .full-media .video video {
		width: auto;
		height: 100%;
	}
}

.three-blue.with-full-media .full-media .video .play-pause {
	position: absolute;
	z-index: 2;
	left: 40px;
	bottom: 40px;
	width: 34px;
	height: 34px;
	opacity: 0.6;
	border: 3px #FFFFFF solid;
	border-radius: 4px;
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

@media (max-width: 1024px) {
	.three-blue.with-full-media .full-media .video .play-pause {
		width: 28px;
		height: 28px;
		border: 2px #FFFFFF solid;
		bottom: 30px;
	}
}

.three-blue.with-full-media .full-media .video .play-pause .pause, .three-blue.with-full-media .full-media .video .play-pause .play {
	position: absolute;
	color: #FFFFFF;
	opacity: 0;
	transition: all 0.3s ease;
}

.three-blue.with-full-media .full-media .video .play-pause.video-playing .pause {
	opacity: 1;
}

.three-blue.with-full-media .full-media .video .play-pause.video-paused .play {
	opacity: 1;
}

.three-blue.with-full-media .full-media .video .play-pause:hover {
	background-color: #FFFFFF;
}

	.three-blue.with-full-media .full-media .video .play-pause:hover .play, .three-blue.with-full-media .full-media .video .play-pause:hover .pause {
		color: #00205B;
	}

.three-blue.with-full-media .full-media.with-image .video {
	display: none;
}

.three-blue.with-full-media .full-media.with-video .image {
	display: none;
}

@media (min-width: 768px) {
	.three-blue.with-full-media .three-container .three-title .title-container {
		padding: 25px 40px 0;
		background-color: #ffffff;
	}
}

.three-blue.with-image-underlay .three-container .mobile-underlay {
	display: block;
	width: 800px;
	height: 630px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EEF2F4;
}

@media (max-width: 768px) {
	.three-blue.with-image-underlay .three-container .mobile-underlay {
		width: 100%;
		height: calc(100% - 80px);
	}
}

.three-blue.with-image-underlay .three-container .three-title {
	text-align: left;
	max-width: 1350px;
	margin: 0 auto;
	padding-left: 90px;
	padding-top: 60px;
}

@media (max-width: 1024px) {
	.three-blue.with-image-underlay .three-container .three-title {
		padding-left: 60px;
		padding-top: 50px;
	}
}

@media (max-width: 768px) {
	.three-blue.with-image-underlay .three-container .three-title {
		text-align: center;
		padding: 30px 30px 0;
	}
}

@media (max-width: 768px) {
	.three-blue.with-cta .three-container .mobile-underlay {
		height: 100%;
	}
}

.three-blue.with-cta .three-container .three .slick-dots .slick-dot button {
	background-color: #EEF2F4;
}

.three-blue.with-cta .three-container .three .slick-dots .slick-dot.slick-active button {
	background-color: #00205B;
}

.three-blue.with-cta .three-container .full-cta {
	display: block;
}

.three-blue.mobile-white-bg .three-container .mobile-underlay {
	display: none;
}

.three-blue.mobile-white-bg .three-container .three .slick-dots .slick-dot button {
	background-color: #FFFFFF;
}

.three-blue.mobile-white-bg .three-container .three .slick-dots .slick-dot.slick-active button {
	background-color: #00205B;
}

.three-blue.mobile-center .three-container .three .column .column-container .inner-container .column-content {
	text-align: center;
}

	.three-blue.mobile-center .three-container .three .column .column-container .inner-container .column-content p {
		margin: 0 auto 20px;
		max-width: 400px;
	}

.three-blue .three-container {
	position: relative;
	padding: 0 30px;
}

	.three-blue .three-container .btn,
	.three-blue .three-container button {
		width: 100%;
		max-width: 250px;
		height: 56px;
		text-align: center;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border: 2px solid #c8102e;
		box-sizing: border-box;
		background-color: #c8102e;
		border-radius: 2px;
		color: #fff;
		padding: 10px 20px;
		position: relative;
		font-family: alternate-gothic-extra-cond,Helvetica,Arial,sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		transition: all .3s ease;
	}

@media (max-width: 1024px) {
	.three-blue .three-container {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	.three-blue .three-container {
		padding: 0;
	}
}

.three-blue .three-container .mobile-underlay {
	display: none;
}

@media (max-width: 768px) {
	.three-blue .three-container .mobile-underlay {
		display: block;
		background-image: none !important;
		background-color: #EEF2F4;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 80px);
	}
}

.three-blue .three-container .three-title {
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.three-blue .three-container .three-title {
		padding: 30px 30px 0;
	}
}

.three-blue .three-container .three-title .title-container {
	display: inline-block;
	width: 100%;
	max-width: 820px;
}

@media (max-width: 1024px) {
	.three-blue .three-container .three-title .title-container {
		max-width: 580px;
	}
}

.three-blue .three-container .three-title h2 {
	margin: 0 auto;
	line-height: 56px;
}

@media (max-width: 1024px) {
	.three-blue .three-container .three-title h2 {
		line-height: 45px;
	}
}

.three-blue .three-container .three-title .divider {
	width: 122px;
}

.three-blue .three-container .three {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/*&.desktop {
    display: flex;
    flex-wrap: wrap;
    @include breakpoint("mob-med"){
      display: none;
    }
  }*/
}

	.three-blue .three-container .three .column {
		width: 33.33%;
		position: relative;
		z-index: 1;
		padding: 40px 14px 0;
	}

@media (max-width: 1024px) {
	.three-blue .three-container .three .column {
		padding: 30px 10px 0;
	}
}

.three-blue .three-container .three .column .column-container {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00205B;
	padding: 0 36px 0;
	margin-top: 40px;
	height: calc(100% - 40px);
}

@media (max-width: 1024px) {
	.three-blue .three-container .three .column .column-container {
		padding: 0 22px 0;
	}
}

.three-blue .three-container .three .column .column-container .inner-container {
	position: relative;
	top: -40px;
	/*@include breakpoint("tablet"){
    top: -40px;
  }*/
}

	.three-blue .three-container .three .column .column-container .inner-container .column-image {
		position: relative;
		z-index: 1;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #00205B;
		width: 100%;
		height: 266px;
		margin-bottom: 25px;
	}

@media (max-width: 1366px) {
	.three-blue .three-container .three .column .column-container .inner-container .column-image {
		height: 20vw;
	}
}

@media (max-width: 768px) {
	.three-blue .three-container .three .column .column-container .inner-container .column-image {
		height: 50vw;
	}
}

.three-blue .three-container .three .column .column-container .inner-container .column-content h3 {
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.three-blue .three-container .three .column .column-container .inner-container .column-content p {
	color: #FFFFFF;
	min-height: 85px;
}

.three-blue .three-container .three.three-blue-slider .slick-controls {
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	max-width: none;
}

	.three-blue .three-container .three.three-blue-slider .slick-controls li .chevron-btn {
		width: 32px;
		height: 32px;
		border-radius: 2px;
		border: 2px #C8102E solid;
	}

		.three-blue .three-container .three.three-blue-slider .slick-controls li .chevron-btn .gg-chevron-right {
			width: 7px;
			height: 7px;
		}

			.three-blue .three-container .three.three-blue-slider .slick-controls li .chevron-btn .gg-chevron-right:after {
				width: 6px;
				height: 6px;
			}

	.three-blue .three-container .three.three-blue-slider .slick-controls li:first-of-type {
		left: -35px;
	}

	.three-blue .three-container .three.three-blue-slider .slick-controls li:last-of-type {
		right: -35px;
	}

		.three-blue .three-container .three.three-blue-slider .slick-controls li:last-of-type .chevron-btn .gg-chevron-right {
			right: 4px;
		}

.three-blue .three-container .three.three-blue-slider .column {
	opacity: 1;
	margin: 0;
}

@media (max-width: 768px) {
	.three-blue .three-container .three.three-slider {
		flex-direction: column;
	}

		.three-blue .three-container .three.three-slider .column {
			width: auto;
		}
}

.three-blue .three-container .three .slick-dots {
	margin-top: 20px;
}

.three-blue .three-container .full-cta {
	display: none;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}

	.three-blue .three-container .full-cta .cta-container {
		width: 33.33%;
		margin: 0 auto;
		padding: 45px 14px 15px;
	}

@media (max-width: 1024px) {
	.three-blue .three-container .full-cta .cta-container {
		padding: 40px 10px 10px;
	}
}

@media (max-width: 768px) {
	.three-blue .three-container .full-cta .cta-container {
		width: auto;
		padding: 10px 40px 40px;
		text-align: center;
	}
}

.three-blue .three-container .full-cta .cta-container .btn {
	max-width: none;
}

@media (max-width: 768px) {
	.three-blue .three-container .full-cta .cta-container .btn {
		max-width: 250px;
	}
}

.three-blue.has-slider {
	padding: 0 40px;
}

@media (max-width: 1100px) {
	.three-blue.has-slider {
		padding: 0 30px;
	}
}

@media (max-width: 768px) {
	.three-blue.has-slider {
		padding: 0;
	}
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.container-narrow.form-wrapper {
	max-width: 705px;
}

	.container-narrow.form-wrapper .form-submit {
		margin-top: 40px;
	}

.form-columns {
	display: flex;
	flex-wrap: wrap;
}

	.form-columns .form-full {
		width: 100%;
	}

	.form-columns .form-half {
		width: 49%;
		margin-right: 2%;
	}

		.form-columns .form-half:nth-child(even) {
			margin-right: 0;
		}

@media (max-width: 1024px) {
	.form-columns .form-half {
		width: 100%;
		margin-right: 0;
	}
}

label,
.label {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.5px;
	color: #00205B;
	margin-bottom: 4px;
	margin-top: 20px;
	display: block;
}

	label .required,
	.label .required,
	.label-required {
		color: #C8102E;
		margin-left: 0.3em;
	}

input[type=tel],
input[type=text],
input[type=date],
input[type=email],
input[type=password],
input[type=search],
select {
	height: 50px;
}

input[type=tel],
input[type=text],
input[type=date],
input[type=email],
input[type=password],
input[type=search],
select,
textarea {
	width: 100%;
	background-color: #F7F9FA;
	border: 2px #9DAFBD solid;
	border-radius: 2px;
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 20px;
}

	input[type=tel]::placeholder,
	input[type=text]::placeholder,
	input[type=date]::placeholder,
	input[type=email]::placeholder,
	input[type=password]::placeholder,
	input[type=search]::placeholder,
	select::placeholder,
	textarea::placeholder {
		font-family: acumin-pro, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		color: #979899;
	}

.field-desc {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #252525;
}

.checkbox-list,
.radio-list,
.button-list {
	margin: 0;
}

.checkbox-item {
	margin-bottom: 20px;
}

.checkbox-item-single {
	margin-top: 30px;
	margin-bottom: 10px;
}

.checkbox-item label,
.checkbox-item .label {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #252525;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.checkbox-item input[type=checkbox] {
	border: 2px #C8102E solid;
	border-radius: 4px;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	appearance: none;
	margin: 0 10px 0 0;
}

	.checkbox-item input[type=checkbox]:checked {
		background: #C8102E url("/amms/assets/images/reskin/check.png") no-repeat center;
	}

.radio-item label {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #252525;
	margin-right: 24px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.radio-item label input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	.radio-item label .radio {
		display: inline-block;
		position: relative;
		padding-left: 30px;
	}

		.radio-item label .radio::before {
			content: "";
			display: block;
			position: absolute;
			top: 3px;
			left: 0;
			height: 16px;
			width: 16px;
			border: 3px #C8102E solid;
			border-radius: 50%;
		}

		.radio-item label .radio::after {
			content: "";
			display: block;
			position: absolute;
			top: 10px;
			left: 7px;
			width: 8px;
			height: 8px;
			transition: transform 0.2s ease;
			transform: scale(0);
			border-radius: 50%;
			background: #C8102E;
		}

	.radio-item label input:checked + .radio::after {
		transform: scale(1);
	}

ul.checklist {
	margin-top: 0;
}

	ul.checklist .gg-check {
		display: inline-block;
		vertical-align: middle;
		color: #557ABE;
		margin: 0 3px 0 -3px;
	}

.grey-box .field-button-list {
	margin-bottom: 30px;
}

	.grey-box .field-button-list .h5-like {
		margin-bottom: 30px;
	}

ul.button-list {
	display: flex;
	flex-wrap: wrap;
}

	ul.button-list li {
		margin: 0 20px 20px 0;
		width: 111px;
		height: 56px;
		position: relative;
	}

	ul.button-list label,
	ul.button-list input {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

		ul.button-list input[type=radio] {
			opacity: 0.011;
			z-index: 100;
		}

			ul.button-list input[type=radio]:checked + label {
				background: #C8102E;
				color: #FFFFFF;
			}

	ul.button-list label {
		margin: 0;
		cursor: pointer;
		text-align: center;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border: 2px #C8102E solid;
		box-sizing: border-box;
		border-radius: 2px;
		font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		transition: all 0.3s ease;
		background-color: transparent;
		color: #00205B;
		text-decoration-color: transparent;
		-webkit-text-decoration-color: transparent;
	}

		ul.button-list label:visited {
			color: #00205B;
		}

		ul.button-list label:focus {
			color: #00205B;
		}

		ul.button-list label:hover {
			color: #FFFFFF;
		}

		ul.button-list label:active {
			color: #FFFFFF;
		}

		ul.button-list label:hover {
			background-color: #C8102E;
		}

ul.button-list-large li {
	width: 272px;
}

.field-select,
.field-date {
	position: relative;
}

	.field-select:after,
	.field-date:after {
		content: "";
		width: 54px;
		height: 46px;
		background-color: #F7F9FA;
		background-size: 14px;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: 2px;
		bottom: 2px;
		pointer-events: none;
	}

@media (max-width: 1366px) {
	.field-select:after,
	.field-date:after {
		width: 44px;
	}
}

.field-select select {
	appearance: none;
}

.field-select:after {
	background-image: url("/amms/assets/images/icons/chevron-down.png");
}

.field-date:after {
	background-image: url("/amms/assets/images/reskin/calendar-dates.svg");
	background-size: 18px;
}

.field-scrollbox {
	border: 2px #91A1AD solid;
	border-radius: 2px;
	padding: 10px;
	background-color: #FFFFFF;
}

	.field-scrollbox .scrollbox {
		max-height: 340px;
		padding: 30px;
		overflow: auto;
		/* Turn on a 25x25 scrollbar */
		/* Turn on single button up on top, and down on bottom */
		/* Turn off the down area up on top, and up area on bottom */
		/* Place The scroll down button at the bottom */
		/* Place The scroll up button at the up */
		/* Track below and above */
		/* The thumb itself */
	}

		.field-scrollbox .scrollbox::-webkit-scrollbar {
			width: 25px;
			height: 25px;
		}

		.field-scrollbox .scrollbox::-webkit-scrollbar-button:vertical {
			background-color: red;
			border: 1px dashed blue;
		}

		.field-scrollbox .scrollbox::-webkit-scrollbar-button:start:decrement, .field-scrollbox .scrollbox::-webkit-scrollbar-button:end:increment {
			display: block;
		}

		.field-scrollbox .scrollbox::-webkit-scrollbar-button:vertical:start:increment, .field-scrollbox .scrollbox::-webkit-scrollbar-button:vertical:end:decrement {
			display: none;
		}

		.field-scrollbox .scrollbox::-webkit-scrollbar-button:vertical:increment {
			background-color: #FFFFFF;
			background-image: url("/amms/assets/images/reskin/blue-chevron-down.png");
			background-repeat: no-repeat;
			background-position: center;
			border: 2px solid #C8102E;
			border-radius: 2px;
			height: 25px;
		}

		.field-scrollbox .scrollbox::-webkit-scrollbar-button:vertical:decrement {
			background-color: #FFFFFF;
			background-image: url("/amms/assets/images/reskin/blue-chevron-up.png");
			background-repeat: no-repeat;
			background-position: center;
			border: 2px solid #C8102E;
			border-radius: 2px;
			height: 25px;
		}

		.field-scrollbox .scrollbox::-webkit-scrollbar-track:vertical {
			background-color: #EEF2F4;
		}

		.field-scrollbox .scrollbox::-webkit-scrollbar-track-piece {
			background-color: #EEF2F4;
		}

		.field-scrollbox .scrollbox::-webkit-scrollbar-thumb:vertical {
			background-color: #979899;
		}

.field-link {
	margin-top: 20px;
}

	.field-link a {
		display: inline-block;
		margin-right: 20px;
		font-weight: normal;
	}

.field-p {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.75;
	color: #53565A;
}

.form-submit {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.form-submit-split {
	display: flex;
	justify-content: space-between;
}

.form-submit-left, .form-submit-right {
	flex-shrink: 0;
	width: 50%;
}

.form-submit-left {
	text-align: left;
}

.form-submit-right {
	text-align: right;
}

.welcome-cta {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.welcome-cta-item {
	width: 48.9%;
	margin-top: 30px;
	flex-shrink: 0;
	padding: 90px 65px 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00205B;
	background-image: url("/amms/assets/images/reskin/usl-welcome-bg-1.png");
	color: #FFFFFF;
}

	.welcome-cta-item p {
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 26px;
		line-height: 1.46;
		color: inherit;
	}

@media (max-width: 1024px) {
	.welcome-cta {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.welcome-cta-item {
		width: auto;
		max-width: 580px;
	}
}

.progress-tracker {
	margin: -20px auto 75px;
	max-width: 100%;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

	.progress-tracker .step {
		width: 290px;
	}

	.progress-tracker .step-indicator {
		width: 53px;
		height: 59px;
		margin: 0 auto 6px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("/amms/assets/images/reskin/shield.png");
	}

		.progress-tracker .step-indicator span {
			display: inline-block;
			margin-top: 16px;
			font-family: obvia, Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: 500;
			font-size: 21px;
			color: #00205B;
			background-color: #FFFFFF;
		}

	.progress-tracker .step-label {
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		color: #00205B;
	}

	.progress-tracker .step.active .step-indicator {
		background-image: url("/amms/assets/images/reskin/shield-active.png");
	}

		.progress-tracker .step.active .step-indicator span {
			color: #FFFFFF;
			background-color: #C8102E;
		}

	.progress-tracker .step.active .step-label {
		color: #C8102E;
	}

	.progress-tracker::before, .progress-tracker::after {
		display: block;
		content: "";
		position: absolute;
		top: 27px;
		height: 2px;
		width: 23.14%;
		background-image: url("/amms/assets/images/reskin/dotted-line.png");
		background-position: left center;
		background-repeat: repeat-x;
	}

	.progress-tracker::before {
		right: 50%;
		transform: translateX(-30.5%);
	}

	.progress-tracker::after {
		left: 50%;
		transform: translateX(30.5%);
	}

@media (max-width: 1024px) {
	.progress-tracker .step .step-label {
		font-size: 14px;
	}

	.progress-tracker::before, .progress-tracker::after {
		width: 20%;
	}
}

@media (max-width: 640px) {
	.progress-tracker .step {
		width: 100px;
	}

	.progress-tracker::before {
		transform: translateX(-50%);
	}

	.progress-tracker::after {
		transform: translateX(50%);
	}
}

.member-list-controls {
	margin: 40px 0 20px;
}

	.member-list-controls .btn {
		max-width: 267px;
	}

		.member-list-controls .btn .gg-math-plus {
			margin-left: 18px;
		}

.member-list-item {
	display: flex;
	justify-content: space-between;
	padding-right: 36px;
}

	.member-list-item h3 {
		margin-top: 0;
		padding-top: 0;
	}

	.member-list-item-details,
	.member-list-item .checkbox-item label {
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		color: inherit;
	}

	.member-list-item .checkbox-item-single {
		margin-top: 20px;
	}

	.member-list-item .secondary-btn {
		padding-right: 13px;
	}

	.member-list-item .gg-pen {
		--ggs: 0.65;
		margin-left: 9px;
	}

	.member-list-item .member-id {
		margin-bottom: 5px;
	}

.people-selected {
	display: inline-block;
	margin-right: 50px;
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}

.checkout-table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 40px;
}

	.checkout-table th {
		text-align: left;
		font-family: obvia, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.025em;
	}

	.checkout-table tbody th, .checkout-table tbody td {
		padding-top: 10px;
	}

	.checkout-table tbody tr:last-child th, .checkout-table tbody tr:last-child td {
		padding-bottom: 40px;
	}

.checkout-table-bottom {
	margin-top: 30px;
	border-top: 1px #557ABE solid;
	padding-top: 30px;
}

	.checkout-table-bottom .field-select {
		max-width: 413px;
	}

.checkout-table-total .checkout-item-left,
.checkout-table-total .checkout-item-right {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.025em;
	border-top: 1px #979899 solid;
	padding-top: 50px;
}

@media (max-width: 1024px) {
	.checkout-table-total .checkout-item-left,
	.checkout-table-total .checkout-item-right {
		font-size: 18px;
	}
}

.checkout-item {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.checkout-item-left {
	width: 80%;
	padding-left: 50px;
}

.checkout-item-right {
	width: 20%;
	padding-right: 50px;
}

.checkout-item-full {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

	.checkout-item-full .checkbox-item-single {
		margin: 25px 0 0;
	}

		.checkout-item-full .checkbox-item-single label {
			font-family: obvia, Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: 400;
			font-size: 16px;
			letter-spacing: 0.025em;
		}

@media (max-width: 1024px) {
	.checkout-item-left, .checkout-item-full {
		padding-left: 20px;
	}

	.checkout-item-right, .checkout-item-full {
		padding-right: 20px;
	}
}

.checkout-item-title {
	padding: 0;
	margin-bottom: 0;
}

.checkout-item-desc {
	display: block;
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.025em;
	line-height: 1.2;
	margin-top: 10px;
}

.checkout-price {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
}

@media (max-width: 1024px) {
	.checkout-price {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.checkout-price {
		font-size: 16px;
	}
}

.checkout .blue-box {
	padding-left: 0;
	padding-right: 0;
}

.payment-method {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px #979899 solid;
	padding-top: 30px;
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.025em;
}

.payment-method-title {
	text-transform: uppercase;
}

.payment-method-cards {
	flex-shrink: 0;
}

.payment-confirm {
	margin-top: 40px;
}

.receipt-profile-title {
	font-size: 40px;
	margin: 0;
	line-height: 1;
}

.receipt-profile-legend {
	padding-bottom: 25px;
	border-bottom: 1px #557ABE solid;
}

.receipt-profile input[type=search] {
	max-width: 413px;
	margin-bottom: 30px;
}

.receipt-profile .label {
	text-transform: uppercase;
	margin-bottom: 1em;
}

.receipt-recruiting-img {
	float: right;
	margin-left: 70px;
}

.receipt-recruiting .checkbox-item-single {
	margin: 30px 0;
}

.receipt-three-blue {
	margin-top: 50px;
}


/* Profile */






.details-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

	.details-table thead {
		color: #FFFFFF;
		background-color: #001846;
	}

		.details-table thead th {
			font-weight: normal;
		}

	.details-table th, .details-table td {
		text-align: left;
		vertical-align: top;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px #91A1AD solid;
	}

	.details-table th {
		font-weight: bold;
	}

	.details-table tr:last-child th, .details-table tr:last-child td {
		border-bottom: 0;
	}

	.details-table .detail-text {
		margin-top: 10px;
		font-family: acumin-pro, Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.375;
		color: #252525;
	}

		.details-table .detail-text:first-child {
			margin-top: 0;
		}

	.details-table a {
		text-decoration: underline;
	}

		.details-table a:hover, .details-table a:focus {
			text-decoration-color: transparent;
		}

.table-block {
	background-color: #EEF2F4;
	color: #00205B;
	margin-bottom: 40px;
}

.table-block-header {
	padding: 24px 24px 24px 55px;
	margin: 0;
	color: #FFFFFF;
	background-color: #00205B;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00205B;
	background-image: url("/amms/assets/images/reskin/usl-web-bg-2.png");
}

.table-block .table-wrapper {
	padding: 0 50px;
}

@media (max-width: 1024px) {
	.table-block .table-wrapper {
		padding: 0 20px;
	}
}

.table-block .details-table.full-width-heading thead,
.table-block .details-table.full-width-heading tbody {
	display: table;
	table-layout: fixed;
}

.table-block .details-table.full-width-heading thead {
	width: 100%;
}

	.table-block .details-table.full-width-heading thead th:first-child {
		padding-left: 50px;
	}

@media (max-width: 1024px) {
	.table-block .details-table.full-width-heading thead th:first-child {
		padding-left: 20px;
	}
}

.table-block .details-table.full-width-heading tbody {
	width: calc(100% - 100px);
	margin: auto;
}

@media (max-width: 1024px) {
	.table-block .details-table.full-width-heading tbody {
		width: calc(100% - 40px);
	}
}

/*
 ====================================================================
 *	Custom theme CSS
 ====================================================================
 */

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition-property: height, visibility;
		transition-duration: .35s;
	}
}

.border-blue {
	border: 1px solid #00205B!important;
}

.blue-font-color {
	color: #00205B;
}

.red-font-color {
	color: #C8102E;
}

.no-decoration {
	text-decoration: none;
}

.h4-like-font {
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	color: #00205B;
}

body.printer > * {
	display: none;
}

body.printer #modal_box,
body.printer #modal_box_2 {
	display: none !important;
}


.printer {
	display: block !important;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.m-pb-1 {
		padding-bottom: 0.25rem!important;
	}

	.m-pt-1 {
		padding-top: 0.25rem!important;
	}

	.m-pb-2 {
		padding-bottom: 0.5rem!important;
	}

	.m-pt-2 {
		padding-top: 0.5rem!important;
	}

	.m-pb-3 {
		padding-bottom: 1rem!important;
	}

	.m-pt-3 {
		padding-top: 1rem!important;
	}

	.m-pb-4 {
		padding-bottom: 1.5rem!important;
	}

	.m-pt-4 {
		padding-top: 1.5rem!important;
	}

	.site-content {
		padding: 45px 0 50px;
	}

	.btn, button {
		padding: 10px;
	}
}

.address-del {
	margin-left: -15px;
}

.no-background-img {
	background-image: none !important;
}

.g-recaptcha > div {
	margin: 0 auto;
}

.signup-nav-back,
.order-nav-back,
.order-nav-next {
	text-decoration: none;
}

.progress-bar {
	background-color: #00205B;
	transition: width 0.5s;
}

.signup-page.grey-box {
	padding: 20px;
}

.signup-page .container {
	padding: 0px;
}

.error,
.error-element .error {
	color: red;
}

	.error::after,
	.error-element .error::after {
		content: none !important;
	}

.required label:after {
	color: #e51937;
	content: ' *';
	display: inline;
}

.text-justify {
	text-align: justify;
}

.side-bar {
	-ms-overflow-style: none; /* Internet Explorer 10+ */
	scrollbar-width: none; /* Firefox */
}

	.side-bar::-webkit-scrollbar {
		display: none;
	}

.drop-shadow {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.card {
	border: 1px solid rgba(0,0,0,1);
	border-color: #00205b;
}

.bg-image-center {
	background-position: center !important;
}

.strike {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

	.strike > span {
		position: relative;
		display: inline-block;
	}

		.strike > span:before, .strike > span:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
			background: gray;
		}

		.strike > span:before {
			right: 100%;
			margin-right: 15px;
		}

		.strike > span:after {
			left: 100%;
			margin-left: 15px;
		}

.pr-0 {
	padding-right: 0px !important;
}

.p-20 {
	padding: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.mb-n5 {
	margin-bottom: -5px !important;
}

.mb-n10 {
	margin-bottom: -10px !important;
}

.mb-n15 {
	margin-bottom: -15px !important;
}

.mb-n20 {
	margin-bottom: -20px !important;
}

.mb-n30 {
	margin-bottom: -30px !important;
}

.mb-n40 {
	margin-bottom: -40px !important;
}

.mb-n50 {
	margin-bottom: -50px !important;
}

.mb-n60 {
	margin-bottom: -60px !important;
}

.mt-n5 {
	margin-top: -5px !important;
}

.mt-n10 {
	margin-top: -10px !important;
}

.mt-n15 {
	margin-top: -15px !important;
}

.mt-n20 {
	margin-top: -20px !important;
}

.mt-n30 {
	margin-top: -30px !important;
}

.mt-n40 {
	margin-top: -40px !important;
}

.mt-n50 {
	margin-top: -50px !important;
}

.mt-n60 {
	margin-top: -60px !important;
}

.ml-n5 {
	margin-left: -5px !important;
}

.ml-n10 {
	margin-left: -10px !important;
}

.ml-n15 {
	margin-left: -15px !important;
}

.ml-n20 {
	margin-left: -20px !important;
}

.ml-n30 {
	margin-left: -30px !important;
}

.ml-n40 {
	margin-left: -40px !important;
}

.ml-n50 {
	margin-left: -50px !important;
}

.ml-n60 {
	margin-left: -60px !important;
}

.mr-n5 {
	margin-right: -5px !important;
}

.mr-n10 {
	margin-right: -10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-n15 {
	margin-right: -15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-n20 {
	margin-right: -20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-n30 {
	margin-right: -30px !important;
}

.mr-n40 {
	margin-right: -40px !important;
}

.mr-n50 {
	margin-right: -50px !important;
}

.mr-n60 {
	margin-right: -60px !important;
}

.f-16 {
	font-size: 16pt !important;
}

.ml-20 {
	margin-left: 20px !important;
}

#back-btn,
#athlete-btn > a,
#back > a,
#r_back > a,
#q_back > a,
#aff_back > a,
#bio_back > a,
#cert_back > a,
.no-deco {
	text-decoration: none;
}

@media print {

	body {
		-webkit-print-color-adjust: exact;
		-moz-print-color-adjust: exact;
		-ms-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	.noprint {
		display: none;
	}
}

#membership-card {
	margin-left: -30px;
	margin-right: -10px;
}

	#membership-card body {
		display: block;
		justify-content: space-around;
		/* Vars */
		--primary: #003e7e;
		--primary-alt: #00073b;
		--accent: #e31837;
		--accent-alt: #ec008c;
		--dark: #231f20;
		--light: white;
		--highlight: #febc11;
		--background-image: url("../img/bg.png");
		--profile-image-inset: 2.5pt;
		/*--font--numbers: "BigNoodleTitling"; */
		--font--numbers: "Saira Extra Condensed" !important;
		/* --font--name: "SohoStd";  */
		--font--name: "Bitter";
		/* --font--default: "Gotham"; */
		--font--default: "Montserrat" !important;
		--warning: #e31837;
		--success: #41ad49;
	}

		#membership-card body * {
			box-sizing: border-box;
		}

.membership_card {
    display: inline-block;
    overflow: hidden;
    margin: 10pt;
    position: relative;
    min-height: 370pt;
    width: 216pt;
    height: auto !important;
    text-transform: uppercase;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    border: 1pt dashed #ec008c;
    background-image: url(/amms/assets/images/card/bg-new.png?{var:VERSION});
}

.membership_card__logo {
	display: block;
	margin: 30pt auto 0;
	/*height: 52pt;*/
	width: 103.022pt;
}

.membership_card__name {
	padding: 5pt;
	text-align: center;
	line-height: 1;
}

	.membership_card__name .h3-like,
	.membership_card__name .h4-like {
		font-size: 25px;
		font-family: obvia,Helvetica,Arial,sans-serif !important;
	}

#membership-card .name--first {
	color: #003e7e;
	font-size: 25pt;
}

#membership-card .name--last {
	color: #00073b;
	font-size: 19pt;
	font-weight: 900;
}

.membership_card__img-meta {
	display: block;
}

.membership_card__img-cont {
	position: absolute;
	z-index: 2;
	top: 152.119pt;
	left: 22pt;
	width: 85pt;
	height: 85pt;
	margin-right: 13pt;
}

.membership_card__img {
	width: 85pt;
	height: 85pt;
}

#membership-card .img-border {
	position: absolute;
	top: 4pt;
	left: 4pt;
	display: block;
	width: 77pt;
	height: 77pt;
	border: 1.5pt solid white;
}

.membership_card__meta {
	position: absolute;
	z-index: 3;
	left: 121.82pt;
	line-height: 1;
	margin-top: 6pt;
}

#membership-card .member-since-label {
	color: #231f20;
	font-size: 7pt;
	font-weight: 400;
}

#membership-card .member-since-value {
	margin-left: -4pt;
	color: #00073b;
	font-size: 45pt;
	font-family: "Saira Extra Condensed" !important;
	line-height: 0.8;
}

#membership-card .member-type {
	font-size: 8pt;
	line-height: 1.2;
	color: #e31837;
	font-weight: 900;
}

.membership_card__footer {
	position: absolute;
	top: 241.72pt;
	width: 100%;
	height: 999pt;
	color: white;
	padding: 14pt 0;
	text-align: center;
}

#membership-card .member-number__label {
	font-size: 7pt;
}

.membership-label .member-number__value,
#membership-card .member-number__value {
	font-size: 20pt;
	font-family: "Saira Extra Condensed" !important;
	line-height: 1.5;
	color: #febc11;
}

#membership-card .member-meta {
	font-size: 8pt;
	line-height: 1.5;
}

#membership-card .member-meta__label {
	font-weight: 700;
}

#membership-card .member-meta__req {
	background-color: red;
	font-weight: 700;
}

.membership_card__age-bar {
	position: absolute;
	/*top: 328.76pt;*/
	bottom: 0;
	width: 100%;
	padding: 5pt 0;
	border-top: 3pt solid white;
	font-family: "Saira Extra Condensed" !important;
	font-weight: 700;
	color: white;
	text-align: center;
}

#membership-card .age-bar--not-verified {
	background-color: #e31837;
}

#membership-card .age-bar--verified {
	background-color: #41ad49;
}

.print-card {
	position: relative;
	z-index: 1;
	top: 1.25rem;
	left: 2.5rem;
	cursor: pointer;
	text-decoration: none;
}

#quick-access.quick-access {
	border-style: dashed;
	min-height: 300px;
	border-width: thick;
}

	#quick-access.quick-access.single-row {
		min-height: auto;
	}

#quick-access .btn.btn-square-md,
#quick-access .btn.btn-square-lg {
	padding: 0;
	background: #efefef;
	color: #001e59;
}

#quick-access .btn-square-md {
	width: 100px !important;
	max-width: 100% !important;
	max-height: 100% !important;
	height: 100px !important;
	text-align: center;
}

#quick-access .btn-square-lg {
	width: 200px !important;
	height: 200px !important;
}

#quick-access .mobile,
#membership-management .mobile,
#user-management .mobile,
#user-account-list .mobile,
#account-management .mobile,
.order-entry .mobile,
#code-of-conduct-form .mobile,
#receipt .mobile,
#certs-list .mobile,
#comps-list .mobile,
#official-portal .mobile,
#campaigns-list .mobile,
#promos-list .mobile {
	display: none;
}

#quick-access .desktop {
	display: inline-block;
}

#code-of-conduct-form .desktop {
	display: flex;
}

#membership-management .desktop,
#user-management .desktop,
#user-account-list .desktop,
#account-management .desktop,
.order-entry .desktop,
#receipt .desktop,
#certs-list .desktop,
#comps-list .desktop,
#system-logs .desktop,
#official-portal .desktop,
#campaigns-list .desktop,
#promos-list .desktop {
	display: block;
}

.order-entry .order-nav.desktop {
	display: inline-block;
}

#quick-access a {
	color: #001e59;
	text-decoration: none;
}

#quick-access .mb-5-desktop {
	margin-bottom: 3rem!important;
}

#quick-access .mb-2-mobile {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	#membership-management .mobile,
	#user-management .mobile,
	#user-account-list .mobile,
	#account-management .mobile,
	.order-entry .mobile,
	#receipt .mobile,
	#certs-list .mobile,
	#comps-list .mobile,
	#official-portal .mobile,
	#campaigns-list .mobile,
	#promos-list .mobile {
		display: block;
	}

	#code-of-conduct-form .mobile {
		display: flex;
	}

	#membership-management .desktop,
	#user-management .desktop,
	#user-account-list .desktop,
	#account-management .desktop,
	.order-entry .desktop,
	.order-entry .order-nav.desktop,
	#code-of-conduct-form .desktop,
	#receipt .desktop,
	#certs-list .desktop,
	#comps-list .desktop,
	#system-logs .desktop,
	#official-portal .desktop,
	#campaigns-list .desktop,
	#promos-list .desktop {
		display: none;
	}

	.m-text-center {
		text-align: center !important;
	}
}

@media (max-width: 540px) {
	#quick-access.quick-access {
		border-style: dashed;
		min-height: 300px;
		border-width: medium;
	}

	#quick-access .btn.btn-square-md {
		padding: 10px;
	}

	#quick-access .btn-square-md {
		width: 100% !important;
		max-width: inherit !important;
		max-height: inherit !important;
		height: auto !important;
	}

	#quick-access .mobile {
		display: block;
	}

	#quick-access .desktop {
		display: none;
	}

	#quick-access .mb-5-desktop {
		margin-bottom: 0;
	}

	#quick-access .mb-2-mobile {
		margin-bottom: 0.5rem!important;
	}
}

.quick-access-label {
	display: block;
	margin-top: 30px;
	font-size: 1rem;
}

.affiliation-label,
.address-label,
.payment-label,
.membership-label,
.role-label,
.permission-label,
.cert-label,
.comp-label,
.campaign-label,
.promo-label {
	font-family: alternate-gothic-extra-cond, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	text-align: center;
}

.membership-label,
.role-label {
	font-size: 1.5rem;
}

.affiliation_entry,
.address_entry,
.payment_entry,
.membership_entry {
	border-color: #00205B !important;
}

.form-control.view-field {
	border-radius: 2px;
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 20px;
}

.view-field {
	cursor: not-allowed;
	background-color: #e5e5e5;
}

.field-desc a {
	text-decoration: none;
}

.wide-letter-spacing {
	letter-spacing: 1.5px !important;
}

.radio-form-control {
	height: 20px;
	width: 20px;
}

#card-image {
    position: absolute;
    right: 3em;
    width: 44px;
    height: 28px;
    background-image: url(/amms/assets/images/items/card_sprite.png);
    background-size: 86px 458px;
    border-radius: 4px;
    background-position: -100px 0;
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

#other-payment-form #card-image {
	right: 1em;
}

#card-image.visa {
	background-position: 0 -398px !important;
}

#card-image.master-card {
	background-position: 0 -281px !important;
}

#card-image.american-express {
	background-position: 0 -370px !important;
}

#card-image.discover {
	background-position: 0 -163px !important;
}

#card-image.maestro {
	background-position: 0 -251px !important;
}

#card-image.jcb {
	background-position: 0 -221px !important;
}

#card-image.diners-club {
	background-position: 0 -133px !important;
}

.card-template .card {
    font: 16px/1.5 "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    max-width: 425px;
    max-height: 270px;
    text-align: left;
    padding: 30px;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    background: url(/amms/assets/images/reskin/usl-welcome-bg-1.png) no-repeat 0 0 #141819;
}

.card-template .card__number {
	font-size: clamp(16px, 5vw, 30px);
	padding: 41px 0 0px;
	text-align: center;
}

.card-template .card__expiry-date {
	font-size: clamp(16px, 5vw, 30px);
	padding-bottom: 100px;
	text-align: center;
}

.card-template .card__owner {
	text-align: left;
	position: absolute;
	bottom: 16px;
	left: 16px;
}

	.card-template .card__owner b {
		color: #fff;
		padding-left: 2px;
	}

.card-template .card__logo {
	position: absolute;
	right: 0px;
	bottom: -17px;
	transform: scale(0.75);
}

.card-template .card__delete {
	position: absolute;
	bottom: 17px;
	left: 95px;
}

.card-template .card--front {
	font-size: 16px;
	font-family: "Source Code Pro";
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

@media (min-width: 901px) and (max-width: 1023px) {
	.card-template .card card--front {
		max-width: 351px;
		max-height: 222px;
	}

	.card-template .card__number {
		padding: 20px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 50px;
	}

	.card-template .card__logo {
		right: -22px;
		bottom: -32px;
		transform: scale(0.45);
	}
}

@media (min-width: 821px) and (max-width: 900px) {
	.card-template .card card--front {
		max-width: 320px;
		max-height: 203px;
	}

	.card-template .card__number {
		padding: 10px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 50px;
	}

	.card-template .card__logo {
		right: -22px;
		bottom: -32px;
		transform: scale(0.45);
	}
}

@media (min-width: 768px) and (max-width: 820px) {
	.card-template .card card--front {
		max-width: 320px;
		max-height: 203px;
	}

	.card-template .card__number {
		font-size: clamp(16px, 3vw, 30px);
		padding: 10px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 50px;
	}

	.card-template .card__logo {
		right: -22px;
		bottom: -32px;
		transform: scale(0.45);
	}
}

@media (min-width: 720px) and (max-width: 767px) {
	.card-template .card card--front {
		max-width: 425px;
		max-height: 270px;
	}

	.card-template .card__number {
		font-size: clamp(16px, 5vw, 30px);
		padding: 41px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 65px;
	}

	.card-template .card__logo {
		right: -22px;
		bottom: -32px;
		transform: scale(0.45);
	}
}

@media (min-width: 668px) and (max-width: 719px) {
	.card-template .card card--front {
		max-width: 278px;
		max-height: 176px;
	}

	.card-template .card__number {
		font-size: clamp(16px, 3vw, 30px);
		padding: 10px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 50px;
	}

	.card-template .card__logo {
		right: -22px;
		bottom: -32px;
		transform: scale(0.45);
	}
}

@media (min-width: 641px) and (max-width: 667px) {
	.card-template .card card--front {
		max-width: 425px;
		max-height: 270px;
	}

	.card-template .card__number {
		padding: 41px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 77px;
	}

	.card-template .card__logo {
		right: -22px;
		bottom: -32px;
		transform: scale(0.45);
	}
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
	.card-template .card card--front {
		max-width: 308px;
		max-height: 195px;
	}

	.card-template .card__number {
		font-size: clamp(16px, 6vw, 30px);
		padding: 10px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 50px;
	}

	.card-template .card__logo {
		right: -22px;
		bottom: -32px;
		transform: scale(0.45);
	}
}

@media (max-width: 375px) {
	.card-template .card card--front {
		max-width: 269px;
		max-height: 170px;
	}

	.card-template .card__number {
		padding: 10px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 50px;
	}

	.card-template .card__logo {
		right: -22px;
		bottom: -32px;
		transform: scale(0.45);
	}
}

@media (max-width: 320px) {
	.card-template .card card--front {
		max-width: 269px;
		max-height: 170px;
	}

	.card-template .card__number {
		font-size: 13px;
		padding: 10px 0 0px;
	}

	.card-template .card__expiry-date {
		padding-bottom: 50px;
	}

	.card-template .card__logo {
		right: -35px;
		bottom: -33px;
		transform: scale(0.25);
	}
}

.page-link {
	color: #00205B;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #C8102E;
	border-color: #C8102E;
}

#membership-list .user_image,
#user-list .user_image,
#account-list .account_image,
#user-account-list .account_image,
#ops-screen .user_image,
#sent-request-cards .user_image,
#received-request-cards .user_image,
#user-panel .user_image,
#user-panel2 .user_image,
#account-panel .account_image,
#account-panel2 .account_image {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #00205b;
}

.sorter label {
	cursor: pointer;
}

.membership_number {
	font-size: 20pt;
	font-family: "Saira Extra Condensed" !important;
	line-height: 1.5;
	color: #febc11;
}

#membership-list a[data-bs-toggle="collapse"] {
	transition: all 0.3s ease;
	text-decoration: none;
	text-decoration-skip-ink: none;
	color: #C8102E;
}

#membership-list a[aria-expanded="false"]:after {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(/amms/assets/images/icons/chevron-down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: none;
    position: absolute;
    top: 35px;
    right: 15px;
}

#membership-list a[aria-expanded="true"]:after {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(/amms/assets/images/icons/chevron-down.png);
    transform: rotate(-180deg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: none;
    position: absolute;
    top: 25px;
    right: 15px;
}

.order-summary-item {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.5px;
}

	.order-summary-item.order-total {
		font-weight: 700;
		font-size: 20px;
	}

.order-entry {
	border-radius: 25px;
}

	.order-entry .order-back-btn {
		position: absolute;
		top: 15px;
		text-decoration: none;
	}

		.order-entry .order-back-btn a {
			text-decoration: none;
		}

.order-summary-card {
	min-width: 281px;
	max-width: 300px;
}

@media (min-width: 1024px) {
	.order-summary-card {
		position: fixed;
		top: 120px;
		z-index: 1;
	}
}

@media (max-width: 1024px) {
	.order-summary-card {
		max-width: 100%;
	}
}

.btn-check-list label:not(.error) {
	border: 2px #C8102E solid;
	letter-spacing: 1.5px;
	transition: all 0.3s ease;
	background-color: transparent;
	color: #00205B;
	text-decoration-color: transparent;
	-webkit-text-decoration-color: transparent;
}

	.btn-check-list label:not(.error):hover {
		background: #C8102E;
		color: #FFFFFF;
	}

.btn-check-list .btn-check:checked + .btn-outline-primary {
	background: #C8102E;
	color: #FFFFFF;
	box-shadow: none;
}


.order-entry .give-container {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-image: url('/amms/assets/images/elements/ways-to-give-bg.jpg?{var:VERSION}');
    min-height: 426px;
    max-height: 426px;
}

.order-entry #membership-info > .give-container,
.order-entry #rulebook-info > .give-container,
.order-entry #autorenew-info > .give-container,
.order-entry #magazine-info > .give-container,
.order-entry #codeconduct-info > .give-container,
.order-entry #payment-info > .give-container,
.order-entry #affiliation-info > .give-container,
.order-entry #sponsorship-info > .give-container {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-image: url('/amms/assets/images/reskin/usl-welcome-bg-1.png?{var:VERSION}');
    min-height: 426px;
    max-height: 426px;
}

.order-entry #membership-info > .give-container,
.order-entry #rulebook-info > .give-container,
.order-entry #autorenew-info > .give-container {
	min-height: 250px;
	max-height: 300px;
}

.order-entry #affiliation-info > .give-container {
	min-height: 250px;
	max-height: 340px;
}

.order-entry #codeconduct-info > .give-container,
.order-entry #payment-info > .give-container {
	min-height: 200px;
	max-height: 200px;
}

.order-entry .user_image {
	border-radius: 50%;
}

.order-entry .membership_entry .label {
	margin: 0px;
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 19px;
	letter-spacing: 0.5px;
}

.order-entry .membership_entry .user_image_container {
	padding-left: 0px;
	position: relative;
	left: 17px;
}

.order-entry #magazine-info .magazine-logo,
.order-entry #affiliation-info .affiliation-logo,
.order-entry #sponsorship-info .sponsorship-logo {
	max-width: 220px;
}

#payment-form .card-type-logo {
	position: relative;
	width: 40px;
	top: -11px;
}

.iconbox {
	display: inline-block;
	background-color: #c9cacc;
	color: #fff;
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 22px;
}

	.iconbox .fas,
	.iconbox .svg-inline--fa {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

button.btn-close:hover {
	background-color: transparent;
}

.input-file .fa-check {
	color: #0f0;
}

	.input-file .fa-check.not-set {
		color: #adadad;
	}

.input-file .fa-times {
	color: #f00;
}

.upload-file-entry {
	list-style: none;
	margin-bottom: 8px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}


._404 main {
	display: block !important;
	overflow: hidden;
}

._404 .header-desktop {
	position: relative;
	top: 0;
	width: 100%;
}

	._404 .header-desktop .header-container {
		position: relative;
		z-index: 2;
		height: 108px;
		background-color: #FFFFFF;
		transition: all 0.3s ease;
		display: flex;
	}

	._404 .header-desktop.header-404 .header-container {
		padding-top: 50%;
	}

		._404 .header-desktop.header-404 .header-container .container {
			position: absolute;
			left: 50%;
			top: 55%;
			transform: translate(-50%, -50%);
			text-align: center;
		}

._404 h1 {
	font-family: alternate-gothic-compressed, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 112px;
	line-height: 108px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	padding: 0;
	margin: 0;
	letter-spacing: 1.5px;
}

._404 .unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

._404 .header-desktop.header-404 .header-container h1 {
	font-size: 252px;
	line-height: 55px;
	color: #00205B;
}

._404 h5 {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 38px;
	color: #00205B;
	width: 100%;
	padding: 5px 0 0;
	margin: 0 0 10px;
}

._404 .header-desktop.header-404 .header-container h5 {
	margin-top: 20px;
	line-height: 28px;
}

@media (max-width: 1200px) {
	._404 .header-desktop .header-container {
		height: 70px;
	}
}

@media (max-width: 1024px) {
	._404 .header-desktop.header-404 .header-container {
		min-height: 440px;
	}
}

@media (max-width: 500px) {
	._404 .header-desktop.header-404 .header-container .container {
		width: 90%;
	}
}

@media (max-width: 1024px) {
	._404 .header-desktop.header-404 .header-container .container {
		width: 70%;
	}
}

@media (max-width: 1024px) {
	._404 .header-desktop.header-404 .header-container h1 {
		font-size: 120px;
	}
}

@media (max-width: 1366px) {
	._404 .header-desktop.header-404 .header-container h1 {
		font-size: 190px;
	}
}

@media (max-width: 1024px) {
	._404 .header-desktop.header-404 .header-container h5 {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 1366px) {
	._404 .header-desktop.header-404 .header-container h5 {
		font-size: 22px;
	}
}

.counter {
	position: relative;
	top: -6px;
	left: auto;
	z-index: 2;
	padding: 1px 7px;
	margin-left: 6px;
	font-size: 11px;
	color: #fff;
	background-color: #fe1212;
	border-radius: 10em;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

#quick-access .accordion-header .h6-like {
	color: #00205B;
}

#quick-access .accordion-header:hover .collapsed .h6-like {
	color: #fff;
}

.nav-tabs .nav-link {
	color: #00205b;
}

	.nav-tabs .nav-link.active {
		color: #c00020;
	}

.toggle-pass {
	cursor: pointer;
}

/* Typehead */
.typeahead,
.tt-query,
.tt-hint {
	width: 100%;
	height: 30px;
	padding: 8px 12px;
	font-size: 24px;
	line-height: 30px;
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
}

.typeahead {
	background-color: #fff;
}

	.typeahead:focus {
		border: 2px solid #00205B;
	}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999;
}

.tt-menu {
	width: 100%;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

	.tt-suggestion:hover {
		cursor: pointer;
		color: #fff;
		background-color: #00205B;
	}

	.tt-suggestion.tt-cursor {
		color: #fff;
		background-color: #00205B;
	}

	.tt-suggestion p {
		margin: 0;
	}

.input-group > .twitter-typeahead {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.form-group > .twitter-typeahead {
	width: 100%;
}

.input-group > .form-select.small {
	flex: 0.45 1 auto;
}

.tt-menu {
	max-height: 150px;
	overflow-y: auto;
}

.cert_comp_grp_req_label {
	position: relative;
	top: -26px;
	right: -40px;
}

.cert_comp_group_entry .profile-header {
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#certs_list .cert_entry .fa-check,
#certs_list .cert_entry .fa-check-circle {
	color: #00ff00;
}

#certs_list .cert_entry .fa-times,
#certs_list .cert_entry .fa-times-circle {
	color: #ff0000;
}

#certs_list .cert_group_entry .cert_comp_entry {
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #00205B!important;
}

	#certs_list .cert_group_entry .cert_comp_entry:last-child {
		border: none !important;
	}

#certs_list .cert_entry .cert-link {
	text-decoration: none;
}

	#certs_list .cert_entry .cert-link:hover, .cert_entry .cert-link:active {
		color: white;
	}

@media (max-width: 768px) {
	.account-select {
		display: block !important;
	}
}

.account-select-entry {
	cursor: pointer;
}

	.account-select-entry:hover {
		color: white;
		background-color: #00205B;
	}

		.account-select-entry:hover .label,
		.account-select-entry:hover p,
		.account-select-entry a:hover {
			color: white;
		}

	.account-select-entry .user_image,
	.account-select-entry .account_image {
		border: 1px solid #00205b;
	}

	.account-select-entry:hover .user_image,
	.account-select-entry:hover .account_image {
		border: 1px solid white;
	}

#membership-list .account-select-entry:hover .user_image,
#user-list .account-select-entry:hover .user_image,
#account-list .account-select-entry:hover .account_image,
#user-account-list .account-select-entry:hover .account_image,
#ops-screen .account-select-entry:hover .user_image,
#sent-request-cards .account-select-entry:hover .user_image,
#received-request-cards .account-select-entry:hover .user_image,
#user-panel .account-select-entry:hover .user_image,
#user-panel2 .account-select-entry:hover .user_image,
#account-panel .account-select-entry:hover .account_image,
#account-panel2 .account-select-entry:hover .account_image {
	border-color: white;
}

.braintree-input {
	width: 100%;
	background-color: #F7F9FA;
	border: 2px #9DAFBD solid;
	border-radius: 2px;
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
}

.braintree-hosted-fields-focused {
	color: #00205B;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.braintree-hosted-fields-invalid {
	border-color: #C8102E;
	box-shadow: 0 0 0 0.2rem rgba(200, 16, 46, 0.25);
}

#account-settings ul {
	max-width: none;
}

.btn-outline-secondary {
	color: #00205B;
	border-color: #00205B;
	background-color: #EEF2F4;
}

#user-settings ul {
	max-width: none;
}

.ncsa-li {
	list-style: none;
}

.modal-header {
    background-image: url(/assets/images/reskin/profile-bg-large.png?{var:VERSION});
    background-repeat: no-repeat;
    background-position: center;
}

.fstResults {
	max-height: 10em !important;
}

.fstElement,
.fstControls {
	width: 100% !important;
}

.fstChoiceItem {
	font-size: 0.8em;
	border: 1px solid #00205b;
	background-color: #00205b;
}

.fstQueryInput,
.fstResultItem {
	font-size: 0.95em !important;
}

	.fstResultItem.fstSelected,
	.fstResultItem.fstFocused {
		color: #fff;
		background-color: #00205b;
		border-color: #00205b;
	}

.handsontable td.htCenter {
	text-align: center!important;
}

.primary_choice {
	position: absolute;
	top: 10px;
}

.posses-user-icon,
.posses-account-icon {
	position: absolute;
	left: 5px;
	top: 0px;
}

.not-matching {
	background-color: #c8102e;
    color: #fff;
}
