/*

	Theme Name: Schoolcms 2020 - DEV

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 3.1



/*Default Colur Scheme

#000

#e0e0e0

#CBCBCB

#969696

#676767

*/





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

    TYPOGRAPHY

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



    @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=5aedb251-70ff-44f2-b7cc-5e3c37893a41&fontids=5206844,5219390,5310887,5321689");
    @font-face{
        font-family:"Century Gothic W05 Italic";
        src:url("fonts/5206844/85b3851b-b6b4-4524-9d23-de47e8d72aee.woff2") format("woff2"),url("fonts/5206844/fd7bc16b-d289-475c-b83a-233e3c898b7d.woff") format("woff");
    }
    @font-face{
        font-family:"Century Gothic W05 Bold";
        src:url("fonts/5219390/9582dc06-7a4d-4a55-8dfc-aa69cd8b8436.woff2") format("woff2"),url("fonts/5219390/656df9bb-f6e1-46a8-8a37-1c73ff3bbdf9.woff") format("woff");
    }
    @font-face{
        font-family:"Century Gothic W05 Bold Italic";
        src:url("fonts/5310887/fa5e91f7-def7-4618-9094-c24564bb61bf.woff2") format("woff2"),url("fonts/5310887/421adabb-3986-4971-8aa5-88bf576a6c2e.woff") format("woff");
    }
    @font-face{
        font-family:"Century Gothic W05 Regular";
        src:url("fonts/5321689/d722f0d1-f586-442f-83de-f80218687a92.woff2") format("woff2"),url("fonts/5321689/d5622205-b4e1-48e5-98a6-4ffe2ad76689.woff") format("woff");
    }







body {  
    font-family:"Century Gothic W05 Regular";
    font-size: 20px;
    line-height:40px;
    font-weight:400;
    color: #131414;
    margin: auto;
    letter-spacing: 0.5px;  
    background: #f5f5e9;
}

.body-text a{
    font-weight: 700;
	color:#cd0925;
	text-decoration:underline;
}
.body-text a:hover{
	text-decoration:none;	
}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

.text-right {

  text-align:inherit;

}



a {

	color:#000;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	color:#185c3a;

    font-family:"Century Gothic W05 Regular";
    
    font-weight: 700;

}

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

	margin-bottom:20px;

}



h2 {



}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

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

.blockButton > a,

a.readmore {

	/*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;*/
    background: #f9d622;
    font-size: 18px;
    position: relative;
    letter-spacing: 1px;
    text-transform: inherit;
    font-family:"Century Gothic W05 Bold";
    line-height: 50px;
    padding: 0px 40px 0px 20px;
    text-align: left;
    display: inline-block;
    min-width: 208px;
    border: none;
    text-shadow: none;
    color: #090434;
	text-decoration:none;    

}

.blockButton> a:hover,

a.readmore:hover {

	/*background:#000;

	color:#fff;

	border-color:#000;*/
    background: #185c3a;
    border: none;
    color: #f9d622;    

}

.blockButton > a:after,

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

a.readmore:hover:after {
    background: url(images/long-arrow-hover.png) center center no-repeat;
}

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

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

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



.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\******/

#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

}

#pageBanner {

	position: relative;

	max-width:100%;

	margin:0 auto 0px;

	overflow:hidden;

	min-height:300px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero .slideImage img{

	visibility:hidden;

	width:100%;

}

#hero .slideImage{

	position:absolute;

	width:100%;

	height:100%;

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center;

}

.homeBanner {

	margin:00px auto 30px;

		position: relative;

	/*max-width:1560px;*/

	margin:0 auto 0px;

	overflow:hidden;

	max-height:624px;

	max-height:100vh;

	min-height:480px;

}

.homeBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:200%;

}

@media(min-width:768px){

	.homeBanner {

		max-height:624px;

	}

	.homeBanner:before {

		padding-top:56.08%;

	}

}

.homeBanner .slideImage:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.homeBanner .slideText{

	bottom: 5%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}



.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.dynamic-gallery .gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:7.5px;

	margin-bottom:0;

}

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

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

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

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

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

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

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

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.dynamic-gallery .gallery  .gallery-item {

	float:left;

	

}



.breadcrumbs {

	font-size:16px;

	color: #131414;

	text-transform: inherit;

	padding-top:27px;

	padding-bottom:27px;

	min-height:44px;

	position:relative;

	padding-right:120px;
    
    margin-bottom: 80px;
    font-weight: 700;
    
    border-bottom: 1px solid #131414;

}

.breadcrumbs a{

	color: #131414;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color: #131414;

}


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

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




.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input#s{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:#969696;

	padding: 4px 10px;

	border-bottom:solid 1px;

}

.sidebar .searchform input#s{

	padding: 7px 10px;

}

.sidebar #searchSubmit {

	top:3px;

}

.searchform input#s:focus{

	outline:0;

}

#searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

}

.headerSearch {

	max-width:100px;

}

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

  color: transparent;

  text-transform:uppercase;

  opacity: 0; /* Firefox */

}



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

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}



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

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}





@media (min-width:768px){





}

@media (min-width:992px){

.headerSearch {

	max-width:150px;

}

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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; /* Firefox */

}



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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}



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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}

.headerSearch .searchform input#s{

	border-bottom:none;

}

}

@media (min-width:1200px){





}

@media (min-width:1390px){



}

@media (min-width:1590px){



}





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

    EMBEDS

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

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

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





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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:600px;

}



.noticeBody {

  width:100%;

  padding:0 2.5%;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}







