/*

	Theme Name: Schoolcms - Twentysix

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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




body {  

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    
    line-height: 1.3;
    
    font-weight:400;
    
    color: #6C6C6C;
    
    margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

a {

	color:#003361;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

    text-decoration:none;

}

a:focus-visible, input:focus-visible  {
    outline: none;
}



h1,h2,h3,.entry-title,h4 {

	color:#003361;
    font-weight: 400;
    font-family: "georgia";

}
h4 {
	font-size:1em;
}
img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom:1em;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 40px;
	margin-bottom:50px;
    font-weight: 400;

}



h2 {

}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}
.inline_icons {
	font-size:1.3em;
	letter-spacing:0.1em;
}
.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;

}



.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\******/


#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width:1560px;

	margin:0 auto 20px;

	overflow:hidden;

	min-height:300px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}
body.deactivatedBanner .headGroup {
	background:#003361;	
}
body.deactivatedBanner #pageBanner:before {
	display:none;
}
body.deactivatedBanner #pageBanner {
	min-height: 0;
    height: 110px;
	background:#003361;
}
#pageBanner #hero,

.homeBanner #hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero img{

	width:100%;

	height:100%;

	object-fit:cover;

}

#hero .slide .slideImage {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.homeBanner {

	margin:00px auto 30px;

	position: relative;

	margin:0 auto 0px;

	overflow:hidden;

	max-height:930px;

	height:100vh;

	min-height:480px;

}
@media(min-width:992px){
	body.deactivatedBanner #pageBanner {
		min-height: 0;
		height:150px;
	}
}

@media(min-width:768px){

	.homeBanner {

		max-height:930px;

	}

	.homeBanner:before {

		content:'';
		display:block;
		padding-top:56.08%;

	}

}

.homeBanner .slideImage:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}
.homeBanner .slideText,
#hero .slideText{

	bottom: 5%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}
/*Video Banner*/
.homeBanner #videoBg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.homeBanner .videoframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	background:#000;
}
.homeBanner .videoframe:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
    z-index: 10;
}
#videoWrap iframe,
#videoWrap video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#videoWrap video{
	object-fit:cover;
}
#videoWrap .vidOverlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:opacity 300ms;
}
#videoWrap .vidOverlay img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
#videoWrap .vidControls {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transition:300ms;
	text-align:center;
	transform:translateY(-50%);
}
#videoWrap.playing .vidControls {
	opacity:0;
	top:100%;
	transform:translateY(100%);
}
#videoWrap.playing .vidOverlay {
	opacity:0;	
	transform:translateY(100%);
}

.homeBanner .videoframe .vidUnmute {
	position:absolute;	
    right: 50px;
    bottom: 30px;
	z-index:110;
	color:#003361;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:30px;
	transition:300ms;
}
.homeBanner .videoframe .vidUnmute.hide {
	opacity:0;
}
.homeBanner .videoframe .vidUnmute:before {
    content: "\f6a9";
    font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.homeBanner .videoframe .vidUnmute.unmuted:before {
	content:"\f028";
}

@media (min-width:992px){
	.headGroup {
		transition:300ms;	 
	}
	/*
	body.vidPlaying .headGroup {
		transition:300ms;
		opacity:0!important;
		transform:translateY(-100%)!important;
	}*/
}

.vidPlay {
	color:#003361;
	font-size:45px;
	cursor:pointer;
	display:inline-block;
	padding:5px;
}
.vidPlay:hover {
	color: #335c81;
}


.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.dynamic-gallery .gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:7.5px;

	margin-bottom:0;

}

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

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

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

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

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

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

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

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.dynamic-gallery .gallery  .gallery-item {

	float:left;	

}



.breadcrumbs {

	font-size:12px;

	color:#676767;

	text-transform:uppercase;

	padding-top:5px;

	padding-bottom:20px;

	border-bottom:solid 1px #d7d9d9;

	min-height:45px;

	position:relative;

	padding-right:45px;

}

.breadcrumbs a{

	color:#676767;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#000;

}





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input#s{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:#969696;

	padding: 4px 10px;

	border-bottom:solid 1px;

}

.sidebar .searchform input#s{

	padding: 7px 10px;

}

.sidebar .searchSubmit {

	top:3px;

}

.searchform input#s:focus{

	outline:0;

}

.searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

}

.headerSearch {

	max-width:100px;

}

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

  color: transparent;

  text-transform:uppercase;

  opacity: 0; /* Firefox */

}



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

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}



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

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}





@media (min-width:768px){





}

@media (min-width:992px){

.headerSearch {

	max-width:150px;

}

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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; /* Firefox */

}



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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}



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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}

.headerSearch .searchform input#s{

	border-bottom:none;

}

}

@media (min-width:1200px){





}

@media (min-width:1390px){



}

@media (min-width:1590px){



}





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

    EMBEDS

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

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

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



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

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

/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
  width:100%;
  max-width:600px;
}

.fancybox-content.popupAlert  {
    background: #FFFFFF !important;
    max-width: 842px !important;
    margin: 0px auto !important;
    padding: 65px 30px 40px !important;
    text-align: center !important;
    position: relative;
}

.noticeBody {
  width:100%;
  padding:0 2.5%;
  position: relative;
  z-index: 1;
}
.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 40px;
}
.popupAlert .noticeText .popTitle:before{
    margin: 0px auto 30px;
    background: url(images/icon-new.png) center center no-repeat;
    width: 73px;
    height: 87px;
    content: '';
    display: block;
}
.button.alert_button {
    margin-top: 35px;
}

/*.fancybox-content.popupAlert:before{
    background: url(images/bg-welcome-sheild.png) center center no-repeat;
    width: 550px;
    height: 619px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/










/*news*/

h2.list-item-title{



}

h2.list-item-title a{

	text-decoration:none;

}

h2.list-item-title a:hover{

	text-decoration:underline;

}

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}





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

    HEADER

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color:#969696;

	background:#fff;

	transition:300ms;

	padding-top:15px;

	padding-bottom:15px;

	text-align:center;

	z-index:220;

	position:fixed;

	height:120px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

	border-bottom-color:#676767;
    background: #003361;
    background: rgba(0, 51, 97, .6);
    color: #ffffff;
}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}

.headerIcon img{
	object-fit:contain;
}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 9px;

	min-width:40px;

	text-align:center;

}

.headGroup .socials li:before{

	content:'';

	display:block;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;

}

.socialDesktop {

	display:none;

}

@media (min-width:768px){

	.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}

}

@media (min-width:992px){

	.socialDesktop {

		display:block;

	}

}

/*header*/

header {

	position:relative;

}



header.mainHeader {

	height:120px;

}

header.mainHeader {

	height:0;	

}

.admin-bar .headGroup {

	margin-top:46px

}

.admin-bar.fixedHeader .headGroup  {

	margin-top:0;

}

@media (min-width:600px){



}

	

@media (min-width:768px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		margin-top:32px

	}

	

}

/*home*/

@media (max-width:767.99px){	

}

	.headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.headGroup a{

		color:#fff;

	}

	.headGroup .socials li:before,

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

	}

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

	padding:10px 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:15px;

	position:relative;

	cursor:pointer;

}



.topMenuSide .menu{

	position:absolute;

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

	color:#969696;

	list-style:none;

	margin:0;

	padding:0 20px;

	right:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;

}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 45px;

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

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#969696;	

}

.topMenuSide .menu a:hover{

	color:#000;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:40px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:35px;

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

		transition: transform 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 280px;

		transform:translateX(100%);

		overflow-x: hidden;		

		font-size:1.2em;

	}



	body.menuopen  #navbar{ 

		transform:translateX(0%);

		z-index: 9999;

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

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

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

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

		border-bottom:solid 1px #676767;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:0px;

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

	}

	

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

	}

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

		top:28px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



#footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}

@media (max-width:767.99px){

	.alignright,

	.alignleft,

	a img.alignright,

	a img.alignleft{

		float:none;

		margin:5px auto 20px;

		display:block;

	}

}









.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

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

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}









.side-menu-container {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/

#menu-side > li > a {

	font-size:1.25em;

}

#menu-side > li > a span{	

	padding:16px 8px 16px 0;

	border-bottom:solid 1px #CBCBCB;

	display:inline-block;

	font-weight: 400;

}

#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

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

	margin:10px 0;

}

/*main Sub menu items*/

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

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

}

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

	color:#676767;

}

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

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}

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

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}





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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	body.fixedHome .menu-toggle {

		color:#fff;

	}

	body.fixedHome .menu-toggle span {

		background-color:#fff;		

	}

}

@media (min-width:1200px){



}

body.menuopen {

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}



.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:40px;

	margin-bottom:40px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 2.2em;

}



/**** Image ****/

.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

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

.dividera{

clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

	 background-image: url(images/icon-new.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-new.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: 32px;
    border-bottom: solid 1px #eee;
}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

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

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

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

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

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

	background-color:#ccc;

}

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

blockquote {

	border:0;

	background:#e0e0e0;

	color:#000;

	font-style:italic;

    font-family: "georgia";

	font-size:1.5em;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .singleQuote  {

	width:100%;

	position:relative;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

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

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

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

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:20px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:1em;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;

}

.callout .readmore 	{

	display: inline-block;

    color: #fff;

	background:#676767;

    margin: 12px 7px;

	width:200px;

	max-width:100%;

	margin:12px 0px;

	text-align:center;	

}



.callout.hasbg  .readmore{

	background:#CBCBCB;

	border: solid 1px #CBCBCB;

}

.callout .readmore:hover {

	background: #fff;

    color: #676767;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

    font-family: "georgia";

	margin-bottom:30px;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



.poiImage .poiImageBG:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size: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:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}

.welcomeImage-box .poi {
width:301px;
margin-top:20px;
}

@media only screen and (max-width: 991.99px) {
.welcomeImage-box .poi {
    max-width: 205px;
    margin: 20px auto 0;
}
}

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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}
.introBlock {
    padding:40px 0 40px;
    position: relative;
    overflow: hidden;
}

