@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
.single-post span.entry-categories:before {
    content: "Albuquerque Academy";
}

::-webkit-scrollbar {
	width: 7px;
	transition: all 0.3s ease-in-out;
}

	/* Track */
	::-webkit-scrollbar-track {
		background: #e5e5e5;
	}

/* Handle */
::-webkit-scrollbar-thumb {
		background: rgba(237,28,41,1);
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: rgba(167,32,45,1);
	}

html {
	scrollbar-width: thin; /* "auto" or "thin" */
	scrollbar-color: rgba(237,28,41,1) #e5e5e5; /* scroll thumb and track */
}

a#scroll-to-top {
	display: none !important;
}
html {
	scroll-behavior: smooth;
}
/* WordPress Admin Bar fix for screen widths less than 915px */
@media screen and (max-width: 915px) {
	body.admin-bar {
		/* Adjust padding, margin, or positioning here by 32px */
		padding-top: 32px !important;
	}
	.admin-bar #sfm-mob-navbar {
		/* Adjust padding, margin, or positioning here by 32px */
		top: 32px !important;
	}
}

@media screen and (max-width: 780px) {
	body.admin-bar {
		/* Adjust padding, margin, or positioning here by 32px */
		padding-top: 46px !important;
	}

	.admin-bar #sfm-mob-navbar {
		/* Adjust padding, margin, or positioning here by 32px */
		top: 46px !important;
	}
}

.vc_custom_404 {
	margin-bottom: -1px !important;
	background-image: url(https://aa.eitsnm.com/wp-content/uploads/2023/09/DSC09274-scaled.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

	.vc_custom_404 .wpb_wrapper {
		text-align: center;

	}

	.aa-bottom-bar-wrapper {
		display: none;
		background: #a7202d;
		border-top: 3px solid #ed1c29;
		position: fixed;
		max-width: 100%;
		width: 100vw;
		height: 60px;
		bottom: 0;
		left: 0;
	  }
	  .aa-bottom-bar {
		display: flex;
		flex-direction: row;
		padding: 5px 10px;
		column-gap: 10px;
		height: 100%;
	  }
	  .bottom-menu-item {
		flex: 1;
		height: 100%;
	  }
	  .bottom-menu-item a {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
		text-decoration: none;
		background: transparent;
		transition: all 0.3s ease-in-out;
		border-radius: 5px;
		row-gap: 1px;
		font-size: 18px;
		padding: 5px;
	  }
	  .bottom-menu-item a:hover {
		background: #931727;
		color: #fff;
	  }
	  .bmi-text {
		font-size: 12px;
		font-weight: bold;
	  }
	  
	  @media screen and (max-width: 768px) {
		.aa-bottom-bar-wrapper {
		display: block;
		}
	  }
	/*
	Theme Name: Education Pro Theme
	Theme URI: http://my.studiopress.com/themes/genesis/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 3.0.0
	
	Tags: black, blue, gold, green, orange, purple, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

/* Table of Contents 

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive MenuF
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Education Pro Blue
		- Education Pro Green
		- Education Pro Purple
		- Education Pro Red
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/
	/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/*Sidebar Toggle*/
#sidebarToggle {
	display: flex;
	width: 30px;
	height: 30px;
	background-color: #333;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	text-decoration: none;
	overflow: hidden;
	top: 50%;
	right: 0px;
	transition: all 0.3s ease;
	align-items: center;
	border-radius: 0px;
	padding: 0px;
	cursor: pointer;
}

.toggle-icon {
	position: absolute !important;
	left: 0;
	z-index: 2;
	width: 30px !important;
}

.toggle-text {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 180px;
	background-color: #58595b;
	color: #fff;
	text-align: center;
	font-size: 15px;
	transition: all 0.3s ease;
	display: flex;
	justify-content: flex-start;
	line-height: 27px;
	text-transform: none;
	font-weight: bold;
}

.hiddenSidebar {
	width: 0px !important;
}

.fullWidthContent {
	width: 100% !important; /* Set width to 100% */
}

#bellows_navigation_widget-2 {
	transition: all 0.3s ease-in-out !important;
}


	/* Typographical Elements
--------------------------------------------- */

	@font-face {
		font-family: 'Gill Sans';
		src: url('/wp-content/themes/EITS - Ed-pro/Fonts/gil_____-webfont.woff2') format('woff2'), url('/wp-content/themes/EITS - Ed-pro/Fonts/gil_____-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'Gill Sans';
		src: url('/wp-content/themes/EITS - Ed-pro/Fonts/gilb____-webfont.woff2') format('woff2'), url('/wp-content/themes/EITS - Ed-pro/Fonts/gilb____-webfont.woff') format('woff');
		font-weight: bold;
		font-style: normal;
	}

	body {
	background-color: #fff;
	color: #000;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #a7202d;
	text-decoration: none;
    font-weight: 700;
}

a:hover {
	color: #c72035;
}

p {
	margin: 0 0 28px;
	padding: 0;
	font-weight: 500;
}

p.homeinfo {
	font-family: Serifa;
	font-size: 22px;
	font-weight: 400;
}

.home-data p {
	font-family: Serifa;
	font-size: 18px;
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 20px;
    font-weight: 700;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 55px;
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
	font-weight: 700;
	color: #ed1c29;
}

h5 {
	font-size: 45px;
	font-weight: 700;
	color: #a7202d;
}

h6 {
	font-size: 30px;
	font-family: Serifa;
	font-weight: 700;
	color: #a7202d;
}

.home-data h3 {
	font-size: 125px;
	margin-bottom: 0px;
}

.home-data h4 {
	color: #000;
	font-size: 35px;
	margin-bottom: -15px;
	margin-top: 25px;
}

.home-data h5 {
	color: #000;
	font-size: 75px;
	margin-top: 0px;
	margin-bottom: 6px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;	
	padding: 0 4px;
	width: auto;
}

/* Forms
--------------------------------------------- */

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	max-height: unset !important;
}

input,
select,
textarea {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 18px;
	font-weight: 300;
	padding: 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #28675a;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #439e88;
	color: #fff;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #e44a3c;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
.post .entry-header {
	margin-top: 45px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.entry-header {
	margin-top: 45px;
}

.content .post .entry-header .entry-meta {
	margin: 0px 0px 20px;
	color: #fff;
}

	.content .post .entry-header p.entry-meta {
		color: #fff;
	}

	.content .post .entry-header .entry-meta .entry-author {
		display: none;
	}

.content .post .entry-header h1 {
	font-size: 40px;
	font-family: Serifa;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.content .post .entry-content p {
	font-weight: 400;
}

.alumni_news .entry-header {
	margin-top: 45px;
}

.content .alumni_news .entry-header .entry-meta {
	margin: 0px 0px 20px;
	color: #fff;
	text-align: left;
}

.content .alumni_news .entry-header p.entry-meta {
	color: #fff;
}

.content .alumni_news .entry-header .entry-meta .entry-author {
	display: none;
}

.content .alumni_news .entry-header h1 {
	font-size: 40px;
	font-family: Serifa;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.content .alumni_news .entry-content p {
	font-weight: 400;
}
/* Site Containers
--------------------------------------------- */
.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.site-inner {
	clear: both;
	margin-top: 65px;
}

.education-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 900px;
	transition: all 0.3s ease-in-out;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: left;
	width: 300px;
	margin-top: 650px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background: rgba(249,249,249,1);
    background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=1 );
/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);*/
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 40px;
}

.archive-description,
.author-box {
	background-color: #e44a3c;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	display: flex;
	width: 100%;
	margin: auto;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-container {
	margin-top: 75px;
}

.search-container .search-form .ays_content_box button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	border-radius: 0px !important;
	margin-top: 0px !important;
	padding: 20px 100px !important;
}

.search-page-title {
	font-size: 45px;
	font-weight: 500 !important;
	letter-spacing: 2px;
	line-height: 50px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding-top: 50px;
	padding-bottom: 25px;
}

.search-result-item {
	padding: 20px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	margin-top: 20px;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}
	.search-result-item:hover {
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	}

.search-post-title {
	font-weight: bold;
	font-size: 28px;
}

.search-post-excerpt p {
	color: #565656;
	font-weight: 400;
	margin-bottom: 10px;
}

.search-post-link {
	overflow-wrap: break-word;
}

.search .about-header {
	position: relative;
	background-size: cover;
	background-position: center;
	align-content: center;
	justify-content: center;
}

.search-form-row-container {
	z-index: 100;
	max-width: 1240px;
	width: 90%;
	text-align: center;
	text-transform: capitalize
}

	.search-form-row-container input[type=search] {
		border-radius: 0px !important;
		background-color: rgba(255,255,255,0.75) !important;
		transition: all 0.3s ease-in-out;
	}

		.search-form-row-container input[type=search]:hover, input[type=search]:active, input[type=search]:focus, input[type=search]:target {
			background-color: rgba(255,255,255,0.85) !important;
		}
.search .site-inner {
	display: flex;
	flex-direction: column;
}
/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
}

.entry-title a {
	color: #a7202d;
}

.entry-title a:hover {
	color: #ed1c29;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #e44a3c;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #ffde17;
	font-weight: 700;
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.quick-links-container {
	position: fixed;
	top: 33%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	z-index: 500;
}

.quick-link-icon {
	display: flex;
	width: 30px;
	height: 30px;
	margin: 7px 7px 7px 2px;
	background-color: #333;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
	align-items: center;
}

.quick-link-text-container {
	position: absolute;
	top: 0;
	left: -200px;
	height: 100%;
	width: 140px;
	background-color: #58595b;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 15px;
	transition: all 0.3s ease;
	opacity: 0;
	display: flex;
	justify-content: flex-start;
}

.quick-link-icon:hover {
	width: 170px;
}

	.quick-link-icon:hover .quick-link-text-container {
		left: 0;
		opacity: 1;
	}

.fa-stack {
	position: absolute !important;
	right: 0;
	z-index: 2;
	width: 30px !important;
}

.quick-link-text {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.apply-icon {
	background-color: #Ed1c29;
}

.contact-icon {
	background-color: #c72035;
}

.give-icon {
	background-color: #a7202d;
}

.apply-container {
	background-color: #ba1520;
}

.contact-container {
	background-color: #931727;
}

.give-container {
	background-color: #74161f;
}

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.hidden_in_main {
	display: none;
}

table.fc-col-header, table.fc-scrollgrid-sync-table {
	margin-bottom: 0px;
}

.fc .fc-daygrid-day-number {
	z-index: 0 !important;
}
/* Featured Content
--------------------------------------------- */
.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

.news-post-grid .vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
	background-color: #ed1c29 !important;
	border-radius: 0px;
}
.news-post-grid .vc_btn3.vc_btn3-color-blue:hover, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
	background-color: #c72035 !important;
}
.vc_btn3.vc_btn3-style-custom:focus, .vc_btn3.vc_btn3-style-custom:hover {
	background-color: #c72035 !important;
}