/*news*/

h2.list-item-title{



}

h2.list-item-title a{

	text-decoration:none;

}

h2.list-item-title a:hover{

	text-decoration:underline;

}

h1.postTitle {



}



.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}





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

    HEADER

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color:#969696;

	background:#f5f5e9;

	border-bottom:solid 1px #fff;

	transition:300ms;

	padding-top:0px;

	padding-bottom:0px;

	text-align:center;

}

.fixedHeader .headGroup {

	border-bottom-color:#676767;
    background: #ffffff;

}



.headGroup a{

	color: #090434;	

}

.headGroup a:hover{

	color: #f9d622;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}

.headerIcon img{



}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

.headGroup .socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

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

}

@media (min-width:768px){

	/*.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}*/

}

/*header*/

header {

	position:relative;

}





.headGroup {

		position:relative;

		z-index:120;top:0;

		left:0;

		width:100%;

		position:relative;

}





@media (min-width:600px){



}

	

@media (min-width:768px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		top:32px

	}

	.headGroup {	

			position:fixed;

			height:182px;

	}

	header.mainHeader {

		height:182px;

	}
    
    
    /*.fixedHeader .headGroup {
		height:54px;
    }
    .fixedHeader header.mainHeader {
		height:54px;
	}
    .fixedHeader .headGroup .header-top-main {
        display: none;
    }*/

	/*.home header.mainHeader {

	height:0;	

	}*/

	

}

/*home*/

@media (max-width:767.99px){

    .home .see_all_news {
        text-align: center;
    }

/*body.home .headGroup {

	position:absolute;

}*/

}

	/*.fixedHome .headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		position:absolute;

		top:0;

	}

	.fixedHome .headGroup a{

		color:#fff;

	}

	.fixedHome .headGroup .socials li:before,

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

		background:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		color:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		

	}*/

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

		  /*color: #fff;*/

	}



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

		  /*color: #fff;*/

	}



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

		  /*color: #fff;*/

	}

	.fixedHome .headGroup #searchSubmit {

		  /*color: #fff;*/

	}

	.fixedHome .headerIcon {

		

	}

	.fixedHome .headerIcon a{

		

	}





@media (min-width:768px){

	.headerRight .menu-toggle {		

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		right:auto;

		float:right;

	}

	.headerRight .topMenuSide {

		display:block;

		display:inline-block;

		position:relative;

		top:auto;

		left:auto;

	}

	.headerRight .topMenuSide span{

		display:inline;

	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		margin-left:20px;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}

@media (min-width:992px){





}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left:40px;

	}	

}



.home .headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle {

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

		transition: right 500ms;

		background-color: #fff;

		top: 0;

	    margin-top: 0px;

		padding:20px 20px;

		z-index: 9999;

		bottom:0;

		width: 280px;

		overflow-x: hidden;		

		font-size:1.2em;

	}



	body.menuopen  #navbar{ 

		right:0;

		z-index: 9999;

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

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

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

	}

	

	body.admin-bar #navbar{ 

		top:32px;

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}

	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{

		margin-bottom:30px;

		margin-top:20px;

		clear:both;

	}

	#menu-main li{

		position:relative;

	}	

	#menu-main li a{

		display: block;

		color:#808285;

		padding:21px 10px 21px 20px;

		line-height:1.35;

		position:relative;

		border-bottom:solid 1px #676767;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:40px;

		position:relative;

		display:none;

		font-size:0.9em;

		border-bottom:solid 1px #676767;

	}

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

		

		border-bottom:none;

	}

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

		display:block;

	}

	

	#menu-main .sub-menu a {

		padding:10px 10px;

	}

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

		padding-left:35px;

	}

	

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

		position:absolute;

		left:0;

		top:0;

		height:68px;

		width:30px;

	}

	@media (min-width:1200px){

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

			height:75px;

		}

	}

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

		position:absolute;

		    content: '\f054';

			display: block;

			width: 11px;

			height: 27px;

			position: absolute;

			left: 12px;

			top: 21px;

			font-weight: 700;

			font-family: "Font Awesome 5 Free";

			transform: rotate(0deg);

			transition: 300ms;

	}

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

		transform:rotate(90deg);

	}

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

		height:47px;

	}

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

		top:15px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: -480px;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.stayConnectBlock {

	border-top:solid 1px #969696;

	margin:20px 0px ;

	

}

.stayConnectBlock h3{

	font-size:32px;

	margin:70px 0 55px;

	text-align:center;

}

.stayConnectBlock .connectedFt {

	color:#fff;

	background:#676767;

	text-align:center;

	padding:50px 0;

}

.stayConnectBlock .connectedFt ul{	

	list-style:none;

	padding:0;	

	margin:7px auto;

}

.stayConnectBlock .connectedFt li{	

	display:inline-block;

	margin:12px 12px;

}

.stayConnectBlock .connectedFt li a {

	transition:300ms;

}

.stayConnectBlock .connectedFt li a:hover{

	opacity:0.6;

}

.stayConnectBlock .connectedFt a.blockButton {

	border:solid 1px #fff;

	color:#fff;

	margin:12px 7px;

}

.stayConnectBlock .connectedFt a.blockButton:hover {

	background:#fff;

	color:#676767;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.stayConnectBlock {

		margin:50px 0;

	}

.footerInfo {

	margin-bottom:70px;

}

}

/*text aligns*/



@media (max-width:768px){



	.xs-text-right {

		text-align:right;

	}

	.xs-text-left {

		text-align:left;

	}

	.xs-text-center {

		text-align:center;

	}

}

