/*
Theme Name: Schoolcms
Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description:
Requires at least: WordPress 4.9.6
Version: 4

*/
/*
font-family: "futura-pt",sans-serif;
font-family: "futura-pt-condensed",sans-serif;
font-family: "futura-pt-bold",sans-serif;
*/
:focus {
	outline: none;
}

body {
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #6d6e71;
	margin: auto;
	overflow-x: hidden;
}

.wrapper {
	position: relative;
	overflow: hidden;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

a {
	color: #9e384e;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #03266a;
}

a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
.entry-title {
	color: #9e384e;
	font-family: 'Sorts Mill Goudy', serif;
}

img {
	max-width: 100%;
	height: auto;
}

button:focus {
	outline: 0;
}

p {
	margin-bottom: 20px;
}

table {
	width: 100%;
	margin-bottom: 1em;
}

h1,
h1.entry-title,
.entry-title,
h2.entry-title {
	font-size: 56px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a {
	text-decoration: underline;
	color: #969696
}

.well {
	padding: 10px 15px;
	background: #eaeaea;
	border: solid 1px #ddd;
	margin: 20px 0;
}

.owl-dots span {
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #d1d3d4;
	border-radius: 50%;
}

.owl-nav {
	position: relative;
}

.owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
}

.owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0
}

.owl-dots {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.owl-dots .owl-dot {
	display: inline-block;
	margin: 0 2px;
	opacity: 0.8;
}

.owl-dots .owl-dot.active {
	opacity: 1;
}

.owl-dots .owl-dot.active span {
	background: #9e384e;
}

/****Button******/
.blockButton>a,
a.readmore {
	display: inline-block;
	color: #676767;
	border: solid 1px #676767;
	font-size: 0.9em;
	background: #e0e0e0;
	line-height: 1.4em;
	padding: 0.7em 1.5em;
	text-transform: uppercase;
	position: relative;
	transition: 300ms;
	margin: 12px 0;
}

.blockButton>a:hover,
a.readmore:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.bodyContent {
	margin-bottom: 40px;
}

/****\

Banner

\******/
#hero {
	position: relative;
}

#hero .slide {
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}

#pageBanner {
	position: relative;
	max-width: 100%;
	margin: 0 auto 0px;
	overflow: hidden;
	min-height: 300px;
}

#pageBanner:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 35.897%;
}

.homeBanner video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homeBanner .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.homeBanner .video-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
}

#pageBanner #hero,
.homeBanner #hero {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#hero .slide .slideImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.homeBanner {
	margin: 00px auto 30px;
	position: relative;
	margin: 0 auto 0px;
	overflow: hidden;
	max-height: 880px;
	height: 100vh;
	min-height: 480px;
}

@media(min-width:768px) {
	.homeBanner {
		max-height: 880px;
	}

	.homeBanner:before {
		content: '';
		display: block;
		padding-top: 56.08%;
	}
}

.homeBanner .slideImage:after {
	content: '';
	display: block;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#hero .slideText {
	bottom: 5%;
	left: 0;
	right: 0;
	font-size: 18px;
	padding: 0 15px;
	color: #fff;
	position: absolute;
	padding: 20px 0;
	text-align: center;
}

.dynamic-gallery .gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.dynamic-gallery .gallery .gallery-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 7.5px;
	margin-bottom: 0;
}

.dynamic-gallery .gallery.gallery-columns-2 .gallery-item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.dynamic-gallery .gallery.gallery-columns-3 .gallery-item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.dynamic-gallery .gallery.gallery-columns-4 .gallery-item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.dynamic-gallery .gallery.gallery-columns-5 .gallery-item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.dynamic-gallery .gallery .gallery-item {
	float: left;
}

.breadcrumbs {
	font-size: 12px;
	color: #676767;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d7d9d9;
	min-height: 45px;
	position: relative;
	padding-right: 45px;
}

.breadcrumbs a {
	color: #676767;
}

.breadcrumbs>span {
	margin: 0 5px;
}

.breadcrumbs>span:first-child {
	margin-left: 0;
}

.breadcrumbs span>span {
	color: #000;
}

.searchform label {
	display: none;
}

.searchform {
	padding-right: 40px;
	padding-left: 0px;
	position: relative;
	color: #969696;
	overflow: hidden;
	font-size: 14px;
}

.searchform input#s {
	border: 0;
	font-size: 16px;
	height: 30px;
	width: 100%;
	background: transparent;
	color: #969696;
	padding: 4px 10px;
	border-bottom: solid 1px;
}

.sidebar .searchform input#s {
	padding: 7px 10px;
}

.sidebar #searchSubmit {
	top: 3px;
}

.searchform input#s:focus {
	outline: 0;
}

#searchSubmit {
	background: transparent;
	border: 0;
	text-transform: uppercase;
	padding: 0;
	font-size: 16px;
	position: absolute;
	color: #969696;
	background-repeat: no-repeat;
	background-position: center;
	right: 5px;
	top: 0px;
	width: 30px;
	height: 28px;
}

.headerSearch {
	max-width: 100px;
}

.headerSearch .searchform ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: transparent;
	text-transform: uppercase;
	opacity: 0;
	/* Firefox */
}

.headerSearch .searchform :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: transparent;
	text-transform: uppercase;
	opacity: 0;
}

.headerSearch .searchform ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: transparent;
	text-transform: uppercase;
	opacity: 0;
}

@media (min-width:992px) {
	.headerSearch {
		max-width: 150px;
	}

	.headerSearch .searchform ::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #969696;
		text-transform: uppercase;
		opacity: 1;
		/* Firefox */
	}

	.headerSearch .searchform :-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #969696;
		text-transform: uppercase;
		opacity: 1;
	}

	.headerSearch .searchform ::-ms-input-placeholder {
		/* Microsoft Edge */
		color: #969696;
		text-transform: uppercase;
		opacity: 1;
	}

	.headerSearch .searchform input#s {
		border-bottom: none;
	}
}

/*------------------------------------*\

EMBEDS

\*------------------------------------*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-269 .embed-container {
	border: 1px solid #000;
}

.fancybox-overlay {
	z-index: 9999 !important
}

.fancybox-wrap {
	z-index: 99999 !important
}

/*------------------------------------*\

ALERT

\*------------------------------------*/
.popupAlert {
	width: 100%;
	max-width: 947px !important;
	position: relative;
	padding: 80px 100px 20px 100px !important;
	text-align: center !important;
}

.popupAlert:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	display: block;
}

.noticeBody {
	width: 100%;
	position: relative;
	z-index: 11;
}

.popupAlert .popupImg {
	padding: 10px 5px;
}

.popupAlert .popupImg {
	margin-bottom: 50px;
}

.popupAlert .popupImg img {
	width: auto;
}

.popupAlert .noticeText {
	padding: 10px 5px;
	width: 100%;
	float: none;
	color: #6d6e71;
	font-size: 20px;
}

.popupAlert .noticeText * {
	max-width: 100%;
}

.popupAlert .noticeText .popTitle {
	margin: 0px 0 40px;
	line-height: 60px;
	font-size: 50px;
}

.button.alter_button {
	margin-top: 50px;
	display: inline-block;
	background: transparent;
	color: #a8586e;
	border: 2px solid #a8586e;
}

.button.alter_button:hover {
	border: 2px solid #a8586e;
	background: #a8586e;
}

/*.popupAlert .noticeText .popTitle:before {
content: '';
width: 35px;
height: 34px;
display: block;
margin: 0px auto 55px;
background: url(images/welcome-icon.png) center center no-repeat;
}


.popupAlert .highlight_para {
padding: 0px 20px;
font-size: 24px;
line-height: 34px;
color: #003b5c;
margin-bottom: 40px;
font-family: 'Oxygen', sans-serif;
margin-bottom: 30px;
}
.popupAlert .Highlight:after {
width: 100%;
max-width: 162px;
margin: 30px auto 0;
height: 1px;
background: #292b29;
}*/
.button.alert-button {
	margin-top: 30px;
}

.fancybox-content {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

/*news*/
h2.list-item-title {}

h2.list-item-title a {
	text-decoration: none;
}

h2.list-item-title a:hover {
	text-decoration: underline;
}

.list-item {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.list-item-image {
	text-align: center;
}

.list-item-image a {
	display: block;
	padding: 10px 0;
}

.list-item-text {}

.list-item-text p.date {
	font-size: 0.8em;
	margin: 0;
}

.postThumb {
	margin-bottom: 20px;
	text-align: center;
}

/*------------------------------------*\

HEADER

\*------------------------------------*/
#navbar {
	display: block;
	vertical-align: top;
}

.headGroup {
	color: #969696;
	background: #fff;
	border-bottom: solid 1px #fff;
	transition: 300ms;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	z-index: 220;
	position: fixed;
	height: 102px;
	width: 100%;
	top: 0;
	left: 0;
}

.fixedHeader .headGroup {
	border-bottom-color: #676767;
}

.headGroup a {
	color: #969696;
}

.headGroup a:hover {
	color: #CBCBCB;
}

.headLogoWrap {
	padding-left: 0;
	padding-right: 0;
}

/* .headerIcon - empty */
/* .headerIcon img - empty */
.headerSearch {
	display: inline-block;
	vertical-align: top;
}

ul.socials {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0px 4px;
	margin: 0;
}

ul.socials li {
	display: inline-block;
	position: relative;
	padding: 0 4px;
	min-width: 0px;
	text-align: center;
}

.headGroup .socials li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	height: 10px;
	width: 1px;
	background: #969696;
	left: 0;
}

.socialDesktop {
	display: none;
}

@media (min-width:768px) {
	.headGroup .socials {
		position: absolute;
		bottom: 100%;
		right: 0;
		width: 100%;
	}
}

@media (min-width:992px) {
	.socialDesktop {
		display: inline-block;
	}
}

/*header*/
header {
	position: relative;
}

header.mainHeader {
	height: 102px;
}

header.mainHeader {
	height: 0;
}

.admin-bar .headGroup {
	margin-top: 46px
}

.admin-bar.fixedHeader .headGroup {
	margin-top: 0;
}

@media (min-width:768px) {

	.admin-bar .headGroup,
	.admin-bar.fixedHeader .headGroup {
		margin-top: 32px
	}
}

/*home*/
@media (max-width:767.99px) {}

.headGroup {
	background: transparent;
	border-bottom: transparent;
	color: #fff;
	top: 0;
}

.headGroup a {
	color: #fff;
}

.headGroup .socials li:before,
.headGroup .socials li:last-child:after {
	background: #fff;
}

.headGroup .searchform input#s {
	color: #fff;
}

.headGroup .searchform input#s {}

.headerSearch .searchform ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
}

.headerSearch .searchform :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.headerSearch .searchform ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.headGroup #searchSubmit {
	color: #fff;
}

@media (min-width:768px) {
	.headerRight .menu-toggle {
		display: block;
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		float: right;
	}

	.headerRight .topMenuSide {
		display: block;
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
	}

	.headerRight .topMenuSide span {
		display: inline;
	}

	.headerRight {
		position: relative;
	}

	.headerLeft {
		text-align: left;
	}

	.headerRight {
		text-align: right;
	}

	.headerRight .menu-toggle {
		display: inline-block;
		margin-left: 10px;
		float: none;
	}

	.headerRight .topMenuSide {
		display: inline-block;
	}
}

@media (min-width:1200px) {
	.headerRight .menu-toggle {
		margin-left: 10px;
	}
}

.topMenu {
	display: none;
}

.topMenuSide {
	position: relative;
	display: inline-block;
}

.topMenuSide .portalToggle {
	font-size: 15px;
	padding: 10px 0;
	line-height: 15px;
	white-space: nowrap;
	padding-right: 15px;
	position: relative;
	cursor: pointer;
}

.topMenuSide .menu {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	color: #969696;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	right: 0;
	top: 100%;
	font-size: 14px;
	text-transform: uppercase;
	display: none;
}

.topMenuSide .menu li {
	border-bottom: solid 1px #969696;
	padding: 12px 0 12px 45px;
	background-image: url(images/lock.png);
	background-repeat: no-repeat;
	background-position: left 0 top 13px;
	line-height: 1.5;
}

.topMenuSide .menu li:last-child {
	border-bottom: 0;
}

.topMenuSide .menu li a {
	color: #969696;
}

.topMenuSide .menu a:hover {
	color: #000;
	text-decoration: none;
}

@media (min-width:768px) {
	.topMenuSide .portalToggle .portalIcon {
		margin-right: 14px;
	}
}

/*------------------------------------*\

Navigation

\*------------------------------------*/
.menu-toggle {
	position: relative;
	padding-right: 48px;
	font-size: 17px;
	display: inline-block;
	cursor: pointer;
	height: 48px;
	line-height: 30px;
	vertical-align: middle;
}

.menu-toggle .toggleText {
	display: inline-block;
	display: none;
	vertical-align: middle;
	font-size: 14px;
}

@media (min-width:992px) {
	.menu-toggle .toggleText {
		display: inline-block;
	}
}

.menu-toggle span {
	width: 30px;
	height: 1px;
	margin: 8px 0;
	background-color: #969696;
	display: block;
	transition: all 300ms;
}

.menu-toggle .toggleIcon {
	position: absolute;
	width: 30px;
	right: 0;
	top: 0px;
	transition: 300ms;
}

.menu-toggle:hover span {
	background-color: #000;
}

.menu-toggle span:nth-child(1) {
	transform-origin: 50% 8px;
}

.menu-toggle span:nth-child(3) {
	transform-origin: 46% -3px;
}

body.menuopen .menu-toggle span:nth-child(1) {
	transform: rotate(135deg) translateY(6px)
}

body.menuopen .menu-toggle span:nth-child(2) {
	opacity: 0;
	transform: rotate(360deg);
}

body.menuopen .menu-toggle span:nth-child(3) {
	transform: rotate(-135deg) translateY(-7px);
}

body.menuopen #navbar .menu-toggle span:nth-child(1) {
	background: #000;
}

body.menuopen #navbar .menu-toggle span:nth-child(3) {
	background: #000;
}

#navbar {
	position: fixed;
	right: 0;
	transition: transform 500ms;
	background-color: #fff;
	top: 0;
	margin-top: 0px;
	padding: 20px 20px;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	transform: translateX(100%);
	overflow-x: hidden;
	font-size: 1.2em;
}

body.menuopen #navbar {
	transform: translateX(0%);
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.75);
}

body.admin-bar #navbar {
	top: 32px;
}

@media (max-width:782px) {
	body.admin-bar #navbar {
		top: 46px;
	}
}

#menu-main,
#menu-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-main {
	margin-bottom: 30px;
	margin-top: 20px;
	clear: both;
}

#menu-main li {
	position: relative;
}

#menu-main li a {
	display: block;
	color: #808285;
	padding: 21px 10px 21px 20px;
	line-height: 1.35;
	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#menu-main li a:hover {
	text-decoration: none;
	color: #000;
}

#menu-main .sub-menu {
	padding-left: 40px;
	position: relative;
	display: none;
	font-size: 0.9em;
	border-bottom: solid 1px #676767;
}

#menu-main .sub-menu li:last-child>a {
	border-bottom: none;
}

#menu-main li.open>.sub-menu {
	display: block;
}

#menu-main .sub-menu a {
	padding: 10px 10px;
}

#menu-main li.menu-item-has-children>a {
	padding-left: 35px;
}

#menu-main li.menu-item-has-children>.arrow {
	position: absolute;
	left: 0;
	top: 0;
	height: 68px;
	width: 30px;
}

@media (min-width:1200px) {
	#menu-main li.menu-item-has-children>.arrow {
		height: 75px;
	}
}

#menu-main li.menu-item-has-children>.arrow:after {
	position: absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 27px;
	position: absolute;
	left: 12px;
	top: 21px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	transform: rotate(0deg);
	transition: 300ms;
}

#menu-main li.open.menu-item-has-children>.arrow:after {
	transform: rotate(90deg);
}

#menu-main .sub-menu li.menu-item-has-children>.arrow {
	height: 47px;
}

#menu-main .sub-menu li.menu-item-has-children>.arrow:after {
	top: 15px;
}

#menu-main .sub-menu .sub-menu {
	padding-left: 20px;
}

#menu-main .sub-menu .sub-menu li.menu-item-has-children>.arrow {
	display: none;
}

@media (min-width:600px) {
	#navbar {
		width: 100%;
		right: 0;
		padding: 40px 60px;
	}

	#menu-main li a {
		padding: 21px 30px;
	}
}

/*------------------------------------*\

FOOTER

\*------------------------------------*/
#menu-useful {
	list-style: none;
	padding: 0;
}