.news-post-grid .vc_gitem-post-data-source-post_date {
	color: #868686;
	font-size: 10px;
	margin-bottom: 5px;
}

.news-post-grid h4 {
	font-size: 24px;
	font-family: gill-sans-nova;
}

.news-post-grid a {
	font-weight: 500;
}

.news-post-grid .vc_gitem-post-data-source-post_title {
	max-height: 120px;
	min-height: 120px;
	overflow: hidden;
}

.news-post-grid p {
	font-size: 16px;
	margin-top: 0px;
	font-family: Serifa;
	font-weight: 400;
}

.news-post-grid .vc_gitem-post-data-source-post_excerpt p:first-of-type {
	display: none;
}

.news-post-grid .vc_gitem-post-data-source-post_excerpt {
	max-height: 147px;
	min-height: 147px;
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
	overflow: hidden;
}

.news-post-grid .vc_grid-item-mini {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) !important;
	transition-duration: 0.3s;
	animation-duration: 0.3s;
}

.news-post-grid .vc_grid-item-mini:hover {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2) !important;
}

.news-post-grid .vc_gitem-animated-block {
	overflow: hidden;
}

.news-post-grid .vc-gitem-zone-height-mode-auto-4-3 {
	transition: 0.3s ease;
	overflow: hidden;
}

.news-post-grid .vc_grid-item-mini:hover .vc-gitem-zone-height-mode-auto-4-3 {
	transform: scale(1.05);
}

.news-post-grid .vc_btn3-container.vc_btn3-center {
	margin-bottom: 0px;
}
	.news-post-grid .vc_btn3-container.vc_btn3-center i {
		margin-top: 4px;
	}

@media only screen and (max-width: 1160px) {
	.news-post-grid .vc_col-sm-4 {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.search-container .search-form .ays_content_box button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	border-radius: 0px !important;
	margin-top: 0px !important;
	padding: 20px 30px !important;
}
	
	.news-post-grid .vc_col-sm-4 {
		width: 90%;
		left: 50%;
		transform: translatex(-50%);
		max-width: 350px;
	}

	.grecaptcha-badge {
		bottom: 65px !important;
	}
}

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

	.news-post-grid .vc_gitem-post-data-source-post_title {
		max-height: 100px;
		min-height: 100px;
		overflow: hidden;
	}

	news-post-grid .vc_col-sm-4 {
		width: 90%;
	}
}

.athletics-post-grid h4 {
	font-size: 25px;
	font-family: gill-sans-nova;
}

.athletics-post-grid a {
	font-weight: 500;
}

.athletics-post-grid p {
	font-size: 16px;
	margin-top: 0px;
	font-family: Serifa;
	font-weight: 400;
}

.athletics-post-grid .vc_gitem-post-data-source-post_title {
	max-height: 120px;
	min-height: 120px;
	overflow: hidden;
}
.athletics-post-grid .vc_gitem-post-data-source-post_excerpt {
	max-height: 147px;
	min-height: 147px;
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}

.athletics-post-grid .vc_gitem-post-data-source-post_excerpt p:first-of-type {
	display: none;
}

.athletics-post-grid .vc_grid-item-mini {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) !important;
	transition-duration: 0.3s;
	animation-duration: 0.3s;
}

	.athletics-post-grid .vc_grid-item-mini:hover {
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2) !important;
	}

.athletics-post-grid .vc_gitem-animated-block {
	overflow: hidden;
}

.athletics-post-grid .vc-gitem-zone-height-mode-auto-16-9 {
	transition: 0.3s ease;
	overflow: hidden;
}

.athletics-post-grid .vc_grid-item-mini:hover .vc-gitem-zone-height-mode-auto-16-9 {
	transform: scale(1.05);
}

.athletics-post-grid .vc_btn3-container.vc_btn3-center {
	margin-bottom: 0px;
}

	.athletics-post-grid .vc_btn3-container.vc_btn3-center i {
		margin-top: 4px;
	}

h4.ics-calendar-current-date {
	font-size: 30px;
}

.ics-calendar-month-grid span.no_phone.no_phone_important {
	font-size: 12px;
}
ics-calendar-month-wrapper .ics-calendar-month-grid th {
	padding-left: 0.1em;
	padding-right: 0.1em;
}

.page-id-35 .mega-accordion .mega-panel {
	padding-left: 0px !important;
}

.owl-item.active {
	padding-left: 10px;
	padding-right: 10px;
}

#ac .dropdown-wrapper .ics-calendar-color-key {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	z-index: 10;
	background-color: white;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.5s ease-in-out;
	width: 100%;
}

	#ac .dropdown-wrapper .ics-calendar-color-key.visible {
		max-height: 500px; /* Adjust as needed for the content's height */
		overflow: auto;
		border-top: 2px solid #74161f;
		box-shadow: 0 2px 4px rgba(0,0,0,0.35);
	}

#ac .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
	overflow: auto;
	max-height: 250px;
}


#ac .dropdown-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
/* Style for the dropdown button */
#ac .dropdown-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e44a3c;
	color: #fff;
	padding: 10px 16px;
	text-align: left;
	border: none;
	cursor: pointer;
	outline: none;
	width: 100%;
	border-radius: 0px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

	#ac .dropdown-btn:hover, .dropdown-btn:focus {
		background-color: #a7202d;
	}

	#ac .dropdown-btn i {
		margin-left: 5px; /* Adjust as needed for spacing */
	}


#ac .ics-calendar .subscribe.button {
	color: #a7202d;
	text-decoration: none;
	font-weight: 700;
	background: none;
	padding: 0px !important;
	margin: 0px;
}

	#ac .ics-calendar .subscribe.button:hover {
		color: #c72035;
		text-decoration: none;
		font-weight: 700;
		background: none;
		padding: 0px !important;
		margin: 0px;
	}

#ac .ics-calendar-color-key-item label {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
}

#ac .ics-calendar-color-key-header, .ics-calendar-color-key-item {
	padding: 0.4em 0.6em !important;
}

#ac .calendar-search-container {
	padding: 10px;
}

#ac .dropdown-btn .fa-chevron-down {
	transition: transform 0.3s ease-in-out;
}

	#ac .dropdown-btn .fa-chevron-down.flipped {
		transform: rotate(180deg);
	}

#ac table.fc-col-header {
	width: 100% !important;
}

#ac .fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural {
	width: 100% !important;
}

#ac table.fc-scrollgrid-sync-table {
	width: 100% !important;
}

img.wpgmza_infowindow_image {
	display: none;
}

.wpgmza-infowindow p {
	margin-bottom: 10px;
	font-size: 17px;
}

.wpgmza_infowindow_title {
	color: #992e32;
	font-size: 20px !important;
}

span.custom-field-label {
	color: #b7333b;
}


/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget, .widget-area .widget.enews-widget .widget-title {
	color: #fff;
}

.widget-area .widget.enews-widget {
	background-color: #78a7c8;
	border: none;
	padding: 40px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget .enews input[type="submit"] {
	background-color: #fff;
	color: #444;
	margin: 0;
	width: 100%;
}

.enews-widget .enews input:hover[type="submit"] {
	background-color: #34678a;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: 1;
}

html > body.education-pro-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 40px 40px 12px;
	width: 100%;
}

.education-pro-home .slide-excerpt h2 a {
	color: #78a7c8;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #444;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: linear-gradient(90deg, rgba(237,28,41,1) 0%, rgba(167, 32, 45, 1) 100%);
	min-height: 65px;
	width: 100% !important;
	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.6);
	z-index: 500 !important;
	position: fixed;
}

.site-header .wrap {
	max-width: 95%;
}


.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

/* Title Area
--------------------------------------------- */

.title-area {
	background-color: #d3d3d3;
	color: #fff;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 425px;
	position: static;
	filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, .2));
}

.header-image .title-area {
	background-color: transparent!important;
	padding: 0;
}

.site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	min-height: 45px;
	width: 100%;
	margin-top: 9px;
}

.site-title a {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

	.site-title a:hover, .site-title a:focus, .site-title a:active {
		-webkit-transform: translateX(18px);
		transform: translateX(18px);
	}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}

.desktop-widgets {
	position: fixed;
	top: 26.5px;
	right: -5px;
	transform: translate(-50%, -50%);
	z-index: 501;
	filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, .2));
	width: 210px;
	display: flex;
	height: 80px;
}

	.desktop-widgets i {
		transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		font-size: 30px;
		display: inline-block;
		margin-top: 24px;
	}

body.admin-bar .desktop-widgets {
	margin-top: 32px;
}

body.admin-bar .sfm-navicon-button.sf_label_default {
	margin-top: 32px;
}

html .sfm-rollback {
	z-index: 1000 !important;
}

.share-menu {
	position: relative;
	width: 33.33%;
	height: 100%;
	z-index: 502;
}

.ch-menu {
	position: relative;
	width: 33.33%;
	height: 100%;
	z-index: 502;
}

.srch-menu {
	position: relative;
	width: 33.33%;
	height: 100%;
	z-index: 502;
}

.share-btn {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 503;
	border: none;
	margin: 0px;
	padding: 0px;
	align-self: center;
}

