/*

	Theme Name: Schoolcms

	Author: Innermedia

Author URI: https://www.innermedia.co.uk

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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


@font-face {
	font-family: "GillSansNovaLight";
	src: url('fonts/GillSansNovaLight/font.woff2') format('woff2'), url('fonts/GillSansNovaLight/font.woff') format('woff');
}
@font-face {
	font-family: "GillSansNovaUltraLight";
	src: url('fonts/GillSansNovaUltraLight/font.woff2') format('woff2'), url('fonts/GillSansNovaUltraLight/font.woff') format('woff');
}

@font-face {
    font-family: 'FS Matthew';
    src: url('fonts/FSMatthew-Medium.woff2') format('woff2'),
        url('fonts/FSMatthew-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
	--body_colour : #6A6A6A;
	--link_colour : #6f152a;
	--link_colour_hover : #18223f;
	--title_colour : #6f152a;
	--title_colour_alt : #18223f;
	--style_red : #6F152A;
	--style_blue : #0D203F;
	--style_pink : #F1BBD3;
	--style_orange : #F39322;
	--style_light_blue : #6786c4;
	--button_bg : #6f152a;
	--button_colour : #fefefe;
	--button_border : #6f152a;
	--button_bg_hover : #FAC6DE;
	--button_colour_hover : #6f152a;
	--button_border_hover : #FAC6DE;
}


body {  

	font-family: "GillSansNovaLight";

	font-size: 18px;
	line-height:1.4;
	font-weight:300;
	color: var(--body_colour);
	margin: auto;

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}


a {


	color:var(--link_colour);

	text-decoration:none;

}

a:hover {

	text-decoration:none;
	color:var(--link_colour_hover);
}

a:focus {

text-decoration:none;

}
strong {
	font-weight:700;
}
h1,h2,h3,h4,h5,.entry-title {

	color:var(--title_colour);

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom: 25px;

}

table {

	width:100%;

	margin-bottom:1em;

}



h2.entry-title {

	font-size: 2.5rem;

	margin-bottom:20px;

}


h1,
.h1,
h1.entry-title {
	color: var(--title_colour);
	font-size: 60px;
	line-height: 1.14;
	font-weight:300;
    font-family: GillSansNovaLight;
	margin: 0 0 20px;
}
h1.entry-title,
.h1.bannerTitle,
h1.bannerTitle {	
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

h2,
.h2 {
   font-size: 40px;
    line-height: 1.14;
    margin: 0px 0 20px;
	font-weight: 300;
	letter-spacing: 0px;
	--link_colour : #074065;
	--link_colour_hover : #8cafcb;
}


h3,
.h3 {

    font-size: 33px;
    line-height: 1.3;
    margin: 10px 0 20px;
	font-weight: 300;
	letter-spacing: 0px;

}
h4,
.h4 {

    font-size: 24px;
    line-height: 1.3;
    margin: 10px 0 20px;
	font-weight: 300;
	letter-spacing: 0px;

}
h5,
.h5 {
    font-size: 1em;
    line-height: 1.3;
    margin: 10px 0 20px;
	font-weight: 600;
	letter-spacing: 0px;

}

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

@media (max-width:991.5px){
	h1,
	.h1,
	h1.entry-title {		
		font-size: 38px;
		margin-top: 10px;
	}
	h2,
	.h2 {
   		font-size: 30px;
	}
	h3,
	.h3 {
    	font-size: 26px;
	}
	h4,
	.h4 {
    	font-size: 20px;
	}
}	

.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}
.owl-dots {
	color:var(--style_red);
}
.owl-dots .owl-dot span {
	width:10px;
	height:10px;
	display:inline-block;
	background:currentColor;
	border:solid 1px;
	border-radius:50%;
}
.owl-dots .owl-dot.active span {
	background-color:transparent;
}

.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 5px;
	height:30px;
	width:30px;

}



/****Button******/

.blockButton > a,    
a.readmore, .button, .wpforms-submit  {
	color: var(--button_colour);
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.5;
	padding: 16px 23px 13px;
	background-color: var(--button_bg);
	border:solid 1px var(--button_border);
	text-decoration: none!important;
	display: inline-block;
	text-align: center;
	min-width: 202px;
	border-radius: 9px;
}
.wpforms {
	--button_bg : #0D203F;
	--button_border : #0D203F;
}
.wpforms-submit {
	line-height: 56px !important;
	display: inline-block !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	background-color: var(--button_bg)!important;
	border:solid 1px var(--button_border)!important;
	color: var(--button_colour)!important;
	padding: 2px 30px 0px !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	border: none !important;
	text-align: center !important;
	min-width: 186px;
	border-radius: 9px;
}


.blockButton> a:hover,
a.readmore:hover, .button:hover, .wpforms-submit:hover  {
	color: var(--button_colour_hover);
	background-color: var(--button_bg_hover);
	border:solid 1px var(--button_border_hover);

}
.wpforms-submit:hover {

	background-color: #18223f !important;
	text-decoration: none !important;
	color: #FAC6DE !important;

}

.btnSquare {
	width:48px;
	height:48px;
	color: var(--button_colour);
    font-size: 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    background-color: var(--button_bg);
    border: solid 1px var(--button_border);
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    border-radius: 9px;
	cursor: pointer;
	position: relative;
	vertical-align: top;
}
.btnSquare:before {	
	content:'';
	display: block;
	width:20px;
	height:20px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	mask-size:contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color:currentColor;
}
.btnSquare:hover {
	color: var(--button_colour_hover);
	background-color: var(--button_bg_hover);
	border:solid 1px var(--button_border_hover);
}

.bodyContent {
	margin-top:30px;
	margin-bottom:40px;

}
@media (min-width:992px){
	.bodyContent {
		margin-top: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:480px;

	max-height: 744px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top: 47.693%;

}

#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:900px;

	height:100vh;

	min-height: 680px;

}

.homeBanner .bannerText{
	position: absolute;
	bottom:90px;
	left:0;
	width:100%;
	z-index: 110;
	--title_colour_alt : #fff;
	--title_colour : #fff;
	text-align: center;
}
.homeBanner .bannerText .h1 {
}
@media(min-width:768px){

	.homeBanner {

		max-height:900px;

	}

	.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: url(images/banner-shadow-left.png) left top no-repeat;
	background-size: cover;

}

.homeBanner .slideImage:before {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

	background: url(images/banner-shadow-right.png) right top no-repeat;
	background-size: cover;

}


.homeBanner #hero .slideImage .slideImage-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 275px;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.7;
	z-index: 1;
}




#hero .slideText {

	bottom: 225px;

    left: 0;

    right: 0;

	font-size: 50px;
	
	line-height: 32px;

	padding: 0 30px 0px 105px;

    color: #fff;

    position: absolute;

	text-align: left;
	
	z-index: 111;

	font-family: "GillSansNovaUltraLight";

	text-shadow:	0 0 0px #000, 
					0 0 0px #000, 
					0 0 0px #000, 
					0 0 0px #000, 
					0 0 0px #000, 
					0 0 150px #000, 
					0 0 180px #000, 
					0 0 200px #000;

}


#hero .slideText span {
	display: block;
	margin-left: -48px;
	line-height: 110px;
	font-family: 'FS Matthew';
	font-size: 156px;

}



.gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:3px;

	margin-bottom:0;

}

.gallery.gallery-columns-2 .gallery-item {

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

.gallery.gallery-columns-3 .gallery-item {

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

.gallery.gallery-columns-4 .gallery-item {

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

.gallery.gallery-columns-5 .gallery-item {

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}
.dynamic-carousel .item a.image,
.gallery  .gallery-item .gallery-icon {
	position:relative;
	overflow:hidden;
    display: block;
}
.dynamic-carousel .item a.image img,
.gallery  .gallery-item .gallery-icon img{
	width:100%;
	object-fit:cover;
	height:auto;
	
    transition: all 0.3s;
}
.dynamic-carousel .item a.image:hover img,
.gallery  .gallery-item .gallery-icon a:hover img{
    transform: scale(1.1);	
}
.dynamic-carousel .item a.image,
.dynamic-gallery .gallery  .gallery-item .gallery-icon {
	border-radius: 50%;
	position: relative;
}





.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:768px){





}

@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;

}

}

@media (min-width:1200px){





}

@media (min-width:1390px){



}

@media (min-width:1590px){



}





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

    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%; }



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

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

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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:600px;

}



.noticeBody {

  width:100%;

  padding:0 2.5%;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}







