/*

	Theme Name: Schoolcms 2026

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 3.1



/*Default Colur Scheme

#000

#e0e0e0

#CBCBCB

#969696

#676767

*/





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

    TYPOGRAPHY

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


.wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
}
body {  

    font-family: 'Open Sans', sans-serif;
    
    font-size: 14px;
    
    line-height: 1.3;
    
    font-weight:400;
    
    color: #58595b;
    
    margin: auto;

  

}



/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

.text-right {

  text-align:inherit;

}



a {

	color:#000;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

    color: #58595b;
    font-family: "linotype-didot",serif;
}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom:1em;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 60px;

	margin-bottom:20px;

}



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;

}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; width: 100%; } .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}



.bodyContent {

	margin-bottom:40px;

}

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

 Banner

\******/

#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

}

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

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

#hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero .slideImage img{

	visibility:hidden;

	width:100%;

}

#hero .slideImage{

	position:absolute;

	width:100%;

	height:100%;

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center;

}

.homeBanner {

	margin:00px auto 30px;

		position: relative;

	/*max-width:1560px;*/

	margin:0 auto 20px;

	overflow:hidden;

	max-height:880px;

	max-height:100vh;

	min-height:480px;

}

.homeBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:200%;

}

@media(min-width:768px){

	.homeBanner {

		max-height:880px;

	}

	.homeBanner:before {

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

}

#hero .slideText{

	bottom: 5%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}



.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.dynamic-gallery .gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:7.5px;

	margin-bottom:0;

}

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

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

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

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

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

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

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

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.dynamic-gallery .gallery  .gallery-item {

	float:left;

	

}



.breadcrumbs {

	font-size:12px;

	color:#676767;

	text-transform:uppercase;

	padding-top:5px;

	padding-bottom:20px;

	border-bottom:solid 1px #d7d9d9;

	min-height:45px;

	position:relative;

	padding-right:45px;

}

.breadcrumbs a{

	color:#676767;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#000;

}





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input#s{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:#969696;

	padding: 4px 10px;

	border-bottom:solid 1px;

}

.sidebar .searchform input#s{

	padding: 7px 10px;

}

.sidebar .searchSubmit {

	top:3px;

}

.searchform input#s:focus{

	outline:0;

}

.searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

}

.headerSearch {

	max-width:100px;

}

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

  color: transparent;

  text-transform:uppercase;

  opacity: 0; /* Firefox */

}



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

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}



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

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}





@media (min-width:768px){





}

@media (min-width:992px){

.headerSearch {

	max-width:150px;

}

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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; /* Firefox */

}



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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}



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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}

.headerSearch .searchform input#s{

	border-bottom:none;

}

}

@media (min-width:1200px){





}

@media (min-width:1390px){



}

@media (min-width:1590px){



}





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

    EMBEDS

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




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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:600px;

}



.noticeBody {

  width:100%;

  padding:0 2.5%;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}







/*news*/

.list-item h2.list-item-title{

	margin-top:0;

}

h2.list-item-title a{

	text-decoration:none;

}

h2.list-item-title a:hover{

	text-decoration:underline;

}

h1.postTitle {



}

.list-item-excerpt .postype{
	text-align:right;
}
.list-item-excerpt .postype a{
	color:#db1a1c;
	 font-size: 11px;
    text-transform: uppercase;
    position: relative;
    letter-spacing:0.5px;
    font-weight: 600;
}

.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:#58595b;

	background:#fff;

	transition:300ms;

	padding-top:0px;

	padding-bottom:0px;

	text-align:center;
	position:fixed;

}

.fixedHeader .headGroup {

}



.headGroup a{

	color:#58595b;	

}

.headGroup a:hover{

	color:#da1a1c;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {

    margin-bottom: 10px;

}

.headerIcon img{



}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

.headGroup .socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

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

}

@media (min-width:768px){

	.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}

}

/*header*/

header {

	position:relative;

}





.headGroup {

		z-index:220;top:0;

		left:0;

		width:100%;

}





@media (min-width:600px){



}

.admin-bar .headGroup {
	margin-top:46px
}
.admin-bar.fixedHeader .headGroup  {
	margin-top:0;
}
@media (min-width:600px){

}
	
@media (min-width:768px){
	.admin-bar .headGroup,
	.admin-bar.fixedHeader .headGroup  {
		margin-top:32px
	}
	
}

/*home*/




@media (min-width:768px){

	.headerRight .menu-toggle {		

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		right:auto;

		float:right;

	}

	.headerRight .topMenuSide {

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		left:auto;

	}

	.headerRight .topMenuSide span{

		display:inline;

	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		margin-left:20px;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}

@media (min-width:992px){

	header.mainHeader, .headGroup {
		height: 120px;
	}



}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left:40px;

	}	
    .headerRight {
        padding: 0;
    }

}



.home .headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle{

	font-size:14px;

	padding:10px 0;

	line-height:1;

	white-space:nowrap;

	padding-right:15px;

	position:relative;

	cursor:pointer;

}



.topMenuSide .menu{

	position:absolute;

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

	color:#969696;

	list-style:none;

	margin:0;

	padding:0 15px;

	right:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;
	z-index:200;

}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 5px;

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

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 30px;

    height: 1px;

    margin: 8px 0;

    background-color: #969696;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	right:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

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

    transform-origin:50% 8px;

}

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

    transform-origin: 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;

}



@media (min-width:992px){



}



	#navbar{

		position: fixed;

		right: -280px;

		transition: right 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 280px;

		overflow-x: hidden;		

		font-size:1.2em;

	}



	body.menuopen  #navbar{ 

		right:0;

		z-index: 9999;

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

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

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

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

		border-bottom:solid 1px rgba(255, 255, 255, 0.3);

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:40px;

		position:relative;

		display:none;

		font-size:0.9em;

		border-bottom:solid 1px rgba(255, 255, 255, 0.3);

	}

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

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.stayConnectBlock {

	border-top:solid 1px #969696;

	margin:20px 0px ;

	

}

.stayConnectBlock h3{

	font-size:32px;

	margin:70px 0 55px;

	text-align:center;

}

.stayConnectBlock .connectedFt {

	color:#fff;

	background:#676767;

	text-align:center;

	padding:50px 0;

}

.stayConnectBlock .connectedFt ul{	

	list-style:none;

	padding:0;	

	margin:7px auto;

}

.stayConnectBlock .connectedFt li{	

	display:inline-block;

	margin:12px 12px;

}

.stayConnectBlock .connectedFt li a {

	transition:300ms;

}

.stayConnectBlock .connectedFt li a:hover{

	opacity:0.6;

}

.stayConnectBlock .connectedFt a.blockButton {

	border:solid 1px #fff;

	color:#fff;

	margin:12px 7px;

}

.stayConnectBlock .connectedFt a.blockButton:hover {

	background:#fff;

	color:#676767;

}

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

	.stayConnectBlock {

		margin:50px 0;

	}

.footerInfo {

	margin-bottom:70px;

}

}

/*text aligns*/



@media (max-width:767.99px){



	.xs-text-right {

		text-align:right;

	}

	.xs-text-left {

		text-align:left;

	}

	.xs-text-center {

		text-align:center;

	}

}

@media (min-width:768px){

	.sm-text-right {

		text-align:right;

	}

	.sm-text-left {

		text-align:left;

	}

	.sm-text-center {

		text-align:center;

	}

}

@media (min-width:992px){

	.md-text-right {

		text-align:right;

	}

	.md-text-left {

		text-align:left;

	}

	.md-text-center {

		text-align:center;

	}

}

@media (min-width:1200px){

	.lg-text-right {

		text-align:right;

	}

	.lg-text-left {

		text-align:left;

	}

	.lg-text-center {

		text-align:center;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}









.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 .arrow {

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:4px;

	right:0;

}

#menu-side .sub-menu li .arrow:before {

	position:absolute;

	content: '\f054';

	display: block;

	width: 16px;

	height: 9px;

	position: absolute;

	left: 29px;

	top: 50%;
    margin-top: -4.5px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

    font-size: 0;

}



#menu-side .sub-menu li.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:25px;

}





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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	/*body.fixedHome .menu-toggle {

		color:#fff;

	}

	body.fixedHome .menu-toggle span {

		background-color:#fff;		

	}*/

}