.footerLower {
	background: #000;
	color: #dddedf;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}

.footerLower p,
.footerLower ul {
	margin: 10px 0;
}

.footerLower a {
	color: #dddedf;
}

.footerInfo {
	text-align: center;
	line-height: 1.87;
	margin-bottom: 20px;
}

.footerInfo h3 {
	font-size: 1.5em;
	margin: 30px 0 20px;
}

.footerInfo a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 1px;
	background-color: #000;
	transition: all 300ms;
	margin-right: 0px;
}

.footerInfo a:hover:before {
	width: 5px;
	margin-right: 5px;
}

@media (min-width:768px) {
	.footerLower {
		text-align: initial;
		padding: 50px 0;
	}
}

@media (min-width:1200px) {
	.footerInfo {
		margin-bottom: 70px;
	}
}

/*------------------------------------*\

WORDPRESS CORE

\*------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.footer-links {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}

.footer-links li {
	display: inline;
}

.footer-links li:after {
	content: " | ";
	margin: 0 1px 0 1px;
	display: inline;
}

.footer-links li:last-child:after {
	content: "";
}

.footer-links li a {
	display: inline;
	white-space: nowrap;
}

.side-menu-container {
	padding: 0 0 20px;
	margin-bottom: 20px;
}

#menu-side {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-side li {
	position: relative;
	margin: 5px 0;
}

#menu-side a {
	color: #676767;
	display: inline-block;
	padding: 0px 15px;
}

#menu-side a:hover {
	text-decoration: none;
}

#menu-side a span {
	padding: 10px 0px;
	display: block;
}

/*Top level item*/
#menu-side>li>a {
	font-size: 1.25em;
}

#menu-side>li>a span {
	padding: 16px 8px 16px 0;
	border-bottom: solid 1px #CBCBCB;
	display: inline-block;
	font-weight: 400;
}

#menu-side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-side>li>.sub-menu {
	margin: 10px 0;
}

/*main Sub menu items*/
#menu-side .sub-menu li.current-menu-ancestor a,
#menu-side .sub-menu li.current-menu-item a {}

#menu-side .sub-menu li.current-menu-item>a {
	color: #676767;
}

#menu-side .sub-menu li.menu-item-has-children>.arrow {
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
}

#menu-side .sub-menu li.menu-item-has-children>.arrow:before {
	position: absolute;
	content: '\f054';
	display: block;
	width: 11px;
	height: 27px;
	position: absolute;
	left: 24px;
	top: 14px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	transform: rotate(0deg);
	transition: 300ms;
}

#menu-side .sub-menu li.menu-item-has-children.open>.arrow:before {
	transform: rotate(90deg);
}

#menu-side .sub-menu li a:hover {
	color: #676767;
}

#menu-side .sub-menu .sub-menu {
	background: rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	display: none;
}

#menu-side .sub-menu .sub-menu li {
	margin: 0;
}

#menu-side .sub-menu li.open>.sub-menu {
	display: block;
}

#menu-side .sub-menu .sub-menu a>span {
	padding-left: 10px;
}

/*----------

Blog sidebar

----------*/
#blognav ul {
	list-style: none;
}

.sidebarSec {
	padding: 0px 15px 15px;
	margin: 0 auto 10px;
}

.sidebarSec ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebarSec ul li {
	padding: 10px 0px;
}

.its {
	font-size: 1.25em;
	padding: 16px 8px 16px 0;
	border-bottom: solid 1px #CBCBCB;
	display: inline-block;
	font-weight: 400;
}

/*------------------------------------*\

menu inc toggle

\*------------------------------------*/
.search-toggle {
	float: right;
	padding: 15px;
	color: #e0e0e0;
	cursor: pointer;
	border-radius: 30px;
	margin-top: 15px;
	line-height: 15px;
}

.search-toggle:hover {
	background-color: #969696;
}

@media (min-width:0px) {
	body.fixedHome .menu-toggle {
		color: #fff;
	}

	body.fixedHome .menu-toggle span {
		background-color: #fff;
	}
}

body.menuopen {
	overflow: hidden;
}

body.menuopen:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: 9998;
}

#navbar .menu-toggle {
	float: right;
}

.menu-main-container {
	clear: both;
}

.sidebar {
	padding-top: 35px;
	margin-top: 0px;
	margin-bottom: 40px;
}

.split-template-sidebar {
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 40px;
}

/*------------------------------------*\

Dynamic Content

\*------------------------------------*/
.dynamicContent {
	margin-top: 40px;
	margin-bottom: 40px;
}

.dynamicContent .sectionTitle {
	margin-bottom: 10px;
	font-size: 2.2em;
}

/**** Image ****/
.image-item {
	position: relative;
}

.image-item img {
	width: 100%;
	height: auto;
}

.image-item .imageItemCaption {
	display: block;
	margin: 5px;
	font-size: 14px;
}

/*******Dividers******/
.dividera {
	clear: both;
	width: 100%;
	height: 100px;
	position: relative;
}

.dividera:before {
	content: '';
	width: 90%;
	height: 1px;
	border-bottom: solid 1px #ccc;
	position: absolute;
	top: 50%;
	left: 5%;
}

.dividera:after {
	content: '';
	display: block;
	background-image: url(images/icon.png);
	background-position: center center;
	background-size: contain;
	height: 76px;
	width: 76px;
	top: 50%;
	left: 50%;
	margin-top: -38px;
	margin-left: -38px;
	background-repeat: no-repeat;
	position: absolute;
	background-color: #fff;
}

.dividerb {
	clear: both;
	width: 100%;
	height: 130px;
	background-image: url(images/icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
}

/*******FAQS*****/
.faqs .faq {
	border-bottom: solid 2px #fff;
}

.faq-question {
	position: relative;
	margin: 0;
	padding: 15px;
	background: #a2a6a9;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	text-transform: uppercase;
}

.faq.open .faq-question {
	background: #969696;
}

.faq-question:hover {
	background: #000;
}

.faq-question:after {
	content: '\f054';
	display: block;
	width: 11px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 15px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	transform: rotate(0deg);
	transition: 300ms;
}

.faq.open .faq-question:after {
	transform: rotate(90deg);
}

.faq-answer {
	display: none;
	padding: 15px;
}

.faqs .faq:last-child .faq-answer {
	border-bottom: solid 1px #a2a6a9;
}

.faqs .faq.open:last-child .faq-answer {
	border-color: #969696;
}

/******Staff********/
.staffMember {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #eee;
}

.staff-meta {
	margin-bottom: 5px;
}

.staff-meta .meta-label {
	font-weight: 700;
}

.staff-meta.featured-staff-metas .staff-meta>* {
	display: inline-block;
}

.staff-meta a.email-value {
	font-size: 0;
	color: transparent;
	display: inline-block;
	vertical-align: middle;
}

.staff-meta a.email-value:before {
	content: "send";
	font-size: 12px;
	padding: 5px 10px;
	color: #000;
	display: block;
	text-align: center;
	background-color: #eee;
	border-radius: 5px;
	text-transform: uppercase;
	pointer-events: none;
	transition: 300ms;
}

.staff-meta a.email-value:hover:before {
	background-color: #ccc;
}

/*****Quotes******/
blockquote {
	border: 0;
	background: #e0e0e0;
	color: #000;
	font-style: italic;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.5em;
	font-weight: 400;
	padding: 2.2em 1.1em;
	text-align: center;
}

.quoteContainer .quotesTitle {
	margin: 10px 0 0;
	text-align: center;
	padding: 0 15px;
}

.quoteContainer {
	background: #e0e0e0;
	color: #000;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.quoteContainer .singleQuote {
	width: 100%;
	position: relative;
}

.quoteContainer .cycle-pager {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}

.quoteContainer .cycle-pager span {
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	width: 15px;
	text-align: center;
	opacity: 0.8;
	font-size: 20px;
}

.quoteContainer .cycle-pager span.cycle-pager-active {
	opacity: 1;
}

.quoteContainer blockquote.quote-text {
	padding-top: 1em;
	padding-bottom: 0.1em;
	margin-bottom: 0;
}

.quoteContainer .quote-cite {
	text-align: center;
	font-weight: 700;
	padding: 0 15px 15px;
}

/****Documents******/
a.document-link {
	display: block;
	color: #676767;
	background: #e0e0e0;
	border: solid 1px #676767;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 1em 1.5em;
	text-transform: uppercase;
	width: 100%;
	padding-right: 47px;
	position: relative;
	transition: 300ms;
	margin: 12px 0;
}

a.document-link:after {
	display: block;
	width: 40px;
	height: 23px;
	content: '\f56d';
	position: absolute;
	top: 50%;
	right: 0px;
	font-size: 26px;
	transform: translateY(-50%);
	text-align: center;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	transition: 300ms;
}

a.document-link:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

a.document-link:hover:after {
	color: #fff;
}

/*Callout*/
.callout {
	display: block;
	position: relative;
	transition: 300ms;
	color: #fff;
	background: #969696;
	font-size: 1em;
	overflow: hidden;
}

.callout .calloutContent {
	padding: 20px 15px;
	text-align: center;
	position: relative;
}

.callout .calloutTitle {
	font-size: 1em;
	font-family: 'Sorts Mill Goudy', serif;
	text-transform: uppercase;
	margin: 0.5em 0;
}

.callout .calloutTitle h3 {
	margin-bottom: 0;
	color: inherit;
}

.calloutTitle .cycle-pager-active {
	display: none !important;
}

.callout .readmore {
	display: inline-block;
	color: #fff;
	background: #676767;
	margin: 12px 7px;
	width: 200px;
	max-width: 100%;
	margin: 12px 0px;
	text-align: center;
}

.callout.hasbg .readmore {
	background: #CBCBCB;
	border: solid 1px #CBCBCB;
}

.callout .readmore:hover {
	background: #fff;
	color: #676767;
}

.callout.hasbg .coimg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.callout.hasbg .coimg:after {
	content: '';
	display: block;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.callout .coimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.callout.hasbg .calloutContent {
	padding-bottom: 110px;
	padding-top: 110px;
}

.callout.hastext.hasbg .calloutContent {
	padding-bottom: 35px;
	padding-top: 100px;
}

/*sidebar callout*/
/***POIS****/
.pois {
	margin-bottom: -30px;
}

.pois .col {
	min-width: 33.333%;
}

.poi {
	position: relative;
	display: block;
	transition: all 300ms;
	overflow: hidden;
	background: #000000;
	color: #fff;
	font-family: 'Sorts Mill Goudy', serif;
	margin-bottom: 30px;
}

.poi:hover {
	color: #fff;
	text-decoration: none;
}

.poiImage .poiImageBG {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 300ms;
	opacity: 1;
}

.poiImage .poiImageBG:after {
	content: '';
	display: block;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.poiImage .poiImageBG img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.poiImage {
	background: inherit;
}

.poi:hover .poiImage .poiImageBG {}

.poiImage:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.textOnlyBlock .poiText {
	position: relative;
	padding: 25px 15px;
}

.poi .poiTitle {
	display: inline-block;
	line-height: 1.3;
	text-align: center;
}

.poi .textOnlyBlock {}

.poi .poiTitle {
	display: block;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	padding: 10px 15px;
	text-transform: uppercase;
}

.poi .textOnlyBlock .poiTitle {
	margin: 5px;
}

.textOnlyBlock {
	padding: 10px 30px;
	transition: 300ms;
}

.textOnlyBlock .poiText {
	display: block;
	text-align: center;
}

.poi:hover .textOnlyBlock {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
}

.poiImage .poiText {
	padding: 0px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	bottom: 53px;
	/*transform:translateY(50%);*/
	text-align: center;
	width: 100%;
	transition: 300ms;
}

.poiImage .poiText {}

.poiImage .poiText .poiEx {
	max-height: 0;
	overflow: hidden;
	font-size: 18px;
	transition: 300ms;
}

.poi:hover .poiImage .poiText {
	bottom: 53px;
}

.poi:hover .poiImage .poiImageBG {
	opacity: 0.6;
}

.poi:hover .poiImage .poiEx {
	max-height: 460px;
}

.pois.homePOIs .col-xs-6 {
	padding-left: 15px;
	padding-right: 15px;
}

/* Offerings */
.dynamic-offerings {
	background-color: #AB2E4D;
	padding-top: 5em;
	padding-bottom: 5em;
	margin-bottom: 0;
	margin-top: 0
}

.dynamic-offerings h2 {
	font-size: min(42px, 10vw);
	text-align: center;
	color: #fff;
	padding-bottom: 35px;
}

.dynamic-offerings .offerings-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: 4em;
}

.dynamic-offerings .offerings-wrapper .offering {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 450px;
}

.dynamic-offerings .offerings-wrapper .offering::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 0;
}

.dynamic-offerings .offerings-wrapper .offering:after {
	content: "";
	background-image: url(/wp-content/uploads/2024/01/RedArrowButton.png);
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 6%;
	left: 8%;
	width: 55px;
	height: 55px;
	transition: transform 0.2s ease;
}

.dynamic-offerings .offerings-wrapper .offering:hover:after {
	transform: scale(1.1);
	transition: transform 0.2s ease;
}

.dynamic-offerings .offerings-wrapper .offering h3 {
	color: #fff;
	padding: 30px 30px;
	font-size: min(36px, 10vw);
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 768px) {
	.dynamic-offerings {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.dynamic-offerings .offerings-wrapper {
		gap: 2em;
		max-width: 95%;
		margin: auto;
	}

	.dynamic-offerings .offerings-wrapper .offering {
		height: 250px;
	}
}

/* 50/50 Blocks */
.dynamic-blocks {
	padding: 0;
	margin: 0;
}

.dynamic-blocks .container {
	padding: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.dynamic-blocks .blocks-wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
}

.dynamic-blocks .blocks-wrapper .block {
	display: flex;
	padding: 0;
	min-height: 800px;
}

.dynamic-blocks .blocks-wrapper .block .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding: 8em;
	flex: 50%;
}

.dynamic-blocks .blocks-wrapper .block .image {
	height: 100%;
	width: 100%;
	flex: 50%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-position-x: 20vw;
	background-size: cover;
}

.dynamic-blocks .blocks-wrapper .block:nth-of-type(even) .image {
	background-position-x: -20vw;
	background-position-y: 5vh;
}

.dynamic-blocks .blocks-wrapper .block .content-wrapper .content h2 {
	font-size: min(42px, 10vw);
	margin-bottom: 35px;
}

.dynamic-blocks .blocks-wrapper .block .content-wrapper .content p {
	margin-bottom: 45px;
}

.dynamic-blocks .blocks-wrapper .block .content-wrapper .content a {
	border: 2px solid #9e384e;
	background: transparent;
	color: #9e384e;
}

.dynamic-blocks .blocks-wrapper .block .content-wrapper .content a:hover {
	background: #9e384e;
	color: #ffffff;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(1) {
	background-color: #E7E7E7;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(1) .content-wrapper {
	flex: 40%;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(1) .image-wrapper {
	flex: 60%;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(3) {
	background-color: #fff;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(3) .content-wrapper {
	flex: 40%;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(3) .image-wrapper {
	flex: 60%;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(2) {
	background-color: #004995;
	flex-direction: row-reverse;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(2) .content p,
.dynamic-blocks .blocks-wrapper .block:nth-child(2) .content h2 {
	color: #fff;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(2) .content a {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(2) .content a:hover {
	background: #fff;
	color: #9e384e;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(2) .content a:after {
	background: url(images/long-arrow-hover.png) no-repeat;
}

.dynamic-blocks .blocks-wrapper .block:nth-child(2) .content a:hover:after {
	background: url(images/long-arrow.png) no-repeat;
}

@media only screen and (max-width: 768px) {
	.dynamic-blocks .blocks-wrapper .block .content-wrapper {
		padding: 2em;
	}
}

/* Offerings Flex */
.dynamic-offerings-flex {
	background-color: #fff;
	padding-top: 5em;
	padding-bottom: 5em;
	margin-bottom: 0;
	margin-top: 0
}

.dynamic-offerings-flex h2 {
	font-size: min(42px, 10vw);
	text-align: center;
	color: #9e384e;
	padding-bottom: 35px;
}

.dynamic-offerings-flex .offerings-wrapper {
	display: flex;
	gap: 0em;
	position: relative;
}

.dynamic-offerings-flex .offerings-wrapper a {
	padding: 0;
	flex: 1;
	transition: flex 0.2s ease, transform 0.2s ease;
	position: relative;
	z-index: 1;
}

.dynamic-offerings-flex .offerings-wrapper a:hover {
	flex: 2;
	transition: flex 0.2s ease, transform 0.2s ease;
}

.dynamic-offerings-flex .offerings-wrapper .offering {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 450px;
}

.dynamic-offerings-flex .offerings-wrapper .offering:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dynamic-offerings-flex .offerings-wrapper .offering:after {
	content: "";
	background-image: url(/wp-content/uploads/2024/01/RedArrowButton.png);
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 6%;
	left: 8%;
	width: 55px;
	height: 55px;
	transition: transform 0.2s ease;
	z-index: 2;
}

.dynamic-offerings-flex .offerings-wrapper .offering:hover:after {
	transform: scale(1.1);
	transition: transform 0.2s ease;
}

.dynamic-offerings-flex .offerings-wrapper .offering h3 {
	color: #fff;
	padding: 30px 30px;
	font-size: min(36px, 10vw);
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 768px) {
	.dynamic-offerings-flex .offerings-wrapper {
		max-width: 95%;
		margin: auto;
	}

	.dynamic-offerings-flex .offerings-wrapper .offering {
		height: 250px;
	}
}

/* Celebrate */
.dynamic-celebrate {
	background-color: #fff;
	padding-top: 5em;
	padding-bottom: 1em;
	margin-bottom: 0;
	margin-top: 0
}

.dynamic-celebrate h2 {
	font-size: min(42px, 10vw);
	text-align: center;
	color: #9e384e;
	padding-bottom: 35px;
	max-width: 990px;
	margin: auto;
}

.dynamic-celebrate .celebrate-container .celebrate-wrapper {
	background: url("/wp-content/uploads/2024/02/150_logo-banner.png");
	height: 500px;
	background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 768px) {
	.dynamic-celebrate .celebrate-container .celebrate-wrapper {
		height: 250px;
	}
}

.sectionfadein {
	opacity: 0;
	top: 30px;
	position: relative;
	transition: 500ms;
}

.sectionfadein.active {
	opacity: 1;
	top: 0;
}

/*Header Styles Css -----------------------------------------------------------------Start */
/*Search Toggle Css    ----------------------  START  ------------------------------ */
.headerSearch form.openSearch {
	padding-right: 12px;
	top: -18px;
	z-index: 9;
}

.searchform.openSearch {
	overflow: visible;
}

.headerSearch form.openSearch .searchSubmit {
	top: 0px;
}

.searchToggle .searchform input.s {
	display: none;
}

.searchToggle .searchform.openSearch input.s {
	display: block;
}

.searchToggle .headerSearch .searchform input.s {
	position: absolute;
	right: 0;
	bottom: 0;
}

.searchToggle {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	height: auto;
	min-height: 35px;
}

.searchToggle .search-form-holder {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.searchToggle .searchform {
	width: 20px;
	transition: 500ms;
	position: absolute;
	right: 0;
	top: -18px;
	padding-right: 12px;
	height: 36px;
	z-index: -1;
}

.searchToggle .searchform input.s {
	/*transition:300ms;*/
	background: transparent;
}

.searchToggle .searchform.openSearch input.s {}

.searchform.openSearch {
	width: 250px;
	height: 70px;
}

.searchToggle .searchform.openSearch input.s {
	background: #fff;
}

.headerSearch #searchSubmit {
	font-size: 16px;
	width: 15px;
	height: 52px;
	color: #ffffff;
}

.headGroup #searchSubmit:hover {
	color: #9e384e;
}

.searchToggle .searchform.openSearch input.s {
	background: #1d1d1b;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 4px 10px;
}

/*Search Toggle Css    ---------------------------  END  ----------------------------------- */
/*Portal Toggle Css    ---------------------------  START  ----------------------------------- */
.topMenuSide {
	position: relative;
	display: inline-block;
	z-index: 10;
}

.topMenuSide .portalToggle {
	font-size: 14px;
	padding: 0px 0;
	line-height: 15px;
	white-space: nowrap;
	padding-right: 0px;
	position: relative;
	cursor: pointer;
}

.topMenuSide .portalToggle:hover {
	color: #9e384e;
}

.topMenuSide .menu {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	color: #969696;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	right: 0;
	top: 100%;
	font-size: 14px;
	text-transform: uppercase;
	display: none;
	width: 240px;
	text-align: left;
}

.topMenuSide .menu li {
	border-bottom: solid 1px #969696;
	padding: 12px 15px 12px 15px;
	/*background-image:url(images/lock.png);

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;*/
}

.topMenuSide .menu li:last-child {
	border-bottom: 0;
}

.topMenuSide .menu li a {
	color: #414042;
}

.topMenuSide .menu a:hover {
	color: #9e384e;
	text-decoration: none;
}

@media (min-width:768px) {
	.topMenuSide .portalToggle .portalIcon {
		margin-right: 14px;
	}
}

.topMenuSide .portalToggle {
	line-height: 52px;
}

.topMenuSide .portalToggle i {
	position: relative;
}

.topMenuSide .portalToggle i:after {
	content: '\f0d7';
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	color: #9e384e;
	position: absolute;
	right: -9px;
	top: -1px;
}

.headerRight .topMenuSide {
	margin-right: 15px;
}

.searchToggle {
	margin-left: 5px;
}

/*Portal Toggle Css    ---------------------------  END  ----------------------------------- */
.headGroup .socials {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.headGroup .socials li {
	padding: 0 4px;
	min-width: inherit;
}

.headGroup .socials li a {
	font-size: 17px;
}

.headGroup .socials li a:hover {
	color: #9e384e;
}

.headGroup .socials {
	position: relative;
	z-index: 10;
}

.headGroup .socials li:before,
.headGroup .socials li:last-child:after {
	display: none;
}

.menu-toggle .toggleText {
	display: none !important;
}

.headerRight .menu-toggle {
	height: 48px;
	padding-right: 48px;
	background: #9e384e;
}

.headGroup {
	padding: 0px 7% 9px;
}

.headGroup .mainLogo {
	display: inline-block;
}

.headGroup .sticky-Logo {
	display: none;
}

.headGroup .container {
	max-width: 100%;
}

.fixedHeader .headGroup {
	padding: 9px 7%;
	background: #ffffff;
}

.fixedHeader .headGroup .sticky-Logo {
	display: inline-block;
}

.fixedHeader .headGroup .mainLogo {
	display: none;
}

.headLogoWrap {
	order: 1;
}

.headerLeft {
	order: 1;
}

.headerRight {
	order: 3;
	padding-top: 52px;
}

.fixedHeader .headLogoWrap {
	order: 1;
	text-align: left;
}

.fixedHeader .headerLeft {
	display: none;
}

.fixedHeader .headerRight {
	order: 2;
	width: 66.6667%;
	padding-top: 0px;
}

.menu-toggle {
	background: #9e384e;
}

.menu-toggle .toggleIcon {
	width: 18px;
	right: 15px;
	top: 13px;
}

.menu-toggle .toggleIcon span {
	width: 18px;
	height: 2px;
	background: #ffffff !important;
	margin: 4px 0;
}

.menu-toggle span:nth-child(3) {
	transform-origin: 46% -6px;
}

.menu-toggle span:nth-child(1) {
	transform-origin: 46% 7px;
}

.menu-toggle:hover {
	background: #03266a;
}

.fixedHeader .headGroup .row {
	align-items: center !important;
}

.fixedHeader .headGroup {
	color: #03266a;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.fixedHeader .headGroup a {
	color: #03266a;
}

.fixedHeader .headGroup a:hover {
	color: #9e384e;
}

.fixedHeader .headerSearch #searchSubmit {
	color: #03266a;
}

.fixedHeader .headerSearch #searchSubmit:hover {
	color: #9e384e;
}

/*Header Styles Css -----------------------------------------------------------------------------------------------------------------------END */
/* Landing Page Css -------------------------------------------------------------------------- Start */
h1.header-banner-title {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-25%, -50%);
	color: #ffffff;
	line-height: 68px;
}

@media screen and (max-width: 1500px) {
	.mainLogo.lp-logo {
		max-height: 150px;
	}

	h1.header-banner-title {
		font-size: 55px;
	}
}

@media screen and (max-width: 1212px) {
	h1.header-banner-title {
		top: 55%;
	}
}

@media screen and (max-width: 995px) {
	.mainLogo.lp-logo {
		max-height: 125px;
	}

	h1.header-banner-title {
		font-size: 45px;
	}
}

@media screen and (max-width: 767px) {
	h1.header-banner-title {
		top: 60%;
		line-height: 58px;
	}
}

@media screen and (max-width: 525px) {
	h1.header-banner-title {
		font-size: 42px;
		line-height: 48px;
	}
}

.lp-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media screen and (max-width: 991px) {
	.lp-grid {
		grid-template-columns: 1fr;
		max-width: 80vw;
		margin: 0 auto;
	}
}

/* Button Styles Css -------------------------------------------------------------------------- Start */
.blockButton>a,
a.readmore,
.button {
	background: #ffffff;
	font-size: 13px;
	position: relative;
	color: #010101;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 48px;
	padding: 0px 40px 0px 15px;
	text-align: left;
	font-weight: 500;
	display: inline-block;
	min-width: 210px;
	border: none;
	text-shadow: none;
}

.blockButton>a:after,
a.readmore:after,
.button:after {
	content: "";
	width: 16px;
	height: 9px;
	background: url(images/long-arrow.png) no-repeat;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -4px;
}

.blockButton>a:hover,
a.readmore:hover,
.button:hover {
	background: #9e384e;
	border: none;
	color: #ffffff;
}

.blockButton>a:hover:after,
a.readmore:hover:after,
.button:hover:after {
	background: url(images/long-arrow-hover.png) no-repeat;
}

/* Button Styles Css ----------------------------------------------------------------------------------------------- End ------------ */
/* Banner Styles Css ----------------------------------------------------------------------------------------------- End ------------ */
#hero .slideText {
	text-align: left;
}

#hero .slideText .top_text {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 80px;
	line-height: 90px;
	color: #ffffff;
	margin-bottom: 20px;
	max-width: 800px;
}

#hero .slideText .top_text span {
	font-style: italic;
}