/*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 {

	transition:300ms;
	z-index:220;

	position:fixed;

	width:100%;

	top:0;

	left:0;
	--link_colour : #fff;
	--link_colour_hover : #FAC6DE;
}


header.mainHeader {
	height:80px;
}

.headGroup {
	padding: 12px 0px;
	background: #0D203F;
	color: #ffffff;
	height:80px;
	--button_bg : transparent;
	--button_colour : #fff;
	--button_border : #fff;
}
.header-buttons {
	--button_bg : transparent;
	--button_colour : #fff;
	--button_border : #fff;
}


.fixedHeader .headGroup {
	background: #0D203F;
}
.header-buttons {

}
.header-buttons .button {
	font-size:14px;
	padding: 14px 23px 11px;
	margin:10px auto 0;
	display: block;
	width:210px;
	min-width:0;
}
.headGroup .headerIcon img {
	max-height:55px;
	width:auto;
	object-fit: contain;
}
	.home header.mainHeader { 
		height:0;
	}
	

@media (min-width:992px){
	header.mainHeader {
		height:100px;
	}
	.headGroup {
		height:100px;
	}
	.headGroup .headerIcon img {
		max-height:76px;
	}
	.home:not(.fixedHeader):not(.menuopen) .headGroup  {
		background: transparent;
		padding-top:30px;
	}
	.home:not(.fixedHeader):not(.menuopen) .headGroup .headerIcon {
		padding-top:10px;
	}
	.header-buttons .button {
		display: inline-block;
		margin:0px 2px 0;
		width:auto;
		min-width:208px;
	}
	.headGroup {
		padding-left:16px;
		padding-right:16px;
	}
}
@media (min-width:1200px){

	.header-buttons .button {
		margin: 0 8px;
	}
}


.header-right-inner {	
    display: flex;
    justify-content: end;
    align-items: center;
}
#navbar .header-right-inner {
	position: absolute;
	top:70px;
	right:16px;
}
.headerRight {
	text-align: right;
}

.headerRight ul.socials {
	padding: 0;
}
.headerRight ul.socials li {
	padding: 0px 4px;
	min-width: inherit;
}
.headerRight .searchToggle {
	vertical-align: top;

}
.headerRight .socialDesktop {

}

.headerSearch {

	display:inline-block;

	vertical-align:top;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 9px;

	min-width:40px;

	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;

}

.admin-bar .headGroup {

	margin-top:46px

}



@media (max-width:600px){

.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 .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;

	}

	.headerIcon {

		

	}

	.headerIcon a{

		

	}

.topMenuSide {
		margin-left:10px;
	}
	.searchToggle {
		margin-left:10px;
	}



@media (min-width:768px){

	.headerRight .menu-toggle {		

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		right:auto;

		float:right;

	}

	.headerRight .topMenuSide {
		margin-left:10px;
	}
	.headerRight .searchToggle {
		margin-left:10px;
	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;
		float:none;

	}


}

@media (min-width:992px){



}

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

}



.home .headGroup{

	

}




.topMenuSide {

	position:relative;

	display:inline-block;

}


.topMenuSide .portalToggle:before {
    mask-image: url(images/users.svg);
}



.topMenuSide .menu{

	position:absolute;

	background:#0D203F;

	color:#fff;

	list-style:none;

	margin:0;

	padding:0 20px;

	left:-30px;
	text-align:left;
	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;
	width:180px;
	z-index:5;
}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;
	padding:10px 10px;
}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#fff;	

}

.topMenuSide .menu a:hover{

	color:#FAC6DE;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}
@media (min-width:992px){

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

    Navigation

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



.menu-toggle {
	--button_colour : #fff;
	--button_border : var(--style_red);
	--button_bg : var(--style_red);
	
	--button_colour_hover : var(--style_red);
	--button_border_hover : var(--style_pink);
	--button_bg_hover : var(--style_pink);
	width:80px;
	height:48px;
	color: var(--button_colour);
    font-size: 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    background-color: var(--button_bg);
    border: solid 1px var(--button_border);
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    border-radius: 9px;
	cursor: pointer;
	position: relative;
	vertical-align: top;
	margin-left:10px;
}
.menu-toggle:hover {
	color: var(--button_colour_hover);
    background-color: var(--button_bg_hover);
    border: solid 1px var(--button_border_hover);
}
@media (min-width:768px){
	.menu-toggle {
		width:48px;		
	}
}
@media (min-width:992px){
	.menu-toggle {
		width:76px;
		height:76px;
	}
}

.menu-toggle .toggleIcon {
	width:26px;
	height:26px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
	content:'';
}
.menu-toggle .toggleIcon span,
.menu-toggle .toggleIcon span:before,
.menu-toggle .toggleIcon span:after {
    width: 26px;
    height: 1px;
    background-color: currentColor;
    display: block;
    transition:all 300ms;
	position:absolute;
}

.menu-toggle:hover .toggleIcon span,
.menu-toggle:hover .toggleIcon span:before,
.menu-toggle:hover .toggleIcon span:after{
    background-color: currentColor;
}
.menu-toggle .toggleIcon span {
	top:50%;
	left:2px;
	margin-top:-.5px;	
}
.menu-toggle .toggleIcon span:before {
    top: -8px;
}
.menu-toggle .toggleIcon span:after {
    top: 8px;
}
body.menuopen .menu-toggle .toggleIcon span {
    background-color: transparent!important;
}
body.menuopen .menu-toggle .toggleIcon span:before {
    transform: rotate(135deg);
    top: 0px;
}
body.menuopen .menu-toggle .toggleIcon span:after {
    transform: rotate(-135deg);
    top: 0px;
}



@media (min-width:992px){



}



	#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: 280px;

		transform:translateX(100%);

		font-size:1.2em;
		
    --button_bg: transparent;
    --button_colour: #fff;
    --button_border: #fff;

	}



	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;		

	}

	#menu-main li a:hover{

		text-decoration:none;
	}

	#menu-main .sub-menu {

		position:relative;
		display:none;
	}

	#menu-main .sub-menu li:last-child > a{

		

		border-bottom:none;

	}

	#menu-main li.open > .sub-menu {

		display:block;

	}



	#menu-main li.menu-item-has-children > a {

		padding-left:35px;

		display: block!important;

	}

	

	#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:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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


.footerLogos {
	padding:2.5rem 0 2rem 0;
	
}
.footerLogos .row {
	--bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}
.footerLogos img.footerIcon {
	object-fit:contain;
	width:auto;
	max-height:70px;
}
.footerLogos .footerIconItem {
	
}
.footerLogos .footerIconItem .textLink {
	font-size:14px;
	padding:2px 0;
}
#footer{
	position: relative;
	min-height:700px;
	background-image:url(images/pano_view.jpg);
    background-size: auto 436px;
    background-repeat: repeat-x;
    background-position: center bottom -70px;
	padding-top:100px;
}
#footer > * {
	position: relative;
}
#footer:before{
    content: '';
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    bottom: 200px;
    left: 0;
	background: #ffffff;
background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}
#footer .footerLower {
	font-size:18px;
	color:#fff;
	--link_colour : #fff;
	margin-top:170px;
}
#footer ul.socials {
	margin-top:-10px;
	margin-bottom:30px;
	font-size:26px;
}
#footer h3 {
	font-size: 1em;
    line-height: 1.3;
    margin: 20px 0 25px;
    font-weight: 700;
    letter-spacing: 0px;
	color:var(--title_colour);
}

#footer p.colLink{
	margin-top:25px;
}
#menu-useful {
	--link_colour : curentColor;
	list-style:none;

	padding:0;
	margin: 0;

}


@media (min-width:768px){

	#footer .colContent {
		min-height:210px;
	}
	.footerLogos img.footerIcon {
		max-height:110px;		
	}

}

@media (min-width:1200px){

	

}

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

    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;

}

.sticky {



}

.bypostauthor {



}

@media (max-width:767.99px){

	.alignright,

	.alignleft,

	a img.alignright,

	a img.alignleft{

		float:none;

		margin:5px auto 20px;

		display:block;

	}

}
.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:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/


#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side > li > .sub-menu{

	margin: 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;
	color:var(--link_colour);

}
#menu-side .sub-menu li.menu-item-has-children > .arrow:hover {
	color:var(--link_colour_hover);
}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {

	position:absolute;

	content: '';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	transform: rotate(0deg);

	transition: 300ms;

}



#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {

	transform:rotate(0deg);

}


#menu-side .sub-menu .sub-menu {
	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;

}

@media (max-width:767.99px){

	.side-menu-container {

		display:none;

	}

}



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

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;		

	}

}

@media (min-width:1200px){



}

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 {

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {
	margin-top:40px;
}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 2.2em;

}

.dynamicContent.homeDynamic {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

/**** 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:75px;

	height:90px;

	width:90px;

	top:50%;

	left:50%;

	margin-top:-45px;

	margin-left:-45px;

    background-repeat: no-repeat;

	position:absolute;

	background-color: #6f152a;
	background-color: #0D203F;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

    background-image: url(images/icon.png);

    background-position: center center;

    background-repeat: no-repeat;

	background-size:75px;

	background-color: #6f152a;
	background-color: #0D203F;

}







/*******FAQS*****/

.faqs{



}



.faqs .faq{

	border-bottom:solid 2px #fff;

}



.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 {
	color:var(--title_colour);
	border:0;

	font-family: "GillSansNovaLight";
	font-size:30px;
	font-weight:300;
	padding:2.2em 0em;
	text-align:left;

}
.quote-cite  {
	color:var(--title_colour);	
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
}
.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:40px;
	line-height:1;
}

.quoteContainer .cycle-pager span.cycle-pager-active{

	opacity:1;

}

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

}

.quoteContainer .quote-cite{

	text-align:left;

	padding:0;

}

/****Documents******/

a.document-link {
    color: var(--button_colour);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 16px 23px 13px;
    background-color: var(--button_bg);
    border: solid 1px var(--button_border);
    text-decoration: none !important;
    display: block;
    text-align: left;
    position: relative;
    border-radius: 9px;
}


a.document-link:hover {
	color: var(--button_colour_hover);
	background-color: var(--button_bg_hover);
	border:solid 1px var(--button_border_hover);
}
a.document-link:focus {
	color: var(--button_colour_hover);
	background-color: var(--button_bg_hover);
	border:solid 1px var(--button_border_hover);
}
a.document-link:after {
    content: '\f061';
    display: block;
    width: 14px;
    height: 23px;
    position: absolute;
    right: 25px;
    top: 17px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    font-size: 0;
    background: url(images/download-arrow.png) center center no-repeat;
}
a.document-link:hover:after {
    background: url(images/download-arrow-hover.png) center center no-repeat;
}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #6f152a;

	font-size:1em;

	overflow:hidden;
	height:100%;
    --button_bg: #fefefe;
    --button_colour: #6f152a;
    --button_border: #fefefe;
    --button_bg_hover: #FAC6DE;
    --button_colour_hover: #6f152a;
    --button_border_hover: #FAC6DE;
}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:60px 25px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	margin: 0.5em 0;
}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;

}

.callout.hasbg   {	
    --button_bg: #6f152a;
    --button_colour: #fefefe;
    --button_border: #6f152a;
    --button_bg_hover: #FAC6DE;
    --button_colour_hover: #6f152a;
    --button_border_hover: #FAC6DE;
}

.callout.hasbg .coimg {
	background-color:#000;
	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);

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	
	opacity: 0.8;

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {
	display: block;
    width: 100%;
    height: auto;
    position: relative;   
}

.poiImage {
    width: 100%;
    position: relative;
	 border-radius: 50%;
    text-align: center;
    overflow: hidden;
    background-color: #000;
	background-color:var(--style_blue);
    color: #fff;
	margin-bottom:30px;
    --link_colour: #fff;
    --link_colour_hover: #fff;
}
.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.25);

}

.poiImage .poiImageBG img{
	top:0;
	left:0;
	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top: 95.508%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {

	display:block;

	font-size:30px;

	position:relative;

}



.poi .textOnlyBlock {

	padding: 0px 15px;
	transition:300ms;
	height: 100%;
    display: flex;
    align-items: end;
	flex-wrap:wrap;
	border-radius: 9px;
    text-align: center;
    overflow: hidden;
    background-color: #000;
	background-color:var(--style_red);
    color: #fff;
	margin-bottom:30px;
    --link_colour: #fff;
    --link_colour_hover: #fff;
}

.poi .textOnlyBlock > *{
	width:100%;
}
.poi:hover .textOnlyBlock {
	background-color:var(--style_blue);

}
.textOnlyBlock .poiText{

	display:block;	
	width:100%;
}


.poiImage .poiText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    z-index: 5;
    transition: 300ms;
}
.poiText .poiEx { 
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {
    bottom: 50%;
    transform: translateY(55%);
}

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

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}

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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









/*==========  Non-Mobile First Method  ==========*/





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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


.searchToggle {
	display: inline-block;
}



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

.searchform.openSearch {
	overflow: visible;
}

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

.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: middle;
	position: relative;
}

.searchToggle .search-form-holder {
	position: absolute;
	right: 0;
	top: 100%;
	transform: none;
	z-index: 11;

}

.headerSearch .toggleButton:before {
	mask-image:url(images/search.svg);
}
.searchToggle .searchform {
	width: 20px;
	transition: 500ms;
	position: absolute;
	right : 0;
	top : 0;
	padding-right : 0px;
	height: 30px;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}

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

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	width: 250px;
	opacity: 1;
	pointer-events: initial;
}

.searchToggle .searchform.openSearch input.s:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.searchToggle .searchform.openSearch input.s {
	background: #6f152a;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 2px 10px;
	height: 28px;
	font-size: 12px;
	letter-spacing: 0.8px;
}
.headerSearch {
	position: relative;
}
.headerSearch {

}
.headerSearch .searchSubmit {
	font-size: 14px;
	width: 20px;
	height: 19px;
	top: 2px;
	font-size: 0;
	right: 0;
	background: url(images/search-icon.png) center center no-repeat;
}

.headGroup .searchSubmit:hover {
	background: url(images/search-icon-hover.png) center center no-repeat;
}

/*Search Toggle Css    ---------------------------  END  ----------------------------------- */



.banner_links {
	padding: 0px 56px;
	z-index: 111;
	position: absolute;
	left: 0;
	bottom: 58px;
	width: 100%;
}
#videoWrap .banner_links {
	bottom: 30px;	
}
.banner_links_content {
	display: inline-block;
	background: #6f152a;
	padding: 13px 38px 10px;
	position: relative;
	color: #fefefe;
	line-height: 35px;
}
.banner_links_content:after {
	width: 58px;
	height: 58px;
	border-top: 58px solid #6f152a;
	border-right: 58px solid transparent;
	position: absolute;
	right: -58px;
	top: 0;
	content: '';
	display: block;
}

.banner_links_content .banner_link {
	margin: 0px 42px;
	position: relative;
	color: #fefefe;
	display: inline-block;
	font-size: 18px;
}

.banner_links_content .banner_link:hover {
	color: #FAC6DE;
}

.banner_links_content .banner_link:after {
	position: absolute;
	right: -43px;
	top: 8px;
	width: 2px;
	height: 17px;
	background: #fefefe;
	content: '';
	display: block;
}
.banner_links_content .banner_link:first-child {
	margin: 0px 42px 0 0;
}
.banner_links_content .banner_link:last-child {
	margin: 0px 0px 0 42px;
}
.banner_links_content .banner_link:last-child:after {
	display: none;
}

.banner_links {
}

