  /*

	Theme Name: Schoolcms

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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



body {  

	font-family: "gill-sans-nova",sans-serif;
	font-size: 19px;
	line-height: 27px;
	font-weight: 300;
	color: #6f6e67;
	margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}


a {

	color: #ce122d;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color: #6f6e67;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	color: #6f6e67;
	font-family: 'Cinzel', serif;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom: 25px;

}

table {

	width:100%;

	margin-bottom:1em;

}

h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
}

h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 40px;
	line-height: 44px;

	margin-bottom:35px;


font-weight: 400 !important;


}



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:5px;

	height:5px;

	display:inline-block;

	background:#999;

	border-radius:50%;

	cursor: pointer;

}

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

}

.owl-dots .owl-dot.active {

	opacity:1;

}

/****Button*/

.blockButton > a,

a.readmore, .button, .wpforms-submit  {

	color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
    border-radius: 0px;
    padding: 4px 31px 6px;
	background-color: #ce122d;
	display: inline-block;
}

.wpforms-submit {
    line-height: 21px !important;
	display: inline-block !important;
	color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
	background-color: #ce122d !important;
	border: none !important;
    padding: 5px 31px !important;
	border-radius: 
	0px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}


.blockButton> a:hover,

a.readmore:hover, .button:hover, .wpforms-submit:hover  {

	background-color: #6f6e67;
    text-decoration: none;
	color: #ffffff;

}
.wpforms-submit:hover {

	background-color: #6f6e67 !important;
    text-decoration: none !important;
	color: #ffffff !important;

}




.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\*/


#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width: 100%;

	margin:0 auto 0px;

	overflow:hidden;

	min-height:300px;
	max-height: 600px;

}

#pageBanner:before {

	content:'';
	display:block;
	width:100%;
	padding-top:38.462%;

}

#pageBanner #hero,

.homeBanner #hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.single-staff #pageBanner {
	display: none;
}

#hero img{

	width:100%;

	height:100%;

	object-fit:cover;

}

#hero .slide .slideImage {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.homeBanner {

	margin:00px auto 30px;

	position: relative;

	margin:0 auto 20px;

	overflow:hidden;

	max-height:880px;

	height:100vh;

	min-height:480px;

}

@media(min-width:768px){

	.homeBanner {

		max-height:880px;

	}

	.homeBanner:before {

		content:'';

		display:block;

		padding-top:56.08%;

	}

}

.homeBanner .slideImage:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.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

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

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

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



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

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

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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:600px;

}
.fancybox-content.popupAlert {
	max-width: 544px;
	padding: 70px 80px;
}


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

  text-align: center;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}







/*news*/

h2.list-item-title{



}

h2.list-item-title a{

	text-decoration:none;

}

h2.list-item-title a:hover{

	text-decoration:underline;

}

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}





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

    HEADER

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color:#6f6e67;

	background:#fff;

	transition:300ms;

	padding-top:10px;

	padding-bottom:12px;

	text-align:center;

	z-index:220;

	position:fixed;

	height:91px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {


}


.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {

	

}

body:not(.home) .headerIcon img, .home.fixedHeader .headerIcon img{

	max-height: 95px;

}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 9px;

	min-width:40px;

	text-align:center;

}

.headGroup .socials li:before{

	content:'';

	display:block;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;

}

.headGroup .header_social .socials li:before{

	content:none;

}	

.socialDesktop {

	display:none;

}

@media (min-width:768px){

	.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}

}

@media (min-width:992px){

	.socialDesktop {

		display:block;

	}

}

/*header*/

header {

	position:relative;

}



header.mainHeader {

	height:115px;

}

.home header.mainHeader {

	height:160px;	

}
.home.fixedHeader header.mainHeader {

	/*height:115px;*/

}
.fixedHeader .headGroup {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
}


.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 (max-width:767.99px){	

}

	/*.fixedHome .headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.fixedHome .headGroup a{

		color:#fff;

	}

	.fixedHome .headGroup .socials li:before,

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

		background:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		color:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		

	}*/

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

		/*  color: #fff; */

	}



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

		/*  color: #fff; */

	}



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

		/*  color: #fff; */

	}

	.fixedHome .headGroup .searchSubmit {

		/*  color: #fff; */

	}

	.fixedHome .headerIcon {

		

	}

	.fixedHome .headerIcon a{

		

	}





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





}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left:80px;

	}	

}



.home .headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle {

	font-size:14px;

	padding:0 20px;

	line-height:15px;

	white-space:nowrap;

	padding-right:15px;

	position:relative;

	cursor:pointer;

}



.topMenuSide .menu{

	position:absolute;

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

	color:#969696;

	list-style:none;

	margin:0;

	padding:10px 20px;

	right:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;

}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 0px;

	line-height:1.5;

	width: 165px;

	text-align: left;

}

.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:32px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:23px;

	line-height:23px;

	vertical-align: middle;

}

.menu-toggle .toggleText{

	display:inline-block;

	display:none;

	vertical-align:middle;

	font-size:14px;
	font-weight: 300;
	letter-spacing: 3px;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;
		vertical-align: top;

	}

}

.menu-toggle span{

    width: 18px;

    height: 1px;

    margin: 5px 0;

    background-color: #6f6e67;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:18px;

	right:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #ce122d;

}

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

		transition: transform 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 280px;

		transform:translateX(100%);

		overflow-x: hidden;		

		font-size:1.2em;

	}



	body.menuopen  #navbar{ 

		transform:translateX(0%);

		z-index: 9999;

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

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

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

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

		border-bottom:solid 1px #676767;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:40px;

		position:relative;

		display:none;

		font-size:0.9em;

		border-bottom:solid 1px #676767;

	}

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

		

		border-bottom:none;

	}

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

		display:block;

	}

	

	#menu-main .sub-menu a {

		padding:10px 10px;

	}

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

		padding-left:35px;

	}

	

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

		position:absolute;

		left:0;

		top:0;

		height:68px;

		width:30px;

	}

	@media (min-width:1200px){

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

			height:75px;

		}

	}

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

		position:absolute;

		    content: '\f054';

			display: block;

			width: 11px;

			height: 27px;

			position: absolute;

			left: 12px;

			top: 21px;

			font-weight: 700;

			font-family: "Font Awesome 5 Free";

			transform: rotate(0deg);

			transition: 300ms;

	}

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

		transform:rotate(0deg);

	}

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

		height:47px;

	}

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

		top:24px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



#footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}

@media (max-width:767.99px){

	.alignright,

	.alignleft,

	a img.alignright,

	a img.alignleft{

		float:none;

		margin:5px auto 20px;

		display:block;

	}

}









.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

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

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}









.side-menu-container {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/

#menu-side > li > a {

	font-size:1.25em;

}

#menu-side > li > a span{	

	padding:16px 8px 16px 0;

	border-bottom:solid 1px #CBCBCB;

	display:inline-block;

	font-weight: 400;

}

#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

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

	margin:10px 0;

}

/*main Sub menu items*/

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

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

}

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

	color:#676767;

}

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

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;
	right:35px;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 25px;

	top: 18px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}

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

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}

@media (max-width:767.99px){

	.side-menu-container {

		display:none;

	}

}



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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	/*body.fixedHome .menu-toggle {

		color:#fff;

	}

	body.fixedHome .menu-toggle span {

		background-color:#fff;		

	}*/

}

@media (min-width:1200px){



}

body.menuopen {

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}



.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:40px;

	margin-bottom:40px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 2.2em;

}



/**** Image ****/

.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

/**Dividers*/

.dividera{

clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

	 background-image: url(/wp-content/themes/schoolcms/images/icon.png);

    background-position: center center;

	background-size: 48px;

	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(/wp-content/themes/schoolcms/images/icon.png);

    background-position: center center;

    background-repeat: no-repeat;

	background-size:48px;

}







/**FAQS/

.faqs{



}



.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:15px;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

	font-size:1em;

	text-transform:uppercase; 

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 11px;

    height: 18px;

    position: absolute;

    right: 20px;

    top: 15px;

	font-weight:700;

	font-family: "Font Awesome 5 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faq-answer{

	display:none;

	padding:15px;

}

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

	border-bottom:solid 1px #a2a6a9;

}

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

	border-color:#969696;	

}





/*Staff***/

.staffMember {

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

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

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

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

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

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

	background-color:#ccc;

}

/Quotes*/

blockquote {

	border:0;

	background:#e0e0e0;

	color:#000;

	font-style:italic;

	font-family: 'Crimson Pro', serif;

	font-size:1.5em;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .singleQuote  {

	width:100%;

	position:relative;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

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

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

/****Documents*/

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:20px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	margin: 0;

}

.callout .calloutTitle h3{

	font-size: 30px;
	text-transform: uppercase;
	margin-bottom:0;

	color:inherit;

}

.callout .readmore 	{

}



.callout.hasbg  .readmore{

}

.callout .readmore:hover {


}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background: #ce122d;

	color:#ffffff;

	margin-bottom:30px;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



.poiImage .poiImageBG:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:24px;

	font-weight:400;

	position:relative;

	padding:10px 15px;

	text-transform:uppercase;

	font-family: 'Cinzel', serif;

	letter-spacing: 3px;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

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

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:15%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}

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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









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





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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



/*Home Banner Styles ----------------------------------------------- Start ----------*/


.homeBanner:before {
	padding: 0;
}
.homeBanner {
	/*height: auto !important;*/
	height: 40vw;
	max-height: inherit !important;
	min-height: auto !important;
	/*margin-bottom: 50px;*/
	margin-bottom: 0px;
}

