﻿/*
	Theme Name: Benson Theme
	Theme URI: http://wpcanada.ca/our-themes/benson/
	Description: Benson is a mobile responsive and HTML5 child theme created for the Genesis Framework
	Author: WPCanada
	Author URI: http://wpcanada.ca/

	Version: 1.5.1

	Tags: blue, white, grey, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.6

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.benson-widget .content .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.benson-widget .content .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #333;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #336699;
	color: #fff;
}

::selection {
	background-color: #336699;
	color: #fff;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #666;
}

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,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	color: #999;
	content: "\f122";
	display: block;
	font-family: "dashicons";
	font-size: 30px;
	height: 0;
	left: -40px;
	position: relative;
	top: -10px;
}

code,
pre {
	font-size: 14px;
	font-size: 1.4rem;
}

code {
	background-color: #f9f9f9;
	border-radius: 3px;
	font-family: Consolas, Monaco, Lucida Console;
	overflow: auto;
	padding: 3px 5px;
}

pre {
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	display: block;
	font-family: Consolas, Monaco, Lucida Console;
	margin: 0 0 30px;
	overflow: auto;
	padding: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3.0rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2.0rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

img {
	height: auto;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	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: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

a.button-featured,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply a,
.entry-content .button {
	background-color: #336699;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 20px 24px;
	text-transform: uppercase;
	width: auto;
}

a.button-featured {
	display: block;
	padding: 10px 15px;
}

.comment-reply a {
	padding: 8px 10px;
}

a.button-featured:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.comment-reply a:hover,
.entry-content .button:hover,
a.button-featured:focus,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.comment-reply a:focus,
.entry-content .button:focus {
	background-color: #1a1a1a;
	color: #fff;
}

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 #bbb;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #bbb;
	padding: 6px 0;
}

tr.even:hover,
tr.odd:hover {
	background-color: #f5f5f5;
}


/*
Accessibility
---------------------------------------------------------------------------------------------------- */

/* Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
--------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	clear: both;
	border: 1px solid #1a1a1a;
	margin: 40px auto 0;
	max-width: 1240px;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
}

.site-inner {
	clear: both;
	margin: 40px 0;
	overflow: hidden;
}

.benson-landing .site-container {
	margin: 40px auto;
	max-width: 960px;
}

.benson-landing .entry-title {
	margin-bottom: 60px;
	text-align: center;
}

/* 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: 940px;
}

.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: 760px;
}

.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: 540px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.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
--------------------------------------------- */

.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: 3.2258064516129%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.387096774194%;
}

.one-third,
.two-sixths {
	width: 31.182795698925%;
}

.four-sixths,
.two-thirds {
	width: 65.591397849462%;
}

.one-fourth {
	width: 22.58064516129%;
}

.three-fourths {
	width: 74.193548387097%;
}

.one-sixth {
	width: 13.978494623656%;
}

.five-sixths {
	width: 82.795698924731%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	margin-right: 30px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.625;
	margin-bottom: 30px;
	padding: 18px 15px;
	text-transform: uppercase;
}

.breadcrumb,
.breadcrumb a {
	color: #666;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #336699;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
	clear: both;
	margin-bottom: 60px;
	padding: 40px;
}

.archive-title,
.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(../image/search-box.png) no-repeat center left;
	padding: 16px 0 18px 37px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2.0rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	text-transform: none;
}

.sidebar .entry-title {
	font-size: 20px;
	font-size: 2.0rem;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #336699;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title {
	background-color: #336699;
	border-left: 10px solid #111;
	color: #fff;
	padding: 10px;
}

.sidebar .enews .widget-title {
	background: none;
	border: none;
	color: #fff;
	padding: 0;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
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 20px 40px 0;
}

.sidebar a.alignleft,
.sidebar a.alignright {
	margin-bottom: 20px;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 40px 20px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content p {
	text-indent: 2em;
}

.gallery-caption {
}

.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
--------------------------------------------- */

.sidebar .featured-content .entry {
	margin-bottom: 20px;
}

.sidebar .featured-content .entry {
	border-bottom: 1px dashed #bbb;
}

.sidebar .featured-content .entry p {
	padding-bottom: 20px;
}

.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews p {
	margin-bottom: 20px;
}

.enews form + p {
	margin-top: 20px;
}

.enews-widget input {
	color: #999;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	font-size: 16px;
	font-size: 1.6rem;
}

.enews-widget input[type="submit"] {
	background-color: #336699;
	color: #fff;
	margin-bottom: 0;
	padding: 20px 24px;
	width: 100%;
}

.enews-widget input[type="submit"]:hover,
.enews-widget input[type="submit"]:focus {
	background-color: #1a1a1a;
	color: #fff;
}

.enews-widget #subbox,
.enews-widget #subbox1,
.enews-widget #subbox2 {
	padding: 16px 0 18px 37px;
}

