/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0 0 1.5em; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
TOOLS
*********************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*gold*/
/*blue*/
/*darker blue*/
/*gold*/
/*yellow*/
/*light green*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

.text-center {
  text-align: center; }

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

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
.category-feed-featured .meta {
  margin-bottom: 8px; }

.category-feed-featured.newsfeed .each {
  width: 100%;
  float: none;
  margin-left: 0;
  padding: 20px 0 0 3.5%; }

.category-feed-featured.newsfeed .each .image-wrapper {
  width: 100%;
  max-height: 640px;
  overflow: hidden; }

.category-feed-featured.newsfeed .each img {
  width: 100%; }

.category-feed-featured.newsfeed h2 {
  font-size: 36px;
  line-height: 1.4em; }

@media (max-width: 768px) {
  .category-feed-archive .each .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (max-width: 600px) {
  .category-feed-featured.newsfeed .each {
    padding-left: 0;
    padding-top: 0; }

  .category-feed-featured.newsfeed h2 {
    font-size: 24px;
    line-height: 1.2em; }

  .category-feed-featured.newsfeed .excerpt {
    display: none; } }
@media (max-width: 480px) {
  #inner-content .col-md-12.remove-padding {
    padding-left: 0;
    padding-right: 0; } }
body {
  font-family: "museo-slab", serif;
  font-size: 15px;
  line-height: 1.5;
  color: #565656;
  background: #eaeade; }

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

.article-header .social-icon-wrapper {
  position: absolute;
  bottom: 0;
  right: 1.5%;
  z-index: 3;
  color: #FFF;
  font-family: "proxima-nova", sans-serif; }

.article-header a.selector {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding: 24px 12px 34px 12px;
  height: 78px;
  background-color: transparent;
  transition: all .2s ease;
  cursor: pointer;
  display: block;
  color: #FFF;
  text-decoration: none;
  background: url("../images/selector-arrow.png") no-repeat center 47px; }

.article-header.over a.selector {
  background-color: #96a34e;
  text-decoration: none;
  color: #FFF; }

@media (min-width: 768px) {
  .article-header a.selector:hover {
    background-color: #96a34e;
    text-decoration: none;
    color: #FFF; } }
.multiple-icons {
  height: 0;
  width: auto;
  opacity: 0;
  padding: 0 10px;
  position: absolute;
  z-index: 99;
  right: 1.5%;
  transition: all .2s ease;
  background: #96a34e; }

.multiple-icons.shown {
  height: 68px;
  opacity: 1; }

.multiple-icons a {
  display: inline-block;
  opacity: 1;
  transition: all .2s ease;
  padding: 17px 3px;
  width: 40px; }

.multiple-icons a:hover {
  opacity: .7; }

.article-header .single-icon a {
  padding: 22px 18px 22px 10px;
  opacity: 1;
  transition: all .2s ease;
  display: block;
  width: 62px; }

.article-header .single-icon a:hover {
  opacity: .7; }

@media (max-width: 1200px) {
  .multiple-icons, .article-header .social-icon-wrapper {
    right: 4%; } }
@media (max-width: 767px) {
  .multiple-icons {
    left: 4%; } }
@media (max-width: 480px) {
  .article-header .single-icon a {
    padding: 10px 8px 10px 6px; }

  .article-header .page-title {
    padding-right: 70px; }

  .article-header.no-padding .page-title {
    padding-right: 15px; }

  .article-header a.selector {
    padding: 16px 6px 24px 6px;
    height: 55px;
    font-size: 11px;
    background: url("../images/selector-arrow.png") no-repeat center 32px; } }
@media (max-width: 350px) {
  .multiple-icons {
    padding: 0 8px 0 7px; }

  .multiple-icons a {
    padding-left: 2px;
    padding-right: 1px; } }
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
#main {
  padding-left: 0; }

.bg-wrapper {
  display: inline-block;
  width: 100%;
  background: url(../images/diamond-pattern.jpg) repeat 0 0;
  position: relative; }

.container {
  max-width: 1160px; }

@media (max-width: 780px) {
  .container {
    width: 100%; } }
.show-mobile {
  display: none; }
  @media (max-width: 600px) {
    .show-mobile {
      display: block; } }

.slide-wrapper {
  position: relative;
  padding-top: 25px; }
  .slide-wrapper .bg1 {
    background: #6c804e;
    width: 100%;
    height: 240px;
    position: absolute;
    top: 180px; }
    @media (max-width: 1200px) {
      .slide-wrapper .bg1 {
        display: none; } }
  .slide-wrapper .bg2 {
    background: #adb86c;
    width: 1200px;
    top: 90px;
    left: 50%;
    margin-left: -600px;
    height: 420px;
    position: absolute; }
    @media (max-width: 1200px) {
      .slide-wrapper .bg2 {
        display: none; } }
  .slide-wrapper #slider {
    padding-right: 50px;
    padding-left: 50px; }
    @media (max-width: 1200px) {
      .slide-wrapper #slider {
        padding-right: 0;
        padding-left: 0; } }
    .slide-wrapper #slider .flex-direction-nav {
      width: 92%; }
      @media (max-width: 1200px) {
        .slide-wrapper #slider .flex-direction-nav {
          width: 100%; } }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #ff9c43;
  font-weight: 600;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #ff8415;
    outline: none; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "museo-slab", serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  color: #0092c9;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 33px;
  line-height: 1.2em; }
  @media (max-width: 600px) {
    h1, .h1 {
      font-size: 30px; } }

h2, .h2 {
  color: #2e878a;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 33px;
  line-height: 1.2em; }
  @media (max-width: 600px) {
    h2, .h2 {
      font-size: 30px; } }

h3, .h3 {
  color: #02597E;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: none; }
  @media (max-width: 600px) {
    h3, .h3 {
      font-size: 25px; } }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
  font-family: "arial", sans-serif;
  color: #2e878a;
  line-height: 1.2em; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 2px;
  font-family: "museo-slab", serif;
  color: #0092c9;
  font-weight: 700;
  font-style: italic; }

/*********************
HEADER SYTLES
*********************/
.header {
  background: #2e878a; }
  .header #logo {
    float: left;
    margin: 25px 0; }
    @media (max-width: 767px) {
      .header #logo {
        text-align: center;
        width: 100%;
        margin-bottom: 0; }
        .header #logo img {
          max-width: 225px;
          height: auto; } }
  .header .search {
    text-align: right;
    padding-top: 28px;
    width: 600px;
    float: right; }
    @media (max-width: 980px) {
      .header .search {
        padding-top: 13px; } }
    @media (max-width: 767px) {
      .header .search {
        /*display: none;*/
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center; } }
  .header #searchform {
    float: right;
    position: static;
    margin-bottom: 15px;
    clear: both; }
    @media (max-width: 767px) {
      .header #searchform {
        margin: 15px auto;
        float: none; } }
    .header #searchform #s {
      width: 255px;
      height: 27px;
      position: relative;
      top: 1px;
      right: -4px; }
      @media (max-width: 600px) {
        .header #searchform #s {
          width: 200px; } }
    .header #searchform #searchsubmit {
      padding: 0 10px 0;
      background-color: #1a5159;
      height: 27px;
      position: relative;
      line-height: 1em; }
      .header #searchform #searchsubmit:hover {
        color: #fff;
        opacity: .8; }
  .header .tagline {
    float: right;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    clear: right; }
    @media (max-width: 767px) {
      .header .tagline {
        display: none; } }
    @media (max-width: 767px) {
      .header .tagline.show-mobile {
        display: block;
        font-size: 16px;
        margin: auto;
        float: none; } }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.mini-nav {
  float: right;
  font-family: "arial", sans-serif;
  display: block;
  padding-bottom: 15px;
  color: #eabc92 !important;
  margin-right: -10px; }
  @media (max-width: 767px) {
    .mini-nav {
      display: none; } }
  .mini-nav a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    color: #eabc92; }
    .mini-nav a:hover {
      text-decoration: none;
      color: #fff; }

#main-nav {
  background: #1a5159;
  color: #fff;
  font-family: "arial", sans-serif;
  font-weight: bold;
  padding: 0;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  /* end .nav */ }
  #main-nav .top-border {
    width: 100%;
    position: absolute;
    height: 1px;
    border-top: 1px dashed #fff;
    top: 6px;
    z-index: 999; }
  #main-nav .bottom-border {
    width: 100%;
    position: absolute;
    height: 1px;
    border-bottom: 1px dashed #fff;
    bottom: 6px;
    z-index: 999; }
  #main-nav .navbar {
    max-width: 100%;
    background: transparent; }
  #main-nav .nav {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */ }
    #main-nav .nav li {
      background: none;
      margin: 0;
      padding: 0;
      float: none;
      display: inline-block;
      /*
      so you really have to rethink your dropdowns for mobile.
      you don't want to have it expand too much because the
      screen is so small. How you manage your menu should
      depend on the project. Here's some great info on it:
      http://www.alistapart.com/articles/organizing-mobile/
      */ }
      #main-nav .nav li a {
        display: block;
        text-decoration: none;
        /*padding: 17px 19px;*/
        background: none;
        outline: none;
        color: #fff;
        /*
        remember this is for mobile ONLY, so there's no need
        to even declare hover styles here, you can do it in
        the style.scss file where it's relevant. We want to
        keep this file as small as possible!
        */ }
        @media (max-width: 1200px) {
          #main-nav .nav li a {
            padding: 15px 8px; } }
        #main-nav .nav li a:hover {
          background: #0e2d32;
          color: #fff; }
      #main-nav .nav li ul.sub-menu li,
      #main-nav .nav li ul.children li {
        background: #1a5159; }
        #main-nav .nav li ul.sub-menu li a,
        #main-nav .nav li ul.children li a {
          font-family: "arial", sans-serif;
          font-weight: bold;
          padding: 10px 21px;
          font-size: 15px;
          text-transform: uppercase;
          color: #fff; }
          #main-nav .nav li ul.sub-menu li a:hover, #main-nav .nav li ul.sub-menu li a:focus,
          #main-nav .nav li ul.children li a:hover,
          #main-nav .nav li ul.children li a:focus {
            background: #0e2d32;
            color: #fff; }
    #main-nav .nav li.current-menu-item a,
    #main-nav .nav li.current_page_item a,
    #main-nav .nav li.current-menu-parent a,
    #main-nav .nav li.current-page-ancestor a {
      color: #fff;
      background: #0e2d32; }
    #main-nav .nav li.current-menu-item li a,
    #main-nav .nav li.current_page_item li a,
    #main-nav .nav li.current-menu-parent li a,
    #main-nav .nav li.current-page-ancestor li a {
      color: #fff;
      background: none; }
    #main-nav .nav li.current-menu-item li.current-menu-item, #main-nav .nav li.current-menu-item li.current_page_item, #main-nav .nav li.current-menu-item li.current-menu-parent, #main-nav .nav li.current-menu-item li.current-page-acestor,
    #main-nav .nav li.current_page_item li.current-menu-item,
    #main-nav .nav li.current_page_item li.current_page_item,
    #main-nav .nav li.current_page_item li.current-menu-parent,
    #main-nav .nav li.current_page_item li.current-page-acestor,
    #main-nav .nav li.current-menu-parent li.current-menu-item,
    #main-nav .nav li.current-menu-parent li.current_page_item,
    #main-nav .nav li.current-menu-parent li.current-menu-parent,
    #main-nav .nav li.current-menu-parent li.current-page-acestor,
    #main-nav .nav li.current-page-ancestor li.current-menu-item,
    #main-nav .nav li.current-page-ancestor li.current_page_item,
    #main-nav .nav li.current-page-ancestor li.current-menu-parent,
    #main-nav .nav li.current-page-ancestor li.current-page-acestor {
      background: #0e2d32;
      color: #fff; }
  #main-nav .navbar-ex1-collapse {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #main-nav .navbar-ex1-collapse ul li {
      display: inline-block;
      width: 100%; }
      #main-nav .navbar-ex1-collapse ul li a {
        padding: 5px; }
    #main-nav .navbar-ex1-collapse ul ul {
      display: block;
      position: static;
      width: 100%; }
      #main-nav .navbar-ex1-collapse ul ul li a {
        width: 100%; }
    #main-nav .navbar-ex1-collapse.in {
      display: inline-block; }
  #main-nav .no-cssanimations #main-nav .nav li a {
    padding: 17px; }
  #main-nav .navbar-header {
    /*display: none;*/ }
    @media (max-width: 767px) {
      #main-nav .navbar-header {
        /*display: block !important;*/ } }
    #main-nav .navbar-header .navbar-toggle {
      border: none;
      padding: 10px;
      float: left;
      cursor: pointer;
      font-weight: bold; }
      #main-nav .navbar-header .navbar-toggle .navbar-text {
        display: inline-block;
        margin: -2px 0 0 15px; }
      #main-nav .navbar-header .navbar-toggle .icon-bar {
        background: #fff; }
      #main-nav .navbar-header .navbar-toggle .navbar-icons {
        width: auto;
        float: left; }
      @media (max-width: 980px) {
        #main-nav .navbar-header .navbar-toggle {
          display: none; } }
      @media (max-width: 768px) {
        #main-nav .navbar-header .navbar-toggle {
          display: block; } }