@media (min-width:768px){

	.sm-text-right {

		text-align:right;

	}

	.sm-text-left {

		text-align:left;

	}

	.sm-text-center {

		text-align:center;

	}

}

@media (min-width:992px){

	.md-text-right {

		text-align:right;

	}

	.md-text-left {

		text-align:left;

	}

	.md-text-center {

		text-align:center;

	}

}

@media (min-width:1200px){

	.lg-text-right {

		text-align:right;

	}

	.lg-text-left {

		text-align:left;

	}

	.lg-text-center {

		text-align:center;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}









.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

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

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}









.side-menu-container {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:15px 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: 15px;

	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);
    top: 20px;
}

#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    top: 6px;
}
#menu-side .sub-menu .sub-menu li.menu-item-has-children.open > .arrow:before {
    top: 9px;
}


#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;
    padding-top: 5px;
    padding-bottom: 5px;
}





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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	body.fixedHome .menu-toggle {

		color:#fff;

	}

	body.fixedHome .menu-toggle span {

		background-color:#fff;		

	}

}

@media (min-width:1200px){



}

body {

	/*position:relative;*/

}

body.menuopen {

	/*position:relative;*/

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}













.sidebar {

	padding-top:94px;

	margin-top:0px;

	margin-bottom:40px;

}





@media (min-width : 768px) {



}

@media (min-width : 992px) {



}

@media (min-width : 1200px) {



}

@media (min-width : 1590px) {



}









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





}

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



}



















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

    Dynamic Content

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



.dynamicContent {

	margin-top:30px;

	margin-bottom:30px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

  /*  font-size: 2.2em;*/

}

@media (min-width:1590px){

	

}

/**** Image ****/



.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

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

.dividera{

clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

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

    background-position: center center;

	background-size:contain;

	height:76px;

	width:76px;

	top:50%;

	left:50%;

	margin-top:-38px;

	margin-left:-38px;

    background-repeat: no-repeat;

	position:absolute;

	background-color: #f5f5e9;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:90px;

}







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

.faqs{



}



.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:15px;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

	font-size:1em;

	text-transform:uppercase; 

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 11px;

    height: 18px;

    position: absolute;

    right: 20px;

    top: 15px;

	font-weight:700;

	font-family: "Font Awesome 5 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faq-answer{

	display:none;

	padding:15px;

}

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

	border-bottom:solid 1px #a2a6a9;

}

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

	border-color:#969696;	

}





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

.staffMember {

	padding-bottom: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-family:"Century Gothic W05 Bold";*/

	font-size:1.5em;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

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

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:20px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:1em;

	font-family:"Century Gothic W05 Bold";

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

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	visibility:hidden

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois .col {

	min-width:33.333%;

}

.poi  {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background: #185c3a;

	color:#fff;

	margin-bottom:26px;    

	font-family:"Century Gothic W05 Bold";

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



.poiImage .poiImageBG:before {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.poiImage >img{

	width:auto;

	display:none;

}

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

}



.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

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



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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









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





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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



.header-top-main {
    padding: 13px 70px;
}



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





.header_menu_section {
    background: #185c3a;
    text-align: center;
}


.menu-main-container {
    clear: both;
}

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

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

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


#menu-main-top li a {
    font-size: 18px;
    text-transform: inherit;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    display: block;
    line-height: 54px;
    font-weight: 700;
}

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

#menu-main-top .sub-menu li a {
    padding: 0px 30px;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #185c3a;
    letter-spacing: 1px;
    text-transform: inherit;
}
#menu-main-top .sub-menu li a span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
    display: block;
    line-height: 28px;
    padding: 15px 0;
}
#menu-main-top .sub-menu li a:hover {
    color: #185c3a;
    background: #e8e8d5;
}
#menu-main-top .sub-menu li a:hover span {
    border-bottom-color: transparent;
}
#menu-main-top .sub-menu li:last-child a span {
    border: none;
}


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

#menu-main-top .sub-menu {
    position: absolute;
    top: 100%;
    left: -100%;
    display: none;
    background: #f5f5e9;
    line-height: 44px;
    padding: 40px 0 70px;
    /*min-height: 80vh;*/
    width: 350px;
}

#menu-main-top .sub-menu:after {
    width: 30px;
    content: "\f0d8";
    height: 10px;
    font-size: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -10px;
    color: #f5f5e9;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 10px solid #f5f5e9;
}
#menu-main-top .sub-menu .sub-menu:after {
    display: none;
}

body.fixedHeader #menu-main-top .sub-menu {
    min-height: inherit;
    padding: 50px 0 50px;
}

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

/*#menu-main-top .sub-menu li a {
    color: #171717;
}*/

#menu-main-top li:hover > .sub-menu {
    display: block;
    min-width: 350px;
}

#menu-main-top .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: #f5f5e9;
    line-height: 44px;
    padding: 0px !important;
    height: auto;
}




#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #185c3a;
    background: #e8e8d5;
}
#menu-main-top .sub-menu li.current-menu-item > a {
    color: #185c3a;
    background: #e8e8d5;
    font-family:"Century Gothic W05 Bold";
}



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





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

    .menu-toggle {
        display: none;
    }
}

/*.homeBanner:after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 105;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}*/
.homeBanner .slideImage:after {
    background: transparent !important;
}
.homeBanner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 105;
    height: 30%;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}


