/*

	Theme Name: Schoolcms 2020 - Merge

	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

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

@import url("//hello.myfonts.net/count/3e4ccb");
  


/*

    font-family: "adobe-garamond-pro",serif;
    font-family: "lato",sans-serif;
    font-family: "shadows-into-light",sans-serif;

*/


@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url('fonts/AvenirLTStdMedium/font.woff2') format('woff2'), url('fonts/AvenirLTStdMedium/font.woff') format('woff');
}


@import url("//hello.myfonts.net/count/3e68c8");
  
@font-face {
  font-family: "Calibri-Bold";
  src: url('fonts/CalibriBold/font.woff2') format('woff2'), url('fonts/CalibriBold/font.woff') format('woff');
}
@font-face {
  font-family: "Calibri";
  src: url('fonts/Calibri/font.woff2') format('woff2'), url('fonts/Calibri/font.woff') format('woff');
}
@font-face {
    font-family: "Benedict";
    src: url('fonts/Benedict/Benedict.woff2') format('woff2'), url('fonts/Benedict/Benedict.woff') format('woff');
}



body {  

    font-family: 'Arial,Helvetica', sans-serif;
    
    font-size: 15px;
    
    line-height:21px;
    
    font-weight:400;
    
    color: #757678;
    
    margin: auto;

  

}
iframe {
	max-width:100%;
}


/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

.text-right {

  text-align:inherit;

}



a {

	color:#0f1021;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#6c6b6a;

}
.body-text a {
    text-decoration: underline;
}
.body-text a:hover {
    color:#9abde5;
}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	color:#0f1021;

    font-family: "adobe-garamond-pro",serif;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom:15px;

}

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

}

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

    text-decoration: none;

}

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

}

/****\

 Banner

\******/

#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

}

#pageBanner {

	position: relative;

	max-width:1560px;

	margin:0 auto 20px;

	overflow:hidden;

	min-height:300px;
	min-height:50px;
    max-height: 620px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero .slideImage img{

	visibility:hidden;

	width:100%;

}

#hero .slideImage{

	position:absolute;

	width:100%;

	height:100%;

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center;

}

.homeBannerHolder {
    min-height: 100vh;
}
.homeBanner {
    margin: 0 auto 20px;
    overflow: hidden;
    position: fixed;
    height: 80%;
    z-index: -1!important;
    width: 100%;
}
/*Video Banner*/
.homeBanner .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;
}

.videoBanner.play .videoframe {
    opacity: 1;
}
@media(min-width:768px){

	.homeBanner {

    	max-height:100%;

	}
}    

.homeBanner .vidbg-container:before {

    display: block;

    content: '';

    display: block;

    width: 100%;

    padding-top: 56.25%;

	z-index:1;

}

.homeBanner .vidbg-container {

    position: relative;

    position: absolute;

    transition: 400ms;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

	z-index:-1;

}

/*.homeBanner {

	margin:00px auto 30px;
	position: relative;        
	margin:0 auto 0px;
	overflow:hidden;
	max-height:738px;
	max-height:calc(90vh - 130px);
	min-height:480px;  

}

.homeBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:200%;

}

@media(min-width:768px){

	.homeBanner {

    	max-height:738px;

	}

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

}

#hero .slideText{

	top: 50%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

    transform: translatey(-50%);

}

.body-wrapper {
    background: #fff;
	padding-bottom:80px;
}

.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;


}

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

	color:#9abde5;

	text-transform:uppercase;

	padding-top:20px;

	padding-bottom:20px;

	border-bottom:solid 2px #e5e5e5;

	min-height:76px;

	position:relative;

	padding-right:45px;

    font-family: "Calibri";

    font-weight: 700;
    
    line-height: 36px;
    
    margin-bottom: 40px;
    
    letter-spacing: 1.5px;

}

.breadcrumbs a{

	color:#9abde5;

}

.breadcrumbs > span {

	margin:0 8px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#0f1021;

}

.breadcrumbs .share {
    position: absolute;
    right: 0px;
    top: 20px;
    display: none;
}

/*.breadcrumbs .share .addtoany_share {
    background: url(images/inner-share-icon.png) 99% center no-repeat;
    padding-right: 20px;
    font-size: 16px;
	color: #131414;
    display: block;
    font-weight: 700;
    line-height: 19px;
}*/





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#ffffff;

	overflow:hidden;

	font-size:14px;
    background: #9abde5;

}

.searchform input.s{
	width:100%;	
    background: #9abde5;
    color: #ffffff;
	border:none;
	height:40px;
	padding:1px 10px;
}


.sidebar .searchSubmit {

	top:3px;

}

.searchform input#s:focus{

	outline:0;

}

.searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 14px;

	position:absolute;

	color:#ffffff;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;
	height:40px;
}

.headerSearch {

	max-width:100px;

}

.headerSearch .searchSubmit {
	height:28px;
}



.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:700px;
  background-color: #0f1021!important;

}



.noticeBody {

  width:100%;

  padding:0 5%;

    text-align: center;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

  color:#fff;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}


.popupAlert .noticeText .logo_icon {
    margin-bottom: 20px;
}

.popupAlert .noticeText  p {
    font-size: 22px;
    line-height: 32px;
}

.popupAlert .noticeText .popTitle {
    line-height: 55px;
    display: block;
    font-size: 45px;
    color:#fff;
}
.popupAlert .noticeText .event-title {
    font-size: 28px;
    line-height: 42px;
    display: block;
    margin-bottom: 40px;
    color: #0f1021;
    font-family: "adobe-garamond-pro",serif;
}
.alert_buttons .button {
    margin: 15px;
    
}

.fancybox-close-small:after {
    font: 30px/30px Arial,Helvetica Neue,Helvetica,sans-serif!important;
    color: #fff!important;
    background: none!important;
    outline: none!important;

}

/*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:#ffffff;

	background: #0f1021;

	border-bottom: solid 6px #9abde5;

	transition:300ms;

	padding-top:0px;

	padding-bottom:0px;

	text-align:center;

}

.fixedHeader .headGroup {

	border-bottom-color:#9abde5;

}



.headGroup a{

	color:#ffffff;	

}

.headGroup a:hover{

	color:#9abde5;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}





.headerSearch {

	display:inline-block;

	vertical-align:top;

}

.headGroup .socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:0px;

	margin:0;

}

.headGroup .socials li{

	display:inline-block;

	position:relative;

	padding:0 8px 0px 0px;

	/*min-width:40px;*/

	text-align:center;

}