.enews-widget #subbox {
	background: #fff url(../image/enews-subbox.png) no-repeat center left;
}

.enews-widget #subbox1,
.enews-widget #subbox2 {
	background: #fff url(../image/enews-subbox-name.png) no-repeat center left;
}

.sidebar .enews-widget {
	background-color: #1a1a1a;
	box-shadow: 0 5px 5px #000;
	color: #fff;
	padding: 40px;
}

.footer-widgets .enews-widget input[type="submit"]:hover,
.sidebar .enews-widget input[type="submit"]:hover,
.footer-widgets .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:focus {
	background-color: #fff;
	color: #1c1c1c;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	overflow: hidden;
	padding: 40px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0;
	width: 320px;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 16px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
}

.site-description {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
	float: left;
	min-height: 110px;
	width: 100%;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

.header-image .title-area {
	padding: 0;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 730px;
}

.site-header .widget li li {
	margin: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #1c1c1c;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #1c1c1c;
	display: block;
	padding: 28px 24px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #336699;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #336699;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.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;
	font-size: 1.4rem;
	padding: 16px 20px;
	position: relative;
	width: 230px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 229px;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .codepen > a,
.genesis-nav-menu > .dribble > a,
.genesis-nav-menu > .email > a,
.genesis-nav-menu > .facebook > a,
.genesis-nav-menu > .flickr > a,
.genesis-nav-menu > .foursquare > a,
.genesis-nav-menu > .github > a,
.genesis-nav-menu > .googleplus > a,
.genesis-nav-menu > .instagram > a,
.genesis-nav-menu > .linkedin > a,
.genesis-nav-menu > .pinterest > a,
.genesis-nav-menu > .reddit > a,
.genesis-nav-menu > .stumbleupon > a,
.genesis-nav-menu > .tumblr > a,
.genesis-nav-menu > .twitter > a,
.genesis-nav-menu > .vimeo > a,
.genesis-nav-menu > .wordpress > a,
.genesis-nav-menu > .youtube > a {
	padding-left: 20px;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .codepen > a:hover,
.genesis-nav-menu > .dribble > a:hover,
.genesis-nav-menu > .email > a:hover,
.genesis-nav-menu > .facebook > a:hover,
.genesis-nav-menu > .flickr > a:hover,
.genesis-nav-menu > .foursquare > a:hover,
.genesis-nav-menu > .github > a:hover,
.genesis-nav-menu > .googleplus > a:hover,
.genesis-nav-menu > .instagram > a:hover,
.genesis-nav-menu > .linkedin > a:hover,
.genesis-nav-menu > .pinterest > a:hover,
.genesis-nav-menu > .reddit > a:hover,
.genesis-nav-menu > .rss > a:hover,
.genesis-nav-menu > .stumbleupon > a:hover,
.genesis-nav-menu > .tumblr > a:hover,
.genesis-nav-menu > .twitter > a:hover,
.genesis-nav-menu > .vimeo > a:hover,
.genesis-nav-menu > .wordpress > a:hover,
.genesis-nav-menu > .youtube > a:hover {
	background-color: transparent !important;
	color: #336699;
}

.genesis-nav-menu > .codepen a::before,
.genesis-nav-menu > .dribble a::before,
.genesis-nav-menu > .email a::before,
.genesis-nav-menu > .facebook a::before,
.genesis-nav-menu > .flickr a::before,
.genesis-nav-menu > .foursquare a::before,
.genesis-nav-menu > .github a::before,
.genesis-nav-menu > .googleplus a::before,
.genesis-nav-menu > .instagram a::before,
.genesis-nav-menu > .linkedin a::before,
.genesis-nav-menu > .pinterest a::before,
.genesis-nav-menu > .reddit a::before,
.genesis-nav-menu > .rss a::before,
.genesis-nav-menu > .stumbleupon a::before,
.genesis-nav-menu > .tumblr a::before,
.genesis-nav-menu > .twitter a::before,
.genesis-nav-menu > .vimeo a::before,
.genesis-nav-menu > .wordpress a::before,
.genesis-nav-menu > .youtube a::before {
	color: #1c1c1c;
	display: inline-block;
	font: normal 20px/1 'Genericons';
	margin-right: 5px;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
}

.genesis-nav-menu > .codepen > a:hover::before,
.genesis-nav-menu > .dribble > a:hover::before,
.genesis-nav-menu > .email > a:hover::before,
.genesis-nav-menu > .facebook > a:hover::before,
.genesis-nav-menu > .flickr > a:hover::before,
.genesis-nav-menu > .foursquare > a:hover::before,
.genesis-nav-menu > .github > a:hover::before,
.genesis-nav-menu > .googleplus > a:hover::before,
.genesis-nav-menu > .instagram > a:hover::before,
.genesis-nav-menu > .linkedin > a:hover::before,
.genesis-nav-menu > .pinterest > a:hover::before,
.genesis-nav-menu > .reddit > a:hover::before,
.genesis-nav-menu > .rss > a:hover::before,
.genesis-nav-menu > .stumbleupon > a:hover::before,
.genesis-nav-menu > .tumblr > a:hover::before,
.genesis-nav-menu > .twitter > a:hover::before,
.genesis-nav-menu > .vimeo > a:hover::before,
.genesis-nav-menu > .wordpress > a:hover::before,
.genesis-nav-menu > .youtube > a:hover::before {
	color: #336699;
}

.genesis-nav-menu > .codepen a::before {
	content: '\f216';
}

.genesis-nav-menu > .dribble a::before {
	content: '\f201';
}

.genesis-nav-menu > .email a::before {
	content: '\f410';
}

.genesis-nav-menu > .facebook a::before {
	content: '\f203';
}

.genesis-nav-menu > .flickr a::before {
	content: '\f211';
}

.genesis-nav-menu > .foursquare a::before {
	content: '\f226';
}

.genesis-nav-menu > .github a::before {
	content: '\f200';
}

.genesis-nav-menu > .googleplus a::before {
	content: '\f206';
}

.genesis-nav-menu > .instagram a::before {
	content: '\f215';
}

.genesis-nav-menu > .linkedin a::before {
	content: '\f207';
}

.genesis-nav-menu > .pinterest a::before {
	content: '\f209';
}

.genesis-nav-menu > .reddit a::before {
	content: '\f222';
}

.genesis-nav-menu > .rss a::before {
	content: '\f413';
}

.genesis-nav-menu > .stumbleupon a::before {
	content: '\f223';
}

.genesis-nav-menu > .tumblr a::before {
	content: '\f214';
}

.genesis-nav-menu > .twitter a::before {
	content: '\f202';
}

.genesis-nav-menu > .vimeo a::before {
	content: '\f212';
}

.genesis-nav-menu > .wordpress a::before {
	content: '\f205';
}

.genesis-nav-menu > .youtube a::before {
	content: '\f213';
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

.nav-primary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	color: #1c1c1c;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus {
	background-color: #f7f7f7;
	color: #336699;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #336699;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	margin: 10px auto 0;
}

.nav-secondary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #222;
}

.nav-secondary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #222;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	color: #000;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus {
	background-color: #f7f7f7;
	color: #336699;
}

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #336699;
}

