#banner_wrapper {
	color: white;
	display: none;
}

#banner_wrapper.closed {
	display: none;
}

#banner_wrapper.active {
	display: block;
}

#logo_menu {
	padding-bottom: 22px;
}

.home #logo_menu {
	padding-bottom: 0;
}

#banner_wrapper a {
	color: white;
}

.inside_banner {
	overflow: hidden;
}

#banner_text {
	font-size: 18px;
	line-height: 1.55;
	font-weight: 600;
	background-image: url(../img/info-circle.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left center;
	padding-left: 35px;
	float: left;
	max-width: calc(100% - 60px);
}

.more_info_link {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-left: 5px;
}

#close_banner {
	font-size: 16px;
	line-height: 28px;
	background-image: url(../img/close-cross-white.svg);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	padding-left: 18px;
	float: right;
}

.custom-logo {
	width: 228px;
	height: auto;
	display: block;
}

#topbar {
	text-align: right;
	padding-top: 17px;
	margin-bottom: 5px;
}

#topbar .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: var(--font-size);
}

#topbar .menu li {
	display: inline-block;
	margin-right: 25px;
}

#topbar .menu li:last-child {
	margin-right: 0;
}

#topbar .menu a {
	color: var(--font-color);
	text-decoration: none;
}

#topbar .menu a:hover {
	text-decoration: underline;
}

.logo_wrapper {
	float: left;
}

.account_menu {
	display: inline-block;
	position: relative;
}

.main_menu_wrapper {
	display: inline-block;
}

.main_menu_wrapper li:first-child {
	margin-left: 30px;
}

.main_menu_wrapper li {
	display: inline-block;
	margin-right: 25px;
}

.main_menu_wrapper li:last-child {
	margin-right: 0;
}

.menu_items {
	position: relative;
	top: 2px;
	float: right;
}

.menu_items ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.account_menu a {
	text-decoration: none;
}

.account_link {
	vertical-align: middle;
	background-image: url(../img/user-circle.svg);
	background-repeat: no-repeat;
	padding-left: 26px;
	background-position: left center;
	background-size: 18px 18px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 43px;
	display: block;
}

.dropdown_account_menu {
	display: none;
}

.dropdown_account_menu.active {
	display: block;
}

.dropdown_account_menu {
	width: 315px;
	position: absolute;
	background-color: white;
	right: 0;
	padding: 20px;
	bottom: 0;
	transform: translate(0, calc(100% + 11px));
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 12px 24px -10px rgba(0,0,0,0.2);
}

.title_dropdown_menu {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
}

.sign_out_link {
	background-image: url(../img/sign-out.svg);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 27px;
}

.dropdown_account_menu li {
	margin-bottom: 1px;
}

.dropdown_account_menu li:last-child {
	margin-bottom: 0;
}

.dropdown_account_menu ul a {
	border-radius: 8px;
	display: block;
	padding: 0 13px;
	line-height: 37px;
}

.dropdown_account_menu ul a:active,
.dropdown_account_menu ul a:focus,
.dropdown_account_menu ul a:hover,
.dropdown_account_menu li.current-menu-item a {
	text-decoration: none;
	background-color: var(--lighter-blue);
	color: var(--light-blue);
}

.dropdown_account_menu li.current-menu-item a {
	background-image: url(../img/arrow-right-light-blue.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px auto;
}

.header_dropdown {
	margin-bottom: 10px;
	border-bottom: 1px solid #E7F5FF;
	padding-bottom: 10px;
}

.picture_profile_wrapper,
.title_dropdown_menu {
	display: inline-block;
}

.header_dropdown > * {
	vertical-align: middle;
}

.picture_profile_wrapper {
	margin-right: 3px;
}

.logo_menu_inside {
	border-radius: 8px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	padding: 10px 17px;
	background-color: white;
}

.training_count {
	background-color: var(--green);
	color: white;
	border-radius: 50%;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	display: inline-block;
	min-width: 22px;
	text-align: center;
	margin-left: 3px;
	position: relative;
	top: -1px;
}

li.menu_button a {
	box-shadow: 0 1px 2px 0 rgb(36 48 110 / 20%);
	padding-left: 16px;
	padding-right: 16px;
}

li.menu_button a:hover {
	box-shadow: none;
}

.menu-topbar-container {
	padding-right: 17px;
}

.main_menu_wrapper .employer {
	display: none;
}

header {
	position: relative;
	z-index: 4;
}

.sticky_header #logo_menu {
	position: fixed;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	padding-bottom: 0; /* Was 22px */
}

.sticky_header header {
	padding-bottom: 86px; /* Compensate for the height of the sticky header 64px + padding-bottom of 22px */
}

.picture_profile_wrapper img {
	width: 48px;
	border-radius: 50%;
	display: block;
}

.picture_profile_wrapper.employer img {
	border-radius: 0;
}

.main_menu a {
	text-decoration: none;
	font-weight: bold;
}

.post_training_button {
	background-image: url(../img/edit.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 29px;
}

.main_menu .button {
	box-shadow: 0 1px 2px 0 rgba(36,48,110,0.2);
}

.main_menu .button:hover {
	box-shadow: none;
}

.signout a:after,
.view_profile a:after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.signout a:after {
	width: 16px;
	height: 11px;
	background-image: url(../img/sign-out.svg);
	background-size: 13px auto;
}

.view_profile a:after {
	width: 17px;
	height: 11px;
	background-image: url(../img/eye.svg);
	position: relative;
	top: 1px;
	background-size: 13px auto;
}

li.complete_profile {
	display: none;
}

.incomplete_profile .view_profile,
.incomplete_profile li.testimonials,
.incomplete_profile li.edit_profile,
.incomplete_profile .share_profile {
	display: none;
}

.incomplete_profile li.complete_profile {
	display: list-item;
}

.inactive .share_profile a {
	color: #c6c6c6;
	pointer-events: none;
}

.plain_profile_url {
	display: none;
}

body.inactive .plain_profile_url,
body.incognito .plain_profile_url {
	display: block;
}

body.inactive .regular_profile_url,
body.incognito .regular_profile_url {
	display: none;
}

@media (max-width: 1199px) {
	#banner_text {
		font-size: 17px;
		background-size: 27px;
		padding-left: 40px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.main_menu_wrapper li:first-child {
		margin-left: 15px;
	}

	.main_menu_wrapper li {
		margin-right: 15px;
	}

	.custom-logo {
		width: 175px;
		margin-top: 4px;
	}

	.home .range_filter_text {
		font-size: 16px;
		margin-left: 5px;
		margin-right: 7px;
	}
}

@media (min-width: 768px) {
	.sticky_header.page-template-page-account #logo_menu,
	.sticky_header.page-template-page-sidebar #logo_menu,
	.sticky_header.single-instructor #logo_menu,
	.sticky_header.scrolling_down #logo_menu {
		position: static;
		transform: none;
		padding-bottom: 22px;
	}

	.sticky_header.page-template-page-account header,
	.sticky_header.page-template-page-sidebar header,
	.sticky_header.single-instructor header {
		padding-bottom: 0;
	}

	.sticky_header.scrolling_down header {
		padding-bottom: 0;
	}

	#banner_wrapper {
		background-color: var(--light-green);
		padding: 6px 0;
	}
}
