/*
 ====================================================================
 *	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: none;
	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: none;
	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;
}

#faq-panel .h4-like,
#address-form .h4-like {
	font-family: Obvia, Helvetica, Arial, sans-serif;
	text-transform: none;
	font-size: 17px;
	letter-spacing: normal;
}

@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;
	border-radius: 2px;
	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;
}

.override-ol li {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #00205B;
}

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

.unordered-list li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 9px;
	background-image: url("/site/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(/site/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("/site/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: none;
	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: none;
	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("/site/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: none;
	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: none;
	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,
#account-view-page .social {
	padding-left: 20px;
}

header .header-desktop .header-container .header-left .resources .primary-nav .primary-item .dropdown-nav .dropdown-container .social span,
#account-view-page .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: none;
	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,
#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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("/site/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: none;
	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: none;
	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: none;
	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,
#account-view-page .social {
	margin: 30px 20px 0;
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social span,
#account-view-page .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: none;
	letter-spacing: 1px;
	padding: 0 10px;
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links,
#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .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,
#account-view-page .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,
	#account-view-page .social .social-links li a .mobile {
		display: block;
	}
}

header .header-desktop .header-container .header-right .open-menu .side-bar .social .social-links li,
#account-view-page .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,
#account-view-page .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,
#account-view-page .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,
#account-view-page .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,
#account-view-page .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,
#account-view-page .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,
#account-view-page .social .social-links li a.linkedin img {
	width: 13px;
}

#account-view-page .social span {
	color: #00205B;
}

#account-view-page .social .social-links li a {
	background-color: #C8102E;
}

#account-view-page .social .social-links li a:hover {
	background-color: #00205B;
}

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: none;
}

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: none;
}

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: none;
	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: none;
	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: none;
	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: none;
	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;
	padding-top: 0px !important;
}

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: 16px;
	line-height: 20px;
}

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("/site/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: none;
	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: none;
	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: 30px 0;
	}
}

@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: none;
}

.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("/site/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("/site/assets/images/icons/chevron-down.png");
}

.field-date:after {
	background-image: url("/site/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("/site/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("/site/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("/site/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("/site/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("/site/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("/site/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: none;
}

.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 h3 {
	font-size: 30px;
	padding: 0;
	margin-bottom: 30px;
}

.profile h3,
.profile .h3-like,
.profile .h4-like {
	color: inherit;
}

.profile h3,
.profile .h3-like {
	margin-top: 0;
}

.profile .h4-like {
	padding-top: 0;
	padding-bottom: 10px;
	background-image: url("/site/assets/images/reskin/page-title-accent.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}

.profile.container {
	max-width: 1430px;
}

.profile-columns {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.profile-columns {
		margin-bottom: 40px;
	}

	.profile-columns:last-child {
		margin-bottom: 0;
	}
}

.profile-columns .column-full {
	width: 100%;
}

.profile-columns .column-half {
	width: 50%;
	padding-right: 10px;
}

.profile-columns .column-half:nth-child(even) {
	padding-left: 10px;
}

@media (max-width: 1024px) {

	.profile-columns .column-half,
	.profile-columns .column-half:nth-child(even) {
		width: 100%;
		padding: 0;
	}
}

.profile-card {
	margin-bottom: 30px;
}

.profile-header,
.profile-alert,
.profile-details {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 1024px) {

	.profile-header,
	.profile-alert,
	.profile-details {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.profile-header {
	color: #FFFFFF;
	background-color: #00205B;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00205B;
	background-image: url("/site/assets/images/reskin/profile-bg-small.png");
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.profile-header-large {
	background-image: url("/site/assets/images/reskin/profile-bg-large.png");
	margin-bottom: 40px;
}

.profile-header-details {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 7px;
}

.profile-header-details a {
	color: inherit;
}

.profile-header h3 {
	margin-bottom: 0;
}

.profile-alert {
	display: flex;
	background-color: #C8102E;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}

.profile-alert .gg-danger {
	margin-right: 22px;
	flex-shrink: 0;
}

.profile-alert-inner {
	flex-grow: 1;
}

.profile-alert-inner .alert {
	display: flex;
}

.profile-alert-inner .alert-title {
	width: 28%;
	font-weight: bold;
}

.profile-alert-inner .alert-desc {
	width: 72%;
}

.profile-alert a {
	color: #FFFFFF;
	text-decoration: underline;
	text-decoration-color: #FFFFFF;
}

.profile-alert a:visited {
	color: #FFFFFF;
}

.profile-alert a:focus {
	color: #FFFFFF;
}

.profile-alert a:active {
	color: #FFFFFF;
}

.profile-alert a:hover,
.profile-alert a:focus {
	text-decoration-color: transparent;
}

.profile-alert .upload-form {
	display: flex;
	margin-top: 16px;
}

.profile-alert .upload-form .field-upload {
	flex-grow: 1;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	color: #979899;
	margin-right: 20px;
	padding: 10px 13px;
}

.profile-alert .upload-form .field-upload input {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
}

.profile-alert .upload-form .btn.hollow {
	border-color: #FFFFFF;
	color: #FFFFFF;
	max-width: 160px;
	flex-shrink: 0;
}

.profile-alert .upload-form .btn.hollow .gg-software-upload {
	margin-left: 20px;
}

.profile-alert .upload-form .btn.hollow:hover,
.profile-alert .upload-form .btn.hollow:focus {
	background-color: #FFFFFF;
	color: #C8102E;
}

@media (max-width: 640px) {
	.profile-alert .upload-form {
		flex-direction: column;
	}

	.profile-alert .upload-form .field-upload {
		margin: 0 0 10px;
	}

	.profile-alert .upload-form .btn.hollow {
		max-width: 100%;
	}
}

.profile-details {
	background-color: #EEF2F4;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.profile-details .details-table th {
	width: 48%;
	padding-right: 20px;
}

.profile-form {
	padding: 20px 30px 40px;
	background-color: #EEF2F4;
}

.profile-form .h4-like {
	margin-bottom: 35px;
}

.profile-form .h5-like {
	margin-bottom: 0;
	padding-top: 0;
}

.profile-form .form-columns .form-half {
	width: 48.1%;
	margin-right: 3.8%;
}

.profile-form .form-columns .form-half:nth-child(even) {
	margin-right: 0;
}

@media (max-width: 1024px) {
	.profile-form .form-columns .form-half {
		width: 100%;
		margin-right: 0;
	}
}

.profile-form .label {
	letter-spacing: 0;
}

.profile-form .checkbox-item-single {
	margin-top: 15px;
}

.profile-form .field-desc {
	margin-top: 10px;
}

.profile-form fieldset+fieldset {
	margin-top: 40px;
}

.profile-form .form-submit {
	text-align: left;
	margin-top: 40px;
}

.profile-footer {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.profile-footer .btn,
.profile-footer .secondary-btn {
	margin: 0 20px 20px 0;
}

.profile-footer .btn {
	max-width: 250px;
}

.profile-footer .btn .gg-software-download {
	margin-left: 20px;
}

.profile-footer .btn-download {
	width: 334px;
	max-width: 100%;
}

.profile-footer .secondary-btn {
	padding: 5px 16px;
}

.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("/site/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);
	}
}

/*
 ====================================================================
 *	ticket_info START
  ====================================================================
 */

.ticket-bg-container {
	max-width: 90%;
	margin: 100px auto;
	font-family: Arial, Helvetica, sans-serif;
}

.ticket-bg-left {
	float: left;
	width: 207px;
	height: 269px;
	background: url("/site/assets/images/reskin/usal-qr-eventticket-bg-left.png");
	background-repeat: no-repeat;
	border-top: #001446 1px solid;
	border-bottom: #001446 1px solid;
}

.ticket-bg-middle {
	float: left;
	text-align: center;
	width: 37%;
	height: 269px;
	background-repeat: no-repeat;
	border-top: #001446 1px solid;
	border-bottom: #001446 1px solid;
}

.ticket-bg-right {
	float: left;
	width: 16%;
	height: 269px;
	background: url("/site/assets/images/reskin/usal-qr-eventticket-bg-right.png");
	background-repeat: no-repeat;
	border-right: #001446 1px solid;
	border-top: #001446 1px solid;
	border-bottom: #001446 1px solid;
}

.ticket-bg-container:after {
	content: "";
	display: table;
	clear: both;
}