/* Tertiary Navigation
--------------------------------------------- */

.nav-tertiary {
	background-color: #171717;
	margin-left: -40px;
	margin-right: -40px;
	padding-left: 20px;
	padding-right: 20px;
}

.nav-tertiary a {
	color: #999;
}

.nav-tertiary a:hover,
.nav-tertiary a:focus {
	color: #fff;
}

.nav-tertiary .current-menu-item > a {
	color: #fff;
}

.nav-tertiary .current-menu-item > a:hover,
.nav-tertiary .current-menu-item > a:focus {
	color: #fff;
}

.nav-tertiary .right {
	padding: 28px 0;
}

.nav-tertiary .genesis-nav-menu > .codepen > a:hover,
.nav-tertiary .genesis-nav-menu > .dribble > a:hover,
.nav-tertiary .genesis-nav-menu > .email > a:hover,
.nav-tertiary .genesis-nav-menu > .facebook > a:hover,
.nav-tertiary .genesis-nav-menu > .flickr > a:hover,
.nav-tertiary .genesis-nav-menu > .foursquare a:hover,
.nav-tertiary .genesis-nav-menu > .github > a:hover,
.nav-tertiary .genesis-nav-menu > .googleplus > a:hover,
.nav-tertiary .genesis-nav-menu > .instagram > a:hover,
.nav-tertiary .genesis-nav-menu > .linkedin > a:hover,
.nav-tertiary .genesis-nav-menu > .pinterest > a:hover,
.nav-tertiary .genesis-nav-menu > .reddit > a:hover,
.nav-tertiary .genesis-nav-menu > .rss > a:hover,
.nav-tertiary .genesis-nav-menu > .stumbleupon > a:hover,
.nav-tertiary .genesis-nav-menu > .tumblr > a:hover,
.nav-tertiary .genesis-nav-menu > .twitter > a:hover,
.nav-tertiary .genesis-nav-menu > .vimeo > a:hover,
.nav-tertiary .genesis-nav-menu > .wordpress > a:hover,
.nav-tertiary .genesis-nav-menu > .youtube > a:hover {
	background-color: transparent !important;
	color: #fff;
}

