/*

	Theme Name: Schoolcms

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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

/*

	font-family: 'Caudex', serif;
	font-family: 'Raleway', sans-serif;

*/



body {  

	font-family: 'Raleway', sans-serif;

	font-size: 14px;

	line-height: 22px;

	font-weight:400;

	color: #58595b;

	margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

a {

	color:#8d8ead;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#273871;

}

a:focus {

text-decoration:none;

}
.body-text a {
	text-decoration:underline;
}
h1,h2,h3,.entry-title {

	color:#273871;
	font-family: 'Caudex', serif;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom: 25px;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 45px;
	line-height: 45px;

	margin-bottom:20px;

}



h2 {



}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

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

.blockButton > a,
    
    a.readmore, .button, .wpforms-submit  {
    
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 23px;
        border-radius: 0px;
        padding: 11px 17px 11px;
        background-color: #8d8ead;
		display: inline-block;
		min-width: 155px;
		text-align: center;
    
    }
    
    .wpforms-submit {
        line-height: 23px !important;
        display: inline-block !important;
        color: #ffffff !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        background-color: #273871 !important;
        border: none !important;
        padding: 11px 30px !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: #8d8ead;
        text-decoration: none;
        color: #ffffff;
    
    }
    .wpforms-submit:hover {
    
        background-color: #595d8c !important;
        text-decoration: none !important;
        color: #ffffff !important;
    
    }
.formBg {
    background-color: #e0e0e0;
    padding: 40px;
}	

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

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top: 44.295%;

}

#pageBanner #hero,

.homeBanner #hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero img{

	width:100%;

	height:100%;

	object-fit:cover;

}

#hero .slide .slideImage {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.homeBanner {

	margin:00px auto 30px;

	position: relative;

	margin:0 auto 0px;

	overflow:hidden;

	max-height:877px;

	height:100vh;

	min-height:680px;

}

@media(min-width:768px){

	.homeBanner {

		max-height:877px;

	}

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



}

#hero .slideText{

	bottom: 5%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}



.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.dynamic-gallery .gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:7.5px;

	margin-bottom:0;

}

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

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

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

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

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

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

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

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.dynamic-gallery .gallery  .gallery-item {

	float:left;	

}



.breadcrumbs {

	font-size:12px;

	color:#676767;

	text-transform:uppercase;

	padding-top:5px;

	padding-bottom:20px;

	border-bottom:solid 1px #d7d9d9;

	min-height:45px;

	position:relative;

	padding-right:45px;

}

.breadcrumbs a{

	color:#676767;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#000;

}





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input.searchInput{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:#969696;

	padding: 4px 10px;

	border-bottom:solid 1px;

}

.sidebar .searchform input.searchInput{

	padding: 7px 10px;

}

.sidebar .searchSubmit {

	top:3px;

}

.searchform input.searchInput: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.searchInput{

	border-bottom:none;

}

}

@media (min-width:1200px){





}

@media (min-width:1390px){



}

@media (min-width:1590px){



}





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

    EMBEDS

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

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

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



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

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

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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:600px;

}



.noticeBody {

  width:100%;

  padding:0 2.5%;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}







/*news*/

h2.list-item-title{



}

h2.list-item-title a{

	text-decoration:none;

}

h2.list-item-title a:hover{

	text-decoration:underline;

}

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}





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

    HEADER

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color:#969696;

	background:#fff;

	border-bottom:solid 1px #fff;

	transition:300ms;

	padding-top:15px;

	padding-bottom:15px;

	text-align:center;

	z-index:220;

	position:fixed;

	height:120px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

	border-bottom-color:#676767;

}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}

.headerIcon img{



}



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

}


.socialDesktop {

	display:none;

}

@media (min-width:768px){


}

@media (min-width:992px){

	.socialDesktop {

		display:inline-block;
		position: relative;
		z-index: 111;

	}

}

/*header*/

header {

	position:relative;

}



header.mainHeader {

	height:0;	

}

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

}

	.headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.headGroup a{

		color:#fff;

	}

	
	.headGroup .searchform input.searchInput {

		color:#fff;

	}

	.headGroup .searchform input.searchInput {

		

	}

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

		  color: #fff;

	}



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

		  color: #fff;

	}



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

		  color: #fff;

	}

	.headGroup .searchSubmit {

		color:#fff;

	}

	.headerIcon {

		

	}

	.headerIcon a{

		

	}





@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:45px;

	}	

}



.home .headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle {

	font-size:14px;

	padding:10px 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:15px;

	position:relative;

	cursor:pointer;

}



.topMenuSide .menu{

	position:absolute;

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

	color:#969696;

	list-style:none;

	margin:0;

	padding:0 20px;

	right:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;

}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 45px;

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

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#969696;	

}

.topMenuSide .menu a:hover{

	color:#000;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:40px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:35px;

	line-height:35px;

	vertical-align: middle;

}

.menu-toggle .toggleText{

	display:inline-block;

	display:none;

	vertical-align:middle;

	font-size:14px;

	line-height: 35px;

	letter-spacing: 0.8px;

    font-weight: 400;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 30px;

    height: 1px;

    margin: 8px 0;

    background-color: #969696;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	right:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

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

    transform-origin:50% 8px;

}

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

    transform-origin: 50% -8px;

}

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

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

}

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

	opacity:0;

	transform:rotate(360deg);

}

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

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

}



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

	background:#000;

}

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

	background:#000;

}



@media (min-width:992px){



}



	#navbar{

		position: fixed;

		right: 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(90deg);

	}

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

		height:47px;

	}

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

		top:15px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



#footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

.footerLogo {
	margin-top:5px;
}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:992px){
.footerLogo {
	margin-top:20px;
}
}