#hero .slideText .top_text:after {
	height: 2px;
	width: 55px;
	background: #ffffff;
	content: '';
	display: block;
}

#hero .slideText .bottom_text {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	max-width: 800px;
}

#hero .slideText {
	bottom: 28%;
}

/* Banner Styles Css ----------------------------------------------------------------------------------------------- End ------------ */
/* Welcome Area Styles Css ----------------------------------------------------- Start ------------ */
.welcomeBlock {
	background: #f5f7fb;
	padding-top: 6em;
	padding-bottom: 6em;
	margin-bottom: 0;
}

.welcomeBlock .welcome-img-area {
	padding: 0;
}

.welcomeBlock .welcomeImage {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.welcomeBlock .welcomeImageWrap {
	position: relative;
}

.welcomeBlock .welcomeImageWrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.welcomeBlock .welcomeImage img {
	visibility: hidden;
}

.welcomeBlock .welcomeBlockText {
	padding-top: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}

.welcomeBlock h1 {
	margin-bottom: 20px;
	text-align: center;
}

/* .welcomeBlock h1:after, .bodyContent h1:after {
	height: 2px;
	width: 55px;
	background: #ced8ed;
	content: '';
	display: block;
	margin-top: 12px;
} */
.welcomeBlock .welcomeBlockText p {
	max-width: 850px;
	text-align: center;
	font-size: min(22px, 10vw);
}

.welcomeBlock .welcome-img-area {
	max-width: 1100px;
	margin: auto;
}

.welcomeBlock .welcome-img-area .play-section {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 225px;
}

.welcomeBlock .welcome-img-area .play-section p:nth-child(1) {
	color: #fff;
	font-size: min(20px, 10vw);
	text-align: center;
}

.welcomeBlock .welcome-img-area .play-section p:nth-child(2) {
	color: #fff;
	font-size: min(70px, 10vw);
	text-align: center;
	font-family: 'Sorts Mill Goudy', serif;
	padding-top: 20px;
}

.welcome_play_video_link p:nth-child(2)::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	width: 1px;
	height: 70px;
	background-color: #fff;
}

.welcomeBlock .welcome-img-area .play-btn {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	background-color: #fff;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

.welcomeBlock .welcome-img-area .play-btn:hover {
	transform: translate(-50%, -50%) scale(1.05);
	transition: transform 0.2s ease;
}

.welcomeBlock .welcome-img-area .play-btn::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 21px;
	border-color: transparent transparent transparent black;
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
	.welcomeBlock {
		padding-bottom: 3em !important;
	}

	.welcomeBlock .welcome-img-area .play-section p {
		padding-bottom: 3em;
	}

	.welcomeBlock .welcomeBlockText {
		margin-bottom: 30px;
	}

	.welcomeBlock .welcome-img-area .play-section p {
		display: none;
	}

	.welcomeBlock .welcome-img-area .play-btn {
		top: 50%;
	}
}

/*
.welcomeBlock .welcomeImage .button {
	padding: 0 20px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 95px;
}
.welcomeBlock .welcomeImage .button:after {
	display: none;
}
.welcomeBlock .welcomeImage .button:before {
	content: '\f04b';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 0px;
	display: inline-block;
	color: #b51a19;
	width: 19px;
	height: 19px;
	background: url(images/play-icon.png) no-repeat;
	line-height: 28px;
	text-align: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 10px;
}
.welcomeBlock .welcomeImage .button:hover:before {
	color: #ffffff;
	background: url(images/play-icon-hover.png) no-repeat;
} */
/* Welcome Area Styles Css ----------------------------------------------------------------------------------------------- End ------------ */
/* Mini Poi Area Styles Css ------------------------------------------ Start ------------ */
.dynamic-mini-poi {
	padding: 170px 60px 100px;
	margin: 0;
}

.dynamic-mini-poi .container {
	max-width: 100%;
}

.dynamic-mini-poi .mini-pois {
	z-index: 100;
}

.dynamic-mini-poi .owl-item .item {
	text-align: center;
}

.dynamic-mini-poi .owl-item img {
	max-width: 100%;
	width: inherit !important;
	margin: 0px auto 30px;
}

.dynamic-mini-poi .owl-item a {
	display: inline-block;
	text-align: center;
	color: #004990;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	/*padding: 0px 15px;*/
	z-index: 999;
}

.dynamic-mini-poi .owl-item a:hover {
	color: #9e384e;
}

.dynamic-mini-poi .owl-item a .minipoiImg {
	display: block;
}

.dynamic-mini-poi .owl-item a .minipoiImg-hover {
	display: none;
}

.dynamic-mini-poi .owl-item a:hover .minipoiImg-hover {
	display: block;
}

.dynamic-mini-poi .owl-item a:hover .minipoiImg {
	display: none;
}

/* Mini Poi Area Styles Css ----------------------------------------------------------------------------------------------- End ------------ */
/* Callout Slider Area Styles Css ---------------------------------------- Start ------------ */
.homeDynamic.dynamic-callout {
	margin: 0px;
}

.callout_single_slide {
	width: 100%;
}

.homeDynamic.dynamic-callout .callout.hasbg .coimg {
	position: relative;
}

.homeDynamic.dynamic-callout .callout .coimg img {
	position: relative;
}

.homeDynamic.dynamic-callout .callout.hasbg .calloutContent {
	position: absolute;
	bottom: 108px;
	left: 0;
	width: 100%;
	padding: 0;
}

.callout.hasbg .coimg:after {
	background: transparent;
}

.homeDynamic.dynamic-callout .callout .calloutContent .row {
	margin: 0;
}

.homeDynamic.dynamic-callout .callout .calloutContent .row .col {
	margin: 0 auto;
	max-width: 1110px;
	width: 100%;
	text-align: left;
}

.dynamic-callout .callout .calloutTitle {
	margin-bottom: 24px;
	text-transform: none;
}

.homeDynamic.dynamic-callout .callout .calloutTitle {
	width: 41.6666666667%;
}

.callout .calloutTitle h3 {
	text-transform: none;
	font-size: 68px;
	line-height: 68px;
	text-shadow: 0px 0px 50px #000000;
	color: #ffffff;
	padding-bottom: 20px;
	position: relative;
}

.callout .calloutTitle h3:after {
	height: 2px;
	width: 55px;
	background: #ffffff;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.dynamic-callout .callout .readmore {
	text-align: left;
}

.n-call-our-pager.img-pager-text-slide {
	position: absolute;
	width: 100%;
	text-align: left;
	left: 0;
	bottom: 16%;
}

.n-call-our-pager.img-pager-text-slide span {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.5);
}

.n-call-our-pager.img-pager-text-slide span.cycle-pager-active {
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}

.callout .readmore {
	border: none !important;
	background: #ffffff;
	width: auto;
	text-align: left;
	color: #010101 !important;
}

.callout .readmore:hover {
	border: none !important;
	background: #9e384e;
	width: auto;
	color: #ffffff !important;
}

.callout.hasbg .readmore {
	border: none !important;
	background: #ffffff;
	width: auto;
	text-align: left;
	color: #010101 !important;
}

.callout.hasbg .readmore:hover {
	border: none !important;
	background: #9e384e;
	color: #ffffff !important;
}