.banner_links_right_section {
	float: right;
	line-height: 58px;
	color: #ffffff;
	font-size: 40px;
	font-family: "GillSansNovaUltraLight";
	
	text-align: right;
	max-width: 39.5%;
    width: 100%;
	margin-right:100px;
}


@media only screen and (max-width : 1400px) {
	.banner_links {
		padding:0 15px;
	}
	.banner_links_right_section {
		width:auto;
	}
	.banner_links_content .banner_link {
		margin: 0px 22px;
	}
	.banner_links_right_section {
		font-size: 32px;		
	}


}
.welcome_image_section {
	position: relative;
	padding-top: 39px;
}
.head_master_name_sign {
	position: absolute;
	left: -67px;
    top: 9px;
    text-align: center;
    padding-top: 125px;
}
.head_master_name_sign:before {
	content: '';
	height: 123px;
	width: 90px;
	background: url(images/welcome-link-icon.png) right top no-repeat;
	display: block;
	position: absolute;
	right: 16px;
	top: 0px;
}


.head_master_name_sign .welcome_name {
	color: #18223f;
	font-size: 18px;
	line-height: 40px;
}

.bg-shades {
	background: url(images/welcome-bg.jpg) center center no-repeat;
	background-size: cover !important;
}
.welcomeBlock {
	padding: 105px 0 30px;
	margin-bottom: 0;
}

.welcome_videos {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.welcome_video_link {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 24px;
	text-transform: uppercase;
}
.welcome_video_link:before {
	width: 22px;
	height: 22px;
	content: '';
	background: url(images/video-welcome-link.png) center center no-repeat;
	display: inline-block;
	opacity: 0.25;
	margin-right: 21px;
	vertical-align: middle;
}
.welcome_video_link:hover {
	color: #6f152a;
}
.welcome_video_link:hover:before {
	background: url(images/video-welcome-link-hover.png) center center no-repeat;
	opacity: 1;
}

.welcome_video_link:nth-child(1) {
	color: #6f152a;
}
.welcome_video_link:nth-child(1):before {
	background: url(images/video-welcome-link-hover.png) center center no-repeat;
	opacity: 1;
}

.welcome_video_link:nth-child(2) {
	margin-left: 36px;
}
.welcome_video_link:nth-child(3) {
	margin-left: 72px;
}

.welcome_image_section .welcomeImage {
	max-width: 367px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.welcome_image_section .welcomeImage img {
	object-fit:contain;
}
/*
.welcome_image_section:before {
	position: absolute;
	left: 127px;
	width: 100%;
	max-width: 78%;
	height: 3px;
	background: #79273a;
	content: '';
	display: block;
	top: 9px;
}*/

.welcomeBlockText {
	color: #18223f;
	padding-bottom:60px;
}

.page-heading {
	margin-bottom: 110px;
}


.welcome_links_block-btm {
	background: #6f152a;
	line-height: 45px;
	max-width: 1062px;
	margin: -49px auto 0;
	margin-top:0;
	text-align: right;
	padding: 3px 18px 0;
	color: #ffffff;
	position: relative;
	font-size: 18px;
}
.welcome_links_block-btm ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 111;
}
.welcome_links_block-btm li {
	display: inline-block;
}
.welcome_links_block-btm li a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin: 0px 15px;
}
.welcome_links_block-btm li a:hover {
	color: #FAC6DE;
}
.welcome_links_block-btm:after {
	width: 48px;
	height: 48px;
	border-top: 48px solid #6f152a;
	border-right: 48px solid transparent;
	position: absolute;
	right: -48px;
	top: 0;
	content: '';
	display: block;
}
.welcome_links_block-btm:before {
	width: 48px;
	height: 48px;
	border-top: 48px solid #6f152a;
	border-left: 48px solid transparent;
	position: absolute;
	left: -48px;
	top: 0;
	content: '';
	display: block;
}


/*.welcome-button {
	font-size: 16px;
	text-transform: uppercase;
	color: #6f152a;
	position: relative;
}

.welcome-button:after {
	width: 100%;
	height: 1px;
	background: #6f152a;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	display: block;
	position: absolute;
}
.welcome-button:before {
	width: 20px;
	height: 20px;
	background: #6f152a;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	display: block;
	position: absolute;
	border-radius: 20px;
}

.welcome-button:hover:after {
	width: 100%;
	height: 1px;
	background: #18223f;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	display: block;
	position: absolute;
}
.welcome-button:hover:before {
	width: 20px;
	height: 20px;
	background: #18223f;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	display: block;
	position: absolute;
	border-radius: 20px;
}

.welcome-button span {
	position: relative;
	background: #ffffff;
	color: #6f152a;	
	font-size: 16px;
}

.welcome-button:hover span {
	color: #18223f;	
}
*/


/*Video Callout Styles ------------------------------------------- Start ----- */

.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 490px;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .readmore, .bodyContent .callout.video_callout .calloutContent .readmore, .sidebar .callout.video_callout .calloutContent .readmore {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 103px !important;
	height: 103px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dynamic-callout .video_callout .readmore:after {
	width: 103px !important;
	height: 103px !important;
	line-height: 89px !important;

	background: transparent !important;
	color: rgba(255, 255, 255, 1) !important;
	border: 7px solid rgba(255, 255, 255, 1) !important;

	border-radius: 70px !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	color:  #ffffff !important;
	content: '\f04b' !important;
	font-size: 40px !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	padding-left: 7px !important;
}
.dynamic-callout .video_callout .readmore:hover:after {
	background: #6f152a !important;
	border: 7px solid #6f152a !important;
	color: #ffffff !important;
}
.dynamic-callout .video_callout .readmore:hover, .bodyContent .callout.video_callout .calloutContent .readmore:hover, .sidebar .callout.video_callout .calloutContent .readmore:hover {
	background: transparent !important;
	border: none !important;
}

/*.bodyContent .callout.hasbg .coimg:after, .sidebar .callout.hasbg .coimg:after  {
	left: 0;
	top: 0;
	background: rgba(60, 60, 59, 0.3);
}*/

.dynamic-callout .video_callout h3 {
	display: none !important;
}



/*Video Callout Styles ---------------------------------------------------------------------------------------------- End ----------------- */

.homeDynamic.dynamic-quote .container {
	position: relative;
}

.homeDynamic.dynamic-quote .section_title {
	margin-bottom: 0px;
	position: absolute;
	left: 15px;
	top: 30px;
	z-index: 111;
}
.homeDynamic.dynamic-quote .section_title h2 {

		font-size: 50px;
		line-height: 32px;
		color: #ffffff;
		text-align: left;
		z-index: 111;
		font-family: "GillSansNovaUltraLight";
		margin: 0 !important;
		padding-left: 70px;	
}
.homeDynamic.dynamic-quote .section_title h2 span {
	display: block;
	line-height: 90px;
	font-size: 156px;
	font-family: 'FS Matthew';
	margin-left: -70px;
}



.homeDynamic.dynamic-quote {
	background: #6f152a;
	padding: 135px 0 55px;
	color: #ffffff;
	margin: 0;
	position: relative;
	/*min-height: 804px;*/
}
.homeDynamic.dynamic-quote .top-empty-bar {
	position: absolute;
	top: -47px;
	height: 47px;
	left: 0;
	width: 100%;
}
.homeDynamic.dynamic-quote .top-empty-bar .container {
	max-width: 1092px;
	background: #6f152a;
	height: 47px;
	position: relative;
}


.homeDynamic.dynamic-quote .top-empty-bar .container:after {
	width: 48px;
	height: 48px;
	border-bottom: 48px solid #6f152a;
	border-right: 48px solid transparent;
	position: absolute;
	right: -48px;
	top: 0;
	content: '';
	display: block;
}
.homeDynamic.dynamic-quote .top-empty-bar .container:before {
	width: 48px;
	height: 48px;
	border-bottom: 48px solid #6f152a;
	border-left: 48px solid transparent;
	position: absolute;
	left: -48px;
	top: 0;
	content: '';
	display: block;
}

.homeDynamic.dynamic-quote .quoteContainer {
	padding: 0;
	color: #ffffff;
	background: transparent;
}

.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text {
	padding: 0;
	color: #ffffff;
	background: transparent;
	text-align: left;
	line-height: 40px;
	font-size: 33px;
	margin-bottom: 45px;
}

.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text p {
	margin: 0 !important;
}



.homeDynamic.dynamic-quote .quoteContainer .quote-cite {
	padding: 0 0 35px !important;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	position: relative;
}
.homeDynamic.dynamic-quote .quoteContainer .quote-cite span {
	font-family: "GillSansNovaUltraLight";
}

.homeDynamic.dynamic-quote .quoteContainer .quote-cite em {
	position: absolute;
	left: 0;
	bottom: -25px;
}



.homeDynamic.dynamic-quote .quote_categories {
	padding-top: 25px;
	text-align: right;
	color: #ffffff;
	padding: 25px 16px 0;
}
.homeDynamic.dynamic-quote .quote_categories .quote_category_link {
	margin-left: 44px;
	color: #a9737f;
	line-height: 32px;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.homeDynamic.dynamic-quote .quote_categories .quote_category_link:hover, .homeDynamic.dynamic-quote .quote_categories .quote_category_link.active {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;	
}

.homeDynamic.dynamic-quote .quote_content {
	padding-top: 255px;
	padding-right: 8%;
}


.homeDynamic.dynamic-quote .quote_pagination {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.homeDynamic.dynamic-quote .quote_pagination span {
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #a9737f;
	margin: 0 0 0 19px;
	display: inline-block;
	cursor: pointer;
}

.homeDynamic.dynamic-quote .quote_pagination span.cycle-pager-active {
	background: #ffffff;
}






.homeDynamic.dynamic-quote .quote_video {
	position: relative;
	display: block;
	width: 100%;
}
.homeDynamic.dynamic-quote .quote_video .video_icon {
	font-size: 0;
	background: transparent;
	min-width: inherit;
	border: none;
	line-height: 0px;
	width: 148px;
	height: 148px;
	margin: 0px auto;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 111;
}
.homeDynamic.dynamic-quote .quote_video .video_icon:after {
	width: 148px;
	height: 148px;
	line-height: 130px;

	background: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 0.25);
	border: 10px solid rgba(255, 255, 255, 0.25);

	border-radius: 100px;
	text-align: center;
	display: block;
	margin-bottom: 0px;
	content: '\f04b';
	font-size: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 10px;
}
.homeDynamic.dynamic-quote .quote_video:hover .video_icon:after {
	background: #6f152a;
	border: 10px solid #6f152a;
	color: #ffffff;
}
.homeDynamic.dynamic-quote .quote_video:hover .video_icon {
	background: transparent;
	border: none;
}


.homeDynamic.dynamic-callout {
	margin: 0;
	padding: 16px 0 40px;
}






.homeDynamic.dynamic-poi {
	margin: 0;
}
.homeDynamic.dynamic-poi .row {
	margin: 0;
}
.homeDynamic.dynamic-poi .col-md-4 {
	padding: 0;
}

.poi:hover .poiImage .poiText {
	bottom: 50%;
	transform: translateY(50%);
}

.poi .poiTitle span {
	display: block;
}


.homeDynamic.dynamic-image {
	padding: 150px 0px 230px;
	margin: 0;
	background: url(images/location-bg.jpg) center top no-repeat;
	background-size: cover !important;
}


.homeDynamic.dynamic-image .section_title {
	margin-bottom: 100px;
}
.homeDynamic.dynamic-image .section_title h2 {
		font-size: 50px;
		line-height: 32px;
		color: #18223f;
		text-align: left;
		z-index: 111;
		font-family: "GillSansNovaUltraLight";
		margin: 0 !important;
		padding-left: 70px;	
}
.homeDynamic.dynamic-image .section_title h2 span {
	display: block;
	line-height: 90px;
	font-size: 150px;
	font-family: 'FS Matthew';
	margin-left: -70px;
}



.dynamic-news {
	margin: 0px;
	padding: 0 0 80px;
	background: #ffffff;
}

.dynamic-news .news-details-box {
	padding-right: 4%;
	padding-top: 75px;
}
.dynamic-news .news-details-box:after {
	display: table;
	clear: both;
	content: '';
}

.dynamic-news .news-details-box-inner {
	max-width: 410px;
	float: right;
}

.dynamic-news .news-details-box-inner h2 {
	color: #18223f;
	font-size: 33px;
	line-height: 43px;
}
.dynamic-news .news-details-box-inner h2 a {
	color: #18223f;
	text-decoration: none;
}
.dynamic-news .owl-carousel .owl-item img {
	max-height: 471px;
}

.dynamic-news .news_content p {
	margin: 0;
}

.dynamic-news .news_content {
	margin: 0 0 60px;
}

.dynamic-news .owl-item.active.lastActiveItem .item .news-details-box {
	order: 2 !important;
}
.dynamic-news .owl-item.active.lastActiveItem .item .news_image {
	opacity: 0.3 !important;
	order: 1 !important;
}
.dynamic-news .row.item-inner {
	margin: 0;
	align-items: flex-start!important;
}
.dynamic-news .item {
	width: 1140px;
	padding-right: 15px;
}

.dynamic-news .news_bottom {
	padding-top: 30px;
}



.dynamic-news .owl-carousel {
	float: right;
}



.dynamic-news .date, .dynamic-news .date a {
	text-transform: uppercase;
	font-size: 16px;
	color: #666666;
}




#ctf.ctf-narrow .ctf-author-avatar {
	display: none;
}
#ctf.ctf-narrow .ctf-author-box {
	padding-left: 0;
}

