/*

	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("//hello.myfonts.net/count/3e5517");
  
@font-face {
  font-family: "DidotLTPro-Bold";
  src: url('fonts/DidotLTProBold/font.woff2') format('woff2'), url('fonts/DidotLTProBold/font.woff') format('woff');
}
@font-face {
    font-family: "DidotLTPro-Bold";
  src: url('fonts/DidotLTProRoman/font.woff2') format('woff2'), url('fonts/DidotLTProRoman/font.woff') format('woff');
}


body {  

    font-family: 'Open Sans', sans-serif;
    
    font-size: 14px;
    
    line-height: 24px;
    
    font-weight:400;
    
    color: #58595b;
    
    margin: auto;

  

}



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

	    font-family: "DidotLTPro-Bold";
        font-weight: 700;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom:20px;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 42px;

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

input.blockButton, .blockButton > a,

a.readmore {

	display: inline-block;

    color: #676767;

    border: solid 1px #676767;

    font-size: 0.9em;	

    background: #e0e0e0;

    line-height: 1.4em;

    padding: 0.7em 1.5em;

    text-transform: uppercase;

    position: relative;

    transition: 300ms;

    margin: 12px 0;

}

.blockButton> a:hover,

a.readmore:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

.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;
	position:relative;
	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{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

#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 20px;

	overflow:hidden;

	max-height:732px;

	max-height:100vh;

	min-height:480px;

}

.homeBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:200%;

}

@media(min-width:768px){

	.homeBanner {

		max-height:732px;

	}

	.homeBanner:before {

		padding-top: 45.385%;

	}

}

.homeBanner .slideImage:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

#hero .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: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%; }





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

    ALERT

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

.popupAlert {

  width:100%;

  max-width:945px;
  
  border: 40px solid #f6f6f6 !important;
  
  padding: 40px !important;

}



.noticeBody {

  width:100%;

  padding:0 6%;
  
  text-align: center;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}


.popupAlert .noticeText .logo_icon {
    margin-bottom: 50px;
}
.popupAlert .noticeText .logo_icon img {
    max-height: 58px;
    width: auto;
}
.popupAlert .noticeText  p {
    font-size: 14px;
    line-height: 24px;
}

.popupAlert .noticeText .popTitle {
    line-height: 70px;
    display: block;
    font-size: 42px;
}
.popupAlert .noticeText .alert_date {
    font-size: 14px;
}
.popupAlert .noticeText .alert_date em {
    font-size: 14px;
    font-weight: 700;
    color: #77b540;
    font-style: normal;
}

.popupAlert .alert_button {
    font-size: 14px;
    font-weight: 700;
    color: #062047;
    text-decoration: underline;
}
.popupAlert .alert_button:hover {
    color: #77b540;
}



/*news*/

h2.list-item-title{



}

h2.list-item-title a{

	text-decoration:none;
    color: #062047;
    font-size: 30px;
    font-weight: 700;

}

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

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



.headGroup {

	color:#969696;

	background:#fff;

	transition:300ms;

	padding-top:0px;

	padding-bottom:0px;
    
    padding-left: 30px;

    padding-right: 30px;

	text-align:center;

}

.fixedHeader .headGroup #menu-main-top li {
    display: inline-block;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fixedHeader .headGroup #menu-main-top li li {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}

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

}

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



}
.admin-bar .headGroup{

	margin-top:32px

}
	

@media (min-width:782px){

	
	
	.headGroup {	

			position:fixed;

			height:135px;

	}

	header.mainHeader {

		height:135px;

	}

	/*.home header.mainHeader {

	height:0;	

	}*/

	

}
@media (max-width:782px){
	.admin-bar .headGroup{

		margin-top:46px

	}
}
@media (max-width:600px){
	body.admin-bar.fixedHeader #navbar,
	.admin-bar.fixedHeader .headGroup  {
		margin-top:0;
	}
}
/*home*/

@media (max-width:767.99px){

/*body.home .headGroup {

	position:absolute;

}*/

}

	/*.fixedHome .headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		position:absolute;

		top:0;

	}

	.fixedHome .headGroup a{

		color:#fff;

	}

	.fixedHome .headGroup .socials li:before,

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

		background:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		color:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		

	}*/

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

		  /*color: #fff;*/

	}



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

		  /*color: #fff;*/

	}



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

		  /*color: #fff;*/

	}

	.fixedHome .headGroup .searchSubmit {

		  /*color: #fff;*/

	}

	.fixedHome .headerIcon {

		

	}

	.fixedHome .headerIcon a{

		

	}





@media (min-width:768px){

	

	.headerRight .topMenuSide {

		display:block;

		display:inline-flex;

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

	}

}

@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;
    z-index: 100;

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

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 0px;

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

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

}

.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:1161px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 33px;

    height: 3px;
	border-radius:1px;

    margin: 7px 0;

    background-color: #062047;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:33px;

	right:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

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

    transform-origin:50% 11.5px;

}

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

    transform-origin: 50% -8.5px;

}

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

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

}

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(-10px);

}



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;
		transform:translateX(100%);

		transition: transform 500ms;

		background: #062047;

		top: 130px;

	    margin-top: 0px;

		z-index: 9999;

		bottom:0;

		max-width: 100%;
		width:100%;
		overflow-x: hidden;		

		font-size:14px;
		font-weight:600;
		display:none;
		text-align:left;
	}

	 #navbar .navbarItem {
		background: #fbba00;
		display: inline-flex;
		align-items: baseline;
		position:absolute;
		left:0;
		width:100%;
		color:#062047;
		text-align:center;
		height:40px;
		justify-content:center;
	}
	
	 #navbar .navbarItem.topNavbar {
		top:0;
		 
	 }
	  #navbar .navbarItem.bottomNavbar {
		bottom:0;		 
	 }
	 #navbar .navbarItem a.header_link{
		color:#062047;
	 }
	body.menuopen  #navbar{ 

		transform:translateX(00%);

		z-index: 9999;

	}

	body.fixedHeader #navbar{
		top: 104px;
	}

	body.admin-bar #navbar{ 

		margin-top:32px;

	}
	#navbar #menu-main {
		max-width:480px;
		margin:10px auto 20px;
	}
	#navbar #menu-main li a {
        color: #ffffff;
        padding: 10px 0px;
    }
	#navbar #menu-main li.current-menu-item > a,
	#navbar #menu-main li.current-menu-ancestor > a {
		color:#b7b7b7;
	}
    #navbar #menu-main li.menu-item-has-children > .arrow {
        left: auto;
        right: 0;
    }
    #navbar #menu-main li.menu-item-has-children > a {
        padding-right: 35px;
    }
    #navbar .menu-main-container {
		position:absolute;
		top:40px;
		padding:30px;
		width:100%;
		bottom:40px;
		overflow-y: scroll;
    }
	#navbar .menu-main-container::-webkit-scrollbar {
		 width: 4px;
		background-color: #062047;
	}
	#navbar .menu-main-container::-webkit-scrollbar-thumb {
		background-color: #fff;
	}
	#navbar .menu-main-container::-webkit-scrollbar-track {
		background-color: rgba(255,255,255,04);
	}
    #menu-main li.menu-item-has-children > .arrow:after {
        color: #ffffff;
    }
	
	#navbar{
		
	}
	@media (max-width:782px){

		body.admin-bar #navbar{ 

			margin-top:46px;

		}

	}
	@media (max-width:600px){

		body.fixedHeaderadmin-bar #navbar{ 

			margin-top:0px;

		}

	}
	#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 #425573;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

	#menu-main .sub-menu {

		padding-left:20px;

		position:relative;

		display:none;

		border-bottom:solid 1px #425573;

	}

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

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

			top: 50%;
			margin-top:-13px;
			margin-left:-5px;
			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;

}



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

    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;

}

