/*

Theme Name: Schoolcms - Queens College 2025

Author: Innermedia

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

Description: 

Version: 5.0



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

    TYPOGRAPHY

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

@font-face {
  font-family: "Acumin";
  src: url('/wp-content/themes/schoolcms-25/fonts/Acumin/acumin-rpro-webfont.woff2') format('woff2'), url('/wp-content/themes/schoolcms-25/fonts/Acumin/acumin-rpro-webfont.woff') format('woff');
}
@font-face {
  font-family: "Acumin-Italic";
  src: url('/wp-content/themes/schoolcms-25/fonts/Acumin/acumin-rpro-webfont.woff2') format('woff2'), url('/wp-content/themes/schoolcms-25/fonts/Acumin/acumin-rpro-webfont.woff') format('woff');
}
@font-face {
  font-family: "Garamond";
  src: url('/wp-content/themes/schoolcms-25/fonts/Garamond/garamond_atf_text-webfont.woff2') format('woff2'), url('/wp-content/themes/schoolcms-25/fonts/Garamond/garamond_atf_text-webfont.woff') format('woff');
}
@font-face {
  font-family: "Garamond-Italic";
  src: url('/wp-content/themes/schoolcms-25/fonts/Garamond/garamond_atf_text_italic-webfont.woff2') format('woff2'), url('/wp-content/themes/schoolcms-25/fonts/Garamond/garamond_atf_text_italic-webfont.woff') format('woff');
}
@font-face {
  font-family: "Garamond-Bold";
  src: url('/wp-content/themes/schoolcms-25/fonts/Garamond/garamond_atf_text_bold-webfont.woff2') format('woff2'), url('/wp-content/themes/schoolcms-25/fonts/Garamond/garamond_atf_text_bold-webfont.woff') format('woff');
}


body {  

    font-family: 'Acumin';
    
    font-size: 16px;
    
    line-height:26px;
    line-height:1.5;
    
    font-weight:400;
    
    color: #000c02;
    
    margin: auto;  
    
    background: url(images/inner-texture.jpg) center top no-repeat;

}

body.home {  
    background: transparent !important;
}


.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}


a {

	color:#000;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;

}

h1,h2,h3,.entry-title {

	font-size: 28px;
    color:#000c02;
    font-family: "Garamond";
    text-transform: uppercase;

}

img {

	max-width:100%;

	height:auto;

}

button:focus {

	outline:0;

}

p {

	margin-bottom: 30px;

}

table {

	width:100%;

	margin-bottom:1em;

}



h1,

h1.entry-title,

.entry-title,

h2.entry-title {

	font-size: 28px;
    font-weight: 400;
	margin-bottom: 30px;

}



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;

    color: #000c02!important;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

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

.blockButton > a,

a.readmore {

	display: inline-block;

    color: #676767;

    border: solid 1px #676767;

    font-size: 0.9em;	

    background: #e0e0e0;

    line-height: 1.4em;

    padding: 0.7em 1.5em;

    text-transform: uppercase;

    position: relative;

    transition: 300ms;

    margin: 12px 0;

}

.blockButton> a:hover,

a.readmore:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}



.bodyContent {

	margin-bottom:40px;

}

/****\

 Banner

\******/

#hero {

	position:relative;

}

#hero .slide {

	width:100%;

	overflow:hidden;

	height:100%;

	position:relative;

}

#pageBanner {

	position: relative;

	max-width:100%;

	margin:0 auto 0px;

	overflow:hidden;

	min-height:300px;
	min-height:120px;
    
    max-height: 652px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top: 41.795%;

}

#pageBanner #hero,

.homeBanner #hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}
@media(max-width:767px){
#pageBanner #hero {
    
}
}

#hero img{

	width:100%;

	height:100%;

	object-fit:cover;

}

#hero .slide .slideImage {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.homeBanner {

	margin:00px auto 30px;

	position: relative;

	margin:0 auto 0px;

	overflow:hidden;

	max-height:877px;

	height:100vh;

	min-height:480px;

}

@media(min-width:768px){

	.homeBanner {

		max-height:877px;

	}

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

	padding-bottom:15px;

	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;

}

@media (max-width:991px){
.breadcrumbs {
    display: none;
}
	
.im-hivis {
    text-align: center;
    margin-bottom: 20px;
}
}



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

	width:30px;

	height: 28px;

}

#navbar .searchSubmit{
    top: 11px;
    top: 7px;
    color: #ffe126;
} 

#navbar .searchToggle .searchform.openSearch input.s {
    width: 200px !important;
    height: 35px;
    top: 50px;    
    border: 1px solid #fff;
}

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

}

.last-updated {
	display:none;
}

.search-results .last-updated {
	display:block;
	font-size:0.8em;
	margin-bottom: 10px;
}

.search-results h2 {    
    margin: 30px 0 15px 0!important;
}


@media (min-width:768px){





}

@media (min-width:992px){

.headerSearch {

	max-width:150px;

}

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

  color: #fff;

  text-transform:uppercase;

  opacity: 1; /* Firefox */

}



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

  color: #fff;

  text-transform:uppercase;

  opacity: 1; 

}



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

  color: #fff;

  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%; }

.page-id-15017 .embed-container, .page-id-14391 .embed-container, .page-id-14857 .embed-container, .page-id-14944 .embed-container {
    padding-bottom: 99.25%;
    height: 900px;
}

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

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

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

    ALERT

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

.popupAlert {

  width:100%;
width:1300px;
  /*max-width:600px;*/

}



.noticeBody {

  width:100%;

  padding:0 2.5%;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

@media (max-width:700px){
.popupImg.col-6 {    
    width: 100%!important;
    text-align: center;
}
#notice {
    margin-top: 40px;
}    
}

.popupAlert .popupImg img {

  /*width:100%*/
  padding-top: 20px;
  padding-bottom: 20px;

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 80px auto 20px;
    text-align: center;

}

@media (min-width:991px){
#notice.fancybox-content {
    max-width: 800px;
}
}




/*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;
	position:relative;
}
.postThumb:before {
	content:'';
	display:block;
	width:100%;
	padding-top:75%
}
.postThumb img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
}




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

    HEADER

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color:#969696;

	background:#fff;

	border-bottom:solid 1px #fff;

	transition:300ms;

	padding-top:15px;

	padding-bottom:15px;

	text-align:center;

	z-index:220;

	position:fixed;

	height:120px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {

            -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 20%);

}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}

.headerIcon img{
    width: 37px;
    height: auto;
}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding:4px;

	margin:0;

}

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 9px;

	min-width:40px;

	text-align:center;

}

.headGroup .socials li:before{

	content:'';

	display:block;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;

}

.socialDesktop {

	display:none;

}

@media (min-width:768px){


}

@media (min-width:992px){

	.socialDesktop {

		display:block;

	}

}

/*header*/

header {

	position:relative;

}



header.mainHeader {

	height:73px;

}

.home header.mainHeader {

	height:0;	

}

.admin-bar .headGroup {

	margin-top:46px

}

.admin-bar.fixedHeader .headGroup  {

	margin-top:0;

}

@media (min-width:600px){



}

	

@media (min-width:768px){

	.admin-bar .headGroup,

	.admin-bar.fixedHeader .headGroup  {

		margin-top:32px

	}

	

	

	

}

/*home*/

@media (max-width:767.99px){	

}

	.fixedHome .headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.fixedHome .headGroup a{

		color:#fff;

	}

	.fixedHome .headGroup .socials li:before,

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

		background:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		color:#fff;

	}

	.fixedHome .headGroup .searchform input#s {

		

	}

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

		  color: #fff;

	}



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

		  color: #fff;

	}



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

		  color: #fff;

	}

	.fixedHome .headGroup .searchSubmit {

		color:#ffe126;

	}

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

	}	

}



.home .headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle {

	font-size:14px;

	padding:10px 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:15px;

	position:relative;

	cursor:pointer;

}



.topMenuSide .menu{

	position:absolute;

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

	color:#969696;

	list-style:none;

	margin:0;

	padding:0 20px;

	right:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;

}

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 45px;

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

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#969696;	

}

.topMenuSide .menu a:hover{

	color:#000;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:27px;

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

    height: 2px;

    margin: 4px 0;

    background-color: #ffe126;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:20px;

	right:0;

	top:5px;

	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 {

		height:47px;

	}

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

		top:15px;

	}

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

	padding-left:20px;

}

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

	display:none;

}



	

	

@media (min-width:600px){

	#navbar{

		width:480px;

		right: 0;

		padding:40px 60px;

	}

	#menu-main li a{

		padding:21px 30px;		

	}

}

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

    FOOTER

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



.footer-logo img {
    width:200px;
}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	color:#000;

	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;

}
.footer_logos {
	margin:20px auto;
}
.footer_logos .item{
	padding:10px;
}
.owl-carousel.footer_logos .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel.footer_logos .owl-stage img {
	max-height:110px;
	object-fit:contain;
}
.footer_logos .owl-dots {
	padding-top:0;
}
.footer_logos .owl-dots span {
	background:#fff;
}
@media (min-width:768px){

	.footerLower {

		text-align:initial;


	}

}

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



}









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

	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, #menu-side li a:hover{

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}





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

Blog sidebar

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

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

.sidebarSec ul{

	padding:0;

	margin:0;

	list-style:none;

	margin-bottom:10px;

}

.sidebarSec ul li{

	padding:10px 0px;

}

.its{

	font-size:1.25em;

	padding: 16px 8px 16px 0;

    border-bottom: solid 1px #CBCBCB;

    display: inline-block;

    font-weight: 400;

}





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

    menu inc toggle

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





