/*

	Theme Name: Schoolcms

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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



body {  

    font-family: 'Roboto', sans-serif;
    
    font-size: 16px;
    
    line-height: 26px;
    
    font-weight:300;
    
    color: #262626;
    
    letter-spacing: 0.5px;
    
    margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

a {

	color:#000;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	color: #262626;
    font-weight: 300;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom: 25px;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 40px;
	margin-bottom:20px;
    font-weight: 300;

}



h2 {



}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

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

.blockButton>a, a.readmore, .button, .wpforms-submit {
    background: #28b3c1;
    font-size: 12px;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 10px 34px 10px 34px;
    text-align: center;
    font-weight: 300;
    display: inline-block;
    min-width: 166px;
    border: 1px solid #ffffff;
    text-shadow: none;
    border-radius: 23px;
}


.button.style1 {
    background: #28b3c1;
}
.button.style2 {
    background: #94a727;
}


.blockButton>a:hover, a.readmore:hover, .button:hover, .wpforms-submit:hover {
    background: #181818;
    color: #28b3c1;
}


.blockButton>a:after, a.readmore:after, .button:after, .wpforms-submit:after {
    content: "";
    width: 21px;
    height: 10px;
    background: url(images/arrow-menu.png) no-repeat;
    display: inline-block;
    margin-left: 15px;
}

.blockButton>a:hover:after, a.readmore:hover:after, .button:hover:after, .wpforms-submit:hover:after {
    background: url(images/arrow-menu-blue.png) no-repeat;
}


.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\******/

#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width: 100%;

	margin:0 auto 0px;

	overflow:hidden;

}

/*#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}*/

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

	height:100vh;

	min-height: 780px;

}

@media(min-width:768px){

	.homeBanner {

		max-height:873px;

	}

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

	bottom: auto;
    top: 95px;
    left: 0;

    right: 0;

    font-size: 18px;

	padding: 0;

    color: #fff;

    position: absolute;

    text-align: center;
    
}

.homeBanner .slideText .slideButtons{
	text-align:center;
}
.homeBanner .slideText .slideButtons .banner_button{
	margin-left:5px;
	margin-right:5px;
}
.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;
    max-width: 825px !important;
    margin: 0px auto !important;
    padding: 60px 7% 60px !important;
    text-align: center !important;
    position: relative;
    color: #58595b;
    overflow: hidden;
}
.fancybox-content.popupAlert:before  {
    content: '';
    width: 373px;
    height: 355px;
    background: url(images/left-mini-poi-icon.png) left top no-repeat;
    display: block;
    position: absolute;
    top: 80px;
    transform: rotate(-100deg);
    left: -100px;
}

.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-bottom:30px;
}


.popupAlert .noticeText .popTitle strong, .popupAlert .noticeText .popTitle span {
    display: block;
    font-weight: 700;
}


.popupAlert .noticeBody .alert-btn.button {
    margin-top: 25px;
    padding: 13px 34px 13px 34px;
}


.fancybox-slide--html .fancybox-close-small {
    color: #262626 !important;
    border: none !important;
    right: 20px !important;
    top: 20px !important;
    padding: 0 !important;
}
.fancybox-button svg {
    fill:  #262626 !important;
}






/*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:79px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}

.headerIcon img{



}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 2px;

	min-width: inherit;

	text-align:center;

}

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

}

/*.home 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){	

}

	/*.fixedHome .headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.fixedHome .headGroup a{

		color:#fff;

	}

	.fixedHome .headGroup .socials li:before,

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

		background:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		color:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		

	}*/

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

		  /*color: #fff;*/

	}



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

		  /*color: #fff;*/

	}



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

		  /*color: #fff;*/

	}

	/*.fixedHome .headGroup #searchSubmit {

		color:#fff;

	}

	.fixedHome .headerIcon {

		

	}

	.fixedHome .headerIcon a{

		

	}*/





@media (min-width:768px){

	.headerRight .menu-toggle {		

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		right:auto;

		float:right;

	}

	.headerRight .topMenuSide {

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		left:auto;

	}

	.headerRight .topMenuSide span{

		display:inline;

	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		margin-left:20px;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}

@media (min-width:992px){





}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left: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:22px;

	line-height:22px;

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

	}

	

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

		position:absolute;

		left:0;

		top:0;

		height:68px;

		width:30px;

	}

	@media (min-width:1200px){

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

			height:75px;

		}

	}

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

		position:absolute;

		    content: '\f054';

			display: block;

			width: 11px;

			height: 27px;

			position: absolute;

			left: 12px;

			top: 21px;

			font-weight: 700;

			font-family: "Font Awesome 5 Free";

			transform: rotate(0deg);

			transition: 300ms;

	}

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

		transform:rotate(90deg);

	}

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

		height:47px;

	}

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

		top:15px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



#footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

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

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 20px;

	height: 10px;

	position: absolute;

	left: 19px;

	top: 23px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;
    
    font-size: 0;
    
    background: url(images/arrow-menu.png) center center no-repeat;
    

}

#menu-side .sub-menu li:hover > .arrow:before {
    background: url(images/arrow-menu-blue.png) center center no-repeat;
}

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

    background: url(images/arrow-menu-blue.png) center center no-repeat;
	transform:rotate(90deg);

}



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

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}

@media (max-width:767.99px){

	.side-menu-container {

		display:none;

	}

}



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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	body.fixedHome .menu-toggle {

		color:#fff;

	}

	body.fixedHome .menu-toggle span {

		background-color:#fff;		

	}

}

@media (min-width:1200px){



}

body.menuopen {

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}



.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:40px;

	margin-bottom:40px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 2.2em;

}



/**** Image ****/

.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

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

.dividera{

clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

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

    background-position: center center;

	background-size:contain;

	height:76px;

	width:130px;

	top:50%;

	left:50%;

	margin-top:-38px;

	margin-left:-65px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:104px;

}







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

.faqs{



}



