/*
Theme Name: Show Me 50
Theme URI: http://showme50.org/
Description: A custom wordpress theme for ShowMe50.org
Author: SangFroid Web Design
Author URI: http://www.sangfroidwebdesign.com/
Template: genesis
Template Version: 2.1.2
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- 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
*/


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

body {
	background: #f7f7f7 url(images/bg.jpg) center top repeat;
	color: #333;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

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


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

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

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

.page-banner p {
	color: #fff;
	margin: 0 0 40px;
}

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

li {
	list-style-type: none;
}



b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 10px 0 20px;
}

h1 {

	font-size: 46px;
}

h2 {
	color:#e50000;
	font-size: 30px;
}

h3 {

	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom:20px;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ## 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: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	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: #333;
	font-weight: 300;
	opacity: 1;
}

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

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

a.button.clear {
	background-color:transparent !important;
	border:2px solid #fff !important;
	color:#fff !important;
}

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

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

a.button.clear:hover {
	background-color:#fff !important;
	color:#e5554e !important;
	  opacity: 1;
}

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

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

.button {
	display: inline-block;
}

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

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  margin-right: 0% !important;
}

.gform_wrapper .ginput_complex .ginput_right {
  margin-left: 0% !important;
}

.sidebar .gform_wrapper .ginput_complex label {
	display:none;
}

.sidebar .gform_wrapper li,
.sidebar .gform_wrapper form li {
  border-bottom: 0px dotted #ddd;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar .gform_wrapper .gform_footer {
  padding: 0em;
  margin: 0em;
  clear: both;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input[type=image] {
  margin-bottom:0px;
  width:100%;
}


.gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span{
	width: 49.9%;
	}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

.site-inner {
	clear: both;
	padding-bottom:30px;
	padding-top: 30px;
}


.home .site-inner {
	padding-top: 0px;
}

.banner-image .site-inner {
	margin-top: -30px;
	padding-top: 0px;
}


/* ## 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 {
	background-color:#fff;
	border: 1px solid #dad6ce;
	-webkit-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	-moz-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	float: right;
	width: 770px;
}




.home .content {
	display:none;
}

.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 {
	background-color:#fff;
	border: 1px solid #dad6ce;
	-webkit-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	-moz-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	float: right;
	width: 330px;
}

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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


.archive-description,
.author-box {
  background-color: #E57B00;
  font-size: 16px;
  margin: 0px 40px 0px;
  padding: 40px;
  color: #fff;
}

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

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

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color:#aaaaaa;
	font-size: 12px;
	margin: 0 0 0px;
	padding: 10px 15px 10px;
}

.banner-image .breadcrumb {
	border-bottom:1px solid #ccc;
}



.breadcrumb p {
	color:#aaaaaa;
}

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

.search-form {
	overflow: hidden;
}

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

.entry-content .search-form,
.site-header .search-form {
	width: 300px;
}

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

/* ## Social Icons
--------------------------------------------- */
.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 0 3px 12px !important;
	padding: 0 !important;
}

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

h1.archive-title {
	color:#fff;
	font-family: 'Rokkitt', serif;
	font-size: 44px;
	font-weight: 700;
	text-align:center;
	text-shadow: -1px 1px 0px rgba(0, 0, 0, .8);
}

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

.page-template-page_blog .entry-title {
	font-size:32px;
}

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

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

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

.footer-widgets .widget-title {
	color: #fff;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
  float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}



/* ## Archive Page/Grid Styles
--------------------------------------------- */
.archive .content {

	padding: 0px 30px 0px;
}

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

.archive .entry {
	margin-bottom: 20px;
	padding: 20px 30px 10px;
}

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

article.teaser  {
	font-size:14px;
	margin-bottom: 20px;
	padding: 20px 30px 10px;
}

article.teaser  {
	border-top:1px solid #ccc;
}

article.teaser p  {
	margin:14px 0px;
}

article.teaser.first  {
	border-right:1px solid #ccc;
}