#ctf.ctf-super-narrow .ctf-author-name {
	font-size: 33px;
	line-height: 35px;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: 300 !important;
	font-family: "GillSansNovaUltraLight";
}

#ctf.ctf-super-narrow .ctf-tweet-content {
	height: 190px;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 0px;
	padding: 0;
}
.cff-post-text {
	height: 190px;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px !important;
	margin: 0 0 0px;
	padding: 0;
}



#ctf p.ctf-tweet-text {
	line-height: 28px !important;
}

#ctf .ctf-item {
	padding: 0;
}
#sb_instagram #sbi_images {
	padding-top:0;
	padding-bottom:0;
}
#sb_instagram .sbi_photo {
	height:100%;
}
#ctf .ctf-author-box-link, #ctf_lightbox .ctf-author-box-link {
	line-height: 40px;
}

/*#sb_instagram .sbi_photo {
	max-height: 356px;
}*/

.c2.grid  {

}
.c2.grid .infoBlock {
	background: #6f152a;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	/*padding: 60px 60px 20px 35px;*/
}
.c2.grid .infoBlock .infoBlock_inner {
}
.c2.grid .infoBlock #ctf {
}
.c2.grid .infoBlock #ctf a {
	color: #ffffff;
}
.c3.grid {
	background: #FAC6DE;
	padding: 0;
}
.c1 .infoBlock {
	background: #ffffff;
	color: #18223f;
	width: 100%;
	height: 100%;
	padding: 60px 60px 20px 35px;
	border: 1px solid #bbbec7;
}
.c1 .infoBlock .icon {
	color: #18223f;
	opacity: 0.3;
}

.infoBlock {
	position: relative;
}
.infoBlock .icon {
	position: absolute;
	right: 25px;
	top: 25px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
}
.c3.grid .infoBlock .icon {
	text-shadow: 0px 0px 30px #000000;
}

#cff .cff-author-img, #cff-lightbox-wrapper .cff-author-img {
	display: none;
}

#cff .cff-author .cff-date, #cff .cff-author .cff-page-name, #cff-lightbox-wrapper .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-page-name {
	margin: 0 !important;
}


#cff .cff-author .cff-page-name.cff-author-date, #cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date {
	font-size: 33px;
	line-height: 35px;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: 300 !important;
	font-family: "GillSansNovaUltraLight";
}

#cff .cff-author, #cff-lightbox-wrapper .cff-author {
	margin: 0;
}

.dynamic-info-grid {
	margin: 0;
	padding: 80px 0 120px;
	background: #ffffff;
}

.quickLinks {
	background-color: #0D203F;	
    --title_colour: #fff;
    --title_colour_alt: #fff;
    color: #fff;
    --link_colour: #fff;
    --link_colour_hover: #FAC6DE;
    min-height: 100vh;
	padding:40px 0;	
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.quicklinksInner {
	width:100%;
    position: relative;
    z-index: 5;
}
.quick_links .quick_link a{
	display: block;
	width:100%;
	height:auto;
	position: relative;
	border-radius: 50%;
	text-align: center;
    overflow: hidden;
	background-color: #000;
	color:#fff;
}
.quick_links .quick_link a.style_red {
	background-color:var(--style_red);
}
.quick_links .quick_link a.style_blue {
	background-color:var(--style_blue);
}
.quick_links .quick_link a.style_pink {
	background-color:var(--style_pink);
}
.quick_links .quick_link a.style_orange {
	background-color:var(--style_orange);
}
.quick_links .quick_link a.style_light_blue {
	background-color:var(--style_light_blue);
}
.quick_links .quick_link a:hover{
	color:#fff;
}
.quick_links {
	margin-top:30px;
}

.quick_links .quick_link a:before{
	content:'';
	display: block;
	padding-top:100%;
	width:100%;
}
.quick_links .quick_link a:after {
	content:'';
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	height:30%;
	width: 100%;
	z-index: 2;
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
}

.quick_links .quick_link a img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition:300ms;
}
.quick_links .quick_link a .label{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	display: block;
	bottom:30px;
	font-size:30px;
	text-transform: uppercase;
	z-index: 5;
	transition:300ms;
}
.quick_links .quick_link a:hover img{
	opacity: 0.3;
}
.quick_links .quick_link a:hover .label{
	bottom:50%;
	transform:translateY(55%);
}
.quickLinks .quicklinkButtons {
	margin-top:40px;
}




.quote-cite.button-2:after, .quote-cite.button-2:before {
	top: 10px;
}

.quote-cite em {
	display: block;
	font-style: normal;
}






.dynamic-video-text-section {
	margin: 0;
	padding: 90px 0 0px;
	background: url(images/facilities-section-bg.jpg) center top no-repeat;
	background-size: cover !important;
}

.dynamic-video-text-section .section_title {
	text-align: right;
	margin-bottom: 90px;
}

.dynamic-video-text-section .sectionTitle {
	max-width: 590px;
	text-align: left;
	display: inline-block;
}
.dynamic-video-text-section .section_title h2 {

		font-size: 50px;
		line-height: 32px;
		color: #18223f;
		text-align: left;
		z-index: 111;
		font-family: "GillSansNovaUltraLight";
		margin: 0 !important;
		padding-left: 140px;	
}
.dynamic-video-text-section .section_title h2 span {
	display: block;
	line-height: 120px;
	font-size: 150px;
	font-family: 'FS Matthew';
	margin-left: -140px;
}


.dynamic-video-text-section .button-2 {
	text-align: right;
	margin-left: -30px;
	margin-top: 30px;
    flex-direction: row-reverse;
}
.dynamic-video-text-section .button-2 span{
	margin-right:0;
	margin-left:30px;
}
.dynamic-video-text-section .button-2:before {
	right:auto;
	left:0;
}
/*
.dynamic-video-text-section .button-2:after {

	width: 20px;
	height: 20px;
	background: #6f152a;
	top: 50%;
	transform: translateY(-50%);
	right: auto;
	left: 0;
	content: '';
	display: block;
	position: absolute;
	border-radius: 20px;

}
.dynamic-video-text-section .button-2:before {

	width: 100%;
    height: 1px;
    background: #6f152a;
    top: 50%;
	transform: translateY(-50%);
	right: auto;
	left: -42%;
    content: '';
    display: inline-block;
	position: absolute;

}

.dynamic-video-text-section .button-2:hover:after {
	background: #18223f;
}
.dynamic-video-text-section .button-2:hover:before {
	background: #18223f;
}

.dynamic-video-text-section .button-2 span {
	position: relative;
	color: #6f152a;	
	font-size: 16px;
	margin-right: 0px;
	margin-left: 20px;
}

.dynamic-video-text-section .button-2:hover span {
	color: #18223f;	
}*/



.dynamic-video-text-section .video-img-box {
	padding-right: 60px;
}
.dynamic-video-text-section .video-img-box .hasVideoIcon {
	position: relative;
	display: block;
}
.dynamic-video-text-section .player  {
	display: block !important;
}
.dynamic-video-text-section .player img  {
	visibility: hidden;
}

.dynamic-video-text-section .play-now-btn-facilities {
    position: absolute;
    left: 50%;
    z-index: 99;
    top: 40%;
    transform: translateX(-50%);
}




.dynamic-video-text-section .play-now-btn-facilities:before {
    width: 103px !important;
    height: 103px !important;
    line-height: 89px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 1) !important;
    border: 7px solid rgba(255, 255, 255, 1) !important;
    border-radius: 70px !important;
    text-align: center !important;
    display: block !important;
    margin-bottom: 0px !important;
    color: #ffffff !important;
    content: '\f04b' !important;
    font-size: 40px !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    padding-left: 7px !important;
}
.dynamic-video-text-section .play-now-btn-facilities:hover {
	color: #666666;
}
.dynamic-video-text-section .play-now-btn-facilities:hover:before {
	background: url(images/video-welcome-link.png) center center no-repeat;
	opacity: 1;
}


.dynamic-birthday-checker-form {
	margin: 0;
	background: #ffffff url(images/clander-bg.jpg) center top no-repeat;
	background-size: 100% auto !important;
	padding: 190px 0 190px;
	text-align: center;
}

.dynamic-birthday-checker-form .section_title {
	text-align: center;
	margin-bottom: 60px;
}

.dynamic-birthday-checker-form .section_title h3 {
	font-size: 33px;
	line-height: 43px;
	color: #18223f;
	font-weight: 500;
}

.dynamic-birthday-checker-form .form_section .section_sub_title {
	color: #6f152a;
	font-size: 18px;
	margin-bottom: 60px;
}

.first-row-select {
}

.first-row-select select {	
    width: 170px;
    text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin: 0px 10px 20px;
	height: 60px;
	border: none;
	padding: 10px 50px 10px 30px;
	border-radius:9px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    background-position: calc(100% - 12px) center !important;
    background:  #6f152a url("images/down-arrow.png") no-repeat;
}

.homeDynamic.dynamic-entry-checker .first-row-select select {	
	border:solid 1px;
	background:rgba(0,0,0,0.4);
}

/* To remove the arrow of select element in IE */
.first-row-select select::-ms-expand {
  display: none;
}



.form_block .button-3 {
	border: none !important;
	color: #6f152a;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	background: transparent;
}
.form_block .button-3:after {
	background: url(images/arrow-submit-btn.png) center center no-repeat;
	width: 23px;
	height: 14px;
	content: '';
	display: block;
	margin: 5px auto 0;
}












/*Inner Page Area Styles Css --------------------------------------------------- Start */

.left-content-info {
	padding-right: 0;
}
.right-content-info {
	padding-left: 5%;
}


/*Breadcrumb Area Css --------------------------------------------------- Start */

.breadcrumbs {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
	letter-spacing: 3px;
	color: #6f152a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    z-index: 105;
    margin-bottom: 16px;
	min-height: 25px;
	display: block;
}
.breadcrumbs em {
	margin: 0px 10px;
}
.breadcrumbs em:before {
	width: 1px;
	height: 18px;
	content: '';
	display: inline-block;
	color: #6f152a;
	position: relative;
    top: 2px;
}


/*Breadcrumb Area Css --------------------------------------------------------------------------------------------- END */

.bodyContent table {
    overflow: auto;
    position: relative;
    text-align: left;
    border-style: hidden;
    display: table;
}

.bodyContent table th, .bodyContent table th {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 20px;
    vertical-align: top;
}

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 10px;
    vertical-align: top;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

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


.bodyContent .first-ph-text {
	font-weight: 500;
}






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

.bodyContent .callout.hasbg .calloutContent .calloutTitle {
	margin-bottom: 25px;
}