@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:20px;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}

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

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left: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(images/icon.png);

    background-position: center center;

	background-size: 70px;

	height:85px;

	width:86px;

	top:50%;

	left:50%;

	margin-top:-43px;

	margin-left:-43px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 110px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:70px;

}







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

	font-family: 'Caudex', serif;

	background:#e0e0e0;

	color: #273871;

	font-style:italic;

	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:400;

	padding:0 15px 15px;

	color: #58595b;

	text-transform: uppercase;

	letter-spacing: 1px;

}

/****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.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom: 20px;
	color: #c5c4d6;
	font-size: 45px;
	line-height: 43px;

}

/*.callout .readmore 	{

	display: inline-block;

    color: #fff;

	background:#676767;

    margin: 0;

	width:200px;

	max-width:100%;

	margin:12px 0px;

	text-align:center;	

}



.callout.hasbg  .readmore{

	background:#CBCBCB;

	border: solid 1px #CBCBCB;

}

.callout .readmore:hover {

	background: #fff;

    color: #676767;

}*/

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom: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: #595d8c;

	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;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 66.66667%;
	background: -moz-linear-gradient(bottom,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom,rgba(0 ,0 ,0 ,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	display: block;
}

.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: 150.845%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:45px;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:35px;
	font-weight: 400;

	position:relative;

	padding:0px;
	
	font-family: 'Caudex', serif;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

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

	color:#fff;

	text-decoration:none;

}


.poi:hover .poiTitle {
	margin-bottom: 18px;
}



.poiImage .poiText {

	padding:10px 30px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom: 12%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	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

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


.container {
	max-width: 1140px;
}


.homeDynamic.dynamic-poi {
	padding: 122px 0 129px;
	margin: 0;
}


.homeDynamic.dynamic-callout {
	margin: 0;
}
.homeDynamic.dynamic-callout .callout.hastext .container {
	max-width: 1006px;
}

.dynamic-callout .callout {
	background: #273871;
	color: #ffffff;
}
.dynamic-callout .callout.hastext .calloutContent {
	padding: 175px 0 160px;
}

.dynamic-callout .callout.notext .calloutContent {
	padding: 90px 40px 90px;
}

.dynamic-callout .callout.notext .calloutTitle h3 {
	margin-top: 0;
}
.dynamic-callout .callout.notext .calloutSubtitle {
	margin-bottom: 25px;
}

.dynamic-callout .callout.hastext .calloutText {
	letter-spacing: 1px;
	margin-bottom: 55px;
}


.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutContent .col {
	max-width: 575px;
	text-align: left;
}
.dynamic-callout .callout.hasbg.hastext .calloutText {
	letter-spacing: 1px;
	margin-bottom: 33px;
}


.homeDynamic.dynamic-callout .callout {
	width: 100%;
}


.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutContent {
    padding: 285px 0 311px;
}

.homeDynamic.dynamic-callout .callout.hasbg.hastext .coimg:after {
	display: none;
}
.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutTitle h3 {
	text-shadow:	0 0 10px #000,
					0 0 20px #000,
					0 0 30px #000,
					0 0 40px #000,
					0 0 80px #000,
					0 0 90px #000,
					0 0 100px #000,
					0 0 150px #000;
}
.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutText {
	text-shadow:	0 0 10px #000,
					0 0 20px #000,
					0 0 30px #000,
					0 0 40px #000,
					0 0 80px #000,
					0 0 90px #000,
					0 0 100px #000,
					0 0 150px #000;
}




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

.dynamic-quote .quoteContainer {
	padding: 0;
	background: transparent;
	max-width: 1005px;
	margin: 0px auto;
}
blockquote {
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 1px;
	padding: 40px;
}
.dynamic-quote .quoteContainer blockquote {
	padding: 0;
	background: transparent;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 1px;
	margin-bottom: 65px;
}

.dynamic-quote .quoteContainer blockquote P {
	margin-bottom: 0;
}

.dynamic-quote .quoteContainer .quote-cite {
	font-size: 12px;
}



.quoteContainer .cycle-pager {
	display: none;
}


.dynamic-logo_carousel {
	background: rgba(197, 196, 214, 0.15);
	padding: 77px 0 85px;
	text-align: center;
	margin: 0;
}

.dynamic-logo_carousel h2 {
	color: #273871;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 17px;
}

.dynamic-logo_carousel .container {
	max-width: 1005px;
}

.dynamic-logo_carousel .section-details {
	margin-bottom: 68px;
}


.dynamic-logo_carousel .logo_link img {
	max-width: 100% !important;
	width: auto !important;
	opacity: 0.15;
}

.dynamic-logo_carousel .logo_link:hover img {
	opacity: 1;
}

.dynamic-logo_carousel .logo_item {
	text-align: center;
}
.dynamic-logo_carousel .logo_link {
	display: inline-block;
	margin: 0px auto;
}

.dynamic-logo_carousel .logos {
	margin-bottom: 80px;
}



.footer_map_section {
	width: 100%;
	height: 288px;
	overflow: hidden;
}
.footer_map_section .footer_map_image {
	height: 100%;
}
.footer_map_section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}


footer#footer {
	padding: 130px 0 15px;
	color: #ffffff;
	background: #273871;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.8px;
}
footer#footer:after {
	content: '';
	width: 200%;
	left: 41.66666667%;
	top: 0;
	height: 100%;
	position: absolute;
	display: block;
	background: #3d4c7f url(images/footer-bg.jpg) left top no-repeat;
	background-size: auto 100%;
}

footer#footer a {
	color: #c5c4d6;
}
footer#footer a:hover {
	color: #8d8ead;
}