.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:15px;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

	font-size:1em;

	text-transform:uppercase; 

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 11px;

    height: 18px;

    position: absolute;

    right: 20px;

    top: 15px;

	font-weight:700;

	font-family: "Font Awesome 5 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faq-answer{

	display:none;

	padding:15px;

}

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

	border-bottom:solid 1px #a2a6a9;

}

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

	border-color:#969696;	

}





/******Staff********/

.staffMember {

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

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

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

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

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

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

	background-color:#ccc;

}

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

blockquote {

	border:0;

	background:#e0e0e0;

	color:#000;

	font-style:italic;

	font-size:1.5em;

	font-weight:300;

	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;

	text-transform: uppercase;

	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;

	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;

}



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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}

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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









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





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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





/*Menu Styles Show    ----------------------------------- */
.headerRight {
    padding: 0 50px 0 0;
}

.menu-main-container {
    display: inline-block;
    z-index: 10;
}

ul#menu-main-top {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#menu-main-top li {
    display: inline-block;
    padding: 0px;
    margin: 0px 11px;
    vertical-align: middle;
    position: relative;
}

#menu-main-top li:first-child {
    margin-left: 0px;
}
#menu-main-top li:last-child {
    margin-right: 0px;
}
#menu-main-top li:last-child a span {
    border: none !important;
}


#menu-main-top li li {
    position: relative;
    margin: 0px;
}

#menu-main-top li a {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    right: 0;
    color: #181818;
    letter-spacing: 2px;
}

#menu-main-top .sub-menu li {
    padding: 0px 40px;
}

#menu-main-top .sub-menu li a {
    padding: 0px 40px;
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 29px;
    margin: 0px -40px;
    text-transform: uppercase;
}

#menu-main-top .sub-menu li a span {
    padding: 9px 0px;
    display: block;
}

#menu-main-top .sub-menu li a:hover {
    color: #262626;
    background: rgba(255, 255, 255, 0.3);
    text-decoration: none !important;
}

#menu-main-top li a {
    line-height: 46px;
    position: relative;
    display: block;
}

#menu-main-top li a:hover {
    text-decoration: none;
    color: #28b3c1;
}

#menu-main-top li:hover > a {
    text-decoration: none;
    color: #28b3c1;
}


#menu-main-top .sub-menu li:hover > a {
    text-decoration: none;
    color: #262626;
}


#menu-main-top .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    display: none;
    background: #28b3c1;
    padding: 15px 0 20px;
    width: 100%;
    min-width: 340px;
    color: #ffffff;
    
    text-align: left;
    z-index: 11;

}


/*#menu-main-top .sub-menu:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #003148;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translatex(-50%);
}
#menu-main-top .sub-menu .sub-menu:after {
    display: none;
}*/


#menu-main-top .sub-menu li {
    display: block;
}

/*body.home #menu-main-top .sub-menu {
    top: 72px;
}
body.home.fixedHeader #menu-main-top .sub-menu {
    top: 100%;
}*/
/*#menu-main-top .sub-menu li a {
    color: #171717;
}*/
#menu-main-top li:hover > .sub-menu {
    display: block;
}

#menu-main-top .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    display: none;
    line-height: 32px;
    padding: 0px !important;
    height: auto;
    transform: none;
    min-height: inherit;
}

#menu-main-top .sub-menu li:hover > .sub-menu {
    display: none;
}

@media (min-width: 1200px) {
    #menu-main-top .sub-menu li:hover > .sub-menu {
        display: block;
    }
}


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

	position:absolute;

	    content: '\f054';

		display: block;

		width: 20px;

		height: 10px;

		position: absolute;

		right: 17px;

		top: 18px;

		font-weight: 700;

		font-family: "Font Awesome 5 Free";

		transform: rotate(0deg);

		transition: 300ms;
        
        font-size: 0px;
        
        background: url(images/arrow-menu.png) center center no-repeat;

}





/*Menu Styles Show    ----------------------------  END  ------------------------------------ */


.socialDesktop {
    display: inline-block;
    margin: 0 0 0 20px;
}
.headLogoWrap {
    text-align: left;
    padding-left: 20px;
}


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

    .headerRight .menu-toggle {
        display: none;
    }


}


.headGroup {
    padding: 0px;
}
.headGroup .container {
    max-width: 100%;
}
.headGroup ul.socials {
    padding: 0;
    vertical-align: middle;
}

.headGroup ul.socials li a {
    font-size: 13px;
    color: #94a727;
}
.headGroup ul.socials li a:hover {
    color: #28b3c1;
}


.head-btm-bar {
    background: #181818;
    color: #ffffff;
    display: block;
    line-height: 33px;
    text-align: right;
    padding: 0px 50px 0 20px;
}

.head-btm-bar a {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    padding-right: 35px;
    background: url(images/arrow-menu.png) center right no-repeat;
    margin: 0 30px;
    position: relative;
}
.head-btm-bar a:hover {
    color: #28b3c1;
    background: url(images/arrow-menu-blue.png) center right no-repeat;
}
.head-btm-bar a:after {
    background: rgba(255, 255, 255, 0.3);
    width: 1px;
    height: 15px;
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translatey(-50%);
    display: block;
}

.head-btm-bar a:last-child {
    margin-right: 0;
}
.head-btm-bar a:last-child:after {
    display: none;
}

.banner_logo {
    margin-bottom: 40px;
}

.banner_logo img {
    width: 146px!important;
    max-width: 100% !important;    
    height: auto !important;
}

