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

	Template: genesis

	Copyright 2014 - Web Savvy Marketing
	License: GPL-2.0+
	License URI: https://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
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Gravity Forms
	- WP Table
	- Tribe Events
	- Events Maneger
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Home Page
	- SLider
	- Subribe
	- Main Content
- 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: #F0EDE7;
}

body {
	background-color: #fff;
	color: #414643;
	/* 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: #5ca042;
	text-decoration: none;
}

a:hover {
	color: #414643;
}

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;
	padding-top: 20px;
	text-transform: uppercase;
}

hr {
	background-color: #dedede;
	border: 0;
	clear: both;
	display: block;
	height: 1px;
	margin: 20px 0;
}


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

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

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

.featured-content img {
	margin-top: 5px;
}

/* ## 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: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #414643;
	font-size: 14px;
	font-weight: 300;
	padding: 4px 8px;
	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: #414643;
	font-weight: 300;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #027341;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	padding: 4px 24px;
	text-transform: lowercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #0c844f;
	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: 1.5;
	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: 300;
}


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

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

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

.site-inner {
	clear: both;
	padding: 40px 0 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: 590px;
}

.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 {
	border-left: 2px solid #f0ede7;
	float: right;
	width: 312px;
}

.sidebar-content .sidebar-primary {
	border-left: 0;
	border-right: 2px solid #f0ede7;
}

.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 {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 14px;
	margin-bottom: 40px;
}

.author-box-title {
	font-size: 24px;
}

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

.author-box .author-box-content p {
	line-height: 1.275;
	overflow: hidden;
}

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

.hide {
    position: absolute;
    left: -9999px;
}

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

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

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

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

.widget-title {
	color: #19463c;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #19463c;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4 {
	color: #19463c;
	margin-bottom: 20px;
}

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

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

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

.sticky {
}

.alignleft img,
.alignright img,
img.centered,
img.alignnone,
img.alignleft,
img.alignright {
	border: 1px solid #ccc;
}

.wp-caption.alignnone {
	display: inline-block;
}

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

.wp-caption img {
	display: block;
}


/* # 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 {
	margin-bottom: 16px;
}

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

.featured-content .post .entry-title {
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: 300;
}

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

.featured-content .page .entry-title a {
	color: #19463c
}

.featured-content .page .entry-title a:hover {
	color: #4f5752;
}

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

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

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

.featured-content .entry-header .entry-meta {
	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;
}

.footer-widgets .featured-content .more-link,
.sidebar .featured-content .more-link {
	margin-top: 0;
}

.footer-widgets .featured-content .more-link a,
.sidebar .featured-content .more-link a {
	background: none transparent;
	color: #4f5752;
	font-size: 13px;
	font-weight: 500;
	padding: 0;
	text-transform: none;
}

.footer-widgets .featured-content .more-link a:hover,
.sidebar .featured-content .more-link a:hover {
	background: none transparent;
	color: #5ca042;
}

.home-main .featured-content .entry {
	border: 0;
	margin-bottom: 40px;
	padding: 0;
}

.home-main .featured-content.wsmfeaturedpost .entry-header .entry-meta {
	display: block;
	padding: 0;
}

.home-main .featured-content.wsmfeaturedpost .entry-header .entry-title,
.home-main .featured-content .entry-title {
	display: block;
	font-size: 24px;
}

.home-main .featured-content.wsmfeaturedpost .entry-header .entry-title {
	margin-bottom: 10px;
}

.home-main .featured-content.featuredpost .entry-header {
	margin-bottom: 10px;
}

.home-main .featured-content .post .entry-title a {
	color: #414643;
}

.home-main .featured-content .post .entry-title a:hover {
	color: #5ca042;
}

.home-main .featured-content.featuredpost .post .entry-content,
.home-main .featured-content .entry-content,
.home-main .featured-content .custom-text {
	padding-top: 0;
}

.featured-content.wsmfeaturedpost .more-link a::after {
	content: " >";
}

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

.widget-social a.genericon:before {
	margin-right: 20px;
}

.widget-social a.genericon {
	background-color: #5da042;
	border-radius: 8px;
	box-sizing: content-box;
	color: #fff;
	font-size: 25px;
    height: 25px;
    line-height: 1;
	margin-bottom: 8px;
	margin-right: 8px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    width: 25px;
}

.widget-social a {
	display: inline-block;
	height: 32px;
	margin-right: 8px;
	text-align: left;
	text-indent: -9999px;
	width: 32px;
}

.widget-social a:hover {
	opacity: 0.8;
}

.widget-social a.twitter {
	background: url(images/twitter-color.png) no-repeat 0 0;
}

.widget-social a.facebook {
	background: url(images/facebook-color.png) no-repeat 0 0;
}


.ie .widget-social a.genericon {
	line-height: 1.2;
}

.widget-social a.genericon:hover {
	background-color: #62B641;
	color: #fff;
}

.widget-social a:last-child {
	margin-right: 0;
}

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

/* # 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 {
	background: url(images/form-bg.png) repeat-x 0 bottom #f0ede7;
	border-radius: 4px;
	margin: 0;
	max-width: 100%;
	padding: 20px;
}

div.gform_wrapper select,
div.gform_wrapper textarea,
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: 13px;
	padding: 4px 8px;
}

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

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper li.gfield .gfield_label {
	font-weight: 300;
}

div.gform_wrapper h3.gform_title {
	font-weight: 500;
	font-size: 20px;
	margin-top: 0;
}

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

div.gform_wrapper ul li.gfield {
	border: 0;
	margin-bottom: 6px;
	padding-bottom: 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 .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 13px;
}

.sidebar .widget.gform_widget {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.sidebar .widget.gform_widget div.gform_wrapper {
	border-radius: 0 4px 4px 0;
}

.sidebar .widget.gform_widget .widget-title {
	padding: 0 20px;
	text-align: center;
}

.ie div.gform_wrapper .gform_footer input.gform_button {
	padding: 4px 24px;
}

div.gform_wrapper .gform_footer input.gform_button {
	width: auto !important;
}

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

div.gform_wrapper .button-right .gform_footer {
	margin: 0;
	position: absolute;
	right: 2.5%;
	bottom: 1px;
}

.ie7 div.gform_wrapper .button-right .gform_footer {
	right: 0;
}

.ie7 div.gform_wrapper .button-right .gform_footer input.gform_button {
	float: right;
}

div.gform_wrapper .button-right h3.gform_title {
	background: url(images/email-icon.png) no-repeat right 2px;
	display: block;
	min-height: 30px;
	padding-right: 60px;
}

div.gform_wrapper .button-right li.zipcode {
	margin-bottom: 0;
	max-width: 62%;
}

.home-signup div.gform_wrapper .gform_heading {
	background: url(images/form-arrow.png) no-repeat 0 center;
	float: left;
	margin: 15px 0 0 30px;
	padding: 0 0 0 50px;
	width: 58%;
}

.ie7 .home-signup div.gform_wrapper .gform_heading {
	width: 50%;
}

.home-signup div.gform_wrapper .gform_body {
	float: right;
	width: 33%;
}

.home-signup div.gform_wrapper .button-right li.zipcode {
	max-width: 65%;
}

.home-signup div.gform_wrapper .button-right .gform_footer {
	right: 0.8%;
}

.home-signup  div.gform_wrapper .button-right h3.gform_title {
	background: none;
	line-height: 1;
	margin: 0;
	min-height: inherit;
	padding-right: 0;
}

.home-signup div.gform_wrapper .button-right {
	background: url(images/email-icon.png) no-repeat 0 22px;
	padding-left: 50px;
}

div.gform_wrapper div.validation_error {
	display: none;
}

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

h2.tablepress-table-name {
	font-size: 18px;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #edeeef;
	color: #090003;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #edeeef;
	border-top: none;
	border-right: 1px solid #edeeef;
}

table.tablepress {
	border: 1px solid #edeeef;
}

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

table.tablepress th,
table.tablepress td {
	padding: 5px 8px;
}

/*
## WP Table - Widget Area
--------------------------------------------- */

.widget table.tablepress {
	border: 1px solid #fff;
	line-height: 1.5;
}

.widget table.tablepress thead th,
.widget table.tablepress tfoot th {
	background-color: #676767;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	text-transform: lowercase;
}

.widget table.tablepress tbody td,
.widget table.tablepress tfoot th {
	border-bottom: 1px solid #dcd9d5;
	border-top: none;
	border-right: 1px solid #dcd9d5;
}


.widget table.tablepress tbody tr td:nth-child(2n+1) {
	background-color: #e6e2dc;
}

.widget table.tablepress .row-hover tr:hover td {
	background-color: #fffaf1;
}

.widget table.tablepress tbody tr td:last-child {
	border-right: 0;
}

.widget table.tablepress tbody tr:last-child td {
	border-bottom: 1px solid #fff;
}



/* ## Tribe Calendar Events
------------------------------------------------- */

div#tribe-events-pg-template,
.events-list div.tribe-events-loop,
.tribe-events-day div.tribe-events-loop,
.single-tribe_venue div.tribe-events-loop,
.single-tribe_organizer div.tribe-events-loop {
	max-width: 100%;
}

.tribe-events-content,
.tribe-events-tooltip,
.tribe-events-list-separator-month,
.tribe-events-event-meta,
#tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
	/* font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif; */
	font-family: 'Metropolis', sans-serif;
}