@media (max-width: 768px) {
  #menu-mobile-menu {
    display: block; } }

@media (max-width: 768px) {
  #menu-main-menu {
    display: none; } }

/*********************
POSTS & CONTENT STYLES
*********************/
a img {
  border: 0; }

#main {
  padding-right: 5%; }
  @media (max-width: 767px) {
    #main {
      padding-right: 10px;
      padding-left: 10px; } }

#content {
  margin-top: 2.2em; }

.article-header {
  text-align: center;
  position: relative; }

.page-title {
  background: #adb86c;
  color: #fff;
  display: inline-block;
  font-family: "arial", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin: auto;
  padding: 18px 80px;
  text-transform: uppercase;
  width: 97%;
  margin: auto;
  line-height: 1em; }
  @media (max-width: 1200px) {
    .page-title {
      width: 92%; } }
  @media (max-width: 480px) {
    .page-title {
      font-size: 25px;
      padding: 15px; } }

#inner-content {
  background: #fff;
  margin-top: -40px;
  box-shadow: 0 0 8px #ccc;
  padding: 60px 30px 15px; }
  @media (max-width: 1200px) {
    #inner-content {
      margin-right: 10px;
      margin-left: 10px; } }
  @media (max-width: 600px) {
    #inner-content {
      margin-right: 0;
      margin-left: 0; } }

.sidebar {
  padding-bottom: 25px; }

.button {
  background: none;
  display: block;
  margin: auto;
  border: 0;
  padding: 0; }
  .button a {
    background: #ff9c43;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    font-family: "arial", sans-serif;
    color: #fff !important;
    transition: .2s background ease;
    padding: 25px 50px;
    display: inline-block;
    width: auto;
    letter-spacing: .1em;
    text-shadow: none; }
    .button a em {
      font-weight: normal;
      font-size: 60%;
      font-style: normal; }
    .button a:hover, .button a:focus {
      background: #f67400;
      text-decoration: none; }

