/*
	Theme Name: KBS Conference
	Description: Custom child theme created especially for KBS Conference by Web Savvy Marketing on the <a href="http://web-savvy-marketing.com/go/studiopress/">Genesis framework</a>.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.0.0

	Template: genesis
	
	Copyright 2014 - Web Savvy Marketing
	License: GPL-2.0+  
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
*/


/* Stylesheet from Genesis 2.1.2 */

/* # Table of Contents
- Imports
- 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
	- Social Media
	- Popular Posts
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Gravity Forms
	- WP Table
	- Events Manager
	- Collapse O MAtic
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Home Page
	- Slider
	- Home Top
		- Home Top Left
		- Home Top right
	- Home CTA
	- Home Main
- Landing Page
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
	- Max-width: 680px
	- Max-width: 480px
	- Max-width: 380px
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Metropolis";
  src: url("//www.kbs.msu.edu/wp-content/themes/kbs/fonts/Metropolis-Light.woff2")
      format("woff2"),
    url("//www.kbs.msu.edu/wp-content/themes/kbs/fonts/Metropolis-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("//www.kbs.msu.edu/wp-content/themes/kbs/fonts/Metropolis-Regular.woff2")
      format("woff2"),
    url("//www.kbs.msu.edu/wp-content/themes/kbs/fonts/Metropolis-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding: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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	background-color: #EEEBE7;
}

body {
	background-color: #fff;
	color: #4e5251;
	/* font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; */
	font-family: 'Metropolis', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #333;
	color: #fff;
}

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

a {
	color: #5cac45;
	text-decoration: none;
}

a:hover {
	color: #4e5251;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	background: url(images/blockquote.png) no-repeat  0 5px;
	margin: 40px 0;
	padding-left: 50px;
}

blockquote .name {
	display: block;
	font-weight: 500;
	padding-top: 20px;
	text-transform: uppercase;
}

hr {
	background-color: #cfd0d2;
	border: 0;
	height: 1px;
	margin: 20px 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #144c42;
	/* font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; */
	font-family: 'Metropolis', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 0;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 0;
}

.footer-widgets .gallery {
	text-align: center;
	vertical-align: middle;
}

.ie7 .footer-widgets .gallery {
	float: right;
	width: auto;
}

.footer-widgets .gallery img {
	border: 0 !important;
	padding: 0;
	vertical-align: middle;
}

.footer-widgets div.gallery dl.gallery-item {
	display: inline-block;
	margin: 0 0 0 20px !important;
	float: none !important;
	width: auto !important
}

.ie7 .footer-widgets div.gallery dl.gallery-item {
	display: block;
	float: left !important;
}

.footer-widgets  .footer-widgets-2 div.gallery {
	text-align: right;
}

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

input,
select,
textarea {
	background-color: #eeebe7;
	border: 0;
	color: #4e5251;
	font-size: 13px;
	font-weight: 300;
	padding: 6px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #5cac45;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 300;
	padding: 6px 24px;
	text-transform: uppercase;
	width: auto;
}

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

.entry-content .button:hover {
	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
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 960px;
}

.site-inner {
	clear: both;
	padding: 40px 0;
}

.page-template-page_landing-php .site-inner {
	padding-top: 60px;
}

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

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

.home .content {
	padding-bottom: 40px;
}

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 270px;
}

.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,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-bottom: 20px;
	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-fifth {
	width: 17.9487179487179488%;
}
 
.two-fifths {
	width: 38.4615384615384616%;
}
 
.three-fifths {
	width: 58.9743589743589744%;
}
 
.four-fifths {
	width: 79.4871794871794872%;
}
 
.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;
	margin-top: 5px;
}

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

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

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

.breadcrumb {
	color: #4e5251;
	margin-bottom: 18px;
}

.breadcrumb a { 
	color: #a2a9a7;
}

.breadcrumb a:hover { 
	color: #5eab45;
}

.breadcrumb span {
	padding: 0 6px;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.author-box-title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 10px;
}

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

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

#searchformdiv {
	/*overflow: hidden; */
	width: 50%; 
	float: right;
	position: relative;
}

#searchformdiv #searchform {
	width: 336px;
	background-color: #fff;
	float: right;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* select id with # notation because it has higher specificity */
#searchform #searchtext {
	width: 258px;
	float:none;
	background-color: white;
	border: 0px;
	color: #231f20;
	padding: 5px 5px 5px 5px;
}