.search-toggle{

	float: right;

    padding: 15px;

    color: #e0e0e0;

    cursor: pointer;

    border-radius: 30px;

    margin-top: 15px;

    line-height: 15px;

}

.search-toggle:hover{

    background-color: #969696;

}

@media (min-width:0px){

	body.fixedHome .menu-toggle {

		color:#fff;

	}

	body.fixedHome .menu-toggle span {

		background-color:#fff;		

	}

}

@media (min-width:1200px){


}



body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {

	clear:both;

}



.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:40px;

	margin-bottom:40px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 25px;

    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, .dividerb {
  clear: both;
  display: flex;
  align-items: center;
  text-align: center;
}

.dividera::after,
.dividera::before {
  content: "";
  border: 1px solid #000c02;
  flex: 1;
}

.dividera:not(:empty)::before {
  margin-right: 0.25em;
}

.dividera:not(:empty)::after {
  margin-left: 0.25em;
}

.dividerb{
    justify-content: center;
}


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

	color:#000c02;

	font-style:italic;
 
  font-family: "Garamond";

	font-size:1.5em;

	font-weight:400;

	padding:2.2em 1.1em;

	text-align:center;

}

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .singleQuote  {

	width:100%;

	position:relative;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

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

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

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

a.document-link {

	display: block;

	color:#676767;

    background: #e0e0e0;

    border: solid 1px #676767;

	font-size:0.9em;

    line-height: 1.4em;

    padding: 1em 1.5em;

    text-transform: uppercase;

	width:100%;

	padding-right:47px;

	position:relative;

	transition:300ms;

	margin:12px 0;

} 



a.document-link:after {

	display:block;

	width:40px;

	height:23px;

	content:'\f56d';

	position:absolute;

	top:50%;

	right:0px;

	font-size:26px;

	transform:translateY(-50%);

	text-align:center;

	 font-weight: 700;

    font-family: "Font Awesome 5 Free";

	transition:300ms;

}

a.document-link:hover {

	background:#000;

	color:#fff;

	border-color:#000;

}

a.document-link:hover:after {

	color:#fff;

}

/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

    background: #969696;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout .calloutContent {

	padding:20px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:1em;

  font-family: "Garamond";

	text-transform: uppercase;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;

}

.callout .readmore 	{

	display: inline-block;

    color: #fff;

	background:#676767;

    margin: 12px 7px;

	width:200px;

	max-width:100%;

	margin:12px 0px;

	text-align:center;	

}



.callout.hasbg  .readmore{

	background:#CBCBCB;

	border: solid 1px #CBCBCB;

}

.callout .readmore:hover {

	background: #fff;

    color: #676767;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

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

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:75px;

	padding-top:150px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



/*sidebar callout*/



/***POIS****/

.pois {

	margin-bottom:-30px;

}

.pois .col {

	min-width:33.333%;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	background:#676767;

	color:#fff;

	margin-bottom:30px;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



.poiImage .poiImageBG:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;

    font-family: "Garamond";

}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:24px;

	font-weight:400;

	position:relative;

	padding:10px 15px;

	text-transform:uppercase;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

	background-color:rgba(0,0,0,0.2);

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:15%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

    z-index: 10;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:40px;

}

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

    END DYNAMIC CONTENT

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







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

    RESPONSIVE

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









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





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





}













/* Medium Devices, Desktops */





/* Small Devices, Tablets */

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





}



/* Extra Small Devices, Phones */ 

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



}



/* Custom, iPhone Retina */ 

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



}





.sectionfadein {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.sectionfadein.active {

	opacity:1;

	top:0;

}



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

    PRINT

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


.headGroup {
    padding: 14px 0px 14px;
    height: 73px;
    background: #ffffff;
    color: #ffe126;
    border: none;
}

body.home .headGroup {
    padding: 30px 0px 15px;
}
body.home.fixedHeader .headGroup {
    padding: 14px 0px 14px;
}
.fixedHeader .headGroup {
    border: none;
}

.headGroup .row {
    margin: 0;
}

.headGroup .mainLogo {
    display: none;
}
body.home .headGroup {
    background: transparent;
}
body.home .headGroup .mainLogo {
    display: inline-block;
}
.fixedHeader .headGroup .mainLogo {
    display: none;
}
body.home .headGroup .stickyLogo {
    display: none;
}
.fixedHeader .headGroup .stickyLogo {
    display: inline-block;
}
body.home.fixedHeader .headGroup .stickyLogo {
    display: inline-block;
}
body.home.fixedHeader .headGroup .mainLogo {
    display: none;
}
.stickyLogo-Menu img {
    height: 60px;
    width: auto;
}

.fixedHeader .headButtons {
    display: block;
}




.headGroup .headLogoWrap {
    padding-left: 62px;
}
.headerIcon {
    text-align: left;
}


.headGroup .socialDesktop {
    display: inline-block;
}


.fixedHeader .headGroup {
    padding: 14px 0px 14px;
    height: 73px;
    background: #ffffff !important;
}


.menu-toggle .toggleText {
    font-weight: 400;
    font-size: 14px;
}



.headGroup .socials li:before {
    display: none;
}

.headGroup ul.socials {
    padding: 0;
}

.headGroup ul.socials li {
    min-width: inherit;
    padding: 0px 1px;
}
.headGroup ul.socials li a {
    font-size: 12px;
    font-weight: 400 !important;
}




.headGroup .headLogoWrap {
    /*width: 8%;*/
    width: 18%;
}
.headGroup .headButtons {
    /*width: 70%;*/
    width: 64%;
    text-align: center;
}
.headGroup .headerRight {
    /*width: 22%;*/
    width: 18%;
    padding: 0 20px 0 0;
}


.header_absolute_section_top {
    position: relative;
    top: auto;
    right: auto;
    line-height: inherit;
    max-height: inherit;
    background: transparent;
    color: #ffe126;
}


.header_absolute_section_top a {
    color: #ffe126;
}
.header_right_inner a {
    color: #ffe126;
}
.header_right_inner a:hover {
    color: #575757;
}
.menu-toggle .toggleText {
    color: #ffe126;
}

body.home .menu-toggle .toggleText {
    color: #ffffff;
}
body.home.fixedHeader .menu-toggle .toggleText {
    color: #ffe126;
}


.menu-toggle span {
    background-color: #ffe126 !important;
}
.menu-toggle:hover span {
    background-color: #575757 !important;
}


.fixedHeader .header_right_inner {
    background: transparent !important;
}

body.home .menu-toggle span {
    background-color: #ffffff !important;
}
body.home .menu-toggle:hover span {
    background-color: #575757 !important;
}

body.home.fixedHeader .menu-toggle span {
    background-color: #ffe126 !important;
}
body.home.fixedHeader .menu-toggle:hover span {
    background-color: #575757 !important;
}

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


    body.home .header_absolute_section_top {
        position: absolute;
        top: -30px;
        right: 0;
        line-height: 43px;
        max-height: 45px;
    }
    body.home .header_button_right {
        display: inline-block;
    }
    body.home.fixedHeader .header_button_right {
        display: none;
    }
    body.home .header_right_inner {
        background: #fff;
        display: inline-block;
        padding: 0px 0px;
        color: #ffe126 !important;
        float: right;
    }
    body.home .header_right_inner a {
        color: #ffe126 !important;
    }
    body.home.fixedHeader .header_right_inner {
        padding: 0px 0px;
    }
    body.home.fixedHeader .header_right_inner a {
        color: #ffe126 !important;
    }
    body.home .header_right_inner a:hover {
        color: #575757 !important;
    }

}
body.home.fixedHeader .header_absolute_section_top {
    position: relative;
    top: auto;
    right: auto;
    line-height: inherit;
    max-height: inherit;
    background: transparent;
    color: #ffe126;
}



.header_absolute_section_top .button {
    display: none;
}
body.home .header_absolute_section_top .button {
    display: inline-block;
}
.header_absolute_section_top .button:hover {
    background: #ffe126;
}

body.home.fixedHeader .header_absolute_section_top .button {
    display: none;
}

body.home .headGroup .headLogoWrap {
    width: 16%;
}
body.home .headGroup .headerRight {
    width: 84%;
    padding: 0;
}
body.home .headGroup .headButtons {
    display: none;
}


body.home.fixedHeader .headGroup .headLogoWrap {
    /*width: 8%;*/
    width:18%;
}
body.home.fixedHeader .headGroup .headButtons {
    width: 70%;
    text-align: center;
}
body.home.fixedHeader .headGroup .headerRight {
    /*width: 22%;*/
    width: 12%;
    padding: 0 20px 0 0;
}


body.home.fixedHeader .headGroup .headButtons {
    display: inline-block;
}


.headGroup .row {
    align-items: center;
}

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

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




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


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

.headerSearch form.openSearch {
	padding-right : 12px;
	top : -22px;
}

.searchToggle .headerSearch {
	border : none;
}

.headsocial-box .searchSubmit {
	height: 30px;
	padding-top : 0;
    font-size: 14px;
}


.searchToggle .searchSubmit {
    font-size: 12px;
    right: 1px;
}

.searchform.openSearch {
	overflow: visible;
}

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

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

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

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

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

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

.searchToggle .searchform {
	width: 30px;
	transition: 500ms;
	position: absolute;
	right : 0;
	padding-right : 0;
	height: 36px;
    top: -22px;
}
body.home .searchToggle .searchform {
    top: -22px;
}
/*body.home.fixedHeader .searchToggle .searchform {
    top: -15px;
}*/


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

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	
}

.searchToggle .searchform.openSearch input.s {
	background: #b780ff;
	color: #ffffff !important;
}
.headGroup .searchSubmit {
    color: #ffe126;
}
.headGroup .searchSubmit:hover {
    color: #575757;
}