.headGroup .socials li:before{

	content:'';

	display:block;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;
    
    display: none;

}

.headGroup .socials li a {
    font-size: 32px;
}




@media (min-width:768px){

	/*.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}*/

}

/*header*/

header {

	position:relative;

}


header.mainHeader {
	height:126px;
}


.headGroup {

		position:relative;

		z-index:220;top:0;

		left:0;

		width:100%;

		position:fixed;
		height:126px;

}



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

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {
		margin-top:46px;	
	}

}

	

@media (min-width:768px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		margin-top:32px

	}

	.headGroup {	

		position:fixed;

		height:175px;

	}

	header.mainHeader {

		height:175px;

	}
	.mainLogo {
		max-width: 307px;
	}
	/*.home header.mainHeader {

    	height:0;	

	}*/

	

}

/*home*/

@media (max-width:767.99px){

/*body.home .headGroup {

	position:absolute;

}*/

}

	/*.fixedHome .headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		position:absolute;

		top:0;

	}

	.fixedHome .headGroup a{

		color:#fff;

	}

	.fixedHome .headGroup .socials li:before,

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

		background:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		color:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		

	}*/

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

		  /*color: #fff;*/

	}



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

		  /*color: #fff;*/

	}



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

		  /*color: #fff;*/

	}

	.fixedHome .headGroup .searchSubmit {

		  /*color: #fff;*/

	}

	.fixedHome .headerIcon {

		

	}

	.fixedHome .headerIcon a{

		

	}





@media (min-width:768px){

	.headerRight .menu-toggle {		

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		right:auto;

		float:right;

	}

	.headerRight .topMenuSide {

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		left:auto;

	}

	.headerRight .topMenuSide span{

		display:inline;

	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		margin-left:20px;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}

@media (min-width:992px){





}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left:40px;

	}	

}



.home .headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle {

	font-size:12px;

	padding:8px 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:15px;
    
    margin-right: 10px;

	position:relative;

	cursor:pointer;
    
    font-weight: 400;
    
    color: #ffffff;

}
#navbar .topMenuSide .portalToggle {
	display:inline-block;
}
.aluminiLink {
    padding: 0 23px 0 0!important;
}

.topMenuSide .portalToggle i {
    position: absolute;
    right: 0;
    top: 9px;
	font-size:11px;
}


.topMenuSide .portalToggle:hover {
    color: #9abde5;
}

.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;
    z-index: 100;    
max-width:100vw;
}

.topMenuSide .menu ul {
    list-style: none;
    padding-left: 0;
}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 0px;

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

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height: 26px;
    
    min-width: 200px;
    
    text-align: left;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a {

	color: #0f1021;	
    display: block;
    font-size: 13px;
    font-weight: 400;

}

.topMenuSide .menu a:hover{

	color:#9abde5;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:40px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:35px;

	line-height:30px;

	vertical-align: middle;

}

.menu-toggle .toggleText{

	display:inline-block;

	display:none;

	vertical-align:middle;

	font-size:14px;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 30px;

    height: 1px;

    margin: 8px 0;

    background-color: #969696;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	right:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

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

    transform-origin:50% 8px;

}

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

    transform-origin: 50% -8px;

}

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

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

}

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

	opacity:0;

	transform:rotate(360deg);

}

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

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

}



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

	background:#000;

}

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

	background:#000;

}



@media (min-width:992px){



}



	#navbar{

		position: fixed;

		right: 0px;
		transform:translateX(100%);
		transition: transform 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:50px 0px;

		z-index: 9999;

		bottom:0;

		width: 100%;

		overflow-x: hidden;		

		font-size:1.2em;
		max-width:480px;
	}


    #navbar .floating_search {
        top: auto;
        position: relative;
        right: auto;
        padding-right: 40px;
        margin-bottom: 50px;
        text-align: right;
    }




	body.menuopen  #navbar{ 

		right:0;
		transform:translateX(0%);
		z-index: 9999;

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

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

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

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

		border-bottom:solid 1px #676767;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:40px;

		position:relative;

		display:none;

		font-size:0.9em;

		border-bottom:solid 1px #676767;

	}

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

		

		border-bottom:none;

	}

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

		display:block;

	}

	

	#menu-main .sub-menu a {

		padding:10px 10px;

	}

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

		padding-left:35px;

	}

	

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

		position:absolute;

		left:0;

		top:0;

		height:68px;

		width:30px;

	}

	@media (min-width:1200px){

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

			height:75px;

		}

	}

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

		position:absolute;

		    content: '\f054';

			display: block;

			width: 11px;

			height: 27px;

			position: absolute;

			left: 12px;

			top: 21px;

			font-weight: 700;

			font-family: "Font Awesome 5 Free";

			transform: rotate(0deg);

			transition: 300ms;

	}

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

		transform:rotate(90deg);

	}

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

		height:47px;

	}

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

		top:15px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		padding:50px 0px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



footer{



}
.im-hivis {
	margin-bottom:30px;
}
#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;

}

.footer-logos {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
    height: 55px;
}

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

	}

    .footerLower1 {
        order: 2;
    }

}

@media (min-width:768px){

	.sm-text-right {

		text-align:right;

	}

	.sm-text-left {

		text-align:left;

	}

	.sm-text-center {

		text-align:center;

	}

}

@media (min-width:992px){

	.md-text-right {

		text-align:right;

	}

	.md-text-left {

		text-align:left;

	}

	.md-text-center {

		text-align:center;

	}

}

@media (min-width:1200px){

	.lg-text-right {

		text-align:right;

	}

	.lg-text-left {

		text-align:left;

	}

	.lg-text-center {

		text-align:center;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}









.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

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

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}









.side-menu-container {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/

#menu-side > li > a {

	font-size:1.25em;

}

#menu-side > li > a span{	

	padding:16px 8px 16px 0;

	border-bottom:solid 1px #CBCBCB;

	display:inline-block;

	font-weight: 400;

}

#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

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

	margin:10px 0;

}

/*main Sub menu items*/

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

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

}

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

	color:#676767;

}

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

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 17px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}

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

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:0px;

}





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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{
    font-family: "adobe-garamond-pro",serif;

	font-size:1.8em;

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

}
@media (max-width:1339.5px){
body.menuopen {

	/*position:relative;*/

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}
}
#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}













.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}





@media (min-width : 768px) {



}

@media (min-width : 992px) {



}

@media (min-width : 1200px) {



}

@media (min-width : 1590px) {



}

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





}

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



}



















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

    Dynamic Content

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