.footer_address p {
	font-size: 0.9em;
    line-height: 2;
}

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

}

.blog .side-menu-container {
    display: none;
}



#menu-side {

	list-style:none;

	padding:0;

	margin:0;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	padding:0px 15px;

}

#menu-side a:hover {

	text-decoration:none;

}

#menu-side a span{	

	padding:10px 0px;

	display:block;

}

/*Top level item*/

#menu-side > li > a {

	font-size:1.25em;

}

#menu-side > li > a span{	

	padding:16px 8px 16px 0;

	border-bottom:solid 1px #CBCBCB;

	display:inline-block;

	font-weight: 400;

}

#menu-side ul{

	list-style:none;

	padding:0;

	margin:0;

}

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

	margin:10px 0;

}

/*main Sub menu items*/

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

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

}

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

	color:#676767;

}

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

	display:block;

	width:16px;

	height:45px;

	position:absolute;

	top:0;

	right:-10px;

}

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

	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-side .sub-menu li.menu-item-has-children.open > .arrow:before {

	transform:rotate(90deg);

}

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

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}





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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){



}

@media (min-width:1200px){



}

body {

	/*position:relative;*/

}



@media (max-width:1160px){
	
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:120;

}
}
#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}













.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}





@media (min-width : 768px) {



}

@media (min-width : 992px) {



}

@media (min-width : 1200px) {



}

@media (min-width : 1590px) {



}









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





}

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



}



















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

    Dynamic Content

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



.dynamicContent {

	margin-top: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:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:90px;

}







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

.faqs{



}



.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:15px;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

	font-size:1em;

	text-transform:uppercase; 

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 11px;

    height: 18px;

    position: absolute;

    right: 20px;

    top: 15px;

	font-weight:700;

	font-family: "Font Awesome 5 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faq-answer{

	display:none;

	padding:15px;

}

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

	border-bottom:solid 1px #a2a6a9;

}

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

	border-color:#969696;	

}





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

.staffMember {

	padding-bottom: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: "DidotLTPro-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: "DidotLTPro-Bold";

	text-transform: inherit;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;

}

.callout .readmore 	{



}


.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:before {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	visibility:hidden

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois .col {

	min-width:33.333%;

}

.poi  {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

	margin-bottom:26px;    

	    font-family: "DidotLTPro-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:30px;

	font-weight:700;

	position:relative;

	padding:10px 0px;
    text-align: left;

	text-transform: inherit;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}


.poi .poiTitle span {
    width: 46px;
    height: 46px;
    display: block;
    margin-top: 20px;
    position: relative;
    font-size: 0;
    background: #fbba00;    
}
.poi .poiTitle span:after {
    content: '';
    width: 22px;
    height: 13px;
    background: url(images/long-arrow-blue.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



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

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


.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:0;

	transform: none;

	text-align:left;

	width:100%;

	transition:300ms;

}
.poi:hover .poiImage .poiText {
	transform: translatey(50%);
}
.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 Styles Css    ----------------------------------- START ----------------------------------------- */



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


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

#menu-main-top {
    display: inline-block;
    text-align: left;
}

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

#menu-main-top li {
    display: inline-block;
    position: relative;
    padding: 27px 27px 27px 25px;
    vertical-align: middle;
}
#menu-main-top li:after {
    width: 1px;
    background: #7bb83f;
    content: "";
    height: 10px;
    position: absolute;
    right: -1px;
    top: 51%;
    transform: translatey(-50%);
    display: block;
}
#menu-main-top li:last-child:after {
    display: none;
}
#menu-main-top li ul li:after {
    display: none;
}

@media only screen and (max-width : 1440px) {
    #menu-main-top li {
        padding: 27px 10px;
    }
}

#menu-main-top li a {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    color: #58595b;
}

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

#menu-main-top .sub-menu li a {
    padding: 0px 40px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: inherit;
}
#menu-main-top .sub-menu li a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    line-height: 24px;
    padding: 10px 0;
}
#menu-main-top .sub-menu li a:hover {
    color: #ffffff;
    background: #fbba00;
}

#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 {
    line-height: 1.3em;
}

#menu-main-top li:hover > a  {
    text-decoration: none;
    color: #062047;
}
#menu-main-top li li:hover > a {
    color: #ffffff;
    background: #fbba00;
}
#menu-main-top .sub-menu {

    top: 100%;
    left: 0;
    display: none;
    background: #5d5d5e;
    line-height: 44px;
    padding: 40px 0 70px;
    /*min-height: 80vh;*/
    width: 350px;
    position: absolute;
}

#menu-main-top .sub-menu:after {
    width: 20px;
    content: "\f0d8";
    height: 20px;
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    left: 45px;
    top: -26px;
    font-family: "Font Awesome 5 Free";
    display: block;
    color: #5d5d5e;

}
#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: rgba(0, 84, 71, 0.8);
    line-height: 44px;
    padding: 0px !important;
    height: auto;
}
/*Menu Styles Show    ----------------------------  END  ------------------------------------ */

