/*

	Theme Name: Schoolcms 2020 - DEV

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 3.1



/*Default Colur Scheme

#000

#e0e0e0

#CBCBCB

#969696

#676767

*/





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

    TYPOGRAPHY

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



/*
    font-family: 'Lato', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

body {  

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

  font-size: 21px;

  line-height:1.5;

  font-weight:400;

  color: #5c5b5b;

  margin: auto;

  

}


/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

.text-right {

  text-align:inherit;

}



a {

	/*color:#262963;*/
	
	color:#309cf0;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#267bbd;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

    background: -webkit-linear-gradient(right, #262963 0%, #283989 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  
  
	font-family: 'Open Sans', sans-serif;
    
    font-weight: 700;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom: 30px;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 50px;

	margin-bottom:40px;

}



h2 {



}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.container {
    position: relative;
    max-width: 1140px;
}

@media only screen and (min-width : 1390px) {
    .container {
        max-width: 1330px;
    }
}

@media (min-width: 1620px) {
    .container {
        max-width: 1590px;
    }
} 

.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

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

.blockButton > a,

a.readmore {

	display: inline-block;

    color: #676767;

    border: solid 1px #676767;

    font-size: 0.9em;	

    background: #e0e0e0;

    line-height: 1.4em;

    padding: 0.7em 1.5em;

    text-transform: uppercase;

    position: relative;

    transition: 300ms;

    margin: 12px 0;

}

.blockButton> a:hover,

a.readmore:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

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



.bodyContent {

	margin-bottom:40px;
    padding-top: 30px;

}

/****\

 Banner

\******/


#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

}

#pageBanner {

	position: relative;

	max-width:100%;

	margin:0 auto 0px;

	overflow:hidden;

	min-height:350px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:45%;

}

#hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero:before {
    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,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );  
}

#hero .slideImage img{
	width:100%;
	height:100%;
	object-fit:cover;
    object-position: top;
}

#hero .slideImage{

	position:absolute;

	width:100%;

	height:100%;

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center;

}

.homeBanner {

	margin:00px auto 30px;

		position: relative;

	/*max-width:1560px;*/

	margin:0 auto 20px;

	overflow:hidden;

	max-height:100vh;

	height:calc(100vh - 120px);

}

.homeBanner:before, #pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:200%;

}

@media(min-width:768px){
	#hero .slideImage img{
		object-position: center;
	}
	#pageBanner:before {
		/*padding-top: 35.897%;*/
        padding-top:56.08%;
	}
	.homeBanner, #pageBanner {

		max-height:100vh;
		height:auto;
	}

	.homeBanner:before {

		padding-top:56.08%;

	}

}

.homeBanner .slideImage:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

#hero .slideText{

	bottom: 5%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}



.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: 0px;

    margin-left: 0px;

}

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





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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:950px;
  text-align: center !important;
  padding: 80px 50px !important;


    background-image:
    -webkit-gradient(linear, left top, right top, from(#28408e), to(#267bbd));
    
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image:
    -webkit-linear-gradient(left, #28408e, #267bbd);
    
    /* Firefox 3.6 - 15 */
    background-image:
    -moz-linear-gradient(left, #28408e, #267bbd);
    
    /* Opera 11.1 - 12 */
    background-image:
    -o-linear-gradient(left, #28408e, #267bbd);
    
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image:
    linear-gradient(to right, #28408e, #267bbd);

	color: #ffffff !important;


}

.logo_icon {
    margin-bottom: 60px;
}




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

}


.popupAlert .noticeText .popTitle {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    text-transform: inherit;
    padding: 0;
    margin-bottom: 30px !important;
}

.popupAlert .noticeText .popTitle:after {
    background: #ffffff;
    height: 3px;
    width: 80px;
    display: block;
    margin: 30px auto 0px;
    content: '';
}


.alert_btn.button {
    border: 2px solid #ffffff !important;
    background: transparent !important;
    margin-top: 40px !important;
}
.alert_btn.button:hover {
    background: #1d204d !important;
    background-image: none !important;
    border: 2px solid #ffffff !important;
}


.fancybox-close-small:after {
    background: transparent !important;
    border: none !important;
    font-size: 28px !important;
    color: #ffffff !important;
}




.socials.alert_socials {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 110;
    width: 100%;
    text-align: center;
}

.socials.alert_socials li {
    display: inline-block;
    margin: 0px 5px;
}

.socials.alert_socials li a {
    color: #ffffff;
}
.socials.alert_socials li a:hover {
    color: #309cf0;
}


/*news*/

h2.list-item-title{



}

h2.list-item-title a{

	text-decoration:none;

}

h2.list-item-title a:hover{

	text-decoration:underline;

}

h1.postTitle {



}



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

}

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

}

.headerRight .socials {

	display:inline-block;

	vertical-align:middle;

	list-style:none;

	padding:0px 4px;

	margin: 3px 0 0;

}

.headerRight .socials li{

	display:inline-block;

	position:relative;

	padding:0 9px;

	text-align:center;

}

.headGroup .socials li:before{

	content:'';

	display:block;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;

}

@media (min-width:768px){

	/*.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}*/

}

/*header*/

header {

	position:relative;

}





.headGroup {

		position:relative;

		z-index:120;top:0;

		left:0;

		width:100%;

		position:relative;

}





/* @media screen and (max-width: 782px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		margin-top:46px

	}
	
} */
@media screen and (max-width: 600px){
	.admin-bar.fixedHeader .headGroup  {
		margin-top:0;
	}

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

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		margin-top:32px

	}

	.headGroup {	

			position:fixed;

			height:120px;

	}

	header.mainHeader {

		height:120px;

	}

	header.mainHeader {

	height:0;	

	}

	

}

/*home*/

/*@media (max-width:767.99px){

.headGroup {

	position:absolute;

}

}*/

	.headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		position:absolute;

		top:0;

	}

	.headGroup a{

		color:#fff;

	}

	/*.fixedHome .headGroup .socials li:before,

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

		background:#fff;

	}*/

	.headGroup .searchform input#s {

		color:#fff;

	}

	.headGroup .searchform input#s {

		

	}

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

		  color: #fff;

	}



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

		  color: #fff;

	}



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

		  color: #fff;

	}

	.headGroup .searchSubmit {

		color:#fff;

	}

	.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;
        
        z-index: 106;

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

	}	

}



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

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#969696;	

}

.topMenuSide .menu a:hover{

	color:#000;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:40px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:35px;

	line-height:30px;

	vertical-align: middle;

}

.menu-toggle .toggleText{

	display:inline-block;

	display:none;

	vertical-align:middle;

	font-size:14px;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 30px;

    height: 1px;

    margin: 8px 0;

    background-color: #969696;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:26px;

	right:25px;

	top:20px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

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

    transform-origin:50% 8px;

}

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

    transform-origin: 50% -8px;

}

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

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

}

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

	opacity:0;

	transform:rotate(360deg);

}

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

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

}



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

	background:#000;

}

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

	background:#000;

}



@media (min-width:992px){



}



	#navbar{

		position: fixed;

		right: -280px;

		transition: right 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 280px;

		overflow-x: hidden;		

		font-size:1.2em;

	}



	body.menuopen  #navbar{ 

		right:0;

		z-index: 9999;

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

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

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

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

		border-bottom:solid 1px #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: -480px;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.stayConnectBlock {

	border-top:solid 1px #969696;

	margin:20px 0px ;

	

}