@media (min-width:1200px){



}

body {

	/*position:relative;*/

}

body.menuopen {

	/*position:relative;*/

	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;

}





@media (min-width : 768px) {



}

@media (min-width : 992px) {



}

@media (min-width : 1200px) {



}

@media (min-width : 1590px) {



}








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





}

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



}



















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

    Dynamic Content

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



.dynamicContent {

	margin-top:30px;

	margin-bottom:30px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 15px;

    font-size: 2.2em;

}

@media (min-width:1590px){

	

}

/**** 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{
	margin-bottom:40px


}



.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 blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

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

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:20px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:14px;
    
    letter-spacing: 2px;

	text-transform: uppercase;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;

}

.callout .readmore 	{

	display: inline-block;

    color: #fff;

	background:#676767;

    margin: 12px 7px;

	/*width:200px;*/

	max-width:100%;

	margin:12px 0px;

	text-align:center;	

}



.callout.hasbg  .readmore{

	background:#CBCBCB;

	border: solid 1px #CBCBCB;

}

.callout .readmore:hover {

	background: #fff;

    color: #676767;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:before {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	visibility:hidden

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois .col {

	min-width:33.333%;

}

.poi  {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

	margin-bottom:26px;    


}

.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:before {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.poiImage >img{

	width:auto;

	display:none;

}

.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;
    
    font-family: "linotype-didot",serif;

}



.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

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



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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









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





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}




.hideme {
	position:relative;
}
.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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



/*Menu Styles Show    ----------------------------------- */


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

#menu-main-top {
    display: inline-block;
    text-align: left;
}

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

#menu-main-top li {
    display: inline-block;
    position: relative;
    padding: 27px 9px;
    vertical-align: middle;
}
#menu-main-top li:after {
    width: 1px;
    background: #9c151b;
    content: "";
    height: 10px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translatey(-50%);
    display: block;
}
#menu-main-top li:last-child:after {
    display: none;
}
#menu-main-top li ul li:after {
    display: none;
}


#menu-main-top li a {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    color: #58595b;
}

#menu-main-top .sub-menu li {
    padding: 0;
}

#menu-main-top .sub-menu li a {
    padding: 0px 40px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: inherit;
}
#menu-main-top .sub-menu li a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    line-height: 24px;
    padding: 10px 0;
}
#menu-main-top .sub-menu li a:hover {
    color: #ffffff;
    background: #9c151b;

}

#menu-main-top .sub-menu li a:hover span {
    border-bottom-color: transparent;
}
#menu-main-top .sub-menu li:last-child a span {
    border: none;
}

#menu-main-top li a {
    line-height: 1.3em;
}

#menu-main-top li:hover > a  {
    text-decoration: none;
    color: #db1a1c;
}
#menu-main-top li li:hover > a {
    color: #ffffff;
    background: #9c151b;
}
#menu-main-top .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: rgba(88, 89, 91, 0.95);
    padding: 40px 0 70px;
    /*min-height: 80vh;*/
    width: 350px;
}

#menu-main-top .sub-menu:after {
    width: 20px;
    content: "\f0d8";
    height: 20px;
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    left: 45px;
    top: -26px;
    font-family: "Font Awesome 5 Free";
    display: block;
    color: rgba(88, 89, 91, 0.95);
    line-height: 44px;

}
#menu-main-top .sub-menu .sub-menu:after {
    display: none;
}

body.fixedHeader #menu-main-top .sub-menu {
    min-height: inherit;
    padding: 50px 0 50px;
}

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

/*#menu-main-top .sub-menu li a {
    color: #171717;
}*/

#menu-main-top li:hover > .sub-menu {
    display: block;
    min-width: 350px;
}

#menu-main-top .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: rgba(88, 89, 91, 0.95);
    line-height: 44px;
    padding: 0px !important;
    height: auto;
}
/*Menu Styles Show    ----------------------------  END  ------------------------------------ */

.menu-toggle {
    display: none;
}
.container {
    max-width: 1170px;
}
.header_top_section .header_red_bg {
    /*display: inline-block;*/
    display: inline-flex;
    background: #9c151b;
    align-items: baseline;
}
header {
    position: relative;
}

	.searchform.openSearch {
		overflow: visible;
	}

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

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

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

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

	.searchToggle {
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 20px;
		height: auto;
		min-height: 42px;
        z-index: 1;
	}
	
	.searchToggle .search-form-holder {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

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

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

	.searchToggle .searchform.openSearch input.s {
	}

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

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

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

	.headerSearch .searchSubmit {
		font-size: 15px;
		width: 20px;
		height: 28px;
		color: #58595b;
        right: 0px;
	}

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


/*.headGroup {
    position: relative;
}

body.fixedHeader .headGroup {
    position: fixed;
}*/

.topMenuSide .portalToggle {
    padding: 13px 20px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.topMenuSide .portalToggle:hover {
    opacity: 0.5;
}

a.header_link {
    margin-left: 20px;
    margin-right: 20px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.portalToggle .fa-user-friends {
    font-size: 0;
    background: url(images/members-icon.png) no-repeat;
    width: 20px;
    height: 16px;
    margin-right: 7px;
    vertical-align: top;
}


.header_top_section .header_red_bg a {
    color: #ffffff;
}
.header_top_section .header_red_bg a:hover {
    opacity: 0.5;
}

.header_red_bg {
    margin-right: 15px;
}
.header-job-board {
    background: url(images/jobs-icon.png) left center no-repeat;
    line-height: 28px;
    padding-left: 25px;
}
.header-contact-us {
    background: url(images/contact-icon.png) left center no-repeat;
    line-height: 28px;
    padding-left: 25px;
}


a.header_link:before {
    width: 1px;
    background: #ffffff;
    content: "";
    height: 10px;
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translatey(-50%);
    display: block;    
}
#navbar .members {
	color:#fff;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#navbar .members a{
    color: #ffffff;
	margin:0;
}

#navbar .members ul {
	list-style:none;
	padding:0;
	margin:0;
}
#navbar .members ul ul{
	margin:5px 0 10px 15px;
	display:none;
}
#navbar .members a.header_link:before {
	display:none;
}
.welcomeBlock {
    padding-bottom: 125px;
}
.welcomeBlockText {
    background: #f6f6f6;
    margin-bottom: -69px;
    padding: 0px 65px 0px 15px;
}
.welcomeBlockImage {
    padding: 0;
}
.welcomeImage {
    
	max-height:80vh;
}
.welcomeImage img {
    width:100%;
	height:100%;
	object-fit:cover;
}


.welcomeBlockText:after {
    width: 300%;
    background: #f6f6f6;
    content: "";
    height: 100%;
    position: absolute;
    left: -300%;
    top: 0;
    display: block;
}

.welcomeTable {
    display: table;
    width: 100%;
    height: 100%;
}

.welcomeTablecell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-left: 15%;
}


.welcomeTablecell .wpforms-field-container {
    display: inline-block;
    width: 100% !important;
    max-width: 270px !important;
    vertical-align: top;
}
.welcomeTablecell .wpforms-submit-container {
    display: inline-block;
    padding: 0 !important;
}

.welcomeBlock h1 {
    font-size: 60px;
    line-height: 70px;
    color: #58595b;
	font-family: "linotype-didot-headline",serif;
    margin-bottom: 30px;
}
.welcomeBlock h1 span {
    display: block;
    position: relative;
}
.welcomeBlock h1 em {
    display: block;
    margin-left: -15%;
    font-style: normal;
}
.welcomeBlock h1 span:after {
    width: 20%;
    background: #58595b;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
}

.welcomeBlock .wpforms-form .wpforms-field {
    padding: 0 !important;
}
.btn {
	border-radius:0;
}
.btn-primary {
    color: #fff;
    background-color: #9c151b;
    border-color: #9c151b;
}
.btn-primary:hover,
.btn-primary:focus{
	color: #fff;
    background-color: #9c151b;
    border-color: #9c151b;
}