.introBlock .welcomeTextBlock{ 
    font-size: 18px;
    color:#003361;
    margin-top:20px;
    margin-bottom:20px;
    max-width: 780px;
}
.introBlock .introBlockTxt  {
    padding:30px 20px;
    background-color: #003361;
    color:#fff;
    margin-top:45px;
    z-index: 5;
}
.introBlock .introBlockTxt  h1{
    color:#fff;
}
.introBlock .introBlockTxt  a{
    color:#fff;
}
.introBlock .welcomeImageWrap img{
    width:100%;
    height:auto;
    object-fit:cover;
}
.introBlock .introBlockTxt .blockButton > a:hover {
    background-color:#fff!important;
    color: #003361 !important;
}
.introBlock .introBlockTxt .blockButton > a:hover:after {
    background-image:url(images/blue-arrow-long-new.png);
}
@media (min-width:768px){
    .introBlock {
        padding:100px 0;
    }
    .introBlock .welcomeTextBlock{ 
        font-size: 28px;
         margin-top:0px;
         margin-bottom:10px;
    }
}
@media (min-width:992px){
    .introBlock .welcomeImageWrap {
        margin-right:-15%;
    }
    .introBlock .introBlockTxt  {
        padding:40px 30px;
    }
    .introBlock .welcomeTextBlock{ 
         margin-bottom:40px;
    }
}
/*------------------------------------*\

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









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





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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



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

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

.homeBanner .videoframe .slideText {
    opacity: 0;
    transform:translateY(100%);
    transition: 300ms;
}

.homeBanner .videoframe.showTag .slideText {
    opacity: 1;
    transform:translateY(0%);
}
.homeBanner .slideText .top_text,
#hero .slideText .top_text {
    font-family: "georgia";
    font-size: 75px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 25px;
    text-shadow:0 0 20px #000
}
.homeBanner .slideText .bottom_text,
#hero .slideText .bottom_text {
    font-size: 22px;
    line-height: 26px;
    text-shadow:0 0 20px #000
}

.welcomeBlock {
    padding: 210px 60px 0px;
    margin-bottom: 0;
    position: relative;
}

.welcomeBlockText {
    padding-right: 0px;
}


.welcomeBlockText h1 {
    position: relative;
}
.welcomeBlockText h1:before {
    position: absolute;
    left: -50px;
    top: 5px;
    background: url(images/blue-title-icon-new.png) center center no-repeat;
    width: 37px;
    height: 44px;
    display: block;
    content: '';
}

.welcomeImage-box {
    padding: 0px 0 0 9%;
}
.welcomeImage {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.welcomeImage img {
    visibility: hidden;
}
/*.welcomeImage:before {
    position: absolute;
    right: -47px;
    top: -62px;
    background: url(images/top-corner.png) center center no-repeat;
    width: 97px;
    height: 97px;
    display: block;
    content: '';
}
.welcomeImage:after {
    position: absolute;
    right: -110px;
    bottom: -100px;
    background: url(images/bottom-corner.png) center center no-repeat;
    width: 234px;
    height: 234px;
    display: block;
    content: '';
    z-index: 0;
}*/


.bg-welcome-sheild {
    position: absolute;
    right: 20px;
    transform:translate(50%,-30%);
    top: 20px;
    max-width:100%;
    max-height:100%;

}
.welcomeImage {
    max-width: 301px;
}

.welcomeImage:before {
}




.container {
    max-width: 1280px;
}




.section_title {
}
.section_title h2 {
    position: relative;
    margin-bottom: 60px;
}
.section_title h2:before {
    position: absolute;
    left: -50px;
    top: 5px;
    background: url(images/blue-title-icon-new.png) center center no-repeat;
    width: 37px;
    height: 44px;
    display: block;
    content: '';
}
@media only screen and (max-width : 991.99px) {
		.welcomeBlockText h1:before, .section_title h2:before { 
		content: none;
	}    
}

.footer-inner-poi .section_title h2:before {
    position:relative;
    left: auto;
    top: auto;
    background: url(images/blue-title-icon-new.png) center center no-repeat;
    width: 37px;
    height: 44px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 18px;    
}




/* Button Styles Css -------------------------------------------------------------------------- Start */

.blockButton > a, a.readmore, .button {
	border: none !important;
    background: #FFE471;
	padding: 20px 34px 20px 20px;
	min-width: 233px;
	text-align: left;
	font-size: 14px;
	color: #003361 !important;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    letter-spacing: 1.4px;
    font-weight: 400;
    position: relative;
    font-family: "georgia";
}
.blockButton > a:after, a.readmore:after, .button:after {
    content: "";
    width: 16px;
    height: 7px;
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}
.blockButton > a:hover, a.readmore:hover, .button:hover {
    background: #003361;
	color: #ffffff !important;
}

.blockButton > a:hover:after, a.readmore:hover:after, .button:hover:after {
    background: url(images/white-arrow-long-new.png) no-repeat;
    background-size: cover;
}

/* Button Styles Css ----------------------------------------------------------------------------------------------- End ------------ */



.welcomeBlock .button {
    background: #003361;
	color: #ffffff !important;
}
.welcomeBlock .button:hover {
    background: #FFE471;
	color: #003361 !important;
}
.welcomeBlock .button:after {
    
    content: "";
    width: 16px;
    height: 7px;
    background: url(images/white-arrow-long-new.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;

}
.welcomeBlock .button:hover:after {
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover;
}

.button.welcome-button {
    margin-top: 20px;
}


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

.homeDynamic.dynamic-poi .row {
}

.dynamic-poi {
    margin: 0;
}

.dynamic-poi .pois {
    margin-bottom: 0;
}

.dynamic-poi .poi {
    background: #003361;
} 
.dynamic-poi .poi .poiTitle {
    padding: 0;
    text-align: right;
    font-size: 18px;
    font-family: "georgia";
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
}

.dynamic-poi .poi .poiTitle:after {
    content: '';
    width: 16px;
    height: 9px;
    display: inline-block;
    background: url(images/long-arrow.png) no-repeat;    
    margin-left: 45px;
    position: relative;
    top: -1px;
}

.dynamic-poi .poiImage .poiText {
    bottom: 35px;
    transform: none;
    text-transform: inherit;
    padding: 0px 35px;
}
.dynamic-poi .poi:hover .poiImage .poiText {
    bottom: 50%;
    transform: translatey(50%);
}

.dynamic-poi .poi:hover .poiTitle {
    text-align: center;
}

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




.homeDynamic.dynamic-quote {
    margin: 0;
}
/*.homeDynamic.dynamic-quote .quoteContainer:before {
    background: url(images/bg-boxes-quotes-new.png) center center no-repeat;
    width: 565px;
    height: 683px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -65px;
    content: '';
    display: block;
}*/
.homeDynamic.dynamic-quote .quoteContainer {
    margin: 0;
    padding: 0;
    background: #003361;
    color: #ffffff;
    position: relative;
}
.homeDynamic.dynamic-quote .img_area {
    padding: 0;
}
.homeDynamic.dynamic-quote .row {
    margin: 0;
    position: relative;
    z-index: 9;
}

.homeDynamic.dynamic-quote .content_area {
    padding: 40px 4%;
    position: relative;
}

.homeDynamic.dynamic-quote .content_area .quotesTitle {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 45px;
    font-weight: 400;
    font-family: "georgia";
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.homeDynamic.dynamic-quote .image_text_img img {
    max-width: inherit;
    width: 100%;
    object-fit: cover;
    height: auto;
    max-height: 747px;
}


.homeDynamic.dynamic-quote blockquote {
    padding: 40px 30px 30px !important;
    background: transparent;
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    font-family: "georgia";
    font-style: italic;
    font-weight: 400;
}

.homeDynamic.dynamic-quote .quoteContainer .quote-cite {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-family: "georgia";
    font-weight: 400 !important;
    letter-spacing: 1.8px;
}

.homeDynamic.dynamic-quote .quote-pager {
    text-align: center;
}
.homeDynamic.dynamic-quote .quote-pager span {
    margin: 0px 3px;
    opacity: 0.5;
    font-size: 24px;
}
.homeDynamic.dynamic-quote .quote-pager span.cycle-pager-active {
    margin: 0px 3px;
    opacity: 1;
}





.dynamic-callout {
}
/*.homeDynamic.dynamic-callout:before {
    background: url(images/Rectangle-1115.png) center center no-repeat;
    width: 97px;
    height: 97px;
    position: absolute;
    right: 291px;
    bottom: 231px;
    content: '';
    display: block;
    z-index: 10;
}
.homeDynamic.dynamic-callout:after {
    background: url(images/Path-244.png) center center no-repeat;
    width: 484px;
    height: 362px;
    position: absolute;
    right: -140px;
    bottom: -82px;
    content: '';
    display: block;
    z-index: 10;
}*/
.homeDynamic.dynamic-callout .callout.hasbg .coimg {
    position: relative;
    z-index: 1;
}
.homeDynamic.dynamic-callout .callout .coimg img {
    position: relative;
    height: 100%;
    max-height: 924px;
    min-height: 820px;
}

.homeDynamic.dynamic-callout .callout .calloutContent {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    z-index: 110;
    padding: 149px 50px 30px;
}
.homeDynamic.dynamic-callout .calloutContent .row {
    margin: 0;
}
.homeDynamic.dynamic-callout .calloutContent .calloutTitle {
    margin: 0 auto;
    max-width: 1250px;
    padding-right: 12px;
    padding-left: 12px;
    text-transform: inherit;
}
.homeDynamic.dynamic-callout .callout.hasbg .coimg:after {
    background: rgba(190, 43, 49, 0.4);
    /*left: 13px;*/
}

.homeDynamic.dynamic-callout .callout.hasbg .readmore {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #FFE471 !important;
    color: #003361 !important;
    text-align: left;
}

.homeDynamic.dynamic-callout .callout.hasbg .readmore:after {
    background: url(images/blue-arrow-long-new.png) no-repeat;    
    background-size: cover;
}
.homeDynamic.dynamic-callout .callout.hasbg .readmore:hover:after {
    background: url(images/white-arrow-long-new.png) no-repeat;    
    background-size: cover;
}


.homeDynamic.dynamic-callout .callout.hasbg .readmore:hover {
    background: #003361 !important;
    color: #ffffff !important;
}

.homeDynamic.dynamic-callout .calloutContent .calloutTitle h3 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    text-transform: inherit;
    color: #ffffff;
    margin-bottom: 140px;
}
.homeDynamic.dynamic-callout .calloutContent .calloutTitle h3:before {
    position: absolute;
    left: -50px;
    top: 5px;
    background: url(images/white-title-icon-new.png) center center no-repeat;
    width: 37px;
    height: 44px;
    display: block;
    content: '';
}

.homeDynamic.dynamic-callout .calloutContent .calloutTitle .calloutSubtitle {
    max-width: 1060px;
    font-size: 75px;
    line-height: 85px;
    font-family: "georgia";
	font-weight:700;
}






footer#footer {
    background: #003361;
    padding-top: 96px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
	padding-bottom:50px;
}
footer#footer > * {
	position:relative;
}
/*footer#footer:before {
    width: 565px;
    height: 456px;
    content: '';
    background: url(images/footer-bg.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 7px;
    display: block;
}*/