.share-btn i {
	margin-top: 30.5px
}

	.share-btn:hover i {
		transform: translateY(-3px);
	}

	.share-btn .share-btn-text {
		font-family: Gill Sans MT, 'Gill Sans';
		font-size: 12px;
		color: white;
		opacity: 0;
		text-align: center;
		margin-top: -7px;
		display: block;
		transition: opacity 0.3s ease-in;
		text-transform: none;
		line-height: normal;
		font-weight: 500;
	}

	.share-btn:hover .share-btn-text {
		opacity: 1;
	}

.share-menu i.fa-times {
	display: none;
}

.share-menu.active i.fa-share-alt {
	display: none;
}

.share-menu i.fa-share-alt {
	display: inline-block;
}

.share-menu.active i.fa-times {
	display: inline-block;
}

.share-menu .social-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	font-size: 25px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: all 300ms ease-in-out 0ms;
	opacity: 0;
}

	.share-menu .social-btn i {
		font-size: 27px;
		margin: auto;
		margin-top: 12px;
	}

.share-menu.active div:nth-child(2) {
	top: 140px;
	transform: translate(-50%, -100%);
	transition: all 300ms ease-in-out 0ms;
	background-color: #1877f2;
	color: #fff;
	opacity: 1;
}

.share-menu.active div:nth-child(3) {
	top: 170px;
	transform: translate(-50%, -50%);
	transition: all 300ms ease-in-out 80ms;
	background-color: #1d9bf0;
	color: #fff;
	line-height: 55px;
	opacity: 1;
}

.share-menu.active div:nth-child(4) {
	top: 225px;
	transform: translate(-50%, -50%);
	transition: all 300ms ease-in-out 160ms;
	color: #fff;
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	opacity: 1;
}

.share-menu.active div:nth-child(5) {
	top: 255px;
	transform: translate(-50%, 0%);
	transition: all 300ms ease-in-out 220ms;
	background: #ff0000;
	color: #fff;
	opacity: 1;
}

.ch-button {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: transparent !important;
	color: white;
	cursor: pointer;
	z-index: 2;
	border: none;
	margin: 0px;
	padding: 0px;
}

	.ch-button:hover i {
		transform: translateY(-3px);
	}

	.ch-button .ch-text {
		font-family: Gill Sans MT, 'Gill Sans';
		font-size: 12px;
		color: white;
		opacity: 0;
		text-align: center;
		margin-top: 0px;
		display: block;
		transition: opacity 0.3s ease-in;
		text-transform: none;
	}

	.ch-button:hover .ch-text {
		opacity: 1;
	}


.srch-button {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: transparent !important;
	color: white;
	cursor: pointer;
	z-index: 2;
	border: none;
	margin: 0px;
	padding: 0px;
}

	.srch-button:hover i {
		transform: translateY(-3px);
	}

	.srch-button .srch-text {
		font-family: Gill Sans MT, 'Gill Sans';
		font-size: 12px;
		color: white;
		opacity: 0;
		text-align: center;
		margin-top: 0px;
		display: block;
		transition: opacity 0.3s ease-in;
		text-transform: none;
	}

	.srch-button:hover .srch-text {
		opacity: 1;
	}

.sfm-navicon-button.sf_label_default {
	position: fixed !important;
}

.sfm-pos-right .sfm-navicon-button {
	filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, .2));
}

@media (max-width: 915px) {
	.desktop-widgets {
		display: none;
	}
}
	/*Side Menu Quick Links*/
	/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
	.genesis-nav-menu {
		clear: both;
		font-size: 15px;
		line-height: 1;
		width: 100%;
		font-family: 'Montserrat', sans-serif;
		margin-top: 35px;
	}

		.genesis-nav-menu .menu-item {
			display: inline-block;
			text-align: left;
		}

		.genesis-nav-menu li a {
			color: #fff;
			display: block;
			padding: 16px;
			-webkit-backface-visibility: hidden;
		}

			.genesis-nav-menu .sub-menu, .genesis-nav-menu li a:hover {
				background: #c4c4c4;
				color: #000;
			}

		.genesis-nav-menu .sub-menu {
			left: -9999px;
			opacity: 0;
			position: absolute;
			-webkit-transition: opacity .4s ease-in-out;
			-moz-transition: opacity .4s ease-in-out;
			-ms-transition: opacity .4s ease-in-out;
			-o-transition: opacity .4s ease-in-out;
			transition: opacity .4s ease-in-out;
			width: 200px;
			z-index: 999;
		}

			.genesis-nav-menu .sub-menu a {
				background-color: #d3d3d3;
				border: 1px solid rgba(0, 0, 0, 0.05);
				border-top: none;
				/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);*/
				color: #fff;
				font-size: 14px;
				padding: 14px 16px;
				position: relative;
				width: 200px;
			}

		.genesis-nav-menu li .sub-menu li a:hover {
			/*	background-color: #fff;*/
			color: #000;
		}

		.genesis-nav-menu .sub-menu .sub-menu {
			margin: -43px 0 0 199px;
		}

		.genesis-nav-menu .menu-item:hover {
			position: static;
		}

			.genesis-nav-menu .menu-item:hover > .sub-menu {
				left: auto;
				opacity: 1;
			}

		.genesis-nav-menu > .first > a {
			padding-left: 0;
		}

		.genesis-nav-menu > .last > a {
			padding-right: 0;
		}

		.genesis-nav-menu > .right {
			float: right;
			list-style-type: none;
			padding: 0;
		}

			.genesis-nav-menu > .date,
			.genesis-nav-menu > .right > a {
				display: inline-block;
				padding: 16px;
			}

		.genesis-nav-menu > .rss > a:before,
		.genesis-nav-menu > .twitter > a:before {
			-webkit-font-smoothing: antialiased;
			content: "\f303";
			display: inline-block;
			font: normal 14px/1 'dashicons';
			margin-right: 4px;
			vertical-align: top;
		}

		.genesis-nav-menu > .twitter > a:before {
			content: "\f301";
		}

		.genesis-nav-menu > .search {
			padding: 5px 0 0;
		}

			.genesis-nav-menu > .search input {
				background-color: rgba(255, 255, 255, 0.1);
				border-radius: 30px;
				border: none;
				color: #fff;
				font-size: 14px;
				padding: 8px 30px;
			}

				.genesis-nav-menu > .search input:-ms-input-placeholder {
					color: #fff;
				}

				.genesis-nav-menu > .search input::-moz-placeholder {
					color: #fff;
				}

				.genesis-nav-menu > .search input::-webkit-input-placeholder {
					color: #fff;
				}

	/* Site Header Navigation
--------------------------------------------- */

	.site-header .genesis-nav-menu a {
		color: #000;
		font-size: 14px;
		font-weight: 700;
		padding: 32px 12px;
		/*    border-right: solid #dedddd 2px;*/
		text-transform: uppercase;
	}

	.site-header .genesis-nav-menu .sub-menu a {
		color: #000;
		padding: 14px 16px;
	}

	.site-header .genesis-nav-menu li li {
		margin-left: 0;
	}

	/* Primary Navigation
--------------------------------------------- */

	.nav-primary {
		background: rgba(5,128,60,1);
		background: -moz-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,128,60,1)), color-stop(39%, rgba(40,103,90,1)), color-stop(100%, rgba(40,103,90,1)));
		background: -webkit-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		background: -o-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		background: -ms-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		background: linear-gradient(to right, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05803c', endColorstr='#28675a', GradientType=1 );
		color: #fff;
	}

		.nav-primary .genesis-nav-menu {
			font-size: 14px;
		}

	.education-pro-home .nav-primary .genesis-nav-menu {
		position: relative;
		z-index: 1000;
	}

	/* Secondary Navigation
--------------------------------------------- */

	.nav-secondary .genesis-nav-menu {
		padding-bottom: 10px;
	}

		.nav-secondary .genesis-nav-menu li a {
			padding: 0 16px 10px;
		}

		.nav-secondary .genesis-nav-menu li.current-menu-item > a,
		.nav-secondary .genesis-nav-menu li.menu-item a:hover {
			background: none;
		}

	/* Responsive Menu
--------------------------------------------- */

	.responsive-menu-icon {
		cursor: pointer;
		display: none;
	}

		.responsive-menu-icon::before {
			content: "\f333";
			display: block;
			font: normal 20px/1 'dashicons';
			margin: 0 auto;
			padding: 10px;
			text-align: center;
		}

	@media (max-width: 915px) {
		.site-header {
			display: none;
		}
	}

.widget-wrap .ubermenu-skin-minimal.ubermenu-responsive-toggle {
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 2px 1px rgba(229,229,229,0.75);
	border-top: 0px;
	text-align: center;
	font-size: 16px;
}

.widget-wrap .ubermenu-skin-minimal.ubermenu-responsive-toggle:hover {
	background: #f2f2f2;
}

.widget-wrap .ubermenu-responsive-toggle.ubermenu-sticky {
	top: 65px;
}

.widget-wrap a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
	text-align: center;
}
/*Site Navigation Overlay*/
#sfm-overlay {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: url("/wp-content/uploads/2023/09/DSC09274-scaled.jpg") !important;
	background-size: cover !important;
	left: -100% !important;
	right: 100% !important;
	width: calc(100% - 225px) !important;
	height: 100% !important;
	cursor: pointer;
	-webkit-transition: opacity .2s cubic-bezier(.215,.61,.355,1), left .25s cubic-bezier(.215,.61,.355,1) !important;
	transition: opacity .2s cubic-bezier(.215,.61,.355,1), left .25s cubic-bezier(.215,.61,.355,1) !important;
	-webkit-transform: translate3d(0,0,0) !important;
	position: fixed !important;
	top: 0 !important;
	z-index: 9999 !important;
	transition-delay: .05s !important;
}

	.sfm-body-pushed #sfm-overlay, body[class*="sfm-view-pushed"] #sfm-overlay {
		opacity: 1 !important;
		left: 0 !important;
		-webkit-transition: opacity .2s cubic-bezier(.215,.61,.355,1), left .25s cubic-bezier(.215,.61,.355,1) !important;
		transition: opacity .2s cubic-bezier(.215,.61,.355,1), left .25s cubic-bezier(.215,.61,.355,1) !important;
		transition-delay: .05s !important;
	}






	/*/wp-content/uploads/2023/03/AdobeStock_189113875-scaled.jpeg*/
	/*
Content Area
---------------------------------------------------------------------------------------------------- */

	/* Home
--------------------------------------------- */