.homeBanner .slideText .top_text {
    font-size: 13px;
    font-weight: 300;
    line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.homeBanner .slideText .banner_title {
    font-size: 76px;
    line-height: 68px;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin-bottom: 40px;
    text-shadow: 5px 5px 10px #000000, 0 0 40px #000000, 0 0 80px #000000;
}


.homeBanner:after {
    content: '';
    width: 100%;
    height: 158px;
    background: url(images/wave-bg-img.png) center bottom no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 111;
    transform: rotate(180deg);
}

.banner_content_slider {
    position: relative;
    padding-bottom: 60px;
}

.banner_content_slider .row {
    margin: 0;
}


.banner_content_slider:after {
    content: '';
    width: 100%;
    height: 376px;
    background: url(images/banner-bottom-shape.png) center bottom no-repeat;
    display: block;
    position: absolute;
    top: -85px;
    z-index: 112;
}
.banner_content_slider .container {
    position: relative;
    z-index: 113;
    top: -190px;
    margin-bottom: -190px;
}

.banner_content_slider .col-md-4 {
    padding: 0px;
}

.banner_content_slider .poi {
    background: #262626;
    padding: 75px 35px 55px;
    text-align: left;
    min-height: 350px;
}
.banner_content_slider .poi.black {
    background: #262626;
}
.banner_content_slider .poi.green {
    background: #899c1e;
}
.banner_content_slider .poi.light-green {
    background: #94a727;
}

.banner_content_slider .poi .textOnlyBlock {
    padding: 0 !important;
    position: relative;
    z-index: 1;
}

.banner_content_slider .poi .textOnlyBlock .poiText {
    padding: 0 !important;
}

.banner_content_slider .poi .textOnlyBlock .poiTitle {
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: inherit;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.banner_content_slider .poi:hover .textOnlyBlock {
    background: transparent;
}

.banner_content_slider .poi .button {
    background: transparent !important;
}
.banner_content_slider .poi:hover .button {
    background: #28b3c1 !important;
    color: #ffffff !important;
}
.banner_content_slider .poi:hover .button:after {
    background: url(images/arrow-menu.png) no-repeat;
}

.banner_content_slider .poi:hover:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}





.banner_content_slider .poiEx {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
}
.banner_content_slider .poiText {
    text-align: left;
}


.homeDynamic.dynamic-poi {
    margin: 0;
}

.dynamic-poi .poi {
    border-radius: 0 0 13px 0;
    overflow: hidden;
}

.homeDynamic.dynamic-poi .poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top: 65.204%;
}

.dynamic-poi .col-md-12 .poi .poiImage:before {
    padding-top: 31.9%;
}

.dynamic-poi .poiImage .poiText {
    padding: 0;
    bottom: 0;
    transform: none;
}
.dynamic-poi .poi:hover .poiImage .poiText {
    bottom: 50%;
    transform: translatey(50%);
}
.dynamic-poi .poi .poiTitle {
    padding: 15px 25px;
    text-align: left;
    background: #28b3c1;
    text-transform: inherit;
    font-weight: 300;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.5px;
}
.poiImage .poiImageBG:after {
    background: transparent;
}


.dynamic-poi .poi {
    background: #28b3c1;
}
.dynamic-poi .poi:hover .poiTitle {
    padding: 0;
    background: #28b3c1;
    margin-bottom: 25px;
}

.dynamic-poi .poi:hover .poiImage .poiText {
    padding: 30px 25px;
    text-align: left;
}


.dynamic-poi .poi.blue {
    background: #28b3c1;
}
.dynamic-poi .poi.blue:hover .poiTitle {
    padding: 0;
    background: #28b3c1;
    margin-bottom: 25px;
}

.dynamic-poi .poi.green {
    background: #848525;
}
.dynamic-poi .poi.green:hover .poiTitle, .dynamic-poi .poi.green .poiTitle {
    background: #848525;
}


.dynamic-poi .poi.light-green {
    background: #94a727;
}
.dynamic-poi .poi.light-green:hover .poiTitle, .dynamic-poi .poi.light-green .poiTitle {
    background: #94a727;
}



.dynamic-mini-poi {
    padding: 330px 0 40px;
    position: relative;
    margin: 0;
}

.dynamic-mini-poi:after {
    content: '';
    width: 100%;
    height: 134px;
    background: url(images/inner-banner-bottom.png) center bottom no-repeat;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
}

.dynamic-mini-poi:before {
    width: 100%;
    max-width: 373px;
    height: 355px;
    content: '';
    background: url(images/left-mini-poi-icon.png) center top no-repeat;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}
footer#footer {
    position: relative;
    background: #262626;
    color: #ffffff;
    padding: 260px 0 20px;
}
footer#footer a {
    color: #ffffff;
}
footer#footer a:hover {
    color: #28b3c1;
}
footer#footer:before {
    content: '';
    width: 100%;
    height: 158px;
    background: url(images/wave-bg-img.png) center bottom no-repeat;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
}
footer#footer:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(images/footer-shape.png) right bottom no-repeat;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

footer#footer .container {
    position: relative;
    z-index: 3;
}


.footer-logo {
    margin-bottom: 40px;
}
footer#footer .email-box {
   margin-bottom: 26px; 
}
footer#footer p {
   margin-bottom: 40px; 
}
footer#footer .footer_social {
   margin-bottom: 40px; 
   line-height: 26px;
   font-size: 13px;
}
footer#footer .footer_social ul.socials {
    padding: 0;
}
footer#footer .footerLower {
    background: transparent;
    padding: 175px 0 0;
    color: rgba(255, 255, 255, 0.3);
}
footer#footer .footerLower a {
    color: rgba(255, 255, 255, 0.3);
}
footer#footer .footerLower a:hover {
    color: #28b3c1;
}

footer#footer .footerLower p {
    margin: 0 !important;
}




.dynamic-mini-poi .container {
    position: relative;
    z-index: 3;
}

.dynamic-mini-poi .left-mini-pois-section .row {
    margin: 0;
}


.dynamic-mini-poi .miniPoi.col {
    width: 50%;
    flex: none;
    padding-left: 55px;
    margin-bottom: 74px;
}
.dynamic-mini-poi .miniPoi .poiText {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #262626;
}
.dynamic-mini-poi .miniPoi a {
    display: inline-block;
    line-height: 33px;
}
.dynamic-mini-poi .miniPoi a:hover .poiText {
    color: #28b3c1;
    font-weight: 700;
}