.menu-toggle {
    display: none;
}
.container {
    max-width: 1170px;
}
.header_top_section .header_red_bg {
    /*display: inline-block;*/
    background:#fbba00;    
    display: inline-flex;    
    align-items: baseline;
}
header {
    position: relative;
}

	.searchform.openSearch {
		overflow: visible;
	}

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

	.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: 20px;
		height: auto;
		min-height: 42px;
        z-index: 1;
	}

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

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

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

	.searchToggle .searchform.openSearch input.s {
	}

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

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

	.searchToggle .searchform.openSearch input.s {
		background: #062047;
		color: #ffffff;
		border: none;
		width: 100%;
		padding: 2px 10px;
	}

	.headerSearch .searchSubmit {
		font-size: 15px;
		width: 20px;
		height: 28px;
		color: #58595b;
        right: 0px;
	}

	.headGroup .searchSubmit:hover {
		color: #0e5f46;
	}


/*.headGroup {
    position: relative;
}

body.fixedHeader .headGroup {
    position: fixed;
}*/

.topMenuSide .portalToggle {
    padding: 13px 20px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.topMenuSide .portalToggle:hover {
    opacity: 0.5;
}

a.header_link {
    margin-left: 20px;
    margin-right: 20px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    line-height: 40px;
}

.topMenuSide .portalToggle .fa-user-friends {
    font-size: 0;
    background: url(images/members-icon.png) no-repeat;
    width: 20px;
    height: 16px;
    margin-right: 7px;
    vertical-align: top;
}


.header_top_section .header_red_bg a {
    color: #062047;
}
.header_top_section .header_red_bg a:hover {
    opacity: 0.5;
}

.header_red_bg {
    margin-right: 15px;
}
.header-members {
    background: url(images/members-icon.png) left center no-repeat;
    line-height: 28px;
    padding-left: 25px;
}
.header-job-board {
    background: url(images/jobs-icon.png) left center no-repeat;
    line-height: 28px;
    padding-left: 25px;
}
.header-contact-us {
    background: url(images/contact-icon.png) left center no-repeat;
    line-height: 28px;
    padding-left: 25px;
}


a.header_link:before {
    width: 1px;
    background: #062047;
    content: "";
    height: 10px;
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translatey(-50%);
    display: block;    
}
a.header_link:first-child:before {
	display:none;
}
.header_top_section .menu-main-container{
    margin-top: 17px;
}

.header_top_section {
	
}
.headGroup .row {
    margin: 0;
}

.headGroup .headerLeft {
    padding-right: 0;
    padding-left: 23px;
}
.headGroup .headerRight {
    padding-right: 40px;
    padding-left: 0px;
}

.headGroup .headerRight .searchToggle {
    vertical-align: middle;
}


.header_top_section .header_red_bg {
    margin-right: 0;
}


.fixedHeader .header_top_section  .header_red_bg{
        display: none;
}
.fixedHeader .header_top_section .menu-main-container{
    margin-top: 0px;
}
.fixedHeader .headGroup .mainLogo {
    max-width: 218px;
}
.fixedHeader .headGroup {
    height: 104px;
}


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

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

}


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

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

}

/*Header Styles Css    ----------------------------------- END -------------------------- ----------------------------------------- */


/* Banner Social Links */


#hero .slideImage:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 104;
    height: 20%;
    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 );
}

#hero .slideText {
    z-index: 105;
    bottom: 50%;
    transform: translatey(50%);
}

#hero .slideText .banner-caption-box {
    float: right;
    max-width: 50%;
    width: 100%;
    text-align: left;
    padding-left: 30px;
}
#hero .slideText .banner_title {
    font-size: 60px;
    line-height: 1.15;
    margin-bottom: 30px;
	font-weight:400;
    font-family: "DidotLTPro-Roman";
	color:inherit;
}

#hero .slideText .banner_details {
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
}




.banner_social_icon {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    z-index: 120;
}

.banner_social_icon ul {
    padding: 0;
    margin: 0;
}
.banner_social_icon ul li {
    display: block;
    margin-bottom: 2px;
}
.banner_social_icon ul li a {
    background: #58595b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    display: block;
    color: #ffffff;
}
.banner_social_icon ul li a:hover, .banner_social_icon ul li a.active{
    background: #062047;
    color: #ffffff;
}

.instagram-popup, .twitter-popup, .facebook-popup {
    display: none;
    top: 0px;
    transition: left 500ms;
    background-color: #fbba00;
    margin-top: 0px;
    padding: 50px 40px;
    z-index: 120;
    width: 370px;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 300;
}

.instagram-popup.open, .twitter-popup.open, .facebook-popup.open{
	display: block;
	position: absolute;
	right : 52px;
}	

.instagram-popup.open *, .twitter-popup.open *, .facebook-popup.open * {
	color: #ffffff !important;
	font-weight: 300 !important;
}

.instagram-popup.open {
    padding: 0;
}

/* End Banner Social Links */


@media (max-width:768px){
	.banner_social_icon {
		display:none;
	}
}

/* Button Styles Css -------------------------------------------------------------------------- Start */
input.blockButton, .blockButton > a, a.readmore, a.button {
	border: none !important;
	background: transparent;
    
    background: #fbba00;    
	padding: 10px 34px 10px 15px;
	min-width: 202px;
	text-align: left;
	font-size: 13px;
	color: #062047;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    letter-spacing: 4px;
    position: relative;
}
input.blockButton:after, .blockButton > a:after, a.readmore:after, a.button:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/long-arrow.png) no-repeat;    
    background-size: cover;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
}
input.blockButton:hover, .blockButton > a:hover, a.readmore:hover, a.button:hover {
    background:#062047;

	color: #fbba00 !important;
}

input.blockButton:hover:after, .blockButton > a:hover:after, a.readmore:hover:after, a.button:hover:after {
    background: url(images/arrow-long-wht.png) no-repeat;    	
}
.wpforms-submit {
	border: none !important;
	background: transparent;    
    background:#062047 !important;
	color: #fff !important;    
	padding: 10px 34px 10px 15px;
	min-width: 202px;
	text-align: left;
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase !important;
	cursor: pointer;
	margin: 0px auto;
	display: inline-block;
    letter-spacing: 4px;
}
.wpforms-submit:hover {
    background: #fbba00 !important;;
	color: #fff !important;
}
.wpforms-submit:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/long-arrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-left: 20px;
}
div.wpforms-container ul li:before {
    content: '';
    font-size: 0;
    width:0;
    height:0;
    background: #fff;
}

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

.welcomeBlockText .entry-title {
    display: none;
}
.homeBanner {
    margin: 0;
}

/* Mini Poi Styles Css ------------------------------------------------------------------------ Start */