.stayConnectBlock h3{

	font-size:32px;

	margin:70px 0 55px;

	text-align:center;

}

.stayConnectBlock .connectedFt {

	color:#fff;

	background:#676767;

	text-align:center;

	padding:50px 0;

}

.stayConnectBlock .connectedFt ul{	

	list-style:none;

	padding:0;	

	margin:7px auto;

}

.stayConnectBlock .connectedFt li{	

	display:inline-block;

	margin:12px 12px;

}

.stayConnectBlock .connectedFt li a {

	transition:300ms;

}

.stayConnectBlock .connectedFt li a:hover{

	opacity:0.6;

}

.stayConnectBlock .connectedFt a.blockButton {

	border:solid 1px #fff;

	color:#fff;

	margin:12px 7px;

}

.stayConnectBlock .connectedFt a.blockButton:hover {

	background:#fff;

	color:#676767;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.stayConnectBlock {

		margin:50px 0;

	}

.footerInfo {

	margin-bottom:70px;

}

}

/*text aligns*/



@media (max-width:768px){



	.xs-text-right {

		text-align:right;

	}

	.xs-text-left {

		text-align:left;

	}

	.xs-text-center {

		text-align:center;

	}

}

@media (min-width:768px){

	.sm-text-right {

		text-align:right;

	}

	.sm-text-left {

		text-align:left;

	}

	.sm-text-center {

		text-align:center;

	}

}

@media (min-width:992px){

	.md-text-right {

		text-align:right;

	}

	.md-text-left {

		text-align:left;

	}

	.md-text-center {

		text-align:center;

	}

}

@media (min-width:1200px){

	.lg-text-right {

		text-align:right;

	}

	.lg-text-left {

		text-align:left;

	}

	.lg-text-center {

		text-align:center;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}









.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

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

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}









.side-menu-container {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/
/*
#menu-side > li > a {

	font-size:1.25em;

}

#menu-side > li > a span{	

	padding:16px 8px 16px 0;

	border-bottom:solid 1px #CBCBCB;

	display:inline-block;

	font-weight: 400;

}
*/
#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

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

	margin:10px 0;

}

/*main Sub menu items*/

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

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

}

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

	color:#676767;

}

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

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 14px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}

#menu-side li a:hover{

	color:#676767;

}

#menu-side .sub-menu {

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

	padding-bottom:10px;

	display:none;

}

#menu-side .sub-menu li{

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}





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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	body.fixedHome .menu-toggle {

		color:#fff;

	}

	body.fixedHome .menu-toggle span {

		background-color:#fff;		

	}

}

@media (min-width:1200px){



}

body {

	/*position:relative;*/

}

body.menuopen {

	/*position:relative;*/

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

body.menuopen #navBG {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.5;
	z-index:9998;
}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}













.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}





@media (min-width : 768px) {



}

@media (min-width : 992px) {



}

@media (min-width : 1200px) {



}

@media (min-width : 1590px) {



}







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





}

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



}



















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

    Dynamic Content

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



.dynamicContent {

	margin-top:30px;

	margin-bottom:30px;

}

.dynamicContent .sectionTitle{

	/*margin-bottom: 10px;

    /*font-size: 2.2em;*/

}

@media (min-width:1590px){

	

}

/**** Image ****/



.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

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

.dividera{

clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

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

    background-position: center center;

	background-size:contain;

	height:76px;

	width:76px;

	top:50%;

	left:50%;

	margin-top:-38px;

	margin-left:-38px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:90px;

}







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

.faqs{



}



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

.page-id-249 .bodyContent h2 {
    margin: 10px 0 20px 0;
}
.page-id-249 .dynamicContent {
    margin-top: 0px;
    margin-bottom: 10px;
}

.staffMember {

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.single .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: 'Open Sans', sans-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 blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

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

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:20px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:1em;

	font-family: 'Open Sans', sans-serif;

	text-transform: uppercase;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;

}

.callout .readmore 	{

    border: 2px solid #ffffff !important;
}



.callout.hasbg  .readmore{

    border: none !important;

}

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

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	visibility:hidden

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois .col {

	min-width:33.333%;

}