footer#footer a {
    color: #ffffff;
}
footer#footer a:hover {
    color: #FFE471;
}


footer#footer .button {
    padding: 18px 20px;
    border: 2px solid #ffffff !important;
    background: transparent;
    color: #ffffff !important;
}
footer#footer .button:hover {
    background: #FFE471;
    border: 2px solid #FFE471 !important;
    color: #003361 !important;
}

footer#footer .button:after {
    background: url(images/white-arrow-long-new.png) no-repeat;
    background-size: cover;
}
footer#footer .button:hover:after {
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover;
}

footer#footer h3 {
    font-size: 18px;
    line-height: 27px;
	font-weight:700;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
    color: #ffffff;
}
footer#footer .ft-col-2 {
}
footer#footer .ft-col-2 ul {
    list-style: none;
    max-width: 230px;
    margin: 0;
    padding: 0;
}
footer#footer .ft-col-2 ul li {
    display: block;
    margin-bottom: 15px;
}
footer#footer .ft-col-2 ul li a {
    display: block;
    line-height: 26px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}
footer#footer .ft-col-2 ul li a:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/long-arrow.png) no-repeat;    
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -4px;
}
footer#footer .ft-col-2 ul li a:hover {
    color: #FFE471;
}
footer#footer .ft-col-2 ul li a:hover:after {
    background: url(images/yellow-long-arrow.png) no-repeat;    
}

.ft-col-1 {
    font-size: 18px;
    line-height: 30px;
}

.location_details {
    margin-bottom: 40px;
}
.email-box {
    margin-bottom: 40px;
}

.ft-col-2 {
    
}
.ft-col-3 {
    padding-left: 40px;
}
.footerSocial {
}
.footerSocial ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerSocial ul li {
    display: inline-block;
    min-width: inherit;
    padding: 0px 7px 0px 0px;
}
.footerSocial ul li a {
    font-size: 22px;
    color: #ffffff;
}
.footerSocial ul li a:hover {
    color: #FFE471;
}


.footerLower {
    background: transparent;
    padding: 90px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 20px;
}
.footerLower a {
    color: rgba(255, 255, 255, 0.5) !important;
}
.footerLower a:hover {
    color: #FFE471 !important;
}

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





.dynamic-destinations-logos {
    margin: 0px;
    padding: 122px 0 186px;
    position: relative;
    text-align: center;
}
.dynamic-destinations-logos .container {
    max-width: 1080px;
}

.dynamic-destinations-logos .section-details {
    margin-bottom: 70px;
}

.dynamic-destinations-logos .section_title {
    text-align: center;
}
.dynamic-destinations-logos .section_title h2 {
    display: inline-block;
    margin-bottom: 50px;
}

.dynamic-destinations-logos .logo_item img {
    max-width: 100%;
    width: auto !important;
    object-fit: contain;
    margin: 0px auto;
}

.dynamic-destinations-logos .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -80px;
}
.dynamic-destinations-logos .owl-dots span {
    background: #003361;
    width: 7px;
    height: 7px;
    opacity: 0.2;
}
.dynamic-destinations-logos .owl-dots .active span {
    opacity: 1;
}


.dynamic-destinations-logos .owl-nav {
    position: static;
    width: 100%;
}
.dynamic-destinations-logos .owl-nav .owl-prev,
.dynamic-destinations-logos .owl-nav .owl-next {
	display: block;
	top:50%;
    font-size: 0 !important;
	width:35px;
	height:35px;
	transition:300ms;
	border-radius:50%;
	margin-top:-17px;
}
.dynamic-destinations-logos .owl-nav .owl-prev {
	left:-80px;
}
.dynamic-destinations-logos .owl-nav .owl-next {
	right:-80px;
}
.dynamic-destinations-logos .owl-nav .owl-next i,
.dynamic-destinations-logos .owl-nav .owl-prev i{
	display:block;
	position:absolute;
	top:13px;
	left:6px;
	width: 24px;
    height: 10px;
    background: url(images/blue-arrow-long-new.png) center center no-repeat;
	transition:300ms;
}
.dynamic-destinations-logos .owl-nav .owl-prev i{
    transform: rotate(180deg);  
}
.dynamic-destinations-logos .owl-nav .owl-next:hover,
.dynamic-destinations-logos .owl-nav .owl-prev:hover {
	background:#003361;
}
.dynamic-destinations-logos .owl-nav .owl-next:hover i,
.dynamic-destinations-logos .owl-nav .owl-prev:hover i {
	background-image: url(images/yellow-arrow-long-new.png);   
}
    
.dynamic-destinations-logos .logos-button {
    position: absolute;
    right: 0;
    bottom: 0;
}







.dynamic-key-stats {
    background: #003361;
    padding: 130px 50px 110px;
    margin: 0px;
    color: #ffffff;
    position: relative;
}

/*.dynamic-key-stats:before {
    background: url(images/numbering-area-icon.png) center center no-repeat;
    width: 484px;
    height: 556px;
    position: absolute;
    left: 59px;
    top: -77px;
    content: '';
    display: block;
}
.dynamic-key-stats:after {
    background: url(images/Rectangle-1121.png) center center no-repeat;
    width: 181px;
    height: 181px;
    position: absolute;
    left: 0px;
    top: 234px;
    content: '';
    display: block;
}*/

.dynamic-key-stats .container {
    position: relative;
    z-index: 1;
}


.dynamic-key-stats .section_title {
    position: relative;
}
.dynamic-key-stats .section_title h2 {
    color: #ffffff;
}
.dynamic-key-stats .section_title h2:before {
    background: url(images/white-title-icon-new.png) center center no-repeat;
}


.single_key_stats-inner {
    max-width: 227px;
    text-align: center;
}

.single_key_stats-inner .key_logo {
    background: rgba(38, 81, 121, 1);
    width: 227px;
    height: 227px;
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.single_key_stats-inner .key_logo img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single_key_stats-inner h2 {
    color: #ffffff;
    font-size: 70px;
    line-height: 86px;
    margin-bottom: 0px;
    letter-spacing: -1.75px;
}
.single_key_stats-inner h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.75px;
}




.dynamic-highlights {
    margin: 0;
    padding: 90px 0 130px;
}

.highlights_section {
    padding: 0px 50px;
}
.highlights_section .highlights-cycle {
    background: #FAF8F8;
	height:100%;
}

.highlights_section .news_image_slide, .highlights_section .news_container .image_section {
    height: 295px;
    overflow: hidden;
    position: relative;
}

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

.highlights_section .news-details-box .date {
    font-size: 14px;
    color: #003361;
    line-height: 30px;
    letter-spacing: 1.4px;
    margin-bottom: 12px;
    font-family: "georgia";
}
.highlights_section .news-details-box .newsTitle {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -0.75px;
    margin-bottom: 12px;
    color: #003361;
    font-family: "georgia";
}
.highlights_section .news-details-box .newsTitle a {
    color: #003361;
}

.highlights_section .news_image_slide .icon, .highlights_section .news_container .image_section .icon {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #ffffff;
    font-size: 22px;
    z-index: 10;
}

.highlights_section .news_image_slide img, .highlights_section .news_container .image_section img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}
.highlights_section .news_image_slide img.ph {
	object-fit:contain;
	width: 80%;
    height: 80%;
	position:absolute;
	top:10%;
	left:10%;
}
.highlights_section .news_container {
    background: #FAF8F8;
	width:100%;
	height:100%;
	position:relative;
}
.highlights_section .news_container .news-details-box {
    padding: 50px 40px 90px 60px;
    min-height: 350px;
}


.highlights_section .news_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:110;
}

.highlights_section .news_bottom .button {
    right: 0;
    position: absolute;
    bottom: 0;
}
.highlights_section .news_bottom .news-pager1, .highlights_section .news_bottom .news-pager2 {
    left: 60px;
    position: absolute;
    bottom: 30px;
    z-index: 10;
}

.highlights_section .news_bottom .news-pager1 span, .highlights_section .news_bottom .news-pager2 span {
    color: #003361;
    opacity: 0.2;
    margin-right: 2px;
    font-size: 28px;
}

