/* BOOTSTRAP OVERRIDES ---------------------------------------------------------*/
:root {
	--bs-yellow: #FDB913;
	--bs-warning: #FDB913;
	--bs-warning-rgb: 253, 185, 19;
	--bs-light: #F4F4F4;
	--bs-light-rgb: 244, 244, 244;
	--bs-body-font-family: Poppins,sans-serif;
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 30px;
	--bs-body-color: #8B8B8B;
	--bs-body-color-rgb: 139, 139, 139;
	
	--bs-dark:#24272a;
	--bs-dark-rgb: 36, 39, 42;
}
.container-xl {
	--bs-gutter-x: 50px;
	max-width: 1550px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .title, .subtitle {
	font-weight: 500;
	font-family: Oswald,sans-serif;
	color: #1b1b1b;
	letter-spacing: -.02em;
}
.text-white .title, .text-white .subtitle, .text-white h3, .text-white h2 {
	color: #FFF;
}
a {
	text-decoration: none;
}
.form-control {
	color: rgb(156, 156, 156);
	border-radius: 0;
	padding: 10px;
}
.form-control::placeholder {
	color: rgb(156, 156, 156);
	opacity: .6;
}
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
	border-radius: 0;
}
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
	padding: 1rem 1rem;
	font-size: 1rem;
}
.btn {
	--bs-btn-border-radius: 0;
	--bs-btn-font-family: Oswald;
	--bs-btn-padding-x: 40px;
	--bs-btn-padding-y: 10px;
	text-transform: uppercase;
}
.btn-secondary {
	--bs-btn-bg: #4e5a67;
	--bs-btn-border-color: #4e5a67;
	--bs-btn-disabled-bg: #4e5a67;
	--bs-btn-disabled-border-color: #4e5a67;
}
.btn-sm {
	padding-left: 25px;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 9px;
	font-size: 12px;
}
.navbar-toggler {
	border-radius: 0;
	border-width: 2px;
	padding: 2px 5px;
	color: #333;
	border-color: #333;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	content: "";
	border-top: none;
	border-right: none;
	border-bottom: 0;
	border-left: none;

	font-family: 'Font Awesome 6 Free' !important;
	font-style: normal;
	font-weight: 900 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\f107";
	
	font-size: 10px;

	transition: transform 0.25s;
}
.dropdown-toggle:hover::after {
	transform: rotate(-180deg);
}

.badge {
	--bs-badge-font-size: 1em;
	--bs-badge-font-weight: normal;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 11px;
	  padding-left: 11px;
	  font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 60px;
	font-size: 55px;
	font-size: 53px;
  }
  .h3, h3, .title {
	  font-size: 1.75rem;
  }
  .h4, h4, .subtitle {
	  font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
	font-size: 16px;
  }
}
@media (max-width: 768px) {
	.container-xl {
		--bs-gutter-x: 30px;
	}
	.title {
		font-size: 1.75rem;
	}
	.h4, h4, .subtitle {
		font-size: 1.2rem;
	}
	.btn {
		--bs-btn-padding-x: 30px;
		--bs-btn-padding-y: 8px;
	}
}
/*
.wrap {
	z-index: 1;
}
*/
/*HEADER------------------------------------------------------------------------*/
.header-page {
	position: sticky;
	top: -60px;
	z-index: 1020;
}
.menu-sec {
	font-family: Oswald;
	font-size: 15px;
	font-weight: 300;
	height: 60px;
	line-height: 1em;
}
.menu-sec .navbar-nav a {
	margin: 0 17px 0 0;
	border-color: rgba(255,255,255,0.25);
	border-style: solid;
	border-width: 0 2px 0 0;
	padding: 0 17px 0 0;
}
.menu-sec li:last-child a {
	border-width: 0;
}
.menu-sec .nav-item {
	position: relative;
	padding: 20px 0;
}
.menu-sec .second-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
}
.menu-sec .second-menu a {
	color: #FFF;
	text-transform: none;
	font-weight: 300;
	padding: 10px 15px;
	border-right: 0;
	border-left: solid transparent;
	border-left-width: 3px !important;
	margin: 0;
}
.menu-sec .second-menu a:hover {
	color: var(--bs-yellow);
	border-color: var(--bs-yellow);
	background: #000;
}
.menu-sec  .navbar-nav .la {
	color: var(--bs-yellow);
	margin-right: 10px;
}
.menu-social {
	display: inline-block;
	margin: 0 17px 0 0;
	border-color: rgba(255,255,255,0.25);
	border-style: solid;
	border-width: 0 2px 0 0;
	padding: 0 17px 0 0;
}
.menu-social a {
	color: #fff;
	margin: 0 3px;
}
.eu-disclaimer {
	width: 149px;
}
.main-header {
	height: 100px;
	border-bottom: 1px solid #DDD;
}
.logo {
	margin-bottom: 0;
}
.logo img {
	height: 55px;
}
.main-header {
	background: #FFF;
}
.main-header .logo a {
	padding: 0;
}
@media (max-width: 768px) {
	.main-header {
		height: 70px;
		position: relative;
	}
	.logo img {
		height: 45px;
		width: auto;
	}
}

