/*
	Theme Name: BUSD Education Pro
	Theme URI: http://my.studiopress.com/themes/education/
	Description: Theme based on Education Pro, customized for BUSD. Requires Genesis Framework to be installed
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 0.0.2
	
	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

	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
		- Genesis Author Pro
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- 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
---------------------------------------------------------------------------------------------------- */

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

body {
	background-color: #f5f5f5;
	color: #222222;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4; /* 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: #9d2235;
	text-decoration: none;
}

a:hover {
	color: #34678a;
	text-decoration: none;
}

p {
	margin: 0 0 15px; /* 28px */
	padding: 0;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 30px;
	padding-top: 30px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 20px 0 10px;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: 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;
}

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

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: #9d2235;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 30px;
	/*text-transform: uppercase;*/
	white-space: normal;
	width: auto;
}

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

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

/*Added 3-19-21 SS */
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large,
.button.large {
font-size: 22px;
}

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

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.65;
	margin-bottom: 40px;
}

tbody {

}

td,
th {
	text-align: left;
}

td {

	padding: 6px 0;
}

th {
	font-weight: 400;
}
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000000;
	line-height: 1.5;
	margin-bottom: 30px;
}
td,
th {
	text-align: left;
	border: 1px solid #000000;
	padding: 5px 8px;
}
th {
	font-weight: bold;
	border-bottom: 3px solid #000000;
}
table tr:nth-child(even) {
	background: #EEEEEE;
}

/* Table for Directory Information (3 Columns) | SS */
table.directory {
  border: 1px solid #000000;
  min-width: 60%;
  max-width: 900px;
  text-align: left;
  border-collapse: collapse;
}
table.directory td {
  border: 1px solid #000000;
  padding: 5px;
  vertical-align: top;
  width: 33%;
}
table.directory tr:nth-child(even) {
  background: #EEEEEE;
}
table.directory tr:nth-child(1) {
  font-weight: bold;
  vertical-align: bottom;
  border-bottom: 3px solid #000000;
}

/* Table for Meeting Information | SS */
table.meeting {
  border: 1px solid #000000;
  min-width: 60%;
  max-width: 1280px;
  text-align: left;
  border-collapse: collapse;
}
table.meeting td, table.meeting th {
  border: 1px solid #000000;
  padding: 5px;
  vertical-align: top;
}
table.meeting tr:nth-child(even) {
  background: #EEEEEE;
}
table.meeting thead {
  background: #9D2235;
}
table.meeting thead th {
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
table.meeting tfoot td {
  font-size: 14px;
}

/* Table for Data | SS */
table.data {
  border: 1px solid #000000;
  width: 100%;
  line-height: 1.4;
  margin-bottom:20px;
}
table.data td, table.data th {
  border: 1px solid #000000;
  padding: 3px 5px;
}
table.data tr:nth-child(even) {
  background: #EEEEEE;
}
table.data th {
  font-weight: bold;
  border-bottom: 3px solid #000000;
}
table.data td {
  text-align: center;
}
table.data td:nth-child(1) {
  text-align: left;
  font-weight: bold;
}

/* Scroll Container Div - for horizontal scroll on mobile | SS */
div.scroll {
	overflow-x:auto;
	margin-bottom:20px;
}
div.scroll table {
  margin-bottom:0 !important;
}


/* Responsive Table - stacks info on mobile | SS */

@media screen and (max-width: 600px) {
    table.responsive {width:100%; border-bottom: 2px solid;}
    table.responsive thead {display: none;}
    table.responsive tr {border-top: 1px solid black;}
    /* table.responsive tr:nth-of-type(2n) {background-color: inherit;} */
    table.responsive tr td:first-child {font-weight:bold; font-size:1.2em;}
    table.responsive tbody td {display: block;  text-align:center; border-bottom: none;}
    table.responsive tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center;  
    }
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1600px; /* 1140px*/
}

.site-inner {
	clear: both;
	padding-top: 30px; /* 60px */
}

.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: 1180px; /* 740px */
}

.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 {
	min-width: 80%;
	max-width: 1180px;
	float: none;
	margin: auto;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 390px; /* 360px */
}

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


/*
Alert Classes
---------------------------------------------------------------------------------------------------- */

