/*

	Theme Name: Schoolcms

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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

/*

	font-family: "trajan-pro-3",serif;
	font-family: "lato",sans-serif;

*/

body {  

	font-family: "lato",sans-serif;

	font-size: 18px;

	line-height: 24px;

	font-weight:400;

	color: #525760;

	margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}


a {

	color:#000;

	text-decoration:none;

	font-weight: 600;
}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	color:#103e27;

	font-family: "trajan-pro-3",serif;

	line-height: 32px;

	letter-spacing: 0.5px;
	
	font-weight: 600;
}

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: 22px;
	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, .button, .wpforms-submit  {

	color: #9e0f0f;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 28px;
	border-radius: 0px;
	padding: 16px 30px 16px;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	min-width: 185px;
	border: 1px solid #9e0f0f;

	font-family: "lato",sans-serif;
	
}

.wpforms-submit {
	line-height: 28px !important;
	display: inline-block !important;
	color: #9e0f0f !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	background-color: transparent !important;
	padding: 16px 30px 16px !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	border: 1px solid #9e0f0f !important;
	text-align: center !important;
}


.blockButton> a:hover,

a.readmore:hover, .button:hover, .wpforms-submit:hover  {

	background-color: #9e0f0f;
	text-decoration: none;
	color: #ffffff;

}
.wpforms-submit:hover {

	background-color: #9e0f0f !important;
	text-decoration: none !important;
	color: #ffffff !important;

}



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

	min-height:300px;

	max-height: 591px;

}

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

	position: relative;

	margin:0 auto 0px;

	overflow:hidden;

	max-height: 900px;

	height:100vh;

	min-height:580px;

}

@media(min-width:768px){

	.homeBanner {

		max-height: 900px;

	}

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

}

#hero .slideText{

	bottom: 44%;
	transform: translateY(50%);

    left: 0;

    right: 0;

    font-size: 18px;

    color: #fff;

    position: absolute;

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

}



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

}

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

	padding-bottom:13px;

	text-align:center;

	z-index:220;

	position:fixed;

	height:auto;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

	border-bottom-color:#676767;

}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}

.headerIcon img{
	
}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0px;

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

}

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

	padding: 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:30px;

	position:relative;

	cursor:pointer;

	color: #ffffff;

}

.topMenuSide:hover .portalToggle {
	color: #dfdfdf;
}

.topMenuSide .menu{

	position:absolute;

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

	color:#9e0f0f;

	list-style:none;

	margin:0;

	padding:10px 20px;

	right:0;

	top:125%;

	font-size:14px;

	text-transform:uppercase;

	display:none;

}

.topMenuSide .menu li{

	border-bottom:solid 1px #9e0f0f;

	padding: 5px 0 5px 0;

	line-height:24px;

	width: 150px;

    text-align: left;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#9e0f0f;	

}

.topMenuSide .menu a:hover{

	color:#103e27;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:30px;

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

    height: 3px;

    margin: 6px 0;

    background-color: #ffffff;

    display: block;

	transition:all 300ms;
	
	border-radius: 1px;

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:28px;

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


	}

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


	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



#footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}

@media (max-width:767.99px){

	.alignright,

	.alignleft,

	a img.alignright,

	a img.alignleft{

		float:none;

		margin:5px auto 20px;

		display:block;

	}

}









.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

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

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}









.side-menu-container {

	padding:0  0 20px;

	margin-bottom:20px;

}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/

#menu-side > li > a {

	font-size:1.25em;

}

#menu-side > li > a span{	

	padding:16px 8px 16px 0;

	border-bottom:solid 1px #CBCBCB;

	display:inline-block;

	font-weight: 400;

}

#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

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

	margin:10px 0;

}

/*main Sub menu items*/

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

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

}

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

	color:#676767;

}

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

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

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

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(90deg);

}

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

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}

@media (max-width:767.99px){

	.side-menu-container {

		display:none;

	}
	
	.side-menu-container.parent {

		display:block;

	}

}



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

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:#103e27;

	opacity:0.75;

	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/Brand-Mark-Full-Colour.png");

    background-position: center center;

	background-size:contain;

	height:96px;

	width:96px;

	top:50%;

	left:50%;

	margin-top:-48px;

	margin-left:-48px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

    background-image: url(images/Brand-Mark-Full-Colour.png);

    background-position: center center;

    background-repeat: no-repeat;

	background-size:72px;

}







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

	padding:2.2em 1.1em;

	text-align:center;

}

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .singleQuote  {

	width:100%;

	position:relative;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

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

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

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

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #ffffff;

    background: #103e27;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:80px 45px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:18px;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	font-family: "trajan-pro-3",serif;

	color:inherit;

}

.callout .readmore 	{

	background: transparent;
	color: #ffffff;
	border: solid 1px #ffffff;

}



.callout.hasbg  .readmore{

	background: transparent;
	color: #ffffff;
	border: solid 1px #ffffff;

}

.callout .readmore:hover {

	background: #9e0f0f;
	color: #ffffff;
	border: 1px solid #9e0f0f;

}

.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:#103e27;

	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: 90.45%;

}

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

	font-family: "trajan-pro-3",serif;
	
	font-weight:600;

	position:relative;

	padding:10px 15px;


}



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

}

.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

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

/*--- 29 Jan 2023 --- */


.headLogoWrap {
	text-align: left;
	padding: 0px 10px;
}