footer#footer h2 {
	color: #c5c4d6;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 24px;
}

footer#footer .container {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}
footer#footer .footer_address {
	margin-bottom: 20px;
}
footer#footer .email-box, footer#footer .tel-box.camp_contact {
	margin-bottom: 20px;
}
footer#footer .tel-box {

}
footer#footer .tel-box a {
	color: #ffffff;
}
footer#footer .tel-box a:hover {
	color: #8d8ead;
}
footer#footer p {
	margin-bottom: 0;
}

.footerLower {
	padding: 94px 0 0;
	font-size: 12px;
	background: transparent;
	color: #8d8ead;
}

.footerLower a {
	color: #8d8ead !important;
}
.footerLower a:hover {
	color: #ffffff !important;
}

.footer-col-2 {
	padding-left: 0;
}

.footer-col-2 a {
	color: #ffffff !important;
}
.footer-col-2 a:hover {
	color: #8d8ead !important;
}


.col-copy-2 a {
	margin: 0px 10px;
}

.footer-col-3 {
	text-align: right;
	position: relative;
	padding-bottom: 60px;
}


footer#footer #menu-useful {
	margin: 0 !important;
}


footer#footer ul.socials {

}
footer#footer ul.socials li {
	min-width: inherit;
	padding: 0 0px 0 7px;
}
footer#footer ul.socials li a {
	font-size: 16px;
	color: #ffffff !important;
}
footer#footer ul.socials li a:hover {
	color: #8d8ead !important;
}

.footer-col-3 .btn-bar-bottom {
	position: absolute;
	bottom: 6px;
	right: 0;
	width: 100%;
	text-align: right;
}

.footer-col-3 .btn-bar-bottom .button {
	color: #ffffff !important;
}
.footer-col-3 .btn-bar-bottom .button:hover {
	color: #ffffff !important;
}

.email-box.headteacher_email {
	margin-bottom: 0 !important;
}






.dynamic-info-grid  {
	margin: 0;
	padding: 109px 0 105px;
}
.dynamic-info-grid .c1.grid.News .sliderItem {
	max-width: 458px;
}
.dynamic-info-grid .newsSlider .sliderThumb .icon {
	display: none;
}

.c1.grid.News {
}
.dynamic-info-grid .newsSlider .sliderThumb {
	height: 271px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.dynamic-info-grid .newsSlider .sliderThumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dynamic-info-grid .newsSlider .sliderText {
}
.dynamic-info-grid .newsSlider .sliderText .date {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #aeafc5;
	text-transform: inherit;
	font-style: italic;
}
.dynamic-info-grid .newsSlider .sliderText .date a {
	font-size: 14px;
	color: #aeafc5;
	text-decoration: none;
}
.dynamic-info-grid .newsSlider .sliderText .date a:hover {
	color: #595d8c;
}

.dynamic-info-grid .newsSlider .sliderText h3 {
	color: #273871;
	font-weight: 400;
	line-height: 45px;
	font-size: 35px;
	margin-bottom: 20px;
}
.dynamic-info-grid .newsSlider .sliderText h3 a {
	color: #273871;
	font-weight: 400;
	line-height: 45px;
	font-size: 35px;
	text-decoration: none;
}
.dynamic-info-grid .newsSlider .sliderText h3 a:hover {
	color: #595d8c;
}

.dynamic-info-grid .newsSlider .sliderText .txt {
	letter-spacing: 0.8px;
	margin-bottom: 40px;
}
.dynamic-info-grid .newsSlider .sliderText .txt p {
	margin-bottom: 0;
}

.dynamic-info-grid .newsSlider .sliderText .txt a {
	text-decoration: none;
	color: #58595b;
}
.dynamic-info-grid .newsSlider .sliderText .txt a {
	color: #595d8c;
}


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

.infoBlock {
	position: relative;
}

.infoBlock .icon {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #ffffff;
	font-size: 18px;
}





#sb_instagram .sbi_photo {
	height: 271px !important;
}


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

#cff .cff-item {
	padding: 0  !important;
	margin: 0 !important;
	height: 145px;
	overflow: hidden;
	color: #ffffff;
	border: none !important;
}
.cff-post-text a {
	color: #ffffff;
}
.cff-post-text a:hover {
	color: #a2a6a9;
}
#cff .cff-author .cff-date {
	margin-left: 0 !important;
}
#cff .cff-author .cff-page-name.cff-author-date, #cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date {
	margin-left: 0 !important;
	padding: 0 !important;
}
#cff .cff-author a {
	padding: 0 !important;
	margin: 0 !important;
	color: #c5c4d6;
	font-size: 25px !important;
	line-height: 25px !important;
	font-family: 'Caudex', serif;
	font-weight: 400 !important;
	
}


.c3.grid.style1 .infoBlock {
	padding: 68px 47px 50px;
	background: #595d8c;
	height: 100%;
}



.c2.grid, .c3.grid {
	height: 271px;
	overflow: hidden;
	margin-bottom: 30px;
}
.c4.grid {
	height: 271px;
	overflow: hidden;
}

.c4.grid.style2 {
}
.c4.grid.style2 .infoBlock {
	padding: 68px 47px 50px;
	background: #273871;
	height: 100%;
	color: #ffffff;
}
#ctf.ctf-styles .ctf-author-screenname {
	padding: 0 !important;
	margin: 0 5px 0 0 !important;
	color: #c5c4d6;
	font-size: 25px !important;
	line-height: 25px !important;
	font-family: 'Caudex', serif;
	font-weight: 400 !important;
	
}

#ctf.ctf-styles .ctf-author-screenname a {
	color: #c5c4d6 !important;
}

