/*

	Theme Name: Schoolcms - Highclare 2025

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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



body {  

    font-family: 'Open Sans', sans-serif;
    
    font-size: 16px;
    
    line-height:26px;
    
    font-weight:400;
    
    color: #414042;
    
    margin: auto;  
    
    padding-top: 1px;
    padding-bottom: 1px;

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

a {

	color:#000;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;

}

.bodyContent a {
    color:#ab162b;
}
.bodyContent a:hover {
    color: #ab162b;
    text-decoration: underline;
}

h1,h2,h3,h4,.entry-title {

	color:#000;
    font-weight: 700;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom: 30px;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 45px;

	margin-bottom:30px;
    
    line-height: 45px;

}



h2 {



}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

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

.blockButton > a,

a.readmore {

	display: inline-block;

    color: #676767;

    border: solid 1px #676767;

    font-size: 0.9em;	

    background: #e0e0e0;

    line-height: 1.4em;

    padding: 0.7em 1.5em;

    text-transform: uppercase;

    position: relative;

    transition: 300ms;

    margin: 12px 0;

}

.blockButton> a:hover,

a.readmore:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}



.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\******/


#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width:100%;

	margin:0 auto 0px;

	overflow:hidden;

	min-height:410px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top: 40.834%;

}

#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:100vh;

	height:100vh;

	min-height:100vh;

}

@media(min-width:768px){

	.homeBanner {

		max-height:880vh;

	}

	.homeBanner:before {

		content:'';

		display:block;

		padding-top:56.08%;

	}

}

.homeBanner .slideImage:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

    background: rgba(0,0,0,0.12);

}

#hero .slideText{

	bottom: 5%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}



.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.dynamic-gallery .gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:7.5px;

	margin-bottom:0;

}

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

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

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

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

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

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

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

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.dynamic-gallery .gallery  .gallery-item {

	float:left;	

}



.breadcrumbs {

	font-size:12px;

	color:#676767;

	text-transform:uppercase;

	padding-top:5px;

	padding-bottom:20px;

	border-bottom:solid 1px #d7d9d9;

	min-height:45px;

	position:relative;

	padding-right:45px;

}

.breadcrumbs a{

	color:#676767;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#000;

}





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input#s{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:#969696;

	padding: 4px 10px;

	border-bottom:solid 1px;

}

.sidebar .searchform input#s{

	padding: 7px 10px;

}

.sidebar .searchSubmit {

	top:3px;

}

.sidebar input.s {
    width: 100%;
}

.searchform input#s:focus{

	outline:0;

}

.searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:#fff;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

}

.headerSearch {

	max-width:100px;

}

.headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: transparent;

  text-transform:uppercase;

  opacity: 0; /* Firefox */

}



.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}



.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}



@media (min-width:992px){

.headerSearch {

	max-width:150px;

}

.headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #969696;

  text-transform:uppercase;

  opacity: 1; /* Firefox */

}



.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}



.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}

.headerSearch .searchform input#s{

	border-bottom:none;

}

}





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

    EMBEDS

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

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

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



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

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

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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:947px !important;
  position: relative;
  
  padding: 80px 100px 20px 100px !important;
  
  text-align: center !important;

}

.popupAlert:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
}

.noticeBody {

  width:100%;
  position: relative;
  z-index: 11;

}

.popupAlert .popupImg {

  padding:10px 5px; 

}


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

.popupAlert .popupImg img {

  width: auto;

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;
  
  color: #414042;
  
  font-size: 20px;
  
  line-height: 30px;
  
  font-weight: 300;
  
  position: relative;
  z-index: 12;

}

.popupAlert .noticeText *{

  max-width:100%;

}
.popupAlert .noticeText h3 {
    line-height: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #414042;
    margin-bottom: 30px;
}
.popupAlert .noticeText .popTitle {

    margin: 0px 0 40px;
    line-height: 30px;
    font-size: 30px;
    text-transform: inherit;
    font-weight: 700;
}

/*.button.alert_button {
    margin-top: 50px;
    display: inline-block;
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
.button.alert_button:hover {
    border: 1px solid #ff6b35 !important;
    background: #ff6b35 !important;
    color: #ffffff !important;
}*/
.fancybox-slide--html .fancybox-close-small {
    color: #ffffff !important;
    right: 20px !important;
    top: 0 !important;
    width: 40px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    background: #ab162b;
}
.fancybox-button svg {
    position: absolute!important;
    top:4px;
    left:4px;
    width: 80%!important;
    height: 80%!important;
}





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


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

 

.button.alert-button {
    margin-top: 30px;
}

.fancybox-content {
    background: transparent;
    padding: 0 !important;
}



.popupAlert {

  width:100%;

  max-width:947px !important;
  position: relative;
  text-align: center !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

}

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

.noticeBody {

    width:100%;
    position: relative;
    z-index: 11;
    
    padding: 80px 100px 20px 100px !important;



}







/*news*/

h2.list-item-title{



}

h2.list-item-title a{

	text-decoration:none;

}

h2.list-item-title a:hover{

	text-decoration:underline;

}

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}





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

    HEADER

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color:#969696;

	background:#fff;

	border-bottom:solid 1px #fff;

	transition:300ms;

	padding-top:15px;

	padding-bottom:15px;

	text-align:center;

	z-index:220;

	position:fixed;

	height:100px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

	border-bottom-color:#676767;

}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



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

	.socialDesktop {

		display:block;

	}

}

/*header*/

header {

	position:relative;

}



header.mainHeader {

	height:94px;

}

header.mainHeader {

	height:0;	

}

.admin-bar .headGroup {

	margin-top:46px

}

.admin-bar.fixedHeader .headGroup  {

	margin-top:0;

}


	

@media (min-width:768px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		margin-top:32px

	}

	

	

	

}

/*home*/

@media (max-width:1349.99px){	

}

	.headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.headGroup a{

		color:#fff;

	}

	.headGroup .socials li:before,

	.headGroup .socials li:last-child:after{

		background:#fff;

	}

	.headGroup .searchform input#s {

		color:#fff;

	}

	.headGroup .searchform input#s {

		

	}

	.headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

		  color: #fff;

	}



	.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */

		  color: #fff;

	}



	.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */

		  color: #fff;

	}

	.headGroup .searchSubmit {

		color:#fff;

	}


@media (min-width:1350px){

	.headerRight .menu-toggle {		

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		right:auto;

		float:right;

	}

	.headerRight .topMenuSide {

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		left:auto;

	}

	.headerRight .topMenuSide span{

		display:inline;

	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		margin-left: 0px;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}


@media (min-width:1200px){

	/*.headerRight .menu-toggle {	

		margin-left:0px;

	}	*/

}



.headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle {

	font-size:14px;

	padding:10px 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:15px;

	position:relative;

	cursor:pointer;

}



.topMenuSide .menu{

	position:absolute;

	background:rgba(255,255,255,0.8);

	color:#969696;

	list-style:none;

	margin:0;

	padding:0 20px;

	right:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;

}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 45px;

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

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#969696;	

}

.topMenuSide .menu a:hover{

	color:#000;

	text-decoration:none;

}



@media (min-width:768px){

/*.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}*/

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:40px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:35px;

	line-height:30px;

	vertical-align: middle;

}

.menu-toggle .toggleText{

	display:inline-block;

	display:none;

	vertical-align:middle;

	font-size:14px;

}

@media (min-width:1350px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 30px;

    height: 1px;

    margin: 8px 0;

    background-color: #969696;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	right:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

.menu-toggle span:nth-child(1){

    transform-origin:50% 8px;

}

.menu-toggle span:nth-child(3){

    transform-origin: 50% -8px;

}

body.menuopen .menu-toggle span:nth-child(1){

	transform:rotate(135deg) translateY(6px)

}

body.menuopen .menu-toggle span:nth-child(2){

	opacity:0;

	transform:rotate(360deg);

}

body.menuopen .menu-toggle span:nth-child(3){

	transform: rotate(-135deg) translateY(-7px);

}



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

	background:#000;

}

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

	background:#000;

}





	#navbar{

		position: fixed;

		right: 0;

		transition: transform 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 280px;

		transform:translateX(100%);

		overflow-x: hidden;		

		font-size:1.2em;

	}



	body.menuopen  #navbar{ 

		transform:translateX(0%);

		z-index: 9999;

		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

		box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:40px;

		position:relative;

		display:none;

		font-size:0.9em;

	}

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

		

		border-bottom:none;

	}

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

		display:block;

	}

	

	#menu-main .sub-menu a {

		padding:10px 10px;

	}

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

		padding-left:35px;

	}

	

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

		position:absolute;

		left:0;

		top:0;

		height:68px;

		width:30px;

	}

	@media (min-width:1200px){

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

			height:75px;

		}

	}

	#menu-main li.menu-item-has-children > .arrow:after{

		position:absolute;

		    content: '\f054';

			display: block;

			width: 11px;

			height: 27px;

			position: absolute;

			left: 12px;

			top: 21px;

			font-weight: 700;

			font-family: "Font Awesome 5 Free";

			transform: rotate(0deg);

			transition: 300ms;

	}

	#menu-main li.open.menu-item-has-children > .arrow:after{

		transform:rotate(90deg);

	}

	#menu-main .sub-menu  li.menu-item-has-children > .arrow {

		height:47px;

	}

	#menu-main .sub-menu li.menu-item-has-children > .arrow:after{

		top:15px;

	}

