@import url('https://fonts.googleapis.com/css?family=Bevan&display=swap');

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Colour Options
		- Nameless Red
		- Nameless Orange
		- Nameless Yellow
		- Nameless Green
		- Nameless Blue
		- Nameless Violet
		- Nameless Pink
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width:  959px
		- max-width:  767px
		- max-width:  600px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | 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] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-image: url(http://www.ofpsi.com/wp-content/uploads/2015/03/page-background.jpg);
	background-repeat: repeat-x;
}

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: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	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
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.gallery:before,
.gallery:after,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.slider-direction-nav:before,
.slider-direction-nav:after,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.gallery:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.slider-direction-nav:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
/* 10px browser default */
}

.vjs-control-bar {
	display: none;
}

body {
	background-color: #fff;
	color: #151515;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.nameless-landing .site-container {
	background-color: #151515;
}

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

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

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

.footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #151515;
}

.footer-widgets ::selection {
	background-color: #fff;
	color: #151515;
}

a {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	color: #de1f27;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

a img {
	border: none;
	margin-bottom: -4px;
	margin-bottom: -.4rem;
}

a:hover {
	color: #de1f27;
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	margin: .5rem .5rem 2rem;
	padding: 25px 30px 5px 70px;
	padding: 2.5rem 3rem .5rem 7rem;
}

blockquote p {
	color: #999;
	font-style: italic;
}

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

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 300;
	line-height: 1.25;
	margin: 0 0 7px;
	margin: 0 0 .7rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}

.taxonomy-description h1 {
	margin: 0;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1em;
	margin-bottom: 0;
	font-weight: 700;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 5px;
	margin: 0 0 .5rem;
}

h3 {
	font-size: 30px;
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 0;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.taxonomy-description h1,
.widget-area h4 {
/*border-bottom: 1px solid #151515;*/
	clear: both;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	padding: 0;
	border: none;
	text-transform: none;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

body.home h4 {
/*border-bottom: 1px solid #151515;*/
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	padding: 0;
	text-align: center;
}

body.home .post h4 {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.footer-widgets h4,
body.home .footer-widgets h4 {
	background: none;
/*border-bottom: 1px solid #fff;*/
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	padding: 0;
	text-align: center;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

img {
	height: auto;
	width: auto;
/* IE8 */
}

/* Forms
--------------------------------------------- */
input {
	color: #bbb;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #151515;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 11px;
	padding: 1.1rem;
	width: 100%;
}

.footer-widgets input,
.footer-widgets select,
.footer-widgets textarea {
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #151515;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	line-height: 1.9;
	text-decoration: none;
	width: auto;
}

input,
input[type="submit"],
input[type="search"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.footer-widgets input[type="button"],
.footer-widgets input[type="submit"] {
	background-color: #fafafa;
	border: 1px solid #fafafa;
	color: #151515;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #cccccc;
	color: #de1f27;
	text-decoration: none;
}

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

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

.button {
	display: inline-block;
}

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

/* 
Accordion Styles 
-----------------------------------------------------------------------------------------------------*/
.accordion {
	border-bottom: 1px dotted #dbdbdb;
	margin-bottom: 4px;
}

.accordion-title {
	border-top: 1px dotted #dbdbdb;
	margin: 0;
	height: 6px;
	padding: 4px 0;
	cursor: pointer;
	color: #de1f27;
}

.accordion-title:hover {
	color: #de1f27;
	text-decoration: underline;
}

.accordion-title:first-child {
	border: none;
}

.accordion-title.open {
	cursor: default;
}

.accordion-content {
	padding-top: 0;
	padding-bottom: 10px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	margin: 30px auto;
	margin: 3rem auto;
	overflow: hidden;
	padding: 0;
}

.nameless-landing .site-inner {
	background-color: #fff;
	max-width: 900px;
	padding: 35px 45px;
	padding: 3.5rem 4.5rem;
}

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

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

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

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

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 320px;
}

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

/* 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.5641025641026%;
}

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

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

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

.one-fourth {
	width: 23.076923076923%;
}

.three-fourths {
	width: 74.358974358974%;
}

.one-sixth {
	width: 14.529914529915%;
}

.five-sixths {
	width: 82.905982905983%;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	clear: both;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

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

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.2;
	margin: 0 0 9px;
	margin: 0 0 .9rem;
	text-align: center;
}

.wp-caption {
	background-color: #ededed;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 5px 5px 1px;
	padding: .5rem .5rem .1rem;
}

/* Galleries
----------------------------------------------*/
.gallery {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.gallery-item {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	background-color: rgba(200,200,200,0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #151515;
	margin: 0;
	max-height: 100%;
	opacity: 0;
	padding: 6px 8px;
	padding: .6rem .8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.tiled-gallery .tiled-gallery-item a {
	color: #777 !important;
}

.tiled-gallery .tiled-gallery-item a:hover {
	color: #151515 !important;
}

.slideshow-window {
	border-radius: 0 !important;
}

.widget_calendar table {
	width: 100%;
}

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: .4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

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

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	font-weight: 700;
	border: none;
/*text-transform: uppercase;*/
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

.homebutton-left {
	width:300px;
	height:110px;
	background-color:#000;
	color:#fff;
	padding:10px;
	margin:0 auto;
}

.homebutton-right {
	width:300px;
	height:110px;
	background-color:#000;
	color:#fff;
	padding:10px;
	margin:0 auto;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

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

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
	display: none;
}

#subscribe-email input {
	float: left;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 11px;
	padding: 1.1rem;
	width: 65%;
}

.contact-form label {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal !important;
}

.contact-form textarea {
	width: 99% !important;
}

.widget-area h4 label {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	padding: 0;
}

.footer-widgets .widget-area h4 label {
	color: #fff;
}

.sitelinks {
}

.sitelinks a:link, visited, active {
	color: #df1f27;
	text-decoration: none;
}

.sitelinks a:hover {
	text-decoration: underline;
}

/* Genesis Responsive Slider
--------------------------------------------- */
#genesis-responsive-slider {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
}

#genesis-responsive-slider .slide-image {
	text-align: right;
}

#genesis-responsive-slider>h2 a,
#genesis-responsive-slider>h2 a:visited {
	text-align: center !important;
}

#genesis-responsive-slider .slide-excerpt {
	filter: alpha(opacity=55);
	margin: 0;
	opacity: .55;
	padding: 0 0 7px;
	padding: 0 0 .7rem;
}

#genesis-responsive-slider .slide-excerpt h2,
#genesis-responsive-slider .slide-excerpt h2 a,
#genesis-responsive-slider .slide-excerpt h2 a:visited {
	color: #151515;
	margin-top: 15px;
	margin-top: 1.5rem;
}

#genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #555;
}

#genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

#genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/arrow-right.png) no-repeat bottom;
	bottom: 15px;
	height: 31px;
	right: 0;
	top: 74%;
	width: 31px;
}

#genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/arrow-left.png) no-repeat bottom;
	bottom: 15px;
	height: 31px;
	left: 0;
	top: 74%;
	width: 32px;
}

.slide-excerpt {
	bottom: 12% !important;
}

.flex-control-nav {
	float: none !important;
}

html > body .slide-excerpt-border {
	float: none !important;
	text-align: center !important;
}

.responsive-slider-inner {
	margin: 0 auto;
	max-width: 1140px;
}

.responsive-slider-inner a img {
	margin-bottom: 0;
}

.responsive-slider-wrap {
	background-color: #151515;
	clear: both;
	padding: 30px 0 10px;
	padding: 3rem 0 1rem;
}

ol.flex-control-nav li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px !important;
}

.flex-control-nav li a.active {
	background-position: 0 -26px !important;
	cursor: default;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
	margin: 2px auto;
	max-width: 1140px;
	width: 100%;
}

.site-header .wrap {
	margin-bottom: 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 870px;
}

.header-image .title-area {
	padding: 0;
	height: 200px;
}

.site-title {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	border: none;
}

.site-title a,
.site-title a:hover {
	color: #151515;
	text-decoration: none;
	height: 200px;
}

.site-description {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}

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

/* Logo, hide text */
.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 120px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	padding: 0;
	height: 200px;
	background-color: transparent;
}

.header-image .site-header .widget-area {
	padding: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 auto;
	max-width: 1140px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 11px 20px 10px;
/*padding: 7px 15px 6px;*/
	padding: 1.1rem 2rem 1rem;
/*padding: .7rem 1.5rem .6rem;*/
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #de1e26;
	color: #fff;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #151515;
	border: 1px solid #999;
	border-top: none;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 9px 10px 8px;
	padding: .9rem 1rem .8rem;
	position: relative;
	width: 150px;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #de1e26;
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -39px 0 0 150px;
}

.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;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
	margin-top: -5.5rem;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #ededed;
}

.nav-primary .sub-menu a:hover {
	background-color: #151515;
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #151515;
	margin: 0 auto;
}

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

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
nav {
	clear: both;
}

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

/* Home Widgets
------------------------------------------------------------ */
.hello-wrap {
	background-color: #ededed;
	padding: 20px 0;
/*padding: 2rem 0;*/
}

.hello-inner {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 auto;
	max-width: 1140px;
	text-align: center;
}

.home-left-wrap {
	float: left;
	width: 30%;
}

.home-centre-wrap {
	float: left;
	margin: 0 5%;
	width: 30%;
}

.home-right-wrap {
	float: right;
	width: 30%;
}