/* Callout Slider Area Styles Css ----------------------------------------------------------------------------------------------- End ------------ */
/* Poi Area Styles Css --------------------------------------------------------------------------------------------------------------- End ------------ */
.homeDynamic.dynamic-poi {
	margin: 0;
	padding: 128px 0 80px;
}

.homeDynamic.dynamic-poi .poi_home_content {
	padding-right: 80px;
	padding-top: 50px;
}

.homeDynamic.dynamic-poi .poi_home_content h2 {
	margin-bottom: 30px;
	font-size: min(42px, 10vw);
	line-height: 68px;
	color: #9e384e;
}

.homeDynamic.dynamic-poi .poi_home_content h2:after {
	height: 2px;
	width: 55px;
	background: #ced8ed;
	content: '';
	display: block;
	margin-top: 12px;
}

.poi_home_carousel .col-lg-12 .poi {}

.poi_home_carousel .col-lg-12 .poi .poiImage:before {
	padding-top: 59%;
}

.poi .poiTitle {
	font-family: "futura-pt", sans-serif;
	background: #ffffff;
	font-size: 13px;
	position: relative;
	color: #03266a;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 48px;
	padding: 0px 40px 0px 15px;
	text-align: left;
	font-weight: 500;
	display: inline-block;
	min-width: 210px;
	border: none;
	text-shadow: none;
}

.poi .poiTitle:after {
	content: "";
	width: 16px;
	height: 9px;
	background: url(images/long-arrow.png) no-repeat;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -4px;
}

.poi:hover .poiTitle {
	background: #9e384e;
	border: none;
	color: #ffffff;
}

.poi:hover .poiTitle:after {
	content: "";
	width: 16px;
	height: 9px;
	background: url(images/long-arrow-hover.png) no-repeat;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -4px;
}

/* Poi Area Styles Css -------------------------------------------------------------------------- END ------------ */
/* Quotes Area Styles Css -------------------------------------------------------------------------- Start ------------ */
.dynamic-quote {
	background: url(/wp-content/uploads/2024/01/14_testimonial-min-1.webp);
	background-position: top center;
	background-size: cover;
	padding: 40px 0;
	margin: 0 0 0px;
}

.dynamic-quote::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* Adjust the last value (alpha) for darkness */
}

.quotes-holder {
	position: relative;
	padding-top: 8em;
	padding-bottom: 10em;
}

.quoteContainer {
	padding: 0px;
	background: transparent !important;
}

.quoteContainer::before {
	content: "";
	position: absolute;
	top: 8%;
	left: 50%;
	width: 1px;
	height: 50px;
	background-color: #fff;
}

.quoteContainer::after {
	content: "";
	position: absolute;
	bottom: 6%;
	left: 50%;
	width: 1px;
	height: 50px;
	background-color: #fff;
}

.quoteContainer h3 {
	text-align: center;
	font-size: min(26px, 10vw);
	font-family: "futura-pt", sans-serif;
	color: #fff;
	margin-bottom: 40px;
}

#quotes {
	position: relative;
	max-width: 900px;
	margin: auto;
}

blockquote {
	padding: 0 !important;
	background: transparent !important;
	text-align: center;
	font-size: min(34px, 10vw);
	line-height: 1.4em;
	font-family: 'Sorts Mill Goudy', serif;
	color: #fff;
}

.quoteContainer .singleQuote {
	width: 100%;
	position: relative;
	max-width: 900px;
}

.quoteContainer .cycle-prev,
.cycle-next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
}

.quoteContainer .testimonial-arrows {
	position: absolute;
	width: 125px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.quoteContainer .cycle-next {
	right: 0px;
	background: url(/wp-content/uploads/2024/01/SliderArrowRight.png) no-repeat;
}

.quoteContainer .cycle-prev {
	left: 0px;
	background: url(/wp-content/uploads/2024/01/SliderArrowLeft.png) no-repeat;
}

@media only screen and (max-width: 768px) {
	blockquote {
		padding: 0 10px !important;
		background: transparent !important;
		text-align: center;
		font-size: min(26px, 10vw);
		line-height: 30px;
	}
}

/* Feed Section */
.dynamic-feed {
	width: 100%;
	padding-bottom: 1em;
}

.dynamic-feed h2 {
	font-size: min(42px, 10vw);
	text-align: center;
	color: #9e384e;
	padding-bottom: 35px;
}

.dynamic-feed .feed-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.dynamic-feed .feed-wrapper .social-media-facebook .cff-item {
	width: 100% !important;
	padding: 15px !important;
}

.dynamic-feed .feed-wrapper .social-media-facebook .cff-author {
	margin-bottom: 5px !important;
}

.dynamic-feed .feed-wrapper .social-media-facebook .cff-author a {
	font-size: 22px !important;
}

.dynamic-feed .feed-wrapper .social-media-instagram #sbi_images {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}

.dynamic-feed .feed-wrapper .social-media-instagram #sbi_images .sbi_item:first-child {
	padding-top: 0 !important;
}

.dynamic-feed .feed-wrapper .full-info-grid {
	padding: 0;
}

.dynamic-feed .feed-wrapper .full-info-grid .news_img {
	height: 225px;
}

.dynamic-feed .feed-wrapper .full-info-grid .next_prev {
	border: none;
	right: 25px;
	bottom: 25px;
}

.dynamic-feed .feed-wrapper .full-info-grid .next_prev:after {
	content: none;
}

.dynamic-feed .feed-wrapper .full-info-grid .nprev {
	border: 1px solid #9e384e;
}

.dynamic-feed .feed-wrapper .full-info-grid .nnext {
	border: 1px solid #9e384e;
}

.dynamic-feed .news_container .news-buttons {}

.dynamic-feed .news_container .button {
	border: 1px solid #9e384e;
	background: transparent;
	color: #9e384e !important;
	left: 25px;
	bottom: 25px;
}

.dynamic-feed .news_container .button:hover {
	background: #9e384e;
	color: #fff !important;
}

@media only screen and (max-width: 1200px) {
	.dynamic-feed .feed-wrapper .full-info-grid .next_prev {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.dynamic-feed .feed-wrapper {
		grid-template-columns: 1fr;
	}

	.dynamic-feed .feed-wrapper .social-media-instagram #sbi_images {
		padding-top: 15px !important;
		padding-bottom: 10px !important;
	}
}

/* Quotes Area Styles Css ----------------------------------------------------------------------------------------------- END ------------ */
/*Curriculum Style Css ------------------------------------------------------------- Start -------------------------- */
.container.body-container .col-lg-12 .community-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/*grid-gap : 3.5%;*/
}

.container.body-container .col-lg-8 .community-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	/*grid-gap : 3.5%;*/
}

.gird_community {
	padding: 0px 15px;
	margin-bottom: 30px;
}

.gird_community a {
	display: block;
	position: relative;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	transition: 800ms all;
}

.page-id-273 .gird_community a {
	width: 60%;
	margin: auto;
}

.gird_community a.curr_grid_link img {
	visibility: hidden;
	display: none;
}

.gird_community a.curr_grid_link:before {
	padding-top: 100%;
	content: '';
	width: 100%;
	display: block;
}

.staff-grid-item.gird_community>div {
	display: block;
	position: relative;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.staff-grid-item.gird_community>div img {
	visibility: hidden;
	display: none;
}

.staff-grid-item.gird_community>div:before {
	padding-top: 100%;
	content: '';
	width: 100%;
	display: block;
}

.gird_community a:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.1);
	content: '';
	width: 100%;
	height: 100%;
}

.page-id-281 .gird_community a:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.1);
	content: '';
	width: 100%;
	height: 100%;
}

.gird_community a .subject_name {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	transform: none;
	font-size: 28px;
	padding: 0px 10px;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	display: block;
	z-index: 105;
	font-family: 'Sorts Mill Goudy', serif;
}

.page-id-273 .gird_community a .subject_name {
	font-size: 24px;
}

.gird_community a .subject_name:after {
	display: block;
	margin: 15px auto 0px;
	width: 55px;
	height: 55px;
	background: #03266a;
	position: relative;
	content: '+';
	font-size: 25px;
	line-height: 55px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
}

.page-id-273 .gird_community a .subject_name:after {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.page-id-287 .gird_community a .subject_name:after {
	display: none;
}

.gird_community a:hover .subject_name:after {
	background: #9e384e;
}

.community-grid .grid-item-full {
	/*display: none !important;*/
	grid-column: 1/5;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	max-height: 90vh;
	overflow-y: auto;
	overscroll-behavior: contain;
	z-index: 9999;
}

.container.body-container .col-lg-8 .community-grid .grid-item-full {
	/*display: none !important;*/
	grid-column: 1/5;
}

.community-grid .grid-item-full.open {
	/*display: block !important;*/
	position: relative;
	transition: 300ms;
}

.dynamic-curriculum {
	padding: 0px 15px;
}

.grid-item-full {
	padding: 0px 15px;
}

.grid-item-full .grid-content {
	padding: 40px;
	background: #f1f2f2;
	margin-bottom: 30px;
}

.grid-item-full .grid-content img {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.grid-item-full .grid-content .standard-staff-name {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 400;
	text-transform: inherit;
	color: #9e384e;
	display: inline-block;
}

.grid-item-full .grid-content .standard-staff-name:before {
	content: '';
	width: 35px;
	height: 34px;
	display: block;
	margin-bottom: 30px;
	display: none;
}

.curr_grid_link.vOpen .subject_name:after {
	display: block;
	margin: 15px auto 0px;
	width: 55px;
	height: 55px;
	background: #9e384e;
	position: relative;
	content: '-';
	font-size: 25px;
	line-height: 55px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	font-family: "futura-pt", sans-serif;
}

.page-id-273 .curr_grid_link.vOpen .subject_name:after {
	width: 35px;
	height: 35px;
	line-height: 30px;
}

.grid-item-full .grid-content {
	position: relative;
}

.staff-grid-item .grid-content blockquote {
	color: #003b5c;
}

.community-grid .grid_close_popup {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #003b5c !important;
	z-index: 105;
	border-radius: 50%;
	line-height: 22px;
	text-align: center;
}

.curriculum_page_content {
	background: #f1f2f2;
	padding: 60px 40px 50px;
}

/*Curriculum Style Css -------------------------------------------------------------------------------------- End -------------------------- */
/*Grid Area Style Css ---------------------------------------------------------------- Start -------- */
.dynamic-info-grid .section_title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 68px;
	line-height: 68px;
	color: #9e384e;
	padding: 0 !important;
	margin-top: 0;
	font-family: 'Sorts Mill Goudy', serif;
}

.info_pagination_buttons {
	margin: 0;
}

.info_pagination_button_section {
	padding: 0;
}

.btn_style_news {
	display: block;
	color: #ffffff;
	background-image: -webkit-linear-gradient(top, #9e384e, #762a3a);
	background-image: -moz-linear-gradient(top, #9e384e, #762a3a);
	background-image: -ms-linear-gradient(top, #9e384e, #762a3a);
	background-image: -o-linear-gradient(top, #9e384e, #762a3a);
	background-image: linear-gradient(top, #9e384e, #762a3a);
}

.btn_style_twitter {
	display: block;
	color: #ffffff;
	background: #0ba0e9;
	font-size: 18px;
}

.btn_style_facebook {
	background: #03266a;
	color: #ffffff;
	font-size: 18px;
}

.btn_style_instagram {
	background: #f09433;
	background: -moz-linear-gradient(90deg, #f09433 0%, #e6683c 20%, #dc2743 40%, #cc2366 60%, #bc1888 80%, #6633d1 100%);
	background: -webkit-linear-gradient(90deg, #f09433 0%, #e6683c 20%, #dc2743 40%, #cc2366 60%, #bc1888 80%, #6633d1 100%);
	background: linear-gradient(90deg, #f09433 0%, #e6683c 20%, #dc2743 40%, #cc2366 60%, #bc1888 80%, #6633d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#6633d1', GradientType=1);
	color: #ffffff;
	font-size: 18px;
}

.info_pagination_button {
	display: block;
	text-align: center;
}

.info_pagination_button:after {
	background: url(images/menu-arrow-white.png) center center no-repeat;
	width: 11px;
	height: 7px;
	transform: rotate(-90deg);
}

/*
.info_pagination_button.active:after {
	transform: rotate(0deg);
}

*/
.info_pagination_button:hover:after {
	background: url(images/menu-arrow-white.png) center center no-repeat;
}

.full-info-grid {
	background: #f5f7fb;
	padding: 50px 47px;
}

.full-info-grid .row {
	margin: 0;
}

.full-info-grid .news_content {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 20px;
}

.full-info-grid .news_content .newsTitle,
.full-info-grid .news_content .newsTitle a {
	color: #9e384e;
	font-size: 28px;
	display: inline-block;
	font-family: 'Sorts Mill Goudy', serif;
	line-height: 32px;
	margin-bottom: 0px;
}

.full-info-grid .news_content .date {
	font-size: 16px;
	color: #6D6E71;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: "futura-pt", sans-serif;
}

.full-info-grid .news_content-details {
	margin-bottom: 30px;
}

.full-info-grid .news_img {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.full-info-grid .news_img img {
	visibility: hidden;
}

.full-info-grid .next_prev {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #9e384e;
	line-height: 48px;
	display: inline-block;
	width: 99px;
	height: 46px;
}

.full-info-grid .next_prev:after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #9e384e;
	content: '';
}

.full-info-grid .next_prev .nprev {
	font-size: 0;
	width: 44px;
	height: 46px;
	text-align: center;
	background: url(images/long-arrow.png) center center no-repeat;
	background-size: 16px;
	display: inline-block;
	transform: rotate(-180deg);
	position: absolute;
	left: 0;
	top: 0;
}

.full-info-grid .next_prev .nprev:hover {
	background: #9e384e url(images/long-arrow-hover.png) center center no-repeat;
}

.full-info-grid .next_prev .nnext {
	font-size: 0;
	width: 44px;
	height: 46px;
	text-align: center;
	background: url(images/long-arrow.png) center center no-repeat;
	background-size: 16px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.full-info-grid .next_prev .nnext:hover {
	background: #9e384e url(images/long-arrow-hover.png) center center no-repeat;
}

@media only screen and (max-width : 992px) {
	#cff.cff-masonry .cff-item {
		width: 100% !important;
	}
}

@media only screen and (min-width : 992px) {

	.cff-item,
	.ctf-item {
		flex: 0 0 auto !important;
		width: 30% !important;
		padding: 0px 10px !important;
		border: none !important;
	}

	#cff .cff-posts-wrap,
	.ctf-tweets {
		display: flex !important;
		flex-wrap: wrap !important;
	}
}

.cff-page-name a,
#ctf .ctf-author-name,
#ctf_lightbox .ctf-author-name {
	color: #03266a !important;
	font-size: 26px !important;
	font-weight: 400 !important;
	font-family: 'Sorts Mill Goudy', serif !important;
	line-height: 32px !important;
	margin-bottom: 10px !important;
}

.cff-page-name a:hover,
#ctf .ctf-author-name:hover,
#ctf_lightbox .ctf-author-name:hover {
	color: #9e384e !important;
}

#cff .cff-author .cff-date,
#ctf .ctf-tweet-meta,
#ctf_lightbox .ctf-tweet-meta {
	font-size: 14px !important;
	color: rgba(61, 61, 61, 0.5) !important;
	margin-bottom: 15px !important;
	font-family: 'Sorts Mill Goudy', serif !important;
	display: block !important;
}

.infoBlock .icon {
	display: none;
}

/*Grid Area Style Css -------------------------------------------------------------------------------------- End -------------------------- */
/*Number Style Css ---------------------------------------------------------------- Start -------- */
.dynamic-number-carousel {
	margin: 0;
	padding-top: 50px;
	padding-bottom: 90px;
}

.dynamic-number-carousel .section_title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 68px;
	line-height: 68px;
	color: #9e384e;
	padding: 0 !important;
	margin-top: 0;
	font-family: 'Sorts Mill Goudy', serif;
}

.dynamic-number-carousel .number-values .owl-item .item {
	text-align: center;
	color: #6d6e71;
	padding: 0px 25px;
}

.dynamic-number-carousel .number-values .owl-item .item h2 {
	font-size: min(42px, 10vw);
	line-height: 68px;
	color: #03266a;
	margin: 0px 0 25px;
}

.numberValue {
	display: inline-block;
}

.dividera {
	margin: 0px auto;
	max-width: 1110px;
}

/*Number Style Css ------------------------------------------------------------------------------------------------ End -------- */
/*Footer Area Style Css ------------------------------------------------------------------------------------------------ End -------- */
.footer_info_pagination_buttons {
	margin: 0;
}

.footer_info_pagination_buttons.active:after {
	transform: rotate(0deg);
}

.footer_info_pagination_buttons {
	margin: 0;
}

.footer_info_pagination_buttons .info_pagination_button_section {
	padding: 0;
}

.footer_info_pagination_buttons .button {
	display: block;
	text-align: center;
	margin: 0;
}

.footer_info_pagination_buttons .button:after {
	background: url(images/menu-arrow-white.png) center center no-repeat;
	width: 11px;
	height: 7px;
	transform: rotate(-90deg);
}

.footer_info_pagination_buttons .button:hover:after {
	background: url(images/menu-arrow-white.png) center center no-repeat;
}

footer#footer {
	background: #f5f7fb;
	padding: 70px 0 20px;
}

footer#footer p {
	margin-bottom: 15px;
}

.footer-main-logo {
	margin-bottom: 40px;
}

.email-box a {
	color: #6d6e71;
}

.email-box a:hover {
	color: #03266a;
}

.socials.footer-socials {
	display: flex;
	gap: 18px;
	margin-bottom: 30px;
}

.tel-box {
	margin-bottom: 20px;
}

.tel-box a {
	color: #6d6e71;
}

.tel-box a:hover {
	color: #03266a;
}

.footer_links {
	margin-bottom: 80px;
}

.footer_links .button {
	border: 2px solid #9e384e;
	background: transparent;
	color: #9e384e !important;
}

.footer_links .button:hover {
	background: #9e384e;
	color: #ffffff !important;
}

.footer_bottom_logos {
	text-align: center;
	margin: 0px auto 40px;
}

.footer_bottom_logos .logo_item {
	display: inline-block;
	padding: 10px 20px;
}

.menu-footer-menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-footer-menu-container ul li {
	display: block;
	margin-bottom: 10px;
}

.menu-footer-menu-container ul li a {
	display: block;
	line-height: 26px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #9e384e;
	position: relative;
}

.menu-footer-menu-container ul li a:hover {
	color: #03266a;
}

.menu-footer-menu-container ul li a:after {
	content: "";
	width: 16px;
	height: 9px;
	background: url(images/long-arrow.png) no-repeat;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -4px;
}

.menu-footer-menu-container ul li a:hover:after {
	background: url(images/long-arrow-blue.png) no-repeat;
}

.footerLower {
	background: transparent !important;
	padding: 0;
	color: rgba(29, 29, 27, 0.4);
}

.footerLower a {
	color: rgba(29, 29, 27, 0.4);
}

.footerLower a:hover {
	color: #03266a;
}

.footerLower .col-sm-4.text-sm-center a {
	margin: 0px 5px;
}

/*Sidebar Menu Styles----------------------------------------------------------------*/
.sidebar {
	padding-top: 60px;
}

.side-menu-container {
	background: #f5f7fb;
	padding: 50px 30px 50px 30px;
	/*position: relative;
	z-index: 99;*/
	margin-bottom: 50px;
}

/*.side-menu-container:after {
width: 500%;
background: #f6f6f6;
content: "";
height: 100%;
position: absolute;
left: -500%;
top: 0;
display: block;
}*/
#menu-side>li>a {
	padding-left: 0px;
	padding-right: 0px;
}

#menu-side>li>a {
	clear: both;
}

#menu-side>li>a span {
	color: #58595b;
	font-size: 0px;
	text-transform: inherit;
	border-bottom: none !important;
	margin-bottom: 25px;
	display: block;
	font-weight: 300 !important;
	position: relative;
	line-height: 0;
	text-align: center;
	padding: 0;
	height: 54px;
	display: none;
}