.bodyContent .calloutSubtitle {
	margin: 20px 0 30px;
}


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

.sidebar .callout .calloutContent .calloutTitle h3 {
	font-size: 33px;
	line-height: 42px;
	margin-bottom: 0px;
}
.sidebar .callout.hasbg .calloutContent .calloutTitle {
	margin-bottom: 5px;
}


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

.staffMember h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #18223f;
    margin: 0px 0 10px;
}

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

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




.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    line-height: 32px;
    text-align: left;
    padding-left: 21px;
    position: relative;
}

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #6f152a;
    position: absolute;
    left: 0px;
    border-radius: 7px;
    top: 9px;
}

.privacy-policy .bodyContent ul li:before, .page-id-5525 .bodyContent ul li:before {
    content: none!important;
}

.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 {
    overflow: hidden;
}

.gallery-container {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	padding:0;
}

.bodyContent .dynamic-quote {
	margin: 0px;
	padding: 40px 0 40px;
	position: relative;
}


.bodyContent .dynamic-quote .quoteContainer {
	background: transparent;
	padding: 0;
}




.dynamic-faq {
	
}

.faqs {
}
.faqs .faq {
    border-bottom: solid 10px transparent;
}
.faq-question {
    color: var(--button_colour);
	position: relative;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 16px 23px 13px;
    background-color: var(--button_bg);
    border: solid 1px var(--button_border);
    text-decoration: none !important;
    display: block;
    text-align: left;
    border-radius: 9px;
	cursor:pointer;
	margin:0;
}
.faq.open .faq-question {
    color: var(--button_colour_hover);
    background-color: var(--button_bg_hover);
    border: solid 1px var(--button_border_hover);
}
.faq-question:hover {
    color: var(--button_colour_hover);
    background-color: var(--button_bg_hover);
    border: solid 1px var(--button_border_hover);
}
.faq-question:after {
    display: block;
    width: 12px;
    height: 6px;
    color: inherit;
    line-height: 6px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 26px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0;
    background: url(images/down-arrow.png) center center no-repeat;
}

.faq.open .faq-question:after, .faq .faq-question:hover:after {
    background: url(images/down-arrow-hover.png) center center no-repeat;
    transform:  rotate(180deg);
    right: 25px;
    top: 26px;
}


.faq-answer {
    display: none;
    padding: 42px 30px 20px; 
    background: #ffffff;
    border-top: none;
	border-top: none;
}
.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

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









.quicklink>a, a>.quicklink, a.quicklink {
    color: var(--button_colour);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 16px 23px 13px;
    background-color: var(--button_bg);
    border: solid 1px var(--button_border);
    text-decoration: none !important;
    display: block;
    text-align: left;
	position: relative;
    border-radius: 9px;
}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
	color: var(--button_colour_hover);
	background-color: var(--button_bg_hover);
	border:solid 1px var(--button_border_hover);
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
	color: var(--button_colour_hover);
	background-color: var(--button_bg_hover);
	border:solid 1px var(--button_border_hover);
}


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

.linkbutton>a, a>.linkbutton, a.linkbutton {
    color: var(--button_colour);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 16px 23px 13px;
    background-color: var(--button_bg);
    border: solid 1px var(--button_border);
    text-decoration: none !important;
    display: block;
    text-align: left;
	position: relative;
    border-radius: 9px;
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
	color: var(--button_colour_hover);
	background-color: var(--button_bg_hover);
	border:solid 1px var(--button_border_hover);
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
	color: var(--button_colour_hover);
	background-color: var(--button_bg_hover);
	border:solid 1px var(--button_border_hover);
}

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





/*Sidebar Menu Css --------------------------------------------- Start ------------------ */


.sidebar {
    padding-left: 0px;
}
.side-menu-container {
    background: #0D203F;
    color: #ffffff;
    padding: 35px 0px 40px;
    position: relative;
	--link_colour:#fff;
    --link_colour_hover: #FAC6DE;
}


/*.side-menu-container:before {
    width: 58px;
    height: 65px;
    content: '';
    margin: 0px auto 10px;
    background: url(images/menu-icon.png) center center no-repeat;
    background-size: cover !important;
    display: block;
}*/

.sidebarSec {
    background: #0D203F;
    color: #ffffff;
    padding: 50px 35px 60px;
    position: relative;
}
.sidebarSec a {
    display: block;
    padding: 20px 40px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
    margin-left: -35px;
    margin-right: -35px;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
	--link_colour : #fff;
	--link_colour_hover : #FAC6DE;
	--title_colour:#fff;
}

.blog .sidebar, .single-post .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.blog .sidebar .side-menu-container, .single-post .sidebar .side-menu-container {
    display: none;
}

.blog .sidebar .sub-navigation > .menu, .single-post .sidebar .sub-navigation > .menu {
    display: none;
}

.blog .sidebarSec:last-child, .single-post .sidebarSec:last-child {
	display:none;
}

.blog .wrapper, .single-post .wrapper {
    overflow: visible;
}

/*#menu-side > li > a {
    font-size: 0;
    text-transform: inherit !important;
}
#menu-side > li > a > span {
    display: none;
}*/

#menu-side > li > a:after {
    text-transform: inherit !important;
    font-size: 30px;
    line-height: 35px;
    content: 'Section Menu';
    display: block;
    margin-bottom: 45px;
    color: #fbedbc;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: none;
}
#menu-side > li {
}


#menu-side a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.6;
    display: block;
    padding: 0px 30px;
    font-weight: 400;
    letter-spacing: 3px;
}


#menu-side a span {
}

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


#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
	top: 26px;
	background-color:currentColor;
	mask-image:url(images/down-arrow.png);
	mask-size:contain;
	mask-repeat: no-repeat;
	mask-position: center;
	width: 12px;
	height: 6px;
    font-size: 0 !important;
	transform: rotate(-90deg);
}


#menu-side li {
    margin: 0px 0px;
}
#menu-side a span {
}
#menu-side .sub-menu .sub-menu li a span {
    padding: 5px 0;
}



#menu-side .sub-menu .sub-menu {
    padding: 0px 10px 10px 30px;
}
#menu-side .sub-menu li.current-menu-item > .arrow,
#menu-side .sub-menu li.current-menu-item > a,
#menu-side .sub-menu li.open > a {
	--link_colour:#FAC6DE;
}
#menu-side .sub-menu li.current-menu-item > a,
#menu-side .sub-menu li.open > a {
	text-decoration: underline;
}

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

/*Sidebar Menu Css --------------------------------------------- Start ------------------ */


.inner-pages-shades {

}

.inner_slidetext {
	position: absolute;
	left: 0;
	bottom: 55px;
	padding: 0px 20px;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 500;
	font-family: 'FS Matthew';
	color: #ffffff;

	text-shadow: 0 0 0px #000, 0 0 0px #000, 0 0 0px #000, 0 0 0px #000, 0 0 0px #000, 0 0 150px #000, 0 0 180px #000, 0 0 200px #000;

}



.welcomeBlockText .head_master_name_sign {
	display: none;
}