.square-link {
	text-decoration: none;
}

.homesquare {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: serifa;
	aspect-ratio: 1 / 1 !important;
	height: 25vw;
}

	.homesquare .text {
		color: white;
		font-weight: bold;
		z-index: 2;
		font-size: 45px;
		text-align: center;
		margin-bottom: 0px
	}

.chevron {
	position: absolute;
	bottom: 10%;
	color: white;
	font-size: 60px;
	transition: bottom 0.5s ease;
}

.chevronup {
	position: absolute;
	top: 10%;
	color: white;
	font-size: 60px;
	transition: top 0.5s ease;
}

.square-link:hover .chevron {
	bottom: 5%;
}

.square-link:hover .chevronup {
	top: 5%;
}

.hs1 {
	background-color: #ed1c29;
}

.hs2 {
	background-color: #c72035;
}

.hs3 {
	background-color: #a7202d;
}

@media (max-width: 1350px) {
	.chevron {
		font-size: 50px
	}

	.chevronup {
		font-size: 50px
	}
	
	.homesquare .text {
		font-size: 35px
	}
}

@media (max-width: 1000px) {
	.chevron {
		font-size: 40px
	}

	.chevronup {
		font-size: 40px
	}

	.homesquare .text {
		font-size: 30px
	}
}

@media (max-width: 850px) {
	.chevron {
		font-size: 30px
	}

	.chevronup {
		font-size: 30px
	}

	.homesquare .text {
		font-size: 25px
	}
}

.home-btn .vc_btn3.vc_btn3-size-md {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 500;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.home-btn .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 500;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.divider-row {
	box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.4);
	background: #cbcbcb;
}

	.divider-row .image-boxes-link {
		margin-bottom: 0px;
	}

	.divider-row .ihe_description {
		display: none;
	}

.ihe_style6 .image-boxes-title span {
	display: flex;
}

.btn-5 .text {
	font-family: Serifa;
	font-weight: 700;
}

.mobile-divider {
	display: none;
}

@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}

	.divider-row {
		background: #fff;
	}

	.maw_ihover_wrapper {
		max-width: 500px;
		margin: auto;
	}
}

.mobile-divider-row {
	display: none !important;
}
	.MobileQuickLinks {
		display: none;
	}
	.home-featured {
		background-color: #f5f5f5;
		position: relative;
		text-align: center;
		z-index: 9;
	}

		.home-featured .widget {
			padding: 40px 40px 0;
			margin: 0 auto;
			max-width: 1600px;
		}

			.home-featured .widget:last-of-type {
				padding-bottom: 80px;
			}

	.education-pro-home .home-featured .widget.genesis_responsive_slider {
		background-color: #fff;
		max-width: 100%;
		padding: 0;
	}

	.home-featured .slide-excerpt {
		margin: 80px 80px 120px;
		text-align: left;
	}

		.home-featured .slide-excerpt .more-link {
			background-color: #f5f5f5;
			color: #e44a3c;
			display: block;
			padding: 20px 40px;
			margin: 40px -40px -12px;
			text-align: right;
		}

			.home-featured .slide-excerpt .more-link::after {
				-webkit-font-smoothing: antialiased;
				content: "\f344";
				display: inline-block;
				font: normal 20px/1 'dashicons';
				margin-left: 20px;
				vertical-align: middle;
			}

	.home-featured #genesis-responsive-slider .more-link:hover {
		background-color: #e44a3c;
		color: #fff;
	}

	.home-top {
		background-color: #fff;
		text-align: center;
	}

		.home-top .wrap {
			padding: 80px;
			position: relative;
			z-index: 99;
		}

	.home-featured + .home-top .wrap {
		background-color: #fff;
		border-radius: 3px;
		border-top: 3px solid #e44a3c;
		margin-top: -40px;
	}

	.home-top .widget_text {
		color: #78a7c8;
		font-size: 48px;
		line-height: 1.1;
		text-align: center;
	}

		.home-top .widget_text .widget-title {
			color: #e44a3c;
			letter-spacing: 2px;
			text-transform: uppercase;
		}

	.home-middle {
		background-color: #34678a;
		box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
		color: #fff;
		padding: 60px 10px 20px;
	}

		.home-middle .entry-title a {
			color: #78a7c8;
		}

		.home-middle .widget {
			float: left;
			padding: 0 20px;
			text-align: center;
			width: 25%;
		}

			.home-middle .widget:nth-of-type(4n+1) {
				clear: both;
			}

		.home-middle .dashicons {
			font-size: 60px;
			height: 60px;
			width: 60px;
		}

	.home-bottom {
		background-color: #78a7c8;
		box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
		color: #fff;
		padding: 60px 0;
	}

		.home-bottom .featured-content .entry-title a,
		.home-bottom .widget a,
		.home-middle .widget .entry-title a:hover,
		.home-middle .widget a:hover {
			color: #fff;
		}

		.home-bottom a:hover {
			color: #34678a;
		}


		/*Content Pages*/

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
	font-size: 25px !important;
	color: #c72035 !important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
	border-color: transparent !important;
	background-color: #fff !important;
}

	.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
		background-color: transparent !important;
	}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-left: 33px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	left: 0px !important;
	background-color: black !important;
}

.vc_tta .vc_tta-controls-icon {
	height: 23px !important;
	width: 23px !important;
}

	.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
		width: 50% !important;
		margin: auto !important;
	}

	.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
		height: 50% !important;
		margin: auto !important;
	}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before {
	border-color: #fff !important;
}

.heading-expander ul {
	column-count: 2;
}

	.heading-expander ul ul {
		column-count: 1;
	}

.vc_tta-accordion .wpb_wrapper {
	overflow-x: auto;
}

.heading-expander li {
	break-inside: avoid;
	margin-left: 15px;
}

	.heading-expander li ::marker {
	}

	.heading-expander li li {
		margin: 0px;
		font-size: 16px;
	}

@media (max-width: 900px) {
	.heading-expander ul {
		column-count: 1
	}

	.heading-expander li {
		margin-left: 0px;
	}
}

.size-medium img {
	margin: 10px;
}
.size-thumbnail img {
	margin: 10px;
}

.heading-expander h4 {
	color: #000 !important;
	font-size: 25px;
}

html .row-image-top {
	background-position: top !important;
}

.heading-expander .vc_toggle_color_black .vc_toggle_icon {
	background-color: #b7333b !important;
}
.vc_btn3.vc_btn3-style-custom {
	background-image: none !important;
}

.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
	font-size: 20px !important;
	line-height: 20px !important;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
	font-size: 17px !important;
}

#mega_count_bar .mega_count_content h3 {
	margin-top: -15px;
}
.vc_btn3.vc_btn3-size-md {
	font-size: 17px !important;
}

.matriculationlist ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.matriculationlist li {
	break-inside: avoid;
}

.vc_btn3.vc_btn3-size-md {
	font-weight: 500;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

	.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
		font-size: 20px;
		line-height: 15px;
	}

.vc_toggle_title > h4 {
	font-size: 20px;
	color: #c72035;
}