.alert {
	border: 3px solid #9d2235;
	padding: .8em 1em;
	margin: 20px 0;
	background-color:#f5f5f5;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5 {
	margin-top: 10px;
}

.alert.narrow {
	width: fit-content;
}

/* 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-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 20px; /* 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;
}

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

.entry-content .search-form /*, .site-header .search-form */
{
	width: 50%;
}

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

.site-header .widget_search {
	margin-bottom:10px;
/*	width:60%; */
	float:left;
}

.site-header .search-form input {
	padding:5px 10px;
	background-color:#ffffff;
	box-shadow:inset 1px 1px 2px 1px #681824;
	border:none;
	color:#222222;
}

.site-header .search-form input[type="submit"] {
    margin-left: 5px;
}

.site-header .search-form input {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font:normal 18px/1 'dashicons', 'Roboto Condensed', sans-serif;
    vertical-align: top;
}


/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

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

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

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

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

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

.sidebar .widget-title {
	font-weight:bold;
}

.sidebar .widget-title:last-of-type {
	border-bottom:0;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

/* 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: 400;
	font-size: 90%;
	margin: 0;
	text-align: center;
}

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

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}


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

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

/* google translate widget */

.site-header .widget_glt_widget {
	margin:11px 30px 0 30px;
	float:left;
}

.widget_glt_widget div#flags {
	display:none;
}

/* simple calendar css */
.home .simcal-default-calendar-list ul.simcal-events {
	margin:0;
}

.home .simcal-default-calendar-list .simcal-event-details {
    font-size: .84em;
    line-height: 1.5;
    overflow: hidden;
    margin:10px 0;
    border-bottom:1px dotted #ccc;
}

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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
}

.widget-area .widget.enews-widget {
	background-color: #9d2235;
	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 Author Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .breadcrumb ~ .entry {
	margin-top: 10px;
}

/* 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: #444; /* #fff */
/*	box-shadow: 3px 3px rgba(70, 70, 70, 0.2); */ 
	filter: alpha(opacity=100);
	opacity: 0.8; /*1*/
}

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

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

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #e44a3c; /*#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-color: #fff;
	border-top: 3px solid #e44a3c;
	box-shadow: 0 3px rgba(70, 70, 70, 0.05);
	min-height: 80px;
}

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

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

.title-area {
	background-color: #e44a3c;
	box-shadow: none; /* 0 3px rgba(70, 70, 70, 0.1) */
	color: #fff;
	margin: 0 auto;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 300px;
}

.header-image .title-area {
	/* background-color: #fff !important; */
	padding: 0;
}

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

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

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

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

.site-header .widget {
	float:right;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.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 .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	background-color: #9d2235;
	color: #fff;
}

.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: #9d2235;
	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: #444;
}

.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 .widget_nav_menu {
	clear:both;
}

.site-header .genesis-nav-menu .sub-menu {
	background:#fff;
}

.site-header .genesis-nav-menu a {
	color: #fff; /*#444;*/
	padding: 32px 8px;  /* 32px 16px */
	font-weight:600;
	/*text-transform:uppercase;*/
}

.site-header .genesis-nav-menu .sub-menu a {
	background:none;
	border:none;
	box-shadow:none;
	color: #000; /* #fff */
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	padding: 0 20px 10px; /* 14px 16px */
}

.site-header .genesis-nav-menu .sub-menu a:hover {
	color:#9d2235;
	text-decoration:underline;
}

.site-header .genesis-nav-menu .sub-menu a:last-of-type {
	padding-bottom:0;
}

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

/* Site Header Mega Menu Navigation */

.site-header .genesis-nav-menu .mega-menu .sub-menu {
	border: 1px solid #eee;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	height: auto;
	width: 100%;
	padding-left: calc(80vw - (1280px/2) ); /* for screens 1600px and above */
	padding-top:40px;
	padding-bottom:40px;
	right: 0;
}

/* 
.site-header .genesis-nav-menu .mega-menu .sub-menu .menu-item { /* added to try to control columns better 
	display:block;
} */

/* 
.site-header .genesis-nav-menu .mega-menu .menu-item {
	float:left;
}
 */