.headGroup {
	padding: 48px 48px 13px 48px;
	background: #103e27;
}
body.home .headGroup {
	padding: 48px 48px 0px 48px;
}
.headGroup {
	-webkit-box-shadow: 0 6px 40px -6px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: 0 6px 40px -6px rgba(0, 0, 0, 0.5) !important;
		box-shadow: 0 6px 40px -6px rgba(0, 0, 0, 0.5) !important;
}
.headGroup .container {
	max-width: 100%;
}

body.home .headGroup {
	box-shadow: none !important;
}
.fixedHeader .headGroup, .home.fixedHeader .headGroup {
	padding: 13px 48px 13px 48px !important;
	height: 100px;
		-webkit-box-shadow: 0 6px 40px -6px rgba(0, 0, 0, 0.5) !important;
		-moz-box-shadow: 0 6px 40px -6px rgba(0, 0, 0, 0.5) !important;
			box-shadow: 0 6px 40px -6px rgba(0, 0, 0, 0.5) !important;
}


.socialDesktop {
	display: inline-block;
	margin-right: 13px;
}
.headGroup .socials li {
	padding: 0px 12px;
}
.headGroup .socials li a {
	color: #ffffff;
	font-size: 20px;
}
.headGroup .socials li a:hover {
	color: #dfdfdf;
}
.headGroup  ul.socials {
	padding: 0;
}

.headGroup .row {
	align-items: center!important;
}
.home .headGroup .row {
	align-items: start !important;
}
.fixedHeader .headGroup .row {
	align-items: center!important;
}


.fixedHeader .headerIcon img {
	max-height: 74px;
	
}
.headerIcon img {
	max-height: 74px;
	width:auto;
	height:auto;
}
.home .headerIcon img {
	max-height: 123px;
}
.home.fixedHeader .headerIcon img {
	max-height: 74px;
}




.header_links {
	display: inline-block;
	margin-right: 30px;
}

.header_links .header_link {
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.5px;
	display: inline-block;
	margin: 0px 11px;
	position: relative;
	font-weight: 600;
}
.header_links .header_link:after {
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 16px;
	background: #ffffff;
	content: '';
}

.header_links .header_link:last-child:after {
	display: none;
}

.header_links .header_link:hover {
	color: #dfdfdf;
}


/*.topMenuSide .portalToggle:after {
	display: block;
	content: '';

	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #ffffff;

	position: absolute;
	right: 0px;
	top: 6px;
}

.topMenuSide:hover .portalToggle:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #dfdfdf;
}*/

.portalToggle a {
	color: #fff;
}

#navbar .portalToggle a {
	color: #103e27;
}

.menu-toggle:hover span {
	background: #dfdfdf;	
}


/*Search Toggle Css    ----------------------  START  ------------------------------ */
.headerSearch form.openSearch {
	padding-right : 12px;
	top : 0px;
	z-index: 9;
}

.searchform.openSearch {
	overflow: visible;
}

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

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

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

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

.searchToggle {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 16px;
	height: auto;
	min-height: 20px;
	margin-left: 5px;
	margin-right: 23px;
}

.searchToggle .search-form-holder {
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
	z-index: 11;
}

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

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

.searchToggle .searchform.openSearch input.s {
}

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

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

.searchToggle .searchform.openSearch input.s {
	background: #8d8ead;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 2px 10px;
	height: 28px;
	font-size: 12px;
	letter-spacing: 0.8px;
}
.searchToggle .searchform.openSearch input.s::placeholder {
	color:#fff;
}
.headerSearch .searchSubmit {
	font-size: 14px;
	width: 20px;
	height: 19px;
	top: 7px;
	font-size: 0;
	right: 0;
	background: url(images/search-icon.png) center center no-repeat;
}

.fixedHeader .headGroup .searchSubmit {
	background: url(images/search-icon.png) center center no-repeat;
}

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

/*Search Toggle Css    ---------------------------  END  ----------------------------------- */





.homeBanner #hero .slideImage img {
	opacity: 0.85;
}
.homeBanner #hero .slideImage {
	background: #000000;
}

.homeBanner #hero .slideImage:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,rgba(16,62,39, 1) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(16,62,39, 1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(16,62,39, 1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	opacity: 0.6;
}

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


#hero .slideText .top_text {
	color: #ffffff;
	font-size: 50px;
	letter-spacing: 0.5px;
	line-height: 40px;
	font-family: "trajan-pro-3",serif;
	font-weight: 600;
}
#hero .slideText .top_text span {
	margin: 0px 15px;
}
#hero .bottom_text {
	bottom: 65px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 111;
	position: absolute;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.homeBanner {
	margin-bottom: 158px;
}


.container {
	max-width: 1140px;
}
.welcomeBlock {
	margin: 0;
	padding: 0;
}
.welcomeBlock .container {
	position: relative;
}
.welcomeBlockText {
	position: absolute;
	left: 33.33334%;
	top: 0;
	z-index: 111;
	padding-top: 20px;
}
.welcomeBlockText {
	text-align: center;
}
.welcomeBlockText h1 {
	font-size: 22px;
	margin-bottom: 25px;
} 
.welcomeBlockText p {
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}



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