@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;
    }*/

    body.menuopen .main-headbox .container {
		max-width: 1140px;
		position: relative;
		z-index: 11;
    }    
    body.menuopen .main-headbox .headmenu-box {
		padding: 0px;
    }    
	
    .main-headbox .headimage-box {
		position: relative;
        padding-top: 0px;
        margin: 0px;
    }
    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 1000ms;
		background: #0D203F;
        top: 0px;
        color: #ffffff;
        margin-top: 0px;
        padding: 100px 0 0px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100vh;
	}
	.main-headbox::-webkit-scrollbar {
		width: 10px;
		background-color: transparent;
	}
	.main-headbox::-webkit-scrollbar-thumb {
		background-color: #888;
	}
	.main-headbox div {
		height: 100%;
	}
	.inner_slidetext {		
		font-size: 100px;
		padding: 0px 50px;
	}

	/*.main-headbox:before {
		background: url(images/menu-w-text-word.png) left top no-repeat;
		width: 100%;
		max-width: 730px;
		height: 547px;
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: 142px;
		z-index: -1;
	}*/


    body.admin-bar .main-headbox {
        top: 32px;
    }
    
    body.menuopen .headGroup {
        z-index: 99999 !important;
	}

    .main-headbox .row {
        margin: 0px;
        padding-top: 0px;
    }
    
    .menu-main-right-container ul {
        list-style: none;
        margin: 0px;
        padding: 71px 0px 40px 0;
        float: none;
        width: 35%;
		position: relative;
		min-height: 100%;
    }
    
    .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: #FAC6DE;
        /*padding: 71px 0 0 0px !important;*/
        width: 110%;
        min-width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
		/*height:100%;*/
		top:0;
        left: 100%;
		flex-direction: column;
		justify-content:center;
    }
    
    .menu-main-right-container ul li ul ul {
        background: #6f152a;
        padding: 71px 20 0 30px !important;
        z-index: 115;
        position: absolute;
		top: 0;
		transform: inherit;
        width: 80%;
		min-width: 100%;
		/*height: 100% !important;*/
    }
    .menu-main-right-container ul li ul li {
        background: transparent;
    }
    
    .menu-main-right-container ul li{
		margin-bottom: 14px;
    }
    .menu-main-right-container ul li:last-child a {
        border: none;
    }
    .menu-main-right-container ul li a {
		font-size: 22px;
		border: none;
		line-height: 1.25;
		color: #ffffff;
		font-weight: 300;
		padding: 10px 75px 10px 35px;
		text-transform: uppercase;
        display: block;
		position: relative;
		margin-right: 0;		
	}
	
    .menu-main-right-container ul ul li a {
		font-size: 16px;
		border: none;
		color: #0D203F;
		font-weight: 300;
		padding: 10px 75px 10px 35px;
		text-transform: inherit;
        display: block;
		position: relative;

		margin-right: 0;
	}

    .menu-main-right-container ul li a:hover {
		color: #6f152a;
		background: #FAC6DE;
    }
    .menu-main-right-container ul li:hover > a {
		color: #6f152a;
		background: #FAC6DE;
    }
	
	.menu-main-right-container ul ul li a:hover {
		background: #6f152a;
		color: #ffffff;
	}
	.menu-main-right-container ul ul li:hover > a {
		background: #6f152a;
		color: #ffffff;
	}



    .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li.menu-item-has-children > a:after {
        content: "\f105";
        position: absolute;
        right: 55px;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-style: normal !important;
        display: block;
		top: 10px;		
        width: 13px;
		height: 1.25em;
    }

   .menu-main-right-container ul li.menu-item-has-children:hover > a:after {
    }
    
	.menu-main-right-container ul ul li.menu-item-has-children:hover > a:after {
    }

    .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;
		top:10px;
    }
    /*.menu-main-right-container ul ul li.menu-item-has-children > a:after {
        top: 0;
    }*/
    .menu-main-right-container ul li:hover ul {
        display: block;
        left : 100%;
    }
    
    .menu-main-right-container ul li:hover ul li ul{
        display: none;
    }
    
    .menu-main-right-container ul li ul li{
        position: static;
        text-align: left;
        display: block;
		padding: 0px 0 0 0;
		margin-bottom: 7px;
    }
    .menu-main-right-container ul li ul ul li{
        position: relative;
        text-align: left;
        display: block;
		padding: 0px 0px;
		margin-bottom: 0;
    }
    .menu-main-right-container ul ul li:after {
        display: none;
    }
    /*.menu-main-right-container ul ul li a {
        color: #ce122d;
        text-shadow: none;
        font-size: 16px;
        display: block;
        line-height: 24px;
        padding: 5px 30px 5px 26px;
        margin: 0px !important;
        font-weight: 500 !important;
                
        border-bottom: none;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .menu-main-right-container ul ul li a:hover {
		color: #ffffff;
		background-color: #ce122d;
        text-decoration: none;
    }
    .menu-main-right-container ul ul li:hover > a {
		color: #ffffff;
		background-color: #ce122d;
        font-weight: 500 !important;
    }*/
    
    .menu-main-right-container ul li ul li ul {
        left : 100% !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;
    }

	.menu-main-right-container ul ul ul li a {
		font-size: 16px;
		border: none;
		line-height: 25px;
		color: #ffffff;
		font-weight: 300;
		padding: 0px 75px 0px 35px;
		text-transform: inherit;
   }

   .menu-main-right-container ul ul ul li a:hover {

		text-decoration: underline;
		color: #FAC6DE;
		text-underline-offset: 3px;
		text-decoration-thickness: 1px;

	}


    .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 {
        text-align: center;
		z-index: 9;
		margin-bottom: 30px;
    }
    .headimage-box .menu_link_on_img {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
		max-width: 100%;
        padding: 0px;
        text-align: center;
        background: transparent;
        z-index: 110;
        display: block;
                        
	}
	
	.headimage-box .menu_link_on_img:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 104;
		height: 30%;
		background: -moz-linear-gradient(top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	}



    
    .headimage-box .menu_link_on_img:hover {
    }
    .headimage-box .menu_link_on_img .menu_link_text {
        display: block;
        position: absolute;
        width: 100%;
		left: 0px;
		top: 30px;
        padding: 0px 25px;
		z-index: 111;
    }

	.headimage-box .menu_link_title {
		display: block;
		font-size: 30px;
		line-height: 40px;
		color: #ffffff;
		font-weight: 700;
		letter-spacing: 0.5px;
	}
	.headimage-box .menu_link_title:after {
		width: 75px;
		height: 6px;
		background: #d2232a;
		content: '';
		display: block;
		margin: 8px auto 0px;
	}



	.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;
    }
    
    body.menuopen .main-headbox .headGroup .container {
        max-width: 100%;
    }
    
    .main-headbox .headGroup .headerRight { 
        padding-top: 0;
    }
	
	.main-headbox .mainLogo {
		display: block !important;
	}
	.main-headbox .headGroup .row {
		align-items: center!important;
	}

	.menuopen .headGroup {
		z-index: 99999;
	}
	

	.menu-main-right-container ul li ul ul::after {
		content: '';
		background: #6f152a;
		position: absolute;
		height: 100%;
		width: 500%;
		top: 0;
		left: 100%;
	}


}
@media only screen and (max-width : 1400px) {
	.headGroup .button {
		min-width:0px;
	}
}
@media only screen and (max-width : 1200px) {	
	.dynamic-news .item {
		width: 100%;
		padding: 0;
	}
}

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

	.headerRight .searchToggle {

	}
	.headerRight .socialDesktop {
		margin-left: 0px;
		display: inline-block;
	}
	.homeBanner {
		/*max-height: 534px;*/
		min-height: 358px;
	}
	.homeBanner #hero .slide .slideImage {
		max-height: 358px;
		overflow: hidden;
	}

	.banner_links {
		padding: 0px;
		bottom: 0;
	}
	#videoWrap .banner_links {
		bottom: -150px!important;
	}
	.banner_links_content:after {
		display: none;
	}
	.banner_links_content {
		padding: 8px 20px 6px;
	}
	.banner_links_content .banner_link:after {
		display: block;
	}
	.banner_links_content .banner_link {
		margin: 0 !important;
		display: block;
		text-align: center;
		line-height: 40px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.banner_links_content .banner_link:last-child {
		border-bottom: none;
	}
	.banner_links_content {
		display: block;
	}
	.banner_links_right_section {
		font-size: 20px;
		position: absolute;
		top: -75px;
		width: 100%;
		display: block;
		float: none;
		max-width: 100%;
		left: 0;
		text-align: left;
		padding: 0 20px;
	}
#videoWrap .banner_links_right_section {
	display: none;
}

	#hero .slideText {
		padding: 0 18px 0px 41px;
		font-size: 23px;
		line-height: 24px;
		bottom: 280px;
	}

	#hero .slideText span {
		line-height: 50px;
		font-size: 71px;
		margin-left: -28px;
	}

	.homeBanner .slideImage:before {
		display: none;
	}	


	.welcomeBlock {
		padding: 40px 0 30px;
	}
	.welcome_image_section {
		order: 2;
	}
	.welcomeBlock .container {
		padding: 0px 20px;
	}	
	.welcomeBlockText {
		padding-bottom: 150px;
		position: relative;
		margin-bottom: 20px;
	}
	.welcome_videos {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0px 12px;
		margin-bottom: 0;
	}

	.welcomeBlockText .head_master_name_sign {
		padding: 0;
		position: relative;
		left: auto;
		text-align: left;
		margin-bottom: 30px;
		display: block;
	}

	.welcomeBlockText .head_master_name_sign:before {
		display: none;
	}

	.welcome_image_section .head_master_name_sign .welcome_name {
		visibility: hidden;
	}

	.welcome_image_section .head_master_name_sign img {
		visibility: hidden;
	}

	.welcomeBlockText p {
		margin-bottom: 0;
	}

	.welcome_links_block-btm ul {
		text-align: center;
	}

	.welcome_links_block-btm {
		margin: -22px -20px 0 -20px;
		padding: 35px 25px 20px;
	}


	.welcome_links_block-btm:after {
		width: 27px;
		height: 31px;
		border-top: 0;
		border-right: 0;
		border-bottom: 31px solid #ffffff;
		border-left: 27px solid transparent;
		position: absolute;
		right: 0px;
		bottom: 0;
		top: auto;
		content: '';
		display: block;
	}
	.welcome_links_block-btm:before {
		width: 27px;
		height: 31px;
		border-top: 0;
		border-left: 0;
		border-bottom: 31px solid #ffffff;
		border-right: 27px solid transparent;
		position: absolute;
		left: 0px;
		bottom: 0;
		top: auto;
		content: '';
		display: block;
	}


	.dynamic-callout .video_callout.callout .calloutContent {
		min-height: inherit;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.dynamic-callout .video_callout.callout .coimg {
		position: relative;
	}
	.dynamic-callout .video_callout.callout .coimg img {
		position: relative;
	}

	.homeDynamic.dynamic-quote .top-empty-bar .container {
		max-width: 80%;
	}
	.homeDynamic.dynamic-quote {
		padding: 5px 0 30px;
	}
	.homeDynamic.dynamic-quote .quote_content {
		padding-top: 190px;
		padding-right: 12px;
		margin-bottom: 50px;
	}


	.homeDynamic.dynamic-quote .quote_video .video_icon:after {
		width: 98px;
		height: 98px;
		line-height: 88px;
		background: rgba(255, 255, 255, 0);
		border: 6px solid rgba(255, 255, 255, 0.25);
		font-size: 33px;
		padding-left: 10px;
	}

	.page-heading h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.page-heading h1 span {
		line-height: 50px;
		font-size: 79px;
	}

	.homeDynamic.dynamic-quote .section_title h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.homeDynamic.dynamic-quote .section_title h2 span {
		line-height: 32px;
		font-size: 79px;
		margin-left:0;
	}

	.dynamic-video-text-section .section_title h2 {
		font-size: 26px;
		line-height: 30px;
		padding-left:0;
	}
	.dynamic-video-text-section .section_title h2 span {
		line-height: 52px;
		font-size: 79px;
	}

	.homeDynamic.dynamic-image .section_title h2 {
		font-size: 26px;
		line-height: 30px;
		padding-left:0;
	}	
	.homeDynamic.dynamic-image .section_title h2 span {
		line-height: 32px;
		font-size: 79px;
		margin-left:0;
	}



	.homeDynamic.dynamic-quote .quote_pagination {
		position: absolute;
		right: 0;
		bottom: -58px;
		width: 50%;
		text-align: right;
	}
	.homeDynamic.dynamic-quote .quote_categories {
		padding: 25px 0px 0;
		width: 50%;
		text-align: left;
	}
	.homeDynamic.dynamic-quote .quote_categories .quote_category_link {
		display: block;
		margin: 0;
	}
	.dynamic-birthday-checker-form {
		padding: 150px 0 15px;
	}
	.first-row-select select {
		width: 100%;
		margin: 0px 0 14px;
	}
	.first-row-select {
		margin-bottom: 15px;
	}
	.dynamic-video-text-section {
		padding: 60px 0 60px;
	}

	.dynamic-video-text-section .section_title h2 span {
		margin-left: -70px;
		margin-left: 0px;
	}
	.dynamic-video-text-section .section_title h2 {
		padding-left: 70px;
		padding-left: 0px;
	}
	.dynamic-video-text-section .section_title {
		text-align: left;
		margin-bottom: 40px;
	}
	.dynamic-video-text-section .video-img-box {
		order: 2;
	}
	.dynamic-video-text-section .button-2 {
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 40px;
		width: 85%;
	}
	.dynamic-video-text-section .video-img-box {
		padding-right: 12px;
	}

	.poi .poiTitle, .poi .poiTitle strong {
		font-size: 33px;
		line-height: 33px;
	}
	
	.homeDynamic.dynamic-image {
		padding: 50px 0px 130px;
	}
	
	.dynamic-news .news-details-box-inner {
		float: none;
		max-width: 100%;
	}
	
	.dynamic-news .row {
		margin: 0;
	}

	.dynamic-news .news-details-box {
		padding: 50px 12px 15px;
	}
	.dynamic-info-grid {
		padding-top: 0;
	}
	.c1, .c2, .c3 {
		padding: 0;
	}



	#navbar {
		width: 100%;
		max-width: 100%;
		background: #0D203F;
		padding: 0px;
		color: #ffffff;
		--link_colour:#fff;
		--link_colour_hover : #F1BBD3;
		top: 0px;
		height:100vh;
		padding:150px 0 0;
	}
	#navbar .menu-main-container {
		height: 100%;	
		overflow-x: hidden;
		overflow-y: scroll;		
		padding-bottom:45px;
	}
	#navbar .menu-main-container::-webkit-scrollbar {
		width: 10px;
		background-color: transparent;
	}
	#navbar .menu-main-container::-webkit-scrollbar-thumb {
		background-color: #888;
	}
	


	#navbar .menu-toggle {
		display: none;
	}

	#menu-main li.menu-item-has-children > .arrow {
		display: none;
	}
	#menu-main li {
		margin-bottom: 10px;
	}
	#menu-main li a {
		font-size: 30px;
		border: none;
		line-height: 50px;
		color: #ffffff;
		font-weight: 300;
		padding: 0px 75px 0px 35px;
		text-transform: uppercase;
	}
	#menu-main li.menu-item-has-children > a:before {
		content: '\f054';
		display: block;
		width: 12px;
		height: 1.25px;
		position: absolute;
		right: 55px;
		top: 0px;
		font-weight: 700;
		font-family: "Font Awesome 5 Free";
		transform: rotate(0deg);
		transition: 300ms;
        font-size: 20px;
	}
	
	#menu-main li.menu-item-has-children > a {
		padding-left: 35px;
	}

	#menu-main li.menu-item-has-children.open > a {
		display: none !important;
	}

	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 12px;
	}
	#menu-main .sub-menu li a {
		font-size: 16px;	
	}
	#menu-main .sub-menu li a:before {
		display: none;
	}
	#menu-main .sub-menu li.menu-item-has-children > a:before {
		display: block;
	}

	#menu-main .sub-menu {
		padding: 0;
		border: none;
	}
	#menu-main .sub-menu .sub-menu {
		padding-left: 0;
	}

	.back-to-main {
		font-size: 16px;
		font-weight: 500;
		text-transform: inherit;
		letter-spacing: 0px;
		margin-bottom: 0px !important;
		display: inline-block;
		position: relative;
		top: 0px;
		left: 20px;
	}
	.back-to-main:hover {
		color: #0D203F;
	}

	#navbar.menuLevel2 .back-to-main {
		color: #ffffff;
	}
	#navbar.menuLevel2 .back-to-main:hover {
		color: #FAC6DE;
	}




	#menu-main {
		margin: 0;
	}

	#menu-main .sub-menu li {
		margin-bottom: 0 !important;
	}

	/*#menu-main .sub-menu li.menu-item-has-children > .arrow {
	}
	#menu-main .sub-menu li.menu-item-has-children > a:after {
		background: url(images/faq-arrow.png) center center no-repeat;		
		width: 13px;
		height: 13px;
		font-size: 0;
		transform: rotate(90deg);
		content: '';
		display: block;
		position: absolute;
		right: 0px;
		top: 12px;
	}*/

	.menuopen .headGroup {
		box-shadow: none !important;
		z-index: 99999 !important;
	}

	

	.page-heading {
		margin-bottom: 35px;
	}	

	.main-headbox {
		display: none;
	}

	.welcomeBlockText p br, .dynamic-birthday-checker-form .section_title h3 br {
		display: none;
	}

	.homeDynamic.dynamic-quote .section_title h2 span {
		line-height: 50px;
	}

	.dynamic-video-text-section .section_title h2 {
		line-height: 35px;
	}	
	.dynamic-video-text-section .section_title h2 span {
		line-height: 60px;
	}
	
	.row.quick_links.owl-carousel {
		margin: 0;
	}
	.row.quick_links.owl-carousel .owl-stage-outer {
		padding: 0;
	}
	.dynamic-info-grid {
		padding: 80px 0 60px;
	}

	

}
@media (max-width:767.9px){
	.sidebar {
		display: none;
	}

}
.dynamic-news .owl-carousel .owl-item img {
	object-fit: cover;
}