.home-left-inner .widget-wrap,
.home-centre-inner .widget-wrap,
.home-right-inner .widget-wrap {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.homebutton {
	width: 200px;
	background: #de1e24;
	border: 10px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	padding: 28px 9px;
	text-decoration: none;
}

.homebutton:hover {
	background: #151515;
	text-decoration: none;
}

.homebutton:active {
	position: relative;
	top: 1px;
}

.sidemenu {
	line-height: 1.1em;
	border-bottom: 1px solid #aaa;
	border-spacing: 20px;
	padding-bottom: 4px;
	margin: 8px 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

.entry-content a,
.entry-content a:visited {
	background-color: #fff;
	color: #de1f27;
	text-decoration: none;
}

.entry-content a:hover {
	background-color: #fff;
	color: #de1f27;
	text-decoration: underline;
}

.entry-content a img,
.entry-content a:visited img,
.entry-content a:hover img {
	background-color: #fff;
}

.entry-content .wp-caption a img,
.entry-content .wp-caption a:visited img,
.entry-content .wp-caption a:hover img {
	background-color: #ededed;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.page-template-page_archive-php .entry-content a,
.page-template-page_archive-php .entry-content a:visited {
	background-color: #fff;
	color: #151515;
}

.page-template-page_archive-php .entry-content a:hover {
	background-color: #151515;
	color: #fff;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

p.wp-caption-text {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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 .search-form {
	width: 50%;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

.entry-meta a {
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #fafafa;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem .8rem;
}

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

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

/* Date
--------------------------------------------- */
.entry-header {
/*border-bottom: 3px solid #0bfb05;*/
	border: none;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-header .entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.entry-meta .time,
.entry-meta .time span {
	color: #fff;
	display: block;
	text-align: center;
}

.entry-meta .time {
	background-color: #151515;
/*border: 1px solid #151515;*/
	height: 52px;
	margin-left: -55px;
	margin-left: -5.5rem;
	margin-top: -31px;
	margin-top: -3.1rem;
	position: absolute;
	width: 42px;
}

.entry-meta .day {
	background-color: #fafafa;
	color: #151515 !important;
	font-size: 26px;
	font-size: 2.6rem;
	height: 29px;
	line-height: 1em;
}

.entry-meta .month {
	height: 18px;
	line-height: 1.33333;
	text-transform: uppercase;
}

.attachment .entry-title,
.post .entry-title,
.entry-header .entry-meta {
	margin-left: 55px;
	margin-left: 5.5rem;
}

/* Post Meta
------------------------------------------------------------ */
.entry-footer .entry-meta {
/*border-top: 1px solid #151515;*/
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0 0;
	padding: .5rem 0 0;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 20px 0 0;
	margin: 2rem 0 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #151515;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: .8rem 1.2rem;
}

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

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

.entry-comments {
}

.comment-respond,
.entry-pings {
}

.comment-respond a,
.entry-comments a {
}

.comment-content {
	clear: both;
}

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

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

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

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

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

.bypostauthor {
	background-color: #fff;
	border: 1px solid #bbb;
	border-right: none;
}

.form-allowed-tags {
	background-color: #fafafa;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #151515;
	clear: both;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	padding: 3rem 0;
	width: 100%;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%;
}

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

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

.footer-widgets-1 {
	margin: 0 5% 0 0;
}

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

.footer-widgets a:hover {
	color: #eee;
	text-decoration: underline;
}

.footer-widgets .widget {
	border: none;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

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

.footer-widgets .textwidget,
.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	color: #fff;
	font-size: inherit;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #fff;
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 auto;
	overflow: hidden;
/*max-width: 1140px;*/
	width: 100%;
	text-align: center;
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #de1f26;
	text-decoration: none;
}

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

/* Customization for Read More Link
--------------------------------------------------------- */
.more-link {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	background-color: #151515;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 2px 7px;
	padding: .2rem .7rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}

a.more-link,
a:visited.more-link {
	color: #fff;
}

a:hover.more-link {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	background-color: #fafafa;
	color: #151515;
	transition: all .2s ease-in-out;
}

.footer-widgets .more-link {
	background-color: #fafafa;
	color: #151515;
	text-transform: none;
}

.footer-widgets a.more-link,
.footer-widgets a:visited.more-link {
	background-color: #fff;
	border: 1px solid #fff;
	color: #151515;
}

.footer-widgets a:hover.more-link {
	background-color: #151515;
	color: #fff;
	text-decoration: none;
}

/*
Colour Options
---------------------------------------------------------------------------------------------------- */
/* Nameless Red
--------------------------------------------- */
.nameless-red ::-moz-selection {
	background-color: #990000;
}

.nameless-red ::selection {
	background-color: #990000;
}

.nameless-red .footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #990000;
}

.nameless-red .footer-widgets ::selection {
	background-color: #fff;
	color: #990000;
}

.nameless-red.nameless-landing .site-container {
	background-color: #990000;
}

.nameless-red a {
	color: #990000;
}

.nameless-red a:hover {
	color: #777;
}

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

.nameless-red .footer-widgets a:hover {
	color: #eee;
}

.nameless-red blockquote {
	background: url(images/red/blockquote.png) no-repeat;
}

.nameless-red .widget-area h4 a {
	color: #990000;
}

.nameless-red .widget-area h4 a:hover {
	color: #777;
}

.nameless-red .site-title a,
.nameless-red .site-title a:hover {
	color: #151515;
}

.nameless-red button,
.nameless-red input[type="button"],
.nameless-red input[type="reset"],
.nameless-red input[type="submit"],
.nameless-red .button,
.nameless-red .entry-content .button {
	background-color: #990000;
}

.nameless-red .footer-widgets input[type="button"],
.nameless-red .footer-widgets input[type="submit"] {
	background-color: #fafafa;
	color: #151515;
}

.nameless-red button:hover,
.nameless-red input:hover[type="button"],
.nameless-red input:hover[type="reset"],
.nameless-red input:hover[type="submit"],
.nameless-red .button:hover,
.nameless-red .entry-content .button:hover {
	background-color: #fafafa;
	color: #151515;
}

.nameless-red .footer-widgets input:hover[type="button"],
.nameless-red .footer-widgets input:hover[type="submit"] {
	background-color: #990000;
	color: #fafafa;
}

.nameless-red .entry-title a:hover {
	color: #990000;
}

.nameless-red .genesis-nav-menu a {
	color: #999;
}

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

.nameless-red .nav-secondary a {
	color: #fff;
}

.nameless-red .genesis-nav-menu .sub-menu a:hover,
.nameless-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.nameless-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #990000;
	color: #fff;
}

.nameless-red .nav-primary .sub-menu a:hover {
	background-color: #990000;
}

.nameless-red .nav-secondary {
	background-color: #990000;
}

.nameless-red .entry-title,
.nameless-red .entry-title a {
	color: #151515;
}

.nameless-red .entry-content a,
.nameless-red .entry-content a:visited {
	background-color: #990000;
	color: #fff;
}

.nameless-red .entry-content a:hover {
	background-color: #fff;
	color: #990000;
}

.page-template-page_archive-php.nameless-red .entry-content a,
.page-template-page_archive-php.nameless-red .entry-content a:visited {
	background-color: #fff;
	color: #990000;
}

.page-template-page_archive-php.nameless-red .entry-content a:hover {
	background-color: #990000;
	color: #fff;
}

.nameless-red .entry-meta .time {
	background-color: #990000;
	border: 1px solid #990000;
}

.nameless-red .entry-meta .day {
	color: #990000 !important;
}

.nameless-red .archive-pagination li a {
	background-color: #990000;
}

.nameless-red .archive-pagination li a:hover, 
.nameless-red .archive-pagination li.active a {
	background-color: #fafafa;
	color: #990000;
}

.nameless-red .footer-widgets {
	background-color: #990000;
}

.nameless-red .site-footer a:hover {
	color: #990000;
	text-decoration: none;
}

.nameless-red .more-link {
	background-color: #990000;
}

.nameless-red a:hover.more-link {
	color: #990000;
}

.nameless-red .footer-widgets .more-link {
	color: #990000;
}

.nameless-red .footer-widgets a.more-link,
.nameless-red .footer-widgets a:visited.more-link {
	background-color: #fff;
	color: #990000;
}

.nameless-red .footer-widgets a:hover.more-link {
	background-color: #990000;
	color: #fff;
}

.nameless-red .tiled-gallery-caption a {
	color: #990000 !important;
}

.nameless-red .tiled-gallery-caption a:hover {
	background-color: #990000 !important;
	color: #fff !important;
}

.nameless-red #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #990000;
}

.nameless-red #genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/red/arrow-right.png) no-repeat bottom;
}

.nameless-red #genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/red/arrow-left.png) no-repeat bottom;
}

.nameless-red .responsive-slider-wrap {
	background-color: #990000;
}

.nameless-red ol.flex-control-nav li a {
	background: url(images/red/bg_control_nav.png) no-repeat 0 0;
}

/* Nameless Orange
--------------------------------------------- */
.nameless-orange ::-moz-selection {
	background-color: #dc5a24;
}

.nameless-orange ::selection {
	background-color: #dc5a24;
}

.nameless-orange .footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #dc5a24;
}

.nameless-orange .footer-widgets ::selection {
	background-color: #fff;
	color: #dc5a24;
}

.nameless-orange.nameless-landing .site-container {
	background-color: #dc5a24;
}

.nameless-orange a {
	color: #dc5a24;
}

.nameless-orange a:hover {
	color: #777;
}

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

.nameless-orange .footer-widgets a:hover {
	color: #eee;
}

.nameless-orange blockquote {
	background: url(images/orange/blockquote.png) no-repeat;
}

.nameless-orange .widget-area h4 a {
	color: #dc5a24;
}

.nameless-orange .widget-area h4 a:hover {
	color: #777;
}

.nameless-orange .site-title a,
.nameless-orange .site-title a:hover {
	color: #151515;
}

.nameless-orange button,
.nameless-orange input[type="button"],
.nameless-orange input[type="reset"],
.nameless-orange input[type="submit"],
.nameless-orange .button,
.nameless-orange .entry-content .button {
	background-color: #dc5a24;
}

.nameless-orange .footer-widgets input[type="button"],
.nameless-orange .footer-widgets input[type="submit"] {
	background-color: #fafafa;
	color: #151515;
}

.nameless-orange button:hover,
.nameless-orange input:hover[type="button"],
.nameless-orange input:hover[type="reset"],
.nameless-orange input:hover[type="submit"],
.nameless-orange .button:hover,
.nameless-orange .entry-content .button:hover {
	background-color: #fafafa;
	color: #151515;
}

.nameless-orange .footer-widgets input:hover[type="button"],
.nameless-orange .footer-widgets input:hover[type="submit"] {
	background-color: #dc5a24;
	color: #fafafa;
}

.nameless-orange .entry-title a:hover {
	color: #dc5a24;
}

.nameless-orange .genesis-nav-menu a {
	color: #999;
}

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

.nameless-orange .nav-secondary a {
	color: #fff;
}

.nameless-orange .genesis-nav-menu .sub-menu a:hover,
.nameless-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.nameless-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #dc5a24;
	color: #fff;
}

