/*

	Theme Name: Schoolcms

	Author: Innermedia

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

Description: 

Requires at least: WordPress 4.9.6

Version: 4



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

    TYPOGRAPHY

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

.onlyDesktop{
	display:block;
}
.onlyMobile{
	display:none;
}
@media(max-width:991px){
.onlyDesktop{
	display:none;
}
.onlyMobile{
	display:block;
}

}


body {  

    font-family: 'Open Sans', sans-serif;
    
    font-size: 18px;
    
    line-height: 28px;
    
    font-weight:400;
    
    color: #8a8a8c;
    
    margin: auto;  

}

.wrapper {

	position:relative;

	overflow:hidden;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

a {

	color:#000;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#CBCBCB;

}

a:focus {

text-decoration:none;
outline: none !important;

}

h1,h2,h3,.entry-title {

	color:#d9302b;
    font-weight: 600;
	font-size: 30px;
    line-height: 40px;

}

h1 a,h2 a,h3 a,.entry-title a {

	color: #1a1a48;

}

h1 span,h2 span,h3 span,.entry-title span {

	color:#b9b9b9;
    text-transform: uppercase;
    display: block;

}

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: 34px;
    line-height: 40px;
    font-weight: 600;

	margin-bottom:20px;

}



h2 {



}

h3 {



}

h1 a,

h2 a,

h3 a {

  text-decoration:underline;

  color: #969696

}

.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.owl-nav {

	position:relative;

}

.owl-nav .owl-prev{

	position:absolute;

	left:0;

	top:0;

}

.owl-nav .owl-next{

	position:absolute;

	right:0;

	top:0

}

.owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.owl-dots .owl-dot.active {

	opacity:1;

}

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

.blockButton > a,

a.readmore {

	display: inline-block;

    color: #676767;

    border: solid 1px #676767;

    font-size: 0.9em;	

    background: #e0e0e0;

    line-height: 1.4em;

    padding: 0.7em 1.5em;

    text-transform: uppercase;

    position: relative;

    transition: 300ms;

    margin: 12px 0;

}

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

	margin:0 auto 20px;

	overflow:hidden;

	min-height:300px;
    
    max-height: 715px;

}

#pageBanner:before {

	content:'';

	display:block;

	width:100%;

	padding-top:45.897%;

}

#pageBanner #hero,

.homeBanner #hero{

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

}

#hero img{

	width:100%;

	height:100%;

	object-fit:cover;

}

#hero .slide .slideImage {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.homeBanner {

	margin:00px auto 30px;

	position: relative;

	margin:0 auto 0px;

	overflow:hidden;

	max-height:880px;

	height:100vh;

	min-height:480px;

}

@media(min-width:768px){

	.homeBanner {

		max-height:880px;

	}

	.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);
    
    display: none;

}

#hero .slideText{

	bottom: 15%;

    left: 0;

    right: 0;

    font-size: 18px;

	padding:0 15px;

    color: #fff;

    position: absolute;

    padding: 20px 0;

    text-align: center;

}



.dynamic-gallery .gallery  {

	display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -7.5px;

    margin-left: -7.5px;

}

.dynamic-gallery .gallery  .gallery-item {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

	padding:7.5px;

	margin-bottom:0;

}

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

	-ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}

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

	-ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}

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

	-ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}

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

	-ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}

.dynamic-gallery .gallery  .gallery-item {

	float:left;	

}



.breadcrumbs {

	font-size:12px;

	color:#676767;

	text-transform:uppercase;

	padding-top:5px;

	padding-bottom:20px;

	border-bottom:solid 1px #d7d9d9;

	min-height:45px;

	position:relative;

	padding-right:45px;

}

.breadcrumbs a{

	color:#676767;

}

.breadcrumbs > span {

	margin:0 5px;	

}

.breadcrumbs > span:first-child {

	margin-left:0;

}

.breadcrumbs span > span {

	color:#000;

}





.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input#s{

    border: 0;

    font-size:16px;

	height:30px;

	width:100%;

	background:transparent;

	color:#969696;

	padding: 4px 10px;

	border-bottom:solid 1px;

}

.sidebar .searchform input#s{

	padding: 7px 10px;

}

.sidebar #searchSubmit {

	top:3px;

}

.searchform input#s:focus{

	outline:0;

}

#searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

}

.headerSearch {

	max-width:100px;

}

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

  color: transparent;

  text-transform:uppercase;

  opacity: 0; /* Firefox */

}



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

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}



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

   color: transparent;

  text-transform:uppercase;

  opacity: 0;

}





@media (min-width:768px){





}

@media (min-width:992px){

.headerSearch {

	max-width:150px;

}

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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; /* Firefox */

}



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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}



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

  color: #969696;

  text-transform:uppercase;

  opacity: 1; 

}

.headerSearch .searchform input#s{

	border-bottom:none;

}

}

@media (min-width:1200px){





}

@media (min-width:1390px){



}

@media (min-width:1590px){



}





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

    EMBEDS

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

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

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

.page-id-355 .embed-container, .page-id-354 .embed-container, .page-id-413 .embed-container, .page-id-2123 .embed-container {height: 1200px;}

@media only screen and (max-width : 1074px) {
.page-id-355 .embed-container, .page-id-354 .embed-container, .page-id-413 .embed-container, .page-id-2123 .embed-container {height: 1320px;}
}

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

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

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

    ALERT

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

.popupAlert {

  max-width:100%;

  width:600px;

}



.noticeBody {

  width:100%;

  padding:0 2.5%;

}

.popupAlert .popupImg {

  padding:10px 5px;

}

.popupAlert .popupImg img {

  width:100%

}

.popupAlert .noticeText {

  padding:10px 5px;  

  width:100%;

  float:none;

}

.popupAlert .noticeText *{

  max-width:100%;

}

.popupAlert .noticeText .popTitle{

    margin: 0px 0 20px;

}







/*news*/

h2.list-item-title{
font-size: 26px;
line-height: 30px;

}

h2.list-item-title a{

	text-decoration:none;
    color: #1a1a48;

}

h2.list-item-title a:hover{

	text-decoration:underline;
    color: #d9302b;
    

}

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}





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

    HEADER

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





#navbar{

    display: block;

    vertical-align: top;    

}

.headGroup {

	color:#969696;

	background:#fff;

	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 {

	border-bottom-color:#676767;

}



.headGroup a{

	color:#969696;	

}

.headGroup a:hover{

	color:#CBCBCB;

}

.headLogoWrap {

	padding-left:0;

	padding-right:0;

}



.headerIcon {



}

.headerIcon img{



}



.headerSearch {

	display:inline-block;

	vertical-align:top;

}

.menu-top {
display: flex;
justify-content: space-between;
}

.menuLogo img.mainLogo {
    width: 290px;
    margin: auto;
    margin-top: 2px;
}

.topGroup {flex: 1; display: flex; justify-content: center;}

ul.socials {

	display:inline-block;

	vertical-align:top;

	list-style:none;

	padding: 0px 0;

	margin:0;

}
#navbar ul.socials {
    margin-top: 20px;
}    

ul.socials li{

	display:inline-block;

	position:relative;

	padding:0 4px;

	min-width: inherit;

	text-align:center;

}

.headGroup .socials li:before{

	content:'';

	display:none;

	position:absolute;

	top:50%;

	margin-top:-5px;

	height:10px;

	width:1px;

	background:#969696;

	left:0;

}