body.single-tribe_events h2.tribe-events-single-event-title {
	font-size: 24px;
}

form#tribe-bar-form .tribe-bar-submit input[type="submit"],
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
div#tribe_events_filters_wrapper input[type="submit"],
a.tribe-events-button,
div#tribe-events .tribe-events-button,
a.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
a.tribe-events-button:hover,
a.tribe-events-button.tribe-active:hover {
	background-color: #DB672A;
	border-radius: 4px;
	color: #FFF;
}

table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #EC651F;
}

#tribe-bar-form div.tribe-bar-submit input[type="submit"]:hover {
	background-color: #5da042;
	color: #FFF;
}

form#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover,
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover,
div#tribe_events_filters_wrapper input[type="submit"],
a.tribe-events-button:hover,
div#tribe-events .tribe-events-button:hover {
	background-color: #EC651F;
	color: #FFF;
}

div.tribe-events-day .tribe-events-day-time-slot h5 {
	color: #202F61;
}

#tribe-events-pg-template .tribe-events-calendar thead th {
    background-color: #19463C;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.tribe-events-list-separator-month span,
#tribe-events-pg-template #tribe-events-content .tribe-events-tooltip h4,
#tribe-events-pg-template #tribe_events_filters_wrapper .tribe_events_slider_val,
#tribe-events-pg-template .single-tribe_events a.tribe-events-ical,
#tribe-events-pg-template .single-tribe_events a.tribe-events-gcal {
	color: #19463C;
}