.about-header {
	height: 550px;
	display: flex;
	align-items: center;
	z-index: 100;
	width: 100vw;
}

	.about-header:after {
		width: 100vw;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgb(88,89,91);
		background: -moz-linear-gradient(0deg, rgba(88,89,91,0.5) 0%, rgba(88,89,91,0.1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(88,89,91,0.5) 0%, rgba(88,89,91,0.1) 100%);
		background: linear-gradient(0deg, rgba(88,89,91,0.5) 0%, rgba(88,89,91,0.1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#58595b",endColorstr="#58595b",GradientType=1);
	}

	.about-header h1 {
		color: #fff;
		font-size: 50px;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
		position: relative;
		z-index: 2;
	}

	.about-header b {
		color: #ed1c29;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	}



.mega_team_case_6 .mega-team-wrap .mega-team-content .job-title {
	font-weight: 200 !important;
	font-size: 15px !important;
}

.aasep {
	height: 7.5px;
	background-color: #ed1c29;
	position: relative;
	margin-top: 25px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.aagap {
	height: 8px;
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.aaicon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 60px;
}

	/* Entries
--------------------------------------------- */

	.entry {
		background-color: #fff;
		/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);*/
		margin-bottom: 0px;
		padding: 40px;
		padding-top: 0px;
	}

	.entry-header {
		margin-bottom: 10px;
	}

	.entry-content ol,
	.entry-content ul {
		margin-bottom: 28px;
		margin-left: 40px;
	}

		.entry-content ol > li {
			list-style-type: decimal;
		}

		.entry-content ul > li {
			list-style-type: square;
		}

		.entry-content ol ol,
		.entry-content ul ul {
			margin-bottom: 0;
		}

	.entry-content code {
		background-color: #f5f5f5;
	}

	/* Entry Meta
--------------------------------------------- */

	p.entry-meta {
		font-size: 14px;
	}

	.content p.entry-meta {
		margin-bottom: 0;
		text-align: right;
	}

	.content .entry-header .entry-meta {
		margin: -10px 0 10px;
	}

		.content .entry-header .entry-meta .entry-time {
			background-color: #e44a3c;
			color: #fff;
			display: inline-block;
			margin: 0 20px 0 0;
			padding: 5px 15px;
		}

	.entry-footer {
		background: #fafafa;
		padding: 20px 40px;
		margin: 12px -40px -40px;
	}

		.entry-footer .entry-meta {
			font-size: 12px;
		}

			.entry-footer .entry-meta a {
				color: #444;
			}

				.entry-footer .entry-meta a:hover {
					color: #e44a3c;
				}

	.entry-comments-link::before {
		content: "\2F";
		margin: 0 4px 0 0;
	}

	/* After Entry
--------------------------------------------- */

	.after-entry {
		margin-bottom: 40px;
	}

	/* Pagination
--------------------------------------------- */

	.pagination {
		margin: 40px 0;
	}

	.adjacent-entry-pagination {
		margin-bottom: 0;
	}

	.archive-pagination li {
		display: inline;
	}

		.archive-pagination li a {
			background-color: #fff;
			box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
			color: #444;
			cursor: pointer;
			display: inline-block;
			font-size: 14px;
			padding: 6px 12px;
		}

			.archive-pagination li a:hover,
			.archive-pagination .active a {
				color: #e44a3c;
			}

	/* Comments
--------------------------------------------- */

	.comment-respond,
	.entry-comments,
	.entry-pings {
		background-color: #fff;
		box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
		font-size: 16px;
		margin-bottom: 40px;
	}

	.comment-respond {
		padding: 40px 40px 16px;
	}

	.entry-comments,
	.entry-pings {
		padding: 40px;
	}

		.comment-respond h3,
		.entry-comments h3,
		.entry-pings h3 {
			color: #e44a3c;
			font-size: 18px;
			letter-spacing: 2px;
			text-transform: uppercase;
		}

	.comment-meta {
		margin-bottom: 28px;
	}

	li.comment,
	li.pingback {
		background-color: #f5f5f5;
	}

	.comment-content {
		clear: both;
	}

	.comment-list li {
		padding: 32px 32px 0;
	}

		.comment-list li.depth-1,
		.ping-list li {
			margin-top: 24px;
			padding: 32px;
		}

		.comment-list li li {
			margin-right: -32px;
		}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 50%;
	}

	.comment-respond label {
		display: block;
		margin-right: 12px;
	}

	.entry-comments .comment-author {
		margin-bottom: 0;
	}

	.comment-reply-link {
		color: #e44a3c;
	}

	.entry-pings .reply {
		display: none;
	}

	.fn {
		font-weight: 300;
	}

	.form-allowed-tags {
		background-color: #f5f5f5;
		font-size: 16px;
		padding: 24px;
	}


	/*
Sidebars
---------------------------------------------------------------------------------------------------- */

	.sidebar {
		font-size: 16px;
	}

		.after-entry li,
		.sidebar li {
			border-bottom: 1px dotted #ddd;
			margin-bottom: 10px;
			padding-bottom: 10px;
		}

		.after-entry .widget,
		.sidebar .widget {
			background-color: #f2f2f2;
			border-left: 3px solid #e44a3c;
			padding: 0px 20px;
			height: auto !important;
		}

			.sidebar .widget:last-of-type {
				margin-bottom: 40px;
			}

	/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

	.footer-widgets {
		background-color: #000;
		box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
		clear: both;
		padding-top: 60px;
	}

		.footer-widgets .wrap .entry-title a,
		.footer-widgets .wrap a,
		.footer-widgets {
			color: #fff;
		}

			.footer-widgets a.button,
			.footer-widgets .wrap a:hover {
				color: #ffde17;
			}

			.footer-widgets p:last-child {
				margin-bottom: 0;
			}

	.footer-widgets-1 {
		width: 300px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 195px;
	}



	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 52px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: left;
	}

	.footer-widgets-5 {
		float: right;
	}

	/*
Site Footer
---------------------------------------------------------------------------------------------------- */

	.site-footer {
		background-color: #c72035;
		font-size: 16px;
		padding: 60px 0;
		text-align: center;
		margin-bottom: -300px;
	}

		.site-footer,
		.site-footer .wrap a {
			color: #fff;
		}

			.site-footer a.button,
			.site-footer .wrap a:hover {
				color: #78a7c8;
			}

			.site-footer p {
				margin-bottom: 0;
				font-weight: 400;
			}

	.footer-top, .footer-top > strong > strong > strong {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
		font-family: Serifa;
		font-weight: 400;
	}
	.footer-top strong {width: 100%;}

	.footer-right {
		margin-right: 10px;
	}

	.footer-left img {
		height: 85px;
		margin-left: 10px
	}

	.footer-right ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}

	.footer-right li {
		margin-left: 20px;
		border-right: 1px solid #fff;
		padding-right: 20px;
		margin-bottom: 20px;
	}

		.footer-right li:last-child {
			border-right: none;
			padding-right: 0;
		}

	.footer-right a {
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
	}

		.footer-right a:hover {
			text-decoration: underline;
		}

	.footer-bottom {
		margin-bottom: 20px;
		text-align: right;
		line-height: 20px;
	}

	.footer-disclaimer {
		font-size: 14px;
		color: #fff;
		width: 75%;
		margin: auto;
		font-weight: 400;
	}

	@media only screen and (max-width: 1145px) {
		.footer-top, .footer-top > strong > strong > strong {
			display: block;
		}

		.footer-right ul {
			justify-content: center;
		}

		.footer-bottom {
			text-align: center;
		}

		.footer-right {
			margin-top: 25px;
			margin-right: 0px;
		}

		.footer-left img {
			margin-left: 0px;
		}
	}

	@media only screen and (max-width: 768px) {
		.footer-right ul {
			display: none;
		}

		.footer-disclaimer {
			font-size: 14px;
			color: #fff;
			width: 90%;
			margin: auto;
		}
	}


/*Post Styles*/
.single-post .wp-caption figcaption {font-weight: 500; font-size: 14px;}
	/*
Theme Colors
---------------------------------------------------------------------------------------------------- */
	.education-pro-blue .nav-secondary .genesis-nav-menu li.current-menu-item > a,
	.education-pro-green .nav-secondary .genesis-nav-menu li.current-menu-item > a,
	.education-pro-purple .nav-secondary .genesis-nav-menu li.current-menu-item > a,
	.education-pro-red .nav-secondary .genesis-nav-menu li.current-menu-item > a {
		background: none;
	}

	/* Education Pro Blue
--------------------------------------------- */

	.education-pro-blue .after-entry .widget-title,
	.education-pro-blue .archive-pagination .active a,
	.education-pro-blue .archive-pagination li a:hover,
	.education-pro-blue .comment-reply-link,
	.education-pro-blue .comment-respond h3,
	.education-pro-blue .entry-comments h3,
	.education-pro-blue .entry-footer .entry-meta a:hover,
	.education-pro-blue .entry-pings h3,
	.education-pro-blue .entry-title a:hover,
	.education-pro-blue .home-featured .more-link,
	.education-pro-blue .home-top .widget_text .widget-title,
	.education-pro-blue .sidebar .widget-title a,
	.education-pro-blue .sidebar .widget-title {
		color: #3d78c1;
	}

	.education-pro-blue .archive-description,
	.education-pro-blue .author-box,
	.education-pro-blue .button:hover,
	.education-pro-blue .content .entry-header .entry-meta .entry-time,
	.education-pro-blue .footer-widgets .wrap .button:hover,
	.education-pro-blue .footer-widgets button:hover,
	.education-pro-blue .footer-widgets input:hover[type="button"],
	.education-pro-blue .footer-widgets input:hover[type="reset"],
	.education-pro-blue .footer-widgets input:hover[type="submit"],
	.education-pro-blue .home-bottom .widget .button:hover,
	.education-pro-blue .home-bottom button:hover,
	.education-pro-blue .home-bottom input:hover[type="button"],
	.education-pro-blue .home-bottom input:hover[type="reset"],
	.education-pro-blue .home-bottom input:hover[type="submit"],
	.education-pro-blue .home-featured #genesis-responsive-slider .more-link:hover,
	.education-pro-blue .title-area,
	.education-pro-blue button:hover,
	.education-pro-blue input:hover[type="button"],
	.education-pro-blue input:hover[type="reset"],
	.education-pro-blue input:hover[type="submit"] {
		background-color: #3d78c1;
	}

	.education-pro-blue .after-entry .widget,
	.education-pro-blue .home-top .wrap,
	.education-pro-blue .sidebar .widget,
	.education-pro-blue .site-header {
		border-color: #3f71c3;
	}

	.education-pro-blue .footer-widgets .wrap a:hover,
	.education-pro-blue .footer-widgets a.button,
	.education-pro-blue .slide-excerpt h2 a,
	.education-pro-blue .home-middle .entry-title a,
	.education-pro-blue .home-top .widget_text,
	.education-pro-blue .site-footer .wrap a:hover,
	.education-pro-blue .site-footer a.button,
	.education-pro-blue a {
		color: #a8b2b9;
	}

	.education-pro-blue .button,
	.education-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
	.education-pro-blue .genesis-nav-menu .sub-menu a,
	.education-pro-blue .genesis-nav-menu li a:hover,
	.education-pro-blue .genesis-nav-menu li.current-menu-item > a,
	.education-pro-blue .home-bottom,
	.education-pro-blue .widget-area .widget.enews-widget,
	.education-pro-blue button,
	.education-pro-blue input[type="button"],
	.education-pro-blue input[type="reset"],
	.education-pro-blue input[type="submit"] {
		background-color: #a8b2b9;
	}

		.education-pro-blue .entry-title a,
		.education-pro-blue .home-bottom a:hover,
		.education-pro-blue a:hover {
			color: #344a66;
		}

	.education-pro-blue .enews-widget .enews input:hover[type="submit"],
	.education-pro-blue .footer-widgets,
	.education-pro-blue .home-middle,
	.education-pro-blue .nav-primary,
	.education-pro-blue .site-footer {
		background-color: #344a66;
	}

	/* Education Pro Green
--------------------------------------------- */

	.education-pro-green .after-entry .widget-title,
	.education-pro-green .archive-pagination .active a,
	.education-pro-green .archive-pagination li a:hover,
	.education-pro-green .comment-reply-link,
	.education-pro-green .comment-respond h3,
	.education-pro-green .entry-comments h3,
	.education-pro-green .entry-footer .entry-meta a:hover,
	.education-pro-green .entry-pings h3,
	.education-pro-green .entry-title a:hover,
	.education-pro-green .home-featured .more-link,
	.education-pro-green .home-top .widget_text .widget-title,
	.education-pro-green .sidebar .widget-title a,
	.education-pro-green .sidebar .widget-title {
		color: #d7c573;
	}

	.education-pro-green .archive-description,
	.education-pro-green .author-box,
	.education-pro-green .button:hover,
	.education-pro-green .content .entry-header .entry-meta .entry-time,
	.education-pro-green .footer-widgets .wrap .button:hover,
	.education-pro-green .footer-widgets button:hover,
	.education-pro-green .footer-widgets input:hover[type="button"],
	.education-pro-green .footer-widgets input:hover[type="reset"],
	.education-pro-green .footer-widgets input:hover[type="submit"],
	.education-pro-green .home-bottom .widget .button:hover,
	.education-pro-green .home-bottom button:hover,
	.education-pro-green .home-bottom input:hover[type="button"],
	.education-pro-green .home-bottom input:hover[type="reset"],
	.education-pro-green .home-bottom input:hover[type="submit"],
	.education-pro-green .home-featured #genesis-responsive-slider .more-link:hover,
	.education-pro-green .title-area,
	.education-pro-green button:hover,
	.education-pro-green input:hover[type="button"],
	.education-pro-green input:hover[type="reset"],
	.education-pro-green input:hover[type="submit"] {
		background-color: #d7c573;
	}

	.education-pro-green .after-entry .widget,
	.education-pro-green .home-top .wrap,
	.education-pro-green .sidebar .widget,
	.education-pro-green .site-header {
		border-color: #d7c573;
	}

	.education-pro-green .footer-widgets .wrap a:hover,
	.education-pro-green .footer-widgets a.button,
	.education-pro-green .slide-excerpt h2 a,
	.education-pro-green .home-middle .entry-title a,
	.education-pro-green .home-top .widget_text,
	.education-pro-green .site-footer .wrap a:hover,
	.education-pro-green .site-footer a.button,
	.education-pro-green a {
		color: #46a47b;
	}

	.education-pro-green .button,
	.education-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
	.education-pro-green .genesis-nav-menu .sub-menu a,
	.education-pro-green .genesis-nav-menu li a:hover,
	.education-pro-green .genesis-nav-menu li.current-menu-item > a,
	.education-pro-green .home-bottom,
	.education-pro-green .widget-area .widget.enews-widget,
	.education-pro-green button,
	.education-pro-green input[type="button"],
	.education-pro-green input[type="reset"],
	.education-pro-green input[type="submit"] {
		background-color: #46a47b;
	}

		.education-pro-green .entry-title a,
		.education-pro-green .home-bottom a:hover,
		.education-pro-green a:hover {
			color: #2f614b;
		}

	.education-pro-green .enews-widget .enews input:hover[type="submit"],
	.education-pro-green .footer-widgets,
	.education-pro-green .home-middle,
	.education-pro-green .nav-primary,
	.education-pro-green .site-footer {
		background-color: #2f614b;
	}

	/* Education Pro Purple
--------------------------------------------- */

	.education-pro-purple .after-entry .widget-title,
	.education-pro-purple .archive-pagination .active a,
	.education-pro-purple .archive-pagination li a:hover,
	.education-pro-purple .comment-reply-link,
	.education-pro-purple .comment-respond h3,
	.education-pro-purple .entry-comments h3,
	.education-pro-purple .entry-footer .entry-meta a:hover,
	.education-pro-purple .entry-pings h3,
	.education-pro-purple .entry-title a:hover,
	.education-pro-purple .home-featured .more-link,
	.education-pro-purple .home-top .widget_text .widget-title,
	.education-pro-purple .sidebar .widget-title a,
	.education-pro-purple .sidebar .widget-title {
		color: #706182;
	}

	.education-pro-purple .archive-description,
	.education-pro-purple .author-box,
	.education-pro-purple .button:hover,
	.education-pro-purple .content .entry-header .entry-meta .entry-time,
	.education-pro-purple .footer-widgets .wrap .button:hover,
	.education-pro-purple .footer-widgets button:hover,
	.education-pro-purple .footer-widgets input:hover[type="button"],
	.education-pro-purple .footer-widgets input:hover[type="reset"],
	.education-pro-purple .footer-widgets input:hover[type="submit"],
	.education-pro-purple .home-bottom .widget .button:hover,
	.education-pro-purple .home-bottom button:hover,
	.education-pro-purple .home-bottom input:hover[type="button"],
	.education-pro-purple .home-bottom input:hover[type="reset"],
	.education-pro-purple .home-bottom input:hover[type="submit"],
	.education-pro-purple .home-featured #genesis-responsive-slider .more-link:hover,
	.education-pro-purple .title-area,
	.education-pro-purple button:hover,
	.education-pro-purple input:hover[type="button"],
	.education-pro-purple input:hover[type="reset"],
	.education-pro-purple input:hover[type="submit"] {
		background-color: #706182;
	}

	.education-pro-purple .after-entry .widget,
	.education-pro-purple .home-top .wrap,
	.education-pro-purple .sidebar .widget,
	.education-pro-purple .site-header {
		border-color: #706182;
	}

	.education-pro-purple .footer-widgets .wrap a:hover,
	.education-pro-purple .footer-widgets a.button,
	.education-pro-purple .slide-excerpt h2 a,
	.education-pro-purple .home-middle .entry-title a,
	.education-pro-purple .home-top .widget_text,
	.education-pro-purple .site-footer .wrap a:hover,
	.education-pro-purple .site-footer a.button,
	.education-pro-purple a {
		color: #7a787e;
	}

	.education-pro-purple .button,
	.education-pro-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
	.education-pro-purple .genesis-nav-menu .sub-menu a,
	.education-pro-purple .genesis-nav-menu li a:hover,
	.education-pro-purple .genesis-nav-menu li.current-menu-item > a,
	.education-pro-purple .home-bottom,
	.education-pro-purple .widget-area .widget.enews-widget,
	.education-pro-purple button,
	.education-pro-purple input[type="button"],
	.education-pro-purple input[type="reset"],
	.education-pro-purple input[type="submit"] {
		background-color: #7a787e;
	}

		.education-pro-purple .entry-title a,
		.education-pro-purple .home-bottom a:hover,
		.education-pro-purple a:hover {
			color: #444246;
		}

	.education-pro-purple .enews-widget .enews input:hover[type="submit"],
	.education-pro-purple .footer-widgets,
	.education-pro-purple .home-middle,
	.education-pro-purple .nav-primary,
	.education-pro-purple .site-footer {
		background-color: #444246;
	}

	/* Education Pro Red
--------------------------------------------- */

	.education-pro-red .after-entry .widget-title,
	.education-pro-red .archive-pagination .active a,
	.education-pro-red .archive-pagination li a:hover,
	.education-pro-red .comment-reply-link,
	.education-pro-red .comment-respond h3,
	.education-pro-red .entry-comments h3,
	.education-pro-red .entry-footer .entry-meta a:hover,
	.education-pro-red .entry-pings h3,
	.education-pro-red .entry-title a:hover,
	.education-pro-red .home-featured .more-link,
	.education-pro-red .home-top .widget_text .widget-title,
	.education-pro-red .sidebar .widget-title a,
	.education-pro-red .sidebar .widget-title {
		color: #9d2235;
	}

	.education-pro-red .archive-description,
	.education-pro-red .author-box,
	.education-pro-red .button:hover,
	.education-pro-red .content .entry-header .entry-meta .entry-time,
	.education-pro-red .footer-widgets .wrap .button:hover,
	.education-pro-red .footer-widgets button:hover,
	.education-pro-red .footer-widgets input:hover[type="button"],
	.education-pro-red .footer-widgets input:hover[type="reset"],
	.education-pro-red .footer-widgets input:hover[type="submit"],
	.education-pro-red .home-bottom .widget .button:hover,
	.education-pro-red .home-bottom button:hover,
	.education-pro-red .home-bottom input:hover[type="button"],
	.education-pro-red .home-bottom input:hover[type="reset"],
	.education-pro-red .home-bottom input:hover[type="submit"],
	.education-pro-red .home-featured #genesis-responsive-slider .more-link:hover,
	.education-pro-red .title-area,
	.education-pro-red button:hover,
	.education-pro-red input:hover[type="button"],
	.education-pro-red input:hover[type="reset"],
	.education-pro-red input:hover[type="submit"] {
		background-color: #9d2235;
	}

	.education-pro-red .after-entry .widget,
	.education-pro-red .home-top .wrap,
	.education-pro-red .sidebar .widget,
	.education-pro-red .site-header {
		border-color: #9d2235;
	}

	.education-pro-red .footer-widgets .wrap a:hover,
	.education-pro-red .footer-widgets a.button,
	.education-pro-red .slide-excerpt h2 a,
	.education-pro-red .home-middle .entry-title a,
	.education-pro-red .home-top .widget_text,
	.education-pro-red .site-footer .wrap a:hover,
	.education-pro-red .site-footer a.button,
	.education-pro-red a {
		color: #9a9a9a;
	}

	.education-pro-red .button,
	.education-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
	.education-pro-red .genesis-nav-menu .sub-menu a,
	.education-pro-red .genesis-nav-menu li a:hover,
	.education-pro-red .genesis-nav-menu li.current-menu-item > a,
	.education-pro-red .home-bottom,
	.education-pro-red .widget-area .widget.enews-widget,
	.education-pro-red button,
	.education-pro-red input[type="button"],
	.education-pro-red input[type="reset"],
	.education-pro-red input[type="submit"] {
		background-color: #9a9a9a;
	}

		.education-pro-red .entry-title a,
		.education-pro-red .home-bottom a:hover,
		.education-pro-red a:hover {
			color: #333;
		}

	.education-pro-red .enews-widget .enews input:hover[type="submit"],
	.education-pro-red .footer-widgets,
	.education-pro-red .home-middle,
	.education-pro-red .nav-primary,
	.education-pro-red .site-footer {
		background-color: #333;
	}



	.hero-1 {
		margin-top: -100px;
		/*    border-bottom: 15px solid #28675a;   */
	}

	.hero-2 {
		margin-top: -100px;
		padding-bottom: 75px;
	}

	.panels {
		padding: 30px 0 30px;
	}

		.panels .vc_column-inner h1 {
			margin-bottom: -40px;
			padding: 0px;
		}

	.services {
		/*    border: solid 3px #f2f2f2;*/
		padding: 15px;
	}

		.services h3 {
			margin-top: -10px;
		}

		.services p {
			margin-top: -20px;
		}

	.city {
		padding: 45px;
	}

		.city h3 {
			color: #ffde17;
			text-transform: uppercase;
			margin-bottom: 20px;
		}

		.city h2 {
			color: #ffde17;
			text-transform: uppercase;
			margin-bottom: -2px;
		}

		.city p {
			color: #fff;
			margin-bottom: -10px;
			line-height: 1.55em;
		}

	.city-right h2 {
		color: #ffde17;
		font-size: 25px;
		text-transform: uppercase;
		margin-top: -3px;
	}

	.city-right p {
		color: #fff;
		font-size: 14px;
		margin-bottom: -10px;
		line-height: 1.35em;
		margin-top: 5px;
	}

	.city-right img {
		padding: 10px 0px;
	}

	.city-right a {
		color: #ffde17;
	}

		.city-right a:hover {
			color: #fff4b1;
		}


	.panel-green p {
		font-size: 20px;
		color: #fff;
	}

	.panel-green h1 {
		color: #fff;
	}

	.panel-green {
		padding: 40px;
		margin-bottom: -40px;
	}

		.panel-green .vc_btn3.vc_btn3-size-lg {
			margin-top: -15px;
		}


.non-nav-header {
	height: 150px;
	color: #fff;
	background-color: #74161F;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(155,1125,683)'%3E%3Cstop offset='0' stop-color='%2374161F'/%3E%3Cstop offset='1' stop-color='%23C72035'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='333' height='277.5' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.04'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	box-shadow: inset 0px -4px 3px rgba(0,0,0,0.3);
}

	.non-nav-header h1 {
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
		text-align: center;
	}

.modal-link {
	cursor: pointer;
}

.modal-content .vc_single_image-wrapper {
	padding: 15px;
}

.alumni-council-posts .vc_grid-item-mini {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) !important;
	transition-duration: 0.3s;
	animation-duration: 0.3s;
}

	.alumni-council-posts .vc_grid-item-mini:hover {
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2) !important;
	}

	.alumni-council-posts a {
		font-family: gill-sans-nova;
		font-size: 24px;
		color: #ed1c29;
		font-weight: 500;
	}

