/* CSS Library for the new AA redesign header and footer */
.aa-header-overlay {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3;
}

/*HEADER*/
.aa-header {
	z-index: 3;
	background-color: #FFFFFF;
}

.aa-header-container {
	width: 100%;
	background-color: #C0392B;
	height: 80px;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 0 30px;
}
.aa-header .aa-header-overlay {
	z-index: 0;
}

.aa-header-container * {
	box-sizing: border-box;
}

.aa-header-logo-container {
	align-self: center;
}

.aa-header-logo {
	width: 189px;
}

.aa-header-nav-container {
	display: flex;
	align-items: center;
}

.aa-header-nav {
	display: flex;
	align-items: center;
	height: 100%;
}

.aa-header-container a {
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.aa-header-nav a {
	display: flex;
}

.aa-header-nav-item {
	margin: 0 20px;
	padding: 4px 0;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
}

.aa-header-nav-item a {
	font-size: 18px;
	letter-spacing: 0.77px;
	line-height: 22px;
	font-weight: 300;
	padding: 0 10px;
	align-items: center;
	height: 100%;
	white-space: nowrap;
}

.aa-header-item-top.aa-header-item-open {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
}

.aa-header-item-top.aa-header-item-open a {
	text-decoration: none;
	color: #C0392B;
}

.aa-header-container .filled-down-arrow-icon {
	display: inline-block;
	width: 25px;
	height: 20px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.aa-header-item-top.aa-header-item-open .filled-down-arrow-icon {
	background-color: currentColor;
}

.aa-header-menu-items {
	display: none;
	position: absolute;
	min-width: 150px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
	z-index: 1;
	background-color: #FFFFFF;
}

.aa-header-menu-items a {
	font-size: 15px;
	letter-spacing: 0.89px;
	padding: 12px 10px;
	display: block;
	text-align: left;
}

.aa-header-item-top.aa-header-item-open .aa-header-menu-items {
	display: block;
}

.aa-header-login-container {
	margin-left: 32px;
}

.aa-header-login-container form {
	display: flex;
}

.aa-header-input-field {
	margin-right: 10px;
	position: relative;
}

.aa-header-input-field input {
	margin-bottom: 2px;
}

.aa-header-input-field a {
	position: absolute;
}

.aa-header-login-container .aa-header-form-label {
	color: rgba(255,255,255,0.75);
	font-size: 11px;
}

.aa-header-login-container .form-input-field {
	height: 30px;
	width: 120px;
	border: none;
	outline: none;
	font-size: 16px;
}

.aa-header-login-container .form-input-field::placeholder {
	color: #C0392B;
}

.aa-header-login-container .form-input-field:focus::placeholder {
	color: #000000;
}

.aa-header-login-container .aa-btn-neutral {
	width: 60px;
	height: 30px;
}

/*Tablet - Mobile Sidebar Menu*/
.aa-header-login {
	display: none;
	font-size: 18px;
	letter-spacing: 0.77px;
	cursor: pointer;
	margin-right: 30px;
}

.aa-header-close-container {
	height: 80px;
	display: none;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

.aa-header-close-container .aa-header-logo-container {
	visibility: hidden;
}

.aa-header-close .close-bold-icon {
	height: 13px;
	width: 13px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.aa-header-menu-collapsed {
	display: none;
	align-items: center;
	justify-content: center;
}

.aa-header-container .hamburger-menu-icon {
	cursor: pointer;
	display: none;
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
}

/*FOOTER*/
.aa-footer-container {
	box-sizing: border-box;
	width: 100%;
	background-color: #C0392B;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	padding: 0 15px;
	flex-wrap: wrap;
	flex-shrink: 0;
	min-height: 76px;
	z-index: 2;
}

.aa-footer-container * {
	box-sizing: border-box;
}

.aa-footer-container a {
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.6px;
	text-decoration: none;
	font-weight: 300;
	padding: 5px;
}

.aa-footer-left-container {
	text-align: center;
	margin: 0 10px;
}

.aa-footer-left-container div {
	white-space: nowrap;
	line-height: 41px;
	display: inline;
}

.aa-footer-left-container div:after {
	content: " ";
	letter-spacing: 19px;
	background: linear-gradient(90deg, transparent calc(100% - 1px), rgba(255,255,255,0.8) 0) -10px bottom / 100% 15px repeat-x;
}

.aa-footer-right-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.aa-footer-right-container a {
	margin: 5px 10px;
	padding: 5px;
}

.aa-footer-right-container a > * {
	display: block;
}

.aa-footer-right-container .youtube-solid-icon {
	height: 24px;
	width: 34px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.aa-footer-right-container .aa-footer-app-store {
	padding: 0;
	margin: 9px 15px;
}

.aa-header-nav-item:active {
	border-bottom-color: #FFFFFF;
}
.aa-footer-container a:active {
	opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
	.aa-header-nav-item:hover {
		border-bottom-color: #FFFFFF;
	}
	.aa-footer-container a:hover {
		opacity: .75;
	}
}

/******************************* LOGIN ERROR MODAL *******************************/
#loginErrorModal .modal-custom-content {
	width: 351px;
	padding: 32px 40px;
	box-sizing: border-box;
}

#loginErrorModal ul {
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#loginErrorModal li {
	margin-bottom: 16px;
}

#loginErrorModal .modal-custom-content div {
	margin-bottom: 27px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

#loginErrorModal blockquote {
	margin: 10px 0;
	font-size: 14px;
}

#loginErrorModal button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 80px;
	height: 26px;
}