#tribe-events-pg-template div.tribe-events-cal-links {
	float: left;
	overflow: visible;
	width: 100%;
}

#tribe-events-pg-template div.tribe-events-cal-links .tribe-events-button {
	border-radius: 4px;
	font-weight: 300;
	padding: 5px 12px;
}

body.single-tribe_events .tribe-events-event-meta {
	clear: both;
	display: block;
}

body.single-tribe_events .tribe-events-content {
	margin-bottom: 20px;
	width: auto;
}

#tribe-events .tribe-events-loop .tribe-events-content {
	float: none;
	overflow: hidden;
	width: auto;
}

div.tribe-events-list .tribe-events-event-image {
	max-width: 20%;
	width: auto;
}

div.tribe-events-list .tribe-events-event-image img,
body.single-tribe_events .tribe-events-event-image img {
	border: 2px solid #e7e7e8;
}

body.single-tribe_events .tribe-events-event-image {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 45%;
    text-align: left;
}


body.events-archive .widget-area header.entry-header,
body.events-archive .widget-area footer.entry-meta,
body.single-tribe_events .widget-area header.entry-header,
body.single-tribe_events .widget-area footer.entry-meta,
body.single-tribe_venue .widget-area header.entry-header,
body.single-tribe_venue .widget-area footer.entry-meta,
body.single-tribe_organizer .widget-area header.entry-header,
body.single-tribe_organizer .widget-area footer.entry-meta {
	display: block;
}