.site-header .genesis-nav-menu .mega-menu .sub-menu a {
/* 	border-right:1px dotted #9d2235; */
	width:260px; /* change widths for different screens? */
	padding:4px 10px;
}

/* 
.site-header .genesis-nav-menu .new-column .menu-item {
	clear:left;
	float:left;
}
 */


.site-header .genesis-nav-menu .mega-menu .sub-menu li:nth-child(3n+1) {
	clear:left;
	float:left;
}

/* 
.site-header .genesis-nav-menu .mega-menu .sub-menu li:nth-child(3n) a {
	border-right:0;
}
 */

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

.nav-primary {
	background-color: #34678a;
	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";
	color:#fff;
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

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

.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: 40px 80px 40px; /* 80px 80px 120px; */
	text-align: left;
}

.home-featured .slide-excerpt h2, .home-featured .slide-excerpt p {
	color:#fff;
	opacity:1;
}

.home-featured .slide-excerpt .more-link {
	/* background-color: #333;  #f5f5f5 */
	color: #e44a3c; /* #e44a3c */
	display: block;
	padding: 10px 0; /* 20px 40px  */
	margin: 0; /* 40px -40px -12px */
	text-align: left; /* 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: #e44a3c; /* #fff */
}

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

.home-top .wrap {
	padding: 20px 0 0;
	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: #9d2235;
	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-1 {
 /*   box-shadow: inset 0 5px rgba(0, 0, 0, 0.1); */
    padding: 20px 10px;
}

.home-middle-1 .widget {
    float: left;
    text-align: left;
    width: 23%;
	background-color: #fff;
    border-left: 3px solid #9d2235;
    box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
    padding: 30px;
    margin-right:3%;
    min-height:725px;
}

.home-middle-1 .featured-content {
	width: 47%;
	margin-left:0.5%;
}

.home-middle-1 .widget:nth-of-type(3n){
	margin-right:0;
}

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

.home-middle-1 .widget-title {
	text-transform: uppercase;
	font-weight:bold;
	padding-bottom:0;
}

.home-middle-1 .featured-content .widget-title {
    font-size: 28px;
    color:#9d2235;
    font-weight:bold;
    margin-bottom:0;
}


.home-middle-1 .featured-content .entry {
	padding:15px 0;
	border-bottom:1px dotted #ccc;
}

.home-middle-1 .featured-content .entry-title {
    font-size: 20px;
    font-weight:bold;
    margin-bottom: 0;
    color:#666;
}

.home-middle-1 .featuredpost h2 {
	font-size:21px;
	margin-bottom:0;
	font-weight:bold;
}

.home-middle-1 .featuredpost h2 a {
	color:#333;
}

.home-middle-1 .featuredpost .byline {
	font-size:15px;
	font-weight:bold;
	color:#9d2235; /* #9d2235 */
	margin-bottom:0;
	display:inline;
	text-transform:uppercase;
	letter-spacing:0.1em;
}

.home-middle-1 .featured-content .entry:last-of-type {
	border-bottom:0;
}

.home-middle-1 .entry-meta {
	color:#9d2235;
}

.home-middle-1 p.more-from-category {
	margin:20px 0;
}

.home-middle-wide p.more-from-category a, .home-middle-1 p.more-from-category a { /* button link to read more */
	-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;
	background-color: #9d2235;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 30px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.home-middle-1 .menu li {
	list-style-type:square;
	border-bottom:1px dotted #ccc;
	padding:8px 0;
}

.home-middle-1 .menu li:last-of-type {
	border-bottom:none;
}

.home-middle-1 .menu li a {
	font-weight:600;
	color:#555;
	font-size:16px;
	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: #9d2235;
}

.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: #9d2235;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	padding: 60px 0;
}

.home-bottom .widget {
	width:48%;
	float:left;
	color:#333;
	background-color:#fff;
	border-left: 3px solid #9d2235;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 20px 40px; /* 	padding:10px; */
	margin-right:4%;
	min-height:240px;
}

.home-bottom .widget:nth-of-type(2n) {
	margin-right:0;
}

.home-bottom .widget-title {
	text-transform:uppercase;	
}

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

.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:#9d2235;
	color:#fff;
}

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

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

.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: #9d2235;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 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;
	clear: both;
}