.headerSearch {
    vertical-align: middle;
}
.fixedHeader .searchToggle .searchform {
    top: -22px;
}

.headGroup .searchSubmit:hover {
    
}

body.home .headerRight .searchToggle:before {
    content: '';
    width: 2px;
    height: 13px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -10px;
}
body.home.fixedHeader .headerRight .searchToggle:before {
    background: #ffe126;
}

.headerRight .searchToggle:before {
    content: '';
    width: 2px;
    height: 13px;
    background: #ffe126;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -10px;
}




/*Search Toggle Styles -------------------------------------------------------------------  END  */




/*Button Style Css ------------------------------------------------------------- Start -------------------------- */



.blockButton > a, a.readmore, .button {
	border: none !important;
    font-family: 'Garamond';
    background-color: #b780ff;
    padding: 10px 23px;
	min-width: 195px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px;
	text-decoration:none;
	display: inline-block;
    font-weight: 400;
	outline:none!important;
}

.header_sticky_button .blockButton > a, a.readmore, .button {
    padding: 10px 15px;
    min-width: 165px;
}    


.button1 {
	border: none !important;
    background-color: #575757;
    padding: 7px 15px 6px;
	min-width: 165px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	text-transform: uppercase;
	cursor: pointer;
	/*margin: 0px auto;*/
	text-decoration:none;
	display: inline-block;
    font-weight: 600;
}
.button1 span {
    line-height: 14px;
    font-size: 10px;
    display: block;
}



.callout .readmore {
	border: 1px solid #ffffff !important;
    background-color: transparent;
  	width: auto;
}
.callout .readmore:hover {
    background-color: #ffe126 !important;
    background: #ffe126 !important;
	color: #ffffff !important;
}

.callout.hasbg .readmore {
	border: 1px solid #ffffff !important;
    background-color: transparent;
}
.callout.hasbg .readmore:hover {
	border: 1px solid #ffe126 !important;
    background: #ffe126 !important;
	color: #ffffff !important;
}

.blockButton > a:hover, a.readmore:hover, .button:hover {

    background: rgba(183,128,255,0.6);
    color: #ffffff !important;

}


/*Button Style Css ---------------------------------------------------------------------------------------------------------------- END ---------- */


/*a.style1 {
    background: #ffe126;
    color: #ffffff !important;
}
a.style2 {
    background: #575757;
    color: #ffffff !important;
}
a.style3 {
    background: #adad9f;
    color: #ffffff !important;
}
a.style4 {
    background: #e5e5de;
    color: #575757 !important;
}

a.style1:hover {
    background: #575757;
    color: #ffffff !important;
}
a.style2:hover {
    background: #ffe126;
    color: #ffffff !important;
}
a.style3:hover {
    background: #333333;
    color: #ffffff !important;
}
a.style4:hover {
    background: #333333;
    color: #ffffff !important;
}*/


#hero .slideText {
    bottom: 35%;
    padding: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
#hero .slideText .slideText-top {
    font-size: 76px;
    color: #ffffff;
    line-height: 76px;
    font-family: "Garamond";
    font-weight: 400;
    margin-bottom: 35px;
}

.banner_buttons .button {
    margin: 0px 14px;
}



.welcomeBlock-bg {
    background: url(images/welcom-texture-sml.jpg?time=1) center top repeat-y;
	background-size: 100% auto;
}


.welcomeImage {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 100%;
}
@media only screen and (min-width : 768px) {
	.welcomeBlock-bg {
		background: url(images/welcom-texture.jpg?time=1) center top repeat-y;
		background-size: auto;
	}
}

@media only screen and (min-width : 1561px) {
    .welcomeImage {
        max-height: 653px;
    }
    .welcomeBlock-bg {
        background-size: 100% auto;
    }
}

.welcomeImage img {
    visibility: hidden;
}
.welcomeBlockText {
    text-align: center;
    padding: 85px 40px 40px;
}

.welcomeBlockText-inner {
    max-width: 580px;
    margin: 0px auto;
}


.welcomeBlockText-inner:before {
    background: url(images/menu-icon-new.png) center center no-repeat;
    width: 61px;
    height: 70px;
    display: block;
    margin: 0px auto 15px;
    content: '';
}

.welcomeBlockText-inner h1 {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
}
.welcomeBlockText-inner h1:before {
    content: '';
    width: 32px;
    height: 1px;
    background: #575757;
    display: block;
    margin: 0px auto 25px;
}

.welcomeBlockText-inner p {
    max-width: 450px;
    margin: 0px auto 30px;
}

.welcome-read-more {
    color: #575757;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}
.welcome-read-more:hover {
    color: #ffe126;
    text-decoration: underline;
}

.miniPoi {
    flex: 0 0 auto;
    width: 33.33334%;
    text-align: center;
}
.miniPoi a {
    display: inline-block;
    margin: 0px auto;
}

.miniPoi a img {
    margin-bottom: 20px;
}

.miniPoi a .poiText {
    color: #b780ff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Garamond';
    letter-spacing: 1px;
}
.miniPoi a:hover .poiText {
    color: #000c02;
}

.sticky_button .button {
    vertical-align: top;
    margin: 0px 5px;
}

@media only screen and (max-width : 1100px) {
.header_sticky_button:nth-child(5) {
    display: none
}
}


.welcomeBlock {
    margin-bottom: 0;
}
.homeDynamic.dynamic-poi {
    margin: 0;
    position: relative;
    padding: 100px 0px 105px;
}
.homeDynamic.dynamic-poi:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(181, 144, 61, 0.05);
}

.homeDynamic.dynamic-poi .container {
    position: relative;
    z-index: 1;
}
.section_title {
    margin-bottom: 90px;
    text-align: center;
}
.section_title:before {
    background: url(images/menu-icon-new.png) center center no-repeat;
    width: 61px;
    height: 70px;
    display: block;
    margin: 0px auto 15px;
    content: '';
}

.section_title h2 {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
}
.section_title h2:before {
    content: '';
    width: 32px;
    height: 1px;
    background: #575757;
    display: block;
    margin: 0px auto 25px;
}

.dynamic-poi .owl-nav {
    display: none;
}
.dynamic-number-carousel .owl-nav {
    display: none;
}

.owl-dots {
    padding-top: 34px;
}
.owl-dot {
    margin: 0px 3px;
    opacity: 1;
}
.owl-dots span {
    width: 32px;
    height: 1px;
    display: inline-block;
    background: #575757;
    border-radius: 0;
}
.owl-dots .active span {
    background: #ffe126;
}
.homeDynamic.dynamic-poi .pois {
    margin-bottom: 0px;
}
.poi {
    background: rgba(255,209,31,1);
}

.poi:hover .poiImage .poiImageBG {
    opacity: 0.2;
}


.poi:hover .poiImage .poiImageBG:after {
    background: rgba(255,209,31,0.4);
}
.poi:hover .poiImage:after {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/poi-background.png) right bottom no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 9;
}



.dynamic-cta-boxes {
    margin: 0;
    border: 3px solid #ffe126;
}

.dynamic-cta-boxes .row {
    margin: 0;
}
.dynamic-cta-boxes .vbox {
    border: 3px solid #ffe126;
    padding: 0;
}

.dynamic-cta-boxes .image-box a {
    display: block;
    position: relative;
}
.dynamic-cta-boxes .image-box a:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
   /* background: rgba(170, 141, 78, 0.8);*/
}

/*.dynamic-cta-boxes .image-box a:hover:before {
    background: rgba(170, 141, 78, 0.95);
}*/

.dynamic-cta-boxes .image-box .background-img {
        object-fit: cover;
        max-height: 431px;
        min-height: 431px;
        object-position: center center;
        width: 100%;
}
.dynamic-cta-boxes .image-box .icon_title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    text-align: center;
    z-index: 9;
}
.dynamic-cta-boxes .image-box .icon_title img {
    margin: 0px auto 25px;
    display: block;
}
.dynamic-cta-boxes .image-box .icon_title span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
}

.dynamic-cta-boxes h2.cta-img-title {
    padding: 10px 10px 0 10px;
    text-align: center;
    margin: 0;
    line-height: 0.95;
}
.dynamic-cta-boxes .text-box .section_title {
    margin-bottom: 30px;    
}
.dynamic-cta-boxes .text-box {
    background: #f3f3f3;
    padding: 20px;
}

.dynamic-cta-boxes .text-box .text-box-inner {
    max-width: 440px;
    margin: 0px auto;
    text-align: center;
    height: 100%;
    display: table;
}
.dynamic-cta-boxes .text-box .text-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.dynamic-cta-boxes .text-box .details {
    margin-bottom: 35px;
}


.dynamic-cta-boxes .video-box {
	
}
.dynamic-cta-boxes .video-box .video_link_button {
    display: block;
    position: relative;
}

.dynamic-cta-boxes .video-box .video_link_button:after {
    width: 72px;
    height: 72px;
    line-height: 61px;
    background: transparent;
    border: 6px solid #ffffff;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    content: '\f04b';
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 5px;
}


.dynamic-cta-boxes .video-box .video_link_button .video_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0px 25px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7), 0 0 15px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.7);
}

.dynamic-cta-boxes .video-box .video_link_button img {
        object-fit: cover;
        max-height: 431px;
        min-height: 431px;
        object-position: center center;
        width: 100%;
}


.dynamic-quote {
    margin: 0;
    padding: 98px 0 50px;
}

.dynamic-quote .quoteContainer {
    padding: 0 15px;
    background: transparent;
    max-width: 1036px;
    margin: 0px auto;
    text-align: center;
}

.dynamic-quote .quoteContainer blockquote {
    padding: 0 !important;
    background: transparent !important;
    color: #000c02;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Acumin-Italic';
}