.dynamic-cta {
    background: #f6f6f6;
    padding: 100px 50px;
    text-align: center;
    margin: 0;
}
.dynamic-cta .row {
    margin: 0;
}
.dynamic-cta .item a {
    width: 46px;
    height: 46px;
    display: block;
    position: relative;
    margin: 0px auto;
    font-size: 0;
    background: #fbba00;  
color:#062047;	
}
.dynamic-cta .item a:after {
    content: '';
    width: 22px;
    height: 13px;
    background: url(images/long-arrow.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dynamic-cta .item a:hover {
    background:#062047;
	color: #fbba00 !important;
}

.dynamic-cta .item h2 {
    margin-bottom: 7px;
}


.dynamic-cta .item .details {
    margin-bottom: 22px;
}

/* Mini Poi Styles Css ----------------------------------------------------------------------------------------------- End ------------ */



/* Dynamic Image Text Styles Css ---------------------------------------------------------------------Start */

.dynamic-image-text {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.dynamic-image-text .image-left-section.absolute_section_left {
    position: absolute;
    left: 0;
    top: 100px;
    padding: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
}





.dynamic-image-text .image-left-section.absolute_section_left img {
    visibility: hidden;
}

.dynamic-image-text .img_text_content {
    padding: 60px 15px 120px;
}
.dynamic-image-text .img_text_content h2 {
    font-size: 42px;
    line-height: 70px;
    margin-bottom: 20px;
}
/*
.body-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.body-text ul li {
    /*font-size: 16px;*/
   /* line-height: 26px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.body-text ul li:before {
    content: '';
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #062047;
    position: absolute;
    left: 0px;
    border-radius: 5px;
    top: 10px;
}*/

ul.tribe-events-sub-nav li:before  {
    content: none;
}
.dynamic-image-text .body-text ul {
    margin: 0 0 30px;
}


/* Dynamic Image Text Styles Css ----------------------------------------------------------------------------------------------- End ------------ */



.dynamic-info-grid .owl-carousel .owl-dots:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    top: 13px;
    z-index: -2;
    opacity: 0.7;
}
.dynamic-info-grid .owl-carousel .owl-dots:before {
    background: #f6f6f6;
    position: absolute;
    width: 20%;
    right: 30px;
    content: "";
    display: block;
    height: 24px;
    top: 50%;
    transform: translatey(-50%);
    z-index: -1;
}
.dynamic-info-grid .owl-carousel .owl-dots {
    position: absolute;
    width: 33.3334%;
    right: 0;
    top: -50px;
    padding: 0px 40px;
    z-index: 1;
    height: 28px;
    text-align: right;
}
.dynamic-info-grid .owl-dots .owl-dot {
    margin: 1px 2px 1px 2px;
}
.dynamic-info-grid .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    cursor: pointer;
    background: #58595b;
    border: 2px solid #f6f6f6;
    display: inline-block;
}
.dynamic-info-grid .owl-dots .owl-dot.active span {
    background: transparent;
    border-color: #062047;
}

.dynamic-info-grid .owl-nav {
    display: none;
}

.dynamic-info-grid {
    padding: 190px 0 190px;
    background: #f6f6f6;
    margin: 0;    
}

.infoBlock.twitter_icon {
}
.twitterGroup {
	display:flex;
	align-items:center;
	justify-content: center;
    height: 100%;
    width: 100%;
}
.twitterGroup .twitterLink{
	position:relative;
	z-index:2;
}
.twitterGroup .twitterLink {	
    border: solid #fff 2px!important;
}
.twitterGroup > img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:1;
}
.c2.grid.style1 {
    background: #062047;
    color: #ffffff;
    padding: 80px 25px 50px;
    position: relative;
}



.infoBlock.twitter_icon {
    font-size: 17px;
    line-height: 29px;
}

.infoBlock.twitter_icon .icon {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #ffffff;
}
#sb_instagram {
    padding: 0 !important;
}

.grid.simple .news_content .ab_event_section {
    background: #ffffff;
    padding: 20px 30px;
    
}

.info_grid_container .item {
    height: 100%;
    min-height: 485px;
}

.grid.simple .news_container .row {
    margin: 0;
}
.grid.simple .news_container .news_content {
    padding: 0;
    background: #f8f7f5;
}
.grid .news_container  {
	width:100%;
}
.grid.simple .news_container .news_content .date {
    color: #58595b;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    font-style: italic;
}
.grid.simple .news_container .news_content .newsTitle {
    line-height: 36px;
    margin-bottom: 30px;
}
.grid.simple .news_container .news_content .newsTitle a {
    font-size: 30px;
    color: #00053a !important;
    text-transform: inherit;
    font-weight: 700;
    line-height: 36px;
    font-family: "DidotLTPro-Bold";
}
.button_link {
    color: #010101;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    background: url(images/arrow-long-dark-green.png) right center no-repeat;
    padding-right: 30px;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
}
.button_link:hover {
    color: #fbba00;
}

.c3.grid.style2 {
    background: #033673;    
    color: #fff;
    padding: 80px 25px 80px;
    position: relative;
    
}

.c4.grid.style3 {
	background:#062047;
	color: #fbba00;
    padding: 80px 25px 80px;
    position: relative;
}

.c4.grid.style3 .infoBlock {
    color: #f6f6f6;
}
.c4.grid.style3 .infoBlock a {
    color: #f6f6f6;
}


.c3.grid.style2 .icon {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    color: #f6f6f6;
    font-size: 90px;
}

.c3.grid.style2 .linkedIn {
    position: absolute;
    left: 30px;
    bottom: 20px;
    color: #f6f6f6;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    background: url(images/arrow-long-wht.png) right center no-repeat;
    padding-right: 30px;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
}
.c3.grid.style2 .linkedIn:hover {
    color: #fbba00;
}

.c5.grid.simple {
    
}
.c5.grid.simple .icon {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #ffffff;
}



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

#ctf .ctf-author-name, #ctf_lightbox .ctf-author-name {
    color: #f6f6f6;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400 !important;
}
#ctf .ctf-author-box {
    margin-bottom: 15px;
}
#ctf .ctf-item {
    height: 320px;
}