/*MAIN MENU ----------------------------------------------------*/
.mega-menu {
	display: flex;
}
.mega-section {
	width: 250px;
}
.dropdown-menu.right {
	right: 0;
}
.dropdown-menu.second-menu {
	border-radius: 0;
	border: none;
	background: rgba(0,0,0,.7);
}
.main-header a {
	color: #1b1b1b;
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .035em;
	font-family: Oswald,sans-serif;
	padding: 0 15px;
}
.main-header a:hover {
	color: var(--bs-yellow);
}

.second-menu .list-none {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-header .second-menu a {
	color: #FFF;
	text-transform: none;
	font-weight: 300;
	padding: 5px 15px;
	border-left: 3px solid transparent;
}
.main-header .second-menu a:hover {
	color: var(--bs-yellow);
	border-color: var(--bs-yellow);
	background: #000;
}
.main-header .second-menu strong {
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 15px;
	border-left: 3px solid transparent;
	font-family: Oswald;
	font-weight: 500;
}
.main-header .second-menu .sub-link {
	font-size: .9rem;
	text-indent: -7px;
	padding-left: 25px;
}
.main-header .second-menu .fa {
	font-size: 12px;
}
.has-children {
	position: relative;
}
.has-children > a .fa {
	float: right;
	margin-top: 4px;
}
.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(0,0,0,.7);
	width: 250px;
	display: none;
}
.right .sub-menu {
	left: auto;
	right: 100%;
}
.sub-menu.show {
	display: block;
}

@media (min-width: 1024px) {
	.main-header > .container-xl, .main-nav, .main-header .navbar-collapse, .main-header .navbar-nav {
		height: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	.main-header .navbar-nav .nav-item {
		display: flex;
		align-items: center;
	}
	.main-header .navbar-nav .dropdown-menu {
		top: 100%;
	}
}


@media (max-width: 1024px) {
	.main-nav {
		position: static;
	}
	.main-nav .navbar-collapse {
		position: absolute;
		right: 0;
		top: 100%;
		background: #000;
		left: 0;
		padding: 10px 5px;
	}
	.main-header a.nav-link {
		color: #FFF;
		padding: 5px 15px;
	}
	.main-header .nav-link:focus, .main-header .nav-link:hover {
		color: var(--bs-yellow);
	}
	.sub-menu {
		position: static;
		margin-left: 15px !important;
	}
}

/*HOME HEADER --------------------------------------------------*/
.slider-photos .item {
	position: relative;
	min-width: 100%;
}
.slider-photos a {
	display: block;
	height: calc(100vh - 250px);
	background-position: center;
	background-size: cover;
	/*width: 50vw;*/
}
.slider-photos .item-title {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.6);
	text-align: center;
	color: #FFF;
	padding: 15px 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	left: 0;
	right: 0;
	/*! border-radius: 0 25px 25px 0; */
	backdrop-filter: blur(5px) brightness(90%);
	/*! background: orange; */
	/*! opacity: .9; */
	transition: all .3s ease;
	margin: 0;
}
.slider-photos .item:hover .item-title {
	background: rgba(0,0,0,1);
}