.homeDynamic.dynamic-callout {
	margin: 0;
	padding: 80px 0;
}
.homeDynamic.dynamic-callout .callout.hasbg .calloutContent {
	padding: 0;
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.callout.hasbg .coimg {
	opacity: 0.25;
}
.homeDynamic.dynamic-callout .callout.hasbg .coimg {
	position: relative;
}

.homeDynamic.dynamic-callout .callout.hasbg .coimg img {
	position: relative;
}

.homeDynamic.dynamic-callout .callout.hasbg .calloutTitle h2 {
	font-size: 80px;
	line-height: 80px;
	color: rgba(255, 255, 255, 0.3);
}
 
.homeDynamic.dynamic-callout .callout.hasbg .readmore {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 120px !important;
	height: 120px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: relative;
}
.homeDynamic.dynamic-callout .callout.hasbg .readmore:after {
	width: 120px !important;
	height: 120px !important;

	background: rgba(255, 255, 255, 0.65) url(images/video-icon.png) 49px center no-repeat !important;
	border: none !important;
	border-radius: 60px !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	content: '';
}
.homeDynamic.dynamic-callout .callout.hasbg .readmore:hover:after {
	background: #9e0f0f url(images/video-icon-hover.png) 49px center no-repeat !important;
	border: none !important;
	color: #ffffff !important;
}
.homeDynamic.dynamic-callout .callout.hasbg .readmore:hover {
	background: transparent !important;
	border: none !important;
}





.dynamic-image-text-section {
	margin: 0;
	padding: 80px 0 158px;
}


.dynamic-image-text-section .text-block-content {
	max-width: 380px;
	margin: 0px auto;
	text-align: center;
}

.dynamic-image-text-section .text-block-main h2:before {
	background: url(images/Brand-Mark-Full-Colour.png) center center no-repeat;
	width: 72px;
	height: 72px;
	content: '';
	display: block;
	margin: 0px auto 20px;
	opacity: 0.5;
    background-size: cover;
}
.dynamic-image-text-section .text-block-main h2 {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.5px;
	color: #103e27;
	margin-bottom: 45px;
	font-weight: 600;
}

.dynamic-image-text-section .text-block-main .block_details {
	letter-spacing: 0.5px;
	margin-bottom: 35px;
	min-height: 95px;
}

.dynamic-image-text-section .img-box {
	padding: 0;
}



.dynamic-logo-carousel {
	background: #103e27;
	padding: 110px 0 120px;
	margin: 0;
	text-align: center;
}

.dynamic-logo-carousel h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 130px;
	color: #ffffff;
}
.dynamic-logo-carousel .owl-carousel .owl-item {
	text-align:center;
}
.dynamic-logo-carousel .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
.dynamic-logo-carousel .owl-carousel .owl-item img {
	max-width: 100%;
	width: auto;
	display:inline-block;
}

.dynamic-logo-carousel .owl-dots {
	padding-top: 136px;
}

.dynamic-logo-carousel .owl-nav {
	display: none;
}
.dynamic-logo-carousel .owl-dots span {
	width: 8px;
	height: 8px;
	background: #ffffff !important;
}
.dynamic-logo-carousel .owl-dots .owl-dot {
	margin: 0px 5px;
	opacity: 0.25;
}

.dynamic-logo-carousel .owl-dots .owl-dot.active {
	opacity: 1;
}


footer#footer {
	background: #e9e9e9;
	padding-top: 95px;
	color: rgba(82, 87, 96, 0.6);
	line-height: 32px;
}
footer#footer h2 {
	color: #103e27;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
	font-weight: 600;
}

footer#footer h3 {
	color: #103e27;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
	font-weight: 600;
}


footer#footer a {
	color: rgba(82, 87, 96, 0.6);
	margin: 0px 5px;
}

footer#footer a:hover {
	color: #103e27;
}

footer#footer .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer#footer .menu li {
	padding-left: 37px;
	background: url(images/footer-arrow.png) 2px center no-repeat;
}
footer#footer .menu li a {
	margin: 0 !important;
}
footer#footer .menu li a:hover {
}




.footer_top_row .tel-box {
	margin-bottom: 18px;
}

.footer_top_row .tel-box a {
	background: url(images/tel-icon.png) left center no-repeat;
	padding-left: 52px;
}

.footer_top_row .email-box {
	margin-bottom: 18px;
}
.footer_top_row .email-box a {
	background: url(images/email-icon.png) 3px center no-repeat;
	padding-left: 52px;
}


.footer_top_row .email-box:last-child {
	margin-bottom: 0px;
}




.footer_map_area {
	position: relative;
	background: #103e27;
	padding: 74px 0;
	max-height: 209px;
	text-align: center;
	margin-top: 93px;
}

.footer_map_area .button {
	color: #ffffff;
	border-color: #ffffff;
}
.footer_map_area .button:hover {
	color: #103e27;
	border-color: #ffffff;
	background: #ffffff;
}
.footer_map_area .footer_map_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.footer_map_area .footer_map_image img {
	width: 100%;
    opacity: 0.15;
    height: 100%;
    min-height: 209px;
    object-fit: cover;
}

.footer_map_area .container {
	position: relative;
}
.footer_map_area .container .button {
	margin: 0px 15px !important;
	color: #ffffff !important;
}
.footer_map_area .container .button:hover {
	color: #103e27 !important;
}

.footerLower {
	padding: 35px 0;
	text-align: center;
	background: #ffffff;
	color: rgba(82, 87, 96, 0.6);
	letter-spacing: 0.5px;
	line-height: 35px;
	font-size: 18px;
	border-bottom: 10px solid #4c26f5;
	position: relative;
}
.footerLower .container {
	position: relative;
}

.lower-logo {
	position: absolute;
	right: 0;
	bottom: -45px;
	z-index: 10;
	margin: 0 !important;
}