.event-name {
	top: 6px;
	position: relative;
	line-height: 1em;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #e11837;
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.attendee-name {
	top: 17px;
	position: relative;
	height: 23px;
	transform: translate(-50%, -50%);
	color: #001446;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}

.ticket-category {
	top: 28px;
	position: relative;
	transform: translate(-50%, -50%);
	color: #001446;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.ticket-number {
	top: -19%;
	position: relative;
	color: #53585f;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.qr-code {
	text-align: center;
}

.qr-code img {
	width: 60%;
	margin-top: 104px;
	margin-left: 2px;
}

.red-device-top,
.red-device-bottom {
	display: inline-block;
	background: url("/site/assets/images/reskin/usal-qr-eventticket-red-device.png");
	background-repeat: no-repeat;
	width: 123px;
	height: 22px;
}

.red-device-top {
	margin-top: 27px;
}

.red-device-bottom {
	margin-top: 49px;
}

@media (max-width: 1000px) {

	.red-device-top,
	.red-device-bottom {
		display: none;
	}

	.ticket-bg-left {
		width: 147px;
	}

	.ticket-bg-middle {
		width: 30%;
	}

	.event-name {
		top: 4px;
		font-size: 140%;
	}

	.attendee-name {
		top: 10px;
		font-size: 105%;
	}

	.ticket-category {
		top: 14px;
		font-size: 65%;
	}

	.ticket-number {
		top: 1px;
		font-size: 52%;
		letter-spacing: .5px;
	}

	.qr-code img {
		margin-top: 110px;
	}
}

@media (max-width: 720px) {
	.red-device-top {
		margin-top: 23px;
	}

	.ticket-bg-container {
		border: none;
	}

	.ticket-bg-left,
	.ticket-bg-middle,
	.ticket-bg-right {
		float: none;
	}

	.ticket-bg-left,
	.ticket-bg-middle,
	.ticket-bg-right {
		width: 189px;
	}

	.ticket-bg-left,
	.ticket-bg-right {
		height: 222px;
		border: #001446 1px solid;
	}

	.ticket-bg-middle {
		border-right: #001446 1px solid;
		border-left: #001446 1px solid;
	}

	.event-name {
		font-size: 113%;
	}

	.attendee-name {
		font-size: 95%;
	}

	.ticket-category {
		font-size: 72%;
	}

	.ticket-number {
		display: inline-block;
		top: 10px;
		font-size: 82%;
		letter-spacing: 2px;
		;
	}

	.qr-code img {
		width: 52%;
		margin-top: 61px;
		margin-left: 2px;
	}
}

/*
 ====================================================================
 *	ticket_info END
 ====================================================================
 */

/*
 ====================================================================
 *	playoff-table START
 ====================================================================
 */
.playoff-table.container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	overflow-x: scroll;
	padding-bottom: 100px;
}

@media (max-width: 38em) {
	.playoff-table.container {
		display: block;
		padding-bottom: 0em;
	}
}

.playoff-table .tournament-bracket {
	display: flex;
	flex-direction: column;
}

.playoff-table .tournament-bracket.tournament-bracket--rounded {
	/*width: 2000px;*/
}

@media (max-width: 38em) {
	.playoff-table .tournament-bracket.tournament-bracket--rounded {
		width: 100%;
	}
}

@media (min-width: 38em) {
	.playoff-table .tournament-bracket {
		flex-direction: row;
	}
}

.playoff-table .tournament-bracket__round {
	display: block;
	margin-left: -3px;
	flex: 1;
}

.playoff-table .tournament-bracket__round-title {
	color: #9e9e9e;
	font-size: 0.95rem;
	font-weight: 400;
	text-align: center;
	font-style: italic;
	margin-bottom: 0.5em;
}

.playoff-table .tournament-bracket__list {
	display: flex;
	flex-direction: column;
	flex-flow: row wrap;
	justify-content: center;
	height: 100%;
	min-height: 100%;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 2em;
	margin-bottom: 2em;
	transition: padding 0.2s ease-in-out, margin 0.2s ease-in-out;
}

@media (max-width: 24em) {
	.playoff-table .tournament-bracket__list {
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
}

@media (min-width: 38em) {
	.playoff-table .tournament-bracket__list {
		margin-bottom: 0;
		padding-bottom: 0;
		border-right: 1px dashed #e5e5e5;
		border-bottom: 0;
	}
}

.playoff-table .tournament-bracket__round:last-child .tournament-bracket__list {
	border: 0;
}

.playoff-table .tournament-bracket__item {
	display: flex;
	flex: 0 1 auto;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	padding: 2% 0;
	width: 48%;
	transition: padding 0.2s linear;
}

.playoff-table .tournament-bracket__item:nth-child(odd) {
	margin-right: 2%;
}

.playoff-table .tournament-bracket__item:nth-child(even) {
	margin-left: 2%;
}

.playoff-table .tournament-bracket__item::after {
	transition: width 0.2s linear;
}

@media (max-width: 24em) {
	.playoff-table .tournament-bracket__item {
		width: 100%;
	}

	.playoff-table .tournament-bracket__item:nth-child(odd),
	.playoff-table .tournament-bracket__item:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 38em) {
	.playoff-table .tournament-bracket__item {
		padding: 0.5em 1em;
		width: 100%;
	}

	.playoff-table .tournament-bracket__item:nth-child(odd),
	.playoff-table .tournament-bracket__item:nth-child(even) {
		margin: 0;
	}

	.playoff-table .tournament-bracket__item::after {
		position: absolute;
		right: 0;
		content: '';
		display: block;
		width: 1em;
		height: 45%;
		border-right: 2px solid #9e9e9e;
	}

	.playoff-table .tournament-bracket__item:nth-child(odd)::after {
		top: 50%;
		border-top: 2px solid #9e9e9e;
		transform: translateY(-1px);
	}

	.playoff-table .tournament-bracket--rounded .tournament-bracket__item:nth-child(odd)::after {
		border-top-right-radius: 0.6em;
	}

	.playoff-table .tournament-bracket__item:nth-child(even)::after {
		bottom: 50%;
		border-bottom: 2px solid #9e9e9e;
		transform: translateY(1px);
	}

	.playoff-table .tournament-bracket--rounded .tournament-bracket__item:nth-child(even)::after {
		border-bottom-right-radius: 0.6em;
	}

	.playoff-table .tournament-bracket__round:first-child .tournament-bracket__item {
		padding-left: 0;
	}

	.playoff-table .tournament-bracket__round:last-child .tournament-bracket__item {
		padding-right: 0;
	}

	.playoff-table .tournament-bracket__round:last-child .tournament-bracket__item::after {
		display: none;
	}

	.playoff-table .tournament-bracket__round:nth-last-child(2) .tournament-bracket__item::after {
		border-radius: 0;
		border-right: 0;
	}
}

@media (min-width: 72em) {
	.playoff-table .tournament-bracket__item {
		padding: 0.5em 1.5em;
	}

	.playoff-table .tournament-bracket__item::after {
		width: 1.5em;
	}
}

.playoff-table .tournament-bracket__match {
	display: flex;
	width: 100%;
	background-color: #ffffff;
	padding: 1em;
	border: 1px solid transparent;
	border-radius: 0.1em;
	box-shadow: 0 2px 0 0 #e5e5e5;
	outline: none;
	transition: padding 0.2s ease-in-out, border 0.2s linear;
}

.playoff-table .tournament-bracket__match::before,
.playoff-table .tournament-bracket__match::after {
	transition: all 0.2s linear;
}

@media (max-width: 24em) {
	.playoff-table .tournament-bracket__match {
		padding: 0.75em 0.5em;
	}
}

@media (min-width: 38em) {

	.playoff-table .tournament-bracket__match::before,
	.playoff-table .tournament-bracket__match::after {
		position: absolute;
		left: 0;
		z-index: 1;
		content: '';
		display: block;
		width: 1em;
		height: 10%;
		border-left: 2px solid #9e9e9e;
	}

	.playoff-table .tournament-bracket__match::before {
		bottom: 50%;
		border-bottom: 2px solid #9e9e9e;
		transform: translate(0, 1px);
	}

	.playoff-table .tournament-bracket--rounded .tournament-bracket__match::before {
		border-bottom-left-radius: 0.6em;
	}

	.playoff-table .tournament-bracket__match::after {
		top: 50%;
		border-top: 2px solid #9e9e9e;
		transform: translate(0, -1px);
	}

	.playoff-table .tournament-bracket--rounded .tournament-bracket__match::after {
		border-top-left-radius: 0.6em;
	}
}

@media (min-width: 72em) {

	.playoff-table .tournament-bracket__match::before,
	.playoff-table .tournament-bracket__match::after {
		width: 1.5em;
	}

	.playoff-table .tournament-bracket__match::before {
		transform: translate(0, 1px);
	}

	.playoff-table .tournament-bracket__match::after {
		transform: translate(0, -1px);
	}
}

.playoff-table .tournament-bracket__round:last-child .tournament-bracket__match::before,
.playoff-table .tournament-bracket__round:last-child .tournament-bracket__match::after {
	border-left: 0;
}

.playoff-table .tournament-bracket__round:last-child .tournament-bracket__match::before {
	border-bottom-left-radius: 0;
}

.playoff-table .tournament-bracket__round:last-child .tournament-bracket__match::after {
	display: none;
}

.playoff-table .tournament-bracket__round:first-child .tournament-bracket__match::before,
.playoff-table .tournament-bracket__round:first-child .tournament-bracket__match::after {
	display: none;
}

.playoff-table .tournament-bracket__content {
	display: flex;
}

.playoff-table .tournament-bracket__content::after {
	content: ':';
	width: 1em;
	text-align: center;
	padding: 0.2em 0.1em;
}

@media (min-width: 38em) {
	.playoff-table .tournament-bracket__content::after {
		order: 1;
	}
}

.playoff-table .tournament-bracket__content .tournament-bracket__team:first-child {
	width: 50%;
	order: 0;
	text-align: right;
}

@media (min-width: 38em) and (max-width: 52em) {
	.playoff-table .tournament-bracket__content .tournament-bracket__team:first-child {
		align-items: flex-end;
	}
}

.playoff-table .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
	order: 2;
	justify-content: flex-end;
}

@media (min-width: 24em) {
	.playoff-table .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
		order: 0;
	}
}