.dynamic-mini-poi .minipoiImg {
    width: 33px;
    display: inline-block;
    margin-right: 30px;
}
.dynamic-mini-poi .minipoiImg svg {
    width: 33px;
    height: auto;
}
.dynamic-mini-poi .minipoiImg svg g {
    fill: #262626;
}
.dynamic-mini-poi .miniPoi a:hover svg g {
    fill: #28b3c1;
}
.dynamic-mini-poi .miniPoi a:hover svg path {    
    stroke: #28b3c1!important;
}

.right-mini-pois-inner {
    max-width: 455px;
    margin: 0px auto;
}

.right-mini-pois-inner h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.right-mini-pois-inner .left_text {
    line-height: 26px;
    font-size: 16px;
    color: #262626;
    margin-bottom: 50px;
}


.right-mini-pois-inner .button {
    font-size: 14px;
    line-height: 34px;
    min-width: 204px;
}



















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

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

#menu-side > li > a {
    padding-left: 0px;
    padding-right: 0px;
}
#menu-side > li > a {
    clear: both;
}
#menu-side > li > a span {
    color: #3b0f7e;
    font-size: 0px;
    text-transform: inherit;
    border-bottom: none !important;
    margin-bottom: 25px;
    display: block;
    font-weight: 300 !important;
    position: relative;
    line-height: 0;
    text-align: left;
    padding: 0;
    height: 54px;
}
#menu-side > li > a:hover span {
    border-bottom: none !important;
}
#menu-side > li > a span:before {
    background: transparent;
    font-size: 24px;
    content: '';
    display: block;
    line-height: 26px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 1 !important;
    content: 'In this section';
    color: #ffffff;
}

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

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

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

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

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

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

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

#menu-side a {
    font-size: 16px;
    line-height: 25px;
    display: block;
    letter-spacing: 0.5px;
    padding: 0px 0px 0px 0;
    text-transform: inherit;
    color: #ffffff;
    font-weight: 300;
}

#menu-side a span {
    padding: 15px 30px 15px 0px;
}

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

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

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

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

#menu-side .sub-menu li.open > a {
    color: #28b3c1;
    background: transparent;
}

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

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

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

#menu-side .sub-menu li.open li a:hover {
    color: #28b3c1;
    background: transparent;
}
#menu-side .sub-menu li.open li a:hover span  {
    color: #28b3c1;
    background: transparent;
}

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

#menu-side .sub-menu li.open li:before {
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: block;
    border-radius: 5px;
    content: "t";
    font-size: 0px;
    position: absolute;
    left: 25px;
    top: 20px;
    display: none;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #28b3c1;
    background: transparent;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #28b3c1;
    background: transparent;
}
#menu-side .sub-menu li.current-menu-ancestor a, #menu-side .sub-menu li.current-menu-item a {
    color: #28b3c1;
}
#menu-side .sub-menu li.current-menu-item.open > a span {
    color: #ffffff;
    border-color: transparent;
}
#menu-side > li > a {
    text-transform: inherit !important;
}
#menu-side > li > a span:after {
    color: #4c919f;
    font-size: 30px;
    content: 'In this Section';
    font-weight: 300 !important;
    padding-right: 0px;
    line-height: 36px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: inherit !important;
    width: 100%;
    text-align: left;
    display: none;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: inherit !important;
    letter-spacing: 0.5px;
    border-color: transparent;
    line-height: 24px;
    font-style: italic;
    font-size: 14px;
}

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

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



#menu-side .sub-menu li.open li.menu-item-has-children.open {
    border: none;
}
#menu-side .sub-menu li.open li.menu-item-has-children.open .sub-menu {
    padding-left: 20px;
}


#menu-side .sub-menu .sub-menu li.open  li.open.menu-item-has-children > .arrow:before {
    display: block;
    background: url(images/arrow-menu-blue.png) center center no-repeat;
}
#menu-side .sub-menu .sub-menu  li.menu-item-has-children.open > .arrow:before {
}

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


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

.sidebar .searchform input#s {
    color: #3b0f7e;
}

.sidebarSec {


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

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

.sidebarSec ul li a {
    font-size: 15px;
    line-height: 28px;
    display: block;
    letter-spacing: 3px;
    padding: 0px 0px 0px 0;
    text-transform: uppercase;
    
    color: #3b0f7e;
}

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

.its {
    border-bottom: 1px solid #d3d3d3;
    display: block;
    margin-bottom: 20px;

	color:#9e384e;
	font-family: 'Sorts Mill Goudy', serif;
    font-size: 32px;
}

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



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


.sidebar .callout .calloutContent {
    padding: 60px 35px 50px;
}
.bodyContent .callout .calloutContent {
    padding: 80px 35px 70px;
}
.bodyContent .calloutSubtitle, .sidebar .calloutSubtitle {
    text-align: left;
}
.callout {
    background: #28b3c1;
}

.callout.blue {
}

.callout.green {
    background: #848525;
}

.callout.light-green {
    background: #94a727;
}

.bodyContent .callout.hasbg .calloutContent {
    padding: 120px 35px 120px;
}
.bodyContent .callout.hasbg .calloutContent .calloutTitle h3, .sidebar .callout.hasbg .calloutContent .calloutTitle h3 {
    text-align: center;
}

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


.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;
    margin: 0;
}
.bodyContent .callout .calloutContent .calloutTitle h3, .sidebar .callout .calloutContent .calloutTitle h3 {
    color: #ffffff;
    margin-bottom: 25px !important;
    font-size: 24px;
    line-height: 25px;
    font-weight: 300;
    position: relative;
    padding: 0px;
    text-transform: inherit;
    letter-spacing: 0.5px;
    text-align: left;
}
.callout .calloutContent {
    text-align: left;
}

.bodyContent .callout .calloutContent .calloutTitle .calloutSubtitle, .sidebar .callout .calloutContent .calloutTitle .calloutSubtitle {
    text-transform: inherit !important;
    margin-top: 0px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 1);
    text-shadow: none;
}

.callout .readmore {
    margin: 0;
    background: transparent;
}
.callout .readmore:hover {
    background: #181818;
}


