@charset "UTF-8";
/* # Genesis FOG Theme
Theme Name: Genesis Sample Theme
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* 400px */
/* 700px */
/* 900px */
/* 1100px */
/* 1300px */
/* apply a natural box layout model to all elements, but allowing components to change */
html, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #ffffff; }

.lt-ie9 * {
  filter: none !important; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table; }

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

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.outline {
  border: solid 1px #ababab; }

.one-quarter {
  width: 25%;
  float: left; }

.one-third {
  width: 33.33333%;
  float: left; }

.one-half {
  width: 50%;
  float: left; }

.one-sixth {
  width: 16.66667%;
  float: left; }

/******** HTML-BASE ***********/
/* style overrides for existing HTML elements - no id's or classes */
body {
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 100%;
  /* Fixes exaggerated text resizing in IE6 and IE7 */ }

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

figure a:hover, figure a:focus {
  background-color: transparent; }

label {
  font-weight: normal; }

/* removing the paragraph centering from rwt_scaffold */
p {
  margin: 0 0 1em 0; }

/******* /HTML-BASE ***********/
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 100%; }

/* Chrome fix */
body > div {
  font-size: 1em; }

body {
  background-color: #ffffff;
  color: #333333;
  font-family: Lato, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.625;
  margin: 0; }

body.home, body.archive, body.search {
  background-color: #f5f5f5; }

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

a:link {
  color: #c3251d;
  text-decoration: underline; }

a:visited {
  color: #c3251d;
  text-decoration: underline; }

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

a:focus {
  color: #007294;
  text-decoration: underline; }

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

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

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0; }

b, strong {
  font-weight: 700; }

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

blockquote {
  margin: 40px; }

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

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Alegreya", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 2em;
  width: 100%; }

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

td, th {
  text-align: left; }

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

th {
  font-weight: 400; }

