.fp--news--all .view-content {
    display: grid;
    gap: 1rem;
}

.fp--news--all .view-content .fp-news-item img {
	object-fit: cover;
	border-radius: 1rem;
}




.region-highlighted-frontpage {
	margin: 0 auto;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	padding-bottom: 2rem;
}

.region-highlighted-frontpage .newstitle {
	justify-self: center;
	padding-top: 2rem;
	padding-bottom: 3.5rem;
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 2rem;
	color: black;
}

.region-highlighted-frontpage .newstitle div {
	font-weight: 900;
	font-family: 'Mohol-Ultra';
}

.region-highlighted-frontpage .newsfirst {
	grid-column-start: span 2;
	grid-row-start: 2;
	grid-row-end: 2;
}

.region-highlighted-frontpage .newsall {
	justify-items: end;
}

.region-highlighted-frontpage .newsall a {
	font-weight: bold;
	color: black;
	text-decoration: none;
	transition: color 0.4s ease-in-out;
}

.region-highlighted-frontpage .newsall a:hover {
	color: var(--fphighlight3);
}

.region-highlighted-frontpage .newssecond .view-content {
	display: grid;
	grid-gap: 1rem;
}

.region-highlighted-frontpage .newsthird .view-content {
	display: grid;
	grid-gap: 1rem;
}

.region-highlighted-frontpage .fp-report .fp-title {
	position: absolute;
    line-height: 2.5rem;
    text-align: center;
}

.region-highlighted-frontpage .fp-report .fp-title:hover {
	text-decoration: none;
}

.region-highlighted-frontpage .fp-news-item {
	position: relative;
}

.ngw-title,
.ngn-title {
	/*background-color: var(--newstxt);
	position: absolute;*/
	color: black;
	bottom: 0.4rem;
}

.ngw-title a,
.ngn-title a {
	color: black;
	font-weight: bold;
	--news-title-maxlines: 2;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--news-title-maxlines);
	transition: color 0.4s ease-in-out;
}

.ngw-title a:hover,
.ngn-title a:hover {
	text-decoration: none;
	color: var(--dark);
}

.ngn-type-News,
.ngw-type-News {
	display: none;
}

.ngn-type-Blog,
.ngw-type-Blog {
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--dark);
	color: var(--light);
	padding: 0.4rem 1rem;
	font-weight: bold;
}

/************************************* WINNERS ***************************************/

.fpWinners {
	background-color: var(--fphighlight2);
}

.fpWinners h2 {
	font-weight: 900;
    font-family: 'Mohol-Ultra';
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2.5rem;
	margin: 0;
}

.fpWinners .fpWinners-image,
.fpWinners .fpWinners-image a {
	display: block;
	line-height: 0;
}

.fpWinners .fpWinners-txt {
	position: relative;
}

.fpWinners .fpWinners-txt p {
	margin: 0;
	padding-bottom: 0.5rem;
}

.fpWinners .fpWinners-txt a {
	color: var(--hovertxt);
	font-weight: bold;
}

.fpWinners .fpWinners-txt a:hover {
	color: var(--hoverbg);
}

.fpWinners .fpWinners-txt .fpWinners-title {
	padding-bottom: 1.5rem;
}

.fpWinners .fpWinners-txt .fpWinners-title a {
	font-weight: bold;
	color: var(--dark);
	text-decoration: none;
}

.front-video h2 {
	color: white;
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
	font-weight: 900;
	font-family: 'Mohol-Ultra';
}

.front-video .credits {
	color: white;
}

.front-video .credits span {
	text-decoration: underline;
}