#ctf .ctf-item {
	padding: 0 !important;
}
#ctf .ctf-author-box, #ctf_lightbox .ctf-author-box {
	width: 100%;
}

.c4.grid.style2 .infoBlock a {
	color: #ffffff;
}
#ctf.ctf-narrow .ctf-author-box {
	margin-bottom: 20px;
}
#ctf .ctf-author-name, #ctf_lightbox .ctf-author-name {
	display: none !important;
}

#ctf.ctf-narrow .ctf-tweet-content {
	height: 86px;
	overflow: hidden;
}



.welcomeBlock {
	padding: 120px 0 130px;
	background: #273871;
	position: relative;
	color: #ffffff;
	margin: 0;
}
.welcome-video-main {
	position: absolute;
	right: 0;
	top: 0;
}
.welcomeBlock h1 {
	color: #c5c4d6;
	line-height: 45px;
	font-size: 45px;
	margin-bottom: 30px;
}
.welcome-video-main:before {
	content: '';
	width: 176px;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	display: block;
	background: url(images/welcome-bg-img.png) left top no-repeat;
	background-size: auto 100%;	
	z-index: 1;
}


.welcome-video-main {
	height: 100%;
}
.welcome-video-main .welcomeImage {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	mix-blend-mode: luminosity;
	position: relative;
}

.welcome-video-main .welcomeImage a:after {
	width: 68px !important;
	height: 68px !important;
	line-height: 62px !important;

	background: rgba(255, 255, 255, 0.29) !important;
	color: #ffffff !important;
	border: 4px 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: 18px !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	position: absolute !important;
	left: 55% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	padding-left: 5px !important;
}
.welcome-video-main .welcomeImage a:hover:after {
	background: #595d8c !important;
	border: 4px solid #595d8c !important;
	color: #ffffff !important;
}


.welcome-video-main .welcomeImage img {
	/*visibility: hidden;*/
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.welcomeBlockText {
	padding-right: 50px;
	position: relative;
	z-index: 11;
	letter-spacing: 0.8px;
}
.banner_bottom_buttons {
	margin: 0;
}

.banner_bottom_buttons .button {
	background: #c5c4d6;
	color: #273871;
	border-right: 1px solid #273871;
}
.banner_bottom_buttons .button:hover {
	background: #595d8c;
	color: #ffffff;
}

.banner_bottom_buttons .button:last-child {
	border-right: none;
}



#hero .slideText {
	bottom: 78px;
	padding: 0;
	left: 0;
	font-size: 40px;
	line-height: 45px;
	color: #ffffff;
	font-family: 'Caudex', serif;
	letter-spacing: 1.2px;
	font-weight: 400;

	text-shadow:	0 0 10px #000,
					0 0 20px #000,
					0 0 30px #000,
					0 0 40px #000,
					0 0 80px #000,
					0 0 90px #000,
					0 0 100px #000,
					0 0 150px #000;

}

#hero .slideText span {
	font-size: 25px;
    position: relative;
	top: -5px;
	margin: 0px 15px;
}

.homeBanner #hero .slideImage:after, .page-banner #hero .slide:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 104;
    height: 40%;
    background: -moz-linear-gradient(top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}


.headGroup {
	padding: 17px 28px 17px;
	height: 100px;
}
.headGroup .container {
	max-width: 100%;
}
.headGroup .socials {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.headGroup ul.socials li {
	min-width: inherit;
	padding: 0px 5px;
	vertical-align: middle;
}
.headGroup ul.socials li a {
	font-size: 16px;
	color: #ffffff;
}
.fixedHeader .headGroup ul.socials li a {
	color: #273871;
}

.headGroup ul.socials li a:hover {
	color: #8d8ead;
}

.headerIcon {
	text-align: left;
}

.headGroup .header_button {
	margin: 0px 7px;
}


.fixedHeader .menu-toggle {
	color: #273871;
}
.fixedHeader .menu-toggle .toggleText {
	color: #273871;
}
.fixedHeader .menu-toggle .toggleIcon span {
	background: #273871;
}

.menu-toggle:hover {
	color: #8d8ead;
}
.menu-toggle:hover .toggleText {
	color: #8d8ead;
}
.menu-toggle:hover .toggleIcon span {
	background: #8d8ead;
}






.sticky-logo {
	display: none;
}
.fixedHeader .sticky-logo {
	display: inline-block;
}

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

.fixedHeader .headGroup .header_button {
	background: #273871;
	color: #ffffff;
}
.fixedHeader .headGroup .header_button:hover {
	background: #8d8ead;
	color: #ffffff;
}


.fixedHeader .headGroup {
	background: #ffffff;
}






/*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: 16px;
		height: auto;
		min-height: 30px;
		margin-left: 5px;
	}

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

	.searchToggle .searchform {
		width: 16px;
		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: 70px;
	}

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

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

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

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

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

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




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

	.welcomeBlockText {
		width: 45%;
	}
	.welcome-video-main {
		width: 55%;
	}

}

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


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




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

.breadcrumbs {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #58595b;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    padding: 15px 0px 0;
    width: 100%;
    z-index: 105;
    margin-bottom: 88px;
    border-bottom: none;
    min-height: 24px;
}
.breadcrumbs em {
	margin: 0px 10px;
}
.breadcrumbs em:before {
	width: 1px;
	height: 14px;
	content: '';
	display: inline-block;
	background: #58595b;
	position: relative;
    top: 2px;
}
.breadcrumbs a {
    color: #58595b;
}
.breadcrumbs span > span {
    color: #8d8ead;
}
.breadcrumbs a:hover {
    color: #8d8ead;
}


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


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


.bodyContent h2, .sidebar h2 {    
    font-size: 35px;
    line-height: 45px;
    margin: 0px 0 40px;
	font-weight: 400;
	letter-spacing: 0px;
}

/*.bodyContent h2:after, .sidebar h2:after {    
	content: '';
	max-width: 223px;
	width: 100%;
	background: #d2232a;
	height: 5px;
	display: block;
	margin-top: 30px;
}*/


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

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





.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {

    font-size: 25px;
    line-height: 35px;
    margin: 20px 0 40px;    
    color: #273871;
	font-weight: 400;
	letter-spacing: 0px;

}


.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: #273871;
}

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

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

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