.dynamicContent {

	margin-top:15px;

	margin-bottom:15px;

}

/*.home .dynamicContent {
    z-index: 100;
    background-color: #fff;
}*/

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 45px;

}

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

.staffMember {

	padding-bottom:40px;

	margin-bottom:30px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

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

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

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

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

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

	background-color:#ccc;

}

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

blockquote {

	border:0;

	background:#e0e0e0;

	color:#000;

	font-style:italic;

	font-size:1.5em;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

/*.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}*/

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

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

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:20px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:1em;

	/*font-family: 'Crimson Pro', serif;*/

	text-transform: inherit;

	margin:0.5em 0;

}

.callout .calloutTitle h3,
.callout .calloutTitle h2 {

	margin-bottom:0;

	color:inherit;
    
}

.callout.hasbg  .calloutTitle h3,
.callout.hasbg  .calloutTitle h2 {

	margin-bottom:0;

	color:inherit;
    
    text-shadow: 0px 0px 50px #000000, 0 0 30px #000000, 0 0 50px #000000;

}


.callout .readmore 	{

	display: inline-block;

    color: #fff;

	background:#676767;

    margin: 12px 7px;

	width:200px;

	max-width:100%;

	margin:12px 0px;

	text-align:center;	

}



.callout.hasbg  .readmore{

	background:#CBCBCB;

	border: solid 1px #CBCBCB;

}

.callout .readmore:hover {

	background: #fff;

    color: #676767;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:before {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	visibility:hidden

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois .col {

	min-width:33.333%;

}

.poi  {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

	margin-bottom:30px;    

    font-family: "AvenirLTStd-Medium";

}

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

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.poiImage >img{

	width:auto;

	display:none;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:left;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:14px;

	font-weight:400;

	position:relative;

	padding: 10px 5px 20px;

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

	transform: none;

	text-align:left;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0.2;

}

.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 Style CSS --------------------------------------- START -------------------------- */
	body.fixedHeader .headGroup {	

			position:fixed;

    		height:126px;

	}

	body.fixedHeader header.mainHeader {

		height:126px;

	}
    .floating_search {
        position: absolute;
        right: 35px;
        top: 45%;
        transform: translatey(-50%);
    }
    .floating_social {
        position: absolute;
        left: 35px;
        top: 50%;
        transform: translatey(-50%);
    }
    
@media only screen and (max-width : 1399px) {
    .headerRight .menu-toggle {
        display: inline-block;
    }
    .fixedLogo-bar {
        display: inline-block;
    }
}


.container {
    max-width: 1170px;
}
 .leftRightMenu {
	 display: none;
}
@media only screen and (max-width : 1339px) and (min-width:992px){
    .headerRight .menu-toggle {
        display: none;
    }

    .floating_search .menu-toggle {
        display: inline-block;
    }
    
   

    .fixedLogo-bar {
        display: none;
    }

    body.fixedHeader .fixedLogo-bar {
        /*display: inline-block;*/
    }
    
    .headerIcon img.mainLogo {
        margin-left: -56px;
        margin-right: -58px;
        max-width: 309px;
        display: block;
    }

    body.fixedHeader .headerIcon img.mainLogo {
        /*display: none;*/
		max-width: 200px;    
		margin-left: auto;
		margin-right: auto;
    }
	.headGroup .row, .headGroup .container {	
		height:100%;
    }
    
}




/*Menu styles new Theme -----------------------------------------------  */
@media only screen and (min-width : 1340px) {

    .headerRight .menu-toggle {
        display: none;
    }
    .floating_search .menu-toggle {
        display: none;
    }
    .fixedLogo-bar {
        display: none;
    }
    body.fixedHeader .fixedLogo-bar {
        /*display: inline-block;*/
    }
    
        .headerIcon img.mainLogo {
            margin-left: -57px;
            margin-right: -57px;
            width: 309px;
			max-width:none;
            display: block;
			transition:300ms;
        }
        body.fixedHeader .headerIcon img.mainLogo {
            /*display: none;*/
			margin-left: auto;
            margin-right: auto;
            max-width: 200px;
        }

    .leftRightMenu {
        display: block
    }

    .menu-toggle {
        display: none;
    }

    .headerRight .leftRightMenu {
        display: inline-block;
        float: left;
	/*	width: 100%;*/
    }

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

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

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

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

    .leftRightMenu .menu li a {
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        right: 0;
        z-index: 105;
    }

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

    .leftRightMenu .menu li a {
        line-height: 1.3em;
    }

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

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

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

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

    /*.topMenu {
    	display:none;
    }*/
    /*Inner Page Navigation Section Css*/
    .leftRightMenu .menu > li {
        line-height: 169px;
        padding: 0px 5px;
    }
    .fixedHeader .leftRightMenu .menu > li {
        line-height: 120px;
        padding: 0px 6px;
        /*float: left;*/
    }

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

    .leftRightMenu .menu li a {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 40px;
        padding: 0px 0;
        display: inline-block;
        color: #ffffff;
        letter-spacing: 1.5px;
        border-bottom: 2px solid transparent;
        font-family: "Calibri";
        font-weight: 500;
    }

    .leftRightMenu .menu li a:hover {
        color: #ffffff;
        border-color: #9abde5;
    }
    .leftRightMenu .menu li:hover > a {
        color: #ffffff;
        border-color: #9abde5;
    }

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

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

    /*body.fixedHeader .leftRightMenu .menu li.current-page-parent a, body.fixedHeader .leftRightMenu .menu li.current-page-item a {
        color: #8D2A53;
        border-color: #8D2A53;
    }

    body.fixedHeader .leftRightMenu .menu li a {
        color: #5C5C5C;
        border-color: transparent;
    }

    body.fixedHeader .leftRightMenu .menu li a:hover {
        color: #8D2A53;
        border-color: #8D2A53;
    }

    body.fixedHeader .headGroup .leftRightMenu .menu li.current-page-parent ul li a, body.fixedHeader .headGroup .leftRightMenu .menu li.current-page-item ul li a {
        color: #8D2A53;
        border-color: #8D2A53;
    }

    body.fixedHeader .leftRightMenu .menu li ul li a:hover {
        color: #8D2A53;
    }*/

    .leftRightMenu .menu .sub-menu {
        background: transparent;
        padding-top: 19px;
        background-color: #9abde5;
        padding: 20px 0;
        border-radius: 0px;
        webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /*.leftRightMenu .menu .sub-menu:before {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid rgba(255, 255, 255, 0.9);
        content: "t";
        font-size: 0px;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: -15px;
    }*/

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

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

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

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

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

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

    }

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

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

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

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

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

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

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

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

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

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

    /*.headerLeft .leftRightMenu .menu > li:nth-child(1) {
        display: inline-block;
    }

    .headerLeft .leftRightMenu .menu > li:nth-child(2) {
        display: inline-block;
    }

    .headerLeft .leftRightMenu .menu > li:nth-child(3) {
        display: inline-block;
    }*/

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

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

    .left-menu-container {
        text-align: right;
    }


    .headerRight {
        padding: 0 15px 0 0;
    }
    .headerRight .leftRightMenu {
        margin-left: -30px;
    }
    .headerLeft {
        padding: 0 0px 0 0px;
    }
    .headerLeft .leftRightMenu {
        margin-right: -30px;
    }


}



/*@media only screen and (min-width : 1340px) {

	.headGroup {	

			position:fixed;

		height:175px;

	}

	header.mainHeader {

		height:175px;

	}

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

	.headGroup {	
		position:fixed;
		height:126px;
	}

	header.mainHeader {
		height:126px;
	}
	.headGroup .row, .headGroup .container {	
		height:100%;
    }

}*/


@media only screen and (min-width : 1600px) and (max-width : 1660px) {
    
}

@media only screen and (min-width : 1661px) and (max-width : 1860px) {
}



	/*Search Toggle Styles -------------------- Start*/
.searchToggle .searchform input.s{
	transition : 300ms;
}

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

.searchToggle .headerSearch {
	border : none;
}

.headsocial-box .searchSubmit {
	height: 30px;
	padding-top : 0;
}

.searchform.openSearch {
	overflow: visible;
}

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

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

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

.searchToggle .searchform.openSearch input.s {
	width: 250px !important;
	height: 40px;
	top: 30px;
	position: absolute;
}

.searchToggle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 25px;
	height: auto;
	min-height: inherit;
}

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