.homeDynamic .quote_img .image_text_img{
	display: block;
	background: #6f152a;
	-webkit-mask-image: url(images/shape-2.png);
	mask-image: url(images/shape-2.png);
	mask-size: cover;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.homeDynamic.dynamic-image .image-item {
	display: block;
	background: transparent;
	-webkit-mask-image: url(images/shap-1-masking.png);
	mask-image: url(images/shap-1-masking.png);
	mask-size: cover;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.dynamic-news .owl-item.active .item .news_image {
	background: #18223f;
	padding: 0;
}
.dynamic-news .owl-item.active .item .news_image img {
	display: block;
	background: #18223f;
	-webkit-mask-image: url(images/shape-3.png);
	mask-image: url(images/shape-3.png);
	mask-size: cover;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}



.dynamic-news .owl-dots {
	width: 100%;
    max-width: 1140px;
    text-align: right;
	margin-top: -45px;
	position: relative;
	padding: 0px 30px;
}
.dynamic-news .owl-dots .owl-dot {
	margin: 0 0 0 10px;
}
.dynamic-news .owl-dots span {
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.4);
}
.dynamic-news .owl-dots .owl-dot.active, .dynamic-news .owl-dots .owl-dot {
	opacity: 1;
}
.dynamic-news .owl-dots .owl-dot.active span {
	background: rgba(255,255,255, 1);
}



.excerptLinks {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
	margin-bottom:1.5rem;
}


.excerptLink .excerptLinkImg {
	position:relative;
	margin-bottom:10px;
}
.excerptLink .excerptLinkImg:before {
	content:'';
	display:block;
	width:100%;
	padding-top:154.64%;
}
.excerptLink .excerptLinkImg img{
	position: absolute;
    left: 50%;
    top: 50%;
	width:auto;
	height:auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: translate(-50%,-50%);
	transition:300ms;
}
.excerptLink .excerptLinkImg:hover img{
	box-shadow: 0 2px 0 0 #074065,
	0 -2px 0 0 #074065,
	 -2px 0 0 0 #074065,
	 2px 0 0 0 #074065,
	0 0 0 2px #074065;
}
.excerptLink p {
	margin:0 0 3px;
}
/*
.excerptLink a {
	text-decoration:underline;
}
.excerptLink a:hover {
	text-decoration:none;
}*/
.popupAlert {
	max-width: 780px !important;
	padding: 65px 35px !important;
	letter-spacing: 0px;
	background: #6f152a !important;
	text-align: left !important;
	color: #ffffff !important;
}

.popupAlert .noticeText p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

.popTitle { 
	text-transform: inherit;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	font-family: "GillSansNovaUltraLight";	
}

.fancybox-button svg path {
	color: #ffffff !important;
}



.popupAlert .button-2 {
	max-width: 250px;
	color: #ffffff;
}
.popupAlert .button-2:hover {
	color: #FAC6DE;
}

.popupAlert .button-2 span {
	color: #ffffff;
}
.popupAlert .button-2:hover span {
	color: #FAC6DE;
}
.popupAlert .button-2:after, .popupAlert .button-2:before {
	background: #ffffff;
}
.popupAlert .button-2:hover:after, .popupAlert .button-2:hover:before {
	background: #FAC6DE;
}


a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* events calendar */

button.tribe-common-c-btn, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #0D203F!important;    
	color:#fff!important;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #0D203F!important;
    font-weight: 700;
}

.tribe-common .tribe-common-c-svgicon, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-single-event-title, .tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #0D203F!important;
}

.tribe-events .tribe-events-c-ical__link, .tribe-common .tribe-common-c-btn-border {
    color: #0D203F!important;
    border-color: #0D203F!important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #FAC6DE!important;
}

.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: none!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;
}

.tribe-events ul li:before, .tribe-events-pg-template ul li:before {
    content: none;
}

/* styles for new video banner */

.homeBanner:before {
    content:'';
    display:block;
    width:100%;
    padding-top:100vh;
    }
    .videoframe {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
    }
    @media(max-width:992px){
        .videoframe {

        }   
        .homeBanner:before {
            padding-top:45vh;
        }	
        .fancybox-slide--iframe .fancybox-content {
            width: 100%;
            max-width: 100%;
            height: 35%;
        } 
    }
    .videoframe video{
        width:100%;
        height:100%;
        position:absolute;
        top:0px;
        left:0;
        object-fit:cover;
        object-position: center;
        vertical-align:top;
    }
    .videoframe {
        background:#000;
    }
    
    .fas.fa-pause {font-size: 50px;}
    
    .videoframe:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 )
    }
    
    .videoframe .videoPlayer{
        position:absolute;
        top:90%;
        left:50%;
        transform:translateX(-50%) translateY(-50%);
        color:#fff;
        z-index:3;
        font-size:95px;
        cursor:pointer;
        opacity:0.7;
    }
    @media (min-width:992px){
        .videoframe .videoPlayer{		
            font-size:140px;
        }
    }
	 @media(max-width:768px){
		 .homeBanner .videoframe {
		 }
		 #videoWrap .banner_links {
			 left:60px;
			 width:auto;
			 right:0;
		 }
	 }
	/* Entry checker */

.form_block {
    max-width: 914px;
    margin: 0px auto;
}

/*.form_block select {
    width: 90px;
    padding: 0px 25px 0px 5px;    
    background:#6f152a !important;
    height: 60px !important;
    color: #fff !important;    
    font-size: 14px !important;
    text-align: center !important;
    letter-spacing: 1px !important;
    vertical-align: inherit !important;
    border: none !important;
}*/

.text-birth {
    display: inline-block;
    padding: 18px 25px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #0D203F;
    vertical-align: top;
	margin-right: 10px;
}

@media only screen and (max-width: 991px) {
.text-birth {
    margin-bottom: 10px;
	width: 100%;
}
.form_block select {
    margin-bottom: 10px;
}
.form_block h2 span {
    font-size: 30px;
}
}
.first-row-select {
    vertical-align: top;
    margin-bottom: 20px;
}

.second-row-select {
	text-align: center;
}


.form_block .dob.button {
	margin-top: 0;    
    text-transform: unset!important;
    font-size: 16px!important;
	padding-top: 8px!important;
}

.slider-caption-top a, .slider-caption-top-posttype a {
    display: inline-block;
    padding: 30px 25px;
    background: #0D203F;
    color: #fff;
    line-height: 22px;
    margin: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;	
	width: 120px;
	text-align: center;
}

.slider-caption-top a.cycle-pager-active, .slider-caption-top a:hover, .slider-caption-top-posttype a.cycle-pager-active, .slider-caption-top-posttype a:hover {
    background: #6f152a;
    color: #fff;
}

.dynamic-entry-checker {
    padding: 30px 0px 0px;
    position: relative;    
    margin: 0px;
}

.dynamic-entry-checker #registration_timeline {
    margin-top: 40px !important;
}



.time_line .button-2 {
	margin-bottom: 50px;
}

.dynamic-entry-checker h4 {
    max-height: inherit;
    text-align: left;    
    color: #18223f;
    line-height: 30px;
    position: relative;
    z-index: 9;
    font-size: 22px;
    margin-bottom: 20px;
}

.dynamic-entry-checker .time_line_single {
    padding: 40px 0;
    font-size: 16px;    
}
#entry_checker_form {
	text-align: center;
}
.homeDynamic.dynamic-entry-checker .time_line_single {
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
	color:#18223f;
	--body_colour: #18223f;
    --link_colour: #6f152a;
    --link_colour_hover: #6f152a;
}
.dynamic-entry-checker .time_line_single_inner {
    text-align: left;
    padding: 20px 20px 20px 40px;
    position: relative;
}
.dynamic-entry-checker .time_line_single_inner:after {
    background: rgba(0, 0, 0, 0.25);
    height: 1px;
    width: 100%;
    content: '';
    margin: 20px auto;
    display: block;
}
.dynamic-entry-checker .time_line_single_inner:before {
    background: #18223f;
    height: 20px;
    width: 20px;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 21px;
}

.slider-caption-top-posttype {
	text-align: center;
}

.dynamic-entry-checker .time_line_single_inner .years_column {
    color: #18223f;
    font-weight: 300;    
}
.dynamic-entry-checker .time_line_single_inner .title_column {
    color: #18223f;    
    font-size: 28px;
	line-height: 30px;
}
.dynamic-entry-checker .time_line_single_inner .details_column {
    line-height: 24px;    
}





@media only screen and (max-width: 991px) {
.dynamic-entry-checker .time_line_single_inner:before {
    left: 0;
}
.dynamic-entry-checker h4, #entry_timeline h2, .dynamic-entry-checker p, .first-row-select,.second-row-select, .dynamic-entry-checker h2 {
    text-align: center;
}
.time_line .button-2 {
	margin-left: auto;
	margin-right: auto;
}
.details_column p {
	text-align: left;
}
}

@media only screen and (max-width: 767px) {    
.dynamic-entry-checker h2 {
    font-size: 45px;
}
.dynamic-entry-checker p {
    font-size: 18px;
}
.dynamic-entry-checker .col-lg-12 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.dynamic-entry-checker .container {
    max-width: 100%;
}
.form_block .dob.button {
	display: none;
}	
}
/* A Day in the Life Timeline */

	/*Timeline design*/


.timeline_item {
    /* margin-top: -190px; */
}

.timeline_section h3 {	    
		text-align: center;
		font-size: 35px;
}

.timeline_img {
    width: 350px;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.timeline__wrapper {
    display: inline-block;
    position: relative;
	padding-bottom:80px;
	text-align:left;
}
.timeline__wrapper > *{
	position:relative;
	
}
.timelineDropdown.faq {
    width: 350px;
	position:relative;	
	z-index:60;
}
.timelineDropdown .timelineBtn.faq-question {
    padding: 10px 50px 10px 20px;
	text-transform:none;
}
.timelineDropdown .timelineBtn.faq-question:before{
	display:none;
}
.timelineDropdown .timelineTxt.faq-answer {
	/*position:absolute;
	top:100%;
	left:0;*/
	width:100%;	
    padding:20px;
	background:#dfdfdf;
}
.timeline_item {
    text-align: left;
    position: relative;
}

.timeline_time {    
    margin-bottom: 10px;
    font-size: 32px;
	font-weight:300;
    text-align: left;
}

.timeline_title {
    font-size: 40px;
    font-weight: 900;
	margin-top: 15px;
	color: #313232;
}



.timeline_section_wrap .container {
    position: relative;
}


.tl_button {
	text-align: center;
}

.timeline_section .btn {    
    background: #6f152a;
    border-radius: 0;
    color: #fff;
    font-size: 19px;
    padding: 10px 20px;
    min-width: 220px;
    text-align: left;
    position: relative;
	font-family: 'Frutiger';
}

.timeline_section .btn:hover { 
background: #6f152a;
}	

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

.timeline_section_wrap .container:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #6f152a;
    left: 50%;
    top: 0;
    display: block;
}


