/* # GeoModel Child Theme  
Theme Name: GeoModel Theme  
Theme URI: 
Description: This is the GeoModel theme created for the Genesis Framework.  
Version: 1.1.4
Author: SynaVista  
Author URI: http://www.synavista.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # 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
	- Responsive Menu
- Home Page
	- Featured Slider
	- Home CTA
	- Home Top
	- Home Middle
	- Home Bottom
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 960px
	- Max-width: 800px
	- Max-width: 500px
*/


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

body {
	background-color: #000;
	color: #F2F2F2;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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: #000;
	color: #fff;
}

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

a {
	color: #63AA17;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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

.content hr {
	background-image: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 0.75), rgba(255,255,255, 0));
	border: 0;
	clear: both;
	display: inline-block;
    height: 1px;
    margin: 40px 0;
	width: 100%;
}

.green {
	color: #63AA17;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 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: #63AA17;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	width: auto;
}

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

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

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

.button.block {
	display: block;
	font-weight: 400;
	margin-bottom: 12px;
	text-align: center;
	width:100%;
}

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

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

.home .site-inner .wrap {
	max-width: none;
}

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

.site-inner {
	background: url(images/bg-dark.jpg) repeat center top;
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
}
.home .site-inner {
	padding-top: 0;
}

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

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

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

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-bottom: 15px;
}

.entry-content .search-form {
	width: 50%;
}

.site-header input {
	font-size: 12px;
	padding: 5px;
	width: auto;
}

.site-header input[type="search"] {
	background-color: #F2F2F2;
	font-style: italic;
	min-width: 200px;
}

.site-header input[type="submit"] {
	background-color: #63AA17;
	border: none;
	color: #fff;
	font-style: normal;
	margin-left: 5px;
	padding: 6px 10px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.site-header input[type="submit"]:hover {
	background-color: #7BC920;
}

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

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

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

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

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

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

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

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

/* ## 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 {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

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

.featured-content .entry-title {
	font-size: 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: #63AA17;
	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: url(images/bg-dark.jpg) repeat center top;
	border-bottom: 2px solid #63AA17;
	min-height: 144px;
}

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

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

.title-area {
	float: left;
	padding: 30px 0 0;
	width: 200px;
}

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

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 97px;
	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;
	text-align: right;
	width: calc(100% - 200px);
}

.site-header .widget {
	clear: both;
}

.site-header .textwidget {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.site-header .widgettitle {
	font-size: 30px;
	margin: 0;
}

.site-header h5 {
	color: #B3B3B3;
	font-size: 24px;
	font-weight: 400;
}

.site-header .widget.widget_search {
    overflow: hidden;
}

.site-header .widget.widget_text {
    margin-top: 20px;
}

.site-header .textwidget ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: flex-end;
}

.site-header .textwidget li {
    flex: 0 0 auto;
    text-align: center;
}

.site-header .textwidget li.contact {
    order: 3;
}

.site-header .textwidget li.phone {
    order: 2;
}

.site-header .textwidget li.email {
    line-height: 1;
    order: 1;
}

.site-header .textwidget li.email {
    font-size: 21px;
}

.site-header .textwidget li.email a {
    font-size: 24px;
    color: #fff;
}

.site-header .textwidget li.email a:focus,
.site-header .textwidget li.email a:hover {
    color: #63AA17;
}


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

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

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

.genesis-nav-menu a {
	color: #F2F2F2;
	display: block;
	padding: 17px 24px;
}

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

.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: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: url(images/bg-darker.jpg) repeat center top;
	border: 1px solid #111;
	border-top: none;
	font-size: 14px;
	padding: 15px 24px;
	position: relative;
	width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 249px;
}

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

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

.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: url(images/bg-darker.jpg) repeat center top;
}

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

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

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

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

.nav-secondary {
	background: url(images/bg-darker.jpg) repeat center top;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: block;
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	text-align: center;
}

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

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

.home-featured-slider {
	overflow: hidden;
	padding: 20px;
}

.home-featured-slider .content-overlay {
	margin: 0 35px;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0,0,0,0.25);
	top: calc(50% - 17px);
	transform: translateY(-50%);
	width: auto;
	z-index: 9999;
}

.home-featured-slider .content-overlay h1 {
	font-size: 58px;
	margin: 0;
}

.home-featured-slider .content-overlay h2 {
	font-size: 33px;
	margin-bottom:25px;
}

.home-featured-slider .content-overlay a.button {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	padding: 2px 34px;
}

.home-featured-slider .soliloquy-container {
	border: 2px solid #000;
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	-o-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	margin: 0 auto;
	overflow: hidden;
}

.home-featured-slider .soliloquy-controls {
	display: none;
}

.slider-title {
	color: #fff !important;
	font-family: 'Oswald', sans-serif !important;
	font-size: 400% !important;
	font-weight: 400 !important;
	text-align: center !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25) !important;
}

.slider-subtitle {
	color: #fff !important;
	font-family: 'Oswald', sans-serif !important;
	font-size: 225% !important;
	font-weight: 400 !important;
	text-align: center !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25) !important;
}

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

.home-cta {
	background: url(images/bg-light.jpg) repeat center top;
	color: #333;
	font-size: 18px;
	line-height: normal;
	padding: 25px 0 15px;
}

.home-cta p {
	margin-bottom: 15px;
}

.home-cta .widget:first-child {
	float: left;
	max-width: 55%;
}

.home-cta .simple-social-icons {
	float: right;
	margin-top: 10px;
}

.home-cta .simple-social-icons ul li a,
.home-cta .simple-social-icons ul li a:hover {
	background-color: #2B506E !important;
	color: #fff !important;
	padding: 16px;
}

.home-cta .simple-social-icons ul li a:hover {
	background-color: #63AA17 !important;
}

.home-cta .simple-social-icons ul li.contact-email a,
.home-cta .simple-social-icons ul li.contact-email a:hover {
	background-color: #2B506E !important;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	padding: 15px 17px 14px;
	width: auto;
}

.home-cta .simple-social-icons ul li.contact-email a:hover {
	background-color: #63AA17 !important;
}

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

.home-top {
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	/*padding: 50px 0;*/
	padding: 50px 0 30px;
}