.nameless-orange .nav-primary .sub-menu a:hover {
	background-color: #dc5a24;
}

.nameless-orange .nav-secondary {
	background-color: #dc5a24;
}

.nameless-orange .entry-title,
.nameless-orange .entry-title a {
	color: #151515;
}

.nameless-orange .entry-content a,
.nameless-orange .entry-content a:visited {
	background-color: #dc5a24;
	color: #fff;
}

.nameless-orange .entry-content a:hover {
	background-color: #fff;
	color: #dc5a24;
}

.page-template-page_archive-php.nameless-orange .entry-content a,
.page-template-page_archive-php.nameless-orange .entry-content a:visited {
	background-color: #fff;
	color: #dc5a24;
}

.page-template-page_archive-php.nameless-orange .entry-content a:hover {
	background-color: #dc5a24;
	color: #fff;
}

.nameless-orange .entry-meta .time {
	background-color: #dc5a24;
	border: 1px solid #dc5a24;
}

.nameless-orange .entry-meta .day {
	color: #dc5a24 !important;
}

.nameless-orange .archive-pagination li a {
	background-color: #dc5a24;
}

.nameless-orange .archive-pagination li a:hover, 
.nameless-orange .archive-pagination li.active a {
	background-color: #fafafa;
	color: #dc5a24;
}

.nameless-orange .footer-widgets {
	background-color: #dc5a24;
}

.nameless-orange .site-footer a:hover {
	color: #dc5a24;
	text-decoration: none;
}

.nameless-orange .more-link {
	background-color: #dc5a24;
}

.nameless-orange a:hover.more-link {
	color: #dc5a24;
}

.nameless-orange .footer-widgets .more-link {
	color: #dc5a24;
}

.nameless-orange .footer-widgets a.more-link,
.nameless-orange .footer-widgets a:visited.more-link {
	background-color: #fff;
	color: #dc5a24;
}

.nameless-orange .footer-widgets a:hover.more-link {
	background-color: #dc5a24;
	color: #fff;
}

.nameless-orange .tiled-gallery-caption a {
	color: #dc5a24 !important;
}

.nameless-orange .tiled-gallery-caption a:hover {
	background-color: #dc5a24 !important;
	color: #fff !important;
}

.nameless-orange #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #dc5a24;
}

.nameless-orange #genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/orange/arrow-right.png) no-repeat bottom;
}

.nameless-orange #genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/orange/arrow-left.png) no-repeat bottom;
}

.nameless-orange .responsive-slider-wrap {
	background-color: #dc5a24;
}

.nameless-orange ol.flex-control-nav li a {
	background: url(images/orange/bg_control_nav.png) no-repeat 0 0;
}

/* Nameless Yellow
--------------------------------------------- */
.nameless-yellow ::-moz-selection {
	background-color: #d7ad0d;
}

.nameless-yellow ::selection {
	background-color: #d7ad0d;
}

.nameless-yellow .footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #d7ad0d;
}

.nameless-yellow .footer-widgets ::selection {
	background-color: #fff;
	color: #d7ad0d;
}

.nameless-yellow.nameless-landing .site-container {
	background-color: #d7ad0d;
}

.nameless-yellow a {
	color: #d7ad0d;
}

.nameless-yellow a:hover {
	color: #777;
}

.nameless-yellow .footer-widgets a {
	color: #dedede;
}

.nameless-yellow .footer-widgets a:hover {
	color: #eee;
}

.nameless-yellow blockquote {
	background: url(images/yellow/blockquote.png) no-repeat;
}

.nameless-yellow .widget-area h4 a {
	color: #d7ad0d;
}

.nameless-yellow .widget-area h4 a:hover {
	color: #777;
}

.nameless-yellow .site-title a,
.nameless-yellow .site-title a:hover {
	color: #151515;
}

.nameless-yellow button,
.nameless-yellow input[type="button"],
.nameless-yellow input[type="reset"],
.nameless-yellow input[type="submit"],
.nameless-yellow .button,
.nameless-yellow .entry-content .button {
	background-color: #d7ad0d;
}

.nameless-yellow .footer-widgets input[type="button"],
.nameless-yellow .footer-widgets input[type="submit"] {
	background-color: #fafafa;
	color: #151515;
}

.nameless-yellow button:hover,
.nameless-yellow input:hover[type="button"],
.nameless-yellow input:hover[type="reset"],
.nameless-yellow input:hover[type="submit"],
.nameless-yellow .button:hover,
.nameless-yellow .entry-content .button:hover {
	background-color: #fafafa;
	color: #151515;
}

.nameless-yellow .footer-widgets input:hover[type="button"],
.nameless-yellow .footer-widgets input:hover[type="submit"] {
	background-color: #d7ad0d;
	color: #fafafa;
}

.nameless-yellow .entry-title a:hover {
	color: #d7ad0d;
}

.nameless-yellow .genesis-nav-menu a {
	color: #999;
}

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

.nameless-yellow .nav-secondary a {
	color: #fff;
}

.nameless-yellow .genesis-nav-menu .sub-menu a:hover,
.nameless-yellow .genesis-nav-menu .sub-menu .current-menu-item > a,
.nameless-yellow .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #d7ad0d;
	color: #fff;
}

.nameless-yellow .nav-primary .sub-menu a:hover {
	background-color: #d7ad0d;
}

.nameless-yellow .nav-secondary {
	background-color: #d7ad0d;
}

.nameless-yellow .entry-title,
.nameless-yellow .entry-title a {
	color: #151515;
}

.nameless-yellow .entry-content a,
.nameless-yellow .entry-content a:visited {
	background-color: #d7ad0d;
	color: #fff;
}

.nameless-yellow .entry-content a:hover {
	background-color: #fff;
	color: #d7ad0d;
}

.page-template-page_archive-php.nameless-yellow .entry-content a,
.page-template-page_archive-php.nameless-yellow .entry-content a:visited {
	background-color: #fff;
	color: #d7ad0d;
}

.page-template-page_archive-php.nameless-yellow .entry-content a:hover {
	background-color: #d7ad0d;
	color: #fff;
}

.nameless-yellow .entry-meta .time {
	background-color: #d7ad0d;
	border: 1px solid #d7ad0d;
}

.nameless-yellow .entry-meta .day {
	color: #d7ad0d !important;
}

.nameless-yellow .archive-pagination li a {
	background-color: #d7ad0d;
}

.nameless-yellow .archive-pagination li a:hover, 
.nameless-yellow .archive-pagination li.active a {
	background-color: #fafafa;
	color: #d7ad0d;
}

.nameless-yellow .footer-widgets {
	background-color: #d7ad0d;
}

.nameless-yellow .site-footer a:hover {
	color: #d7ad0d;
	text-decoration: none;
}

.nameless-yellow .more-link {
	background-color: #d7ad0d;
}

.nameless-yellow a:hover.more-link {
	color: #d7ad0d;
}

.nameless-yellow .footer-widgets .more-link {
	color: #d7ad0d;
}

.nameless-yellow .footer-widgets a.more-link,
.nameless-yellow .footer-widgets a:visited.more-link {
	background-color: #fff;
	color: #d7ad0d;
}

.nameless-yellow .footer-widgets a:hover.more-link {
	background-color: #d7ad0d;
	color: #fff;
}

.nameless-yellow .tiled-gallery-caption a {
	color: #d7ad0d !important;
}

.nameless-yellow .tiled-gallery-caption a:hover {
	background-color: #d7ad0d !important;
	color: #fff !important;
}

.nameless-yellow #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #d7ad0d;
}

.nameless-yellow #genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/yellow/arrow-right.png) no-repeat bottom;
}

.nameless-yellow #genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/yellow/arrow-left.png) no-repeat bottom;
}

.nameless-yellow .responsive-slider-wrap {
	background-color: #d7ad0d;
}

.nameless-yellow ol.flex-control-nav li a {
	background: url(images/yellow/bg_control_nav.png) no-repeat 0 0;
}

/* Nameless Green
--------------------------------------------- */
.nameless-green ::-moz-selection {
	background-color: #81be00;
}

.nameless-green ::selection {
	background-color: #81be00;
}

.nameless-green .footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #81be00;
}

.nameless-green .footer-widgets ::selection {
	background-color: #fff;
	color: #81be00;
}