article.teaser.one-half  {
	margin-bottom:0px;
	margin-left:0px;
	width:50%;
}





/* ## Special SFW default styles
--------------------------------------------- */

.unmargin {
	margin:0px;
}

.unpadded {
	padding:0px;
}

.notice-me {
	background-color:#ffe7cb;
	border:1px solid #fdbe76;
	color: #ee4935;
	font-family: 'Rokkitt', serif;
	font-size: 24px;
	font-weight: 700;
	line-height:normal;
	margin:20px auto;
	padding:20px;

}

/* ## Image Maps
--------------------------------------------- */
.image-map-wrapper {
	width:100%;
}

/* ## Special ShowMe50 styles
--------------------------------------------- */

.content-contrib-feature {
	background: #ffe1bf url(images/say-something-bg.jpg) center center repeat;
	border:1px solid #fad3a3;
	margin:50px;
	padding:20px;
	text-align:center;
}

.content-contrib-feature h2 {
	text-shadow: -1px 1px 0px rgba(0, 0, 0, .75);
	color:#ee4935;
	font-family: 'Rokkitt', serif;
	font-size:38px;
	font-weight:700;
}

.content-contrib-feature .button.large {
	background-color:#e5554e;
	margin:20px auto;
	text-transform:none;
}

.content-contrib-feature .button:hover {
	background-color:#f26b32;
}






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

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

.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: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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


/* ## FD Footnotes
--------------------------------------------- */
.footnotes {
	border-top:1px solid #dad6ce;
	font-size:.8em;
	margin-top:20px;
	padding-top:20px;
}

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


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

.site-header {
	background: #f7f7f7 url(images/header.png) center center repeat-x;
	background-size:100% 100%;}

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

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 375px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

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

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

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

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

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

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


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

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

#menu-main-header-navigation{
	text-align: center;
	}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 20px 22px;
}

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	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: 0px 0 0;
}

.genesis-nav-menu > .search input {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.27);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.27);
	color: #ccc;
	font-size: 12px;
	margin:9px;
	padding: 10px;
	width:180px;
}

::-webkit-input-placeholder {
   color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}

:-ms-input-placeholder {
   color: #ccc;
}

/* ## Site Header Navigation
--------------------------------------------- */
.page-banner {
	background-color: #fff;
	background-position:center center;
	background-size:cover;
	border-bottom:5px solid #fff;
	line-height: normal;
	padding: 40px;
}

.page-banner .banner-content{
	width: 40%;
	}

.page-banner h1.entry-title{
	color: #fff;
	}

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

.site-header .nav-header{
	margin-bottom: 12px;
	}

.site-header .genesis-nav-menu li {

	padding: 0px 4px;
	}

.site-header .genesis-nav-menu li:last-child{
	border-right: none;
	}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

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

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

.nav-primary {
	background-color: #fff;
	-moz-box-shadow: 2px 2px 3px 0px #999;
	-webkit-box-shadow: 2px 2px 3px 0px #999;
	box-shadow: 2px 2px 3px 0px #999;
	position:relative;
	z-index:100;

}

.nav-primary .genesis-nav-menu a {

}

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

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color:#e20500;
	color: #fff;
}

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

.nav-secondary {
	background-color: #fff;
}



/* # Sub Header Area
---------------------------------------------------------------------------------------------------- */

.sub-header-info-div{
	margin: 20px 0px;
	}

.sub-header-info-div .wrap{
	background:transparent url(images/line.jpg) center bottom repeat-x;
	color:#808080;
	padding: 20px;
	text-shadow: 0 1px 2px #FFF;

	}

.sub-header-info-div .widget-area{
	width: 50%;
	}

.sub-header-info-div .widget-area p {

	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20pt;
	font-weight:700;
	margin-bottom: 0px;
	text-shadow: 0 1px 2px #FFF;
	}

.sub-header-info-div .sub-header-left{
	float: left;
	}

.sub-header-info-div .sub-header-right{
	float: right;
	text-align: right;
	}