.highlights_section .news_bottom .news-pager1 span.cycle-pager-active, .highlights_section .news_bottom .news-pager2 span.cycle-pager-active {
    opacity: 1;
}



.highlights_section .news_container .news-details-box {
    position: relative;
}


/*News Carousel*/
.highlightsCarouselWrap.highlights_section {
    position: relative;
}
.highlights_carousel.owl-carousel .owl-stage {
    display: flex;
}
.highlights_carousel.owl-carousel .owl-stage .owl-item {

}
.highlights_carousel.owl-carousel .owl-stage .owl-item .news_container{
    height:100%;
}
.highlights_carousel.owl-carousel .owl-dots {
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlightsCarouselWrap.highlights_section .news_bottom  {
    width:auto;
    left:auto;
    right:25px;
    bottom:40px;
}
.highlightsCarouselWrap.highlights_section .news_bottom .button {
    position: static;
}
@media (min-width:992px){
    .highlightsCarouselWrap.highlights_section .news_bottom  {
         right:50px;
    }
}
.fixed_button{
	position:fixed; 
	right :0; 
	top : 30%;
	z-index: 111;
}
@media only screen and (max-width : 450px) {
.fixed_button {
	top : 15%;
}
}

.fixed_button a {
	display : block;
	background : rgba(255,255,255,0.23);
	margin-bottom : 1px;
    max-width: 104px;
    padding: 17px 19px 17px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-family: "georgia";
	font-weight:700;
    line-height: 16px;
}

body.fixedHeader .fixed_button a{
	background : #003361;
}
@media only screen and (max-width : 767px) {
body.fixedHeader .fixed_button a{
	display: none;
}
}

.fixed_button a img{
	display : block;
    margin: 0px auto 2px;
}

.fixed_button a:hover {
	background : rgba(255,255,255,0.4);
}
body.fixedHeader .fixed_button a:hover {
	background : rgba(0, 51, 97, 0.8);
}

/*body:not(.home) .fixed_button {
    display: none;
}*/




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









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




/*Breadcrumb Area Css --------------------------------------------------- Start */
.breadcrumbs {

	font-size:12px;

	color: #003361;
	text-transform: inherit;

	padding-top:20px;
	padding-bottom:20px;

	border-bottom:solid 1px rgba(112, 112, 112, 0.2);
	min-height:65px;
	position:relative;
	padding-right:45px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 110px;

    font-family: "georgia";
    
}

.breadcrumbs a{

	color: #003361;
    font-style: normal;

}
.breadcrumbs a:hover {
	color:#FFE471;
}
.breadcrumbs em {
    margin: 0px 2px;
    font-style: italic;
}

.breadcrumbs > span {

	margin:0 6px;	
    font-style: normal;

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color: #6C6C6C;
    font-style: normal;

}



.breadcrumbs .share {
    position: absolute;
    right: 0px;
    top: 12px;
}





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



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


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

.page-id-283 .side-menu-container {
    display: none;
}

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


.sidebarSec a {
    color: #ffffff;
    line-height: 25px;
    display: block;
    padding: 15px 40px;
    margin-left: -35px;
    margin-right: -35px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.4px;
    
    font-family: "georgia";
    
}
.sidebarSec a:hover {
    color: #FFE471;
}



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

#menu-side a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 35px;
    display: block;
    padding: 0 58px;
    font-weight: 400;
    letter-spacing: 1.4px;
    font-family: "georgia";
}



#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: #003361;
    background: #FFE471;
}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    background: url(images/white-arrow-long-new.png) no-repeat;
    width: 16px;
    height: 7px;
    font-size: 0 !important;
    top: 24px;
    background-size: cover !important;
}
#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    background: url(images/white-arrow-long-new.png) no-repeat;
    width: 16px;
    height: 7px;
    font-size: 0 !important;
    top: 24px;
    background-size: cover !important;
}

#menu-side .sub-menu li.menu-item-has-children:hover > .arrow:before, 
#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before, 
#menu-side .sub-menu li.menu-item-has-children.current-menu-item > .arrow:before {
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover !important;
}


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


#menu-side .sub-menu li.open li a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
    line-height: 32px;
}

/*#menu-side .sub-menu li.open li a span {
    color: #003361;
}*/

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

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


#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: #003361;
    background: #FFE471;
}
#menu-side .sub-menu li.open > a {
    color: #003361;
    background: #FFE471;
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #003361;
    background: #FFE471;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #003361;
    background: #FFE471;
}

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


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

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

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

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

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




/*.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: #003361;
    position: relative;
}
.bodyContent .callout .calloutContent, .sidebar .callout .calloutContent {
    padding: 170px 70px 170px;
}

.bodyContent .callout.hasbg .coimg:after, .sidebar .callout.hasbg .coimg:after {
    background: rgba(0, 0, 0, 0.2);
}

.bodyContent .callout .calloutTitle, .sidebar .callout .calloutTitle {
    text-transform: inherit;
}
.bodyContent .callout .calloutContent .calloutTitle h3, .sidebar .callout .calloutContent .calloutTitle h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 24px;
    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, 1);
    text-shadow: none;
}

.bodyContent .callout .readmore, .sidebar .callout .readmore {
    border: none !important;
    background: #FFE471;
    color: #003361 !important;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    margin: 0 !important;
}
.bodyContent .callout .readmore:hover, .sidebar .callout .readmore:hover {
    border: none !important;
    background: #ffffff;
    color: #003361 !important;
}
.bodyContent .callout .readmore:hover:after, .sidebar .callout .readmore:hover:after {
    background: url(images/blue-arrow-long-new.png) no-repeat;    
    background-size: cover;
}

.sidebar .callout .calloutContent {
    padding: 110px 30px 110px;
}

.bodyContent .callout .calloutContent .calloutTitle h3, .sidebar .callout .calloutContent .calloutTitle h3 {
    font-size: 30px;
    letter-spacing: 1.4px;
}



.sidebar .poi .textOnlyBlock, .bodyContent .poi .textOnlyBlock {
    width: 100%;
    padding: 120px 40px;
}

.body-text h2, .sidebar h2 {
    font-size: 30px;
    line-height: 1.4;
    margin: 0px 0 40px;
    font-weight: 400;
    color: #003361;
    letter-spacing: -0.75px;
    text-transform: inherit;
    font-family: "georgia";
}

.bodyContent h2 a, .sidebar h2 a {
    color: #003361;
}
/*
.body-text h2:before, .sidebar h2:before {
    background: url(images/blue-title-icon-new.png) center center no-repeat;
    width: 37px;
    height: 44px;
    display: inline-block;
    content: '';
    margin-right: 18px;
    vertical-align: middle;
}*/

.body-text h3, .bodyContent .dynamic-text h3, .sidebar .dynamic-text h3{
    font-size: 25px;
    line-height: 1.3;
    margin: 0px 0 20px;
    font-weight: 400;
    text-transform: inherit;
    color: #003361;
    font-family: "georgia";
}
/*
.body-text h3:before, .sidebar h3:before {
    background: url(images/blue-title-icon-new.png) center center no-repeat;
    width: 37px;
    height: 44px;
    display: inline-block;
    content: '';
    margin-right: 18px;
    vertical-align: middle;
}*/
.bodyContent .calloutTitle h3:before, .sidebar .calloutTitle h3:before, .bodyContent h3.faq-question:before, .sidebar h3.faq-question:before {
    display: none !important;
}

.body-text.faq-answer h3 {
	text-transform:uppercase;
	font-size:1em;
	font-weight:700;
	margin-bottom:0;
}
.body-text.faq-answer h4 {
	font-size:0.95em;
	margin:0 0 5px;
}
.body-text.faq-answer h3:before {
	display:none;
}

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


.dynamic-gallery .gallery {
    margin: 0;
}


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

.staffMember h3 {
    font-size: 25px;
    line-height: 33px;
    margin: 0px 0 10px;
    color: #003361;
    font-weight: 700;
}
.staffMember h3.featured-staff-name a {
    text-decoration: none;
}
.staffMember h3.featured-staff-name a:hover {
    color: #003361 !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: #FFE471;
    color: #003361;
	font-size: 12px;
	text-align: center;
	padding: 2px 20px;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    border-radius: 18px;
}

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

.bodyContent .body-text a {
    font-weight: 700;
}

.bodyContent h1 {
    text-align: left;    
    margin-bottom: 30px;
    text-transform: inherit;
}

.bodyContent h1:before {
    background: url(images/blue-title-icon-new.png) center center no-repeat;
    width: 37px;
    height: 44px;
    display: inline-block;
    content: '';
    margin-right: 18px;
    vertical-align: middle;
}



.body-text  ul {
    padding-left: 10px;    
}
.body-text  ul li {
    /*font-size: 16px;*/
    padding-left: 15px;
    
}
.body-text ul li::marker {
    content: '\2B24';
	font-size:0.65em;
    color: #FFE471;
}
.wpforms-form ul li::marker {
	display:none;
    content: '';
}
/*.bodyContent table {
    border-style: hidden;
}*/
.bodyContent table td {
    border: 1px solid #cfcfcf;
    padding: 5px 10px !important;
    font-family: "georgia";
    font-size: 16px;
}
.bodyContent table tr:nth-child(even) td {
	background:#eee;
}
.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;
}