#menu-main .sub-menu  .sub-menu{

	padding-left:20px;

}

#menu-main .sub-menu  .sub-menu li.menu-item-has-children > .arrow{

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



#footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}
@media (max-width:767.99px){
	.alignleft,
	.alignright,
	a img.alignright,
	a img.alignleft{
		float:none;
		margin:5px auto 5px 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 {



}









.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

.footer-links li:last-child:after{

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}









.side-menu-container {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/

#menu-side > li > a {

	font-size:1.25em;

}

#menu-side > li > a span{	

	padding:16px 8px 16px 0;

	border-bottom:solid 1px #CBCBCB;

	display:inline-block;

	font-weight: 400;

}

#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

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

	margin:10px 0;

}

/*main Sub menu items*/

#menu-side .sub-menu li.current-menu-ancestor a,

#menu-side .sub-menu li.current-menu-item a{	

}

#menu-side .sub-menu li.current-menu-item > a{

	color:#676767;

}

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

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}

#menu-side .sub-menu li a:hover{

	color:#676767;

}

#menu-side .sub-menu .sub-menu {

	background:rgba(0,0,0,0.1);

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

#menu-side .sub-menu .sub-menu a > span{

	padding-left:0px;

}





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

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){

	.menu-toggle {

		color:#fff;

	}

	.menu-toggle span {

		background-color:#fff !important;		

	}

}


body.menuopen {

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}



.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:40px;

	margin-bottom:40px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 2.2em;

}



/**** Image ****/

.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

/*******Dividers******/

.dividera{

clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

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

    background-position: center center;

	background-size:contain;

	height:76px;

	width:76px;

	top:50%;

	left:50%;

	margin-top:-38px;

	margin-left:-38px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:90px;

}







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

.faqs{



}



.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:15px;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

	font-size:1em;

	text-transform:uppercase; 

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 11px;

    height: 18px;

    position: absolute;

    right: 20px;

    top: 15px;

	font-weight:700;

	font-family: "Font Awesome 5 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faq-answer{

	display:none;

	padding:15px;

}

.faqs .faq:last-child .faq-answer{

	border-bottom:solid 1px #a2a6a9;

}

.faqs .faq.open:last-child .faq-answer{

	border-color:#969696;	

}





/******Staff********/

.staffMember {

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

.staff-meta.featured-staff-metas .staff-meta > *{

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

.staff-meta a.email-value:before {

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

.staff-meta a.email-value:hover:before{

	background-color:#ccc;

}

/*****Quotes******/

blockquote {

	border:0;

	background:#e0e0e0;

	color:#000;

	font-style:italic;

	font-size:1.5em;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .singleQuote  {

	width:100%;

	position:relative;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

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

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

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

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;
    background: rgb(0,97,170);

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:125px 25px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:1em;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;

}

.callout .readmore 	{

	display: inline-block;

    color: #fff;

	background: #ab162b;

    margin: 12px 7px;

	min-width:200px;

	margin:12px 0px;

	text-align:center;	

}



.callout.hasbg  .readmore{

	background:#CBCBCB;

	border: solid 1px #CBCBCB;

}

.callout .readmore:hover {

    background: #ffd600;
	color: #fff !important;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

    background: rgba(0,0,0,0.3);

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:125px;

	padding-top:125px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:125px;

	padding-top:125px;

}



/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

	margin-bottom:30px;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



.poiImage .poiImageBG:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

	background:rgba(0,0,0,0.3);

}

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:20px;

	font-weight:400;

	position:relative;

	padding:10px 15px;

	text-transform:uppercase;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

	background-color:rgba(0,0,0,0.2);

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:15%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.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

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








.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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





/*Header Styles Css ------------------------------------------------------------------------------ */

/*.headGroup {
    padding: 42px 45px 10px 60px;
}*/

.headGroup .row {
    margin: 0px;
}

.fixedHeader .headGroup {    
    background: #ab162b;
}

.headGroup-container {
    width: 100%;
}



.sticky-Logo {
    display: none;
}
.fixedHeader .headGroup .sticky-Logo {
    display: inline-block;
}
/*.fixedHeader .headGroup .mainLogo {
    display: none;
}*/



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




.menu-toggle {
    width: 75px;
    height: 127px;
    background: #ab162b;
    padding: 0;
    position: absolute !important;
    top: -46px !important;
    right: 0px !important;
}


.fixedHeader .menu-toggle {
    height: 80px;
    top: -9px !important;
}


.menu-toggle .toggleIcon {
    right: 19px;
    width: 36px;
    top: 21px;
}

.menu-toggle .toggleIcon {
    top: 38px;
}

.fixedHeader .menu-toggle .toggleIcon {
    top: 21px;
}


.menu-toggle span {
    width: 36px;
    margin: 12px 0;
    background: #ffffff !important;
}

.menu-toggle:hover {
    background: #9a1427;
}




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


    #navbar {
        background: rgba(171, 22, 43, 0.95);
        height: 100vh;
        overflow: scroll;
        padding-top: 0;
    }
    
    #navbar .menu-toggle {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        background: transparent;
    }
    
    #navbar #menu-main li {
        color: #ffffff;
    }
    #navbar #menu-main li a {
        font-size: 30px;
        color: #ffffff;
        text-transform: inherit;
        line-height: 30px;
        padding: 20px 30px  20px 0px;
        font-weight: 700;
        letter-spacing: 0px;
    }
    
    #navbar #menu-main li li a {
        font-size: 12px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        padding: 0px 0px;
    }    
    
    #navbar #menu-main li:hover > a {
        color: #ffd600;
    }
    #navbar #menu-main li:hover > .arrow {
        color: #ffd600;
    }
    #navbar #menu-main .sub-menu {
        padding-left: 0px;
        margin-left: -60px;
        margin-right: -60px;
        background: #9a1427;
        padding: 15px 60px;
    }
    #menu-main li.menu-item-has-children > .arrow {
        right: 0px;
        left: auto;
    }
    #navbar #menu-main li.menu-item-has-children > .arrow:after {
        top: 26px;
        right: 12px;
        left: auto;
    }
    
    #navbar #menu-main li.open.menu-item-has-children > .arrow:after {
        top: 23px;
    }
    #navbar #menu-main .sub-menu li.menu-item-has-children > .arrow:after {
        top: 3px;
    }
    #navbar #menu-main .sub-menu li.open.menu-item-has-children > .arrow:after {
        top: 3px;
    }
    
    #menu-main .sub-menu li.menu-item-has-children > .arrow {
        height: 30px;
    }

    #navbar {
        overflow-y:scroll;	
}
#navbar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#navbar::-webkit-scrollbar-track {
  background: rgba(171,  22,  43, 0.98);
}

/* Handle */
#navbar::-webkit-scrollbar-thumb {
  background:rgba(255,  255,  255, 0.8);
}

/* Handle on hover */
#navbar::-webkit-scrollbar-thumb:hover {
  background: #000;
}    
    



}

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

/*Header Styles Css ------------------------------------------------------------------------------ */




.homeBanner .hero-main-slide-pager, .page-banner .hero-main-slide-pager {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 115;
}

.homeBanner .hero-main-slide-pager:before, .page-banner .hero-main-slide-pager:before {
    content: '';
    width: 1px;
    height: 73px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0px auto 25px;
}
.homeBanner .hero-main-slide-pager:after, .page-banner .hero-main-slide-pager:after {
    content: '';
    width: 1px;
    height: 73px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 25px auto 0px;
}