.sub-header-info-div .widget_nav_menu li{
	display: inline-block;
	padding: 0px 4px;
	}

.sub-header-info-div .widget_nav_menu li a{
	padding: 0px 10px;
	}


/* # Slideshow
---------------------------------------------------------------------------------------------------- */

.homepage-slideshow{

	background-color: transparent !important;
	font-size:18px;
	margin-bottom: 0px;
	position:relative;
	width: 100%;
	z-index:1;
	}


body .slide-excerpt {
	background-color: transparent;
	filter: alpha(opacity=100);
	display: block;
	margin: 15px 0px 40px 40px;;
	opacity: 1;
	padding: 0;
	position: absolute;
	z-index: 8;
}

body .slide-excerpt.slide-183 {
  margin-top:0px;
  width:63% !important;
}

body .slide-excerpt h2 {
	color:#e50000;
	font-size:42px;
	margin-bottom:30px;
	text-shadow: -1px 1px 0px rgba(0, 0, 0, .8);
}

body .slide-excerpt .translucent-white {
	background-color: #fff;
	border:1px solid #dad6ce;
	filter: alpha(opacity=90);
	opacity: .9;
	padding:25px;
}

.newline {
	display:block;
	margin-top:15px;
}


html > body #genesis-responsive-slider .slide-excerpt-border {
	background: none;
	border: 0px solid #ddd;
	display: inline;
	float: left;
	margin: 10px;
	padding: 14px;
	position: relative;
	z-index: 8;
}



html > body .flex-direction-nav li .next {

  right: 0px;
}


html > body .flex-direction-nav li .prev {

  left: 0px;
}


/* # Circle detail---------------------------------------------------------------------------------------------------- */

.home .widget.genesis_responsive_slider {
	border-bottom:5px solid #fff;
}

#swboc-8 {
	background-color:transparent !important;
}


/* # Homepage Top Features
---------------------------------------------------------------------------------------------------- */

.home-features-top {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}

.home-features-top img {
	background-color:#fff;
	border: 1px solid #dad6ce;
	-webkit-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	-moz-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	padding:7px;
}


.home-features-top .widget{
		float: left;
	width: 32%;
	margin-right: 2%;
	min-height: 200px;
	text-align: center;
	}

.home-features-top .widget:last-child{
	margin-right: 0;
	}


/* # Homepage Call To Action Area
---------------------------------------------------------------------------------------------------- */

.home-cta {
	background: url(images/line.jpg) center bottom repeat-x, url(images/line.jpg) center top repeat-x;
	border-bottom:3px solid #e5e4e0;
	border-top:3px solid #e5e4e0;
	clear: both;
	color:#746f63;
	float: left;
	padding:40px 20px 20px;
	width: 100%;
	margin-bottom: 30px;
	}

.home-cta h2 {
	color:#746f63;
	margin-top:20px;
	text-shadow: 0 1px 2px #FFF;

	}

.home-cta img {
	background-color:#fff;
	border: 1px solid #ddd;
	padding: 7px;
	border-radius: 50%;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	display: inline-block;
}

.home-cta a:hover img {
	background-color:#e20500;
	border: 1px solid #fff;
	transform: scale(1.03,1.03);
}

.home-cta .widget{
	text-align: center;
	min-height: 200px;
	}


/* # Homepage Bottom Features
---------------------------------------------------------------------------------------------------- */

.home-features-bottom {
	clear: both;
	float: left;
	font-size:14px;
	width: 100%;
	margin-bottom: 20px;
	}

.home-features-bottom h4.widget-title {
	color:#ffe7cb;
	font-family: 'Rokkitt', serif;
	font-size:28px;
	font-weight:700;
	text-shadow: -1px 1px 0px rgba(0, 0, 0, .8);
	}

.home-features-bottom a {
	color:#ffe7cb;
	}

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

.home-features-bottom ul {
	margin-bottom: 18px;
	margin-left: 20px;
}