.blockButton > a, a.readmore, a.button {
	border: none !important;
	background: transparent;
    
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;

    
	padding: 10px 34px 10px 15px;
	min-width: 202px;
	text-align: left;
	font-size: 13px;
	color: #ffffff !important;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    letter-spacing: 4px;
    position: relative;
}
.blockButton > a:after, a.readmore:after, a.button:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long-wht.png) no-repeat;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}
.blockButton > a:hover, a.readmore:hover, a.button:hover {
    background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
	color: #ffffff !important;
}

.wpforms-submit {
	border: none !important;
	background: transparent;
    
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;

    
	padding: 10px 34px 10px 15px;
	min-width: 202px;
	text-align: left;
	font-size: 13px;
	color: #ffffff !important;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    letter-spacing: 4px;
}
.wpforms-submit:hover {
    background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
	color: #ffffff !important;
}
.wpforms-submit:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long-wht.png) no-repeat;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}



.dynamic-mini-poi {
    margin: 0;
}
.dynamic-mini-poi .mini-poi-section {
    padding: 140px 0 120px;
    background-color: #da1a1c !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.dynamic-mini-poi .mini-poi-section:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}

.dynamic-mini-poi .mini-poi-section .miniPoi {
    padding: 0px 20px 40px;
    color: #ffffff;
    text-align: center;
    min-height: 300px;
}
.dynamic-mini-poi .mini-poi-section .miniPoi img {
    max-width: 100%;
    width: auto;
    margin: 0px auto;
}
.dynamic-mini-poi .mini-poi-section .miniPoi .minipoiImg {
    margin-bottom: 40px;
}
.dynamic-mini-poi .mini-poi-section .miniPoi .mini-poi-text {
    margin-bottom: 60px;
}

.dynamic-mini-poi .mini-poi-section .miniPoi a {
	padding: 0px 20px 0px 15px;
	min-width: 170px;
    width: 100%;
    max-width: 170px;
	text-align: left;
	font-size: 13px;
	color: #ffffff !important;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    letter-spacing: 4px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 20px;
}
.dynamic-mini-poi .mini-poi-section .miniPoi a:hover {
    opacity: 0.5;
}
.dynamic-mini-poi .mini-poi-section .miniPoi a:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long-wht.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -4px;
}


.dynamic-mini-poi .owl-dots {
    display: none;
}
.dynamic-mini-poi .owl-nav {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
}

.dynamic-mini-poi .owl-nav .owl-prev, .dynamic-mini-poi .owl-nav .owl-next {
    width: 47px;
    height: 47px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}
.dynamic-mini-poi .owl-nav .owl-prev:hover, .dynamic-mini-poi .owl-nav .owl-next:hover {
    opacity: 0.5;
}


.dynamic-mini-poi .owl-nav .owl-prev {
    left: -8%;
}
.dynamic-mini-poi .owl-nav .owl-next {
    right: -8%;
}

.dynamic-logos {
    margin: 0;
    padding: 50px 0 50px;
    text-align: center;
}
.dynamic-logos .logo_item {
    margin-bottom: 110px;
}


.dynamic-news {
    padding: 180px 0 80px;
    margin: 0;
}
.dynamic-news:after {
    width: 100%;
    background: #f6f6f6;
    content: "";
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
    display: block;
}
        
.dynamic-news .news_section {
    min-height: 480px;
    position: relative;
    background: #ffffff;
}

.dynamic-news .news_section .newsTitle {
    font-size: 30px;
    line-height: 36px;
    font-family: "linotype-didot",serif;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 30px;
}

.dynamic-news .news_section .date {
    color: #58595b;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
}

.dynamic-news .ab_event_section {
    padding: 22px 22px 50px;
}
.dynamic-news .owl-carousel .owl-stage {
	display:flex;
}
.dynamic-news .owl-carousel .owl-item {
    margin-bottom: 30px;
	background:#fff;
}


.news_section .news_section-inner {
    display: block;
}
.dynamic-news .owl-carousel .news_image_slide {
   position:relative;
	background-size:cover;
	background-position:center;
	max-width:768px;
}
.dynamic-news .owl-carousel .news_image_slide:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
.dynamic-news .owl-carousel .news_image_slide img,
.dynamic-news .owl-carousel .owl-item .news_image_slide img {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   object-fit:cover;   
}

.news_section .cat-link-news {
    position: absolute;
    left: 25px;
    bottom: 22px;
	font-size: 13px;
	color: #010101 !important;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	display: inline-block;
    letter-spacing: 3px;
}
.news_section .cat-link-news:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long-red.png) no-repeat;
    font-size: 0;
    margin-left: 25px;
    display: inline-block;
}
.news_section .cat-link-news:hover {
    color: #b82221 !important;
}
.dynamic-news .owl-carousel .owl-dots:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    top: 13px;
    z-index: -2;
    opacity: 0.7;
}
.dynamic-news .owl-carousel .owl-dots:before {
    background: #f8f8f8;
    position: absolute;
    width: 20%;
    right: 30px;
    content: "";
    display: block;
    height: 24px;
    top: 50%;
    transform: translatey(-50%);
    z-index: -1;
}
.dynamic-news .owl-carousel .owl-dots {
    position: absolute;
    width: 33.3334%;
    right: 0;
    top: -50px;
    padding: 0px 40px;
    z-index: 1;
    height: 28px;
    text-align: right;
}
.dynamic-news .owl-dots .owl-dot {
    margin: 1px 2px 1px 2px;
}
.dynamic-news .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    cursor: pointer;
    background: #58595b;
    border: 2px solid #f6f6f6;
    display: inline-block;
}
.dynamic-news .owl-dots .owl-dot.active span {
    background: transparent;
    border-color: #da1a1c;
}

.dynamic-news .owl-nav {
    display: none;
}
.dynamic-news .see_all_news {
    text-align: right;
    display: block;
    position: relative;
    z-index: 9;
    margin-top: 25px;
}
.dynamic-news .see_all_news:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    top: 24px;
}
.dynamic-news .see_all_news .button {
    position: relative;
    z-index: 1;
}
.dynamic-news .see_all_news .button:before {
    background: #f6f6f6;
    position: absolute;
    width: 34px;
    left: -34px;
    content: "";
    display: block;
    height: 100%;
    top: 0px;
}

@media (min-width:992px){
	.dynamic-news:after {
		width: 75.5%;		
	}
	
}


.fixedHeader .headGroup {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
footer {
    background: #58595b;
    color: #ffffff;
    padding: 70px 0 15px;
    line-height: 32px;
}
footer a {
    color: #ffffff;
} 

.footer_right {
    text-align: right;
}
.footer_right .socials {
    padding: 0;
    margin: 0 0 15px;
}
.footer_right .socials li {
    display: inline-block;
    margin-left: 5px;
}
.footer_right .socials li a {
}

.footer_left p {
    margin: 0 !important;
}
.footer-logo {
    margin-bottom: 30px;
}

.menu-footer-menu-container h3 {
    display: none;
}

.menu-footer-menu-container li {
    padding-right: 30px;
    display: block;
    position: relative;
}
.menu-footer-menu-container li:after {
    background: url(images/arrow-long-wht.png) right center no-repeat;    
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    content: "";
    display: block;
    width: 16px;
    height: 9px;
}
.menu-footer-menu-container li a {
    color: #ffffff;
}
.menu-footer-menu-container li:hover a {
    color: rgba(255, 255, 255, 0.5);
}
.menu-footer-menu-container li:hover:after {
    opacity: 0.5;
}
.button.footer-right-btn  {
    border: 1px solid #ffffff !important;
    background: transparent !important;
    margin-bottom: 20px;
}
.button.footer-right-btn:hover {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: rgba(255, 255, 255, 0.5) !important;
}
.button.footer-right-btn:hover:after {
    opacity: 0.5;
}

.footer_right {
    padding-left: 10%;
}
.footer_center {
    padding-right: 10%;
}

.footer_right_text {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.63);
    margin-bottom: 20px;
}

.footerLower {
    padding: 30px 0 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.36);
    font-size: 13px;
}
.footerLower a {
    color: rgba(255, 255, 255, 0.36);
}
.footerLower a:hover {
    color: rgba(255, 255, 255, 1);
}

.footerLower p, .footerLower ul {
    color: rgba(255, 255, 255, 0.36);
}


.col-sm-6.sm-text-center a {
    margin: 0px 6px;
}