@media (min-width: 38em) and (max-width: 52em) {
	.playoff-table .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
		flex-direction: column-reverse;
		align-items: flex-end;
	}
}

.playoff-table .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
	order: 0;
}

@media (min-width: 24em) {
	.playoff-table .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
		order: 2;
	}
}

.playoff-table .tournament-bracket__content .tournament-bracket__team:last-child {
	width: 50%;
	order: 2;
	text-align: left;
}

@media (min-width: 38em) and (max-width: 52em) {
	.playoff-table .tournament-bracket__content .tournament-bracket__team:last-child {
		align-items: flex-start;
	}
}

@media (min-width: 38em) {
	.playoff-table .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
		justify-content: flex-start;
	}
}

@media (min-width: 38em) and (max-width: 52em) {
	.playoff-table .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
		align-items: flex-start;
	}
}

.playoff-table .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__code {
	order: 1;
}

.playoff-table .tournament-bracket__table {
	width: 100%;
}

.playoff-table .tournament-bracket__caption {
	font-size: 0.8rem;
	color: #BDBDBD;
	font-weight: 300;
	padding-bottom: 0.75em;
}

.playoff-table .tournament-bracket__team {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

@media (min-width: 24em) {
	.playoff-table .tournament-bracket__team {
		flex-direction: column-reverse;
	}
}

@media (min-width: 38em) {
	.playoff-table .tournament-bracket__team {
		flex-direction: column-reverse;
	}
}

.playoff-table .tournament-bracket__country {
	font-size: 0.95rem;
	display: flex;
	margin-top: 0.5em;
	align-items: center;
}

@media (max-width: 24em) {
	.playoff-table .tournament-bracket__country {
		margin-top: 0;
	}
}

@media (min-width: 38em) and (max-width: 52em) {
	.playoff-table .tournament-bracket__country {
		display: flex;
		flex-direction: column;
	}

	.playoff-table .tournament-bracket__country .tournament-bracket__code {
		margin-top: 0.2em;
	}
}

.playoff-table .tournament-bracket__code {
	padding: 0 0.5em;
	color: #212121;
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
	text-decoration: none;
	transition: padding 0.2s ease-in-out;
}

@media (max-width: 24em) {
	.playoff-table .tournament-bracket__code {
		padding: 0 0.25em;
	}
}

@media (min-width: 38em) and (max-width: 52em) {
	.playoff-table .tournament-bracket__code {
		padding: 0;
	}
}

.playoff-table .tournament-bracket__score {
	display: flex;
	align-items: center;
}

.playoff-table .tournament-bracket__team:first-child .tournament-bracket__score {
	flex-direction: row-reverse;
	padding-left: 0.75em;
}

.playoff-table .tournament-bracket__team:last-child .tournament-bracket__score {
	padding-right: 0.75em;
}

.playoff-table .tournament-bracket__number {
	display: inline-block;
	padding: 0.2em 0.4em 0.2em;
	border-bottom: 0.075em solid transparent;
	font-size: 0.95rem;
	background-color: #F5F5F5;
	border-color: #dddddd;
}

.playoff-table .tournament-bracket__team--winner .tournament-bracket__number {
	background-color: #FFF176;
	border-color: #fad674;
}

.playoff-table .tournament-bracket__medal {
	padding: 0 0.5em;
}

.playoff-table .tournament-bracket__medal--gold {
	color: #FFD700;
}

.playoff-table .tournament-bracket__medal--silver {
	color: #C0C0C0;
}

.playoff-table .tournament-bracket__medal--bronze {
	color: #CD7F32;
}

.rr_mch_entry.selected,
.rr_mch_entry:hover,
.pool_entry.selected,
.pool_entry:hover {
	color: #fff;
	background-color: #00205b;
	border-color: #86b7fe;
	outline: 0;
}

.rr_mch_entry.selected,
.pool_entry.selected {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.tournament-bracket__team {
	padding: 5px;
	border-radius: 5px;
}

.tournament-bracket__score {
	border-radius: 5px;
}

.p_entry {
	cursor: pointer;
}

.p_entry.selected,
.p_entry:hover {
	background-color: #00205b;
	border-color: #86b7fe;
	outline: 0;
}

.p_entry.selected .tournament-bracket__code,
.p_entry:hover .tournament-bracket__code {
	color: #fff;
}

.p_entry.selected {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.datetime_edit_selects select,
.facility_edit_select select {
	height: 30px;
}

/*
 ====================================================================
 *	playoff-table END
 ====================================================================
 */

/*
 ====================================================================
 *	Custom theme CSS
 ====================================================================
 */
* {
	scrollbar-width: thin;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {}

*::-webkit-scrollbar-thumb {
	border-radius: 20px;
	border: 3px solid;
}

.xsmall {
	font-size: .675em;
}

.z-index-1 {
	z-index: 1;
}

.z-index-1050 {
	z-index: 1050;
}

.z-index-1051 {
	z-index: 1051;
}

.z-index-1052 {
	z-index: 1052;
}

.z-index-1053 {
	z-index: 1053;
}

.z-index-1054 {
	z-index: 1054;
}

.z-index-1055 {
	z-index: 1055;
}

.mw-100 {
	max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition-property: height, visibility;
		transition-duration: .35s;
	}
}

.overflow-x-scroll {
	overflow-x: scroll;
}

.pointer,
.copy-it,
.fa-sort {
	cursor: pointer;
}

.border-blue {
	border: 1px solid #00205B !important;
}

.blue-font-color {
	color: #00205B !important;
}

.blue-border {
	border: 1px solid #00205B;
}

.blue-background {
	background-color: #00205B !important;
}

.red-font-color {
	color: #C8102E !important;
}

.red-background {
	background-color: #C8102E !important;
}

.green-font-color {
	color: #0f0 !important;
}

.green-background {
	background-color: #0f0 !important;
}

.no-decoration {
	text-decoration: none;
}

.bg-disabled {
	background-color: #00205b0f !important;
}

.table-header-blue {
	background-color: #00205B;
	color: #fff;
}

.faded-50 {
	opacity: 0.5;
}

.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;
}

.font-15 {
	font-size: 15px;
}

.font-20 {
	font-size: 20px;
}

.small-label label {
	font-size: 15px;
	display: inline;
}

.printer {
	display: block !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.printer.default {
	position: fixed;
	z-index: 99999;
}


.printer.receipt {
	position: static;
}

@media print {

	.ticket-bg-container {
		margin: 20px auto !important;
	}

	.receipt-product img {
		max-width: 150px;
		max-height: 150px;
	}

	.pagebreak {
		break-after: page;
	}

	.pagebreak-before {
		break-after: page;
	}
}

@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,
.add-user-nav-back,
.add-user-nav-next,
.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%);
}

.border-solid {
	border-style: solid !important;
}

.card {
	border: 1px solid rgba(0, 0, 0, 1);
	border-color: #00205b;
}

.bg-image {
	background-image: url(/site/assets/images/reskin/page-title-accent.png);
	background-repeat: no-repeat;
}

.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;
}