.nameless-green.nameless-landing .site-container {
	background-color: #81be00;
}

.nameless-green a {
	color: #81be00;
}

.nameless-green a:hover {
	color: #777;
}

.nameless-green .footer-widgets a {
	color: #dedede;
}

.nameless-green .footer-widgets a:hover {
	color: #eee;
}

.nameless-green blockquote {
	background: url(images/green/blockquote.png) no-repeat;
}

.nameless-green .widget-area h4 a {
	color: #81be00;
}

.nameless-green .widget-area h4 a:hover {
	color: #777;
}

.nameless-green .site-title a,
.nameless-green .site-title a:hover {
	color: #151515;
}

.nameless-green button,
.nameless-green input[type="button"],
.nameless-green input[type="reset"],
.nameless-green input[type="submit"],
.nameless-green .button,
.nameless-green .entry-content .button {
	background-color: #81be00;
}

.nameless-green .footer-widgets input[type="button"],
.nameless-green .footer-widgets input[type="submit"] {
	background-color: #fafafa;
	color: #151515;
}

.nameless-green button:hover,
.nameless-green input:hover[type="button"],
.nameless-green input:hover[type="reset"],
.nameless-green input:hover[type="submit"],
.nameless-green .button:hover,
.nameless-green .entry-content .button:hover {
	background-color: #fafafa;
	color: #151515;
}

.nameless-green .footer-widgets input:hover[type="button"],
.nameless-green .footer-widgets input:hover[type="submit"] {
	background-color: #81be00;
	color: #fafafa;
}

.nameless-green .entry-title a:hover {
	color: #81be00;
}

.nameless-green .genesis-nav-menu a {
	color: #999;
}

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

.nameless-green .nav-secondary a {
	color: #fff;
}

.nameless-green .genesis-nav-menu .sub-menu a:hover,
.nameless-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.nameless-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #81be00;
	color: #fff;
}

.nameless-green .nav-primary .sub-menu a:hover {
	background-color: #81be00;
}

.nameless-green .nav-secondary {
	background-color: #81be00;
}

.nameless-green .entry-title,
.nameless-green .entry-title a {
	color: #151515;
}

.nameless-green .entry-content a,
.nameless-green .entry-content a:visited {
	background-color: #81be00;
	color: #fff;
}

.nameless-green .entry-content a:hover {
	background-color: #fff;
	color: #81be00;
}

.page-template-page_archive-php.nameless-green .entry-content a,
.page-template-page_archive-php.nameless-green .entry-content a:visited {
	background-color: #fff;
	color: #81be00;
}

.page-template-page_archive-php.nameless-green .entry-content a:hover {
	background-color: #81be00;
	color: #fff;
}

.nameless-green .entry-meta .time {
	background-color: #81be00;
	border: 1px solid #81be00;
}

.nameless-green .entry-meta .day {
	color: #81be00 !important;
}

.nameless-green .archive-pagination li a {
	background-color: #81be00;
}

.nameless-green .archive-pagination li a:hover, 
.nameless-green .archive-pagination li.active a {
	background-color: #fafafa;
	color: #81be00;
}

.nameless-green .footer-widgets {
	background-color: #81be00;
}

.nameless-green .site-footer a:hover {
	color: #81be00;
	text-decoration: none;
}

.nameless-green .more-link {
	background-color: #81be00;
}

.nameless-green a:hover.more-link {
	color: #81be00;
}

.nameless-green .footer-widgets .more-link {
	color: #81be00;
}

.nameless-green .footer-widgets a.more-link,
.nameless-green .footer-widgets a:visited.more-link {
	background-color: #fff;
	color: #81be00;
}

.nameless-green .footer-widgets a:hover.more-link {
	background-color: #81be00;
	color: #fff;
}

.nameless-green .tiled-gallery-caption a {
	color: #81be00 !important;
}

.nameless-green .tiled-gallery-caption a:hover {
	background-color: #81be00 !important;
	color: #fff !important;
}

.nameless-green #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #81be00;
}

.nameless-green #genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/green/arrow-right.png) no-repeat bottom;
}

.nameless-green #genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/green/arrow-left.png) no-repeat bottom;
}

.nameless-green .responsive-slider-wrap {
	background-color: #81be00;
}

.nameless-green ol.flex-control-nav li a {
	background: url(images/green/bg_control_nav.png) no-repeat 0 0;
}

/* Nameless Blue
--------------------------------------------- */
.nameless-blue ::-moz-selection {
	background-color: #238fb1;
}

.nameless-blue ::selection {
	background-color: #238fb1;
}

.nameless-blue .footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #238fb1;
}

.nameless-blue .footer-widgets ::selection {
	background-color: #fff;
	color: #238fb1;
}

.nameless-blue.nameless-landing .site-container {
	background-color: #238fb1;
}

.nameless-blue a {
	color: #238fb1;
}

.nameless-blue a:hover {
	color: #777;
}

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

.nameless-blue .footer-widgets a:hover {
	color: #eee;
}

.nameless-blue blockquote {
	background-color: url(images/blue/blockquote.png) no-repeat;
}

.nameless-blue .widget-area h4 a {
	color: #238fb1;
}

.nameless-blue .widget-area h4 a:hover {
	color: #777;
}

.nameless-blue .site-title a,
.nameless-blue .site-title a:hover {
	color: #151515;
}

.nameless-blue button,
.nameless-blue input[type="button"],
.nameless-blue input[type="reset"],
.nameless-blue input[type="submit"],
.nameless-blue .button,
.nameless-blue .entry-content .button {
	background-color: #238fb1;
}

.nameless-blue .footer-widgets input[type="button"],
.nameless-blue .footer-widgets input[type="submit"] {
	background-color: #fafafa;
	color: #151515;
}

.nameless-blue button:hover,
.nameless-blue input:hover[type="button"],
.nameless-blue input:hover[type="reset"],
.nameless-blue input:hover[type="submit"],
.nameless-blue .button:hover,
.nameless-blue .entry-content .button:hover {
	background-color: #fafafa;
	color: #151515;
}

.nameless-blue .footer-widgets input:hover[type="button"],
.nameless-blue .footer-widgets input:hover[type="submit"] {
	background-color: #238fb1;
	color: #fafafa;
}

.nameless-blue .entry-title a:hover {
	color: #238fb1;
}

.nameless-blue .genesis-nav-menu a {
	color: #999;
}

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

.nameless-blue .nav-secondary a {
	color: #fff;
}

.nameless-blue .genesis-nav-menu .sub-menu a:hover,
.nameless-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.nameless-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #238fb1;
	color: #fff;
}

.nameless-blue .nav-primary .sub-menu a:hover {
	background-color: #238fb1;
}

.nameless-blue .nav-secondary {
	background-color: #238fb1;
}

.nameless-blue .entry-title,
.nameless-blue .entry-title a {
	color: #151515;
}

.nameless-blue .entry-content a,
.nameless-blue .entry-content a:visited {
	background-color: #238fb1;
	color: #fff;
}

.nameless-blue .entry-content a:hover {
	background-color: #fff;
	color: #238fb1;
}

.page-template-page_archive-php.nameless-blue .entry-content a,
.page-template-page_archive-php.nameless-blue .entry-content a:visited {
	background-color: #fff;
	color: #238fb1;
}

.page-template-page_archive-php.nameless-blue .entry-content a:hover {
	background-color: #238fb1;
	color: #fff;
}

.nameless-blue .entry-meta .time {
	background-color: #238fb1;
	border: 1px solid #238fb1;
}

.nameless-blue .entry-meta .day {
	color: #238fb1 !important;
}

.nameless-blue .archive-pagination li a {
	background-color: #238fb1;
}

.nameless-blue .archive-pagination li a:hover, 
.nameless-blue .archive-pagination li.active a {
	background-color: #fafafa;
	color: #238fb1;
}

.nameless-blue .footer-widgets {
	background-color: #238fb1;
}

.nameless-blue .site-footer a:hover {
	color: #238fb1;
	text-decoration: none;
}

.nameless-blue .more-link {
	background-color: #238fb1;
}

.nameless-blue a:hover.more-link {
	color: #238fb1;
}

.nameless-blue .footer-widgets .more-link {
	color: #238fb1;
}

.nameless-blue .footer-widgets a.more-link,
.nameless-blue .footer-widgets a:visited.more-link {
	background-color: #fff;
	color: #238fb1;
}

.nameless-blue .footer-widgets a:hover.more-link {
	background-color: #238fb1;
	color: #fff;
}

.nameless-blue .tiled-gallery-caption a {
	color: #238fb1 !important;
}

.nameless-blue .tiled-gallery-caption a:hover {
	background-color: #238fb1 !important;
	color: #fff !important;
}

.nameless-blue #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #238fb1;
}

.nameless-blue #genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/blue/arrow-right.png) no-repeat bottom;
}

.nameless-blue #genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/blue/arrow-left.png) no-repeat bottom;
}

.nameless-blue .responsive-slider-wrap {
	background-color: #238fb1;
}

.nameless-blue ol.flex-control-nav li a {
	background: url(images/blue/bg_control_nav.png) no-repeat 0 0;
}

/* Nameless Violet
--------------------------------------------- */
.nameless-violet ::-moz-selection {
	background-color: #750d5b;
}

.nameless-violet ::selection {
	background-color: #750d5b;
}

.nameless-violet .footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #750d5b;
}

.nameless-violet .footer-widgets ::selection {
	background-color: #fff;
	color: #750d5b;
}

.nameless-violet.nameless-landing .site-container {
	background-color: #750d5b;
}

.nameless-violet a {
	color: #750d5b;
}

.nameless-violet a:hover {
	color: #777;
}

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