.callout.hasbg .calloutContent {
    text-align: center;
}



.body-text h2, .sidebar h2 {
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0px 0 25px;
    font-weight: 300;
    color: #262626;
    text-transform: inherit;
}

.bodyContent h2 a, .sidebar h2 a {
    color: #262626;
}
.bodyContent h2 a:hover, .sidebar h2 a:hover {
    color: #94a727;
}

.body-text h3, .bodyContent .dynamic-text h3, .sidebar .dynamic-text h3{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0px 0 20px;
    font-weight: 300;
    text-transform: inherit;
    color: #2c2c41;
}
/*
.body-text h3:before, .sidebar h3:before {
    background: url(images/blue-title-icon.png) center center no-repeat;
    width: 37px;
    height: 42px;
    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: inherit;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
	font-weight:400;
	margin-bottom:0;
}
.body-text.faq-answer h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
	margin:0 0 5px;
	font-weight:400;
	text-transform: inherit;
}
.body-text.faq-answer h3:before {
	display:none;
}

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


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


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

.staffMember h3 {
    font-size: 28px;
    line-height: 33px;
    margin: 0px 0 10px;
    color: #2c2c41;
}
.staffMember h3.featured-staff-name a {
    text-decoration: none;
}
.staffMember h3.featured-staff-name a:hover {
    color: #debc36 !important;
}

.sidebar .featured-staff-image img,
.sidebar .standard-staff-image img{
	width:100%;
	margin-bottom:10px;
}

.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: #94a727;
    color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 0px 20px 0;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

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

.bodyContent .body-text a {
}

.bodyContent h1 {
    margin-bottom: 50px;    
}
@media only screen and (max-width : 767px) {
.bodyContent h1 {
    margin-bottom: 30px;    
}
.breadcrumbs {
    margin-bottom: 20px;
}
}

.bodyContent ul {
    list-style: none;
    padding: 0 0 0 0px;
}
.bodyContent ul li {
    /*font-size: 16px;*/
    line-height: 36px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 0px;
}
.bodyContent ul li:before {
    content: '';
    font-size: 0;
    width: 9px;
    height: 9px;
    background: #94a727;
    position: absolute;
    left: 0px;
    border-radius: 9px;
    top: 12px;
}

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


.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-size: 16px;
}
.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: 12px 55px 12px 25px !important;
    color: #ffffff !important;
	background: #262626;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 23px !important;
	text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 0 13px 0;
    overflow: hidden;
    
    
    font-weight: 300;
    letter-spacing: 2px;

	text-align: left;

}
.faq.open .faq-question {
    border: none !important;
	background: #28b3c1;
	color: #ffffff !important;
}
.faq-question:hover {
    border: none !important;
	background: #28b3c1;
	color: #ffffff !important;
}
.faq .faq-question:after {
    content: '\f105';
    display: block;
    width: 21px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;

    font-size: 0;
    
    background: url(images/arrow-menu.png) no-repeat;
    background-size: cover;
}
.faqs .faq.open .faq-question:after {
    top: 18px;
    transform: rotate(90deg);
}
.faq .faq-question:hover:after {
}
.faqs .faq.open {
    background: #f2f2f2;
}
.faq-answer {
    display: none;
    padding: 40px;
    border: none;
    color: #003148;
}
.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: 12px 55px 12px 25px !important;
    color: #ffffff !important;
	background: #262626;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 23px !important;
	text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 0 13px 0;
    overflow: hidden;
    
    
    font-weight: 300;
    letter-spacing: 2px;

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

    margin: 0px 0 10px !important;

}

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

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

.dynamic-documents a.document-link:after {
    content: '\f105';
    display: block;
    width: 21px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;

    font-size: 0;
    
    background: url(images/arrow-menu.png) no-repeat;
    background-size: cover;
}
.dynamic-documents a.document-link:hover:after {
}

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



    position: relative;
    margin: 0 !important;
    padding: 12px 55px 12px 25px !important;
    color: #ffffff !important;
	background: #262626;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 23px !important;
	text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 0 13px 0;
    overflow: hidden;
    
    
    font-weight: 300;
    letter-spacing: 2px;

    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: #848525;
	color: #ffffff !important;
}

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


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: '\f105';
    display: block;
    width: 21px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;

    font-size: 0;
    
    background: url(images/arrow-menu.png) no-repeat;
    background-size: cover;
        
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
}


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


    position: relative;
    margin: 0 !important;
    padding: 12px 55px 12px 25px !important;
    color: #ffffff !important;
	background: #262626;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 23px !important;
	text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 0 13px 0;
    overflow: hidden;
    
    
    font-weight: 300;
    letter-spacing: 2px;

    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: #848525;
	color: #ffffff !important;
}

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

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: '\f105';
    display: block;
    width: 21px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;

    font-size: 0;
    
    background: url(images/arrow-menu.png) no-repeat;
    background-size: cover;

}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
}


.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: 70px !important;
	height: 70px !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: 70px !important;
	height: 70px !important;
	line-height: 62px !important;
	background: #ffffff !important;
	border: 2px solid #ffffff !important;
	border-radius: 50% !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	color: #94a727 !important;
	content: '\f04b' !important;
	font-size: 16px !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
    padding-left: 5px !important;
    padding-top: 2px !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: 2px 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 .dynamic-callout .callout .readmore, .sidebar .dynamic-callout .callout .readmore  {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    background: #c9b669 !important;
    padding: 20px 25px 20px 25px;
}
.bodyContent .dynamic-callout .callout .readmore:hover, .sidebar .dynamic-callout .callout .readmore:hover {
    background: #a0101f !important;
}
.bodyContent .dynamic-callout .callout .readmore:after, .sidebar .dynamic-callout .callout .readmore:after {
    display: none;
}
*/

.bodyContent .dynamic-callout .video_callout .readmore:hover, .sidebar .dynamic-callout .video_callout .readmore:hover {
    background: transparent !important;
}






.bodyContent .image-item {
    border-radius: 0 0 13px 0;
    overflow: hidden;
}
    

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

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