.alum-coun-cat {
	display: none;
}

.alum-coun-field1 {
	text-align: center;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
	.content, .site-header .widget-area {
			width: 800px;
		}

		.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
			float: right;
		}
	}

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

		figure.effect-julia h2 {
			font-size: 25px !important;
		}

		.grid figure p {
			font-size: 15px !important;
		}

		h4 {
			font-size: 50px;
		}

		h5 {
			font-size: 45px;
		}

		h6 {
			font-size: 30px;
		}

		p.homeinfo {
			font-size: 25px;
		}

		.btn-5 .text {
			font-size: 35px !important;
		}

		.btn-5 {
			min-width: 0px !important;
		}

		.ult-overlay {
			margin-top: 48px;
		}

		.hero-1 {
			margin-top: -100px;
			border-bottom: 15px solid #28675a;
		}

		.site-title {
			font-size: 34px;
			font-weight: 700;
			line-height: 1.2;
			text-transform: uppercase;
		}

		.ubermenu-responsive-default.ubermenu {
			display: none;
		}

		.ubermenu-main-menu {
			display: none;
		}


		.site-inner,
		.wrap {
			max-width: 960px;
		}

		.content-sidebar-sidebar .content-sidebar-wrap,
		.sidebar-content-sidebar .content-sidebar-wrap,
		.sidebar-sidebar-content .content-sidebar-wrap {
			width: 740px;
		}

		.content,
		.site-header .widget-area {
			width: 620px;
		}

		.sidebar-content-sidebar .content,
		.sidebar-sidebar-content .content,
		.content-sidebar-sidebar .content {
			width: 400px;
		}

		.sidebar-primary {
			width: 300px;
		}

		.home-top .widget_text {
			font-size: 40px;
		}

		.footer-widgets-1 {
			width: 240px;
		}

		.footer-widgets-2,
		.footer-widgets-3,
		.footer-widgets-4,
		.footer-widgets-5 {
			width: 140px;
		}
	}

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

		.sidebar-primary {
			display: none;
		}

		#sidebarToggle {
			display: none;
		}

		figure.effect-julia h2 {
			font-size: 22px !important;
		}

		h4 {
			font-size: 50px;
		}

		h5 {
			font-size: 40px;
		}

		h6 {
			font-size: 25px;
		}

		body {
			font-size: 20px;
		}

		p.homeinfo {
			font-size: 25px;
		}

		.btn-5 .text {
			font-size: 35px !important;
		}

		.ult-overlay {
			margin-top: 48px;
		}



		.education-pro-landing .site-inner,
		.site-inner,
		.wrap {
			max-width: 740px;
		}

		.content-sidebar-sidebar .content-sidebar-wrap,
		.content-sidebar-sidebar .content,
		.content,
		.footer-widgets-1,
		.home-bottom .enews p + form,
		.home-bottom .enews p,
		.sidebar-content-sidebar .content-sidebar-wrap,
		.sidebar-content-sidebar .content,
		.sidebar-primary,
		.sidebar-secondary,
		.sidebar-sidebar-content .content-sidebar-wrap,
		.sidebar-sidebar-content .content,
		.site-header .widget-area {
			width: 100%;
		}

		.title-area {
			position: relative;
			margin-bottom: 6px;
		}

		.header-image .site-title a {
			background-position: center top !important;
			background-size: contain !important;
		}

		.genesis-nav-menu li,
		.site-header ul.genesis-nav-menu,
		.site-header .search-form {
			float: none;
		}

		.footer-widgets,
		.genesis-nav-menu,
		.site-header .widget-area,
		.home-bottom,
		.site-description,
		.site-header .search-form,
		.site-header .title-area,
		.site-title {
			text-align: center;
		}

		.site-header .search-form {
			margin: 16px auto;
		}

		.genesis-nav-menu li.right {
			display: none;
		}

		.site-header .genesis-nav-menu a {
			padding: 16px;
		}

		.education-pro-home .slide-excerpt {
			font-size: 16px;
			margin: 40px 40px 80px;
		}

		html > body.education-pro-home .slide-excerpt-border {
			padding: 20px 20px 0;
		}

		.home-featured .slide-excerpt h2 {
			font-size: 24px;
		}

		.home-featured .slide-excerpt .more-link {
			padding: 10px 20px;
			margin: 20px -20px 0;
		}

		.home-top .wrap {
			padding: 60px;
		}

		.home-top .widget_text {
			font-size: 30px;
		}

		.home-middle .widget {
			width: 50%;
		}

			.home-middle .widget:nth-of-type(2n+1) {
				clear: both;
			}

		.home-bottom .enews p {
			margin-bottom: 20px;
		}

		.footer-widgets-1 {
			margin: 0 0 20px;
		}

		.footer-widgets-2,
		.footer-widgets-3,
		.footer-widgets-4,
		.footer-widgets-5 {
			width: 23.0769%;
			margin: 0 0 20px;
		}

		.footer-widgets-3,
		.footer-widgets-4,
		.footer-widgets-5 {
			margin-left: 2.5641%;
		}

		h4 {
			font-size: 50px;
		}
	}

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

		.entry-content p img {
			display: block;
			margin: auto;
			float: none;
			margin-bottom: 20px;
		}

		.entry-content h2 img {
			display: block;
			margin: auto;
			float: none;
			margin-bottom: 20px;
		}

		.entry-content h3 img {
			display: block;
			margin: auto;
			float: none;
			margin-bottom: 20px;
		}

		.entry-content h4 img {
			display: block;
			margin: auto;
			float: none;
			margin-bottom: 20px;
		}

		.entry-content h5 img {
			display: block;
			margin: auto;
			float: none;
			margin-bottom: 20px;
		}

		.post .entry-header h1 {
			font-size: 32px;
		}

		.alumni_news .entry-header h1 {
			font-size: 32px;
		}

		.mega_team_case_6 .mega-team-wrap a .top-img {
			max-width: 400px !important;
			left: auto !important;
			width: 80% !important;
		}

		.mega_team_case_6 .mega-team-wrap img {
			max-width: 400px !important;
			width: 80% !important;
		}

		.mega_team_case_6 .mega-team-wrap {
			text-align: center !important;
		}

		.quick-links-container {
			display: none !important;
		}

		.MobileQuickLinks {
			display: flex;
			color: #fff;
		}

			.MobileQuickLinks .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
				font-size: 0.9em;
			}

		figure.effect-julia h2 {
			font-size: 25px !important;
		}

		h4 {
			font-size: 30px;
		}

		h5 {
			font-size: 35px;
		}

		h6 {
			font-size: 25px;
		}

		p.homeinfo {
			font-size: 20px;
		}

		.ult-overlay {
			margin-top: 48px;
		}

		.mobile-divider-row {
			display: inline !important;
		}


		.hero-1 {
			margin-top: -40px;
			border-bottom: 15px solid #28675a;
		}

		.hero-2 {
			margin-top: -40px;
			margin-bottom: 0px;
		}



		body {
			font-size: 20px;
		}

		.site-inner,
		.wrap {
			padding-left: 5%;
			padding-right: 5%;
		}

		.education-pro-landing .site-inner,
		.site-inner {
			padding-top: 0px;
		}

		.after-entry .widget,
		.archive-description,
		.author-box,
		.comment-respond,
		.entry-comments,
		.entry,
		.sidebar .widget,
		.widget-area .widget.enews-widget {
			padding: 10px;
			margin-bottom: 20px;
			padding-top: 0px;
		}

			.after-entry,
			.sidebar .widget:last-of-type {
				margin-bottom: 20px;
			}

		.archive-pagination li a {
			margin-bottom: 4px;
		}

		.five-sixths,
		.four-sixths,
		.one-fourth,
		.one-half,
		.one-sixth,
		.one-third,
		.three-fourths,
		.three-sixths,
		.two-fourths,
		.two-sixths,
		.two-thirds {
			margin: 0;
			width: 100%;
		}

		.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
		.genesis-nav-menu.responsive-menu {
			display: none;
		}

			.genesis-nav-menu.responsive-menu .menu-item,
			.responsive-menu-icon {
				display: block;
			}

				.genesis-nav-menu.responsive-menu .menu-item:hover {
					position: static;
				}

			.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
			.genesis-nav-menu.responsive-menu li a,
			.genesis-nav-menu.responsive-menu li a:hover,
			.genesis-nav-menu.responsive-menu li.current-menu-item > a {
				background: none;
				color: #444;
				display: block;
				line-height: 1;
				padding: 12px 0;
			}

			.genesis-nav-menu.responsive-menu .menu-item-has-children {
				cursor: pointer;
			}

				.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
					margin-right: 60px;
				}

			.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
				content: "\f347";
				float: right;
				font: normal 16px/1 'dashicons';
				height: 16px;
				padding: 11px 0;
				right: 0;
				text-align: right;
				z-index: 9999;
			}

			.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
				content: "\f343";
			}

			.genesis-nav-menu.responsive-menu .sub-menu {
				left: auto;
				opacity: 1;
				position: relative;
				-moz-transition: opacity .4s ease-in-out;
				-ms-transition: opacity .4s ease-in-out;
				-o-transition: opacity .4s ease-in-out;
				-webkit-transition: opacity .4s ease-in-out;
				transition: opacity .4s ease-in-out;
				width: 100%;
				z-index: 99;
			}

				.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
					padding-left: 20px;
					margin: 0;
				}

				.genesis-nav-menu.responsive-menu .sub-menu li a,
				.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
					background: none;
					border: none;
					box-shadow: none;
					color: #444;
					padding: 12px 0;
					position: relative;
					width: 100%;
				}

		.genesis-nav-menu.responsive-menu {
			padding-bottom: 16px;
		}

		.nav-primary .genesis-nav-menu.responsive-menu li a {
			background: none;
			color: #fff;
		}

			.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
				background: none;
				color: #e7e7e7;
			}

		.education-pro-home .slide-excerpt {
			display: none;
		}

		.home-top .wrap {
			margin-left: 5%;
			margin-right: 5%;
			padding: 40px;
		}

		.home-top .widget_text {
			font-size: 24px;
		}

		.home-middle .widget {
			width: 100%;
		}

		.home-bottom,
		.home-middle {
			padding: 40px 0;
		}

		.content .entry-header .entry-meta {
			margin-top: -20px;
		}

			.content .entry-header .entry-meta .entry-time {
				padding-right: 20px;
			}

		.entry-footer {
			padding: 20px;
			margin: 0 -20px -20px;
		}

		.pagination {
			margin-top: 20px;
		}

		.footer-widgets {
			padding-top: 40px;
		}

		.footer-widgets-2,
		.footer-widgets-3,
		.footer-widgets-4,
		.footer-widgets-5 {
			width: 48.7179%;
			margin: 0 0 20px;
		}

		.footer-widgets-2,
		.footer-widgets-4 {
			clear: both;
		}

		.footer-widgets-3,
		.footer-widgets-5 {
			margin-left: 2.5641%;
		}

		.site-footer {
			padding: 20px 20px 40px;
		}
	}

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



		.ult_modal-content {
			margin-top: 50px;
			margin-bottom: 60px;
		}

		.footer-widgets-2,
		.footer-widgets-3,
		.footer-widgets-4,
		.footer-widgets-5,
		.home-bottom .enews-widget input[type="email"],
		.home-bottom .enews-widget input[type="submit"],
		.title-area {
			width: 100%;
		}

		.footer-widgets-2,
		.footer-widgets-3,
		.footer-widgets-4,
		.footer-widgets-5 {
			margin: 0 0 20px;
		}

		.home-bottom .enews-widget input[type="email"] {
			margin-bottom: 16px;
			text-align: center;
		}

		.title-area {
			max-width: 280px;
		}
	}

	.ubermenu-skin-trans-black.ubermenu-responsive-toggle {
		background: transparent none repeat scroll 0 0;
		color: #444444;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		text-transform: none;
	}

	.ubermenu-main-menu .ubermenu-item-level-0 > .ubermenu-target {
		color: #0a0a0a;
		font-size: 14px;
		margin-top: 15px;
		padding-bottom: 15px;
		padding-top: 15px;
		text-transform: uppercase;
	}

	.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-shift .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
		margin-top: 16px;
		opacity: 1;
	}

	.ubermenu-main-menu .ubermenu-item-level-0 > .ubermenu-target {
		box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0) inset;
		color: #0a0a0a;
		font-size: 14px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 15px;
		padding-top: 15px;
		text-transform: uppercase;
	}

	.right-toggle {
		margin-top: 14px;
		text-align: center;
	}

	#shiftnav-toggle-main:before,
	.shiftnav-toggle-main-block {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#shiftnav-toggle-main {
		background: rgba(5,128,60,1);
		background: -moz-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,128,60,1)), color-stop(39%, rgba(40,103,90,1)), color-stop(100%, rgba(40,103,90,1)));
		background: -webkit-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		background: -o-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		background: -ms-linear-gradient(left, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		background: linear-gradient(to right, rgba(5,128,60,1) 0%, rgba(40,103,90,1) 39%, rgba(40,103,90,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05803c', endColorstr='#28675a', GradientType=1 );
		font-size: 12px !important;
	}

	.what-we-do {
		background: #bcbec0;
		padding: 20px;
		border: 8px solid #fff;
		/*    margin-right: 5px;*/
	}

		.what-we-do h3 {
			text-transform: uppercase;
			font-size: 19px;
		}

		.what-we-do p {
			font-size: 13px;
		}

		.what-we-do img {
			margin-bottom: -12px;
			margin-top: 14px;
		}
	/* Project Panel Pages*/
	.project-panel {
		padding: 80px;
	}

		.project-panel h1 {
			text-transform: uppercase;
			text-align: center;
		}

		.project-panel h3 {
		}

		.project-panel h5 {
			margin-top: -15px;
		}

		.project-panel .vc_btn3.vc_btn3-size-md {
			font-size: 14px;
			margin-top: -15px;
			padding: 14px 20px;
		}

	/*Project Panel Page*/

	.project-panel2 {
		padding: 0px;
	}

		.project-panel2 h1 {
			text-transform: uppercase;
			text-align: center;
		}

		.project-panel2 h3 {
		}

		.project-panel2 h5 {
			margin-top: -15px;
		}

		.project-panel2 .vc_btn3.vc_btn3-size-md {
			font-size: 14px;
			margin-top: -15px;
			padding: 14px 20px;
		}

	/**/

	.home-top-panel {
		background: rgba(249,249,249,1);
		background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(8%, rgba(249,249,249,1)), color-stop(22%, rgba(245,245,245,1)), color-stop(45%, rgba(242,242,242,1)), color-stop(100%, rgba(205,224,219,1)));
		background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
		background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
		background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
		background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 8%, rgba(245,245,245,1) 22%, rgba(242,242,242,1) 45%, rgba(205,224,219,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cde0db', GradientType=1 );
		padding: 30px 0 30px;
	}


		.home-top-panel .vc_column-inner h1 {
			margin-bottom: -40px;
			padding: 0px;
		}

		.home-top-panel h1 {
			color: #fff;
		}

		.home-top-panel p {
			color: #fff;
		}

	/*Breadcrumbs CSS*/

	.page-id-10 .breadcrumb {
		display: none;
	}


	.page-id-11 .breadcrumb {
		display: none;
	}

	.page-id-12 .breadcrumb {
		display: none;
	}

	.page-id-13 .breadcrumb {
		display: none;
	}

	.page-id-14 .breadcrumb {
		display: none;
	}

	.page-id-15 .breadcrumb {
		display: none;
	}

	.page-id-16 .breadcrumb {
		display: none;
	}

	.page-id-17 .breadcrumb {
		display: none;
	}

	.page-id-18 .breadcrumb {
		display: none;
	}

	.page-id-765 .breadcrumb {
		display: none;
	}

	.uploads {
		background: #f2f2f2;
		padding: 8px;
		padding-left: 45px;
		padding-right: 45px;
	}



	.contact-right {
		padding: 40px 20px 0px 20px;
		background: #f2f2f2;
	}

		.contact-right h3 {
			color: #28675a;
			margin-bottom: 5px;
		}

	.contact-page h2 {
		margin-bottom: 5px;
		font-size: 23px;
	}

	.contact-page p {
		font-size: 14px;
		font-style: italic;
	}

	.headings {
		background: #28675a;
		padding: 15px;
		color: #fff;
	}

	.bios h2 {
		font-size: 40px;
	}

	.bios p {
		font-size: 18px;
		font-weight: 400;
	}

	.team-headings {
		background: rgba(182,206,200,1);
		background: -moz-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(182,206,200,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to right, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cec8', endColorstr='#ffffff', GradientType=1 );
		padding: 35px 0 0 15px;
		margin-bottom: 25px;
	}

		.team-headings h2 {
			font-size: 30px;
		}

	.team-drop h4 {
		font-size: 22px;
	}

	.team-drop1 .vc_tta-panel-title > a {
		background: rgba(182,206,200,1);
		background: -moz-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(182,206,200,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(left, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to right, rgba(182,206,200,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cec8', endColorstr='#ffffff', GradientType=1 );
	}

	.ubermenu-responsive-default.ubermenu {
		display: block !important;
	}

	.none {
		display: none;
	}
