/* Customised search styles for Relevanssi */

.search.search-results p { font-weight: bold; margin-bottom: 0; }
.search.search-results span.excerpt_part { display: block; margin-bottom: 1rem; }

/* Home page announcement banner */
.announcement {
	max-height: 0;
	margin-top: -5px;
	overflow: hidden;
	transition: all 1s ease-in-out;
}
.announcement p {
	color: #fff;
	margin-top: 20px;
}
.announcement p a {
	color: #fff;
}
.announcement p a:hover {
	color: #000;
}
.announcement-ani {
	max-height: 550px;
}
.hp-banner-close-icon {
	width: 30px;
	height: 30px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
	margin-right: 13px;
	cursor: pointer;
}
.hp-banner-close-icon:hover {
	background-color: #fff;
	color: #000;
}

/* Form styles within text block */
.text-cont .gform_wrapper {
	padding-top: 1.5rem;
}
.text-cont .gform_wrapper .gfield_label {
	color: #000 !important;
}
.text-cont .gform_wrapper .ginput_container input {
	background-color: #efefef;
	border: 0;
	border-radius: 35px;
	padding: 12px !important;
}
.ginput_container_date input {
	flex-grow: 1;
}

/* 2026 Desktop nav */
header ul {
	list-style: none;
}
.navigation a {
	color: #fff;
	text-decoration: none;
}
.menu-main-menu-container a {
	font-size: 17px;
	border-bottom: 4px solid transparent;
    transition: border-color 150ms ease-in-out;
}
.menu-sub-menu a {
	font-size: 14px;
	border-bottom: 0.03em solid transparent;
  	padding-bottom: 5px;
}
.menu-sub-menu a:hover {
  border-bottom: 0.03em solid;
  
}
.menu-main-menu-container a:hover,
.menu-main-menu-container a.navhover,
.menu-main-menu-container a.showing {
    border-bottom: 4px solid #ea5542;
}
.dropdown-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
}
.dropdown-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.dropdown-panel a {
	text-decoration: none;
}
#news-drop a .text-dark:hover {
  text-decoration: underline;
}
/* Smooth cross-fade blocks */
.header-block {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}

.header-block.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Swiper */
.homeSwiper {
	display: flex !important;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	display: flex;
}
.homeSwiper .swiper-slide {
	min-height: 100% !important;
	height: auto !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: RGBA(234, 85, 66, var(--bs-bg-opacity, 1)) !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity,1) !important;
}
.image-fit {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.swiper-slide img.min-height {
	min-height: 250px;
}
.swiper-slide .one-two-img {
	min-height: 500px;
}
.swiper-slide .third-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 250px;
}
.homeSwiper {
  cursor: grab;
}
.homeSwiper.swiper-grabbing {
  cursor: grabbing !important;
}
.z-top {
  z-index: 99;
  position: relative;
}
.bg-grey-blue {
	background-color: #414850;
}
.shaded-block {
	position: absolute;
	right: 0;
	width: 70%;
	height: 70%;
	background-color: #414850;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
}
.people-small-recent-viewed a {
  color: #F74E4D !important;
}
.people-small-recent-viewed a:hover {
  color: #333 !important;
}
.white-text-buttons h3,
.white-text-header h3,
.white-text-buttons p {
	color: #fff;
}
.white-text-buttons .btn {
	--bs-btn-color: #000;
	--bs-btn-bg: #F2F2F2;
	--bs-btn-border-color: #F2F2F2;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: rgb(205.7, 205.7, 205.7);
	--bs-btn-hover-border-color: rgb(193.6, 193.6, 193.6);
	--bs-btn-focus-shadow-rgb: 206, 206, 206;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: rgb(193.6, 193.6, 193.6);
	--bs-btn-active-border-color: rgb(181.5, 181.5, 181.5);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #F2F2F2;
	--bs-btn-disabled-border-color: #F2F2F2;
}
.red-button .btn {
	--bs-btn-color: #000;
	--bs-btn-bg: #EA5542;
	--bs-btn-border-color: #EA5542;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: rgb(237.15, 110.5, 94.35);
	--bs-btn-hover-border-color: rgb(236.1, 102, 84.9);
	--bs-btn-focus-shadow-rgb: 199, 72, 56;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: rgb(238.2, 119, 103.8);
	--bs-btn-active-border-color: rgb(236.1, 102, 84.9);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #EA5542;
	--bs-btn-disabled-border-color: #EA5542;
	color: #fff;
}
.bg-red-500.white-text-buttons span {
	color: #000 !important;
}
.btn, .gform_footer .button,
.gform_page_footer .button, .pagination-links a {
	text-transform: none;
}
.bg-pearl-grey {
	background-color: rgb(228, 233, 242) !important;
}
.text-white p {
  color: #fff;
}
.text-black a {
  color: #000;
}
.text-black a:hover {
  text-decoration: underline;
}
footer li {
  list-style: none;
}
footer .more-menu-side-links a {
  color: #fff;
}
footer .more-menu-side-links a:hover {
  text-decoration: underline !important;
}
footer .col-md-3 h5 a:hover {
  text-decoration: underline !important;
}
.min-height {
  min-height: 400px;
}
.bg-img {
  background-position: center;
  background-size: cover;
}
.z-top {
	position: relative;
	z-index: 99;
}
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	img.min-height {
		min-height: auto;
	}
}

@media (max-width: 991px) {
	.swiper-slide img.min-height,
	.swiper-slide .one-two-img {
		min-height: 140px;
	}
	.swiper-slide .third-image {
		height: 140px;
	}
}