/*Sidebar Menu Styles----------------------------------------------------------------*/
.sidebar {
    padding: 0px;
}
.side-menu-container {
    background: #f6f6f6;
    padding: 90px 50px 90px 0;
    position: relative;
    margin-top: -70px;
    z-index: 105;
    margin-bottom: 50px;
}
.side-menu-container:after {
    width: 500%;
    background: #f6f6f6;
    content: "";
    height: 100%;
    position: absolute;
    left: -500%;
    top: 0;
    display: block;
}

#menu-side > li > a {
    padding-left: 0px;
    padding-right: 0px;
}
#menu-side > li > a {
    clear: both;
}
#menu-side > li > a span {
    color: #58595b;
    font-size: 0px;
    text-transform: inherit;
    border-bottom: none !important;
    margin-bottom: 25px;
    display: block;
    font-weight: 300 !important;
    position: relative;
    line-height: 0;
    text-align: center;
    padding: 0;
    height: 54px;
}
#menu-side > li > a:hover span {
    border-bottom: none !important;
}
/*#menu-side > li > a span:before {
    background: #ffffff;
    font-size: 0px;
    content: '';
    display: block;
    line-height: 54px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    height: 2px;
    opacity: 1 !important;
}*/

#menu-side .sub-menu li .arrow:before {
    top: 20px;
    color: #ffffff;
}

#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 {
    color: #58595b;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
 
}
#menu-side li a:hover span {
    color: #dc282a;
    border-bottom: 1px solid transparent;
 
}

#menu-side a {
    color: #58595b;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: block;
    letter-spacing: 0px;
    padding: 0 30px 0 0;
    text-transform: inherit;
}

#menu-side a span {
}

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

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

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

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

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

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

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

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

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

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

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

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #dc282a;
    background: transparent;
}
#menu-side .sub-menu li.current-menu-ancestor a, #menu-side .sub-menu li.current-menu-item a {
    color: #dc282a;
}
#menu-side .sub-menu li.current-menu-item > a span {
    color: #dc282a;
}
#menu-side > li > a {
    text-transform: inherit !important;
}
#menu-side > li > a span:after {
    color: #58595b;
    font-size: 30px;
    content: 'In this Section';
    font-weight: 700 !important;
    padding-right: 0px;
    line-height: 36px;
	font-family: "linotype-didot",serif;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: inherit !important;
    width: 100%;
    text-align: left;
}



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

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

.sidebarSec {
    background: #4a3041;
    padding: 45px 33px 80px;
    color: #ffffff;
}
input {
    max-width: 100%;
}
.sidebarSec ul li {
    padding: 0;
}

.sidebarSec ul li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    display: block;
    padding: 10px 33px;
    margin-left: -33px;
    margin-right: -33px;
}

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

.its {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
    margin-bottom: 20px;
}

/*Sidebar Menu Css End*/




.breadcrumbs {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #58595b;
    text-transform: inherit;
    letter-spacing: 0px;
    padding: 25px 15px;
    width: 100%;
    z-index: 105;
    margin-bottom: 30px;
    border: none;
}

.breadcrumbs em {
    color: #58595b;
    padding: 0px 15px;
    font-style: normal;
}


.breadcrumbs a {
    color: #58595b;
}
.breadcrumbs span > span {
    color: #dc282a;
}

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

.share {
    position: relative;
    background: #efefef;
    padding: 5px 25px;
	display:inline-block;
}

.share .addtoany_share {
    background: url(images/share-to-any-icon.png) 99% center no-repeat !important;
    padding-right: 20px;
    font-size: 14px;
    color: rgba(45, 16, 35, 0.6);
    display: block;
    line-height: 15px;

}
.bodyContent h1, .sidebar h1 {
    font-size: 42px;
    color: #58595b;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
}
.bodyContent h1:after {
    width: 104px;
    background: #58595b;
    content: "";
    height: 1px;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: -15px;
    display: block;
}

.bodyContent h1:after {
    
}
@media (min-width:768px){
	.share {
		position: absolute;
		right: 15px;
		top: 25px;
	}
}


.bodyContent h2, .sidebar h2 {
    font-weight: 700;
    font-size: 30px;
    color: #58595b;
    margin: 30px 0;
    letter-spacing: 0px;
}

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

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3 {
    font-weight: 700;
    font-size: 24px;
    color: #58595b;
    margin: 30px 0;
    letter-spacing: 0px;
}

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

.staffMember h3 {
    font-weight: 400;
    font-size: 22px;
    color: #58595b;
    margin: 30px 0;
    margin: 0px 0 10px;
}

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

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


.bodyContent ul {   
    padding-left: 40px;
}

.bodyContent ul li {
    font-size: 14px;
    text-align: justify;
    position: relative;
    margin-bottom: 8px;
}

.bodyContent ul li::marker {
    color: #da1a1c;
}

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

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

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

.poi {
    background-color: transparent;
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    
}

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

.bodyContent .dynamic-quote .quoteContainer blockquote, .sidebar .dynamic-quote .quoteContainer blockquote {
}

blockquote:after {
    content: '';
    display: block;
    width: 90px;
    text-align: center;
    height: 1px;
    font-size: 0px;
    background: #da1a1c;
    margin: 0 auto 30px;
}

blockquote {
    background: transparent;
    font-size: 30px;
    color: #58595b;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    font-style: normal;
    margin-bottom: 20px;
    font-family: "linotype-didot",serif;
}

.dynamic-quote {
    padding: 0px 0 40px;
    position: relative;
}
blockquote:after {
}
.quoteContainer .quote-cite {
    font-size: 12px;
    color: #4a3041;
    letter-spacing: 4px;
    padding: 0 30px;
    text-transform: uppercase;
}




.faqs {
}
.faqs .faq {
    border-bottom: solid 2px #fff;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 12px 35px 12px 17px;
        background-color: transparent;
        background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
        background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
        background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.faq.open .faq-question {
    background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    border: none;
    padding: 12px 35px 12px 17px;
}
.faq-question:hover {
    background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    border: none;
}
.faq-question:after {
    content: '\f054';
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 19px;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    font-size: 0px;
    background: url(images/arrow-long-wht.png) no-repeat;

}
/*.faq-question:before {
    position: absolute;
    right: -50%;
    bottom: -48%;
    width: 100%;
    height: 200%;
    background: #4A3041;
    transform: rotate(-40deg);
    content: '';
    display: none;
}*/
/*.faq.open .faq-question:after {
    top: 12px;
}*/
.faq.open .faq-question:before {
    display: block;
}
.faq .faq-question:hover:before {
    display: block;
}
/*.faq.open .faq-question:hover:after {
    top: 12px;
}*/

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

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





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

.dynamic-documents a.document-link {

    position: relative;
    margin: 0;
    padding: 12px 45px 12px 17px;
    background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px 0 10px !important;
    overflow: hidden;
}

.dynamic-documents a.document-link:hover {
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    border: none;
}

/*.dynamic-documents a.document-link:focus {
    background: #2d1023;
    color: #ffffff;
    border: none;
    padding: 12px 45px 12px 32px;
}*/

.dynamic-documents a.document-link:after {
    content: '\f054';
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    right: 20px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0px;
    background: url(images/download-icon.png) center center no-repeat;
}

.dynamic-documents a.document-link:hover:after {
    background: url(images/download-icon.png) center center no-repeat;
}
.dynamic-documents a.document-link:before {
    position: absolute;
    right: -50%;
    bottom: -48%;
    width: 100%;
    height: 200%;
    background: #4A3041;
    transform: rotate(-40deg);
    content: '';
    display: none;
}
.dynamic-documents a.document-link:after {
}
/*.dynamic-documents a.document-link:hover:before {
    display: block;
}*/
.dynamic-documents a.document-link:hover:after {
}






span.quicklink {
    text-align: right;
    display: block;
    position: relative;
    z-index: 9;
    margin: 0px 0 10px !important;
}
span.quicklink:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    top: 50%;
    transform: translatey(-50%);
    z-index: -2;
}
span.quicklink > a {
    position: relative;
    z-index: 1;
    display: inline-block;
}
span.quicklink > a:before {
    background: #ffffff;
    position: absolute;
    width: 34px;
    left: 0px;
    content: "";
    display: block;
    height: 100%;
    top: 0px;
    z-index: -1;
}
.quicklink>a, a>.quicklink, a.quicklink {

    position: relative;
    margin: 0;
    padding: 12px 50px 12px 51px;
    background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    width: auto;
    min-width: 205px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    border: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    border: none;
}