.socialDesktop {

	display:none;

}

@media (min-width:768px){

	.headGroup .socials {

		position:absolute;

		bottom:100%;

		right:0;

		width:100%;

	}

}

@media (min-width:992px){

	.socialDesktop {

		display:block;

	}

}

/*header*/

header {

	position:relative;

}



header.mainHeader {

	height:120px;

}

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

}

	.headGroup {

		background:transparent;

		border-bottom:transparent;

		color:#fff;

		top:0;

	}

	.headGroup a{

		color:#fff;

	}

	.headGroup .socials li:before,

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

		background:#fff;

	}

	.headGroup .searchform input#s {

		color:#fff;

	}

	.headGroup .searchform input#s {

		

	}

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

		  color: #fff;

	}



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

		  color: #fff;

	}



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

		  color: #fff;

	}

	.headGroup #searchSubmit {

		color:#fff;

	}

	.headerIcon {

		

	}

	.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;
        
        vertical-align: middle;

	}

	.headerRight .topMenuSide span{

		display:inline;

	}

	.headerRight {

		position:relative;

	}

	

	.headerLeft {

		text-align:left;

	}

	.headerRight {

		text-align:right;

	}

	

	.headerRight .menu-toggle {		

		display:inline-block;

		margin-left:20px;

		float:none;

	}

	.headerRight .topMenuSide {

		display:inline-block;

	}

}

@media (min-width:992px){





}

@media (min-width:1200px){

	.headerRight .menu-toggle {	

		margin-left:40px;

	}	

}



.headGroup{

	

}



.topMenu {

	display:none;

}

.topMenuSide {

	position:relative;

	display:inline-block;

}

.topMenuSide .portalToggle, .topGroup .portalToggle {

	/*font-size:0px;*/

	padding:5px 0;

	line-height:15px;

	white-space:nowrap;

	padding-right:0px;

	position:relative;

	cursor:pointer;
    
    background: url(images/portal-icon.png) center center no-repeat;
    
    width: 19px;
    
    height: 25px;
    
    vertical-align: middle;

}

.topMenuSide .portalToggle:hover, .topGroup .portalToggle:hover {
    opacity: 0.7;
}

.topMenuSide .menu{

	position:absolute;

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

	color:#969696;

	list-style:none;

	margin:0;

	padding:0 20px;

	left:0;

	top:100%;

	font-size:14px;

	text-transform:uppercase;

	display:none;
    
    min-width: 200px;

}

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

.topMenuSide .menu li{

	border-bottom:solid 1px #969696;

	padding:12px 0 12px 0px;

	background-repeat:no-repeat;

	background-position:left 0 top 13px;

	line-height:1.5;
    
    text-align: left;

}

.topMenuSide .menu li:last-child{

	border-bottom:0;

}

.topMenuSide .menu li a{

	color:#1a1a48;	

}

.topMenuSide .menu a:hover{

	color: #333333 !important;

	text-decoration:none;

}



@media (min-width:768px){

.topMenuSide .portalToggle .portalIcon, .topGroup .portalToggle .portalIcon {

		margin-right:14px;

}

}

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

    Navigation

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





.menu-toggle{

    position:relative;

	padding-right:40px;

	font-size:17px;

	display:inline-block;

	cursor:pointer;

	height:35px;

	line-height:30px;

	vertical-align: middle;

    z-index: 999;

}

.menu-toggle .toggleText{

	display:inline-block;

	display:none;

	vertical-align:middle;

	font-size:14px;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle span{

    width: 30px;

    height: 1px;

    margin: 6px 0;

    background-color: #ffffff;

    display: block;

    transition:all 300ms;	

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	right:0;

	top:0px;

	transition:300ms;

}

.menu-toggle:hover span{

    background-color: #000;

}

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

    transform-origin:50% 8px;

}

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

    transform-origin: 50% -8px;

}

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

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

}

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

	opacity:0;

	transform:rotate(360deg);

}

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

	transform: rotate(-135deg) translateY(-7px);

}



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

	background:#000;

}

body.menuopen #navbar .menu-toggle span:nth-child(3){

	background:#000;

}



@media (min-width:992px){



}


	#navbar{
		position: fixed;		
		/*transition: opacity 600ms;*/
		background-color:#bababa;
        /*top: 16px;
        left: -20px;
        right: -20px;*/
        top:0;
        left:0;
        right:0;
        opacity: 0;
        pointer-events: none;
        margin-top: 0px;
        /*padding: 60px 10%;*/
        padding: 56px 102px;
        z-index: 1;
        min-height: 100vh;
        font-size: 1.1em;
        height: 100%;
        overflow-y: scroll;
	}
    
	body.menuopen  #navbar{ 
        pointer-events: all;
        opacity: 1.00;
        z-index: 9999;
	}


	body.admin-bar #navbar{ 

	/*	top:32px; */

	}

	@media (max-width:782px){

		body.admin-bar #navbar{ 

			top:46px;

		}

	}


    #menu-main ul {
        position: absolute;
        left: 100%;
        padding-left: 20%;
        padding-bottom: 100px;
        padding-top: 7px;
        top: 0;        
        opacity: 0;
        pointer-events: none;        
        transition: opacity 300ms;
        width: 120%;        
    }
    @media (max-width:991px){
    #menu-main ul {
        position: relative;
    left: 0;
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 7px;
    top: 0;
    opacity: 1;
    pointer-events: all;
    transition: opacity 300ms;
    width: 100%;
    display: none;
    } 
}
    


	#menu-main,

	#menu-main ul{

		list-style:none;

		padding:0;

		margin:0;

	}

	#menu-main{
        width: 100%;
        
		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 #cbcac9;

	}
	#menu-main li li a{

		border-bottom:none;

	}

	#menu-main li a:hover{

		text-decoration:none;

		color:#000;

	}

    #menu-main li:hover > ul {
            /* display: block; */
    pointer-events: all;
    opacity: 1;
    }

	#menu-main .sub-menu {

		/*padding-left:40px;

		position:relative;

		display:none;

		font-size:0.9em;

		border-bottom:solid 1px #ffffff;*/

	}

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

	}

	

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

        position: relative;
        /* right: 0; */
        /* top: 0; */
        height: 68px;
        width: 30px;
        float: right;

	}

	@media (min-width:1200px){

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

			height:75px;

		}

	}

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

		position:absolute;

		    content: '\f054';

			display: block;

			width: 11px;

			height: 27px;

			position: absolute;

			right: 12px;

			top: 21px;

			font-weight: 600;

			font-family: "Font Awesome 5 Free";

            font-size: 16px;

			transform: rotate(0deg);

			transition: 300ms;

            color: #cbcac9;

	}

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

			top: 11px;
    }                

    #menu-main li.menu-item-has-children:hover> a:after {
        color:#1a1a48;
		color:#fff;
		 color:#d9302b;
    }
    #menu-main li li.menu-item-has-children:hover> a:after {
        color:#d9302b;
    }
    @media only screen and (max-width : 991px) {
    .menuopen #menu-main li.menu-item-has-children > .arrow {
        pointer-events: all;
    }
}

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

		right: 0;

		padding:40px 60px 40px 80px;*/

	}

	#menu-main li a{

		padding:21px 0px;		

	}

}

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

    FOOTER

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



#footer{



}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}

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

    WORDPRESS CORE

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



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

.sticky {



}