#searchform #searchmsu {
	background: transparent url(images/icon-search.png) no-repeat center center;
	bottom: 0;
	height: 28px;
	width: 30px;
	float:none;
	padding: 0;
	position: relative;
	left: 10px;
	vertical-align: top;
	/*text-indent: -9999px;*/
	color: #000;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}
/* id=localsearch is a button inside the MSU search for formatting purposes. */
#searchform #localsearch {
	background: transparent url(images/icon-search.png) no-repeat center center;
	height: 28px;
	width: 30px;
	float:none;
	bottom: 0;
	padding: 0;
	position: relative;
	left: 9px;
	vertical-align: top;
	/*text-indent: -9999px;*/
	font-size: 7px;
	text-align: center;
	padding-top: 19px;
	color: #000;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}
/* id=localsearchform is a hidden form that gets used by the localsearch button.
#searchformdiv #localsearchform {
	height: 28px;
	width: 30px;
	background-color: #fff;
	visibility: hidden;
}
/* :active must come after :hover */
/*
#searchmsu input:active {outline: black dotted thin;}
#localsearch input:active {outline-color: black; outline-style: dotted; outline-width: thin; outline-offset: 4px;}
*/

#searchmsu:focus, #localsearch:focus {outline: black dotted thin;}

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

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

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

.content .post .entry-title {
	font-size: 21px;
	margin-bottom: 0;
}

.single .content .entry-title {
	font-size: 24px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #144c42;
}

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

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

.footer-widgets .widget-title {
	color: #144c42;
	font-size: 18px;
	font-weight: 400;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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 24px 0;
}

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

img.alignleft,
img.alignright {
	margin-top: 5px;
}

.widget-area img.alignleft,
.widget-area img.alignright {
	margin-top: 0;
}

.wp-caption {
	position: relative;
	width: auto !important;
}

.wp-caption img {
	display: block;
}

.wp-caption-text {
	background: url(images/caption-bg.png) repeat 0 0;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	left: 0;
	line-height: 1;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	width:  auto;
}

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

.sticky {
}



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

.widget {
	word-wrap: break-word;
}

.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 {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */


.featured-content .entry {
	border-bottom: 1px solid #cfd0d2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.featured-content article:last-child {
	border: 0;
	padding: 0;
}

.featured-content .post .entry-title {
	font-size: 14px;
	font-weight: 500;
}

.featured-content .page .entry-title {
	color: #19463c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.featured-content .entry-title,
.featured-content .entry-title a {
	color: #4f4f51;
	margin: 0;
}

.featured-content .entry-title a:hover {
	color: #5eab45;
}

.featured-content.featuredpost .post .entry-content {
	padding-top: 10px;
}

.featured-content .entry-header .entry-meta a,
.featured-content .entry-header .entry-meta {
	color: #4f4f51;
	font-weight: 300;
	margin-bottom: 0;
}

.featured-content.wsmfeaturedpost .entry-header .entry-meta {
	display: inline;
	margin: 0;
	padding-right: 8px;
}

.featured-content.wsmfeaturedpost .entry-header .entry-title {
	display: inline;
}

.sidebar .featured-content .post .entry-title,
.sidebar .featured-content .post .entry-title a {
	line-height: 1.5;
}

/* 
Social Media
--------------------------------------------- */

.social-icons {
	float: left;
	width: 100%;
}

.social-icons a.social-icon {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
    height: 32px;
	margin-right: 6px;
    padding: 0;
	text-indent: -9999px;
	width: 32px;
}

.social-icons a.social-icon.fb {
	background-image: url(images/fb-icon.png);
}

.social-icons a.social-icon.yt {
	background-image: url(images/yt-icon.png);
}

.social-icons a.social-icon.insta {
	background-image: url(images/inst-icon.png);
}

.social-icons a.social-icon.gp {
	background-image: url(images/gp-icon.png);
}

.social-icons a.social-icon.tw {
	background-image: url(images/tw-icon.png);
}

.social-icons a.social-icon.pi {
	background-image: url(images/pi-icon.png);
}

.social-icons a.social-icon:hover {
	opacity: 0.8;
}

.social-custom-text {
	margin-bottom: 20px;
}

.footer-widgets .social-custom-text {
	color: #626567;
	font-size: 10px;
}

/* ## Custom Menu Widget
--------------------------------------------- */

.widget_nav_menu ul li a {
	background: url(images/arrow-right-green.png) no-repeat right 5px transparent;
	color: #144c42;
	font-size: 16px;
	font-weight: 500;
	padding-right: 20px;
}

.sidebar .widget_nav_menu ul li.last,
.widget_nav_menu ul li.last {
	border: 0;
	margin: 0;
	padding: 0;
}

.widget_nav_menu ul li.more-link {
	border: 0;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 35px 0 0;
}

.widget_nav_menu ul li.more-link a {
	background: url(images/arrow-morelink.png) no-repeat right center #e99c78;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 15px;
	line-height: 1.2;
	padding: 6px 40px 6px 10px;
}

.widget_nav_menu ul li.more-link a:hover {
	background-color: #feaa83;
}

/* ## WSM CTA Widget
--------------------------------------------- */

.wsm-cta .widget-wrap {
	overflow: hidden;
}


.wsm-cta .cta-icon {
	display: block;
}

.cta-box a {
	display: inline-block;
	position: relative;
}

.cta-box .cta-title {
	background: url(images/opacity-light.png) repeat 0 0;
	bottom: 24px;
	color: #231f20;
	display: table;
	font-size: 17px;
	font-weight: 500;
	left:  0;
	line-height: 1;
	margin: 0;
	height: 46px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

.safari .cta-box .cta-title {
	padding: 0 10px;
}

.cta-box a:hover .cta-title {
	color: #508c3b;
}

.cta-box .cta-title span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/* ##  Popular Posts
--------------------------------------------- */

.popular-posts li > span {
	padding-right: 5px;
}

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

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

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

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

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

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

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

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

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

#wpstats {
	display: none;
}

/* ## Gravity Forms
--------------------------------------------- */

div.gform_wrapper {
	margin: 0;
	max-width: 100%;
}

div.gform_wrapper textarea,
div.gform_wrapper input,
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"] {
	font-size: 14px;
	padding: 8px 10px;
}

div.gform_wrapper select {
	font-size: 14px;
}

body div.gform_wrapper label.gfield_label + div.ginput_container {
	margin: 0;
}

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-weight: 400;
}