.homeDynamic.dynamic-quote .section_title {
    margin-bottom: 45px;
}

.quoteContainer .quote-cite {
    color: #ffe126;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Garamond';
}
.quoteContainer .cycle-pager {
    padding: 10px 15px 30px;
}

.quoteContainer .cycle-pager span {
    font-size: 0;
    width: 32px;
    height: 9px;
    position: relative;
    padding: 4px 0;
    margin: 0px 3px;
    cursor: pointer;
}
.quoteContainer .cycle-pager span:before {
    width: 32px;
    height: 1px;
    position: absolute;
    background: #575757;
    left: 0;
    top: 4px;
    content: '';
    display: block;
}

.news_image_slide img {
    max-width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}


.dynamic-number-carousel {
    margin: 0;
    padding: 110px 0;
    background: #ffffff;
}


.dynamic-number-carousel .item {
    padding: 0px 50px;
    text-align: center;
}


.dynamic-number-carousel .item h2 {
    font-size: 60px;
    line-height: 60px;
    color: #575757;
    font-family: "Garamond";
    margin-bottom: 10px;
}

.dynamic-number-carousel .section_title {
    margin-bottom: 45px;
}

.dynamic-number-carousel .owl-dots {
    padding-top: 50px;
}
.homeDynamic.dynamic-quote .quoteContainer .button {
    margin: 0px auto;
}




.dynamic-info-grid {
    margin: 0;
    padding: 100px 0 0;
    background: url(images/repeater-1.png) left top repeat #fbf9f5;
}


.dynamic-info-grid .c1.News {
    padding: 0px 9%;
}
.dynamic-info-grid .news_content_inner {
    max-width: 460px;
    margin: 0px auto;
    padding: 0px 15px;
    text-align: center;
}

.dynamic-info-grid .section_title {
    margin-bottom: 35px;
}
.dynamic-info-grid .section_details {
    margin-bottom: 35px;
}
.dynamic-info-grid .owl-carousel.owl-drag .owl-item {
    
}
.dynamic-info-grid .news_content_inner-border {
    background: #ffffff;
    height: 570px;
}

.dynamic-info-grid .news_content_inner-border .news_image_slide {
}

.dynamic-info-grid .news_content_inner-border .news-details-box {
    padding: 30px 30px 80px;
}

.dynamic-info-grid .news_content_inner-border .news-details-box .newsTitle {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffe126;
    font-family: "Garamond";
    margin-bottom: 35px;
    line-height: 1.1;
}
.dynamic-info-grid .news_content_inner-border .news-details-box .newsTitle a {
    color: #ffe126;
    font-weight: 600;
}

.dynamic-info-grid .news_content_inner-border .news-details-box a.news-readmore {
    color: #b780ff;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    font-weight: 400;
    text-transform: uppercase;
    text-underline-offset: 2px;
}
.dynamic-info-grid .news_content_inner-border .news-details-box a.news-readmore:hover {
    color: #575757;
}


.dynamic-info-grid .news_content .news_content_inner .section_link {
    margin-bottom: 80px;
}

.dynamic-info-grid .news_content .news_content_inner .section_link:hover {
    background: #ffe126;
}

.dynamic-info-grid .navigation_pager  {
}

.dynamic-info-grid .navigation_pager a {
    width : 48px;
    height : 48px;
    line-height : 48px;
    text-align : center;
    color : #b780ff;
    display: inline-block;
    border : 1px solid #000c02;
}
.dynamic-info-grid .navigation_pager a:hover {
    background: #fff;
    color: #000c02;
}
.dynamic-info-grid .navigation_pager a.arrow_Nprev {
    margin-right : -4px;
}

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


.dynamic-info-grid .c1.grid.News .news_containers {
    margin-bottom: 70px;
}


.info_grid_container .row {
    margin: 0;
}

.info_grid_container .grid .infoBlock {
    padding: 100px 70px 90px;
	/*padding: 40px 25px 20px;*/
    position: relative;
}
.info_grid_container .grid .infoBlock .icon {
    position: absolute;
    top: 20px;
    right: 12px;
    font-size: 19px;
    color: #ffffff;
}

.info_grid_container .grid.Instagram .infoBlock {
    padding: 0px;
    
}

#cff .cff-author .cff-page-name.cff-author-date {
    font-size: 28px !important;
    line-height: 30px !important;
    font-family: "Garamond";
    font-weight: 400 !important;
}

#cff .cff-author .cff-page-name.cff-author-date a {
    font-weight: 400 !important;
}

.Facebook.style1, .Facebook.style1:hover {
    background: #ffe126;
}

#cff.cff-default-styles .cff-link-title {
    font-weight: 400 !important;
}

#cff .cff-author .cff-date {
    color: #ffffff !important;
    font-size: 13px;
}
#cff .cff-item {
    border-bottom: none!important;
}
#cff .cff-media-link, #cff .cff-like-box  {
    display: none!important;
}

.Facebook.style1 a {
    color: #ffffff;
}
.Facebook.style1 a:hover {
    color: #575757;
}

#cff .cff-shared-link {
    padding: 0 !important;
    margin: 0px !important;
    background: transparent !important;
    border: none !important;
    
}

.Twitter.style2 {
    background: #ffffff;
    color: #575757 !important;
}
.Twitter.style2:hover {
    background: #ffffff;
}

.Twitter.style2 .icon {
    color: #575757 !important;
}


.Twitter.style2 a {
    color: #575757 !important;
}
.Twitter.style2 a:hover {
    color: #ffe126 !important;
}

#ctf .ctf-item {
    padding: 0 !important;
}


.Instagram.grid {
    padding: 0;
}
.info_grid_container .grid.Instagram .infoBlock {
    display: block;
    height: 100%;
}

.info_grid_container .grid.Instagram .infoBlock .icon {
    right: auto;
    left: 20px;
    text-shadow: 0px 0px 10px #000000;
}

#ctf .ctf-author-name, #ctf_lightbox .ctf-author-name {
    color: #ffe126 !important;
    font-size: 28px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
    font-family: "Garamond";
    font-weight: 400 !important;
    
}
#ctf.ctf-narrow .ctf-tweet-content {
    padding: 0px !important;
    height: 100px !important;
    overflow: hidden !important;
}

#ctf.ctf-narrow .ctf-author-box {
    margin-bottom: 10px;
}



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

    #sb_instagram .sbi_photo_wrap, #sb_instagram.sbi_col_1 #sbi_images .sbi_item, #sb_instagram #sbi_images, #sb_instagram, #sb_instagram #sbi_images {
        height: 100% !important;
    }
    /*#sb_instagram .sbi_photo {
        height: 100% !important;
    }*/

}

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


.headGroup .row {
	margin-left: 0;
	margin-right: 0;
}

.menu-main-container {
}

#menu-main-top {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
}
#menu-main-top li:first-child {
	padding-left: 0;
}
#menu-main-top li:left-child {
	padding-right: 0;
}
#menu-main-top li {
    display: inline-block;
    position: relative;
    padding: 0px 12px;
    vertical-align: middle;	
}
#menu-main-top {
	position: relative;
}


#menu-main-top li a {
	font-size: 14px;
	line-height: 73px !important;
    position: relative;
	color: #233751;
    text-transform: uppercase;
	font-weight: 400;
    font-family: 'Garamond';
}
#menu-main-top li li a {
	line-height: 25px !important;
}
#menu-main-top .sub-menu {
    text-align: left;
}

#menu-main-top .sub-menu:before {
    content: '';
    width: 32px;
    height: 35px;
    background: url(images/sidebar-icon.png) center center no-repeat;
    background-size: 32px;
    margin: 0px auto 5px;
    display: block;
}
#menu-main-top .sub-menu:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b780ff;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translatex(-50%);
}

#menu-main-top .sub-menu .sub-menu:before, #menu-main-top .sub-menu .sub-menu:after {
    display: none;
}


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

#menu-main-top .sub-menu li a {
    padding: 0px 20px;
    font-size: 16px;
    display: block;
	font-weight: 400;
    color: #fff;
    text-transform: inherit;
    font-family: 'Garamond';
}
#menu-main-top .sub-menu li a span {
	border-bottom: 1px solid #000c02;
	line-height: 25px;
	display: block;
    padding: 15px 0px;
}
#menu-main-top .sub-menu li a:hover span {
}

#menu-main-top .sub-menu li a:hover {
    color: #ffe126;
    background: transparent;
}


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

#menu-main-top .sub-menu {
    position: absolute;
    top: 100%;

        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);

    display: none;
    background: #b780ff;
    padding: 24px 0 50px;
    /*min-height: 80vh;*/
    min-width: 292px;
}


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

#menu-main-top .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
        transform: none;
    display: none;
    background: #b780ff;
    padding: 0;
    height: auto;
}


.header_navigation .menu-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    text-transform: uppercase;
}


.header_navigation .menu-toggle .toggleText {
    color: #ffe126 !important;
}
body.home .header_navigation .menu-toggle span, .header_navigation .menu-toggle span {
    background-color: #ffe126 !important;
}
.header_navigation .headerdown {
    padding: 0px 120px;
}

.header_navigation .menu-toggle .toggleIcon {
    top: 10px;
}