.homeBanner .hero-main-slide-pager span, .page-banner .hero-main-slide-pager span {
    display: block;
    font-size: 0px;
    line-height: 0px;
    color: #414042;
    height: 7px;
    width: 7px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.homeBanner .hero-main-slide-pager span:before, .page-banner .hero-main-slide-pager span:before {
    content: '';
    height: 7px;
    width: 7px;
    background: rgba(255, 255, 255, 0.42);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
}

.homeBanner .hero-main-slide-pager span.cycle-pager-active:before, .homeBanner .hero-main-slide-pager span:hover:before,
.page-banner .hero-main-slide-pager span.cycle-pager-active:before, .page-banner .hero-main-slide-pager span:hover:before {
    background: rgba(255, 255, 255, 1);
}

.welcomeBlock {
    padding: 100px 0 20px;
    position: relative;
    margin-bottom: 0px;
}
.welcomeBlock h1 {
    margin-bottom: 30px;
}
.welcomeBlock h1.home-title {
	position:relative;
	padding-left:15px;
}
.welcomeBlock h1.home-title:before {
	content:'';
	display:block;
	position:absolute;
	width:65px;
	height:65px;
	top:-13px;	
	left:-65px;
	background-image:url(images/home_title_asset.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
@media (min-width:992px){
.welcomeBlock:before {
	content:'';
	display:block;
	width:172px;
	height:693px;
	background-image:url(images/highclare-welcome_1.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:60px;
	left:1%;
	pointer-events:none;
	z-index:-1;
}
.welcomeBlock:after {
	content:'';
	display:block;
	width:248px;
	height:565px;
	background-image:url(images/highclare-welcome_2.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:60px;
	right:1%;
	pointer-events:none;
	z-index:-1;
}
.welcomeBlock h1.home-title:before {
	top:-8px;	
}
}
@media (min-width:1200px){
	.welcomeBlock:before {
		left:20px;
	}
	.welcomeBlock:after {
		right:50px;
	}
}
.welcomeBlock .container {
}

.welcomeBlockText {
    padding: 0 41px;
}

.welcomeContent {
    padding: 15px 0 10px;
    position: relative;
}

.welcomeContent p:last-child {
    margin-bottom: 0;
}

.welcomeContent:after {
    content: '';
    width: 1px;
    height: 100%;
    left: -40px;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}





.abolute_section {
    width: 100%;
    max-width: 16%;
    position: absolute;
    top: 0;
    text-align: center;
    height: 100%;
}

.right-mini-container {
    right: 0;
}



.left-mini-container {
    left: 0;
    background: #f6f6f6;
}

.abolute_section .miniPOItable {
    display: table;
    width: 100%;
    height: 100%;
}
.abolute_section .miniPOItablecell {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    vertical-align: middle;
}



.abolute_section .left-miniPOIrow {
    margin: 0;
}
.abolute_section .right-miniPOIrow {
    margin: 0;
}

.abolute_section .miniPoi {
    margin-bottom: 40px;
}
.abolute_section .miniPoi a {
    display: inline-block;
    opacity: 0.4;
}
.abolute_section .miniPoi a:hover {
    opacity: 1;
}

.abolute_section .miniPoi .poiText {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}
.abolute_section .miniPoi a:hover .poiText {
    color: #414042;
}

.abolute_section .miniPoi a .minipoiImg {
    margin-bottom: 8px;
}











.cta_below_banner {
    background: #e6e6e6;
    padding: 56px 0 60px;
    text-align: center;
    position: relative;
}
.cta_below_banner h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.cta_below_banner .text-slide {
    padding: 0px 20px;
}

.cta_below_banner .text-slide-date {
    color: #414042;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.cta_below_banner .text-slide-details {
    margin-bottom: 40px;
    padding: 0px 5%;
    color: #414042;
}

.cta_below_banner .hero-cta-slide-pager {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 110;
}

.cta_below_banner .hero-cta-slide-pager span {
    display: block;
    font-size: 0px;
    line-height: 0px;
    color: #414042;
    height: 7px;
    width: 7px;
    position: relative;
    cursor: pointer;
    margin-bottom: 6px;
}
.cta_below_banner .hero-cta-slide-pager span:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #414042;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
}
.cta_below_banner .hero-cta-slide-pager span.cycle-pager-active, .cta_below_banner .hero-cta-slide-pager span:hover {
}
.cta_below_banner .hero-cta-slide-pager span.cycle-pager-active:before, .cta_below_banner .hero-cta-slide-pager span:hover:before {
    background: #ab162b;
}


.dynamic-subject, .dynamic-sport, .dynamic-hobbies {
    margin: 0;
}

.dynamic-subject .row {
    margin: 0;
}

.dynamic-subject .image_section {
    padding-right: 15px;
    padding-left: 0;
}

.image_text_section .slideImage img {
	width:100%;
	height:100%;
	object-fit:cover;
    max-height: 817px;
}


.image_text_section .content_right {
    padding: 0px 6% 75px 20px;
    text-align: right;
}
.image_text_section .content_left {
    padding: 0px 20px 75px 6%;
    text-align: left;
}
.image_text_section .content_inner_section {
    position: relative;
}

.image_text_section .content_inner_section h2 {
    margin-bottom: 30px;
    font-size: 45px;
    display: block;
}
.image_text_section .content_inner_section .details {
    margin-bottom: 35px;
}

.image_text_section .content_inner_section:before {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, 0.25);
    display: block;
    content: '';
}


.image_text_section .content_left .content_inner_section:before {
    left: -35px;
}

.image_text_section .content_right .content_inner_section:before {
    right: -35px;
}



.image_text_section.left_section {
}
.image_text_section.left_section .image_section {
    padding-right: 0px;
    padding-left: 70px;
}



.homeDynamic.dynamic-quote {
    padding: 0;
    margin:0px;
}

.homeDynamic.dynamic-quote .quoteContainer {
    max-width: 1140px;
    margin: 0px auto;
    background: #ab162b;
    padding: 48px 90px;
}
.homeDynamic.dynamic-quote .quoteContainer .quotesTitle {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 23px;
    font-weight: 600;
    letter-spacing: 2px;
}


.homeDynamic.dynamic-quote .quoteContainer blockquote {
    background: transparent;
    font-size: 45px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 40px;
    padding: 0;
}

.homeDynamic.dynamic-quote .quoteContainer .quote-cite {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}



.homeDynamic.dynamic-poi {
    margin: 0;
    padding: 88px 0 100px;
}
.dynamic-poi .row {
    margin: 0;
}
.dynamic-poi .row > * {
    padding: 0;
}

.dynamic-poi  .section_title h2 {
    text-align: center;
    margin-bottom: 48px;
}

.homeDynamic.dynamic-poi .section_title {
    display: none;
}

.dynamic-poi .poi {
    margin: 0;
    background: #ab162b;
	color:#fff;
}

.dynamic-poi .poi .poiImage:before {
    padding-top: 127.314%;
}

.dynamic-poi .poi .poiImage .poiText {
    bottom: 18.2%;
}
.dynamic-poi .poi:hover .poiImage .poiText {
    bottom: 50%;
}
.poi:hover .poiImage .poiImageBG {
    opacity: 0.1;
}

.poiImage .poiImageBG:after {
    background: rgba(255,255,255,0.3);
}


.dynamic-poi .poi .poiTitle {
    text-transform: inherit;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}


.dynamic-poi .poi:hover .poiEx {
    padding-top: 20px;
}


.dynamic-number-carousel {
	
}
.dynamic-number-carousel .number_carousel {
	position:relative;
}
.dynamic-number-carousel .number_carousel:before {
	content:'';
	position:absolute;
	display:block;
	left:0;
	bottom:30px;
	height:20px;
	width:100%;
	background-image:url(images/diamond-bg.png);
	background-repeat:repeat-x;
	background-size:auto 100%;
}
@media (min-width:992px){
.dynamic-number-carousel:before {
	content:'';
	display:block;
	width:200px;
	height:769px;
	background-image:url(images/number-block-left.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top: -25px;
	left:1%;
	pointer-events:none;
	z-index:-1;
}
.dynamic-number-carousel .number_carousel:after {
	content:'';
	display:block;
	width:190px;
	height:190px;
	background-image:url(images/number_carousel_asset.svg);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:-90px;
	right:-90px;
	pointer-events:none;
	z-index:-1;
}
}
@media (min-width:1200px){
	.dynamic-number-carousel:before {
		left:40px;		
	}
}
.dynamic-number-carousel {
    margin: 0;
    padding: 60px 20px 170px;
}
.dynamic-number-carousel .number_carousel {
    max-width: 1140px;
    margin: 0px auto;
    background: #f6f6f6;
    text-align: center;
    padding: 90px 70px 92px;
}
.dynamic-number-carousel .number_carousel .section_title{
	display:flex;
	justify-content:center;
}
.dynamic-number-carousel .owl-carousel {
    margin-bottom: 122px;
}
.dynamic-number-carousel .number_carousel .item .number {
    font-size: 80px;
    line-height: 65px;
    color: #1c1c1b;
    display: block;
    font-weight: 300;
    margin-bottom: 20px;
}
.dynamic-number-carousel .number_carousel .item .details {
    font-size: 12px;
    line-height: 24px;
    display: block;
    color: #414042;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.dynamic-number-carousel .owl-dots {
    bottom: -112px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.dynamic-number-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    width: 100%;
}
.dynamic-number-carousel .owl-carousel .owl-nav button.owl-prev {
    width: 37px;
    height: 37px;
    background: #ab162b;
    color: #ffffff;
    line-height: 37px;
    text-align: center;
    left:-88px;
    font-size: 0;
}

.dynamic-number-carousel .owl-carousel .owl-nav button.owl-next {
    width: 37px;
    height: 37px;
    background: #ab162b;
    color: #ffffff;
    line-height: 37px;
    text-align: center;
    right:-88px;
    font-size: 0;
}


.dynamic-number-carousel .owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    width: 16px;
    height: 9px;
    position: absolute;    
    left: 10px;
    transform: rotate(180deg);
    top: 14px;
    background: url(images/arrow-long-white.png) center center no-repeat;
}

.dynamic-number-carousel .owl-carousel .owl-nav button.owl-next:before {
    content: '';
    width: 16px;
    height: 9px;
    position: absolute;
    left: 10px;
    top: 14px;
    background: url(images/arrow-long-white.png) center center no-repeat;
}










.owl-dots span {
    width: 7px;
    height: 7px;
    background: #8d8f90;
}
.owl-dots .owl-dot.active span {
    background: #ab162b;
}
.owl-dots .owl-dot {
    padding: 0px 3px;
}


.footer_above_section.find_us_section {
    padding: 60px 0;
}
.find_us_content_left h2 {
    font-size: 45px;
    margin-bottom: 30px;
    position: relative;
    margin-left: 58px;
}
.find_us_text {
    font-size: 30px;
    font-weight: 700;
    line-height: 76px;
    border-left: 1px solid #b4b4b4;
    color: #797979;
    padding-left: 33px;
    display: block;
}

.find_us_content_right {
    text-align: right;
    padding-bottom: 25px;
}

/* Info Grid Styles Css -------------------------------------------------------------------------- Start */

.dynamic-info-grid {
    margin: 0;
    padding-top: 140px;
    padding-bottom: 60px;
}
.dynamic-info-grid .grid {
    padding: 0;
    margin: 0;
}
.dynamic-info-grid .grid .infoBlock {
    position: relative;
}
.dynamic-info-grid .grid .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #ffffff;
}

.dynamic-info-grid .grid.Instagram .icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    top: auto;
    font-size: 20px;
    color: #ffffff;
}
.dynamic-info-grid .grid.Instagram .infoBlock {
    background: rgba(0, 0, 0, 0.8);
}


.welcome_play_video_link {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    line-height: 58px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 120;
}

.info_grid {
    margin: 0px;
}

.News.grid {
    
}
.info_grid .News.grid {
	position:relative;
}
@media (min-width:992px){
	.info_grid_container {
		position:relative;
	}
	.info_grid_container:before {
		content:'';
		display:block;
		position:absolute;
		z-index:-1;
		border-style: solid;
		border-width: 0 126px 126px 126px;
		border-color: transparent transparent #000000 transparent;
		transform: rotate(0deg);
		top:-141px;
		right:20px;
	}
	
	
	.info_grid .News.grid:before {
		content:'';
		display:block;
		position:absolute;
		z-index:-1;
		border-style: solid;
		border-width: 0 126px 126px 0;
		border-color: transparent #005CAB transparent transparent;
		transform: rotate(0deg);
		top:0;
		right:15px;
	}
	.info_grid .News.grid:after {
		content:'';
		display:block;
		position:absolute;
		z-index:-1;
		border-style: solid;
		border-width: 126px 0 0 126px;
		border-color: transparent transparent transparent #e8b005;
		transform: rotate(0deg);
		bottom:0;
		left:15px;
	}
}
.News.grid .news_container {
    width: 100%;
}

.news_content_inner {
	max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
}
.news_content_inner .section_title h2 {	
    padding-left: 15px;
	position:relative;
    margin-left: 33px;
}
.news_content_inner .section_title h2:before {	
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    top: -13px;
    left: -65px;
    background-image: url(images/title-icon-grey.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.news_content_inner .newsTitle {
    font-size: 30px;
    line-height: 32px;
    color: #797979;
    font-weight: 700;
    margin-bottom: 15px;
}
.news_content_inner .newsTitle a {
    color: #797979;
    font-weight: 700;
}
.news_content_inner .date {
    margin-bottom: 0;
    color: #9f9f9f;
    font-size: 16px;
    font-style: italic;
}
.news_content_inner .news_content {
    margin-bottom: 50px;
    color: #1c1c1b;
    font-size: 16px;
}

.news_content_inner-border {
    padding-left: 30px;
    padding-top: 15px;
    position: relative;
}
.news_content_inner-border:before {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 1px;
    height: 85%;
    background: rgba(0, 0, 0, 0.25);
    display: block;
    content: '';
}
@media (min-width:992px){
	.news_content_inner .section_title h2:before {
        top: -8px;	
	}
}



.grid.style2 {
    background: #ab162b;
    color: #ffffff;
}
.grid.style2 .infoBlock {
        /* padding: 0px 30px 0px 70px; */
        top: 50%;
        height: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-45%, -50%);
}
.grid.style2 .infoBlock a {
    color: #ffffff;
}
.grid.style2 .ctf-tweet-content {
    height: 65px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300 !important;
}
.grid.style2 .ctf-corner-logo {
    display: none !important;
}
#ctf.ctf-super-narrow .ctf-author-name {
    font-size: 30px;
    font-weight: 300 !important;
}

#ctf .ctf-item {
    padding: 0 !important;
}
#cff .cff-item {
    padding: 0!important;
    border-bottom: none!important;
}