.homeBanner #hero {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.homeBanner #hero .slide .slideImage {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: auto;
	max-width: 100%;
	height: auto;
}

.homeBanner #hero img {
    width: auto;
    height: auto;
    object-fit: cover;
    max-width: 100%;
	margin: 0px auto;
	min-height: 535px;
}

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

.homeBanner #hero .slide .slideImage {
	text-align: center;
}

.slideText {
	position: relative;
	padding: 5px 0 0;
	font-size: 60px;
	line-height: 70px;
	color: #2c2c41;
	font-family: 'Cinzel', serif;
	max-width: 915px;
	margin: 0px auto;
	bottom: auto;
	letter-spacing: 4px;
}

.slideText .bottomText {
	font-family: var(--bs-body-font-family);
	font-size: 18px;
	line-height: 26px;
	margin-top: 25px;
}	


/*Home Banner Styles ----------------------------------------------------------------------------------- END ----------*/


/*Header Styles ----------------------------------------------- Start ----------*/


.headGroup  {
	padding-left: 63px;
	padding-right: 100px;
}
.headGroup .container {
	max-width: 100%;
}
.home-mainLogo {
	display: none;
}
.mainLogo {
	display: inline-block;
}

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

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

.home .home-mainLogo {
	display: inline-block;
	height: 140px;
	width: 388px;
}
.home.fixedHeader .home-mainLogo {
	display: none;
}
.home .mainLogo {
	display: none;
}

.home.fixedHeader .mainLogo {
	display: inline-block;
}

.headLogoWrap {
	text-align: left;
}

.headGroup  {
	height: 115px;
	padding-bottom: 12px;
}

.home .headGroup  {
	height: 160px;
    padding-top: 20px;
	/*height: 205px;
	padding-top: 38px;
	position: relative;
	margin: 0 !important;*/
}
.home.fixedHeader .headGroup  {
	height: 115px;
	margin-bottom: 0px;
	padding-top: 10px;
	position: fixed;
}

.admin-bar.fixedHeader .headGroup {
	margin-top: 32px !important;
}


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

		.searchform.openSearch {
			overflow: visible;
		}

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

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

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

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

		.searchToggle {
			display: inline-block;
			vertical-align: middle;
			position: relative;
			width: 28px;
			height: auto;
			min-height: 30px;
			margin-left: 20px;
		}

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

		.searchToggle .searchform {
			width: 28px;
			transition: 500ms;
			position: absolute;
			right : 0;
			top : 0px;
			padding-right : 0px;
			height: 30px;
			z-index: -1;
		}

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

		.searchToggle .searchform.openSearch input.s {
		}

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

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

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

		.headerSearch .searchSubmit {
			font-size: 14px;
			width: 28px;
			height: 30px;
			top: 0px;
			/*font-size: 0;*/
			right: 0;
			/*background: url(/wp-content/themes/schoolcms/images/search-icon.png) center center no-repeat;*/
		}

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

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


.topMenuSide .portalToggle {
	text-transform: uppercase;
	font-size: 14px;
	color: #6f6e67;
	font-weight: 300;
	letter-spacing: 3px;
	padding: 0px 23px;
}

.topMenuSide .portalToggle:after {
	display: block;
	content: '';

	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #6f6e67;

	position: absolute;
	right: 4px;
	top: 4px;
}
.topMenuSide .portalToggle:hover {
	color: #ce122d;
}
.topMenuSide .portalToggle:hover:after {
	border-top: 6px solid #ce122d;
}

.topMenuSide .portalToggle i {
	font-size: 0;
	background: url(/wp-content/themes/schoolcms/images/user-icon.png) center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
    left: 0;
    top: 0;
}
.topMenuSide .portalToggle:hover i {
	background: url(/wp-content/themes/schoolcms/images/user-icon-hover.png) center center no-repeat;
}

.socials i.fa-user {
    font-size: 0;
    background: currentColor;
	mask-image:url(/wp-content/themes/schoolcms/images/user-icon.png);
	mask-repeat:no-repeat;
	mask-position:center;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.headerRight .menu-toggle:hover .toggleText {
	color: #ce122d;
}

.headerSearch {
	margin-left: 20px;
}

.searchform .s::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
  }
  
  .searchform .s:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
  }
  
  .searchform .s::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
  }


/*Header Styles -------------------------------------------------------------------------------------------- END ----------*/




/*Welcome Area Styles ----------------------------------------------- Start ----------*/


.welcomeBlock {
	background: #ffffff;
	padding: 50px 100px;
	margin: 0;
}
.welcomeBlock .container {
	background: #f7f6f6;
	padding: 58px 65px;
}


.welcomeBlockText {
	padding-top: 20px;
	padding-right: 50px;
}
.welcomeBlockText p strong {
	font-weight: 400;
}
.welcome-content-main {
	max-width: 430px;
	margin: 0px auto;
	text-align: center;
}
.welcome-content-main p {
	margin-bottom: 30px;
}
.welcomeImage-area {
	padding: 0;
}
.welcomeImage {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}
.welcomeImage img {
	visibility: hidden;
	width: 100%;
	height: auto;
	max-width: inherit;
}
/*.welcomeImage:before {
	width: 75px;
    height: 75px;
    line-height: 70px;
    background: rgba(0,0,0,0.2);
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    content: '\f04b';
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    padding-left: 3px;
	cursor: pointer;
	border: 3px solid #ffffff;
    -webkit-transition: -webkit-box-shadow ease .2s, -webkit-transform ease .2s;
    transition: -webkit-box-shadow ease .2s, -webkit-transform ease .2s;
    transition: box-shadow ease .2s, transform ease .2s;
    transition: box-shadow ease .2s, transform ease .2s, -webkit-box-shadow ease .2s, -webkit-transform ease .2s;
}*/


.welcome-read-more {
	margin-top: 15px;
}


/*Welcome Area Styles ------------------------------------------------------------------------------------------ END ----------*/

/*Minipoi Area Styles ------------------------------------------------ Start ----------*/


.dynamic-mini-poi {
	padding: 50px 100px;
	margin: 0;
	text-align: center;
}
.dynamic-mini-poi .container {
	max-width: 1044px;
}
.miniPoi {

}
.miniPoi a {
	display: inline-block;
	margin: 0px auto;
}
.miniPoi .minipoiImg {
	margin-bottom: 55px;
	height: 60px;
}
.miniPoi .minipoiImg .svgIcon svg {
    width: auto;
    max-width: 100%;
    height: 110px;
    display: inline-block;
}
.miniPoi .minipoiImg .svgIcon svg g {
	fill: #6f6e67;
}

.miniPoi a .poiText {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 2px;
	color: #6f6e67;
	text-transform: uppercase;
	font-weight: 500;
}

.miniPoi a:hover .poiText {
	color: #ce122d;
}
.miniPoi a:hover  .minipoiImg .svgIcon svg {
	filter: invert(22%) sepia(92%) saturate(4593%) hue-rotate(341deg) brightness(80%) contrast(103%);
}

/*Minipoi Area Styles ------------------------------------------------------------------------------------------ END ----------*/

/*Callout Area Styles ------------------------------------------------- Start ----------*/

.homeDynamic.dynamic-callout {
	margin: 0;
	padding: 50px 100px;
}
.homeDynamic.dynamic-callout .callout .coimg {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}
.homeDynamic.dynamic-callout .callout .coimg img {
	width: 100%;
    height: auto;
    object-fit: cover;
	position: relative;
	max-height: 820px;
}




.homeDynamic.dynamic-callout .callout.hasbg .coimg:after {
	display: none;
}

.homeDynamic.dynamic-callout .callout.hastext.hasbg .calloutContent {
	/*padding: 0;*/
	max-width: 360px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 11%;
	z-index: 11;
	background-color: #fff;
    padding: 30px 20px;
    border-radius: 40px;
    opacity: 0.8;
}
.homeDynamic.dynamic-callout .callout.content-position-left .calloutContent {
	left: 11%;
}
.homeDynamic.dynamic-callout .callout.content-position-right .calloutContent {
	right: 11%;
	left: auto !important;
}

.homeDynamic.dynamic-callout .callout .calloutTitle h3 {
	color: #ce122d;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 5px;
	font-weight: 400;
	text-transform: uppercase;	
	margin: 0px auto 25px;
}



.homeDynamic.dynamic-callout .callout .coimg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: -moz-linear-gradient(left,rgba(255,255,255,.65) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,.65) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,.65) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	display: block;
	z-index: 10;
}

.homeDynamic.dynamic-callout .callout.content-position-right .coimg:before {
	display: none;
}


.homeDynamic.dynamic-callout .callout .calloutText {
	margin-bottom: 30px;
	color: #6f6e67;
}


/*Callout Area Styles ------------------------------------------------------------------------------------------ END ----------*/



/*Images Area Styles ------------------------------------------ Start ----------*/

.homeDynamic.dynamic-image {
	padding: 50px 100px;
	margin: 0;
}

.homeDynamic.dynamic-image .image-item img {
	max-width: auto;
	width:  100%;
	height: auto;
	object-fit: cover;
}






/*Images Area Styles ------------------------------------------------------------------------------------------ END ----------*/




/*Footer Styles ------------------------------------------------------------------------------------------ Start ----------*/

footer#footer {
	background: #ce122d;
	color: #ffffff;
	padding: 160px 0 30px;
}

footer#footer a {
	color: #ffffff;
}