.accordion-header {
  color: #003a50;
  font-family: "arial", sans-serif;
  font-weight: 700;
  font-size: 25px;
  padding: 20px;
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  cursor: pointer; }
  .accordion-header:nth-of-type(odd) {
    background: #f4f4f4; }

.accordion-content {
  display: none;
  padding: 25px 13px 0 !important;
  width: 100% !important;
  overflow: hidden; }
  .accordion-content h4 {
    color: #00a5de;
    font-family: "arial", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .accordion-content a {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 10px; }
  .accordion-content .columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
  .accordion-content .col-md-6 {
    padding-bottom: 30px; }

/*Styled list in the content area*/
.entry-content ul {
  list-style: disc;
  margin: 0 0 25px 35px; }
  .entry-content ul li {
    padding-left: 10px; }
.entry-content ol {
  list-style: decimal;
  margin: 0 0 25px 35px; }
  .entry-content ol li {
    padding-left: 10px; }

/*Stories Home*/
.stories {
  text-align: center; }
  .stories h1 {
    display: inline-block;
    margin: auto;
    padding: 12px 80px;
    background: #abb76b;
    color: #fff;
    font-family: "arial", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .1em; }
    @media (max-width: 600px) {
      .stories h1 {
        font-size: 18px;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; } }
  .stories .wrap {
    text-align: left;
    background: #fff;
    padding: 15px 20px; }
  .stories .story {
    display: inline-block;
    width: 100%;
    padding: 15px 0 0;
    font-size: 14px; }
    .stories .story .colorcode {
      float: left;
      width: 35%;
      padding-left: 10px;
      border-left: 5px solid #8ea06a; }
      @media (max-width: 600px) {
        .stories .story .colorcode {
          display: none; } }
      .stories .story .colorcode.co-op-connection {
        border-color: #C15E34; }
      .stories .story .colorcode.commentary {
        border-color: #C15E34; }
      .stories .story .colorcode.grassroots {
        border-color: #C15E34; }
      .stories .story .colorcode.local-co-op-news {
        border-color: #C15E34; }
      .stories .story .colorcode.energy-now {
        border-color: #F8C40C; }
      .stories .story .colorcode.energy-advice {
        border-color: #F8C40C; }
      .stories .story .colorcode.new-gadgets {
        border-color: #F8C40C; }
      .stories .story .colorcode.smart-choices {
        border-color: #F8C40C; }
      .stories .story .colorcode.outdoors {
        border-color: #8E9F68; }
      .stories .story .colorcode.ask-rosie {
        border-color: #8E9F68; }
      .stories .story .colorcode.the-great-outdoors {
        border-color: #8E9F68; }
      .stories .story .colorcode.for-youth {
        border-color: #C93E90; }
      .stories .story .colorcode.page-day {
        border-color: #C93E90; }
      .stories .story .colorcode.power-kids {
        border-color: #C93E90; }
      .stories .story .colorcode.touchstone-energy-camp {
        border-color: #C93E90; }
      .stories .story .colorcode.youth-power-and-hope {
        border-color: #C93E90; }
      .stories .story .colorcode.youth-tour {
        border-color: #C93E90; }
      .stories .story .colorcode.features {
        border-color: #D3B024; }
      .stories .story .colorcode.food {
        border-color: #C58838; }
      .stories .story .colorcode img {
        margin-bottom: 0;
        border: 1px solid #c1c1c1; }
    .stories .story .content {
      float: right;
      width: 62%; }
      @media (max-width: 600px) {
        .stories .story .content {
          width: 100%; } }
    .stories .story h2 {
      color: #ff9c43;
      font-style: italic;
      font-size: 24px;
      margin: 0 0 5px;
      font-weight: 600; }
      @media (max-width: 600px) {
        .stories .story h2 {
          font-size: 20px;
          margin-bottom: 0; } }
    .stories .story .meta {
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 0;
      font-size: 15px;
      font-family: "arial", sans-serif; }
      @media (max-width: 600px) {
        .stories .story .meta {
          font-size: 13px;
          margin: 0; } }
    .stories .story a {
      font-style: italic; }
    @media (max-width: 600px) {
      .stories .story p {
        display: none; } }

/*Featured Recipes Home Page*/
.featured-recipes {
  text-align: center; }
  .featured-recipes h1 {
    display: inline-block;
    margin: auto;
    padding: 12px 80px;
    background: #1a5159;
    color: #fff;
    font-family: "arial", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .1em; }
    @media (max-width: 600px) {
      .featured-recipes h1 {
        font-size: 18px;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%; } }
  .featured-recipes .wrap {
    text-align: left;
    background: #fff;
    padding: 20px; }
  .featured-recipes .recipe {
    display: inline-block;
    width: 31.5%;
    margin-left: 2%;
    font-size: 14px;
    position: relative;
    text-align: center; }
    @media (max-width: 600px) {
      .featured-recipes .recipe {
        width: 100%;
        margin: 0 0 20px; } }
    .featured-recipes .recipe:first-child {
      margin-left: 0; }
    .featured-recipes .recipe img {
      margin-bottom: 0;
      border: 5px solid #f2f2f2; }
    .featured-recipes .recipe a {
      transition: .2s opacity ease;
      color: #fff !important;
      font-weight: 700; }
      .featured-recipes .recipe a:hover {
        opacity: .8;
        text-decoration: none; }
  .featured-recipes h2 {
    color: #fff;
    font-family: "arial", sans-serif;
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 700;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -40%;
    text-transform: uppercase;
    display: block;
    width: 80%;
    text-shadow: 0 0 3px #000; }

/*Mobile Category Sidebar */
.mobile-only-sidebar {
  display: none;
  border: 1px solid #e1e1e1; }
  .mobile-only-sidebar li {
    padding: 8px 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    line-height: 1.2em; }
    .mobile-only-sidebar li a {
      color: #616161;
      font-weight: bold; }

@media (max-width: 768px) {
  .mobile-only-sidebar {
    display: block; } }
/*Sidebar*/
.sidebar {
  padding: 0 !important; }
  @media (max-width: 980px) {
    .sidebar {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  .sidebar .widget {
    margin-bottom: 25px; }
  .sidebar img {
    margin: 0 0 .75em 0;
    max-width: 100%;
    height: auto; }
  .sidebar .button {
    background: none;
    display: block;
    margin: auto;
    text-align: center;
    border: 0;
    padding: 0; }
    .sidebar .button a {
      background: #f8c209;
      text-transform: uppercase;
      font-size: 27px;
      font-weight: 700;
      font-family: "arial", sans-serif;
      color: #fff !important;
      transition: .2s background ease;
      padding: 25px 20px;
      display: inline-block;
      width: 100%;
      letter-spacing: .1em;
      text-shadow: none; }
      .sidebar .button a em {
        font-weight: normal;
        font-size: 60%;
        font-style: normal; }
      .sidebar .button a:hover, .sidebar .button a:focus {
        background: #1a5159;
        text-decoration: none; }
  .sidebar .trending, .sidebar .featured-events {
    text-align: center; }
    @media (max-width: 600px) {
      .sidebar .trending, .sidebar .featured-events {
        display: none; } }
    .sidebar .trending h3, .sidebar .featured-events h3 {
      margin: 0; }
    .sidebar .trending h4, .sidebar .featured-events h4 {
      background: #2f878b;
      color: #fff;
      display: inline-block;
      font-family: "proxima-nova",sans-serif;
      font-size: 15px;
      font-weight: 700;
      margin: auto;
      padding: 10px 15px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 0; }
    .sidebar .trending .featured, .sidebar .featured-events .featured {
      margin: 0;
      padding: 0; }
      .sidebar .trending .featured li a, .sidebar .featured-events .featured li a {
        background: #f8f8f8;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f1f1f1 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f8f8f8), color-stop(100%, #f1f1f1));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f1f1f1 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f1f1f1 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f1f1f1 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 50%, #f1f1f1 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
        /* IE6-8 */
        border: 1px solid #e1e1e1;
        padding: 15px 15px;
        display: inline-block;
        width: 100%;
        color: #484848;
        text-align: left;
        font-weight: 400; }
        .sidebar .trending .featured li a:hover, .sidebar .featured-events .featured li a:hover {
          background: #fff;
          text-decoration: none; }
  .sidebar .featured-events h4 {
    background: #b23840; }
  .sidebar .featured-events h3 {
    text-transform: none;
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: #484848;
    font-weight: 400; }
  .sidebar .featured-events p {
    font-size: 13px;
    text-align: center;
    font-family: "arial", sans-serif;
    color: #484848;
    margin: 0;
    line-height: 1.1em;
    padding-top: 5px; }
  .sidebar .featured-events .more {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    font-family: "arial", sans-serif;
    display: inline-block;
    width: 100%; }
  .sidebar .talk {
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 0 0 15px; }
    .sidebar .talk h4 {
      margin: 0; }
      .sidebar .talk h4 a {
        background: #f6ac5f;
        position: relative;
        color: #fff;
        font-size: 35px;
        font-weight: bold;
        font-style: italic;
        text-transform: lowercase;
        margin: 0 0 5px;
        padding: 25px 20px;
        font-family: "museo-slab", serif; }
        .sidebar .talk h4 a:after {
          content: " ";
          position: absolute;
          right: 20px;
          background: url(../images/talk-sprite-new.png) no-repeat 0 0;
          width: 40px;
          height: 30px;
          top: 28%; }
        .sidebar .talk h4 a:before {
          content: none;
          position: static;
          background: none; }
    .sidebar .talk a {
      display: inline-block;
      width: 100%;
      padding: 12px 20px 12px 60px;
      color: #616161;
      font-family: "arial", sans-serif;
      text-transform: uppercase;
      position: relative;
      transition: .2s opacity ease; }
      .sidebar .talk a:hover {
        opacity: .7;
        text-decoration: none; }
      .sidebar .talk a:before {
        position: absolute;
        width: 25px;
        height: 40px;
        content: " ";
        left: 20px;
        top: 0;
        background: url(../images/talk-sprite-new.png) no-repeat 0 0; }
      .sidebar .talk a.subscribe:before {
        background-position: 0 -35px; }
      .sidebar .talk a.contest:before {
        background-position: 0 -85px; }
      .sidebar .talk a.recipe:before {
        background-position: 0 -143px; }
      .sidebar .talk a.rosie:before {
        background-position: 0 -198px; }
      .sidebar .talk a.editor:before {
        background-position: 0 -252px; }
      .sidebar .talk a.odds:before {
        background-position: 0 -310px; }
      .sidebar .talk a.event:before {
        background-position: 0 -367px; }
  .sidebar .ad img {
    margin: auto; }

/*Search Results*/
.search-results .archive-title {
  text-align: left;
  color: #0092C8;
  font-weight: 700;
  font-size: 40px; }
.search-results .search-title {
  font-family: "museo-slab", serif;
  margin: 0;
  font-size: 25px;
  text-align: left;
  text-transform: none;
  font-style: italic; }
  .search-results .search-title a {
    font-weight: 700; }
.search-results .byline {
  text-align: left;
  margin: 0; }

/******************************************************************
HOME SPECIFIC
******************************************************************/
.home .button {
  background: none;
  display: block;
  margin: auto;
  text-align: center;
  border: 0;
  padding: 0; }
  .home .button a {
    background: #0d5d7c;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    font-family: "arial", sans-serif;
    color: #fff !important;
    transition: .2s background ease;
    padding: 25px 20px;
    display: inline-block;
    width: 100%;
    letter-spacing: .1em; }
    .home .button a:hover, .home .button a:focus {
      background: #1a5159;
      text-decoration: none; }

/******************************************************************
BLOG/ARCHIVES SPECIFIC
******************************************************************/
.archivelist {
  overflow: hidden;
  padding-bottom: 25px; }

.widget_categories, .list-custom-taxonomy-widget {
  border: 1px solid #e1e1e1; }
  .widget_categories h4, .list-custom-taxonomy-widget h4 {
    background: #515151;
    color: #fff;
    text-transform: lowercase;
    font-style: italic;
    text-align: center;
    padding: 15px;
    font-size: 24px;
    margin: 0;
    font-family: "museo-slab", serif; }
  .widget_categories a, .list-custom-taxonomy-widget a {
    color: #616161;
    padding: 8px 20px;
    font-family: "arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    line-height: 1.2em; }

/******************************************************************
SINGLE POST
******************************************************************/
.single #main {
  padding-right: 3%; }
.single .share {
  float: right; }
  @media (max-width: 600px) {
    .single .share {
      float: left;
      clear: both;
      margin-top: 20px; } }
.single .entry-content {
  display: inline-block;
  width: 100%;
  border: 0;
  padding-top: 25px; }
.single .post-title {
  color: #2e878a;
  font-weight: bold;
  font-size: 34px;
  margin: 0 0 10px; }
  @media (max-width: 600px) {
    .single .post-title {
      font-size: 25px; } }
.single .subtitle {
  font-family: "arial", sans-serif;
  font-weight: 700;
  color: #4b4b4b;
  margin: .5em 0 1em;
  text-transform: uppercase;
  font-size: 18px; }

#related-posts {
  display: inline-block;
  width: 100%;
  height: auto; }
  #related-posts .related_post {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: inline-block;
    height: auto;
    vertical-align: top; }
    @media (max-width: 600px) {
      #related-posts .related_post {
        width: 100%;
        margin-right: 0; } }
    #related-posts .related_post img {
      max-width: 100%;
      height: auto;
      width: 100%;
      border: 1px solid #c1c1c1;
      margin-bottom: 15px; }
  #related-posts h4 {
    text-transform: none;
    font-size: 25px;
    font-style: italic;
    color: #4f4f4f;
    margin: 0 0 10px;
    font-family: "museo-slab", serif; }
  #related-posts h6 {
    font-family: "museo-slab", serif;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 700 !important;
    text-transform: none;
    font-style: italic;
    margin: 0; }

.meta {
  font-family: "arial", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  font-size: 13px;
  color: #616161;
  display: block; }
  .meta a {
    color: #616161; }

.single .meta {
  float: left; }

/******************************************************************
DIGITAL MAGAZINE POST TYPE ARCHIVE
******************************************************************/
.post-type-archive-digital-magazine #main {
  border: 0; }
  .post-type-archive-digital-magazine #main .wrap {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
    padding-bottom: 50px;
    display: inline-block; }
.post-type-archive-digital-magazine #content .page-title {
  background: #adb86c; }
.post-type-archive-digital-magazine .current {
  width: 40%;
  float: left;
  margin-left: 15%;
  text-align: center; }
  @media (max-width: 767px) {
    .post-type-archive-digital-magazine .current {
      margin-left: 0;
      width: 46%; } }
  @media (max-width: 600px) {
    .post-type-archive-digital-magazine .current {
      width: 100%;
      margin-bottom: 20px; }
      .post-type-archive-digital-magazine .current img {
        width: 100%; } }
  .post-type-archive-digital-magazine .current h1 {
    color: #0092c9;
    font-style: italic;
    margin: 0 0 25px; }
    .post-type-archive-digital-magazine .current h1 a {
      color: #0092c9; }
  .post-type-archive-digital-magazine .current img {
    max-width: 100%; }
.post-type-archive-digital-magazine .recent {
  width: 25%;
  float: right;
  margin-right: 15%;
  background: #f7f7f0;
  border: 1px solid #cccccc;
  padding: 20px; }
  @media (max-width: 767px) {
    .post-type-archive-digital-magazine .recent {
      margin-right: 0;
      width: 46%; } }
  @media (max-width: 600px) {
    .post-type-archive-digital-magazine .recent {
      width: 100%; } }
  .post-type-archive-digital-magazine .recent h3 {
    text-align: center;
    margin-bottom: 25px; }
  .post-type-archive-digital-magazine .recent a {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    padding-bottom: 20px;
    transition: .2s opacity ease; }
    .post-type-archive-digital-magazine .recent a:hover {
      opacity: .7;
      text-decoration: none; }
  .post-type-archive-digital-magazine .recent img {
    margin-right: 15px;
    max-width: 75px; }
.post-type-archive-digital-magazine .all {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
  padding-bottom: 25px; }
  .post-type-archive-digital-magazine .all h3 {
    margin: 0 0 20px;
    text-align: center; }
  .post-type-archive-digital-magazine .all a {
    display: inline-block;
    padding: 15px;
    width: 24%;
    font-weight: 700;
    font-style: italic; }
    @media (max-width: 767px) {
      .post-type-archive-digital-magazine .all a {
        width: 32%; } }
    @media (max-width: 600px) {
      .post-type-archive-digital-magazine .all a {
        width: 100%;
        text-align: center; } }
.post-type-archive-digital-magazine img {
  max-width: 100%;
  height: auto; }
.post-type-archive-digital-magazine h3 {
  color: #00506e;
  font-family: "arial", sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 700; }

/******************************************************************
HOOSIER HAPPENINGS POST TYPE ARCHIVE
******************************************************************/
.post-type-archive-events .featured {
  font-size: 17px; }
  .post-type-archive-events .featured img {
    float: right; }
    @media (max-width: 600px) {
      .post-type-archive-events .featured img {
        display: none; } }
  .post-type-archive-events .featured h1 {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 1.1em; }
    @media (max-width: 600px) {
      .post-type-archive-events .featured h1 {
        font-size: 30px; } }
  .post-type-archive-events .featured h3 {
    color: #3b3b3b;
    font-family: "arial", sans-serif;
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 22px; }
  .post-type-archive-events .featured h1 {
    font-weight: bold;
    color: #2e878a; }
@media (max-width: 600px) {
  .post-type-archive-events .button a {
    font-size: 20px;
    padding: 15px;
    width: 100%;
    text-align: center; } }
.post-type-archive-events #content .page-title {
  background: #adb86c; }
.post-type-archive-events #main .regions {
  padding-top: 25px;
  display: inline-block;
  font-size: 13px; }
  .post-type-archive-events #main .regions h2 {
    background: #1b525a;
    color: #fff;
    display: inline-block;
    font-family: "arial", sans-serif;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px; }
  .post-type-archive-events #main .regions .central h2 {
    background: #abb76c; }
  .post-type-archive-events #main .regions .northwest h2 {
    background: #2f878a; }
  .post-type-archive-events #main .regions .southeast h2 {
    background: #6d804e; }
  .post-type-archive-events #main .regions .southwest h2 {
    background: #b23840; }
  .post-type-archive-events #main .regions .events {
    margin-left: -5%;
    padding-bottom: 20px;
    display: inline-block;
    width: 105%; }
  .post-type-archive-events #main .regions .event {
    width: 50%;
    padding-left: 5%;
    float: left;
    padding-bottom: 10px; }
    .post-type-archive-events #main .regions .event:nth-child(2n+1) {
      clear: left; }
    @media (max-width: 600px) {
      .post-type-archive-events #main .regions .event {
        width: 100%; } }
    .post-type-archive-events #main .regions .event strong {
      text-transform: uppercase; }
    .post-type-archive-events #main .regions .event p {
      display: inline; }

/******************************************************************
STAFF 
******************************************************************/
.page-template-page-staff .sidebar .button a {
  font-size: 24px;
  margin-bottom: 20px; }
.page-template-page-staff .additional-content {
  margin-left: -25px;
  font-size: 16px;
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .page-template-page-staff .additional-content {
      margin-left: 0; } }
  .page-template-page-staff .additional-content .each {
    width: 50%;
    padding-left: 25px;
    float: left;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .page-template-page-staff .additional-content .each {
        width: 100%; } }
  .page-template-page-staff .additional-content img {
    float: left;
    max-width: 30%;
    height: auto;
    margin-right: 15px; }
  .page-template-page-staff .additional-content h3 {
    color: #333;
    font-weight: 700;
    font-family: "arial", sans-serif;
    margin: 20px 0 5px;
    font-size: 22px; }
  .page-template-page-staff .additional-content .title {
    font-style: italic;
    margin: 0 0 10px; }
  .page-template-page-staff .additional-content a {
    font-style: italic;
    font-weight: normal !important; }

/******************************************************************
RECIPES ARCHIVE/CATEGORY PAGES
******************************************************************/
/*These are the new title bar color overrides for any recipe related page #C58838* page-id-220 is the Submit a Recipe page*/
.category-food #content .page-title, .post-type-archive-recipes #content .page-title, .page-id-220 #content .page-title, .tax-recipe-types #content .page-title, .single-recipes #content .page-title {
  background: #adb86c; }
.category-food .sidebar .button a, .post-type-archive-recipes .sidebar .button a, .page-id-220 .sidebar .button a, .tax-recipe-types .sidebar .button a, .single-recipes .sidebar .button a {
  background: #2e878a; }
  .category-food .sidebar .button a:hover, .post-type-archive-recipes .sidebar .button a:hover, .page-id-220 .sidebar .button a:hover, .tax-recipe-types .sidebar .button a:hover, .single-recipes .sidebar .button a:hover {
    background: #ff9c43; }
.category-food .sidebar .alt .button a, .post-type-archive-recipes .sidebar .alt .button a, .page-id-220 .sidebar .alt .button a, .tax-recipe-types .sidebar .alt .button a, .single-recipes .sidebar .alt .button a {
  background: #F8C208;
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 20px; }
  .category-food .sidebar .alt .button a:hover, .post-type-archive-recipes .sidebar .alt .button a:hover, .page-id-220 .sidebar .alt .button a:hover, .tax-recipe-types .sidebar .alt .button a:hover, .single-recipes .sidebar .alt .button a:hover {
    background: #2e878a; }

.recipes-featured {
  font-size: 17px;
  margin-bottom: 25px;
  padding-top: 10px; }
  .recipes-featured .recipe {
    display: inline-block;
    width: 100%;
    padding-bottom: 25px; }
  .recipes-featured img {
    float: left;
    margin-right: 5%;
    max-width: 60%;
    height: auto;
    border: 1px solid #c1c1c1; }
    @media (max-width: 767px) {
      .recipes-featured img {
        max-width: 40%; } }
    @media (max-width: 600px) {
      .recipes-featured img {
        width: 100%;
        margin: 0 0 15px; } }
  .recipes-featured h2 {
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 20px; }
  .recipes-featured .button a {
    padding: 10px 25px;
    background-color: #ff9c43;
    font-size: 18px;
    float: right; }
    .recipes-featured .button a:hover {
      background: #2e878a; }

.paged .recipes-featured {
  display: none; }

.recipe-navigation {
  display: inline-block;
  width: 100%;
  padding: 25px 0; }

.recipes-archive {
  margin-left: -2.7%;
  width: 102.7%;
  display: inline-block; }
  @media (max-width: 600px) {
    .recipes-archive {
      margin-left: 0;
      width: 100%; } }
  .recipes-archive .recipe {
    display: inline-block;
    width: 22%;
    margin-left: 2.7%;
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .recipes-archive .recipe {
        width: 47%; } }
    @media (max-width: 600px) {
      .recipes-archive .recipe {
        width: 100%; } }
    .recipes-archive .recipe img {
      margin-bottom: 0;
      border: 5px solid #f2f2f2;
      width: 100%;
      height: auto; }
    .recipes-archive .recipe a {
      transition: .2s opacity ease;
      color: #fff;
      max-width: 80%;
      font-weight: 700; }
      .recipes-archive .recipe a:hover {
        opacity: .8;
        text-decoration: none; }
    .recipes-archive .recipe h2 {
      color: #fff;
      font-family: "arial", sans-serif;
      font-size: 24px;
      margin: 0 0 5px;
      font-weight: 700;
      position: absolute;
      top: 35%;
      left: 50%;
      margin-left: -40%;
      text-transform: uppercase;
      display: block;
      width: 80%;
      text-shadow: 0 0 3px #000;
      font-weight: 700; }

.recipe-navigation {
  padding-bottom: 25px; }
  .recipe-navigation .recipe-buttons {
    margin-left: -3%;
    padding-bottom: 35px;
    width: 103%; }
    .recipe-navigation .recipe-buttons li {
      display: inline-block;
      padding-left: 3%;
      width: 25%;
      float: left;}
      @media (max-width: 767px) {
        .recipe-navigation .recipe-buttons li {
          width: 48%;
          padding-left: 2%;
          padding-right: 0;
          margin-bottom: 15px; } }
      .recipe-navigation .recipe-buttons li a {
        background: #1a5159;
        padding: 15px;
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-family: "arial", sans-serif;
        color: #fff;
        text-transform: uppercase;
        display: inline-block; }
        .recipe-navigation .recipe-buttons li a:hover {
          background: #2e878a;
          text-decoration: none; }

.category-food .recipe-navigation {
  padding: 0; }
  .category-food .recipe-navigation .recipe-buttons {
    padding-bottom: 0; }

h3.results-for {
  font-family: "arial", sans-serif;
  color: #4b4b4b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em; }

.recipe-search {
  width: 50%;
  float: left; }
  @media (max-width: 600px) {
    .recipe-search {
      width: 100%; } }

.recipe-type-select {
  width: 50%;
  float: right; }
  @media (max-width: 600px) {
    .recipe-type-select {
      width: 100%; } }

.submit-recipe {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 8px; }
  .submit-recipe a {
    font-size: 24px;
    padding: 15px 30px;
    background: #ff9c43; }
    .submit-recipe a:hover {
      background: #2e878a; }

.recipe-search-wrap {
  width: 100%;
  display: inline-block; }
  .recipe-search-wrap h3 {
    font-family: "arial", sans-serif;
    color: #4b4b4b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em; }
  .recipe-search-wrap select {
    width: 100%; }
  .recipe-search-wrap form {
    width: 100%; }
    .recipe-search-wrap form input[type=text] {
      width: 80%;
      float: left;
      border: 1px solid #e0e0e0;
      padding: 10px; }
    .recipe-search-wrap form input[type=submit] {
      width: 10%;
      border: 0;
      background: #ff9c43;
      float: left;
      font-size: 20px;
      padding: 10px 0 11px;
      height: 38px; }
      .recipe-search-wrap form input[type=submit]:hover {
        background: #2e878a; }

.promo-submit-wrap {
  padding-top: 25px;
  text-align: left; }
  .promo-submit-wrap .recipes-promo {
    width: 73.5%;
    float: left; }
    @media (max-width: 980px) {
      .promo-submit-wrap .recipes-promo {
        width: 100%; } }
  .promo-submit-wrap .submit-recipe {
    width: 23%;
    float: none;
    padding-top: 0;
    line-height: 1em;
    font-size: 30px; }
    @media (max-width: 980px) {
      .promo-submit-wrap .submit-recipe {
        width: 100%; } }
  .promo-submit-wrap .submit-recipe {
    float: right; }
  .promo-submit-wrap.no-promo {
    text-align: center; }
    .promo-submit-wrap.no-promo .submit-recipe {
      float: none;
      margin: auto;
      width: auto; }

/******************************************************************
RECIPES SINGLE POST
******************************************************************/
.single-recipes {
  font-size: 14px; }
  .single-recipes .summary {
    list-style: none;
    margin-bottom: 20px; }
    .single-recipes .summary li {
      display: inline-block;
      margin-right: 10px; }
  .single-recipes .recipe-box {
    background: #fcfcf8;
    padding: 25px 20px; }
    .single-recipes .recipe-box h2 {
      color: #4f4f4f;
      font-style: italic; }
    .single-recipes .recipe-box h3 {
      color: #0074a0;
      font-family: "arial", sans-serif;
      margin: 0 0 15px;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase; }
    .single-recipes .recipe-box .ingredients {
      margin: 0 0 30px; }
      .single-recipes .recipe-box .ingredients li {
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative; }
        .single-recipes .recipe-box .ingredients li:before {
          position: absolute;
          left: 0;
          top: 4px;
          width: 15px;
          height: 15px;
          border: 1px solid #999;
          background: #fff;
          content: " "; }
    .single-recipes .recipe-box .print {
      float: right;
      margin-top: -24px;
      transition: .2s opacity ease; }
      @media (max-width: 767px) {
        .single-recipes .recipe-box .print {
          display: none; } }
      .single-recipes .recipe-box .print:hover {
        opacity: .7; }
    .single-recipes .recipe-box .recipe-section {
      padding-bottom: 15px; }

.recipes-promo {
  background: #e8e8e8;
  font-family: "arial", sans-serif;
  padding: 25px 25px 1px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 30px; }

/******************************************************************
CATEGORY FEED
******************************************************************/
/*Energy Now color override*/
.category-energy-now #content .page-title {
  background: #adb86c; }

.category-feed-featured {
  margin-left: -3.8%;
  margin-bottom: 10px;
  display: inline-block;
  width: 104%; }
  @media (max-width: 600px) {
    .category-feed-featured {
      margin-left: 0;
      width: 100%; } }
  .category-feed-featured .each {
    width: 29.8%;
    margin-left: 3.5%;
    float: left;
    padding-bottom: 30px; }
    @media (max-width: 600px) {
      .category-feed-featured .each {
        width: 100%;
        margin: 0;
        padding-bottom: 10px; } }
    .category-feed-featured .each img {
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
      border: 1px solid #c1c1c1; }
      @media (max-width: 600px) {
        .category-feed-featured .each img {
          display: none; } }
  .category-feed-featured h2 {
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
    margin: 0;
    line-height: 1.2em; }

.paged .category-feed-featured {
  display: none; }

.add-a-border {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
  height: 2px; }

.paged .add-a-border {
  display: none; }

.category-feed-archive {
  padding-top: 30px;
  width: 100%;
  display: inline-block; }
  @media (max-width: 600px) {
    .category-feed-archive {
      padding-top: 0; } }
  .category-feed-archive .each {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0; }
    .category-feed-archive .each:last-child {
      border-bottom: 0; }
    @media (max-width: 600px) {
      .category-feed-archive .each {
        padding-bottom: 0; } }
  .category-feed-archive img {
    float: left;
    margin-right: 40px;
    border: 1px solid #c1c1c1; }
    @media (max-width: 767px) {
      .category-feed-archive img {
        max-width: 175px;
        height: auto; } }
    @media (max-width: 600px) {
      .category-feed-archive img {
        display: none; } }
  .category-feed-archive h2 {
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    margin-top: 30px; }
    @media (max-width: 600px) {
      .category-feed-archive h2 {
        margin: 0; } }
  .category-feed-archive .meta {
    margin-bottom: 8px; }
  @media (max-width: 600px) {
    .category-feed-archive .excerpt {
      display: none; } }
  .category-feed-archive .show-mobile .button {
    text-align: center; }
    .category-feed-archive .show-mobile .button a {
      margin: 20px 0;
      background: #2e878a; }
      .category-feed-archive .show-mobile .button a:hover {
        background: #ff9c43; }
  .category-feed-archive .show-mobile h3 {
    font-family: "arial", sans-serif;
    font-weight: bold;
    color: #2e878a; }

/*Features color scheme update'*/
.category-features #content .page-title {
  background: #adb86c; }

/******************************************************************
OUTDOORS/ASK ROSIE CATEGORY FEED
******************************************************************/
.category-outdoors #content .page-title {
  background: #adb86c; }
.category-outdoors .category-feed-archive {
  width: 75%;
  float: left; }
  @media (max-width: 767px) {
    .category-outdoors .category-feed-archive {
      width: 100%; } }
.category-outdoors .sidebar {
  width: 22%;
  float: right;
  color: #fff;
  font-size: 14px;
  padding-top: 25px !important; }
  .category-outdoors .sidebar .rosie-qa, .category-outdoors .sidebar .great-outdoors-featured {
    padding: 20px 20px 15px;
    background: #62733e;
    margin-bottom: 25px; }
  .category-outdoors .sidebar .great-outdoors-featured {
    margin-top: 25px;
    background: #3a481c; }
    .category-outdoors .sidebar .great-outdoors-featured a {
      display: block;
      float: right; }
  @media (max-width: 767px) {
    .category-outdoors .sidebar {
      width: 100%; } }
  .category-outdoors .sidebar .meta {
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
    padding: 0; }
  .category-outdoors .sidebar h2 {
    color: #fff;
    font-family: "arial", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0; }
  .category-outdoors .sidebar h3 {
    color: #fff;
    text-transform: none;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%; }
  .category-outdoors .sidebar a {
    /*color: #fff;*/ }
  .category-outdoors .sidebar p {
    display: inline-block;
    width: 100%; }
  .category-outdoors .sidebar .button a {
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 1em;
    background-color: #f6ac65; }
  .category-outdoors .sidebar .button a:hover {
    background-color: #f2851d; }
  .category-outdoors .sidebar .continue {
    display: block;
    padding-top: 20px;
    float: right; }

.category-ask-rosie .category-feed-archive, .category-the-great-outdoors .category-feed-archive {
  width: 100%; }

/******************************************************************
ART GALLERY
******************************************************************/
/*Youth Color Scheme Update, includes page IDs for 'For Youth', 'Youth Power and Hope', and 'Power Kids'*/
.page-id-194 #content .page-title, .page-id-230 #content .page-title, .page-id-232 #content .page-title, .category-for-youth #content .page-title {
  background: #adb86c; }

.page-template-page-art-gallery #content .page-title {
  background: #adb86c;
  margin-bottom: 25px; }
.page-template-page-art-gallery .entry-content {
  padding-bottom: 8px; }
.page-template-page-art-gallery .col-md-8.entry-content {
  padding-right: 5%; }
.page-template-page-art-gallery .flexslider, .page-template-page-art-gallery .flexslider2 {
  margin-bottom: 50px; }
.page-template-page-art-gallery #slider .slides li img {
  border: 1px solid #999;
  box-shadow: none;
  max-width: 90%;
  margin: auto; }
.page-template-page-art-gallery #slider .flex-direction-nav {
  top: 45%;
  z-index: 9999; }
  .page-template-page-art-gallery #slider .flex-direction-nav a {
    color: #333; }
.page-template-page-art-gallery h3 {
  font-weight: 800;
  color: #2f2f2f;
  margin: 0 0 10px;
  font-family: "arial", sans-serif;
  font-size: 24px;
  clear: both;
  letter-spacing: .1em; }
.page-template-page-art-gallery .button a {
  font-size: 20px; }
.page-template-page-art-gallery .sidebar {
  padding-top: 40px !important; }
  @media (max-width: 767px) {
    .page-template-page-art-gallery .sidebar {
      padding-top: 0 !important;
      margin-bottom: 40px; } }
.page-template-page-art-gallery .gallery-archives {
  display: inline-block;
  width: 100%; }
  .page-template-page-art-gallery .gallery-archives h2 {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 25px; }
  .page-template-page-art-gallery .gallery-archives ul {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    font-size: 18px; }
    .page-template-page-art-gallery .gallery-archives ul li {
      width: 33%;
      float: left;
      padding-bottom: 10px; }
      @media (max-width: 600px) {
        .page-template-page-art-gallery .gallery-archives ul li {
          width: 48%; } }
      .page-template-page-art-gallery .gallery-archives ul li a {
        font-weight: bold; }
  .page-template-page-art-gallery .gallery-archives .years {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 25px; }

/******************************************************************
CO-OP NEWS Template
******************************************************************/
/*Co-op Section Override*/
.category-co-op-connection #content .page-title,
.category-co-op-news #content .page-title {
  background: #adb86c; }

.page-template-page-co-op #content .page-title {
  background: #adb86c; }
.page-template-page-co-op .resources {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 700; }
  .page-template-page-co-op .resources ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    .page-template-page-co-op .resources ul li {
      padding-bottom: 10px; }
.page-template-page-co-op .sidebar .button a {
  background: #2e878a; }

.no-csscolumns .page-template-page-co-op .resources ul li {
  float: left;
  width: 50%; }

/******************************************************************
TALK TO US TEMPLATE
******************************************************************/
.page-template-page-talk-to-us #content .page-title {
  background: #adb86c; }
.page-template-page-talk-to-us .sidebar .talk {
  border: 0; }
  .page-template-page-talk-to-us .sidebar .talk .widgettitle {
    display: none; }
  .page-template-page-talk-to-us .sidebar .talk a {
    text-align: center;
    color: #fff;
    background: #adb76f;
    margin-bottom: 10px;
    padding-left: 20px; }
    .page-template-page-talk-to-us .sidebar .talk a:before {
      display: none; }
    .page-template-page-talk-to-us .sidebar .talk a.contest {
      background: #f6ac65; }
    .page-template-page-talk-to-us .sidebar .talk a.recipe {
      background: #1d5159; }
    .page-template-page-talk-to-us .sidebar .talk a.rosie {
      background: #6d8050; }
    .page-template-page-talk-to-us .sidebar .talk a.editor {
      background: #30898b; }
    .page-template-page-talk-to-us .sidebar .talk a.odds {
      background: #b13843; }
    .page-template-page-talk-to-us .sidebar .talk a.event {
      background: #cacfa2; }

/******************************************************************
WILLIE WIREHAND TEMPLATE
******************************************************************/
.page-template-page-willies-world {
  font-size: 17px; }
  .page-template-page-willies-world #content .page-title {
    background: #adb86c; }
  .page-template-page-willies-world #slider {
    display: inline-block;
    width: 100%;
    margin: 25px 0 35px; }
    .page-template-page-willies-world #slider .slides li img {
      border: 1px solid #999;
      box-shadow: none;
      max-width: 90%;
      margin: auto; }
    .page-template-page-willies-world #slider .flex-direction-nav {
      top: 45%;
      z-index: 9999; }
      .page-template-page-willies-world #slider .flex-direction-nav a {
        color: #333; }
  .page-template-page-willies-world .featured {
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    width: 100%; }
    .page-template-page-willies-world .featured .column {
      width: 25%;
      float: right; }
      .page-template-page-willies-world .featured .column:first-child {
        width: 71%;
        padding-right: 5%;
        float: left;
        border-right: 1px solid #b7b7b7; }
    .page-template-page-willies-world .featured h3 {
      font-family: "arial", sans-serif;
      color: #2f2f2f;
      font-weight: 800;
      font-size: 20px;
      letter-spacing: .1em;
      margin: 0 0 25px; }
    .page-template-page-willies-world .featured h4 {
      margin: 0 0 15px;
      font-size: 24px;
      text-transform: none;
      font-weight: 700;
      text-align: left; }
      .page-template-page-willies-world .featured h4 a {
        font-weight: 700 !important; }
    .page-template-page-willies-world .featured .stories .story {
      padding-top: 25px;
      padding-bottom: 25px;
      border-top: 1px solid #b7b7b7;
      text-align: left;
      font-size: 17px; }
      .page-template-page-willies-world .featured .stories .story:first-child {
        padding-top: 0;
        border-top: 0; }
      .page-template-page-willies-world .featured .stories .story a {
        font-style: normal;
        text-align: left; }
        .page-template-page-willies-world .featured .stories .story a.more {
          text-align: right;
          font-weight: 700;
          display: inline-block;
          width: 100%; }
      .page-template-page-willies-world .featured .stories .story p a {
        display: none; }
  .page-template-page-willies-world #content .button a {
    background: #2e878a;
    font-size: 18px;
    padding: 10px 25px;
    letter-spacing: 0; }
    .page-template-page-willies-world #content .button a:hover {
      background: #ff9c43; }
  .page-template-page-willies-world .comics img {
    border-radius: 100%;
    border: 1px solid #b7b7b7;
    margin-bottom: 10px; }
  .page-template-page-willies-world .comics h4 {
    font-size: 18px;
    padding-bottom: 40px; }
  .page-template-page-willies-world .resources h4 {
    padding-bottom: 10px; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation {
  font-size: 20px;
  margin: 10px 30px 30px;
  color: #ff9c43;
  font-family: sans-serif; }
  .page-navigation li {
    display: inline-block; }
    .page-navigation li a, .page-navigation li.bpn-current {
      padding: 10px; }
    .page-navigation li.bpn-current {
      font-weight: bold;
      text-decoration: underline; }

/*********************
FOOTER STYLES
*********************/
#footer {
  clear: both;
  background: #eaeade;
  font-size: 14px;
  color: #343434;
  font-weight: 300;
  padding-top: 25px;
  font-family: "arial", sans-serif; }
  @media (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer .footer-widgets {
    background: transparent;
    border: 0; }
  #footer .widget {
    margin-bottom: 20px; }
  #footer h4 {
    font-family: "museo-slab", serif;
    color: #2e878a;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: .1em; }
  #footer a {
    color: #343434;
    font-weight: 300; }
  #footer ul {
    margin: 0; }
  #footer .copyright {
    text-align: center;
    padding-bottom: 20px; }
  #footer .social a {
    color: #fff; }
  #footer .social .fa {
    color: #fff;
    background: #6d6e71;
    border-radius: 100%;
    padding: 8px;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    transition: .2s background ease; }
    #footer .social .fa:hover {
      background: #2e878a; }
  @media (max-width: 767px) {
    #footer .footer-1 {
      margin: auto;
      float: none; } }
  @media (max-width: 767px) {
    #footer .footer-2, #footer .footer-3, #footer .footer-4 {
      display: none; } }

@media (max-width: 1200px) {
  .navbar-nav {
    float: none !important; } }

@media (max-width: 1024px) {
  .post-type-archive-digital-magazine .recent {
    width: 30%;
    margin-right: 0%; } }

@media (max-width: 1024px) {
  .sidebar .button a {
    font-size: 25px; } }

@media (max-width: 1024px) {
  .category-outdoors .sidebar h2 {
    font-size: 26px; } }

@media (max-width: 1024px) {
  .category-outdoors .sidebar .button a {
    font-size: 22px; } }

@media (max-width: 1024px) {
  .page-template-page-art-gallery .button a {
    font-size: 25px; } }

@media (max-width: 1024px) {
  .recipe-navigation .recipe-buttons li {
    width: 24%; } }

@media (max-width: 1024px) {
  .recipe-navigation .recipe-buttons li a {
    font-size: 17px; } }

@media (max-width: 768px) {
  .header .search {
    padding-bottom: 13px; } }

@media (max-width: 768px) {
  div#wysiwyg_widgets_widget-7 {
    width: 50%;
    margin: auto; } }

@media (max-width: 768px) {
  div#wysiwyg_widgets_widget-7 p {
    text-align: center; } }

@media (max-width: 768px) {
  div#main {
    padding-left: 2%;
    padding-right: 2%; } }

@media (max-width: 768px) {
  .recipe-navigation .recipe-buttons li {
    width: 24%; } }

@media (max-width: 768px) {
  .recipe-navigation .recipe-buttons li a {
    font-size: 17px; } }

@media (max-width: 768px) {
  .recipe-search h3 {
    font-size: 25px; } }

@media (max-width: 768px) {
  .recipe-type-select h3 {
    font-size: 25px; } }

@media (max-width: 768px) {
  .recipes-archive .recipe {
    width: 30%; } }
@media (max-width: 480px) {
  .recipes-archive .recipe {
    width: 100%; } }

@media (max-width: 768px) {
  .recipes-archive .recipe h2 {
    font-size: 20px; } }
@media (max-width: 480px) {
  .recipes-archive .recipe h2 {
    font-size: 36px; } }

@media (max-width: 768px) {
  .category-outdoors .category-feed-archive {
    width: 100%; } }

@media (max-width: 768px) {
  .category-outdoors .sidebar {
    width: 100%; } }

@media (max-width: 768px) {
  .page-template-page-art-gallery #slider .slides li img {
    max-width: 85%; } }

@media (max-width: 768px) {
  .page-template-page-art-gallery #slider .flex-direction-nav {
    top: 50%; } }

@media (max-width: 768px) {
  .page-template-page-staff .additional-content img {
    max-width: 50%; } }

@media (max-width: 768px) {
  .page-template-page-staff .additional-content {
    margin-left: -15px; } }

@media (max-width: 768px) {
  .post-type-archive-digital-magazine .current {
    margin-left: 0%; } }

@media (max-width: 768px) {
  .post-type-archive-digital-magazine .recent {
    width: 50%; } }

@media (max-width: 768px) {
  .col-xs-12 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (max-width: 480px) {
  .bg-wrapper {
    background: none;
    background-color: #ffffff; } }

@media (max-width: 480px) {
  #inner-content {
    box-shadow: none; } }

@media (max-width: 480px) {
  .recipes-featured img {
    max-width: 100%; } }

@media (max-width: 480px) {
  .recipes-featured h2 {
    font-size: 36px; } }

@media (max-width: 480px) {
  .recipe-navigation .recipe-buttons li {
    width: 100%; } }

@media (max-width: 480px) {
  .recipe-search-wrap form input[type=submit] {
    width: 20%; } }

@media (max-width: 480px) {
  .recipes-featured .button a {
    width: 100%;
    text-align: center; } }

@media (max-width: 480px) {
  .single-recipes .recipe-box h2 {
    font-size: 24px; } }

@media (max-width: 480px) {
  .frm_page_num_1 {
    width: 100%; } }

@media (max-width: 480px) {
  .frm_page_num_1 .form-field {
    width: 85%; } }

@media (max-width: 480px) {
  .frm_page_num_1 #frm_field_253_container {
    width: 85%; } }

@media (max-width: 480px) {
  .frm_page_num_1 #frm_field_255_container {
    width: 85%; } }

@media (max-width: 480px) {
  .frm_page_num_1 #frm_field_256_container {
    width: 85%;
    float: left; } }

@media (max-width: 480px) {
  .page-id-220 .entry-content .with_frm_style .frm_submit input[type="submit"] {
    float: none;
    width: 75%; } }

@media (max-width: 480px) {
  .single-recipes .recipe-box .recipe-section {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (max-width: 480px) {
  .mobile-only-sidebar {
    border: none; } }

@media (max-width: 480px) {
  .north, .central, .south {
    width: 100%; } }

@media (max-width: 480px) {
  .post-type-archive-events #inner-content {
    padding: 60px 12px 15px 5px; } }

@media (max-width: 480px) {
  .post-type-archive-events .featured img {
    display: inline-block;
    float: none; } }

@media (max-width: 480px) {
  .page-id-198 .sidebar .button a {
    font-size: 36px;
    line-height: 30px; } }

@media (max-width: 1200px) {
  .page-template-page-staff .sidebar .button a {
    font-size: 36px; } }

@media (max-width: 1024px) {
  .page-template-page-staff .sidebar .button a {
    font-size: 30px;
    line-height: 30px; } }

@media (max-width: 480px) {
  .page-template-page-staff .sidebar .button a {
    font-size: 36px;
    line-height: 30px; } }

@media (max-width: 480px) {
  .page-template-page-staff .additional-content img {
    max-width: 100%;
    float: none; } }

@media (max-width: 480px) {
  .page-template-page-staff .additional-content .each {
    padding-left: 10px; } }

@media (max-width: 480px) {
  .page-template-page-co-op .resources ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.category-header {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center; }

@media (max-width: 480px) {
  .wp-caption {
    width: 100% !important; } }

@media (max-width: 480px) {
  .entry-content img {
    float: none !important;
    margin: 0px 0px !important;
    width: 100%; } }

@media (max-width: 480px) {
  .show-mobile h3 {
    text-transform: uppercase !important;
    font-family: "proxima-nova", sans-serif !important; } }

@media (max-width: 480px) {
  .container {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 480px) {
  #inner-content {
    margin-top: 0px;
    padding: 20px 15px; } }

@media (max-width: 480px) {
  .page-template-page-willies-world .featured .column:first-child {
    width: 100%;
    padding-right: 0%;
    float: none;
    border-right: 0px solid #b7b7b7; } }

@media (max-width: 480px) {
  .page-template-page-willies-world .featured .column {
    width: 100%;
    float: none;
    margin-top: 20px; } }

.col-xs-12 {
  padding-left: 0px;
  padding-right: 0px; }

@media (max-width: 480px) {
  .post-type-archive-digital-magazine .recent {
    width: 100%; } }

@media (max-width: 480px) {
  .page-template-page-staff .additional-content {
    margin-left: 5px; } }

@media (max-width: 480px) {
  .row {
    margin-left: 0px;
    margin-right: 0px; } }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
.recipe-content-image {
  width: 50%;
  float: right;
  padding-left: 50px; }

.category-feed-archive .col-md-6 h2 {
  margin-top: 0px !important; }

.category-feed-archive .col-md-7 h2 {
  margin-top: 0px !important; }

/******************************************************************

Stylesheet: Forms Stylesheet



******************************************************************/
input[type=text], input[type=password] {
  box-shadow: none;
  border-radius: none;
  margin: 0;
  border: 0; }
input[type=submit], input[type=button] {
  background: #f6ac5f;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 5px;
  line-height: 1em; }

/*Formidable Style Override - Keeping styles turned on so we can use their column classes in the admin*/
.entry-content .with_frm_style input[type="text"], .entry-content .with_frm_style input[type="password"], .entry-content .with_frm_style input[type="email"], .entry-content .with_frm_style input[type="number"], .entry-content .with_frm_style input[type="url"], .entry-content .with_frm_style input[type="tel"], .entry-content .with_frm_style select, .entry-content .with_frm_style textarea, .entry-content #content .with_frm_style input:not([type="submit"]):not([type="button"]), .entry-content #content .with_frm_style select, .entry-content #content .with_frm_style textarea, .entry-content .with_frm_style .chosen-container {
  font-family: "arial", sans-serif;
  box-shadow: none;
  background: none;
  border: 1px solid #e1e1e1; }
.entry-content .with_frm_style label.frm_primary_label, .entry-content .with_frm_style.frm_login_form label {
  font-family: "arial", sans-serif;
  letter-spacing: .1em;
  font-size: 13px;
  margin: 0 0 5px; }
.entry-content .with_frm_style .frm_submit input[type="submit"], .entry-content .with_frm_style .frm_submit input[type="button"], .entry-content .frm_form_submit_style, .entry-content .with_frm_style.frm_login_form input[type="submit"] {
  background: #f8c209;
  color: #fff;
  font-family: "arial", sans-serif;
  font-weight: bold;
  border: 0;
  padding: 10px 35px;
  float: right;
  border-radius: 0;
  box-shadow: none;
  font-size: 20px; }

/*=====================================================================
  Selectric - selectbox formatting
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  cursor: pointer; }

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectricOpen {
  z-index: 9999; }

.selectricOpen .selectricItems {
  display: block; }

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none; }

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important; }

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999; }

.selectric {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(#fff, #e6e6e6);
  background-image: -o-linear-gradient(#fff, #e6e6e6);
  background-image: linear-gradient(#fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 0;
  position: relative;
  padding: 4px;
  color: #999;
  text-transform: lowercase; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  min-height: 18px; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 40px;
  color: #999;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 30px/40px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #333;
  border-bottom: none; }

.selectricHover .selectric {
  border-color: #CCC; }

.selectricHover .selectric .button {
  color: #888; }

.selectricHover .selectric .button:after {
  border-top-color: #888; }

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto; }

.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%; }

.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer; }

.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0; }

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444; }

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default; }

/******************************************************************

Stylesheet: Widgets Stylesheet



******************************************************************/
.currentissue {
  color: #2e878a;
  font-family: "arial", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
  font-weight: 700; }
  .currentissue img {
    border: 5px solid #fff;
    box-shadow: 0 0 5px #ccc;
    max-width: 65%;
    height: auto;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    margin-bottom: 15px; }

/******************************************************************

Stylesheet: Flexslider Stylesheet



******************************************************************/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
#slider {
  position: relative; }
  @media (max-width: 767px) {
    #slider {
      display: none; } }
  #slider .slides li img {
    width: 100%;
    display: block;
    border: 15px solid #fff;
    box-shadow: 0 0 15px #ccc; }
  #slider .flex-direction-nav {
    color: #8a8a86;
    position: absolute;
    width: 100%;
    bottom: -50px; }
    #slider .flex-direction-nav a {
      color: #8a8a86;
      position: relative;
      bottom: 50px;
      transition: .2s opacity ease; }
      #slider .flex-direction-nav a:hover {
        opacity: .6; }
      #slider .flex-direction-nav a.flex-prev {
        float: left;
        padding: 15px; }
      #slider .flex-direction-nav a.flex-next {
        float: right;
        padding: 15px; }
    #slider .flex-direction-nav .fa {
      font-size: 60px; }
  #slider .overlay {
    position: absolute;
    color: #fff;
    text-shadow: 0 0 8px #666;
    top: 25%;
    width: 100%; }
    #slider .overlay .one {
      font-style: italic;
      font-size: 80px;
      line-height: 1em;
      display: block;
      width: 85%;
      margin-left: 15%;
      text-align: left; }
    #slider .overlay .two {
      font-family: "arial", sans-serif;
      font-size: 100px;
      text-transform: uppercase;
      line-height: 1em;
      display: block;
      font-weight: 900;
      width: 85%;
      margin-right: 15%;
      text-align: right;
      letter-spacing: .1em; }
    #slider .overlay .three {
      font-family: "arial", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      line-height: 1em;
      display: block;
      font-weight: 700;
      width: 85%;
      margin-right: 15%;
      text-align: right;
      letter-spacing: .1em; }

.flex-control-thumbs {
  text-align: center;
  position: relative;
  z-index: 9999;
  width: 80%;
  margin: -25px auto 50px; }
  .flex-control-thumbs li {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    transition: .2s opacity ease; }
    .flex-control-thumbs li:hover {
      opacity: .6; }
    .flex-control-thumbs li img {
      width: 100px;
      height: 100px;
      border-radius: 100%;
      border: 2px solid #fff; }

/*.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}*/
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first {
    margin-left: 0; }

  /*.last {*/
  /*  float: right; } }*/
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

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

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