.searchToggle .searchform {
	width: 30px;
	transition: 500ms;
	position: absolute;
	right : 0;
	top : -15px;
	padding-right : 0;
	height: 36px;
	background:transparent;
}

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

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	
}

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






.floating_search .topMenuSideContianer {
    display: inline-block;
}



/* Header Style CSS --------------------------------------------------------------------------------------- END -------------------------- */


#hero .slideText .top_text {
    font-size: 90px;
    line-height: 80px;
    color: #ffffff;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 400;
}
#hero .slideText .bottom_text {
    font-size: 48px;
    line-height: 80px;
    color: #ffffff;
    font-family: "shadows-into-light",sans-serif;
    margin-bottom: 50px;
}


.blockButton > a, a.readmore, .button {
	border: none !important;
    background: #9abde5;
	padding: 20px;
	min-width: 250px;
	text-align: center;
	font-size: 14px;
	color: #ffffff !important;
	line-height: 25px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    font-family: "AvenirLTStd-Medium";
    letter-spacing: 6px;
}


.blockButton > a:hover, a.readmore:hover, .button:hover {
	background: #0f1021;
	color: #ffffff !important;
}


h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.welcomeBlock {
    padding: 145px 0 40px;
    position: relative;
}

.welcomeImage {
    border: 10px solid #ffffff;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.welcomeImage img {
    visibility: hidden;
}
.welcomeImage-main {
    float: none;
    right: 20px;
    top: -76px;
    position: absolute;
    z-index: 105;
}
.welcomeBlockText {
    padding-right: 30px;
}

.welcomeBlockText p {
    margin-bottom: 40px;
    padding-right: 50px;
}


.welcome_buttons {
    padding-top: 20px;
}
.welcome_buttons .button {
    margin-right: 25px;
}
@media (max-width:991.99px){
	.welcomeBlock {
		text-align:center;
        padding-top: 50px;
	}
}

.dynamic-mini-poi {
    margin: 0;
    padding: 120px 0px 70px;
    position: relative;
}

.dynamic-mini-poi:after {
    position: absolute;
    bottom: 0px;
    height: 2px;
    max-width: 1140px;
    width: 100%;
    left: 50%;
    background: #e5e5e5;
    transform: translatex(-50%);
    content: '';
    display: block;
}



.dynamic-mini-poi .container {
    max-width: 1200px;
}
.dynamic-mini-poi .row .miniPoi {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 15px;
    text-align: center;
}
.dynamic-mini-poi .row .miniPoi a {
    display: inline-block;
    opacity: 1;
}
.dynamic-mini-poi .row .miniPoi a:hover {
    display: inline-block;
    opacity: 0.5;
}


.dynamic-mini-poi .row .miniPoi .minipoiImg {
    margin-bottom: 15px;
}

.dynamic-mini-poi .row .miniPoi .poiText {
    font-size: 14px;
	color: #00053a;
	line-height: 25px;
	text-transform: uppercase;
    font-family: "AvenirLTStd-Medium";
    letter-spacing: 5px;
}


.section_title {
    font-size: 50px;
    line-height: 50px;
    color: #0f1021;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    display: block;
}

.dynamic-poi {
    padding: 80px 33px 0px;
    margin: 0;
}

.dynamic-poi .section_title {
    margin-bottom: 82px;
}
.dynamic-poi .section_title.narrow {
    margin-bottom: 40px;
    font-size: 60px;
}
.home .dynamic-poi .section_title, .home .dynamic-info-grid .section_title {
    font-family: "adobe-garamond-pro",serif;
    font-size: 55px;
    margin-bottom: 50px;
}

.dynamic-poi .poi_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dynamic-poi .poi {
    background: #0f1021;
}
.dynamic-poi .landscape .poiImage:before {
    padding-top: 65.12%;
}
.dynamic-poi .portrait .poiImage:before {
    padding-top: 106.18%;
}
.poi:hover .poiImage .poiText {
    bottom: 0;
}
.poiImage .poiText {
    font-size: 14px;
    letter-spacing: 6px;
}





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

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

.homeDynamic.dynamic-quote .quoteContainer {
    background: #f8f7f5;
    padding: 90px 0;
}



.homeDynamic.dynamic-quote #quotes {
    max-width: 1140px;
    padding: 0px 15px;
    margin: 0px auto;
}

blockquote {
    padding: 0 !important;
    font-size: 35px;
    line-height: 55px;
    color: #0f1021;
    font-style: italic;
    background: transparent;
    font-family: "adobe-garamond-pro",serif;
}
blockquote p {
    margin-bottom: 40px;
}
.quoteContainer .quote-cite {
    font-family: "AvenirLTStd-Medium";
    font-size: 14px;
    letter-spacing: 6px;
    color: #0f1021;
    text-transform: uppercase;
    font-weight: 300;
}
.quoteContainer .cycle-pager {
    display: none;
}