.grid.style3 {
    background: #ffd600;
    color: #1c1c1b;
}
.grid.style3 .icon {
    color: #1c1c1b;
}
.grid.style3 .infoBlock {
    /*padding: 50px 30px 20px 70px;*/
    top: 50%;
    height: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-45%, -50%);
}
.grid.style3 #cff .cff-shared-link {
    padding: 0;
    background: transparent;
    border: none;
    height: 65px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300 !important;
}
#cff.cff-default-styles .cff-author a {
    font-size: 22px;
    font-weight: 600 !important;
}
#cff.cff-default-styles .cff-author a:hover, #cff.cff-default-styles .cff-author a:visited {
    color:#000;
}
.cff-story {
    display: none;
}



.grid.style1 {
    background: #f6f6f6;
    color: #ab162b;
}
.grid.style1 .event {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    
}
.grid.style1 .event a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 60px 40px;
    color: #ab162b;
    font-size: 30px;
    line-height: 32px;
}

.grid.style1 .event a span {
    font-size: 65px;
    line-height: 45px;
    margin-bottom: 15px;
    display: block;
}

.news_pagination .nprev {
    width: 37px;
    height: 37px;
    background: #ab162b;
    color: #ffffff;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 0;
}

.news_pagination .nprev:before {
    content: '';
    width: 16px;
    height: 9px;
    position: absolute;    
    left: 10px;
    transform: rotate(180deg);
    top: 14px;
    background: url(images/arrow-long-white.png) center center no-repeat;
}
.news_pagination .nnext:before {
    content: '';
    width: 16px;
    height: 9px;
    position: absolute;
    left: 10px;
    top: 14px;
    background: url(images/arrow-long-white.png) center center no-repeat;
}

.news_pagination {
    padding: 0;
}
.news_pagination .nnext {
    width: 37px;
    height: 37px;
    background: #ab162b;
    color: #ffffff;
    display: inline-block;
   line-height: 37px;
    text-align: center;
    position: relative;
    font-size: 0;
}


.news_table {
    padding-top: 85px;
}





.number_carousel .section_title h2 {
    margin-bottom: 90px;
    color: #000;
    position: relative;
}


.section_title h2 {
    font-size: 45px;
    margin-bottom: 30px;
}








footer#footer {
    padding: 80px 0 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #ffffff;
    background-color: #ab162b !important;
}

footer#footer a {
    color: #ffffff;
}
footer#footer a:hover {
    color: #faca03;
}


.tel-box {
    display: inline-block;
    padding: 0px 20px 0 0;
}
.email-box {
    padding: 0px 20px;
    display: inline-block;
    position: relative;
}
.email-box:after {
    content: '';
    width: 1px;
    height: 15px;
    color: #faca03;
    background: #ffffff;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translatey(-50%);
}

.footer_address_email_section {
    border-left: 1px solid #ffffff;
    padding: 30px 0px 30px 30px;
    font-weight: 300;
    display: block;
    margin-bottom: 40px;
}


.footer_address_email_section p {
    margin: 0;
}

.footer_link {
    padding-left: 30px;
}
.footer_link .button {
    border: 1px solid #ffffff !important;
    background: transparent;
}
.footer_link .button:hover:after {
    background: url(images/arrow-long-white.png) center center no-repeat;
}
.footer_link .button:after {
    background: url(images/arrow-long-white.png) center center no-repeat;
}
.footer_link .button:hover {
    border: 1px solid #9a1427 !important;
    background: #9a1427;
}

.footer-main-logo {
    margin-bottom: 40px;
}
.footer-main-logo img {
    max-width: 92px;
    object-fit: cover;
}


footer#footer .socialfooter {
    padding: 65px 0;
    text-align: right;
}

footer#footer .socialfooter ul {
    padding: 0;
    margin: 0;
}
footer#footer .socialfooter ul li {
    padding: 0 5px;
    min-width: inherit;
}
footer#footer .socialfooter ul li a {
    font-size: 22px;
    color: #ffffff;
}
footer#footer .socialfooter ul li a:hover {
    color: #faca03;
}


footer#footer .menu {
    list-style: none;
}
footer#footer .menu li {
    display: block;
}
footer#footer .menu li a {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    display: block;
}

footer#footer .menu li a:before {
    display: block;
    position: absolute;
        

    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long-white.png) no-repeat;    
    right: 17px;
    top: 50%;
    margin-top: -4px;


}
footer#footer .menu li:hover a:before {
    background: url(images/arrow-long.png) no-repeat;    
}