.t-5 {
	top: 5px;
}

.l-5 {
	left: 5px;
}

.r-5 {
	right: 5px;
}

.l-5 {
	left: 5px;
}

.pr-0 {
	padding-right: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.p-20 {
	padding: 20px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-12 {
	padding-top: 12px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.mb-n5 {
	margin-bottom: -5px !important;
}

.mb-n8 {
	margin-bottom: -8px !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;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.f-12 {
	font-size: 12px !important;
}

.f-16 {
	font-size: 16pt !important;
}

.f-16px {
	font-size: 16px !important;
}

.f-30px {
	font-size: 30px !important;
}


.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

#back-btn,
#back-btn_logo,
#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 {}

#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: #B78B20;
	--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;
}

.chip {
	display: inline-block;
	padding: 0 25px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #f1f1f1;
}

.chip img {
	float: left;
	margin: 0 10px 0 -25px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.membership_card {
	display: inline-block;
	overflow: hidden;
	position: relative;
	min-height: 370pt;
	width: 216pt;
	height: auto !important;
	text-transform: none;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
	border: 1pt dashed #ec008c;
	background-image: url(/site/assets/images/card/bg-new.png);
}

.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: #B78B20;
}

#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__verification {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.membership_card__age-bar,
.membership_card__grade-bar {
	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,
#membership-card .grade-bar--not-verified {
	background-color: #e31837;
}

#membership-card .age-bar--verified,
#membership-card .grade-bar--verified {
	background-color: #41ad49;
}

.print-card {
	position: relative;
	z-index: 1;
	top: 1.25rem;
	left: 2.5rem;
	cursor: pointer;
	text-decoration: none;
}

.attendee_entry .print-card {
	top: 1.9rem;
	left: 0.5rem;
}

.individual_entry .print-card {
	top: 1.9rem;
	left: 0.5rem;
}

#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-sm,
#quick-access .btn.btn-square-md,
#quick-access .btn.btn-square-lg {
	padding: 0;
	background: #efefef;
	color: #001e59;
}

#quick-access .btn.invert-color {
	background: #001e59;
}

#quick-access .btn.invert-color a {
	color: #fff;
}

#quick-access .btn.invert-color a .quick-access-label {
	color: #001e59;
}

#quick-access .btn-square-sm,
#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-sm {
	width: 80px !important;
	height: 80px !important;
}

#quick-access .btn-square-lg {
	width: 200px !important;
	height: 200px !important;
}

#quick-access .mobile,
#membership-management .mobile,
#user-management .mobile,
#facility-management .mobile,
#user-account-list .mobile,
#account-user-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,
#comm-management .mobile,
#promos-list .mobile,
#apis-list .mobile,
.printer .mobile,
#system-reports .mobile,
#public-services .mobile,
#facility-management .mobile,
#event-management .mobile,
#admin-portal .mobile,
#event-form .mobile,
#ticketing-form .mobile,
#attendees-management .mobile,
.team_entry .mobile,
.individual_entry .mobile,
#file-management .mobile,
#page-management .mobile,
#shop-management .mobile,
#product-view .mobile,
#system-config .mobile,
#cert-management .mobile,
#cert-comp-view .mobile,
.badge-entry .mobile,
#event-ticket .mobile,
#perm-management .mobile,
#help-article-management .mobile {
	display: none;
}

#faq-panel.desktop,
#quick-access .desktop {
	display: inline-block;
}

#code-of-conduct-form .desktop {
	display: flex;
}

#membership-management .desktop,
#user-management .desktop,
#facility-management .desktop,
#user-account-list .desktop,
#account-user-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,
#comm-management .desktop,
#promos-list .desktop,
#apis-list .desktop,
.printer .desktop,
#system-reports .desktop,
#public-services .desktop,
#facility-management .desktop,
#event-management .desktop,
#admin-portal .desktop,
#event-form .desktop,
#ticketing-form .desktop,
#attendees-management .desktop,
.team_entry .desktop,
.individual_entry .desktop,
#file-management .desktop,
#page-management .desktop,
#shop-management .desktop,
#product-view .desktop,
#cert-management .desktop,
#cert-comp-view .desktop,
#event-ticket .desktop,
.badge-entry .desktop,
#perm-management .desktop,
#help-article-management .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,
	#facility-management .mobile,
	#user-account-list .mobile,
	#account-user-list .mobile,
	#account-management .mobile,
	.order-entry .mobile,
	#receipt .mobile,
	#certs-list .mobile,
	#comps-list .mobile,
	#official-portal .mobile,
	#campaigns-list .mobile,
	#comm-management .mobile,
	#promos-list .mobile,
	#apis-list .mobile,
	.printer .mobile,
	#system-reports .mobile,
	#public-services .mobile,
	#facility-management .mobile,
	#event-management .mobile,
	#admin-portal .mobile,
	#event-form .mobile,
	#ticketing-form .mobile,
	#attendees-management .mobile,
	.team_entry .mobile,
	.individual_entry .mobile,
	#file-management .mobile,
	#page-management .mobile,
	#shop-management .mobile,
	#product-view .mobile,
	#system-config .mobile,
	#cert-management .mobile,
	#cert-comp-view .mobile,
	#event-ticket .mobile,
	.badge-entry .mobile,
	#perm-management .mobile,
	#help-article-management .mobile {
		display: block;
	}

	#code-of-conduct-form .mobile {
		display: flex;
	}

	#membership-management .desktop,
	#user-management .desktop,
	#facility-management .desktop,
	#user-account-list .desktop,
	#account-user-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,
	#comm-management .desktop,
	#promos-list .desktop,
	#apis-list .desktop,
	.printer .desktop,
	#system-reports .desktop,
	#public-services .desktop,
	#facility-management .desktop,
	#event-management .desktop,
	#admin-portal .desktop,
	#event-form .desktop,
	#ticketing-form .desktop,
	#attendees-management .desktop,
	.team_entry .desktop,
	.individual_entry .desktop,
	#file-management .desktop,
	#page-management .desktop,
	#shop-management .desktop,
	#product-view .desktop,
	#system-config .desktop,
	#cert-management .desktop,
	#cert-comp-view .desktop,
	#event-ticket .desktop,
	.badge-entry .desktop,
	#perm-management .desktop,
	#help-article-management .desktop {
		display: none;
	}

	.m-text-center {
		text-align: center !important;
	}
}

.match-entry-background {
	min-height: 100px;
	background-repeat: no-repeat;
	background-position: center left, center right;
	background-size: 200px 200px;
}

.match-entry-background .match-entry-wrapper {
	min-height: 100px;
}

.match-entry-background .left-team {
	max-width: 150px;
}

.match-entry-background .right-team {
	max-width: 150px;
}

@media (max-width: 540px) {
	#quick-access.quick-access {
		border-style: dashed;
		min-height: 300px;
		border-width: medium;
	}

	#quick-access .btn.btn-square-sm,
	#quick-access .btn.btn-square-md {
		padding: 10px;
	}

	#quick-access .btn-square-sm,
	#quick-access .btn-square-md {
		width: 100% !important;
		max-width: inherit !important;
		max-height: inherit !important;
		height: auto !important;
	}

	#quick-access .mobile {
		display: block;
	}

	#faq-panel.desktop,
	#quick-access .desktop {
		display: none;
	}

	#quick-access .mb-5-desktop {
		margin-bottom: 0;
	}

	#quick-access .mb-2-mobile {
		margin-bottom: 0.5rem !important;
	}

	.event-entry-background,
	.match-entry-background {
		background-image: none !important;
	}
}

.quick-access-label {
	display: block;
	margin-top: 30px;
	font-size: 1rem;
}

.affiliation-label,
.account_filter-label,
.address-label,
.payment-label,
.membership-label,
.role-label,
.permission-label,
.cert-label,
.comp-label,
.campaign-label,
.promo-label,
.group-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,
.account_filter_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(/site/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(/site/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;
}

.team_image {
	background-color: #fff;
	width: 64px;
	height: auto;
}

.team_image_small {
	width: 20px;
}

#receipt .user_image,
#membership-list .user_image,
#user-list .user_image,
#record-list .user_image,
#account-list .account_image,
#user-account-list .account_image,
#account-user-list .user_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,
#account_select .account_image,
#quick_access .account_image,
#attendees-management .user_image,
#admin-management .user_image,
.individual_entry .user_image,
#add_ind_attendee_form .user_image,
.request_entry .user_image,
.event_entry .account_image,
.feed_entry .account_image,
.product-entry .account_image {
	width: 64px;
	height: auto;
	border-radius: 50%;
	border: 1px solid #00205b;
}

.product-entry .account_image {
	width: 32px;
	border-radius: 15%;
}

#account-list .account_image,
#user-account-list .account_image,
#account-panel .account_image,
#account-panel2 .account_image,
.event_entry .account_image,
#quick_access .account_image {
	border-radius: 15%;
	background-color: #fff;
}