.faqs {
}
.faqs .faq {
    border: none;
    margin-bottom: 10px;
}
.faq-question {
    position: relative;
    margin: 0 !important;
    padding: 20px 55px 20px 30px !important;
    color: #fff !important;
	background: #003361;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 28px !important;
	text-transform: uppercase !important;
    border: none !important;
    letter-spacing: 1.4px;
    font-family: "georgia";
}
.faq.open .faq-question {
    border: none !important;
	background: #FFE471;
	color: #003361 !important;
}
.faq-question:hover {
    border: none !important;
	background: #FFE471;
	color: #003361 !important;
}
.faq .faq-question:after {
    content: '\f061';
    display: block;
    width: 16px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 30px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    background: url(images/white-arrow-long-new.png) no-repeat;
    
    background-size: cover;
}
.faqs .faq.open .faq-question:after {
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover;
}
.faq .faq-question:hover:after {
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover;
}

.faq-answer {
    display: none;
    padding: 40px;
    background: #FAF8F8;
    border: none;
}
.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 {

    position: relative;
    margin: 0 !important;
    padding: 20px 55px 20px 30px !important;
    color: #003361 !important;
	background: #FFE471;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 28px !important;
	text-transform: uppercase !important;
    border: none !important;
    letter-spacing: 1.4px;
    font-family: "georgia";

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

    margin: 0px 0 10px !important;

}

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

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

.dynamic-documents a.document-link:after {
    content: '\f061';
    display: block;
    width: 16px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 30px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover;
}
.dynamic-documents a.document-link:hover:after {
    background: url(images/white-arrow-long-new.png) no-repeat;
    background-size: cover;
}

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



    position: relative;
    margin: 0 !important;
    padding: 20px 55px 20px 30px !important;
    color: #003361 !important;
	background: #FFE471;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 28px !important;
	text-transform: uppercase !important;
    border: none !important;
    letter-spacing: 1.4px;
    font-family: "georgia";
    font-weight: 400 !important;

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

    margin: 0px 0 10px !important;

}

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

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


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: '\f061';
    display: block;
    width: 16px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 30px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
    background: url(images/white-arrow-long-new.png) no-repeat;
    background-size: cover;
}


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

    position: relative;
    margin: 0 !important;
    padding: 20px 55px 20px 30px !important;
    color: #003361 !important;
	background: #FFE471;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 28px !important;
	text-transform: uppercase !important;
    border: none !important;
    letter-spacing: 1.4px;
    font-family: "georgia";
    font-weight: 400 !important;

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

    margin: 0px 0 10px !important;

}

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

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

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: '\f061';
    display: block;
    width: 16px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 30px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    
    background: url(images/blue-arrow-long-new.png) no-repeat;
    background-size: cover;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    background: url(images/white-arrow-long-new.png) no-repeat;
    background-size: cover;
}


.sidebar .dynamic-documents a.document-link, .sidebar .quicklink>a, .sidebar a>.quicklink, .sidebar a.quicklink, .sidebar .linkbutton>a, .sidebar a>.linkbutton, .sidebar a.linkbutton {
    width: 100%;
}




.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
    min-height: 413px;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .readmore, .bodyContent .callout.video_callout .calloutContent .readmore, .sidebar .callout.video_callout .calloutContent .readmore, .video_button_jq {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 119px !important;
	height: 119px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dynamic-callout .video_callout .readmore:after, .video_button_jq:after {
	width: 114px !important;
	height: 114px !important;
	line-height: 114px !important;
	background: rgba(0, 0, 0, 0.3) !important;
	border: 5px solid #ffffff !important;
	border-radius: 50% !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	color: #ffffff !important;
	content: '\f04b' !important;
	font-size: 27px !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
    padding-left: 3px !important;
    margin: 0px !important;
}

.video_button_jq:after {
	content: '\f04c' !important;
    padding-left: 0px !important;
}
.video_button_jq.playing:after {
	content: '\f04b' !important;
    padding-left: 0px !important;
}

.dynamic-callout .video_callout .readmore:hover:after, .video_button_jq:hover:after {
	background: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
	border: 5px solid #ffffff !important;
}
.dynamic-callout .video_callout .readmore:hover, .bodyContent .callout.video_callout .calloutContent .readmore:hover, .sidebar .callout.video_callout .calloutContent .readmore:hover, .video_button_jq:hover:after {
	background: rgba(219, 28, 50, 0.8);
    color: #ffffff !important;
	border: none !important;
}
    


.bodyContent .image-item {
}
    

.dynamic-quote .quoteContainer blockquote.quote-text {
    padding: 0 40px !important;
}

.sidebar .quoteContainer blockquote.quote-text {
    padding: 0 25px !important;
}

.inner-page-main {
    position: relative;
}
.inner-page-main .container.body-container {
    position: relative;
}
    



.bodyContent .dynamic-quote {
    background: transparent !important;
    padding: 60px 20px 30px;
    margin-top: 80px;
    position: relative;
}

.bodyContent .dynamic-quote:before {
    width: 100%;
    bottom: 0px;
    height: 1px;
    background: #d9d7d7;
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
}
.bodyContent .dynamic-quote:after {
    width: 100%;
    top: 18px;
    height: 1px;
    background: #d9d7d7;
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
}
.bodyContent .quoteContainer {
    background: transparent;
}
.bodyContent blockquote {
    text-align: center;
    font-weight: 400 !important;
    font-size: 30px;
    line-height: 45px;
    font-style: italic;
    background: transparent !important;
    margin-bottom: 30px;
    color: #003361 !important;
    font-family: "georgia";
}
.bodyContent .quoteContainer .quote-cite:before {
    margin: 10px auto;
    top: auto;
    display: block;
    background: transparent;
}

.bodyContent .quoteContainer .quote-cite {
    text-align: center;
    text-transform: uppercase;
    color: #003361;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.8px;
    font-family: "georgia";
}
.bodyContent .quoteContainer .cycle-pager {
    display: none !important;
}

.dynamic-quote .quoteContainer blockquote.quote-text {
    margin-bottom: 30px;
}
    


.bodyContent .wpforms-submit {
    background: #FFE471 !important;
    color: #003361 !important;


    border: none !important;
    padding: 10px 20px 10px 20px;
    min-width: 180px;
    text-align: center;
    font-size: 14px !important;
    line-height: 28px;
    text-transform: uppercase !important;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1.4px !important;
    font-weight: 400;
    position: relative;
    font-family: "georgia";
    
}
.bodyContent .wpforms-submit:hover {
    background: #003361 !important;
    color: #ffffff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    word-break: keep-all!important;
}
    
/*Inner Page Css ------------------------------------------------------------------------------------------------------------------------------ End - */






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


    /*Handheld Dropdown Css ---------------------------------Start */
    
    #menu-main li.menu-item-has-children > a {
        /*padding-left: 0px;
        padding-right: 35px;*/
    }
    #menu-main li {
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    #menu-main li:last-child a {
        border: none;
    }
    #menu-main li a {
        border: none;
        line-height: 25px;
        text-transform: inherit;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        font-family: "georgia";
        padding: 15px 0px;
        border-bottom: none;
    }
    #menu-main li:hover {
        border-color: transparent;
    }
    #menu-main li a:hover {
        color: #FFE471;
    }
    #menu-main li:hover > a {
        color: #FFE471;
    }
    #menu-main li.menu-item-has-children.open > a {
        color: #FFE471;
    }
    #menu-main li.menu-item-has-children.open  li.menu-item-has-children.open > a {
        color: #FFE471;
    }
    
    #menu-main li.menu-item-has-children > .arrow {
        height: 56px;
    }
    
    #menu-main li.menu-item-has-children.open > a {
        border: none;
        color: #FFE471;
    }
    
    #navbar {
        background: rgba(0, 51, 97, 0.97);
    	padding: 30px 29px 15px;
    	width: 100%;
    }
    
    #navbar .MenuLogo img {
        height: 45px;
        width: auto;
        margin-left: 20px;
    }
    
    #menu-main li.open > .sub-menu {
        border: none;
        margin: 0px !important;
    }
    
    #menu-main li.open {
        border: none;
    }
    
    #menu-main li li.open > .sub-menu {
        background-color: rgba(0, 0, 0, 0.2);
        border: none;
        padding: 22px 38px 22px 25px !important;
        margin: 0px !important;
    }
    #menu-main li li.open .sub-menu li {
        border: none;
    }
    #menu-main li.menu-item-has-children > .arrow {
        right: 0px;
        left: auto;
    }
    #menu-main .sub-menu .sub-menu li{
        padding: 0;
        border: none;
    }
    #menu-main .sub-menu a {
        border: none;
        line-height: 25px;
        text-transform: inherit;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0px;
        border-bottom: none;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    #menu-main .sub-menu .sub-menu a {
        padding: 0px 0px;
        font-size: 14px;
        color: #ffffff;
        border: none;
        line-height: 30px;
        font-weight: 400;
        font-family: Arial, Helvetica, sans-serif;
    }
    #menu-main .sub-menu a:hover {
        text-decoration: none;
        color: #FFE471;
        background: transparent !important;
    }
    #menu-main li.menu-item-has-children > .arrow:after {
        top: 50%;
        margin-top: -4px;
        color: #ffffff;
    	font-size: 0;
        background: url(images/white-arrow-long-new.png) no-repeat;
        background-size: cover;
        width: 16px;
        height: 7px;
        font-size: 0 !important;
    }
    #menu-main li.menu-item-has-children:hover > .arrow:after, #menu-main li.menu-item-has-children.open > .arrow:after {
        background: url(images/yellow-arrow-long-new.png) no-repeat;
        background-size: cover;
    }
    
    #navbar .social-bar-mb:before {
        display: table;
        content: '';
        clear: both;
    }
    #navbar .social-bar-mb {
        text-align: center;
    }
    #navbar .searchToggle {
        display: block;
        margin-bottom: 20px;
    } 
    
    
    #navbar .social-bar-mb .socials {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #navbar .social-bar-mb .socials li {
        min-width: inherit;
        padding: 0px 10px;
    }
    #navbar .social-bar-mb .socials li a {
        font-size: 16px;
        color: #ffffff;
    }
    #navbar .social-bar-mb .socials li a:hover {
        color: #FFE471;
    }
    
    
    #navbar .headerIcon {
        float: left;
        margin-bottom: 13px;
    }
    
    #navbar .menu-toggle span {
        background: #ffffff !important;
    }
    
    #navbar .menu-toggle .toggleIcon {
        position: absolute;
        width: 30px;
        right: 0px;
        top: -4px;
        transition: 300ms;
    }
    #navbar .menu-toggle {
        color: #ffffff !important;
    }
    
    .menu-toggle span:nth-child(1) {
        transform-origin: 50% 9px;
    }
    /*Handheld Dropdown Css ---------------------------------End */
    
}