.nav-tertiary .genesis-nav-menu > .codepen a::before,
.nav-tertiary .genesis-nav-menu > .dribble a::before,
.nav-tertiary .genesis-nav-menu > .email a::before,
.nav-tertiary .genesis-nav-menu > .facebook a::before,
.nav-tertiary .genesis-nav-menu > .flickr a::before,
.nav-tertiary .genesis-nav-menu > .foursquare a::before,
.nav-tertiary .genesis-nav-menu > .github a::before,
.nav-tertiary .genesis-nav-menu > .googleplus a::before,
.nav-tertiary .genesis-nav-menu > .instagram a::before,
.nav-tertiary .genesis-nav-menu > .linkedin a::before,
.nav-tertiary .genesis-nav-menu > .pinterest a::before,
.nav-tertiary .genesis-nav-menu > .reddit a::before,
.nav-tertiary .genesis-nav-menu > .rss a::before,
.nav-tertiary .genesis-nav-menu > .stumbleupon a::before,
.nav-tertiary .genesis-nav-menu > .tumblr a::before,
.nav-tertiary .genesis-nav-menu > .twitter a::before,
.nav-tertiary .genesis-nav-menu > .vimeo a::before,
.nav-tertiary .genesis-nav-menu > .wordpress a::before,
.nav-tertiary .genesis-nav-menu > .youtube a::before {
	color: #999;
}

.nav-tertiary .genesis-nav-menu > .codepen > a:hover::before,
.nav-tertiary .genesis-nav-menu > .dribble > a:hover::before,
.nav-tertiary .genesis-nav-menu > .email > a:hover::before,
.nav-tertiary .genesis-nav-menu > .facebook > a:hover::before,
.nav-tertiary .genesis-nav-menu > .flickr > a:hover::before,
.nav-tertiary .genesis-nav-menu > .foursquare > a:hover::before,
.nav-tertiary .genesis-nav-menu > .github > a:hover::before,
.nav-tertiary .genesis-nav-menu > .googleplus > a:hover::before,
.nav-tertiary .genesis-nav-menu > .instagram > a:hover::before,
.nav-tertiary .genesis-nav-menu > .linkedin > a:hover::before,
.nav-tertiary .genesis-nav-menu > .pinterest > a:hover::before,
.nav-tertiary .genesis-nav-menu > .reddit > a:hover::before,
.nav-tertiary .genesis-nav-menu > .rss > a:hover::before,
.nav-tertiary .genesis-nav-menu > .stumbleupon > a:hover::before,
.nav-tertiary .genesis-nav-menu > .tumblr > a:hover::before,
.nav-tertiary .genesis-nav-menu > .twitter > a:hover::before,
.nav-tertiary .genesis-nav-menu > .vimeo > a:hover::before,
.nav-tertiary .genesis-nav-menu > .wordpress > a:hover::before,
.nav-tertiary .genesis-nav-menu > .youtube > a:hover::before {
	color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

/* Home Featured Top */

.home-featured-top {
	margin-top: 40px;
}

.home-featured-top .entry {
	margin-bottom: 0;
}

.home-featured-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.home-featured-top-left,
.home-featured-top-middle,
.home-featured-top-right {
	border: 1px solid #bbb;
	border-top: 4px solid #336699;
	padding: 20px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.home-featured-top-left p:last-child,
.home-featured-top-middle p:last-child,
.home-featured-top-right p:last-child {
	margin-bottom: 0;
}

.home-featured-top-left:hover,
.home-featured-top-middle:hover,
.home-featured-top-right:hover,
.home-featured-top-left:focus,
.home-featured-top-middle:focus,
.home-featured-top-right:focus {
	background-color: #f5f5f5;
}

/* Genesis Responsive Slider */

.home-slider {
	clear: both;
	margin-bottom: 40px;
}

.benson-front #genesis-responsive-slider {
	border: none;
	padding: 4px;
	width: auto;
}

.benson-front #genesis-responsive-slider img {
	border: none;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.benson-front .slide-excerpt {
	background-color: #1c1c1c;
	filter: alpha(opacity=90);
	margin: 0;
	opacity: 0.9;
	padding: 0 3px;
}

.benson-front #genesis-responsive-slider .flex-direction-nav li .next,
.benson-front #genesis-responsive-slider .flex-direction-nav li .prev {
	bottom: 15px;
	left: auto;
	top: auto;
}

.benson-front #genesis-responsive-slider .flex-direction-nav li .prev {
	right: 72px !important;
}

.benson-front #genesis-responsive-slider .flex-direction-nav li .next {
	right: 20px !important;
}

html > body.benson-front .slide-excerpt-border {
	border: none;
	padding: 0;
}

.benson-front #genesis-responsive-slider a,
.benson-front #genesis-responsive-slider h2,
.benson-front #genesis-responsive-slider h2 a,
.benson-front #genesis-responsive-slider p {
	color: #fff;
}

.benson-front #genesis-responsive-slider h2 a:hover,
.benson-front #genesis-responsive-slider h2 a:focus,
.benson-front #genesis-responsive-slider a:hover,
.benson-front #genesis-responsive-slider a:focus {
	color: #fff;
	text-decoration: underline;
}

.benson-front #genesis-responsive-slider h2,
.benson-front #genesis-responsive-slider h2 a {
	font-size: 20px;
	font-size: 2.0rem;
}

