@charset "UTF-8";

/* ------------------------------------------

CSS styles for consolidated header file.
Updated: 9 December 2015

------------------------------------------ */

/* Banner Ads
--------------------------------------------*/
#ad_space_filler {
	margin: 5px auto 20px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ad_space {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
}

.adLeaderboard {
	padding: 0;
	margin: 0 auto;
	max-width: 320px;
	height: 50px;
}

.container {
	margin: 0 auto;
	width: 760px;
}

.content-full-width {
	width: 100%;
	max-width: 1440px;
	padding: 0 16px;
	min-width: 728px;
}


/* Logo 
--------------------------------------------*/
#aa-member-nav .aa-logo-link img {
	display: block;
	max-width: initial;
	object-fit: cover;
}

#aa-member-nav .aa-logo {
	height: 40px;
	width: 192px;
}

#aa-member-nav .aa-logo-plus {
	height: 60px;
}


/* Nav
--------------------------------------------*/
#aa-member-nav {
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	z-index: 200;
    width: 100%;
	margin-bottom: 16px;
}

#aa-member-nav .aa-member-nav-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 16px;
	padding-top: 16px;
}

#aa-member-nav .aa-member-nav-container .nav-icon {
	display: block;
	box-sizing: border-box;
	background-color: #311B92;
	height: 24px;
	width: 24px;
}

/* Navbar Left 
--------------------------------------------*/
#aa-member-nav .nav-left-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
}

#aa-member-nav .nav-left-container #nav-toggle {
	display: block;
}

#aa-member-nav .nav-left-container .aa-logo-link { 
	display: none;
}


/* Navbar
--------------------------------------------*/
#navbar {
	display: none;
	position: absolute;
	width: 100vw;
	height: calc(100vh - 103px);
	top: 48px;
	left: 0;
	right: 0;
	z-index: 5;
}

#navbar .navbar-container {
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	position: relative;
    z-index: 5;
	overflow-y: scroll;
}


/* Navbar Items 
--------------------------------------------*/
#navbar .navbar-items {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	position: relative;
	margin: 0;
	margin-bottom: 140px;
	padding: 0;
}

#navbar .navbar-items ul {
	display: none;
}

#navbar .navbar-items li {
	position: relative;
	white-space: nowrap;
	width: 100%;
	height: auto;
	min-height: 40px;
	flex: 0 0 auto;
}

#navbar .navbar-items li a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25rem;
	text-align: left;
	min-height: 40px;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	color: #333333;
	text-decoration: none;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

#navbar .navbar-items > li > a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.125rem;
	text-transform: uppercase;
	color: #000;
}

#navbar .navbar-items li a.nav-normal-device {
	display: none;
}

#navbar .navbar-items li a.nav-touch-device {
	display: flex;
	justify-content: space-between;
}

#navbar .navbar-items .nav-icon {
	width: 11.36px;
	transform: rotate(-90deg);
}

#navbar .navbar-items > li:last-child {
	border-top: solid 1px #CCCCCC;
}


/* Navbar Dropdown Items
--------------------------------------------*/
#navbar .navbar-item-dropdown.opened {
	position: absolute;
	top: 0;
    z-index: 2;
    height: 100%;
    background: white;
}

#navbar .navbar-item-dropdown.opened > ul {
	display: block;
}

#navbar .navbar-item-dropdown.active > a:first-of-type {
	padding: 20px;
	margin: 0;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.125rem;
	text-transform: uppercase;
	background-color: #EDE7F6;
}

#navbar .navbar-item-dropdown.active > a:first-of-type span {
	display: none;
}


/* Navbar Back Button
--------------------------------------------*/
#navbar .back-button-container {
	display: flex;
	align-items: center;
	gap: 2px;
	width: 100%;
	height: 100%;
	max-height: 58px;
	padding: 20px;
	box-sizing: border-box;
    background-color: #FFFFFF;
	display: none;
}

#navbar .back-button-container #navbar-back-button {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0;
	border: none;
	background: none;
}

#navbar .back-button-container .nav-icon {
	width: 11.36px;
	transform:rotate(90deg)
}


/* Navbar Items With Indicators / Descriptions
--------------------------------------------*/
#navbar .navbar-items .nav-item-desc {
	height: auto;
	max-height: fit-content;
}

#navbar .navbar-items .nav-item-desc a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#navbar .navbar-items .nav-item-desc span {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}

/* Nav Right 
--------------------------------------------*/
#aa-member-nav .nav-account-content {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
	gap: 8px;
}

#aa-member-nav .nav-account-content ul {
	width: max-content;
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	margin: 0;
}

#aa-member-nav .nav-account-content li {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

#aa-member-nav .nav-account-content a {
	text-decoration: none;
	position: relative;
}

#aa-member-nav .nav-account-content .notification-count {
	position: absolute;
    top: -8px;
    right: -8px;
	min-width: 14px;
	height: 14px;
	color: white;
	font-size: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	background-color: #311B92;
	border-radius: 8px;
	padding: 0 3px;
	box-sizing: border-box;
}
 
#aa-member-nav .nav-account-content .account-status {
	display: none;
}

#aa-member-nav .nav-account-content .action-buttons-bottom .account-items, 
#aa-member-nav .nav-account-content .action-buttons-bottom .btn-container  {
	display: none;
}

#aa-member-nav .nav-btn {
	font-size: 14px;
	padding: 6px 16px;
	height: 32px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Navbar Mobile Menu Bottom
--------------------------------------------*/
#aa-member-nav .mobile-nav-bottom {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 8px;
}

#aa-member-nav .mobile-nav-bottom hr {
	margin: 0;
	background-color: #E6E6E6;
}

#aa-member-nav .mobile-nav-bottom .action-buttons-bottom {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

/* Alert Boxes
--------------------------------------------*/
#aa-member-nav .alert-msg-container ul {
	list-style: none;
	padding-left: 0;
}

.error, .alert, .notice, .success, .info {
	padding: 10px !important;
	border: 1px solid #ddd;
	margin: 25px auto !important;
	border-radius: 0.5em;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	width: 735px;
}
.error h1, .alert h1, .notice h1, .success h1, .info h1 {
	margin: 0 !important;
	float: none;
	font: bold normal 18px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #000 !important;
}
.error ul, .alert ul, .notice ul, .success ul, .info ul {
	list-style: none !important;
	margin: 10px 0 5px 15px !important;
	font-size: 12px;
	line-height: 18px;
}
.error ul li, .alert ul li, .notice ul li, .success ul li, .info ul li {
	list-style: none !important;
}
.error p, .alert p, .notice p, .success p, .info p {
	list-style: none;
	margin: 5px 0 5px 15px;
	font-size: 12px;
	line-height: 18px;
}
.error {background:#fbe3e4;color:#000;border-color:#CC0000; }
.alert {
	background-color: #FFFFF0 !important;
	color: #000;
	border-color: #FF8500 !important;
}
.notice {background:#fff6bf;color:#000;border-color:#CC0000;}
.success {
	background-color: #CCEFC2;
	color: #000;
	border-color: #00732F;
}
.info {background:#d5edf8;color:#000;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11; }
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

.msg {
	margin:2em;
	font-size:medium;
	font-style:italic;
	text-align:center;
	}
#sizecard_message {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	margin-bottom: 0px !important;
}

#display_message, #error {
	margin-top: 25px !important; /** need important to override alert class ***/
}


/* Chatlio
--------------------------------------------*/
.chatlio-widget {
	transform: scale(0.75);
}

.chatlio-title-bar-button {
	margin: 0 !important;
}