.homeBanner .slideText {
    max-width: 720px;
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
    bottom: 6%;
	padding-bottom:40px;
    z-index: 108;
    font-size: 18px;
    line-height: 34px;
    font-family:"Century Gothic W05 Bold";
}


.welcomeBlock {
    padding: 120px 0;
}
.welcomeBlock h1 {
    margin-bottom: 30px;
}
.welcomeBlock .welcomeBlockText p {
    font-weight: 700;
    font-size: 20px;
}

.welcomeBlock .welcomeBlockimg .welcomeImage {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.welcomeBlock .welcomeBlockimg .welcomeImage img {
    visibility: hidden;
}
.welcomeBlock .welcomeBlockimg .welcomeImage:after {
    background: url(images/color-strap-line.jpg) center center no-repeat;
    width: 122px;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    right: -9px;
    bottom: 36px;
    transform: rotate(180deg);
}


.container {
    max-width: 1220px;
}


.dynamic-mini-poi {
    background: #e8e8d5;
    padding: 100px 85px;
    text-align: center;
    margin: 0;
}

.dynamic-mini-poi .minipoiImg {
    margin-bottom: 10px;
}

.dynamic-mini-poi .poiText {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #185c3a;
    display: block;
}
@media (min-width:767.99px){
.homeDynamic.dynamic-mini-poi .miniPoi:not(:last-child) {
    border-right: 1px solid #999;   
}
}
.miniPoi a {
    display: inline-block;
}
.miniPoi a:hover .poiText {
    color: #f9d622;
}





.dynamic-quote {
    background: #e8e8d5;
    padding: 100px 0px;
    margin: 0;
}
.dynamic-quote .quoteContainer {
    background: transparent;
    padding: 0px;
    max-width: 1190px;
    margin: 0px auto;
    position: relative;
}
.dynamic-quote .quoteContainer  {
    background: transparent;
    padding: 0px;
    max-width: 1190px;
    margin: 0px auto;
    width: 100%;
}


.dynamic-quote blockquote {
    padding: 0 !important;
    background: transparent;
    color: #090434;
    font-style: normal;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 700;
}

.dynamic-quote blockquote:before {
    width: 33px;
    height: 22px;
    background: url(images/collan-img.png) center center no-repeat;
    display: block;
    margin-bottom: 30px;
    content: '';
}
.dynamic-quote blockquote:after {
    width: 33px;
    height: 22px;
    background: url(images/collan-img2.png) center center no-repeat;
    display: block;    
    content: '';
    float: right;    
}

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

.sidebar .dynamic-quote blockquote {
    font-size: 20px;
    line-height: 28px;
    margin-left: 40px;
    color: #185c3a;
}

.dynamic-quote .quoteContainer .quote-cite {
    padding: 0;
    text-align: left;
    font-family:"Century Gothic W05 Bold";
    color: #090434;
    font-style: normal;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    letter-spacing: 0.5px;
    clear: both;
}
.dynamic-quote .quoteContainer .quote-cite:before {
    width: 34px;
    height: 2px;
    background: #090434;
    display: inline-block;
    content: '';
    margin-right: 10px;
    position: relative;
    bottom: 6px;
}

.sidebar .dynamic-quote .quoteContainer .quote-cite {
    padding: 15px 40px;
    font-size: 18px;
    line-height: 25px;
}
.sidebar .dynamic-quote .quoteContainer .quote-cite:before {
    display: none
}


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

.dynamic-quote .button.see_all_news_btn {
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: 105;
}


.dynamic-news {
    margin: 0;
    padding: 100px 0px 120px;
    position: relative;
}
.dynamic-news:after {
    background: #000000;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    max-width: 1190px;
    left: 50%;
    bottom: 0px;
    transform: translatex(-50%);
}

.dynamic-news .section_title {
    color: #185c3a;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 70px;
    display: block;
    font-weight: 700;
}

.dynamic-news .news_image_slide {
    margin-bottom: 25px;
}
.dynamic-news .date {
    font-size: 14px;
    color: #1e3863;
    line-height: 30px;
    margin-bottom: 0px;
    display: block;
}
.dynamic-news .newsTitle {
    font-size: 22px;
    color: #090434;
    line-height: 30px;
    display: block;
    font-family:"Century Gothic W05 Bold";
    padding-right: 25px;
}
.dynamic-news .news_section-inner .newsTitle:hover {
    color: #185c3a;
}


.enquiry-form-main {
    background: #185c3a;
    padding: 70px 0;
    text-align: center;
}

.enquiry-form-btn {
    display: inline-block;
    color: #f3f3e3;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}
.enquiry-form-btn:after {
    width: 31px;
    height: 27px;
    background: url(images/enquiry-form-arrow.png) center center no-repeat;
    display: inline-block;
    content: '';
    margin-left: 35px;
}

.enquiry-form-btn:hover {
    color: #f9d622;
}
.enquiry-form-btn:hover:after {
    background: url(images/enquiry-form-arrow-hover.png) center center no-repeat;
}


.headGroup .socials {
    display: inline-block;
    padding: 0px;
    margin-right: 20px;
}

.headGroup .socials ul {
    list-style: none;
}
.headGroup .socials li {
    padding: 0 4px;
    min-width: 50px;
}
.headGroup .socials li:before {
    display: none;
}
.headGroup .socials li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    background: #090434;
    color: #f9d622;
    display: inline-block;
}
.headGroup .socials li a.green {
    background: #185c3a;
}
.headGroup .socials li a.blue {
    background: #090434;
}
.headGroup .socials li a.red {
    background: #cd0925;
}


.headGroup .socials li a:hover {
    color: #090434;
    background: #f9d622;
}


/*Search Toggle Styles -------------------- Start ------------------------------------------------------------------*/

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

.searchToggle .searchform input.s{
	transition : 300ms;
}

.headerSearch form.openSearch {
	top : -25px;
}

.searchToggle .headerSearch {
	border : none;
}

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

.searchform.openSearch {
	overflow: visible;
}

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

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

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

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

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

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

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

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

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	
}