/*.headGroup .headLogoWrap {
    position: relative;
    z-index: 99999;
}*/
.header_navigation .stickyLogo-Menu {
    position: absolute;
    left: 62px;
    top: 50%;
    transform: translateY(-50%);
}
.header_navigation .stickyLogo-icons {
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-toggle span:nth-child(1) {
    transform-origin: 50% 5px;
}
.menu-toggle span:nth-child(3) {
    transform-origin: 44% -7px;
}


	.header_navigation {
    	position: fixed;
    	right: 0;
    	transition: transform 500ms;
    	background-color: #fff;
    	top: 0;
    	margin-top: 0px;
    	padding: 0;
    	z-index: 9999;
    	bottom: 0;
    	width: 100%;
    	transform: translateY(0%);
		height : 73px;
	}	

	/*body.menuopen .header_navigation {
    	transform: translateY(0%);
    	z-index: 9999;
	}*/

	body.admin-bar .header_navigation{
		top: 32px;
	}




@media only screen and (min-width : 1300px) and (max-width : 1536px) {


#menu-main-top li {
    padding: 0px 8px;
}

#menu-main-top li a {
	font-size: 14px;
}

}

@media only screen and (min-width : 1230px) and (max-width : 1300px) {


#menu-main-top li {
    padding: 0px 5px;
}

#menu-main-top li a {
	font-size: 12px;
}

}


@media only screen and (min-width : 1100px) and (max-width : 1229px) {


    #menu-main-top li {
        padding: 0px 5px;
    }
    
    #menu-main-top li a {
    	font-size: 12px;
    }

}

@media only screen and (min-width : 992px) and (max-width : 1396px) {
.sticky_button .button {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 125px;
}
}

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


    #menu-main-top li {
        padding: 0px 3px;
    }
    
    #menu-main-top li a {
    	font-size: 10px;
    }
    body.home.fixedHeader .headGroup .headButtons, .headGroup .headButtons {
        width: 67%;
        text-align: center;
    }
    body.home.fixedHeader .headGroup .headerRight, .headGroup .headerRight {
        width: 15%;
        padding: 0 20px 0 0;
    }

}






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

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

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

    #navbar {
        display: none;
    }
    body.menuopen:before {
        display: none;
    }

}

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

    body.menuopen {
    
    	overflow:hidden;
    
    }

}




/*Footer Styles Show    ---------------------------------------------------------------------------  START  ------------------------------------ */

footer#footer {
    padding: 70px 0 40px;
    background: url(images/qc-footer-bg.jpg) right bottom no-repeat #ffd11f;
    color: #000;
}
footer#footer a {
    color: #000;
}
footer#footer a:hover {
    color: #b780ff;
}

footer#footer .email-box {
    margin-bottom: 30px;
}

footer#footer .footer_address p {
    margin-bottom: 0;
}

footer#footer .footer_title {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer_bottom_buttons_container .button {
    margin-right: 12px;
}

footer#footer .footer_logo_container {
    margin-bottom: 105px;
}
.footer_bottom_buttons {
    margin-bottom: 50px;
}

.footerSocial {
}
.footerSocial ul li {
    padding: 0px 5px 0 0;
    min-width: inherit;
}
.footerSocial ul li a {
    font-size: 15px;
}

.footer_right {
}
.footer_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



.footer_right ul li {
    padding-left:  inherit;
    padding-right: 12%;
    position: relative;
    line-height: 35px;
    width: 100%;
    float: left;
}
.footer_right ul li a {
    color: #ffffff;
    font-size: 16px;
}

.footer_right ul li:nth-child(even):before {
    display: none;
}
.footer_right ul li:nth-child(even) {
    text-align: left;
    padding-left: 0%;
    padding-right: inherit;
}

.footer_right ul li:nth-child(even) a {
}
    
.footerLower {
    background: transparent;
}


/*Footer Styles Show    ---------------------------------------------------------------------------  END  -------------------------------------------------- */



/*Inner Page Styles Show    --------------------------------------------------------  START  ------------------------------- */

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


.page-banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 130;
    color: #ffffff;
    text-align: center;
    padding-bottom: 50px;
}
.page-banner-title .container:before {
    background: url(images/icon-white-new.png) center center no-repeat;
    width: 61px;
    height: 70px;
    display: block;
    margin: 0px auto 15px;
    content: '';
}

.page-banner-title h1 {
    display: block;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}
.page-banner-title h1:before {
    content: '';
    width: 32px;
    height: 1px;
    background: #ffffff;
    display: block;
    margin: 0px auto 25px;
}


.container {
    max-width: 1140px !important;
}



.intro_text {
    padding: 50px 0 20px;
    border-bottom: 1px solid #575757;
    text-align: center;
}

.bodyContent {
    padding-top: 73px;
}







.dynamic-image .image-item {
    position: relative;
}
.dynamic-image .image-item img {
    position: relative;
    min-height: 300px;
    z-index: 1;
    object-fit: cover;
}

	.bodyContent h2 {
		font-size: 24px;
		line-height: 24px;
		margin: 30px 0;
	}
    
	
	.bodyContent h2 a {
		color: #ffe126;
	}
	
	.bodyContent .dynamic-text h3 {
		font-size: 18px;
		color: #ffe126;
		margin: 30px 0;
	}
	
	.bodyContent .dynamic-text h3 a, .sidebar .dynamic-text h3 a, .staffMember h3 a {
		color: #ffe126;
	}
	
	.staffMember h3 {
		font-size: 22px;
		color: #ffe126;
		margin: 0px 0 10px;
	}
	
	.staff-meta a.email-value:before {
		text-align: center;
		line-height: 26px;
		display: inline-block;
		background: #b780ff;
		color: #ffffff;
		font-size: 14px;
		font-weight: 400;
		padding: 2px 20px 0;
		border: none;
		text-transform: uppercase;
		position: relative;
		border-radius: 0;
	}
	
	.staff-meta a.email-value:hover:before {
		color: #ffffff;
		background: #ffe126;
	}

    .staff-biog a.readmore:hover {
        background: #ffe126;
    }
	
	
	.bodyContent ul {
		list-style: none;
		padding-left: 0px;
	}
	
	.bodyContent ul li {
		line-height: 26px;
		padding-left: 30px;
		position: relative;
		margin-bottom: 10px;
	}
	
	.bodyContent ul li:before {
		content: '';
		font-size: 0;
		width: 16px;
		height: 17px;
		background: url(images/sticky-logo-yellow.png) center center no-repeat;
        background-size: 16px !important;
		position: absolute;
		left: 0px;
		top: 7px;
	}

    .bodyContent ul.buttons li:before {
        top: 25px;
    }

    .privacy-policy .bodyContent ul li:before, .page-id-5 .bodyContent ul li:before {
        content: none!important;
    }
	.wpforms-form ul li:before {
		content:none;
	}
	.bodyContent table {
		border-style: hidden;
	}
	
	.bodyContent table td {
		border: 1px solid #cfcfcf;
		padding: 5px 10px !important;
	}
	
	.bodyContent table td h4 {
		margin: 0px !important;
	}
	
	.wp-caption-text.gallery-caption {
		display: none;
	}
	
	.wpmf-gallery-item img {
		transition: all 0.3s;
	}
	
	.wpmf-gallery-item:hover img {
		transform: scale(1.1);
	}
	
	.wpmf-gallery-item .wpmf-gallery-icon {
		overflow: hidden;
	}
	
	.wpmf-gallerys .gallery .wpmf-gallery-icon a {
		overflow: hidden;
	}
	
	
	.owl-carousel .owl-nav {
		color: #1c1c1b;
	}
	
	.bodyContent .owl-carousel .owl-nav {
		color: #1c1c1b;
	}
	
	
	.owl-carousel .owl-nav button.owl-next {
	}
	.owl-carousel .owl-nav button.owl-next i {
	}
	.owl-carousel .owl-nav button.owl-prev {
	}
	.owl-carousel .owl-nav button.owl-prev i {
	}
	
	
	
	.bodyContent .owl-carousel .owl-dots {
		display: none;
	}
	.bodyContent .owl-carousel .owl-dots span {
		width: 7px;
		height: 7px;
		background: rgba(0, 0, 0, 0.15);
	}
	.bodyContent .owl-carousel .owl-dots .active span {
		background: #c8a730;
	}
	.bodyContent .owl-carousel .owl-stage-outer {
		margin-bottom: 0px;
	}
	
	.bodyContent .entry-title:before {
		display: none;
	}
	
	
	
	
	
	
	.faqs {
	}
	.faqs .faq {
		border: none;
        margin-bottom: 21px;
	}
	.faq-question {
		position: relative;
		margin: 0 0 0px;
		padding: 5px 35px 5px 25px;
		background: #74c1ed;
		color: #ffffff;
		cursor: pointer;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		text-transform: uppercase;
		font-variant: inherit !important;
		border: none;
        font-family: 'Garamond';
        letter-spacing: 1px;
        
	}
	.faq.open .faq-question {
		background: #74c1ed;
		color: #ffffff;
		border: none;
	}
	.faq-question:hover {
		background: rgba(116,193,237,0.6);
		color: #ffffff !important;
		border: none;
	}
	.faq-question:after {
		content: '\f061';
		display: block;
		width: 13px;
		height: 9px;
		position: absolute;
		right: 15px;
		top: 12px;
		font-weight: 700;
		font-family: "Font Awesome 5 Free";
		transform: rotate(90deg);
		transition: 300ms;
		font-size: 0;
		background: url(images/faq-icon.png) no-repeat;
	}
	.faq .faq-question:hover:after {
		color: #ffffff;
		background: url(images/faq-icon.png) no-repeat;
	}
	.faq .faq-question:after {
		transform: rotate(-90deg);
	}
	.faq.open .faq-question:after {
		transform: rotate(0deg);
		color: #ffffff;
		background: url(images/faq-icon.png) no-repeat;
	}
	.faq-answer {
		display: none;
	}
	.faqs .faq.open .faq-answer {
        background: #fbf9f5;
		padding: 40px 40px 70px;
        border: none;
	}
	

	.dynamic-callout .video_callout.callout .calloutContent {
	   position: absolute;
       padding: 0;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
       width: 64px;
       height: 64px;
	}
    .dynamic-callout .video_callout.callout.hasbg .coimg {
        position: relative !important;
    }
    .dynamic-callout .video_callout.callout .coimg img {
        position: relative;
        min-height: 300px;
        object-fit: cover;
    }
	.dynamic-callout .video_callout .calloutTitle {
		position: absolute;
		left: 20px;
		bottom: 15px;
		display: none !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 {
		font-size: 0 !important;
		background: transparent !important;
		min-width: inherit !important;
		border: none !important;
		line-height: 0px !important;
		width: 64px !important;
		height: 64px !important;
		margin: 0px auto;
		padding: 0 !important;
		position: absolute;
        left: 0;
        top: 0;
	}
	.dynamic-callout .video_callout .readmore:after {
		width: 64px;
		height: 64px;
		line-height: 55px;
		background: transparent;
		border: 6px solid #ffffff;
		border-radius: 40px;
		text-align: center;
		display: block;
		margin-bottom: 0px;
		color: #ffffff;
		content: '\f04b';
		font-size: 22px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		left: 0;
		top: 0;
        padding-left: 6px;
	}
	.dynamic-callout .video_callout .readmore:hover:after {
		background: rgba(0, 0, 0, 0.4);
	}
	.dynamic-callout .video_callout .readmore:hover {
		background: transparent !important;
		border: none !important;
	}
	
	/*.sidebar .dynamic-poi .col-12 {
		padding: 0;
	}*/
	
	.dynamic-carousel {
		padding-bottom: 40px;
	}

	.dynamic-carousel .image {
		margin-bottom: 15px;
		display: block;
	}



    .bodyContent .dynamic-quote {
        margin: 0;
        padding: 50px 0 20px;
    }
    .bodyContent .dynamic-quote .quoteContainer:before  {
        
        background: url(images/icon-new.png) center center no-repeat;
        width: 61px;
        height: 70px;
        display: block;
        margin: 0px auto 15px;
        content: '';
        
    }
    .bodyContent .dynamic-quote .quoteContainer blockquote:before  {
        content: '';
        width: 32px;
        height: 1px;
        background: #575757;
        display: block;
        margin: 0px auto 25px;
    }

    .bodyContent .dynamic-quote .quoteContainer blockquote  {
        margin: 0px auto 25px;
    }


.dynamic-callout .call-out-row .callout {
    background: transparent;
}
.dynamic-callout .call-out-row .calloutContent {
    padding: 120px 30px 50px;
}

.dynamic-callout .call-out-row .calloutContent .row {
    position: relative;
    z-index: 110;
}
.dynamic-callout .call-out-row .calloutContent:after {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/poi-hover-repeat.png) left top repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 9;
}