footer#footer .menu li a:hover {
    color: #faca03;
}


.footerLower {
    padding-bottom: 10px;
    padding-top: 140px;
    font-size: 12px;
    font-weight: 300;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
}
.footerLower a {
    color: rgba(255, 255, 255, 0.45) !important;
}
.footerLower a:hover {
    color: #faca03 !important;
}


/* Info Grid Styles Css -------------------------------------------------------------------------- End */

.welcome-img-area {
    position: relative;
    margin-bottom: 37px;
}
.welcome-img-area img {
    visibility: hidden;
	display:none;
}
/*
.welcome-img-area:before {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    z-index: 100;
}*/
.welcome-img-area .welcomeImage {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.welcome-img-area .welcomeImage:after {
	content:'';
	display:block;
	width:100%;
	position:relative;
	padding-bottom: 56.25%;
	width:100%;	
}
.inner_video_banner:before {
    display: none !important;
}
.inner_video_banner img {
    visibility: hidden !important;
}




#hero .slideText {
    display: none;
}

.banner_caption p {
    margin-bottom: 0 !important;
}


.banner_caption {
    position: absolute;
    left: 157px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    max-width: 780px;
    z-index: 199;    
    color: #ffffff;
    
    line-height: 65px;
    font-size: 55px;
    font-weight: 300;
}
.banner_caption a {
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 6px;
    color: #ffffff;
}
.banner_caption a:hover {
    color: #ffffff;
    text-decoration-color: #faca03;
}
.banner-social {
    display: inline-block;
}
.banner-social .socials {
    margin: 0;
    padding: 0;
}
.banner-social .socials li {
    display: block;
    width: 40px;
    min-width: inherit;
    padding: 18px 0;
    margin-bottom: 0px;
}
.banner-social .socials li a {
    font-size: 20px;
    color: #ffffff;
    line-height: 32px;
}
.banner-social .socials li a:hover {
    color: #ffd400;
}



.banner_caption .down-arrow-btn {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}
.banner_caption .down-arrow-btn:hover {
    color: #faca03;
}
.banner_caption .down-arrow-btn:hover:after {
    background: #faca03;
}
.banner_caption .down-arrow-btn:before {
    width: 60px;
    height: 1px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    content: '';
    background: #ffffff;
}
.banner_caption .down-arrow-btn:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    border-radius: 50%;
    background: #ab162b;
    content: "\f053";
    text-align: center;
    transform: rotate(-90deg);
    color: #ffffff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
} 



	/*Search Toggle Styles -------------------- Start*/

/*.banner_absolute_section_left  {
    position: absolute;
    left: 42px;
    bottom: 86px;
    z-index: 112;
}*/

.banner_absolute_section_left .searchToggle .searchform input.s{
	transition : 300ms;
}

.banner_absolute_section_left form.openSearch {
	padding-right : 12px;
	top : -12px;
}

.banner_absolute_section_left .searchToggle .headerSearch {
	border : none;
}

.banner_absolute_section_left .searchSubmit {
	height: 18px;
	padding-top : 0;
    width: 24px;
    display: block;
    background: url(images/search-icon.png) center center no-repeat;
    margin-top: 17px;
    right: 0 !important;
    top: 0 !important;
}
.banner_absolute_section_left .searchSubmit:hover {
    background: url(images/search-icon.png) center center no-repeat;
}



.banner_absolute_section_left .searchSubmit i {
    display: none;
}
.banner_absolute_section_left .searchform.openSearch {
	overflow: visible;
}

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

.banner_absolute_section_left .searchToggle .searchform input.s {
	width: 0px;
}

.banner_absolute_section_left .searchToggle .headerSearch .searchform input.s {
	position: absolute;
	top: 30px;	
	width: 0;
	padding: 0 10px;
	border: none;
}

.banner_absolute_section_left .searchToggle .searchform.openSearch input.s {
    width: 250px !important;
    height: 40px;
    top: 46px;
    position: absolute;
    right: 0;
    z-index: 9999;
}

.banner_absolute_section_left .searchToggle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 24px;
	height: auto;
	min-height: inherit;
    margin-bottom: 0px;
    margin-left:15px;
}

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

.banner_absolute_section_left .searchToggle .searchform {
	width: 24px;
	transition: 500ms;
	position: absolute;
	right : 0;
	top : -12px;
	padding-right : 0;
	height: 44px;
}

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

.banner_absolute_section_left .searchToggle .searchform.openSearch input.s {
}

.banner_absolute_section_left .searchform.openSearch {
	
}

.banner_absolute_section_left .searchToggle .searchform.openSearch input.s {
	background: #ab162b;
	color: #ffffff !important;
}





/* Button Styles Css -------------------------------------------------------------------------- Start */
.blockButton > a, a.readmore, a.button {
	border: none !important;
    outline: 0;
    background: rgba(171, 22, 43, 1);
	padding: 10px 34px 10px 20px;
	min-width: 224px;
	text-align: left;
	font-size: 12px;
	color: #ffffff !important;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
}
.blockButton > a:after, a.readmore:after, a.button:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long.png) no-repeat;    
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}
.blockButton > a:after, a.readmore:hover:after, a.button:hover:after {
    background: url(images/arrow-long-white.png) no-repeat;
}    
.blockButton > a:hover, a.readmore:hover, a.button:hover {
    background: #ffd600;
	color: #fff !important;
}

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

.callout.hasbg .readmore {
	border: 2px solid #ffffff !important;
 	background: transparent;
	width: auto;
    color: #ffffff !important;
    text-align: left;
}
.callout.hasbg .readmore:hover {
	border: 2px solid #9a1427 !important;
 	background:  #9a1427;
	width: auto;
}



/* Button Styles Css ----------------------------------------------------------------------------------------------- End ------------ */

.fa-facebook-f:before {
    content: "\f39e" !important;
}







.home_content-options {
    display: none;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ab162b;
    color: #ffffff;
	padding:60px 20px;
}

.home_content-options.open {
    position: fixed;
    z-index: 999;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
}

.home_content-options .closeOptions{
	position: absolute;
    top: 40px;
    left: 20px;
    background: #fff;
    color: #ab162b;
    border-radius: 50%;
    text-align: center;
    padding: 0 0.15em 0 0;
    cursor: pointer;
    width: 1.42em;
    height: 1.42em;
    line-height: 1.42em;
    font-size: 20px;
}





@media (min-width:992px){
	.home_content-options {
		padding-top:100px;
		padding-bottom:100px;
	}
	.home_content-options .closeOptions{
		top: 40px;
		left: 40px;
		
		font-size: 35px;
	}
}
















/*Inner Page Css ----------------------------------------------------- Start */


.sidebar {
    padding-top: 71px;
    padding-right: 0px;
    padding-left: 10px;
    position: relative;
    z-index: 105;
}

.side-menu-container {
    background: #f6f6f6;
    padding: 60px 0px 80px;
    color: #ffffff;
}
@media only screen and (max-width : 767px) {
.side-menu-container {
    display: none;
}
}

#menu-side > li > a {
}
#menu-side > li > a {
    clear: both;
}
#menu-side > li > a span {
    color: #58595b;
    font-size: 0px;
    text-transform: inherit;
    border-bottom: none !important;
    margin-bottom: 60px;
    display: block;
    font-weight: 300 !important;
    position: relative;
    line-height: 0;
    text-align: left;
    padding: 0;
    text-align: left;
    height: 54px;
    display: none;
}
#menu-side > li > a:hover span {
    border-bottom: none !important;
}
#menu-side > li > a:before {
    background: url(images/icon-sidebar-menu.png) center center no-repeat;
    content: '';
    display: block;
    width: 73px;
    height: 54px;
    margin: 0px auto 40px;
}
#menu-side > li > a > span {
    display: none;
}
#menu-side .sub-menu li .arrow:before {
    top: 20px;
    color: #58595b;
}

#menu-side a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side .sub-menu li.open > a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side .sub-menu li.current-menu-item > a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side > li > a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side li a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
 
}
#menu-side li a:hover span {
    border-bottom: 1px solid transparent;
 
}

#menu-side a {
    color: #414042;
    font-size: 12px;
    line-height: 28px;
    display: block;
    font-weight: 400;
    padding: 0 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#menu-side a span {
}

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

#menu-side .sub-menu li:hover a {
    color: #ffffff;
    background: #ab162b;
}

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

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

#menu-side .sub-menu li.open > a {
    color: #ffffff;
    background: #ab162b;
}

#menu-side .sub-menu li.open li a {
    color: #414042;
    background: #e9e9e9;
}

#menu-side .sub-menu li.open li a span {
}

#menu-side .sub-menu li.open li:hover > a {
    color: #ffffff;
    background: #ab162b;
}
#menu-side .sub-menu li.open li:hover > a span  {
}

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

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

#menu-side .sub-menu li.current-menu-item.menu-item-has-children > .arrow:before, #menu-side .sub-menu li.open.menu-item-has-children > .arrow:before {
    background: url(images/arrow-long.png) no-repeat;
}
#menu-side .sub-menu li:hover .arrow:before {
    background: url(images/arrow-long.png) no-repeat;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #ffffff;
    background: #ab162b;
}