.bypostauthor {



}









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

	height: 11px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 5 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



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

	transform:rotate(-90deg);

}

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

	color:#676767;

}

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

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

	padding-bottom:10px;

	display:none;

}

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

	margin:0;

}

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

	display:block;

}

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

	padding-left:10px;

}





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

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

	.menu-toggle {

		color:#fff;

	}

	.menu-toggle span {

		background-color:#fff;		

	}

}

@media (min-width:1200px){



}

body.menuopen {

	overflow:hidden;

}

body.menuopen:before {

	content:'';

	display:block;

	position:fixed;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:#000;

	opacity:0.5;

	z-index:9998;

}

#navbar .menu-toggle {

	float:right;

}

.menu-main-container {	
        width: 30%;
        z-index: 2;
        position: relative;
        float: left;

}


.sidebar {

	padding-top:35px;

	margin-top:0px;

	margin-bottom:40px;

}



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

    Dynamic Content

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



.dynamicContent {

	margin-top:40px;

	margin-bottom:40px;

}

.dynamicContent .sectionTitle{

	margin-bottom: 10px;

    font-size: 2.2em;

}



/**** Image ****/

.image-item{

    position: relative;

}

.image-item img{

	width:100%;

	height:auto;

}

.image-item .imageItemCaption {

	display:block;

	margin:5px;

	font-size:14px;

}

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

.dividera{

clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

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

    background-position: center center;

	background-size:contain;

	height:76px;

	width:76px;

	top:50%;

	left:50%;

	margin-top:-38px;

	margin-left:-38px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#fff;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

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

    background-position: center center;

    background-repeat: no-repeat;

	background-size:90px;

}







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

.faqs{



}



.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:15px;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

	font-size:1em;

	text-transform:uppercase; 

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 11px;

    height: 18px;

    position: absolute;

    right: 20px;

    top: 15px;

	font-weight:700;

	font-family: "Font Awesome 5 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faq-answer{

	display:none;

	padding:15px;

}

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

	border-bottom:solid 1px #a2a6a9;

}

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

	/*border-color:#969696;	*/

}





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

.staffMember {

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

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

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

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

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

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

	background-color:#ccc;

}

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

blockquote {

	border:0;

	background:#e0e0e0;

	color:#000;

	font-style:italic;

	font-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: #8a8a8c;

    background: #ffffff;
    
    border: 2px solid #8a8a8c;

	font-size:1em;

	overflow:hidden;

}

.callout .calloutText {

	

}

.callout.hasbg {
    color: #ffffff;
    border: none;
}


.callout .calloutContent {

	padding:70px 15px;

	text-align:center;

	position:relative;

}

.callout .calloutTitle {

	font-size:40px;

    line-height: 40px;
    
	text-transform: inherit;

	margin:0.5em 0;

}

.callout .calloutTitle h3{

	margin-bottom:0;

	color:inherit;
    
    font-weight: 600;

}

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

	background-position:center !important;

	background-repeat:no-repeat !important;

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

	padding-top:130px;

}

.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: #1a1a48;

	color:#fff;

	margin-bottom:30px;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

}



.poiImage .poiImageBG:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:absolute;

	left:0;

	height:100%;

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

}

.poiImage .poiImageBG img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}





.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {



}

.poiImage:before {

	content:'';

	display:block;

	width:100%;

	padding-top:100%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size:20px;

	font-weight:400;

	position:relative;

	padding:10px 15px;

}



.poi .textOnlyBlock .poiTitle{

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

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

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 20px;

	position:absolute;

	bottom:0;

	left:0;

	width:100%;	

	bottom:15%;

	transform:translateY(50%);

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiText {

	bottom:50%;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}



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

    HOME DYNAMIC

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

.welcomeBlock {

	margin-bottom:0px;

}

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

    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

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

#hero .slideText {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    text-shadow: 0px 0px 40px #000000;
    bottom: 20%;
    z-index: 115;
}


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

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



.down-arrow-btn {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translatex(-50%);
    background: url(images/down-arrow.png) center center no-repeat;
    width: 21px;
    height: 12px;
    z-index: 130;
}




.hero-main-slide-pager {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translatey(-50%);
    color: rgba(255, 255, 255, 0.5);
    z-index: 115;
}
.hero-main-slide-pager span {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    cursor: pointer;
    line-height: 24px;
    font-size: 35px;
}
.hero-main-slide-pager span.cycle-pager-active {
    color: rgba(255, 255, 255, 1);
}












.welcomeBlock {
    padding: 125px 0 120px;
    text-align: center;
}

.welcomeBlock h1 {
    margin-bottom: 40px;
}

.welcomeBlock h1 span {
    font-size: 14px;
    color: #b9b9b9;
    margin-bottom: 10px;
}



.welcome-mini-pois {
    padding-top: 120px;
}
.welcome-minipoiImg {
    margin-bottom: 20px;
}



.welcome-miniPoi {
    display: inline-block;
    padding: 0px 20px;
    width: 32%;
    position: relative;
}
.welcome-miniPoi:nth-child(2) {
    display: inline-block;
    padding: 0px 20px;
    width: 36%;
}



.welcome-miniPoi svg g {
    fill: #1a1a48 !important;
}
.welcome-miniPoi a:hover svg g {
    fill: #d9302b !important;
}

.welcome-miniPoi:nth-child(1) svg {
    max-width: 55px;
}
.welcome-miniPoi:nth-child(2) svg {
    max-width: 54px;
}
.welcome-miniPoi:nth-child(3) svg {
    max-width: 47px;
}



.miniPoi a svg g {
    fill: #bababa !important;
}
.miniPoi a:hover svg g {
    fill: #d9302b !important;
}


.miniPoi:nth-child(1) a svg {
    max-width: 57px;
}
.miniPoi:nth-child(2) a svg {
    max-width: 57px;
}
.miniPoi:nth-child(3) a svg {
    max-width: 46px;
}
.miniPoi:nth-child(4) a svg {
    max-width: 53px;
}

.welcome-miniPoi:after {
    height: 44px;
    width: 2px;
    background: #d9d9d9;
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translatey(-50%);
}

.welcome-miniPoi:last-child:after {
    display: none;
}



.welcome-miniPoi a {
    display: inline-block;
}

.welcome-miniPoi .poiText {
    font-size: 28px;
    line-height: 35px;
    color: #1a1a48;
    font-weight: 600;
}

.welcome-miniPoi a:hover .poiText {
    color: #d9302b;
}


.btn-bar {
    padding-top: 30px;
}


/* Callout Styles Css ----------------------------- Start ---------- */

.callout_single_slide {
    width: 100%;
}
.homeDynamic.dynamic-callout  {
    margin: 0;
}


.homeDynamic.dynamic-callout .callout .calloutContent {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top:50%;
    transform: translatey(-50%);
}

.homeDynamic.dynamic-callout .callout .calloutContent .container {
    max-width: 940px !important;
}
.homeDynamic.dynamic-callout .callout .coimg {
    position: relative;
    max-height: 807px;
    background-attachment: scroll !important;
}

@media (min-width:1025px){
	.homeDynamic.dynamic-callout .callout .coimg {
		background-attachment: fixed !important;			
	}
}

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


.homeDynamic.dynamic-callout .simple-Callout .callout .coimg img {
    visibility: hidden;
}

@media (min-width:768px) and (max-width:1199px) {
    .home .col-md-10 {
        margin-left: auto;
        margin-right: auto;
    }
}    