.home-top-left {
	float: left;
	/*width: 55%;*/
	width: 100%;
}

.home-top-left .widgettitle {
	font-size: 36px;
	text-align: center;
}

.home-top-right {
	background-color: #333;
	float: right;
	font-size: 19px;
	font-weight: 700;
	padding: 18px 20px;
	width: 39%;
}

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

.home-top-right li {
	line-height: normal;
	margin-bottom: 14px;
	padding-left: 24px;
	position: relative;
}

.home-top-right li::before {
	content: "\f139";
	font: normal 24px/1 'dashicons';
	margin-left: -24px;
	position: relative;
	top: 5px;
}

.home-top-right a.button {
	background-color: #63AA17;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	padding: 10px 24px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.home-top-right a.button:hover {
	background-color: #7BC920;
}

/* ## Home Middle
--------------------------------------------- */

.home-middle {
	padding: 50px 0 30px;
}

.home-middle > .wrap {
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-middle .featuredpage {
	background: url(images/bg-light.jpg) repeat center top;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	color: #333;
	float: left;
	margin-bottom: 20px;
	padding: 0 0 60px;
	position: relative;
	text-align: center;
	width: 32%;
}

.home-middle .featuredpage:nth-child(3n+3) {
	float: right;
}

.home-middle .featuredpage:nth-child(3n+1) {
	clear: both;
	margin-right: 2%;
}

.home-middle .featuredpage, .home-middle .featuredpage:nth-child(3n+3), .home-middle .featuredpage:nth-child(3n+1) {
	clear: none;
	flex: 0 0 32%;
	float: none;
	margin: 0 auto 20px;
	width: auto;
}

.home-middle .featured-content .entry {
	margin: 0;
	padding: 0;
}

.home-middle .featuredpage img {
	border-bottom: 1px solid #333;
}

.home-middle .featuredpage .entry-header,
.home-middle .featuredpage .entry-content {
	padding: 0 15px;
}

.home-middle .featuredpage .entry-title,
.home-middle .featuredpage .entry-title a {
	color: #333;
	font-size: 26px;
	line-height: 25px;
	margin: 5px 0 15px;
}

.home-middle .featuredpage a.more-link {
	background-color: #2B506E;
	bottom: 30px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	color: #fff;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	left: 50%;
	margin: 20px auto 0;
	max-width: 135px;
	padding: 5px 18px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
	transform: translateX(-50%);
}

.home-middle .featuredpage a.more-link:hover {
	background-color: #63AA17;
}

/* ## Home Bottom
--------------------------------------------- */

.home-bottom {
	background-color: rgba(0,0,0,0.2);
	font-size: 14px;
	line-height: normal;
	padding: 28px 0 0;
}

.home-bottom .widgettitle {
	background-color: #2B506E;
	font-size: 28px;
	padding: 8px 20px;
	position: absolute;
	width: 100%;
}

.home-bottom-left .widgettitle {
	padding-right: 420px;
	right: 50%;
	text-align: right;
}

.home-bottom .featured-content .entry {
	padding: 75px 0 0;
}

.home-bottom .featured-content img {
	margin-top: -24px;
}

.home-bottom .featured-content .entry .entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 5px;
}