.sorter label {
	cursor: pointer;
}

.membership_number {
	font-size: 20pt;
	font-family: "Saira Extra Condensed" !important;
	line-height: 1.5;
	color: #B78B20;
}

#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(/site/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(/site/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('/site/assets/images/elements/ways-to-give-bg.jpg');
	min-height: 250px;
	max-height: 300px;
}

@media (max-width: 1024px) {
	.order-entry .give-container {
		min-height: 200px;
	}
}

@media (max-width: 640px) {
	.order-entry .give-container {
		min-height: 140px;
	}
}

.order-entry #membership-info>.give-container,
.order-entry #rulebook-info>.give-container,
.order-entry #autorenew-info>.give-container,
.order-entry #addon-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,
.order-entry #ticketing-info>.give-container,
.order-entry #customform-info>.give-container,
.order-entry #contact-info>.give-container,
.order-entry #captcha-info>.give-container,
.order-entry #certificate-info>.give-container,
.order-entry #component-info>.give-container,
.order-entry #ageverify-info>.give-container,
.order-entry #gradeverify-info>.give-container,
.order-entry #ticketaddon-info>.give-container {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-image: url('/site/assets/images/reskin/usl-welcome-bg-1.png');
	min-height: 426px;
	max-height: 426px;
}

.order-entry #membership-info>.give-container,
.order-entry #rulebook-info>.give-container,
.order-entry #addon-info>.give-container,
.order-entry #autorenew-info>.give-container,
.order-entry #ticketing-info>.give-container,
.order-entry #customform-info>.give-container,
.order-entry #contact-info>.give-container,
.order-entry #captcha-info>.give-container,
.order-entry #certificate-info>.give-container,
.order-entry #ticketaddon-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,
.order-entry #ticketing-info>.give-container,
.order-entry #ageverify-info>.give-container,
.order-entry #gradeverify-info>.give-container,
.order-entry #ticketaddon-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 .individual .user_image_container {
	width: 70px;
}

.order-entry .addon-logo,
.order-entry #magazine-info .magazine-logo,
.order-entry #affiliation-info .affiliation-logo {
	max-width: 220px;
}

.order-entry #sponsorship-info .sponsorship-logo {
	max-width: 550px;
}

#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%);
}

.counter.counter-mid {
	top: -2px;
	font-size: 16px;
	padding-top: 4px;
}

.av .counter {
	top: -1px;
	padding: 3px 7px 1px 7px;
	font-size: 20px;
}

#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;
}

.input-group-top>.input-group-text {
	width: 100%;
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-top>.form-control {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.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,
#cert-comp-view .cert_comp_group_entry .fa-check,
#certs_list .cert_entry .fa-check-circle {
	color: #00ff00;
}

#certs_list .cert_entry .fa-times,
#cert-comp-view .cert_comp_group_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;
}

.cert_entry_print {
	position: absolute;
	top: 41px;
	right: 15px;
}

@media (max-width: 768px) {
	.account-select {
		display: block !important;
	}
}

.account-select-entry {
	cursor: pointer;
	transition: width 0.1s;
}

.account-select-entry:hover {
	color: white;
	background-color: #00205B;
}

.account-select-entry:hover>.no-account-select-entry {
	color: #00205B;
	background-color: #fff;
}

#account_select .account-select-entry:hover {
	color: #00205B;
	width: 101%;
	background-color: #00205B;
}

.account-select-entry:hover .label,
.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;
}

.account-select-entry:hover a {
	color: #f71338;
}

.account-select-entry:hover a:hover {
	color: #fff;
}

#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,
#account-user-list .account-select-entry:hover .user_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,
#attendees-entries .account-select-entry:hover .user_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,
#event-attendees-pills {
	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(/site/assets/images/reskin/profile-bg-large.png);
	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;
}

.not-matching a {
	color: #fff;
}

.footer-bg {
	background: #343a40 !important;
	color: #bcbfc2;
	font-weight: 300 !important;
	font-size: .875rem;
}

.footer-link {
	color: #4e66f8;
	text-decoration: none;
	background-color: transparent;
}

.footer-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.footer-link:hover {
	color: #092af0;
	text-decoration: underline;
}

.footer-link:visited {
	color: #4e66f8;
}

.tooltip.show {
	opacity: 1;
}

.tooltip.jsconfirm.show {
	z-index: 99999999;
}

.tooltip-inner {
	border: 2px solid #00205B;
	opacity: 1 !important;
	background-color: #fff !important;
	color: #00205B !important;
}

.fluid-font {
	font-size: max(min(1vw, 16px), 13px);
}

li.alert-danger {
	color: #842028 !important;
	font-weight: normal !important;
}

.facility-badge {
	position: absolute;
	top: 5px;
	left: 5px;
}

.facility-add {
	background-color: #fff;
	border-radius: 5px;
	border: 1px #00205b;
	padding: 5px;
}

.facility-add:hover {
	color: #C8102E !important;
}

.account-select-entry:hover .facility-add {
	color: #00205b;
}

.time-select {
	padding: 6px;
}

.rounded-5 {
	border-radius: 15px !important;
}

.event_entry-label,
.account_entry-label {
	color: #fff;
	text-shadow: -2px 0 2px black, 0 2px 2px black, 2px 0 2px black, 0 -2px 2px black;
	font-weight: 600;
	font-size: 18px;
}

.edit-add-radio-label,
.del-add-radio-label,
.edit-add-select-label,
.del-add-select-label,
.edit-add-checkbox-label,
.del-add-checkbox-label {
	position: absolute;
	right: -25px;
	top: -5px;
}

.del-add-radio-label,
.del-add-select-label,
.del-add-checkbox-label {
	top: 20px;
}

#add-radio-entries,
#add-select-entries,
#add-checkbox-entries {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#add-radio-entries li,
#add-select-entries li,
#add-checkbox-entries li {
	margin: 0 0px 5px 0px;
	padding: 5px;
}

#form_controls_entries {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#form_controls_entries li {
	margin: 0 0px 5px 0px;
	padding: 5px;
}

#form_controls_entries .ui-state-highlight,
#event-management .ui-state-highlight,
#menu-management .ui-state-highlight,
#config-management .ui-state-highlight,
#tie_breaker-list .ui-state-highlight,
#attributes-list .ui-state-highlight,
#variations-list .ui-state-highlight {
	margin-bottom: 10px;
}

#calendar button {
	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;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#calendar button:hover {
	background-color: #00205B;
	text-decoration-color: #00205B;
	-webkit-text-decoration-color: #00205B;
	border-color: #00205B;
}

#calendar a {
	text-decoration: none;
	cursor: pointer;
}

#calendar th {
	background-color: #00205B;
	color: #fff;
}

#calendar th a {
	color: #fff;
}

#calendar th a:hover {
	color: #C8102E;
}

@media (max-width: 767px) {
	#calendar .fc-toolbar.fc-header-toolbar {
		display: flex;
		flex-direction: column;
	}

	#calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
		order: 3;
		margin-top: 10px;
	}

	#calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
		order: 1;
		margin-top: 10px;
	}

	#calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
		order: 2;
		margin-top: 10px;
	}
}

#calendar.calendar-min-view .fc-toolbar.fc-header-toolbar {
	display: flex;
	flex-direction: column;
}

#calendar.calendar-min-view .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
	order: 3;
	margin-top: 10px;
}

#calendar.calendar-min-view .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
	order: 1;
	margin-top: 10px;
}

#calendar.calendar-min-view .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
	order: 2;
	margin-top: 10px;
}

.carousel button:hover,
.carousel button:focus {
	background-color: transparent;
	border-color: none;
}

.division-info-table {
	border: 1px solid;
	border-radius: 5px;
}

.del-division,
.info-division {
	position: absolute;
	right: 25px;
	top: 30px;
}

.info-division {
	top: 10px;
}

.del-division:hover,
.info-division:hover {
	color: #fff;
}

.teams-cards .team_entry,
.individual-list .individual_entry {
	cursor: pointer;
	background-color: #fff;
}