.homeDynamic.dynamic-callout .callout.hasbg .coimg {
    position: relative;
}
.homeDynamic.dynamic-callout .callout.hasbg .calloutContent {
    padding: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translatey(-50%);
}

.homeDynamic.dynamic-callout .callout.hasbg .coimg {
    background-attachment: fixed;
}



.callout .readmore, .callout.hasbg .readmore {
	border: none !important;
    background: #9abde5;
	padding: 20px;
	min-width: 250px;
	text-align: center;
	font-size: 14px;
	color: #ffffff !important;
	line-height: 25px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    font-family: "AvenirLTStd-Medium";
    letter-spacing: 6px;
}


.callout.hasbg .readmore:hover, .callout .readmore:hover {
	background: #0f1021;
	color: #ffffff !important;
}

.callout.hasbg .coimg:before {
    display: none;
}

.callout .calloutTitle h3,
.callout .calloutTitle h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 30px;
}

.homeDynamic.dynamic-callout .callout .calloutTitle h3,
.homeDynamic.dynamic-callout .callout .calloutTitle h2 {
    margin-bottom: 40px;
}


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

.dynamic-info-grid .section_title {
    font-size: 60px;
}


.infoBlock.twitter_icon {
    background:  #0f1021;
    color:#fff;
    /*font-size: 18px;*/
    padding: 30px 25px;
    /*height: 100%;*/
    position: relative;
}
.infoBlock.twitter_icon .icon {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #ffffff;
}
.twitterGroup {
	display:flex;
	align-items:center;
	justify-content: center;
    height: 100%;
    width: 100%;
}
.twitterGroup .twitterLink{
	position:relative;
	z-index:2;
}
.twitterGroup .twitterLink {	
    border: solid #9abde5 2px!important;
}
.twitterGroup > img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:1;
}
#ctf.ctf-fixed-height {
    overflow: hidden!important;
}

#sb_instagram {
    padding: 0 !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;
}*/
.infoBlock {
    position: relative;
    /*height: 100%;*/
    height: 350px;
    min-height: 250px;
}
.icon {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #ffffff;
    font-size: 20px;
}


.infoBlock.twitter_icon .ctf-author-box-link .ctf-author-name {
    font-size: 14px;
    color: #ffffff !important;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.infoBlock.twitter_icon .ctf-author-box-link {
    font-family: "AvenirLTStd-Medium";
}


.grid.style1 .news_content .ab_event_section {
    background: #f8f7f5;
    padding: 20px 30px;
    
}
.grid.style1 .news_container .row {
    margin: 0;
}
.grid.style1 .news_container .news_content {
    padding: 0;
    background: #f8f7f5;
}
.grid.style1 .news_container .news_content .date {
    color: rgba(0, 5 58, 0.5);
    font-size: 14px;
    font-family: "adobe-garamond-pro",serif;
    line-height: 20px;
    margin-bottom: 0;
    font-style: italic;
}
.grid.style1 .news_container .news_content .newsTitle {
    line-height: 20px;
}
.grid.style1 .news_container .news_content .newsTitle a {
    font-size: 14px;
    color: #00053a !important;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 20px;
}



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

.grid.style1 .cycle-slideshow {
    height: 100%;
    background: #f8f7f5;
}



.grid {
    /*margin-bottom: 30px;*/
    margin: 0 15px 50px 15px;
}
@media (min-width:992px){
	.info_grid .col-lg-4 {
		max-width: 30%!important;
	}
}


#ctf p.ctf-tweet-text {
    font-weight: 400;
}
.infoBlock.linkblock.image_box {
    
}
.infoBlock.linkblock.image_box a {
    display: block;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 100%;
}

.infoBlock.linkblock.image_box a h2 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 20px;
    position: absolute;
    padding: 0 30px;
    left: 0;
    bottom: 15px;
    font-family: "AvenirLTStd-Medium";
}


.infoBlock.linkblock.image_box a img {
    visibility: hidden;
    width: 100%;
    max-width: inherit;
}
.grid.style1 .news_container .news_content .news_image_slide {
    height: 216px;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
}
.grid.style1 .news_container .news_content .news_image_slide.placeholder {
	 background-size:auto;
}
.grid.style1 .news_container .news_content .news_image_slide img {
    visibility: hidden;
}
.glanceImg.videoImg:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: url(images/poi-video-icon.png) center center no-repeat;
    background-size: cover;
    border-radius: 22px;
    content: '';
    box-shadow:
    0 0 45px 10px #000000  /* inner white */
}


.infoBlock.eventsBlock {
    display: table;
    width: 100%;
    /*height: 100%;*/
    background: #f8f7f5;
}
.infoBlock.eventsBlock .blockTitle {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 50px;
    text-align: center;
}


.infoBlock.eventsBlock .blockTitle .eventDate {
    font-size: 45px;
    line-height: 45px;
    background-color: #00053a;
    font-family: "adobe-garamond-pro",serif;
    color: #fff;
    margin: 15px auto;
    width: fit-content;
    padding: 5px 15px 15px 15px;
}

.infoBlock.eventsBlock .blockTitle .eventDate span {
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: 'Arial,Helvetica', sans-serif;
}

.infoBlock.eventsBlock .blockTitle .newsTitle {
    font-size: 14px;
    color: #00053a !important;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 20px;
}

#cff .cff-item {
    border-bottom: none!important;
}
#cff .cff-media-link {
    display: none!important;
}
#cff .cff-post-text {
    height: 170px!important;
    overflow: hidden;
}

.infoBlock.facebook_icon {
    background:  #9abde5;
    color: #fff;
    /*font-size: 18px;*/
    padding: 50px 25px;
    /*height: 100%;*/
    position: relative;
}
.infoBlock.facebook_icon a {
    color: rgba(255, 255, 255, 0.5);
}
.infoBlock.facebook_icon .icon {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #ffffff;
}
#cff .cff-author .cff-page-name.cff-author-date > a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 20px;
    font-family: "AvenirLTStd-Medium";
}
#cff.cff-default-styles .cff-author .cff-date {
    color: #ffffff;
}

.container .poiImage .poiImageBG:before {
    background: rgba(0,0,0,0.1);
}