.searchToggle .searchform.openSearch input.s {
	background: #f9d622;
	color: #185c3a !important;
}

.searchToggle .searchform {
    width: 50px;
    height: 50px;
    top: -25px;
}

.headerRight #searchSubmit {
    color: #185c3a;
    background: #f9d622;
    width: 50px;
    height: 50px;
    right: 0;
    font-size: 22px;
}
.headerRight #searchSubmit:hover {
    color: #090434;
    background: #f9d622;
}
.searchToggle {
    width: 50px;
    height: 50px;
    vertical-align: top;
}




/*Search Toggle Styles -------------------- End ------------------------------------------------------------------*/



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

.dynamic-callout .callout .readmore:hover, .button:hover, a.button:hover {
    background: #185c3a;
    border: none;
    color: #f9d622;
}

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

@media (max-width:599px){
#navbar .button, #navbar a.button {
    padding: 0px 20px 0px 20px;
    min-width: 168px;
}
#navbar .readmore:after, #navbar .button:after {
    content: none;
} 
}

.headerRight .button {
    background: #185c3a;
    border: none;
    color: #f9d622;
    text-align: center;
    padding: 0px 20px;
    margin-right: 4px;
}
.headerRight .button:hover {
    background:#f9d622;
    border: none;
    color: #090434;
}
.headerRight .button:after {
    display: none;
}





.dynamic-image-text-slider {
    margin: 0;
    padding: 100px 0;
}
.dynamic-image-text-slider .image-text-slide {
    
}
.dynamic-image-text-slider .image-text-slide .row {
    margin: 0;
}
.dynamic-image-text-slider .image-text-slide .left_image_slide_section {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.dynamic-image-text-slider .image-text-slide .left_image_slide_section img {
    visibility: hidden;
}

.dynamic-image-text-slider .image-text-slide .left_image_slide_section:after {
    background: url(images/color-strap-line.jpg) center center no-repeat;
    width: 122px;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    left: -21px;
    bottom: 48px;
}



.right_text_slide_section {
    padding: 0;
}
.right_text_slide_section_content {
    padding: 60px 30px;
    background: #185c3a;
    color: #ffffff;
}

.right_text_slide_section_content h2 {
    font-size: 36px !important;
    color: #ffffff;
    margin-bottom: 30px;
}

.right_text_slide_section_content .details {
    color: #f3f3e3;
    font-weight: 700;
}

.right_text_slide_section .button.boarding-btn {
    float: right;
}
.right_text_slide_section:after {
    display: table;
    clear: both;
}


.dynamic-full-image-text-slider {
    margin: 0px;
    padding: 120px 0;
}


.dynamic-full-image-text-slider .container {
    max-width: 1190px;
}

.dynamic-full-image-text-slider .full_image_slide_section {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.dynamic-full-image-text-slider .full_image_slide_section:after {
    background: url(images/color-strap-line.jpg) center center no-repeat;
    width: 122px;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    left: -18px;
    bottom: 60px;
}



.dynamic-full-image-text-slider .full_image_slide_section img {
    visibility: hidden;
}


.dynamic-full-image-text-slider .full_image_slide_section .full-title {
    position: absolute;
    left: 0px;
    top: 90px;
    background: #185c3a;
    padding: 30px 0;
    max-width: 545px;
    width: 100%;
    line-height: 55px;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 1px;
}
.dynamic-full-image-text-slider .full_image_slide_section .full-title:before {
    width: 300%;
    position: absolute;
    left: -300%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background: #185c3a;
}



.dynamic-full-image-text-slider .full-details {
    max-width: 540px;
    height: 232px;
    width: 100%;
    padding: 40px 80px 40px 40px;
    background: #e8e8d5;
    color: #131414;
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 50px;
    font-weight: 700;
}

.dynamic-full-image-text-slider .full-read-more.button {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 120;
}
.dynamic-full-image-text-slider .image-text-slide {
    width: 100%;
}

/*.dynamic-full-image-text-slider .row, 
.dynamic-full-image-text-slider .image-text-slide.cycle-slide-active, .dynamic-full-image-text-slider .image-text-slide {
    visibility: inherit !important;
}
*/


footer {
    background: #e8e8d5;
    padding: 90px 0 0;
    font-size: 22px;
    line-height: 36px;
    color: #131414;
}

footer h2 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c0c0ad;
}

footer .footerLower {
    padding: 0px 0 0;
    background: #ffffff;
    color: #185c3a;
    font-weight: 700;
    font-size: 14px;
    margin-top: 70px;
}
footer .footerLower a {
    padding: 0px 0 0;
    background: #ffffff;
    color: #185c3a;
}
footer .footerLower a:hover {
    color: #f9d622;
}


.footer_address {
    font-weight: 700;
}
.footer_contact {
    font-weight: 700;
}
.footer_social {
    font-weight: 700;
}

.footer_social ul {
    list-style: none;
}

.footer_social ul li {
    line-height: 38px;
}
.footer_social ul li.social_share {
    
}
.footer_social ul li a {
    font-size: 22px;
    color: #131414;
}
.footer_social ul li a i {
    font-size: 19px;
    color: #185c3a;
    min-width: 22px;
    margin-right: 20px;
    text-align: center;
}

.footer_social .addtoany_share {
    background: url(images/share-icon.png) 4px center no-repeat;
    padding-left: 49px;
    font-size: 22px;
    display: block;
    line-height: 38px;
}


.footer_social ul li a:hover {
    color: #f9d622;
}





.footer_contact .tel-box {
}
.footer_contact .tel-box a:hover {
    color: #f9d622;
}

.footer_contact .tel-box span {
    font-size: 0px;
    width: 22px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background: url(images/tel-icon.png) left center no-repeat;
    margin-right: 20px;
}


.footer_contact .fax-box {
}
.footer_contact .fax-box span {
    font-size: 0px;
    width: 22px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background: url(images/fax-icon.png) left center no-repeat;
    margin-right: 20px;
}
.footer_contact .fax-box a:hover {
    color: #f9d622;
}
.footer_contact .email-box {
}
.footer_contact .email-box span {
    font-size: 0px;
    width: 22px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background: url(images/email-icon.png) left center no-repeat;
    margin-right: 20px;
}
.footer_contact .email-box a:hover {
    color: #f9d622;
}
@media (max-width:767.99px){
	.footer_contact .tel-box a ,
	.footer_contact .fax-box a,
	.footer_contact .email-box	a{
		font-size: 0;
		display: inline-block;
		width: 38px;
		height: 38px;
		text-align: center;
		overflow: hidden;
		vertical-align: top;
	}
	.footer_contact .tel-box span,
	.footer_contact .fax-box span,
	.footer_contact .email-box span {
		margin-right:0;
	}
	.footer_social {
		text-align:center;
	}
	.footer_social ul li a{
		font-size:0!important;
	}
	.footer_social ul li a i{
		font-size:18px;
		line-height:32px;
		/*vertical-align:top;*/
	}
	.footer_social ul li {
		/*display:inline-block;*/
		height:32px;
		vertical-align:top;
	}
	.footer_social ul li .addtoany_shortcode {
		/*vertical-align:top;*/
	}
}

.footer_bottom_logos_container {
    text-align: right;
    margin-left: 20px;
}
.footer_bottom_logos_container .logo_item {
    display: inline-block;
    margin-left: 30px;
}

.footer_bottom_logos_container .logo_item img{
	height:46px;
	width:auto;
	object-fit:contain;
}

.homeBanner .button.banner_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
    padding: 0px 20px;
    text-align: center;
	transition:300ms;
}
.homeBanner .button.banner_btn.playing {
	top:100%;
    transform: translate(-50%, -100%);
}
.homeBanner .button.banner_btn {
	
}
.homeBanner .button.banner_btn:after {
    display: none;
}
.homeBanner .button.banner_btn i {
    margin-right: 10px;
}



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





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