footer#footer a:hover {
	color: rgba(255, 255, 255, 0.7);
}



.footer-right {
	line-height: 35px;
	position: relative;
	padding-left: 50px;
    padding-top: 10px;
}

.footer-right p {
	margin-bottom: 0;
}

.footer_address {
	padding-right: 120px;
}

footer#footer .email-box {
	display: inline-block;
	padding-right: 15px;
	position: relative;
	margin-right: 15px;
}

footer#footer .email-box:after {
	width: 2px;
	height: 13px;
	line-height: 13px;
	background: rgba(255,255,255,0.5);
	content: '';
	position: absolute;
	right: -4px;
	top: 13px;
	display: block;
}


footer#footer .tel-box {
	display: inline-block;
}


.button-bar {
	padding-top: 30px;
	padding-bottom: 20px;
}

.button-bar .button {
	border: 2px solid #ffffff;
	display: inline-block;
	margin-right: 15px;
}


.footer_social, .header_social {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.header_social {
    position: absolute;
    right: 180px;
    top: 31px;
    bottom: unset;
    width: 100%;
    text-align: unset;
}

.fixedHeader .header_social {
	top: auto;
	bottom: 0;
}
.footer_social ul.socials, .header_social ul.socials {
	display: block;
	padding: 0;
}
.footer_social ul.socials li, .header_social ul.socials li {
	min-width: inherit;
	padding: 0px 4px;
}

.footer_social ul.socials li a, .header_social ul.socials li a {
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.header_social ul.socials li a{
	color: #6f6e67;
}
.footer_social ul.socials li a:hover, .header_social ul.socials li a:hover {
	text-decoration: none;
	color: #ce122d;
}

.menu-middle-bar {
	margin-top:20px;
	text-align: center;
}
.menu-middle-bar ul {
	list-style: none;
}

.menu-middle-bar ul li {
	display: inline-block;
	padding: 0px 25px 0px 22px;
	position: relative;
}
.menu-middle-bar ul li:after {
	width: 2px;
	height: 13px;
	line-height: 13px;
	background: rgba(255,255,255,0.8);
	content: '';
	position: absolute;
	right: 0;
	top: 14px;
	display: block;
}
.menu-middle-bar ul li:last-child:after {
	display: none;
}
.menu-middle-bar ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.menu-middle-bar ul li a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}

.menu-middle-bar ul li a:hover {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.footerIcons {
	margin-top:20px;
	min-height:60px;	
}
.footerIcons img {
	max-height: 100px;
    width: auto;
    object-fit: contain;
    opacity:0.9;
	transition:300ms;
}

.footerIcons a:hover img {
    opacity:1;
}
.footerLower {
	background: transparent;
	padding-bottom: 0;
	color: rgba(255,255,255,0.3) !important;
}

.footerLower a {
	color: rgba(255,255,255,0.3) !important;
	margin: 0px 10px;
}
.footerLower a:hover {
	color: rgba(255,255,255,1) !important;
}

/*Footer Styles ------------------------------------------------------------------------------------------ END ----------*/













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

.breadcrumbs {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #b6b5b5;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 15px 0px 0;
    width: 100%;
    z-index: 105;
    margin-bottom: 70px;
    border-bottom: none;
    min-height: 24px;
}
.breadcrumbs em {
	margin: 0px 5px;
}
.breadcrumbs em:before {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #ce122d;
	border-bottom: 4px solid transparent;
	content: '';
	display: inline-block;
}
.breadcrumbs a {
    color: #b6b5b5;
}
.breadcrumbs span > span {
    color: #ce122d;
}
.breadcrumbs a:hover {
    color: #ce122d;
}


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


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

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

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

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

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


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





.bodyContent h2, .sidebar h2 {    
    font-size: 30px;
    line-height: 44px;
    margin: 30px 0 20px;
    text-transform: inherit;
    color: #6f6e67;
	font-weight: 400;
	letter-spacing: 3px;
}

.bodyContent .body-text > h2 {    
	margin-top: 0;
}


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

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


.bodyContent .callout .calloutTitle h3, .sidebar .callout .calloutTitle h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.bodyContent .calloutSubtitle, .sidebar .calloutSubtitle {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
}

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0 20px;
    text-transform: uppercase;
    color: #6f6e67;
	font-weight: 400;
	letter-spacing: 3px;
}


.bodyContent .callout .calloutContent {
    padding: 100px 35px 85px;
}
.sidebar .callout .calloutContent {
    padding: 100px 35px 85px;
}

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


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

.staffMember h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: inherit;
    color: #6f6e67;
    margin: 0px 0 10px;
}

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

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


.bodyContent {
}

.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    line-height: 24px;
    text-align: left;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #ce122d;
    position: absolute;
    left: 0px;
    border-radius: 8px;
    top: 12px;
}
.bodyContent .col-md div ul li:before {
	display:none;
}

.page-id-175 .bodyContent ul li:before {
    content: none!important;
}


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

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

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

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

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

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

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









.textOnlyBlock {
    padding: 40px 35px;
    transition: 300ms;
}




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

.dynamic-callout .video_callout.callout .calloutContent {
		padding-top: 0;
		padding-bottom: 0;
        min-height: 440px;
	}
	.dynamic-callout .video_callout .calloutTitle {
		position: absolute;
		left: 20px;
		bottom: 15px;
		display: block !important;
		margin: 0;
		padding: 0;
		font-size: 17px !important;
		color: #ffffff;
		text-transform: uppercase;
	}
	.dynamic-callout .video_callout .calloutTitle h3 {
		font-size: 17px !important;
		color: #ffffff;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		display: none;
	}
	.dynamic-callout .video_callout .readmore, .bodyContent .callout.video_callout .calloutContent .readmore, .sidebar .callout.video_callout .calloutContent .readmore {
		font-size: 0 !important;
		background: transparent !important;
		min-width: inherit !important;
		border: none !important;
		line-height: 0px !important;
		width: 75px !important;
		height: 75px !important;
		margin: 0px auto;
		padding: 0 !important;
		position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
	}
	.dynamic-callout .video_callout .readmore:after {
		width: 75px !important;
		height: 75px !important;
		line-height: 62px !important;
		background: transparent !important;
		border: 6px solid #ffffff !important;
		border-radius: 40px !important;
		text-align: center !important;
		display: block !important;
		margin-bottom: 0px !important;
		color:  #ffffff !important;
		content: '\f04b' !important;
		font-size: 22px !important;
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900 !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
        padding-left: 5px !important;
	}
	.dynamic-callout .video_callout .readmore:hover:after {
		background: #4c919f !important;
        color: #ffffff !important;
        border-color: #4c919f !important;
	}
	.dynamic-callout .video_callout .readmore:hover, .bodyContent .callout.video_callout .calloutContent .readmore:hover, .sidebar .callout.video_callout .calloutContent .readmore:hover {
		background: transparent !important;
		border: none !important;
	}
    
    /*.bodyContent .callout.hasbg .coimg:after, .sidebar .callout.hasbg .coimg:after  {
        left: 0;
        top: 0;
        background: rgba(60, 60, 59, 0.3);
    }*/
    
    .dynamic-callout .video_callout h3 {
        display: none !important;
    }
    


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


.callout {
    background: #6f6e67;
}

.callout.style1 {
    background: #6f6e67;
}
.callout.style2 {
    background: #ce122d;
}



.bodyContent .callout .calloutTitle h3, .sidebar .callout .calloutTitle h3 {

	display: block;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	padding: 0px;
	text-transform: inherit;
	margin-bottom: 35px;

}


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





.dynamic-quote {
    background: #6f6e67 !important;
    padding: 150px 0px;
    margin-top: 80px;
    position: relative;
}
.dynamic-quote .quoteContainer {
    background: transparent !important;
}
blockquote {
    text-align: center;
    font-weight: 300 !important;
    color: #ffffff !important;
    background: #6f6e67 !important;
    padding: 30px 20% 40px !important;
	line-height: 40px;
	
	font-size: 30px !important;
	font-family: "gill-sans-nova",sans-serif;
	font-style: italic;
}
.quoteContainer .quote-cite {
    text-align: center;
    text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	font-family: "gill-sans-nova",sans-serif;
	letter-spacing: 2px;
}


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

.quotes-holder .f-cycle-pager {
    margin-bottom: 20px;
}
.quotes-holder .f-cycle-pager span {
    width: 8px;
    height: 8px;
    line-height: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0;
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
}
.quotes-holder .f-cycle-pager span.cycle-pager-active {
    background: rgba(255, 255, 255, 1);
}


.faqs {
}
.faqs .faq {
    border-bottom: solid 10px transparent;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 15px 55px 15px 35px;
    background-color: #ce122d;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    font-weight: 500 !important;
	margin: 0px  !important;
	
	font-family: "gill-sans-nova",sans-serif;
	
}
.faq.open .faq-question {
    background: #6f6e67;
    color: #ffffff !important;
    border: none;
}
.faq-question:hover {
    background: #6f6e67;
    color: #ffffff !important;
    border: none;
}
.faq-question:after {
    display: block;
    width: 11px;
    height: 14px;
    color: #ffffff;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 21px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0;
    background: url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat;
}

.faq.open .faq-question:after, .faq .faq-question:hover:after {
    background: url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat;
    transform:  rotate(180deg);
    right: 30px;
    top: 21px;
}

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


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

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




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

.dynamic-documents a.document-link {

    position: relative;
    margin: 0;
    padding: 5px 50px 5px 35px;
    background-color: transparent;
    color: #ce122d !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: 1px solid #ce122d;
    font-weight: 500 !important;

    margin: 0px 0 10px !important;
	width: 100%;
	

}