.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: '\f054';
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 15px;
    font-size: 0px;
    top: 50%;
    transform: translatey(-50%);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    background: url(images/arrow-long-wht.png) no-repeat;
}

/*.quicklink>a:before, a>.quicklink:before, a.quicklink:before {
    position: absolute;
    right: -50%;
    bottom: -48%;
    width: 100%;
    height: 200%;
    background: #4A3041;
    transform: rotate(-40deg);
    content: '';
    display: none;
}*/
.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
}
/*.quicklink>a:hover:before, a>.quicklink:hover:before, a.quicklink:hover:before {
    display: block;
}*/
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
}




span.linkbutton {
    text-align: right;
    display: block;
    position: relative;
    z-index: 9;
    margin: 0px 0 10px !important;
}
span.linkbutton:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    top: 50%;
    transform: translatey(-50%);
}
span.linkbutton > a {
    position: relative;
    z-index: 1;
    display: inline-block;
}
span.linkbutton > a:before {
    background: #ffffff;
    position: absolute;
    width: 34px;
    left: 0px;
    content: "";
    display: block;
    height: 100%;
    top: 0px;
}
.linkbutton>a, a>.linkbutton, a.linkbutton {

    position: relative;
    margin: 0;
    padding: 12px 50px 12px 51px;
    background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    width: auto;
    min-width: 205px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    border: none;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
    border: none;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: '\f054';
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 15px;
    font-size: 0px;
    top: 50%;
    transform: translatey(-50%);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    background: url(images/arrow-long-wht.png) no-repeat;
}

/*.linkbutton>a:before, a>.linkbutton:before, a.linkbutton:before {
    position: absolute;
    right: -50%;
    bottom: -48%;
    width: 100%;
    height: 200%;
    background: #4A3041;
    transform: rotate(-40deg);
    content: '';
    display: none;
}*/
.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
}
/*.linkbutton>a:hover:before, a>.linkbutton:hover:before, a.linkbutton:hover:before {
    display: block;
}*/
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
}




span.quicklink, span.linkbutton {
    padding-left: 70px;
}



.bodyContent .callout.hasbg .calloutContent, .sidebar .callout.hasbg .calloutContent {
    padding-bottom: 150px;
    padding-top: 150px;
}
.callout {
    background: #333333;
}
.bodyContent .callout .calloutContent, .sidebar .callout .calloutContent {
    padding: 70px 70px;
}





.footer_inner_cta {
    padding: 90px 0 110px;
}
.footer_cta_main {
}
.footer_cta {
    min-height: 455px;
    position: relative;
    background: #f6f6f6;
    
}

a.footer_cta {
    display: block;
}





.footer_cta h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: "linotype-didot",serif;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 30px;
}

a.footer_cta:hover h2 {
    color: #b82221;
}



.footer_cta .ab_event_section {
    padding: 30px 22px 50px;
}
.dynamic-news .owl-carousel .owl-item {
    margin-bottom: 30px;
}
.footer_cta .cta_image img {
    visibility: hidden;
    display: block;
    width: 100%;
    max-width: inherit;
}
.footer_cta .cta_image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.news_section .news_section-inner {
    display: block;
}

.footer_cta .header-btn {
    position: absolute;
    left: 25px;
    bottom: 22px;
	font-size: 13px;
	color: #010101 !important;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	display: inline-block;
    letter-spacing: 3px;
    min-width: inherit;
}
.footer_cta .header-btn:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long-red.png) no-repeat;
    font-size: 0;
    margin-left: 25px;
    display: inline-block;
}
.footer_cta:hover .header-btn {
    color: #b82221 !important;
}



.footer_form_section {
    padding: 120px 0 120px;
    background-color: #da1a1c !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 354px;
    position: relative;
}
.footer_form_section img {
    visibility: hidden;
}
.footer_form_section:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom,rgba(0,0,0,.55) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.55) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}

.footer_form_section .button {
	cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff #ffffff !important;
    z-index: 2;
    background: transparent !important;
    box-shadow: 0px 0px 0px 2px #ffffff;
    padding-right: 51px;
}