.sidebar {
    padding-left: 0px;
	padding-top:94px;
    color: #ffffff;
}
.side-menu-container {
    background: #090434;
    padding: 40px 0px 80px;
    position: relative;
}

.sidebarSec {
    background: #090434;
    padding: 60px 30px 80px;
    position: relative;
    color: #ffffff;
}
.sidebarSec a {
    color: #ffffff;
}
.sidebarSec a:hover {
    color: #ffffff;
}



#menu-side > li > a {
    display: block;
}
#menu-side > li > a > span {
    display: none;
}

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





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

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

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

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

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

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

#menu-side a {
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    display: block;
    padding: 0 30px;
    text-transform: inherit;
}



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

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

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

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

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


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

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

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

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


#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #ffffff;
    background: #185c3a;
    font-family:"Century Gothic W05 Bold";
}
#menu-side .sub-menu li.open > a {
    color: #ffffff;
    background: #185c3a;
    font-family:"Century Gothic W05 Bold";
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #ffffff;
    background: #185c3a;
    font-family:"Century Gothic W05 Bold";
}

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





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





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

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

.bodyContent h2, .sidebar h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0 30px;
    text-transform: inherit;
}

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

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent .faq .faq-answer h3, .sidebar .faq .faq-answer h3{
    font-weight: 700;
    font-size: 24px !important;
    line-height: 30px;
    margin: 20px 0 30px;
}

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


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

.staffMember h3 {
    font-weight: 700;
    font-size: 24px;
    color: #185c3a;
    line-height: 30px;
    margin: 0px 0 10px;
}

.staff-meta a.email-value:before {
    text-align: center;
    line-height: 26px;
    display: inline-block;
	background: #f9d622;
    color: #185c3a;
	font-size: 14px;
    font-weight: 700;
	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: #f9d622;
	background: #185c3a;
}
.bodyContent h1 {
    text-align: left;    
    margin-bottom: 30px;
}
.bodyContent h1:after {
    text-align: left;    
    margin-left: 0;
    margin-right: 0;
}

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

.bodyContent ul li {
    /*font-size: 16px;*/
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

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

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

.bodyContent table {
    border-style: hidden;
}

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

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

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

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

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

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

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

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

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



.bodyContent .owl-carousel .owl-nav {
    display: none;
}
.bodyContent .owl-carousel .owl-dots {
    
}
.bodyContent .owl-carousel .owl-dots span {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.42);
}
.bodyContent .owl-carousel .owl-dots .active span {
    background: rgba(255, 255, 255, 1);
}
.bodyContent .owl-carousel .owl-stage-outer {
    margin-bottom: 20px;
}