.bodyContent .dynamic-callout .calloutContent .calloutTitle {
    padding: 0px 30px;
    margin: 0;
}

.dynamic-callout .call-out-row .calloutContent .row {
    margin: 0;
}


.bodyContent .dynamic-callout .calloutContent .calloutTitle h3 {
    font-size: 24px !important;
    line-height: 28px;
}
.bodyContent .dynamic-callout .calloutContent .calloutTitle h3:after {
        content: '';
        width: 44px;
        height: 1px;
        background: #ffffff;
        display: block;
        margin: 22px auto 42px;
}




.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 0 0px;
	padding: 10px 35px 10px 25px;
	background: #ffe126;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	font-variant: inherit !important;
	border: none;
    
    width: 100%;
	text-align: left;
	display: block;

    margin: 0px 0 10px !important;
}

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

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

.dynamic-documents a.document-link:after {
    display: block;
    width: 27px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 9px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    font-size: 0;
    background: url(images/download-icon.png) center center no-repeat;
}
.dynamic-documents a.document-link:hover:after {
    background: url(images/download-icon.png) center center no-repeat;
}


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



	position: relative;
	margin: 0 0 0px;
	padding: 10px 35px 10px 25px;
	background: #ffe126;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	font-variant: inherit !important;
	border: none;
    
    width: 100%;
	text-align: left;
	display: block;

    margin: 0px 0 10px !important;

}

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

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


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

	position: relative;
	margin: 0 0 0px;
	padding: 10px 35px 10px 25px;
	background: #ffe126;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	font-variant: inherit !important;
	border: none;
    
    width: 100%;
	text-align: left;
	display: block;

    margin: 0px 0 10px !important;

}

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

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

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






/*Inner Page Styles Show    --------------------------------------------------------  END  ------------------------------- */


.dynamic-co_curricular {
    margin: 0;
    padding-top: 40px;
}

.dynamic-co_curricular .section_title {
    margin-bottom: 25px;
}

.dynamic-co_curricular .hero-slide-pager {
    text-align: center;
    margin-bottom: 90px;
}

.dynamic-co_curricular .hero-slide-pager a {
    font-size: 14px;
    font-weight: 600;
    color: #575757;
    text-transform: uppercase;
    margin: 0px 20px;
    position: relative;
}
.dynamic-co_curricular .hero-slide-pager a.cycle-pager-active, .dynamic-co_curricular .hero-slide-pager a:hover {
    color: #ffe126;
}

.dynamic-co_curricular .hero-slide-pager a:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #575757;
    position: absolute;
    right: -20px;
    top: 4px;
    display: block;
}

.dynamic-co_curricular .hero-slide-pager a:last-child:after {
    display: none;
}

.dynamic-co_curricular .row {
    margin: 0;
}

.dynamic-co_curricular .cta-box {
    padding: 0;
}
.dynamic-co_curricular .cta-box a {
    display: block;
    position: relative;
}
.dynamic-co_curricular .cta-box a img {
    object-fit: cover;
    max-height: 343px;
    min-height: 343px;
    object-position: center;
    width: 100%;
}
.dynamic-co_curricular .icon_title {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    text-align: center;
}

.dynamic-co_curricular .icon_title span {
    position: relative;
}
.dynamic-co_curricular .icon_title span:before {
    height: 37px;
    width: 32px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(images/menu-icon-new.png) center center no-repeat;
    opacity: 0.3;
    background-size: 32px !important;
    z-index: 1;
    display: block;
}

.dynamic-co_curricular .cta-box a:hover .button {
    background: #575757;
}






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


.sidebar {
    padding-left: 0px;
	padding-top:0px;
}
.side-menu-container {
    background: #b780ff;
    color: #ffffff;
    padding: 55px 0px 80px;
    position: relative;
}
.side-menu-container:before {
    width: 41px;
    height: 47px;
    content: '';
    display: block;
    margin: 0px auto 25px;
    background: url(images/sidebar-icon.png) center center no-repeat;
}

.side-menu-container .sub-navigation:before {
    content: '';
    width: 32px;
    height: 1px;
    background: #ffffff;
    display: block;
    margin: 0px auto 25px;
}



.sidebarSec {
    background: #b780ff;
    color: #ffffff;
    padding: 55px 35px 80px;
    position: relative;
}
.sidebarSec h2 {
    color: #ffffff;
}
.sidebarSec a {
    color: #ffffff;
}
.sidebarSec a:hover {
    color: rgba(255, 255, 255, 0.3);
}





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

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

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

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

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

#menu-side li a span {
    color: #ffffff;
    border-bottom: none;
 
}

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


#menu-side li a:hover span {
    color: #ffffff;
    border-bottom: none!important;
}

#menu-side a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 37px;
    display: block;
    padding: 0 40px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Garamond';
}



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

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

#menu-side .sub-menu li a:hover, #menu-side li a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
}

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

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


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

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

#menu-side .sub-menu li.open li a:hover {
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
}
#menu-side .sub-menu li.open li a:hover span  {
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
}

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


#menu-side li.current-menu-item > a, #menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
}
#menu-side .sub-menu li.open > a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #575757;
    background: transparent;
}

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

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


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

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

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

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

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

.bodyContent {
    padding-top: 73px;
}
.sidebar {
    padding-top: 73px;
}


@media only screen and (min-width : 992px) {
    .mobileLogo {
        display: none !important;
    }
    .mobile_footer_menu {
        display: none;
    }
    
    .show-mobile-only {
        display: none;
    }
	.footer_right ul li {
    	width: 50%;
	}	
    .footer_right ul li:nth-child(even) {
    	padding-left: 12%;
	}
	.footer_right ul li:before {
    	height: 100%;
    	width: 1px;
    	background: #ffffff;
		content: '';
    	position: absolute;
    	right: 35px;
    	top: 0;
    	display: block;
	}

}

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

    .header_navigation {
        display: none !important;
    }
    .headGroup .headButtons {
        display: none !important;
    }
    
    .headGroup .headerRight {
        width: 64% !important;
        padding: 0 20px 0 0 !important;
        text-align: right;
    }
    
    .headGroup .headLogoWrap {
        width: 35% !important;
        padding: 0 0px 0 12px !important;
    }
    .menu-toggle .toggleText {
        display: block !important;
    }
    .menu-toggle {
        margin-left: 30px !important;
        
    }
    .stickyLogo, .mainLogo {
        display: none !important;
    }
    
    .headGroup {
        padding: 7px 0px 7px !important;
        height: 46px !important;
        position: fixed !important;
    }
    header.mainHeader {
        height: 46px !important;
    } 
    
    .mobile_footer_menu {
        display: block;
    }
    .dynamic-poi .row {
        display: block;
    }
    
    .sidebar .side-menu-container{
        display: none;
    }
    .dynamic-callout .row.call-out-row {
        display: block;
    }
    .dynamic-callout .row.call-out-row .callout {
        margin-bottom: 40px;
    }
    .footer-logo {
        text-align: center;
    }
    footer#footer .footer_logo_container {
        margin-bottom: 35px;
    }
    .menu-footer-menu-container .menu {
        display: none;
    }
    
    .menu-footer-menu-container .mobile-menu select {
        width: 100%;
        background: transparent;
        border: 1px solid #ffffff;
        height: 34px;
        color: #ffffff !important;
    }