/* Calendar Events Widget--------------------- */

.clearfix,
.tribe-clearfix {
	margin: 0 0 40px;
}

.widget-area .tribe-events-adv-list-widget ol,
.widget-area .tribe-events-list-widget ol {
	margin-left: 0 !important;
}

.widget-area .tribe-events-adv-list-widget ol li,
.widget-area .tribe-events-list-widget ol li {
	display: block;
	list-style: none outside none;
	line-height: 1;
	margin-bottom: 10px !important;
	min-height: 45px;
	padding: 0 0 0 50px;
	position: relative;
	text-indent: 0;
}

.tribe-events-adv-list-widget .entry-title a,
.tribe-events-adv-list-widget .entry-title,
.tribe-events-list-widget .entry-title a,
.tribe-events-list-widget .entry-title {
	font-size: 14px;
	font-weight: 300;
}

.tribe-events-adv-list-widget .entry-title,
.tribe-events-list-widget .entry-title {
	display: inline-block;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 0;
}

.tribe-events-list-widget li div.duration,
.tribe-events-list-widget .duration {
	background-color: #db672a;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 13px;
	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;
}

.tribe-events-list-widget .duration b {
	display: block;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
}

.tribe-events-list-widget li .more-link {
	margin: 0;
	text-transform: none;
}

.tribe-events-list-widget li .more-link a {
	background: none transparent;
	color: #4f5752;
	font-weight: 500;
	padding: 0;
	text-transform: none;
}

.tribe-events-list-widget  .tribe-events-widget-link {
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
}

.tribe-events-list-widget  .tribe-events-widget-link a {
	color: #5ca042;
	font-weight: 300 !important;
}

.tribe-events-list-widget  .tribe-events-widget-link a:hover {
	color: #4f5752;
}

/* ##  Events Manager
--------------------------------------------- */

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

.sidebar .widget_em_widget ul,
section.widget_em_widget ul {
	margin-left: 0;
}

.sidebar .widget_em_widget ul li,
.widget_em_widget ul li {
	line-height: 1.275;
	list-style: none outside none;
}

.sidebar .widget_em_widget ul li .more-link,
.widget_em_widget ul li .more-link {
	margin-top: 0;
	text-transform: none;
}

.sidebar .widget_em_widget ul li .more-link a,
.widget_em_widget ul li .more-link a {
	background: none transparent;
	color: #4f5752;
	font-size: 13px;
	font-weight: 500;
	padding: 0;
	text-transform: none;
}

.sidebar .widget_em_widget ul li .more-link a:hover,
.widget_em_widget ul li .more-link a:hover {
	color: #5ca042;
}

.sidebar .widget_em_widget ul li.all-events-link a,
.widget_em_widget ul li.all-events-link a {
	color: #5ca042;
	font-weight: 300 !important;
}

.sidebar .widget_em_widget ul li.all-events-link a:hover,
.widget_em_widget ul li.all-events-link a:hover {
	color: #4f5752;
}

/* ## Checklist Plugin
--------------------------------------------- */

#tab-container {
	border: 1px solid #fff;
}

#tab-container p.ebird_widget_p {
	margin: 0;
	padding: 0;
}

#tab-container #observations,
#tab-container #checklists {
	padding: 10px;
}