/*Header Css --------------------------------- Start */
.headGroup {
    padding: 44px 52px 20px 46px;
    height: 135px;
}
.headGroup .socials {
    position: relative;
}
.headGroup .socialDesktop {
    display: inline-block;
}
.headGroup .searchToggle {
    display: inline-block;
}
.menu-toggle span {
    height: 2px;
}




.headGroup .container {
    max-width: 100% !important;
}
.headerIcon {
    text-align: left;
}
.headGroup .socials {
    padding: 2px 10px 2px 2px;
}
.headGroup .socials li:before {
    display: none;
}
.headGroup .socials li {
    min-width: inherit;
    padding: 0px 13px;
}
.headGroup .socials li a {
    font-size: 16px;
}






/*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;
    font-size: 14px;
}

.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: 0 15px;
	border: none;
}

.searchToggle .searchform.openSearch input.s {
	width: 250px !important;
	height: 40px;
	top: 30px;
	position: absolute;
}
@media only screen and (max-width : 767px) {
.searchToggle .searchform.openSearch input.s {
	width: 200px !important;
	left: 0px;
}
}
.searchToggle {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 20px;
	height: auto;
	min-height: inherit;
    margin-left: 0px;
}

.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 : -10px;
	top : -15px;
	padding-right : 0;
	height: 36px;
}

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

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	
}

.searchToggle .searchform.openSearch input.s {
	background: #FFE471;
	color: #003361 !important;
}
.fixedHeader .headGroup .searchSubmit {
	color: #ffffff;
}
.headGroup .searchSubmit:hover {
	color: #FFE471;
}
/*Search Toggle Styles -------------------------------------------------------------------  END  */



.headGroup a:hover {
	color: #FFE471;
}

.fixedHeader .headGroup .row {
    align-items: center;
}
.menu-toggle .toggleIcon {
    top: -4px;
}

.menu-toggle .toggleIcon span {
    background: #ffffff !important;
}
.menu-toggle:hover .toggleIcon span {
    background: #FFE471 !important;
}


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


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

    body.menuopen .main-headbox {
        right: 0;
        z-index: 9999;
        -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    }
    
    .fixedHeader .headGroup {
        padding: 29px 52px 29px 46px;
    }

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

    .menuLogo {
    }

	.main-headbox .mainLogo {
		display: block !important;
	}

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

    .main-headbox .headerRight {
        padding: 0px 0px 0 0;
    }
    .main-headbox .searchToggle {
        vertical-align: middle;
    }
    .main-headbox .topMenuSide .portalToggle i:after {
        color: #ffffff;
    }
    .main-headbox .headerRight .socialDesktop {
        margin-left: 25px;
    }    
    .main-headbox ul.socials li {

    	display:inline-block;
    	position:relative;
    	padding:0 13px;
    	min-width: inherit;
    	text-align:center;
    
    }
    
    body.menuopen .main-headbox .container {
        max-width: 1280px;
    }   
    body.menuopen .main-headbox .headmenu-box {
        padding-left: 0;
        width: 72%;
    }    
    
    .main-headbox .headerIcon {
        position: relative;
        text-align: center;
    }
    
    
    .main-headbox .headimage-box {
		position: relative;
        padding-top: 34px;
        width: 28%;
    }
    
    .main-headbox .headLogoWrap .stickyLogo {
        display: none;
    }
    .main-headbox .headLogoWrap {
        padding-right: 0;
        padding-left: 0px;
        text-align: left;
    }    
    .main-headbox {
        position: fixed;
        right: -100%;
        transition: right 1000ms;
        background: rgba(0, 51, 97, 0.97);
        top: 0;
        color: #ffffff;
        margin-top: 0px;
        padding: 0px 0 50px;
        z-index: 9999;
        bottom: auto;
        width: 100%;
        overflow-x: hidden;
        height: 100vh !important;
    }
    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: #00b2a9;
    }
    .headerRight .socialDesktop {
        display: inline-block;
    }
    .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: #00b2a9;
    }    
    .main-headbox .row {
        margin: 0px;
        padding-top: 0px;
    }
    .headGroup-menu .menu-toggle span:nth-child(1) {
        transform-origin: 50% 9px;
    }

    .main-headbox .headGroup-menu {
        position: relative;
        padding: 44px 50px 15px 30px;
        color: #ffffff;
		margin-bottom: 40px;
    }
    .main-headbox .headGroup-menu .container {
		max-width: 100% !important;
	}
	.main-headbox .headGroup-menu a {
        color: #ffffff;
    }
    .main-headbox .headGroup-menu a:hover {
        color: #f5a801;
    }
    .main-headbox .headGroup-menu .headerLeft {
        padding: 0;
    }
    
    
    .main-headbox .headGroup-menu .menu-toggle .toggleIcon {
        top: auto;
    }

    .main-headbox .headGroup-menu {
        color: #ffffff;
    }


	.main-headbox .headGroup-menu .searchSubmit {
		top: 1px;
	}

    .main-headbox .headGroup-menu .menu-toggle .toggleText, .main-headbox .headGroup-menu .searchSubmit {
        color: #ffffff !important;
    }
    .main-headbox .headGroup-menu .menu-toggle:hover .toggleText, .main-headbox .headGroup-menu .searchSubmit:hover {
        color: #edc287 !important;
    }
    
    
    /*.main-headbox .headGroup-menu .menu-toggle span {
        height: 2px;
        width: 19px;
        margin: 5px 0;
        background: #ffffff;
    }*/
    .main-headbox .headGroup-menu .menu-toggle:hover span {
        background: #ffffff;
    }
    .main-headbox .topMenuSide .portalToggle:hover {
        color: #f5a801;
    }
    
    




    .main-headbox .headGroup-menu .row {
        padding-top: 0px;
    }
    
    .main-headbox .headGroup-menu .headerfarLeft {
        display: block !important;
    }
    
    
    
    .menu_custom_image_box {
        position: relative;
        width: 100%;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        margin-bottom: 30px;
    }
        
    
    .menu_custom_image_box img {
        visibility: hidden;
        object-fit: cover;
    }
    .menu_custom_image_box:after {
        
        content: "";
        font-size: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0px;
        bottom: 0px;
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
        display: none;        
    }
    
    
    
    
    .menu_custom_image_box .see_all_news_btn {
        text-align: center;
        color: #ffffff;
        border-color: #ffffff;
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        bottom: 35px;
        z-index: 9;
    }
    
    .button.menu_button_on_img {
        padding: 5px 25px;
        background: #fdd918;
        color: #2e3092;
        text-align: center;
        font-weight: 700;
    }
    .button.menu_button_on_img:hover {
        background:  #2e3092;
        color: #ffffff;
    }
    .button.menu_button_on_img:after, .button.menu_button_on_img:hover:after {
        display: none;
    }    
    /*.see_all_news_btn:after {
        font-size: 20px;
        color: #f3b300;
        content: "\f054";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        margin-left: 10px;
    }*/
    
    .menu_custom_image_box .see_all_news_btn:hover {
        background: #00b2a9;
        border-color: #00b2a9;
    }
    
    
    .headsocial-box .searchform input#s {
        padding: 10px 20px 0px 10px;
        height: 40px;
    }
    
    .headerRight .socials li a {
        font-size: 18px;
    }
    .main-headbox .headerRight a {
        color: #ffffff;
    }
    .main-headbox .headerRight a:hover {
        color: #FFE471;
    }

    
    .menu-main-right-container ul {
        list-style: none;
        margin: 0px !important;
        padding: 0px 0px 0 0 !important;
        float: none;
        width: 48%;
        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: 14px 0 0 0px !important;
        width: 100%;
        min-width: 100%;
        top: 0;
        left: 100%;
        height: 100%;
    }
    
    .menu-main-right-container ul li ul ul {
        background: transparent;
        padding: 0 0 0 0px !important;
        z-index: 115;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .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: 30px;
        color: #ffffff;
        text-transform: inherit;
        line-height: 34px;
        text-shadow: none;
        padding: 25px 30px 25px 0px;
        font-family: "georgia";
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.41);
        position: relative;
        margin-right: 40px;
        letter-spacing: -0.75px;
    }
    
    .menu-main-right-container ul li a:hover {
        color: #FFE471;
    }
    .menu-main-right-container ul li:hover > a {
        color: #FFE471;
    }
    
    .menu-main-right-container ul li span {
        display: none;
    }
    .menu-main-right-container ul li > a:after {
        content: "\f105";
        position: absolute;
        right: 0px;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-style: normal !important;
        display: block;
		top: 50%;
        margin-top: -4px;
        color: #ffffff;
        font-size: 0;
        background: url(images/white-arrow-long-new.png) left top no-repeat;
        background-size: cover;
        width: 18px;
        height: 8px;
    }

   .menu-main-right-container ul li:hover > a:after {
        background: url(images/yellow-arrow-long-new.png) left top no-repeat;
        background-size: cover;
    }
    

    .menu-main-right-container ul li li > a:after {
        display: none;
    }
    .menu-main-right-container ul li li.menu-item-has-children > a:after {
        background: url(images/white-arrow-long-new.png) left top no-repeat;
        background-size: cover;
        display: block;
    }
    .menu-main-right-container ul li li.menu-item-has-children.open > a:after {
        background: url(images/yellow-arrow-long-new.png) left top no-repeat;
        background-size: cover;
        display: block;
    }
    .menu-main-right-container ul ul li.menu-item-has-children > a:after {
        background: url(images/white-arrow-long-new.png) left top no-repeat;
        background-size: cover;
    }
    .menu-main-right-container ul ul li.menu-item-has-children:hover > a:after {
        background: url(images/yellow-arrow-long-new.png) left top no-repeat;
        background-size: cover;
        transform: rotate(90deg);
    }
    .menu-main-right-container ul li:hover ul {
        display: block;
        left : 100%;
    }
    
    .menu-main-right-container ul li:hover ul li ul{
        display: none;
        padding-top: 0px !important;
    }
    
    .menu-main-right-container ul li ul li{
        position: relative;
        text-align: left;
        display: block;
        padding: 0px 20px;
    }
    .menu-main-right-container ul ul li:after {
        display: none;
    }
    .menu-main-right-container ul ul li a {
        color: #ffffff;
        text-shadow: none;
        font-size: 22px;
        display: block;
        line-height: 33px;
        padding: 9px 30px 9px 0px;
        margin: 0px !important;

        font-family: Arial, Helvetica, sans-serif;
                
        border-bottom: none;
        text-transform: inherit;
        letter-spacing: 2px;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .menu-main-right-container ul ul li a:hover {
        color: #FFE471;
        text-decoration: none;
    }
    .menu-main-right-container ul ul li:hover > a {
        color: #FFE471;
        text-decoration: none;
    }
    .menu-main-right-container ul ul ul li a {
        padding: 5px 30px 5px 0px;
    }    
    .menu-main-right-container ul li ul li ul {
        left : auto !important;
        padding: 0px !important;
        top: 100%;
        position: relative;
    }
    /*.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;
        padding: 25px 30px 15px 20px !important;
        background: rgba(0, 0, 0, 0.2);
    }
    
    .menu-main-right-container ul ul li {
        float: none;
    }
    
    .mobile-menu-box, body.menuopen .mobile-menu-box {
        display: none;
    }
    
    .headimage-box {
        padding: 0;
    }
    
    .headimage-box .menu_custom_image_box {
        text-align: center;
		z-index: 9;
    }
    .headimage-box .menu_link_on_img {
        font-weight: 400;
        text-transform: inherit;
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
		max-width: 100%;
        padding: 0px;
        text-align: center;
        background: transparent;
        z-index: 110;
        font-size: 24px;
		letter-spacing: 0.5px;
        color: #ffffff;
        /*font-style: italic;*/
        line-height: 46px;
        display: block;
    }
    .headimage-box .menu_custom_image_box:before {
		content:'';
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:50%;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5886729691876751) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5886729691876751) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0.5886729691876751) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
    .headimage-box .menu_link_on_img:hover {
        background: transparent;
        color: #edc287;
    }

    .headimage-box .menu_link_on_img span {
        padding: 0;
        text-align: right;
        font-size: 18px;
        font-family: "georgia";
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        font-weight: 700;
        line-height: 27px;
        position: absolute;
        right: 40px;
        bottom: 35px;
    }
    .headimage-box .menu_link_on_img:hover span {
        color: #edc287;
    }
    
    .headimage-box .menu_link_on_img span:after {
        content: '';
        width: 16px;
        height: 9px;
        display: inline-block;
        background: url(images/long-arrow.png) no-repeat;    
        margin-left: 45px;
        position: relative;
        top: -1px;
    }



        /*.headimage-box .menu_link_on_img span:after {
        width: 63px;
        background: #fdd918;
        margin: 10px auto 0;
        content: '';
        height: 1px;
        display: block;
    }*/
	.headimage-box {
        text-align: center;
    }
    .headimage-box .button {
        /*border: 2px solid #ffffff !important;
        background: transparent !important;
        margin: 0px auto !important;*/
        
    }
    .headimage-box .button:hover {
        /*background: #1d204d !important;
        background-image: none !important;
        border: 2px solid #ffffff !important;*/
    }
    
    #navbar {
        display: none;
    }
    
    
    
}

