/* New login menu */
.no-click {
    pointer-events: none;
    cursor: default;
}
/*
.dropdown-menu.login-menu {
    -webkit-tap-highlight-color: transparent;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: inherit;
    box-sizing: inherit;
    line-height: 1.6;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 1;
    background: #fefefe;
    background-color: #fff;
    flex-wrap: nowrap;
    flex-direction: column;
    right: 0;
    left: auto;
    border: none;
    box-shadow: 0 3px 12px #00000029;
    border-radius: 6px;
    top: 130%;
    min-width: 222px;
    padding: 18px 0 0 0;
    margin-right: 24px;
}
*/
.mobile-login-row {
    transition: max-height 0.4s ease-out;
    overflow: hidden;
}

.no-height {
    max-height: 0;
}
/*
.with-height {
    max-height: 200px;
}
*/

/*--- Login Menu v2 - ADO#50945 ---*/
.login-menu { min-width: 270px; }
#login-list-item { margin: 15px auto; }

#need-help a {
	color: rgb(0, 128, 148);
	font-size: 15px;
	padding: 10px 0;
	margin: 0px;
	text-align: center;
}

.logo-text, a.logo-text, .login-menu i.fa {
	font-size: 18px;
	color: rgb(33, 33, 33) !important;
	margin: 0;
}
#login-list-item-ww .logo-text {
	margin-left: 8px;
    display: inline-block;
}
.logo-text img {
	margin-right: 8px;
}
.login-menu i.fa {
	float: right;
}

#login-list-item-ww {
	display: block;
    padding: 15px;
    clear: both;
	font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
	cursor: pointer;
}

/*dropdown is active*/
#login-list-item-ww.show { background-color: #f8f8f8; }
#login-list-item-ww > #down-arrow { display: none; }
#login-list-item-ww.show > #down-arrow { display: inherit; }
#login-list-item-ww.show > #right-arrow { display: none; }
#login-list-item-ww:hover, #login-list-item-ww:focus { background-color: #f5f5f5; }

#ww-dropdown-mobile,
#ww-dropdown-menu {
	list-style: none;
	min-width: 100%;
	width:auto; /*parent width .col-lg-3 .col-md-3 (~222px)*/
	z-index: 1;
	background-color: #f8f8f8;
	color: #1f1f1f;
	font-size: 18px;
	padding-bottom: 8px;
	padding-left: 8%;
}
#ww-dropdown-menu li a {
	color: #1f1f1f;
	font-size: 18px;
	padding-bottom: 8px;
}

/*This is necessary to hide the dropdown content until it is togged with .show*/
.dropdown-content {
	display: none;
}
.dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

#ww-dropdown-container:focus {
	outline: none !important;
}

/* inline styles

	<style>
		.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu p {
			font-weight: 700;
			color: rgb(10, 10, 10);
		}
		#callout-box::after {
			content: "";
			display: block;
			clear: both;
		}
		@media (max-width: 990px) {
			.divider-line {
				display: none;
			}
		}
		.dropdown-content {
			display: none;
			min-width: 222px;
			overflow: auto;
			z-index: 1;
			background-color: #f8f8f8;
			margin-right: -.9375rem;
			margin-left: -.9375rem;
			padding-right: .9375rem;
			padding-left: .9375rem;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			color: #1f1f1f;
			padding-bottom: 8px;
		}
		.dropdown-content a {
			padding: 12px 16px;
			text-decoration: none;
			display: block;
		}
		.show {display: block;}
		
	</style>
*/

/*---Mobile Nav Styles---*/
.hidden-md ul { padding: 0; }

.mobile-login-list-item {
	display: block;
    padding: 15px;
    clear: both;
	font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
	cursor: pointer;
	color: rgb(33, 33, 33) !important;
}
.mobile-login-list-item a { color: rgb(33, 33, 33) !important; }
.mobile-login-list-item i.fa { float: right; }
.mobile-login-list-item img { padding-right: 8px; }
#login-mobile-ww .logo-text {
    display: inline-block;
	color: rgb(33, 33, 33) !important;
}

#mobile-down-arrow { display: none; }
#mobile-right-arrow { display: inherit; }
#login-mobile-ww.show #mobile-down-arrow { display: inherit; }
#login-mobile-ww.show #mobile-right-arrow { display: none; }