.benson-front #genesis-responsive-slider p:last-child {
	margin-bottom: 0;
}

.benson-front #genesis-responsive-slider li a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition:
	transition: none;
}

.benson-front .flex-control-nav li a {	 
	background: url(../image/bg_control_nav.png) no-repeat 0 0;
}

/* Home Top */

.home-top {
	clear: both;
}

.home-top .entry-content {
	border-bottom: 1px dashed #bbb;
}

.home-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.home-top .featuredpost img,
.home-top .featuredpage img {
	border: 1px solid #bbb;
	padding: 4px;
}

.home-top .widget-title {
	background-color: #336699;
	border-left: 10px solid #111;
	color: #fff;
	padding: 10px;
}

/* Home Left / Right */

.home-middle {
	clear: both;
}

.home-middle .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.home-middle .featuredpost img,
.home-middle .featuredpage img {
	border: 1px solid #bbb;
	margin: 0 0 10px;
	padding: 4px;
}

.home-left,
.home-right {
	width: 360px;
}

.home-left {
	float: left;
}

.home-right {
	float: right;
}

.home-left .entry-content {
	border-bottom: 1px dashed #bbb;
}

.home-right .entry-content {
	border-bottom: 1px dashed #bbb;
}

.home-left .widget-title,
.home-right .widget-title {
	background-color: #336699;
	border-left: 10px solid #111;
	color: #fff;
	padding: 10px;
}

/* Home Featured Bottom */

.home-featured-bottom {
	margin-bottom: 40px;
}

.home-featured-bottom .entry {
	margin-bottom: 0;
}