.home-features-bottom .widget{
	background-color: #fff;
	background-origin:padding-box;
	border: 7px solid #fff;
	-webkit-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	-moz-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	float: left;
	padding:20px;
	width: 23.5%;
	margin-right: 2%;
	min-height: 200px;
	}

.home-features-bottom .widget:nth-of-type(1) {
	background-color: #c40501;
	color:#fff;
	}

.home-features-bottom .widget:nth-of-type(2) {
	background-color: #e20500;
	color:#fff;
	}

.home-features-bottom .widget:nth-of-type(3) {
	background-color: #e34500;
	color:#fff;
	}

.home-features-bottom .widget:nth-of-type(4) {
	background-color: #e37b00;
	color:#fff;
	}

.home-features-bottom .widget:last-child {
	margin-right: 0;
	}


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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #808080;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	vertical-align: -25%;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}



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

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

.resource-category h2 {
	color:#000;
}

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

.entry {
	margin-bottom: 40px;
	padding: 30px 60px 10px;
}

.content .entry {
	background-color: #fff;
}

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

.entry-content ol > li {
	list-style-type: decimal;
	margin:10px 0px;
}

.entry-content ul > li,
.home-features-bottom ul > li {
	list-style-type: disc;
	margin:10px 0px;
}

.home-features-top ol > li,
.home-cta ol > li,
.home-features-bottom ol > li,
.home-features-top ul > li,
.home-cta ul > li,
.home-features-bottom ul > li {
	margin:10px 0px;
}

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

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

/* Buttons -- SPECIAL*/

a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.sub-header-info-div .widget_nav_menu li a,
.site-header .genesis-nav-menu a
 {
	background-color: #e20500 !important;
	border: 1px solid #bf0400 !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	margin: 0 0 10px;
	padding: 8px 20px;
	text-decoration: none;
}




a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.sub-header-info-div .widget_nav_menu li a:hover,
.site-header .genesis-nav-menu a:hover
 {
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition:all .5s ease;
}

a.button.small {
	background-color: #303236;
	color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    padding: 8px 20px;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}

a.button.large,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	background-color: #303236;
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}

a.button.black {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #2a66bf !important;
	border: 1px solid #1c4f9a !important;
	color: #fff !important;
}

a.button.darkblue {
	background-color: #293f5e !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.gray {
	background-color: #777 !important;
	border: 1px solid #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #9dcb2a !important;
	border: 1px solid #83a924 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #d29952 !important;
	border: 1px solid #b27d39 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff55a9 !important;
	border: 1px solid #c14080 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #7154c4 !important;
	border: 1px solid #594299 !important;
	color: #fff !important;
}

a.button.red,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	background-color: #e20500 !important;
	border: 1px solid #c00602 !important;
	color: #fff !important;
}

/* ## Footnotes
--------------------------------------------- */
.smf-footnotes{
	clear: both;
	font-size: 10px;
	margin-bottom: 20px;
	}

.smf-footnotes p{
	font-size: 10px;
	margin-bottom: 0px;
	}

/* ## Featured Content
--------------------------------------------- */
div.in-content-feature{
	clear: both;
	padding: 20px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	}

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

body #genesis-responsive-slider {
	background-color: #fff;
	border: 0px solid #eee;


	margin: 0 auto;
	padding: 0px;
	position: relative;
}



/* Toolkit Page
--------------------------------------------- */

.page-id-12 .content {
	background-color: transparent;
	border: 0px solid #dad6ce;
	-webkit-box-shadow: 0 0px 0px rgba(156,160,173,0.25);
	-moz-box-shadow: 0 0px 0px rgba(156,160,173,0.25);
	box-shadow: 0 0px 0px rgba(156,160,173,0.25);
	}


.page-id-12 .content .entry {
	background-color: transparent;

}


.sm5-toolkit-link {
	background-color: #fff;
	border: 1px solid #dad6ce;
	-webkit-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	-moz-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	box-shadow: 0 1px 7px rgba(156,160,173,0.25);
	margin-bottom:30px;
	min-height:200px;
	padding: 7px;
}