.dynamic-documents a.document-link:hover {
    color: #6f6e67 !important;
	background: transparent;
    border: 1px solid #6f6e67;
}

.dynamic-documents a.document-link:focus {
    color: #6f6e67 !important;
	background: transparent;
    border: 1px solid #6f6e67;
}

.dynamic-documents a.document-link:after {
    content: '\f061';
    display: block;
    width: 16px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    font-size: 0;
    background: url(/wp-content/themes/schoolcms/images/download-link.png) center center no-repeat;
}
.dynamic-documents a.document-link:hover:after {
    background: url(/wp-content/themes/schoolcms/images/download-link-hover.png) center center no-repeat;
}





.quicklink>a, a>.quicklink, a.quicklink {


    position: relative;
    margin: 0;
    padding: 5px 50px 5px 35px;
    background-color: transparent;
    color: #ce122d !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: 1px solid #ce122d;
    font-weight: 500 !important;

    margin: 0px 0 10px !important;
	width: 100%;
	display: inline-block;


}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    color: #6f6e67 !important;
	background: transparent;
    border: 1px solid #6f6e67;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    color: #6f6e67 !important;
	background: transparent;
    border: 1px solid #6f6e67;
}


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

.linkbutton>a, a>.linkbutton, a.linkbutton {

    position: relative;
    margin: 0;
    padding: 5px 50px 5px 35px;
    background-color: transparent;
    color: #ce122d !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: 1px solid #ce122d;
    font-weight: 500 !important;

    margin: 0px 0 10px !important;
	width: 100%;
	display: inline-block;

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    color: #6f6e67 !important;
	background: transparent;
    border: 1px solid #6f6e67;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    color: #6f6e67 !important;
	background: transparent;
    border: 1px solid #6f6e67;
}

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



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

    
    .bodyContent .callout .calloutContent {
        padding: 40px 35px;
    }


}




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

.side-menu-container {
    background: #f7f6f6;
    padding: 0px 0px 30px;
    /*position: relative;
    z-index: 99;*/
    margin-bottom: 50px;
}
/*.side-menu-container:after {
    width: 500%;
    background: #f6f6f6;
    content: "";
    height: 100%;
    position: absolute;
    left: -500%;
    top: 0;
    display: block;
}*/

.hide-sidebar {
	display: none;
}

#menu-side > li > a {
    padding-left: 0px;
    padding-right: 0px;
}
#menu-side > li > a {
    clear: both;
}
#menu-side > li > a span {
    color:  #6f6e67;
    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 {    
    display: block;
    line-height: 54px;
    width: 100%;
	opacity: 1 !important;
	color: #ffffff!important;
	background-color: #ce122d;
	position: relative;
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: 500!important;
	text-transform: capitalize;
}

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

#menu-side a span {
    border-bottom: 1px solid #cecdcb;
}

#menu-side a:hover span {
    border-bottom: 1px solid #cecdcb;
}

#menu-side .sub-menu li.open > a span {
    border-bottom: 1px solid transparent;
    color: #ce122d;
}

#menu-side .sub-menu li.current-menu-item > a span {
    border-bottom: 1px solid #cecdcb;
    color: #ce122d;
}

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

#menu-side li a span {
    color: #6f6e67;
    border-bottom: 1px solid #cecdcb;
 
}
#menu-side li a:hover span {
    color: #ce122d;
    border-bottom: 1px solid #cecdcb;
 
}

#menu-side a {
    font-size: 12px;
    line-height: 29px;
    display: block;
    letter-spacing: 2px;
    padding: 0px 0px 0px 0;
    text-transform: uppercase;
    color: #6f6e67;
    font-weight: 500;
	margin-left:35px;
	margin-right:35px;
}
#menu-side > li > a {
	margin-right:0px;
	margin-left:0px;
}
#menu-side a span {
    padding: 18px 30px 18px 0px;
}

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

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

#menu-side .sub-menu li .arrow:before {
    /*background: url(/wp-content/themes/schoolcms/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(/wp-content/themes/schoolcms/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:  #ce122d;
    background: transparent;
}

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

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

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

#menu-side .sub-menu li.open li a:hover {
    color: #ce122d;
    background: transparent;
}
#menu-side .sub-menu li.open li a:hover span  {
    color: #ce122d;
    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: #ce122d;
    background: transparent;
}

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

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


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

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


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

.sidebar .searchform input#s {
    color: #6f6e67;
}

.sidebarSec {


    background: #f8f8f8;
    padding: 20px 35px 70px 35px;
    /*position: relative;
    z-index: 99;*/
    margin-bottom: 50px;

}
input {
    width: 100%;
}
.sidebarSec ul li {
    padding: 0;
    margin-bottom: 15px;
}

.sidebarSec ul li a {
    font-size: 12px;
    line-height: 24px;
    display: block;
    letter-spacing: 3px;
    padding: 5px 0px 5px 0;
	text-transform: uppercase;
	font-weight: 500;	
    color: #6f6e67;
}

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

.its {
    display: block;
    line-height: 54px;
	color: #ffffff;
	background-color: #ce122d;
	position: relative;
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0;
	text-align: center;
	margin-left: -35px;
	margin-right: -35px;
}

#menu-side li li:last-child a span {
    border: none !important;
}



/*Sidebar Menu Css ------------------------------------------------------------------------------------------------------------ End*/






/*Key Facts Css ----------------------------------- Start*/

.homeDynamic.dynamic-key-facts {
	padding: 50px 100px;
	margin: 0;
}
.dynamic-key-facts .key_facts_container {
	background: #ce122d;
	color: #ffffff;
	padding: 80px 0 60px;
	text-align: center;
}
.dynamic-key-facts .key_facts_container .container {
	max-width: 900px;
}

.dynamic-key-facts .key_facts_container .section_title {
	margin-bottom: 90px;
}
.dynamic-key-facts .key_facts_container .section_title h2 {
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 60px;
	margin: 0;
}
.single_key_facts-inner h2 {
	font-size: 72px;
	line-height: 72px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 0 30px;
}

.single_key_facts-inner h3 {
	font-size: 19px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 300;
	margin: 0;
	font-family: "gill-sans-nova",sans-serif;	
}

.single_key_facts {
	padding: 0px 30px;
	margin-bottom: 90px;
}
/*.dynamic-key-facts .owl-nav {
	display: none;
}*/
.dynamic-key-facts .owl-dots span {
	background: #ffffff;
}



/*Key Facts Css ------------------------------------------------------------------------------------------------------------ End*/



/*News Area Css ----------------------------------------------- Start*/

.dynamic-news {
    padding: 50px 100px;
	margin: 0;
	text-align: center;
}

.dynamic-news .section_title h2 {
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 4px;
	color: #6f6e67;
}
.dynamic-news .newsstaticImage {
    position: relative;
}
.dynamic-news .newsstaticImage:after {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}
.dynamic-news .news_container {
    padding: 0px;
}

.dynamic-news .news_container .owl-carousel .owl-item img {
    height: 300px;
}

.dynamic-news .newsItemImage {
    padding: 0;
}
.dynamic-news .news_row {
    margin: 0;
}
.slideshow-container {
    background: #f7f6f6;
	padding: 57px 65px;
}
.dynamic-news .container {
	max-width: 100%;
}
.dynamic-news .single_news_item {
	vertical-align: top;
}

