html, body, .page-wrapper { 
	min-height: 100vh; 
}

a {
	color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 	
}
hr { margin: 0; }
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    border-color : transparent;
}
body { overflow-x: hidden; }
body, button, input, select, textarea { font-family: 'Oswald'; }

.page-wrapper { padding-top: 10px; }
.icon-text span, span.icon { vertical-align: middle; }
.text-color-light-red { color: #df262a; }
.text-color-dark-blue { color: #182336; }
.reveal { visibility: hidden; }
.is-underlined { text-decoration: underline; }
.is-size-7 { font-size: 12px; }
.color-grey, .color-grey a { color: #a6a8aa; }
.is-red, .is-red a { color: #df262a; }

header {
	position: relative;
	width: 100%;
	background-color: #FFF;
	z-index: 10000;
}
.dark-blue-bg { background-color: #192437; }

.top-header-box {
	border-right: 1px solid #99a2b0;
	width: 100%;
}

.grey-background { background-color: #f7f7f7; }
.yellow-background { background-color: #f6f4ee; }
.red-title {
	display: inline-block;
	color: #df262a;
	padding-bottom: 2px;
	border-bottom:1px solid #df262a;
}
.red-title a { color: #df262a; }

.top-header-box p { font-size: 14px; }

.search-btn {
	background-color: transparent;
	border:0;
	color: #000;
	outline: none;
	cursor: pointer;
}

.search-box { 
	visibility: hidden; 
	opacity: 0;
	position: absolute;
	top: 12px;
	left: 0;
	width: calc(100% - 8px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;		
    z-index: 10000000;
}

.social-icons {
	padding: 0;
	margin: 0;
	display: inline-block;
	z-index: 10000000;
}

.social-icons li {
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.navbar-burger { 
	display: none; 
	width: 30px;
	height: 30px;
	background-color: #b5b5b5;
	color: #FFF;
	z-index: 10;
}
.nav-wrapper {
	background-color: #182336;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;	
}
.nav-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: -80px;
	width: 80px;
	height: 100%;
	background-color: #182336;
}

.nav-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: -100px;
	width: 1080px;
	height: 100%;
	background-color: #182336;
}
.navigation .close-nav-btn { display: none; }
.navigation .main-nav, .nav-wrapper .aside { 
	position: relative;
	z-index: 100000; 
} 
.main-nav li { 
	margin-right: 22px; 
	float: left;
	position: relative;
}

.main-nav li:last-child {
	margin-left: 40px;
	margin-right: 0;
}
.main-nav li:last-child a {
	color: #FFF;
	text-decoration: none;
}
.main-nav li.dropmenu { padding-right: 20px; }
.main-nav li.dropmenu:after {
	content: '\f107';
	font-family: 'FontAwesome';
	color: #9aa3b2;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.main-nav li.dropmenu ul.nav-submenu li:last-child { margin-left: 0; }
.main-nav li a { 
	font-size: 16px;
	position: relative; 
	padding-top: 4px;
	padding-bottom: 4px;
	color: #9aa3b2;
	text-transform: uppercase;
}
.main-nav li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 1px;
	background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;	
}

.main-nav li a:hover:before {
	width: 100%;
	background-color: #9aa3b2;
}
.main-nav li a:hover { color: #9aa3b2; }

.main-nav li.dropmenu:hover .nav-submenu {
	display: block;
}
.nav-submenu { 
	display: none; 
	position: absolute;
	top: 28px;
	left: 0;
	width: 320px;
	padding-bottom: 20px;
	background-color: #FFF;
	border: 1px solid #eee;
	z-index: 1000;	
}

.main-nav li .nav-submenu li {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 10px 0 10px;
}
.main-nav li .nav-submenu li a {
	color: #000;
}
.main-nav li .nav-submenu li a:before {
	background-color: #9aa3b2;
	width: 100%;
}
.nav-wrapper .aside a {
	padding-bottom: 4px;
}
.mobile-languages { z-index: 100000; }
.mobile-languages li {
	float: left;
	padding-right: 2px;
	padding-left: 2px;	
}
.mobile-languages li { display: none; }
.mobile-languages li:first-child { display: block; }
.dropdown-languages {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: -10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 180px;
	top: 40px;
	background-color: #FFF;
	box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
	z-index: 100000;
}
.dropdown-languages.active {
	visibility: visible;
	opacity: 1;
}
.current-language { padding-top: 4px; }
.current-language span {
	float: left;
	margin-right: 8px;
}
.current-language span:last-child {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 20px;
	cursor: pointer;
}

.current-language:after {
	content: '\f078';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #FFF;
	font-size: 12px;
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 100;
}
.banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 90;
}

.banner-view-more {
	position: relative;
	text-align: center;
	padding: 18px 20px 18px 40px;
	background-color: #FFF;
	border-radius: 10px;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
	display: inline-block;
}
.banner-view-more:before {
	content: '\f05a';
	font-family: 'FontAwesome';
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #df262a;
	font-size: 20px;
}
.banners-carousel.owl-theme .owl-nav .owl-prev,
.banners-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);	
    background-color: #df262a;
    color: #FFF;
	padding-top: 30px;
    padding-bottom: 30px    
}
.banners-carousel.owl-theme .owl-nav .owl-prev { left: 0px; }
.banners-carousel.owl-theme .owl-nav .owl-next { right: 0px; }

.search-members-wrapper {
	background-color: #FFF;
	border-radius: 20px;
}

.search-members-filter { border-left: 1px solid #000;}
.search-members-wrapper > .columns > .column:first-child .search-members-filter { border:0; }
.search-members-filter select {
	padding: 10px 20px;
    border: 0;
    font-size: 16px;
    color: #b5b5b5;	
    width: 100%;
}
.search-members-btn {
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	width: 200px;
	color: #FFF;
	display: inline-block;
	background-color: #df262a;
	border:0;
	font-size: 22px;
}
.search-members-btn:before {
	content: '\f002';
	font-family: 'FontAwesome';
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-size: 22px;
}
.section-box {
	position: relative;
	background-color: #f7f7f7;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	display: inline-block;
}

.section-box span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-wrapper .section-background-mask {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100vw;
	z-index: 1;
}
.section-wrapper .section-background-mask.right { right: 0; }
.section-wrapper .section-background-mask.left { left: 0; }
.section-wrapper .columns { z-index: 100; }
.section-image { border-radius: 10px; }
.section-image-wrapper { align-self: end }
.section-image-wrapper figure { z-index: 10000; }
.section-image-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	background-color: #FFF;
	z-index: 1;
}
.section-image-wrapper.right:after { right: 0; }
.section-image-wrapper.left:after { left: 0; }

.news-date, .news-exscerpt {
	font-size: 12px;
	margin-bottom: 10px;
}

.news-type {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 100px;
	background-color: #df262a;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	border-radius: 20px;
	z-index: 1000;
}
.news-type.inner {
	top: 30px;
	left: 30px;
}
.read-more-btn {
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	width: 160px;
	color: #FFF;
	display: inline-block;
	background-color: #df262a;
	border:0;
	font-size: 18px;
}

.read-btn {
	position: relative;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 10px;
	width: 140px;
	color: #FFF;
	display: inline-block;
	background-color: #192437;
	border:0;
	font-size: 14px;
}

.page-header figure:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 35, 54, 0.8);
	z-index: 1;
}

.header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.breadcrumbs ul li {
	float: left;
	margin-right: 10px;
	padding-right: 14px;
	position: relative;
}
.breadcrumbs ul li:after {
	content: '/';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.breadcrumbs ul li:after, .breadcrumbs ul li a {
	color: #FFF;
}
.breadcrumbs ul li:first-child:after, .breadcrumbs ul li:first-child a {
	color: #df262a;
}
.breadcrumbs ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.breadcrumbs ul li:last-child:after { content: ''; }

.activities-icon {
	border-radius: 9999px;
	background-color: #182336;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;	
}
.activities-icon:hover {
	background-color: #df262a;
}
.company-members-carousel { padding-top: 50px; }
.company-members-carousel .slide {
	padding-bottom: 8px;
	border-bottom:4px solid #df262a;
}
.company-members-carousel .slide figure a img { border-radius: 10px; }
.company-members-carousel .slide .social-links li {
	float: left;
	margin-right: 10px;
}
.company-members-carousel .slide .social-links { min-height: 24px; }
.company-members-carousel .slide .social-links li:last-child { margin-right: 0; }
.company-members-carousel .slide .social-links li a {
	color: #9aa3b2;
}
.company-members-carousel .slide p.is-title { color: #df262a; }
.company-members-carousel .slide p.is-subtitle { font-weight: bold; }

.company-members-carousel.owl-theme .owl-nav .owl-prev,
.company-members-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: -10px;
    background-color: #df262a;
    color: #FFF;
}
.company-members-carousel.owl-theme .owl-nav .owl-prev { left: calc(50% - 40px); }
.company-members-carousel.owl-theme .owl-nav .owl-next { right: calc(50% - 40px); }

.webaddress {
	color: #df262a;
	text-decoration: underline;
}
.member.view-more {
	position: relative;
	text-align: center;
	padding: 10px 14px 10px 32px;
	width: 140px;
	border-radius: 10px;
	color: #FFF;
	margin-top: 30px;
	display: inline-block;	
}
.member.view-more:before {
	content: '\f05a';
	font-family: 'FontAwesome';
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-size: 20px;
}

.member.view-more.red { background-color: #df262a }
.member.view-more.dark-blue { background-color: #192437 }
.member.inner-content { 
	width: 60vw; 
	overflow: unset;
	cursor: default;
	border-radius: 20px;
}
.member.inner-content .fancybox-close-small {
	top: -20px;
	right: -20px;
	border-radius: 9999px;
	background-color: #df262a;
	color: #FFF;
}
.member.social-links {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.member.social-links li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
.member.social-links li:last-child { margin-right: 0; }
.member.social-links li a {
	border-radius: 9999px;
	color: #FFF;
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 6px 2px;	
}

.download-link {
	display: inline-block;
	color: #FFF;
	border-radius: 20px;
	text-transform: uppercase;
	background-color: #df262a;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 120px;
	text-align: center;
}

.contact-btn {
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	background-color: #182336;
}

.contact-btn:hover {
	background-color: #FFF;
	color: #df262a;
}
.contact-btn.white {
	color: #df262a;
	background-color: #FFF;
}
.contact-btn.white:hover {
	color: #000;
	background-color: #df262a;
}
.contact-form-wrapper {
	width: 60%;
}

button[name="load-records"] {
    width: 120px;
    background-color: #df262a;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-radius: 20px;
    border: 0;cursor: pointer;
}

footer { background-color: #192437; }
footer * .fa { color: #ec1a23; }
footer * p {
	margin-bottom: 6px;
	font-size: 14px;
	color: #606676;
}
footer * p a, .footer-nav li a { color: #606676; }

.footer-nav li a:before {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #ec1a23;
	font-size: 14px;
}


@media screen and (max-width: 1216px) {
	.nav-wrapper:after {
		width: 900px;
		right: -140px;
	}
	.language-name { display: none; }
	.current-language span { margin-right: 20px; }
	.main-nav li:last-child { margin-left: 30px; }
}
@media screen and (max-width: 1024px) {
	.current-language span { margin-right: 20px; }
	.navigation { display: none; }
	.navbar-burger { display: inline-block; }	
	.nav-wrapper { background-color: transparent; }
	.nav-wrapper:before { content: none;}
	.nav-wrapper:after { content: none;}
}
@media screen and (max-width: 969px) {
	.banner-excerpt { 
		line-height: 18px; 
		padding: 0;
		margin: 0;
	}
	.pb-0-touch { padding-bottom: 0 !important; }
	.search-members-btn {
		padding-top: 4px;
		padding-bottom: 4px;
		width: 160px;
		font-size: 16px;
	}
	.search-members-btn:before { font-size: 16px; }
	.section-image-wrapper:after { content: none; }
	.section-image { border-radius: 0; }
	.navigation.mobile:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.9);
	}
	.navigation.mobile {
	    display: flex;
	    padding-left: 30px;
	    padding-right: 30px;
	    flex-direction: column;
	    position: absolute;
	    top: 30px;
	    width: 100vw;
	    z-index: 1000001;
	}
	.navigation .close-nav-btn {
		position: fixed;
		display: flex;
		top: 10px;
		right: 10px;
		color: #FFF;
		z-index: 1000002;
	}

	.navigation.mobile .main-nav li {
		display: block;
		float: unset;
		margin-left: 0; 
		margin-right: 0;		
	}
	.navigation.mobile .main-nav li a { color: #FFF; }
	.navigation.mobile .main-nav li a:hover { text-decoration: none; }
	.navigation.mobile .main-nav li.dropmenu { padding-right: 0; }
	.navigation.mobile .main-nav li.dropmenu:after { 
		top: 4px;
    	transform: unset;		
		right: 20px; 
	}	

	.navigation.mobile li.dropmenu .nav-submenu { 
		padding-left: 20px;
		position: relative;
		top: unset;
		left: unset;
		width: auto;
		background-color: transparent;
		border:none;
	}
	.navigation.mobile .main-nav li .nav-submenu li a { color: #FFF;}	
	.navigation.mobile li.dropmenu:hover .nav-submenu { display: none; }
	.navigation.mobile li.dropmenu .nav-submenu.opened { display: block; }

	.page-header {
		height: 200px;
		overflow: hidden;
	}
	.page-header figure.image, .page-header figure.image img {
		width: 100%;
		height: 100%;
	}



	.member.inner-content { width: 100vw; }
}

@media screen and (max-width: 768px) {
	.section-image-wrapper:after {
    	content: unset;
	}
	.section-wrapper > .columns  { 
		margin-left: 0;
		margin-right: 0;
	}
}