div.gform_wrapper input[type="checkbox"],
div.gform_wrapper input[type="radio"] {
	margin-left: 5px !important;
	padding: 0;
}

div.gform_wrapper li.gfield .gfield_label {
	font-weight: 400;
}

div.gform_wrapper .top_label .gfield_label {
	margin-top: 0;
}

div.gform_wrapper ul {
	margin-left: 0;
}

div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .top_label li.gfield.gf_right_half,
div.gform_wrapper ul li.gfield {
	border: 0;
	margin: 10px 0 0;
	padding: 0;
}

div.gform_wrapper li.hidden_label input {
	margin-top: 0;
}

div.gform_wrapper .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper .gfield_radio li input[type="radio"],
div.gform_wrapper .gfield_checkbox li input {
	margin-top: 6px;
}


div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
	display: inline !important;
	margin-left: 10px;
}

div.gform_wrapper .gform_footer {
	padding: 0;
}

div.gform_wrapper h3.gform_title {
	color: #144c42;
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 20px;
}

div.gform_wrapper .gform_footer input.gform_button {
	font-size: 15px;
	font-weight: 700;
	padding: 7px 28px;
}

.ie div.gform_wrapper .gform_footer input.gform_button {
	padding: 7px 28px;
}

.ie7 div.gform_wrapper .gform_footer input.gform_button {
	padding: 7px 10px;
}


div.gform_wrapper .button-right {
	position: relative;
}

.footer-widgets div.gform_wrapper .button-right .gform_body {
	display: block;
	overflow: hidden;
}

.footer-widgets div.gform_wrapper .button-right ul li.gfield.email {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-top: 0;
	width: 330px;
}

.footer-widgets div.gform_wrapper .button-right ul li.gfield.zipcode {
	clear: none;
	float: left;
	margin-top: 0;
	width: 110px;
}

.footer-widgets div.gform_wrapper .button-right ul li.gfield.zipcode input.large,
.footer-widgets div.gform_wrapper .button-right ul li.gfield.email input.large,
.footer-widgets div.gform_wrapper .button-right ul li.gfield.zipcode input.medium,
.footer-widgets div.gform_wrapper .button-right ul li.gfield.email input.medium {
	width: 100%;
}

.ie7 .footer-widgets div.gform_wrapper .button-right ul li.gfield.zipcode input.large,
.ie7 .footer-widgets div.gform_wrapper .button-right ul li.gfield.email input.large,
.ie7 .footer-widgets div.gform_wrapper .button-right ul li.gfield.zipcode input.medium,
.ie7 .footer-widgets div.gform_wrapper .button-right ul li.gfield.email input.medium {
	width: 92%;
}