.category_links_row .single_news_item .row.news_row:after {
	background: rgba(111,110,103,0.6);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.category_links_row .active .row.news_row:after {
	display: none;
}


.dynamic-news .news_image_slide {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.dynamic-news .news_image_slide img {
    visibility: hidden;
}
.dynamic-news .news-details-box {
    padding: 20px 12%;
	text-align: left;
	white-space: normal !important;
	text-align: center;
}
.dynamic-news .news_content {
	margin-bottom: 40px;
}

.dynamic-news .news_content p {
	font-size: 19px;
	line-height: 27px;
	color: #6f6e67;
	font-weight: 300;
}

.dynamic-news .news_pagination {
    display: none;
}
.dynamic-news .newsTitle {
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 3px;
	color: #6f6e67;
	font-weight: 400 !important;
}
.dynamic-news .newsTitle a {
    text-decoration: none;
	color: #6f6e67;
}
.dynamic-news .newsTitle a:hover {
    color: #ce122d;
}




.category_links_row {
    width: 100%;
    display: block;
	text-align: center;
	margin: 0;
}


.category_links_row ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}
.category_links_row ul li {
    padding: 0px 20px;
    position: relative;
    display: inline-block;
}

.category_links_row ul li a {
    display: inline-block;
    position: relative;
    color: #6f6e67;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    width: auto;
    padding: 0;
}
.category_links_row ul li a:hover, .category_links_row ul li a.active {
    color: #ce122d;
    text-decoration: none;
}
.category_links_row ul li:after {
    position: absolute;
    right: -2px;
    top: 12px;
    width: 1px;
    height: 11px;
    background: #cecfcb;
    content: '';
}
.category_links_row ul li:last-child:after {
    display: none !important;
}
.category_links_row ul li:first-child {
    margin-left: 0;
}
.category_links_row ul li:last-child {
    margin-right: 0;
}
	



    .dynamic-news .news_pagination_section {
	}
	.dynamic-news .owl-nav {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.dynamic-news .owl-nav i {
		display: none;
	}

    .dynamic-news .owl-nav .owl-prev  {
        width: 47px;
        height: 47px;
        background: #ce122d url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat !important;
        background-size: 11px !important;
        color: #ffffff !important;
        font-size: 0;
        display: block;
        transform:  translateY(-50%) rotate(-90deg);
        position: absolute;
        left: -34px;

        top: 50%;
        z-index: 101;


    }
    .dynamic-news .owl-nav .owl-prev:hover  {
        background: #6f6e67 url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat !important;
    }
    
    
    
    .dynamic-news .owl-nav .owl-next  {
        width: 47px;
        height: 47px;
        background: #ce122d url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat !important;
        background-size: 11px !important;
        color: #ffffff;
        font-size: 0;
        display: block;
        position: absolute;
        right: -34px;

        top: 50%;
        transform:  translateY(-50%) rotate(90deg);
        z-index: 101;

    }
    .dynamic-news .owl-nav .owl-next:hover {
        background: #6f6e67 url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat !important;
    }
    .category_links_row .row {
		position: relative;
		padding: 0;
		margin: 0;
    }



	.news_category_select {
		display: none;
	}

	.dynamic-news .owl-dots {
		display: none;
	}



/*News Area Css ------------------------------------------------------------------------------------------------------------ End*/


/*Grid Info Area Css -------------------------------------- Start*/

.ctf-tweet-media {
	display: none;
}
.cff-media-wrap {
	display: none;
}

.c1.grid.Twitter .infoBlock {

}
.c1.grid.Twitter .infoBlock .ctf-item {
	display: none;
}

.c1.grid.Twitter .infoBlock .ctf-item:first-child {
	display: block;
}


.c2.grid .infoBlock .cff-item {
	display: none;
}
.c2.grid .infoBlock .cff-item:first-child {
	display: block;
}

.c3.grid .infoBlock .sbi_item {
	display: none !important;
}
.c3.grid .infoBlock .sbi_item:first-child {
	display: block !important;
}



.c4.grid .infoBlock .ctf-item {
	display: block;
}
.c4.grid .infoBlock .ctf-item:first-child {
	display: none;
}

.c6.grid .infoBlock .cff-item {
	display: block;
}
.c6.grid .infoBlock .cff-item:first-child {
	display: none;
}

.c5.grid .infoBlock .sbi_item {
	display: block !important;
}
.c5.grid .infoBlock .sbi_item .sbi_photo {
	height: 359px !important;
}
.c5.grid .infoBlock .sbi_item:first-child {
	display: none !important;
}
.grid {
	margin-bottom: 30px;
}

#sb_instagram #sbi_images {
	padding: 0 !important;
}
#sb_instagram #sbi_images .sbi_item {
	padding: 0 !important;
}


.c1.grid .infoBlock, .c2.grid .infoBlock, .c4.grid .infoBlock, .c6.grid .infoBlock {
	padding: 80px 27px 40px;
}
.grid .infoBlock {
	position: relative;
}
.grid .infoBlock .icon {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 18px;
	color: #ffffff;
}



.infoBlock {
	height: 359px;
	overflow: hidden;
}

.style1 .infoBlock {
	background: #6f6e67;
	color: #ffffff;	
}
.style2 .infoBlock {
	background: #ce122d;
	color: #ffffff;
}

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

.dynamic-info-grid .container {
	max-width: 1164px;
}


#ctf .ctf-author-avatar, #ctf_lightbox .ctf-author-avatar {
	display: none;
}
#ctf .ctf-tweet-actions, #ctf .ctf-tweet-content {
	margin: 0 !important;
}
#ctf .ctf-with-logo .ctf-author-box {
	padding: 0 0 10px !important;
}
#ctf .ctf-item .ctf-author-name {
	font-size: 12px;
	color: #ffffff;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ctf-corner-logo {
	display: none;
}
.grid a {
	color: #ffffff;
}
.grid a:hover {
	color: #6f6e67;
}
.ctf-feed-1.ctf-regular-style .ctf-item {
	border: none !important;
	padding: 0 0 0px !important;
}
.ctf-tweet-actions {
	display: none !important;
}

.ctf-item .ctf-tweet-content {
	height: 85px;
	overflow: hidden !important;
}

.cff-meta-wrap {
	display: none !important;
}
.ctf-tweet-meta {
	display: block !important;
}
#cff .cff-item {
	padding-top: 0px !important;
}
.cff-post-text {
	height: 85px;
	overflow: hidden;
}


/*Grid Info Area Css ------------------------------------------------------------------------------------------------------------ End*/




/*Menu-Drop-New Style ----------------------------------------------------------------- Start------------------------------- */


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

    body.menuopen .main-headbox {
        right: 0;
        z-index: 9999;
        -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    }
    /*.main-headbox:after {
        content: "t";
        font-size: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: #f1f2f2;
        height: 100%;
        width: 100%;
        max-width: 36.52%;
        z-index: -1;
    }*/

    body.menuopen .main-headbox .container {
        max-width: 1140px;
    }    
    body.menuopen .main-headbox .headmenu-box {
		padding-left: 0;
		padding-top: 40px;
        width: 67%;
    }    
    
    
    .main-headbox .headimage-box {
		position: relative;
        padding-top: 0px;
        margin-top: 0px;
        width: 33%;
    }
    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 1000ms;
        background: #f7f6f6;
        top: 0;
        color: #ffffff;
        margin-top: 0px;
        padding: 0px 0 50px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
        overflow-x: hidden;
        max-height: 836px;
        max-height: 100vh;
    }
    body.admin-bar .main-headbox {
        top: 32px;
    }
    /*
    body.menuopen .headGroup {
        position: relative;
        z-index: 99;
    }*/
    
    
    /*.headbox-desc {
        background: #ffffff;
        padding: 0px 0 0px 15px;
        height: 63px;
        margin-bottom: 40px !important;
    }*/
    
    .main-headbox .row {
        margin: 0px;
        padding-top: 0px;
    }
    

    .menu_custom_image_box {
        position: relative;
        width: 100%;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        margin-bottom: 0px;
    }
    .menu_custom_image_box img {
        visibility: hidden;
        object-fit: cover;
    }
    /*.menu_custom_image_box:after {
        
        content: "";
        font-size: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0px;
        bottom: 0px;
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
                
    }*/
    
    
    
    
    .menu_custom_image_box .see_all_news_btn {
        text-align: center;
        color: #ffffff;
        border-color: #ffffff;
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        bottom: 35px;
        z-index: 9;
    }
    
    .button.menu_button_on_img {
        padding: 5px 25px;
        background: #fdd918;
        color: #2e3092;
        text-align: center;
        font-weight: 700;
    }
    .button.menu_button_on_img:hover {
        background:  #2e3092;
        color: #ffffff;
    }
    .button.menu_button_on_img:after, .button.menu_button_on_img:hover:after {
        display: none;
    }    
    /*.see_all_news_btn:after {
        font-size: 20px;
        color: #f3b300;
        content: "\f054";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        margin-left: 10px;
    }*/
    
    .menu_custom_image_box .see_all_news_btn:hover {
        background: #00b2a9;
        border-color: #00b2a9;
    }
    
    
    .headsocial-box .searchform input#s {
        padding: 10px 20px 0px 10px;
        height: 40px;
    }
    
    
    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0 0 !important;
        float: none;
        width: 40%;
        position: relative;
    }
    
    .menu-main-right-container ul li {
        display: block;
        padding: 0px;
        float: none;
        /*position: relative;*/
    }
    .menu-main-right-container ul li:after {
    }
    .menu-main-right-container ul li:last-child:after {
    }
    .menu-main-right-container ul li ul {
        display: block;
        position: absolute;
        display: none;
        float: none;
        background: transparent;
        padding: 15px 0 0 20px !important;
        width: 130%;
        min-width: 100%;
        top: 0;
        left: 100%;
        height: 100%;
    }
    
    .menu-main-right-container ul li ul ul {
        background: transparent;
        padding: 0 0 0 0px !important;
        z-index: 115;
        position: absolute;
        top: 0px;
        width: 80%;
        min-width: inherit;
    }
    .menu-main-right-container ul li ul li {
        background: transparent;
    }
    
    .menu-main-right-container ul li{
    }
    .menu-main-right-container ul li:last-child a {
        border: none;
    }
    .menu-main-right-container ul li a {
        font-size: 14px;
        color: #6f6e67;
        text-transform: uppercase;
        line-height: 30px;
        text-shadow: none;
        padding: 18px 30px 18px 0px;
        font-weight: 500 !important;
        display: block;
        border-bottom: 1px solid rgba(111, 110, 103, 0.3);
        position: relative;
        margin-right: 50px;
        letter-spacing: 2px;        
                
    }
    
    .menu-main-right-container ul li a:hover {
        color: #ce122d;
    }
    .menu-main-right-container ul li:hover > a {
        color: #ce122d;
    }
    
    .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li.menu-item-has-children > a:after {
        content: "\f105";
        position: absolute;
        right: 10px;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-style: normal !important;
        display: block;
		top: 50%;
        font-size: 0px;
		transform: translateY(-50%) rotate(-90deg);
        width: 6px;
        height: 5px;
        background: url(/wp-content/themes/schoolcms/images/down-icon.png) center center no-repeat;
    }

   .menu-main-right-container ul li.menu-item-has-children:hover > a:after {
        background: url(/wp-content/themes/schoolcms/images/down-icon-hover.png) center center no-repeat;
    }
    
	.menu-main-right-container ul ul li.menu-item-has-children:hover > a:after {
        background: url(/wp-content/themes/schoolcms/images/down-icon-white.png) center center no-repeat;
    }

    .menu-main-right-container ul li li > a:after {
        display: none;
    }
    .menu-main-right-container ul li li.menu-item-has-children > a:after {
        display: block;
    }
    .menu-main-right-container ul ul li.menu-item-has-children > a:after {
        top: 50%;
    }
    .menu-main-right-container ul li:hover ul {
        display: block;
        left : 100%;
    }
    
    .menu-main-right-container ul li:hover ul li ul{
        display: none;
        padding-top: 0px !important;
    }
    
    .menu-main-right-container ul li ul li{
        position: relative;
        text-align: left;
        display: block;
        padding: 0px 20px;
    }
    .menu-main-right-container ul li ul ul li{
        position: relative;
        text-align: left;
        display: block;
        padding: 0px 0px;
    }
    .menu-main-right-container ul ul li:after {
        display: none;
    }
    .menu-main-right-container ul ul li a {
        color: #ce122d;
        text-shadow: none;
        font-size: 15px;
        display: block;
        line-height: 24px;
        padding: 5px 30px 5px 26px;
        margin: 0px !important;
        font-weight: 500 !important;
                
        border-bottom: none;
        text-transform: capitalize;
        letter-spacing: 2px;
    }
    .menu-main-right-container ul ul li a:hover {
		color: #ffffff;
		background-color: #ce122d;
        text-decoration: none;
    }
    .menu-main-right-container ul ul li:hover > a {
		color: #ffffff;
		background-color: #ce122d;
        font-weight: 500 !important;
    }
    
    .menu-main-right-container ul li ul li ul {
        left : 100% !important;
        padding-top: 0px !important;
    }
    /*.menu-main-right-container ul li ul li ul li {
        background: rgba(255, 255, 255, 0.85);
    }*/
    
    .menu-main-right-container ul li ul li:hover ul {
        display: block;
        height: auto;
        background: #f7f6f6;
    }

	.menu-main-right-container ul ul ul li a {
        color: #6f6e67;
        text-shadow: none;
        font-size: 12px;
        display: block;
        line-height: 24px;
        padding: 5px 30px 5px 26px;
        margin: 0px !important;
        font-weight: 500 !important;
                
        border-bottom: none;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
	.menu-main-right-container ul ul ul li a:hover {
		color: #ce122d;
		background: transparent;
	}



    .menu-main-right-container ul ul li {
        float: none;
    }
    
    .mobile-menu-box, body.menuopen .mobile-menu-box {
        display: none;
    }
    
    .headimage-box {
        padding: 0;
    }
    
    .headimage-box .menu_custom_image_box {
        text-align: center;
		z-index: 9;
		margin-bottom: 30px;
    }
    .headimage-box .menu_link_on_img {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
		max-width: 100%;
        padding: 0px;
        text-align: center;
        background: transparent;
        z-index: 110;
        display: block;
                        
    }
    
    .headimage-box .menu_link_on_img:hover {
    }
    .headimage-box .menu_link_on_img .menu_link_text {
        display: block;
        position: absolute;
        width: 100%;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
        padding: 0px 15px;
		z-index: 99;
		text-shadow: 0px 0px 10px #000000;
    }
    .headimage-box .menu_link_on_img .menu_link_text .button {
		border: 1px solid #ffffff !important;
		background: transparent !important;
	}
    .headimage-box .menu_link_on_img:hover .button {
		border: 1px solid #ce122d !important;
		background: #ce122d !important;
		color: #ffffff !important;
	}

    .headimage-box .menu_link_on_img .menu_image_title {
		color: #ffffff;
		font-size: 30px;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-family: 'Cinzel', serif;
		margin-bottom: 30px;
		font-weight: 400;
	}

    .headimage-box .menu_link_on_img:hover	.menu_image_title {
		color: #ce122d;
	}


	.headimage-box {
        text-align: center;
    }
    .headimage-box .button {
        /*border: 2px solid #ffffff !important;
        background: transparent !important;
        margin: 0px auto !important;*/
        
    }
    .headimage-box .button:hover {
        /*background: #1d204d !important;
        background-image: none !important;
        border: 2px solid #ffffff !important;*/
    }
    
    #navbar {
        display: none;
    }
    
    .main-headbox .headGroup, .fixedHeader .main-headbox .headGroup {
        position: relative !important;
        padding-top: 13px;
        padding-bottom: 12px;
        height: 115px;
        background: #ffffff;
        margin: 0 0 72px!important;
    }
    body.menuopen .main-headbox .headGroup .container {
        max-width: 100%;
    }
    
    .main-headbox .headGroup .headerRight { 
        padding-top: 0;
    }
	
	.main-headbox .mainLogo {
		display: block !important;
	}
	.main-headbox .headGroup .row {
		align-items: center!important;
	}


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