#tab-container #observations ul li,
#tab-container #checklists ul li {
	border-bottom: 1px solid #dcd9d5;
	margin-bottom: 0;
}

#tab-container #scrollbar1 {
	margin: 10px 0;
}

#tab-container #scrollbar1 .viewport a {
	background: none transparent;
	display: block;
	padding: 5px;
}

#tab-container #scrollbar1 .viewport a:hover {
	background: none #fff;
}

ul.etabs {
	background-color: #676767;
}

.sidebar ul.etabs li,
.footer-widgets ul.etabs li,
ul.etabs li {
	background: none transparent;
	border: 0;
	color: #fff;
	margin-bottom: 0;
}

.sidebar ul.etabs li a,
.footer-widgets ul.etabs li a,
ul.etabs li a {
	color: #fff;
	padding: 4px 8px;
}

ul.etabs li.tab.active {
	background-color: #e6e2dc;
	padding-top: 0;
	top: 0;
}

.footer-widgets ul.etabs li.tab.active a,
ul.etabs li.tab.active a {
	color: #5e5e5e;
}

#observations ul li,
#checklists div.chklst_observer,
#checklists div.chklst_location,
#checklists div.chklst_count {
	font-size: 10px;
	line-height: 1.5;
}


/* ## Bird Tracker
--------------------------------------------- */

table.gadget tbody > tr:last-child {
	display: none;
}

/* # 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: 43%;
}

.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: 55%;
}

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

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


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

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

.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 center center;
	padding: 12px 32px;
	text-indent: -9999px;
}

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

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

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

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

.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;
	display: block;
	float: left;
	margin-bottom: 8px;
	padding-bottom: 8px;
	width: auto;
}

.footer-nav .genesis-nav-menu .menu-item {
	font-size: 12px;
	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: #18453B;
	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
--------------------------------------------- */

.home-slider {
	margin-bottom: 40px;
}

.home-slider .wrap {
	max-width: 100%;
}

.home-slider div.soliloquy-container .soliloquy-image {
	width: 100%;
}

.home-slider div.soliloquy-container .soliloquy-caption {
	bottom: auto;
	left: 50%;
	margin-left: -480px;
	top: 20%;
	width: 500px;
}

.home-slider div.soliloquy-container .soliloquy-caption-inside {
	font-size: 18px;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	text-shadow: none;
}

.home-slider div.soliloquy-container .soliloquy-caption-inside h2,
.home-slider div.soliloquy-container .soliloquy-caption-inside h3,
.home-slider div.soliloquy-container .soliloquy-caption-inside h4 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.home-slider div.soliloquy-container .soliloquy-caption-inside h2 {
	font-size: 24px;
}

.home-slider div.soliloquy-container .soliloquy-caption-inside h3 {
	font-size: 22px;
}

.home-slider div.soliloquy-container .soliloquy-caption-inside h4 {
	font-size: 20px;
}

.home-slider div.soliloquy-container .more-link {
	font-size: 18px;
	margin-top: 20px;
}

.home-slider div.soliloquy-container .more-link a {
	font-size: 18px;
	font-weight: 500;
	padding: 8px 20px;
}

div.soliloquy-container .soliloquy-video-icon {
    background-image: url(images/play-icon.png);
}

/* ## Subribe
--------------------------------------------- */

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


/* ## Main Content
--------------------------------------------- */

.home-main .widget {
	clear: both;
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}

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

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

.home-main  ol {
	margin-left: 24px;
}

.home-main li {
	margin-bottom: 10px;
}

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

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

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

.gold-text {
	color: #857235;
	text-transform: uppercase;
}

.home-main .one-third,
.home-main .two-thirds {
	font-size: 14px;
}