.bodyContent .dynamic-quote {
    background: #28b3c1 !important;
    padding: 60px 40px 40px;
    position: relative;
}

.bodyContent .quoteContainer {
    background: transparent;
    padding: 0 !important;
}
.bodyContent .quoteContainer .cycle-pager {
    display: none !important;
}

blockquote {
    margin-bottom: 30px;
    padding: 60px 40px 40px;
    background: #28b3c1;
}
.dynamic-quote {
    background: #28b3c1 !important;
    padding: 60px 40px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 13px 0;
}    
.dynamic-quote blockquote {
    margin-bottom: 30px;
    padding: 0px 0px 0px !important;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    background: transparent;
    font-style: italic;
}


.bodyContent blockquote {
    margin-bottom: 40px !important;
    
}

.bodyContent .quoteContainer .quote-cite {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 300;
}





.wpforms-submit {
    background: #28b3c1 !important;
    font-size: 12px !important;
    position: relative !important;
    color: #ffffff !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    line-height: 28px !important;
    padding: 13px 20px !important;
    border: 1px solid #ffffff !important;
    border-radius: 23px !important;
    min-width: 205px;
}


.wpforms-submit:hover {
    background: #181818 !important;
    color: #28b3c1 !important;
}






.bodyContent .dynamic-carousel .item .image {
    margin-bottom: 14px;
    display: block;
    overflow: hidden;
}

.bodyContent .dynamic-carousel .item .image img {
    transition: all 0.3s;
}

.bodyContent .dynamic-carousel .item .image:hover img {
    transform: scale(1.1);
}



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

#pageBanner {
    padding: 42px 0 1px;
    margin-bottom: 140px;
    background: #262626;
    color: #ffffff;
    overflow: visible;
    position: relative !important;
}
#pageBanner:before {
    content: '';
    width: 528px;
    height: 513px;
    background: url(images/inner-banner-right.png) left top no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#pageBanner #hero {
    display: none;
}
#pageBanner a {
    color: #ffffff;
}
#pageBanner a:hover {
    color: #28b3c1;
}

#pageBanner h1 {
    color: #ffffff;
    margin-bottom: 0 !important;
}
#pageBanner .breadcrumbs {
    padding: 0;
    border: none;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.41);
}
#pageBanner .breadcrumbs a {
    color: rgba(255, 255, 255, 0.41);
}
.breadcrumbs span > span, #pageBanner .breadcrumbs a:hover {
    color: #28b3c1;
}

#pageBanner:after {
    content: '';
    width: 100%;
    height: 134px;
    background: url(images/inner-banner-bottom.png) center top no-repeat;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -133px;
    z-index: 1;
}





.main_content_section {
    position: relative;
    z-index: 11;
}
.main_content_section:before {
    content: '';
    width: 407px;
    height: 146px;
    background: url(images/inner-top-content-shape.png) left bottom no-repeat;
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 0;
}

.main_content_section .container.body-container {
    position: relative;
    z-index: 2;
}




.bodyContent > .dynamicContent {
    margin-top: 0;
}


.headerIcon h1 {
    margin: 0;
    line-height: inherit;
    font-size: 0;
}

.homeDynamic.dynamic-poi .container {
    position: relative;
    z-index: 5;
}




@media only screen and (max-width : 991px) {
    
    .headerRight .menu-main-container {
        display: none;
    }
    .head-btm-bar {
        display: none;
    }
    .socialDesktop {
        display: none;
    }
    .headGroup {
        padding: 9px 0;
        height: 46px;
    }
    .headLogoWrap {
        width: 70%;
    }
    .headerRight {
        width: 30%;
    }
    header.mainHeader {
        height: 46px;
    }
    .homeBanner .slideText {
        top: 70px;
    }
    .headerRight {
        padding: 0 20px 0 0;
        text-align: right;
    }
    .headerRight .menu-toggle span {
        background: #94a727 !important;
    }
    
    .homeBanner .slideText {
        padding: 0 20px;
    }
    .homeBanner .slideText .top_text {
        line-height: 0px;
    }
    .homeBanner .slideText .banner_title {
        line-height: 38px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .homeBanner:after {
        display: none;
    }
    .banner_content_slider .container {
        position: relative;
        z-index: 113;
        top: -120px;
        top: 0px;
        margin-bottom: 0px;
    }
    
    .banner_content_slider {
        position: relative;
        padding-bottom: 50px;
    }
    
    .homeDynamic.dynamic-poi .col-md-12, .homeDynamic.dynamic-poi .col-md-6 {
        padding: 0px 25px;
    }
    .homeDynamic.dynamic-poi .col-md-12 .poi .poiImage:before, .homeDynamic.dynamic-poi .col-md-6 .poi .poiImage:before {
        padding-top: 114.84%;
    }
    .dynamic-mini-poi .left-mini-pois-section .row {
        display: block;
    }
    .dynamic-mini-poi .miniPoi.col {
        width: 100%;
        padding-left: 45px;
        margin-bottom: 74px;
    }

    footer#footer:before {
        top: -1px;
        background: url(images/wave-bg-img.png) left top no-repeat;
    }
    
    footer#footer {
        padding: 180px 0 20px;
    }
    
    .dynamic-mini-poi {
            padding-bottom: 80px;
    }
    
    footer#footer .container {
        padding: 0px 45px;
    }
    
    footer#footer .col-md-3 {
        margin-bottom: 30px;
    }
    .tel-box span {
        display: block;
    }
    .email-box span {
        display: block;
    }
    footer#footer .footerLower {
        padding: 70px 0 0;
        font-size: 12px;
        text-align: left;
    }
    footer#footer .footerLower .col-sm-4 {
        text-align: left !important;
    }
    
    footer#footer:after {
        background-position: 35% bottom;
    }
    .right-mini-pois-content-section {
        padding: 0 57px;
    }
    .menu-toggle .toggleIcon {
        width: 17px;
    }
    .menu-toggle .toggleIcon span {
        width: 17px;
        height: 2px;
        margin: 4px 0;
    }
    
    .banner_content_slider .owl-dots {
        position: absolute;
        left: 50%;
        top: 20px;
        transform: translatex(-50%);
        width: auto;
    }
    .banner_content_slider .owl-dots span {
        background: #ffffff;
    }
    .banner_content_slider .owl-stage-outer {
        padding: 0;
    }
    .banner_content_slider .owl-carousel {
        margin: 0;
    }
    .banner_content_slider .container {
        padding: 0;
    }
    .banner_content_slider .owl-nav {
        position: absolute;
        left: 0;
        top: 20px;
        width: 100% !important;
        text-align: center;
        line-height: 26px;
    }
    
    .banner_content_slider .owl-carousel .owl-nav button.owl-next, .banner_content_slider .owl-carousel .owl-nav button.owl-prev {
        background: url(images/arrow-menu.png) center center no-repeat !important;
        width: 20px;
        height: 10px;
        font-size: 0;
        display: inline-block;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0px 60px;
        line-height: 20px;
    }
    .banner_content_slider .owl-carousel .owl-nav button.owl-prev {
        transform: rotate(180deg);
    }
    
    .banner_content_slider .poi .textOnlyBlock .poiText {
        text-align: center;
    }
    .banner_content_slider .poi .textOnlyBlock .poiEx {
        text-align: center;
    }
    .banner_content_slider .poi .textOnlyBlock .poiTitle {
        text-align: center;
    }
    
    
    
    
    
    
    
    