#menu-side .sub-menu li .sub-menu li:hover, #menu-side .sub-menu li .sub-menu li:hover {
    color: #ffffff;
    background: #ab162b;
}

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

.sidebar .searchform input#s {
    color: #ac271d;
}*/

.sidebarSec {
    background: #ab162b;
    padding: 60px 30px 80px;
    color: #ffffff;
}

.sidebarSec ul li {
    padding: 0;
}

.sidebarSec ul li a {

    color: #ffffff;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;


    font-size: 12px;
    line-height: 28px;
    padding: 12px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.sidebarSec ul li a:hover {
    color: #ffffff;
    background: #ac271d;
}

.its {
    border-bottom:  none;
    display: block;
    margin-bottom: 20px;

    color: #fff;
    font-size: 28px;
    font-weight: 600 !important;
    line-height: 55px;
	font-family: 'Open Sans', sans-serif;
    display: inline-block;
    text-transform: none;
    /*font-variant: small-caps !important;*/




}

/*Sidebar Menu Css End*/


.inner_page_cta {
    position: relative;
    padding: 51px 45px;
    margin: 60px 0 100px;
}




.breadcrumbs {
    font-size: 12px;
    line-height: 24px;
    color: #414042;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 23px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 0px;
    font-weight: 600;
    
    border: none;
    
}

.breadcrumbs em {
    padding: 0px 15px;
    font-style: normal;
}


.breadcrumbs a {
    color: #414042;
}
.breadcrumbs span > span {
    color: #ab162b;
}

.breadcrumbs a:hover {
    color: #414042;
}

.share {
    position: absolute;
    right: 0;
    top: 22px;
}

.bodyContent {
    padding-top:80px;
    border-top: 2px solid #e5e5e5;
}
.bodyContent h1 {
    margin-bottom: 40px;
}


.bodyContent h2, .sidebar h2 {
    font-size: 30px;
    line-height: 28px;
    margin: 30px 0;
    letter-spacing: 0px;
}

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

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3 {
    font-size: 30px;
    color: #ab162b;
    margin: 30px 0;
}

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

.staffMember h3 {
    font-size: 30px;
    color: #ab162b;
    margin: 0px 0 10px;
}

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

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


.bodyContent ul {
}

.bodyContent ul li {
    margin-bottom:10px;
    text-align: justify;
    position: relative;
}
/*
.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #1c1c1b;
    position: absolute;
    left: 0px;
    border-radius: 8px;
    top: 7px;
}*/
.issuuembed.issuu-isrendered {
	margin-bottom:-22px;
}
.bodyContent ul li::marker {
    color: #1c1c1b;
	font-size:1.15em;
}
.bodyContent table {
    border-style: hidden;
}

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

.bodyContent table td h4 {
    margin: 0px !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;
}

.wpmf-gallerys .gallery .wpmf-gallery-icon a {
    overflow: hidden;
}


.owl-carousel .owl-nav {
    color: #1c1c1b;
}

.bodyContent .owl-carousel .owl-nav {
    color: #1c1c1b;
}


.owl-carousel .owl-nav button.owl-next {
}
.owl-carousel .owl-nav button.owl-next i {
}
.owl-carousel .owl-nav button.owl-prev {
}
.owl-carousel .owl-nav button.owl-prev i {
}



.bodyContent .owl-carousel .owl-dots {
    display: none;
}
.bodyContent .owl-carousel .owl-dots span {
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0.15);
}
.bodyContent .owl-carousel .owl-dots .active span {
    background: #bc2e20;
}
.bodyContent .owl-carousel .owl-stage-outer {
    margin-bottom: 20px;
}

.bodyContent .entry-title:before {
    display: none;
}






.faqs {
}
.faqs .faq {
    border-bottom: solid 2px #fff;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 10px 35px 12px 20px;
    background: #ab162b;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    font-variant: inherit !important;
    border: none;
}
.faq.open .faq-question {
    background: #ab162b;
    color: #ffffff;
    border: none;
}
.faq-question:hover {
    background: #ffd600;
	color: #fff !important;
    border: none;
}
.faq-question:after {
    content: '\f061';
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    background: url(images/arrow-long.png) no-repeat;
    background-size: 16px !important;
}
.faq .faq-question:hover:after {
    color: #ffffff;
    background: url(images/arrow-long-white.png) no-repeat;
    background-size: 16px !important;
}
.faq .faq-question:after {
    transform: rotate(0deg);
}
.faq.open .faq-question:after {
    transform: rotate(90deg);
    color: #ffffff;
    background: url(images/arrow-long.png) no-repeat;
}
.faq-answer {
    display: none;
}
.faqs .faq.open .faq-answer {
    border: none !important;
    background: #f6f6f6;
    padding: 30px;
}





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

.dynamic-documents a.document-link {

    position: relative;
    margin: 0;

    padding: 10px 35px 12px 20px;
    background: #ab162b;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    border: none !important;

    letter-spacing: 2px;

    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px 0 10px !important;
}

.dynamic-documents a.document-link:hover {
    background: #ffd600;
	color: #fff !important;
}

.dynamic-documents a.document-link:focus {
    background: #ffd600;
	color: #fff !important;
}

.dynamic-documents a.document-link:after {
    content: '\f061';
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    background: url(images/arrow-long.png) no-repeat;
    background-size: 16px !important;
}

.dynamic-documents a.document-link:hover:after {
    color: #ffffff;
    background: url(images/arrow-long-white.png) no-repeat;
}

.quicklink>a, a>.quicklink, a.quicklink {
    position: relative;
    margin: 0;

    padding: 10px 35px 12px 20px;
    background: #ab162b;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    border: none !important;
    
    letter-spacing: 2px;

    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px 0 10px !important;
}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #ffd600;
	color: #fff !important;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #ffd600;
	color: #fff !important;
}

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

.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
    color: #ffffff;
    background: url(images/arrow-long-white.png) no-repeat;
}

.linkbutton>a, a>.linkbutton, a.linkbutton {
    position: relative;
    margin: 0;

    padding: 10px 35px 12px 20px;
    background: #ab162b;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    border: none !important;
    letter-spacing: 2px;

    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px 0 10px !important;
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #ffd600;
	color: #fff !important;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #ffd600;
	color: #fff !important;
}

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

.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    color: #ffffff;
    background: url(images/arrow-long-white.png) no-repeat;
}


#pageBanner {
    max-width: 100%;
    margin-bottom: 0;
}




.dynamic-carousel .owl-carousel.owl-drag .owl-item .image {
    margin-bottom: 15px;
    display: block;
}

.dynamic-callout .video_callout.callout .calloutContent {
    padding-top: 125px;
    padding-bottom: 125px;
}
.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 {
    font-size: 0 !important;
    background: transparent !important;
    min-width: inherit !important;
    border: none !important;
    line-height: 0px !important;
    width: 82px !important;
    height: 82px !important;
    margin: 0px auto;
    padding: 0 !important;
    position: relative;
}
.dynamic-callout .video_callout .readmore:after {
    width: 60px;
    height: 60px;
    line-height: 55px;
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    content: '\f04b';
    font-size: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
.dynamic-callout .video_callout .readmore:hover:after {
    background: rgba(0, 0, 0, 0.4);
}
.dynamic-callout .video_callout .readmore:hover {
    background: transparent !important;
    border: none !important;
}

.bodyContent .dynamic-quote {
    margin: 0;
    padding: 30px 0;
}

.bodyContent .quoteContainer blockquote {
    margin-bottom: 30px;
}
/*.bodyContent .callout .calloutSubtitle {
    font-size: 16px;
    color: #8a8a8c ;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: inherit;
    font-weight: 600;
}*/

.bodyContent .callout .calloutTitle h3 {
    margin-bottom: 30px;
}

.bodyContent .quoteContainer {
    padding: 0;
    background: transparent;
    color: #ab162b;
}
.bodyContent .quoteContainer blockquote {
    padding: 0 !important;
    background: transparent;
    color: #ab162b;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    line-height: 45px;
}

/*blockquote:before {
    content: '"';
    display: block;
    margin-bottom: 30px;
    color: #000080;
    font-size: 60px;
    transform: rotate(180deg);
    line-height: 32px;
}*/

.bodyContent .quote-cite {
    color: #1c1c1b;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}


.quoteContainer .cycle-pager {
    color: #eaeaea;
    padding-top: 10px;
    display: none;
}

/*.quoteContainer .cycle-pager span {
    color: #eaeaea;
    font-size: 35px;
    line-height: 24px;
    display: inline-block;
    width: auto;
    margin: 0px 4px;
}

.quoteContainer .cycle-pager span.cycle-pager-active {
    color: #d9302b;
}*/

.bodyContent .dynamic-quote {
    padding: 50px 0 50px;
    margin: 0;
}








.bodyContent .poi {
    margin-bottom: 30px;
}

.long-poi {
    
}
.dynamic-poi .long-poi .poi .poiImage:before {
    padding-top: 46.605%;
    min-height: 404px;
}

.long-poi .poi .poiImage .poiText {
    position: absolute;
    bottom: 50%;
}

.long-poi .poi:hover .poiImage .poiText {
    bottom: 50%;
}

.long-poi .poi .poiImage .poiTitle {
	border: none !important;
    background: rgba(171, 22, 43, 1);
	padding: 10px 34px 10px 20px;
	min-width: 224px;
	text-align: left;
	font-size: 12px;
	color: #ffffff !important;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
}
.long-poi .poi .poiImage .poiTitle:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long.png) no-repeat;    
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}
.long-poi .poi .poiImage .poiTitle:hover {
    background: #9a1427;
	color: #ffffff !important;
}