.callout .calloutSubtitle {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.callout .calloutTitle h3 {
    margin-bottom: 30px;
}
.callout .calloutText {
    margin-bottom: 65px;
}




.n-call-our-pager {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translatey(-50%);
    color: rgba(255, 255, 255, 0.2);
    z-index: 110;
}
.n-call-our-pager span {
    color: rgba(255, 255, 255, 0.2);
    display: block;
    cursor: pointer;
    line-height: 24px;
    font-size: 35px;
}
.n-call-our-pager span.cycle-pager-active {
    color: rgba(255, 255, 255, 1);
}


/* Callout Styles Css ---------------------------------------------------------------------------------- END ---------- */


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

.dynamic-mini-poi {
    padding: 130px 0 40px;
    margin: 0;
}
.dynamic-mini-poi .container {
}
.dynamic-mini-poi .container .mini-container {
    max-width: 880px;
    margin: 0px auto;
}
.dynamic-mini-poi .miniPoi {
    display: inline-block;
    padding: 0px 20px;
    width: 25%;
    position: relative;
    text-align: center;
}
.dynamic-mini-poi .miniPoi a {
    display: inline-block;
}
.dynamic-mini-poi .miniPoi a .minipoiImg {
    margin-bottom: 0px;
}
.dynamic-mini-poi .miniPoi a .poiText {
    text-transform: uppercase;
    font-size: 14px;
    color: #3d3d3d;
    letter-spacing: 2px;
    font-weight: 600;
}


/* Mini Poi Styles Css ---------------------------------------------------------------------------------- END ---------- */



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


.dynamic-poi .poiImage:before {
    padding-top: 113.21%;
}



.dynamic-poi {
    margin: 0;
    padding: 60px 0px 60px;
}
.dynamic-poi h2 {
    text-align: center;
    line-height: 40px;
    margin-bottom: 60px;
}
.dynamic-poi h2 span {
    font-size: 14px;
    margin-bottom: 10px;
}


.poi .poiTitle {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0;
}

.poi:hover .poiTitle {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

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

.homeDynamic.dynamic-poi .poiImage:before {
    padding-top: 90%;
}



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



/* Quotes Styles Css ---------------------------------------------------------------------------------- Start ---------- */



.quoteContainer {
    padding: 0;
    background: transparent;
    color: #1a1a48;
}
.quoteContainer blockquote {
    padding: 0 !important;
    background: transparent;
    color: #1a1a48;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    font-style: italic;
}

blockquote:before {
    content: '"';
    display: block;
    margin-bottom: 30px;
    color: #1a1a48;
    font-size: 60px;
    transform: rotate(180deg);
    line-height: 32px;
}

.quote-cite {
    color: #bababa;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.quoteContainer .cycle-pager {
    color: #eaeaea;
    padding-top: 10px;
}

.quoteContainer .cycle-pager span {
    color: #eaeaea;
    font-size: 35px;
    line-height: 24px;
    display: inline-block;
    width: auto;
    margin: 0px 4px;
}

.quoteContainer .cycle-pager span.cycle-pager-active {
    color: #d9302b;
}
.homeDynamic.dynamic-quote {
    padding: 40px 0 80px;
    margin: 0;
}

/* Quotes Styles Css ---------------------------------------------------------------------------------- End ---------- */


/* Footer Styles Css ---------------------------------------------------------------------------------- Start ---------- */
footer#footer {
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding: 95px 0 30px;
    text-align: center;
    color: #3d3d3d;
    height: 100%;
    max-height: 733px;
}
footer#footer .footer_links {
    margin-bottom: 100px;
}

footer#footer .footer_link {
    margin: 0px 13px;
}


.footer-address {
    margin-bottom: 40px;
}
footer#footer a {
    color: #3d3d3d;
}
footer#footer a:hover {
    color: #1a1a48;
}
.footer_tel_email_section {
    margin-bottom: 105px;
}
.footerLower {
    padding: 60px 0 0;
    background: transparent;
    color: #ffffff;
    font-size: 13px;
}

.footerLower a {
    color: #ffffff !important;
}
.footerLower a:hover {
    color: #1a1a48 !important;
}

.socialfooter {
    filter: drop-shadow(10px 10px 27px #000000);
    -webkit-filter: drop-shadow(10px 10px 22px #000000);
}
.socialfooter li {
    margin: 0px 8px;
}
.socialfooter li a {
    font-size: 26px;
    color: #ffffff !important;
}
.socialfooter li a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}


.tel-box {
    display: inline-block;
    padding: 0px 20px 0 0;
}
.email-box {
    padding: 0px 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.email-box:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #3d3d3d;
    position: absolute;
    left: -2px;
    top: 53%;
    transform: translatey(-50%);
}


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



/* Button Styles Css ----------------------------- Start ---------- */

.blockButton > a, a.readmore, .button, .wpforms-submit, .post-password-form input[type="submit"] {
	border: 2px solid #1a1a48 !important;
 	background: transparent;
    padding: 15px 32px;
	min-width: 200px;
	text-align: center;
	font-size: 14px;
	color: #1a1a48 !important;
	line-height: 25px;
	text-transform: uppercase;
	cursor: pointer;
	/*margin: 0px auto;*/
	display: inline-block;
    letter-spacing: 2px;
    font-weight: 600;
}

.callout .readmore {
	border: 2px solid #8a8a8c !important;
 	background: transparent;
	width: auto;
    color: #8a8a8c !important;
}
.callout .readmore:hover {
	border: 2px solid #1a1a48 !important;
 	background:  #1a1a48;
    color: #ffffff !important;
	width: auto;
}

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


.wpforms-submit {
	font-size: 14px !important;
	color: #1a1a48 !important;
	line-height: 25px !important;
	text-transform: uppercase !important;
    background: transparent !important;
    font-weight: 600 !important;
}


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

 	background: #1a1a48;
	color: #ffffff !important;
}

.wpforms-submit:hover {
 	background: #1a1a48 !important;
	color: #ffffff !important;
}
/* Button Styles Css ------------------------------------------------------------- End ---------- */


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

/* Header Styles Css -------------------------------- Start ---------- */


.headGroup {
    padding-top: 55px;
}
.headGroup .mainLogo {
    display: inline-block;
    filter: drop-shadow(10px 10px 27px #000000);
    -webkit-filter: drop-shadow(10px 10px 22px #000000);        
}

.fixedHeader .headGroup .mainLogo {
    filter: none;
    -webkit-filter: none;        
}



.headGroup .container {
    max-width: 100%;
}

.menu-toggle .toggleText {
    display: none;
}
.fixedHeader .headGroup {
    background: #1a1a48;
    color: #ffffff;
    padding: 15px 15px;
}

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

.fixedHeader .headGroup a {
    color: #ffffff;
}
.fixedHeader .headGroup a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.fixedHeader .headGroup .mainLogo {
    display: inline-block;
    max-width: 200px;
}

.menu-toggle {
    padding-right: 75px;
    height: 75px;
    line-height: 75px;
    border: 2px solid #ffffff;
}
#navbar .menu-toggle {
    border: 2px solid #1a1a48;
    border: 2px solid #fff;
}

.menu-toggle span {
    height: 2px;
    width: 23px;
    background-color: #ffffff !important;
}
#navbar .menu-toggle span {
    background-color: #1a1a48 !important;
    background-color: #fff !important;
}

.menu-toggle:hover {
    opacity: 0.7;
}



.headLogoWrap {
}