@media only screen and (min-width : 992px) and (max-width : 1350px) {
.menu-main-right-container ul ul li a {
font-size: 18px;
}    

.menu-main-right-container ul li a {
    font-size: 26px;
    padding: 25px 30px 25px 20px;
}
}


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



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




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

    .headGroup, .fixedHeader .headGroup {
        padding: 29px 25px 20px;
        height: auto;
    }
    
    .headerIcon img {
        max-height: 60px;
        width: auto;
    }
    .headGroup .socialDesktop {
        display: none;
    }
    
    .headGroup .searchToggle {
        display: none;
    }
    .menu-toggle .toggleText {
        display: block;
    }
    .headerRight {
        padding: 0;
        text-align: right;
        width: 30%;
    }
    .headLogoWrap {
        width: 70%;
    }
    
    .homeBanner .slideText .top_text,
    #hero .slideText .top_text {
        font-size: 30px;
        line-height: 1;
        margin-bottom:20px;
        padding: 0 20px;
    }
    
    .homeBanner .slideText .bottom_text,
    #hero .slideText .bottom_text {
        font-size: 17px;
        line-height: 22px;
        padding: 0 15px;
    }
    .homeBanner .slideText,
    #hero .slideText {
        bottom: 80px;
    }
    
    .fixed_button a {
        max-width: 74px;
        padding: 10px 19px 10px;
        font-size: 8px;
        line-height: 11px;
    }
    .fixed_button a img {
        max-height: 26px;
        width: auto;
        object-fit: cover;
    }
    .fixed_button a:last-child img {
        max-height: 22px;
        width: auto;
    }
    
   
    .welcomeBlock {
        padding: 120px 25px 120px;
    }
    /*h1:before, h2:before, h3:before {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: block !important;
        margin: 0px auto 10px !important;
    }*/
    h1, h1.entry-title, .entry-title, h2.entry-title, .section_title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .welcomeBlockText {
        padding: 0;
        text-align: center;
        margin-bottom: 73px;
        width: 100%;
    }
    body {
        font-size: 15px;
    }
    .blockButton > a, a.readmore, .button {
        min-width: 158px;
        font-size: 9px;
        padding: 10px 34px 10px 12px;
        line-height: 26px;
        font-size: 9px;
        letter-spacing: 0.9px;
        width: auto !important;
    }
    .welcomeBlock .button:after {
        right: 10px;
    }
    .welcomeImage-box {
        padding: 0;
        width: 100%;
    }
    .welcomeImage {
        max-width: 205px;
        margin: 0px auto;
    }
    .welcomeImage:before {
        right: -28px;
        top: -40px;
        width: 64px;
        height: 64px;
        background-size: cover;
    }
    .welcomeImage:after {
        width: 153px;
        height: 153px;
        right: -77px;
        background-size: cover;
        bottom: -61px;
    }

    .homeDynamic.dynamic-poi {
        padding: 0px 25px 70px;
        margin: 0;
    }
    .homeDynamic.dynamic-poi .container {
        padding: 0;
    }
    .section_title {
        text-align: center;
    }

    .homeDynamic.dynamic-quote .quoteContainer:before {
        display: none;
    }
    .homeDynamic.dynamic-quote .content_area {
        padding: 78px 25px;
        position: relative;
        width: 100%;
    }
    .homeDynamic.dynamic-quote .row {
        display: block;
    }
    .homeDynamic.dynamic-quote .content_area .quotesTitle {
        padding: 0px !important;
        font-size: 9px;
        letter-spacing: 0.9px;
        margin-bottom: 30px;
    }
    .dynamic-quote .quoteContainer blockquote.quote-text {
        padding: 0 !important;
        font-size: 18px;
        line-height: 28px;
    }
    .homeDynamic.dynamic-callout .callout.hasbg .coimg:after {
        left: 0px;
    }
    .homeDynamic.dynamic-callout .callout .calloutContent {
        padding: 62px 25px 70px;
        text-align: center;
    }
    .homeDynamic.dynamic-callout .callout .coimg img {
        min-height: 465px;
        height: auto;
        max-width: inherit;
    }
    .homeDynamic.dynamic-callout .calloutContent .calloutTitle h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 70px;
    }
    .homeDynamic.dynamic-callout .calloutContent .calloutTitle .calloutSubtitle {
        font-size: 28px;
        line-height: 38px;
    }
    .homeDynamic.dynamic-callout .callout.hasbg .readmore {
        right: 50%;
        transform: translatex(50%);
    }
    .homeDynamic.dynamic-callout .calloutContent .row .col {
        padding: 0;
    }
    .homeDynamic.dynamic-callout .calloutContent .calloutTitle {
        padding-right: 0px;
        padding-left: 0px;
    }
    .homeDynamic.dynamic-callout {
        margin: 0;
    }
    .dynamic-highlights {
        margin: 0;
        padding: 65px 0 65px;
    }
    .highlights_section {
        padding: 0px 25px;
    }
    .highlights_section .news_container .news-details-box {
        padding: 38px 28px 90px 36px;
        min-height: 232px;
    }
    .highlights_section .news-details-box .date {
        font-size: 9px;
        letter-spacing: 0.9px;
        line-height: 19px;
        margin-bottom: 9px;
    }
    .highlights_section .news-details-box .newsTitle {
        font-size: 20px;
        letter-spacing: -0.5px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .highlights_section .news_bottom .news-pager1, .highlights_section .news_bottom .news-pager2 {
        left: 36px;
        position: absolute;
        bottom: 6px;
        z-index: 10;
    }
    .dynamic-key-stats {
        background: #003361;
        padding: 72px 25px 110px;
        margin: 0px;
        color: #ffffff;
    }
    .single_key_stats-inner {
        max-width: 227px;
        text-align: center;
        margin: 0px auto;
    }
    .single_key_stats-inner h3 {
        font-size: 25px;
        line-height: 28px;
        letter-spacing: 0px;
    }
    .single_key_stats-inner h3 br {
        display: none;
    }
    
    .dynamic-destinations-logos {
        padding: 65px 0 150px;
    }
    .dynamic-destinations-logos .logos-button {
        right: 50%;
        transform: translatex(50%);
    }
    .dynamic-destinations-logos .owl-dots {
        bottom: -62px;
    }
    footer#footer {
        text-align: center;
        padding-top: 70px;
    }
    .footer-logo {
        margin-bottom: 65px;
    }
    .footer-logo img {
        margin: 0px auto;
        display: inline-block;
        height: 57px;
        width: auto;
    }
    footer#footer h3 {
      font-family: "georgia";
	  font-weight:700;
    }
    .location_details {
        margin-bottom: 50px;
    }
    .email-box {
        margin-bottom: 50px;
    }

    
    footer#footer .button {
        min-width: 233px;
        font-size: 14px;
        padding: 18px 38px 18px 20px;
    }
    .ft-col-1, .ft-col-2 {
        margin-bottom: 50px;
        width: 100%;
    }
    .ft-col-3 {
        width: 100%;
        padding: 0;
    }
    footer#footer .ft-col-2 ul {
        max-width: 230px;
        margin: 0 auto;
        text-align: left;
    }
    .footerSocial ul li a {
        font-size: 26px;
    }


    .breadcrumbs {
        margin-bottom: 60px;
    }

    .dynamic-poi .pois {
        display: block;
    }
    .sidebar {
        display: none;
    }

    .main-headbox {
     display: none;   
    }
    
    .homeDynamic.dynamic-callout:before,
    .homeDynamic.dynamic-callout:after,
    .dynamic-key-stats:before,
    .dynamic-key-stats:after {
        display: none;
    }    
    
    
    .headerSearch {
        width: 100%;
        max-width: 100%;
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 15px;
    }
    .headerSearch input {
        background: transparent !important;
        border: none !important;
        color: #ffffff !important;
    }    
    .headerSearch .searchSubmit {
        color: #ffffff;
    }
    
}