.home-bottom-left {
	float: left;
	width: 48%;
}

.home-bottom-right {
	float: right;
	width: 48%;
}

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

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

.entry {
	margin-bottom: 40px;
}

.content .entry {
	
}

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

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

.entry-content ul > li {
	list-style-type: disc;
}

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

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

.entry-content img {
	background-color: #666;
	border: 1px solid #333;
	padding: 1px;
}

.entry.contact {
	padding: 20px 0 30px;
	text-align: center;
}

.entry-content .highlight {
	background-color: #63AA17;
	border: 1px solid #111;
	clear: both;
	color: #333;
	display: block;
	margin: 15px 0 30px;
	padding: 15px;
	text-align: center;
}

.entry-content .highlight p:last-child {
	margin: 0;
}

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

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

p.entry-meta a {
	color: #ccc;
}

p.entry-meta a:hover {
	color: #63AA17;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #333;
	padding-top: 24px;
}

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

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

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

.comment-respond,
.entry-pings {
}

.entry-comments {
	
}

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

li.comment {
	
}

.comment-content {
	clear: both;
}

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

.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 {
	font-size: 13px;
}


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

.sidebar {
	font-size: 13px;
}

.sidebar .bg {
	background-color: rgba(0,0,0,0.2);
	height: 100%;
	left: 50%;
	margin: -40px 0 0 180px;
	position: absolute;
	width: 100%;
	z-index: 0;
}

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

.sidebar .widgettitle {
	background-color: #2B506E;
	font-size: 20px;
	padding: 10px 20px;
	position: absolute;
	width: 100%;
}

.sidebar .featured-content .entry {
	padding: 60px 0 0 20px;
	position: relative;
	z-index: 1;
}

.sidebar .featured-content .entry:nth-child(n+3) {
	padding-top: 0;
}

.sidebar .featured-content .entry a.alignleft {
	margin-bottom: 10px;
}

.sidebar .featured-content .entry .entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}


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

.footer-widgets {
	background: url(images/bg-darker.jpg) repeat center top;
	border-top: 2px solid #63AA17;
	clear: both;
	font-size: 13px;
	line-height: normal;
	padding: 40px 0 30px;
}

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

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