.headGroup .socialDesktop {
    display: inline-block;
    margin-left: 5px;
}
.headGroup .socials {
    position: relative;
    bottom: auto;
    width: auto;
}
.headGroup .topMenuSideContianer {
    display: inline-block;
    vertical-align: middle;
}

.headerRight .menu-toggle {
    margin-left: 0px;
    position: relative;
}
.menu-toggle .toggleIcon {
    top: 50%;
    right: 50%;
    width: 23px;
    transform: translate(50%, -50%);
}




.headGroup .topMenuSideContianer {
    vertical-align: top;
}

.headGroup .topMenuSideContianer {
    vertical-align: top;
}
.topMenuSide {
    vertical-align: middle;
}
.topMenuSide .portalToggle {
    vertical-align: top;
}

.topGroup .portalToggle {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
}

.headGroup .socialDesktop {
    vertical-align: middle;
}


.headGroup ul.socials li {
    font-size: 24px;
}





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

.search h1.entry-title {
    margin-bottom: 30px;
}

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

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

.searchToggle .headerSearch {
	border : none;
}

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

.searchform.openSearch {
	overflow: visible;
}

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

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

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

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

@media only screen and (max-width : 500px) {
    .searchToggle .searchform.openSearch input.s {
        width: 200px !important;        
        top: 30px;        
        left: -80px;
    }
}

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

.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 : -3px;
	top : -15px;
	padding-right : 0;
	height: 36px;
}

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

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
	
}

.searchToggle .searchform.openSearch input.s {
    background: rgba(26, 26, 72 0.85);
	color: #ffffff !important;
    border: 1px solid #ffffff;
}
.fixedHeader .headGroup #searchSubmit {
	color: #bc2e20;
}
.headGroup #searchSubmit:hover {
    opacity: 0.7;
}


.headGroup #searchSubmit, #navbar #searchSubmit {
    background: url(images/search-icon.png) center center no-repeat;
    width: 23px;
    height: 23px;
    top: 3px;
}
.headGroup #searchSubmit:hover {
    opacity: 0.7;
}

.headGroup #searchSubmit i, #navbar #searchSubmit i {
    display: none !important;
}

#navbar .searchToggle {
    margin-top: 20px;
}





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




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

.headGroup {
    padding-left: 90px;
    padding-right: 90px;
}


}



    #navbar {
        background-color: rgb(242,242,240,1);
		background-color:#1a1a48;
    }
    #navbar #menu-main li {
        color:#fff;
        /*width: 330px;*/
    }    
    #navbar #menu-main li a {
        font-size: 25px;
        color: #d9302b;
        color: #fff;
        line-height: 1.2;
        padding: 18px 0px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: capitalize;
    }
	#navbar #menu-main li a:hover {		
        color: #d9302b;
	}
    #navbar #menu-main li li a {
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        padding: 15px 0px;
    }
    #navbar #menu-main li li li a {
        background-color: rgba(26, 26, 72, 0.7);
        color: #fff!important;
        padding-left: 20px;
    }    
    #navbar #menu-main li li:hover a {        
        color: #fff;
		color: #d9302b;
    }
    #navbar #menu-main li li li:hover a {        
        color: #d9302b!important;
    }

    #navbar #menu-main .sub-menu {
        padding-left: 80px;
        margin-top: 32px;
        min-height: 100%;
    }
	#navbar #menu-main .sub-menu li {
		position:relative;
	}
    #navbar #menu-main .sub-menu .sub-menu {
        padding-left: 0px;
		margin-top:0;
		min-height:0;
		width:100%;
		max-width:400px;
    }    
    #navbar #menu-main li.menu-item-has-children > .arrow:after {
        top: 18px;
    }
    #navbar #menu-main .sub-menu li.menu-item-has-children > .arrow:after {
        top: 18px;
    }
    #navbar #menu-main li.open.menu-item-has-children > .arrow:after {
        top: 23px;
    }


    #navbar #menu-main li:hover > a {
        color: #fff;
        color: #d9302b;
    }
    #menu-main li.menu-item-has-children.open > a {
        color: #fff;
    }
    #menu-main li.current-menu-item > a {
        color: #d9302b;
    }    
    #menu-main li.current-menu-item > .arrow {
        color: #cbcac9 !important;
    }
    
    #menu-main li.menu-item-has-children.open > .arrow {
        color: #1a1a48;
        color: #fff;
    }
    #menu-main li.menu-item-has-children:hover > .arrow {
        color: #1a1a48;
        
    }
    
    

    #navbar ul.socials li a {
        color: #1a1a48;
		color:#fff;
    }

    #navbar ul.socials li a:hover {
        color: rgba(255, 255, 255, 0.7);
    }


    .menu-toggle span:nth-child(1) {
        transform-origin: 53% 7px;
    }

/* Header Styles Css ------------------------------------------------------------- End ---------- */







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



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


.sidebar {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    position: relative;
    z-index: 105;
}

.sidebar .dynamicContent {
    margin-top: 30px;
    margin-bottom: 30px;
}



.side-menu-container {
    background: #1a1a48;
    padding: 60px 0px 40px;
    color: #ffffff;
}

#menu-side > li > a {
}
#menu-side > li > a {
    clear: both;
}
#menu-side > li > a span {
    color: #58595b;
    font-size: 0px;
    text-transform: inherit;
    border-bottom: none !important;
    margin-bottom: 60px;
    display: block;
    font-weight: 300 !important;
    position: relative;
    line-height: 0;
    text-align: left;
    padding: 0;
    text-align: left;
    height: 54px;
    display: none;
}
#menu-side > li > a:hover span {
    border-bottom: none !important;
}
#menu-side > li > a span:after {
    color: #ac271d;
    font-size: 28px;
    content: 'In this Section';
    font-weight: 600 !important;
    padding-right: 0px;
    line-height: 55px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: capitalize;
    font-variant: small-caps !important;
}
/*#menu-side > li > a span:before {
    background: #ffffff;
    font-size: 0px;
    content: '';
    display: block;
    line-height: 54px;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    height: 2px;
    opacity: 1 !important;
}*/

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

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

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

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

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

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

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

#menu-side a {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    display: block;
    font-weight: 600;
    padding: 0 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#menu-side a span {
}

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

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

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

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

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

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

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

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

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

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

#menu-side .sub-menu li.current-menu-item.menu-item-has-children > .arrow:before, #menu-side .sub-menu li.open.menu-item-has-children > .arrow:before {
    background: url(images/down-arrow.png) no-repeat;
}
#menu-side .sub-menu li:hover .arrow:before {
    background: url(images/down-arrow.png) no-repeat;
}

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

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

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

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

.sidebarSec {
    background: #1a1a48;
    padding: 50px 30px 50px;
    color: #ffffff;
}
#blognav > .sidebarSec:first-child {
	padding-top:85px
}

form input {
    width: 100%;
}

.sidebarSec ul li {
    padding: 0;
}