.nameless-violet .footer-widgets a:hover {
	color: #eee;
}

.nameless-violet blockquote {
	background: url(images/violet/blockquote.png) no-repeat;
}

.nameless-violet .widget-area h4 a {
	color: #750d5b;
}

.nameless-violet .widget-area h4 a:hover {
	color: #777;
}

.nameless-violet .site-title a,
.nameless-violet .site-title a:hover {
	color: #151515;
}

.nameless-violet button,
.nameless-violet input[type="button"],
.nameless-violet input[type="reset"],
.nameless-violet input[type="submit"],
.nameless-violet .button,
.nameless-violet .entry-content .button {
	background-color: #750d5b;
}

.nameless-violet .footer-widgets input[type="button"],
.nameless-violet .footer-widgets input[type="submit"] {
	background-color: #fafafa;
	color: #151515;
}

.nameless-violet button:hover,
.nameless-violet input:hover[type="button"],
.nameless-violet input:hover[type="reset"],
.nameless-violet input:hover[type="submit"],
.nameless-violet .button:hover,
.nameless-violet .entry-content .button:hover {
	background-color: #fafafa;
	color: #151515;
}

.nameless-violet .footer-widgets input:hover[type="button"],
.nameless-violet .footer-widgets input:hover[type="submit"] {
	background-color: #750d5b;
	color: #fafafa;
}

.nameless-violet .entry-title a:hover {
	color: #750d5b;
}

.nameless-violet .genesis-nav-menu a {
	color: #999;
}

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

.nameless-violet .nav-secondary a {
	color: #fff;
}

.nameless-violet .genesis-nav-menu .sub-menu a:hover,
.nameless-violet .genesis-nav-menu .sub-menu .current-menu-item > a,
.nameless-violet .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #750d5b;
	color: #fff;
}

.nameless-violet .nav-primary .sub-menu a:hover {
	background-color: #750d5b;
}

.nameless-violet .nav-secondary {
	background-color: #750d5b;
}

.nameless-violet .entry-title,
.nameless-violet .entry-title a {
	color: #151515;
}

.nameless-violet .entry-content a,
.nameless-violet .entry-content a:visited {
	background-color: #750d5b;
	color: #fff;
}

.nameless-violet .entry-content a:hover {
	background-color: #fff;
	color: #750d5b;
}

.page-template-page_archive-php.nameless-violet .entry-content a,
.page-template-page_archive-php.nameless-violet .entry-content a:visited {
	background-color: #fff;
	color: #750d5b;
}

.page-template-page_archive-php.nameless-violet .entry-content a:hover {
	background-color: #750d5b;
	color: #fff;
}

.nameless-violet .entry-meta .time {
	background-color: #750d5b;
	border: 1px solid #750d5b;
}

.nameless-violet .entry-meta .day {
	color: #750d5b !important;
}

.nameless-violet .archive-pagination li a {
	background-color: #750d5b;
}

.nameless-violet .archive-pagination li a:hover, 
.nameless-violet .archive-pagination li.active a {
	background-color: #fafafa;
	color: #750d5b;
}

.nameless-violet .footer-widgets {
	background-color: #750d5b;
}

.nameless-violet .site-footer a:hover {
	color: #750d5b;
	text-decoration: none;
}

.nameless-violet .more-link {
	background-color: #750d5b;
}

.nameless-violet a:hover.more-link {
	color: #750d5b;
}

.nameless-violet .footer-widgets .more-link {
	color: #750d5b;
}

.nameless-violet .footer-widgets a.more-link,
.nameless-violet .footer-widgets a:visited.more-link {
	background-color: #fff;
	color: #750d5b;
}

.nameless-violet .footer-widgets a:hover.more-link {
	background-color: #750d5b;
	color: #fff;
}

.nameless-violet .tiled-gallery-caption a {
	color: #750d5b !important;
}

.nameless-violet .tiled-gallery-caption a:hover {
	background-color: #750d5b !important;
	color: #fff !important;
}

.nameless-violet #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #750d5b;
}

.nameless-violet #genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/violet/arrow-right.png) no-repeat bottom;
}

.nameless-violet #genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/violet/arrow-left.png) no-repeat bottom;
}

.nameless-violet .responsive-slider-wrap {
	background-color: #750d5b;
}

.nameless-violet ol.flex-control-nav li a {
	background: url(images/violet/bg_control_nav.png) no-repeat 0 0;
}

/* Nameless Pink
--------------------------------------------- */
.nameless-pink ::-moz-selection {
	background-color: #ff6699;
}

.nameless-pink ::selection {
	background-color: #ff6699;
}

.nameless-pink .footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #ff6699;
}

.nameless-pink .footer-widgets ::selection {
	background-color: #fff;
	color: #ff6699;
}

.nameless-pink.nameless-landing .site-container {
	background-color: #ff6699;
}

.nameless-pink a {
	color: #ff6699;
}

.nameless-pink a:hover {
	color: #777;
}

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

.nameless-pink .footer-widgets a:hover {
	color: #eee;
}

.nameless-pink blockquote {
	background: url(images/pink/blockquote.png) no-repeat;
}

.nameless-pink .widget-area h4 a {
	color: #ff6699;
}

.nameless-pink .widget-area h4 a:hover {
	color: #777;
}

.nameless-pink .site-title a,
.nameless-pink .site-title a:hover {
	color: #151515;
}

.nameless-pink button,
.nameless-pink input[type="button"],
.nameless-pink input[type="reset"],
.nameless-pink input[type="submit"],
.nameless-pink .button,
.nameless-pink .entry-content .button {
	background-color: #ff6699;
}

.nameless-pink .footer-widgets input[type="button"],
.nameless-pink .footer-widgets input[type="submit"] {
	background-color: #fafafa;
	color: #151515;
}

.nameless-pink button:hover,
.nameless-pink input:hover[type="button"],
.nameless-pink input:hover[type="reset"],
.nameless-pink input:hover[type="submit"],
.nameless-pink .button:hover,
.nameless-pink .entry-content .button:hover {
	background-color: #fafafa;
	color: #151515;
}

.nameless-pink .footer-widgets input:hover[type="button"],
.nameless-pink .footer-widgets input:hover[type="submit"] {
	background-color: #ff6699;
	color: #fafafa;
}

.nameless-pink .entry-title a:hover {
	color: #ff6699;
}

.nameless-pink .genesis-nav-menu a {
	color: #999;
}

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

.nameless-pink .nav-secondary a {
	color: #fff;
}

.nameless-pink .genesis-nav-menu .sub-menu a:hover,
.nameless-pink .genesis-nav-menu .sub-menu .current-menu-item > a,
.nameless-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #ff6699;
	color: #fff;
}

.nameless-pink .nav-primary .sub-menu a:hover {
	background-color: #ff6699;
}

.nameless-pink .nav-secondary {
	background-color: #ff6699;
}

.nameless-pink .entry-title,
.nameless-pink .entry-title a {
	color: #151515;
}

.nameless-pink .entry-content a,
.nameless-pink .entry-content a:visited {
	background-color: #ff6699;
	color: #fff;
}

.nameless-pink .entry-content a:hover {
	background-color: #fff;
	color: #ff6699;
}

.page-template-page_archive-php.nameless-pink .entry-content a,
.page-template-page_archive-php.nameless-pink .entry-content a:visited {
	background-color: #fff;
	color: #ff6699;
}

.page-template-page_archive-php.nameless-pink .entry-content a:hover {
	background-color: #ff6699;
	color: #fff;
}

.nameless-pink .entry-meta .time {
	background-color: #ff6699;
	border: 1px solid #ff6699;
}

.nameless-pink .entry-meta .day {
	color: #ff6699 !important;
}

.nameless-pink .archive-pagination li a {
	background-color: #ff6699;
}

.nameless-pink .archive-pagination li a:hover, 
.nameless-pink .archive-pagination li.active a {
	background-color: #fafafa;
	color: #ff6699;
}

.nameless-pink .footer-widgets {
	background-color: #ff6699;
}

.nameless-pink .site-footer a:hover {
	color: #ff6699;
	text-decoration: none;
}

.nameless-pink .more-link {
	background-color: #ff6699;
}

.nameless-pink a:hover.more-link {
	color: #ff6699;
}

.nameless-pink .footer-widgets .more-link {
	color: #ff6699;
}

.nameless-pink .footer-widgets a.more-link,
.nameless-pink .footer-widgets a:visited.more-link {
	background-color: #fff;
	color: #ff6699;
}

.nameless-pink .footer-widgets a:hover.more-link {
	background-color: #ff6699;
	color: #fff;
}

.nameless-pink #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #ff6699;
}

.nameless-pink .tiled-gallery-caption a {
	color: #ff6699 !important;
}

.nameless-pink .tiled-gallery-caption a:hover {
	background-color: #ff6699 !important;
	color: #fff !important;
}

.nameless-pink #genesis-responsive-slider .flex-direction-nav li .next {
	background-color: url(images/pink/arrow-right.png) no-repeat bottom;
}

.nameless-pink #genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/pink/arrow-left.png) no-repeat bottom;
}

.nameless-pink .responsive-slider-wrap {
	background-color: #ff6699;
}

.nameless-pink ol.flex-control-nav li a {
	background: url(images/pink/bg_control_nav.png) no-repeat 0 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
}