.footer-widgets a.button,
.site-header .contact a.button {
	background: #58c91c;
	background: -moz-linear-gradient(top,  #58c91c 41%, #63aa17 67%);
	background: -webkit-linear-gradient(top,  #58c91c 41%,#63aa17 67%);
	background: linear-gradient(to bottom,  #58c91c 41%,#63aa17 67%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c91c', endColorstr='#63aa17',GradientType=0 );
	border: 1px solid #000;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	font-weight: 400;
	margin: 0;
	padding: 4px 40px 6px;
	text-align: center;
}

.footer-widgets a.button.red,
.site-header .contact.red a.button {
    background: #ff3019;
    background: -moz-linear-gradient(top,  #ff3019 41%, #cf0404 67%);
    background: -webkit-linear-gradient(top,  #ff3019 41%,#cf0404 67%);
    background: linear-gradient(to bottom,  #ff3019 41%,#cf0404 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}

.footer-widgets a.button:hover,
.site-header .contact a.button:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 41%, #e0e0e0 67%);
	background: -webkit-linear-gradient(top,  #ffffff 41%,#e0e0e0 67%);
	background: linear-gradient(to bottom,  #ffffff 41%,#e0e0e0 67%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	box-shadow: none;
	color: #333;
}

.footer-widgets a:hover {
	color: #63AA17;
}

.footer-widgets ul {
	margin: -10px 0 0 17px;
}

.footer-widgets ul.menu,
.footer-widgets ul.sub-menu {
	margin: 0;
}

.footer-widgets li {
	font-style: italic;
	line-height: normal;
	list-style: disc;
	margin-bottom: 5px;
}

.footer-widgets ul.menu li {
	font-style: normal;
	list-style: none;
	margin: 0;
}

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

.footer-widgets p {
	margin-bottom: 15px;
}

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

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

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

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

.footer-widgets-3 {
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}

.footer-widgets .footer-widgets-3 p,
.site-header .widget-area p {
	margin-bottom: 5px;
}

.footer-widgets .simple-social-icons ul li:first-child {
	margin-left: 0 !important;
}


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

.site-footer {
	background-color: #000;
	border-top: 1px solid #333;
	color: #999;
	font-size: 13px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}

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

.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #63AA17;
}


/* # Miscellaneous
---------------------------------------------------------------------------------------------------- */

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

div.gform_wrapper .validation_message li {
	background-color: red;
	padding: 10px 17px;
	color: #fff;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
		
	.header-image .site-title > a {
		background-image: url(images/logo@2x.png);
		background-size: 200px 97px;
	}
	
}

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

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

	.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 {
		width: 100%;
	}
	
	.site-header .wrap {
		padding: 0 5% 20px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		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 li.right {
		display: none;
	}
	
	.home-featured-slider,
	.home-featured-slider .wrap {
		padding: 0;
	}
	
	.home-featured-slider .soliloquy-container {
		border: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		overflow: visible;
	}
	
	.home-cta .widget:first-child {
		max-width: 44%;
	}
	
	.home-bottom-left,
	.home-bottom-right {
		width: 100%;
	}
	
	.home-bottom-left .widgettitle {
		padding-right: 20px;
		right: auto;
		text-align: left;
	}
	
	.home-bottom .widgettitle {
		margin-left: -5%;
		padding-left: 5%;
	}
	
	.sidebar {
		margin-top: 40px;
	}
		
	.sidebar .bg {
		left: 0;
		margin: -40px 0 0;
	}
	
	.sidebar .widgettitle {
		margin-left: -5%;
		padding-left: 5%;
	}
	
	.sidebar .featured-content .entry {
		padding-left: 0;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 0 20px;
	}

}

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

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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.site-header .wrap {
		padding: 20px 5%;
	}
	
	.site-header .widget-area,
	.title-area {
		text-align: center;
		width: 100%;
	}
	
	.title-area {
		padding: 0;
	}

	.header-image .site-title > a {
		background-position: center top;
	}
	
	.site-header .search-form {
		float: none;
		margin: 16px auto;
	}
    
    .site-header .textwidget li {
        flex-basis: 100%;
    }
    
    .site-header .textwidget li.contact {
        order: 1;
    }
    
    .site-header .textwidget li.phone {
        order: 3;
    }
    
    .site-header .textwidget li.email {
        order: 2;
    }

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.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%;
	}
	
	.home-cta {
		text-align: center;
	}
	
	.home-cta .widget:first-child {
		max-width: none;
	}
	
	.home-cta .simple-social-icons {
		float: none;
		overflow: visible;
	}
	
	.home-cta .simple-social-icons ul.alignright {
		float: none;
		text-align: center;
	}
	
	.home-cta .simple-social-icons ul li {
		display: inline-block;
		float: none;
	}
	
	.home-top-left,
	.home-top-right {
		width: 100%;
	}
	
	/*.home-middle .featuredpage {
		width: 48%;
	}
	
	.home-middle .featuredpage:nth-child(3n+3) {
		float: left;
	}
	
	.home-middle .featuredpage:nth-child(3n+1) {
		clear: none;
		margin-right: 0;
	}
	
	.home-middle .featuredpage:nth-child(2n) {
		float: right;
	}
	
	.home-middle .featuredpage:nth-child(2n+1) {
		clear: both;
		margin-right: 2%;
	}*/
	
	.home-middle .featuredpage, .home-middle .featuredpage:nth-child(3n+3), .home-middle .featuredpage:nth-child(3n+1) {
		flex-basis: 49%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	/* ## Responsive Menu
	--------------------------------------------- */
	
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.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 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

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

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.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 > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		margin-left: 20px;
	}
	
	.home-featured-slider .content-overlay h1 {
		font-size: 46px;
	}
	
	.home-featured-slider .content-overlay h2 {
		font-size: 28px;
	}

}

@media only screen and (max-width: 767px) {
	
	.home-featured-slider .content-overlay {
		margin: 0;
		right: auto;
		top: calc(50% - 15px);
		width: 100%;
	}
	
}

@media only screen and (max-width: 500px) {
	
	.home-bottom .featured-content img,
	.home-bottom .featured-content a.alignleft {
		display: none;
		margin: 0;
	}
	
	.home-cta .simple-social-icons ul li.contact-email {
		display: block;
	}
	
	.home-cta .simple-social-icons ul li.contact-email a {
		padding: 17px 24px;
	}
	
	/*.home-middle .featuredpage {
		clear: both;
		width: 100%;
	}
	
	.home-middle .featuredpage:nth-child(2n) {
		float: none;
	}
	
	.home-middle .featuredpage:nth-child(2n+1) {
		clear: none;
		margin-right: 0;
	}*/
	
	.home-middle .featuredpage, .home-middle .featuredpage:nth-child(3n+3), .home-middle .featuredpage:nth-child(3n+1) {
		flex-basis: 100%;
	}
	
	.sidebar .featured-content .entry a.alignleft {
		width: 100%;
	}
	
	.home-featured-slider .content-overlay h1 {
		font-size: 30px;
	}
	
	.home-featured-slider .content-overlay h2 {
		font-size: 18px;
	}
	
	.home-featured-slider .content-overlay a.button {
		font-size: 21px;
	}
	
}