.team_entry .account_image {
	border-radius: 15%;
	background-color: #fff;
	border: 1px solid #00205b;
}

.team_entry.canceled-team,
.individual_entry.canceled-individual {
	filter: grayscale(1);
}

.refresh-btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.flagged_entry {
	position: absolute;
	top: 5px;
	left: -7px;
}

.block_entry_select {
	transition: transform .5s ease-out;
}

.block_entry_select:hover {
	transform: scale(1.1);
}

.del-block {
	position: absolute;
	top: 20px;
	right: 15px;
}

.preview-block {
	position: absolute;
	right: 40px;
	top: 20px;
}

.config-block {
	position: absolute;
	top: 20px;
	right: 70px;
}

.block-ui .item-form .wp-close,
#menu-management .wp-close {
	top: 26px;
	right: -18px;
}

.block-ui .item-form .wp-check,
#menu-management .wp-check {
	top: 0px;
	right: -20px;
}

.block-ui .items-list .wp-delete,
#menu-management .wp-delete {
	right: -20px;
}

.block-ui .items-list .wp-delete.wp-with-edit,
#menu-management .wp-delete {
	top: 26px;
	right: -23px;
}

.block-ui .items-list .wp-edit,
#menu-management .wp-edit {
	top: 0px;
	right: -24px;
}

.minicolors-theme-default .minicolors-input {
	height: 50px;
	padding-left: 50px;
}

.minicolors-theme-default .minicolors-swatch {
	width: 40px;
	height: 40px;
}

.gallery-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-item-lg,
.gallery-item-md,
.gallery-item-sm,
.gallery-item-xl {
	position: relative;
	overflow: hidden;
}

.gallery-item-md::before {
	padding-top: 65%;
}

.gallery-item-md.poll-image::before {
	padding-top: 100%;
}

.gallery-item-md.poll-image img {
	height: 100% !important;
}

.gallery-item-lg::before,
.gallery-item-md::before,
.gallery-item-sm::before,
.gallery-item-xl::before {
	content: "";
	display: block;
}

.gallery-item-lg img,
.gallery-item-md img,
.gallery-item-sm img,
.gallery-item-xl img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit: cover";
	-o-object-fit: cover;
	object-fit: cover;
}

.gallery-item img {
	width: 100%;
	will-change: transform;
	-webkit-transition: -webkit-transform 1.8s cubic-bezier(.2, 1, .2, 1);
	transition: -webkit-transform 1.8s cubic-bezier(.2, 1, .2, 1);
	-o-transition: transform 1.8s cubic-bezier(.2, 1, .2, 1);
	transition: transform 1.8s cubic-bezier(.2, 1, .2, 1);
	transition: transform 1.8s cubic-bezier(.2, 1, .2, 1), -webkit-transform 1.8s cubic-bezier(.2, 1, .2, 1);
}

.gallery-item:focus img,
.gallery-item:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.feed_entry-avatar .gallery-border {
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	max-width: 60px;
	position: relative;
	left: 0px;
	top: -10px;
	height: 60px;
}

.feed_entry-avatar .gallery-border img {
	height: 100%;
}

.avatar-entry .gallery-border {
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
	max-width: 80px;
	height: 60px;
	max-height: 80px;
	position: relative;
	left: -15px;
}

.entry-postdate {
	opacity: 0.5;
}

.hidden-post {
	opacity: 0.3;
}

.feed_entry-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feed_entry-likes,
.feed_entry-comments,
.feed_entry-image-count {
	color: #C8102E;
}

.feed_entry-comments .fa-comment-o {
	color: #C8102E;
}

.feed_entry-likes,
.feed_entry-comments {
	cursor: pointer;
}

.feed_entry-likes {
	position: relative;
	top: 2px;
}

.feed_entry-image-count {
	position: relative;
	left: 5px;
}

.feed_entry-item-overlay {
	text-align: center;
	background: #FFF;
}

.feed_entry-item-overlay i {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 16px;
}

.feed_entry-item-overlay-count {
	position: absolute;
}

@media only screen and (max-width: 767px) {
	.feed_entry-likes {
		margin-left: 0px !important;
	}

	.feed_entry-item-overlay i {
		top: 4px;
		left: -1px;
		font-size: 18px;
	}
}

.feed_entry-postdate {
	opacity: 0.5;
}

.feed_entry-handle {}

@media (min-width: 1200px) {
	.modal-xxl {
		max-width: 1430px;
	}
}

.rr-groups-list {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	overflow-x: scroll;
}

@media (max-width: 767px) {
	.rr-groups-list {
		display: block !important;
	}
}

.tourny_rr_grp_entry {
	min-width: 400px;
}

.participants-list .winner {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.datepicker-container {
	z-index: 1056 !important;
}

.datepicker-container li {
	margin: 0px !important;
}

.datepicker-trigger {
	position: absolute;
	top: 13px;
	right: 13px;
}

.verification-filters {
	display: flex;
}

.verification-filters button {
	width: calc(50% - 2.5px);
}

.verification-filters button:first-child {
	margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.verification-filters {
		display: block;
	}

	.verification-filters button {
		width: 100%;
	}

	.verification-filters button:first-child {
		margin-right: 0px;
	}
}

#system-banner-top .accordion-item,
#system-banner-top .accordion-item:focus,
#system-banner-top .accordion-item:active,
#system-banner-top .accordion-header,
#system-banner-top .accordion-header:focus,
#system-banner-top .accordion-header:active,
#system-banner-top .accordion-button,
#system-banner-top .accordion-button:focus,
#system-banner-top .accordion-button:active {
	outline: none !important;
}

#system-banner-top .accordion,
#system-banner-top .accordion-item,
#system-banner-top .accordion-button,
#system-banner-top .accordion-body,
#system-banner-top .accordion-button:not(.collapsed) {
	background-color: transparent;
}

#system-banner-top .accordion-button,
#system-banner-top .accordion-body {
	padding: 0.75rem;
}

#system-banner-top .accordion-button {
	color: white;
}

#system-banner-top .accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, .125);
}

#system-banner-top .x-accordion-heading .x-accordion-toggle.collapsed {
	background-color: transparent;
}

.banner-top-container {
	background-color: #00205B;
	color: white;
	padding: 0px 0px;
}

.banner-top-container .accordion-button {
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-size: var(--bs-body-font-size);
	font-weight: bold;
	line-height: var(--bs-body-line-height);
	letter-spacing: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

.system-menu .menu-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	transition: background-color 0.1s ease, color 0.1s ease;
}

.system-menu .menu-item:hover,
.system-menu .menu-item.menu-selected {
	background-color: #00205B;
	color: white;
}

#shop-management #category {
	max-width: 150px;
}

#inv_view .nav-pills .nav-link.active {
	color: #fff;
	background-color: #c8102e;
}

#inv_view .nav-link,
#inv_view .nav-link:focus,
#inv_view .nav-link:hover {
	color: #c8102e;
}

#inv_view .cat-entry>.btn.active {
	background-color: #00205b;
	text-decoration-color: #00205B;
	-webkit-text-decoration-color: #00205B;
	border-color: #00205b;
}

#shoppingcart-canvas {
	overflow: auto;
}

.product-entry {
	cursor: pointer;
}

.product-entry .card-header {
	min-height: 350px;
	overflow: clip;
}

shop-product-image {
	position: relative;
	margin: auto;
}

.shop-product-image img {
	top: 0;
	left: 0;
	right: 0;
	position: absolute !important;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	transition: .5s all;
}

.shop-product-image .primary {
	opacity: 1;
}

.shop-product-image .hover {
	opacity: 0;
}

#retail-addon-form .product-entry .card-header {
	min-height: 0;
	padding: 0px;
}

#retail-addon-form .shop-product-image img {
	position: relative !important;
}

#productContainer {
	--product-view-height: 680px;
}

@media (max-width: 1024px) {
	#productContainer {
		--product-view-height: 380px;
	}
}

/*
	  Thumbnails
	*/

#productContainer .f-thumbs.is-classic {
	--f-thumb-width: 90px;
	--f-thumb-height: 135px;
	--f-thumb-gap: 0.5rem;
	--f-thumb-opacity: 1;
	--f-thumb-selected-opacity: 0.2;
	--f-button-color: #0d0c22;
	--f-button-hover-color: #ff3520;
	--f-button-bg: #fff;
	--f-button-hover-bg: #fff;
	--f-button-active-bg: #fff;
}