#menu-side>li>a:hover span {
	border-bottom: none !important;
}

/*#menu-side > li > a span:before {
background: #ffffff;
font-size: 0px;
content: '';
display: block;
line-height: 54px;
top: 50%;
transform: translatey(-50%);
width: 100%;
position: absolute;
left: 0;
height: 3px;
height: 2px;
opacity: 1 !important;
}*/
#menu-side .sub-menu li .arrow:before {
	top: 20px;
	color: #03266a;
}

#menu-side a span {
	border-bottom: 2px solid #e5e5e5;
}

#menu-side a:hover span {
	border-bottom: 2px solid #e5e5e5;
}

#menu-side .sub-menu li.open>a span {
	border-bottom: 2px solid #e5e5e5;
	color: #9e384e;
}

#menu-side .sub-menu li.current-menu-item>a span {
	border-bottom: 2px solid #e5e5e5;
	color: #9e384e;
}

#menu-side>li>a:hover span {
	border-bottom: 2px solid #e5e5e5;
}

#menu-side li a span {
	color: #03266a;
	border-bottom: 2px solid #e5e5e5;
}

#menu-side li a:hover span {
	color: #9e384e;
	border-bottom: 2px solid #e5e5e5;
}

#menu-side a {
	font-size: 13px;
	line-height: 28px;
	display: block;
	letter-spacing: 3px;
	padding: 0px 0px 0px 0;
	text-transform: uppercase;
	color: #03266a;
}

#menu-side a span {
	padding: 13px 7px 13px 7px;
}

#menu-side .sub-menu li:last-child a span {}

#menu-side .sub-menu li a:hover {
	color: #9e384e;
	background: transparent;
}

#menu-side .sub-menu li .arrow:before {
	/*background: url(images/arrow-long-red.png) no-repeat;
	width: 19px;
	height: 11px;
	font-size: 0 !important;
	top: 20px;*/
}

/*#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before, #menu-side .sub-menu li .arrow:before {
background: url(images/arrow-long-red.png) no-repeat;
width: 19px;
height: 11px;
font-size: 0 !important;
top: 20px;
}*/
#menu-side li {
	margin: 0px;
}

#menu-side .sub-menu li.open>a {
	color: #9e384e;
	background: transparent;
}

#menu-side .sub-menu li.open li a {
	color: #03266a;
	background: transparent;
}

#menu-side .sub-menu li.open li a span {
	color: #03266a;
}

#menu-side .sub-menu li.open li a span:before {
	content: '-';
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
}

#menu-side .sub-menu li.open li a:hover {
	color: #9e384e;
	background: transparent;
}

#menu-side .sub-menu li.open li a:hover span {
	color: #9e384e;
	background: transparent;
}

#menu-side .sub-menu .sub-menu {
	padding: 0px;
	background: transparent;
}

#menu-side .sub-menu li.open li:before {
	width: 5px;
	height: 5px;
	background: #ffffff;
	display: block;
	border-radius: 5px;
	content: "t";
	font-size: 0px;
	position: absolute;
	left: 25px;
	top: 20px;
	display: none;
}

#menu-side .sub-menu li.current-menu-item>a,
#menu-side .sub-menu .sub-menu li.current-menu-ancestor>a,
#menu-side .sub-menu .sub-menu li.current-menu-item>a {
	color: #9e384e;
	background: transparent;
}

#menu-side .sub-menu li .sub-menu li a:hover,
#menu-side .sub-menu li .sub-menu li a:hover {
	color: #9e384e;
	background: transparent;
}

#menu-side .sub-menu li.current-menu-ancestor a,
#menu-side .sub-menu li.current-menu-item a {
	color: #9e384e;
}

#menu-side .sub-menu li.current-menu-item.open>a span {
	color: #9e384e;
}

#menu-side>li>a {
	text-transform: inherit !important;
}

#menu-side>li>a span:after {
	color: #9e384e;
	font-size: 30px;
	content: 'In this Section';
	font-weight: 700 !important;
	padding-right: 0px;
	line-height: 36px;
	font-family: "linotype-didot", serif;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	text-transform: inherit !important;
	width: 100%;
	text-align: left;
	display: none;
}

#menu-side .sub-menu .sub-menu a>span {
	padding-left: 20px;
	text-transform: uppercase !important;
	letter-spacing: 3px;
}

#menu-side .sub-menu li.menu-item-has-children.open>.arrow:before {
	color: #9e384e;
}

/*#menu-side .sub-menu li.open > .sub-menu {
margin-bottom: 20px;
}*/
.sidebar #searchSubmit i {
	color: #ffffff;
}

.sidebar .searchform input#s {
	color: #ffffff;
}

.sidebarSec {
	background: #f8f8f8;
	padding: 70px 30px 70px 30px;
	/*position: relative;
	z-index: 99;*/
	margin-bottom: 50px;
}

input {
	width: 100%;
}

.sidebarSec ul li {
	padding: 0;
	margin-bottom: 15px;
}

.sidebarSec ul li a {
	font-size: 15px;
	line-height: 28px;
	display: block;
	letter-spacing: 3px;
	padding: 0px 0px 0px 0;
	text-transform: uppercase;
	color: #03266a;
}

.sidebarSec ul li a:hover {
	color: #9e384e;
	background: transparent;
}

.its {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: block;
	margin-bottom: 20px;
	color: #9e384e;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 32px;
}

/*Sidebar Menu Css ------------------------------------------------------------------------------------------------------------ End*/
/*Breadcrumb Area Css --------------------------------------------------- Start */
.breadcrumbs {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: rgba(109, 110, 113, 0.5);
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 23px 15px;
	width: 100%;
	z-index: 105;
	margin-bottom: 30px;
	border-bottom: none;
}

.breadcrumbs em {
	color: rgba(109, 110, 113, 0.5);
	padding: 0px 10px;
	font-style: normal;
}

.breadcrumbs a {
	color: rgba(109, 110, 113, 0.5);
}

.breadcrumbs span>span {
	color: #9e384e;
}

.breadcrumbs a:hover {
	color: #9e384e;
}

/*Breadcrumb Area Css --------------------------------------------------------------------------------------------- END */
/*Inner Page Css --------------------------------------------- Start */
.bodyContent .body-text .button,
.dynamic-staff .button {
	background: #f8f8f8;
}

.bodyContent .body-text .button:hover,
.dynamic-staff .button:hover {
	background: #9e384e;
}

.bodyContent h2,
.sidebar h2 {
	font-size: 32px;
	line-height: 48px;
	margin: 20px 0;
	letter-spacing: 0px;
}

.bodyContent h2 a,
.sidebar h2 a {
	color: #9e384e;
}

.bodyContent .dynamic-text h3,
.sidebar .dynamic-text h3,
.bodyContent h3 {
	font-weight: 400;
	font-size: 24px;
	color: #9e384e;
	line-height: 30px;
	margin: 20px 0;
	letter-spacing: 0px;
}

.bodyContent .dynamic-text h3 a,
.sidebar .dynamic-text h3 a,
.staffMember h3 a {
	color: #9e384e;
}

.staffMember h3 {
	font-weight: 400;
	font-size: 20px;
	color: #9e384e;
	line-height: 24px;
	margin: 30px 0;
	margin: 0px 0 10px;
}

.staff-meta a.email-value:before {
	text-align: center;
	line-height: 26px;
	display: inline-block;
	background: #9e384e;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	padding: 0px 20px;
	border: none;
	text-transform: uppercase;
	position: relative;
	border-radius: 0;
}

.staff-meta a.email-value:hover:before {
	color: #ffffff;
	background: #003b5c;
}

.bodyContent ul {
	list-style: none;
	padding-left: 15px;
}

.bodyContent ul li {
	font-size: 18px;
	line-height: 26px;
	/*text-align: justify;*/
	padding-left: 12px;
	position: relative;
	margin-bottom: 5px;
}

/*.bodyContent ul li:before {*/
/*	content: '';*/
/*	font-size: 0;*/
/*	width: 6px;*/
/*	height: 6px;*/
/*	background: #9e384e;*/
/*	position: absolute;*/
/*	left: 0px;*/
/*	border-radius: 8px;*/
/*	top: 10px;*/
/*}*/
.bodyContent table {
	border-style: hidden;
}

.bodyContent table td {
	border: 1px solid #cfcfcf;
	padding: 5px 10px !important;
}

.bodyContent table td h4 {
	margin: 0px !important;
}

.bodyContent .callout .calloutTitle h3,
.sidebar .callout .calloutTitle h3 {
	font-size: 32px;
	line-height: 42px;
	text-align: left;
}

.bodyContent .callout.notext,
.sidebar .callout.notext {
	background: #9e384e;
}

.callout .calloutContent {
	text-align: left;
}

.bodyContent .callout .calloutContent,
.sidebar .callout .calloutContent {
	text-align: center;
}

.bodyContent .callout.hasbg .calloutContent,
.sidebar .callout.hasbg .calloutContent {
	text-align: left;
}

.bodyContent .callout .calloutContent,
.sidebar .callout .calloutContent {
	text-align: center;
	padding: 110px 25px;
}

.bodyContent .callout.hasbg .calloutContent,
.sidebar .callout.hasbg .calloutContent {
	text-align: left;
	padding: 110px 25px;
}

.bodyContent .callout .calloutContent h3,
.sidebar .callout .calloutContent h3 {
	text-align: center;
}

.bodyContent .callout .calloutContent h3:after,
.sidebar .callout .calloutContent h3:after {
	text-align: center;
	margin: 0px auto;
	left: 50%;
	transform: translatex(-50%);
}

.bodyContent .callout.hasbg .calloutContent h3,
.sidebar .callout.hasbg .calloutContent h3 {
	text-align: left;
}

.bodyContent .callout.hasbg .calloutContent h3:after,
.sidebar .callout.hasbg .calloutContent h3:after {
	left: 0;
	transform: none;
}

.bodyContent .callout .calloutContent .readmore,
.sidebar .callout .calloutContent .readmore {
	border: 2px solid #ffffff !important;
	background: transparent !important;
	color: #ffffff !important;
}

.bodyContent .callout .calloutContent .readmore:hover,
.sidebar .callout .calloutContent .readmore:hover {
	border: 2px solid #003b5c !important;
	background: #003b5c !important;
	color: #ffffff !important;
}

.bodyContent .callout .calloutContent .readmore:after,
.sidebar .callout .calloutContent .readmore:after {
	background: url(images/long-arrow-hover.png) no-repeat;
}

.bodyContent .dynamic-quote {
	background: url(/wp-content/uploads/2024/01/ClassStudents-min-scaled.jpeg) !important;
}

.bodyContent blockquote {
	text-align: center;
}

.bodyContent .quoteContainer .quote-cite:before {
	margin: 25px auto;
	top: auto;
	display: block;
}

.bodyContent .quoteContainer .quote-cite {
	text-align: center;
}

.wp-caption-text.gallery-caption {
	display: none;
}

.wpmf-gallery-item img {
	transition: all 0.3s;
}

.wpmf-gallery-item:hover img {
	transform: scale(1.1);
}

.wpmf-gallery-item .wpmf-gallery-icon {
	height: 100%;
	overflow: hidden;
}

.dynamic-quote .cycle-pager {
	/* display: none;*/
}

.wpmf-gallerys .gallery .wpmf-gallery-icon a {
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.wpmf-gallerys .gallery .wpmf-gallery-icon a:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.2);
}

.wpmf-gallerys .wpmf-gallery-item:not(.fusion-builder-live .gallery-masonry .wpmf-gallery-item) {
	padding: 3px !important;
}

.wpmf_gallery_default .wpmf-gallery-icon a img {
	height: 100%;
	object-fit: cover;
}

.faqs .faq {
	border-bottom: solid 2px #fff;
}

.faq-question {
	position: relative;
	margin: 0;
	padding: 12px 35px 12px 17px;
	background-color: #03266a;
	color: #ffffff !important;
	cursor: pointer;
	font-size: 13px !important;
	letter-spacing: 3px !important;
	line-height: 24px !important;
	text-transform: uppercase;
	overflow: hidden;
	border: none;
	font-family: "futura-pt", sans-serif;
	font-weight: 500 !important;
	margin: 0px !important;
}

.faq.open .faq-question {
	background: #9e384e;
	color: #ffffff !important;
	border: none;
}

.faq-question:hover {
	background: #9e384e;
	color: #ffffff !important;
	border: none;
}

.faq-question:after {
	display: block;
	width: 14px;
	height: 14px;
	color: #ffffff;
	line-height: 14px;
	text-align: center;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translatey(-50%);
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	transition: 300ms;
	font-size: 14px;
}

.faq.open .faq-question:after {
	transform: rotate(90deg) translatey(-50%);
	right: 23px;
	top: 40%;
}

/*.faq-question:before {
display: block;
width: 48px;
height: 100%;
background: #163e34;
color: #ffffff;
line-height: 100%;
text-align: center;
position: absolute;
right: 0px;
top: 0px;
font-weight: 400;
font-family: "Font Awesome 5 Free";
transform: rotate(0deg);
transition: 300ms;
font-size: 14px;
content: '';
}*/
/*.faq-question:before {
position: absolute;
right: -50%;
bottom: -48%;
width: 100%;
height: 200%;
background: #4A3041;
transform: rotate(-40deg);
content: '';
display: none;
}*/
/*.faq.open .faq-question:after {
top: 12px;
}*/
.faq.open .faq-question:before {
	display: block;
}