.bodyContent .dynamic-quote {
    padding: 60px 50px 90px 50px;
}
.bodyContent .dynamic-quote blockquote {
    padding-right: 0 !important;
}


.faqs {
}
.faqs .faq {
    border: none;
    margin-bottom: 10px;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 9px 55px 9px 20px;
	background: #f9d622;
	color: #090434;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 33px;
    font-family:"Century Gothic W05 Bold";
	text-transform: inherit;
    border: none;
}
.faq.open .faq-question {
    color: #ffffff;
	background: #cd0925;
}
.faq-question:hover {
    color: #ffffff;
	background: #cd0925;
}
.faq .faq-question:after {
    content: '\f061';
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 19px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    background: url(images/long-arrow.png) no-repeat;
}
.faqs .faq.open .faq-question:after {
    top: 19px;
    background: url(images/long-arrow-poi.png) no-repeat;
}
.faq .faq-question:hover:after {
    background: url(images/long-arrow-poi.png) no-repeat;
}

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

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

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

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


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

.dynamic-documents a.document-link {

    position: relative;
    margin: 0;
    padding: 9px 55px 9px 20px;
	background: #f9d622;
	color: #090434;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 33px;
    font-family:"Century Gothic W05 Bold";
	text-transform: inherit;
    border: none;


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

    margin: 0px 0 10px !important;
}

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

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

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


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



    position: relative;
    margin: 0;
    padding: 9px 55px 9px 20px;
	background: #f9d622;
	color: #090434;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 33px;
    font-family:"Century Gothic W05 Bold";
	text-transform: inherit;
    border: none;


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

    margin: 0px 0 10px !important;

}

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

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


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

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

    position: relative;
    margin: 0;
    padding: 9px 55px 9px 20px;
	background: #f9d622;
	color: #090434;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 33px;
    font-family:"Century Gothic W05 Bold";
	text-transform: inherit;
    border: none;


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

    margin: 0px 0 10px !important;

}

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

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

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




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

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




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

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




.poiImage .poiText {
    transform: none;
    padding: 0;
    bottom: 0;
}
.poi:hover .poiImage .poiText {
    bottom: 50%;
    transform: translatey(50%);
}
.poi .poiTitle {
    padding: 0 40px 0px 20px;
    text-align: left;
    display: block;
    line-height: 50px;
    background: #185c3a;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}
.poi .poiTitle:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    content: '';
    font-size: 0px;
    display: block;
    width: 17px;
    height: 13px;
    background: url(images/long-arrow-poi.png) center center no-repeat;
}

.poi:hover .poiTitle {
    text-align: center;
    padding: 0px 20px;
}
.poi:hover .poiTitle:after {
    display: none;
}


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




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


    .welcomeBlock .welcomeBlockText {
        flex: 0 0 60%;
        max-width: 60%;
        padding-right: 30px;
    }
    .welcomeBlock .welcomeBlockimg {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .left_image_slide_section {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .right_text_slide_section {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    
    
    .miniPoi {
        flex: 0 0 33.3334%;
        max-width: 33.3334%;
    }

    .dynamic-quote blockquote {
        padding-right: 25% !important;
    }
    
    
    .sidebar {
        padding-left: 15px;
    }


}

.video_player_homeBanner {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.video_player_homeBanner img {
    visibility: hidden;
}
.homeBanner.hasVideo:before {
    display: none !important;
}




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

.headGroup {
    border: none;
}
.header-top-main {
    padding: 13px 15px;
}
.headerRight {
    text-align: right;
}

.headerRight .button {
    display: none;
}
.headGroup .socials {
    margin-right: 4px;
}

.header_menu_section {
    padding: 0px 15px;
    text-align: right;
}
.header_menu_section .menu-main-container {
    display: none;
}


.welcomeBlockText {
    margin-bottom: 50px;
}
.welcomeBlock {
    padding: 60px 0;
}
h1, h1.entry-title, .entry-title, h2.entry-title {
    font-size: 28px;
}

.welcomeBlock .welcomeBlockText p {
    font-size: 16px;
    line-height: 28px;
}

.dynamic-mini-poi {
    padding: 60px 15px 20px;
}
.dynamic-mini-poi .row {
    display: block;
}
.dynamic-mini-poi .miniPoi {
    margin-bottom: 40px;
}

.dynamic-image-text-slider {
    padding: 60px 0;
}

.dynamic-quote {
    background: #e8e8d5;
    padding: 60px 40px;
    margin: 0;
}
.dynamic-quote .quoteContainer .quote-cite {
    margin-bottom: 30px;
}
.dynamic-quote .button.see_all_news_btn {
    position: relative;
    right: auto;
    bottom: auto;
}

.dynamic-news {
    padding: 60px 0px 20px;
}
.dynamic-news .section_title {
    font-size: 28px;
    margin-bottom: 25px;
}
.dynamic-news .news_section {
    margin-bottom: 50px;
}

.dynamic-news:after {
    width: 95%;
}

.dynamic-full-image-text-slider {
    padding: 80px 0;    
}
.dynamic-full-image-text-slider .full_image_slide_section .full-title {
    padding: 20px;
    font-size: 28px;
    top: 40px;
}

.dynamic-full-image-text-slider .full-details {
    font-size: 16px;
    line-height: 28px;
}

.dynamic-full-image-text-slider .full_image_slide_section {
    min-height: 520px;
}
.enquiry-form-btn {
    font-size: 28px;
}


footer {
    padding: 60px 0 0;
    font-size: 18px;
    line-height: 32px;
}

.footer_social ul {
    /*padding-left: 0;*/
    display: flex;
    justify-content: center;    
}
.footer_social ul li a {
    font-size: 18px;
    line-height: 32px;
}
.footer_social ul li {
    line-height: 32px;
}
.footer_social .addtoany_share {
    font-size: 18px;
    line-height: 29px;
    padding-left: 15px;
}

.footer_bottom_logos_container {
    text-align: left;
    margin: 0;
}
.footer_bottom_logos_container .logo_item {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}
.footerLower .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.footerLower p, .footerLower ul {
    margin: 0;
}
.video_player_homeBanner img {
    min-height: 480px;
}
.homeBanner .slideText {
    bottom: 20px;
}
.homeBanner .slideText {
    line-height: 28px;
}

.footerLower {
    padding: 10px 0 !important;
    text-align: left;
}
    .dynamic-poi .row {
        display: block;
    }


}

/*Mobile Menu Css ------------------------------------------------------------------------------------------ Start ------------------ */
@media only screen and (max-width : 767px) {

    #navbar .menu-main-container {
        display: block;
    }
    
    #navbar #menu-main li a {
        color: #ffffff;
        padding: 21px 21px 21px 10px;
        font-weight: 400;
    }
    #navbar #menu-main li.menu-item-has-children > .arrow {
        left: auto;
        right: 0;
    }
    #navbar #menu-main li.menu-item-has-children > a {
        padding-left: 10px;
        padding-right: 35px;
    }
    
    #menu-main li a, #menu-main .sub-menu {
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    #navbar .menu-main-container {
        margin-bottom: 60px;
    }
    #menu-main li.menu-item-has-children > .arrow:after {
        color: #ffffff;
    }
    
    #navbar {
        background: #185c3a;
    }
    
    .menu-toggle span {
        background: #ffffff !important;
    }
    
    
}

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