/*Mobile Handheld Dropdown Css ------------------------------------------------Start */



    /*Handheld Dropdown Css ---------------------------------Start */
    
    #menu-main li.menu-item-has-children > a {
        padding-left: 0px;
        /*padding-right: 35px;*/
    }
    #menu-main li {
        text-align: left;
        padding: 0px 30px;
    }
    #menu-main li li {
        padding: 0px 0px;
    }
    #menu-main li:hover, #menu-main li.menu-item-has-children.open {
        background: rgba(255, 255, 255, 0.5);
    }    

    #menu-main li:hover, #menu-main li.menu-item-has-children.open li.menu-item-has-children.open {
        background: rgba(255, 255, 255, 0);
    }    
    
    #menu-main li:last-child a {
        border: none;
    }
    #menu-main li a {
        border: none;
        line-height: 23px;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 13px;
        padding: 12px 0px;
        border-bottom: none;
        letter-spacing: 2px;
        font-weight: 300;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    #menu-main li:hover {
    }
    #menu-main li a:hover {
        color:  #262626;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    #menu-main li:hover > a {
        color:  #262626;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    #menu-main li.menu-item-has-children.open > a {
        color:  #262626;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    #menu-main li.menu-item-has-children.open  li.menu-item-has-children.open > a {
        color:  #262626;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    
    #menu-main li.menu-item-has-children > .arrow {
        height: 47px;
    }
    
    #menu-main li.menu-item-has-children.open > a {
        color:  #262626;
    }
    
    #navbar {
        background: #28b3c1;
    	padding: 0px 0px 40px;
        color: #ffffff;
        width: 100%;
    }
    #navbar .headGroup {
        position: relative !important;
        margin: 0px 0px 90px !important;
    }        
    .admin-bar #navbar .headGroup {
        margin: 0px 0px 0px !important;
    }
    
    #navbar .menu-main-container {
        display: block;
    }
    
    #menu-main li.open > .sub-menu {
        border: none;
        margin: 0px !important;
        padding-left: 20px;
    }
    
    #menu-main li.open {
        border: none;
    }
    
    #menu-main li li.open > .sub-menu {
        border: none;
        padding: 10px 25px 10px 25px !important;
        margin: 0px !important;
    }
    #menu-main li li.open .sub-menu li {
        border: none;
    }
    #menu-main li.menu-item-has-children > .arrow {
        right: 30px;
        left: auto;
        font-size: 14px;
    }
    #menu-main .sub-menu .sub-menu li{
        padding: 0;
        border: none;
    }
    #menu-main .sub-menu a {
        border: none;
        line-height: 32px;
        text-transform: inherit;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        padding: 3px 0px;
        border-bottom: none;
    }
    
    #menu-main .sub-menu .sub-menu a {
        padding: 0px 0px;
        font-size: 14px;
        color: #ffffff;
        border: none;
        line-height: 30px;
        font-weight: 400;
    }
    #menu-main .sub-menu a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.6);
        background: transparent !important;
    }
    #menu-main li.menu-item-has-children > .arrow:after {
        left: 20px;
        top: 10px;
    }
    #menu-main li.menu-item-has-children:hover > .arrow:after, #menu-main li.menu-item-has-children.open > .arrow:after {
        color: #262626;
    }
    #menu-main .sub-menu li.menu-item-has-children > .arrow:after {
    }
    
    #navbar .menu-main-container {
        padding-top: 10px;
    }
    
    
    #menu-main .sub-menu li.menu-item-has-children > .arrow:after {
        top: 7px;
        left: 50px;
    }
    #navbar .head-btm-bar {
        display: block;
        padding: 0px 20px 0 20px;
        text-align: center;
        margin-top: 8px;
    }
    #navbar .head-btm-bar a {
        margin: 0 20px;
        padding-right: 30px;
    }
    #navbar .head-btm-bar a:after {
        right: -24px;
    }
    
    #navbar .head-btm-bar.button-bar-bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    #navbar ul.socials {
        padding: 0 32px;
        margin: 0;
    }
    #navbar ul.socials li a {
        font-size: 14px;
        color: #ffffff;
    }    
        
    /*Handheld Dropdown Css ---------------------------------End */
    

/*Mobile Handheld Dropdown Css ------------------------------------------------End */
    
    .menu-toggle span:nth-child(3) {
        transform-origin: 49% -7px;
    }
    .menu-toggle span:nth-child(1) {
        transform-origin: 54% 6px;
    }


}