/* This mixin is meant to give a nicer link underline that sits comfortably below the text and uses text shadow to knock out the underline around descenders */
/*
Nice Link Features key
Background Color - defaults to white, needed to blend the text shadow with the background color to create the 'knock-out' effect
$background: #ffffff

Link Color - defaults to blue, needed to match the text and underline colors
$link: #0000ee

*/
/* This mixin is meant to help enable/disable OpenType features in your web pages with web fonts that support them */
/*
OpenType Features Key
@mixin otfeatures($c2sc: 0, $calt: 0, $clig: 0, $dlig: 0, $frac: 0, $hist: 0, $hlig: 0, $kern: 0, $liga: 0, $nalt: 0, $ncase: 0, $nspace: 0, $salt: 0, $ss01: 0, $ss02: 0, $ss03: 0, $ss04: 0, $ss05: 0, $swsh: 0, $zero: 0)

// Ligatures 
"liga" : common ligatures 
"dlig" : discretionary ligatures 
"clig" : contextual ligatures 
"hlig" : historical ligatures 

// Alternate Characters
"swsh" : swashes 
"calt" : contextual alternates 
"hist" : historical character alternatives 
"salt" : stylistic alternatives 

// Kerning
"kern" : enable use of embedded kerning table 

// Letter Case
"smcp" : small caps 
"c2sc" : small caps from caps 

// Stylistic Alternates
"ss01" : alternate stylistic set 1 
"ss02" : alternate stylistic set 2  
"ss03" : alternate stylistic set 3 
"ss04" : alternate stylistic set 4 
"ss05" : alternate stylistic set 5 

// Numeric Extras
"zero" : slashed-zero 
"nalt" : alternate annotation 

The following OT Features are either/or rather than single choices, so require some 'if/else' logic
// Number Case
"ncase" : number case
		0: default
		lnum: lining figures
		onum: old style figures

// Number Spacing
"nspace": number spacing
		0: default
		pnum: proportional spacing
		tnum: tabuplar spacing

"frac"	: fractions
		0: off
		frac: normal fractions
		afrc: alternate fractions
*/
/* Import _base.scss variables */
/* Set theme variables here */
/*
font-family: 'Roboto Slab', serif;
font-family: 'PT Sans', sans-serif;
*/
/* fallback font tweaks should be done in _rwt_scaffold - not worth putting variables in here for that */
/* 400px */
/* 700px */
/* 900px */
/* 1300px */
/* This mixin is meant to help enable/disable OpenType features in your web pages with web fonts that support them */
/*
OpenType Features Key
@mixin otfeatures($c2sc: 0, $calt: 0, $clig: 0, $dlig: 0, $frac: 0, $hist: 0, $hlig: 0, $kern: 0, $liga: 0, $nalt: 0, $ncase: 0, $nspace: 0, $salt: 0, $ss01: 0, $ss02: 0, $ss03: 0, $ss04: 0, $ss05: 0, $swsh: 0, $zero: 0)

// Ligatures 
"liga" : common ligatures 
"dlig" : discretionary ligatures 
"clig" : contextual ligatures 
"hlig" : historical ligatures 

// Alternate Characters
"swsh" : swashes 
"calt" : contextual alternates 
"hist" : historical character alternatives 
"salt" : stylistic alternatives 

// Kerning
"kern" : enable use of embedded kerning table 

// Letter Case
"smcp" : small caps 
"c2sc" : small caps from caps 

// Stylistic Alternates
"ss01" : alternate stylistic set 1 
"ss02" : alternate stylistic set 2  
"ss03" : alternate stylistic set 3 
"ss04" : alternate stylistic set 4 
"ss05" : alternate stylistic set 5 

// Numeric Extras
"zero" : slashed-zero 
"nalt" : alternate annotation 

The following OT Features are either/or rather than single choices, so require some 'if/else' logic
// Number Case
"ncase" : number case
		0: default
		lnum: lining figures
		onum: old style figures

// Number Spacing
"nspace": number spacing
		0: default
		pnum: proportional spacing
		tnum: tabuplar spacing

"frac"	: fractions
		0: off
		frac: normal fractions
		afrc: alternate fractions
*/
/* This mixin is meant to give a nicer link underline that sits comfortably below the text and uses text shadow to knock out the underline around descenders */
/*
Nice Link Features key
Background Color - defaults to white, needed to blend the text shadow with the background color to create the 'knock-out' effect
$background: #ffffff

Link Color - defaults to blue, needed to match the text and underline colors
$link: #0000ee

*/
/* Type Rendering Mix */
/* set webkit antialiasing specifically for Mac OS */
.tr-coretext {
  /* Add classes here that you want to 'skinny up' when rendered on MacOS and fonts look chunky */
  /* example: */ }

/* helps with fonts that look a bit chunky on MacOS vs other platforms/OS's */
.skinnify {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.unskinnify {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

.hyphenate {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }

/******* /HELPERS ********/
/* RWT Scaffold Styles */
html {
  font-size: 100%; }

/* CONSIDERATIONS */
/* 
	When working across breakpoints and with/without web fonts, be sure to think about:
		font-size
		letter-spacing
		line-height
		margin-top
		margin-bottom	
*/
body, caption, th, td, input, textarea, select, option, legend, fieldset {
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 1em; }

p {
  color: #333333;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 1em;
  letter-spacing: normal;
  line-height: 1.4375;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out; }
@media (min-width: 25em) {
  p {
    font-size: 1em; } }
@media (min-width: 43.75em) {
  p {
    font-size: 1em; } }
@media (min-width: 56.25em) {
  p {
    font-size: 1em; } }
@media (min-width: 81.25em) {
  p {
    font-size: 1.125em;
    line-height: 1.33333; } }
.wf-inactive p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.985em;
  word-spacing: 0.07em; }
.wf-inactive.uncorrected p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit; }