.footer_form_section a.button:hover {
    opacity: 0.5;
}

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











	.facebook-popup, .twitter-popup , .instagram-popup{
		display : none;
	}

	.floating_social_icons {
		position: fixed;
		z-index: 105;
		right: 0;
		top: 30%;
        background: #58595b;
	}

	.floating_social_icons .social_icon {
		display : block;
        width: 42px;
        height: 42px;
        font-size: 16px;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        text-align: center;
        line-height: 42px;
        position: relative;
		font-size:14px;
	}
	.floating_social_icons .social_icon:hover {
        background: #da1a1c;
    }
	.floating_social_icons .social_icon.flickr {
	   border: none !important;
	}  
	

	.floating_social_icons .social_icon i {
	   position: absolute;
       top: 50%;
       left: 50%;
	   transform:translate(-50%,-50%);
    }      





	.floating_social_icons .foating_inner{
		position : relative;
	}

	.facebook-popup.open, .twitter-popup.open, .instagram-popup.open{
		display : block;
		position : absolute;
		top : 0;
        right: 100%;
        min-width: 285px;
	}
    .facebook-popup, .twitter-popup {
        color: #58595b;
        background: #f8f8f8;
        padding: 30px 20px;
    }
    .facebook-popup a, .twitter-popup a {
        text-decoration: underline;
        color: #9c151b;
    }
    .facebook-popup a:hover, .twitter-popup a:hover {
        text-decoration: underline;
        color: #58595b;
    }
    #ctf.ctf-super-narrow .ctf-author-name, #cff .cff-author .cff-page-name.cff-author-date a {
        color: #58595b;
        font-size: 18px;
        font-weight: 600;
    }
    #cff.cff-default-styles .cff-link-title a {
        color: #58595b;
    }
    
    
    .menu-toggle {
        display: none;
    }
    

    .dynamic-carousel .owl-nav, .dynamic-carousel .owl-dots {
        display: none;
    }

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

    #menu-main-top li {
        padding: 27px 5px;
    }
    #menu-main-top li a {
        letter-spacing: 0px;
    }
    .welcomeBlockText {
        padding: 0px 25px 0px 0px;
    }
    .welcomeBlock h1 em {
        margin-left: -8%;
    }
    .welcomeTablecell {
        padding-left: 11%;
    }
    .dynamic-news {
        padding: 120px 0 60px;
    }
    .dynamic-mini-poi .mini-poi-section {
        padding: 80px 60px 80px;
    }
    .dynamic-mini-poi .owl-nav .owl-prev {
        left: -6%;
    }
    .dynamic-mini-poi .owl-nav .owl-next {
        right: -6%;
    }
    
    .dynamic-logos {
        padding: 40px 0 40px;
    }
    .dynamic-logos .logo_item {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 991.99px) {
    .floating_social_icons {
		display:none;
	}
    .menu-toggle {
        display: inline-block;
    }
	.searchToggle {
		margin-right:8px;
	}
    .menu-main-container {
        display: none;
    }
    .headGroup {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .headerLeft {
        flex: 0 0 75%;
        max-width: 75%;
        text-align: left;
    }
    .headerRight {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: right;
    }
    .header_red_bg {
        display: none !important;
    }
    .menu-toggle {
        padding-right: 20px;
        height: 25px;
    }
    .menu-toggle .toggleIcon {
        width: 20px;
        height: 25px;
        top: 9px;
    }
    .menu-toggle .toggleIcon span {
        width: 20px;
        height: 3px;
        background-color: #da1a1c !important;
        margin: 4px 0;
    }
    
    
    .bodyContent .callout .calloutContent, .sidebar .callout .calloutContent {
        padding: 70px 20px;
    }
    .bodyContent .callout.hasbg .calloutContent, .sidebar .callout.hasbg .calloutContent {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .dynamic-poi .row {
        display: block;
    }
	.side-menu-container {
        margin-top: 0;
		display:none;
    }
    .side-menu-container:after {
        display: none;
    }
    .footer_cta {
        min-height: 400px;
        margin-bottom: 40px;
    }
    .footer_inner_cta {
        padding: 30px 0 30px;
    }
    .footer_form_section .button {
        min-width: 235px;
    }
    .footer_form_section {
        height: 240px;
    }
    .footer_left, .footer_center, .footer_right {
           margin-bottom: 40px;
           text-align: left;
    }
    .footerLower p, .footerLower ul {
        margin: 0px 0;
    }
    .footer_right {
        padding-left: 15px;
    }
    .headerIcon {
        margin-bottom: 0px;
    }
    header.mainHeader, .headGroup {
        height: 100px;
    }
    .dynamic-news {
        padding: 120px 0 60px;
    }
    .dynamic-news .row {
        display: block;
    }
    .dynamic-mini-poi .mini-poi-section {
        padding: 80px 60px 80px;
    }
    .dynamic-mini-poi .owl-nav .owl-prev {
        left: -6%;
    }
    .dynamic-mini-poi .owl-nav .owl-next {
        right: -6%;
    }

    .dynamic-logos {
        padding: 0px 0 40px;
    }
    .dynamic-logos .logo_item {
        margin-bottom: 40px;
    }

	.welcomeBlock {
		padding-bottom:20px;
	}
    .welcomeBlockText {
        padding: 30px 15px;
        margin: 0;
    }
    .welcomeTablecell {
        padding-left: 0%;
    }
    .welcomeBlock h1 em {
        margin-left: 0;
    }
    .welcomeBlock h1 {
        font-size: 30px;
        line-height: 42px;
    }
    
    .welcomeBlock .wpforms-form .wpforms-field input {
        margin-bottom: 30px;
    }


}    
@media only screen and (max-width: 767.99px) {
	.dynamic-logos .owl-carousel .owl-stage {
		display:flex;
		align-items: center!important;
	}
    .dynamic-logos .logo_item {
        margin-bottom: 10px;
		padding:0;
		max-width: 200px;
		margin: auto;
    }
}

    

@media only screen and (max-width : 991.99px) {
    .main-headbox, body.menuopen .main-headbox {
        display: none;
    }
    .main-navigation ul.socials {
        display: inline-block;
        padding: 0px;
        margin: 0;
        list-style: none;
    }
    .main-navigation ul.socials li {
        display: inline-block;
        padding-right: 12px;
    }
    .main-navigation ul.socials li a {
        display: inline-block;
        font-size: 28px;
        color: #ffffff;
    }
    #navbar #menu-main li a {
        color: #ffffff;
        padding: 21px 21px 21px 10px;
        font-weight: 400;
    }
    #navbar #menu-main li.menu-item-has-children > .arrow {
        left: auto;
        right: 0;
    }
    #navbar #menu-main li.menu-item-has-children > a {
        padding-left: 10px;
        padding-right: 35px;
    }
    
    #navbar .headerSearch {
        width: 100%;
        max-width: 100%;
        background: #F1F2F2;
        display: none !important;
    }
    #navbar .searchform input#s {
        border: 0;
        font-size: 16px;
        height: 50px;
        width: 100%;
        background: transparent;
        color: #969696;
        padding: 0px 20px;
    }
    #navbar .searchSubmit {
        right: 5px;
        width: 30px;
        height: 50px;
        color: #dd1826;
    }
    #navbar .menu-main-container {
        margin-bottom: 60px;
        display: block !important;
    }
    #menu-main li.menu-item-has-children > .arrow:after {
        color: #ffffff;
    }
    
    body.menuopen #navbar {
        background: #db1a1c;
    }
    body.menuopen .menu-toggle span:nth-child(1) {
        transform: rotate(140deg) translateY(8px);
    }
    body.menuopen .menu-toggle span:nth-child(3) {
        transform: rotate(-138deg) translateY(-10px);
    }
    
    body.menuopen .menu-toggle .toggleIcon span {
        background-color: #ffffff !important;
    }
    
}


@media only screen and (max-width : 767.99px) {
    .dynamic-news .owl-carousel .owl-dots {
        width: 100%;
    }
    .dynamic-news .owl-carousel .owl-dots:before {
        width: 28%;
    }
    .dynamic-news .owl-carousel .owl-dots:after {
        width: 100%;
    }
    .dynamic-mini-poi .mini-poi-section {
        padding: 80px 35px 80px;
    }
    .dynamic-mini-poi .owl-nav .owl-prev {
        left: -47px;
    }
    .dynamic-mini-poi .owl-nav .owl-next {
        right: -47px;
    }
    .welcomeBlockText {
        padding: 30px 15px;
        margin: 0;
    }
    .welcomeTablecell {
        padding-left: 0%;
    }
    .welcomeBlock h1 em {
        margin-left: 0;
    }
    .welcomeBlock h1 {
        font-size: 30px;
        line-height: 42px;
    }
    
    .welcomeBlock .wpforms-form .wpforms-field input {
        margin-bottom: 30px;
    }
    
}

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

    .welcomeBlock .wpforms-form .wpforms-field input {
        height: 48px !important;
        border-right: none !important;
    }
    .headerRight .menu-toggle {
        display: none !important;
    }

}


.dynamic-events {
    margin: 0;
    padding: 40px 0 70px;
}
.event_filter_section {
    background: #efefef;
    padding: 4px 8px;
    line-height: 20px;
    min-width: 160px;
    float: right;
    margin-bottom: 60px;
}
.event_filter_section span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
}
.event_filter_section select {
    
    width: 88px;
    display: inline-block;
    background: transparent !important;
    border: none !important;
}



.dynamic-events .section_title {
    font-weight: 600;
    font-size: 42px;
    color: #58595b;
    line-height: 28px;
    margin: 0px 0 60px;
    letter-spacing: 0px;
    position: relative;
    font-family: "linotype-didot",serif;
}
.dynamic-events .section_title span {
    display: inline-block;
    padding-right: 30px;
    background: #ffffff;
}
.dynamic-events .section_title:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    bottom: 6px;
    z-index: -1;
    opacity: 0.7;
}

.dynamic-events .owl-carousel .owl-dots {
    background: #ffffff;
    position: absolute;
    right: 30px;
    top: -81px;
    padding: 2px 5px 0;
    z-index: 1;
    height: 28px;
    text-align: center;
}
.dynamic-events .owl-dots .owl-dot {
    margin: 0px 3px;
}
.dynamic-events .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    cursor: pointer;
    background: #58595b;
    border: 2px solid #f6f6f6;
    display: inline-block;
}
.dynamic-events .owl-dots .owl-dot.active span {
    background: transparent;
    border-color: #da1a1c;
}

.dynamic-events .owl-nav {
    display: none;
}

.dynamic-events .event_date_left {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 0 15px;
    
}
.dynamic-events .event_date_left br {
    display: none;
}
.dynamic-events .event_date_left strong {
    font-size: 30px;
    font-weight: 700;
    display: block;
}
.dynamic-events .event_date_left {
    border-right: 1px solid #dc282a;
}
.dynamic-events .event_date_right {
    padding: 0 15px;
}

.dynamic-events .newsDate {
    display: flex;
    margin-bottom: 15px;
}
.dynamic-events .eventTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    min-height: 50px;
}
.dynamic-events .eventTitle a {
    color: #58595b;
}
.dynamic-events .eventTitle a:hover {
    color: #dd1826;
}

.dynamic-events .book-btn {
    padding: 5px 15px 5px 10px;
    line-height: 25px;
    background: #efefef;
    color: #58595b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.dynamic-events .book-btn:before {
    background: url(images/clander-icon.png) left center no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 12px;
    content: "";
    font-size: 0;
    display: inline-block;
    position: relative;
    top: 3px;
}
.dynamic-events .book-btn:hover {
    color: #c8181a;
}

.dynamic-events .owl-item {
    margin-bottom: 30px;
}
.dynamic-events .see_all_events {
    margin-top: 30px;
    border-top: 1px solid #bcbdbd;
    padding-top: 45px;
    text-align: center;
}