.bodyContent {
}

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

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 3px;
    height: 3px;
    background: #58595b;
    position: absolute;
    left: 0px;
    border-radius: 3px;
    top: 9px;
}



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





.faqs {
}
.faqs .faq {
    border-bottom: solid 10px transparent;
}
.faq-question {

	position: relative;
    margin: 0;
    padding: 11px 55px 11px 30px;
    background-color: #8d8ead;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1.6px !important;
    line-height: 23px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    font-weight: 400 !important;
	margin: 0px !important;
	
	font-family: 'Raleway', sans-serif;

}
.faq.open .faq-question {
    background: #595d8c;
    color: #ffffff !important;
    border: none;
}
.faq-question:hover {
    background: #595d8c;
    color: #ffffff !important;
    border: none;
}
.faq-question:after {
    display: block;
    width: 10px;
    height: 18px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 14px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0;
    background: url(images/faq-arrow.png) center center no-repeat;
}

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

.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;
	width: 100%;
}
.dynamic-documents a.document-link {

    position: relative;
    margin: 0;
    padding: 11px 55px 11px 50px;
    background-color: #243776;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1.6px !important;
    line-height: 23px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    font-weight: 400 !important;
	
	font-family: 'Raleway', sans-serif;
    margin: 0px 0 10px !important;
	width: 100%;
	display: block;
	

}



.dynamic-documents a.document-link:hover {
    background: #8d8ead;
    color: #ffffff !important;
    border: none;
}

.dynamic-documents a.document-link:focus {
    background: #8d8ead;
    color: #ffffff !important;
    border: none;
}

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





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


    position: relative;
    margin: 0;
    padding: 11px 55px 11px 50px;
    background-color: #8d8ead;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1.6px !important;
    line-height: 23px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    font-weight: 400 !important;
	margin: 0px 0 10px !important;
	
	font-family: 'Raleway', sans-serif;
	width: 100%;
	display: block;
	text-decoration:none;


}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #595d8c;
    color: #ffffff !important;
    border: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #595d8c;
    color: #ffffff !important;
    border: none;
}


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

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

    position: relative;
    margin: 0;
    padding: 11px 55px 11px 50px;
    background-color: #8d8ead;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1.6px !important;
    line-height: 23px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    font-weight: 400 !important;
	margin: 0px 0 10px !important;
	
	font-family: 'Raleway', sans-serif;
	width: 100%;
	display: block;
	text-decoration:none;

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #595d8c;
    color: #ffffff !important;
    border: none;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #595d8c;
    color: #ffffff !important;
    border: none;
}

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






/*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: 68px !important;
	height: 68px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dynamic-callout .video_callout .readmore:after {
	width: 68px !important;
	height: 68px !important;
	line-height: 62px !important;

	background: rgba(255, 255, 255, 0.29) !important;
	color: #ffffff !important;
	border: 4px 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: 18px !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: #595d8c !important;
	border: 4px solid #595d8c !important;
	color: #ffffff !important;
}
.dynamic-callout .video_callout .readmore:hover, .bodyContent .callout.video_callout .calloutContent .readmore:hover, .sidebar .callout.video_callout .calloutContent .readmore:hover {
	background: transparent !important;
	border: none !important;
}

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

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



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





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


.sidebar {
    padding-left: 0px;
	padding-top: 100px;
}
.side-menu-container {
    background: #243776;
    color: #ffffff;
    padding: 34px 0px 35px;
    position: relative;
}
/*.side-menu-container:before {
    width: 58px;
    height: 65px;
    content: '';
    margin: 0px auto 10px;
    background: url(images/menu-icon.png) center center no-repeat;
    background-size: cover !important;
    display: block;
}*/

.sidebarSec {
    background: #243776;
    color: #ffffff;
    padding: 60px 35px 90px;
    position: relative;
}
/*.sidebarSec:before {
    width: 58px;
    height: 65px;
    content: '';
    margin: 0px auto 10px;
    background: url(images/menu-icon.png) center center no-repeat;
    background-size: cover !important;
    display: block;
}*/


.sidebarSec a {
    display: block;
    padding: 20px 40px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
    margin-left: -35px;
    margin-right: -35px;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
}
.sidebarSec a:hover {
    color: #ffffff;
    background: #8d8ead;
}



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

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





#menu-side a span {
}

#menu-side a:hover span {
}

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

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

#menu-side > li > a:hover span {
}

#menu-side li a span {
}

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


#menu-side li a:hover span {
}
#menu-side a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    padding: 0px 50px;
    font-weight: 400;
    letter-spacing: 1.6px;
}



#menu-side .sub-menu .sub-menu li a {
    font-size: 12px;
}
#menu-side a span {
}

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

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

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
	top: 15px;
	background: url(images/faq-arrow.png) center center no-repeat;
	width: 10px;
	height: 18px;
    font-size: 0 !important;
	transform: rotate(90deg);
}
#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    font-size: 0 !important;
    top: 19px;
}

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



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