.menu-footer-menu-container .mobile-menu form {
  position: relative;
}

.menu-footer-menu-container .mobile-menu form:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #ffffff;
    right: 10px;
    top: 0px;
    height: 34px;
    padding: 8px 0px 0px 10px;
    border-left: 1px solid #000;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
.menu-footer-menu-container .mobile-menu form select::-ms-expand {
    display: none;
}

.menu-footer-menu-container .mobile-menu form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  height: 34px;
  padding: 0px 24px;
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffffff;
  -ms-word-break: normal;
  word-break: normal;
}
.menu-footer-menu-container .mobile-menu form option {
	color:#000;
}    
    
    
    .page-banner-title.show-mobile-only {
        background: #ffffff;
        padding: 35px 20px 20px;
        position: relative;
        left: auto;
        bottom: auto;
        color: #575757;
    }
    .page-banner-title h1 {
        color: #ffe126;
        font-size: 30px;
        line-height: 35px;
    }
    .page-banner-title .container:before {
        background: url(images/icon.png) center center no-repeat;
    }
    .page-banner-title h1:before {
        background: #575757;
    }
    
    
    #pageBanner .page-banner-title {
        display: none;
    }
    .page-banner:after {
        display: none;
    }
    .fixedHeader .headGroup {
        padding: 7px 0px 7px;
        height: 45px;
        background: #ffffff !important;
    } 

    .mobileLogoHome {
        display: none;
    }
    .home.fixedHeader .mobileLogoFixed {
        display: block;
    } 
    .home.fixedHome .mobileLogoFixed {
        display: none;
    }
    .home.fixedHeader .mobileLogoHome {
        display: none;
    } 
    .home.fixedHome .mobileLogoHome {
        display: block;
        width: 37px;
    } 
    
    
    .main-content-left {
        width: 100%;
    }
    .footer_left, .footer_right {
        width: 100%;
    }
    .footer_bottom_buttons_container .button {
        margin-bottom: 12px;
    }


    .footerLower {
        padding: 20px 0 0;
        color: rgba(255, 255, 255, 0.6);
        background: transparent;
        text-align: center;
    }
    .footerLower a {
        color: rgba(255, 255, 255, 0.6) !important;
    }    
    .footerLower a:hover {
        color: #ffe126 !important;
    }    
    .footerLower .col-sm-4 {
        width: 100%;
        text-align: center !important;
    }
    .footerLower p, .footerLower ul {
        margin: 0;
    }
     
    .footerSocial {
        display: none;
    }
    .footerSocial.show-mobile-only {
        display: block;
        margin-bottom: 20px;
    }
    .footer_bottom_buttons {
        margin-bottom: 20px;
    }
    footer#footer .email-box {
        margin-bottom: 15px;
    }
    .header_right_inner .socialDesktop {
        display: none;
    }
    .header_right_inner .searchToggle {
        display: none;
    }
    
    body.home .header_button_right {
        display: none !important;
    }
    
    .menu-toggle .toggleIcon span, body.home .menu-toggle span {
        background-color: #ffe126 !important;
    }
    .menu-toggle .toggleText {
        color: #ffe126 !important;
    }
    
    .homeBanner {
        min-height: 100vh;
    }
    
    
    #hero .slideText .banner_buttons {
        display: none;
    }
    .homeBanner .show-mobile-only .banner_buttons {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 110;
    }
    .homeBanner .show-mobile-only .banner_buttons .button {
        min-width: 50%;
        display: block;
        float: left;
        margin: 0;
    }
    #hero .slideText .slideText-top {
        font-size: 40px;
        color: #ffffff;
        line-height: 40px;
        font-family: "Garamond";
        font-weight: 400;
        margin-bottom: 25px;
    }
    .welcomeBlockText {
        text-align: center;
        padding: 40px 20px 40px;
    }
    .row.welcome-miniPOIrow {
        margin: 0px !important;
    }
    
    .row.welcome-miniPOIrow .owl-carousel .owl-stage-outer {
        padding: 0 !important;
    }
    .owl-carousel .owl-stage-outer {
        padding: 0 !important;
    }
    
    .minipoiImg img {
        width: auto !important;
        max-width: 100%;
        margin: 0px auto;
    }
    .miniPoi {
        width: 100%;
        text-align: center;
    }
    
    .dynamic-co_curricular .hero-slide-pager {
        text-align: center;
        max-width: 200px;
        margin: 0px auto 40px;
    }
    .dynamic-co_curricular .hero-slide-pager a {
        display: block;
        text-align: center;
        margin: 0 auto 10px;
    }
    .dynamic-co_curricular .hero-slide-pager a:after {
        display: none;
    }
    .dynamic-info-grid .news_content .navigation_pager {
        display: none;
    }
    
    .dynamic-info-grid .navigation_pager.show-mobile-only {
        text-align: center !important;
        margin-top: 40px !important;
        display: block !important;        
    }
    
    
    
    #navbar {
        width: 100%;
        padding: 0;
    }
    #navbar .headboxrow {
        height: 45px;
        padding: 7px 20px;
        background: #ffffff;
    }
    
    #navbar .headboxrow .socialIcons {
       text-align: center; 
       line-height: 31px;
    }
    
    #navbar .headboxrow .socialIcons ul.socials li {
        min-width: inherit;
        padding: 0px 3px;
        display: inline-block;
    }
    #navbar .headboxrow .socialIcons ul.socials li a {
        font-size: 16px;
        font-weight: 400 !important;
        color: #ffe126;
    }
    

    

    #navbar .mobile_bottom_buttons .button, .mob-but1 a {
        min-width: 50%;
        display: block;
        margin: 0;
        background-color: #b780ff;
        color: #ffe126;
    }
    #navbar .mobile_bottom_buttons .button:hover {    
        background-color: #ffe126;
        color: #b780ff;
    }
    #navbar .mobile_bottom_buttons .button.style2, .mob-but2 a {
        background-color: #ffe126;
        color: #b780ff;
    }  
    #navbar .mobile_bottom_buttons .button.style2:hover {
        background-color: #b780ff;
        color: #ffe126;
    }       
    #navbar .mobile_bottom_buttons {
        width: 100%;
        position: fixed;
        bottom: 0;
    }
    
    #navbar .open_menu_top_button .button {
        display: block;
        width: 100%;
    }
    #navbar .stickyLogomb {
        max-width: 37px;
    }
    #navbar .headboxrow .socialIcons {
        line-height: 24px;
    }
    #menu-main li.menu-item-has-children > .arrow {
        display: none !important;
    }
    #menu-main li.menu-item-has-children > a {
    }
    .menu-main-container {
        background: #dedede;
        padding: 25px 40px;
        height: 100%;
    }
    .menu-main-container.otherBackground {
        background: #dedede;
        padding: 25px 40px;
        height: 100%;
    }
    #menu-main {
        margin: 0px !important;
        padding: 0;
    }
    #menu-main li a {
        padding: 0px;
        border: none;
        font-size: 16px !important;
        line-height: 40px;
        color: #000c02;
        text-transform: uppercase;
        font-weight: 600;
    }
    #menu-main li a em {
        font-style: italic;
        float: right;
    }
    #menu-main li a:hover {
        color: #ffe126;
    }
    #menu-main li.menu-item-has-children > a {
        padding: 0;
    }
    
    #menu-main .sub-menu {
        padding: 0;
    }
    #menu-main .sub-menu a {
        padding: 0;
    }
    
    #navbar .back-to-main {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 15px;
        color: #000c02;
    }
    

    .menu-main-container.otherBackground #menu-main li a {
        padding: 0px;
        border: none;
        font-size: 16px !important;
        line-height: 36px;
        color: #000c02;
        text-transform: inherit;
        font-weight: 600;
    }
    .menu-main-container.otherBackground #menu-main li a:hover {
        color: #ffe126;
    }
    #menu-main .sub-menu {
        border: none;
    }
    #menu-main .sub-menu .sub-menu {
        padding-left: 0px;
    }

    footer#footer {
        padding: 70px 0 60px;
    }

}

@media only screen and (max-width : 767px) {
    #pageBanner {
        /*max-height: 192px;*/
    }
    
    .homeBanner {
        height: calc(100vh - 46px);
        min-height: calc(100vh - 46px);
        max-height: inherit;
    }
    .section_title h2 {
        font-size: 24px;
    }
    .dynamic-cta-boxes .text-box .section_title {
        margin-bottom: 10px;
    }
    .dynamic-cta-boxes .text-box .details {
        margin-bottom: 20px;
    }
    .info_grid_container .grid .infoBlock {
        padding: 90px 70px 80px;
        position: relative;
    }
    .dynamic-cta-boxes .text-box {
        background: #f3f3f3;
        padding: 40px 20px 50px;
    }
    .footerSocial ul li a {
        font-size: 20px;
    }
}

@media only screen and (min-width : 651px) and (max-width: 991px) {
.home.fixedHeader .mobileLogoFixed {
    display: block;
} 
.home.fixedHome .mobileLogoFixed {
    display: block;
}
.home.fixedHeader .mobileLogoHome {
    display: none;
} 
.home.fixedHome .mobileLogoHome {
    display: none;
} 
}

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

    .footer_bottom_buttons_container .button {
        margin-right: 8px;
        padding: 10px 15px;
        min-width: 138px;
    }
    .footer_bottom_buttons {
        text-align: center;
    }

}

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

    body {  
            background-size: 100% auto;
    }

}