#ctf.ctf_palette_dark .ctf-corner-logo {
    display: none;
}
#ctf.ctf_palette_dark .ctf-author-name, #ctf.ctf_palette_dark .ctf-header-name, #ctf.ctf_palette_dark .ctf-header-type-text, #ctf.ctf_palette_dark .ctf-tweet-text {
    color: #062047!important;    
}
#ctf.ctf_palette_dark .ctf-author-name {
    font-size: 16px; 
}
#ctf a {
    color: #062047!important;
}
#ctf.ctf_palette_dark {
    background: unset!important;
}
.c2.grid.style1 {
    background: #fbba00;
    color: #062047;
    padding: 80px 25px 50px;
    position: relative;
}



/* Dynamic Image Text CTA Styles Css -------------------------------------------------------------------------SATRT */



.dynamic-image-text-cta .owl-carousel .owl-dots:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    top: 13px;
    z-index: -2;
    opacity: 0.7;
}
.dynamic-image-text-cta .owl-carousel .owl-dots:before {
    background: #f6f6f6;
    position: absolute;
    width: 20%;
    right: 30px;
    content: "";
    display: block;
    height: 24px;
    top: 50%;
    transform: translatey(-50%);
    z-index: -1;
}
.dynamic-image-text-cta .owl-carousel .owl-dots {
    position: absolute;
    width: 31.3334%;
    right: 0;
    top: -50px;
    padding: 0px 40px;
    z-index: 1;
    height: 28px;
    text-align: right;
}
.dynamic-image-text-cta .owl-dots .owl-dot {
    margin: 1px 2px 1px 2px;
}
.dynamic-image-text-cta .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    cursor: pointer;
    background: #58595b;
    border: 2px solid #f6f6f6;
    display: inline-block;
}
.dynamic-image-text-cta .owl-dots .owl-dot.active span {
    background: transparent;
    border-color: #8fc93e;
}

.dynamic-image-text-cta .owl-nav {
    display: none;
}


.dynamic-image-text-cta {
    padding: 190px 0 190px;
    background: #f6f6f6;
    margin: 0;
}
.dynamic-image-text-cta .cta_img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.dynamic-image-text-cta .cta_img img {
    visibility: hidden;
}

.main-content-box {
    background: #ffffff;
    padding: 25px;
}
.main-content-box h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
.main-content-box .details {
    margin-bottom: 30px;
}
.main-content-box a {
    width: 46px;
    height: 46px;
    display: block;
    position: relative;
    font-size: 0;
    background:#fbba00;    
}
.main-content-box a:after {
    content: '';
    width: 22px;
    height: 13px;
    background: url(images/long-arrow.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-content-box a:hover {
    background:#062047!important;
	color: #fbba00!important;
}

/* Dynamic Image Text CTA Styles Css ----------------------------------------------------------------------------------------------- End ------------ */


.homeBanner .cycle-pager-main-banner {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 105;
}
.homeBanner .cycle-pager-main-banner span {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    cursor: pointer;
    background: #f6f6f6;
    border: 2px solid transparent;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin: 0px 4px;
}
.homeBanner .cycle-pager-main-banner span.cycle-pager-active {
    background: transparent;
    border-color: #f6f6f6;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}


@media (max-width:1160px) {
    #pageBanner, .homeBanner {
	   
    }
}




.dynamic-cta .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
    padding: 0px 40px;
    z-index: 1;
    height: 28px;
    text-align: center;
}
.dynamic-cta .owl-dots .owl-dot {
    margin: 1px 2px 1px 2px;
}
.dynamic-cta .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    cursor: pointer;
    background: #58595b;
    border: 2px solid #f6f6f6;
    display: inline-block;
}
.dynamic-cta .owl-dots .owl-dot.active span {
    background: transparent;
    border-color: #062047;
}

.dynamic-cta .owl-nav {
    display: none;
}



/* Footer Styles Css -------------------------------------------------------------------------- Start */

footer {
    background: #58595b;
    color: #ffffff;
    padding: 70px 0 15px;
    line-height: 32px;
}
footer a {
    color: #ffffff;
} 

.footer_right {
    text-align: right;
    padding-bottom: 70px;
}
.footer_right .socials {
    padding: 0;
    margin: 0 0 15px;
}
.footer_right .socials li {
    display: inline-block;
    margin-left: 5px;
}
.footer_right .socials li a {
}

.footer_left p {
    margin: 0 !important;
}
.footer-logo {
    margin-bottom: 30px;
}

.menu-footer-menu-container h3 {
    display: none;
}

.menu-footer-menu-container li {
    padding-right: 30px;
    display: block;
    position: relative;
}
.menu-footer-menu-container li:after {
    background: url(images/long-arrow.png) right center no-repeat;    
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    content: "";
    display: block;
    width: 16px;
    height: 9px;
}
.menu-footer-menu-container li a {
    color: #ffffff;
}
.menu-footer-menu-container li:hover a {
    color: rgba(255, 255, 255, 0.5);
}
.menu-footer-menu-container li:hover:after {
    opacity: 0.5;
}
.button.footer-right-btn  {
    border: 1px solid #ffffff !important;
    background: transparent !important;
	color:#fff!important;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.button.footer-right-btn:after {
    background: url(images/arrow-long-wht.png) right center no-repeat;	
}
.button.footer-right-btn:hover {
    border: none !important;
    color: #58595b !important;
    padding: 11px 35px 11px 16px;
    background: #ffffff !important;
}
.button.footer-right-btn:hover:after {
    opacity: 1;
    right: 18px;
    background: url(images/arrow-long-gray.png) right center no-repeat;    
    
}

.footer_right {
    padding-left: 10%;
}
.footer_center {
    padding-right: 10%;
}

.footer_right_text {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.63);
    margin-bottom: 20px;
}

.footerLower {
    padding: 30px 0 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.36);
    font-size: 13px;
}
.footerLower a {
    color: rgba(255, 255, 255, 0.36);
}
.footerLower a:hover {
    color: rgba(255, 255, 255, 1);
}

.footerLower p, .footerLower ul {
    color: rgba(255, 255, 255, 0.36);
}
.footerLower .col-sm-6.sm-text-center a {
    margin: 0px 7px;
}


/* Footer Styles Css ----------------------------------------------------------------------------------------------- End ------------ */

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









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



/*Sidebar Menu Styles----------------------------------------------------------------*/
.sidebar {
    padding: 36px 0 0;
}
.side-menu-container {
    background: #f6f6f6;
    padding: 75px 30px 75px 30px;
    position: relative;
    margin-top: 0px;
    z-index: 99;
    margin-bottom: 50px;
}
/*.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: 30px;
    padding-right: 30px;
}
#menu-side > li > a {
    clear: both;
}
#menu-side > li > a span {
    color: #58595b;
    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 {
    background: #ffffff;
    font-size: 0px;
    content: '';
    display: block;
    line-height: 54px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    height: 2px;
    opacity: 1 !important;
}*/

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