.dynamic-events .event_cat {
    text-align: left;
}
.dynamic-events .event_cat > div {
    display: none;
}
.dynamic-events .event_cat .tribe-event-categories {
    padding: 0;
    list-style: none;
    margin: 0 0 5px;
}
.dynamic-events .event_cat .tribe-event-categories li {
    padding: 0;
    list-style: none;
    margin: 0;
}
.dynamic-events .event_cat .tribe-event-categories li a {
    padding: 4px 10px;
    line-height: 20px;
    background: #58595b;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 8px;
}
.event_date_right .event_time {
    color: #58595b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 30px;
    background: url(images/clock-icon.jpg) left center no-repeat;
    font-style: italic;
}
.diploma-leadership.events_section .tribe-event-categories li a {
    background: #58595b;
}
.training.events_section .tribe-event-categories li a {
    background: #9c151b;
}
.seminar.events_section .tribe-event-categories li a {
    background: #da1a1c;
}
@media only screen and (max-width : 767.99px) {
	.dynamic-events .owl-carousel .owl-dots {
		position:relative;	
		top:0;
		lefT:0;
	}
}

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

    .dynamic-events .owl-carousel .owl-dots {
        top: -45px;
    }


}
/*Job Board*/
.schoolExWrap {
	display:flex;
}
.listingItem {
	display:block;	
	width:100%;
	background:#ededed;
	color:#58595c;
	padding:20px 25px;
	padding-bottom:30px;
	font-size:12px;
	transition:300ms;
	min-height:140px;
	margin:0 0 30px;
	overflow:hidden;
}
.listingItem .schoolicon  {
	width:90px;
}
a.listingItem:hover {
	background:#58595c;
	color:fff;
}
.listingItem h3{
	font-size:1.5em;
	color:inherit;
	margin:0;
}
.listingItem p{
	margin:0;
}

.jobsTable {
	
}
.jobsTable th {
	padding: 18px 20px;
    border-width: 0;
	background:#9c151b;
	color:#fff;
	font-size:18px;
}
.jobsTable td {
	padding: 12px 15px;
}
.jobsTable tr:nth-child(even) td {
	background:#ededed;
}
.jobsTable td a{
	font-weight:700;
}
.schoolMeta span {
	display:block;
}
.schoolMeta ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
}
.schoolMeta ul li{
	display:inline-block;
}

.schoolMeta ul.schooltype li{
	font-size:0;
	margin-right:5px;
	line-height:14px;
	vertical-align:middle;
	color:#da1a1c;
}
.schoolMeta ul.schooltype li:before,
.schoolMeta ul.schooltype li:after {
	font-size:14px;
	line-height:1.1;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	display:inline-block;
}
.schoolMeta ul.schooltype li.boys:after,
.schoolMeta ul.schooltype li.co-ed:after{
	content:"\f183";	
}
.schoolMeta ul.schooltype li.girls:before,
.schoolMeta ul.schooltype li.co-ed:before {
	content:"\f182";		
}
.schoolMeta ul.boardingtype li:after{
	content:',';
	margin:0 5px 0 0;
	display:inline-block;
}
.schoolMeta ul.boardingtype li:last-child:after{
	display:none;
}
.schoolDetails .schoolLogo {
	text-align:center;
	margin-bottom:30px;	
}
@media (min-width:992px){
	.schoolDetails .schoolLogo {
		width:150px;
		max-width:100%;
	}
}

/*Filter*/
.schoolFilter {
	display:block;
	margin-bottom:20px;
	background:#f7f7f7;
	padding:15px;
}
.schoolFilter input.keywordSearch {
	width:100%;
	max-width:550px;
}
.schoolFilter ul {
	list-style:none;
	padding:0;
	margin:0;
}
.schoolFilter li {
	display:inline-block;
	margin:0 15px 0 0;
}
.schoolFilter input{
	width:auto;
}
.filterType {
	margin:10px 0;
	width:650px;
	max-width:100%;
}
.filterType.school li {
	display:inline-block;
	margin:0 5px;
}
.schoolFilter li input{
	margin-right:5px;	
}
.filterType.school li label .icon{
	color:#da1a1c;
	margin:0 5px;
}
.filterType.school li label .icon:before,
.filterType.school li label .icon:after {
	font-size:14px;
	line-height:1.1;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	display:inline-block;
}
.filterType.school li label.boys .icon:after,
.filterType.school li label.co-ed .icon:after{
	content:"\f183";	
}
.filterType.school li label.girls .icon:before,
.filterType.school li label.co-ed .icon:before {
	content:"\f182";		
}
.schoolFilter label{
	display:inline-block;
}
.submitwrap {
	margin-top:10px;
}

.schoolFilter .button{
	border: none !important;
    background: transparent;
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    padding: 10px 15px 10px 15px;
    min-width: 202px;
    text-align: left;
    font-size: 13px;
    color: #ffffff !important;
    line-height: 28px;
    text-transform: uppercase !important;
    cursor: pointer;
    margin: 0px auto;
    display: inline-block;
    letter-spacing: 4px;
    position: relative;
}
.schoolFilter .button:hover{
	background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff !important;
}
/*School Post Options*/
#frontEndForm .acf-form-submit{
	margin-top:20px;
}
#schoolFilter.homeSchoolSearch {
	padding:0;
	display:flex;
}
#schoolFilter.homeSchoolSearch input.keywordSearch {
	height:48px;
	margin:0;
	display:inline-block;
    width: 100%;
    max-width: 270px;
	border-radius:0;
	border: solid 1px #ccc;
    border-radius: 0;
    border-right: 0;
    padding: 10px;
}
#schoolFilter.homeSchoolSearch .button {
    display: inline-block;	
	margin:0;
	height:48px;
	padding-right:40px;
	position:relative;
}
#schoolFilter.homeSchoolSearch .button:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long-wht.png) no-repeat;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}
.wpuf-dashboard-content td.data-column:last-child,
.wpuf-dashboard-content .items-list-header th:last-child {
	display:none;
}
#loginform label{
	margin-bottom:0;
}
#loginform input{
	display:block;
}
.single-tribe_events .tribe_events .tribe-events-event-image {
    float: left;
    margin: 0 3% 20px 0;
    width: 30%;
}
.tribe-events-single>.tribe_events {
	display: block!important;
	overflow:visible;
}
.single-tribe_events .tribe-events-event-image {
	float: left;
    margin: 0 3% 20px 0;
    width: 30%!important;
}


/*Services*/
.supplierBlock {
	margin:30px 0;
	padding:20px 40px;
	border:solid 1px #58595b;
	position:relative;
	line-height:1.5;
}
.supplierBlock a {
	color:#da1a1c;
}
.supplierBlock.goldSupplier {
	border-color:#b29925;
}