/* 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: #fff;
	border-left: 3px solid #e44a3c;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 20px; /* 40px */
}

.after-entry .widget {
	float:left;
	width:48%;
	margin-right:4%;
	min-height:240px;
}

.after-entry .widget:nth-of-type(2n) {
	margin-right:0;
}

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

/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	padding: 0;
}

.content .portfolio {
	background: none;
	float: left;
	margin: 0 2% 40px 0 !important;
	overflow: hidden;
	padding: 0;
	width: 30.555555555%;
}

.portfolio .post-image {
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .gallery img:hover,
.portfolio .gallery img:focus {
	border: none;
}

.portfolio .entry {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.portfolio .post .entry-title {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	margin: 10px 0;
}

.portfolio .entry-title a {
	margin: 0;
	text-decoration: none;
}

.portfolio .entry-meta {
	display: none;
}

.portfolio .more-link {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #222;
	color: #fff;
	display: block;
	padding: 8px 12px;;
	margin: 20px 0 0;
	text-align: center;
	text-decoration: none;
	max-width: 150px;
}

.content .portfolio .more-link:hover {
	background: #fa5738;
	color: #fff;
}

.portfolio-clear {
	clear: none;
}

.portfolio-clear-2 {
	clear: both;
}

/* Home Bottom & After Entry Widgets - subscribe forms */
#subscribe-email input, 
input[type="text"] {
	font-size: 18px;
	font-weight: 300;
	padding:10px;
	margin-right:10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.home-bottom .widget, 
.after-entry .widget {
	min-height:210px;
}

.home-bottom #subscribe-text, 
.home-bottom p.subscribe-a-news-form, 
.after-entry #subscribe-text, 
.after-entry p.subscribe-a-news-form {
	display:block;
}

.home-bottom #subscribe-text, 
.after-entry #subscribe-text {
	margin-bottom:10px;
}

.home-bottom p.subscribe-a-news-form, 
.after-entry p.subscribe-a-news-form {
	margin-bottom:0;
}

.home-bottom #subscribe-email, 
.home-bottom input[type="text"], 
.after-entry #subscribe-email, 
.after-entry input[type="text"] {
	width: 60%;
}

.home-bottom #subscribe-email, 
.after-entry #subscribe-email, 
.home-bottom #subscribe-submit, 
.after-entry #subscribe-submit {
	display:inline-block;
}

.home-bottom #subscribe-submit, 
.after-entry #subscribe-submit {
	width:30%;
}


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

.footer-widgets {
	background-color: #34678a;
	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: #9d2235;
}

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

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

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

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

.footer-widgets-6 {
	clear:both;
	width:95%;
	margin:0 2%;
}


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

.site-footer {
	background-color: #34678a;
	font-size: 16px;
	padding: 60px 0;
	text-align: center;
}

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

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #9d2235;
}

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

/*
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-top .widget_text .widget-title,
.education-pro-red .sidebar .widget-title a,
.education-pro-red .sidebar .widget-title
.education-pro-red .home-middle-1 .widget-title a,
.education-pro-red .home-middle-1 .widget-title,
.education-pro-red .home-middle-1 .featuredpost h2 a:hover,
.education-pro-red .home-middle-1 .menu li a:hover,
.education-pro-red .home-bottom .widget-title {
	color: #9d2235;
}

.education-pro-red .home-featured .more-link {
	color: #fff;
}

.education-pro-red .archive-description,
.education-pro-red .author-box,
.education-pro-red .button:hover,
.education-pro-red .home-middle-1 p.more-from-category a: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 .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 .home-featured #genesis-responsive-slider .more-link:hover {
	background-color:#333;
}

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

.education-pro-red .site-header {
	background-color: #9d2235;
	border-color: #9d2235;
}

.education-pro-red .footer-widgets .wrap a:hover,
.education-pro-red .footer-widgets a.button,
.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 {
	color: #9a9a9a;
}

.education-pro-red a {
	color: #757575;
	text-decoration: underline;
}

.education-pro-red .slide-excerpt h2 a {
	color:#fff;
}

.education-pro-red .button,
.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: #9d2235; /*background-color: #9a9a9a;*/
	color:#fff;
}