#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: #58595b;
    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: #58595b;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: block;
    letter-spacing: 0px;
    padding: 0 50px 0 30px;
    text-transform: inherit;
    margin-left: -30px;
    margin-right: -30px;
}

#menu-side a span {
}

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

#menu-side .sub-menu li a:hover {
    color: #062047;
    background: #fbba00;    
}

#menu-side .sub-menu li .arrow:before {
    background: url(images/arrow-long-dark-green.png) no-repeat;
    width: 16px;
    height: 11px;
    font-size: 0 !important;
    top: 20px;
    left: 0;
}
#menu-side .sub-menu li:hover > .arrow:before {
    background: url(images/arrow-long-wht.png) no-repeat;
}
#menu-side .sub-menu li.open > .arrow:before, #menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    background: url(images/arrow-long-wht.png) no-repeat;
}
/*#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-dark-green.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: #062047;
    background: #fbba00;    
}

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

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

#menu-side .sub-menu li.open li a:hover {
    color: #062047;
    background: #fbba00;    
}
#menu-side .sub-menu li.open li a:hover span  {
    color: #062047;
}

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

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

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #062047;
    background: #fbba00;    
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #062047;
    background: #fbba00;    
}
#menu-side .sub-menu li.current-menu-item > a span {
    color: #062047;
}
#menu-side > li > a {
    text-transform: inherit !important;
}
#menu-side > li > a span:after {
    color: #062047;
    font-size: 30px;
    content: 'In this section';
    font-weight: 700 !important;
    padding-right: 0px;
    line-height: 36px;
    font-family: "DidotLTPro-Bold";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: inherit !important;
    width: 100%;
    text-align: left;
}



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

.sidebar .searchform input#s {
    color: #ffffff;
}*/

.sidebarSec {
    background: #f6f6f6;
    padding: 45px 33px 80px;    
}
input {
    width: 100%;
}
.sidebarSec ul li {
    padding: 0;
}

.sidebarSec ul li a {    
    font-size: 18px;
    line-height: 28px;
    display: block;
    padding: 10px 33px;
    margin-left: -33px;
    margin-right: -33px;
}

.sidebarSec ul li a:hover {    
    background: #2d1023;
}

.its {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
    color: #062047;
}

/*Sidebar Menu Css End*/




.breadcrumbs {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #58595b;
    text-transform: inherit;
    letter-spacing: 0px;
    padding: 30px 65px 30px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 30px;
    border: none;
}

.breadcrumbs em {
    color: #58595b;
    padding: 0px 15px;
    font-style: normal;
}


.breadcrumbs a {
    color: #58595b;
}
.breadcrumbs span > span {
    color: #062047;
}

.breadcrumbs a:hover {
    color: #062047;
}

.share {
    position: absolute;
    right: 0px;
    top: 32px;
    padding: 0px;
}

.share .addtoany_share {
    background: url(images/share-icon.png) 99% center no-repeat!important;
    padding-right: 30px;
    font-size: 14px;
    color: #58595b;
    display: block;
    line-height: 20px;

}
a.addtoany_share.addtoany_no_icon span.a2a_img_text {
	display:none!important;
}
.bodyContent h1, .sidebar h1 {
    font-size: 42px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
}
/*.bodyContent h1:after {
    width: 104px;
    background: #58595b;
    content: "";
    height: 1px;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: -15px;
    display: block;
}

.bodyContent h1:after {
    
}*/



.bodyContent h2, .sidebar h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin: 30px 0;
    letter-spacing: 0px;
}

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

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3 {
    font-weight: 700;
    font-size: 24px;
    color: #062047;
    line-height: 24px;
    margin: 30px 0;
    letter-spacing: 0px;
}

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

.staffMember h3 {
    font-weight: 400;
    font-size: 22px;
    color: #062047;
    line-height: 24px;
    margin: 30px 0;
    margin: 0px 0 10px;
}

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

.staff-meta a.email-value:hover:before {
    color: #062047;
    background: #fbba00;
}
.bodyContent ul {   
    color: #58595b;
    list-style: '\2B24';
	padding-left:20px;
}
.bodyContent ul li{   
    color: #58595b;
    text-align: justify;
    padding-left: 10px;
}
.bodyContent ul li::marker{ 
	color:#062047;
	
}
/*
.bodyContent ul {   
    padding-left: 0px;
}

.bodyContent ul li {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
    color: #58595b;
}
.bodyContent .body-text ul li:before {
    width: 10px;
    height: 10px;
    top: 7px;
}
.bodyContent ul li::marker {
    color: #da1a1c;
}*/

.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 .gallery-icon {
    overflow: hidden;
}