footer {
    background: #0f1021;
    padding: 120px 0 20px;
    border-top: 12px solid #9abde5;
    color: #ffffff;
    text-align: center;
	line-height:1.6;
}

body.home footer {
    /*margin-top: 130px;*/
}


footer a {
    color: #ffffff;
}
footer a:hover {
    color: #9abde5;
}

.footer-logo {
    margin-bottom: 50px;
}

.footer-address {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.footer-address p {
    margin-bottom: 30px;
}

footer .email-box {
    margin-bottom: 50px;
}
footer .tel-box a, footer .email-box a {
    color: #ffffff;
}
footer .tel-box a:hover, footer .email-box a:hover {
    color: #9abde5;
}
footer .footer_links {
    padding-top: 15px;
}
.footer_links_container .footer_link {
    margin: 0px 12px;
}
.footer_links_container .footer_link:hover {
    background: #ffffff;
    color: #0f1021 !important;
}

.footerLower {
    padding: 100px 0 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
}
.footerLower a {
    color: rgba(255, 255, 255, 0.5);
}












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





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


.sidebar {
    padding-left: 0px;
	padding-top:76px;
    color: #ffffff;
}
.side-menu-container {
    background: #9abde5;
    padding: 55px 0px 80px;
    position: relative;
}
@media only screen and (max-width : 767px) {
    .side-menu-container {
        display: none;
    }
}
.side-menu-container:before {
    width: 56px;
    height: 67px;
    background: url(images/menu-logo-icon.png) center center no-repeat;
    content: '';
    margin: 0px auto 30px;
    display: block;
}
.sidebarSec {
    background: #9abde5;
    padding: 60px 30px 80px;
    position: relative;
    color: #ffffff;
}
.sidebarSec a {
    color: #ffffff;
}
.sidebarSec a:hover {
    color: #ffffff;
}



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

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

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

#menu-side li a span {
    color: #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: 14px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 700;
    display: block;
    padding: 0 30px;

        letter-spacing: 2px;
          font-family: "Calibri";
        font-weight: 500;
}



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

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

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

/*#menu-side .sub-menu 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 .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 .sub-menu li.open li a {
    color: #ffffff;
    background: #71a3c6;
}

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

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

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


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

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





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

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

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

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

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




/*.callout .readmore {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff !important;
}
.callout .readmore:hover {
    background: #197ab2;
    border: 2px solid #197ab2 !important;
    color: #ffffff;
}

.callout.hasbg .readmore {
    background: #1c637a;
    color: #ffffff;
    border: none !important;
}
.callout.hasbg .readmore:hover {
    background: #197ab2;
    border: none !important;
    color: #ffffff;
}*/



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





.bodyContent .callout, .sidebar .callout {
    background: #0f1021;
}
.bodyContent .callout .calloutContent, .sidebar .callout .calloutContent {
    padding: 90px 70px 90px;
}
.bodyContent .callout .calloutTitle, .sidebar .callout .calloutTitle {
    text-transform: inherit;
}
.bodyContent .callout .calloutContent .calloutTitle h3, .sidebar .callout .calloutContent .calloutTitle h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: inherit;
}

.bodyContent .callout .calloutContent .calloutTitle .calloutSubtitle, .sidebar .callout .calloutContent .calloutTitle .calloutSubtitle {
    text-transform: inherit !important;
    margin-top: 0px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.5);
}
.sidebar .callout .calloutContent {
    padding: 70px 30px 70px;
}

.bodyContent h2, .sidebar h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 30px 0 10px;
    text-transform: inherit;
    color: #00053a;
}

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

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent .faq .faq-answer h3, .sidebar .faq .faq-answer h3{
    font-size: 35px !important;
    line-height: 30px;
    margin: 20px 0 30px;
    color: #00053a;
    letter-spacing: 1px;
}

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


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

.staffMember h3 {
    font-size: 35px;
    color: #00053a;
    line-height: 30px;
    margin: 0px 0 10px;
}
.staffMember h3.featured-staff-name a {
    text-decoration: none;
}
.staffMember h3.featured-staff-name a:hover {
    color: #9abde5 !important;
}


.featured-staff-metas.staff-meta .meta-label {
    max-width: 150px;
    width: 100%;
}

.standard-staff-text .staff-biog {
    text-align: right;
}
.standard-staff-text .staff-biog p {
    text-align: justify;
}


.staff-meta a.email-value:before {
    text-align: center;
    line-height: 26px;
    display: inline-block;
	background: #9abde5;
    color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 2px 20px;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    border-radius: 18px;
    font-family: "AvenirLTStd-Medium";
}

.staff-meta a.email-value:hover:before {
    color: #ffffff;
	background: #0f1021;
}
.bodyContent h1 {
    text-align: left;    
    margin-bottom: 20px;
}
.bodyContent h1:after {
    text-align: left;    
    margin-left: 0;
    margin-right: 0;
}
/*
.bodyContent ul {
    list-style: none;
    padding: 0 0 0 0px;
}

.bodyContent ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 9px;
    height: 9px;
    background: #9abde5;
    position: absolute;
    left: 0px;
    border-radius: 9px;
    top: 11px;
}
*/
.bodyContent ul li::marker {	
    color: #9abde5;
	font-size:28px;
}
.panel ul li:before {
    background: #fff;
}


.bodyContent table {
    border-style: hidden;
}

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

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

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

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

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

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

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

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

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

.bodyContent .dynamic-poi {
    padding: 0;
}

.bodyContent .owl-carousel .owl-nav {
    color: #0f1021;
}
.bodyContent .owl-carousel .owl-dots {
    
}
.bodyContent .owl-carousel .owl-dots span {
    width: 7px;
    height: 7px;
    background: rgba(97, 152, 191, 0.30);
}
.bodyContent .owl-carousel .owl-dots .active span {
    background: rgba(97, 152, 191, 1);
}
.bodyContent .owl-carousel .owl-stage-outer {
    margin-bottom: 20px;
}

.bodyContent .dynamic-quote {
    background: #f8f7f5;
    padding: 20px 50px;
}

.bodyContent .dynamic-quote blockquote {
    padding-right: 0 !important;
}