.long-poi .poiImage .poiImageBG:after {
    background: rgba(0,0,0,0.2);
}


.sidebar .dynamic-poi .col-12 {
    padding: 0;
}


.inner-footer-call-out {
    background-position: center center !important;
    background-repeat: no-repeat !important;
  /*  background-size: cover !important;*/
    background-attachment: fixed !important;
}
.inner-footer-call-out img {
    visibility: hidden;
}

.dynamic-carousel {
    padding-bottom: 40px;
}


.inner_bottom_mini_poi {
    position: relative;
    max-width: 100%;
    height: inherit;
    padding: 60px 0;
    background: #f6f6f6;
}
.inner_bottom_mini_poi .bottom-mini-poi-row {
    margin: 0;
}

.inner_bottom_mini_poi .container {
    max-width: 976px;
}

.inner_bottom_mini_poi .bottom-mini-poi-row .miniPoi {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    margin-bottom: 0;
}


/* Inner Styles Css ------------------------------------- End ---------- */



.home_content-options.open h2 {
    font-size: 45px;
    margin-bottom: 45px;
    text-align: center;
    color: #ffffff;
}

.home_content-options.open .options_value a {
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #ffffff;
    font-size: 26px;
    display: inline-block;
    margin: 0px 10px;
}

.home_content-options.open .options_value a:hover {
    text-decoration-color: #faca03;
}


.home_content-options .options_value {
    line-height: 40px;
    text-align: center;
}





@media only screen and (max-width : 991px) {
	.bodyContent {
		padding-top:30px;
	}
    .banner_absolute_section_left {
        left: 15px;
        bottom: 30px;
		bottom:80px;
    }
    .cta_below_banner {
        padding: 40px 0 100px;
    }
	.cta_below_banner .hero-cta-slide-pager {		
		right: 10px;
	}
    .cta_below_banner h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .cta_below_banner .text-slide-date {
        margin-bottom: 10px;
        line-height: 22px;
    }
    .cta_below_banner .text-slide {
        padding: 0px 10px;
    }
    .cta_below_banner .text-slide-details {
        margin-bottom: 30px;
    }
    .headGroup {
        padding: 20px 45px 10px 0px;
    }
    
    .banner_caption {
        line-height: 40px;
        font-size: 20px !important;
        font-weight: 300;
        left: 0px;
        padding: 0 50px;
    }
    .banner_caption .down-arrow-btn {
        font-size: 0px;
    }
    .banner_caption .down-arrow-btn:after {
        font-size: 12px;
    }
    .homeBanner .hero-main-slide-pager {
        right: 20px;
    }
    

    
    .home_content-options.open h2 {
        font-size: 30px;
    }
    
    .cta_below_banner .text-slide {
        /*padding: 0;*/
    }
    
    
    .abolute_section {
        position: relative;
        max-width: 100%;
    }
    .welcomeBlock {
        padding-top: 50px;
    }
    .welcomeBlock .abolute_section  {
        margin-bottom: 60px;
    }
    .welcomeBlockText {
        padding: 0 20px;
    }
    .welcomeContent:after {
        display: none;
    }
    h1, h1.entry-title, .entry-title, h2.entry-title {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 35px;
    }
    .welcomeBlock .abolute_section.right-mini-container {
        margin: 0;
    }
    .welcomeBlock .abolute_section.right-mini-container {
        margin: 0;
    }
    .dynamic-subject .image_section {
        padding: 0;
    }
    .image_text_section .content_right, .image_text_section .content_left {
        padding: 0px 30px 20px 30px;
        text-align: left;
    }
    .image_text_section.left_section .image_section {
        padding: 0;
    }
    
    .image_section, .content_section {
        width: 100%;
    }

    .homeDynamic.dynamic-quote {
        margin: 0;
        padding: 50px 0 50px;
    }
    .homeDynamic.dynamic-quote .quoteContainer {
        padding: 48px 30px;
    }
    .homeDynamic.dynamic-quote .quoteContainer blockquote {
        font-size: 30px;
        line-height: 45px;
    }
    

    .homeDynamic.dynamic-poi {
        padding: 30px 0 30px;
    }
    .homeDynamic.dynamic-poi {
        padding: 30px 0 30px;
    }
    .section_title h2 {
        font-size: 30px;
    }
    .dynamic-number-carousel .number_carousel {
        padding: 90px 55px 92px;
    }
    .dynamic-number-carousel .owl-carousel .owl-nav button.owl-prev {
        left: -55px;
    }
    .dynamic-number-carousel .owl-carousel .owl-nav button.owl-next {
        right: -55px;
    }
    .dynamic-number-carousel {
        margin: 0;
        padding: 60px 0 40px;
    }

    .image_text_section.right_section .image_section {
        margin-bottom: 30px;
    }
    
    .dynamic-info-grid {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .info_grid {
        grid-template-columns: 100% !important;
    }
    
    .find_us_text {
        line-height: 40px;
        padding: 25px;
    }
    .find_us_content_right {
        text-align: left;
        padding-top: 20px;
    }
    .footer_above_section.find_us_section {
        padding: 20px 0 40px 20px;
    }
    .tel-box {
        display: block;
    }
    .email-box:after {
        display: none;
    }
    .email-box {
        display: block;
        padding: 0;
    }
    .footer_address_email_section {
        padding: 5px 0px 5px 30px;
    }
    footer#footer  {
        background: #ab162b !important;
    }
    footer#footer .socialfooter {
        padding: 25px;
        text-align: left;
    }
    .menu-footer-menu-container {
        padding: 0px 25px;
    }
    .footerLower {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0;
    }
    
    .news_content_inner {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .news_table {
        padding-top: 0;
    }
    .news_content_inner {
        padding: 0px 30px;
    }
    .info_grid {
        margin: 0px;
        display: block !important;
    }
    .news_content_inner {
        padding: 0px 30px  30px !important;
    }
    .dynamic-poi .row {
        
		
    }
    .inner_bottom_mini_poi .bottom-mini-poi-row .miniPoi {
        display: inline-block;
        width: 100%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    
}

@media only screen and (max-width : 1349.99px) {
.menu-toggle {
    height: 94px;
    top: 0 !important;
}
.menu-toggle .toggleIcon {
    top: 21px;
}
.mainLogo {
    display: none !important;
}
.sticky-Logo {
    display: inline-block !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    
    .abolute_section .miniPoi {
        margin-bottom: 40px;
        max-width: 25%;
    }

}

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


    #navbar #menu-main .sub-menu {
        margin-left: -20px;
        margin-right: -20px;
        padding: 15px 20px;
    }
    #navbar {
        width: 100%;
    }
    #navbar #menu-main li a {
        font-size: 22px;
    }
    
    .fixedHeader .headGroup {
        padding: 9px 15px;
    }
    .cta_below_banner .hero-cta-slide-pager {
        display: none;
    }
    .abolute_section .miniPoi {
        margin-bottom: 40px;
        max-width: 50%;
    }    
    .inner-footer-call-out {
        height: 230px;
    }

}



.mobile-menu-box, body.menuopen .mobile-menu-box {
    display: none;
}
    

.sidebar .dynamic-poi .col-12 .poi {
    margin-bottom: 30px;
}

.one_half:first-child {
    padding-right: 20px;
}


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

/* Home page changes Jan 25 */

.find_us_section h2:before {
    width: 65px;
    height: 65px;
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    background: url('images/title-icon-red.svg') center center no-repeat;
}

.number_carousel .section_title h2:before {
    width: 65px;
    height: 65px;
    content: '';
    display: block;
    position: absolute;
    left: -80px;
    top: 0px;
    background: url('images/title-icon-yellow.svg') center center no-repeat;    
}

/* new menu */


.headGroup {

	color:#ffffff;

	background: transparent;

	transition:300ms;

	padding-top:20px;

	padding-bottom:0px;

	text-align:center;

}

.fixedHeader .headGroup {
    padding-top:0px;
    height: 75px;
}


.headGroup a{

	color:#ffffff;	

}


.headLogoWrap {

	padding-left:0;

	padding-right:0;

}


.headGroup .socials li{

	display:inline-block;

	position:relative;

	padding:0 8px 0px 0px;

	text-align:center;

}

.headGroup .socials li:before{

	content:'';

	display:block;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;
    
    display: none;

}


header {

	position:relative;

}

.headGroup {

		position:relative;

		z-index:220;top:0;

		left:0;

		width:100%;

		position:fixed;

}


	

