#primary_nav .navbar-nav .nav-link::before,
#secondary_nav .navbar-nav .nav-link::after {
	content: "";
	height: 4px;
	width: 0;
	transition: width 0.2s linear;
	display: block;
	position: relative;
}
#secondary_nav,
#site_footer {
	background-color: #00467f !important;
}
div#application_modal {
	padding: 15px 10px;
}
#cookiacceptbtn,
#pop-up-submit,
.esco-bg,
.esco-hr {
	background-color: #22bbe4;
}
.font-weight-600,
.footer-title-text,
.line-centered,
.vacci-btn {
	font-weight: 600;
}
.SearchItem:hover,
.foot-col-body a,
.vacci-btn,
a:hover {
	text-decoration: none;
}
@font-face {
	font-family: Raleway, sans-serif;
}
#loader {
	position: fixed;
	background-color: #fff;
	height: 100%;
	width: 100%;
	z-index: 999999;
}
#cookie-title,
.esco-blue,
a {
	color: #22bbe4;
}
a:hover {
	color: #208fad;
}
.h1 {
	font-size: 2.5rem;
}
.h2 {
	font-size: 2rem;
}
.h3 {
	font-size: 1.75rem;
}
.h5 {
	font-size: 1.25rem;
}
.h6 {
	font-size: 1rem;
}
body {
	font-family: Titillium Web;
	/* background: url("../img/home/bg-annoucement.jpg") top center/cover no-repeat
		fixed; */
	background-color: white;
}
img {
	-webkit-user-drag: none;
}
#pop-up-modal-body,
.esco-logos a,
.navbar .container,
.no-padding {
	padding: 0;
}
.item a,
.navbar-brand,
a:focus,
button:focus {
	outline: 0;
}
.navbar-brand > img {
	max-width: 120px;
	margin-left: 15px;
}
#primary_nav {
	padding: 0;
	min-height: 60px;
}
.navbar .navbar-nav .nav-link {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-toggler {
	margin-right: 10px;
}
#primary_nav .navbar-nav .nav-link {
	font-size: 14px;
	color: #22bbe4;
	padding: 20px 0;
	margin-left: 20px;
}
#primary_nav .navbar-nav .nav-link::before {
	margin: auto;
	background-color: #22bbe4;
	top: -20px;
}
#primary_nav .navbar-nav .nav-link.active::before,
#primary_nav .navbar-nav .nav-link:hover::before {
	width: 100%;
	transition: width 0.2s linear;
	-webkit-transition: width 0.2s linear;
}
#secondary_nav {
	margin-top: 66px;
	padding: 0;
	min-height: 50px;
	z-index: 1029;
}
#secondary_nav .navbar-nav .nav-link {
	color: #fff;
	padding: 20px 0;
	margin-right: 20px;
}
#secondary_nav .navbar-nav .nav-link::after {
	margin: auto;
	background-color: #fff;
	-webkit-transition: width 0.2s linear;
	bottom: -20px;
}
#secondary_nav .navbar-nav .nav-link.active::after,
#secondary_nav .navbar-nav .nav-link:hover::after {
	width: 100%;
	transition: width 0.2s linear;
}
#bio-header {
	font-style: italic;
	color: #fff;
	font-size: 14px;
}
nav .breadcrumb {
	z-index: 1000;
	position: fixed;
	top: 115px;
	background-color: rgba(108, 117, 125, 0.3);
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	padding: 5px 1rem;
}
.breadcrumb > li a {
	color: #fff;
	text-transform: capitalize;
}
.breadcrumb > li + li:before {
	color: #fff;
	content: ">" !important;
	padding: 0 5px;
}
#social_media_footer_container > a > i,
.breadcrumb-item + .breadcrumb-item::before,
.foot-col-body a:hover {
	color: #fff;
}
#spacing {
	padding: 30px 0;
}
.has-search {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	position: relative;
}
.has-search .form-control-sm {
	background-color: #91ddf1;
	padding-right: 30px;
	border-radius: 0;
	border: none;
	color: #fff;
	text-shadow: 1px 1px #000;
	outline: 0;
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	line-height: 2.375rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	right: 0;
	width: 30px;
}
#SearchResultContainer {
	position: absolute;
	width: 200px;
	background-color: #fff;
	box-shadow: 0 1px 2px #22bbe4;
	top: 30px;
	left: 0;
}
.SearchItem:hover {
	font-style: normal;
}
.SearchItem div {
	padding: 0 0.5rem;
}
.SearchItem:hover div {
	background-color: #8080802b;
}
.SearchItem small {
	color: #000;
	font-style: italic;
}
.SearchItem h5 {
	margin: 0;
	color: #22bbe4;
}
#SearchLoaderContainer {
	display: none;
	justify-content: center;
	font-size: 15px;
}
#searchloader {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width: 25px;
	height: 25px;
	margin-left: 10px;
}
#SearchResultBox {
	max-height: 300px;
}
#logo_container {
	padding: 20px 0;
	background-color: #f4fcfe;
}
.esco-logos a > img {
	width: 200px !important;
	height: 70px !important;
}
#site_footer {
	padding-top: 20px;
	color: #d8f2fb;
}
.footer-header {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 55px;
}
.foot-col-body,
.mt-20 {
	margin-top: 20px;
}
.foot-col-body .label {
	color: #fff;
	font-weight: 500;
}
.foot-col-body .list-group-item {
	background-color: transparent;
	border: none;
	padding: 0;
}
.foot-col-body a {
	color: #d8f2fb;
}
#copyright_container {
	margin-top: 50px;
	line-height: 2.5;
	border-top: 1px solid #ffff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#social_media_footer_container {
	width: 90px;
	display: flex;
	justify-content: space-between;
}
#social_media_footer_container > a > i:hover {
	color: #91ddf1;
}
.pos-relative,
.sticky-parent {
	position: relative;
}
.sticky-container {
	position: sticky;
	position: -webkit-sticky;
	top: 25vh;
}
.center-center,
.vertical-center {
	margin: 0;
	top: 50%;
	position: absolute;
}
.vertical-center {
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.center-center {
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-20 {
	margin-bottom: 20px;
}
.card-row,
.rownoleftmargin {
	margin-left: 0;
}
.full-height {
	height: calc(100vh - 110px);
}
.full-height-less {
	max-height: calc(100vh - 150px);
}
@media (max-width: 980px) {
	#primary_nav .navbar-nav .nav-link.active::before,
	#primary_nav .navbar-nav .nav-link:hover::before {
		width: 0%;
	}
	#primary_nav .navbar-nav .nav-link::after {
		content: "";
		display: block;
		width: 0;
		height: 4px;
		background-color: #22bbe4;
		transition: width 0.2s linear;
		position: relative;
	}
	#primary_nav .navbar-nav .nav-link.active::after,
	#primary_nav .navbar-nav .nav-link:hover::after {
		width: 100%;
	}
	#primary_nav .navbar-nav .nav-link {
		padding: 10px 0;
	}
	.search-container {
		padding-left: 15px;
	}
	.full-height {
		height: calc(100vh - 110px);
	}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}