/*Menu-Drop-New Style ---------------------------------------- End*/









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

	.headGroup {
		padding-top: 13px !important;
		padding-bottom: 9px !important;
		height: 115px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.header.mainHeader, .home header.mainHeader {
		height: 115px !important;
		margin-bottom: 0 !important;
	}
	.home-mainLogo {
		display: none !important;
	}
	.mainLogo {
		display: inline-block !important;
	}

	.topMenuSide {
		display: none;
	}
	.headLogoWrap {
		width: 50%;
		padding: 0;
	}

	.headerRight {
		width: 50%;
		padding: 0;
		text-align: right;
	}

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

	.slideText {
		padding: 25px 15px;
		font-size: 40px;
		letter-spacing: 1px;
		line-height: 44px;
	}
	
	.slideText .bottomText {
		margin-top: 20px;
	}

	.welcomeBlock {
		padding: 50px 0 0;
	}
	.welcomeBlock .container {
		background: #f7f6f6;
		padding: 50px 25px 35px;
	}
	.welcomeBlockText {
		padding: 0 12px 35px;
	}
	.welcomeImage-area {
		padding: 0 12px;
	}

	.miniPOIrow	{
		display: block;
	}
	.dynamic-mini-poi {
		padding: 80px 0 80px;
	}
	.homeDynamic.dynamic-callout {
		padding: 0px 0px 50px;
	}
	.homeDynamic.dynamic-callout .callout .coimg img {
		height: 100vh;
	}

	.homeDynamic.dynamic-image {
		padding: 50px 10px;
		margin: 0;
	}
	.homeDynamic.dynamic-key-facts {
		padding: 50px 0px 0;
		margin: 0;
	}
	.dynamic-news {
		padding: 30px 0px 50px;
	}
	h1, h1.entry-title, .entry-title, h2.entry-title {
		letter-spacing: 4px;
	}
	.category_links_row ul li:after {
		display: none;
	}
	.slideshow-container {
		background: #f7f6f6;
		padding: 27px 25px;
	}
	.dynamic-news .news-details-box {
		padding: 20px 0;
	}
	.slideshow-container {
		background: #f7f6f6;
		padding: 60px 25px;
	}
	footer#footer {
		background: #ce122d;
		color: #ffffff;
		padding: 60px 15px 30px;
		text-align: center;
	}
	.footer-right {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.footer_social, .header_social {
		position: absolute;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: center;
	}

	.button-bar .button {
		padding: 4px 15px 6px;
		margin-right: 10px;
		
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.footer_address {
		padding: 0;
		margin-bottom: 15px;
	}

	footer#footer .email-box:after {
		display: none;
	}
	footer#footer .email-box {
		padding-right: 0;
		margin-right: 0;
	}
	.menu-middle-bar ul li {
		display: block;
		padding: 0;
	}
	.menu-middle-bar ul li:after {
		display: none;
	}
	.menu-middle-bar {
		padding-top: 20px;
	}
	
	.footerLower {
		padding-top: 50px;
	}	
	.footerLower p, .footerLower ul {
		margin: 5px 0;
	}
	.footerIcons .col-auto {
    	width: 30%;
	}
	.footerIcons .g-4, .footerIcons .gy-4 {
    	--bs-gutter-y: 1rem;
	}
	.footerIcons .g-4, .footerIcons .gx-4 {
    	--bs-gutter-x: 1rem;
	}	
	.category_links_row ul li {
		display: block;
	}




	.homeDynamic.dynamic-callout .callout .coimg:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(top,rgba(255,255,255,.85) 0%,rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top,rgba(255,255,255,.85) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom,rgba(255,255,255,.85) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
		display: block;
		z-index: 10;
	}
	
	.homeDynamic.dynamic-callout .callout.content-position-right .coimg:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(top,rgba(255,255,255,.85) 0%,rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top,rgba(255,255,255,.85) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom,rgba(255,255,255,.85) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
		display: block;
		z-index: 10;
	}


	.homeDynamic.dynamic-callout .callout.hastext.hasbg .calloutContent {
		left: 50%;
		transform: translate(-50%, 0%);
		top: 80px;
	}
	.homeDynamic.dynamic-callout .callout.content-position-right .calloutContent {
		right: 50%;
		transform: translate(50%, 0%) !important;
	}
	.homeDynamic.dynamic-callout .callout .calloutTitle h3 {
		max-width: 100%;
	}

	.mini-pois .owl-carousel {
		margin: 0;
	}
	.mini-pois .owl-carousel .owl-stage-outer {
		padding: 0;
	}

	.mini-pois .owl-nav {
		display: none;
	}

	.mini-pois .owl-dots {
		padding-top: 10px;
	}
	.mini-pois .owl-dots span {
		background: #ce122d;
	}
	.slideshow-container-inner .newsitem {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 50px;
	}
	.menu-toggle .toggleText {
		display: inline-block;
		vertical-align: top;
	}
	.main-headbox {
		display: none;
	}

	.dynamic-news .owl-nav {
		top: 75%;
	}
	.info_grid.owl-carousel {
		margin: 0 !important;
	}
	.info_grid.owl-carousel .owl-stage-outer {
		padding: 0;
	}
	.info_grid.owl-carousel .owl-dots span {
		background: #ce122d;
	}
	.info_grid.owl-carousel .owl-nav {
		display: none;
	}




}


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

	.socials i.fa-user {
		left: 0px;
	}