@media only screen and (max-width: 1139px) {
	.site-inner,
																																																																.wrap {
		max-width: 960px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
																																																																.sidebar-content-sidebar .content-sidebar-wrap,
																																																																.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	
	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 320px;
		display: none;
	}
	
	.sidebar-content-sidebar .content,
																																																																.sidebar-sidebar-content .content,
																																																																.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width: 1023px) {
	body {
		background-color: #fff;
	}
	
	.archive-description,
																																																																.author-box,
																																																																.comment-respond,
																																																																.entry,
																																																																.entry-comments,
																																																																.entry-footer .entry-meta,
																																																																.header-image .site-header .widget-area,
																																																																.sidebar .widget,
																																																																.site-header {
		padding: 0;
	}
	
	.genesis-nav-menu li,
																																																																.site-header ul.genesis-nav-menu,
																																																																.site-header .search-form {
		float: none;
	}
	
	.genesis-nav-menu a,
																																																																.genesis-nav-menu > .first > a,
																																																																.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}
	
	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
		display: none;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 2px;
		padding-top: .2rem;
	}
	
	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}
	
	.footer-widgets {
		padding: 40px 5% 16px;
		padding: 4rem 5% 1.6rem;
	}
}

@media only screen and (max-width: 959px) {
	.content,
																																																																.content-sidebar-sidebar .content,
																																																																.content-sidebar-sidebar .content-sidebar-wrap,
																																																																.sidebar-content-sidebar .content,
																																																																.sidebar-content-sidebar .content-sidebar-wrap,
																																																																.sidebar-primary,
																																																																.sidebar-secondary,
																																																																.sidebar-sidebar-content .content,
																																																																.sidebar-sidebar-content .content-sidebar-wrap,
																																																																.site-header .widget-area,
																																																																.site-inner,
																																																																.title-area,
																																																																.wrap,
																																																																.footer-widgets input[type="submit"],
																																																																.sidebar input[type="submit"],
																																																																#subscribe-email input {
		width: 100%;
	}
	
	.content,
																																																																.content-sidebar-sidebar .content,
																																																																.content-sidebar-sidebar .content-sidebar-wrap,
																																																																.sidebar-content-sidebar .content,
																																																																.sidebar-content-sidebar .content-sidebar-wrap {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	
	#subscribe-email input {
		margin-bottom: 10px;
		margin-bottom: 1rem;
		text-align: center;
	}
	
	.site-header .widget-area {
		padding: 0;
		display: none;
	}
	
	h1.site-title a {
		background-position: center !important;
		background-size: contain !important;
	}
	
	.genesis-nav-menu,
																																																																.site-description,
																																																																.site-header .title-area,
																																																																.site-header .search-form,
																																																																.site-title {
		text-align: center;
	}
	
	.header-image .site-header .wrap {
		background-position: center top;
	}
	
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.entry {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
}

@media only screen and (max-width: 767px) {
	.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%;
	}
	
	.primary-menu-toggle,
																																																																.secondary-menu-toggle,
																																																																.sub-menu-toggle {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 400;
		margin: 0 auto;
		overflow: hidden;
		padding: 20px;
		padding: 2rem;
		text-align: center;
		visibility: visible;
	}
	
	button.primary-menu-toggle,
																																																																button.secondary-menu-toggle {
		width: 100%;
	}
	
	button.primary-menu-toggle {
		background-color: #ededed;
		color: #151515;
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}
	
	body.home button.primary-menu-toggle {
		background-color: #ededed;
		color: #151515;
		margin-bottom: 0;
	}
	
	button:hover.primary-menu-toggle,
																																																																button:hover.secondary-menu-toggle {
		background-color: #fff;
	}
	
	.sub-menu-toggle {
		padding: 18px;
		padding: 1.8rem;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.primary-menu-toggle:before,
																																																																.secondary-menu-toggle:before {
		content: "MENU";
	}
	
	.primary-menu-toggle.activated:before,
																																																																.secondary-menu-toggle.activated:before {
		content: "\2191";
	}
	
	.sub-menu-toggle:before {
		content: "+";
	}
	
	.sub-menu-toggle.activated:before {
		content: "-";
	}
	
	nav {
		display: none;
		position: relative;
	}
	
	.genesis-nav-menu .menu-item {
		background-color: #151515;
		display: block;
		position: relative;
		text-align: left;
	}
	
	.genesis-nav-menu .menu-item a {
		border-bottom: 1px solid #999;
		color: #fff;
	}
	
	.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;
		border-bottom: 1px solid #ccc;
		position: relative;
		width: auto;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #ededed;
		padding-left: 30px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}
	
	.sub-menu .sub-menu-toggle {
		padding: 6px 18px;
		padding: .6rem 1.8rem;
	}
}

@media only screen and (max-width: 600px) {
	.hello-inner {
		padding: 0 5%;
		width: 90%;
	}
	
	.menu-primary,
																																																																.menu-secondary,
																																																																.header ul.menu,
																																																																.header .widget-area {
		width: 100%;
	}
	
	.menu-primary,
																																																																.menu-secondary,
																																																																.description {
		float: none;
		text-align: center;
	}
	
	.menu-primary li,
																																																																.menu-secondary li,
																																																																.header ul.menu li {
		display: inline-block;
		float: none;
	}
	
	.menu li.right {
		display: none;
	}
	
	.menu li li {
		text-align: left;
	}
	
	.home-left-wrap,
																																																																.home-centre-wrap,
																																																																.home-right-wrap {
		float: left;
		margin: 0 2%;
		width: 96%;
	}
	
	.footer-widgets-1,
																																																																.footer-widgets-2,
																																																																.footer-widgets-3 {
		margin-bottom: 30px;
		margin-bottom: 3rem;
		width: 100%;
	}
	
	.five-sixths,
																																																																.four-fifths,
																																																																.four-sixths,
																																																																.one-fifth,
																																																																.one-fourth,
																																																																.one-half,
																																																																.one-sixth,
																																																																.one-third,
																																																																.three-fifths,
																																																																.three-fourths,
																																																																.three-sixths,
																																																																.two-fifths,
																																																																.two-fourths,
																																																																.two-sixths,
																																																																.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	.flex-direction-nav li .next,
																																																																.flex-direction-nav li .prev {
		display: none;
	}
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Colour Options
		- Nameless Red
		- Nameless Orange
		- Nameless Yellow
		- Nameless Green
		- Nameless Blue
		- Nameless Violet
		- Nameless Pink
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width:  959px
		- max-width:  767px
		- max-width:  600px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | 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] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	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
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.gallery:before,
.gallery:after,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.slider-direction-nav:before,
.slider-direction-nav:after,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.gallery:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.slider-direction-nav:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%;
/* 10px browser default */
}

.vjs-control-bar {
	display: none;
}

body {
	background-color: #fff;
	color: #151515;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-image: url(http://ofpsi.com/wp-content/uploads/2015/03/page-background.jpg);
	background-repeat: repeat-x;
}

.nameless-landing .site-container {
	background-color: #151515;
}

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

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

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

.footer-widgets ::-moz-selection {
	background-color: #fff;
	color: #151515;
}

.footer-widgets ::selection {
	background-color: #fff;
	color: #151515;
}

a {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	color: #de1f27;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

a img {
	border: none;
	margin-bottom: -4px;
	margin-bottom: -.4rem;
}

a:hover {
	color: #de1f27;
	text-decoration: underline;
}

/*p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}*/
strong {
	font-weight: 700;
}

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

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	margin: .5rem .5rem 2rem;
	padding: 25px 30px 5px 70px;
	padding: 2.5rem 3rem .5rem 7rem;
}

blockquote p {
	color: #999;
	font-style: italic;
}

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

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 300;
	line-height: 1.25;
	margin: 0 0 7px;
	margin: 0 0 .7rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}

.taxonomy-description h1 {
	margin: 0;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1em;
	margin-bottom: 0;
	font-weight: 700;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 5px;
	margin: 0 0 .5rem;
}