#menu-side .sub-menu li.open li a {
    color: #ffffff;
    line-height: 32px;
}

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

#menu-side .sub-menu li.open li a:hover {
    color: #8d8ead;
    background: transparent !important; 
}
#menu-side .sub-menu li.open li a:hover span  {
    color: #8d8ead;
    background: transparent !important; 
}

#menu-side .sub-menu .sub-menu {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.05);
}


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

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

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
}
#menu-side .sub-menu .sub-menu a > span:before {
    width: 5px;
    height: 1px;
    background: #ffffff;
    content: '';
}


/*
#menu-side .sub-menu li .sub-menu li > .arrow:before {
    display: none;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children > .arrow:before {
    display: block;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children.open > .arrow:before {
    display: block;
}
*/

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

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


.footer-col-3 .btn-bar-bottom {
	margin-right: 7px;
}
.footer-col-3 .btn-bar-bottom:last-child {
	margin-right: 0px;
}


.callout-home-pager {
	position: absolute;
	left: 34px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 110;
}

.callout-home-pager span {
	width: 8px;
	height: 8px;
	background: #f7f7f7;
	font-size: 0;
	display: block;
	border-radius: 8px;
	margin: 7px 0;
}

.callout-home-pager span.cycle-pager-active {
	background: #67676a;
}




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


	.headerCenter {
		display: none;
	}
	.headLogoWrap {
		width: 75%;
		text-align: left;
	}
	.headerRight {
		width: 25%;
		text-align: right;
	}
	.headLogoWrap img {
		max-height: 45px;
		width:auto;
	}

	.mainLogo {
		display: none !important;
	}
	.sticky-logo {
		display: inline-block !important;
	}

	.headGroup {
		padding: 12px 14px 12px;
		height: 70px;
		background: #ffffff;
	}
	header.mainHeader {
		height: 70px;
	}

	.searchToggle {
		display: none !important;
	}

	.socialDesktop {
		display: none !important;
	}

	.menu-toggle span {
		background: #273871 !important;
	}


	.homeBanner {
		max-height: 340px;
		min-height: 340px;
	}
	#hero .slideText {
		bottom: 106px;
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0.8px;
	}
	#hero .slideText span {
		font-size: 15px;
		position: relative;
		top: 0;
		margin: 0px 5px;
	}

	.banner_bottom_buttons {
		display: block;
		margin-top: 1px;
	}
	.banner_bottom_buttons .button {
		display: block;
		border-right: none;
		border-bottom: 1px solid #ffffff;
	}

	.welcome-video-main:before {
		display: none;
	}
	.welcome-video-main {
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 55px;
	}
	.welcomeBlock {
		padding: 0px 0 80px;
		background: #273871;
		position: relative;
		color: #ffffff;
	}

	.welcomeBlock h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.welcomeBlock h1 br {
		display: none;
	}
	.welcomeBlockText {
		padding-left: 20px;
		padding-right: 20px;
	}
	.homeDynamic.dynamic-poi {
		padding: 20px 5px 20px;
	}
	.dynamic-callout .callout.hastext .calloutContent {
		padding: 105px 0 110px;
	}
	.callout .calloutTitle h3 {
		font-size: 40px;
		line-height: 40px;
		padding: 0px 10px;
	}

	.calloutContent .col {
		padding: 0px 20px;
	}
	.homeDynamic.dynamic-quote {
		margin: 0px;
		padding: 80px 0 60px;
	}
	.dynamic-quote .quoteContainer blockquote {
		font-family: 'Raleway', sans-serif;		
	}

	.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutContent {
		padding: 30px 20px;
	}
	.homeDynamic.dynamic-callout .callout.hasbg .coimg {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		min-height: 280px;
	}
	.homeDynamic.dynamic-callout .callout.hasbg .coimg img {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		height: 100%;
	}
	.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutContent {
		color: #58595b;
	}
	.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutTitle h3 {
		text-shadow: none;
		padding: 0;
	}

	.homeDynamic.dynamic-callout .callout.hasbg.hastext {
		background: transparent;
	}
	.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutText {
		text-shadow: none;
	}
	.dynamic-quote .quoteContainer blockquote {
		padding: 0px 20px;
		margin-bottom: 40px;
	}

	.homeDynamic.dynamic-callout .callout.hasbg.hastext .calloutContent .col {
		padding: 0;		
	}
	.dynamic-info-grid {
		padding: 20px 0;
	}
	.dynamic-info-grid .container {
		padding: 0px 20px;
	}
	.dynamic-info-grid .container .row.info_grid {
		display: block;
	}
	.dynamic-info-grid .newsSlider .sliderText {
		margin-bottom: 60px;
	}
	.c2.grid, .c3.grid {
		height: auto;
	}
	#sb_instagram .sbi_photo {
		height: auto !important;
	}
	#ctf.ctf-super-narrow .ctf-screename-sep {
		display: block !important;
	}
	.c4.grid {
		height: auto;
		overflow: hidden;
	}
	#ctf.ctf-narrow .ctf-tweet-content {
		height: 169px;
	}

	.dynamic-logo_carousel .logos .owl-nav {
		display: none;
	}
	.dynamic-logo_carousel .logo_item {
		margin-bottom: 30px;
	}
	.owl-dots .owl-dot {
		display: inline-block;
		margin: 0 5px; 
		opacity: 0.4;
	}
	.owl-dots span {
		background: #273871;
	}
	.dynamic-logo_carousel .logos {
		margin-bottom: 35px;
	}
	.dynamic-logo_carousel h2 {
		font-size: 40px;
	    line-height: 40px;
	}

	.footer-col-3 {
		position: inherit;
	}
	.footer_social {
		position: absolute;
		left: 0;
		top: -120px;
		width: 100%;
		text-align: center;
	}

	.footer-col-1, .footer-col-2, .footer-col-3 {
		padding: 0px 22px;
	}
	.footer-col-3 .btn-bar-bottom {
		position: relative;
		text-align: left;
	}

	.footer-col-1 {
		margin-bottom: 50px;
	}
	.footer-col-2 {
		margin-bottom: 30px;
	}
	.footerLower {
		padding: 55px 0 0;
	}

	footer#footer:after {
		display: none;
	}
	footer#footer {
		background: #273871 url(images/footer-bg-mb.jpg) right top no-repeat; 
	}

	.col-copy-1, .col-copy-2, .col-copy-3 {
		text-align: center !important;
	}

	.dynamic-poi .owl-carousel .owl-stage-outer {
		padding: 0;
	}
	.row.pois.owl-carousel {
		margin: 0;
	}
	.dynamic-poi .owl-nav {
		display: none;
	}
	.dynamic-poi .owl-dots {
		margin-bottom: 10px;
	}


	#navbar {
		width: 100%;
		max-width: 568px;
		background: #273871 url(images/menu-bg.jpg) left bottom no-repeat;
		padding: 0px;
		color: #ffffff;
		top: 70px !important;
		max-height: 573px;
	}
	#navbar .menu-toggle {
		display: none;
	}

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

	#navbar .headGroup .headerIcon {
		position: relative;
		left: auto;
		top: auto;
		text-align: left;
		padding-left: 20px;
	}
	#menu-main li {
		margin-bottom: 10px;
	}
	#menu-main li a {
		font-size: 12px;
		border: none;
		line-height: 30px;
		letter-spacing: 1.8px;
		color: #ffffff;
		font-weight: 400;
		padding: 0px 0px 0px 0px;
		text-transform: uppercase;
	}
	#menu-main li a:before {
		content: '\f054';
		display: block;
		width: 11px;
		height: 27px;
		position: absolute;
		left: 0px;
		top: 7px;
		font-weight: 700;
		font-family: "Font Awesome 5 Free";
		transform: rotate(0deg);
		transition: 300ms;
		display: none;
	}
	#menu-main li a:hover, #menu-main li.current-menu-item a {
		color: #8d8ead;
		text-decoration: underline;
		text-underline-offset: 5px;
		text-decoration-thickness: 1px;
	}
	
	.menu-main-container {
		padding: 0px 32px;
	}
	#menu-main li.menu-item-has-children > a {
		padding: 0;
	}

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

	#menu-main .sub-menu {
		padding-left: 0;
	}
	#menu-main .sub-menu li {
		margin-bottom: 12px;
	}
	#menu-main .sub-menu li a {
		font-size: 12px;
		line-height: 30px;
		font-weight: 400;
		padding: 0 !important;
	}
	#menu-main .sub-menu li a:before {
		display: none;
	}

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

	.back-to-main {
		color: rgba(255, 255, 255, 0.4);
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		margin-bottom: 0px !important;
		display: inline-block;
		position: relative;
		top: -30px;
	}
	.back-to-main:hover {
		color: #ffffff;
	}
	.menu-main-container {
		padding: 70px 32px 35px;
	}

	#navbar .socialDesktop {
		display: inline-block !important;
		vertical-align: middle;
		line-height: 45px;
		margin-left: 10px;
	}

	#navbar ul.socials li {
		padding: 0 10px;
		min-width: inherit;
	}
	#navbar ul.socials li a {
		font-size: 16px;
		color: #ffffff;
	}
	#navbar ul.socials li a:hover {
		color: #8d8ead;
	}

	#navbar .searchToggle {
		display: inline-block !important;
	}

	#navbar .mobile_bottom_section {
		max-width: 370px;
	}

	#menu-main {
		margin: 0;
	}

	.mobile_bottom_section {
		padding: 0px 20px;
	}
	.mobile_bottom_section .button {
		float: left;
		margin: 3px;
		background: #273871;
	}
	.mobile_bottom_section .button:hover {
		background: #595d8c;
	}
	#menu-main .sub-menu li {
		margin-bottom: 0 !important;
	}
	.banner_mobile_buttons {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 111;
		width: 100%;
	}
	.banner_mobile_buttons .button {
		width: 32.5%;
		min-width: inherit;
		display: block;
		padding: 11px;
		float: left;
		margin: 0px 1px;
		background: #273871;
		color: #ffffff;
	}
	.banner_mobile_buttons .button:hover {
		background: #595d8c;
		color: #ffffff;
	}
	.banner_mobile_buttons .button:first-child {
		margin: 0px 2px 0 0;
	}
	.banner_mobile_buttons .button:last-child {
		margin: 0px 0px 0 2px;
	}
	.banner_mobile_buttons .button span {
		display: none;
	}
	.pois {
		display: block;
	}


}


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

	#navbar {
		height: 640px;
		width: 100%;
		max-width: 100%;
	}
	.callout-home-pager {
		left: 24px;
	}

}

