/*
	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 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: #fff;
	color: #000;
	font-family: 'roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	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: #B335B3;
	text-decoration: none;
}

a:hover {
	color: #4A256A;
}

p {
	margin: 0 0 28px;
	padding: 0;
}


b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px 30px;
	text-align: left;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-family: georgia, serif;
	font-size: 40px;
	height: 0;
	left: -25px;
	position: relative;
	top: -10px;
	text-align: left;
}

.home blockquote {font-size: 25px; font-weight: bold;}
.home cite {display: block; text-align: right; font-size: 18px; margin-top: 10px;} 

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

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

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 18px;
	font-weight: normal;
	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: normal;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #4A256A;
	border-radius: 3px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	padding: 15.5px 30px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #B335B3;
	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"] {
	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"]{
	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
---------------------------------------------------------------------------------------------------- */

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

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

.site-inner {
	clear: both;
}

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

.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: right;
	width: 300px;
}

.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-color: #fafafa;
	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;
}

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

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

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

.entry-title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.entry-title a {
	color: #1F5174;
}

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

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

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: none;
}

.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 {padding: 10px; background-color: #E2E7F3;}

.wp-caption-text {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

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

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


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

/* 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: #4AA548;
	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: #1F5174;
	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: none;
	color: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	font-weight: bold;
	/*text-shadow: 0px 0px 10px #888;*/
}

.education-pro-home .slide-excerpt h1 {font-weight: bold;}

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

.education-pro-home .slide-excerpt h2 a {
	color: #4AA548;
}

.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-color: #4A256A;
	min-height: 110px;
	padding: 10px 0;
	font-size: 0;
	/*margin-top: -10px;*/
}

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

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

.title-area {
	/*background-color: #e44a3c;
	box-shadow: 0 3px rgba(70, 70, 70, 0.1);*/
	color: #000 !important;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	max-width: 600px;
	vertical-align: top;
}

.header-image .title-area {
	padding: 0;
}

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

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

.header-image .site-title > a {
	float: left;
	min-height: 85px;
	width: 385px;
	min-width: 385px;
	max-width: 100%;
}

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

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

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 760px;
	padding-top: 0;
}

.kws_form {padding: 0 !important;}
.kws_form .kws_input_container {display: inline-block;}
.header-widget-area .widget-title {display: none;}

@media screen and (max-width: 768px)
{
	.kws_form {text-align: center !important;}
	.kws_input_fields {text-align: center !important;}
}

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

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

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

.genesis-nav-menu li a {
	color: #FFF;
	display: block;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 1025px)
{
	
.genesis-nav-menu li a {
	margin-left: -4px;}
	
.genesis-nav-menu li.menu-item-10 a {border: none;}
/*
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	border-right: 2px solid #DBD5D2;
}
	*/
	
}
	



.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: #2b014d;
	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: rgba(43, 1, 77, 0.9);
	border-top: none;
	/*box-shadow: 3px 3px rgba(70, 70, 70, 0.2);*/
	color: #fff;
	font-size: 16px;
	padding: 14px 16px;
	position: relative;
	width: 300px;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: rgba(74, 37, 106, 1);
	border: none;
	color: #fff;
}

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

.before-header {
	border-top: 10px solid #2C62C2;
	background-color: $fff; 
	color: #000; 
	font-size: 35px; 
	font-weight: bold;
	text-align: right;
	padding: 0;}
	
.social-header {font-size: 0;}	
.social-header a {
	color: #fff; 
	display: inline-block; 
	text-align: center;
	font-size: 30px;}	

 .social-header a:hover {color:#B335B3;}

@media screen and (max-width: 600px)
{
	.before-header {text-align: center; margin-bottom: 30px;}
}
	
.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: #444;
	padding: 32px 16px;
}

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

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

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

.nav-primary {
	background-color: #B335B3;
	color: #fff;
}