.sm5-toolkit-link:nth-of-type(1) .sm5-toolkit-link-inner {
    background: #250e40 url(images/toolkit-backgrounds-canvas-1.jpg) center top no-repeat;
}

.sm5-toolkit-link:nth-of-type(2) .sm5-toolkit-link-inner {
    background: #f57e45 url(images/toolkit-backgrounds-canvas-2.jpg) center top no-repeat;
}

.sm5-toolkit-link:nth-of-type(3) .sm5-toolkit-link-inner {
    background: #88003b url(images/toolkit-backgrounds-canvas-3.jpg) center top no-repeat;
}

.sm5-toolkit-link:nth-of-type(4) .sm5-toolkit-link-inner {
    background: #ad093d url(images/toolkit-backgrounds-canvas-4.jpg) center top no-repeat;
}

.sm5-toolkit-link:nth-of-type(5) .sm5-toolkit-link-inner {
    background: #8f0050 url(images/toolkit-backgrounds-canvas-5.jpg) center top no-repeat;
}

.sm5-toolkit-link:nth-of-type(6) .sm5-toolkit-link-inner {
    background: #bd0842 url(images/toolkit-backgrounds-canvas-6.jpg) center top no-repeat;
}

.sm5-toolkit-link:nth-of-type(7) .sm5-toolkit-link-inner {
    background: #190929 url(images/toolkit-backgrounds-canvas-7.jpg) center top no-repeat;
}

.sm5-toolkit-link:nth-of-type(8) .sm5-toolkit-link-inner {
    background: #d6632c url(images/toolkit-backgrounds-canvas-8.jpg) center top no-repeat;
}




.page-id-12 .post-edit-link {
	clear:both;
	display:block;
	float:left;
}


.sm5-toolkit-link-inner {
	background-color:#888;
	background-size: 100% auto !important;
	color:#fff;
	font-size:14px;
	line-height:normal;
	min-height:200px;
	padding:150px 20px 20px;
	text-align:center;
	width:100%;

}

.sm5-toolkit-link-inner h2 {
	font-size:18px;
	font-family: 'Rokkitt', serif;
	font-weight:700;
}

.sm5-toolkit-link-inner a {
	color:#fff;
}

.sm5-toolkit-link-inner p  {
	margin-bottom:5px;
}


.sm5-toolkit-link-inner p a {
	background-color:transparent !important;
	border:2px solid #fff !important;
	color:#fff !important;
	display:inline-block;
	margin:5px;
	padding: 6px 10px;
}

.sm5-toolkit-link-inner p a:hover {
	background-color:#fff !important;
	color:#333 !important;
}

.sm5-toolkit-link-inner:hover {
	background-color:#e20500;
	color:#fff;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}


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

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

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

.entry-footer .entry-meta {
	background-color: #f5f5f5;
	font-size:12px;
	padding: 5px 10px;
	text-transform:uppercase;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

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

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

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

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

.entry-comments {
	padding: 40px;
}

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

.bypostauthor {
}

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



/*  Resource Blocks
--------------------------------------------- */

.resource-category {
	margin-top:30px;
	padding: 12px;
	background-color: #f4f4f4;
	}

.resource-category h2{
	font-size: 24px;
	}

.resource-category ul{
	padding-left: 0px;
	margin-left: 0px;
	}

.resource-category ul li{
	list-style-type: none;
	font-size: 16px;
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

.resource-category ul li:last-of-type{
	border-bottom: none;
	}





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

.sidebar {
	font-size: 16px;
}

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

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px 40px;
}


/*.sidebar .gform_widget {
	background: #c40501 url(images/50.png) center top no-repeat;
	margin-bottom: 20px;
	padding: 20px 40px;
}*/




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

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

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

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

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

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

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

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


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

.site-footer {
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.23);
box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.23);
	font-size: 16px;
	line-height: 1;
	padding: 30px 0px 4px;
	text-align: center;
}