.dynamic-quote .cycle-pager {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.dynamic-quote .cycle-pager span {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    cursor: pointer;
    background: #58595b;
    border: 2px solid transparent;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin: 0px 4px;
}
.dynamic-quote .cycle-pager span.cycle-pager-active {
    background: transparent;
    border-color: #062047;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}



.wpmf-gallerys .gallery .wpmf-gallery-icon a {
    overflow: hidden;
    display: block;
}
.wpmf-gallerys .wpmf-gallery-item:not(.fusion-builder-live .gallery-masonry .wpmf-gallery-item) {
    padding: 3px !important;
}

.poi {
    background-color: transparent;
    background: #fbba00;    
    
}

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

.bodyContent .dynamic-quote .quoteContainer blockquote, .sidebar .dynamic-quote .quoteContainer blockquote {
}

.dynamic-quote:after {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    height: 2px;
    font-size: 0px;
    background: #f2f2f2;
    margin: 20px auto 0px;
}
.dynamic-quote:before {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    height: 2px;
    font-size: 0px;
    background: #f2f2f2;
    margin: 0px auto 20px;
}

blockquote {
    background: transparent;
    font-size: 30px;
    color: #58595b;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    padding: 0px;
    font-style: normal;
    margin-bottom: 20px;
    font-family: "linotype-didot",serif;
}

.dynamic-quote {
    padding: 0px 0 40px;
    position: relative;
}
blockquote:after {
}
.quoteContainer .quote-cite {
    font-size: 12px;
    color: #4a3041;
    letter-spacing: 4px;
    padding: 0 30px;
    text-transform: uppercase;
}




.faqs {
}
.faqs .faq {
    border-bottom: solid 2px #fff;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 12px 35px 12px 17px;
        background-color: transparent;
        background: #fbba00;    
    color: #062047;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 24px;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.faq.open .faq-question {
   background:#062047;
	color: #fbba00;
    border: none;
    padding: 12px 35px 12px 17px;
}
.faq-question:hover {
    background:#062047;
	color: #fbba00;
    border: none;
}
.faq-question:after {
    content: '\f054';
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 19px;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    font-size: 0px;
    background: url(images/arrow-long-dark-green.png) no-repeat;

}
.faq-question:hover:after {
    background: url(images/arrow-long-wht.png) no-repeat;	
}
/*.faq-question:before {
    position: absolute;
    right: -50%;
    bottom: -48%;
    width: 100%;
    height: 200%;
    background: #4A3041;
    transform: rotate(-40deg);
    content: '';
    display: none;
}*/
/*.faq.open .faq-question:after {
    top: 12px;
}*/
.faq.open .faq-question:before {
    display: block;
}
.faq .faq-question:hover:before {
    display: block;
}
/*.faq.open .faq-question:hover:after {
    top: 12px;
}*/

/*.faq .faq-question:hover:after {
    color: #ffffff;
    background: #2d1023;
    background: url(images/arrow-long.png) no-repeat;
}
.faq.open .faq-question:after {
    transform: rotate(90deg);
    background: #2d1023;
    color: #ffffff;
    background: url(images/arrow-long.png) no-repeat;
}
*/
.faq-answer {
    display: none;
    padding: 30px;
    background: #f1f2f2;
    margin-bottom: 20px;
}
.faqs .faq:last-child .faq-answer {
    border-bottom: solid 1px #a2a6a9;
}
.faqs .faq.open:last-child .faq-answer {
    border-color: #969696;
}

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





.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: 12px 45px 12px 17px;
    background: #fbba00;    
    color: #062047;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px 0 10px !important;
    overflow: hidden;
}

.dynamic-documents a.document-link:hover {
    background:#062047;
	color: #fbba00;
    border: none;
}

/*.dynamic-documents a.document-link:focus {
    background: #2d1023;
    color: #ffffff;
    border: none;
    padding: 12px 45px 12px 32px;
}*/

.dynamic-documents a.document-link:after {
    content: '\f054';
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    right: 20px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    font-size: 0px;
    background: url(images/download-icon-blue.png) center center no-repeat;
}

.dynamic-documents a.document-link:hover:after {
    background: url(images/download-icon.png) center center no-repeat;
}
.dynamic-documents a.document-link:before {
    position: absolute;
    right: -50%;
    bottom: -48%;
    width: 100%;
    height: 200%;
    background: #4A3041;
    transform: rotate(-40deg);
    content: '';
    display: none;
}
.dynamic-documents a.document-link:after {
}
/*.dynamic-documents a.document-link:hover:before {
    display: block;
}*/
.dynamic-documents a.document-link:hover:after {
}






span.quicklink {
    text-align: right;
    display: block;
    position: relative;
    z-index: 9;
    margin: 0px 0 10px !important;
}
span.quicklink:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    top: 50%;
    transform: translatey(-50%);
    z-index: -2;
}
span.quicklink > a {
    position: relative;
    z-index: 1;
    display: inline-block;
}
span.quicklink > a:before {
    background: #ffffff;
    position: absolute;
    width: 34px;
    left: 0px;
    content: "";
    display: block;
    height: 100%;
    top: 0px;
    z-index: -1;
}
.quicklink>a, a>.quicklink, a.quicklink {

    position: relative;
    margin: 0;
    padding: 12px 50px 12px 51px;
    background: #fbba00;    
    color: #062047;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    width: auto;
    min-width: 205px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
   background:#062047;
	color: #fbba00;
    border: none;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
   background:#062047;
	color: #fbba00;
    border: none;
}

.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: '\f054';
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 15px;
    font-size: 0px;
    top: 50%;
    transform: translatey(-50%);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    background: url(images/arrow-long-dark-green.png) no-repeat;
}
.quicklink>a:hover:after, a:hover>.quicklink:after, a.quicklink:hover:after {
    background: url(images/arrow-long-wht.png) no-repeat;	
}
/*.quicklink>a:before, a>.quicklink:before, a.quicklink:before {
    position: absolute;
    right: -50%;
    bottom: -48%;
    width: 100%;
    height: 200%;
    background: #4A3041;
    transform: rotate(-40deg);
    content: '';
    display: none;
}*/
.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
}
/*.quicklink>a:hover:before, a>.quicklink:hover:before, a.quicklink:hover:before {
    display: block;
}*/
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
}




span.linkbutton {
    text-align: right;
    display: block;
    position: relative;
    z-index: 9;
    margin: 0px 0 10px !important;
}
span.linkbutton:after {
    background: #58595b;
    position: absolute;
    width: 100%;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    top: 50%;
    transform: translatey(-50%);
}
span.linkbutton > a {
    position: relative;
    z-index: 1;
    display: inline-block;
}
span.linkbutton > a:before {
    background: #ffffff;
    position: absolute;
    width: 34px;
    left: 0px;
    content: "";
    display: block;
    height: 100%;
    top: 0px;
}
.linkbutton>a, a>.linkbutton, a.linkbutton {

    position: relative;
    margin: 0;
    padding: 12px 50px 12px 51px;
    background:#fbba00;    
    color: #062047;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    width: auto;
    min-width: 205px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover,
.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus{
	background:#062047;
	color: #fbba00;
    border: none;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: '\f054';
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 15px;
    font-size: 0px;
    top: 50%;
    transform: translatey(-50%);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    background: url(images/arrow-long-dark-green.png) no-repeat;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    background: url(images/arrow-long-wht.png) no-repeat;	
}


span.quicklink, span.linkbutton {
    padding-left: 70px;
}



.bodyContent .callout.hasbg .calloutContent, .sidebar .callout.hasbg .calloutContent {
    padding-bottom: 150px;
    padding-top: 150px;
}
.callout {
    background: #333333;
}
.bodyContent .callout .calloutContent, .sidebar .callout .calloutContent {
    padding: 70px 70px;
}


.inner-footer-call-out {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.inner-footer-call-out:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.inner-footer-call-out img {
    visibility: hidden;
}
.inner-footer-call-out .footer_callout_text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translatey(-50%);
}
.inner-footer-call-out .footer_callout_text h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 70px;
    margin-bottom: 40px;
}

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


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


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