.poi  {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

	margin-bottom:26px;    

	font-family: 'Open Sans', sans-serif;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



.poiImage .poiImageBG:before {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.poiImage >img{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:20px;

	font-weight:400;

	position:relative;

	padding:10px 15px;

	text-transform:uppercase;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

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

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:15%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:21px;

	transition:300ms;
    
    padding: 0px 30px;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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



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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









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





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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


/* Header Styles Css --------------------------------------------------------- Start ------------ */
	.searchform.openSearch {
		overflow: visible;
	}

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

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

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

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

	.searchToggle {
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 20px;
		height: auto;
		min-height: 42px;
        z-index: 1;
	}

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

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

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

	.searchToggle .searchform.openSearch input.s {
	}

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

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

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

	.headerSearch .searchSubmit {
		font-size: 0px;
		width: 20px;
		height: 21px;
		color: #ffffff;
        right: 0px;
        top: 6px;
        text-shadow: 0px 0px 30px #000;
        background: url(images/search-icon2.png) center center no-repeat;
        background-size: 20px 19px;
	}

	.headGroup .searchSubmit:hover {
		color: #267bbd;
        background: url(images/search-icon-blue-hover2.png) center center no-repeat;
        background-size: 20px 19px;
	}



	.fixedHeader .headerSearch .searchSubmit {
		color: #ffffff;
        background: url(images/search-icon2.png) center center no-repeat;
        background-size: 20px 19px;
	}

	.fixedHeader .headGroup .searchSubmit:hover {
		color: #ffffff;
        background: url(images/search-icon-blue-hover2.png) center center no-repeat;
        background-size: 20px 19px;
	}



/*.headGroup {
    position: relative;
}

body.fixedHeader .headGroup {
    position: fixed;
}*/
.headerRight .topMenuSide {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 0px;
}

.headerRight .topMenuSide:before {
    width: 1px;
    height: 24px;
    background: #ffffff;
    content: '';
    margin-right: 12px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.fixedHeader .headerRight .topMenuSide:before {
    background: #ffffff;
}

.topMenuSide .portalToggle {
    padding: 0px;
    color: #ffffff;
    font-size: 21px;
    text-transform: inherit;
    width: 19px;
    height: 21px;
    line-height: 21px;
    /*background: url(images/person-icon.png) center center no-repeat;*/
    opacity: 1;
    text-shadow: 0px 0px 30px #000;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}
/*.fixedHeader .topMenuSide .portalToggle {
    background: url(images/person-icon.png) center center no-repeat;
}
.topMenuSide .portalToggle:hover {
    background: url(images/person-icon-hover.png) center center no-repeat;
}*/

.topMenuSide .menu {
}
.topMenuSide .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.topMenuSide .menu ul li {
    display: block;
    width: 200px;
    text-align: left;
}


.headGroup .row {
    margin: 0;
}

.headGroup .headLogoWrap {
    padding-right: 0;
    padding-left: 60px;
    text-align: left;
}
.headGroup .headerRight {
    padding-right: 60px;
    padding-left: 0px;
}
.headGroup .headerRight .headerButtons {
	display:none;
}
.headGroup .headerRight .headerButtons a{
	width:auto;
    min-width: 0;
	font-size:18px;
	margin:0 10px;
	padding:7px 20px;
	background:#309cf0;
	border:solid 1px transparent!important;
}
.headGroup .headerRight .headerButtons a:hover{
	border-color:#fff!important;
}
.headGroup .headerRight .searchToggle {
    vertical-align: middle;
}



.headGroup {
    padding-top: 60px;
    border: none;
}
.fixedHeader .headGroup {
    padding-top: 15px;
    position: fixed;
    background: #283989;
    height: 105px;
    border: none;

    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    
}
.fixedHeader .headGroup a {
    color: #ffffff;
}
.fixedHeader .headGroup a:hover {
    color: #309cf0;
}
@media (min-width:1200px){
	.fixedHeader .headGroup .headerRight .headerButtons {
		display:inline-block;
	}
}

@media (max-width:1200px){
	.headGroup {
		padding-top: 20px;
		border: none;
	}
}

.headGroup .mainLogo {
    display: inline-block;
}
.headGroup .stickyLogo {
    display: none;
}

.fixedHeader .headGroup .mainLogo {
    display: inline-block;
    max-height: 65px;
}
.fixedHeader .headGroup .stickyLogo {
    display: none;
}


.fixedHeader .headGroup {
}


.headerRight .socials li:before {
    display: none;
}
.headerRight .socials li {
    min-width: inherit;
    padding: 0px 5px;
}
.headerRight .socials li a {
    text-shadow: 0px 0px 30px #000;
    font-size: 24px;
}

.headerRight .socials li a .fa-phone {
    transform: rotate(100deg);
    font-size: 21px;
}

@media(min-width:768px){
	.fixedHeader .headerRight .socials li a {
		color: #ffffff;
		text-shadow: none;
		font-size: 20px;
	}
}

.fixedHeader .headerRight .socials li a .fa-phone {
    font-size: 17px;
}
.headerRight .socials li a:hover {
	color: #309cf0;
}

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




.headerRight .menu-toggle {
    margin-left: 17px;
    padding-right: 75px;
    height: 75px;
    border: 2px solid #ffffff;
    background: transparent;
}

.headerRight .menu-toggle span {
    width: 26px;
    background: #ffffff;
    height: 3px;
    margin: 6px 0;
}

.headerRight .menu-toggle span {
    width: 26px;
    background: #ffffff;
}

.fixedHeader .headerRight .menu-toggle {
}

.headerRight .menu-toggle:hover {
    margin-left: 17px;
    padding-right: 75px;
    height: 75px;
    border: 2px solid #267bbd;
    background:  #267bbd;
}
.headerRight .menu-toggle:hover span {
    background: #ffffff;
}


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







.homeBanner.hasVideo:before {
    padding: 0;
}
.homeBanner.hasVideo img {
    visibility: hidden;
}



.homeBanner {
    margin-bottom: 0;
}
.down-arrow-btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 110;
    transform: translatex(-50%);
    display: block;
    background: url(images/down-arrow.png) center center no-repeat;
    width: 21px;
    height: 26px;
}
.down-arrow-btn:hover {
    opacity: 0.6;
}
.cycle-pager-main-banner {
    position: absolute;
    right: 15px;
    bottom: 50px;
    z-index: 110;
}
.cycle-pager-main-banner span {
    font-size: 26px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0px 0px 0px 8px;
    cursor: pointer;
	display:block;
}
.cycle-pager-main-banner span.cycle-pager-active {
    color: rgba(255, 255, 255, 1);
}
@media (min-width:768px){
	.cycle-pager-main-banner {
		bottom:40px;
		right: 65px;
	}
	.cycle-pager-main-banner span {
		display:inline-block;
	}
}




#pageBanner .cycle-pager-main-banner {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 40px;
    z-index: 110;
    text-align: center;
}
#pageBanner .cycle-pager-main-banner span {
    font-size: 26px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}
#pageBanner .cycle-pager-main-banner span.cycle-pager-active {
    color: rgba(255, 255, 255, 1);
}





.homeBanner .banner_btn {
    position: absolute;
    left: 50%;
    bottom: 120px;
    z-index: 110;
    transform: translatex(-50%);
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 500;
}
.homeBanner .banner_btn i {
    width: 66px;
    height: 66px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    border: 2px solid #ffffff;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    display: block;
    margin: 0px auto 20px;
}
.homeBanner .banner_btn:hover i {
    background: rgba(0, 0, 0, 1);
}


.poiImage .poiImageBG:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 104;
    height: 40%;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}


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



.welcomeBlock {
    padding: 60px 0;
    margin: 0;
}
.welcomeBlock:before {
    content: '';
    width: 87px;
    height: 91px;
    background: url(images/icon.png) center center no-repeat;
    display: block;
    margin: 0px auto 40px;
}

.welcomeBlock .container {
    max-width: 850px;
}

.welcomeBlockText {
    text-align: center;
}

.dynamic-poi {
    overflow: hidden;
}
.dynamic-poi .row {
    margin-left: -2px;
    margin-right: -2px;
}
.dynamic-poi .poi {
    margin-bottom: 0;
}
.dynamic-poi .bodyContent .row {
    margin-left: -15px;
    margin-right: -15px;
}
.dynamic-poi .pois .col-md-4 {
    padding: 2px;
}
.poi:hover {
    background: #000000;
}
.poi .poiTitle {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: inherit;
    padding: 0;
}

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

.poi .poiTitle:after {
    background: #ffffff;
    height: 3px;
    width: 80px;
    display: block;
    margin: 35px auto 0px;
    content: '';
}


.poiImage .poiText {
    bottom: 40px;
    transform: none;
    z-index: 110;
}
.poi:hover .poiImage .poiText {
    bottom: 50%;
    transform: translatey(50%);
}
.poi:hover .poiImage .poiEx {
    padding-top: 20px;
}
.poiImage .poiText .button.poi-button {
    display: none;
    margin: 30px auto 0;
}
.poi:hover .poiImage .poiText .button.poi-button {
    display: inline-block;
    background: transparent !important;
    background-image: none !important;
    border: 2px solid #ffffff !important;
}

.poi:hover .poiImage .poiText .button.poi-button:hover {
    display: inline-block;
    color: #283989 !important;
    background: #ffffff !important;
    background-image: none !important;
    border: 2px solid #ffffff !important;
}