/* # 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 {
	margin-left: 24px;
}

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

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

.more-link {
	display: block;
	margin: 20px 0 0;
	overflow: hidden;
}

.entry-content .more-link a,
.more-link a {
	background-color: #5da042;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	padding: 4px 20px;
	text-transform: uppercase;
}

.entry-content .more-link a:hover,
.more-link a:hover {
	background-color: #67c443;
	color: #fff;
}

.content .post .entry-content p {
	overflow: hidden;
	line-height: 1.275;
}

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


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

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

.entry-header .entry-meta {
	color: #db662a;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0;
}

.entry-header .entry-meta a {
	color: #db662a;
}

.entry-header .entry-meta a:hover {
	color: #414643;
}

.content .entry-header .entry-meta {
	text-transform: uppercase;
}

.single .entry-footer .entry-meta {
	background-color: #f1f2f3;
	color: #5ca042;
	padding: 4px 10px;
}

.single .entry-footer .entry-meta a {
	color: #5ca042;
}

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

.entry-footer .entry-tags > span {
	color: #5ca042;
	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 12px;
}

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

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

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

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

.comment-respond .comment-reply-title,
.entry-comments h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
}

.comment-content {
	clear: both;
}

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

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

.comment-respond .comment-form p.gform_wrapper {
	display: block;
	margin:  0 0 8px;
}

.comment-respond .comment-form p.gform_wrapper textarea,
.comment-respond .comment-form p.gform_wrapper input[type="email"],
.comment-respond .comment-form p.gform_wrapper input[type="text"],
.comment-respond .comment-form p.gform_wrapper input[type="url"] {
	font-size: 14px;
	padding: 4px 10px;
	width: 75%;
}

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

.entry-comments .comment-author a,
.entry-comments .comment-author {
	color: #5ca042;
	margin-bottom: 0;
}

.entry-comments .comment-author a:hover {
	color: #414643;
}

.entry-comments .comment-header .comment-meta {
	color: #db662a;
	color: #414643;
	font-size: 13px;
}

.entry-comments .comment-header .comment-meta a {
	color: #414643;
}

.entry-comments .comment-header .comment-meta a:hover {
	color: #db662a;
}

.entry-comments .comment-reply {
	display: block;
	font-size: 12px;
	overflow: hidden;
	text-transform: uppercase;
}

.entry-comments .comment-reply a {
	background-color: #db672a;
	color: #fff;
	display: block;
	float: left;
	padding: 2px 10px;
}

.entry-comments .comment-reply a:hover {
	background-color: #ec651f;
	color: #fff;
}

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

.bypostauthor {
}

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


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

.sidebar {
	font-size: 13px;
}

.sidebar ul {
	margin-left: 16px;
}

.sidebar ol {
	margin-left: 24px;
}

.sidebar li {
	margin-bottom: 6px;
}

.sidebar li a {
	color: #4f5752;
}

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

.sidebar ul li {
	list-style-image: url(images/bullet-list.png);
}

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

.sidebar .widget {
	border-radius: 0 6px 6px 0;
	border: 2px solid #f0ede7;
	border-left: 0;
	margin-bottom: 20px;
	padding: 20px;
}

.sidebar-content .sidebar .widget {
	border-radius: 4px 0 0 4px;
}

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

.sidebar  .widget_recent_comments li {
	list-style: none outside none;
}

.sidebar  .widget_recent_comments ul {
	margin-left: 0;
}

.sidebar  .widget_recent_comments li a {
	color: #5ca042;
}

.sidebar  .widget_recent_comments li a:hover {
	color: #4f5752;
}


/** Menu Widget */

.sidebar .widget.widget_nav_menu {
	border: 0;
	border-radius: none;
	margin-left: -2px;
	padding: 0;
}

.sidebar  .widget.widget_nav_menu ul.menu,
.widget ul.menu {
	margin-left: 0;
}

.sidebar .widget.widget_nav_menu .menu li,
.widget .menu li {
	font-size: 18px;
	list-style: none outside none !important;
	line-height: 1;
	margin: 0 0 12px;
	padding-left: 0;
}

.home-main .menu li:first-child {
	margin-top: 5px;
}