.nav-primary .genesis-nav-menu {
	font-size: 16px;
	font-weight: bold;
}

.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;
	font-size: 0;
}

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


.responsive-menu-icon:after {
	content: "MENU"; 
	display: inline-block; 
	font-size: 20px; 
	padding: 6px; 
	margin: 0 auto; 
	font-weight: bold; 
	vertical-align: top;
	}

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

/* Home
--------------------------------------------- */
/*
.home-featured {
	background-color: #fff;
	position: relative;
	text-align: center;
	z-index: 9;
	max-width: 2000px;
	margin: 0 auto;
}

.home-featured .widget {
	padding: 0;
	margin: 0 auto;
}
*/


.home-featured {
	background-color: #fff;
	text-align: left;
/*	background-image: url('images/informedchoice-banquet-hero.jpg');
	background-size: cover;	
*/	
	color: #58656C;
	font-size: 35px;
}


.home-featured .soliloquy-container .soliloquy-caption {
	text-align: right;
	position: relative; left: 0;
	display: inline-block;
}


.home-featured .soliloquy-container .soliloquy-caption .button {background-color: #2B014D;}
.home-featured .soliloquy-container .soliloquy-caption .button:hover {background-color: #B335B3;}

.home-featured  #black-studio-tinymce-2 .soliloquy-container .soliloquy-caption h1, 
.home-featured #black-studio-tinymce-2 .soliloquy-container .soliloquy-caption h2
{color: #91BEC4;}

.home-featured h1 {font-size: 65px; text-transform: uppercase; font-weight: bold; line-height: 1.1;}
.home-featured h2 {font-size: 40px;}

@media screen and (max-width: 768px)
{
.home-featured  {font-size: 20px;}
.home-featured h1 {font-size: 40px;}
.home-featured h2 {font-size: 30px;}	
/*.home-featured .widget {padding: 40px 0;}*/
}

.home-top {
			text-align: left;
			background-color: #B335B3;
			max-width: 2000px;
			padding: 80px 0;
			color: #fff;
		}
		
.home-top  .searchform label {display: none;}	
.home-top  .searchform #swpquery {max-width: 600px; display: inline-block;}	
.home-top  .searchform #searchsubmit {display: inline-block; margin-left: 15px;}	
	

@media screen and (max-width: 800px)
{
	.home-top {padding: 60px 0;}
	
}

	
.home-middle {	
	background-color: #fff;
	text-align: center;
	background-image: url('images/pregnancy-belly.jpg');
	background-size: cover;	
	color: #fff;
}

.home-middle .widget {
	padding: 100px 0;
	font-size: 20px;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
	line-height: 1.1;
}

.home-middle .two-thirds {text-align: right; 
	padding: 0 30px;}

.home-middle .widget span {font-size: 35px; margin-right: 5px; margin-top: 20px; display: inline-block;}
.home-middle h2 {font-size: 45px; font-weight: bold; margin-top: 40px;}
.home-middle .stats-title {display: none;}

@media screen and (max-width: 800px)
{
	.home-middle .stats-title {display: block; margin-bottom: 20px;}
	.home-middle .widget {padding: 60px 0;}
	.home-middle .one-third {display: none;}
	.home-middle h2 {margin-top: 0;}
	.home-middle .two-thirds {text-align: left; 
	padding: 0;}

}


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


.home-middle-1 {
	background-color: #510490;
	color: #fff;
	padding: 60px 0;
	text-align: left;
}

.home-middle-1 .widget_black_studio_tinymce {margin-bottom: 0;}

.home-middle-1 #featured-post-2 .widget-wrap {
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

@media screen and (max-width: 768px)
{
	.home-middle-1 #featured-post-2 .widget-wrap {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
	
}

.home-middle-1 #featured-post-2 .widget-wrap .entry-meta {display: inline-block; float: left; background-color: #FFFFFF; color: #000; text-transform: uppercase; height: 60px; width: 60px; margin: 10px 20px 0 0; font-size: 18px; text-align: center; line-height: 22px; font-weight: bold; padding-top: 8px;}

.home-middle-1 #featured-post-2 .widget-wrap .entry-meta time:first-child {font-size: 25px; color: #B335B3;}


.home-middle-1 #featured-post-2 .widget-wrap article {border-bottom: 1px solid #fff; padding: 30px 0; margin: 0;}	

@media screen and (min-width: 769px)
{
.home-middle-1 #featured-post-2 .widget-wrap article:nth-child(2) .entry-meta,
.home-middle-1 #featured-post-2 .widget-wrap article:nth-child(5) .entry-meta 
	{background-color: #B335B3; color: #fff; }
.home-middle-1 #featured-post-2 .widget-wrap article:nth-child(2) .entry-meta time,
.home-middle-1 #featured-post-2 .widget-wrap article:nth-child(5) .entry-meta time
	{color: #fff; }	
	.home-middle-1 #featured-post-2 .widget-wrap article:nth-child(3),
	.home-middle-1 #featured-post-2 .widget-wrap article:nth-child(6) {border: none;}
}


.home-middle-1 #featured-post-2 .entry-title a{color: #fff; font-size: 22px; text-transform: uppercase;}
.home-middle-1 #featured-post-2 .entry-title a:hover{color: #B335B3}
.home-middle-1 #featured-post-2 .more-link {color: #D3D3D3;}
	
.home-middle-1 h3 {color: #DF5300; font-size: 22px;}

	
.home-middle-1 h2.news-title,
.home-top h2 {font-weight: bold; font-size:35px; display: table;}

.home-middle-1 h2.news-title:after,
.home-top h2:after
{  border-bottom: 3px solid #fff;
  content: '';
  display: block;
  margin-left: 0%;
  width: 100px;}

  
.home-middle-2 {background-color: #B335B3; text-align: center; padding: 30px 0;}  
.home-middle-2 h3 {color: #fff; margin-right: 20px;}
.home-middle-2 h3, 
.home-middle-2 input {display: inline-block;}
.home-middle-2 input {width: auto;}
.home-middle-2 input[type="submit"] {background-color: #510490;}
.home-middle-2 input[type="submit"]:hover {background-color: #4A256A;}
  
p.dashicons {margin-bottom: 0;}


@media screen and (max-width: 800px)
{
	.home-middle-2 input[type="submit"] {margin-top: 20px;}
}
	
.home-middle-3 {	
	background-color: #fff;
	text-align: center;
	background-image: url('images/informed-choice-young-girl-banner.jpg');
	background-size: cover;	
	color: #fff;
}

.home-middle-3 .widget {padding: 120px 0;}

.home-middle-3 h2
{font-size: 50px; font-weight: bold;}

.home-middle-3 .button
	{background: none; 
	line-height: 1.2;
	border-radius: 0; 
	border: 2px solid #fff; 
	font-size: 50px; 
	font-weight: bold; 
	margin: 20px;
	padding: 10px 40px;
	min-width: 365px;
	max-width: 100%;}

.home-middle-3 .button:hover {background-color: #B335B3;}

@media screen and (max-width: 800px)
{
	.home-middle-3 h2 {font-size: 30px;}
	.home-middle-3 .button {font-size: 30px; min-width: 0;}
	.home-middle-3 .widget {padding: 60px 0;}
}

.home-bottom {
	background-color: #4A256A;
	box-shadow: none; /* inset 0 5px rgba(0, 0, 0, 0.05); */
	color: #fff;
	text-align: center;
	padding: 0;margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
}
.home-bottom .widget {padding: 30px 0;}

.home-bottom .button
	{background: none; 
	line-height: 1.2;
	border-radius: 0; 
	border: 2px solid #fff; 
	font-size: 40px; 
	font-weight: bold; 
	padding: 10px 40px;}
	
.home-bottom .button:hover {color: #4A256A; background-color: #fff;}


@media screen and (max-width: 800px)
{
	.home-bottom {font-size: 30px;}
	.home-bottom .button {font-size: 30px;}
}

.home-news {background-color: #D2352C; color: #fff; padding: 20px 0;}
.news-button {color: #fff; border: 2px solid #fff; padding: 5px 20px; font-size: 20px; }
.home-bottom .widget a.news-button {color: #fff; font-style: italic; font-weight: bold;}
.home-bottom .widget a.news-button:hover{color: #fff; background-color: #510490;}

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

.entry {
	background-color: #fff;
	padding: 40px 0;
}

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

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

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

.entry-content ul > li {
	/*list-style-type: square;*/
	margin-top: 5px;
}

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

/* 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: normal;
}

.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;
	padding: 20px 0 40px 0;
}

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

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

.footer-widgets {
	background-color: #B335B3;
	clear: both;
	padding-top: 60px;
	padding-bottom: 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: #4AA548;
}

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

.footer-widgets-1 .menu-main-menu-container
{
	 -webkit-column-count: 4;
     -moz-column-count: 4;
     column-count: 4;
	 
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.footer-widgets-1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.footer-widgets-1 ul li li  {margin-left: 0; text-transform: none;}
.footer-widgets-1 ul li li a {color: #CECECE!important;}

.footer-widgets-1 ul li a:hover {color: #510490 !important;}

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

.footer-widgets-3 {padding-top: 80px;}
.footer-widgets-3 img.alignnone {margin: 0;}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 250px; /*170*/
}


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

@media screen and (max-width: 1200px)
{
.footer-widgets-1 .menu-main-menu-container
{
	 -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
	 
}
}


@media screen and (max-width: 600px)
{
.footer-widgets-1 .menu-main-menu-container
{
	 -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
	 
}
}

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

.site-footer {
	background-color: #510490;
	font-size: 12px;
	padding: 15px 0;
	text-align: left;
	font-weight: bold;
}

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

.site-footer a.button,
.site-footer .wrap a:hover {
	text-decoration: underline;
}

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


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

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


	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.soliloquy-container .soliloquy-caption{
		max-width: 960px !important;
	}

	.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: 200px; 
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 200px; 
	}
*/
}

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

	.education-pro-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 740px;
	}
  .site-header .wrap {max-width: 100%; padding: 0;}
	.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;
	}
	.title-area {margin-left: auto !important; margin-right: auto !important;}
	.header-image .site-title > a {float: none; position: relative; display: block; margin-left: auto !important; margin-right: auto !important;}

	.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;
	}
	
	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}
	
	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}
	
/*	
	.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: 30.0769%; 
		margin: 0 0 20px;
	}

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

	.footer-widgets-3 {text-align: center; width: 100%; padding-top: 20px;}
}

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

	.education-pro-home .slide-excerpt
		{
		top: 50%;
		}
	
	html > body.education-pro-home .slide-excerpt-border {
	padding: 5px;
	}
	
.home-featured .slide-excerpt h1 {font-size: 30px;}
	}

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

	body {
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.home-bottom .wrap {padding: 0;}
	
	.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;
	}

	.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;
	}
	
	.responsive-menu-icon {
		text-align: center;
	}
	
	.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.5;
		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%;
		font-size: 14px;
		padding-left: 20px;
	}
	
	.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%;
	}
	
	.home-top .widget_text {
		font-size: 24px;
	}
	
	.home-middle .widget {
		width: 100%;
	}	
	.home-middle .widget .three-fourths .one-fourth{
		width: 50%;
	}
	.home-middle h2,
	.home-middle-1 h2 	{padding: 0;}
/*	
	.home-bottom,
	.home-middle {
		padding: 40px 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;
	}
	
}

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

}


.jp-carousel-left-column-wrapper, .jp-carousel-image-meta {
display:none;
} 
.jp-carousel-overlay {height: 100% !important;}
.tiled-gallery-caption {
    display:none !important;
}

.one-half h3, .one-third h3 {margin-top: 20px; font-weight: bold; font-size: 22px;}

.sidebar .widget li li {margin-left: 0;}
.sidebar li {border: none; padding: 0; margin: 0;}
#menu-locations-menu li.menu-item-has-children>a  {font-weight: bold; line-height: 30px; margin-bottom: 10px;}
#menu-locations-menu li {margin-bottom: 15px ; line-height: 22px;}
#menu-locations-menu a {color: #000; line-height: 18px;}
#menu-locations-menu a:hover {color: #1F5174;}

.home-middle a {display: block; padding-top: 15px;}

.sidebar  .widget {margin-bottom: 0;}
.sidebar .widget:last-of-type {padding-top: 0;}

.board-members {clear: both;}
.board-members figure {float: left; margin-right: 40px; min-height: 400px;}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx){
    .header-image .site-title > a {
        float: left;
        min-height: 85px;
        max-height: 85px;
        width: 385px;
		max-width: 100%;
        background: url(images/ic-of-iowa-logo@2x.png) no-repeat 50% top !important;
        background-size: 100% 100% !important;
		background-position: 100% 100%;
		position: relative; 
    }
}

@media only screen 
and (max-width: 800px) {
    .header-image .site-title > a {
        float: none;
		margin: 0 auto;
		
    }
}


@media only screen 
and (max-width: 400px) {
    .header-image .site-title > a {
        background-size: 300px 66px !important;
		
    }
}


@media only screen 
and (max-width: 500px) {
    .header-image .site-title > a {
	min-height: 0;
	min-width: 0;
	width: 385px;
	height: 85px;
	max-width: 100%;}
}


.home .site-inner {display: none;}



.describe-image-left,
.team-image-left {float: left; width: 50%; text-align: center; padding: 0 0 0 0; line-height: 0;}
.describe-image-right,
.team-image-right {float: right; width: 50%; text-align: center; padding: 0 0 0 0;}
.describe-row {clear: both; min-height: 375px; position: relative;}
.describe-row .feature {vertical-align: middle; max-width: 50%; display:inline-block; font-size: 18px;}
.describe-row .feature h3 {font-size: 32px; margin-bottom: 20px;}
.feature1 {padding-left: 30px; padding-right: 40px;}
.feature2 {padding-right: 50px; padding-top: 50px;}

@media screen and (max-width: 880px)
{
.describe-row, .team-row, .work-description {min-height: 0;}	
.describe-image-left,
.describe-image-right {float: none; display: block; margin: 0 auto; max-width: 200px; padding: 0;}
.describe-row .feature {height: auto; display: block; max-width: 100%; position: static; top:0; margin: 20px 0; padding: 0;}	
}
.header-widget-area .widget {display: inline-block; vertical-align: top; margin: 0 0 0 30px; font-size: 16px;}
.header-widget-area .textwidget p {display: inline-block; vertical-align: top; text-align: left; margin-left: 10px;}
/*
.fa.fa-clock-o,
.fa.fa-map-marker,
.fa.fa-phone,
.fa.fa-facebook-square,
.fa.fa-plus-square
 {display: inline-block; font-size: 30px; color: #4AA548; padding-top: 5px; vertical-align: top;}
 
.fa.fa-plus-square {color: #DE2936;} 
.fa.fa-facebook-square {color: #46629E;} 
*/

.home .lyte-wrapper {margin: 0 auto !important; padding: 0; vertical-align: middle;}
.home .lyte {height: 570px !important;}


@media screen and (max-width: 1124px)
{
	.home .lyte {height: 480px !important;}
}


@media screen and (max-width: 1024px)
{
	.home .lyte {height: 370px !important;}
	.feature1 {margin-bottom: 30px;}
}

@media screen and (max-width: 800px)
{
	
	.header-widget-area #text-8
	{display: none;}
.home .lyte {height: 0px !important;}
}



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

@media screen and (max-width: 450px)
{
	.site-header .widget-area {padding: 0;}
	.header-widget-area #text-5,
	.header-widget-area #text-6
	{margin-top: 20px;}
	.header-widget-area #text-6 br {display: none;}
	.header-widget-area #text-6 .fa.fa-facebook-square,
	.header-widget-area #text-6 .textwidget p	
		{vertical-align: middle;}
	.header-widget-area .widget {margin-left: 0; display: block;}
	#gallery-3-65 {font-size: 12px;}
}

.header-widget-area #text-9 {width: 100%; text-align: center; font-size: 40px; font-weight: bold; margin-bottom: 20px; margin-left: 0;}	
.header-widget-area #text-9 .fa.fa-phone {font-size: 40px; vertical-align: middle; padding-top: 0; padding-right: 10px;} 


@media screen and (max-width: 800px)
{
	.header-widget-area #text-9 {font-size: 30px;}
}

.header-widget-area #text-6 a {color: #46629e;}



.soliloquy-container .soliloquy-caption {
    position: absolute !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
	background: none !important;
	max-width: 1140px !important;
	left:0; right:0; top: 20%;
	margin: 0 auto !important;
	text-align: left !important;
}
 
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    display: table !important;
        height: 100% !important;
    text-align: left !important;
    padding: 60px 0 !important;
        background-color: transparent !important;
		text-shadow: none !important;
	color: #58656C !important;
	font-size: 35px !important;
		
}
 
.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
        display: table-cell !important;
        vertical-align: middle !important;
}

.soliloquy-container .soliloquy-caption p
{margin-top: 20px;} 

.soliloquy-container .soliloquy-caption p.our-mission
{margin-top: 20px; margin-bottom: 20px; font-size: 25px; font-weight: bold;} 
 
.soliloquy-container .soliloquy-caption h1 {
    color: #fff !important;
    margin-bottom: 20px !important;
	font-weight: bold;
    font-size: 65px !important;
        line-height: 1.1em !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
	position: relative !important;
	
}


.soliloquy-container .soliloquy-caption h2 {
    color: #91BEC4 !important;
    margin: 20px 0 !important;
	font-weight: normal;
    font-size: 40px !important;
        line-height: 1.1em !important;
    letter-spacing: normal !important;
    text-transform: none !important;
	position: relative !important;
}
 
.soliloquy-container .soliloquy-caption a.soliloquy-button {
        color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    background-color: #ff3700 !important;
    border: 3px solid #fff !important;
    padding: 15px 20px !important;
    font-size: 14px !important;
}


.soliloquy-container .soliloquy-caption a.button {
	padding: 15px 30px;
	font-size: 20px;
	text-transform: uppercase;
	font-style: italic;
}

a.slide-button,
a.slide-button-go {
	background-color: #E23A2F;
	color: #fff;
	font-style: italic;
	font-weight: bold;	
	padding: 10px 20px 10px 20px;
	font-size: 22px;
	position: relative !important;
	display: inline-block;
}

a.slide-button-go {
	background-color: #B62E26;
	padding: 10px;
	font-style: normal;
	/*font-family: arial, sans-serif;
	font-size: 23px;*/}

a.slide-button-go:hover {
	background-color: #E23A2F;
}	


a.slide-button:hover {
	background-color: #B62E26;
}	


.button.underlogo {
	margin-top: 120%;}
 
@media (max-width: 1260px) {
 
    .soliloquy-container .soliloquy-caption {
		max-width: 960px !important;
		top: 5%;
    }
	
.soliloquy-container .soliloquy-caption h1 {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	font-size: 60px !important;
	}
.soliloquy-container .soliloquy-caption h2 {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	font-size: 40px !important;
	}
	

.button.underlogo {
	margin-top: 130%;}	
 
}

@media only screen and (max-width: 1023px) {
/*	*/
    .soliloquy-container .soliloquy-caption {
		//max-width: 640px !important;
    }
.soliloquy-container .soliloquy-caption h1 {
	//margin-top: 0 !important;
	//margin-bottom: 20px !important;
	font-size: 45px !important;
	}
.soliloquy-container .soliloquy-caption h2 {
	//margin-top: 0 !important;
	//margin-bottom: 20px !important;
	font-size: 35px !important;
	//display: inline-block !important;
	}

a.slide-button,
a.slide-button-go {
	font-size: 16px;
	line-height: 16px;
	margin-top: 0px;
	top: 0;
	padding: 5px 10px;
}		


.button.underlogo {
	margin-top: 170%;}
	
}
 
@media (max-width: 928px) {

.soliloquy-container .soliloquy-caption {
		top: 0;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside  {
    font-size: 22px !important;
	padding-left: 60px !important;
	padding-top: 20px !important;} 
 
.soliloquy-container .soliloquy-caption h1 {
    font-size: 22px !important;
	/*display: inline-block !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;*/
}
.soliloquy-container .soliloquy-caption h2 {
    font-size: 20px !important;
	/*margin-bottom: 5px !important;
	margin-top: 0 !important;
	display: inline-block !important;*/
}

.soliloquy-container .soliloquy-caption h2.our-mission{
	display: block !important;
}



.soliloquy-container .soliloquy-caption a.button {font-size: 14px; padding: 10px;}
	
    /*.soliloquy-container .soliloquy-caption {
		max-width: 90% !important;
    }*/
	
/*
.soliloquy-container .soliloquy-caption p {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
	font-size: 12px;
	margin-top: 5px;
}

.soliloquy-container .soliloquy-caption p.our-mission
{margin-top: 5px; margin-bottom: 5px; font-size: 12px; font-weight: normal;  display: inline-block;} 
	*/
a.slide-button,
a.slide-button-go {
	font-size: 13px;
	line-height: 13px;
	margin-top: 0px;
	padding: 5px 7px;
}	

a.slide-button {margin-left: 10px;}

.home-middle-1 h3 {margin: 15px 0 5px 0;} 


.button.underlogo {
	margin-top: 80%;}
	
}
 


nav ul {margin: 0; padding: 0;}

.page-banner .wrap {max-width: 100%; padding: 0;}
.page-banner .wrap img{width: 100%;}	

.sidebar-primary {padding-top: 40px; }
.sidebar-primary ul {margin-top: 0; list-style-type: none; font-size: 20px; padding: 0;}
.sidebar-primary ul li {margin-bottom: 10px;  padding-bottom: 10px; border-bottom: 1px dotted #510490;}

.entry-content .gform_wrapper .gsection,
.entry-content .gform_wrapper li.gfield.field_description_below + li.gsection {margin-top: 40px !important; margin-bottom: 0;}

.entry-content .gform_wrapper ul li.field_description_below div.ginput_container_radio {margin-top: 5px;}
.entry-content .gfield_label {margin-top: 10px;}

.entry-meta, .entry-footer {display: none;}
.content-sidebar-wrap .entry {padding-bottom: 0;}

.sidebar .widget.widget_mailchimpsf_widget, #custom_html-2 {background-color: #B335B3; color: white; padding: 30px; margin-bottom: 30px;}

.sidebar .widget.widget_mailchimpsf_widget h4, #custom_html-2 h4 {color: white;}
.sidebar .widget.widget_mailchimpsf_widget ul li {border: none; margin: 0;}
#mc_signup_submit {margin: 0 !important;}
#mc_signup_submit:hover, #custom_html-2 .subscribe-button:hover {background-color:#510490;}
#custom_html-2 .subscribe-button {display: inline-block; margin-top: 20px;}