h3 {
	font-size: 30px;
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 0;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.taxonomy-description h1,
.widget-area h4 {
/*border-bottom: 1px solid #151515;*/
	clear: both;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	padding: 0;
	border: none;
	text-transform: none;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

body.home h4 {
/*border-bottom: 1px solid #151515;*/
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	padding: 0;
	text-align: center;
}

body.home .post h4 {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.footer-widgets h4,
body.home .footer-widgets h4 {
	background: none;
/*border-bottom: 1px solid #fff;*/
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	padding: 0;
	text-align: center;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

img {
	height: auto;
	width: auto;
/* IE8 */
}

/* Forms
--------------------------------------------- */
input {
	color: #555;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #151515;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 11px;
	padding: 1.1rem;
	width: 100%;
}

.footer-widgets input,
.footer-widgets select,
.footer-widgets textarea {
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #151515;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	line-height: 1.9;
	text-decoration: none;
	width: auto;
}

input,
input[type="submit"],
input[type="search"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.footer-widgets input[type="button"],
.footer-widgets input[type="submit"] {
	background-color: #fafafa;
	border: 1px solid #fafafa;
	color: #151515;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #cccccc;
	color: #de1f27;
	text-decoration: none;
}

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

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

.button {
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */
.materials-table {
	border-collapse: collapse;
	line-height: 1;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 12px;
	width: 600px;
}

.materials-table tbody {
	display: block;
}

.materials-table td {
}

.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.datagrid {
	font: normal 12px/150% 'Archivo Narrow', sans-serif;
	background: #fff;
	overflow: hidden;
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.datagrid table td, .datagrid table th {
/*padding: 4px 10px;*/
}

.datagrid table thead th {
/*background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#151515),color-stop(1,#000000));
	background: -moz-linear-gradient(center top,#151515 5%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151515',endColorstr='#000000');*/
	background-color: #151515;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	text-transform: none;
	font-weight: 300;
	border-left: 1px solid #CCCCCC;
}

.datagrid table thead th:first-child {
	border: none;
}

.datagrid table tbody td {
	padding-left: 6%;
	color: #151515;
	border-left: 1px solid #DDDDDD;
	font-size: 14px;
	font-weight: normal;
}

.datagrid table tbody .alt td {
	background: #DDDDDD;
	border-left: 1px solid #fff;
	color: #151515;
}

.datagrid table tbody td:first-child {
	border-left: none;
}

.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

/* Sticky Header */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
/*margin: 3em 0;*/
	width: 100%;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto;
/* Prevent table from stretching to full size */
}

.sticky-wrap .sticky-thead {
	box-shadow: 0 .25em .1em -.1em rgba(0,0,0,.125);
	z-index: 100;
	width: 100%;
/* Force stretch */
}

.sticky-wrap .sticky-intersect {
	opacity: 1;
	z-index: 150;
}

.sticky-wrap .sticky-intersect th {
	background-color: #666;
	color: #eee;
}

.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

.datagrid table tfoot td div {
	border-top: 1px solid #CFCFCF;
	background: #DDDDDD;
}

.datagrid table tfoot td {
	padding: 0;
	font-size: 12px;
}

.datagrid table tfoot td div {
	padding: 2px;
}

.datagrid table tfoot td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.datagrid table tfoot  li {
	display: inline;
}

.datagrid table tfoot li a {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #151515;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#151515),color-stop(1,#000000));
	background: -moz-linear-gradient(center top,#151515 5%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151515',endColorstr='#000000');
	background-color: #151515;
}

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
	text-decoration: none;
	border-color: #151515;
	color: #FFFFFF;
	background: none;
	background-color: #DE1F27;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
	position: fixed !important;
}

/* 
Accordion Styles 
-----------------------------------------------------------------------------------------------------*/
.accordion {
	border-bottom: 1px dotted #dbdbdb;
	margin-bottom: 4px;
}

.accordion-title {
	border-top: 1px dotted #dbdbdb;
	margin: 0;
	height: 6px;
	padding: 4px 0;
	cursor: pointer;
	color: #de1f27;
}

.accordion-title:hover {
	color: #de1f27;
	text-decoration: underline;
}

.accordion-title:first-child {
	border: none;
}

.accordion-title.open {
	cursor: default;
}

.accordion-content {
	padding-top: 0;
	padding-bottom: 10px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	margin: 30px auto;
	margin: 3rem auto;
	overflow: hidden;
	padding: 0;
}

.nameless-landing .site-inner {
	background-color: #fff;
	max-width: 900px;
	padding: 35px 45px;
	padding: 3.5rem 4.5rem;
}

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

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

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

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

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 320px;
}

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

/* 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.5641025641026%;
}

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

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

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

.one-fourth {
	width: 23.076923076923%;
}

.three-fourths {
	width: 74.358974358974%;
}

.one-sixth {
	width: 14.529914529915%;
}

.five-sixths {
	width: 82.905982905983%;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	clear: both;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

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

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.2;
	margin: 0 0 9px;
	margin: 0 0 .9rem;
	text-align: center;
}

.wp-caption {
	background-color: #ededed;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 5px 5px 1px;
	padding: .5rem .5rem .1rem;
}

/* Galleries
----------------------------------------------*/
.gallery {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.gallery-item {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	background-color: rgba(200,200,200,0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #151515;
	margin: 0;
	max-height: 100%;
	opacity: 0;
	padding: 6px 8px;
	padding: .6rem .8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.tiled-gallery .tiled-gallery-item a {
	color: #777 !important;
}

.tiled-gallery .tiled-gallery-item a:hover {
	color: #151515 !important;
}

.slideshow-window {
	border-radius: 0 !important;
}

.widget_calendar table {
	width: 100%;
}

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: .4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

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

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	font-weight: 700;
	border: none;
/*text-transform: uppercase;*/
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

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

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
	display: none;
}

#subscribe-email input {
	float: left;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 11px;
	padding: 1.1rem;
	width: 65%;
}

.contact-form label {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal !important;
}

.contact-form textarea {
	width: 99% !important;
}

.widget-area h4 label {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	padding: 0;
}

.footer-widgets .widget-area h4 label {
	color: #fff;
}

.sitelinks {
}

.sitelinks a:link, visited, active {
	color: #df1f27;
	text-decoration: none;
}

.sitelinks a:hover {
	text-decoration: underline;
}

/* Genesis Responsive Slider
--------------------------------------------- */
#genesis-responsive-slider {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
}

#genesis-responsive-slider .slide-image {
	text-align: right;
}

#genesis-responsive-slider>h2 a,
#genesis-responsive-slider>h2 a:visited {
	text-align: center !important;
}

#genesis-responsive-slider .slide-excerpt {
	filter: alpha(opacity=55);
	margin: 0;
	opacity: .55;
	padding: 0 0 7px;
	padding: 0 0 .7rem;
}

#genesis-responsive-slider .slide-excerpt h2,
#genesis-responsive-slider .slide-excerpt h2 a,
#genesis-responsive-slider .slide-excerpt h2 a:visited {
	color: #151515;
	margin-top: 15px;
	margin-top: 1.5rem;
}

#genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #555;
}

#genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

#genesis-responsive-slider .flex-direction-nav li .next {
	background: url(images/arrow-right.png) no-repeat bottom;
	bottom: 15px;
	height: 31px;
	right: 0;
	top: 74%;
	width: 31px;
}

#genesis-responsive-slider .flex-direction-nav li .prev {
	background: url(images/arrow-left.png) no-repeat bottom;
	bottom: 15px;
	height: 31px;
	left: 0;
	top: 74%;
	width: 32px;
}

.slide-excerpt {
	bottom: 12% !important;
}

.flex-control-nav {
	float: none !important;
}

html > body .slide-excerpt-border {
	float: none !important;
	text-align: center !important;
}

.responsive-slider-inner {
	margin: 0 auto;
	max-width: 1140px;
}

.responsive-slider-inner a img {
	margin-bottom: 0;
}

.responsive-slider-wrap {
	background-color: #151515;
	clear: both;
	padding: 30px 0 10px;
	padding: 3rem 0 1rem;
}

ol.flex-control-nav li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px !important;
}

.flex-control-nav li a.active {
	background-position: 0 -26px !important;
	cursor: default;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
	margin: 2px auto;
	max-width: 1140px;
	width: 100%;
}

.site-header .wrap {
	margin-bottom: 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 870px;
}

.header-image .title-area {
	padding: 0;
	height: 200px;
}

.site-title {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	border: none;
}

.site-title a,
.site-title a:hover {
	color: #151515;
	text-decoration: none;
	height: 200px;
}

.site-description {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}

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

/* Logo, hide text */
.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 120px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	padding: 0;
	height: 200px;
	background-color: transparent;
}

.header-image .site-header .widget-area {
	padding: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 auto;
	max-width: 1140px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 11px 20px 10px;
/*padding: 7px 15px 6px;*/
	padding: 1.1rem 2rem 1rem;
/*padding: .7rem 1.5rem .6rem;*/
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #de1e26;
	color: #fff;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #151515;
	border: 1px solid #999;
	border-top: none;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 9px 10px 8px;
	padding: .9rem 1rem .8rem;
	position: relative;
	width: 150px;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #de1e26;
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -39px 0 0 150px;
}

.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;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
	margin-top: -5.5rem;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #ededed;
}

.nav-primary .sub-menu a:hover {
	background-color: #151515;
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #151515;
	margin: 0 auto;
}

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

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
nav {
	clear: both;
}

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

/* Home Widgets
------------------------------------------------------------ */
.hello-wrap {
	background-color: #ededed;
	padding: 20px 0;
/*padding: 2rem 0;*/
}

.hello-inner {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 auto;
	max-width: 1140px;
	text-align: center;
}

.home-left-wrap {
	float: left;
	width: 30%;
}

.home-centre-wrap {
	float: left;
	margin: 0 5%;
	width: 30%;
}

.home-right-wrap {
	float: right;
	width: 30%;
}