.sidebarSec ul li a {

    color: #ffffff;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;


    font-size: 14px;
    line-height: 28px;
    padding: 12px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.sidebarSec ul li a:hover {
    color: #ffffff;
    background: #ac271d;
}

.its {
    border-bottom:  none;
    display: block;
    margin-bottom: 20px;
    padding: 0 !important;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400 !important;
    line-height: 55px;
    display: inline-block;
}

/*Sidebar Menu Css End*/


.inner_page_cta {
    position: relative;
    padding: 51px 45px;
    margin: 60px 0 100px;
}


.breadcrumbs {
    font-size: 14px;
    line-height: 24px;
    color: #b9b9b9;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 26px 0px;
    width: 100%;
    z-index: 105;
    margin-bottom: 0px;
    font-weight: 600;
    
    border: none;
    
}

.breadcrumbs em {
    padding: 0px 15px;
    font-style: normal;
}


.breadcrumbs a {
    color: #b9b9b9;
}
.breadcrumbs span > span {
    color: #1a1a48;
}

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







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

.bodyContent {
    padding-top:40px;
    border-top: 2px solid #e8e8e8;
}
.bodyContent h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    margin: 30px 0 35px;
    letter-spacing: 2px;
}


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

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

.bodyContent .dynamic-text h3, .sidebar .dynamic-text h3 {
    font-weight: 600;
    font-size: 25px;
    color: #d9302b;
    line-height: 40px;
    margin: 30px 0;
    letter-spacing: 0.5px;
}

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

.page-id-368 .dynamic-faq, .page-id-399 .dynamic-faq {
    margin-top: 0px;
}
.page-id-368 .dynamic-text {
    margin-bottom: 0px;
}

.staffMember h3 {
    font-weight: 600;
    font-size: 25px;
    color: #d9302b;
    line-height: 24px;
    margin: 30px 0;
    margin: 0px 0 10px;
}

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

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


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

.bodyContent ul li {
    line-height: 40px;
    text-align: justify;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

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

.bodyContent table {
    border-style: hidden;
}

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

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

.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: #1a1a48;
}

.bodyContent .owl-carousel .owl-nav {
    color: #d9302b;
}


.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: #bc2e20;
}
.bodyContent .owl-carousel .owl-stage-outer {
    margin-bottom: 0px;
}

.bodyContent .entry-title:before {
    display: none;
}






.faqs {
}
.faqs .faq {
    border-bottom: solid 2px #fff;
}
.faq-question {
    position: relative;
    margin: 0;
    padding: 10px 35px 12px 20px;
    background: transparent;
    color: #d9302b;
    cursor: pointer;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-variant: inherit !important;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #d9302b;
}
.faq.open .faq-question {
    background: #1a1a48;
    color: #ffffff;
    border: 2px solid #1a1a48;
}
.faq-question:hover {
    background: #1a1a48;
    color: #ffffff;
    border: 2px solid #1a1a48;
}
.faq-question:after {
    content: '\f061';
    display: block;
    width: 17px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    background: url(images/down-arrow-red.png) no-repeat;
    background-size: 17px !important;
}
.faq .faq-question:hover:after {
    color: #ffffff;
    background: url(images/down-arrow.png) no-repeat;
    background-size: 17px !important;
}
.faq .faq-question:after {
    transform: rotate(-90deg);
}
.faq.open .faq-question:after {
    transform: rotate(0deg);
    background: #000522;
    color: #ffffff;
    background: url(images/down-arrow.png) no-repeat;
}
.faq-answer {
    display: none;
    padding: 15px;
}
.faqs .faq.open .faq-answer {
    border: solid 3px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    padding: 30px 40px;
}





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

.dynamic-documents a.document-link {

    position: relative;
    padding: 10px 35px 12px 20px;
    background: transparent;
    color: #d9302b;
    cursor: pointer;
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #d9302b;
    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px 0 0px !important;
}

.dynamic-documents a.document-link:hover {
    background: #1a1a48;
    color: #ffffff;
    border: 2px solid #1a1a48;
}

.dynamic-documents a.document-link:focus {
    background: #1a1a48;
    color: #ffffff;
    border: 2px solid #1a1a48;
}

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

.dynamic-documents a.document-link:hover:after {
    color: #ffffff;
    background: url(images/download-icon-hover.png) no-repeat;
}

.quicklink>a, a>.quicklink, a.quicklink {
    position: relative;
    margin: 0;

    padding: 10px 35px 12px 20px;
    background: transparent;
    color: #d9302b;
    cursor: pointer;
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #d9302b;

    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px 0 10px !important;
}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #1a1a48;
    color: #ffffff;
    border: 2px solid #1a1a48;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #1a1a48;
    color: #ffffff;
    border: 2px solid #1a1a48;
}

.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: '\f061';
    display: block;
    width: 22px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    background: url(images/web-link-icon-red.png) no-repeat;
}

.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
    color: #ffffff;
    background: url(images/web-link-icon.png) no-repeat;
}

.linkbutton>a, a>.linkbutton, a.linkbutton {
    position: relative;
    margin: 0;

    padding: 10px 35px 12px 20px;
    background: transparent;
    color: #d9302b;
    cursor: pointer;
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #d9302b;

    text-align: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px 0 10px !important;
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #1a1a48;
    color: #ffffff;
    border: 2px solid #1a1a48;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #1a1a48;
    color: #ffffff;
    border: 2px solid #1a1a48;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: '\f061';
    display: block;
    width: 22px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    color: #b51a19;
    font-size: 0;
    background: url(images/web-link-icon-red.png) no-repeat;
}

.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    color: #ffffff;
    background: url(images/web-link-icon.png) no-repeat;
}


#pageBanner {
    max-width: 100%;
    margin-bottom: 0;
}




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

.dynamic-callout .video_callout.callout .calloutContent {
    padding-top: 150px;
    padding-bottom: 150px;
}
.dynamic-callout .video_callout .calloutTitle {
    position: absolute;
    left: 20px;
    bottom: 15px;
    display: block !important;
    margin: 0;
    padding: 0;
    font-size: 17px !important;
    color: #ffffff;
    text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
    font-size: 17px !important;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: none;
}
.dynamic-callout .video_callout .readmore {
    font-size: 0 !important;
    background: transparent !important;
    min-width: inherit !important;
    border: none !important;
    line-height: 0px !important;
    width: 82px !important;
    height: 82px !important;
    margin: 0px auto;
    padding: 0 !important;
}
.dynamic-callout .video_callout .readmore:after {
    width: 79px;
    height: 79px;
    line-height: 79px;
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    color: #ffffff;
    content: '\f04b';
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.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;
}



.bodyContent .quoteContainer blockquote {
    margin-bottom: 30px;
}


.bodyContent .callout .calloutSubtitle {
    font-size: 16px;
    color: #8a8a8c ;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: inherit;
    font-weight: 600;
}







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



.dynamic-logos .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto !important;
	height: 106px;
    margin: 0px auto;
	object-fit: contain;
}

.dynamic-logos .owl-dots {
    display: none;
}

.dynamic-logos .logos {
    position: relative;
}
.dynamic-logos .owl-nav .owl-prev {
    transform: translateY(-50%);
}
.dynamic-logos .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.dynamic-logos .owl-nav .owl-next {
    transform: translateY(-50%);
}



.dynamic-info-grid .section_title {
    display: block;
    text-align: center;
}
.dynamic-info-grid .section_title h2 {
    margin-bottom: 70px;
}
.dynamic-info-grid .section_title h2 span {
    font-size: 14px;
    color: #b9b9b9;
    margin-bottom: 10px;
    text-align: center;
}

.dynamic-info-grid a:hover img, .dynamic-info-grid .news-img-main:hover {
    opacity: 0.8;
}



.info_grid .c6.Large .infoBlock{
	height : 100%;
	background-size : cover;
}
.infoBlock.instagram_section.Second div#sbi_images .sbi_item:first-child {
    height: 0 !important;
}