.sidebar .widget.widget_nav_menu .menu li:last-child,
.widget .menu li:last-child {
	margin-bottom: 0;
}

.widget .menu li strong,
.sidebar .widget.widget_nav_menu .menu strong {
	font-weight: 500;
}

.widget .menu li strong {
	display: block;
}

.sidebar .widget.widget_nav_menu .menu strong {
	display: inline;
}

.widget .menu li a,
.sidebar .widget.widget_nav_menu .menu li a {
	background-color: #5da042;
	border-left: 2px solid #db672a;
	color: #fff;
	display: block;
	padding: 15px 20px;
}

.widget .menu li a:hover,
.sidebar .widget.widget_nav_menu .menu li a:hover {
	background-color: #62b641;
}

.widget .menu li.more-link a,
.sidebar .widget.widget_nav_menu .menu li.more-link a {
	background: url(images/arrow-right-button.png) no-repeat right center #dd936e;
	border: 0;
	border-radius: 4px;
	font-weight: 500;
	padding: 8px 40px 8px 20px;
	text-transform: none;
}

.widget .menu li.more-link a:hover,
.sidebar .widget.widget_nav_menu .menu li.more-link a:hover {
	background-color: #ef976b;
}


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

.footer-widgets {
	background-color: #f0ede7;
	clear: both;
	font-size: 10px;
	padding: 30px 0;
}

.footer-widgets,
.footer-widgets a {
	color: #5e5e5e;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a:hover {
	color: #5da042;
}

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

.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,
.footer-widgets-3 {
	width: 20%;
}

.footer-widgets-1 {
	margin-right: 4%;
}

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

.footer-widgets-2 {
	width: 51.8%;
}

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


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

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

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