.footer_social, .header_social {	
	right: 25px;
	text-align: unset;
}

.header_social, .fixedHeader .header_social {
	bottom: 20px;
}

/*.headGroup .row, .fixedHeader .headGroup .row, .home .headGroup .row {
    align-items: flex-start!important;
}*/

}




/*Mobile Menu Css ------------------------------------------------------------------------------------------ Start ------------------------------ */




/*Handheld Dropdown Css ---------------------------------Start */
@media only screen and (max-width : 991px) {


	#menu-main li.menu-item-has-children > a {
		padding-left: 10px;
		padding-right: 35px;
	}
	
	
	#menu-main li {
		text-align: left;
	}
	
	#menu-main li:last-child a {
		border: none;
	}
	#menu-main li a {
		border: none;
		line-height: 25px;
		text-transform: inherit;
		font-size: 12px;
		font-weight: 500;
		color: #6f6e67;
		padding: 20px 50px 20px 0px;
		letter-spacing: 2px;
		border-bottom: none;
		text-transform: uppercase;
			
	}
	#menu-main li a:hover {
		color: #ce122d;
		background: transparent;
	}
	#menu-main li:hover > a {
		color: #ce122d;
		background: transparent;
	}
	#menu-main li.menu-item-has-children.open > a {
		color: #ce122d;
		background: transparent;
	}
	#menu-main li.menu-item-has-children.open  li.menu-item-has-children.open > a {
		color: #ce122d;
		background: transparent;
	}
	
	#menu-main li.menu-item-has-children > .arrow {
		height: 58px;
		left: auto;
		right: 20px !important;
		top: 6px;
	}
	
	#menu-main li.menu-item-has-children.open > a {
		border: none;
		color: #ce122d;
		background: transparent;
	}
	#navbar {
		background: #f7f6f6;
		padding: 0px;
		width: 100%;
		color: #6f6e67;
	}

	#navbar .headGroup {
		position: relative;
		margin: 0 !important;
	}

	#menu-main li.open > .sub-menu {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		padding: 0px 0px 15px !important;
		margin: 0px !important;
	}
	#menu-main li.open .sub-menu li .sub-menu li {
	}
	#menu-main li > .arrow {
		right: 0px;
		left: auto;
	}
	#menu-main li li.menu-item-has-children > .arrow {
		top: 0px;
	}
	
	#menu-main li{
		border-bottom: 1px solid rgba(111, 110, 103, 0.3);
	}
	#menu-main .sub-menu li{
		padding: 0;
		border: none;
	}
	#menu-main .sub-menu a {
		padding: 0px 15px;
		font-size: 12px;
		color: #6f6e67;
		border: none;
		letter-spacing: 2px;
		line-height: 36px;
		font-weight: 500;
	}
	#menu-main .sub-menu a:hover {
		text-decoration: none;
		color: #ce122d;
	}
	#menu-main li.menu-item-has-children > .arrow:after {
		top: 50%;
		margin-top: -6px;
	}
	
	#navbar .menu-toggle {
		display: inline-block;
	}
	/*#navbar .menu-toggle .toggleText {
		display: none;
	}*/
	
	
	.menu-toggle:hover span {
		opacity: 0.7 !important;
	}
	
	#menu-main li.menu-item-has-children > .arrow:after {
		width: 17px;
		height: 11px;
	}
	#menu-main li.menu-item-has-children.open li > a, #menu-main li.menu-item-has-children.open li.menu-item-has-children.open > a {
		padding-left: 25px !important;
	}
	#menu-main li li.menu-item-has-children.open li > a {
		padding-left: 40px !important;
	}
	
	
	
	#menu-main li.menu-item-has-children > .arrow:after {
        content: "\f105";
        position: absolute;
        right: 10px;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-style: normal !important;
        display: block;
		top: 50%;
        font-size: 0px;
		transform: translateY(-50%) rotate(-90deg);
        width: 6px;
        height: 5px;
        background: url(/wp-content/themes/schoolcms/images/down-icon.png) center center no-repeat;
	}
	#menu-main li.menu-item-has-children > .arrow:hover:after, #menu-main li.menu-item-has-children.open > .arrow:hover:after {
        background: url(/wp-content/themes/schoolcms/images/down-icon-hover.png) center center no-repeat;
	}
	
	.menu-special {
		display: none !important;
	}
		
	#navbar .menu-main-container {
		display: block;
		padding: 20px 25px 0;
	}
		
	#navbar .headerRight {
		display: block;
	}
	#navbar a {
		color: #ce122d;
	}
	#navbar a:hover {
		color: #ce122d;
	}
	#navbar .menu-toggle {
		float: none;
	}
	#menu-main li.menu-item-has-children > a {
		padding-left: 0;
		padding-right: 50px;
	}
	
	#navbar .topMenuSide {
		display: block;
		padding: 23px 30px;
		background: #ce122d;
		width: 100%;
		color: #ffffff;
		text-align: center;
	}
	#navbar .topMenuSide .portalToggle i {
		top: 8px;
		background: url(/wp-content/themes/schoolcms/images/user-icon-white.png) center center no-repeat;
	}
	#navbar .topMenuSide .portalToggle {
		color: #ffffff;
		display: inline-block;
		vertical-align: top;
		line-height: 28px;
	}
	#navbar .topMenuSide .portalToggle:after {
		border-top: 6px solid #ffffff;
		top: 11px;
	}

	#navbar .topMenuSide .menu {
		width: 100%;
		text-align: center;
		left: 50%;
		z-index: 11;
		transform: translateX(-50%);
		border: 1px solid #ce122d;
		min-height: 80vh;
	}

	#navbar .topMenuSide .menu li {
		margin: 0px auto;
		text-align: left;	
	}	
	
	
	
	/*Handheld Dropdown Css ---------------------------------End */



	/*Mobile Menu Css ------------------------------------ End */
	
}

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

	.headGroup {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

}	

.inner-footer-gallery {
	background: #f7f6f6;
	padding: 235px 0;
}
.inner-footer-gallery .owl-dots {
	display: none;
}

.inner-footer-gallery .item .image {
	display: block;
	margin-bottom: 30px;
}
.inner-footer-gallery .item .image:last-child {
	margin-bottom: 0px;
}

.inner-footer-gallery .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.inner-footer-gallery .owl-nav i {
	display: none;
}

.inner-footer-gallery .owl-nav .owl-prev  {
	width: 47px;
	height: 47px;
	background: #ce122d url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat !important;
	background-size: 11px !important;
	color: #ffffff !important;
	font-size: 0;
	display: block;
	transform:  translateY(-50%) rotate(-90deg);
	position: absolute;
	left: -34px;

	top: 50%;
	z-index: 101;


}
.inner-footer-gallery .owl-nav .owl-prev:hover  {
	background: #6f6e67 url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat !important;
}



.inner-footer-gallery .owl-nav .owl-next  {
	width: 47px;
	height: 47px;
	background: #ce122d url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat !important;
	background-size: 11px !important;
	color: #ffffff;
	font-size: 0;
	display: block;
	position: absolute;
	right: -34px;

	top: 50%;
	transform:  translateY(-50%) rotate(90deg);
	z-index: 101;

}
.inner-footer-gallery .owl-nav .owl-next:hover {
	background: #6f6e67 url(/wp-content/themes/schoolcms/images/faq-arrow.png) center center no-repeat !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    width: 80%!important;
    margin: 5px 0 0 20px!important;
}

.post-password-form input {
    width: 200px;
    margin-top: 20px;
}
.post-password-form input[type="submit"] {
    margin-left: 78px;
    display: block;
}    
@media only screen and (max-width : 767px) {
.post-password-form input, .post-password-form label {
    width: 100%;    
}
.post-password-form input[type="submit"] {
    margin-left: 0;
    display: inline-block;
} 
}

/* dynamic entry checker */

.form_block {
    max-width: 914px;
    /*margin: 0px auto;*/
    border: 15px solid #6f6e67;
    padding: 40px 20px;
    text-align: center;
    font-size: 26px;
}

.form_block select {
    width: 90px;
    padding: 0px 25px 0px 5px;    
    background: #ce122d !important;
    height: 44px !important;
    color: #fff !important;
    font-weight: 700 !important;    
    font-size: 14px !important;
    text-align: center !important;
    letter-spacing: 1px !important;
    vertical-align: inherit !important;
    border: none !important;
}

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

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

.form_block .button {
    border: none !important;
    height: 44px !important;
    background: #6f6e67 !important;
    padding: 0 20px !important;
    width: auto !important;
    max-width: inherit;
    color: #ffffff !important;    
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    vertical-align: inherit !important;
    min-width: inherit;
    margin-top: 20px;
}