@media only screen and (max-width: 1160px) {
	#navbar {
		display:block;
	}
    .main-headbox, body.menuopen .main-headbox {
        display: none;
    }
    .main-navigation ul.socials {
        display: inline-block;
        padding: 0px;
        margin: 0;
        list-style: none;
    }
    .main-navigation ul.socials li {
        display: inline-block;
        padding-right: 12px;
    }
    .main-navigation ul.socials li a {
        display: inline-block;
        font-size: 28px;
        color: #ffffff;
    }        
    .menu-toggle {
        display: inline-block;
    }
    .menu-main-container #menu-main-top {
        display: none;
    }
    
    .headGroup {
        padding-top: 28px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .headerLeft {
        flex: 0 0 75%;
        max-width: 75%;
        text-align: left;
    }
    .headerRight {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: right;
    }
    .header_red_bg {
        display: none !important;
    }
    .menu-toggle {
        width:30px;
		height:30px;
    }

    .headerIcon {
        margin-bottom: 0px;
    }
    header.mainHeader, .headGroup {
        height: 130px;
    }
    .headGroup {
        /*position: relative !important;*/
        position: fixed !important;
    }
    #navbar .headerSearch {
        width: 100%;
        max-width: 100%;
        background: #F1F2F2;
        display: none !important;
    }
    #navbar .searchform input#s {
        border: 0;
        font-size: 16px;
        height: 50px;
        width: 100%;
        background: transparent;
        color: #969696;
        padding: 0px 20px;
    }
    .searchform {
        width: 75%;
    }
    .mobile-search {
        z-index: 99999;        
    }
    
   
  
    .headGroup .headerRight .searchToggle {
        vertical-align: top;
    }
}    
    
@media only screen and (max-width: 991px) {    
    .bodyContent .callout .calloutContent, .sidebar .callout .calloutContent {
        padding: 70px 20px;
    }
    .bodyContent .callout.hasbg .calloutContent, .sidebar .callout.hasbg .calloutContent {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .dynamic-poi .row {
        display: block;
    }
    .side-menu-container {
        margin-top: 0;
    }
    .side-menu-container:after {
        display: none;
    }
    .inner-footer-call-out {
        min-height: 400px;
    }
    footer {
        line-height: 25px;
    }
    .footerLower .col-sm-6.sm-text-center a {
        margin: 0px 4px;
    }
    
    .footer_left, .footer_center, .footer_right {
           margin-bottom: 40px;
           text-align: left;
    }
    .footerLower p, .footerLower ul {
        margin: 0px 0;
    }
    .footer_right {
        padding-left: 15px;
    }



}    
    
    

@media only screen and (max-width : 992px) {
    
    #hero .slideText .banner_title {
        
        margin-bottom: 20px;
    }
    #hero .slideText .banner-caption-box {
        max-width: 70%;
        padding-left: 0px;
        padding-right: 15px;
    }
    .dynamic-cta {
        padding: 60px 25px 100px;
    }
    
}

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


    .dynamic-info-grid .owl-carousel .owl-dots, .dynamic-image-text-cta .owl-carousel .owl-dots {
        width: 100%;
    }
    .dynamic-info-grid .owl-carousel .owl-dots:before, .dynamic-image-text-cta .owl-carousel .owl-dots:before {

        width: 40%;

    }
    .dynamic-info-grid, .dynamic-image-text-cta {
        padding: 110px 0 70px;
    }
    .dynamic-image-text .image-left-section.absolute_section_left {
        position: relative;
        top: auto;
        left: auto;
    }
    .dynamic-image-text .img_text_content {
        padding: 60px 15px 80px;
    }
    .dynamic-image-text {
        padding-top: 80px;
    }
    .button.footer-right-btn {
        position: relative;
        bottom: auto;
        right: auto;
    }
    footer .container, .footer_left, .footer_center, .footer_right {
        text-align: center;
    }
    .footer_right {
        padding-bottom: 0;
    }
    .footer_center {
        padding-right: 0;
    }
    .inner-footer-call-out {
        background-attachment: inherit !important;
    }
    .inner-footer-call-out .footer_callout_text h2 {
        color: #ffffff;
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .menu-footer-menu-container li:after {
        content:none;
    }  
    .side-menu-container {
        display: none;
    }      


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

    .headGroup .headerRight {
        padding-right: 20px;
    }
    .headGroup .headerLeft {
        padding-left: 20px;
    }
    #hero .slideText .banner-caption-box {
        max-width: 80%;
        max-width: 100%;
    }
    .banner_details {
        /*display: none;*/
    }
    .dynamic-info-grid .owl-carousel .owl-dots {
        
    }
    

}


.twitter-popup-contianer a, .ctf-tweet-content a {
    color: #ffffff !important;
}
.twitter-popup-contianer a:hover, .ctf-tweet-content a:hover {
    color: #fbba00 !important;
}

.twitter-popup .close-btn {
    float: right;
    color : #ffffff;
    margin : -20px -20px 0 0;
}

@media (max-width:1160px) {
    .hide-mobile {
        display:none;
    }
}

/* events page */
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #fbba00!important;
}
#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
    padding: 0 20px 20px!important;
}

.tribe-events-schedule h2 {
    color:#062047!important;
}
.single-tribe_events .tribe-events-single-event-title {
    color:#062047!important;
    font-size: 42px!important;
}
.single-tribe_events .tribe-events-event-image {
	float: left;
    margin: 0 3% 20px 0;
    width: 30%!important;
}
.tribe-events-single>.tribe_events {
    display: block!important;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #062047!important;
}

/* new events pages dec24 */

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: var(--tec-font-size-3)!important;
    padding-left:0!important;
}

.eventFormat {
    font-weight: bold;
    display: inline;
    color: #fbba00;
    margin-left: 10px!important;
}

.tribe-events-calendar-list__event-description {
    margin-top: 10px!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 30px!important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter:nth-child(3) div.tribe-filter-bar-c-checkbox:nth-child(6), .tribe-filter-bar .tribe-filter-bar-c-filter:nth-child(3) div.tribe-filter-bar-c-checkbox:nth-child(7) {
	display:none!important;
}


/* show news category on archive page */
.excerpt_cat {
    text-align: right;
}
.excerpt_cat a {
    color: #db1a1c;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px;
    font-weight: 600;
}

body.search .excerpt_cat {
    display: none;
}

/* member login page */

.page-id-239 .bodyContent h1 {
    margin-bottom: 20px;
}

.page-id-239 .bodyContent p {
    margin-bottom: 0px;
    margin-top: 20px;
}

.page-id-239 input.blockButton {
    max-width: 150px;
}