.footer-widgets div.gform_wrapper .button-right .gform_footer {
	bottom: 0;
	position: absolute;
	right: 0;
	width: auto;
}

.footer-widgets div.gform_wrapper {
	margin: 0 0 18px;
}

.ie7 .footer-widgets div.gform_wrapper .button-right .gform_footer {
	margin: 0;
	padding: 0;
	width: 112px;
}

.ie7 .footer-widgets div.gform_wrapper .button-right .gform_footer input {
	float: right;
	padding: 5px 10px;
}

/*
## WP Table 
--------------------------------------------- */

h2.tablepress-table-name {
	background: #144c42;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 6px 10px;
}

table.tablepress {
	border: 0;
	border-top: 1px solid #ebeced;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #144c42;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #ebeced;
	border-top: none;
	border-right: 1px solid #ebeced;
	color: #4e5251;
	padding: 6px 10px;
}

table.tablepress tbody {
	border-left: 1px solid #ebeced;
}

span.tablepress-table-description {
    margin-bottom: 16px;
}

table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
}

table.tablepress th,
table.tablepress td {
	padding: 6px 10px;
}

/* ## Events Manager Conference Center
--------------------------------------------- */

.widget_em_widget ul li.event-list{
	display: block;
	list-style: none outside none;
	line-height: 1;
	margin-bottom: 10px !important;
	min-height: 45px;
	padding: 0 0 0 60px;
	position: relative;
	text-indent: 0;
}

.widget_em_widget li span.date,
.widget_em_widget span.date {
	background-color: #6E005F;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 11px;
	font-weight: 300;
	left: 0;
	line-height: 1;
	margin: 0 10px 0 0;
	padding: 5px 8px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 2px;
}

.widget_em_widget span.date b {
	display: block;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
}

.widget_em_widget li.event-list a:hover {
	color: #508c3b;
}

table.events-table {
	border-top: 1px solid #ddd;
}

table.events-table thead th {
	font-weight: 500;
	text-transform: uppercase;
}

table.events-table tbody tr:nth-child(2n+2) {
	background-color: #efefef;
}

table.events-table tbody td {
	padding-left: 5px;
	padding-right: 5px;
}

/* # Collapse O Matic
--------------------------------------------- */

.collapseomatic,
.entry-content .collapseomatic {
	background: url(images/arrow-right-green.png) no-repeat 10px 12px #EEEBE7;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 8px 10px 8px 30px;
	cursor: pointer;
	outline: 0;
}

.entry-content .collapseomatic.colomat-close {
	background: url(images/arrow-collapse.png) no-repeat 10px 15px #EEEBE7;
}

.entry-content .collapseomatic_excerpt,
.entry-content .collapseomatic_content {
	background-color: #F5F4F2;
	margin-bottom: 0;
	padding: 20px 30px;
	overflow: hidden;
}

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

.site-header {
	background-color: #fff;
	min-height: 118px;
}

.site-header .wrap {
	padding: 10px 0 0;
}

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

.title-area {
	float: left;
	padding: 15px 0 0;
	width: 53%;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: Georgia, serif;
	font-size: 31px;
	font-weight: 300;
	line-height: 1;
}

.site-title a,
.site-title a:hover {
	color: #5e5e5e;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 48px;
	width: 100%;
}