.floating_right_button {
    position: fixed;
    border-radius: 0 0 13px 0;
    transform: rotate(90deg);
    right: -82px;
    top: 55%;
    z-index: 999;
}
.floating_right_button:after {
    transform: rotate(-90deg);
}




.dynamic-time-table {
    position: relative;
    padding-top: 450px;
    margin-top: -360px;
    background: #262626;
    color: #ffffff;
    margin-bottom: 0;
}

.dynamic-time-table:before {
    content: '';
    width: 100%;
    height: 158px;
    background: url(images/wave-bg-img.png) center top no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: rotate(0deg);
}

.dynamic-time-table:after {
    content: '';
    width: 100%;
    height: 187px;
    background: url(images/shape-1.png) left top no-repeat;
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 1;
    transform: rotate(0deg);
}



.dynamic-time-table .section_title {
    color: #ffffff;
    font-size: 40px;
    max-width: 550px;
    letter-spacing: 0.5px;
    margin: 0px auto 35px;
    text-align: center;
}

.dynamic-time-table .section_details {    
    margin: 0px auto 50px;
    text-align: center;
}
.time_table_image img {
    width: 100%;
    max-width: inherit;
    height: auto;
}

.blog_right_shape {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
}
.shape_timetable_right {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}


.BMI_calculation_table {
    padding: 80px 72px 50px;
    background: #28b3c1;
    color: #ffffff;
    position: relative;
    z-index: 5;
    margin-top: -130px;
    margin-bottom: 0px;
    bottom: -240px;
    border-radius: 0px 0px 13px 0;
}



.BMI_calculation_table .bmi_title {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 40px;
}

.bmi_right_section div.wpforms-container-full {
    margin: 0 !important;
}
.bmi_right_section div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 !important;
}


.bmi_details .bmi_ranges {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 26px;
}
.bmi_right_section div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bmi_right_section input {
    padding: 0px 80px 0px 20px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border-radius: 18px !important;
    height: 56px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border: none !important;
}

.bmi_right_section input {
}
.bmi_right_section #wpforms-275-field_3-container {
    position: relative;
}
.bmi_right_section #wpforms-275-field_3-container:after {
    position: absolute;
    content: 'lbs';
    right: 20px;
    bottom: 15px;
    line-height: 26px;
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6) !important;
    z-index: 11;
}

.bmi_right_section #wpforms-275-field_4-container {
    position: relative;
}
.bmi_right_section #wpforms-275-field_4-container:after {
    position: absolute;
    content: 'Ins';
    right: 20px;
    bottom: 15px;
    line-height: 26px;
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6) !important;
    z-index: 11;
}
.bmi_right_section div.wpforms-container-full .wpforms-form .wpforms-field-container {
    padding-right: 30px;
}
.bmi_right_section div.wpforms-container-full .wpforms-form .wpforms-one-half {
    margin-left: 6%;
    width: 47%;
}
.bmi_right_section div.wpforms-container-full .wpforms-form .wpforms-one-half.wpforms-first {
    margin-left: 0;
}


.bmi_right_section {
    padding: 0;
}

.bmi_right_section .wpforms-field-container {
    padding-right: 30px;
}

.bmi_right_section .wpforms-form {
    display: flex;
}

.bmi_right_section .wpforms-form .wpforms-submit {
    margin-top: 26px;
}

.bmi_form_bottom_text {
    font-size: 30px;
    line-height: 26px;
    text-align: right;
    letter-spacing: 0.5px;
    margin-top: 60px;
    color: #ffffff;
}


.bmi_left_section {
    padding-right: 40px;
}

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

    .homeBanner:after {
        background-size: 100% 100%;
    }
    .banner_content_slider:after, footer#footer:before {
        background-size: 100% 100%;
    }
    #pageBanner:after, .dynamic-time-table:before, .dynamic-mini-poi:after, footer#footer:before {
        background-size: 100% 100%;
    }
    
}

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

    .banner_content_slider:after {
        top: -140px;
    }

}


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

    .BMI_calculation_table {
        padding: 60px 25px 30px;
    }
    .bmi_left_section {
        padding: 0px;
        margin-bottom: 40px;
    }
    


    .dynamic-time-table .container {
        padding: 0px 25px;
    }

    .bmi_right_section div.wpforms-container-full .wpforms-form .wpforms-field-container {
        padding: 0px;
    }
    .bmi_right_section div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .bmi_right_section div.wpforms-container-full .wpforms-form .wpforms-one-half.wpforms-first {
        margin-left: 0;
    }
    .bmi_right_section .wpforms-form {
        display: block;
    }
    
    .bmi_form_bottom_text {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
        letter-spacing: 0.5px;
        margin-top: 45px;
        color: #ffffff;
        padding-right: 40px;
    }
    .BMI_calculation_table .row {
        margin: 0;
    }
    
    .dynamic-time-table {
        position: relative;
        padding-top: 780px;
        margin-top: -700px;
    }
    .dynamic-time-table:after {
        top: 600px;
    }
    .BMI_calculation_table {
        margin-top: -660px;
        margin-bottom: 0px;
        bottom: -730px;
    }
    .dynamic-time-table .container {
        padding: 0px 25px;
        z-index: 11;
    }
    .dynamic-time-table {
        padding-bottom: 130px;
    }
    

    .shape_timetable_right {
        position: absolute;
        bottom: 70px;
        right: 0px;
        z-index: 1;
    }    
    
    .bmi_right_section .wpforms-form .wpforms-submit {
        margin: 0;
        padding-top: 0;
    }
    
    .dynamic-mini-poi {
        padding: 730px 0 40px;
    }
    #navbar .head-btm-bar {
        padding: 0px 10px;
    }
    #navbar .menu-main-container {
        display: block;
        padding-top: 50px !important;
    }
    
    .bodyContent  .pois {
        display: block;
    }
    .sidebar {
        display: none;
    }
    
    .main_content_section .container.body-container {
        padding: 0 25px;
    }
    
    #pageBanner:before {
        display: none;
    }


}

/* styles for new video banner */

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