.home-left-inner .widget-wrap,
.home-centre-inner .widget-wrap,
.home-right-inner .widget-wrap {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.homebutton-left {
	width: 260px;
	background: #151515;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
	padding: 20px 8px 20px 2px;
	text-decoration: none;
}

.homebutton-left img {
	background: none;
	border: none;
}

.homebutton-left:hover {
	background-color: #fff;
	color: #151515;
	text-decoration: none;
}

.homebutton-right {
	width: 260px;
	background: #151515;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	text-align: right;
	font-size: 18px;
	padding: 20px 2px 20px 8px;
	text-decoration: none;
}

.homebutton-right:hover {
	background-color: #fff;
	color: #151515;
	text-decoration: none;
}

.sidemenu {
	line-height: 1.1em;
	border-bottom: 1px solid #aaa;
	border-spacing: 20px;
	padding-bottom: 4px;
	margin: 8px 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

.entry-content a,
.entry-content a:visited {
	background-color: #fff;
	color: #de1f27;
	text-decoration: none;
}

.entry-content a:hover {
	background-color: #fff;
	color: #de1f27;
	text-decoration: underline;
}

.entry-content a img,
.entry-content a:visited img,
.entry-content a:hover img {
	background-color: none;
}

.entry-content .wp-caption a img,
.entry-content .wp-caption a:visited img,
.entry-content .wp-caption a:hover img {
	background-color: #ededed;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.page-template-page_archive-php .entry-content a,
.page-template-page_archive-php .entry-content a:visited {
	background-color: #fff;
	color: #151515;
}

.page-template-page_archive-php .entry-content a:hover {
	background-color: #151515;
	color: #fff;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

p.wp-caption-text {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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 .search-form {
	width: 50%;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

.entry-meta a {
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #fafafa;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem .8rem;
}

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

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

/* Date
--------------------------------------------- */
.entry-header {
/*border-bottom: 3px solid #0bfb05;*/
	border: none;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-header .entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.entry-meta .time,
.entry-meta .time span {
	color: #fff;
	display: block;
	text-align: center;
}

.entry-meta .time {
	background-color: #151515;
/*border: 1px solid #151515;*/
	height: 52px;
	margin-left: -55px;
	margin-left: -5.5rem;
	margin-top: -31px;
	margin-top: -3.1rem;
	position: absolute;
	width: 42px;
}

.entry-meta .day {
	background-color: #fafafa;
	color: #151515 !important;
	font-size: 26px;
	font-size: 2.6rem;
	height: 29px;
	line-height: 1em;
}

.entry-meta .month {
	height: 18px;
	line-height: 1.33333;
	text-transform: uppercase;
}

.attachment .entry-title,
.post .entry-title,
.entry-header .entry-meta {
	margin-left: 55px;
	margin-left: 5.5rem;
}

/* Post Meta
------------------------------------------------------------ */
.entry-footer .entry-meta {
/*border-top: 1px solid #151515;*/
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0 0;
	padding: .5rem 0 0;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 20px 0 0;
	margin: 2rem 0 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #151515;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: .8rem 1.2rem;
}

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

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

.entry-comments {
}

.comment-respond,
.entry-pings {
}

.comment-respond a,
.entry-comments a {
}

.comment-content {
	clear: both;
}

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

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

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

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

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

.bypostauthor {
	background-color: #fff;
	border: 1px solid #bbb;
	border-right: none;
}

.form-allowed-tags {
	background-color: #fafafa;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #151515;
	clear: both;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	padding: 3rem 0;
	width: 100%;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%;
}

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

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

.footer-widgets-1 {
	margin: 0 5% 0 0;
}

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

.footer-widgets a:hover {
	color: #eee;
	text-decoration: underline;
}

.footer-widgets .widget {
	border: none;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

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

.footer-widgets .textwidget,
.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	color: #fff;
	font-size: inherit;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #fff;
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 auto;
	overflow: hidden;
/*max-width: 1140px;*/
	width: 100%;
	text-align: center;
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #de1f26;
	text-decoration: none;
}

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

/* Customization for Read More Link
--------------------------------------------------------- */
.more-link {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	background-color: #151515;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 2px 7px;
	padding: .2rem .7rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}

a.more-link,
a:visited.more-link {
	color: #fff;
}

a:hover.more-link {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	background-color: #fafafa;
	color: #151515;
	transition: all .2s ease-in-out;
}

.footer-widgets .more-link {
	background-color: #fafafa;
	color: #151515;
	text-transform: none;
}

.footer-widgets a.more-link,
.footer-widgets a:visited.more-link {
	background-color: #fff;
	border: 1px solid #fff;
	color: #151515;
}

.footer-widgets a:hover.more-link {
	background-color: #151515;
	color: #fff;
	text-decoration: none;
}

/*
Colour Options Removed */
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
}

@media only screen and (max-width: 1139px) {
	.site-inner,
																																																																																						.wrap {
		max-width: 960px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
																																																																																						.sidebar-content-sidebar .content-sidebar-wrap,
																																																																																						.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	
	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 320px;
		display: none;
	}
	
	.sidebar-content-sidebar .content,
																																																																																						.sidebar-sidebar-content .content,
																																																																																						.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width: 1023px) {
	body {
		background-color: #fff;
	}
	
	.archive-description,
																																																																																						.author-box,
																																																																																						.comment-respond,
																																																																																						.entry,
																																																																																						.entry-comments,
																																																																																						.entry-footer .entry-meta,
																																																																																						.header-image .site-header .widget-area,
																																																																																						.sidebar .widget,
																																																																																						.site-header {
		padding: 0;
	}
	
	.genesis-nav-menu li,
																																																																																						.site-header ul.genesis-nav-menu,
																																																																																						.site-header .search-form {
		float: none;
	}
	
	.genesis-nav-menu a,
																																																																																						.genesis-nav-menu > .first > a,
																																																																																						.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}
	
	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
		display: none;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 2px;
		padding-top: .2rem;
	}
	
	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}
	
	.footer-widgets {
		padding: 40px 5% 16px;
		padding: 4rem 5% 1.6rem;
	}
}

@media only screen and (max-width: 959px) {
	.content,
																																																																																						.content-sidebar-sidebar .content,
																																																																																						.content-sidebar-sidebar .content-sidebar-wrap,
																																																																																						.sidebar-content-sidebar .content,
																																																																																						.sidebar-content-sidebar .content-sidebar-wrap,
																																																																																						.sidebar-primary,
																																																																																						.sidebar-secondary,
																																																																																						.sidebar-sidebar-content .content,
																																																																																						.sidebar-sidebar-content .content-sidebar-wrap,
																																																																																						.site-header .widget-area,
																																																																																						.site-inner,
																																																																																						.title-area,
																																																																																						.wrap,
																																																																																						.footer-widgets input[type="submit"],
																																																																																						.sidebar input[type="submit"],
																																																																																						#subscribe-email input {
		width: 100%;
	}
	
	.content,
																																																																																						.content-sidebar-sidebar .content,
																																																																																						.content-sidebar-sidebar .content-sidebar-wrap,
																																																																																						.sidebar-content-sidebar .content,
																																																																																						.sidebar-content-sidebar .content-sidebar-wrap {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	
	#subscribe-email input {
		margin-bottom: 10px;
		margin-bottom: 1rem;
		text-align: center;
	}
	
	.site-header .widget-area {
		padding: 0;
		display: none;
	}
	
	h1.site-title a {
		background-position: center !important;
		background-size: contain !important;
	}
	
	.genesis-nav-menu,
																																																																																						.site-description,
																																																																																						.site-header .title-area,
																																																																																						.site-header .search-form,
																																																																																						.site-title {
		text-align: center;
	}
	
	.header-image .site-header .wrap {
		background-position: center top;
	}
	
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.entry {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
}

@media only screen and (max-width: 767px) {
	.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%;
	}
	
	.primary-menu-toggle,
																																																																																						.secondary-menu-toggle,
																																																																																						.sub-menu-toggle {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 400;
		margin: 0 auto;
		overflow: hidden;
		padding: 20px;
		padding: 2rem;
		text-align: center;
		visibility: visible;
	}
	
	button.primary-menu-toggle,
																																																																																						button.secondary-menu-toggle {
		width: 100%;
	}
	
	button.primary-menu-toggle {
		background-color: #ededed;
		color: #151515;
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}
	
	body.home button.primary-menu-toggle {
		background-color: #ededed;
		color: #151515;
		margin-bottom: 0;
	}
	
	button:hover.primary-menu-toggle,
																																																																																						button:hover.secondary-menu-toggle {
		background-color: #fff;
	}
	
	.sub-menu-toggle {
		padding: 18px;
		padding: 1.8rem;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.primary-menu-toggle:before,
																																																																																						.secondary-menu-toggle:before {
		content: "MENU";
	}
	
	.primary-menu-toggle.activated:before,
																																																																																						.secondary-menu-toggle.activated:before {
		content: "\2191";
	}
	
	.sub-menu-toggle:before {
		content: "+";
	}
	
	.sub-menu-toggle.activated:before {
		content: "-";
	}
	
	nav {
		display: none;
		position: relative;
	}
	
	.genesis-nav-menu .menu-item {
		background-color: #151515;
		display: block;
		position: relative;
		text-align: left;
	}
	
	.genesis-nav-menu .menu-item a {
		border-bottom: 1px solid #999;
		color: #fff;
	}
	
	.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;
		border-bottom: 1px solid #ccc;
		position: relative;
		width: auto;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #ededed;
		padding-left: 30px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}
	
	.sub-menu .sub-menu-toggle {
		padding: 6px 18px;
		padding: .6rem 1.8rem;
	}
}

@media only screen and (max-width: 600px) {
	.hello-inner {
		padding: 0 5%;
		width: 90%;
	}
	
	.menu-primary,
																																																																																						.menu-secondary,
																																																																																						.header ul.menu,
																																																																																						.header .widget-area {
		width: 100%;
	}
	
	.menu-primary,
																																																																																						.menu-secondary,
																																																																																						.description {
		float: none;
		text-align: center;
	}
	
	.menu-primary li,
																																																																																						.menu-secondary li,
																																																																																						.header ul.menu li {
		display: inline-block;
		float: none;
	}
	
	.menu li.right {
		display: none;
	}
	
	.menu li li {
		text-align: left;
	}
	
	.home-left-wrap,
																																																																																						.home-centre-wrap,
																																																																																						.home-right-wrap {
		float: left;
		margin: 0 2%;
		width: 96%;
	}
	
	.footer-widgets-1,
																																																																																						.footer-widgets-2,
																																																																																						.footer-widgets-3 {
		margin-bottom: 30px;
		margin-bottom: 3rem;
		width: 100%;
	}
	
	.five-sixths,
																																																																																						.four-fifths,
																																																																																						.four-sixths,
																																																																																						.one-fifth,
																																																																																						.one-fourth,
																																																																																						.one-half,
																																																																																						.one-sixth,
																																																																																						.one-third,
																																																																																						.three-fifths,
																																																																																						.three-fourths,
																																																																																						.three-sixths,
																																																																																						.two-fifths,
																																																																																						.two-fourths,
																																																																																						.two-sixths,
																																																																																						.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	.flex-direction-nav li .next,
																																																																																						.flex-direction-nav li .prev {
		display: none;
	}
}