.faq .faq-question:hover:before {
	display: block;
}

/*.faq.open .faq-question:hover:after {
top: 12px;
}*/
/*.faq .faq-question:hover:after {
color: #ffffff;
background: #2d1023;
background: url(images/arrow-long.png) no-repeat;
}
.faq.open .faq-question:after {
transform: rotate(90deg);
background: #2d1023;
color: #ffffff;
background: url(images/arrow-long.png) no-repeat;
}*/
.faq-answer {
	display: none;
	padding: 30px 20px;
	background: #ffffff;
	border: 1px solid #9c9c9c;
	border-top: none;
	margin-bottom: 20px;
}

.faq-answer>h3,
.faq-answer>h2 {
	margin-top: 0px;
}

.bodyContent .dynamic-documents .document,
.sidebar .dynamic-documents .document {
	padding: 0px 15px !important;
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 10px;
}

.dynamic-documents a.document-link {
	padding: 12px 55px 12px 17px;
	background: #ffffff;
	color: #03266a;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	border: 1px solid #03266a;
	width: 100%;
	text-align: left;
	display: block;
	margin: 0px 0 10px !important;
}

.dynamic-documents a.document-link:hover {
	color: #9e384e;
	background: #ffffff;
	border: 1px solid #9e384e;
}

.dynamic-documents a.document-link:focus {
	color: #9e384e;
	background: #ffffff;
	border: 1px solid #9e384e;
}

.dynamic-documents a.document-link:after {
	content: '\f061';
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 23px;
	transition: 300ms;
	font-size: 0;
	background: url(images/download-icon.png) no-repeat;
}

.dynamic-documents a.document-link:hover:after {
	background: url(images/download-icon-hover.png) no-repeat;
}

.quicklink>a,
a>.quicklink,
a.quicklink {
	padding: 12px 55px 12px 17px;
	background: #ffffff;
	color: #03266a;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	border: 1px solid #03266a;
	width: 100%;
	text-align: left;
	display: block;
	margin: 0px 0 10px !important;
	position: relative;
}

.quicklink>a:hover,
a>.quicklink:hover,
a.quicklink:hover {
	color: #9e384e;
	background: #ffffff;
	border: 1px solid #9e384e;
}

.quicklink>a:focus,
a>.quicklink:focus,
a.quicklink:focus {
	color: #9e384e;
	background: #ffffff;
	border: 1px solid #9e384e;
}

.quicklink>a:after,
a>.quicklink:after,
a.quicklink:after {
	content: '\f061';
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 20px;
	top: 16px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	transform: rotate(0deg);
	transition: 300ms;
	font-size: 0;
	background: url(images/share-icon.png) center center no-repeat;
}

.quicklink>a:hover:after,
a>.quicklink:hover:after,
a.quicklink:hover:after {
	background: url(images/share-icon-hover.png) center center no-repeat;
}

.linkbutton>a,
a>.linkbutton,
a.linkbutton {
	padding: 12px 55px 12px 17px;
	background: #ffffff;
	color: #03266a;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	border: 1px solid #03266a;
	width: 100%;
	text-align: left;
	display: block;
	margin: 0px 0 10px !important;
	position: relative;
}

.linkbutton>a:hover,
a>.linkbutton:hover,
a.linkbutton:hover {
	color: #9e384e;
	background: #ffffff;
	border: 1px solid #9e384e;
}

.linkbutton>a:focus,
a>.linkbutton:focus,
a.linkbutton:focus {
	color: #9e384e;
	background: #ffffff;
	border: 1px solid #9e384e;
}

.linkbutton>a:after,
a>.linkbutton:after,
a.linkbutton:after {
	content: '\f061';
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 20px;
	top: 16px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	transform: rotate(0deg);
	transition: 300ms;
	font-size: 0;
	background: url(images/share-icon.png) center center no-repeat;
}

.linkbutton>a:hover:after,
a>.linkbutton:hover:after,
a.linkbutton:hover:after {
	background: url(images/share-icon-hover.png) center center no-repeat;
}

.pum-theme-8019 .pum-title,
.pum-theme-lightbox .pum-title {
	text-align: center !important;
}

.pum-content.popmake-content .light_box_popup_section {
	display: flex;
	flex-wrap: nowrap;
}

.pum-content.popmake-content .light_box_popup_section .right_image {
	width: 25%;
}

.pum-content.popmake-content .light_box_popup_section .right_content {
	width: 75%;
}

.pum-content.popmake-content .light_box_popup_section .right_image img {
	width: 100%;
	padding-right: 15px;
}

/*Inner Page Css ------------------------------------------------------------------------------------------------------------------------- END */
/*@keyframes changescale {
from {
transform: scale(1);
}

to {
transform: scale(1.3);
}
}

@-webkit-keyframes changescale {
from {
transform: scale(1);
}

to {
transform: scale(1.3);
}
}
*/
/*.home #hero img{
animation-duration: 7000ms;
animation-name: changescale;
animation-iteration-count: infinite;
animation-direction: normal;
}
.home.cycle-slide-active .slideImage {

animation-iteration-count: 1;

}*/
/*@keyframes changescale-out {
20% {
transform: scale(1);
}
80% {
transform: scale(1.2);
}
}

@keyframes changescale-in {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}

.home .slideImage {
animation-duration: 7000ms;
animation-fill-mode: forwards;
animation-name: changescale-out;
animation-iteration-count: 1;
}

.home .cycle-slide-active .slideImage {
animation-name: changescale-in;
animation-iteration-count: 1;
}

.home .single-slide  .slideImage,
.home .single-slide .cycle-slide-active .slideImage {
animation-name: changescale-in;
animation-iteration-count: 1;
}*/
@keyframes changescale {
	from {
		transform: scale(1.2);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes changescale {
	from {
		transform: scale(1.2);
	}

	to {
		transform: scale(1);
	}
}

.home .cycle-slide-active .slideImage {
	animation-duration: 7000ms;
	animation-name: changescale;
	animation-iteration-count: infinite;
}

.slide:nth-child(1) .slideImage {
	transform: scale(1.2);
}

.home .single-slide .cycle-slide-active .slideImage {
	animation-iteration-count: 1;
}

@media only screen and (max-width : 991px) {

	.container,
	.container-sm {
		max-width: 100%;
	}

	.homeBanner {
		height: 100vh;
		min-height: 100vh;
	}

	#hero .slideText {
		bottom: 40px;
		padding: 0px 20px;
	}

	#hero .slideText .top_text {
		font-family: 'Sorts Mill Goudy', serif;
		font-size: 40px;
		line-height: 40px;
	}

	.headerRight {
		position: absolute;
		top: 50%;
		right: 5%;
		width: auto;
		padding: 0;
	}

	.headerRight .searchToggle {
		/*display: none !important;*/
	}

	.searchToggle {
		min-height: 5px;
		margin-right: 5px;
	}

	.headGroup #searchSubmit:hover {
		color: #fff;
	}

	.topMenuSide .portalToggle {
		line-height: 45px;
		font-size: 20px;
	}

	.headerRight .topMenuSide {
		margin-right: 15px;
	}

	.fixedHeader .headGroup {
		display: none !important;
	}

	h1,
	h1.entry-title,
	.entry-title,
	h2.entry-title {
		font-size: 42px;
		line-height: 1.2em;
	}

	.welcomeBlock .welcomeBlockText {
		padding: 0px 0px !important;
		width: 100%;
	}

	.welcomeBlock {
		padding: 60px 20px 0px;
	}

	.welcomeBlock .welcome-img-area {
		padding: 0;
		width: 100%;
	}

	.homeDynamic.dynamic-callout .callout .coimg img {
		height: 50vh;
	}

	.homeDynamic.dynamic-callout .callout .calloutTitle {
		width: 100%;
		margin-bottom: 4px;
	}

	.callout .calloutTitle h3 {
		font-size: 40px;
		line-height: 40px;
	}

	.homeDynamic.dynamic-callout .callout.hasbg .calloutContent {
		bottom: 65px;
	}

	.homeDynamic.dynamic-poi {
		padding: 70px 0 40px;
	}

	.homeDynamic.dynamic-poi .poi_home_content {
		padding: 0px 20px 40px;
		width: 100%;
	}

	.homeDynamic.dynamic-poi .poi_home_content h2 {
		font-size: 42px;
		line-height: 1.2em;
	}

	.poi_home_carousel {
		padding: 0 !important;
		width: 100%;
	}

	.poi_home_carousel .row {
		padding: 0 !important;
		margin: 0 !important;
	}

	.poi_home_carousel .col-sm-12 {
		padding: 0 !important;
		width: 100%;
	}

	.poi_home_carousel .owl-stage-outer {
		padding: 0px !important;
	}

	.poiImage:before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 89.445% !important;
	}

	.welcomeBlock .welcomeImage .button {
		bottom: 55px;
	}

	.quote_img {
		order: 2 !important;
	}

	.quote_img {
		width: 100%;
		margin-bottom: -155px;
	}

	.quoteContainer .quotesTitle {
		font-size: 40px;
		line-height: 40px;
	}

	.cycle-pager-quote {
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0px;
		bottom: -40px;
	}

	.cycle-pager-quote span {
		display: inline-block;
		width: 5px;
		margin: 0px 5px;
	}

	.pois {
		margin-bottom: 0px;
		display: block;
	}

	.dynamic-info-grid .section_title {
		font-size: 40px;
		line-height: 40px;
	}

	.dynamic-info-grid {}

	.dynamic-info-grid .info_pagination_button_section {
		width: 20%;
	}

	.dynamic-info-grid .info_pagination_button_section:first-child {
		background: transparent;
		width: 40%;
	}

	.dynamic-info-grid .info_pagination_button_section .button {
		min-width: inherit !important;
		display: inline-block;
		width: 100%;
		padding: 0px 20px;
	}

	.dynamic-info-grid {}

	.dynamic-info-grid .container {
		padding: 0px;
	}

	.full-info-grid .news_img {
		margin-bottom: 30px;
	}

	.full-info-grid .news_content {
		width: 100%;
	}

	.full-info-grid .news_img {
		width: 100%;
		margin-bottom: 30px;
	}

	.dynamic-number-carousel .section_title {
		font-size: 40px;
		line-height: 40px;
	}

	.footer-main-logo {
		margin: 0px auto 40px;
		text-align: center;
	}

	.footer_bottom_logos {
		flex-wrap: nowrap;
		display: flex;
	}

	.footer_bottom_logos .logo_item {
		padding: 0px 10px;
	}

	.menu-footer-menu-container {
		margin-bottom: 40px;
	}

	.footerLower .col-sm-4 {
		width: 100%;
		text-align: center !important;
	}

	.socials.footer-socials {
		justify-content: center;
	}

	.footerLower p,
	.footerLower ul {
		margin: 0 !important;
	}

	.footer-details {
		text-align: center;
	}

	.hide-on-large-views.n-call-our-pager.img-pager-text-slide {
		display: block;
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0;
		bottom: -29px;
	}

	.hide-on-large-views.n-call-our-pager.img-pager-text-slide span {
		font-size: 20px;
		color: #d1d3d4;
	}

	.hide-on-large-views.n-call-our-pager.img-pager-text-slide span.cycle-pager-active {
		color: #9e384e;
	}

	.headGroup {
		padding: 0px 0 9px;
	}

	.full-info-grid .next_prev {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 30px;
	}

	.full-info-grid {
		padding: 40px 20px;
	}

	.community-grid {
		display: block;
	}

	.community-grid .gird_community {
		padding: 0px;
		margin-bottom: 30px;
	}

	.community-grid .grid-item-full {
		padding: 0px !important;
	}

	.grid-item-full .grid-content {
		padding: 40px 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.full-info-grid .next_prev {
		position: absolute;
		right: 0;
		bottom: 0px;
	}

	.full-info-grid .news_img img {
		width: 100%;
	}

	footer .col-md-9,
	footer .col-md-3 {
		width: 100%;
	}
}

.dynamic-carousel .owl-carousel.owl-drag .owl-item {
	margin-bottom: 30px;
}

.dynamic-carousel .owl-item .item a.image {
	display: block;
	position: relative;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
	margin-bottom: 15px;
}

.dynamic-carousel .owl-item .item a.image:before {
	padding-top: 100%;
	width: 100%;
	display: block;
	content: '';
}

.dynamic-carousel .owl-item .item a img {
	position: absolute;
	width: 100%;
	visibility: hidden;
}

.fa-facebook-f:before {
	content: "\f39e" !important;
}