.supplierBlock.goldSupplier:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 45px 0 0;
	border-color: #b29925 transparent transparent transparent;
}
.supplierBlock .titleGroup{
	font-size:30px;
    font-family: "linotype-didot",serif;
	font-weight:700;
	margin-top:5px;
	margin-bottom:1em;
	line-height:1.2;
}
.supplierBlock .titleGroup .supplierName{
	font-size:1em;
	line-height:inherit;
    margin: 0;
    font-weight: inherit;
	color:#da1a1c;
}
.supplierBlock .titleGroup .supplierName a{
	text-decoration:none;
	color:#da1a1c;
}
.supplierBlock .supplierFeatured {
	display:flex;
	max-height:500px;
	align-items:center;
}
.supplierBlock .supplierImage {
	width:100%;
	max-height:160px;
	object-fit:contain;
}
.supplierBlock .supplierImage.smlSupplier {
	height:75px;
	max-width:185px;
    object-position: left;
}
.supplierBlock .supplierContent .bodyContent{
	margin-bottom:50px;
}
.supplierBlock .more {
	margin-top:30px;
}
.supplierBlock .more a{
	font-weight:700;
    letter-spacing: 1px;
	text-transform:uppercase;
}
.supplierBlock .contactDetails {
	margin:30px 0;
}
.supplierBlock .contactDetails h3{
	font-size:1em;
	font-weight:700;
	margin:10px 0 0;
    font-family: 'Open Sans', sans-serif;	
}
.supplierBlock .contactDetails a {
	color:inherit;
}
.supplierBlock .contactDetails a.website {
	text-decoration:underline;
}
.supplierBlock .addressGroup {
	margin-top:30px;
	margin-bottom:30px;
}
.supplierBlock .addressGroup a{
	color:#da1a1c;
	font-weight:700;
	text-decoration:underline;
}
.supplierBlock ul.supplierCats {
	list-style:none;
	padding:0;
	margin:5px -5px 15px;
}
.supplierBlock ul.supplierCats li{
	display:inline-block;
	margin:0 5px 0;
}
.supplierBlock .supplierCats a {
	color:inherit;
	text-decoration:underline;
}
.supplierBlock .allReadmore{
	margin-top:40px;
}
.supplierBlock .summaryAll {
	display:none;
}
@media (min-width:992px){
	.supplierBlock .summaryAll {
		display:none;
		position:absolute;
		padding: 20px 40px;
		left: 0;
		top: 0;
		background:#f8f8f8;
		height:100%;
		right: -40%;
		border:solid 1px #737373;
		-webkit-box-shadow: 3px 3px 20px 2px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 20px 2px rgba(0,0,0,0.75);
		box-shadow: 3px 3px 20px 2px rgba(0,0,0,0.75);
		z-index:20;
	}
	.supplierBlock .summaryAll .close{
		position:absolute;
		top:5px;
		right:5px;
		font-size:30px;
		color:#da1a1c;
		opacity:1;
		width:30px;
		height:30px;
		font-size:0;
		cursor:pointer;
	}
	.supplierBlock .summaryAll .close:before,
	.supplierBlock .summaryAll .close:after{
		content:'';
		display:block;
		width:24px;
		height:1px;
		background:#da1a1c;
		position:absolute;
		top:50%;
		left:3px;
	}
	.supplierBlock .summaryAll .close:before{
		transform:rotate(45deg);
	}
	.supplierBlock .summaryAll .close:after{
		transform:rotate(-45deg);
	}
	.supplierBlock .summaryAll.open {
		display:block;
	}
}
.supplierSearch {
	padding:50px 0;
	border-top:solid 1px #737373;
	border-bottom:solid 1px #737373;
}
.supplierSearch h2{
    font-size: 42px;
    color: #58595b;
	margin-top:0;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
}
.supplierSearch > .row {
	margin-left:-5px;
	margin-right:-5px;
}
.supplierSearch > .row > *{
	padding-left:5px;
	padding-right:5px;
}
.supplierSearch input,
.supplierSearch select {
	height:48px;
	background:#f8f8f8;
	border:solid 1px #737373;
	color:#737373;
	width:100%;
	padding:10px;
}
.supplierSearch .button {
	height:48px;
	border: none;
    background: transparent;
    background: -moz-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    padding: 10px 15px 10px 15px;
    min-width: 202px;
    text-align: left;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px auto;
    display: inline-block;
    letter-spacing: 4px;
    position: relative;
}
.supplierSearch .button:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/arrow-long-wht.png) no-repeat;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}
.supplierSearch .button:hover {	
	    background: -moz-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: -webkit-linear-gradient(bottom,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    background: linear-gradient(to top,rgba(220,26,28,1) 0%,rgba(160,19,20,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0) !important;
    color: #ffffff;
}
.orderbyGroup {
	text-align:right;
	margin:15px 0;
}
.orderbyDropdown {
	display:inline-block;
	position:relative;
}

.orderbyDropdown .trigger,
.orderbyDropdown .sortDropdown li{
	padding:5px 5px;
	color:#000;
	cursor:pointer;
}
.orderbyDropdown .sortDropdown li a{
	color:#000;
	display:block;
}
.orderbyDropdown .sortDropdown li a:hover{
	color:#da1a1c;
}
.orderbyDropdown .trigger{
	position:relative;	
    padding-right: 35px;
}
.orderbyDropdown .trigger:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 5px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #737373 transparent transparent transparent;
}

.orderbyDropdown .sortDropdown{
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	right: 0;
    top: 100%;
    min-width: 100%;
    background: #f8f8f8;
	z-index:110;
	display:none;
}
.orderbyDropdown.open .sortDropdown{
	display:block;
}
.styled-select {
	position:relative;
}
.styled-select select {
  display: none; /*hide original SELECT element: */
}
.select-selected {
	height:48px;
	background:#f8f8f8;
	border:solid 1px #737373;
	padding:14px 10px;
	padding-right:23px;
    white-space: nowrap;
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #737373 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #737373 transparent;
  top: 14px;
}

/* style the items (options), including the selected item: */
.select-items div {
	background:#f8f8f8;
	color:#737373;
	width:100%;
	padding:5px 10px;
}
.select-items div,
.select-selected {
	cursor:pointer;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #f8f8f8;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*Resources Page*/
.documentGroup {
	margin:2rem 0 3em;
	border-bottom:1px #ccc solid;	
}
.documentGroup h2 {
    margin: 30px 0 5px;
}
.documentSearch {
	margin:1em 0 2em;
}
.documentBlock {
	margin:2rem 0;
}
.documentTitle {
	font-size:22px;
	font-weight:400;
	margin:1em 0 5px;
	font-family: 'Open Sans', sans-serif;
}
.documentBlock .docContent {
	margin:0 0 20px;
}
.documentBlock .docLink {
	margin:7px 0;
}
.documentMoreBlock {
	margin:2rem 0 3rem;
}
.pagination .nav-links {
	font-size:1rem;
	display: flex;
    padding-left: 0;
    list-style: none;
    width: 100%;
	margin:1rem 0;
}
.pagination .nav-links .page-numbers{
	font-size:1rem;
	padding:0.375rem 0.75rem;
	line-height:1.5;
	border:solid 1px #58595b;
	display:inline-block;
	color:#062047;
}
.pagination .nav-links .page-numbers.current{
	background:#ededed
}
.pagination .nav-links a.page-numbers:hover{
	color:#fff;
	background:#fbba00;
}
.pagination .nav-links .page-numbers:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination .nav-links .page-numbers:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination .nav-links .page-numbers:not(:first-child){
	margin-left:-1px;
}

a.resource-link {
	display:inline-block;
	font-size:1em;
	line-height:1.3;
    padding: 0.75em 1.5em;
	background:#062047;
	color:#fff;
	font-weight:600;
	position:relative
}
a.resource-link:hover {
	color: #fff;
    background: #fbba00;
}
a.resource-link.document,
a.resource-link.external {
	padding-right:40px;	
}
a.resource-link.document:after,
a.resource-link.external:after {
	content: "\f019";
	font-size:16px;
	height:24px;
    font-weight: 900;
	font-family: "Font Awesome 5 Free";
	display:block;
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
}
a.resource-link.document:after {
    content: "\f019";
	font-size:16px;	
}

a.resource-link.external:after {
	content:"\f0c1";
	height:20px;
}
a.moredocsbtn {
	display:inline-block;
	font-size:1em;
	line-height:1.3;
    padding: 1em 1.7em;
	border:solid 2px #062047;
	background:#fff;
	color:#062047;
	font-weight:600;
	position:relative;
	text-transform:uppercase;
	letter-spacing:2px;
}
a.moredocsbtn:hover {
	color:#fff;
	background:#062047;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #9c151b!important;
}

/* new events pages dec24 */

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: var(--tec-font-size-3)!important;
    padding-left:0!important;
}

.eventFormat {
    font-weight: bold;
    display: inline;
    color: #9c151b;
    margin-left: 10px!important;
}

.tribe-events-calendar-list__event-description {
    margin-top: 10px!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 30px!important;
}

/* Hides Saturday and Sunday from the Day filter.
   Targets the Day filter's own inputs, so it does not care what order the filters
   are in (previously this keyed on :nth-child(3), which broke as soon as a filter
   was added or reordered) and does not care about Settings > General > "Week
   Starts On", which reorders the checkboxes.
   Values come from Filter Bar's Day_Of_Week filter: Sunday = 1 ... Saturday = 7. */
.tribe-filter-bar .tribe-filter-bar-c-checkbox:has(input[name="tribe_dayofweek[]"][value="7"]), .tribe-filter-bar .tribe-filter-bar-c-checkbox:has(input[name="tribe_dayofweek[]"][value="1"]) {
	display:none!important;
}