.slider-header-wrap .slider-nav {
	top: -80px;
	top: 0;
}
.slider-header-wrap .slider-arrow {
	color: #999;
}
.slider-header:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 5px;
	right: 50%;
	border-right: 1px solid #CCC;
}
.slider-header .item-date a {
	color: rgb(149, 149, 149);
	font-weight: 300;
	font-size: 15px;
}
.slider-header .item-date {
	margin-bottom: 0;
	margin-top: 15px;
}
.slider-header .item-date .divider {
	opacity: .5;
	padding: 0 7px;
	font-weight: 300;
}
.slider-header .item-more {
	margin: 0;
}
.slider-header .item-more a {
	font-weight: 600;
	font-size: 14px;
}
.slider-header .item-more .la {
	font-size: 12px;
}
@media (max-width: 768px) {

  .slider-photos a {
	  width: calc(100% - 1rem);
	  padding-top: 75%;
	  height: auto;
  }
  .slider-photos .item-title {
	right: 1rem;
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
  }
  
  .slider-header:before {
	content: none;
  }
  .slider-header-wrap .slider-arrow {
	  color: #333;
  }

}

/*MISSION -----------------------------------------------------------*/
.section-mission {
	color: #FFF;
	font-weight: 300;
	padding: 14px 0;
	text-align: center;
	
	font-family: Oswald;
	letter-spacing: 1px;
	font-weight: 200;
	font-size: 15px;
	text-transform: uppercase;
}
.section-mission h3 {
	color: white;
	text-transform: uppercase;
	margin: 5px 15px;
}
.section-mission p {
	margin: 0;
}
@media (max-width: 768px) {
  .section-mission {
	  font-size: 14px;
	  line-height: 23px;
  }
}