/*Menu-Drop-New Style -----------------------------------------------------------------*/
@media only screen and (min-width : 992px) {
	body.menuopen .main-headbox {
		right: 0;
		z-index: 9999;
		-webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.75);
	}

	/*.main-headbox:after {
	content: "t";
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #f1f2f2;
	height: 100%;
	width: 100%;
	max-width: 36.52%;
	z-index: -1;
}*/
	.main-headbox .headerRight {
		padding: 0px 0px 0 0;
	}

	.main-headbox .searchToggle {
		vertical-align: middle;
	}

	.main-headbox .topMenuSide .portalToggle i:after {
		color: #ffffff;
	}

	body.menuopen .main-headbox .container {
		max-width: 1440px;
	}

	body.menuopen .main-headbox .headmenu-box {
		padding-left: 0;
	}

	.main-headbox .headmenu-box {
		flex: 1 1 30%;
		max-width: 30%;
	}

	.main-headbox .headimage-box {
		flex: 1 1 30%;
		max-width: 30%;
		padding-top: 27px;
		padding-left: 30px;
	}

	.main-headbox .headsocials-box {
		flex: 1 1 20%;
		max-width: 20%;
		padding-top: 27px;
		padding-left: 30px;
	}

	.main-headbox .tour-map-box {
		flex: 1 1 20%;
		max-width: 20%;
		padding-top: 27px;
	}

	.headsocials-box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
	}

	.instagram-gallery-feed {
		margin-bottom: 18%;
	}

	.main-headbox .headLogoWrap .stickyLogo {
		display: none;
	}

	.main-headbox .headLogoWrap {
		padding-right: 0;
		padding-left: 0px;
		text-align: left;
	}

	.main-headbox {
		position: fixed;
		right: -100%;
		transition: right 1000ms;
		background-color: rgba(158, 56, 78, 0.98);
		top: 0;
		color: #ffffff;
		margin-top: 0px;
		padding: 0px 0 50px;
		z-index: 9999;
		bottom: 0;
		width: 100%;
		overflow-x: hidden;
	}

	body.admin-bar .main-headbox {
		top: 32px;
	}

	/*.headbox-desc {
	background: #ffffff;
	padding: 0px 0 0px 15px;
	height: 63px;
	margin-bottom: 40px !important;
}*/
	.headsocial-box {
		text-align: right;
		padding: 0px;
		margin-bottom: 0px;
	}

	.headsocial-box ul.socials {
		display: inline-block;
		list-style: none;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px 0 0 0;
		margin-bottom: 0;
	}

	.headsocial-box ul.socials li {
		display: inline-block;
		padding: 0 3px;
	}

	.headsocial-box ul.socials li a {
		font-size: 18px;
		color: #ffffff;
		padding: 0;
	}

	.headsocial-box ul.socials li a:hover {
		color: #00b2a9;
	}

	.headsocial-box .headerSearch {
		text-align: right;
		max-width: 100%;
		width: 49%;
		background: transparent;
		padding: 0px 0px;
		border: none;
	}

	.headsocial-box #searchSubmit {
		right: 0px;
		width: 20px;
		height: 28px;
		color: #ffffff;
		font-size: 18px;
	}

	.headsocial-box #searchSubmit:hover {
		color: #00b2a9;
	}

	.main-headbox .row {
		margin: 0px;
		padding-top: 20px;
	}

	.main-headbox .headGroup-menu {
		position: relative;
		padding: 60px 8% 24px 5%;
		color: #ffffff;
	}

	.main-headbox .headGroup-menu a {
		color: #ffffff;
	}

	.main-headbox .headGroup-menu a:hover {
		color: #03266a;
	}

	.main-headbox .headGroup-menu .headerLeft {
		padding: 0;
	}

	.main-headbox .headGroup-menu {
		color: #ffffff;
	}

	.main-headbox .headGroup-menu .menu-toggle .toggleText,
	.main-headbox .headGroup-menu #searchSubmit {
		color: #ffffff;
	}

	.main-headbox .headGroup-menu .menu-toggle:hover .toggleText,
	.main-headbox .headGroup-menu #searchSubmit:hover {
		color: #03266a;
	}

	.main-headbox .headGroup-menu .menu-toggle span {
		height: 2px;
		width: 19px;
		margin: 5px 0;
		background: #ffffff;
	}

	.main-headbox .headGroup-menu .menu-toggle:hover span {
		background: #ffffff;
	}

	.main-headbox .topMenuSide .portalToggle:hover {
		color: #03266a;
	}

	.main-headbox .headGroup-menu .row {
		padding-top: 0px;
	}

	.menu_custom_image_box {
		position: relative;
		width: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.menu_custom_image_box img {
		visibility: hidden;
	}

	.menu_custom_image_box:after {
		background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
		background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
		background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
		background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
		background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
		content: "";
		font-size: 0;
		display: block;
		position: absolute;
		width: 100%;
		height: 40%;
		left: 0px;
		bottom: 0px;
	}

	.menu_custom_image_box .see_all_news_btn {
		text-align: center;
		color: #ffffff;
		border-color: #ffffff;
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		bottom: 35px;
		z-index: 9;
	}

	/*.see_all_news_btn:after {
	font-size: 20px;
	color: #f3b300;
	content: "\f054";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-left: 10px;
}*/
	.menu_custom_image_box .see_all_news_btn:hover {
		background: #00b2a9;
		border-color: #00b2a9;
	}

	.headsocial-box .searchform input#s {
		padding: 10px 20px 0px 10px;
		height: 40px;
	}

	.main-headbox .headerRight a {
		color: #ffffff;
	}

	.main-headbox .headerRight a:hover {
		color: #03266a;
	}

	.menu-main-right-container ul {
		list-style: none;
		margin: 0px !important;
		padding: 0px 0px 0 0 !important;
		float: none;
		width: 50%;
		position: relative;
	}

	.menu-main-right-container ul li {
		display: block;
		padding: 0px;
		float: none;
		/*position: relative;*/
	}

	.menu-main-right-container ul li:after {}

	.menu-main-right-container ul li:last-child:after {}

	.menu-main-right-container ul li ul {
		display: block;
		position: absolute;
		display: none;
		float: none;
		background: transparent;
		padding: 0 !important;
		min-width: 100%;
		top: 0;
		left: 100%;
	}

	.menu-main-right-container ul li ul ul {
		background: transparent;
		padding: 0 !important;
		z-index: 115;
		position: absolute;
		top: 0px;
	}

	.menu-main-right-container ul li ul li {
		background: transparent;
	}

	.menu-main-right-container ul li {}

	.menu-main-right-container ul li:last-child a {
		border: none;
	}

	.menu-main-right-container ul li a {
		font-size: 26px;
		color: #ffffff;
		text-transform: inherit;
		line-height: 32px;
		text-shadow: none;
		padding: 16px 30px 16px 0px;
		font-weight: 500 !important;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		position: relative;
		margin-right: 55px;
	}

	.menu-main-right-container ul li a:hover {
		color: #ced8ed;
		text-decoration: underline;
	}

	.menu-main-right-container ul li:hover>a {
		color: #ced8ed;
		text-decoration: underline;
	}

	.menu-main-right-container ul li span {
		display: none;
	}

	.menu-main-right-container ul li>a:after {
		content: "\f105";
		position: absolute;
		right: 0px;
		font-size: 0px;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		font-style: normal !important;
		display: block;
		top: 28px;
		width: 16px;
		height: 9px;
		background: url(images/long-arrow-hover.png) center center no-repeat;
	}

	.menu-main-right-container ul li:hover>a:after {
		background: url(images/long-arrow-sky.png) center center no-repeat;
	}

	.menu-main-right-container ul li li>a:after {
		display: none;
	}

	.menu-main-right-container ul li li.menu-item-has-children>a:after {
		display: block;
	}

	.menu-main-right-container ul ul li.menu-item-has-children>a:after {
		top: 28px;
	}

	.menu-main-right-container ul li:hover ul {
		display: block;
		left: 100%;
		height: 100%;
	}

	.menu-main-right-container ul li:hover ul li ul {
		display: none;
		padding-top: 0px !important;
		height: auto;
	}

	.menu-main-right-container ul li ul li {
		position: relative;
		text-align: left;
		display: block;
		padding: 0px 20px;
	}

	.menu-main-right-container ul ul li:after {
		display: none;
	}

	.menu-main-right-container ul ul li a {
		color: rgba(255, 255, 255, 0.3);
		text-shadow: none;
		font-size: 26px;
		display: block;
		line-height: 32px;
		padding: 10px 10px 10px 0px;
		margin: 0px !important;
		font-weight: 500 !important;
		border-bottom: none;
	}

	.menu-main-right-container ul ul li a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.menu-main-right-container ul ul li:hover>a {
		color: #ffffff;
		text-decoration: none;
	}

	.menu-main-right-container ul li ul li ul {
		left: 100% !important;
		padding-top: 0px !important;
	}

	/*.menu-main-right-container ul li ul li ul li {
	background: rgba(255, 255, 255, 0.85);
}*/
	.menu-main-right-container ul li ul li:hover ul {
		display: block;
		height: auto;
		background-color: rgba(158, 56, 78, 0.9);
	}

	.menu-main-right-container ul ul li {
		float: none;
	}

	.mobile-menu-box,
	body.menuopen .mobile-menu-box {
		display: none;
	}

	.headimage-box {
		padding: 0;
	}

	.headimage-box .menu_custom_image_box {
		margin-bottom: 40px !important;
		text-align: center;
		/* border: 1px solid rgba(255, 255, 255, 0.5);*/
	}

	.headimage-box .menu_link_on_img {
		/*font-size: 24px;
		line-height: 33px;
		font-weight: 700;
		text-transform: inherit;*/
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		bottom: 60px;
		/*text-align: center;
		color: #ffffff;*/
		z-index: 110;
	}

	.headimage-box .menu_link_on_img:hover {}

	.headimage-box {
		text-align: center;
	}

	.headimage-box .button {
		/*border: 2px solid #ffffff !important;
		background: transparent !important;
		margin: 0px auto !important;*/
	}

	.headimage-box .button:hover {
		/*background: #1d204d !important;
		background-image: none !important;
		border: 2px solid #ffffff !important;*/
	}

	#navbar {
		display: none;
	}

	.main-headbox .headGroup-menu ul.socials {
		vertical-align: middle;
	}

	.main-headbox .headGroup-menu .searchToggle {
		vertical-align: top;
	}
}

@media only screen and (max-width : 991px) {

	.main-headbox,
	body.menuopen .main-headbox {
		display: none;
	}

	.main-navigation ul.socials {
		display: inline-block;
		padding: 0px;
		margin: 0;
		list-style: none;
	}

	.main-navigation ul.socials li {
		display: inline-block;
		padding-right: 12px;
	}

	.main-navigation ul.socials li a {
		display: inline-block;
		font-size: 28px;
		color: #ffffff;
	}

	#navbar #menu-main li a {
		color: #ffffff;
		padding: 15px 21px 15px 10px;
		font-weight: 400;
	}

	#navbar #menu-main li.menu-item-has-children>.arrow {
		left: auto;
		right: 0;
	}

	#navbar #menu-main li.menu-item-has-children>a {
		padding-left: 10px;
		padding-right: 35px;
	}

	#navbar .headerSearch {
		width: 100%;
		max-width: 100%;
		background: #F1F2F2;
		display: none !important;
	}

	#navbar .searchform input#s {
		border: 0;
		font-size: 16px;
		height: 50px;
		width: 100%;
		background: transparent;
		color: #969696;
		padding: 0px 20px;
	}

	#navbar #searchSubmit {
		right: 5px;
		width: 30px;
		height: 50px;
		color: #dd1826;
	}

	#navbar .menu-main-container {
		margin-bottom: 60px;
	}

	#menu-main li.menu-item-has-children>.arrow:after {
		color: #ffffff;
	}

	#navbar {
		background: rgba(158, 56, 78, 0.98);
	}
}

/*Menu-Drop-New Style ----------------------------------------------------------------------------------------- End ------------------*/
@media only screen and (min-width : 992px) {
	.dynamic-callout .callout .calloutTitle {
		position: relative;
	}

	.hide-on-mobile-views.n-call-our-pager.img-pager-text-slide {
		width: auto;
		top: 0;
		left: -40px;
		bottom: auto;
	}

	.hide-on-mobile-views.n-call-our-pager.img-pager-text-slide span {
		font-size: 24px;
		color: rgba(255, 255, 255, 0.6);
		display: block;
		line-height: 15px;
	}

	.hide-on-mobile-views.n-call-our-pager.img-pager-text-slide span.cycle-pager-active {
		color: rgba(255, 255, 255, 1);
	}
}

.header_floating_button {
	position: absolute;
	right: 110px;
	bottom: 0;
	z-index: 110;
	background: #9e384e;
	color: #ffffff;
	min-width: 195px;
	padding: 0 45px 0 20px;
}

.header_floating_button:after,
.header_floating_button:hover:after {
	content: "";
	width: 19px;
	height: 20px;
	background: url(images/chat-icon.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translatey(-50%);
	margin-top: 0;
}

.header_floating_button:hover {
	background: #03266a;
}

.mobile-Logo {
	display: none;
}

@media only screen and (max-width : 991px) {
	.header_floating_button {
		right: 0px;
	}

	.menu-toggle span:nth-child(1) {
		transform-origin: 49% 6px;
	}

	.cookie-bar-bar button#catapultCookie {
		background: #9e384e !important;
		color: #ffffff !important;
	}

	.container.body-container .col-lg-8 .community-grid,
	.container.body-container .col-lg-12 .community-grid {
		display: block !important;
	}

	.fixedHeader .headGroup {
		display: block !important;
	}

	.fixedHeader .headGroup {
		padding: 12px 15px;
	}

	.fixedHeader .headLogoWrap {
		width: 50%;
	}

	.fixedHeader .headerRight {
		text-align: right;
		position: relative;
		top: auto;
		right: auto;
		width: 50%;
	}

	.fixedHeader .mobile-Logo {
		display: inline-block;
		max-width: 48px;
	}

	.fixedHeader .headGroup .sticky-Logo {
		display: none;
	}

	.dynamic-mini-poi {
		padding: 170px 60px 60px;
		margin: 0;
	}

	.homeDynamic.dynamic-divider {
		margin: 20px 0;
	}
}

@media only screen and (max-width : 767px) {
	.sidebar {
		display: none !important;
	}

	.full-info-grid .next_prev {
		display: block;
	}

	.dynamic-number-carousel {
		padding-bottom: 40px;
	}

	.pum-content.popmake-content .light_box_popup_section {
		display: block;
		text-align: center;
	}

	.pum-content.popmake-content .light_box_popup_section .right_image {
		width: 100%;
	}

	.pum-content.popmake-content .light_box_popup_section .right_content {
		width: 100%;
	}
}

@media only screen and (max-width : 1199px) {
	.container.body-container .col-lg-8 .community-grid {
		display: block;
	}
}

@media only screen and (min-width : 1200px) {

	.container.body-container .col-lg-8 .community-grid #grid_0,
	.container.body-container .col-lg-8 .community-grid #grid_1 {
		grid-row-start: 2;
	}

	.container.body-container .col-lg-8 .community-grid #grid_2,
	.container.body-container .col-lg-8 .community-grid #grid_3 {
		grid-row-start: 3;
	}

	.container.body-container .col-lg-8 .community-grid #grid_4,
	.container.body-container .col-lg-8 .community-grid #grid_5 {
		grid-row-start: 4;
	}

	.container.body-container .col-lg-8 .community-grid #grid_6,
	.container.body-container .col-lg-8 .community-grid #grid_7 {
		grid-row-start: 5;
	}

	.container.body-container .col-lg-8 .community-grid #grid_8,
	.container.body-container .col-lg-8 .community-grid #grid_9 {
		grid-row-start: 6;
	}

	.container.body-container .col-lg-8 .community-grid #grid_10,
	.container.body-container .col-lg-8 .community-grid #grid_11 {
		grid-row-start: 7;
	}

	.container.body-container .col-lg-8 .community-grid #grid_12,
	.container.body-container .col-lg-8 .community-grid #grid_13 {
		grid-row-start: 8;
	}

	.container.body-container .col-lg-8 .community-grid #grid_14,
	.container.body-container .col-lg-8 .community-grid #grid_15 {
		grid-row-start: 9;
	}

	.container.body-container .col-lg-8 .community-grid #grid_16,
	.container.body-container .col-lg-8 .community-grid #grid_17 {
		grid-row-start: 10;
	}

	.container.body-container .col-lg-8 .community-grid #grid_18,
	.container.body-container .col-lg-8 .community-grid #grid_19 {
		grid-row-start: 11;
	}

	.container.body-container .col-lg-8 .community-grid #grid_20,
	.container.body-container .col-lg-8 .community-grid #grid_21 {
		grid-row-start: 12;
	}

	.container.body-container .col-lg-8 .community-grid #grid_22,
	.container.body-container .col-lg-8 .community-grid #grid_23 {
		grid-row-start: 13;
	}

	.container.body-container .col-lg-8 .community-grid #grid_24,
	.container.body-container .col-lg-8 .community-grid #grid_25 {
		grid-row-start: 14;
	}

	.container.body-container .col-lg-8 .community-grid #grid_26,
	.container.body-container .col-lg-8 .community-grid #grid_27 {
		grid-row-start: 15;
	}

	.container.body-container .col-lg-8 .community-grid #grid_28,
	.container.body-container .col-lg-8 .community-grid #grid_29 {
		grid-row-start: 16;
	}

	.container.body-container .col-lg-8 .community-grid #grid_30,
	.container.body-container .col-lg-8 .community-grid #grid_31 {
		grid-row-start: 17;
	}
}

/* tribe events */
button.tribe-common-c-btn {
	background-color: #9e384e !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-1-container,
.tribe-events .tribe-events-1-container {
	padding-top: 0px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

body.tribe-events-page-template ul li:before {
	content: none;
}

/* Search Results */
.search .top-banner {
	background: url("/wp-content/uploads/2024/01/12_prospectus-min-1.webp");
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 500px;
}

.search .top-banner:before {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
}

.search .container.results {
	padding: 4em 0em;
}

.search .container .page-title {
	font-size: 46px;
	padding-bottom: 20px;
}

.search .container.results #sidebar form {
	padding-bottom: 1em;
}

.search .container.results #sidebar ul {
	list-style-type: none;
}

.search .container.results #sidebar ul[role="navigation"] ul {
	list-style-type: square;
}

@media only screen and (max-width: 1200px) {
	.search .container.results {
		padding: 4em 1em;
	}
}

/* Mini Quotes Fix */
.Dynamic.dynamic-quote {
	background: none !important;
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}

.Dynamic.dynamic-quote:before {
	content: none;
}

.Dynamic.dynamic-quote:after {
	content: none;
}

.mini-quotes {
	background: none;
	text-align: center;
	padding-top: 1.5em !important;
	padding-bottom: 1em !important;
}

.mini-quotes:before {
	content: none;
}

.mini-quotes:after {
	content: none;
}

.mini-quotes .quote-text {
	padding: 0 !important;
	background: transparent !important;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	font-style: italic;
	font-family: "futura-pt", sans-serif;
	color: #03266a;
}

.mini-quotes .quote-cite {
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #03266a;
	text-align: center;
}

.mini-quotes .quote-cite:before {
	margin: 25px auto;
	top: auto;
	display: block;
	height: 2px;
	width: 60px;
	background: #ced8ed;
	content: '';
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: -6px;
}

#booking-button {
	position: fixed;
	right: -65px;
	top: 50%;
	rotate: 270deg;
	background-color: #9e384e;
	color: #ffffff;
	padding: 16px 35px;
	z-index: 999;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	font-size: 25px;
}

.accordion-title {
	color: #9e384e;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 32px;
	line-height: 48px;
	margin: 30px 0;
	letter-spacing: 0px;
}