.info_grid_section {
    padding: 0px 90px;
}

.info_grid_section .grid {
    position: relative;
    padding: 15px;
}
.grid .icon {
    position: absolute;
    right: 17px;
    top: 10px;
    color: #ffffff;
    font-size: 20px;
}

.grid.style1 {
}
.grid .news-img-main {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.grid .news-img-main img {
    visibility: hidden;
}
.grid .news-img-main a {
    display: block;
    position: relative;
}

.grid.style1 .news_caption {
    padding: 25px 35px 30px;
    background: rgba(26, 26, 72, 0.85);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.news_content_inner, .news_container, .news-img-main, .news-img-main a {
    height: 100%;
    display: block;
}


.grid.style1 .news_caption span {
    display: block;
    font-size: 14px;    
    letter-spacing: 2px;
    font-weight: 300;
    color: #ffffff;
}

.grid .news_caption .newsTitle {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 0px;
}
.grid .news-img-main a:hover .newsTitle {
    color: #d9302b;
}

.grid .news_caption .newsTitle  {
}

.grid .news_caption .news_content-textbox {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
}

.grid .news_caption .news_content-textbox p {
    margin-bottom: 0px;
}



.grid.style1 .infoBlock {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}


.grid.style1 .infoBlock a {
    color: #ffffff;
    font-weight: 400;
}
.grid.style1 .infoBlock a:hover {
    color: #d9302b;
}

#cff .cff-author .cff-page-name, #cff .cff-author .cff-date {
}

#cff.cff-default-styles .cff-author a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #ffffff;
    
}

#cff .cff-shared-link {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;

    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;

}

#cff .cff-item {
    padding: 0 !important;
    border: none !important;
    font-size: 14px;
}

#cff .cff-media-link {
    display: none;
}

.grid.simple .news_caption {
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    left: 0px;
    bottom: 20px;
    padding: 0px 15px;
    z-index: 115;
    position: absolute;
    
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}


.grid.simple .icon_link:after, #sb_instagram .sbi_photo_wrap:after {
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    opacity: 0.8;
    z-index: 110;
    width:100%;
    height:40%;
    background:-moz-linear-gradient(bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background:-webkit-linear-gradient(bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}
.grid.simple .infoBlock {
    display: block;
    position: relative;
    height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
}
.grid.simple .icon_link {
    height: 100%;
    display: block;
    position: relative;
    
}
.grid.simple .icon_link span, .grid.simple .infoBlockTitle {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    left: 0px;
    bottom: 20px;
    padding: 0px 15px;
    z-index: 115;
    
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    
    }
.grid.simple .icon_link img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.grid.simple .news_caption .newsTitle {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

#ctf .ctf-item {
    height: 100%;
    position: relative;
    padding: 25px 15px 30px;
    background: rgba(26, 26, 72, 0.85);
    color: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 24px;
        
}
.grid.style2 {
    position: relative;
}

.grid.style2 #ctf {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    height: 100%;
}

.grid.style2 .infoBlock {
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
}
.grid.style2 .infoBlock a {
    color: #ffffff;
}

.ctf-tweets {
    height: 100%;
}

#ctf .ctf-item {
    color: #ffffff;
}
#ctf .ctf-item a {
    color: #ffffff;
}

#ctf .ctf-item .ctf-tweet-content {
    color: #ffffff;
    height: 124px;
    overflow: hidden;
}


.News.grid .icon {
    right: 30px;
    top: 20px;
}
.c6.grid.Large .icon {
    right: 22px;
    top: 12px;
}




.dynamic-info-grid {
    margin: 0;
    padding: 160px 0 90px;
}



.footprint {
    background-image: url(images/boot-print-left.png);
    background-repeat: no-repeat;
    width: 107px;
    height: 215px;
    position: absolute;
    top: -192px;
    left: 0px;
    z-index: 110;
}
.footprint.position-right {
    background-image: url(images/boot-print-right.png);
    right: 0;
    left: auto;
}

.footprint.inner-footer-footprint-light{
    background-image: url(images/inner-footprint.png);
}


.container.body-container .footprint.position-right {
    right: 105px;
    top: -67px;
}


.in-fade {
    opacity: 0;
    transition: all 800ms;
}
.in-view {
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
}


.container {
    position: relative;
    max-width: 1140px;
}

@media only screen and (min-width : 1390px) {
    .container {
        max-width: 1330px;
    }
}

@media (min-width: 1620px) {
    .container {
        max-width: 1590px;
    }
}    








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


.headGroup .socials {
    display: none;
}
.headGroup {
    padding: 15px;
}
.headerLeft {
    text-align: left;
}
.headerRight {
    text-align: right;
}
.headLogoWrap {
    text-align: center;
}
.headGroup .mainLogo, .fixedHeader .headGroup .mainLogo {
    max-width: 160px;
}


.bodyContent .owl-carousel .owl-stage-outer {
    margin-bottom: 0px;
}
#hero .slideText {
    font-size: 38px;
}
h1, h1.entry-title, .entry-title, h2.entry-title {
    font-size: 28px;
}
body {
    font-size: 18px;
}
h1, h2, h3, .entry-title {
    font-size: 28px;
}
.callout {
    font-size: 18px;
}

.quoteContainer blockquote {
    font-size: 22px;
}
.info_grid {
    display: block;
}
.info_grid_section {
    padding: 0px 15px;
}
.grid .news-img-main img {
    visibility: hidden;
    width: 100%;
}


.info_grid{
	display : grid;
	grid-template-columns : 100%;
	/*grid-gap : 30px;*/
}

.info_grid .c6.Large .infoBlock {
    min-height: 440px;
}





}

@media only screen and (max-width : 767px) {
    .footprint {
        display: none;
    }
    footer#footer .footer_links {
        margin-bottom: 50px;
    }

    .pois {
        display: block;
    }
    
    .hero-main-slide-pager span.cycle-pager-active {
        display: none;
    }
    .row.welcome-poi-row, .miniPOIrow {
        display: block !important;
    }
    .welcome-miniPoi {
        display: block !important;
        width: 100% !important;
        margin-bottom: 40px;
    }
    .welcome-miniPoi:after {
        display: none;
    }    
    .dynamic-mini-poi .miniPoi {
        width: 100% !important;
    }
    .homeDynamic.dynamic-callout .callout .coimg {
        min-height: 100vh;
    }
    
    footer#footer .footer_link {
        margin: 13px;
    }
    .tel-box {
        display: block;
        padding: 0;
    }
    .email-box {
        display: block;
        padding: 0;
    }
    .email-box:after {
        display: none;
    }
    .footerLower p, .footerLower ul {
        margin: 0px 0;
    }
    .footerLower {
        line-height: 24px;
    }
    .footer_tel_email_section {
        margin-bottom: 70px;
    }
    
    footer#footer {
        line-height: 28px;
    }


    .subject-tile:before {
        padding-top: 100%;
    }
    #subject-tiles .subject-block .photo {
        float: none;
        padding-left: 0;
    }
    #subject-tiles .subject-block .panel {
        padding: 50px 20px;
    }

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

.headLogoWrap {
    text-align: left;
}

}




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

    .info_grid{
    	display : grid;
    	grid-template-columns : 20% 20% 20% 20% 20%;
    	/*grid-gap : 30px;*/
    }
    
    .info_grid .c1.Large{
    	grid-row : 1/3;
    	grid-column : 1/3;
    }
    
    .info_grid .c6.Large{
    	grid-row: 2/6;
    	grid-column: 4/6;
    }

}

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

    footer#footer {
        background-size: 100% 100% !important;
        background-position: center top !important;
    }

}

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

    .curriculum_page_content_new {
        margin-bottom: 50px;
    }

}