.front-video .credits p:first-of-type {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

/************************************* CAROUSEL *************************************/

.galleryall {
	background-color: var(--fphighlight2);
	padding: 0 0 2rem 0;
}

.galleryall div {
	margin: 0 auto;
	text-align: right;
}

.galleryall a {
	color: black;
	text-decoration: none;
}

.galleryall a:hover {
	color: var(--fphighlight3);
}

.blogall {
	background-color: var(--fphighlight3);
	padding: 0 0 2rem 0;
}

.blogall div {
	margin: 0 auto;
	text-align: right;
}

.blogall a {
	color: white;
	text-decoration: none;
}

.blogall a:hover {
	color: var(--fphighlight2);
}

.fp-blog {
	background-color: var(--fphighlight3);
	padding-bottom: 2.5rem;
}

.fp-blog h2 {
	color: white;
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
	font-weight: 900;
	font-family: 'Mohol-Ultra';
}

.fpb-title {
	background-color: var(--fphighlight3);
	color: white;
	position: absolute;
	bottom: 0;
	width: calc(100% - 2rem);
    padding: 0.1rem 0.5rem;
}

.fpb-title a {
	color: white;
	font-weight: bold;
	--news-title-maxlines: 2;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--news-title-maxlines);
}

.fpb-title a:hover {
	text-decoration: none;
	color: var(--fphighlight2);
}

/*.fpb-thumbnail {
	margin: -0.2rem -0.5rem;
}*/

.fpb-thumbnail img {
	width: 100%;
}

.fp-r-events2021 h2,
.fp-u-events2023 h2 {
	color: black;
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
	font-weight: 900;
	font-family: 'Mohol-Ultra';
}

.fp-r-events2021 .owl-controls i {
	color: black;
	transition: color 1s;
}

.fp-r-events2021 .owl-controls i:hover {
	color: var(--dark);
}

.fp-u-events2023 {
	background-color: var(--fphighlight2);
	padding-bottom: 2.5rem;
}

.fp-blogposts .fp-up-events2021 .owl-pagination,
.fp-gallery .fp-up-events2021 .owl-pagination {
	text-align: center;
 	margin-top: 1rem;
}
.fp-blogposts .fp-up-events2021 .owl-pagination .owl-page {
  height: 1px;
  background-color: white;
  opacity: 0.5;
  display: inline-block;
  margin-right: 5px;
  transition: height 0.4s, opacity 0.4s;
}
.fp-gallery .fp-up-events2021 .owl-pagination .owl-page {
  height: 1px;
  background-color: white;
  opacity: 0.5;
  display: inline-block;
  margin-right: 5px;
  transition: height 0.4s, opacity 0.4s;
}
.fp-blogposts .fp-up-events2021 .owl-pagination .owl-page.active,
.fp-gallery .fp-up-events2021 .owl-pagination .owl-page.active {
  height: 3px;
  opacity: 1;
}
.fp-blogposts .fp-up-events2021 .owl-pagination:hover .owl-page,
.fp-gallery .fp-up-events2021 .owl-pagination:hover .owl-page {
  height: 5px;
  opacity: 1;
}
.fp-blogposts .fp-up-events2021 .owl-pagination .owl-page.active span {
  background-color: var(--hovertxt);
  width: 100%;
  height: 100%;
  display: block;
  animation: progress 10s linear;
  transform-origin: left;
}
.fp-gallery .fp-up-events2021 .owl-pagination .owl-page.active span {
  background-color: var(--hovertxt);
  width: 100%;
  height: 100%;
  display: block;
  animation: progress 10s linear;
  transform-origin: left;
}
.fp-blogposts:hover .fp-up-events2021 .owl-pagination .owl-page.active span,
.fp-gallery:hover .fp-up-events2021 .owl-pagination .owl-page.active span {
  animation-play-state: paused;
}

@keyframes progress {
		0% {
			transform: scalex(0);
		}
		100% {
			transform: scalex(100%);
		}
	}
.fp-blogposts .fp-up-events2021 .owl-item .item-odd,
.fp-blogposts .fp-up-events2021 .owl-item .item-even {
	margin: 0 0.5rem;
}

.fp-gallery .fp-up-events2021 .owl-item .item-odd,
.fp-gallery .fp-up-events2021 .owl-item .item-even {
	margin: 0 0.5rem;
}

.fp-blogposts .fp-up-events2021 .owl-item .views-field-field-a-thumbnail {
	margin: -0.2rem -0.5rem 0 -0.5rem;
}

.fp-blogposts .fp-up-events2021 .owl-item .views-field-field-imgs {
	margin: -0.2rem -0.5rem;
	line-height: 0;
}

.fp-blogposts .fp-up-events2021 .owl-item .views-field-title {
	min-height: 3.1rem;
}