#productContainer .f-thumbs.is-classic .f-thumbs__slide__img {
	object-fit: contain;
}

#productContainer .f-thumbs.is-classic .f-carousel__nav .f-button[disabled] {
	display: none;
}

/*
	  Main carousel
	*/
#productCarousel {
	--f-carousel-spacing: 0;
	--f-button-width: 48px;
	--f-button-height: 48px;
	--f-button-border-radius: 0;
	--f-button-color: #0d0c22;
	--f-button-hover-color: #ff3520;
	--f-button-bg: #fff;
	--f-button-hover-bg: #fff;
	--f-button-active-bg: #fff;
	--f-button-svg-width: 28px;
	--f-button-svg-height: 28px;
	--f-button-svg-stroke-width: 1;
	--f-button-svg-filter: none;
	height: var(--product-view-height);
}

#productCarousel .f-carousel__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#productCarousel .f-carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#productCarousel .f-carousel__nav {
	opacity: 0;
	transition: opacity 0.15s;
}

@media (hover: hover) {
	#productCarousel:hover .f-carousel__nav {
		opacity: 1;
	}
}

/*
	  Fancybox
	*/
#productContainer .fancybox__container {
	--fancybox-color: #0d0c22;
	--fancybox-bg: #fff;
	--f-spinner-color-1: rgba(0, 0, 0, 0.1);
	--f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

#productContainer .fancybox__toolbar,
#productContainer .fancybox__nav {
	--f-button-width: 60px;
	--f-button-height: 60px;
	--f-button-border-radius: 0;
	--f-button-color: #0d0c22;
	--f-button-hover-color: #ff3520;
	--f-button-bg: #fff;
	--f-button-hover-bg: #fff;
	--f-button-active-bg: #fff;
	--f-button-svg-width: 32px;
	--f-button-svg-height: 32px;
	--f-button-svg-stroke-width: 1;
	--f-button-svg-filter: none;
}

#productContainer .fancybox__nav {
	--f-button-next-pos: 0;
	--f-button-prev-pos: 0;
}

.cart_entry .input-group button,
.cart_entry .input-group input {
	font-size: 10px;
	line-height: 10px;
}

.cart_entry .input-group input {
	height: 100%;
	padding: 9px;
}

.variation_entry img {
	max-width: 100px;
}

.variation-page-entry {
	font-family: "Courier New", Courier, monospace;
}

.variation-page-entry:hover a,
.variation-page-entry.text.active a {
	color: #fff !important;
}

.variation-page-entry.text.active {
	background-color: #00205b;
	text-decoration-color: #00205B;
	-webkit-text-decoration-color: #00205B;
	border-color: #00205b;
}

.variation-page-entry.color {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #bfc7d6;
	cursor: pointer;
}

.variation-page-entry.color:hover,
.variation-page-entry.color.active {
	border: 2px solid #00205b;
}

.variation-page-entry.color .color-swatch {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.variation-page-entry.text.disabled {
	border-color: #00205b80;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), red 50%, transparent calc(50% + 1px));
}

.variation-page-entry.color.disabled {
	opacity: 0.65;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), red 50%, transparent calc(50% + 1px));
	cursor: default;
}

.variation-page-entry.color.disabled:hover {
	border: 2px solid #bfc7d6;
}

.variation-page-entry.color .fa-plus {
	font-size: 0.625em;
	margin-bottom: 2px;
	margin-right: 2px;
}

.attribute-list ul {
	margin: 0;
}

.attribute-list ul li {
	margin: 0;
	font-weight: 100;
	font-size: 10px;
}

.attribute-list.addons ul li {
	font-size: 13px;
}

.promo-img {
	width: 50px;
}

.terminated {
	background-color: #c8102e70;
}

.accordion.accordion-gray .accordion-button {
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: bold;
	line-height: var(--bs-body-line-height);
	letter-spacing: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: #eef2f4;
	color: white;
}

.accordion.accordion-gray .accordion-button:not(.collapsed),
.accordion.accordion-gray .accordion-button.collapsed {
	background-color: #eef2f4;
	color: #00205b;
}


.accordion.accordion-gray .accordion-button:hover h4 {
	color: #c00020;
}

.accordion.accordion-gray .accordion-button:focus {
	box-shadow: none;
}

/* Fix for webpages css */
#standings .col-1,
#standings .col-2,
#standings .col-3,
#standings .col-4,
#standings #standings .col-5,
#standings .col-6,
#standings .col-7,
#standings .col-8,
#standings .col-9,
#standings .col-10,
#standings .col-11,
#standings .col-12,
#standings .col,
#standings .col-auto,
#standings .col-sm-1,
#standings .col-sm-2,
#standings .col-sm-3,
#standings .col-sm-4,
#standings .col-sm-5,
#standings .col-sm-6,
#standings .col-sm-7,
#standings .col-sm-8,
#standings .col-sm-9,
#standings .col-sm-10,
#standings .col-sm-11,
#standings .col-sm-12,
#standings .col-sm,
#standings .col-sm-auto,
#standings .col-md-1,
#standings .col-md-2,
#standings .col-md-3,
#standings .col-md-4,
#standings .col-md-5,
#standings .col-md-6,
#standings .col-md-7,
#standings .col-md-8,
#standings .col-md-9,
#standings .col-md-10,
#standings .col-md-11,
#standings .col-md-12,
#standings .col-md,
#standings .col-md-auto,
#standings .col-lg-1,
#standings .col-lg-2,
#standings .col-lg-3,
#standings .col-lg-4,
#standings .col-lg-5,
#standings .col-lg-6,
#standings .col-lg-7,
#standings .col-lg-8,
#standings .col-lg-9,
#standings .col-lg-10,
#standings .col-lg-11,
#standings .col-lg-12,
#standings .col-lg,
#standings .col-lg-auto,
#standings .col-xl-1,
#standings .col-xl-2,
#standings .col-xl-3,
#standings .col-xl-4,
#standings .col-xl-5,
#standings .col-xl-6,
#standings .col-xl-7,
#standings .col-xl-8,
#standings .col-xl-9,
#standings .col-xl-10,
#standings .col-xl-11,
#standings .col-xl-12,
#standings .col-xl,
#standings .col-xl-auto {
	padding-right: 0;
	padding-left: 0;
}

#standings .row>* {
	padding-right: calc(var(--bs-gutter-x) * .5) !important;
	padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.promo_cart_entry {
	border: dashed 1px;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: .5rem;
}

.individual_entry .canceled-individual>*:not(.active-item),
.team_entry .canceled-team>*:not(.active-item) {
	filter: grayscale(1);
}

.individual_entry .canceled-individual-opacity>*:not(.active-item),
.team_entry .canceled-team-opacity>*:not(.active-item) {
	opacity: 0.5 !important;
}

@media (max-width: 767px) {
	.mobile-600 {
		width: 600px;
	}
}

.default-ckeditor h1,
h2,
h3,
h4,
h5 {
	color: #00205B;
	font-style: normal;
	line-height: normal;
}

.default-ckeditor h1 {
	font-size: 2.2em;
}

.default-ckeditor h2 {
	font-size: 1.5em;
}

.default-ckeditor h3 {
	font-size: 1.17em;
}

.default-ckeditor h4 {
	font-size: 1em;
}

.default-ckeditor h5 {
	font-size: 0.83em;
}

.default-ckeditor h6 {
	font-size: 0.67em;
}

.default-ckeditor table {
	border: 1px solid black;
	padding: 10px;
	border-collapse: collapse;
}

.default-ckeditor td {
	padding: 10px;
	border: 1px solid black;
	color: #000000;
}

.default-ckeditor li {
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}

.default-ckeditor li>ul>li {
	padding-left: 15px;
	list-style-type: circle;
	list-style-position: inside;
}

.default-ckeditor li>ul>li>ul>li {
	list-style-type: square;
	list-style-position: inside;
}

#memberships-section .fstToggleBtn {
	font-size: 1rem;
}

#memberships-section .d-flex>label {
	flex: 0 0 6em;
}

.jsoneditor-frame input[type=text] {
	width: auto;
}

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

#public-services .cards-container {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
}

#public-services .program-banner {
	height: 100px;
}

#public-services .program-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#public-services .program-card:hover {
	transform: scale(1.03);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

#public-services .profile-card {
	width: 250px;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	font-family: obvia, Helvetica, Arial, sans-serif;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

#public-services .profile-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: -40px;
}

#public-services .profile-pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #fff;
	object-fit: cover;
	box-shadow: 0 0 0 2px #eee;
	background-color: white;
}