.footer_right_logos img {
	margin-bottom: 40px;
}
.footer_right_logos img:nth-child(1) {
	margin-bottom: 45px;
}
.footer_right_logos img:nth-child(2) {
	margin-bottom: 40px;
}






/*Inner Page Area Styles Css --------------------------------------------------- Start */




/*Breadcrumb Area Css --------------------------------------------------- Start */

.breadcrumbs {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #b6b5b5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 0px 0;
    width: 100%;
    z-index: 105;
    margin-bottom: 100px;
    border-bottom: none;
    min-height: 24px;
}
.breadcrumbs em {
	margin: 0px 10px;
}
.breadcrumbs em:before {
	width: 1px;
	height: 14px;
	content: '';
	display: inline-block;
	background: #b6b5b5;
	position: relative;
    top: 2px;
}
.breadcrumbs a {
    color: #b6b5b5;
}
.breadcrumbs span > span {
    color: #103e27;
}
.breadcrumbs a:hover {
    color: #103e27;
}


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

.bodyContent table {
    display: inline-block;
    overflow: auto;
    position: relative;
    text-align: left;
    border-style: hidden;
    display: table;
}

.bodyContent table th, .bodyContent table th {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 20px;
    vertical-align: top;
}

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 10px;
    vertical-align: top;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

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


.bodyContent .first-ph-text {
	font-weight: 500;
}



.bodyContent h1 {
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.5px;
	font-weight: 600;
}


.bodyContent .body-text > h2 {    
	margin-top: 0;
}


.bodyContent h2, .sidebar h2 {    
    font-size: 22px;
    line-height: 40px;
    margin: 0px 0 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #103e27;
}

/*.bodyContent h2:after, .sidebar h2:after {    
	content: '';
	max-width: 223px;
	width: 100%;
	background: #d2232a;
	height: 5px;
	display: block;
	margin-top: 30px;
}*/


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

.bodyContent h2 a:hover, .sidebar h2 a:hover {
    color: #9e0f0f;
}





.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3, .bodyContent h3 {

    font-size: 22px;
    line-height: 40px;
    margin: 10px 0 20px;
    color: #103e27;
	font-weight: 600;
	letter-spacing: 0.5px;

}


.bodyContent .callout.hasbg .calloutContent, .sidebar .callout.hasbg .calloutContent {
    padding-bottom: 140px;
    padding-top: 140px;
}


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

.staffMember h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #103e27;
    margin: 0px 0 10px;
}

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

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


.bodyContent {
}

.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}
.bodyContent ul li {
    line-height: 30px;
    text-align: left;
    padding-left: 21px;
    position: relative;
}

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



.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;
    position: relative;
    display: block;
}
.wpmf-gallerys .gallery .wpmf-gallery-icon a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

.wpmf-gallerys .wpmf-gallery-item:not(.fusion-builder-live .gallery-masonry .wpmf-gallery-item) {
    padding: 3px !important;
}





.faqs {
}
.faqs .faq {
    border-bottom: solid 10px transparent;
}
.faq-question {

	position: relative;
    margin: 0;
    padding: 16px 50px 16px 59px;
    background-color: #103e27;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px !important;
    letter-spacing: 1.6px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: none;
    font-weight: 400 !important;
	margin: 0px !important;
	
	font-family: 'Raleway', sans-serif;

}
.faq.open .faq-question {
    background: #103e27;
    color: #ffffff !important;
    border: none;
}
.faq-question:hover {
    background: #103e27;
    color: #ffffff !important;
    border: none;
}
.faq-question:after {
    display: block;
    width: 10px;
    height: 18px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 22px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0;
    background: url(images/faq-arrow.png) center center no-repeat;
}

.faq.open .faq-question:after, .faq .faq-question:hover:after {
    background: url(images/faq-arrow.png) center center no-repeat;
    transform:  rotate(180deg);
    right: 25px;
    top: 22px;
}

.faq.open .faq-question:before {
    display: block;
}
.faq .faq-question:hover:before {
    display: block;
}


.faq-answer {
    display: none;
    padding: 42px 42px 20px; 
    background: #f7f6f6;
    border-top: none;
    margin-bottom: 20px;
}
.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

.faq-answer > h3, .faq-answer > h2 {
    margin-top: 0px;
}



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

.dynamic-documents a.document-link {

    position: relative;
    margin: 0;
    padding: 16px 50px 16px 59px;
    background-color: transparent;
    color: #9e0f0f !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: 1px solid #9e0f0f;
    font-weight: 600 !important;

    margin: 0px 0 10px !important;
	width: 100%;
	

}



.dynamic-documents a.document-link:hover {
    color: #ffffff !important;
	background: #9e0f0f;
    border: 1px solid #9e0f0f;
}

.dynamic-documents a.document-link:focus {
    color: #ffffff !important;
	background: #9e0f0f;
    border: 1px solid #9e0f0f;
}

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





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


    position: relative;
    margin: 0;
    padding: 16px 50px 16px 59px;
    background-color: transparent;
    color: #9e0f0f !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: 1px solid #9e0f0f;
    font-weight: 600 !important;

    margin: 0px 0 10px !important;
	width: 100%;
	display: inline-block;


}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    color: #ffffff !important;
	background: #9e0f0f;
    border: 1px solid #9e0f0f;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    color: #ffffff !important;
	background: #9e0f0f;
    border: 1px solid #9e0f0f;
}


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

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

    position: relative;
    margin: 0;
    padding: 16px 50px 16px 59px;
    background-color: transparent;
    color: #9e0f0f !important;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
    overflow: hidden;
    border: 1px solid #9e0f0f;
    font-weight: 600 !important;

    margin: 0px 0 10px !important;
	width: 100%;
	display: inline-block;

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    color: #ffffff !important;
	background: #9e0f0f;
    border: 1px solid #9e0f0f;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    color: #ffffff !important;
	background: #9e0f0f;
    border: 1px solid #9e0f0f;
}

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