.fp-gallery .owl-item .views-field-title {
	display: flex;
	align-items: center;
	/*place-content: center;*/
	min-height: 5rem !important;
}

.fp-blogposts .fp-up-events2021 .owl-item .views-field-title a {
	color: black;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
}

.fp-gallery .fp-up-events2021 .owl-item .views-field-title a {
	color: black;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	transform: color 0.4s;
}

.fp-gallery .fp-up-events2021 .owl-item .views-field-title a:hover {
	color: var(--fphighlight3);
}

.fp-blogposts .fp-up-events2021 .owl-item .views-field-name {
	position: absolute;
	right: 0.8rem;
	padding: 0.2rem 0.4rem;
	width: min-content;
	bottom: 0.3rem;
    text-align: right;
    line-height: 1rem;
}

.fp-blogposts .fp-up-events2021 .owl-item .views-field-name span {
	font-size: 0.9rem;
	font-weight: bold;
	color: white;
}

.fp-blogposts .fp-up-events2021 .owl-item .views-field-field-date span,
.fp-blogposts .fp-up-events2021 .owl-item .views-field-field-place div {
	font-size: 0.9rem;
}
.fp-blogposts .fp-up-events2021 .owl-item .views-field-field-place div {
	font-style: italic;
}

.fp-blogposts .fp-up-events2021 .owl-controls .owl-prev {
	color: white;
	position: absolute;
    top: calc(50% - 3rem);
	transition: color 0.4s;
}
.fp-gallery .fp-up-events2021 .owl-controls .owl-prev {
	color: black;
	position: absolute;
    top: calc(50% - 3rem);
	transition: color 0.4s;
}

.fp-blogposts .fp-up-events2021 .owl-controls .owl-next {
	color: white;
	position: absolute;
    top: calc(50% - 3rem);
	transition: color 0.4s;
}
.fp-gallery .fp-up-events2021 .owl-controls .owl-next {
	color: black;
	position: absolute;
    top: calc(50% - 3rem);
	transition: color 0.4s;
}

.fp-gallery .fp-up-events2021 .owl-controls .owl-prev:hover,
.fp-gallery .fp-up-events2021 .owl-controls .owl-next:hover {
	color: var(--fphighlight3);
}

.fp-blogposts .fp-up-events2021 .owl-controls .owl-prev:hover,
.fp-blogposts .fp-up-events2021 .owl-controls .owl-next:hover {
	color: var(--fphighlight2);
}

/******************************************************** NEWSLETTER *********************************************************/

.newsletterFront {
	background: var(--fphighlight1);
	margin: 0;
	padding-bottom: 8rem;
}

.newsletterFront h2,
.front-trailer h2 {
	color: white;
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
	font-weight: 900;
	font-family: 'Mohol-Ultra';
}
.front-video h2 {
	color: white;
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
	font-weight: 900;
	font-family: 'Mohol-Ultra';
}

.front-video .credits {
	color: white;
}

.front-video .credits span {
	text-decoration: underline;
}

.front-video .credits p:first-of-type {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.newsletterFront form {
	margin: 0 auto;
	position: relative;
}

.newsletterFront form .form-submit {
	background-color: var(--newstxt);
    border: 1px solid var(--newstxt);
    font-family: 'Work Sans';
    padding: 0.5rem 2rem;
    font-weight: bold;
    outline: none;
    color: black;
}

.newsletterFront form .form-type-textfield {
	display: inline-block;
	margin-top: 0;
}

.newsletterFront form .form-type-textfield input {
	border: 1px solid var(--newstxt);
    font-family: 'Work Sans';
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    outline: none;
}

.newsletterFront form .form-checkbox {
	background-color: var(--newstxt);
	outline: none;
}

.newsletterFront form .form-type-checkbox label {
	font-family: 'Work Sans';
    font-size: 0.9rem;
    padding-left: 0.5rem;
    color: white;
}

.newsletterFront form .form-type-checkbox label a {
	color: var(--newstxt);
	transition: color 0.4s;
}

.newsletterFront form .form-type-checkbox label a:hover {
	color: var(--fphighlight3);
}

.form-required {
    color: black;
}