@import url(https://fonts.googleapis.com/css2?family=Acme&family=Courier+Prime&family=Indie+Flower&display=swap);
.courier,
.courier a,
.courier h1,
.courier h2,
.courier h3,
.courier h4,
.courier h5,
.courier li {
	font-family: 'Courier Prime', monospace;
}
.indie,
.indie a,
.indie h1,
.indie h2,
.indie h3,
.indie h4,
.indie h5,
.indie li {
	font-family: 'Indie Flower', monospace;
}
.acme,
.acme a,
.acme h1,
.acme h2,
.acme h3,
.acme h4,
.acme h5,
.acme li {
	font-family: Acme, monospace;
}

@media (min-width: 1025px) {
	.page-template-page-builder .builder {
		margin-top: 75px;
	}
}

.mobile-nav .nav li.css_button a {
	display: flex;
	position: relative;
	z-index: 1;
	color: #fff !important;
	padding: 10px;
	text-decoration: none;
	align-items: center;
}
.mobile-nav .nav li.css_button a img {
	width: 19px;
	height: 19px;
	margin: 0 5px 0 0;
}
.mobile-nav .nav li.css_button a:before {
	content: '';
	background: #ad005f;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	border-radius: 25px;
}
.list-of-lang li.no-translation a {
	font-weight: 400;
}
body.header-lightenup .header .nav li.css_button a:hover {
	color: #fff !important;
}
body.header-lightenup .header .nav li.css_button a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 20px);
	top: 10px;
	background: #ad005f;
	z-index: -1;
	left: 0;
	border-radius: 25px;
	transition: 0.3s;
}
.desktop-nav .nav li.css_button,
li.login-link {
	margin-left: 40px;
}
body.header-lightenup .header .nav li.css_button a:hover:before {
	background: #ad005f;
}
body.header-lightenup .header .nav li.css_button a {
	color: #fff;
	position: relative;
	font-weight: 400;
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}
body.header-lightenup .header .nav li a.mycss_button:hover {
	color: #fff !important;
	background: #ad005f;
}
body.header-lightenup .header .nav li.css_button a img {
	width: 16px;
	margin-right: 13px;
}
body.header-lightenup .header .nav li a.mycss_button img {
	width: 14px;
	display: block;
	margin-right: 10px;
}
body.header-lightenup .header .nav li a.mycss_button {
	color: #fff;
	position: relative;
	font-weight: 400;
	display: flex;
	align-items: center;
	margin-top: 10px;
	border-radius: 25px;
	background: #ad005f;
	padding: 10px 20px;
}
body.lightenup .mobile-nav .nav li a.mycss_button img {
	width: 15px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
body.lightenup .mobile-nav .nav li a.mycss_button {
	background: #ad005f;
	color: #fff;
	border-radius: 20px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
a.custom-logo-link:focus {
	outline: black;
	outline-style: auto !important;
}
.entry-content a:focus {
	outline: black auto !important;
}
.desktop-nav .nav li.current-menu-item a {
	color: #ad005f !important;
	text-decoration: none;
}
.header #header-progress {
	height: 11px;
}
a.account-modal-open:focus {
	background: #e7e7e7;
}
.header #inner-header .my-account-window .close-btn img {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	filter: none;
	left: 0;
}
.header #inner-header .my-account-window .close-btn:focus {
	outline: black auto;
	outline-offset: 2px;
}
.news-article .news-content-wrapper a:focus {
	border: 2px solid #000;
}
button.simplefavorite-button:focus {
	outline: auto;
}
span.select2.select2-container.select2-container--default:focus-within {
	outline: #000 auto;
	outline-offset: 2px;
}
header#header:focus-within {
	transform: none;
}
a.education-content-wrapper {
	text-decoration: none;
}
.header #inner-header .desktop-nav ul.top-nav li ul.sub-menu li {
	padding-left: 20px !important;
	display: block;
}
.header #inner-header .desktop-nav ul.top-nav li ul.sub-menu {
	background: #fff !important;
	border: 1px solid #d3d9de;
	border-top: none;
	box-shadow: 0 2px 4px 0 hsl(0deg 0% 100% / 11%);
	padding-left: 0;
}
.premium-article:after {
	content: '';
	position: absolute;
	width: 2.2px;
	height: calc(100% - 15px);
	background: #fff;
	top: 6.8px;
	left: 12.9px;
}
.premium-article:before {
	content: '';
	position: absolute;
	width: calc(100% - 15px);
	height: 2.2px;
	background: #fff;
	top: 13px;
	left: 6.3px;
}
.premium-article {
	position: absolute;
	width: 36px;
	height: 36px;
	background: #ad005f;
	top: 0;
	left: 0;
	z-index: 1;
	border: 3px solid #fff;
	border-bottom-right-radius: 50%;
}
body.acsb-zoom {
	zoom: 1 !important;
}
body.acsb-zoom article h1,
body.acsb-zoom article h2,
body.acsb-zoom article h3,
body.acsb-zoom article h4,
body.acsb-zoom article h5,
body.acsb-zoom article h6,
body.acsb-zoom article li,
body.acsb-zoom article p,
body.acsb-zoom aside,
body.acsb-zoom header {
	zoom: 1.16 !important;
}
body.acsb-zoom .modalRelated__content.modalNopadding {
	top: 170px;
	left: 44px;
}
.education-listing .education-content-wrapper:after {
	transition: none !important;
}
.header #inner-header .desktop-nav ul.top-nav li ul.sub-menu:focus-within {
	opacity: 1;
	pointer-events: all;
}