/*.header_navigation {
    transform: translateY(-300%);
}
body.menuopen .header_navigation {
    transform: translateY(0%);
}*/

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

.welcome-read-more {
    position: relative;
    top: -20px;
}

.sidebar .callout.hasbg .calloutContent {

    padding-bottom: 118px;
    padding-top: 118px;

}
.sidebar .dynamic-callout .call-out-row .calloutContent {
    padding: 102px 30px 101px;
}
.sidebar .callout .calloutTitle h3 {
    padding: 0px 15px;
}

.dynamic-carousel .owl-nav {
    text-align: center;
    padding-top: 25px;
}
.dynamic-carousel .owl-nav button {
    width : 48px;
    height : 48px;
    line-height : 48px;
    text-align : center;
    color : #ffe126 !important;
    display: inline-block;
    border : 1px solid #575757 !important;
    background: #ffffff;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
.dynamic-carousel .owl-nav button:hover {
    background: #575757 !important;
    color: #ffffff !important;
}
.dynamic-carousel .owl-nav button.owl-prev {
    margin-right : -1px;
}

/* home banner scroll down button */

.down-arrow-btn {
    position: absolute;
    left: 50%;
    bottom: 0%;
    z-index: 110;
    display: block;
    width: 47px;
    height: 47px;
    transform: translateX(-50%);	
}
.down-arrow-btn:after {
	width: 47px;
	height: 47px;
	background-color: #fff;                                             
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.down-arrow-btn:before {
	width: 47px;
	height: 47px;
	background-image: url(images/arrow-down.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px;	
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.down-arrow-btn:hover:after {
	background-color: #575757;
}

/* mobile header buttons */

.mob-buttons {display: flex; width: 100%; position: fixed;height:41px;z-index: 400;border-bottom: 1px solid #fff;bottom: 0px; padding: 0!important;}
.mob-button {height:40px;text-align:center;width: 50%;padding: 7px;color:#fff;font-family: 'Garamond';}
.mob-but1 {background-color:#b780ff;}
.mob-but2 {background-color:#ffe126;}
.mob-button a:hover {text-decoration: none;}

@media screen and (max-width: 650px) {
    .fixedHeader .headGroup, .headGroup, #navbar {
        /*margin-top: 41px;*/
    }   
    header.mainHeader {
        /*height: 41px!important;*/
    } 
}
@media screen and (min-width: 651px) {
    .mob-buttons {
        display: none!important;
    }
}


/* footer map */

.footerMap .mapWrap {
    min-height: 400px;
    position: relative;
}
#footerMap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Landing Page Additions*/
.style1 {
	--main-color: 206, 161, 36;
	--secondary-color: 255, 255, 255;
}
.style2 {	
	--main-color: 87, 87, 87;
	--secondary-color: 242, 242, 242;
}
/* img text block*/
.dynamic-image_text_block,
.dynamic-two_columns {
	margin-left:-12px;
	margin-right:-12px;
	position:relative;
}
@media (min-width:1200px){
	.dynamic-image_text_block,
	.dynamic-two_columns {
		margin-left:0;
		margin-right:0;
		margin-left: calc(-100vw / 2 + 558px);
		margin-right: calc(-100vw / 2 + 558px);
	}
}
@media (min-width:1400px){

}
.ImgtextBlock {
    position: relative;
}

.ImgtextBlock .textBlock {
    padding: 30px;
    text-align: left;
	background:rgba(var(--main-color,144,144,144),0.8);
	color:rgb(var(--secondary-color,255,255,255));
	position:relative;
}

.ImgtextBlock .textBlock p {
    line-height: 1.66;
}

.ImgtextBlock .imageBackground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.ImgtextBlock .textBlock.lightgreyBlock {
    background: rgba(238, 238, 238, 0.8);
    color: #000;
}

@media (min-width: 1590px) {
    .ImgtextBlock .textBlock {
        padding:40px 55px 40px 55px;
    }
}

/*columns*/
.dynamic-two_columns .columnrow .col2 {
    background: #ffe126;
    color: #fff;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-bottom: 5px;
    padding-bottom: 30px;
}

.dynamic-two_columns .columnrow .col2 h2, .dynamic-two_columns .columnrow .col2 h3 {
    color: #fff;
}

.dynamic-two_columns .columnrow .col2 a {
    color: #fff;
    text-decoration: underline;
}

.dynamic-two_columns .columnrow .col2 .col-bottom-image {
    margin: 10px -15px -22px;
}

.dynamic-two_columns .columnrow > div:nth-child(2) {
    transform: translateX(1px);
}

.twocol-bg {
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.dynamic-two_columns .twocolbgWrap {
    position: relative;
    background: #ffe126;
}

@media (min-width: 768px) {
    .twocol-bg {
        position:absolute;
        left: 0;
        right: 40%;
        top: 0;
        bottom: 0;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .dynamic-two_columns .columnrow > div {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .dynamic-two_columns .columnrow {
        display:flex;
        background: #fff;
        position: relative;
    }

    .dynamic-two_columns.intro-two .columnrow .col2 {
        margin-top: -250px;
        position: relative;
        z-index: 120;
        padding-top: 20px;
    }

    .dynamic-two_columns {
        position: relative;
    }

    .dynamic-two_columns h3 {
        max-width: 500px
    }

    .dynamic-two_columns .columnrow .col2 {
        /* margin-left: 2px; */
    }
}

@media (min-width: 1200px) {
    .dynamic-two_columns.intro-two .columnrow .col2 {
        margin-top:-450px;
    }
}

@media (min-width: 1390px) {
    .dynamic-two_columns .columnrow > div {
        padding-right: 40px;
    }

    .dynamic-two_columns .columnrow .col2 {
        padding-left: 40px;
    }

    .dynamic-two_columns .columnrow .col2 .col-bottom-image {
        margin: 10px -40px -22px;
    }

    .dynamic-two_columns.intro-two .columnrow .col2 {
        margin-top: -450px;
    }
}

/* the events calendar */

.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!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
	padding-bottom: 0px!important;
}

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

.tribe-events-pro-photo__event-date-tag-daynum, .tribe-events-pro-photo__event-date-tag-month {
	color: #ffe126!important;
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image, .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link {
    height: 180px!important;
	width: 300px!important;
    object-fit: cover!important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
    line-height: 1.3!important;
}

.tribe-events-c-subscribe-dropdown {
	display: none!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
	display: none;
}

.single-tribe_events .tribe-events-event-image img {    
    width: 90%!important; 
}

.single-tribe_events .tribe-events.tribe-common {
	display: none!important;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 20px!important;
	color: #ffe126!important;
}

.single-tribe_events .tribe-events-meta-group a {
    color: #000!important;
}

.single-tribe_events .tribe-events-event-meta dd, .single-tribe_events .tribe-events-event-meta dt {    
    font-size: 16px!important;
    line-height: 1.2!important;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    background-color: #fbf9f5!important;
    padding-left: 30px!important;
}

.single-tribe_events .tribe-events-event-meta:before {
    border-top: none!important;
}

h1.tribe-events-single-event-title {
    color: #ffe126;
    font-family: "Garamond";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin: 30px 0;
}

h3.tribe-events-pro-photo__event-title {
    font-family: 'Acumin';
    font-weight: 400!important;
}    

@media (min-width:768px){
.tribe-events-single, .tribe-events-page-template .tribe-events {    
    margin-top: 50px;
}
.single-tribe_events .tribe-events-event-image, .single-tribe_events .tribe-events-single-event-description {
    width: 50%!important;
}
.single-tribe_events .tribe-events-event-meta.primary {
	width: 45%!important;
    height: fit-content;
    order: unset;
}
.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
    order: unset!important;    
}
.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
    order: unset!important;
}
.single-tribe_events .tribe-events-single-event-description {
    width: 100%!important;
}

}

/*Video Banner*/
.homeBanner #videoBg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.homeBanner .videoframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	background:#000;
}
#videoWrap iframe,
#videoWrap video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#videoWrap video{
	object-fit:cover;
}
#videoWrap .vidOverlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:opacity 300ms;
}
#videoWrap .vidOverlay img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
#videoWrap .vidControls {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transition:300ms;
	text-align:center;
	transform:translateY(-50%);
}
#videoWrap.playing .vidControls {
	opacity:0;
	top:100%;
	transform:translateY(100%);
}
#videoWrap.playing .vidOverlay {
	opacity:0;	
	transform:translateY(100%);
}

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

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

.vidPlay {
	color:#ffe126;
	font-size:45px;
	cursor:pointer;
	display:inline-block;
	padding:5px;
}
.vidPlay:hover {
	color: #e5e5de;
}
.homeBanner.vid {
	max-height:900px;
	height:auto;
}
.homeBanner.vid:before {
display:none;	
}
.homeBanner.vid {
	content: '';
	display: block;
	padding-top: 52.25%;
}
.homeBanner.vid {
	height: 25vh;
	min-height: 200px;
}
@media (min-width:500px){
    .homeBanner.vid {
        height: 35vh;
        min-height: 200px;
    }
}
@media (min-width:600px){
    .homeBanner.vid {
        height: 40vh;
        min-height: 200px;
    }
}
@media (min-width:768px){
.homeBanner.vid {
    height: 50vh;
}
}
@media (min-width:992px){
    .homeBanner.vid {
        height: 60vh;
    }
    }
@media (min-width:1250px){
    .homeBanner.vid {
        height: 75vh;
    }
    }
@media (min-width:1400px){
    .homeBanner.vid {
        height: 95vh;
    }
    }            