@media only screen and (max-width : 991px) {
    .homeDynamic.dynamic-callout .callout .coimg img {
        height: 100vh;
    }
    .side-menu-container {
        display: none;
    }
    footer#footer {
        height: 100%;
        max-height: 100%;
        background-position: center 40px !important;
		padding: 45px 0 20px;
    }
}


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

    .email-box a {
        font-size: 14px;
    }


}







.cookie-bar-bar button#catapultCookie {
	border: 2px solid #ffffff !important;
 	background: transparent;
    padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	color: #ffffff !important;
	line-height: 25px;
	text-transform: uppercase;
	cursor: pointer;
	/*margin: 0px auto;*/
	display: inline-block;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 0 !important;
}

.cookie-bar-bar button#catapultCookie:hover {
    border-radius: 0 !important;
	color: #1a1a48 !important;
	border: 2px solid #ffffff !important;
 	background: #ffffff !important;
}



.sidebar .dynamicContent.dynamic-poi {
    padding: 0;
}
.bodyContent p {
    margin-bottom: 40px;
}

.sidebarDynamic.dynamic-text p {
    margin-bottom: 0px;
}

@media only screen and (max-width : 767px) {
    .welcome-mini-pois .owl-carousel{
        width : auto;
    }
    .row{
        --bs-gutter-x : 0;
    }
    .row>*{
        padding-right : 0;
        padding-left : 0;
    }
    
.homeDynamic.dynamic-callout .callout .coimg {
    position: relative;
    max-height: 100vh;
    background-attachment: inherit !important;
}
.homeDynamic.dynamic-callout .callout .calloutText {
    line-height: 30px;
}    
    
}

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

.post-password-form input {
    width: 200px;
    margin-top: 20px;
}
.post-password-form input[type="submit"] {
    margin-left: 90px;
    display: block;
}    
@media only screen and (max-width : 767px) {
.post-password-form input, .post-password-form label {
    width: 100%;    
}
.post-password-form input[type="submit"] {
    margin-left: 0;
    display: inline-block;
} 
}

/* menu quick link */

.quick-link-holder {
    width: 28%;
    float: right;
    text-align: center;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.quick-link-holder:before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    display: block;
    z-index: 0;
}

.quick-link-holder:after {
    content: "";
    /* background: rgba(255, 255, 255, 0.4); */
   position: absolute;
    width: 200%;
    height: 165%;
    top: 50%;
    left: 30%;
    transform: translate(-53%,-53%);
    display: block;
    z-index: -1;
}

a.quick-link {
    position: relative;
    width: 100%;
    display: block;
    position: relative;
}

.quick-link-image {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
}

.quick-link-button {
    position: absolute;
    bottom: 30px;
    width: 50%;
    left: 40px;
    color: #fff;
    padding: 10px;
    transition: all 300ms;
    font-size: 30px;
}

.quick-link:hover .quick-link-button {    
    color: #1a1a48;
}

@media only screen and (max-width : 991px) {
    .quick-link-button {
        position: absolute;
        bottom: 10%;
        width: 90%;        
        padding: 5px;
        left: 50%;
        color: #fff;        
        transition: all 300ms;
        font-size: 24px;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width : 767px) {
    .quick-link-holder {
        display: none;
        width: 100%;
        float: none;
    }

    .quick-link-holder:after {
        content: none;
    }
}



/* mobile menu */

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

    #menu-main li.menu-item-has-children > a:after {
        content: none;
    }   

    #navbar #menu-main li a {
        font-size: 22px;        
        line-height: 26px;
        padding: 15px 0px;        
        font-weight: 600;
    }  
    #navbar #menu-main .sub-menu {
        padding-left: 20px;
        margin-top: 0px;
        min-height:auto;
    }      
    #navbar #menu-main li.menu-item-has-children > .arrow:after {
        top: 0px;
    }
    #navbar #menu-main li.open.menu-item-has-children > .arrow:after {
        top: 8px;
    }
    #navbar #menu-main .sub-menu li.menu-item-has-children > .arrow:after {
        top: 0px;
    }
    #navbar #menu-main li li li a {
        background-color:transparent;
    } 
    #navbar {
        /*background-color: rgb(242,242,240,1);*/
        padding: 15px 27px;
    }

    .menu-top {
        display: block;
        justify-content: space-between;
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        z-index: 9999;
    }

    .menuLogo img.mainLogo {
        width: 150px;        
    }
    
    #menu-main li:hover > ul {    
        pointer-events: all;
        opacity: 1;
    }

    #menu-main li {
        position: relative;
    }

    #menu-main li a {
        display: block;
        color: #fff;
        padding: 15px 40px 15px 0px;
        line-height: 1.35;
        position: relative;
        border-bottom: solid 1px #848c97;
    }

    #menu-main li a:hover {
        text-decoration: none;
        color: #7eb9e1;
    }

    #menu-main .sub-menu a {
        padding: 10px 0px 10px 0px;
        border-bottom: none;
    }

    #menu-main .sub-menu li:last-child > a {
        border-bottom: none;
    }

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

    #menu-main li.menu-item-has-children > .arrow {
        position: absolute;
        right: 0;
        top: 8px;       
        color: #fff;
        pointer-events: none;
    }

    #menu-main li.menu-item-has-children > .arrow:after {    
        content: '\f054';
        display: block;
        width: 11px;
        height: 27px;
        font-weight: 600;
        font-size: 16px;
        font-family: "Font Awesome 5 Free";
        transform: rotate(0deg);
        transition: 300ms;    
        text-align: center;    
        color: #cbcac9;
        opacity: 0.2;
        position: absolute;
    }

    #menu-main li.open.menu-item-has-children > .arrow:after {
        transform: rotate(90deg);
        top:8px!important;
    }

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

    #menu-main .sub-menu .sub-menu {
        padding-left: 20px;
        padding-top: 0;
        background: rgba(44, 54, 66, 0.9);
        padding-bottom: 0;
    }

    #menu-main .sub-menu .sub-menu li.menu-item-has-children > .arrow {
        display: none;
    }

    #navbar .menu-toggle {
        float: none;
        margin-top: 0;
        margin-left: 20px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .menu-main-container {    
        float: left;
        width: 60%;
        z-index: 2;
        position: relative; 
    }

    #menu-main {
        width: 100%;
    }

    #menu-main ul {
        position: relative;
        left: 0;
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 7px;
        top: 0;
        opacity: 1;
        pointer-events: all;
        transition: opacity 300ms;
        width: 100%;
        display: none;
    }

    #menu-main li.open > ul {
        display: block;
    }

    #menu-main .sub-menu a {
        font-weight: 100;
    }

    #menu-main a {
        font-weight: 400;
    }

    .menuopen #menu-main li.menu-item-has-children > .arrow {
        pointer-events:all;
    }

    #menu-main li.menu-item-has-children > .arrow:after {        
        opacity: 1;
    }

    #menu-main .sub-menu .sub-menu {
        padding-left: 30px;
        background: transparent;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .menu-main-container {
        width: 100%;
        float: none;
    }

.imgLeft {
    float: none;
    display: block;
}
}