.down-arrow-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translatex(-50%);
    padding-bottom: 50px;
    background: url(images/down-arrow.png) center bottom no-repeat;
    font-size: 14px;
    font-family: "georgia";
    line-height: 30px;
    z-index: 112;
    color: #ffffff;
    text-transform: uppercase;
}
.down-arrow-btn:hover {
    opacity: 0.7;
}



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

    .owl-carousel .owl-stage-outer {
        padding: 0;
    }
    .homeDynamic.dynamic-poi .row, .highlights_row, .row.key_stats {
        margin: 0;
    }

    .single_key_stats-inner .key_logo img {
        max-width: 100%;
        width: auto !important;
    }


    .down-arrow-btn {
        bottom: 20px;
        padding-bottom: 30px;
        background-size: 12px;
        font-size: 11px;
    }
    .down-arrow-btn:hover {
        opacity: 0.7;
    }


}





/*News*/
.row.excerptGrid {
	--bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
	margin-top:10px;
	margin-bottom:50px;
}
.excerptBlock {
	background:#FAF8F8;
	width:100%;
	height:100%;
	position:relative;
}
.excerptBlock a {
	color:#003361;
}
.excerptBlock .excerptImage {
	width:100%;
	position:relative;
	background:#003361;
}

.excerptBlock .excerptImage:before {
	content:'';
	width:100%;
	padding-top:64.91%;
	display:block;
}
.excerptBlock .excerptImage > img {
	width:100%;
	height:100%;
	object-fit:cover;
    position: absolute;
	top:0;
	left:0;
	transition:300ms;
}
.excerptBlock a:hover .excerptImage > img{
	opacity:0.6;
}
.excerptBlock .excerptImage > img.ph {
    object-fit: contain;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}
.excerptBlock .excerptImage .icon {
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
	background:#003361;
	padding:10px;
}
.excerptBlock .excerptImage .icon svg {
	width:30px;
	height:30px;
	fill:#fff;
}
.excerptBlock .excerptDesc {
	padding:30px;
}
.excerptBlock .list-item-title {
    font-size: 30px;
	margin-bottom:0.3em;
    color: #003361;
}
.excerptBlock .date {
	font-size: 14px;
    color: #003361;
	margin-bottom:5px;
    font-family: "georgia";
}
.excerptBlock .list-item-title:before {
	display:none;
}
.excerptBlock .read_more {
	text-transform:uppercase;
	font-size: 13px;
    letter-spacing: 1px;
    font-family: "georgia";
}
/*Gallery*/
.excerptBlock .galleryDesc {
	position:absolute;
	color:#fff;
	bottom:0;
	left:0;
	background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	width:100%;
	padding-top:50px;
}
.excerptBlock.galleryBlock .excerptImage:before {
	padding-top:100%;
}
.excerptBlock.galleryBlock .list-item-title,
.excerptBlock.galleryBlock .date {
	color:#fff;
}
.nav-links {
	margin:10px auto;
	text-align:center;
	color:#000;
}
.nav-links .page-numbers{
	display:inline-block;
	padding:5px;
}
.nav-links a{
	color:#003361;
}
.newsFilter {
	font-size:16px;
	color:#003361;
    font-family: "georgia";
	margin-top:15px;
	margin-bottom:30px;
	text-transform:uppercase;
}
.newsFilter .filterTitle {
	padding-right:30px;
}
.newsFilter a{
	color:#003361;
	fill:#003361;	
	border-bottom-color:#FFE471;
}
.newsFilter a:hover{
	color:#FFE471;
	fill:#FFE471;
	border-bottom-color:#FFE471;
}
.newsFilter ul{
	list-style:none;
	padding:0;
	margin:0;	
    display: flex;
    justify-content: space-between;
}
.newsFilter ul li{
	display:inline-block;
	padding:0 5px;
}
.newsFilter ul li.vrule{
	display:none;
	opacity:0.7;
}
.newsFilter ul li a{
	padding:5px 0 2px;
	border-bottom:solid 2px transparent
}
.newsFilter ul li svg{
	width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
	fill:inherit;
}
.newsFilter ul li.active a{
	border-bottom-color:inherit;
}
@media (min-width:992px){
	.newsFilter ul li.vrule{
		display:block;
	}
}
/*Galleries*/
#contentGallery {
	--bs-gutter-x:30px;
    --bs-gutter-y:30px;
	margin-top:15px;
	margin-bottom:100px;
}
#contentGallery .galleryItem{
	flex: 0 0 auto;	
}
#contentGallery.gallerycols-2 .galleryItem{
    width: 50%;
}
#contentGallery.gallerycols-3 .galleryItem{
    width: 33.33333333%;
}
#contentGallery.gallerycols-4 .galleryItem{
    width: 25%;
}
#contentGallery.gallerycols-5 .galleryItem{
    width: 20%;
}
#contentGallery.gallerycols-6 .galleryItem{
    width: 16.66666667%;
}
#contentGallery .galleryItem a{
	display:block;
	border:solid 3px transparent;
	position:relative;
	transition:300ms;
	overflow:hidden;
}
#contentGallery .galleryItem a:hover{
	border-color:#003361;
}
#contentGallery .galleryItem a:before{
	position:relative;
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
#contentGallery .galleryItem a img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	object-fit:cover;
}
.contactContent {
	margin-bottom:50px;
}

.bodyContent div.wpforms-container-full .wpforms-form .wpforms-one-half{
    width: 49.25%;
	margin-left:1.5%;
}


.bodyContent div.wpforms-container-full .wpforms-form input[type=date], .bodyContent div.wpforms-container-full .wpforms-form input[type=datetime], .bodyContent div.wpforms-container-full .wpforms-form input[type=datetime-local], .bodyContent div.wpforms-container-full .wpforms-form input[type=email], .bodyContent div.wpforms-container-full .wpforms-form input[type=month], .bodyContent div.wpforms-container-full .wpforms-form input[type=number], .bodyContent div.wpforms-container-full .wpforms-form input[type=password], .bodyContent div.wpforms-container-full .wpforms-form input[type=range], .bodyContent div.wpforms-container-full .wpforms-form input[type=search], .bodyContent div.wpforms-container-full .wpforms-form input[type=tel], .bodyContent div.wpforms-container-full .wpforms-form input[type=text], .bodyContent div.wpforms-container-full .wpforms-form input[type=time], .bodyContent div.wpforms-container-full .wpforms-form input[type=url], .bodyContent div.wpforms-container-full .wpforms-form input[type=week], .bodyContent div.wpforms-container-full .wpforms-form select, .bodyContent div.wpforms-container-full .wpforms-form textarea {
	height:56px;
	border-radius:0;
	padding:15px 15px;
	border-color:#828282;
}
.bodyContent div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align:center;
}
.bodyContent div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 150px;
}
.bodyContent div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 250px;
}
.bodyContent div.wpforms-container-full .wpforms-form ul li {
	position:relative;
	min-height:35px;
}

.bodyContent div.wpforms-container-full .wpforms-form input[type=checkbox], .bodyContent div.wpforms-container-full .wpforms-form input[type=radio] {
	width:32px;
	height:32px;
    vertical-align: middle;
	position:absolute;
	top:0;
	left:0;
}
.bodyContent div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
	display:block;
    padding-left: 50px;
	padding-top:5px;
	padding-bottom:10px;
}

/* iubenda */

.privacy-policy .body-text ul li::marker, .page-id-7500 .body-text ul li::marker {
    content: none!important;
}