ul {
  color: #333333;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

h1 {
  color: #333333;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  font-size: 2em;
  letter-spacing: normal;
  line-height: 1.1875;
  margin-top: 0.9375em;
  margin-bottom: 0.3125em;
  margin-left: 0;
  margin-right: 0;
  -moz-font-feature-settings: "c2sc=0", "calt=0", "clig=0", "dlig=1", "frac=0", "hist=0", "hlig=0", "kern= 1", "liga=1", "nalt=0", "salt=0", "smcp=0", "ss01=0", "ss02=0", "ss03=0", "ss04=0", "ss05=0", "swsh=0", "zero=0",  "snum=0";
  -moz-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  -webkit-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  -ms-font-feature-settings: "c2sc=0", "calt=0", "clig=0", "dlig=1", "frac=0", "hist=0", "hlig=0", "kern= 1", "liga=1", "nalt=0", "salt=0", "smcp=0", "ss01=0", "ss02=0", "ss03=0", "ss04=0", "ss05=0", "swsh=0", "zero=0",  "snum=0";
  -o-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0; }
@media (min-width: 25em) {
  h1 {
    font-size: 2.125em;
    letter-spacing: normal;
    line-height: 1.17647;
    margin-top: 0.88235em;
    margin-bottom: 0.29412em; } }
@media (min-width: 43.75em) {
  h1 {
    font-size: 2.25em;
    letter-spacing: normal;
    line-height: 1.13889;
    margin-top: 0.83333em;
    margin-bottom: 0.55556em; } }
@media (min-width: 56.25em) {
  h1 {
    font-size: 2.25em;
    letter-spacing: normal;
    line-height: 1.13889;
    margin-top: 1.38889em;
    margin-bottom: 0.55556em; } }
@media (min-width: 81.25em) {
  h1 {
    font-size: 2.22222em;
    letter-spacing: normal;
    line-height: 1.15;
    margin-top: 1.5em;
    margin-bottom: 0.75em; } }
.wf-inactive h1 {
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
@media (min-width: 56.25em) {
  .wf-inactive h1 {
    font-size: 2.95em;
    letter-spacing: -0.025em;
    margin-top: 1.38889em;
    margin-bottom: 0.63889em; } }

h2 {
  color: #333333;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  font-size: 1.625em;
  letter-spacing: normal;
  line-height: 1.15385;
  margin-top: 0.76923em;
  margin-bottom: 0.38462em;
  margin-left: 0;
  margin-right: 0;
  -moz-font-feature-settings: "c2sc=0", "calt=0", "clig=0", "dlig=1", "frac=0", "hist=0", "hlig=0", "kern= 1", "liga=1", "nalt=0", "salt=0", "smcp=0", "ss01=0", "ss02=0", "ss03=0", "ss04=0", "ss05=0", "swsh=0", "zero=0",  "snum=0";
  -moz-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  -webkit-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  -ms-font-feature-settings: "c2sc=0", "calt=0", "clig=0", "dlig=1", "frac=0", "hist=0", "hlig=0", "kern= 1", "liga=1", "nalt=0", "salt=0", "smcp=0", "ss01=0", "ss02=0", "ss03=0", "ss04=0", "ss05=0", "swsh=0", "zero=0",  "snum=0";
  -o-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0; }
@media (min-width: 25em) {
  h2 {
    font-size: 1.75em;
    letter-spacing: normal;
    line-height: 1.21429;
    margin-top: 0.71429em;
    margin-bottom: 0.35714em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 43.75em) {
  h2 {
    font-size: 1.875em;
    letter-spacing: normal;
    line-height: 1.26667;
    margin-top: 0.66667em;
    margin-bottom: 0.33333em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 56.25em) {
  h2 {
    font-size: 1.875em;
    letter-spacing: normal;
    line-height: 1.26667;
    margin-top: 1em;
    margin-bottom: 0.66667em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 81.25em) {
  h2 {
    font-size: 1.88889em;
    letter-spacing: normal;
    line-height: 1.29412;
    margin-top: 0.88235em;
    margin-bottom: 0.58824em;
    margin-left: 0;
    margin-right: 0; } }
.wf-inactive h2 {
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
@media (min-width: 56.25em) {
  .wf-inactive h2 {
    margin-top: 0.93333em;
    margin-bottom: 0.73333em; } }
@media (min-width: 81.25em) {
  .wf-inactive h2 {
    margin-top: 0.82353em;
    margin-bottom: 0.64706em; } }

h3 {
  color: #333333;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  font-size: 1.3125em;
  letter-spacing: normal;
  line-height: 1.14286;
  margin-top: 0.95238em;
  margin-bottom: 0.47619em;
  margin-left: 0;
  margin-right: 0;
  -moz-font-feature-settings: "c2sc=0", "calt=0", "clig=0", "dlig=1", "frac=0", "hist=0", "hlig=0", "kern= 1", "liga=1", "nalt=0", "salt=0", "smcp=0", "ss01=0", "ss02=0", "ss03=0", "ss04=0", "ss05=0", "swsh=0", "zero=0",  "snum=0";
  -moz-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  -webkit-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  -ms-font-feature-settings: "c2sc=0", "calt=0", "clig=0", "dlig=1", "frac=0", "hist=0", "hlig=0", "kern= 1", "liga=1", "nalt=0", "salt=0", "smcp=0", "ss01=0", "ss02=0", "ss03=0", "ss04=0", "ss05=0", "swsh=0", "zero=0",  "snum=0";
  -o-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0;
  font-feature-settings: "c2sc" 0, "calt" 0, "clig" 0, "dlig" 1, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0,   "snum" 0; }
@media (min-width: 25em) {
  h3 {
    font-size: 1.5em;
    letter-spacing: normal;
    line-height: 1.16667;
    margin-top: 0.83333em;
    margin-bottom: 0.41667em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 43.75em) {
  h3 {
    font-size: 1.75em;
    letter-spacing: normal;
    line-height: 1.14286;
    margin-top: 0.71429em;
    margin-bottom: 0.35714em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 56.25em) {
  h3 {
    font-size: 1.875em;
    letter-spacing: normal;
    line-height: 1.2;
    margin-top: 0.66667em;
    margin-bottom: 0.33333em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 81.25em) {
  h3 {
    font-size: 1.77778em;
    letter-spacing: normal;
    line-height: 1.25;
    margin-top: 0.625em;
    margin-bottom: 0.3125em;
    margin-left: 0;
    margin-right: 0; } }
.wf-inactive h3 {
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
@media (min-width: 56.25em) {
  .wf-inactive h3 {
    letter-spacing: -0.0075em; } }

h4 {
  color: #333333;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: normal;
  line-height: 1.22222;
  margin-top: 0.83333em;
  margin-bottom: 0.27778em;
  margin-left: 0;
  margin-right: 0; }
@media (min-width: 25em) {
  h4 {
    font-size: 1.125em;
    letter-spacing: normal;
    line-height: 1.22222;
    margin-top: 0.83333em;
    margin-bottom: 0.27778em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 43.75em) {
  h4 {
    font-size: 1.25em;
    letter-spacing: normal;
    line-height: 1.2;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 56.25em) {
  h4 {
    font-size: 1.375em;
    letter-spacing: normal;
    line-height: 1.18182;
    margin-top: 0.68182em;
    margin-bottom: 0.22727em;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 81.25em) {
  h4 {
    font-size: 1.33333em;
    letter-spacing: normal;
    line-height: 1.16667;
    margin-top: 0.625em;
    margin-bottom: 0.20833em;
    margin-left: 0;
    margin-right: 0; } }
.wf-inactive h4 {
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
@media (min-width: 56.25em) {
  .wf-inactive h4 {
    letter-spacing: -0.035em;
    font-size: 1.35em; } }

h5 {
  color: #333333;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold; }
.wf-inactive h5 {
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

h6 {
  color: #333333;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold; }
.wf-inactive h6 {
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

p {
  margin: 0 auto 1em auto;
  max-width: 42em; }

a {
  display: inline-block;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out; }
a:link {
  color: #c3251d; }
a:visited {
  color: #c3251d; }
a:hover {
  color: #007294; }
a:focus {
  color: #007294; }
a:active {
  color: #007294; }

/* Initial Cap styles */
.article-text > p:first-of-type:first-letter, .lt-ie9 .article-text h2 + p:first-letter {
  font-size: 3em;
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  line-height: 0.9em;
  float: left;
  padding-right: 0.1em; }
.wf-inactive .article-text > p:first-of-type:first-letter, .wf-inactive .lt-ie9 .article-text h2 + p:first-letter, .lt-ie9 .article-text .wf-inactive h2 + p:first-letter {
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 2.75em;
  padding-right: 0.05em; }

/* To work in older versions of IE you have to target an adjacent selector because first-of-type doesn't work */
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner {
  clear: both;
  padding-top: 2em; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.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; }

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

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

/* ### Primary Sidebar */
.sidebar-primary {
  float: right; }

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

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left; }

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

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

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

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

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

/* # Ad Widgets
---------------------------------------------------------------------------------------------------- */
.sidebar .widget .advads-track {
  margin: -1em; }
.sidebar .widget .advads-track a {
  display: block; }
.sidebar .widget .advads-track iframe {
  margin-left: auto;
  margin-right: auto; }
.sidebar .widget.skinny-ad-pair {
  background-color: transparent;
  padding: 0; }
.sidebar .widget.skinny-ad-pair .advads-track {
  margin: 0;
  width: 48%;
  display: inline-block;
  margin-right: 4%; }
.sidebar .widget.skinny-ad-pair .advads-track:last-child {
  margin-right: 0; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%; }

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

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

.archive-pagination li a {
  margin-bottom: 0.25em; }

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

.sidebar .widget.enews-widget {
  padding: 2.5em; }

.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
  text-align: left; }

@media only screen and (min-width: 43.75em) {
  .site-inner, .wrap {
    max-width: 50em;
    padding-left: 2em;
    padding-right: 2em; }

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

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

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

  .genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none; }

  .genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align: left; }

  .genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
    padding: 1.25em 1em; }

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

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

  .footer-widgets-1 {
    margin-right: 0; } }
@media only screen and (min-width: 56.25em) {
  .site-inner, .wrap {
    max-width: 60em;
    padding-left: 0;
    padding-right: 0; }

  .blog .site-inner, .blog .wrap, .archive .site-inner, .archive .wrap, .search .site-inner, .search .wrap {
    max-width: 96%;
    padding-left: 0;
    padding-right: 0; }

  .site-header .wrap {
    max-width: 88%; }

  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 46.25em; }

  .content, .site-header .widget-area {
    width: 66%; }

  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
    width: 32%; }

  .sidebar-primary, .title-area {
    width: 32%; }

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

  .footer-widgets-1 {
    margin-right: 2em; } }
@media only screen and (min-width: 68.75em) {
  .site-inner, .wrap {
    max-width: 64em;
    padding-left: 0;
    padding-right: 0; }

  .blog .site-inner, .blog .wrap, .archive .site-inner, .archive .wrap, .search .site-inner, .search .wrap {
    max-width: 96%;
    padding-left: 0;
    padding-right: 0; }

  .site-header .wrap {
    max-width: 88%; }

  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 46.25em; }

  .content {
    width: 65%; }
  .blog .content, .archive .content {
    width: 72%; }

  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
    width: 30%; }
  .blog .sidebar-content-sidebar .content, .archive .sidebar-content-sidebar .content, .blog .sidebar-sidebar-content .content, .archive .sidebar-sidebar-content .content, .blog .content-sidebar-sidebar .content, .archive .content-sidebar-sidebar .content {
    width: 26%; }

  .sidebar-primary {
    width: 30%; }
  .blog .sidebar-primary, .archive .sidebar-primary {
    width: 26%; }

  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary {
    width: 30%; }
  .blog .footer-widgets-1, .archive .footer-widgets-1, .blog .footer-widgets-2, .archive .footer-widgets-2, .blog .footer-widgets-3, .archive .footer-widgets-3, .blog .sidebar-primary, .archive .sidebar-primary {
    width: 26%; }

  .footer-widgets-1 {
    margin-right: 2em; } }
/* ## Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%;
  width: 100%; }

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

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

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

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

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

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

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

.comment .avatar {
  margin: 0 1em 1.5em 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 1em; }

.archive-description, .author-box {
  font-size: 1em;
  margin-bottom: 2em;
  padding: 0; }

.author-box-title {
  font-size: 1em;
  margin-bottom: 0.5em; }

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

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 0.75em; }

.entry-content .search-form, .site-header .search-form {
  float: none;
  margin: 0 auto 0 auto;
  width: 75%; }
@media only screen and (min-width: 43.75em) {
  .entry-content .search-form, .site-header .search-form {
    float: right;
    margin: 1em 0 0 0; } }

.site-header .search-form input[type="search"] {
  text-align: center; }
@media only screen and (min-width: 43.75em) {
  .site-header .search-form input[type="search"] {
    text-align: left; } }

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

/* ## Titles
--------------------------------------------- */
/*
.archive-title {
	font-size: 1.25em;
}

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

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

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
	text-decoration: underline;
}
*/
.widget-title {
  font-size: 1em;
  margin-bottom: 1.25; }

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

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

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

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%; }

img.centered, .aligncenter {
  display: block;
  margin: 0 auto 1.5em; }

img.alignnone, .alignnone {
  margin-bottom: 0.75em; }

a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0; }

a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 1.5em 1.5em; }

.wp-caption-text {
  font-size: 0.875em;
  font-weight: 700;
  text-align: center; }

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

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 1.5em; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

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

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px; }

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

.featured-content .entry-title {
  font-size: 1.25em; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget, .enews-widget .widget-title {
  color: #fff; }

.sidebar .widget.enews-widget {
  background-color: #333; }

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

.enews-widget input {
  font-size: 1em;
  margin-bottom: 1em; }

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

.enews-widget input:hover[type="submit"], .enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #333; }

.enews form + p {
  margin-top: 1.5em; }

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

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  border-top: solid 3px #FFA500;
  min-height: 160px;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 5%, #c3251d 5.1%, #c3251d 5.1%, transparent 5.1%), linear-gradient(rgba(158, 211, 227, 0.75) 0.1em, transparent 0.1em), url(images/crumpled_paper.jpg);
  background-size: 100% 1.2em, 100% 1.2em, 100%; }

.site-header .wrap {
  padding: 0 2em 1em 2em; }
@media only screen and (min-width: 43.75em) {
  .site-header .wrap {
    padding: 1em 2em; } }
@media only screen and (min-width: 56.25em) {
  .site-header .wrap {
    padding: 1em 0; } }

/* ## Title Area
--------------------------------------------- */
.title-area {
  padding: 0.75em 0;
  text-align: center;
  width: 100%; }
@media only screen and (min-width: 43.75em) {
  .title-area {
    float: left;
    width: 66%; } }

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

.site-title {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0; }

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

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  background-size: 100%;
  float: left;
  min-height: 2.2em;
  width: 100%; }
@media only screen and (min-width: 68.75em) {
  .header-image .site-title > a {
    min-height: 3.2em; } }
@media only screen and (min-width: 81.25em) {
  .header-image .site-title > a {
    min-height: 4.1em; } }

.site-description {
  font-family: "Special Elite", "Alegreya", Georgia, "Times New Roman", Times, serif;
  font-size: 1.35em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center; }
@media only screen and (min-width: 43.75em) {
  .site-description {
    font-size: 1.75em;
    text-align: left; } }

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

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

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  text-align: center;
  width: 100%; }
@media only screen and (min-width: 43.75em) {
  .site-header .widget-area {
    float: right;
    text-align: right;
    width: 33%; } }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 1em;
  line-height: 1;
  width: 100%; }

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

.genesis-nav-menu a {
  color: #007294;
  text-decoration: none;
  display: block;
  padding: 1em 1.5em; }

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

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

.genesis-nav-menu .sub-menu a {
  background-color: #9ed3e3;
  border: 1px solid #8ec3d3;
  border-top: 0;
  font-size: 0.875em;
  padding: 1.25em;
  position: relative;
  width: 200px;
  word-wrap: break-word; }

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

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

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

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

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

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0; }

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

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

.genesis-nav-menu > .search {
  padding: 10px 0 0; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 0.97; }
.menu .menu-item > a:focus + ul.sub-menu:hover, .menu .menu-item.sfHover > ul.sub-menu:hover {
  opacity: 1; }

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

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

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

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #FFA500;
  background-image: url(images/crumpled_paper_overlay.png);
  background-size: 100%;
  font-size: 1.125em; }
.nav-primary .wrap {
  max-width: 53.33333em; }

.nav-primary .genesis-nav-menu a {
  color: #003244;
  font-weight: bold;
  text-decoration: none; }

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

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #007294;
  font-weight: normal; }

.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #ffffff;
  text-decoration: none; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.archive-description h1 {
  font-family: "Alegreya Sans", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  margin-top: 0; }

.archive.tag h1:before {
  content: "Tagged with ‘"; }
.archive.tag h1:after {
  content: "’"; }

.blog .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around; }
.blog .content .entry {
  flex-grow: 1;
  margin-bottom: 2.5em;
  padding: 1em 2%; }
@media only screen and (min-width: 43.75em) {
  .blog .content .entry {
    float: left;
    margin-left: 2%;
    width: 49%; }
  .blog .content .entry:nth-child(2n+1) {
    clear: left;
    margin-left: 0; } }
@media only screen and (min-width: 56.25em) {
  .blog .content .entry {
    width: 31%; }
  .blog .content .entry:nth-child(2n+1) {
    clear: none;
    margin-left: 2%; }
  .blog .content .entry:nth-child(3n+1) {
    clear: left;
    margin-left: 0; } }
.blog .content .entry .entry-content {
  display: none;
  left: -999em;
  position: absolute;
  visibility: hidden; }

.archive .content, .search .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around; }
.archive .content .archive-description, .search .content .archive-description {
  margin-bottom: 1em;
  width: 100%; }
.archive .content .entry, .search .content .entry {
  flex-grow: 1;
  margin-bottom: 2.5em;
  padding: 1em 2%; }
@media only screen and (min-width: 43.75em) {
  .archive .content .entry, .search .content .entry {
    float: left;
    margin-left: 2%;
    width: 49%; }
  .archive .content .entry:nth-child(2n+2), .search .content .entry:nth-child(2n+2) {
    clear: left;
    margin-left: 0; } }
@media only screen and (min-width: 56.25em) {
  .archive .content .entry, .search .content .entry {
    width: 31%; }
  .archive .content .entry:nth-child(2n+2), .search .content .entry:nth-child(2n+2) {
    clear: none;
    margin-left: 2%; }
  .archive .content .entry:nth-child(3n+2), .search .content .entry:nth-child(3n+2) {
    clear: left;
    margin-left: 0; } }
.archive .content .entry .entry-content, .search .content .entry .entry-content {
  display: none;
  left: -999em;
  position: absolute;
  visibility: hidden; }

.sidebar .blog .entry {
  float: none;
  margin-left: 0;
  padding: 0;
  width: 100%; }

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

.entry-content ol, .entry-content ul {
  margin-bottom: 1.5em;
  margin-left: 2em; }

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

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

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

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

div.separator[style*="text-align: center"] {
  margin-left: 0;
  margin-right: 0; }
@media only screen and (min-width: 43.75em) {
  div.separator[style*="text-align: center"] {
    margin-left: 0;
    margin-right: 0; } }
div.separator[style*="text-align: center"] a {
  width: 100%; }

div.separator[style*="text-align: left"], img.alignleft {
  margin-top: 0.25em;
  width: 48%; }

div.separator[style*="text-align: right"], img.alignright {
  margin-top: 0.25em;
  width: 48%; }

div.separator a {
  margin: 0; }

div.separator img {
  margin-top: 0;
  width: 100%; }

/* Related posts */
.rp4wp-related-posts {
  background-color: rgba(158, 211, 227, 0.25);
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding: 0 0.5em; }
.rp4wp-related-posts:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.rp4wp-related-posts ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
.rp4wp-related-posts ul > li {
  clear: none;
  list-style: none;
  list-style-image: none;
  padding-right: 1em; }
@media only screen and (min-width: 43.75em) {
  .rp4wp-related-posts ul > li {
    width: 33%;
    float: left; } }

.rp4wp-related-post-image {
  float: left;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 49%; }
@media only screen and (min-width: 43.75em) {
  .rp4wp-related-post-image {
    float: none;
    margin-right: 0;
    padding-bottom: 0;
    width: 100%; } }
.rp4wp-related-post-image + .rp4wp-related-post-content {
  float: left;
  width: 49%; }
@media only screen and (min-width: 43.75em) {
  .rp4wp-related-post-image + .rp4wp-related-post-content {
    float: none;
    width: 100%; } }

.rp4wp-related-post-image a {
  display: block; }

/* ## Entry Meta
--------------------------------------------- */
.has-post-thumbnail .entry-header > a {
  margin-top: -1em;
  margin-left: -2%;
  margin-right: -2%;
  width: 104%; }
@media only screen and (min-width: 43.75em) {
  .has-post-thumbnail .entry-header > a {
    margin-left: -4%;
    margin-right: -4%;
    width: 108%; } }
@media only screen and (min-width: 56.25em) {
  .has-post-thumbnail .entry-header > a {
    margin-left: -7.5%;
    margin-right: -7.5%;
    width: 115%; } }

.blog .entry-title, .archive .entry-title, .search .entry-title {
  font-size: 1.25em; }
.blog .entry-title a:link, .blog .entry-title a:visited, .archive .entry-title a:link, .archive .entry-title a:visited, .search .entry-title a:link, .search .entry-title a:visited {
  text-decoration: none; }
.blog .entry-title a:hover, .blog .entry-title a:focus, .blog .entry-title a:active, .archive .entry-title a:hover, .archive .entry-title a:focus, .archive .entry-title a:active, .search .entry-title a:hover, .search .entry-title a:focus, .search .entry-title a:active {
  text-decoration: underline; }

.entry-header .entry-title {
  margin-top: 0.5em; }

p.entry-meta {
  font-size: 1em;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 1.5em; }

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 1.5em; }

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

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

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

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

.archive-pagination li {
  display: inline; }

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

.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a {
  background-color: #c3251d;
  text-decoration: underline; }

/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  margin-bottom: 2em; }

.comment-respond, .entry-pings {
  padding: 2px 0 0.1em 0; }

.entry-comments {
  padding: 1em 0 0 0; }

.comment-header {
  font-size: 1em; }

.comment-header .avatar {
  width: 4em; }

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

.comment-content {
  clear: both;
  word-wrap: break-word; }

.comment-list li {
  margin-top: 1.25em;
  padding: 1em; }

.comment-list li li {
  margin-right: -2em; }

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

.comment-respond label {
  display: block;
  margin-right: 0.75em; }

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

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

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 1em;
  padding: 1.5em; }

/* ## Forms
--------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  font-weight: 300;
  padding: 1em;
  width: 100%; }

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

input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

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

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 300;
  padding: 1em 1.5em;
  text-transform: uppercase;
  width: auto; }

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

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

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

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

.button {
  display: inline-block; }

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

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 1em;
  padding-bottom: 1em; }

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

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 1.5em;
  padding: 1em; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #FFA500;
  background-image: url(images/crumpled_paper_overlay.png);
  background-size: cover;
  clear: both;
  padding-top: 2em; }

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

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

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

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

.footer-widgets .widget {
  margin-bottom: 2em; }

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

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

.footer-widgets-1 {
  margin-right: 3em; }

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

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

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  background: url(images/crumpled_paper.jpg);
  background-size: 100%;
  font-size: 1em;
  line-height: 1;
  padding: 2em 0;
  text-align: center; }

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

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after {
    content: ""; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content, .content-sidebar {
    width: 100%; }

  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
    display: none !important; }

  .title-area {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }

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

  h1, h2, h3, h4, h5, h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote, pre, table {
    page-break-inside: avoid; }

  dl, ol, ul {
    page-break-before: avoid; } }

/*# sourceMappingURL=style.css.map */