/*Inner Page Area Styles 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;
		position: relative;
		z-index: 11;
    }    
    body.menuopen .main-headbox .headmenu-box {
		padding: 0px;
    }    
    
    
    .main-headbox .headimage-box {
		position: relative;
        padding-top: 0px;
        margin: 0px;
    }
    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 1000ms;
        background: #3a4b84;
        top: 0px;
        color: #ffffff;
        margin-top: 0px;
        padding: 175px 0 50px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
		overflow-x: hidden;
		height: 100vh;
		/*max-height:  604px;*/
		max-height: 570px;
	}
	
    .main-headbox:after {
        position: absolute;
        left: 22%;
        transition: right 1000ms;
        background: url(images/desktop-menu-bg.jpg) 22% top no-repeat;
        bottom: 0px;
        margin-top: 0px;
        padding: 0px 0 50px;
        width: 499px;
		height:  504px;
		content: '';
		display: block;
	}
    


    body.admin-bar .main-headbox {
        top: 32px;
    }
    
    body.menuopen .headGroup {
        z-index: 99999 !important;
		margin: 0 !important;
	}
	body.menuopen .headGroup .mainLogo {
		display: none !important;
	}
	body.menuopen .headGroup .sticky-logo {
		display: inline-block !important;
	}
	
	body.menuopen .headGroup .header_button {
		background: #273871;
		color: #ffffff;
	}
	body.menuopen .headGroup .header_button:hover {
		background: #595d8c;
		color: #ffffff;
	}

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




	body.menuopen .headGroup ul.socials li a {
		color: #273871 !important;
	}
	
	body.menuopen .headGroup ul.socials li a:hover {
		color: #8d8ead !important;
	}
	body.menuopen .menu-toggle {
		color: #273871 !important;
	}
	body.menuopen .menu-toggle .toggleText {
		color: #273871 !important;
	}
	body.menuopen .menu-toggle .toggleIcon span {
		background: #273871 !important;
	}


	.menu-mini-poi {
		width: 85px;
		height: 85px;
		background: #ffffff;
		margin: 4px;
		float: left;
		color: #273871;
		font-size: 12px;
		letter-spacing: 1.6px;
		padding: 10px 5px;
		position: relative;
	}
	.menu-mini-poi img {
		margin-bottom: 10px;
	}


	.menu-mini-poi h2 {
		font-family: 'Raleway', sans-serif;	
		font-size: 12px;
		color: #273871;
		letter-spacing: 1px;
		line-height: 14px;
		position: absolute;
		font-weight: 400;
		bottom: 5px;
		left: 0;
		width: 100%;
		margin: 0;
	}

	.menu-mini-poi:hover {
		background: #c5c4d6;
	}


    /*.headbox-desc {
        background: #ffffff;
        padding: 0px 0 0px 15px;
        height: 63px;
        margin-bottom: 40px !important;
    }*/
    
    .main-headbox .row {
        margin: 0px;
        padding-top: 0px;
    }
    

	.main-headbox .topMenuSide .portalToggle:after {
		border-top: 6px solid #ffffff;
	}

    .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-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0 0 !important;
        float: none;
        width: 20%;
        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: 0px 0 0 20px !important;
        width: 150%;
        min-width: 100%;
		/*top: 50%;
		transform: translateY(-50%);*/
		height:100%;
		top:3px;
        left: 100%;
		flex-direction: column;
		/*justify-content:center;*/
    }
    
    .menu-main-right-container ul li ul ul {
        background: transparent;
        padding: 0 0 0 0px !important;
        z-index: 115;
        position: absolute;
		top: 50%;
		transform: translateY(-50%);
        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: 12px;
        color: #ffffff;        
        line-height: 40px;
        text-shadow: none;
        padding: 0px 30px 0px 0px;
        font-weight: 400 !important;
        display: block;
		position: relative;
		text-transform: uppercase;
        margin-right: 0px;
        letter-spacing: 1.6px;        
	}
	
    .menu-main-right-container ul ul li a {
        line-height: 30px;
	}

    .menu-main-right-container ul li a:hover {
		color: #8d8ead;
		text-decoration: underline;
		text-underline-offset: 5px;
		text-decoration-thickness: 1px;
    }
    .menu-main-right-container ul li:hover > a {
		color: #8d8ead;
		text-decoration: underline;
		text-underline-offset: 5px;
		text-decoration-thickness: 1px;
    }
    
    .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(0deg);
        width: 12px;
		height: 20px;
		display: none;
    }

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

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

	.menu-main-right-container ul ul ul li a {
		text-shadow: none;
		display: block;
		margin: 0px !important;		
		border-bottom: none;		
   }



    .menu-main-right-container ul ul li {
        float: none;
    }
    
    .mobile-menu-box, body.menuopen .mobile-menu-box {
        display: none;
    }
    
    .headimage-box {
        padding: 0;
    }
    
    .headimage-box .menu_custom_image_box {
        text-align: center;
		z-index: 9;
		margin-bottom: 30px;
    }
    .headimage-box .menu_link_on_img {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
		max-width: 100%;
        padding: 0px;
        text-align: center;
        background: transparent;
        z-index: 110;
        display: block;
                        
	}
	
	.headimage-box .menu_link_on_img:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 104;
		height: 30%;
		background: -moz-linear-gradient(top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	}



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

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



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

	.menuopen .headGroup {
		background: #ffffff !important;
		z-index: 999999;
	}
    
}


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


@media only screen and (min-width : 1200px) and (max-width : 1450px) {

	.main-headbox:after {
		left: 19%;
	}

}



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

	.main-headbox:after {
		left: 28.5%;
	}

}


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

.popupAlert {
	max-width: 750px !important;
	padding: 55px 175px 55px 78px !important;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0.8px;
	background: #273871 url(images/alert-shape.jpg) right top no-repeat !important;
	background-size: auto 100% !important;
}
.popTitle { 
	color: #c5c4d6;
}
.fancybox-button svg path {
	color: #273871 !important;
}




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


	.main-headbox {
		display: none;
	}
	.dynamic-info-grid .c1.grid.News .sliderItem {
		max-width: 100%;
	}

	.welcome-video-main {
		width: 100%;
	}
	.welcomeBlockText {
		width: 100%;
	}



}

/* iubenda */

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