.education-pro-red a.button {
	text-decoration: none;
	font-weight: bold;
}

.education-pro-red a.button:hover {
	text-decoration: none;
}

.education-pro-red .home-bottom {
	background-color:#e1e1e1;
}

.education-pro-red .genesis-nav-menu li.current-menu-item > a, 
.education-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color:transparent;
}

.education-pro-red .genesis-nav-menu li a:hover {
	background-color:#691723;
}

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

.education-pro-red a:hover {
	color: #9d2235;
	text-decoration: underline;
}

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

.education-pro-red .nav-primary {
	background-color: #9d2235;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


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

	.site-inner, 
	.wrap {
		max-width:1280px;
	}
	
	.content {
		width:870px;
	}

}

@media only screen and (max-width: 1280px) {
	.site-header .genesis-nav-menu .mega-menu .sub-menu {
			padding-left: calc(80vw - (1100px/2) );
	}
	
/*	.site-header .genesis-nav-menu .mega-menu .sub-menu a {
		width:240px;
	}*/
	
	.site-inner, 
	.wrap {
		max-width:1140px;
	}
	
	.home-middle-1 .widget {
		min-height:875px;
	}
	
	.content {
		width:720px;
	}

	
}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.nav-primary .wrap {
		max-width:740px;
	}
	
	.home .site-inner {
		padding:0;
	}

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

	.content {
		width: 620px;
	}
	
	.header-image .site-title > a {
    	margin-top:-25px;
	}
	
	.site-header .widget-area {
		width: 660px;
	}
	
	.title-area {
		position: relative;
		margin-bottom: 6px;
	}

	.header-image .site-title a {
		background-position: center top !important;
		background-size: contain !important;
	}
	
	.header-image .site-title > a {
		margin-top:-20px;
	}
	
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}
	
	.site-header .genesis-nav-menu .mega-menu .sub-menu {
		padding-left: calc(80vw - (900px/2) );
	}
	
	.site-header .widget_nav_menu, .site-header .widget-area { /*.site-header .widget */
		float:none;
		display:block;
		margin:0 auto 0;
	}
	
	.site-header .widget_search {
		margin-right:25%;
	}
	
	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu .mega-menu .sub-menu {
		padding-left: calc(50vw - (700px/2) );
	}
	
	.site-header .genesis-nav-menu .mega-menu .sub-menu li:nth-child(2n+1) {
		clear:none;
		float:none;
	}

	.site-header .genesis-nav-menu .mega-menu .sub-menu li:nth-child(3n+1) {
		clear:left;
		float:left;
	}
	
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu /*, .site-header .search-form*/
	{
		float: none;
	}

	.genesis-nav-menu,
	.site-header .widget-area {
		text-align:center;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 310px; /* 300px */
	}
	
	.home-top .widget_text {
		font-size: 40px;
	}
	
	.home-middle-1 .widget {
		width:48%;
		padding-right:40px;
		margin-right:3%;
		min-height:660px;
	}
	
	.home-middle-1 .widget .featuredpost {
		min-height:auto;
	}
		
	
	.home-middle-1 .widget:nth-of-type(3n) {
		margin-right:0;
		float:right;
	}
	
	.home-middle-1 .widget:nth-of-type(3n+1) {
		clear:none;
		}
	
	.home-middle-1 .featured-content { /* blog posts */
		width:100%;
	}
	
	.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) {

	.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%;
	}
	
	.footer-widgets,
	.home-bottom,
	.after-entry {
		text-align: center;
	}

	.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-1 .widget {
		min-height:680px;
	}
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-middle-wide .widget {
		padding:20px 40px;
	}

	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}
	
	.home-bottom .widget, 
	.after-entry .widget {
		min-height:320px;
	}
	
	.home-bottom #subscribe-email, 
	.home-bottom input[type="text"], 
	.after-entry #subscribe-email, 
	.after-entry input[type="text"] {
		display:block;
		width:100%;
		margin-top:10px;
	}
	
	.home-bottom #subscribe-email, .after-entry #subscribe-email {
		margin-bottom:10px;
	}
	
	.home-bottom #subscribe-submit, .after-entry #subscribe-submit { 	
		display:block;
		width:100%;
	}
	
	.home-bottom #subscribe-submit input, .after-entry #subscribe-submit input {
		margin-top:5px;
	}
	
	.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%;
	}

}

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

	body {
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.header-image .site-title > a {
    	margin-top:0px;
	}
	
	.education-pro-landing .site-inner,
	.site-inner {
		padding-top: 20px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}
	
	.home-bottom .widget, 
	.after-entry .widget {
		min-height:0;
		width:100%;
	}	
	
	.after-entry .widget:last-of-type {
		margin-bottom:40px;
	}
	
	.home-bottom p.subscribe-a-news-form, 
	.after-entry p.subscribe-a-news-form {
	margin-bottom:10px;
	}
	
	.home-bottom #subscribe-email, 
	.home-bottom input[type="text"], 
	.after-entry #subscribe-email, 
	.after-entry input[type="text"] {
		display:inline-block;
		width:60%;
	}
	
	.home-bottom #subscribe-submit, 
	.after-entry #subscribe-submit { 
		display:inline-block; 
		width:30%;
	}
	
	.home-bottom input[type="submit"], 
	.after-entry input[type="submit"] {
		display:inline-block;
		margin-top:0;
	}

	.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 li a {
		background: none;
		color: #fff; /* #444 */
		display: block;
		line-height: 1;
		padding: 12px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a:hover {
	}
	
	
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
	}

	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 40px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		color:#fff;
		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";
		color:#fff;
	}
	
	.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;
	}
	
	.site-header .widget_search {
		margin-right:23%;
	}
	
	.site-header .genesis-nav-menu .mega-menu .sub-menu {
		padding-left:0;
		left:auto;
		width:100%;
		right:auto;
		padding:10px;
	}
	
	
	
	.site-header .genesis-nav-menu .mega-menu .menu-item {
		float:none;
	}


	.site-header .genesis-nav-menu .mega-menu .sub-menu li:nth-child(3n+1) {
		clear:none;
		float:none;
	}
	
	.site-header .genesis-nav-menu .mega-menu .sub-menu a {
		width:100%;
	}
	
	.genesis-nav-menu.responsive-menu .mega-menu  .sub-menu li a,
	.genesis-nav-menu.responsive-menu .mega-menu .sub-menu li a:hover {
		padding-left:10px;
	}

	.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; */
		margin-left: 0;
		margin-right: 0;
	}
	
	.home-top .widget_text {
		font-size: 24px;
	}
	
	.home-middle-1 .widget, .home-middle .widget, .home-bottom .widget {
		width: 100%;
	}
	
	.home-middle-1 .widget {
		min-height:auto;
	  }
	
	.home-bottom,
	.home-middle-1,
	.home-middle {
		padding: 40px 0;
	}
	
	.home-middle-1 {
		min-height:0;
	}
	
	.content .entry-header .entry-meta {
		margin-top: -20px;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		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;
	}
	
	.content .portfolio {
		width: 48%;
	}

	.portfolio-clear {
		clear: both;
	}

	.portfolio-clear-2 {
		clear: none;
	}

	.content .portfolio .post-image {
		width: 100%;
	}
	
}

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

	.home-middle-wide .widget {
		padding:20px;
	}

	.site-header .widget, .site-header .search-form {
		float:none;
	}
	
	.site-header .widget_glt_widget {
		display:none;
	}
	
	.site-header .widget_search {
		margin:0;
	}
	
	.after-entry .widget {
		float:none;
		width:100%;
		margin-right:0;
	}
	
	.home-bottom #subscribe-email, 
	.home-bottom input[type="text"], 
	.after-entry #subscribe-email, 
	.after-entry input[type="text"] {
		display:block;
		width:100%;
		margin-top:10px;
	}
	
	.home-bottom #subscribe-submit, 
	.after-entry #subscribe-submit  {
		margin-bottom:10px;
	}
	
	.home-bottom #subscribe-submit, 
	.after-entry #subscribe-submit { 
		display:block;
		width:100%;
	}
	
	.home-bottom #subscribe-submit input, 
	.after-entry #subscribe-submit input {
		margin-top:15px;
	}
}

@media only screen and (max-width: 480px) {
	
	.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: 300px;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}

	.content .portfolio .post-image {
		width: 100%;
	}

	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}

}