.dynamic-quote {
    background: #103e27 !important;
    padding: 60px 0px;
    margin-top: 0px;
    position: relative;
}
.dynamic-quote .quoteContainer {
    background: transparent !important;
}
blockquote {
    text-align: center;
    font-weight: 400 !important;
    color: #ffffff !important;
    background: #103e27 !important;
    padding: 30px 10% 40px !important;
	line-height: 40px;	
	font-size: 18px !important;
	font-style: italic;
	letter-spacing: 0.5px;
}
.quoteContainer .quote-cite {
    text-align: center;
    text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding-top: 20px;
}


.quote-cite {
    text-align: center;
}

.quotes-holder .f-cycle-pager {
    margin-bottom: 20px;
}
.quotes-holder .f-cycle-pager span {
    width: 8px;
    height: 8px;
    line-height: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0;
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
}
.quotes-holder .f-cycle-pager span.cycle-pager-active {
    background: rgba(255, 255, 255, 1);
}

.callout .calloutContent .calloutSubtitle {
	margin: 20px 0 40px;
}




/*Video Callout Styles ------------------------------------------- Start ----- */

.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 440px;
}
.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 {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 120px !important;
	height: 120px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dynamic-callout .video_callout .readmore:after {
	width: 120px !important;
	height: 120px !important;

	background: rgba(255, 255, 255, 0.65) url(images/video-icon.png) 49px center no-repeat !important;
	border: none !important;
	border-radius: 60px !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 0px !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	content: '';

}
.dynamic-callout .video_callout .readmore:hover:after {
	background: #9e0f0f url(images/video-icon-hover.png) 49px center no-repeat !important;
	border: none !important;
	color: #ffffff !important;
}
.dynamic-callout .video_callout .readmore:hover, .bodyContent .callout.video_callout .calloutContent .readmore:hover, .sidebar .callout.video_callout .calloutContent .readmore:hover {
	background: transparent !important;
	border: none !important;
}



/*.bodyContent .callout.hasbg .coimg:after, .sidebar .callout.hasbg .coimg:after  {
	left: 0;
	top: 0;
	background: rgba(60, 60, 59, 0.3);
}*/

.dynamic-callout .video_callout h3 {
	display: none !important;
}



/*Video Callout Styles ---------------------------------------------------------------------------------------------- End ----------------- */






/*Sidebar Menu Styles----------------------------------------------------------------*/
.sidebar {
	position: relative;
	z-index: 111;
	padding-top: 59px;
}

.side-menu-container {
    background: #e9e9e9;
    padding:  35px 30px 64px 30px ;
    /*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:  #6f6e67;
    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: center;
    padding: 0;
	height: 54px;
	
}
#menu-side > li > a:hover span {
    border-bottom: none !important;
}
#menu-side > li > a span:before {
    content: 'In This Section';
    display: block;
    line-height: 60px;
    width: 100%;
	opacity: 1 !important;
	color: #103e27;
	background-color: transparent;
	position: relative;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	border: 1px solid #103e27;
	font-family: "trajan-pro-3",serif;
	
}

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

#menu-side a span {
}

#menu-side a:hover span {
}

#menu-side .sub-menu li.open > a span {
}

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

#menu-side > li > a:hover span {
}

#menu-side li a span {
 
}
#menu-side li a:hover span {
 
}

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


#menu-side a {
    font-size: 12px;
    line-height: 28px;
    display: block;
    letter-spacing: 0.5px;
    padding: 0px 0px 0px 0;
    text-transform: uppercase;
    color: #103e27;
	font-weight: 600;
	text-underline-offset: 2px;
}

#menu-side li {
	margin-bottom: 15px;
}
#menu-side a span {
	padding-left: 0px;
}

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

#menu-side .sub-menu li a:hover {
    color: #103e27;
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #aeb5b1;
}

#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: #103e27;
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #aeb5b1;
}

#menu-side .sub-menu li.open li a {
}

#menu-side .sub-menu li.open li a span {
}

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

#menu-side .sub-menu li.open li a:hover {
    color: #103e27;
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #aeb5b1;
}
#menu-side .sub-menu li.open li a:hover span  {
    color: #103e27;
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #aeb5b1;
}

#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: #103e27;
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #aeb5b1;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #103e27;
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #aeb5b1;
}
#menu-side .sub-menu li.current-menu-ancestor a, #menu-side .sub-menu li.current-menu-item a {
}
#menu-side > li > a {
    text-transform: inherit !important;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 15px;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	font-size: 12px;
    font-weight: 400;
}

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


#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {
    color: #103e27;
}

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


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

.sidebar .searchform input#s {
    color: #103e27;
}

.sidebarSec {


    background: #e9e9e9;
    padding:  35px 30px 64px 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: 12px;
    line-height: 24px;
    display: block;
    letter-spacing: 0.5px;
    padding: 5px 0px 5px 0;
	text-transform: uppercase;
	font-weight: 600;	
    color: #103e27;
}

.sidebarSec ul li a:hover {
    color: #103e27;
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #aeb5b1;
}

.its {
    display: block;
    line-height: 60px;
	color: #103e27;
	background-color: transparent;
	position: relative;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
	padding: 0;
	text-align: center;
	border: 1px solid #103e27;
}

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

#menu-side > li > .sub-menu {
	padding: 10px 30px;
}


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

.dynamic-info-grid {
	margin: 0;
	padding: 158px 0;
	letter-spacing: 0.5px;
}


.news_section.grid.c1 {
	margin-bottom: 30px;
}
.news_section.grid.c1 .row {
	margin: 0;
}

.news_section.grid.c1 .newsSlider {
	background: #e9e9e9;
}
.news_section.grid.c1 .icon {
 	display: none;
}

.news_section.grid.c1 .sliderText {
	padding: 43px 53px 40px;
	letter-spacing: 0.5px;
}

.news_section.grid.c1 .sliderText h3 {
	font-size: 22px;
	line-height: 32px;
	color: #103e27;
	margin-bottom: 20px;
	font-weight: 600;
}
.news_section.grid.c1 .sliderText h3 a {
	color: #103e27;
	text-decoration: none;
}

.news_section.grid.c1 .sliderText .txt {
	margin-bottom: 35px;
}

.news_section.grid.c1 .sliderText .txt a {
	color: #9e0f0f;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.news_section.grid.c1 .sliderText .txt a:hover {
	color: #103e27;
}

.news_section.grid.c1 .sliderText .txt p {
	margin-bottom: 0;
}

.news_section.grid.c1 .sliderimg-main {
	padding: 0;
}
.news_section.grid.c1 .sliderimg-main img {
	width: 100%;
}


.c2.grid {

}

.c2.grid .infoBlock {
	background: #103e27;
	position: relative;
}

.c2.grid .infoBlock:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

	background: rgba(0,0,0,0.15);
	z-index: 10;

}
.dynamic-info-grid .infoBlock {
	position: relative;
}
.dynamic-info-grid .infoBlock .icon {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #ffffff;
	font-size: 18px;
	z-index: 11;
}

.c3.grid .infoBlock {
	height: 100%;
	padding: 96px 52px 40px;
	background: #103e27;
	color: #ffffff;
}

.c3.grid .infoBlock a {
	color: #ffffff;
}




#cff .cff-author-img, #cff-lightbox-wrapper .cff-author-img {
	display: none !important;
}

#cff .cff-item {
	padding: 0  !important;
	margin: 0 !important;
	height: 140px;
	overflow: hidden;
	color: #fefefe;
	border: none !important;
}
.cff-post-text a {
	color: #fefefe;
}
.cff-post-text a:hover {
	color: #b6b5b5;
}
#cff .cff-author .cff-date {
	margin-left: 0 !important;
}
#cff .cff-author .cff-page-name.cff-author-date, #cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date {
	margin-left: 0 !important;
	padding: 0 !important;
}
#cff .cff-author a {
	padding: 0 !important;
	margin: 0 !important;
	color: #ffffff;
	font-size: 18px !important;
	line-height: 25px !important;
	font-weight: 600 !important;
	
}

#hero .slideText .header_links {
	display: none;
}

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

	.dynamic-image-text-section .row {
		margin: 0;
	}
	.headerRight-mb {
		display: none;
	}

}

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

	.homeBanner {
		max-height: 640px;
		margin-bottom: 25px;
	}
	.headerRight .header_links {
		display: none;
	}
	.socialDesktop {
		display: none;
	}
	.searchToggle {
		display: none;
	}
	.topMenuSide {
		display: none;
	}

	body.home .headGroup {
		padding: 16px 25px 0px 25px;
	}

	.headLogoWrap {
		width: 80%;
	}
	.headLogoWrap img {
		max-height: 66px !important;
	}
	.headerRight {
		width: 20%;
		padding-right: 0;
		text-align: right;
	}
	#hero .slideText .header_links {
		display: block;
		text-align: center;
		margin: 0 0 20px;
	}
	#hero .slideText .top_text span {
		display: block;
		font-size: 0;
		line-height: 22px;
	}
	#hero .bottom_text {
		padding: 0px 35px;
		line-height: 24px;
		bottom: 45px;
	}
	#hero .slideText {
		bottom: 40%;
	}

	.home .headGroup .row {
		align-items: center !important;
	}

	.fixedHeader .headGroup, .home.fixedHeader .headGroup {
		padding: 16px 25px 16px 25px !important;
	}


	.welcomeBlockText {
		position: relative;
		left: auto;
		top: auto;
	}
	.dynamic-image-text-section {
		padding: 0;
	}	
	.homeDynamic.dynamic-poi .owl-stage-outer {
		padding: 0;
	}
	.homeDynamic.dynamic-poi .owl-carousel {
		margin: 0;
	}
	.homeDynamic.dynamic-poi .owl-nav {
		display: none;
	}
	.homeDynamic.dynamic-poi .container {
		padding: 0;
	}
	.bodyContent .dynamic-poi .pois {
		display: block;
	}

	.homeDynamic.dynamic-poi .owl-dots {
		padding-top: 10px;
	}

	.owl-dots span {
		background: #103e27;
	}
	.owl-dots .owl-dot {
		opacity: 0.25;
	}
	.owl-dots .owl-dot.active {
		opacity: 1;
	}

	.welcomeBlock {
		padding: 0 0 50px;
	}
	.homeDynamic.dynamic-poi {
		padding: 0 0 60px;
	}
	.homeDynamic.dynamic-callout {
		padding: 0 0 0px;
	}
	.dynamic-image-text-section .text-block-main {
		padding: 79px 25px;
	}
	.homeDynamic.dynamic-callout .callout.hasbg .coimg {
		min-height: 215px;
	}

	.homeDynamic.dynamic-callout .callout.hasbg .calloutTitle h2 {
		font-size: 22px;
		line-height: 32px;
	}
	.homeDynamic.dynamic-callout .callout.hasbg .readmore {
		width: 68px !important;
		height: 68px !important;
	}
	.homeDynamic.dynamic-callout .callout.hasbg .readmore:after {
		width: 68px !important;
		height: 68px !important;
		background-size: 18px !important;
		background-position: 25px center !important;
	}
	.homeDynamic.dynamic-callout .container {
		padding: 0;
	}
	.dynamic-logo-carousel .logo_item {
		text-align: center;
		margin: 0px auto;

	}

	.dynamic-info-grid {
		padding: 79px 0;
	}
	.news_section.grid.c1 {
		padding: 0;
	}
	.c2.grid {
		padding: 0;
		margin-bottom: 30px;
	}
	.c3.grid {
		padding: 0;
		margin-bottom: 0px;
	}
	.c3.grid .infoBlock {
		height: 100%;
		padding: 96px 52px 70px;
	}

	.footer_top_row .ft-1, .footer_top_row .ft-2, .footer_top_row .ft-3 {
		padding: 0px 50px;
	}
	.footer_top_row .ft-1, .footer_top_row .ft-2 {
		margin-bottom: 90px;
	}
	.footer_map_area {
		max-height: 400px;
	}
	.footer_map_area .container .button {
		margin-bottom: 33px !important;
	}
	.footer_map_area .container .button:last-child {
		margin-bottom: 0px !important;
	}
	.footer_map_area .footer_map_image img {
		min-height: 400px;

	}
	.map_buttons {
		max-width: 245px;
		margin: 0px auto;
	}

	.footerLower span {
		display: none;
	}

	.footerLower a {
		display: block;
	}


}


#navbar {
	width: 443px;
	right: auto;
	left: 0;
	transform: translateX(-100%);
	background: #e9e9e9;
	padding: 0;
	overflow: hidden;
}

.menu-main-container {
	padding: 110px 38px 40px 74px;
	height: 100%;
}

.menu-main-container .scroll.mCustomScrollbar {
	height: 100%;
}
#menu-main {
	margin: 0 30px 0 0;
}
.menu-main-container .scroll .mCSB_scrollTools .mCSB_draggerRail {
	background: #bbbdc0;
	width: 6px;
	height: 100%;
    margin: 0 auto;
}
.menu-main-container .scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #103e27;
    border-color: #bbbdc0;
	width: 2px;
	
	position: relative;
    border-top: 5px solid #103e27;
    border-bottom: 5px solid #103e27;
    height: 100%;
    margin: 0 auto;
    text-align: center;

}

.menu-main-container .scroll .mCSB_scrollTools {
    width: 7px;
    right: 0px;
}
.menu-main-container .mCSB_inside>.mCSB_container {
	margin-right: 0;
}

#menu-main li.menu-item-has-children > .arrow {
	width: 15px;
	height: 15px;
	right: 20px;
	top: 19px;
	left: auto;
}
#menu-main li.menu-item-has-children > .arrow:after {
	top: 6px;
	left: 0;
    height: 3px;
    width: 15px;
    transition: transform ease .3s;
    -webkit-transform: rotate(0);
	transform: rotate(0);
    content: '';
    position: absolute;
    background-color: #103e27;
	border-radius: 1px;
	content: '';
	font-size: 0;
}
#menu-main li.menu-item-has-children > .arrow:before {
	top: 0;
	left: 6px;
    height: 15px;
    width: 3px;
    transition: transform ease .3s;
    -webkit-transform: rotate(0);
	transform: rotate(0);
    content: '';
    position: absolute;
    background-color: #103e27;
	border-radius: 1px;
	content: '';
	font-size: 0;
}

#menu-main li.menu-item-has-children.open > .arrow:before, #menu-main li.menu-item-has-children:hover > .arrow:before {
	top: 0;
	left: 6px;
    height: 15px;
    width: 3px;
    transition: transform ease .3s;
    -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
    content: '';
    position: absolute;
    background-color: #103e27;
	border-radius: 1px;
	content: '';
	font-size: 0;
}

#menu-main .sub-menu li.menu-item-has-children > .arrow {
	height: 15px;
}



#menu-main li.menu-item-has-children > a {
	padding-left: inherit;
	padding-right: 40px;
}

#navbar .menu-toggle {
	transition: all .2s ease-in-out;
    position: absolute;
    top: 37px;
    left: 48px;
    height: 21px;
    width: 21px;
	cursor: pointer;
	padding: 0;
	z-index: 11;
}
#navbar .menu-toggle .toggleIcon {
	width: 21px;
	height: 21px;
}
#navbar .menu-toggle .toggleIcon span {
	width: 21px;
	background: #103e27 !important;
}

#navbar .menu-toggle span:nth-child(1) {
	transform-origin: 51% 8px;
}
.menu-toggle span:nth-child(3) {
	transform-origin: 47% -8px;
}

#menu-main li a {
	padding: 10px 40px 10px 0;
	border: none !important;
	color: #103e27;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#menu-main li a:hover, #menu-main li.open > a {
	color: #103e27;
	text-underline-offset: 2px;
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #aeb5b1;
	text-decoration-thickness: 2px;
}

#menu-main .sub-menu {
	padding-left: 0;
}
#menu-main .sub-menu a {
	padding: 0px 40px 0px 0;
	text-transform: inherit;
	line-height: 35px;
	font-weight: 400;
}
#menu-main .sub-menu li.menu-item-has-children > .arrow {
	top: 11px;
}
#menu-main .sub-menu  .sub-menu {
	padding-left: 40px;
	padding-bottom: 15px;
}

#menu-main li.open > .sub-menu {
	padding-top: 10px;
	padding-bottom: 25px;
}
#menu-main .sub-menu {
	border: none;
}



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

	#navbar .headerRight {
		display: none;
	}

	.menu-main-container {
		padding: 190px 25px 40px 50px;
		width: 100%;
		max-width: 100%;
	}

	.menuopen .headGroup, .menuopen.fixedHeader .headGroup {
		background: #103e27 !important;
		height: 100px;
		padding: 16px 25px 0px 25px !important;
		z-index: 99999 !important;
	}

	.menuopen.fixedHeader .headerIcon img {
		max-height: 74px !important;
	}

	#navbar .menu-toggle {
		display: none;
	}

	#navbar {
		width: 100%;
	}


	#navbar .headerRight-mb {
		width: 100%;
		position: absolute;
		top: 120px;
		left: 0;
		color: #103e27;
		text-align: center;
	}

	#navbar .socialDesktop {
		display: inline-block;
		margin-right: 13px;
		vertical-align: top;
	}
	#navbar .socials li {
		padding: 0px 12px;
	}
	#navbar .socials li a {
		color: #103e27;
		font-size: 22px;
	}
	#navbar .socials li a:hover {
		color: #9e0f0f;
	}
	#navbar ul.socials {
		padding: 0;
	}



	#navbar .searchToggle {
		display: inline-block;
		vertical-align: top;
	}
	#navbar .searchSubmit {
		background: url(images/search-icon-mb.png) center center no-repeat;
		top: 4px;
	}
	#navbar .searchSubmit:hover {
		background: url(images/search-icon-mb-hover.png) center center no-repeat;
	}
	.headerRight .topMenuSide  {
		display: none;
	}

	#navbar .topMenuSide {
		display: inline-block;
		vertical-align: top;
	}
	#navbar .topMenuSide .portalToggle {
		color: #103e27;
	}
	#navbar .topMenuSide .portalToggle:hover {
		color: #9e0f0f;
	}
	#navbar .topMenuSide .portalToggle:after {
		border-top: 7px solid #103e27;
	}
	#navbar .topMenuSide .portalToggle:hover:after {
		border-top: 7px solid #9e0f0f;
	}
	.footer_top_row {
		display: block;
	}
	.footer_right_logos img {
		display: block;		
	}

	.dynamic-logo-carousel .owl-carousel .owl-item img {
		margin: 0px auto;
    	height: 120px;
    	object-fit: contain;
	}
	.footerLower {
		border-bottom: 45px solid #4c26f5;
	}
	.lower-logo {
		position: absolute;
		right: 50%;
		bottom: -80px;
		margin: 0 !important;
		transform: translateX(50%);
		width: 100%;
		display: block !important;
	}

}



.popupAlert {
	max-width: 570px !important;
	padding: 75px 85px !important;
	letter-spacing: 0.5px;
	background: #ffffff !important;
	text-align: center !important;
}
.popTitle { 
	text-transform: uppercase;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.5px;
}
.popTitle:before { 
	background: url(images/Brand-Mark-Full-Colour.png) center center no-repeat;
	width: 72px;
	height: 72px;
	content: '';
	display: block;
	margin: 0px auto 20px;
	opacity: 0.5;
   background-size: cover;
}
.fancybox-button svg path {
	color: #103e27 !important;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* events calendar */

button.tribe-common-c-btn {
    background-color: #103e27!important;
    border-radius: 0!important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #ffffff!important;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #103e27!important;
    font-weight: 700;
}

.tribe-common .tribe-common-c-svgicon, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-single-event-title, .tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #103e27!important;
}

.tribe-events .tribe-events-c-ical__link, .tribe-common .tribe-common-c-btn-border {
    color: #103e27!important;
    border-color: #103e27!important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #85aea0!important;
}

.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: none!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-1-container, .tribe-events .tribe-events-1-container {
    padding-top: 0px!important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.tribe-events ul li:before, .tribe-events-pg-template ul li:before {
    content: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list {
    font-size: 25px!important;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-link {
    font-size: 25px!important;
    text-transform: uppercase!important;
}

	/* hide parent portal menu on main nav */

	#menu-item-1157, .menu-item-1157 {
		display:none;
	}

	#menu-side #menu-item-1157, #menu-side .menu-item-1157 {
		display:block;
	}

	/* password protected pages */

	.post-password-form input {
		width: 200px;
		margin-top: 20px;
	}
	.post-password-form input[type="submit"] {
		margin-left: 85px;
		display: block;
	}    
	@media only screen and (max-width : 767.99px) {
	.post-password-form input, .post-password-form label {
		width: 100%;    
	}
	.post-password-form input[type="submit"] {
		margin-left: 0;
		display: inline-block;
	} 
	}
.bodyContent #iubenda_policy ul li:before {
	display:none;
}