.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: 959px) {

	.wrap {
		max-width: 96%;
	}

	.site-header .widget-area {
		width: 68%;
	}

	.content {
		width: 62%;
	}

	.sidebar {
		width: 36%;
	}

	.title-area {
		width: 30%;
	}

	.home-slider div.soliloquy-container .soliloquy-caption {
		left: 2%;
		margin-left: 0;
	}

	.home-slider div.soliloquy-container .soliloquy-caption-inside h2 {
		font-size: 20px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption-inside h3 {
		font-size: 18px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption-inside h4 {
		font-size: 17px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption-inside {
		font-size: 15px;
	}

	.home-signup div.gform_wrapper .button-right {
		background-position:  0 5px;
		padding-left: 70px;
	}

	.home-signup div.gform_wrapper .gform_heading {
		background: none transparent;
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
	}

	.home-signup div.gform_wrapper .gform_body {
		float: none;
		width: 100%;
	}

	.home-signup div.gform_wrapper .button-right .gform_footer {
		right: 2.5%;
	}

	.home-signup div.gform_wrapper .button-right li.zipcode {
		max-width: inherit;
		padding-right: 16%;
	}

	div.gform_wrapper .button-right li.zipcode {
		max-width: inherit;
		padding-right: 42%;
	}

	.widget table.tablepress {
		border: 0;
	}

	.footer-nav .genesis-nav-menu {
		float: none;
		text-align: center;
		width: 100%;
	}

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

	.footer-nav .genesis-nav-menu .first a {
		margin-bottom: 5px;
	}

	.widget table.tablepress thead th,
	.widget table.tablepress tfoot th {
		text-align: left;
	}

}


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

	.header-image .site-title > a {
		background-position: center center;
	}

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

	.school-logo {
		display: block;
		margin: 5px auto 20px;
	}

	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

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

	.title-area {
		margin-bottom: 0;
	}

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

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

	.home-slider div.soliloquy-container .soliloquy-caption-inside h2,
	.home-slider div.soliloquy-container .soliloquy-caption-inside h3,
	.home-slider div.soliloquy-container .soliloquy-caption-inside h4 {
		margin-bottom: 10px;
	}

	div.gform_wrapper .button-right .gform_footer {
		margin: 8px  0 0;
		position: static;
	}

	.home-signup div.gform_wrapper .button-right .gform_footer {
		position: absolute;
		margin: 0;
	}

	.home-signup div.gform_wrapper .button-right li.zipcode {
		padding-right: 17%;
	}

	div.gform_wrapper .button-right li.zipcode {
		padding-right: 0;
	}

	.comment-respond .comment-form p.gform_wrapper textarea,
	.comment-respond .comment-form p.gform_wrapper input[type="email"],
	.comment-respond .comment-form p.gform_wrapper input[type="text"],
	.comment-respond .comment-form p.gform_wrapper input[type="url"] {
		width: 100%;
	}

	.widget .menu li strong {
		display: inline;
	}

	table.tablepress-responsive-tablet {
		border: 0;
	}

	table.tablepress thead th,
	table.tablepress tfoot th {
		line-height: 2;
		text-transform: none;
	}

	table.tablepress-responsive-tablet tbody tr {
		margin-left: -4px;
	}

	table.tablepress-responsive-tablet thead {
		padding-bottom: 1px;
	}

	.widget table.tablepress tbody tr:last-child td {
		border-bottom: 1px solid #dcd9d5;
	}

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

}

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

	.home-slider div.soliloquy-container .soliloquy-caption {
		display: block !important;
		position: static;
		width: 100%;
	}

	.home-slider div.soliloquy-container .soliloquy-caption-inside {
		background: none transparent;
		color: #414643;
		filter: 0;
		text-align: center;
	}

	.home-slider div.soliloquy-container .more-link a {
		display: inline-block;
		float: none;
	}

	.home-signup div.gform_wrapper .button-right li.zipcode {
		padding-right: 21%;
	}

	.home-slider div.soliloquy-container .soliloquy-caption-inside h2,
	.home-slider div.soliloquy-container .soliloquy-caption-inside h3,
	.home-slider div.soliloquy-container .soliloquy-caption-inside h4 {
		color: #414643;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}

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

	.site-header .search-form {
		width: 50%;
	}


	/* Responsive Navigation
	---------------------------------- */

	.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: #5DA042;
	}

	.menu-toggle:hover {
		background-color: #67C443;
	}

	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: #E9E9E9;
		background-image: none;
		color: #5e5e5e;
	}


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

	.nav-primary .genesis-nav-menu .sub-menu {
		background-color: #fff;
		clear: both;
		display: none;
		opacity: 1;
		padding: 0;
		position: static;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		border-left: 0;
		padding: 12px 20px;
		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 {
		background: #E9E9E9;
		padding-left: 30px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #D8D8D8;
		padding-left: 40px;
	}


	.nav-primary .genesis-nav-menu > li.current_page_item > a,
	.nav-primary .genesis-nav-menu > li:hover > a,
	.nav-primary .genesis-nav-menu li:hover a {
		background-color: #D8D8D8;
		background-image: none;
	}

	.nav-primary .genesis-nav-menu > li.current_page_item.home a,
	.nav-primary .genesis-nav-menu > .home > a:hover {
		background: #E9E9E9;
		color: #5e5e5e;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu a:hover {
		background-color: #ccc;
	}

	.nav-primary .genesis-nav-menu > .home > a {
		background-image: none;
		padding: 12px 24px;
		text-indent: 0;
	}

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

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

}


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

	.home-signup div.gform_wrapper .button-right li.zipcode {
		padding-right: 31%;
	}

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

}


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


	.home-signup div.gform_wrapper .button-right {
		background-position: 0 5px;
		padding-left: 0;
		padding-top: 40px;
	}

	.home-signup div.gform_wrapper .button-right li.zipcode {
		padding-right: 0;
	}

	.home-signup div.gform_wrapper .button-right .gform_footer {
		margin: 8px 0 0;
		position: static;
	}

	.content .post .entry-content p {
		clear: both;
		display: block;
		line-height: 1.5;
		overflow: visible;
	}

}