/*SPOTLIGHT ----------------------------------------------------*/
.section-spotlight .container {
	position: relative;
	padding-top: 120px;
	padding-bottom: 50px;
}
.section-spotlight .section-title {
	margin: 0;
	position: absolute;
	left: -75px;
	top: 50%;
	transform: rotateZ(-90deg) translateX(-50%);
	transform-origin: top left;
	padding-right: 40px;
}
.section-spotlight .section-subtitle {
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	left: auto;
	top: -18px;
	font-size: 150px;
	opacity: .075;
	line-height: 140px;
	margin: 0;
	z-index: 1;
}
.section-spotlight .container > .row {
	z-index: 2;
	position: relative;
}
.section-spotlight h5 {
	text-transform: uppercase;
	text-align: right;
	font-size: 22px;
}
@media (max-width: 768px) {
	.section-spotlight {
		margin: 0 20px;
	}
	.section-spotlight .container {
		padding-top: 100px;
	}
	.section-spotlight .section-subtitle {
		font-size: 73px;
	}
	.section-spotlight h5 {
	  font-size: 20px;
	  margin-bottom: 20px;
  }
}
/*NEWS ---------------------------------------------------------*/
.section-latest-featured:before {
	content: " ";
	background: #2e3338;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 0;
}
.news-home .item:not(:last-child) {
	border-bottom: 1px solid gray;
	padding: 8px 0 5px;
}
.news-home .item-title {
	margin: 10px 0;
}
.news-home .item-date {
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 768px) {
  .section-latest-featured::before {
	  width: 100%;
  }
  .section-latest-featured .container {
	  padding: 0;
  }
}
/*FEATURED -----------------------------------------------------*/
.featured-home h2 {
	margin-bottom: 38px;
}
.featured-home .item {
	/*margin-top: 20px;*/
	height: 100%;
}
.featured-home .item-content {
	background-color: rgba(27,27,27,.85);
	padding: 25px 45px 20px 36px;
	margin-top: 10px;
	height: 100%;
}
.featured-home .item-title {
	min-height: 3.6em;
}
.featured-home .item-date {
	font-size: 14px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 0;
	line-height: normal;
}
.featured-home .item-date .divider {
	opacity: .5;
	padding: 0 7px;
	font-weight: 300;
}
.featured-home .item-more {
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 0;
	line-height: normal;
	font-family: Oswald;
	text-transform: uppercase;
}
@media (max-width: 768px) {
  .featured-home h2 {
	  margin-bottom: 30px;
  }
  .featured-home .item-content {
	  padding: 15px;
  }
  .featured-home .item-title {
	  min-height: 1em;
  }
  .featured-home .item-date {
	  font-size: 13px;
	  margin-top: 5px;
  }
}
/*EVENTS--------------------------------------------------------*/
.section-calendar-framework .section-title {
	margin-top: 60px;
}
@media (max-width: 768px) {
  .section-calendar-framework .container {
	  padding: 0;
  }
  .events-home {
	  margin: 0 20px;
  }
}
.events-home .section-title {
	margin-bottom: 30px;
}
.events-icon {
	min-width: 50px;
	min-height: 50px;
	background: var(--bs-warning);
	display: block;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	line-height: 50px;
	color: #000;
}
.events-home .item {
	padding: 25px 15px 20px;
	border: 1px solid #CCC;
	margin: 1px 1px 20px;
}
.events-home .item-date {
	font-size: 14px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 0;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
.events-home .fa-location {
	margin-left: 10px;
}
.events-home .item {
	border-left-width: 5px;
}
.events-home .item.color-1 {
	border-left-color: darkgray;
}
.events-home .item.color-2 {
	border-left-color: var(--bs-info);
}
.events-home .item.color-3 {
	border-left-color: darkcyan;
}
.events-home .item.color-4 {
	border-left-color: var(--bs-warning);
}
.events-home .item.color-5 {
	border-left-color: var(--bs-dark);
}
.legend {
	font-size: .9rem;
	margin-top: 69px;
}
.legend li {
	cursor: pointer;
}
.legend li:hover {
	color: #000;
}
.legend li.active {
	color: #000;
	font-weight: bold;
}

/*FRAMEWORK-----------------------------------------------------*/
.framework-home {
	margin-top: 0;
	height: 100%;
}
.framework-home h2 {
	font-size: 50px;
	margin-bottom: 30px;
}
.framework-home .item {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.framework-home img {
	border-radius: 50%;
	margin-right: 15px;
}
.framework-home .item-title {
	margin-bottom: 0;
}
.framework-home .item-date {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
@media (max-width: 768px) {
  .framework-home h2 {
	  font-size: 40px;
  }
}
/*PRIORITY AREAS -----------------------------------------------*/
.section-areas {
	color: #CCC;
}
.areas-home .item {
	background-color: #2e3338;
	background-size: cover;
	background-position: center;
	position: relative;
}
.areas-home .item-img {
	border-radius: 50%;
	margin-bottom: 20px;
}
.areas-home .item p {
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 0;	
}
.areas-home .item::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: rgba(46, 51, 56,.9);
	z-index: 1;
}
.areas-home .item a, .areas-home .item-content {
	position: relative;
	z-index: 2;
}
@media (max-width: 768px) {
	.areas-home .item {
		display: flex;
		align-items: center;
	}
	.areas-home .item-img {
		margin-right: 15px;
		margin-bottom: 0;
	}
	.areas-home .item p {
		margin-top: 0;
		line-height: 20px;
	}
}
/*PROJECTS------------------------------------------------------*/
.section-projects {
	background-color: #FFF;
	padding-top: 120px;
	padding-bottom: 90px;
	background-image: url(/media/img/rcc-circle-grey.png);
	background-repeat: no-repeat;
	background-position: 75% -5%;
}
.section-projects .section-title {
	margin-bottom: 0;
}
.section-projects .item-thumb {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.section-projects .item {
	min-width: 286.667px;
	max-width: 286.667px;
}
.section-projects .item-title {
	position: absolute;
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	color: #FFF;
	padding: 6px 20px 10px;
	margin: 0;
	white-space: nowrap;
	transition: all .25s ease-out 0s
}
.section-projects .item:hover .item-title {
	bottom: 40%;
}
.section-projects .nav-link {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	opacity: .3;
	padding-left: 10px;
}
.section-projects .nav-link.active, .section-projects .nav-link:hover {
	color: #FFF;
	opacity: 1;
	background: var(--bs-warning);	
	width: auto;
	position: relative;
}
.section-projects .nav-link.active:after, .section-projects .nav-link:hover:after {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	content: "\f105";
	font-size: 50px;
}
@media (max-width: 768px) {
	.section-projects {
		background-size: 123%;
		background-position: left bottom;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-projects .container {
		padding: 0 30px;
	}
	.section-projects .section-title {
		margin-bottom: 15px;
		text-align: center;
	}
	.section-projects .nav-link {
		opacity: .7;
		min-width: 50%;
		border-bottom: 3px solid #2e3338;
		color: #2e3338;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		font-size: 20px;
	}
	.section-projects .nav-link.active::after, .section-projects .nav-link:hover::after {
		font-family: 'Font Awesome 6 Free';
		content: "\f107";
		margin: 0 5px;
		font-size: 20px;
	}
	.section-projects .nav-link.active, .section-projects .nav-link:hover {
		color: #2e3338;
		border-color: var(--bs-warning);
		background: none;
	}
	.section-projects .tab {
		padding-bottom: 65px;
		margin-bottom: 10px;
	}
	.section-projects .item-title {
		bottom: 40%;
	}
	.section-projects .slider-arrow {
		color: #333;
	}
}
/*CAMPAIGNS-----------------------------------------------------*/
.section-campaigns {
	padding-bottom: 100px;
	background: #FFFF;
	background-image: url(/media/img/campaigns_bg.jpeg);
	background-size: 150%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.section-campaigns .btn {
	margin-top: -11px;
	letter-spacing: normal;
}
.section-campaigns .item-thumb {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.section-campaigns .section-title {
	white-space: nowrap;
}
@media (max-width: 768px) {
	.section-campaigns .container {
		padding: 0 30px;
	}
	.section-campaigns .tab {
		padding-bottom: 65px;
		margin-bottom: 10px;
	}
	.section-campaigns .slider-nav {
		bottom: -30px;
	}
	.section-campaigns .slider-arrow {
		color: #FFF;
	}
}
/*DATABASES ----------------------------------------------------*/
.section-databases .item {
	background: rgba(0,0,0,.5);
	text-align: center;
}
.section-databases ion-icon {
	font-size: 70px;
	margin-top: 15px;
}
.section-databases .item-meta {
	font-size: 14px;
}
/*GALLERY-------------------------------------------------------*/
.section-gallery-docs:before {
	content: " ";
	background: var(--bs-light);
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 0;
}
@media (max-width: 768px) {
  .section-gallery-docs::before {
	  width: 100%;
	  left: 0;
  }
  .section-gallery-docs .container {
	  padding: 0;
  }
}
.gallery-home .section-title {
	margin-bottom: 0;
}
.gallery-home .nav-link {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	opacity: .3;
	padding-left: 10px;
}
.gallery-home .nav-link.active, .gallery-home .nav-link:hover {
	color: #FFF;
	opacity: 1;
	background: var(--bs-warning);	
	width: auto;
	position: relative;
}
.gallery-home .nav-link.active:after, .gallery-home .nav-link:hover:after {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	content: "\f105";
	font-size: 50px;
}
.gallery-home .item-icon {
	position: absolute;
	/*
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	*/
	left: 0;
	bottom: 0;
	color: #FFF;
	font-size: 15px;
	background: rgba(0,0,0,.2);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	backdrop-filter: blur(2px) brightness(90%);
	z-index: 10;
}
@media (max-width: 768px) {
	.gallery-home .section-title {
		margin-bottom: 15px;
		text-align: center;
	}
	.gallery-home .nav-link {
		opacity: .7;
		min-width: 50%;
		border-bottom: 3px solid #2e3338;
		color: #2e3338;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		font-size: 20px;
	}
	.gallery-home .nav-link.active::after, .gallery-home .nav-link:hover::after {
		font-family: 'Font Awesome 6 Free';
		content: "\f107";
		margin: 0 5px;
		font-size: 20px;
	}
	.gallery-home .nav-link.active, .gallery-home .nav-link:hover {
		color: #2e3338;
		border-color: var(--bs-warning);
		background: none;
	}
}
.search-pills .nav-link {
	background: var(--bs-dark);
	border-radius: 0;
	color: #FFF;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 22px;
}
.search-pills .nav-link.active {
	background: var(--bs-warning);
	padding-top: 15px;
	padding-bottom: 15px;
}
@media(max-width: 767px){
	.search-pills .nav-item {
		width: 100%;
	}
}
/*DOCS ---------------------------------------------------------*/
.docs-home .item {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.docs-home img {
	border-radius: 50%;
	margin-right: 15px;
}
.docs-home .item-title {
	margin-bottom: 0;
}
.docs-home .item-date {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.docs-home .item-date .divider {
	opacity: .5;
	padding: 0 7px;
	font-weight: 300;
}
/*FOOTER -------------------------------------------------------*/
.footer {
	font-size: 15px;
	background-image: url(/media/img/logo-circle.png);
	background-repeat: no-repeat;
	background-position: 93% bottom;
}
.footer a {
	color: #b1b2b2;
}
.footer a:hover {
	color: var(--bs-yellow);
}
.footer-top {
	padding: 100px 0;
}
.footer h4 {
	margin-bottom: 13px;
}
.footer-bottom {
	background-color: rgba(22, 22, 22);
}
.footer-bottom .divider {
	opacity: .5;
	margin: 0 10px;
}
.footer .menu-social {
	border: none;
	margin: 0;
	padding: 0;
}
.footer .menu-social a {
	font-size: 20px;
	color: var(--bs-yellow);
	margin: 0 15px 0 0;
}
@media (max-width: 768px) {
	.footer-top {
		padding: 40px 20px;
	}
	.footer-bottom {
		font-size: 12px;
	}
	.footer-bottom .divider {
		opacity: .5;
		margin: 0 8px;
	}
}


/*STATIC PAGES -----------------------------------------------------*/
@media(min-width: 1024px) {
  .page-header h2 {
	  font-size: 49px;
	  font-size: calc(2rem + .9vw);
  }
}
.page-header-photo {
	position: relative;	
	height: 450px;
	height: 408px;
	height: auto;
	overflow: hidden;
	
	background-size: cover;
	background-position: right;
}
@media(max-width: 767px) {
	.page-header-photo {
		height: auto;
		margin-bottom: 15px;
	}
}
.page-tagline {
	position: relative;
	font-size: 19px;
	font-weight: normal;
	color: #FFF;
	font-family: Oswald;
	text-transform: uppercase;
	opacity: .9;
	letter-spacing: 0.01em;
	position: relative;
}
@media(max-width: 767px) {
	.page-tagline {
		font-size: 15px;
		line-height: normal;
		margin-bottom: 20px;
	}
}
.page-tagline .fa, .page-tagline .la {
	color: var(--bs-yellow);
	position: absolute;
	left: 0px;
	top: 5px;
}
.col-sm-3 .page-tagline .fa, .col-sm-3 .page-tagline .la {
	top: 27px;
}
.col-sm-3 .page-tagline::before {
	content: " ";
	width: 50px;
	height: 1px;
	background: var(--bs-yellow);
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -1.5rem;
}
.sidebar-left, .sidebar-right {
	top: 50px; 
	left: 0
}
.sidebar h3 {
	margin-bottom: 20px;
}
.sidebar a {
	color: var(--bs-dark);
}
.sidebar a:hover {
	color: var(--bs-yellow);
}
.page-text .accordion {
	--bs-accordion-border-radius: 0;
	--bs-accordion-inner-border-radius: 0;
	--bs-accordion-btn-icon-width: 1rem;
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-color: #FFF;
	--bs-accordion-btn-bg: var(--bs-dark);
	--bs-accordion-active-color: var(--bs-dark);
	--bs-accordion-active-bg: var(--bs-yellow);
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-border-color: var(--bs-light);
	--bs-accordion-btn-focus-border-color: transparent;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
	--bs-accordion-btn-padding-x: 1rem;
	--bs-accordion-btn-padding-y: .8rem;		
}
.page-text .accordion-button {
	font-size: 1.1rem;
}

.outputs-wrap {
	max-height: 235px;
	margin: 10px 0;
}
.outputs-wrap a {
	border: 1px solid var(--bs-gray-600);
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.2;
	padding: 3px 24px 3px 13px;
	position: relative;
	margin-right: 5px;
	font-size: 13px;
	max-width: calc(100% - 15px);
}
.outputs-wrap a:hover {
	border-color: var(--bs-warning);
	background: var(--bs-warning);
	color: var(--bs-dark);
}
.outputs-wrap a::before {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: 900;
	font-size: 12px;
}

.outputs-home .outputs-wrap {
	max-height: 400px;
	margin-right: -15px;
}
.outputs-home .section-title {
	margin-bottom: 38px;
}
.outputs-home {
	margin-right: -35px;
}
.outputs-home .page-text .accordion-button {
	font-size: 19px;
}
.outputs-home .accordion-item {
	background: none;
	border-color: rgba(255,255,255,.3);
	margin-bottom: 8px;
	border-top: 1px solid;
	background: none;
	margin-right: 15px;
}
.outputs-home ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.outputs-home a {
	color: #FFF;
}
.outputs-home li {
	display: inline;
}
@media(min-width: 1024px){
	.outputs-home .section-title {
		font-size: 48px;
	}
}


.sidebar .item {
	display: flex;
	/*align-items: center;*/
	margin-bottom: 20px;
}
.sidebar .page-featured .item {
	display: block;
	margin-bottom: 30px;
}
.sidebar .item-img {
	margin-right: 15px;
	width: 90px;
	flex-shrink: 0;
}
.sidebar .page-featured .item-img {
	width: 100%;
}
.sidebar .item-title {
	margin-bottom: 0;
	font-size: 20px;
}
.sidebar .item-date {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
}
.sidebar .page-featured .item-date {
	margin: 9px 0 5px;
	line-height: 18px;
}
.sidebar .item-date .divider {
	opacity: .5;
	padding: 0 7px;
	font-weight: 300;
}
.page-intro p {
	font-size: 1.15em;
	opacity: .8;
}
.page-team p {
	font-size: 14px;
	line-height: 20px;
}
.page-team hr {
	margin: 5px 0;
}
.page-participants p {
	margin-bottom: 5px;
	padding: 0 15px;
}
.page-participants p a {
	display: block;
}
.page-legend span {
	display: inline-block;
	width: 17px;
	height: 18px;
	vertical-align: sub;
	margin-right: 3px;
}
.page-contact .la {
	font-size: 23px;
	margin-top: 4px;
}
.page-title small {
	display: block;
	opacity: .5;
	font-size: .8em;
}
.title, .subtitle {
	margin-top: 30px;
}

/*SEARCH -----------------------------------------------*/
.page-filters a {
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 4px;
	border-radius: 20px;
	padding-left: 13px;
	padding-right: 10px;
	background: var(--bs-light);
	color: var(--bs-dark);
}
.page-filters a:hover, .page-filters a.active {
	color: #FFF;
	background: var(--bs-dark);
}

/*CONTACTS----------------------------------------------*/
.contacts-heading {
	padding: 13px 16px;
	background: var(--bs-dark);
	color: #FFF;
	font-family: Oswald;
	cursor: pointer;
	margin-top: 5px;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	line-height: 21px;
}
.contacts-heading.expanded {
	background: var(--bs-warning);
	color: #000;
}
.contacts-heading:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.contacts-heading::after {
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");;
	background-repeat: no-repeat;
	background-size: 1rem;
	transition: transform 0.2s ease-in-out;
}
.contacts-heading.expanded::after {
	transform: rotate(180deg);
}

.contacts-wrapper {
	border: solid #EEE;
	border-width: 0 1px 1px;
	padding: 30px 15px 0;
	font-size: 14px;
	display: none;
}
.contacts-wrapper > .row {
  margin-bottom: 20px;
}


/*PRESS CORNER ------------------------------------------------------*/
.slider-press-wrap .slider-nav {
	top: -80px;
	top: 0;
}
.slider-press-wrap .slider-arrow {
	position: absolute;
	top: -3px;
	right: 0;
	width: 35px;
	height: 35px;
	border: 1px solid;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #999;
}
.slider-press-wrap .slider-arrow-left {
	right: 42px;
}
.slider-press-wrap h3, .press_corner .sidebar h3 {
	margin-bottom: 20px;
	font-size: 24px;
}
.slider-press .item-title, .press_corner .sidebar h4 {
	font-size: 20px;
}
.slider-press .item-date a {
	color: rgb(149, 149, 149);
}
.slider-press .item-date {
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 13px;
	font-weight: 300;
}
.slider-press .item-date .divider {
	opacity: .5;
	padding: 0 7px;
	font-weight: 300;
}
@media (max-width: 768px) {
  .slider-press-wrap .slider-arrow {
    top: -3px;
    left: auto;
    right: 0;
  }
  .slider-press-wrap .slider-arrow-left {
	right: 42px;
  }
}


/*MISC -------------------------------------------------------------*/
.section-title {
	text-transform: uppercase;
	line-height: 1.15em;
	margin: 20px 0;
}
@media (max-width: 768px) {
  .section-title {
	  font-size: 40px;
  }
}
.text-hover-white:hover {
	color: #FFF !important;
}
.text-hover-warning:hover {
	color: var(--bs-warning) !important;
}
.text-hover-black:hover {
	color: #000 !important;
}

.slider-nav {
	position: absolute;
	right: 0;
	top: 0;
}
.sidebar .slider-nav {
	top: -7px;
}
.slider-arrow {
	position: absolute;
	top: 12px;
	right: 0;
	width: 50px;
	height: 50px;
	border: 1px solid;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
}
.sidebar .slider-arrow {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.slider-arrow-left {
	right: 65px;
}
.sidebar .slider-arrow-left {
	right: 35px;
}
@media (max-width: 768px) {
	.slider-nav {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.slider-arrow {
		top: auto;
		left: 50%;
		right: auto;
		width: 35px;
		height: 35px;
		border: 2px solid;
		line-height: 30px;
		bottom: 10px;
		margin-left: 5px;
	}
	.slider-arrow-left {
		right: 50%;
		left: auto;
		margin-right: 5px;
	}
}

.btn-icon {
	padding-right: 20px;
}
.btn-icon .la {
	transition: all .3s ease;
	margin-left: 10px;
}
.btn-icon:hover .la {
	transform: translate3d(10%,0,0);
}
.page-text .btn-icon .la {
	display: none;
}
.page-text .btn-icon:after {
	font-family: 'Line Awesome Free';	
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	content: "\f105";
	transition: all .3s ease;
	margin-left: 10px;
}
.page-text .btn-icon:hover:after {
	transform: translateX(10%);
}
.img-link, .video-link {
	display: block;
	overflow: hidden;
	position: relative;
}
.img-link img {
	display: block;
	width: 100%;
	transition: all .25s ease-out 0s;
}
.img-zoom:hover img {
	transform: scale(1.1);
}
.video-link .fa-play, .img-link .fa-play  {
	position: absolute;
	/*
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	*/
	left: 0;
	bottom: 0;
	color: #FFF;
	font-size: 15px;
	background: rgba(0,0,0,.2);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	backdrop-filter: blur(2px) brightness(90%);
	z-index: 10;
}
.thumb-square {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.campaigns .eu-flag {
	height: 30px;
}
.error {
	color: red !important;
	border-color: red !important;
}