/* Style the buttons that are used to open and close the accordion panel */
.content-accordion {
	background-color: #9e384e;
	color: #ffffff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-active,
.content-accordion:hover {
	background-color: #75293A;
}

/* Style the accordion panel. Note: hidden by default */
.content-panel {
	padding: 10px 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}

/* Video/Gallery Modal */
.column-gallery {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.small-image-gallery {
	height: 175px;
	width: 100%;
	overflow: hidden;
}

.small-image {
	object-fit: cover !important;
	height: 100%;
	width: 100%;
}

.img-modal {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
}

.img-modal .img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
}

.hidden {
	visibility: hidden;
}

.modal-close {
	border: 2px solid #9e384e;
	background: transparent;
	color: #9e384e !important;
}

.staff-grid-flex {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.staff-grid-flex a .subject_name {
	/* position: relative; */
	left: 0;
	bottom: 23px;
	width: 100%;
	transform: none;
	font-size: 26px;
	padding: 0px 10px;
	color: #9e384e;
	line-height: 32px;
	text-align: center;
	display: flex;
	flex-direction: column;
	z-index: 105;
	font-family: 'Sorts Mill Goudy', serif;
	min-height: 140px;
}

.staff-grid-flex a .subject_name:after {
	display: block;
	margin: 15px auto 0px;
	width: 55px;
	height: 55px;
	background: #03266a;
	position: relative;
	content: '+';
	font-size: 25px;
	line-height: 55px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	margin-top: auto;
	flex-shrink: 0;
}

.staff-grid-flex .subject_name.no-details {
	left: 0;
	bottom: 23px;
	width: 100%;
	transform: none;
	font-size: 26px;
	padding: 0px 10px;
	color: #9e384e;
	line-height: 32px;
	text-align: center;
	display: block;
	z-index: 105;
	font-family: 'Sorts Mill Goudy', serif;
}

.subject_name.no-details:after {
	content: '';
	display: block;
	margin: 15px auto 0px;
	height: 55px;
}

.subject_name .staff__postion {
	font-size: 16px;
	line-height: 1.2em;
}

/* Remove empty container at top of side bar */
.blog .side-menu-container {
	display: none;
}

.instagram-header-feed {
	padding-top: 24px;
}

/*------------------------------------*\
NEW HEADER STYLES
\*------------------------------------*/
.site-header-new {
	background-color: #9e384e;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: transform 0.3s ease-in-out;
	transform: translateY(0);
}

.site-header-new.header-hidden {
	transform: translateY(-100%);
}

.header-container-new {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.header-logo-new {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.logo-link-new {
	display: flex;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	color: #ffffff;
}

.logo-image-new {
	width: 100%;
	height: 60px;
	object-fit: contain;
	display: block;
}

.logo-text-new {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #ffffff;
	white-space: nowrap;
}

.header-menu-new {
	flex: 1;
	display: flex;
	justify-content: center;
	height: 90px;
}

.main-menu-new {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
}

.main-menu-new li {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.main-menu-new a {
	color: #ffffff;
	text-decoration: none;
	font-family: "futura-pt", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	padding: 0;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.main-menu-new>li>a>span {
	position: relative;
	padding-bottom: 2px;
}

.main-menu-new>li>a>span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	transition: width 0.3s ease;
}

.main-menu-new a:hover>span::after {
	width: 100%;
}

.main-menu-new .current-menu-item>a>span::after,
.main-menu-new .current_page_item>a>span::after,
.main-menu-new .current-menu-ancestor>a>span::after {
	width: 100%;
}

/* Booking Button Styles */
.header-button-new {
	flex-shrink: 0;
	order: 2;
}

.booking-button-new {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #ffffff;
	color: #9e384e;
	text-decoration: none;
	font-family: "futura-pt", sans-serif;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.booking-button-new::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #9e384e;
	mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"%3E%3Cpath fill="black" fill-rule="evenodd" d="M8.845 4.345a.75.75 0 0 0 0 1.06L11.69 8.25H4.5a.75.75 0 1 0 0 1.5h7.19l-2.845 2.845a.75.75 0 1 0 1.061 1.06L14.03 9.53a.748.748 0 0 0 .22-.509v-.043a.747.747 0 0 0-.22-.508L9.906 4.345a.75.75 0 0 0-1.061 0Z" clip-rule="evenodd"/%3E%3C/svg%3E');
	-webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"%3E%3Cpath fill="black" fill-rule="evenodd" d="M8.845 4.345a.75.75 0 0 0 0 1.06L11.69 8.25H4.5a.75.75 0 1 0 0 1.5h7.19l-2.845 2.845a.75.75 0 1 0 1.061 1.06L14.03 9.53a.748.748 0 0 0 .22-.509v-.043a.747.747 0 0 0-.22-.508L9.906 4.345a.75.75 0 0 0-1.061 0Z" clip-rule="evenodd"/%3E%3C/svg%3E');
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.booking-button-new:hover {
	color: #fff;
	background-color: #03266a;
}

.booking-button-new:hover::after {
	transform: translateX(3px);
	background-color: #fff;
}

/* Dropdown Menu Styles - Full Width with white background */
.main-menu-new li.menu-item-has-children {
	position: static;
}

.main-menu-new .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100vw;
	min-height: 260px;
	margin-left: calc((100vw - 100%) / -2);
	background-color: rgba(255, 255, 255, 0.85);
	list-style: none;
	margin-top: 0;
	padding: 20px 0;
	padding-left: max(40px, calc((100vw - 880px) / 2));
	padding-right: max(40px, calc((100vw - 880px) / 2));
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
}

.main-menu-new li.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Sub-menu items - fit-content so second level positions correctly */
.main-menu-new .sub-menu>li {
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: fit-content;
	width: -moz-fit-content;
}

/* Sub-menu second level items */
.main-menu-new .sub-menu .sub-menu>li {
	position: relative;
	margin: 0;
	padding: 6px 20px;
	box-sizing: border-box;
}

.main-menu-new .sub-menu li {
	position: relative;
	margin: 0;
	padding: 0;
}

.main-menu-new .sub-menu a {
	color: #9e384e;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	transition: color 0.2s ease;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 200px;
	border-bottom: 0px;
}

.main-menu-new .sub-menu a span {
	position: relative;
	padding-bottom: 2px;
}

.main-menu-new .sub-menu a span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: transparent;
	transition: background-color 0.2s ease;
}

.main-menu-new .sub-menu a:hover {
	color: #5A0F1F;
}

.main-menu-new .sub-menu a:hover span::after {
	background-color: #5A0F1F;
}

.main-menu-new .sub-menu .current-menu-item>a {
	color: #8B2E3D;
}

/* Second level should be positioned relative to parent li, not to .sub-menu */
.main-menu-new .sub-menu>li.menu-item-has-children {
	position: relative;
}

/* Multi-level Sub-menu (Second Level) - positioned next to parent li */
.main-menu-new .sub-menu .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: auto;
	min-width: 250px;
	margin-left: 10px;
	min-height: auto;
	padding: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	transform: translateX(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1001;
	list-style: none;
	background-color: transparent;
}

.main-menu-new .sub-menu li.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.main-menu-new .sub-menu .menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 13px;
	margin-left: 15px;
	flex-shrink: 0;
	background-color: #9e384e;
	mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="13" fill="none"%3E%3Cpath fill="black" fill-rule="evenodd" d="M6.96 5.9c.22.22.22.575 0 .795L1.225 12.43a.563.563 0 0 1-.795 0l-.265-.265a.562.562 0 0 1 0-.796l5.072-5.072L.165 1.225a.562.562 0 0 1 0-.795L.43.165c.22-.22.576-.22.795 0L6.96 5.9Z" clip-rule="evenodd"/%3E%3C/svg%3E');
	-webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="13" fill="none"%3E%3Cpath fill="black" fill-rule="evenodd" d="M6.96 5.9c.22.22.22.575 0 .795L1.225 12.43a.563.563 0 0 1-.795 0l-.265-.265a.562.562 0 0 1 0-.796l5.072-5.072L.165 1.225a.562.562 0 0 1 0-.795L.43.165c.22-.22.576-.22.795 0L6.96 5.9Z" clip-rule="evenodd"/%3E%3C/svg%3E');
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	transition: transform 0.3s ease;
}

/* When submenu is open (on hover), show down arrow (▼) */
.main-menu-new .sub-menu .menu-item-has-children:hover>a::after {
	rotate: 90deg;
	font-size: 10px;
}

/* Second level sub-menu: no arrows, just plain list items */
.main-menu-new .sub-menu .sub-menu .menu-item-has-children>a::after {
	content: '';
	display: none;
}

.main-menu-new .sub-menu .sub-menu a {
	color: #5A0F1F;
	padding: 0px !important;
	border-bottom: none !important;
}

.main-menu-new .sub-menu .sub-menu a:hover {
	padding: 0px;
}

.main-menu-new .sub-menu .sub-menu a span {
	padding: 0px;
}

.main-menu-new .sub-menu .sub-menu a span::after {
	height: 0px;
}

@media (max-width: 1280px) {
	.header-container-new {
		gap: 20px;
	}

	.booking-button-new {
		padding: 6px 15px;
		font-size: 13px;
	}
}

/* Tablet/Medium screens - Logo and button in row, menu below */
@media (max-width: 1170px) and (min-width: 769px) {
	.header-container-new {
		flex-wrap: wrap;
		padding: 15px 20px;
		row-gap: 10px;
	}

	.main-menu-new .sub-menu {
		padding-left: max(40px, calc((100vw - 910px) / 2));
		padding-right: max(40px, calc((100vw - 910px) / 2));
	}

	.header-logo-new {
		order: 1;
	}

	.header-menu-new {
		order: 3;
		width: 100%;
		flex: none;
		justify-content: center;
		height: 30px;
	}

	.main-menu-new {
		width: 100%;
		gap: 10px;
		justify-content: space-around;
	}
}

/* Hamburger Menu Toggle Button */
.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 18px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001;
}

.mobile-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu Wrapper - Hidden on Desktop */
.mobile-menu-wrapper {
	display: none;
	width: 100%;
	order: 3;
}

/* Hide mobile button on desktop */
.header-button-new.mobile-button {
	display: none;
}

.mobile-menu-nav {
	width: 100%;
}

.mobile-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.mobile-menu-list li {
	width: 100%;
}

.mobile-menu-list a {
	display: block;
	padding: 15px 00px;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.mobile-menu-list .menu-item-has-children>a {
	position: relative;
	padding-right: 40px;
}

.mobile-menu-list .menu-item-has-children>a::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 13px;
	background-color: #CD9CA6;
	mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="13" fill="none"%3E%3Cpath fill="black" fill-rule="evenodd" d="M6.96 5.9c.22.22.22.575 0 .795L1.225 12.43a.563.563 0 0 1-.795 0l-.265-.265a.562.562 0 0 1 0-.796l5.072-5.072L.165 1.225a.562.562 0 0 1 0-.795L.43.165c.22-.22.576-.22.795 0L6.96 5.9Z" clip-rule="evenodd"/%3E%3C/svg%3E');
	-webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="13" fill="none"%3E%3Cpath fill="black" fill-rule="evenodd" d="M6.96 5.9c.22.22.22.575 0 .795L1.225 12.43a.563.563 0 0 1-.795 0l-.265-.265a.562.562 0 0 1 0-.796l5.072-5.072L.165 1.225a.562.562 0 0 1 0-.795L.43.165c.22-.22.576-.22.795 0L6.96 5.9Z" clip-rule="evenodd"/%3E%3C/svg%3E');
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	transition: transform 0.3s ease;
	transform: rotate(90deg);
}

.mobile-menu-list .sub-menu-open>a::after {
	transform: translateY(-50%) rotate(270deg);
}

.mobile-menu-list .sub-menu .sub-menu-open>a::after {
	transform: rotate(90deg);
}

.mobile-menu-list .sub-menu {
	display: none;
	list-style: none;
	padding-left: 0px;
	margin: 0;
	background-color: transparent;
}

.mobile-menu-list .sub-menu a {
	color: rgba(255, 255, 255, 0.65);
	padding: 8px 0px;
}

.mobile-menu-list .sub-menu .sub-menu {
	padding-left: 20px;
	background-color: transparent;
}

.mobile-menu-list .sub-menu .sub-menu a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	padding: 10px 0px;
}

.mobile-menu-list .sub-menu .menu-item-has-children>a {
	display: inline-block;
	padding-right: 0;
}

.mobile-menu-list .sub-menu .menu-item-has-children>a::after {
	position: static;
	display: inline-block;
	right: auto;
	top: auto;
	transform: none;
	margin-left: 12px;
	vertical-align: middle;
	transform: rotate(90deg);
}

.mobile-menu-list .sub-menu .sub-menu-open.menu-item-has-children>a::after {
	transform: rotate(270deg);
}

/* Mobile Menu - Footer Wrapper */
.mobile-footer-wrapper {
	width: 100%;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.mobile-menu-wrapper .header-button-new {
	order: 0;
}

/* Mobile Menu - Portal Toggle & Social Links */
.mobile-menu-wrapper .topMenuSide {
	width: auto;
	padding: 0;
	border: none;
}

.mobile-menu-wrapper .topMenuSide .portalToggle {
	color: #ffffff;
}

.mobile-menu-wrapper .topMenuSide .menu {
	display: none;
	position: absolute;
	background: #fff;
	width: auto;
	min-width: 200px;
	text-align: left;
	left: 0;
	top: 100%;
	z-index: 1000;
	list-style: none;
	margin: 0;
	padding: 0px;
}

.mobile-menu-wrapper .topMenuSide .menu li {
	background-image: none;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu-wrapper .topMenuSide .menu li:last-child {
	border-bottom: none;
}

.mobile-menu-wrapper .topMenuSide .menu li a {
	display: block;
	padding: 12px 15px;
	color: #414042;
	text-decoration: none;
	font-size: 13px;
	transition: background-color 0.3s ease;
}

.mobile-menu-wrapper .topMenuSide .menu li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	color: #9e384e;
}

.mobile-menu-wrapper .socialDesktop {
	display: block;
	width: auto;
	padding: 0;
	border: none;
}

.mobile-menu-wrapper .socialDesktop .socials {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.mobile-menu-wrapper .socialDesktop .socials li a {
	color: #ffffff;
	font-size: 20px;
}

.mobile-menu-wrapper .socialDesktop .socials li a img {
	max-height: 20px;
	filter: brightness(0) invert(1);
}

/* Mobile Responsive */
@media (max-width: 768px) {

	/* Show hamburger toggle */
	.mobile-menu-toggle {
		display: flex;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		z-index: 1002;
	}

	.mobile-menu-toggle.active {
		top: 5%;
	}

	/* Prevent body scroll when menu is open */
	body.menu-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* Prevent body scroll when staff popup is open */
	body.staff-popup-open,
	html.staff-popup-open {
		overflow: hidden !important;
		touch-action: none !important;
		overscroll-behavior: none !important;
		-webkit-overflow-scrolling: touch !important;
	}

	/* Full height header when menu is open */
	body.menu-open .site-header-new {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: #9e384e;
		overflow-y: auto;
		z-index: 9999;
	}

	body.menu-open .header-container-new {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	body.menu-open .header-logo-new {
		align-self: flex-start;
	}

	body.menu-open .mobile-menu-wrapper {
		display: flex;
		flex-direction: column;
		flex: 1;
		min-height: 0;
		overflow-y: auto;
	}

	body.menu-open .mobile-menu-nav {
		flex: 0 1 auto;
		overflow-y: auto;
	}

	body.menu-open .mobile-footer-wrapper {
		flex-shrink: 0;
	}

	body.menu-open .mobile-footer-wrapper .topMenuSide .portalToggle i:after {
		color: #ffffff;
		right: -14px;
		top: 2px;
	}

	.header-container-new {
		flex-wrap: wrap;
		padding: 10px 20px;
		position: relative;
		align-items: center;
		gap: 0px;
		min-height: 70px;
	}

	.header-logo-new {
		order: 1;
		flex-shrink: 0;
	}

	.logo-image-new {
		height: 50px;
	}

	/* Hide desktop menu and desktop button on mobile */
	.header-menu-new {
		display: none;
	}

	.header-button-new:not(.mobile-button) {
		display: none;
	}

	/* Show mobile menu wrapper */
	.mobile-menu-wrapper {
		display: block;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}

	.mobile-menu-wrapper.active {
		max-height: 1000px;
		margin-top: 15px;
	}

	/* Show mobile button */
	.header-button-new.mobile-button {
		display: block;
		width: 100%;
		padding: 20px 0px;
	}

	/* Mobile footer wrapper styles */
	.mobile-footer-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		padding: 15px 00px;
	}

	.mobile-menu-wrapper .topMenuSide {
		position: relative;
		width: auto;
		flex: 0 0 auto;
	}

	.mobile-menu-wrapper .socialDesktop {
		width: auto;
		flex: 1;
	}

	.mobile-menu-wrapper .socialDesktop .socials {
		justify-content: flex-start;
		gap: 15px;
	}

	.main-menu-new {
		flex-direction: column;
		gap: 0;
		width: 100%;
		align-items: stretch;
	}

	.main-menu-new>li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.main-menu-new .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
		background-color: rgba(0, 0, 0, 0.1);
		padding: 10px 0;
		margin: 0;
		box-shadow: none;
	}

	.main-menu-new li.menu-item-has-children.open>.sub-menu {
		display: block;
	}

	.main-menu-new .sub-menu .sub-menu {
		position: static;
		display: none;
		margin-left: 20px;
	}

	.main-menu-new .sub-menu li.menu-item-has-children.open>.sub-menu {
		display: block;
	}
}

/*
@media (max-width: 767px) {
	.header-container-new {
		padding: 12px 15px;
		gap: 0px;
	}

	.main-menu-new {
		gap: 12px;
	}

	.booking-button-new {
		padding: 8px 16px;
		font-size: 12px;
	}
} */