footer {
    padding: 100px 0 0;
	color: #ffffff;
    
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image:
    -webkit-gradient(linear, left top, right top, from(#267bbd), to(#28408e));
  
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image:
    -webkit-linear-gradient(left, #267bbd, #28408e);

  /* Firefox 3.6 - 15 */
  background-image:
    -moz-linear-gradient(left, #267bbd, #28408e);

  /* Opera 11.1 - 12 */
  background-image:
    -o-linear-gradient(left, #267bbd, #28408e);

  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image:
    linear-gradient(to right, #267bbd, #28408e);
    
    
}

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

footer ul {
    list-style: none;
}
footer ul li {
    display: inline-block;
}


footer ul#menu-useful li {
    display: block;
    line-height: 45px;
}

footer ul.socials {
    margin: 0px 0 40px;
    padding: 0;
}
footer ul.socials li {
    padding: 0 0 0 12px;
    font-size: 24px;
}
footer .footer_right {
    text-align: right;
}

footer .address-info {
    margin-bottom: 25px;
}

footer .button {
    background: transparent !important;
    background-image: none !important;
    border: 2px solid #ffffff !important;
}
footer .button:hover {
    background: #1d204d !important;
    background-image: none !important;
    border: 2px solid #ffffff !important;
}
footer .buttons_row {
    padding: 30px 0 90px;
}

.footer_right_btn {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
}

.footer_right_btn a {
    color: rgba(255, 255, 255, 0.3);
}
.footer_right_btn a:hover {
    color: rgba(255, 255, 255, 1);
}

.footerLower {
    padding: 0 0 20px 0;
    background: transparent;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}
.footerLower a {
    color: rgba(255, 255, 255, 0.3);
}
.footerLower a:hover {
    color: rgba(255, 255, 255, 1);
}



/*Mini Poi Styles Css -------------------------------------------------- Start -----------*/


.dynamic-mini-poi {
    margin: 0px;
    padding: 0 0 50px;
}

.dynamic-mini-poi .miniPoi {
    /*flex: 0 0 20%;
    max-width: 20%;*/
    text-align: center;
    padding: 0px 10px 30px;
    width: 19%;
}
.dynamic-mini-poi .miniPoi:first-child {
    width: 24%;
}

.dynamic-mini-poi .miniPoi:first-child img {
    opacity: 0.8;
}


.miniPoi a {
    display: inline-block;
    text-align: center;
}

.miniPoi a .poiText {
    color: #262963;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
}
.miniPoi a:hover .poiText {
    color: #007bff;
}

.miniPoi a .minipoiImg {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.miniPoi a .minipoiImg-hover {
    display: none;
    text-align: center;
}
.miniPoi a:hover .minipoiImg {
    display: none;
    text-align: center;
}
.miniPoi a:hover .minipoiImg-hover {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}


/*Mini Poi Styles Css ------------------------------------------------------------------------- END -----------*/

.homeDynamic.dynamic-poi {
    padding-bottom: 0px;
    margin: 0;
}
body.home .homeDynamic.dynamic-poi {
    padding-bottom: 50px;
    margin: 0;
}

body.home .miniPOIrow {
    align-items: self-end;
}


.dynamic-school-logos {
    margin: 0;
    background: #bfc6e9;
    padding: 100px 0;
    text-align: center;
}
.dynamic-school-logos .logoWrap {
	line-height:120px;
	vertical-align:middle;
	
}
.dynamic-school-logos .logoWrap img {
    width: auto;
    max-width: 100%;
    margin: 0px auto;
	max-height:120px;
	object-fit:contain;
	display:inline-block;
	vertical-align:middle;
}

.dynamic-school-logos .owl-dots {
    display: none;
}
.dynamic-school-logos .owl-nav {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0px;
    width: 100%;
    color: #262963;
}
.dynamic-school-logos .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    color: #262963;
    left: -90px;
}
.dynamic-school-logos .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    color: #262963;
    right: -90px;
}

.dynamic-school-logos .owl-nav .owl-prev:hover, .dynamic-school-logos .owl-nav .owl-next:hover {
    color: #267dbe;
}


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

.section_link_container .section_link.button {
    margin: 0px auto;
}





.blockButton > a, a.readmore, .button {
	border: none !important;
 	background: transparent;
    

    background-image:
    -webkit-gradient(linear, left top, right top, from(#267bbd), to(#28408e));
    
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image:
    -webkit-linear-gradient(left, #267bbd, #28408e);
    
    /* Firefox 3.6 - 15 */
    background-image:
    -moz-linear-gradient(left, #267bbd, #28408e);
    
    /* Opera 11.1 - 12 */
    background-image:
    -o-linear-gradient(left, #267bbd, #28408e);
    
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image:
    linear-gradient(to right, #267bbd, #28408e);
    


    padding: 12px 20px;
	min-width: 250px;
	text-align: center;
	font-size: 21px;
	color: #ffffff !important;
	line-height: 1.3;
	text-transform: inherit;
	cursor: pointer;
	/*margin: 0px auto;*/
	display: inline-block;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;

}


.blockButton > a:hover, a.readmore:hover, .button:hover {

    background-image:
    -webkit-gradient(linear, left top, right top, from(#28408e), to(#267bbd));
    
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image:
    -webkit-linear-gradient(left, #28408e, #267bbd);
    
    /* Firefox 3.6 - 15 */
    background-image:
    -moz-linear-gradient(left, #28408e, #267bbd);
    
    /* Opera 11.1 - 12 */
    background-image:
    -o-linear-gradient(left, #28408e, #267bbd);
    
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image:
    linear-gradient(to right, #28408e, #267bbd);

	color: #ffffff !important;
}

.standard-staff-text  a.readmore{
	background:#1d204d;
	font-size:16px;
	min-width: 0;
}

.standard-staff-text  a.readmore:hover{
	background:#267bbd;
}





.dynamic-info-grid {
    padding: 90px 0 75px;
    margin: 0;    
}

.infoBlock {
    position: relative;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    height: 398px;
    overflow: hidden;
}
.infoBlock a {
    color: #ffffff;
}
/*.infoBlock a:hover {
    color: #267dbe;
}*/
.infoBlock .icon {
    font-size: 24px;
    line-height: 29px;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #ffffff;
}

.c1.grid, .c2.grid, .c3.grid {
    margin-bottom: 30px;
}


.c1.grid.style1 {
}
.c1.grid.style1 .infoBlock {
    background: #283989;
    color: #ffffff;
    padding: 80px 45px 50px;
}

#ctf .ctf-author-name, #ctf_lightbox .ctf-author-name {
    color: #ffffff;
    font-size: 21px;
    text-transform: inherit;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
}

#ctf .ctf-author-box {
    margin-bottom: 10px !important;
}

#ctf .ctf-item {
    height: 270px;
    overflow: hidden;
    padding: 0;
}

.grid.simple.c2 {
    
} 
.grid.simple.c2 .infoBlock.image_box {
    display: block;
}
.grid.simple.c2 .infoBlock.image_box .glanceImg {
    display: block;
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.infoBlock.image_box .glanceImg img{
	object-fit:cover;
	object-position:center;
}
/*
.grid.simple.c2 .infoBlock.image_box .glanceImg img {
    visibility: hidden;
}*/

.c1.col-lg-4, .c2.col-lg-4 {
    width: 100%;
    max-width: 100%;
    flex: none;
}

/*#sb_instagram #sbi_images .sbi_item {
    width: 33%!important;
}*/

/*#sb_instagram #sbi_images .sbi_item:nth-of-type(1) {
    padding-left: 0px!important;
    padding-right: 16px!important;
}
#sb_instagram #sbi_images .sbi_item:nth-of-type(2) {
    padding-left: 9px!important;
    padding-right: 8px!important;
}#sb_instagram #sbi_images .sbi_item:nth-of-type(3) {
    padding-left: 16px!important;
    padding-right: 0px!important;
}*/

@media only screen and (max-width : 991px) {
    #sb_instagram #sbi_images {
        padding-top: 10px;
    }
} 
@media only screen and (max-width : 767px) {
#sb_instagram #sbi_images .sbi_item {
    width: 100%!important;
}
.c1 .infoBlock {
    height: 398px;
}
}

@media only screen and (max-width : 480px) {
    #sb_instagram #sbi_images .sbi_item:nth-of-type(1) {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    #sb_instagram #sbi_images .sbi_item:nth-of-type(2) {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }#sb_instagram #sbi_images .sbi_item:nth-of-type(3) {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

.news_content_inner {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}

.news_content_inner p.date {
    margin-bottom: 0;
    color: #fff;
}

.newsTitle a {
    color: #fff;
}

.button_link {
    color: #010101;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    background: url(images/arrow-long-green.png) right center no-repeat;
    padding-right: 30px;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
}
.button_link:hover {
    color: #96cc4a;
}

.c3.grid.style2 {
    position: relative;
    
}
.c3.grid.style2 .infoBlock {
    background: #1d204d;
    color: #ffffff;
    padding: 80px 45px 50px;
    position: relative;
}



/*.c3.grid.style2 .icon {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    color: #f6f6f6;
    font-size: 90px;
}

.c3.grid.style2 .linkedIn {
    position: absolute;
    left: 30px;
    bottom: 20px;
    color: #f6f6f6;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    background: url(images/arrow-long-green.png) right center no-repeat;
    padding-right: 30px;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
}
.c3.grid.style2 .linkedIn:hover {
    color: #96cc4a;
}*/




.c4.grid.style3 .news_container {
    background: #f2f1f1;
    width: 100%;
    visibility: visible;
}
.c4.grid.style3 .news_container .row {
    margin: 0;
}
.c4.grid.style3 .news_container .news_img {
    padding: 0;
}

/*.c4.grid.style3 .news_container .news_content_inner {
    padding: 60px 40px;
}*/


.c4.grid.style3 .news_container .news_content .news_content a {
    font-style: italic;
}

.c4.grid.style3 .news_container .news_content_inner .date {
   /* color: #17193a;
    font-size: 15px;*/
    margin-bottom: 5px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.c4.grid.style3 .news_container .news_content_inner .newsTitle {
    color: #262963;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 34px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.c4.grid.style3 .news_container .news_content_inner .section_link.see-all-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-decoration: underline;
    margin-top: 25px;
    display: inline-block;
}

.c4.grid.style3 .news_container .news_img .news_image_slide {
    display: block;
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.c4.grid.style3 .news_container .news_img {
    position: relative;
}

.c4.grid.style3 .news_container .news_img .news_image_slide img {
    visibility: hidden;
}

.c4.grid.style3 .news_container .news_img .cycle-pager-news {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 110;
    width: 100%;
    text-align: center;
}
.c4.grid.style3 .news_container .news_img .cycle-pager-news span {
    font-size: 21px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0px 0px 0px 6px;
    cursor: pointer;
}
.c4.grid.style3 .news_container .news_img .cycle-pager-news span.cycle-pager-active {
    color: rgba(255, 255, 255, 1);
}

.cycle-pager-news {
    text-align: center;
}










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





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


.sidebar {
    padding-left: 0px;
	padding-top:89px;
    color: #ffffff;
}
.side-menu-container {
    background: #044686;
    padding: 60px 0px 35px;
    position: relative;
}
.side-menu-container:after {
    content: '';
    width: 42px;
    height: 43px;
    background: url(images/menu-icon-crest.png) center center no-repeat;
    background-size: cover;
    display: block;
    margin: 50px auto 0;
}
.sidebarSec {
    background: #044686;
    padding: 60px 30px 80px;
    position: relative;
    color: #ffffff;
}
.sidebarSec a {
    color: #ffffff;
}
.sidebarSec a:hover {
    color: #ffffff;
}


/*
#menu-side > li > a {
    display: block;
    display: none;
}
#menu-side > li > a > span {
    display: none;
}
*/
/*
#menu-side > li > a:after {
    text-transform: inherit;
    font-size: 30px;
    line-height: 55px;
    content: 'Section Menu';
    padding-bottom: 15px;
    display: block;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 30px;
    text-align: center;
    display: none;
}
#menu-side > li {
}*/





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

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

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

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

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

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

#menu-side a {
    color: #ffffff;
    font-size: 21px;
    line-height: 38px;
    font-weight: 600;
    display: block;
    padding: 0 30px;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
}



#menu-side .sub-menu li a {
    text-transform: inherit;
    font-size: 15px;
}
#menu-side a span {
}

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

#menu-side li a:hover {
    color: #ffffff;
    background: #1e5992;
}

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

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


#menu-side li.open li a {
    color: #ffffff;
    background: #1d204d;
}

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

#menu-side li.open li a:hover {
    color: #ffffff;
    background: #1e5992;
}
#menu-side li.open li a:hover span  {
    color: #ffffff;
    background: #1e5992;
}

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


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

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





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

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

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

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

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







.breadcrumbs {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #5c5b5b;
    text-transform: inherit;
    letter-spacing: 0px;
    padding: 32px 85px 33px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 30px;
}

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


.breadcrumbs a {
    color: #5c5b5b;
}
.breadcrumbs span > span {
    color: #283989;
}

.breadcrumbs a:hover {
    color: #5c5b5b;
}

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

.share .addtoany_share {
    background: url(images/share-icon.png) 99% center no-repeat;
    padding-right: 30px;
    font-size: 20px;
    color: #5c5b5b;
    display: block;
    line-height: 24px;

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

.bodyContent h1:after {
    
}*/



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

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

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3 {
    font-weight: 700;
    font-size: 24px;
    color: #1d204d;
    line-height: 1.4;
    margin: 30px 0;
    letter-spacing: 0px;
}

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

.staffMember h3 {
    font-weight: 400;
    font-size: 22px;
    color: #1d204d;
    line-height: 1.2;
    margin: 30px 0;
    margin: 0px 0 10px;
}

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

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


.bodyContent ul {   
    padding-left: 0px;
    list-style: none;
}

.bodyContent ul li {
    text-align: justify;
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
    color: #58595b;
}
.bodyContent .body-text ul li:before {
    width: 5px;
    height: 5px;
    top: 16px;
    background: #283989;
    display: inline-block;
    content: '';
    border-radius: 5px;
    position: absolute;
    left: 15px;
}
.bodyContent ul li::marker {
    color: #283989;
    display: none;
}

.bodyContent table {
    border-style: hidden;
}

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

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

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

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

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

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



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




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

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

.dynamic-quote:after {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    height: 2px;
    font-size: 0px;
    background: #f2f2f2;
    margin: 40px auto 0px;
}
.dynamic-quote:before {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    height: 2px;
    font-size: 0px;
    background: #f2f2f2;
    margin: 0px auto 40px;
}


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

blockquote {
    background: transparent;
    font-size: 21px;
    color: #1d204d;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    padding: 0px;
    font-style: italic;
    margin-bottom: 20px;
}

.dynamic-quote {
    padding: 0px 0 40px;
    position: relative;
}
.dynamic-quote blockquote:before {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    height: 14px;
    font-size: 0px;
    background: #f2f2f2;
    margin: 0px auto 30px;
    background: url(images/testimonials-icon.png) center center no-repeat;
}

.quoteContainer .quote-cite {
    font-size: 21px;
    color: #1d204d;
    padding: 0 30px;
    text-transform: inherit;
}


.callout {
    background: #044686;
}
.callout .calloutContent {
    padding: 90px 70px 90px;
}
.callout .calloutTitle {
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: inherit;
}
.callout .calloutTitle h3 {
    margin: 0 0 25px !important;
    color: #ffffff;
        background: none !important;
        -webkit-text-fill-color: #ffffff;
    font-size: 24px;
    text-transform: inherit !important;
    line-height: 40px;
}
.callout .calloutContent .calloutTitle {
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: inherit;
}

.callout .calloutContent .calloutTitle .calloutSubtitle {
    text-transform: inherit !important;
    margin-top: 15px;
}
.sidebar .callout .calloutContent {
    padding: 70px 30px 70px;
}




.faqs {
}
.faqs .faq {
    border: none;
    margin-bottom: 10px;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 9px 55px 9px 20px;
	background: #1e5992;
	color: #ffffff;
        -webkit-text-fill-color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
	text-transform: inherit;
    border: none;
}
.faq.open .faq-question {
    color: #ffffff;
	background: #283989;
}
.faq-question:hover {
    color: #ffffff;
	background: #283989;
}
.faq .faq-question:after {
    display: block;
    width: 16px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 19px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    font-size: 0;
    background: url(images/arrow-faq.png) center center no-repeat;
    
    
}
.faqs .faq.open .faq-question:after {
    top: 19px;
}
.faq .faq-question:hover:after {
}

/*.faq .faq-question:after {
    transform: rotate(-90deg);
}*/

.faq-answer {
    display: none;
    padding: 40px 60px;
    background: #f1f2f2;
}
.faqs .faq.open:last-child .faq-answer {
}

@media only screen and (max-width : 767px) {
.faq-answer {    
    padding: 20px 30px;    
}
}

.faq-answer .col {
    padding: 0;
}

.bodyContent .body-text {
    font-weight: 400;
}


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

.dynamic-documents a.document-link {

    position: relative;
    margin: 0;
    padding: 9px 55px 9px 20px;
	background: transparent;
	color: #283989;
        -webkit-text-fill-color: #283989;
    cursor: pointer;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 29px;
	text-transform: inherit;
    border: 2px solid #283989;
    font-family: 'Open Sans', sans-serif;


    width: 100%;
	text-align: left;
	display: block;

    margin: 0px 0 10px !important;
}

.dynamic-documents a.document-link:hover {
    color: #ffffff;
        -webkit-text-fill-color: #ffffff;
	background: #283989;
    border: 2px solid #283989;
}

.dynamic-documents a.document-link:focus {
    color: #ffffff;
        -webkit-text-fill-color: #ffffff;
	background: #283989;
    border: 2px solid #283989;
}

.dynamic-documents a.document-link:after {
    display: block;
    width: 17px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 18px;
    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-hover.png) center center no-repeat;
}


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



    position: relative;
    margin: 0;
    padding: 9px 55px 9px 20px;
	background: #1e5992;
	color: #ffffff;
        -webkit-text-fill-color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
	text-transform: inherit;
    border: none;
    font-family: 'Open Sans', sans-serif;


    width: 100%;
	text-align: left;
	display: block;

    margin: 0px 0 10px !important;

}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    color: #ffffff;
	background: #283989;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    color: #ffffff;
	background: #283989;
}


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

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

    position: relative;
    margin: 0;
    padding: 9px 55px 9px 20px;
	background: #1e5992;
	color: #ffffff;
        -webkit-text-fill-color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 33px;
	text-transform: inherit;
    border: none;
    font-family: 'Open Sans', sans-serif;


    width: 100%;
	text-align: left;
	display: block;

    margin: 0px 0 10px !important;

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    color: #ffffff;
	background: #283989;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    color: #ffffff;
	background: #283989;
}

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


.bodyContent .dynamic-poi .row, .sidebar .dynamic-poi .row {
    margin-left: -15px;
    margin-right: -15px;
}







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






@media only screen and (max-width: 767px) {
/*	header.mainHeader {
		height:121px;
	}*/
   /* .headGroup, .fixedHeader .headGroup {
        padding-top: 15px;
        position: fixed;
        width: 100%;
        background: #ffffff;
        height: 121px;
    }*/
    .headGroup .headLogoWrap {
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .headGroup .headerRight {
        padding-right: 15px;
        flex: 0 0 75%;
        max-width: 75%;
        text-align: right;
    }
    
    .headGroup .headerRight.order-1 {
        -ms-flex-order: 2;
        order: 2;
    }
    .headGroup .headLogoWrap.order-2 {
        -ms-flex-order: 1;
        order: 1;
    }
    
    .headGroup .stickyLogo {
        display: inline-block !important;
        width: 82px;
    }
    .headGroup .mainLogo {
        display: none !important;
    }
    .headGroup .socials li a {
        font-size: 18px !important;
    }
    .headGroup .socials li a i {
        font-size: 18px !important;
    }
    /*
    .headerRight .menu-toggle, .headerRight .menu-toggle {
        margin-left: 17px;
        padding-right: 75px;
        height: 75px;
        border: 2px solid #267bbd;
        background:  #267bbd;
    }








	.headerSearch #searchSubmit {
        background: url(images/search-icon-blue.png) center center no-repeat !important;
	}

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

    .topMenuSide .portalToggle {
        background: url(images/person-icon-blue.png) center center no-repeat !important;
    }*/
    /*.topMenuSide .portalToggle:hover {
        background: url(images/person-icon-blue.png) center center no-repeat !important;
    }*/


    /*.headGroup .socials li a {
    	color: #1D204D;
        text-shadow: none;
    }
    .headGroup .socials li a:hover {
    	color: #309cf0;
    }
    .headerRight .topMenuSide:before {
        background: #1D204D;
    }*/
    
    #navbar .menu-toggle .toggleIcon {
        top: 0;
        right: 0;
    }

    .bodyContent h1, .sidebar h1 {
        font-size: 36px;
    }
    .bodyContent h2, .sidebar h2 {
        font-size: 24px;
    }
    .bodyContent .dynamic-text h3, .sidebar .dynamic-text h3 {
        font-size: 20px;
    }
    .callout .calloutContent {
        padding: 90px 20px 90px;
    }
    .bodyContent .dynamic-poi .row, .sidebar .dynamic-poi .row {
        display: block;
    }
    .bodyContent .dynamic-poi .poi, .sidebar .dynamic-poi .poi {
        margin-bottom: 30px;
    }
    footer .footer_right {
        text-align: left;
    }
    footer .buttons_row {
        padding-bottom: 20px;
    }
    footer .footer_left {
        margin-bottom: 20px;
    }
    footer .footer_right {
        margin-bottom: 20px;
    }
    footer .footer_center {
        margin-bottom: 20px;
    }
    footer {
        padding: 60px 0 0;
    }
    .video_player_homeBanner {
        height: 100vh;
    }
    h1, h1.entry-title, .entry-title, h2.entry-title {
        font-size: 36px;
    }
    .dynamic-mini-poi .row {
        display: block;
    }
    .welcomeBlock {
        padding: 60px 0 40px;
    }
    .dynamic-mini-poi {
        padding: 0 0 30px;
    }
    .poi .poiTitle {
        font-size: 26px;
    }
    .dynamic-school-logos .logos_section .container {
        padding: 0px 35px;
    }
    .infoBlock {
        height: auto;
    }
    #ctf .ctf-item {
        height: auto;
    }
    
    /*.c4.grid.style3 .news_container .news_content_inner {
        padding: 40px 20px;
    }*/
    
    .dynamic-school-logos .owl-nav .owl-prev {
        left: -25px;
    }
    .dynamic-school-logos .owl-nav .owl-next {
        right: -25px;
     }
	.dynamic-school-logos .logos {
		padding:0 25px;
	}
}


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

    .headGroup .headLogoWrap {
        padding-left: 15px;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .headGroup .headerRight {
        padding-right: 15px;
        flex: 0 0 67%;
        max-width: 67%;
    }
    .headGroup .socials {
        display: none !important;
    }
    .headerRight .topMenuSide:before {
        display: none !important;
    }
    .searchform.openSearch {
        width: 170px;
    }
    .calloutContent .col {
        padding: 0;
    }
}









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


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

    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;
    }*/
    .main-headbox .headerRight {
        padding: 0px 44px 0 0;
    }
    .main-headbox .searchToggle {
        vertical-align: middle;
    }
    
    
    body.menuopen .main-headbox .container {
        max-width: 1285px;
    }    
    body.menuopen .main-headbox .headmenu-box {
        padding-left: 0;
        
        
    }    
    
    .main-headbox .headmenu-box {
        flex: 0 0 64%;
        max-width: 64%;
    }
    .main-headbox .headimage-box {
        flex: 0 0 36%;
        max-width: 36%;
        padding-top: 27px;
    }
    
    
    .main-headbox .headLogoWrap .stickyLogo {
        display: none;
    }
    .main-headbox .headLogoWrap {
        padding-right: 0;
        padding-left: 60px;
        text-align: left;
    }    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 1000ms;
		background-color:rgba(40,  57,  137, 0.9);
        top: 0;
        color: #ffffff;
        margin-top: 0px;
        padding: 0px 0 50px;
        z-index: 9999;
        bottom: 0;
        width: 100%;
        overflow-x: hidden;
    }
    body.admin-bar .main-headbox {
        top: 32px;
    }
    
    /*.headbox-desc {
        background: #ffffff;
        padding: 0px 0 0px 15px;
        height: 63px;
        margin-bottom: 40px !important;
    }*/
    
    .headsocial-box {
        text-align: right;
        padding: 0px;
        margin-bottom: 0px;
    }
    .headsocial-box ul.socials {
        display: inline-block;
        list-style: none;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 0 0 0;
        margin-bottom: 0;
        
    }
    .headsocial-box ul.socials li {
        display: inline-block;
        padding: 0 3px;
    }
    .headsocial-box ul.socials li a {
        font-size: 18px;
        color: #ffffff;
        padding: 0;
    }
    .headsocial-box ul.socials li a:hover {
        color: #309cf0;
    }
    
    .headsocial-box .headerSearch {
        text-align: right;
        max-width: 100%;
        width: 49%;
        background: transparent;
        padding: 0px 0px;
        border: none;
    }
    
    .headsocial-box .searchSubmit {
        right: 0px;
        width: 20px;
        height: 28px;
        color: #ffffff;
        font-size: 18px;
    }
    .headsocial-box .searchSubmit:hover {
        color: #309cf0;
    }    
    .main-headbox .row {
        margin: 0px;
        padding-top: 60px;
    }
    .menu_custom_image_box {
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .menu_custom_image_box img {
        visibility: hidden;
		max-height: 350px;
    }
    .menu_custom_image_box:after {
        
        background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
        background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
        background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
        background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
        background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
        
        content: "";
        font-size: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 40%;
        left: 0px;
        bottom: 0px;
       
    }
    
    
    
    
    .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;
        
        
    }
    /*.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: #309cf0;
        border-color: #309cf0;
    }
    
    
    .headsocial-box .searchform input#s {
        padding: 10px 20px 0px 10px;
        height: 40px;
    }
    
    
    .main-headbox .headerRight a {
        color: #ffffff;
    }
    .main-headbox .headerRight a:hover {
        color: #309cf0;
    }

    
    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0 0 !important;
        float: none;
        width: 50%;
        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: 0 !important;
        min-width: 100%;
        min-height: 100%;
        top: 0;
        left: 100%;
    }
    
    .menu-main-right-container ul li ul ul {
        background: transparent;
        padding: 0 !important;
        z-index: 115;
        position: absolute;
        top: 0px;
    }
    .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: 26px;
        color: #ffffff;
        text-transform: inherit;
        display: inline-block;
        line-height: 36px;
        text-shadow: none;
        padding: 20px 30px 20px 0px;
        font-weight: 700 !important;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        position: relative;
        margin-right: 35px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .menu-main-right-container ul li a:hover {
        color: #309cf0;
    }
    .menu-main-right-container ul li:hover > a {
        color: #309cf0;
    }
    
    .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li > a:after {
        content: "\f105";
        position: absolute;
        right: 0px;
        font-size: 24px;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-style: normal !important;
        display: block;
        top: 19px;
        width: 9px;
        height: 15px;
    }

    .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: 19px;
    }
    .menu-main-right-container ul li:hover ul {
        display: block;
        left : 100%;
        padding-top: 6px !important;
    }
    
    .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 ul li:after {
        display: none;
    }
    .menu-main-right-container ul ul li a {
        color: #ffffff;
        text-shadow: none;
        font-size: 26px;
        display: block;
        line-height: 32px;
        padding: 15px 10px 15px 0px;
        margin: 0px !important;
        font-weight: 700 !important;
        border-bottom: none;
    }
    .menu-main-right-container ul ul li a:hover {
        color: #309cf0;
    }
    
    .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-color: rgba(40, 57, 137, 0.9);
    }
    
    .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 {
        margin-bottom: 40px !important;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
    .headimage-box .menu_link_on_img {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: inherit;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 60%;
    text-align: center;
    color: #ffffff;
    z-index: 110;
    transform: translateX(-50%);
    }
    
    .headimage-box .menu_link_on_img:after {
        background: #ffffff;
        height: 3px;
        width: 80px;
        display: block;
        margin: 35px auto 0px;
        content: '';
    }
    .headimage-box .menu_link_on_img:hover {
        color: #267bbd;
    }
    .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;
    }
    
    
    
}
@media only screen and (max-width : 767px) {
    .main-headbox, body.menuopen .main-headbox {
        display: none;
    }
    .main-navigation ul.socials {
        display: inline-block;
        padding: 0px;
        margin: 0;
        list-style: none;
    }
    .main-navigation ul.socials li {
        display: inline-block;
        padding-right: 12px;
    }
    .main-navigation ul.socials li a {
        display: inline-block;
        font-size: 28px;
        color: #ffffff;
    }
    #navbar #menu-main li a {
        color: #ffffff;
        padding: 21px 21px 21px 10px;
        font-weight: 400;
    }
    #navbar #menu-main li.menu-item-has-children > .arrow {
        left: auto;
        right: 0;
    }
    #navbar #menu-main li.menu-item-has-children > a {
        padding-left: 10px;
        padding-right: 35px;
    }
    
    #navbar .headerSearch {
        width: 100%;
        max-width: 100%;
        background: #F1F2F2;
        display: none !important;
    }
    #navbar .searchform input#s {
        border: 0;
        font-size: 16px;
        height: 50px;
        width: 100%;
        background: transparent;
        color: #969696;
        padding: 0px 20px;
    }
    #navbar .searchSubmit {
        right: 5px;
        width: 30px;
        height: 50px;
        color: #dd1826;
    }
    #navbar .menu-main-container {
        margin-bottom: 60px;
    }
    #menu-main li.menu-item-has-children > .arrow:after {
        color: #ffffff;
    }
    
    body.menuopen #navbar {
        background: #000522;
    }
    
    
}

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

.icon .icon-image {
    width: 33px;
    height: 26px;
    background: url(images/image-icon.png) center center no-repeat;
    display: block;
}
.style1 .icon .icon-image {
    width: 33px;
    height: 26px;
    background: url(images/image-icon-video.png) center center no-repeat;
    display: block;
}
.style2 .icon .icon-image {
    width: 33px;
    height: 28px;
    background: url(images/image-icon-insta.png) center center no-repeat;
    display: block;
}
.style3 .icon .icon-image {
    width: 33px;
    height: 26px;
    background: url(images/image-icon-person.png) center center no-repeat;
    display: block;
}
@media only screen and (max-width : 767px) {

    .dynamic-mini-poi .miniPoi {
        width: 100% !important;
    }


}


#sb_instagram .sbi_photo_wrap, #sb_instagram.sbi_col_1 #sbi_images .sbi_item, #sb_instagram #sbi_images, #sb_instagram, #sb_instagram #sbi_images {
    height: 100% !important;
}
#sb_instagram .sbi_photo {
    height: 100% !important;
}

.main-headbox .row {
    height: 100%;
}

.main-headbox .container {
    height: calc(100vh - 200px);
}


.main-headbox .headbox-desc.row {
    height: auto !important;
}


.main-headbox .headimage-box {
    padding-bottom: 100px;
    position: relative;
}
.headimage-box .button {
    /*position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);*/
    position: relative;
}
.headimage-box .button:nth-child(3) {
    margin-top: 20px!important;
}

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

    .cookie-bar-bar button#catapultCookie {

    	border: none !important;
     	background: transparent;
        
    
        background-image:
        -webkit-gradient(linear, left top, right top, from(#267bbd), to(#28408e));
        
        /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
        background-image:
        -webkit-linear-gradient(left, #267bbd, #28408e);
        
        /* Firefox 3.6 - 15 */
        background-image:
        -moz-linear-gradient(left, #267bbd, #28408e);
        
        /* Opera 11.1 - 12 */
        background-image:
        -o-linear-gradient(left, #267bbd, #28408e);
        
        /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
        background-image:
        linear-gradient(to right, #267bbd, #28408e);
        
    
    
    	color: #ffffff !important;
        font-weight: 600;
            
    }

    .cookie-bar-bar button#catapultCookie {
        background-image:
        -webkit-gradient(linear, left top, right top, from(#28408e), to(#267bbd));
        
        /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
        background-image:
        -webkit-linear-gradient(left, #28408e, #267bbd);
        
        /* Firefox 3.6 - 15 */
        background-image:
        -moz-linear-gradient(left, #28408e, #267bbd);
        
        /* Opera 11.1 - 12 */
        background-image:
        -o-linear-gradient(left, #28408e, #267bbd);
        
        /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
        background-image:
        linear-gradient(to right, #28408e, #267bbd);
    
    	color: #ffffff !important;
    }

footer {
    text-align: center;
}
footer ul.socials {
    text-align: center;
    
}
.footer-logo {
    text-align: center;
}
footer .footer_right {
    margin-bottom: 0px;
    text-align: center;
}

#navbar .menu-toggle span {
    background-color: #ffffff !important;
}

body.menuopen #navbar {
     	background: transparent;
        
    
        background-image:
        -webkit-gradient(linear, left top, right top, from(#267bbd), to(#28408e));
        
        /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
        background-image:
        -webkit-linear-gradient(left, #267bbd, #28408e);
        
        /* Firefox 3.6 - 15 */
        background-image:
        -moz-linear-gradient(left, #267bbd, #28408e);
        
        /* Opera 11.1 - 12 */
        background-image:
        -o-linear-gradient(left, #267bbd, #28408e);
        
        /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
        background-image:
        linear-gradient(to right, #267bbd, #28408e);
}

#menu-main li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.dynamic-mini-poi .miniPoi img {
    max-width: 100%;
    width: auto !important;
    margin: 0px auto;
}

.dynamic-mini-poi .row {
    margin: 0px !important;
}

.poiImage >img {
    display: none !important;
}
.side-menu-container {
    display: none;
}
.side-menu-container.parentMenucontainer {
	display:block;
}
.sidebar {
    padding-top: 0;
}



}
div.wpforms-container-full .wpforms-form .wpforms-field {
	font-size:16px;
}
div.wpforms-container ul li:before {
    content: '';
    font-size: 0;
    width: 0px!important;
    height: 0px!important;
    background: #ffffff!important;
}

.wpforms-form h3 {
    background: -webkit-linear-gradient(right, #262963 0%, #283989 100%)!important;
    -webkit-background-clip: text!important;
}

.calendar-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* only show bellevue banner on home page */

body:not(.home) #bellevue-banner {
    display: none;
}

/* home page info grid with POI style text and button */

.infoBlock .poiText {
    bottom: 50%;
    transform: translateY(50%);
    z-index: 110;
    padding: 10px 20px;
    position: absolute;    
    left: 0;    
    text-align: center;
    width: 100%;
    transition: 300ms;
}

.infoBlock .poiTitle {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: inherit;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
}

.infoBlock .poiTitle:after {
    background: #ffffff;
    height: 3px;
    width: 80px;
    display: block;
    margin: 35px auto 0px;
    content: '';
}

.infoBlock .poiText .button.poi-button {
    display: inline-block;
    background: transparent !important;
    background-image: none !important;
    border: 2px solid #ffffff !important;
    margin: 30px auto 0;
}

.infoBlock .poiText .button.poi-button:hover {
    display: inline-block;
    color: #283989 !important;
    background: #ffffff !important;
    background-image: none !important;
    border: 2px solid #ffffff !important;
}

.infoBlock .glanceImg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 104;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

/* styles for new video banner */

.videoframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.videoframe video{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit:cover;
	vertical-align:top;
}
.videoframe {
	background:#000;
}

.fas.fa-pause {font-size: 50px;}

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

.videoframe .videoPlayer{
    position: absolute;
    bottom: 0%;
    left: 50%;
    color: #fff;
    z-index: 3;
    font-size: 95px;
    cursor: pointer;
    opacity: 0.7;
    transform: translateX(-50%);
    width: 200px;
}

@media(max-width:767px){
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 100%;
    height: 35%;
} 
}

.with-play-icon {
    padding-left: 60px;
}

.with-play-icon::before{
    content: "";
    background-image: url('images/playbtn.png');
    background-repeat: no-repeat;
    height: 30px;
    width: 23px;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 20px;
}

.home .fancybox-slide--iframe .fancybox-content {
    background: none!important;
}

.home .fancybox-slide--video .fancybox-content, .home .fancybox-slide--video iframe {
    background: transparent!important;
}

/* iubenda */

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