@media only screen and (max-width: 480px) {
    .headerRight {
        margin-bottom: 15px;
    }
    .dynamic-full-image-text-slider .full-details {
        width: 90%;
        padding: 20px;
        height: auto;
        min-height: 232px;
    }
    .footer_contact .email-box a {
        font-size: 14px;
    }
    .callout .calloutContent {
        padding: 90px 15px 90px;
    }

}


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

    /*.breadcrumbs .share {
        top: 10px;
    }*/


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

    .dynamic-full-image-text-slider .full_image_slide_section .full-title {
        padding: 30px 20px;
    }
    .header-top-main {
        padding: 13px 15px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-main {
        padding: 13px 15px;
    }
    .headGroup .socials {
        margin-right: 4px;
    }
    #menu-main-top li {
        padding: 0px 8px;
    }
    #menu-main-top li a {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .dynamic-mini-poi {
        padding: 60px 25px;
    }
    .miniPoi {
        flex: 0 0 33.3334%;
        max-width: 33.3334%;
    }
    .headGroup {
        height: 164px;
    }
    .video_player_homeBanner img {
        min-height: 480px;
    }
    .welcomeBlockText {
        margin-bottom: 50px;
    }
    .dynamic-quote {
        padding: 60px 50px;
    }
    .footer_contact .email-box a {
        font-size: 14px;
    }
    .footer_social ul {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer, .footer_social ul li a, .footer_social .addtoany_share {
        font-size: 18px;
    }

}

.header_menu_section .mobileFixedLogo{
	display:none;
	position:absolute;
	left: 15px;
    top: 1px;
}
@media only screen and (max-width: 767px) {


.cookie-bar-bar .ctcc-inner {
    display: block;
}
.cookie-bar-bar button#catapultCookie {
    margin: 0px;
}

.fixedHeader .header_menu_section .mobileFixedLogo {
	display:block;
}
.fixedHeader .header_menu_section {
    background: #185c3a;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.dynamic-quote blockquote {
    text-align: center;
}

.dynamic-quote .quoteContainer .quote-cite, .dynamic-news .section_title, .news_section-inner .ab_event_section, .home .news_section-inner {
    text-align: center;
}
footer h2 {
    text-align: center;	
}
.footer_address {
    text-align:left;
}
.footer_social {
	margin-top:10px;
}
.footer_contact .tel-box, .footer_contact .fax-box, .footer_contact .email-box, .footer_contact .footer_social {
    margin: 0px;
    text-align: center;
}
.footer_social ul li {
    text-align: center;
}

.footer_social ul li .addtoany_shortcode {
    text-align: center;
   /* display: inline-block;*/
}
.footer_bottom_logos_container {
    text-align: center;
}
footer .footerLower {
    text-align: center;
}


.headerLeft {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
}
.headerIcon img {
    max-width: 140px;
}
.headerRight {
    flex: 0 0 50%;
    max-width: 50%;
}

.headGroup .socials li {
    min-width: inherit;
}
.headGroup .socials li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.searchToggle {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.headerRight #searchSubmit {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.searchToggle .searchform {
    width: 30px;
    height: 30px;
    top: -16px;
}
.headerSearch form.openSearch {
    top: -16px;
}
.searchToggle .searchform.openSearch input.s {
    top: 30px;
}
.headerRight.order-1 {
    -ms-flex-order: 2;
    order: 2;
}
.headerLeft.order-3 {
    -ms-flex-order: 1;
    order: 1;
}
.sidebar  {
    display: none;
}




}


@media only screen and (min-width: 768px) {
    .left-content-box {
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .right-content-box {
        flex: 0 0 30%;
        max-width: 30%;
    }

}

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