.slider-caption-top a, .slider-caption-top-posttype a {
    display: inline-block;
    padding: 35px 15px;
    background: #6f6e67;
    color: #fff;
    line-height: 22px;
    margin: 0px 5px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider-caption-top a.cycle-pager-active, .slider-caption-top a:hover, .slider-caption-top-posttype a.cycle-pager-active, .slider-caption-top-posttype a:hover {
    background: #ce122d;
    color: #ffffff;
}

.dynamic-entry-checker {
    padding: 45px 0px 0px;
    position: relative;
    text-align: center;
    margin: 0px;
}

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

.dynamic-entry-checker .container {
 /*   max-width: 92%;*/
 	margin-left: 0;
 	padding-left: 0;
}

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

.dynamic-entry-checker .time_line_single {
    padding: 40px 0;
    font-size: 16px;    
}

.time_line h3 {
	text-transform: none;
	font-family: "gill-sans-nova",sans-serif;
	font-size: 22px;
}

.time_line p {
    font-size: 16px;
    /*text-align: center;*/
}

.dynamic-entry-checker .time_line_single_inner {
    text-align: left;
    padding: 20px 20px 20px 45px;
    position: relative;
}
.dynamic-entry-checker .time_line_single_inner:after {
    background: rgba(0, 0, 0, 0.25);
    height: 1px;
    width: 100%;
    content: '';
    margin: 20px auto;
    display: block;
}
.dynamic-entry-checker .time_line_single_inner:before {
    background: #ce122d;
    height: 25px;
    width: 25px;
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    border-radius: 2px;
    top: 23px;
    transform: rotate(-45deg);
}



.dynamic-entry-checker .time_line_single_inner .years_column {
    color: #ce122d;
    font-weight: 300;    
}
.dynamic-entry-checker .time_line_single_inner .title_column {
    color: #ce122d;    
    font-size: 20px;
    font-weight: 500;
}
.dynamic-entry-checker .time_line_single_inner .details_column {
    line-height: 24px;    
}

#entry_timeline h2, .form_block h2 {
    font-size: 40px;        
    margin-bottom: 30px;
    text-transform: uppercase;    
    color: #ce122d;
    text-align: center;
}

#entry_timeline h2 span, .form_block h2 span {    
    line-height: 69px;
    display: block;    
}


@media only screen and (max-width: 991px) {
.dynamic-entry-checker .time_line_single_inner:before {
    left: -22px;
}
}

@media only screen and (max-width: 767px) {    
.dynamic-entry-checker h2 {
    font-size: 45px;
}
.dynamic-entry-checker p {
    font-size: 18px;
}
.dynamic-entry-checker .col-lg-12 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.dynamic-entry-checker .container {
    max-width: 100%;
}
}

@media only screen and (max-width: 480px) {
    .dynamic-entry-checker .form_block {        
        padding: 40px 10px 50px;
    } 
}

@media only screen and (min-width: 1200px) {
    .dynamic-entry-checker:after {
        display: block;
        width: 10px;
        height: 100%;
        background: #d0d3d3;
        position: absolute;
        left: 1%;
        top: 0px;
        font-size: 0px;
        content: '';
        z-index: 10;
    }
    body:not(.home) .dynamic-entry-checker:after {
        left: 0;
    } 
    /*.dynamic-entry-checker .container {
        max-width: 98.8%;
    }*/
}

@media only screen and (min-width: 1250px) {
    .dynamic-entry-checker:after {
        display: block;
        width: 15px;
        height: 100%;
        background: #d0d3d3;
        position: absolute;
        left: 2%;
        top: 0px;
        font-size: 0px;
        content: '';
        z-index: 10;
    }
    body:not(.home) .dynamic-entry-checker:after {
        left: 0;
    }
    .dynamic-entry-checker .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1320px) {
    .dynamic-entry-checker:after {
        display: block;
        width: 15px;
        height: 100%;
        background: #d0d3d3;
        position: absolute;
        left: 4%;
        top: 0px;
        font-size: 0px;
        content: '';
        z-index: 10;
    }
    body:not(.home) .dynamic-entry-checker:after {
        left: 0;
    }     
   /* .dynamic-entry-checker .container {
        max-width: 92%;
    }*/
}

@media only screen and (min-width: 1450px) {
    .dynamic-entry-checker:after {
        display: block;
        width: 15px;
        height: 100%;
        background: #d0d3d3;
        position: absolute;
        left: 8%;
        top: 0px;
        font-size: 0px;
        content: '';
        z-index: 10;
    }
    body:not(.home) .dynamic-entry-checker:after {
        left: 0;
    }
    /*.dynamic-entry-checker .container {
        max-width: 84%;
    }*/
}

body:not(.home) .dynamic-entry-checker:after {
    display: none;
}

/* home video banner */



.homeBanner:before {
    content:'';
    display:block;
    width:100%;
    padding-top:75vh;
    }
    .videoframe {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
    }

    .videoframe video{
		width: 70%;
		height: auto;
		position: absolute;
		top: 0px;
		left: 50%;
		object-fit: contain;
		object-position: top;
		vertical-align: top;
		transform: translateX(-50%);
    }
    .videoframe {
        background:#ffffff;
    }
    
    .fas.fa-pause {font-size: 50px;}
    
    .videoframe .videoPlayer{
        position:absolute;
        top:90%;
        left:50%;
        transform:translateX(-50%) translateY(-50%);
        color:#fff;
        z-index:3;
        font-size:95px;
        cursor:pointer;
        opacity:0.7;
    }
	@media(max-width:767px){
        .videoframe {
            height:50%;
        }   
		.videoframe video{
			width: 90%;
		}
		.homeBanner {
			height: 50vw!important;
			max-height: unset!important;
			min-height: unset!important; 
		}
        .homeBanner:before {
            padding-top:45vh;
        }	
        .fancybox-slide--iframe .fancybox-content {
            width: 100%;
            max-width: 100%;
            height: 35%;
        } 
    }
	@media (min-width:500px) and (max-width:991px) {
	.homeBanner {
		margin-top: 10vw;
	}
}
    @media (min-width:992px){
        .videoframe .videoPlayer{		
            font-size:140px;
        }
    }	

	/* hide parent portal menu on main nav */

	#menu-item-1800, .menu-item-1800 {
		display:none;
	}

	#menu-side #menu-item-1800, #menu-side .menu-item-1800 {
		display:block;
	}


/* news ticker */
.news_ticker {
  z-index: 110;
  background: rgba(242,242,242,0.9);
  line-height: 74px;
  height: 74px;
  overflow: hidden;
  width: 100%;
  margin-top: -74px;
  position: relative;
}

.news_ticker .row {
  margin: 0;
}
.news_ticker_title {
  padding: 0;
}
.news_ticker_title h2 {
  background: #ce122d;
  line-height: 74px;
  color: #ffffff;
  padding: 0px 32px;
  position: relative;
  height: 74px;
  margin: 0!important;
  font-size: 30px;
}
.news_ticker_title h2:after {
  background: #ce122d;
  height: 74px;
  width: 74px;
  color: #ffffff;
  content: '';
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: -28px;
  top: 0;
  z-index: 110;
}
.news_ticker_details p {
  display: inline-block;
  font-size: 20px;
  color: #ce122d;
  margin: 0;
}
.news_ticker_details p strong {
  font-weight: 600;
}
.newsTickerItem {
padding-right:10px;
margin-right:15px;
display:inline-block;
}


@media only screen and (max-width: 991px) {
  .newsTickerCol {
      width: 60%;
  }
  .news_ticker {
    margin-top: 0px;
  }
  .news_ticker_title {
      padding: 0;
      width: 35%;
  }
  .news_ticker_title h2 {
      padding: 15px 20px;
      font-size: 20px;
      line-height: 24px;
  }
  .news_ticker_title h2:after {
      z-index: -1;
  }
  .news_ticker_details {
      /*width: 65%;*/
      width: 100%;
      padding-left: 50px;
  }
  .homeBanner .slideText {
      bottom: 20%;
  }
}

@media only screen and (max-width: 450px) {
.news_ticker_title h2 {
  padding: 8px 20px;
  font-size: 20px;
}
}

.homeBanner {
    height: 750px;
    max-height: inherit !important;
    min-height: auto !important;
    margin-bottom: 0px;
}	
.videoframe video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    object-fit: contain;
    object-position: top;
    vertical-align: top;
}
.news_ticker {
    z-index: 110;
    background: rgba(242,242,242,0.9);
    line-height: 74px;
    height: 74px;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    position: relative;
}


.slideText.vid {
	display:none;
}
.videoframe .slideText {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.videoframe .bottom_text {
    font-family: "gill-sans-nova",sans-serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 2px;
}
.home header.mainHeader {
    height: 0px;
}
body.home:not(.fixedHeader):not(.menuopen) .headGroup {
    background: transparent;
}
body.home:not(.fixedHeader):not(.menuopen) .header_social ul.socials li a {
	color:#fff;
}
body.home:not(.fixedHeader):not(.menuopen) .header_social ul.socials li a:hover {
    color: #ce122d;	
}
body.home:not(.fixedHeader):not(.menuopen) .headerRight .menu-toggle .toggleText {
	color:#fff;
}
body.home:not(.fixedHeader):not(.menuopen) .headerRight .menu-toggle:hover .toggleText {
	color:#ce122d;
}
body.home:not(.fixedHeader):not(.menuopen) .menu-toggle span {
	background-color:#fff;
}
body.home:not(.fixedHeader):not(.menuopen) .menu-toggle:hover span {
	background-color: #ce122d;
}
body.home:not(.fixedHeader):not(.menuopen) .headerSearch .searchSubmit {
	color:#fff;
}