#public-services .name {
	margin-left: 0;
	/* Remova a margem lateral */
	margin-top: 8px;
	/* Adiciona espaço entre a foto e o nome */
	font-size: 18px;
	font-weight: bold;
	color: white;
	-webkit-text-stroke: 1px black;
	text-align: center;
}

#public-services .details {
	text-align: center;
	padding: 0 16px 16px;
	margin-top: -24px;
}

#public-services .icon-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 9999px;
	border: 1px solid lightgray;
	text-decoration: none;
	font-family: obvia, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
}

#public-services .icon-link span {
	color: #00205b;
}

#system-log ul:not(.toolbar-menu) li {
	margin: 0;
}

#system-log #logs {
	height: 300px;
	max-height: 300px;
	overflow-y: scroll;
}

#system-log-view {
	height: 700px;
	max-height: 700px;
	overflow-y: scroll;
}

#qr-tool #canvas {
	width: 100%;
	height: 100%;
	display: block;
}

#qr-tool .outputData {
	text-align: center;
	border: 1px solid #000;
	padding: 5px;
	margin-top: 10px;
}

.badge-certificates {
	height: 200px;
	overflow: scroll;
}

.badge-certificates .cert-item {
	width: 150px;
	height: 60px;
	border: 2px solid rgb(0, 32, 91);
	border-radius: 8px;
	text-align: center;
	position: absolute;
	background: #ecf0f1;
	cursor: move;
	display: flex;
	align-items: center;
	justify-content: center;
}

#badge-pills .nav-item {
	margin: 0px;
}

.badge-control-panel {
	min-height: 24px;
}

.badges.badge-favorites.row>* {
	padding-left: 5px;
	padding-right: 5px;
}

.badges.badge-favorites .badge-container {
	padding: 0px;
	position: relative !important;
	width: 85px;
}

.badges.badge-favorites .badge-container .label {
	font-size: 13px;
}

.badges.badge-favorites .completed .badge-img {
	opacity: 1;
	filter: none;
}

.badges a {
	text-decoration: none;
}

.badges .badge-container .progress {
	font-size: 11px;
	padding: 1px 8px;
	background-color: green;
	display: inline-block;
	color: white;
	border-radius: 13px;
}

.badges .badge-container.incomplete .progress {
	background-color: transparent;
	color: black;
}

.badges .badge-container {
	position: initial;
	border-radius: 14px;
	transition: transform 0.25s, box-shadow 0.25s, border 0.25s;
	z-index: 2;
	background: transparent;
	text-align: center;
	padding: 10px;
	width: auto;
	cursor: pointer;
	width: 120px;
	margin: 0 auto;
}

.badges .badge-container.incomplete {
	filter: grayscale(1);
}

.badges a {
	text-decoration: none;
}

.badges .badge-container .progress {
	font-size: 11px;
	padding: 1px 8px;
	background-color: green;
	display: inline-block;
	color: white;
	border-radius: 13px;
}

.badges .badge-container.incomplete .progress {
	background-color: transparent;
	color: black;
}

@media (max-width: 480px) {
	.badges .badge-container {
		width: 100px;
	}
}

.badges .badge-container:hover {
	transform: translateY(-4px);
}

.badges .badge-container.completed .badge-img {
	border: 2px solid #198754;
}

.badges .badge-container.completed::before {
	content: "\2713";
	position: absolute;
	top: 1px;
	left: 85%;
	transform: translateX(-50%);
	color: white;
	background-color: #198754;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 14px;
}

.badges .badge-container .badge-img {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin-bottom: 6px;
	border: 1px solid #bbb;
	background: #fafafa;
	color: rgb(0, 32, 91);
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: block;
}

.badges .badge-container.badge-xg .badge-img {
	width: 80px;
	height: 80px;
}

.badge-entry .favorite {
	cursor: pointer;
}

.badge-path .path-item-delete {
	position: absolute;
	top: -30px;
	color: #C8102E;
}

.card-header-delete {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #C8102E;
}

.card-header-delete a {
	color: white;
}

.card-header-delete a:hover {
	color: #C8102E;
}

.pill {
	padding: 1px 10px;
	background-color: #00205B;
	color: white;
	border-radius: 50px;
}

.pill:hover {
	color: white;
}

.card-pill {
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 0px;
	margin-right: 20px;
	z-index: 1;
}

.flip-card .print-card {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
}

.flip-card {
	background-color: transparent;
	perspective: 1000px;
	margin: 10pt;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card.flip .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.flip-card-front,
.flip-card-back {
	pointer-events: none;
}

.flip-card:not(.flip) .flip-card-front {
	pointer-events: auto;
}

.flip-card.flip .flip-card-back {
	pointer-events: auto;
}

.flip-card-back {
	color: white;
	transform: rotateY(180deg);
}

#membership-card .flip-card {
	width: 216pt;
}

#membership-card .flip-card-back {
	background-image: url(/site/assets/images/card/bg-new.png);
	border: 1pt dashed #ec008c;
}

@media (max-width: 400px) {
	.flip-card {
		margin: 0pt;
	}
}

#cert-cards .cert-entry .cert-img {
	width: 122px;
	min-height: 122px;
	flex: 0 0 auto;
}

@media (max-width: 1024px) {
	#cert-cards .cert-entry .cert-img {
		width: 100px;
		min-height: 100px;
	}
}

#print-cert #container {
	width: 1067px;
	text-align: center;
	border: 18px solid #030915;
	font-family: Arial, Helvetica, sans-serif;
}

#print-cert span.cert-banner img {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
}

#print-cert p.cert-1 {
	font-size: 18px;
	color: #656566;
	letter-spacing: .08em;
	font-weight: bold;
	text-transform: uppercase;
}

#print-cert p.cert-2 {
	font-size: 88px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: -24px;
}

#print-cert p.cert-3 {
	font-size: 57px;
	font-style: italic;
	font-weight: bold;
	margin-top: -4px;
	margin-bottom: -4px;
	line-height: 70px;
}

#print-cert p.cert-4 {
	font-size: 20px;
	color: #656566;
}

#print-cert p.disclaimer {
	width: 48%;
	font-size: 10px;
	margin: 0 auto;
	line-height: 14px;
}

#print-cert hr.ln-nm {
	color: #656566;
	width: 80%;
	height: 1px;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 55px;
}

#print-cert hr.ln-rn {
	color: #656566;
	width: 30%;
	height: 1px;
	margin: auto;
	margin-top: -5px;
	margin-bottom: 3px;
}

#print-cert span.range {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	color: #656566;
}

#print-cert .award-dates {
	margin: 55px;
	margin-bottom: 67px;
}

#print-cert .ad-row {
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

#print-cert .ad-column {
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

#print-cert .ad-row,
.ad-column {
	display: flex;
	font-family: 'Times New Roman', Times, serif;
	font-size: 35px;
	font-weight: bold;
}

#print-cert .print-cert {
	position: absolute;
	left: 41px;
}

#print-cert #cert-mobile-link {
	display: none;
}

#print-cert #cert-mobile-link a {
	text-decoration: none;
}

@media (max-width: 1280px) {

	#print-cert #container {
		display: none;
	}

	#print-cert #cert-mobile-link {
		display: block;
	}
}

@media print {

	#print-cert #container {
		display: block;
	}

	#print-cert #cert-mobile-link {
		display: none;
	}
}

.template-vars-list:not(.toolbar-menu) li {
	margin-bottom: 10px;
	font-weight: 400;
}

.template-vars-list li:last-child {
	margin-bottom: 0px;
}

.template-vars-list .template-panel {
	color: green;
}

.template-vars-list .template-vars-list {
	padding-left: 20px;
}

.category-permissions {
	max-height: 500px;
	overflow-y: scroll;
}

.nav-tabs .nav-link.active {
	color: #ffffff;
	background-image: url(/site/assets/images/reskin/profile-bg-large.png);
}

.accordion-table-row:hover {
	background-color: #00205B;
}

.accordion-table-row h1:not(a):hover {
	color: #fff;
}

.accordion-table-row h1 a:hover {
	color: #fff;
}

.event-ticket-group-img {
	width: 100%;
	height: auto;
	/*background-image: url(your-image.jpg);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.shift-entry:hover {
	background-color: #00205b;
	color: #fff;
}

.shift-entry a:hover {
	color: #fff;
}

#checkout-page #membership-form .user_image {
	max-height: 49px;
}

.fstDisabled {
	pointer-events: none;
	opacity: 0.7;
}

#help-article-management .container-fluid {
	overflow: visible;
}