#esco-logos-container {
	padding: 10px 0;
	background: #fff;
}
.img-items {
	padding: 10px;
	min-height: 80px;
	max-height: 80px;
	max-width: 170px;
	width: auto !important;
	margin: auto;
}
.item p {
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 0.5em;
}
.esco-hr {
	height: 2px;
	margin: auto auto 20px;
	width: 40px;
	border: none;
}
#loader_div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: 2s linear infinite spin;
	animation: 2s linear infinite spin;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media (max-width: 990px) {
	#primary_nav .navbar-nav .nav-link::before {
		top: unset;
		bottom: -25px;
		margin-left: 0;
	}
	#primary_nav .navbar-collapse {
		margin-top: 50px;
	}
	#loader_div {
		height: calc(100vh - 135px);
	}
}
#pop-up-image {
	background: url("../img/news letter pop up-image-min.png") center/cover
		no-repeat;
}
#pop-up-title {
	color: #22bbe4;
	letter-spacing: 1px;
	font-weight: 700;
}
#pop-up-close {
	position: absolute;
	top: -13px;
	right: -24px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	z-index: 99;
	padding: 0 6px 2px;
	opacity: 1;
	outline: 0;
}
#pop-up-content {
	border: none;
	border-radius: 0;
}
#pop-up-submit {
	border: none;
	color: #fff;
	padding: 5px 10px;
}
#pop-up-form input {
	border-radius: 0 !important;
}
#cookieConsent {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	min-height: 26px;
	line-height: 26px;
	padding: 8px 0 2px 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
	box-shadow: 0 -1px 5px #857f7f;
}
#cookiacceptbtn {
	border: none;
	color: #fff;
	padding: 10px 60px;
}
.icon-link {
	width: 2em;
	height: 2em;
	background-color: #666;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	margin-left: 0.3em;
	box-sizing: content-box;
	border-radius: 3px;
	color: #fff !important;
}
#flag-dropdown {
	padding: 15px 0 !important;
}
#flag-dropdown-options {
	background-color: #fff;
	min-width: 4rem;
}
#flag-dropdown-options a {
	text-align: center;
	padding: 10px 0;
}
#flag-dropdown-options a:hover {
	background-color: #000;
}
.flag-icon {
	width: 3em !important;
	line-height: 2.2em !important;
	border: 1px solid #000;
}
@media (max-width: 1200px) {
	#primary_nav .container,
	#secondary_nav .container {
		max-width: 1200px;
	}
	.navbar .navbar-nav .nav-link {
		font-size: 12px;
	}
	#spacing {
		padding: 27px 0;
	}
}
@media (max-width: 1050px) {
	#primary_nav .navbar-nav .nav-link {
		font-size: 12px;
	}
}
@media (max-width: 995px) {
	#primary_nav .navbar-nav .nav-link {
		font-size: 14px;
	}
	nav .breadcrumb {
		top: 110px;
	}
	#secondary_nav {
		margin-top: 60px;
	}
}
@media (max-width: 750px) {
	#pop-up-close {
		right: -9px;
	}
}
@media (max-width: 600px) {
	#bio-header,
	.breadcrumb-item {
		font-size: 12px;
	}
}
@media (max-width: 450px) {
	#SearchResultContainer {
		right: 0;
		left: unset;
	}
	.SearchItem h5 {
		font-size: 15px;
	}
	#bio-header,
	.SearchItem small {
		font-size: 10px;
	}
	.has-search .form-control-sm {
		width: 130px;
	}
	#cookieConsent {
		font-size: 12px;
	}
	#cookiacceptbtn {
		padding: 5px 20px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#secondary_nav {
		height: 50px;
	}
	.has-search .form-control-feedback {
		top: 0;
		line-height: 2rem;
	}
}
.line-centered {
	color: #22bbe4;
	text-align: center;
	position: relative;
	z-index: 1;
}
.line-centered:before {
	border-top: 2px solid #dfdfdf;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.line-centered span {
	background: #fff;
	padding: 0 15px;
}
.vacci-btn {
	border-radius: 4px;
	border: 2px solid #22bbe4;
	width: fit-content;
	padding: 0.5rem 2.5rem;
	outline: 0;
	transition: background-color 0.4s, color 0.4s, border-color 0.4s;
	background-color: #22bbe4;
	color: #fff;
}
.vacci-btn:hover {
	background-color: #fff;
	color: #22bbe4;
}
.slick-track {
	display: flex;
}
.slick-slide {
	height: inherit !important;
}
.scrollable {
	height: 250px;
	overflow-y: auto;
	padding-right: 10px;
}
body.scrollable {
	padding-right: unset;
}
.scrollable::-webkit-scrollbar {
	width: 4px;
}
body.scrollable::-webkit-scrollbar {
	width: 10px;
}
.scrollable::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.scrollable::-webkit-scrollbar-thumb {
	background-color: #22bbe4;
}
.scrollable.dark::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.scrollable.dark::-webkit-scrollbar-thumb {
	background-color: #fff;
}
.strike-space {
	position: relative;
	min-height: 1rem;
}
.strike-text {
	position: absolute;
	height: 1005;
	background-color: #22bbe4;
	padding-right: 1rem;
}
.strike-space:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 70%;
	height: 1px;
	background-color: #fff;
}
.esco-light-bg {
	background-color: #ebf8ff;
}
[data-aos="scale-up"] {
	transform: scale(1);
}
[data-aos="scale-up"].aos-animate {
	animation-name: scale-up;
	animation-duration: 1s;
}
@keyframes scale-up {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}
.close-container {
	position: relative;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.leftright,
.rightleft {
	height: 4px;
	width: 50px;
	margin-top: 24px;
	background-color: #22bbe4;
	border-radius: 2px;
	position: absolute;
	transition: 0.3s ease-in;
}
.leftright {
	transform: rotate(45deg);
}
.rightleft {
	transform: rotate(-45deg);
}
.close-container > .close {
	margin: 60px 0 0 5px;
	position: absolute;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.3s ease-in;
	opacity: 0;
}
.close-container:hover .leftright {
	transform: rotate(-45deg);
	background-color: #f25c66;
}
.close-container:hover .rightleft {
	transform: rotate(45deg);
	background-color: #f25c66;
}
.close-container:hover label {
	opacity: 1;
}
::-moz-selection {
	color: #fff;
	background: #22bbe4;
}
::selection {
	color: #fff;
	background: #22bbe4;
}
.lottie canvas {
	display: none;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #00467f !important;
	border-color: #00467f !important;
}

.btn-primary {
	color: #fff;
	background-color: #5e9fd6;
	border-color: #5e9fd6;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: white;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #5e9fd6;
	border: 1px solid transparent;
	font-size: 0.85rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	height: 4rem;
	width: 4rem;
}

.border-top {
	border-top: 2px solid #5e9fd6 !important;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin: 2rem;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 8px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 2rem;
}