.site-footer p {
	margin:8px 0px;
}

/*  Custom Footer CSS */
#bottom-footer-left{
	float: left;
	width: 48%;
	text-align: left;
	color: #222;
}

footer #bottom-footer-left .menu li,
footer #bottom-footer-right .menu li {
	display:inline-block;
	line-height: 16px;
	}

footer #bottom-footer-left .menu li a,
footer #bottom-footer-right .menu li a {
	padding: 0px 4px 0px;
	border-right: 1px solid #222;
	}

footer #bottom-footer-left .menu li:first-child a,
footer #bottom-footer-right .menu li:first-child a {
	padding-left: 0px;
	}

footer #bottom-footer-left .menu li:last-child a,
footer #bottom-footer-right .menu li:last-child a {
	border-right: none;
	}

#bottom-footer-right{
	float: right;
	width: 50%;
	text-align: right;
}

#sf-credit-footer{
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	color: #DDD;
	font-size: 10px;
	margin-top:16px;
}

footer #sf-credit-footer a,
footer #sf-credit-footer a:visited
footer #sf-credit-footer a:hover{
	color: #DDD;
}

footer #sf-credit-footer a:hover{
	text-decoration: underline;
}


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

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

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

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

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

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

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

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

	/* # Toolkit
	---------------------------------------------------------------------------------------------------- */
	.sm5-toolkit-link .sm5-toolkit-link-inner {
		padding-top:115px;
	}


	/* # Slideshow
	---------------------------------------------------------------------------------------------------- */

	.homepage-slideshow{

		font-size:16px;
	}


	body .slide-excerpt {
		background-color: transparent;
		filter: alpha(opacity=100);
		display: block;
		margin: 20px 0px 20px 35px;
		opacity: 1;
		padding: 0;
		position: absolute;
		z-index: 8;
	}

	body .slide-excerpt h2 {
		color:#e50000;
		font-size:38px;
		margin-bottom:30px;
		text-shadow: -1px 1px 0px rgba(0, 0, 0, .8);
	}

	body .slide-excerpt.slide-183 h2 {
		font-size:34px;
	}

	body .slide-excerpt.slide-183 p {
		font-size:14px;
	}

	body .slide-excerpt.slide-685 {
		width:70%;
	}




}




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