.faqs {
}
.faqs .faq {
    border: none;
    margin-bottom: 10px;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 15px 55px 15px 20px;
    color: #ffffff;
	background: #0f1021;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 35px;
    font-family: "AvenirLTStd-Medium";
	text-transform: uppercase;
    border: none;
}
.faq.open .faq-question {
	background: #9abde5;
	color: #ffffff;
}
.faq-question:hover {
	background: #9abde5;
	color: #ffffff;
}
/*.faq .faq-question:after {
    content: '\f061';
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 19px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    background: url(images/long-arrow.png) no-repeat;
}
.faqs .faq.open .faq-question:after {
    top: 19px;
    background: url(images/long-arrow-poi.png) no-repeat;
}
.faq .faq-question:hover:after {
    background: url(images/long-arrow-poi.png) no-repeat;
}

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

.faq.open .faq-question:after {
    top: 24px;
}
.faq-answer {
    display: none;
    padding: 40px 60px;
    background: #f8f7f5;
}
.faqs .faq.open:last-child .faq-answer {
}

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


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

    padding: 13px 55px 13px 20px;
	background: #ffffff;
	color: #0f1021;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 35px;
    font-family: "AvenirLTStd-Medium";
	text-transform: uppercase;
    border: 2px solid #0f1021;


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

    margin: 0px 0 10px !important;

}

.dynamic-documents a.document-link:hover {
    color: #ffffff;
	background: #0f1021;
}

.dynamic-documents a.document-link:focus {
    color: #ffffff;
	background: #0f1021;
}

.dynamic-documents a.document-link:after {
    content: '\f061';
    display: block;
    width: 23px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 28px;
    transition: 300ms;
    font-size: 0;
    background: url(images/download-icon.png) no-repeat;
}
.dynamic-documents a.document-link:hover:after {
    background: url(images/download-icon-hover.png) no-repeat;
}


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



    padding: 13px 55px 13px 20px;
	background: #ffffff;
	color: #0f1021;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 35px;
    font-family: "AvenirLTStd-Medium";
	text-transform: uppercase;
    border: 2px solid #0f1021;


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

    margin: 0px 0 10px !important;

}

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

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


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: '\f061';
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 13px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #0f1021;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
    color: #ffffff;
}

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

    padding: 13px 55px 13px 20px;
	background: #ffffff;
	color: #0f1021;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 35px;
    font-family: "AvenirLTStd-Medium";
	text-transform: uppercase;
    border: 2px solid #0f1021;


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

    margin: 0px 0 10px !important;

}

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

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

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: '\f061';
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 13px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #0f1021;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    color: #ffffff;
}




.dynamic-callout > h2, .dynamic-image-carousel > h2, .dynamic-gallery > h2 {
    margin-bottom: 40px !important;
}

.dynamic-callout .video_callout .calloutTitle {
    display: none;
}
.dynamic-callout .video_callout .readmore {
    font-size: 0 !important;
    background: transparent !important;
    min-width: inherit !important;
    border: none !important;
    line-height: 0px !important;
    width: auto !important;
}
.dynamic-callout .video_callout .readmore:after {
    width: 82px;
    height: 83px;
    background: url(images/play-icon.png) center center no-repeat;
    content: '';
    display: block;
}
.dynamic-callout .video_callout .readmore:hover:after {
    opacity: 0.7;
}

.wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item {
    padding: 15px !important;
}


/*.dynamic-staff .readmore {
    background: #f9d622;
    font-size: 18px;
    position: relative;
    letter-spacing: 1px;
    text-transform: inherit;
    font-family:"Century Gothic W05 Bold";
    line-height: 50px;
    padding: 0px 40px 0px 20px;
    text-align: left;
    display: inline-block;
    min-width: 208px;
    border: none;
    text-shadow: none;
    color: #090434;
}
.dynamic-staff .readmore:hover {
    background: #185c3a;
    border: none;
    color: #f9d622;
}

.dynamic-staff .readmore:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    content: '';
    font-size: 0px;
    display: block;
    width: 17px;
    height: 13px;
    background: url(images/long-arrow.png) center center no-repeat;
}
.dynamic-staff .readmore:hover:after {
    background: url(images/long-arrow-hover.png) center center no-repeat;
}*/



.inner-footer-call-out {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.inner-footer-call-out img {
    visibility: hidden;
}
.inner-footer-call-out .callout-footer-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/*Inner Page Css ------------------------------------------------------------- End ------------------ */







/*Mobile Menu Css ------------------------------------------------------------------------------------------ Start ------------------ */
@media only screen and (min-width : 1340px) {
	#navbar {
		display:none;
	}
}
@media only screen and (max-width : 1339.5px) {
    
    
    
    

    #navbar .menu-main-container {
        display: block;
    }
    
    #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;
    }
    
    #menu-main li a, #menu-main .sub-menu {
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    #navbar .menu-main-container {
        margin-bottom: 60px;
    }
    #menu-main li.menu-item-has-children > .arrow:after {
        color: #ffffff;
    }
    
    #navbar {
        background: #9abde5;
    }
    
    .menu-toggle span {
        background: #ffffff !important;
    }
    
    
}

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



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

    .headerLeft, .headerRight {
        display: none;
    }
    .headLogoWrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mainLogo {
		max-width: 309px;
		margin-left: auto;
		margin-right: auto;
    }
	.fixedHeader .mainLogo {
		max-width:200px;
	}
    .fixedLogo-bar {
        
    }
    .headGroup {
        padding: 15px 0;
    }
    
    #hero .slideText .top_text {
        font-size: 50px;
        line-height: 50px;
    }
    #hero .slideText .bottom_text {
        font-size: 38px;
        line-height: 70px;
        margin-bottom: 30px;
    }
    .welcomeImage-main {
        right: auto;
        top: auto;
        position: relative;
    }
    .welcomeImage {
        border: none;
    }
    .welcomeBlockText {
        padding: 0px 15px;
        margin-bottom: 50px;
    }
    
    h1, h1.entry-title, .entry-title, h2.entry-title {
        font-size: 40px;
        margin-bottom: 0px;
        line-height: 45px;
    }
    .bodyContent h2, .sidebar h2 {
        font-size: 40px;
    }
    
    .welcomeBlockText p {
        padding: 0;
    }
    
    .miniPOIrow {
        
    }
    
    .dynamic-mini-poi .row .miniPoi {
        flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 40px;
    }
    
    .section_title {
        font-size: 42px;
        margin-bottom: 40px !important;
        line-height: 50px;
    }
    
    .dynamic-poi .row {
        display: block;
    }
    
    .dynamic-mini-poi {
        padding: 30px 0px 30px;
    }
    .dynamic-poi {
        padding: 60px 30px 60px;
    }
    .homeDynamic.dynamic-quote .quoteContainer {
        padding: 60px 0;
    }
    .homeDynamic.dynamic-info-grid {
        padding: 60px 0px;
    }
    .homeDynamic.dynamic-info-grid {
        padding: 60px 0px 30px;
    }

    .floating_social {
        left: 15px;
    }
    .floating_search {
        right: 15px;
    }

}