.home-featured-bottom .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.home-featured-bottom-left,
.home-featured-bottom-middle,
.home-featured-bottom-right {
	border: 1px solid #bbb;
	border-top: 4px solid #336699;
	padding: 20px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.home-featured-bottom-left p:last-child,
.home-featured-bottom-middle p:last-child,
.home-featured-bottom-right p:last-child {
	margin-bottom: 0;
}

.home-featured-bottom-left:hover,
.home-featured-bottom-middle:hover,
.home-featured-bottom-right:hover,
.home-featured-bottom-left:focus,
.home-featured-bottom-middle:focus,
.home-featured-bottom-right:focus {
	background-color: #f5f5f5;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.page .entry {
	margin-bottom: 40px;
}

.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 Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

p.entry-meta,
p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover,
p.entry-meta a:focus {
	color: #000;
}

.entry-footer p.entry-meta {
	margin-bottom: 0;
}

.entry-footer {
	background-color: #f5f5f5;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	color: #999;
	display: inline-block;
	font: normal 18px/1 'dashicons';
	margin-right: 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-author,
.entry-comments-link,
.entry-time {
	margin-right: 15px;
}

.entry-author::before {
	content: "\f110";
}

.entry-categories::before {
	content: "\f318";
}

.entry-comments-link::before {
	content: "\f101";
	margin-top: 2px;
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}

.entry-categories,
.entry-tags {
	display: block;
}

.home-featured-bottom .entry-author::before,
.home-featured-bottom .entry-categories::before,
.home-featured-bottom .entry-comments-link::before,
.home-featured-bottom .entry-tags::before,
.home-featured-bottom .entry-time::before,
.home-featured-top .entry-author::before,
.home-featured-top .entry-categories::before,
.home-featured-top .entry-comments-link::before,
.home-featured-top .entry-tags::before,
.home-featured-top .entry-time::before,
.home-middle .entry-author::before,
.home-middle .entry-categories::before,
.home-middle .entry-comments-link::before,
.home-middle .entry-tags::before,
.home-middle .entry-time::before,
.home-top .entry-author::before,
.home-top .entry-categories::before,
.home-top .entry-comments-link::before,
.home-top .entry-tags::before,
.home-top .entry-time::before,
.sidebar .entry-author::before,
.sidebar .entry-categories::before,
.sidebar .entry-comments-link::before,
.sidebar .entry-tags::before,
.sidebar .entry-time::before {
	display: none;
}

/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-dark,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-white,
.content-box-yellow {
	border-radius: 3px;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 30px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-dark {
	background-color: #555;
	border: 1px solid #000;
	color: #fff;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-white {
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

/* Gradient Buttons
--------------------------------------------- */

a.button-black,
a.button-blue-green,
a.button-dark-blue,
a.button-dark-orange,
a.button-green,
a.button-grey,
a.button-light-blue,
a.button-light-orange,
a.button-middle-blue,
a.button-pink,
a.button-red {
	border-radius: 3px;
	box-shadow: 0 1px 1px #999;
	color: #fff !important;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 20px 20px 0;
	padding: 10px 15px;
	text-align: center;
	width: 130px;
}

a.button-black {
	background-color: #444;
	background: -moz-linear-gradient(top, #444, #000);
	background: -ms-linear-gradient(top, #444, #000);
	background: -webkit-linear-gradient(top, #444, #000);
	border: 1px solid #000;
	text-decoration: none;
}

a.button-black:hover,
a.button-black:focus {
	background: -moz-linear-gradient(top, #000, #444);
	background: -ms-linear-gradient(top, #000, #444);
	background: -webkit-linear-gradient(top, #000, #444);
	text-decoration: none;
}

a.button-blue-green {
	background-color: #2c4762;
	background: -moz-linear-gradient(top, #3a5876, #2c4762);
	background: -ms-linear-gradient(top, #3a5876, #2c4762);
	background: -webkit-linear-gradient(top, #3a5876, #2c4762);
	border: 1px solid #2c4762;
	text-decoration: none;
}

a.button-blue-green:hover,
a.button-blue-green:focus {
	background: -moz-linear-gradient(top, #2c4762, #3a5876);
	background: -ms-linear-gradient(top, #2c4762, #3a5876);
	background: -webkit-linear-gradient(top, #2c4762, #3a5876);
	text-decoration: none;
}

a.button-dark-blue {
	background-color: #2b4170;
	background: -moz-linear-gradient(top, #3b5998, #2b4170);
	background: -ms-linear-gradient(top, #3b5998, #2b4170);
	background: -webkit-linear-gradient(top, #3b5998, #2b4170);
	border: 1px solid #2b4170;
	text-decoration: none;
}

a.button-dark-blue:hover,
a.button-dark-blue:focus {
	background: -moz-linear-gradient(top, #2b4170, #3b5998);
	background: -ms-linear-gradient(top, #2b4170, #3b5998);
	background: -webkit-linear-gradient(top, #2b4170, #3b5998);
	text-decoration: none;
}

a.button-dark-orange {
	background-color: #c33219;
	background: -moz-linear-gradient(top, #e64522, #c33219);
	background: -ms-linear-gradient(top, #e64522, #c33219);
	background: -webkit-linear-gradient(top, #e64522, #c33219);
	border: 1px solid #c33219;
	text-decoration: none;
}

a.button-dark-orange:hover,
a.button-dark-orange:focus {
	background: -moz-linear-gradient(top, #c33219, #e64522);
	background: -ms-linear-gradient(top, #c33219, #e64522);
	background: -webkit-linear-gradient(top, #c33219, #e64522);
	text-decoration: none;
}

a.button-green {
	background-color: #5bb75b;
	background: -moz-linear-gradient(top, #5bb75b, #62c462);
	background: -ms-linear-gradient(top, #5bb75b, #62c462);
	background: -webkit-linear-gradient(top, #5bb75b, #62c462);
	border: 1px solid #62c462;
	text-decoration: none;
}

a.button-green:hover,
a.button-green:focus {
	background: -moz-linear-gradient(top, #62c462, #5bb75b);
	background: -ms-linear-gradient(top, #62c462, #5bb75b);
	background: -webkit-linear-gradient(top, #62c462, #5bb75b);
	text-decoration: none;
}

a.button-grey {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5, #e3e3e3);
	background: -ms-linear-gradient(top, #f5f5f5, #e3e3e3);
	background: -webkit-linear-gradient(top, #f5f5f5, #e3e3e3);
	border: 1px solid #e3e3e3;
	color: #444 !important;
	text-decoration: none;
}

a.button-grey:hover,
a.button-grey:focus {
	background: -moz-linear-gradient(top, #e3e3e3, #f5f5f5);
	background: -ms-linear-gradient(top, #e3e3e3, #f5f5f5);
	background: -webkit-linear-gradient(top, #e3e3e3, #f5f5f5);
	text-decoration: none;
}

a.button-light-blue {
	background-color: #0081ce;
	background: -moz-linear-gradient(top, #00aced, #0081ce);
	background: -ms-linear-gradient(top, #00aced, #0081ce);
	background: -webkit-linear-gradient(top, #00aced, #0081ce);
	border: 1px solid #0081ce;
	text-decoration: none;
}

a.button-light-blue:hover,
a.button-light-blue:focus {
	background: -moz-linear-gradient(top, #0081ce, #00aced);
	background: -ms-linear-gradient(top, #0081ce, #00aced);
	background: -webkit-linear-gradient(top, #0081ce, #00aced);
	text-decoration: none;
}

a.button-light-orange {
	background-color: #e2733d;
	background: -moz-linear-gradient(top, #e88845, #e2733d);
	background: -ms-linear-gradient(top, #e88845, #e2733d);
	background: -webkit-linear-gradient(top, #e88845, #e2733d);
	border: 1px solid #e2733d;
	text-decoration: none;
}

a.button-light-orange:hover,
a.button-light-orange:focus {
	background: -moz-linear-gradient(top, #e2733d, #e88845);
	background: -ms-linear-gradient(top, #e2733d, #e88845);
	background: -webkit-linear-gradient(top, #e2733d, #e88845);
	text-decoration: none;
}

a.button-middle-blue {
	background-color: #0073b2;
	background: -moz-linear-gradient(top, #009cda, #0073b2);
	background: -ms-linear-gradient(top, #009cda, #0073b2);
	background: -webkit-linear-gradient(top, #009cda, #0073b2);
	border: 1px solid #0073b2;
	text-decoration: none;
}

a.button-middle-blue:hover,
a.button-middle-blue:focus {
	background: -moz-linear-gradient(top, #0073b2, #009cda);
	background: -ms-linear-gradient(top, #0073b2, #009cda);
	background: -webkit-linear-gradient(top, #0073b2, #009cda);
	text-decoration: none;
}

a.button-pink {
	background-color: #c93764;
	background: -moz-linear-gradient(top, #ea4c89, #c93764);
	background: -ms-linear-gradient(top, #ea4c89, #c93764);
	background: -webkit-linear-gradient(top, #ea4c89, #c93764);
	border: 1px solid #c93764;
	text-decoration: none;
}

a.button-pink:hover,
a.button-pink:focus {
	background: -moz-linear-gradient(top, #c93764, #ea4c89);
	background: -ms-linear-gradient(top, #c93764, #ea4c89);
	background: -webkit-linear-gradient(top, #c93764, #ea4c89);
	text-decoration: none;
}

a.button-red {
	background-color: #a0171c;
	background: -moz-linear-gradient(top, #cb2027, #a0171c);
	background: -ms-linear-gradient(top, #cb2027, #a0171c);
	background: -webkit-linear-gradient(top, #cb2027, #a0171c);
	border: 1px solid #a0171c;
	text-decoration: none;
}

a.button-red:hover,
a.button-red:focus {
	background: -moz-linear-gradient(top, #a0171c, #cb2027);
	background: -ms-linear-gradient(top, #a0171c, #cb2027);
	background: -webkit-linear-gradient(top, #a0171c, #cb2027);
	text-decoration: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #999;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination li.active a {
	background-color: #336699;
}

.entry-pagination a {
	border-bottom: 1px solid #bbb;
}

/* Single Post Pagination
--------------------------------------------- */

.adjacent-entry-pagination {
	background-color: #f5f5f5;
	clear: both;
	color: #336699;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 40px 0;
	overflow: auto;
	padding: 18px 15px;
	text-transform: uppercase;
}

.adjacent-entry-pagination a:hover,
.adjacent-entry-pagination a:focus {
	color: #666;
}

/* Before Entry widget area
--------------------------------------------- */

.before-entry.widget-area {
	clear: both;
	margin-bottom: 60px;
	text-align: center;
}

.before-entry .widget-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	margin-bottom: 4px;
}

.before-entry p:last-child {
	margin-bottom: 0;
}

/* After Entry widget area
--------------------------------------------- */

.after-entry.widget-area {
	background-color: #f5f5f5;
	clear: both;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 40px;
}

.after-entry .widget-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	margin-bottom: 4px;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

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 {
}

p.comment-box {
}

label[for="author"]::before,
label[for="email"]::before,
label[for="url"]::before,
label[for="comment"]::before {
	display: inline-block;
	font: normal 18px/1 'dashicons';
	margin-right: 5px;
	position: relative;
	top: 3px;
	-webkit-font-smoothing: antialiased;
}

label[for="author"]::before {
	content: "\f110";
}

label[for="email"]::before {
	content: "\f465";
}

label[for="url"]::before {
	content: "\f103";
}

label[for="comment"]::before {
	content: "\f101";
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
}

.sidebar .featuredpost img,
.sidebar .featuredpage img {
	margin: 0 0 10px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.footer-widgets .wrap {
	background-color: #111111; 
	border-top: 2px solid #222;
	clear: both;
	margin: 0 auto;
	max-width: 1240px;
	overflow: hidden;
	padding: 40px 40px 0 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets,
.footer-widgets p {
	color: #fff;
}

.footer-widgets a,
.footer-widgets a:visited {
	color: #336699;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets .widget-title {
	color: #fff;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 40px 20px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer,
.site-footer a {
	color: #999;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #336699;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Widget Page
---------------------------------------------------------------------------------------------------- */

.benson-widget .content .widget {
	border-bottom: 1px dashed #bbb;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.benson-widget .content ol,
.benson-widget .content ul,
.benson-widget .content .widget p {
	margin-bottom: 28px;
}

.benson-widget .content .widget p:last-child {
	margin-bottom: 0;
}

.benson-widget .content .widget ol:last-child,
.benson-widget .content .widget ul:last-child {
	margin-bottom: 0;
}

.benson-widget .content ol {
	margin-left: 25px;
}

.benson-widget .content ul {
	margin-left: 40px;
}

.benson-widget .content ol li {
	list-style-type: decimal;
}

.benson-widget .content ul li {
	list-style-type: disc;
}

.benson-widget .content .entry-title {
	font-size: 20px;
	font-size: 2.0rem;
}


/*
Genesis Widgeted Not Found & 404
---------------------------------------------------------------------------------------------------- */

.error404 .content .widget-area,
.search-no-results .content .widget-area {
	border-bottom: 1px dashed #bbb;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.error404 .content .widget-area ol,
.error404 .content .widget-area ul,
.search-no-results .content ol,
.search-no-results .content ul,
.error404 .content .widget-area p,
.search-no-results .content .widget-area p {
	margin-bottom: 28px;
}

.error404 .content .widget-area p:last-child,
.search-no-results .widget-area p:last-child {
	margin-bottom: 0;
}

.error404 .content .widget-area ol:last-child,
.search-no-results .content .widget-area ul:last-child {
	margin-bottom: 0;
}

.error404 .content ul,
.error404 .content ol,
.search-no-results .content ul,
.search-no-results .content ol {
	margin-left: 40px;
}

.error404 .content ol li,
.search-no-results ol li {
	list-style-type: decimal;
}

.error404 .content ul li,
.search-no-results ul li {
	list-style-type: disc;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1239px) {

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 20px;
	}

	.footer-widgets .wrap,
	.site-container {
		max-width: 1024px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 754px;
	}

	.content {
		width: 602px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 412px;
	}

	.sidebar-primary {
		width: 302px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	.home-left,
	.home-right {
		width: 281px;
	}

	.footer-widgets-1,
	.footer-widgets-3 {
		width: 288px;
	}

	.footer-widgets-2 {
		width: 288px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}

	.genesis-nav-menu > .right {
		display: none !important;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.nav-tertiary .genesis-nav-menu {
		text-align: center;
	}

	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		padding: 24px 0;
	}

	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 24px 16px;
	}

}

@media only screen and (max-width: 1023px) {

	.footer-widgets .wrap,
	.site-container {
		max-width: 960px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-left,
	.home-right,
	.site-inner,
	.site-container .sidebar-primary,
	.site-container .content,
	.site-container .content-sidebar-wrap,
	.site-container .sidebar-secondary {
		width: 100%;
	}

	.site-container {
		border: 0;
		margin: 0 auto;
	}

	.site-header .wrap {
		margin: 0;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.benson-front #genesis-responsive-slider .flex-direction-nav li .next,
	.benson-front #genesis-responsive-slider .flex-direction-nav li .prev {
		display: none;
	}

}

@media only screen and (max-width: 960px) {

	.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-featured-bottom-left,
	.home-featured-bottom-middle,
	.home-featured-bottom-right,
	.home-featured-top-left,
	.home-featured-top-middle,
	.home-featured-top-right {
		margin-bottom: 20px;
	}

	.benson-landing .site-container {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
	}

	.benson-front .slide-excerpt {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	.header-image .site-title a {
		background-size: contain !important;
	}

	.footer-widgets .wrap {
		border-top: 0;
	}

	.gwat-columns.one-half,
	.gwat-columns.one-third {
		float: none !important;
		width: 100% !important;
	}

	.archive-description,
	.author-box {
		background-color: #fff;
		padding: 0;
	}

	.home-slider,
	.benson-front #genesis-responsive-slider {
		display: none;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.site-title {
		font-size: 40px;
		font-size: 4.0rem;
	}

}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 768px) {

	nav {
		display: block !important;
	}
}

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.menu-toggle {
		width: 100% !important;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 700;
		margin: 0 auto;
		outline: none;
		overflow: hidden;
		padding: 20px;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #999;
	}

	.sub-menu-toggle {
		padding: 18px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		font: normal 30px/1 'dashicons';
		content: "\f333";
	}

	.menu-toggle.activated:before {
		font: normal 30px/1 'dashicons';
		content: "\f342";
	}

	.sub-menu-toggle:before {
		font: normal 16px/1 'dashicons';
		content: "\f132";
		position: relative;
		top: 0;
	}

	.sub-menu-toggle.activated:before {
		font: normal 16px/1 'dashicons';
		content: "\f460";
		position: relative;
		top: 0;
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
		background-color: #fff;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0 !important;
		border-right: 0 !important;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #fff !important;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.genesis-nav-menu .sub-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a ,
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item > a {
		background-color: #f7f7f7 !important;
	}

	/* Tertiary Navigation Styles */

	.nav-tertiary a {
		background-color: #171717;
	}

	.nav-tertiary a:hover,
	.nav-tertiary a:focus,
	.nav-tertiary .current-menu-item > a {
		background-color: #222;
		color: #fff;
	}

}


.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.entry-content .action-button
{
	padding: 10px 40px;
	margin: 0px 10px 10px 0px;
	border-radius: 10px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;	
}

.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}

.red
{
	background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}

.entry-content .action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}