/* # Slideshow
	---------------------------------------------------------------------------------------------------- */

	.genesis-nav-menu a {
	  font-size:14px;
	  padding: 20px 16px;
	}

	.genesis-nav-menu > .search input {

	  width: 144px;
	}

	body .slide-excerpt {
		margin-top:0px;
	}

	body .slide-excerpt h2 {
		margin-bottom:10px;
	}

	/* # Toolkit
	---------------------------------------------------------------------------------------------------- */
	.sm5-toolkit-link .sm5-toolkit-link-inner {
		padding-top:190px;
	}


}



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

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

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

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

	.header-image .title-area {
		background-position: center top;
		padding:0px 15px;
	}

	.simple-social-icons {
	  text-align:center;
	}
	.simple-social-icons ul,
	.simple-social-icons ul.alignright  {
	  display:inline-block;
	  float:none;
	  margin:5px auto;
	  text-align:center;
	}

	.simple-social-icons ul li {
		display:inline
	  float: none !important;
	}

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.genesis-nav-menu > .search input {
	  width: 150px;
	}

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

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

	.home-features-bottom .widget,
	.resource-category.one-fourth,
	.sm5-toolkit-link.one-fourth {
	  width: 49%;
	  margin-top:0px;
	  margin-bottom: 2%;
	  margin-left:0px;
	  margin-right: 2%;
	}

	.home-features-bottom .widget:last-child,
	.home-features-bottom .widget:nth-child(even),
	.resource-category.one-fourth:nth-child(even),
	.sm5-toolkit-link.one-fourth:nth-child(odd) {
	  margin-left:0px;
	  margin-right: 0;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

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

	html > body #genesis-responsive-slider .slide-excerpt-border {
	  margin:0px;
	  padding:0px;
	}

}

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

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

	body .slide-excerpt {
	  background-color: #fff;
		filter: alpha(opacity=90);
		opacity: .9;
	  margin: 0px;
	  padding: 17px;
	  overflow: hidden;
	  height: 100%;
	}





	body .slide-excerpt h2 {
	  font-size:26px;
	}

	body .slide-excerpt.slide-183 h2 {
	  font-size: 26px;
	}

	body .slide-excerpt.slide-183 {
	  width: 70% !important;
	}

	body .slide-excerpt .translucent-white {
	  background-color: transparent;
	  border: 0px solid #dad6ce;
	  filter: alpha(opacity=100);
	  opacity: 1.0;
	  padding: 0px;
	}

	.flex-direction-nav li a {
	  top: 90% !important;
	}
}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

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

	.nav-primary .wrap {
		padding-left:0px;
		padding-right:0px;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.site-header {
		padding: 0;
	}

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

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


	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	/*  Page Banner
	--------------------------------------------- */

	.page-banner {
	  padding: 10px;
	  background-position: center center;
	  background-size: cover;
	  border-bottom: 5px solid #fff;
	  line-height: normal;
	  min-height:inherit;
	  background-color: #fff;
	}

	.page-banner .banner-content {
	  width: 60%;
	}

	/*  Resource Blocks
	--------------------------------------------- */


	.resource-category.one-fourth {
	  width: 100%;
	  margin-bottom: 20px;
	  margin-left:0px;
	  margin-right: 0px;
	}


	/*  Slider
	--------------------------------------------- */
	body .slide-excerpt {
	  background-color: #fff;
	  filter: alpha(opacity=90);
	  height: 100%;
	  margin: 0px;
	  opacity: .9;
	  overflow: hidden;
	  padding: 17px 17px 0px 17px;
	  position:relative;
	  width:100% !important;
	}

	html > body #genesis-responsive-slider .slide-excerpt-border {
	  margin:0px;
	  padding:0px;
	  position:relative;
	  width:100%;
	}

	body .slide-excerpt h2 {
	  font-size:26px;
	}

	body .slide-excerpt.slide-183 h2 {
	  font-size: 26px;
	}

	body .slide-excerpt.slide-183,
	body .slide-excerpt.slide-685  {
	  width: 100% !important;
	}


	.flex-direction-nav {
	  display:none;
	}

}


@media only screen and (max-width: 700px) {
	.sm5-toolkit-link .sm5-toolkit-link-inner {
	  padding-top:150px;
	}
}


@media only screen and (max-width: 600px) {
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		border-bottom:1px solid #efefef;
		display: block;
	}

	.responsive-menu-icon {
		display: block;
		text-transform: uppercase;
		font-size: 12px;
	}


	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {

		line-height: 1;
		padding: 18px 20px;
	}

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

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

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

		z-index: 9999;
	}

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

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {

	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {

		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}

	.home-features-top .widget {
	  float: none;
	  width: 100%;
	  margin-right: 2%;
	  min-height: none;
	}

	.home-features-bottom .widget {
	  width: 100%;
	  margin-bottom: 20px;
	  margin-right:0px;
	}

	.entry {
	  margin-bottom: 20px;
	  padding: 20px 30px 10px;
	}

	.sm5-toolkit-link .sm5-toolkit-link-inner {
	  padding-top: 250px;
	}

	.sm5-toolkit-link.one-fourth {
	  margin-bottom: 20px;
	  width:100%;
	}

}

@media only screen and (max-width: 500px) {
	.sm5-toolkit-link .sm5-toolkit-link-inner {
	  padding-top: 200px;
	}


}



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

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

	.sm5-toolkit-link .sm5-toolkit-link-inner {
	  padding-top: 150px;
	}

	#bottom-footer-left,
	#bottom-footer-right {
		float: none;
		padding:10px 0px;
		width: 100%;
		text-align: center;
	}
}