.site-description {
	color: #5e5e5e;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}

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

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

.header-image .site-description {
	display: none;
}

.header-top {
	float: left;
	width: 100%;
}

.school-logo-link {
	display: block;
	float: left;
}

.school-logo {
	margin: 5px 0 0;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 47%;
}

.site-header .widget {
	margin-bottom: 20px;
	overflow: hidden;
}

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

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

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

.ie7 .genesis-nav-menu .menu-item {
	display: block;
	float: left;
}

.genesis-nav-menu a {
	color: #4b504e;
	display: block;
	padding: 12px 12px;
}

.safari .genesis-nav-menu a {
	padding: 12px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #5ca042;
}

.genesis-nav-menu .sub-menu a {
	color: #414643;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #5da042;
}

.genesis-nav-menu .sub-menu {
	background-color: #edeeef;
	left: -9999px;
	opacity: 0;
	padding: 10px 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: 260px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #edeeef;
	border-top: none;
	font-size: 13px;
	padding: 8px 20px;
	position: relative;
	width: 260px;
}

.ie7 .genesis-nav-menu .sub-menu a {
	width: 220px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 260px;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

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

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

.nav-primary {
	background-color: #19463c;
}

.safari .nav-primary .genesis-nav-menu > .menu-item > a {
	padding: 12px 9px;
}


.nav-primary .genesis-nav-menu > .menu-item {
	font-weight: 500;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #414643;
	font-weight: 300;
}

.nav-primary .genesis-nav-menu > li.current_page_item > a,
.nav-primary .genesis-nav-menu > li:hover > a {
	background: url(images/primary-menu-border.png) repeat-x 0 bottom;
}

.nav-primary .genesis-nav-menu > .menu-item > a:hover {
	background: url(images/primary-menu-border.png) repeat-x 0 bottom;
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #5da042;
}

.nav-primary .genesis-nav-menu > .home > a {
	background: url(images/home-icon.png) no-repeat left center;
	padding: 12px 10px 12px 0;
	text-indent: -9999px;
	width: 30px;
}

.ie7 .nav-primary .genesis-nav-menu > .home > a {
	display: block;
	width: 30px;
}

.nav-primary .genesis-nav-menu > li.current_page_item.home a,
.nav-primary .genesis-nav-menu > .home > a:hover {
	background: url(images/home-icon.png) no-repeat left center;
}

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

.nav-secondary {
	background-color: #fff;
	margin: 0;
	padding-top: 12px;
}

.nav-secondary .genesis-nav-menu .menu-item {
	font-size: 13px;
}

.nav-secondary .genesis-nav-menu > .menu-item > a {
	padding: 10px 24px;
}

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

.ie7 .nav-secondary .genesis-nav-menu {
	float: right;
	width: auto;
}

.nav-secondary > .genesis-nav-menu > .menu-item {
	text-align: center;
	text-transform: none;
}

/* ## Footer Navigation
--------------------------------------------- */

.footer-nav {
	overflow: hidden;
}

.footer-nav .genesis-nav-menu {
	border-bottom: 1px dashed #999;
	float: left;
    margin-bottom: 8px;
    padding-bottom: 8px;
	width: auto;
}

.footer-nav .genesis-nav-menu .menu-item {
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
}

.footer-nav > .genesis-nav-menu > .menu-item {
	line-height: 1;
}

.footer-nav .genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.footer-nav .genesis-nav-menu a {
	border-right: 1px solid #19463c;
	color: #134b42;
	padding: 0 5px;
}

.footer-nav .genesis-nav-menu a:hover,
.footer-nav .genesis-nav-menu a:active {
	color: #4e803a;
}

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

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

.footer-nav .genesis-nav-menu .sub-menu {
	display: none !important;
}

/* ## Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle.genericon {
	display: none;
	visibility: hidden;
}


/* #  Home Page
---------------------------------------------------------------------------------------------------- */

/* ## Slider
--------------------------------------------- */

.top-slider div.soliloquy-container .soliloquy-caption {
	background:rgba(0,0,0,0.5);
}

.top-slider div.soliloquy-container .soliloquy-caption-inside h1,
.top-slider div.soliloquy-container .soliloquy-caption-inside h2,
.top-slider div.soliloquy-container .soliloquy-caption-inside h3,
.top-slider div.soliloquy-container .soliloquy-caption-inside h4,
.top-slider div.soliloquy-container .soliloquy-caption-inside {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 0;
	text-shadow: none;
}

.top-slider div.soliloquy-container .soliloquy-caption-inside {
	background: none transparent;
	filter: 0;
	float: none;
	max-width: 960px;
	margin: 0 auto;
}

.top-slider div.soliloquy-container .soliloquy-item,
.top-slider div.soliloquy-container .soliloquy-viewport {
	max-height: 400px !important;
	overflow: hidden;
}

.top-slider div.soliloquy-container .soliloquy-image {
	height: auto;
	width: 100%;
}

/* ## Home Top
--------------------------------------------- */

.home-top {
	font-size: 14px;
	margin-bottom: 30px;
	overflow: hidden;
}

.home-top .home-top-left {
	float: left;
	width: 62%;
}

.home-top .home-top-left .widget-title {
	color: #4f4f51;
}

.home-top .home-top-right {
	float: right;
	width: 29%;
}

.home-top .home-top-right .widget-title {
	color: #231f20;
}


/* ## Home CTA
--------------------------------------------- */

.home-ctas {
	overflow: hidden;
}

.home-ctas .widget {
	margin-bottom: 45px;
}

.home-ctas .cta-box {
	float: left;
	margin-right: 10px;
	width: 184px;
}

.ie7 .home-ctas .cta-box,
.ie8 .home-ctas .cta-box {
	width: 182px;
}

.home-ctas .wsm-cta .widget-wrap .cta-box5,
.home-ctas .wsm-cta > .widget-wrap > div:last-child {
	margin-right: 0;
}

.home-ctas .cta-box > a {
	display: block;
}

/* ## Home Main
--------------------------------------------- */

.home-main {
	font-size: 14px;
}

.home-main .widget-title {
	color: #231f20;
}

.home-main ol,
.home-main ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.home-main ol > li {
	list-style-type: decimal;
	margin-bottom: 5px;
	padding-left: 0;
}

.home-main ul > li {
	list-style-image: url(images/bullet-list.png);
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 5px;	
}

.home-main ol ol,
.home-main ul ul {
	margin-bottom: 0;
}

/* ## Landing Page
--------------------------------------------- */

.heading-bar {
	background-color: #eeebe7;
	padding: 20px 0;
}

.heading-bar h2 {
	background: url(images/line.jpg) repeat-x 0 center transparent;
	color: #626567;
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 24px;
	margin: 0;
	text-align: center;
}

.heading-bar h2 span {
	background-color: #eeebe7;
	display: inline-block;
	padding: 0 20px;
}

.landing-ctas {
	overflow: hidden;
}
	
.landing-ctas .cta-box {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	width: 232px;
}

.ie7 .landing-ctas .cta-box,
.ie8 .landing-ctas .cta-box {
	width: 230px;
}

.landing-ctas > div:nth-child(4n) {
	margin-right: 0;
}

.landing-ctas > div:nth-child(4n+1) {
	clear: both;
}

.page-template-page_landing-php .content .entry-content {
	border-bottom: 1px solid #cfd0d2;
	border-top: 1px solid #cfd0d2;
	margin: 35px 0 0;
	padding: 20px 0;
}

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

.top-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 226px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

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

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

 .entry {
	margin-bottom: 40px;
}
 
.content .entry {
	background-color: #fff;
}

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

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

.entry-content ul > li {
	list-style-image: url(images/bullet-list.png);
	list-style-type: none;
	padding-left: 5px;
}

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

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

.entry-content h3,
.entry-content h4,
.entry-content  h5 {
	font-weight: 500;
}

.more-link {
	display: block;
	margin-top: 14px;
}

.more-link a {
	background: url(images/arrow-right-green.png) no-repeat right 4px transparent;
	padding-right: 20px;
}

.content .post .entry-content {
	line-height: 1.375;
}

.single .content .post .entry-content {
	line-height: 1.5;
}

.box {
	background-color: #eeebe7;
	margin-bottom: 20px;
	padding: 20px;
}

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

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

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

.entry-meta,
.entry-meta a {
	color: #4e5251;
}

.entry-meta a:hover {
	color: #5cac45;
}

.entry-footer .entry-meta {
	margin: 0;
}

.single .entry-footer .entry-meta {
	padding-top: 20px;
}

.entry-tags {
	display: block;
}

.entry-categories::before {
	content: " | ";
	padding: 0 5px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #19463C;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 6px 10px;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #eeebe7;
	border: 1px solid #fff;
}

.comment-content {
	clear: both;
}

.comment-list .comment-respond {
	margin-top: 20px;
}

.comment-list li {
	margin-top: 24px;
	padding: 20px;
}

.comment-list,
.comment-list a {
	color: #4e5251;
}

.comment-list a:hover {
	color: #5cac45;
}

.comment-list .comment-meta {
	font-size: 12px;
}

.comment-reply {
	overflow: hidden;
}

.comment-reply a {
	background-color: #5cac45;
	border-radius: 4px;
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	padding: 2px 6px;
	text-transform: uppercase;
}

.comment-reply a:hover {
	background-color: #62ba47;
	color: #fff;
}

.comment-respond p {
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}

.comment-respond .form-submit {
	padding-left: 20%;
}

.ie7 .comment-respond .form-submit {
	padding-left: 18%;
}

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

.comment-respond label {
	display: block;
	float: left;
	text-align: right;
	width: 18%;
}

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

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

.bypostauthor {
}

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


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

.sidebar {
	font-size: 14px;
}

.sidebar li {
	border-bottom: 1px solid #cfd0d2;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sidebar li:last-child {
	border-bottom: 0;
}

.sidebar li a {
	color: #231f20;
}

.sidebar li a:hover {
	color: #5eab45;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 60px;
}


.sidebar section:last-child {
	margin-bottom: 0;
}

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

.footer-widgets {
	background-color: #eeebe7;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #231f20;
}

.footer-widgets a:hover {
	color: #508c3b;
}

.footer-widgets li {
	margin-bottom: 5px;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

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

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

.footer-widgets-1 {
	float: left;
	width: 290px;
}

.footer-widgets-2 {
	float: right;
	width: 575px;
}

.footer-widgets input,
.footer-widgets select,
.footer-widgets textarea {
	background-color:#f5f4f2;
}

.footer-widgets input.button,
.footer-widgets input[type="submit"] {
	background-color: #5cac45;
}

.footer-widgets input.button:hover,
.footer-widgets input[type="submit"]:hover {
	background-color: #62BA47;
}

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

.site-footer {
	background-color: #eeebe7;
	color: #183f34;
	font-size: 10px;
	line-height: 1.2;
	padding: 40px 0 20px;
	text-align: left;
}

.footer-logo {
	display: block;
	float: left;
	margin-right: 30px;
}

.site-footer p {
	font-size: 9px;
	margin-bottom: 0;
}

.site-footer .copyright strong,
.site-footer .contact-info strong {
	font-size: 10px;
}

.site-footer .contact-info a {
	font-weight: 700;
}

.site-footer a {
	color: #4B7F00;
}

.site-footer a:hover {
	color: #183f34;
}


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


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

	.wrap {
		max-width: 96%;
	}

	.title-area,
	.site-header .widget-area {
		width: 100%;
	}
	
	.sidebar {
		width: 34%;
	}
	
	.content {
		width: 62%;
	}
	
	.header-image .site-title > a {
		background-image: url(images/logo@2x.png);
		background-position: center top;
	}
	
	.school-logo-link {
		display: block;
		float: none;
	}
	
	.school-logo {
		display: block;
		margin: 5px auto 20px;
	}
	
	.title-area {
		margin-bottom: 0;
	}
	
	.home-top .home-top-left,
	.home-top .home-top-right {
		width: 48%;
	}
	
	.landing-ctas > div:nth-child(4n+1),
	.landing-ctas .cta-box,
	.home-ctas .cta-box {
		clear: none;
		display: inline-block;
		float: none;
		margin-bottom: 20px;
	}
	
	.landing-ctas,
	.wsm-cta .widget-wrap {
		text-align: center;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-bottom: 20px;
		width: 100%;
	}
	
	
	.footer-widgets div.gform_wrapper .button-right ul li.gfield.email {
		margin-right: 2%;
		width: 48%;
	}
	
	.footer-widgets div.gform_wrapper .button-right ul li.gfield.zipcode {
		width: 49.5%;
	}
	
	.footer-widgets div.gform_wrapper .button-right .gform_footer {
		position: static;
	}	

	.footer-widgets .footer-widgets-2 div.gallery {
		text-align: left;
	}
	
	.footer-widgets div.gallery dl:first-child {
		margin-left: 0 !important;
	}
	
	div.gform_wrapper .button-right {
		overflow: hidden;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.author-box .author-box-content,
	.content .post .entry-content p {
		overflow: hidden;
	}
	
	.footer-nav .genesis-nav-menu {
		text-align: center;
	}

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

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

	.footer-widgets-1 {
		margin-bottom: 40px;
	}
	
	table.tablepress-responsive-tablet {
		border: 0;
	}
	
	table.tablepress-responsive-tablet tbody tr {
		margin-left: -4px;
	}
	
	table.tablepress-responsive-tablet tbody {
		border-top: 1px solid #ccc;
	}
	
	table.tablepress-responsive-tablet thead {
		border-bottom: 1px solid #ccc;
		padding-bottom: 1px;
	}
	
	.content table.tablepress thead th,
	.content table.tablepress tfoot th {
		font-size: 13px;
		line-height: 2;
	}

	.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%;
	}
	
	.footer-logo {
		margin: 0 0 20px;
		float: none;
		width: 100%;
	}
	
	.footer-logo img,
	.footer-logo a {
		display: block;
		margin: 0;
	}
	
	.footer-logo img {
		margin: 0 auto;
	}
	
	.site-footer {
		text-align: center;
	}
	
	.nav-secondary {
		padding-top: 0;
	}

}


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

	.header-image .site-title > a {
		background-size: 450px 34px;
	}

	.home-top .home-top-left,
	.home-top .home-top-right,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}
	
	.home-top .home-top-left {
		margin-bottom: 40px;
	}
	
	.top-slider div.soliloquy-container .soliloquy-caption-inside h1,
	.top-slider div.soliloquy-container .soliloquy-caption-inside h2,
	.top-slider div.soliloquy-container .soliloquy-caption-inside h3,
	.top-slider div.soliloquy-container .soliloquy-caption-inside h4,
	.top-slider div.soliloquy-container .soliloquy-caption-inside {
		font-size: 18px;
	}
	
	.site-header .search-form {
		width: 50%;
	}
	
	/* Responsive Navigation
	---------------------------------- */
	
	.nav-primary .genesis-nav-menu > .home > a {
		background-image: none;
		color: #5D5E5E;
		padding: 12px;
		text-indent: inherit;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu > .home > a:hover {
		color: #fff;
	}
	
	.nav-primary .wrap {
		max-width: 100%;
		padding: 0;
	}

	nav.nav-primary {
		display: block !important;
	}


	.menu-toggle.genericon,
	.sub-menu-toggle {
		border-radius: 0;
		display: block;
		font-size: 19px;
		font-weight: 700;
		margin: 0;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
	}
	
	button.menu-toggle,
	button.sub-menu-toggle {
		color: #fff;
	}
	
	.menu-toggle {
		background-color: transparent;
	}
	
	.menu-toggle:hover {
		background-color: transparent;
	}
	
	button.sub-menu-toggle {
		background-color: transparent;
		padding: 10px 8px;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	
	.sub-menu-toggle:before {
		color: #5D5E5E;
		content: "\002B";
	}
	
	.sub-menu-toggle.activated:before {
		color: #5D5E5E;
		content: "\2212";
	}

	nav.nav-primary {
		display: none;
		position: relative;
	}

	.nav-primary .genesis-nav-menu {
		display: none;
	}

	.nav-primary .genesis-nav-menu .menu-item {
		background-color: #fff;
		color: #5D5E5E;
		display: block;
		position: relative;
		text-align: left;
	}
	
	.nav-primary .genesis-nav-menu .menu-item a {
		background-color: #fff;
		border: 0;
		border-bottom: 1px solid #ddd;
		color: #5D5E5E;
	}
	
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #5EAB45;
		background-image: none;
		color: #FFF;
	}
	
	.nav-primary .genesis-nav-menu > li.current_page_item > a,
	.nav-primary .genesis-nav-menu > li:hover > a {
		background-image: none;
	}	
	
	.nav-primary .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
		
	.nav-primary .genesis-nav-menu .sub-menu {
		background-image: none;
		clear: both;
		display: none;
		opacity: 1;
		padding: 0;
		position: static;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		border-left: 0;
		font-size: 14px;
		padding-left: 30px;
		position: relative;
		width: auto;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 50px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 60px;
	}
	
	.nav-primary .genesis-nav-menu > li.current_page_item.home {
		display: none;
	}

}

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

	.site-title {
		font-size: 24px;
	}

	.header-image .site-title > a {
		background-size: 320px 24px;
	}
	
	.header-image .site-title > a {
		min-height: 25px;
	}

	.author-box .author-box-content,
	.content .post .entry-content p {
		overflow: visible;
	}
	
	.footer-widgets div.gform_wrapper .button-right ul li.gfield.email,
	.footer-widgets div.gform_wrapper .button-right ul li.gfield.zipcode {
		margin: 10px 0 0;
		width: 100%;
	}
	
	.footer-widgets .footer-widgets-2 div.gallery {
		text-align: center;
	}
	
}

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

	.site-title {
		font-size: 16px;
	}
	
	.nav-secondary .genesis-nav-menu > .menu-item > a,
	.nav-secondary .genesis-nav-menu > .last > a {
		padding: 10px 15px;
	}

	.header-image .site-title > a {
		background-size: 265px 20px;
	}
	
	.site-header .search-form {
		width: 100%;
	}	
	
	.comment-respond textarea,
	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		float: none;
		width: 100%;
	}
	
	.comment-respond .form-submit {
		padding-left: 0;
	}
	
	.comment-respond label {
		display: block;
		float: left;
		text-align: left;
		width: 100%;
	}

}