.timeline_head {
    padding: 5rem;
    background: #6f152a;
    text-align: center;
    font-size: 42px;
}

.timeline_head h3 {
    color: #fff;
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1200px)  {
    .timeline_img {
        width: 250px;
        height: 250px;
    }
	.timelineDropdown.faq {
		width: 250px;	
	}
    .timeline_item:before {
        top: 120px;
    }
}

.timeline_section_wrap .container {
    padding-top: 6rem;
}


@media (min-width: 768px) and (max-width: 1024px) {

    .timeline_head .container {
        width: 100%;
    }

    .timeline_item.timeline__wrapper {
        transform: translateX(0) !important;
    }
}



@media (max-width: 767px) {
    .timeline_item .timeline__wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
		background:#fff;
		padding:10px 10px;
		margin-bottom:50px;
    }


    .timeline_item {
        text-align: center;
        margin-top: 25px !important;
    }
    .timeline_time {
        margin: 0;
        padding-bottom: 10px;
        background: #fff;
    }

    .timeline_title {
        background: #fff;
    }

    .timeline_button {
        margin-top: 3rem;
        padding: 12px 25px;
        width: 90%;
        font-size: 20px;
    }
}
@media (min-width:768px){
	.timeline_item:after {
		content: "";
		display: block;
		position: absolute;
		height: 15px;
		width: 15px;
		background: #6f152a;
		right: 0%;
		-webkit-transform: translateX(7.5px);
		-ms-transform: translateX(7.5px);
		transform: translateX(7.5px);
		border-radius: 20px;
		top: 120px;
		z-index: 0;
	}
	.timeline_item:nth-child(even):after {
		right: auto;
		left:0;
		-webkit-transform: translateX(7.5px);
		-ms-transform: translateX(7.5px);
		transform: translateX(-7.5px);
	}
	.timelineGroup {		
		display: flex;
		flex-wrap: wrap;
	}
	.timeline__wrapper {
		max-width:90%;
	}
	.timeline_item {
		flex: 0 0 auto;
		width: 50%;
	}
	.timeline_item:nth-child(even) {
		margin-top: 50px;
		text-align:right;
	}
	.timeline_item:before {
		content: "";
		display: block;
		position: absolute;
		height: 1px;
		width: 100%;
		background: #6f152a;
		right: 0%;
		top: 126px;
		width: 50%;
	}
	.timeline_item:nth-child(even):before {
		left: 0%;
		right: auto;
	}
	
}
@media (min-width:1200px){
	.timeline_item:before {
		top: 176px;		
	}
	.timeline_item:after {
		top:170px;
	}
}
.mainContent .timeline_head h3 {
    color: #fff;
}

.mainContent .timeline_section_wrap .container {
    width: 100%;
}

.mainContent .timeline_img {
    width: 250px;
    height: 250px;
}

.mainContent .timeline_item:before {
    top: 126px;
}

.mainContent .timeline_item:after {
    top: 120px;
}
@media (min-width: 1200px) {
	.timeline_item:nth-child(even) {
		margin-top: 80px;
	}
}
.tribe-common .tribe-common-g-row.tribe-events-calendar-list__event  {
    flex-direction: row;	
}
.tribe-common .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper  {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-right: 0px;
}
.tribe-common .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details   {
	flex:1;
}
@media print{
	body > *,
	header.mainHeader,
	#pageBanner,
	footer#footer{
		display:none!important;
	}
	body > .wrapper {
		display:block!important;
	}
	.newsletterArchive {
		display:none!important;
	}
}

/* column content news posts block */

.bodyContent .newsItem .newstitle {
	margin-top:1em;
	line-height:1.2;
	min-height:2.4em;
}
.bodyContent .newsItem a:hover{
	text-decoration:none;
}
.bodyContent .newsItem p.date {
	font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
	color:#9e9e9e;
}
.bodyContent .newsItem p.date a{
	color:inherit;
}
.bodyContent .newsItem .featuredImg{
	/*padding-top:65.2%;*/
	position:relative;
	overflow:hidden;
	height:300px;
}
.bodyContent .newsItem .featuredImg img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.bodyContent .newsItem .newsExcerpt {
	line-height:1.5;
	height:6em;
	overflow:hidden;
	margin-bottom:0.75em;
}
.bodyContent .news-carousel .owl-nav {
	position:static;
}
.bodyContent .owl-carousel.news-carousel  .owl-nav button.owl-next,
.bodyContent .owl-carousel.news-carousel  .owl-nav button.owl-prev {
	position:absolute;
	top:150px;
	width:50px;
	height:50px;
	background:#0D203F;
	color:#fff;
    font-size: 27px;
}
.bodyContent .owl-carousel.news-carousel  .owl-nav button.owl-next.disabled,
.bodyContent .owl-carousel.news-carousel  .owl-nav button.owl-prev.disabled {
	display:block;
	opacity:0.6;
}

.bodyContent .owl-carousel.news-carousel  .owl-nav button.owl-prev {
	left:0;
}
.bodyContent .owl-carousel.news-carousel  .owl-nav button.owl-next {
	right:0;
}

/* social wall */
.sb-wall {
	padding:0!important;
}

[id^=sb-wall].sb-wall .sbsw-item-media {
    max-height: 230px!important;
}

.sbsw-owl-nav>div {
    top: 32%!important;
    padding: 10px 15px!important;
}

.sbsw-owl-nav .sbsw-owl-next {
    margin-right: 15px!important;
}

.sbsw-owl-nav .sbsw-owl-prev {
    margin-left: 15px!important;
    padding: 10px 15px!important;
}

.chatbot-image-container {
    width: 40px!important;
    height: 40px!important;
}
/* global banner alert */
.banner-alert {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: #FAC6DE;
    padding: 0;
    transition: bottom .3s linear;
    width: 100%;
    max-width: 100%;
    /*animation-name: uk-fade,uk-slide-bottom;
    animation: .5s ease-out both;*/
}
.alert-inner {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.alert-close {
    transform: translateY(-50%);
    position: absolute;
    top: 20px;
    right: 15px;
    opacity: 0.6;
    transition: .1s ease-in-out;
    transition-property: color,opacity;
    overflow: visible;
    display: inline-block;
    line-height: 0;
}
.banner-alert p {
	margin: 0 30px 0 20px;
}


/*Pin to scroll home page*/
.welcomeContent {
	display: flex;
	position: relative;
	width:100%;
	justify-content: center;
	align-items: center;
	padding-top:40px;
	padding-bottom:40px;
	background-color: #000;
	--title_colour : #fff;
	--title_colour_alt : #fff;
	color:#fff;
	--link_colour : #fff;
	--link_colour_hover : #FAC6DE;
	min-height:100vh;
	text-align: center;
}

.welcomeContent:after {
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2;
	background: transparent linear-gradient(180deg, #00000000 0%, #00000066 34%, #00000099 50%, #00000066 67%, #54545400 100%) 0% 0% no-repeat padding-box;
}

.welcomeContent .welcomeContentInner{
	width:100%;
	position: relative;	
	z-index: 5;
}
.welcomeContent .welcomeContentInner strong {
	font-weight:initial;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.welcomeContent .welcomeImage {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    object-fit: cover;
	opacity: 0.95;
}
.welcomeContent .bottomLeftLink {
	position: absolute;
	left:20px;
	bottom:20px;
	z-index: 10;
}
.welcomeContent .bottomLeftLink a{
	display: inline-block;
}
.welcomeContent .bottomLeftLink a span.icon{	
    display: inline-block;
    width: 76px;
    height: 76px;
    border-radius: 15px;
    background: #6f152a;
    color: #fff;
    position: relative;
    vertical-align: middle;
	margin-right:10px;
}

.welcomeContent .bottomLeftLink a:hover span.icon{	
    background-color: #FAC6DE;
    color: #6f152a;
}
.welcomeContent .bottomLeftLink a span.icon:before{
	content:'';
	display: block;
	position: absolute;
	width:22px;
	height:26px;
	top:50%;
	left:50%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color:currentColor;
	margin-top:-13px;
	margin-left:-11px;
}
@media (min-width:992px){
	.welcomeContent .bottomLeftLink {
		bottom:40px;
		left:5%;
	}
}

.pinItem {
	display: flex;
	position: relative;
	width:100%;
	justify-content: center;
	align-items: center;
	padding-top:40px;
	padding-bottom:40px;
	min-height:100vh;
	text-align: center;
}

.pinItem.hasBg {
	background-color: #000;
	--title_colour : #fff;
	--title_colour_alt : #fff;
	color:#fff;
	--link_colour : #fff;
	--link_colour_hover : #FAC6DE;
}

.pinItem.hasBg:after {
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2;
	background: transparent linear-gradient(180deg, #00000000 0%, #00000066 34%, #00000099 50%, #00000066 67%, #54545400 100%) 0% 0% no-repeat padding-box;
}

.pinItem .pinItemInner{
	width:100%;
	position: relative;	
	z-index: 5;
}
.pinItem .pinItemImage {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    object-fit: cover;
	opacity: 0.95;
}

.greatCharacterSection  {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
	position: relative;
}

.greatCharacterSection .container {
	position: relative;
	z-index:2;
}
.greatCharacterSection .container:before  {
	position: absolute;
	content: '';
	display: block;
	width: 1170px;
	height: 410px;
	left: -3%;
	top: 50%;
	transform: translate(0%, -54%);
	background-image: url(images/greatchar-bg_full.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.greatCharacterSection .owl-dots {
	position: absolute;
	top:100%;
	left:0;
	width:100%;
	margin-top:50px;
}
.dropdownSwitch {
	margin-top:30px;
}
@media (max-width:991px){
	.dropdownSwitch {
		position: relative;
		margin:80px auto 0;
		width: 310px;
		max-width:100%;
	}
	.dropdownSwitch .select {
		color: var(--button_colour);
		font-size: 16px;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 3px;
		line-height: 1.5;
		padding: 16px 23px 13px;
		background-color: var(--button_bg);
		border: solid 1px var(--button_border);
		text-decoration: none !important;
		display: block;
		text-align: center;
		width:100%;
		border-radius: 9px;
		position: relative;
		padding-right:20px;
		cursor: pointer;
	}
	.dropdownSwitch .select:after {
		content:'';
		display: block;
    width: 12px;
    height: 6px;
    color: inherit;
    line-height: 6px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 26px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0;
    background: url(images/down-arrow.png) center center no-repeat;
	}
	
	.dropdownSwitch.open .select:after {
		transform:rotate(180deg);
	}
	.dropdownSwitch .dropdownSwitchList{
		display: none;
		position: absolute;
		bottom:100%;
		left:0;
		background-color: var(--button_bg);
		z-index: 100;
		margin:0;
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
		width:100%;
        padding-bottom: 10px;
        margin-bottom: -10px;
		border-radius: 9px;
        overflow: hidden;
	}
	.dropdownSwitch.open .dropdownSwitchList {
		display: block;
	}
	
	.dropdownSwitch .dropdownSwitchList > *{
		padding:0;
	}
	.dropdownSwitch .dropdownSwitchList .button{
		border-radius: 0;
		width:100%;
	}
}

@media (min-width:992px){
	.greatCharacterSection  {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	.greatCharacterSection .container:before  {
    	width: 1440px;
    	height: 450px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -54%);
	}
}
@media (max-width:1199px){
	.greatCharacterSection .container {
        max-width: 700px;
        padding-left: 50px;
        padding-right: 50px;
	}
}
@media (max-width:991px){
	.greatCharacterSection .container {
        max-width: 350px;
        padding-left: 50px;
        padding-right: 50px;
	}
}

@media (min-width:1200px){
	.greatCharacterSection .container:before  {
	left: 50%;
	transform: translate(-50.2%, -53%);
	width: 1270px;
	height: 475px;		
	}
	
}
@media (min-width:1400px){
	.greatCharacterSection .container:before  {
		width: 1481px;
	}
}