@media (min-width:768px){


	.headGroup {	

		position:fixed;

	}

	.mainLogo {
		max-width: 307px;
	}


}


	#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:hover{

		text-decoration:none;

		color:#000;

	}


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

		

		border-bottom:none;

	}

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

		display:block;

	}

	

	#menu-main .sub-menu a {

		padding:10px 10px;

	}

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

		padding-left:35px;

	}


	@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){

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

}


.leftRightMenu, .banner_absolute_section_left {
    display:none;
}


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

    .fixedLogo-bar {
        display: none;
        width:50px;
        margin: auto;
    }
    body.fixedHeader .fixedLogo-bar {
        display: inline-block;
    }
    
        .headerIcon img.mainLogo {
            margin-left: -35px;
            margin-right: -57px;
            width: 309px;
			max-width:none;
            display: block;
			transition:300ms;
        }
        body.fixedHeader .headerIcon img.mainLogo {
            display: none;
			margin-left: auto;
            margin-right: auto;
            max-width: 60px;
        }

        .leftRightMenu {
            display: block;
            margin-bottom: 80px;
            margin-right: -30px;
        }



    .headerRight .leftRightMenu {
        display: inline-block;
        margin-right: 0px;
    }

    .menu-main-container {
        text-align: right;
        text-align: center;
    }

    .leftRightMenu .menu {
        display: inline-block;
        text-align: left;
    }

    .leftRightMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .leftRightMenu .menu li {
        display: inline-block;
        position: relative;
        padding: 5px;
        vertical-align: middle;
    }

    .leftRightMenu .menu li a {
        position: relative;
        right: 0;
        z-index: 105;
    }

    .leftRightMenu .menu .sub-menu li {
        padding: 5px 15px;
    }

    .leftRightMenu .menu li a {
        line-height: 1.3em;
        border-bottom: 2px solid transparent;
    }

    .leftRightMenu .menu li a:hover {
        text-decoration: none;
        color: #ffffff;
        border-color: #ffffff;
    }

    .leftRightMenu .menu .sub-menu {
        position: absolute;
        top: 100%;
        left: 0%;
        display: none;
        background: #ab162b;
        line-height: 1.4;
    }

    .leftRightMenu .menu .sub-menu li {
        display: block;
    }

    .leftRightMenu .menu li:hover > .sub-menu {
        display: block;
        min-width: 283px;
    }

    .fixedHeader .headGroup row.align-items-end {
        align-items: unset;
    }
    .fixedHeader .leftRightMenu {
        margin-bottom: 0px;
    }
    .banner_absolute_section_left {
        display:inline-block;
    }
    .fixedHeader .banner_absolute_section_left {
        display:none;
    }
    .leftRightMenu .menu > li {
        line-height: 80px;
        padding: 0px 6px;
    }
    .fixedHeader .leftRightMenu .menu > li {
        line-height: 70px;
        padding: 0px 6px;
    }

    .leftRightMenu .menu > li {
        z-index: 999;
    }

    .leftRightMenu .menu li a {
        line-height: 40px;
        padding: 0px 0;
        display: inline-block;
        color: #ffffff;
        font-weight: 600;
        font-size: 1.05rem;
    }
	.leftRightMenu .menu li.featured a {
    	color: #ffffff;
    	border-color: #fff;
	}
    .leftRightMenu .menu li a:hover {
        color: #ffffff;
        border-color: #fff;
    }
    .leftRightMenu .menu li:hover > a {
        color: #ffffff;
        border-color: #fff;
    }

    .leftRightMenu .menu li li a {
        border-bottom: none !important;
    }

    .leftRightMenu .menu li.current-page-parent a, .leftRightMenu .menu li.current-page-item a {
        color: #ffffff;
        border-color: #ab162b;
    }

    .leftRightMenu .menu .sub-menu {
        background: transparent;
        padding-top: 19px;
        background-color: #ab162b;
        padding: 20px 0;
        border-radius: 0px;
    }

    .leftRightMenu .menu .sub-menu li {
        padding: 0px 0px;
        line-height: 42px;
        text-align: center;
    }

    .leftRightMenu .menu .sub-menu li a {
        background: transparent;
        padding: 0px 25px;
        text-align: left;
        display: block;
        line-height: 45px;
        color: #ffffff;
        white-space: nowrap;
        font-size: 14px;
    }

    .leftRightMenu .menu .sub-menu li a:hover {
        background: #ffd600;
        color: #ffffff;
        text-decoration: none;
    }

    .leftRightMenu .menu .sub-menu li .sub-menu {
        left: 100% !important;
        top: 0;
        padding-top: 0px;
    }

    .leftRightMenu .menu .sub-menu li .sub-menu:before {
        display: none;
    }

    .leftRightMenu .menu .sub-menu li .sub-menu li {
        padding: 0px;
        line-height: 42px;

    }

    .leftRightMenu .menu .sub-menu li .sub-menu {
        left:100%;
        position: absolute;
        transform: translateX(0%);
    }        

    .leftRightMenu .menu .sub-menu li .sub-menu li a {
        background: #ab162b;
        padding: 0px 25px;
        display: block;
        line-height: 54px;
    }

    .leftRightMenu .menu .sub-menu li .sub-menu li a:hover {
        background: #ffd600;
        color: #ffffff;
        text-decoration: none;
    }

    .leftRightMenu .menu li.current-page-item.current-menu-item a {
        color: #fff;
        border-color: #ffffff;
    }

    .leftRightMenu .menu > li.current-menu-item a {
        color: #ffffff;
        border-color: #ffffff;
    }

    .leftRightMenu .menu > li.current-menu-item li a {
        color: #fff;
    }

    body.fixedHeader .leftRightMenu .menu > li.current-menu-item a {
        color: #fff;
        border-color: #fff;
    }

    body.fixedHeader .leftRightMenu .menu > li.current-menu-item li a:hover {
        color: #5C5C5C;
    }

    body.fixedHeader .leftRightMenu .menu .sub-menu:before {
        border-bottom-color: #fff;
    }

    .headerLeft .leftRightMenu .menu > li {
        display: inline-block;
    }

    .headerLeft .leftRightMenu .menu li:last-child {
        padding-right: 0px;
    }
    .headerLeft .leftRightMenu .menu li:first-child {
        padding-left: 0px;
    }

    .headerRight .leftRightMenu .menu li:first-child {
        padding-left: 0px;
    }

    .left-menu-container {
        text-align: left;
    }
    .headerRight {
        padding: 0 0px 0 0;
    }
    .headerLeft {
        padding: 0 0px 0 0px;
    }


}

@media only screen and (min-width:1200px){
.headGroup .container {
    max-width:1200px;
}
}
@media only screen and (min-width:1400px){
    .headGroup .container {
        max-width:1360px;
    }
    }


/* video banner */

.videoframe video,
.videoframe iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.homeBanner .videoframe .vidUnmute {
	position:absolute;	
    right: 10px;
    bottom: 40px;
	z-index:110;
	color:#fff;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:30px;
	transition:300ms;
}
.homeBanner .videoframe .vidUnmute.hide {
	opacity:0;
}
.homeBanner .videoframe .vidUnmute:before {
    content: "\f6a9";
    font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.homeBanner .videoframe .vidUnmute.unmuted:before {
	content:"\f028";
}
#homeBanner {
    padding-top:0px;
    margin-top: 0px;
    height: 50vh;
    min-height: 50vh;
 }
 
 #homeBanner:before {
    padding-top:0;
}
@media (min-width:768px){
.homeBanner .videoframe .vidUnmute {
    right: 40px;
    bottom: 140px;
}
#homeBanner {
    height: 100vh;
    min-height: 100vh;
 }	
 #homeBanner:before, #pageBanner #hero:before {
	content:'';
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 111;
	opacity: 0.7;
	height:40%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
} 
} 

@media (min-width:1350px){
    .headerRight .menu-toggle {
        display:none;
    }
}
@media (max-width:1349.99px){
    .headGroup {
        padding-top:10px;
    }
    
    .headerIcon img {
        height: 90px;
        width:auto;
    }

    .fixedHeader .headerIcon img {
        height: 65px;
        padding-top: 10px;
    }    
    
    .headLogoWrap {
        text-align: left;
    }
    
    .headerLeft {
        display:none;
    }
}

.wp-image-25455, #attachment_25455 {
    display:none;
}

.socialLink {
    background: transparent;
    text-transform: none;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 400;
}
.socialFollow {
    text-align: center;
    margin-top: 10px;
}
.twitterLink {
    background: transparent!important;
}
.twitterLink:after {
    content: none!important;
}
.dynamic-info-grid .c3 .icon, .dynamic-info-grid .c4 .icon {
    position: absolute;
    top: 12px;
    font-size: 20px;
    color: #ffffff;
    left: -10px;
}
#sb_instagram #sbi_images {
    padding: 0!important; 
}
.dynamic-info-grid .news_content_inner .news_content {
    margin-bottom: 0;
}

/* ----------------------------------------- end ------------------------------------------------- */