#menu-item-3106 {
    display: none;
}

@media only screen and (max-width : 767.99px) {
	.headGroup .topMenuSideContianer {
		display:none;
	}
	.headGroup .searchToggle {
		display:none;
	}
	.headerIcon .mainLogo{
		width:200px;
	}
    #menu-item-3106 {
        display: block;
    }
}
@media only screen and (max-width : 480px) {
	#navbar .floating_search {		
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
	}
    #navbar .floating_search .topMenuSideContianer {
        display: block;
    	order: 3;
  	  width: 100%;
    }
    .welcome_buttons .button {
        margin-bottom: 20px;
    }
    .dynamic-poi .landscape .poiImage:before {
        padding-top: 100%;
    }
    .homeDynamic.dynamic-quote {
        padding: 0 15px;
    }
    .homeDynamic.dynamic-quote .quoteContainer {
        padding: 60px 20px;
    }
    blockquote {
        padding: 0 !important;
        font-size: 26px;
        line-height: 44px;
    }
    .grid.style1 .news_content .ab_event_section {
        background: #f8f7f5;
        padding: 20px 20px;
    }
    .homeDynamic.dynamic-callout .callout.hasbg .coimg {
        background-attachment: inherit;
    }
    .callout .calloutTitle h3,
    .callout .calloutTitle h2 {
        font-size: 38px;
        line-height: 80px;    
    }    
    .homeDynamic.dynamic-callout .callout.hasbg .coimg {
        position: relative;
        min-height: 380px;
    }
    .dynamic-poi {
        padding: 60px 15px 60px;
    }
    .dynamic-poi .container .col-md-4  {
        padding: 0;
    }
    .footer_links_container .footer_link {
        margin-bottom: 20px;
    }
    
    .footerLower p, .footerLower ul {
        margin: 0;
    }
    
    .footerLower {
        padding: 50px 0 0;
    }
    .bodyContent .callout .calloutContent, .sidebar .callout .calloutContent {
        padding: 60px 15px 60px;
    }
    
    .inner-footer-call-out {
        min-height: 320px;
        background-attachment: inherit !important;
    }
    .searchToggle .searchform.openSearch input.s {
        width: 180px !important;
    }
    
}


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

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

    #navbar #menu-main li {
        padding: 0px 50px;
        background: transparent;
    }
    #navbar #menu-main li.menu-item-has-children.open {
        background: #4e7a99 !important;
    }
    #navbar #menu-main li.current-menu-item {
        background: #4e7a99 !important;
    }

    #navbar #menu-main li:hover {
        background: #4e7a99 !important;
    }
    #navbar #menu-main li:hover a {
        border-color: transparent !important;
    }


    #navbar #menu-main .sub-menu {
        background: #81adcc !important;
        margin-left: -50px;
        margin-right: -50px;
        padding: 30px 0px !important;
    }
    #navbar #menu-main .sub-menu .sub-menu  {
        background: #7ba5c3 !important;
        margin-left: -50px;
        margin-right: -50px;
        padding: 20px 0px !important;
    }
    #navbar #menu-main .sub-menu li a {
        padding: 9px 21px 9px 10px;
        border: none;
    }
    #navbar #menu-main li.menu-item-has-children > .arrow {
        right: 50px;
    }
    #navbar #menu-main li a {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Calibri";
    }
    #navbar #menu-main li.menu-item-has-children > .arrow:after {
        font-size: 14px;
    }
    #navbar #menu-main .sub-menu li.menu-item-has-children > .arrow:after {
        top: 5px;
    }
    #navbar #menu-main li.menu-item-has-children > .arrow:after {
        top: 18px;
    }
    #navbar #menu-main li.current-menu-item > a {
        border-color: transparent !important;
    }
    #navbar #menu-main .sub-menu {
        border-color: transparent !important;
    }
    #navbar .topMenuSide .portalToggle:hover {
        color: #0f1021 !important;
    }
    #navbar .floating_search {
        z-index: 105 !important;
    }
    #navbar .searchToggle .searchform.openSearch input.s {
        background: #0f1021;
    }



#navbar {
    height: 100%;
}
#navbar #menu-main {
    margin-top: 0px;
}

#nn_hamburger_menu{
    height: 75%;
    overflow: hidden;
}

#navbar .menu-main-container {
  /*height: 75%;
  overflow-y: hidden;*/
}
#navbar #menu-main {
  /*height: 100%;
  background-color: transparent;
  overflow-y: scroll;
  overflow-x: clip;*/
}

/*
#navbar #menu-main::-webkit-scrollbar {
    width: 3px;
}
 
#navbar #menu-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#navbar #menu-main::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 1);
}*/




}


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

    #navbar #menu-main li {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 50px;
    }
    #navbar #menu-main .sub-menu {
        background: #81adcc !important;
        margin-left: -50px;
        margin-right: -50px;
        padding: 30px 0px !important;
    }
    #navbar #menu-main .sub-menu .sub-menu  {
        background: #7ba5c3 !important;
        margin-left: -50px;
        margin-right: -50px;
        padding: 20px 0px !important;
    }
    #navbar #menu-main li.menu-item-has-children > .arrow {
        right: 50px;
    }

}

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

      color: #ffffff !important;
    
      text-transform:uppercase !important;
    
      opacity: 0.75 !important; /* Firefox */

}



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

      color: #ffffff !important;
    
      text-transform:uppercase !important;
    
      opacity: 0.75 !important; /* Firefox */

}



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

      color: #ffffff !important;
    
      text-transform:uppercase !important;
    
      opacity: 0.75 !important; /* Firefox */

}




.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.mCSB_scrollTools {
    right: 25px;
}

.media-wall-btn-main {
    padding-top: 65px;
    text-align: center;
}
.media-wall-btn {
    margin: 0px auto 0;
}

/* tribe events */
@media(min-width:768px){
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    margin-top: 30px;
}
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    color: #fff!important;
    background-color: #0f1021!important;
    padding-top: 6px;
    font-size: 14px!important;
}

.tribe-events-calendar-list__event-date-tag-daynum {
    background-color: #0f1021!important;
    color: #fff!important;
    padding-bottom: 5px;
    font-size: 28px!important;
}
.elementor-templates-modal__header__items-area{display: none;}
.dynamicContent.homeDynamic.dynamic-info-grid{display: none !important;}