/******************************************************************
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.
 */
/* line 11, ../scss/_normalize.scss */
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.
 */
/* line 29, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
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.
 */
/* line 52, ../scss/_normalize.scss */
[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.
 */
/* line 67, ../scss/_normalize.scss */
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.
 */
/* line 78, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 111, ../scss/_normalize.scss */
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.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

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

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

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

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 197, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 207, ../scss/_normalize.scss */
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.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

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

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

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

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 302, ../scss/_normalize.scss */
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/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, ../scss/_normalize.scss */
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.
 */
/* line 371, ../scss/_normalize.scss */
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.
 */
/* line 384, ../scss/_normalize.scss */
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.
 */
/* line 399, ../scss/_normalize.scss */
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.
 */
/* line 414, ../scss/_normalize.scss */
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.
 */
/* line 427, ../scss/_normalize.scss */
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.
 */
/* line 439, ../scss/_normalize.scss */
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).
 */
/* line 453, ../scss/_normalize.scss */
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.
 */
/* line 464, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 473, ../scss/_normalize.scss */
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.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
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.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 532, ../scss/_normalize.scss */
.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'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* line 96, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 102, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 103, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 104, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 108, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px 0;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 114, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 120, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 126, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 132, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
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 overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BORDER RADIUS
*********************/
/*********************
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? */
/*********************
OPACITY
*********************/
/* @include opacity(value); */
/*********************
BUTTONS
*********************/
/* line 217, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid #a2853c !important;
  border-top-color: #b99745 !important;
  border-left-color: #b99745 !important;
  padding: 6px 12px;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #ad8e41;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bc9c4b), to(#ad8e41));
  background-image: -webkit-linear-gradient(top, #bc9c4b, #ad8e41);
  background-image: -moz-linear-gradient(top, #bc9c4b, #ad8e41);
  background-image: -o-linear-gradient(top, #bc9c4b, #ad8e41);
  background-image: linear-gradient(to bottom, #bc9c4b, #ad8e41);
}
/* line 235, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid #a2853c !important;
  border-top-color: #887033 !important;
  border-left-color: #887033 !important;
  background-color: #ad8e41;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ad8e41), to(#ad8e41));
  background-image: -webkit-linear-gradient(top, #ad8e41, #ad8e41);
  background-image: -moz-linear-gradient(top, #ad8e41, #ad8e41);
  background-image: -o-linear-gradient(top, #ad8e41, #ad8e41);
  background-image: linear-gradient(to bottom, #ad8e41, #ad8e41);
}
/* line 244, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #c3a65e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bc9c4b), to(#c3a65e));
  background-image: -webkit-linear-gradient(top, #bc9c4b, #c3a65e);
  background-image: -moz-linear-gradient(top, #bc9c4b, #c3a65e);
  background-image: -o-linear-gradient(top, #bc9c4b, #c3a65e);
  background-image: linear-gradient(to bottom, #bc9c4b, #c3a65e);
}

/* line 249, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 255, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 259, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*
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
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "chaparral-pro", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #231f20;
  background: #231f20;
}

/********************
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) */
/* line 43, ../scss/_base.scss */
.error404 article img {
  display: none;
  visibility: hidden;
}
/* line 47, ../scss/_base.scss */
.error404 article h1 {
  margin-bottom: 1.5em;
}

/* 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
*********************/
/* line 82, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 91, ../scss/_base.scss */
a {
  color: #c3a65e;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 95, ../scss/_base.scss */
a:hover, a:focus {
  color: #b19142;
}
/* line 105, ../scss/_base.scss */
a: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
******************************************************************/
/* line 119, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 300;
  /*
  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 */
}
/* line 129, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 134, ../scss/_base.scss */
h1, .h1 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.333em;
}
/* line 138, ../scss/_base.scss */
h1.entry-title, h1.page-title, h1.archive-title, .h1.entry-title, .h1.page-title, .h1.archive-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.6em;
}
/* line 143, ../scss/_base.scss */
h1.divider, .h1.divider {
  clear: both;
  margin: 1.5em 0 2em !important;
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 200;
  text-align: center;
  border-bottom: 2px solid #e6d9bb;
  height: .8em;
  -webkit-transition: border 0.4s ease-in-out;
  -transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}
/* line 154, ../scss/_base.scss */
.members h1.divider, .members .h1.divider {
  text-align: right;
}
/* line 157, ../scss/_base.scss */
h1.divider span, .h1.divider span {
  background: #f5f5f5;
  padding: 0 10px;
}
/* line 161, ../scss/_base.scss */
h1.divider a, .h1.divider a {
  display: block;
  color: #231f20;
}

/* line 169, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.2em;
  line-height: 1.333em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
}
/* line 179, ../scss/_base.scss */
.page h2, .single h2, .page .h2, .single .h2 {
  font-size: 1.3em;
}

/* line 184, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.3em;
}

/* line 188, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 193, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
/* line 204, ../scss/_base.scss */
.header {
  background: #231f20;
}

/* line 208, ../scss/_base.scss */
#logo {
  font-size: 1.5em;
  margin: .75em 0 0;
  text-align: center;
  font-family: "estilo-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*
  		.condensed & {
  			text-align:left;
  		}
  */
}
/* line 214, ../scss/_base.scss */
#logo a {
  color: #f6fdf3;
}

/*********************
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.
*/
/* line 239, ../scss/_base.scss */
.menu ul li a {
  display: block;
}

/* line 245, ../scss/_base.scss */
.menu-button {
  text-align: center;
  display: block;
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
  padding: 10px 10px 20px;
  cursor: pointer;
  font-size: .9em;
  text-transform: uppercase;
}

/* line 257, ../scss/_base.scss */
.header .nav {
  display: none;
  border-bottom: 0;
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 264, ../scss/_base.scss */
.header .nav .fa-caret-up {
  display: none;
  visibility: hidden;
  bottom: -6px;
  left: 45%;
  color: #f5f5f5;
  position: absolute;
  visibility: visible;
}
/* line 273, ../scss/_base.scss */
.header .nav .fa-angle-right {
  display: none;
  visibility: hidden;
}
/* line 280, ../scss/_base.scss */
.header .nav li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  font-size: 1em;
  background: #231f20;
}
/* line 298, ../scss/_base.scss */
.header .nav li ul.sub-menu,
.header .nav li ul.children {
  background: #fff;
}
/* line 303, ../scss/_base.scss */
.header .nav li ul.sub-menu li a,
.header .nav li ul.children li a {
  padding-left: 30px;
  color: #231f20;
  text-align: left;
  padding: 5px 10px;
  background: #fff;
  font-size: .8em;
}

/* end .nav */
/* fixing body classes to show correct active state */
/* line 350, ../scss/_base.scss */
.category-essays .menu-item-essays .fa-caret-up, .essays .menu-item-essays .fa-caret-up,
.category-contributors .menu-item-essays .fa-caret-up, .contributors .menu-item-essays .fa-caret-up,
.category-caitlin .menu-item-essays .fa-caret-up, .caitlin .menu-item-essays .fa-caret-up,
.category-morbidtravel .menu-item-essays .fa-caret-up, .morbidtravel .menu-item-essays .fa-caret-up,
.category-illustriouscorpses .menu-item-essays .fa-caret-up, .illustriouscorpses .menu-item-essays .fa-caret-up,
.category-experimentaldeath .menu-item-essays .fa-caret-up, .experimentaldeath .menu-item-essays .fa-caret-up,
.category-erosthanatos .menu-item-essays .fa-caret-up, .erosthanatos .menu-item-essays .fa-caret-up {
  bottom: -6px;
  left: 45%;
  color: #f5f5f5;
  display: block;
  position: absolute;
  visibility: visible;
}
/* line 360, ../scss/_base.scss */
.category-essays .menu-item-blog .fa-caret-up, .essays .menu-item-blog .fa-caret-up,
.category-contributors .menu-item-blog .fa-caret-up, .contributors .menu-item-blog .fa-caret-up,
.category-caitlin .menu-item-blog .fa-caret-up, .caitlin .menu-item-blog .fa-caret-up,
.category-morbidtravel .menu-item-blog .fa-caret-up, .morbidtravel .menu-item-blog .fa-caret-up,
.category-illustriouscorpses .menu-item-blog .fa-caret-up, .illustriouscorpses .menu-item-blog .fa-caret-up,
.category-experimentaldeath .menu-item-blog .fa-caret-up, .experimentaldeath .menu-item-blog .fa-caret-up,
.category-erosthanatos .menu-item-blog .fa-caret-up, .erosthanatos .menu-item-blog .fa-caret-up {
  display: none !important;
}

/* line 368, ../scss/_base.scss */
.category-videos .menu-item-videos .fa-caret-up, .videos .menu-item-videos .fa-caret-up {
  bottom: -6px;
  left: 45%;
  color: #f5f5f5;
  display: block;
  position: absolute;
  visibility: visible;
}
/* line 378, ../scss/_base.scss */
.category-videos .menu-item-blog .fa-caret-up, .videos .menu-item-blog .fa-caret-up {
  display: none !important;
}

/* line 387, ../scss/_base.scss */
.category-mission .menu-item-about .fa-caret-up, .mission .menu-item-about .fa-caret-up,
.category-press .menu-item-about .fa-caret-up, .press .menu-item-about .fa-caret-up {
  bottom: -6px;
  left: 45%;
  color: #f5f5f5;
  display: block;
  position: absolute;
  visibility: visible;
}
/* line 397, ../scss/_base.scss */
.category-mission .menu-item-blog .fa-caret-up, .mission .menu-item-blog .fa-caret-up,
.category-press .menu-item-blog .fa-caret-up, .press .menu-item-blog .fa-caret-up {
  display: none !important;
}

/* fixing cloaking of categories as current page */
/* line 408, ../scss/_base.scss */
.category-mission .sidebar .sub-menu .menu-item-thegooddeath a, .mission .sidebar .sub-menu .menu-item-thegooddeath a {
  color: #c3a65e;
}

/* line 417, ../scss/_base.scss */
.category-press .sidebar .sub-menu .menu-item-press a, .press .sidebar .sub-menu .menu-item-press a {
  color: #c3a65e;
}

/* fixing redundant menu items in sidebar */
/* line 427, ../scss/_base.scss */
.sidebar li.menu-item-about > a, .sidebar li.menu-item-essays > a {
  display: none;
  visibility: hidden;
}
/* line 431, ../scss/_base.scss */
.sidebar li.menu-item-members > a {
  padding-bottom: .4em;
  display: block;
}
/* line 435, ../scss/_base.scss */
.sidebar li.menu-item-about .sub-menu, .sidebar li.menu-item-essays .sub-menu {
  margin-top: 0;
}
/* line 441, ../scss/_base.scss */
.sidebar li .sub-menu .current_page_item a, .sidebar li .sub-menu .current-menu-item a {
  color: #c3a65e;
}

/* fixing displaying nav on single category pages within menu sections */
/* line 454, ../scss/_base.scss */
.single.mission .sidebar .menu li.menu-item-about, .single.press .sidebar .menu li.menu-item-about {
  display: block;
  visibility: visible;
}
/* line 457, ../scss/_base.scss */
.single.mission .sidebar .menu li.menu-item-about .sub-menu, .single.press .sidebar .menu li.menu-item-about .sub-menu {
  margin-bottom: 3em;
}
/* line 459, ../scss/_base.scss */
.single.mission .sidebar .menu li.menu-item-about .sub-menu li, .single.press .sidebar .menu li.menu-item-about .sub-menu li {
  display: block;
  visibility: visible;
  font-size: 1.3em;
}

/* RESPONSIVE HIDDEN NAV PANEL */
/* line 475, ../scss/_base.scss */
#jPanelMenu-menu {
  padding-left: 1em;
  padding-bottom: 2em;
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  background: #231f20;
  /* end .menu li */
}
/* line 481, ../scss/_base.scss */
#jPanelMenu-menu .fa-caret-up, #jPanelMenu-menu .fa-angle-right {
  display: none;
  visibility: hidden;
}
/* line 486, ../scss/_base.scss */
#jPanelMenu-menu li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: .5em;
  color: #fff;
}
/* line 494, ../scss/_base.scss */
#jPanelMenu-menu li ul.sub-menu,
#jPanelMenu-menu li ul.children {
  border-left: 2px solid #dfcfa8;
  margin-top: 0;
}
/* line 499, ../scss/_base.scss */
#jPanelMenu-menu li ul.sub-menu li a,
#jPanelMenu-menu li ul.children li a {
  padding-left: 30px;
  color: #fff;
  text-align: left;
  padding: 4px 10px;
  font-size: .8em;
  margin-top: 0;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 517, ../scss/_base.scss */
#main {
  padding-top: 1em;
}
/* line 519, ../scss/_base.scss */
.home #main {
  float: none;
  padding-top: 0;
}

/* HOMEPAGE */
/* line 525, ../scss/_base.scss */
.clearing {
  display: none;
  visibility: hidden;
}

/* line 529, ../scss/_base.scss */
.site-intro {
  clear: both;
}
/* line 532, ../scss/_base.scss */
.site-intro .welcome {
  margin-bottom: 2%;
  background: #fff;
  padding: 1em 1.7em 1.7em;
}
/* line 536, ../scss/_base.scss */
.site-intro .welcome .introduction {
  font-size: 1.6em;
}
/* line 538, ../scss/_base.scss */
.site-intro .welcome .introduction p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
/* line 543, ../scss/_base.scss */
.site-intro .welcome > p {
  font-size: 1.1em;
}
/* line 546, ../scss/_base.scss */
.site-intro .welcome .fa {
  display: inline;
}
/* line 549, ../scss/_base.scss */
.site-intro .welcome .button {
  margin-bottom: 1em;
}
/* line 551, ../scss/_base.scss */
.site-intro .welcome .button:last-child {
  margin-bottom: 0;
}
/* line 556, ../scss/_base.scss */
.site-intro .death-salon {
  background-color: #231f20;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat-x;
  height: 100%;
}
/* line 565, ../scss/_base.scss */
.site-intro .death-salon a {
  min-height: 272px;
  display: block;
  padding: 5em 1.7em .1em;
  text-decoration: none;
  color: #231f20;
  background: rgba(35, 31, 32, 0.3);
  -webkit-transition: background 0.2s ease-in-out;
  -transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /*test*/
}
/* line 574, ../scss/_base.scss */
.site-intro .death-salon h2 {
  margin-bottom: 0;
  background: white;
  color: #000;
  display: inline-block;
  font-size: 1.8em;
  padding: .2em .5em 0em;
  -webkit-transition: background 0.2s ease-in-out;
  -transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/* line 583, ../scss/_base.scss */
.site-intro .death-salon p {
  background: white;
  margin-top: 0;
  padding: .3em 1em .7em;
  color: #000;
  -webkit-transition: background 0.2s ease-in-out;
  -transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/* line 589, ../scss/_base.scss */
.site-intro .death-salon p .fa {
  color: #c3a65e;
}

/* line 595, ../scss/_base.scss */
.featuredpost {
  clear: both;
  margin-bottom: 2.762430939%;
  background: #231f20;
}
/* line 600, ../scss/_base.scss */
.featuredpost a:first-child {
  display: block;
  padding: 25px 25px 40px;
  text-decoration: none;
  color: #231f20;
  background: transparent;
  -webkit-transition: background 0.4s ease-in-out;
  -transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
/* line 609, ../scss/_base.scss */
.featuredpost h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 300;
  padding: 3px 15px;
  margin-bottom: 0;
  display: inline-block;
  background: #fff;
}
/* line 610, ../scss/_base.scss */
.featuredpost h2 a {
  color: #231f20;
}
/* line 619, ../scss/_base.scss */
.featuredpost section {
  margin-top: -5px;
  font-size: 1em;
  padding: 5px 15px 15px;
  width: 76%;
  display: block;
  background: #fff;
}
/* line 627, ../scss/_base.scss */
.featuredpost section p {
  margin: 0;
  display: inline;
}
/* line 630, ../scss/_base.scss */
.featuredpost section p.more {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: .95em;
  color: #c3a65e;
}

/* line 640, ../scss/_base.scss */
.latestblog {
  margin-bottom: 2%;
}
/* line 642, ../scss/_base.scss */
.latestblog a {
  display: block;
  text-decoration: none;
  color: #231f20;
  line-height: 0;
}
/* line 648, ../scss/_base.scss */
.latestblog header {
  overflow: hidden;
  max-height: 110px;
  background: #231f20;
  text-align: center;
  display: none;
  visibility: hidden;
}
/* line 656, ../scss/_base.scss */
.latestblog header img {
  margin-bottom: 0;
}
/* line 660, ../scss/_base.scss */
.latestblog section {
  background: #fff;
  padding: 10px;
  line-height: 1.5em;
  -webkit-transition: background 0.4s ease-in-out;
  -transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
/* line 665, ../scss/_base.scss */
.latestblog section h2, .latestblog section .h2 {
  font-size: 1em;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 670, ../scss/_base.scss */
.latestblog section .date {
  font-style: italic;
  font-weight: 200;
  font-size: .7em;
  color: #61675f;
  margin: 0;
}

/* line 679, ../scss/_base.scss */
.latestvideo {
  background: #231f20;
}
/* line 682, ../scss/_base.scss */
.latestvideo .featured-video-plus {
  line-height: 0;
}
/* line 685, ../scss/_base.scss */
.latestvideo section {
  color: #fff;
  padding: 10px;
}
/* line 688, ../scss/_base.scss */
.latestvideo section h2 {
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 200;
  margin-top: .6em;
  text-transform: uppercase;
}
/* line 694, ../scss/_base.scss */
.latestvideo section h2 a {
  color: #fff;
  border-bottom: 2px solid #c3a65e;
  -webkit-transition: border 0.4s ease-in-out;
  -transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}
/* line 700, ../scss/_base.scss */
.latestvideo section p {
  font-size: 1em;
}

/* line 706, ../scss/_base.scss */
.latestessay {
  background: #231f20;
  margin-bottom: 2%;
}
/* line 709, ../scss/_base.scss */
.latestessay a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #fff;
}
/* line 714, ../scss/_base.scss */
.latestessay a h2 {
  font-size: 1.3em;
  display: inline;
  border-bottom: 2px solid #fff;
  font-weight: 200;
  -webkit-transition: border 0.4s ease-in-out;
  -transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}
/* line 722, ../scss/_base.scss */
.latestessay a .category {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: .9em;
  color: #9e9899;
  margin-bottom: 0;
  font-weight: 200;
}

/* line 733, ../scss/_base.scss */
.twitter-feed {
  text-align: center;
}
/* line 735, ../scss/_base.scss */
.twitter-feed .latest-tweets {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 738, ../scss/_base.scss */
.twitter-feed .tweet-text {
  /*width:70%;*/
  /*font-size:1.2em;*/
  margin: 0 auto;
}
/* line 742, ../scss/_base.scss */
.twitter-feed .tweet-text a {
  text-decoration: none;
}
/* line 746, ../scss/_base.scss */
.twitter-feed .tweet-details {
  font-size: .8em;
  margin: .3em 0 1.4em;
}
/* line 749, ../scss/_base.scss */
.twitter-feed .tweet-details a {
  color: #9e9899;
  text-decoration: none;
}

/* The Rest */
/* line 758, ../scss/_base.scss */
#content {
  padding-bottom: 2.2em;
  background: #f5f5f5;
}
/* line 761, ../scss/_base.scss */
.home #content {
  padding-top: 2%;
}

/* line 768, ../scss/_base.scss */
.picturelinks section {
  background-color: #231f20;
  background-size: 30%;
  background-position: center left;
  background-repeat: repeat-y;
  height: 100%;
  margin-bottom: 2.762430939%;
  -webkit-transition: background-color 0.2s ease-in-out;
  -transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 776, ../scss/_base.scss */
.picturelinks section a {
  display: block;
  padding: 0 1.7em 0 35%;
  text-decoration: none;
}
/* line 781, ../scss/_base.scss */
.picturelinks section h2 {
  margin: .75em 0;
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  padding: .2em .5em .2em;
  -webkit-transition: background 0.2s ease-in-out;
  -transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/* line 789, ../scss/_base.scss */
.picturelinks section p {
  display: none;
  background: white;
  margin-top: 0;
  padding: .3em 1em .7em;
  color: #000;
  -webkit-transition: background 0.2s ease-in-out;
  -transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/* line 796, ../scss/_base.scss */
.picturelinks section p .fa {
  color: #c3a65e;
}
/* line 800, ../scss/_base.scss */
.picturelinks section .fa {
  display: inline;
}
/* line 801, ../scss/_base.scss */
.picturelinks section:first-child {
  background-position: top left !important;
}

/* line 807, ../scss/_base.scss */
.memberlinks {
  margin-bottom: 2.762430939%;
}
/* line 809, ../scss/_base.scss */
.memberlinks section {
  background-color: #231f20;
  background-size: 35%;
  background-position: center left;
  background-repeat: repeat-y;
  height: 100%;
  margin-bottom: 2.762430939%;
  -webkit-transition: background-color 0.2s ease-in-out;
  -transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 817, ../scss/_base.scss */
.memberlinks section a {
  display: block;
  padding: 1.3em 1.7em 1.3em 0;
  text-decoration: none;
}
/* line 822, ../scss/_base.scss */
.memberlinks section h2 {
  margin: .75em 0;
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  margin-left: 40%;
  padding: .2em .5em .2em;
  -webkit-transition: background 0.2s ease-in-out;
  -transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/* line 831, ../scss/_base.scss */
.memberlinks section p {
  display: none;
  margin-top: 0;
  margin-left: 40%;
  padding: .3em .7em .7em;
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/* line 838, ../scss/_base.scss */
.memberlinks section p .fa {
  color: #c3a65e;
}
/* line 842, ../scss/_base.scss */
.memberlinks section .fa {
  display: inline;
}

/* line 853, ../scss/_base.scss */
.givinglinks .button {
  margin-bottom: .2em;
  width: 100%;
}

/* line 859, ../scss/_base.scss */
hr {
  border: 2px solid #dfcfa8;
  border-bottom: none;
  padding: 0;
  margin: 1.5em 0;
}

/* line 866, ../scss/_base.scss */
.pdb-signup {
  width: 100%;
}
/* line 868, ../scss/_base.scss */
.pdb-signup h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin: .25em 0;
  text-align: left;
}
/* line 874, ../scss/_base.scss */
.pdb-signup .inputs {
  width: 100%;
}
/* line 877, ../scss/_base.scss */
.pdb-signup input.regular-text {
  width: 100%;
  padding: .3em;
  border: 2px solid #dfcfa8;
  font-family: "chaparral-pro", "Georgia", Cambria, Times New Roman, Times, serif;
}
/* line 882, ../scss/_base.scss */
.pdb-signup input.regular-text:focus {
  outline: none;
  border-color: #c3a65e;
}
/* line 888, ../scss/_base.scss */
.pdb-signup .submit-buttons {
  text-align: right;
}
/* line 890, ../scss/_base.scss */
.pdb-signup .submit-buttons .button {
  margin: 0;
}

/* line 898, ../scss/_base.scss */
.entry-content .pdb-list ul.participants {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 902, ../scss/_base.scss */
.entry-content .pdb-list ul.participants li {
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.2em;
  /*
  				&.fourcol {
  					margin-left:2.762430939%;
  					&.first {
  						margin-left:0;
  						clear:left;
  					}
  				}
  */
}

/* line 929, ../scss/_base.scss */
.hentry footer {
  clear: both;
}

/* end .hentry */
/* line 940, ../scss/_base.scss */
.wp-post-image {
  width: 100%;
  height: auto;
}
/* line 943, ../scss/_base.scss */
.featuredimg .wp-post-image {
  margin-bottom: 1em;
}

/* line 947, ../scss/_base.scss */
.page .introduction .wp-post-image {
  padding-top: 1.2em;
}

/* line 952, ../scss/_base.scss */
header .page .wp-post-image {
  margin-bottom: 1em;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 968, ../scss/_base.scss */
.byline {
  color: #9e9899;
  font-size: .9em;
}

/* excerpted posts -- blog archive page etc */
/* line 976, ../scss/_base.scss */
.excerpt {
  margin-bottom: 1.5em;
}
/* line 978, ../scss/_base.scss */
.excerpt a {
  border-bottom: none !important;
}
/* line 981, ../scss/_base.scss */
.excerpt .date {
  font-size: .8em;
  font-style: italic;
  color: #9e9899;
  margin-bottom: 0;
  font-weight: 200;
}
/* line 987, ../scss/_base.scss */
.excerpt .date a {
  color: #9e9899;
  text-decoration: none;
}
/* line 990, ../scss/_base.scss */
.excerpt .date a:hover {
  text-decoration: underline;
}
/* line 995, ../scss/_base.scss */
.excerpt .h2 {
  margin: .25em 0 .5em;
  text-transform: uppercase;
}
/* line 998, ../scss/_base.scss */
.excerpt .h2 a {
  color: #231f20;
  border-bottom: 2px solid #dfcfa8;
  -webkit-transition: color 0.2s ease-in-out;
  -transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 1002, ../scss/_base.scss */
.excerpt .h2 a:hover {
  color: #c3a65e;
}
/* line 1007, ../scss/_base.scss */
.excerpt .wp-post-image {
  margin-bottom: 1em;
}
/* line 1011, ../scss/_base.scss */
.excerpt .entry-content p {
  margin-top: 0;
}
/* line 1014, ../scss/_base.scss */
.excerpt .entry-content img {
  display: none !important;
  visibility: hidden;
}
/* line 1019, ../scss/_base.scss */
.excerpt .more {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* entry content */
/* line 1028, ../scss/_base.scss */
.introduction {
  font-size: 1.4em;
  margin: -1em 0 0;
}
/* line 1031, ../scss/_base.scss */
.introduction a {
  color: #231f20;
  border-bottom: 2px solid #c3a65e;
  text-decoration: none;
  -webkit-transition: border 0.4s ease-in-out;
  -transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}
/* line 1037, ../scss/_base.scss */
.introduction p {
  margin: 1em 0 .9em;
}

/* line 1042, ../scss/_base.scss */
.single .introduction {
  padding-left: .7em;
  margin: 0;
  background: #fff;
}
/* line 1046, ../scss/_base.scss */
.single .introduction p {
  margin: 1em 0 .6em;
}
/* line 1048, ../scss/_base.scss */
.single .introduction p:first-child {
  margin-top: .5em;
}

/* line 1054, ../scss/_base.scss */
.entry-area {
  background: #fff;
  padding: 0 2%;
  margin-left: -2%;
  margin-right: -2%;
}

/* line 1060, ../scss/_base.scss */
.entry-content {
  font-size: 1.1em;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 1062, ../scss/_base.scss */
.entry-content a {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #dfcfa8;
}
/* line 1066, ../scss/_base.scss */
.entry-content a img {
  display: block;
}
/* line 1071, ../scss/_base.scss */
.entry-content > p, .entry-content > .alignright, .entry-content > .alignleft, .entry-content > .aligncenter, .entry-content > a .alignright, .entry-content > a .alignleft, .entry-content > a .aligncenter, .entry-content > .alignright + p, .entry-content > .alignleft + p, .entry-content > .aligncenter + p {
  margin-top: .5em;
}
/* line 1077, ../scss/_base.scss */
.entry-content > h2 {
  margin-top: 1em;
}
/* line 1079, ../scss/_base.scss */
.entry-content > h2:first-child {
  margin-top: 0;
}
/* line 1087, ../scss/_base.scss */
.entry-content ul, .entry-content ol {
  padding-left: 1.3em;
}
/* line 1089, ../scss/_base.scss */
.entry-content ul li, .entry-content ol li {
  margin: 1em 0;
}
/* line 1095, ../scss/_base.scss */
.entry-content ul {
  list-style-type: disc;
}
/* line 1101, ../scss/_base.scss */
.entry-content ol {
  list-style-type: decimal;
}
/* line 1108, ../scss/_base.scss */
.entry-content blockquote {
  margin: 1em 0;
  background: #fff;
  padding: 1px 1.3em;
  border-bottom: 2px solid #dfcfa8;
  font-size: 1em;
  font-weight: 200;
}
/* line 1115, ../scss/_base.scss */
.entry-area .entry-content blockquote {
  background: #f5f5f5;
}
/* line 1118, ../scss/_base.scss */
.entry-content blockquote .credit {
  color: #c3a65e;
  margin-top: -1em;
  text-align: right;
  text-transform: uppercase;
  font-size: .9em;
  font-style: normal;
}
/* line 1129, ../scss/_base.scss */
.entry-content blockquote + p {
  margin-top: .5em;
}
/* line 1137, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 1144, ../scss/_base.scss */
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* line 1157, ../scss/_base.scss */
.entry-content .alignleft, .entry-content img.alignleft,
.entry-content .alignright, .entry-content img.alignright,
.entry-content .aligncenter, .entry-content img.aligncenter {
  width: 100% !important;
  height: auto;
  margin-bottom: 1em;
}
/* line 1165, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 1170, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 1178, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #fff;
  padding: 0 0 5px;
  margin-bottom: 1em;
  border-bottom: 2px solid rgba(158, 152, 153, 0.3);
  /* images inside wp-caption */
}
/* line 1181, ../scss/_base.scss */
.entry-area .wp-caption {
  background: #f5f5f5;
}
/* line 1187, ../scss/_base.scss */
.wp-caption.aligncenter {
  width: auto !important;
}
/* line 1192, ../scss/_base.scss */
.wp-caption a {
  border-bottom: none;
}
/* line 1195, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 1201, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.75em;
  margin: .5em 1em;
  text-align: left;
  color: #61675f;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 1235, ../scss/_base.scss */
.posts-nav {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  margin: 2em 0;
}
/* line 1242, ../scss/_base.scss */
.posts-nav .previous-post {
  text-align: right;
  border-top: 2px solid #f5f5f5;
}
/* line 1246, ../scss/_base.scss */
.posts-nav a {
  padding: 10px;
  display: block;
  text-decoration: none;
}
/* line 1250, ../scss/_base.scss */
.posts-nav a .legend {
  font-size: .9em;
  text-transform: uppercase;
}
/* line 1254, ../scss/_base.scss */
.posts-nav a .title {
  font-size: 1em;
  text-transform: uppercase;
  display: inline;
  color: #61675f;
}
/* line 1261, ../scss/_base.scss */
.posts-nav a:hover .title {
  border-bottom: 2px solid #c3a65e;
}

/* VIDEO CATEGORY */
/* line 1270, ../scss/_base.scss */
.category-videos .yt-subscribe {
  margin-top: .6em;
  text-align: right;
}
/* line 1274, ../scss/_base.scss */
.category-videos .archive-title {
  float: left;
}
/* line 1279, ../scss/_base.scss */
.category-videos .videorow article:first-child {
  margin-left: 0 !important;
}
/* line 1282, ../scss/_base.scss */
.category-videos .videorow article {
  margin-bottom: 2%;
}
/* line 1284, ../scss/_base.scss */
.category-videos .videorow article a {
  display: block;
  text-decoration: none;
  color: #231f20;
  line-height: 0;
}
/* line 1290, ../scss/_base.scss */
.category-videos .videorow article .fa {
  color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
  visibility: hidden;
}
/* line 1299, ../scss/_base.scss */
.category-videos .videorow article header {
  overflow: hidden;
  background: #fff;
  text-align: center;
}
/* line 1304, ../scss/_base.scss */
.category-videos .videorow article section {
  background: #fff;
  padding: 15px;
  line-height: 1.5em;
  -webkit-transition: background 0.4s ease-in-out;
  -transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
/* line 1309, ../scss/_base.scss */
.category-videos .videorow article section h2, .category-videos .videorow article section .h2 {
  font-size: 1.1em;
  margin-top: 0;
  text-transform: uppercase;
  display: inline;
  border-bottom: 2px solid #c3a65e;
}
/* line 1316, ../scss/_base.scss */
.category-videos .videorow article section .date {
  font-style: italic;
  font-weight: 200;
  font-size: .8em;
  color: #61675f;
  margin-bottom: 0;
}

/* EXCERPT ROWS, based on videos */
/* line 1332, ../scss/_base.scss */
.excerpt-row article:first-child {
  margin-left: 0 !important;
}
/* line 1335, ../scss/_base.scss */
.excerpt-row article {
  margin-bottom: 2%;
}
/* line 1337, ../scss/_base.scss */
.excerpt-row article a {
  display: block;
  text-decoration: none;
  color: #231f20;
}
/* line 1342, ../scss/_base.scss */
.excerpt-row article header {
  overflow: hidden;
  background: #fff;
  text-align: center;
  display: none;
  visibility: hidden;
  line-height: 0;
}
/* line 1351, ../scss/_base.scss */
.excerpt-row article section {
  background: #fff;
  padding: 15px;
  line-height: 1.5em;
  -webkit-transition: background 0.4s ease-in-out;
  -transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
/* line 1356, ../scss/_base.scss */
.excerpt-row article section h2, .excerpt-row article section .h2 {
  font-size: 1.1em;
  margin-top: 0;
  text-transform: uppercase;
  display: inline;
  border-bottom: 2px solid #c3a65e;
}
/* line 1363, ../scss/_base.scss */
.excerpt-row article section .date {
  font-style: italic;
  font-weight: 200;
  font-size: .8em;
  color: #61675f;
  margin-bottom: 0;
}
/* line 1374, ../scss/_base.scss */
.category-mission .excerpt-row article a {
  line-height: 1.5em;
}
/* line 1378, ../scss/_base.scss */
.category-mission .excerpt-row article header {
  line-height: 0;
}
/* line 1381, ../scss/_base.scss */
.category-mission .excerpt-row article section {
  padding: 15px;
}
/* line 1383, ../scss/_base.scss */
.category-mission .excerpt-row article section h2, .category-mission .excerpt-row article section .h2 {
  font-size: 1.1em;
}
/* line 1386, ../scss/_base.scss */
.category-mission .excerpt-row article section .date {
  font-size: 1em;
  margin-top: .5em;
}
/* line 1389, ../scss/_base.scss */
.category-mission .excerpt-row article section .date .fa {
  color: #c3a65e;
  text-align: right;
}
/* line 1400, ../scss/_base.scss */
.page-template-page-memberslanding-php .excerpt-row article section .fa {
  color: #c3a65e;
}
/* line 1404, ../scss/_base.scss */
.page-template-page-memberslanding-php .excerpt-row article section .date {
  font-size: 1em;
  font-style: normal;
}

/* MEMBERS PAGE */
/* line 1421, ../scss/_base.scss */
.members ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 1426, ../scss/_base.scss */
.members .row {
  margin-top: 0;
  margin-bottom: 1.5em;
}
/* line 1429, ../scss/_base.scss */
.members .row:last-child {
  margin-bottom: 0;
}
/* line 1433, ../scss/_base.scss */
.members .row .member_photo {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: none;
  visibility: hidden;
}
/* line 1438, ../scss/_base.scss */
.members .row h3 {
  margin-top: 0;
  text-transform: uppercase;
}
/* line 1441, ../scss/_base.scss */
.members .row h3 a {
  color: #231f20;
  border-bottom: 2px solid rgba(195, 166, 94, 0.5);
  -webkit-transition: color 0.2s ease-in-out;
  -transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 1445, ../scss/_base.scss */
.members .row h3 a:hover {
  color: #c3a65e;
}

/* SINGLE COLUMN TEMPLATE */
/* line 1456, ../scss/_base.scss */
.page-template-page-singlecol-php .onecol.spacing {
  float: right;
  display: none;
  visibility: hidden;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1467, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 1471, ../scss/_base.scss */
.pagination {
  border-top: 2px solid #d7d7d7;
  margin-top: 4em;
  margin-bottom: 0;
}
/* line 1476, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 1482, ../scss/_base.scss */
.pagination ul li {
  padding: 0 1em 0 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 1488, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  line-height: 1em;
  font-size: 1;
  font-weight: normal;
  padding: .5em 0;
  display: block;
  text-align: center;
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1513, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1517, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* disqus sucks */
/* line 1529, ../scss/_base.scss */
#disqus_thread {
  clear: both;
}

/* h3 comment title */
/* line 1533, ../scss/_base.scss */
#comments {
  clear: both;
  /* number of comments span */
}

/* comments evolved mods */
/* line 1540, ../scss/_base.scss */
#comment-tabs {
  clear: both;
}
/* line 1543, ../scss/_base.scss */
#comment-tabs ul.controls {
  border-bottom: 2px solid #c3a65e;
  padding: 0 !important;
}
/* line 1546, ../scss/_base.scss */
#comment-tabs ul.controls a {
  color: #dfcfa8;
  margin: 0 !important;
  padding: .5em .7em;
}
/* line 1550, ../scss/_base.scss */
#comment-tabs ul.controls a:hover {
  color: #c3a65e;
}
/* line 1556, ../scss/_base.scss */
#comment-tabs .ui-tabs-nav .ui-state-active {
  background-color: #c3a65e !important;
  background-image: none !important;
}
/* line 1559, ../scss/_base.scss */
#comment-tabs .ui-tabs-nav .ui-state-active a {
  color: #fff;
}
/* line 1561, ../scss/_base.scss */
#comment-tabs .ui-tabs-nav .ui-state-active a:hover {
  color: #fff;
}

/* line 1578, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1580, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0 2em;
  /* end .commentlist li ul.children */
}
/* line 1588, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1592, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1595, ../scss/_base.scss */
.commentlist li ul.children li {
  border-left: 2px solid #dfcfa8;
  padding-left: 1.5em;
  margin-left: 0;
}
/* line 1614, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1618, ../scss/_base.scss */
.commentlist li.depth-1 {
  padding-left: 1.5em;
  margin-left: 0;
  margin-top: 0;
  border-left: 2px solid #c3a65e;
}
/* line 1626, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1661, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1669, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1671, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1675, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1685, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1712, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1721, ../scss/_base.scss */
.commentlist .comment-reply-link {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  background: #c3a65e;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-size: 0.9em;
}
/* line 1733, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1746, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 0;
  padding-bottom: 2.2em;
}
/* line 1750, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1753, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1758, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1764, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 1773, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 1778, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1789, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 1796, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 75%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 1809, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1822, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1827, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1835, ../scss/_base.scss */
#searchform {
  margin: 1em 0 0;
  font-size: .9em;
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1839, ../scss/_base.scss */
#searchform input {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2px 0 2px 4px;
  border: none;
}
/* line 1844, ../scss/_base.scss */
#searchform button {
  border: none;
  background: transparent;
  position: relative;
  z-index: 2;
  margin-left: -1.8em;
  color: #c3a65e;
  padding-left: 5px;
  padding-right: 0;
}
/* line 1855, ../scss/_base.scss */
#searchform .screen-reader-text {
  display: none;
  visibility: hidden;
}
/* line 1860, ../scss/_base.scss */
.error404 #searchform input {
  padding: 10px 0 10px 10px;
  width: 98%;
}
/* line 1864, ../scss/_base.scss */
.error404 #searchform button {
  padding-top: 5px;
  font-size: 1.3em;
}

/* line 1871, ../scss/_base.scss */
.sidebar {
  padding-top: 1em;
  /* social media */
}
/* line 1872, ../scss/_base.scss */
.sidebar .menu-main-navigation-container, .sidebar .archive_menu {
  display: none;
  visibility: hidden;
}
/* line 1878, ../scss/_base.scss */
.sidebar dl ul {
  font-size: 1em;
  margin-top: 0;
}
/* line 1883, ../scss/_base.scss */
.page-template-page-event-php .sidebar .commentlink {
  display: none;
  visibility: hidden;
}
/* line 1889, ../scss/_base.scss */
.sidebar ul.social-media {
  margin-top: 1em;
  margin-bottom: 0;
  text-align: center;
}
/* line 1893, ../scss/_base.scss */
.page .sidebar ul.social-media {
  display: none;
  visibility: hidden;
}
/* line 1897, ../scss/_base.scss */
.sidebar ul.social-media li {
  display: inline;
  display: inline-block;
  margin: 0;
}
/* line 1901, ../scss/_base.scss */
.sidebar ul.social-media li a {
  color: #c3a65e;
  display: block;
}
/* line 1905, ../scss/_base.scss */
.sidebar ul.social-media li .label {
  display: none;
  visibility: hidden;
}
/* line 1911, ../scss/_base.scss */
.sidebar .dt {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: .8em;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #231f20;
  -webkit-transition: color 0.2s ease-in-out;
  -transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 1924, ../scss/_base.scss */
.sidebar ul, .sidebar dl {
  padding-right: 1px;
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: .8em;
  text-transform: uppercase;
}
/* line 1930, ../scss/_base.scss */
.sidebar ul dd, .sidebar dl dd {
  padding-left: 1em;
  margin-left: .2em;
  border-left: 2px solid #dfcfa8;
}
/* line 1938, ../scss/_base.scss */
.sidebar ul.menu, .sidebar dl.menu {
  margin-top: 0;
}
/* line 1940, ../scss/_base.scss */
.sidebar ul.menu li, .sidebar dl.menu li {
  display: none;
}
/* line 1942, ../scss/_base.scss */
.sidebar ul.menu li:first-child, .sidebar dl.menu li:first-child {
  margin-top: 0;
}
/* line 1945, ../scss/_base.scss */
.sidebar ul.menu li.current-menu-item, .sidebar ul.menu li.current-menu-ancestor, .sidebar dl.menu li.current-menu-item, .sidebar dl.menu li.current-menu-ancestor {
  display: block !important;
  margin-top: 0;
}
/* line 1948, ../scss/_base.scss */
.sidebar ul.menu li.current-menu-item li, .sidebar ul.menu li.current-menu-ancestor li, .sidebar dl.menu li.current-menu-item li, .sidebar dl.menu li.current-menu-ancestor li {
  display: block !important;
  font-size: 1.3em;
}
/* line 1955, ../scss/_base.scss */
.sidebar ul li, .sidebar ul dt, .sidebar dl li, .sidebar dl dt {
  margin: 1em 0;
}
/* line 1957, ../scss/_base.scss */
.sidebar ul li.archive-month, .sidebar ul dt.archive-month, .sidebar dl li.archive-month, .sidebar dl dt.archive-month {
  margin-top: 0;
  padding-top: 0;
}
/* line 1961, ../scss/_base.scss */
.sidebar ul li .fa, .sidebar ul dt .fa, .sidebar dl li .fa, .sidebar dl dt .fa {
  margin-right: .5em;
  font-size: 1.2em;
}
/* line 1967, ../scss/_base.scss */
.sidebar ul li.archive-year a, .sidebar ul dt.archive-year a, .sidebar dl li.archive-year a, .sidebar dl dt.archive-year a {
  display: block;
}
/* line 1972, ../scss/_base.scss */
.sidebar ul li a, .sidebar ul dt a, .sidebar dl li a, .sidebar dl dt a {
  text-decoration: none;
  color: #231f20;
}
/* line 1977, ../scss/_base.scss */
.sidebar ul li a.activeyear, .sidebar ul dt a.activeyear, .sidebar dl li a.activeyear, .sidebar dl dt a.activeyear {
  color: #c3a65e;
  display: block !important;
}

/* line 1988, ../scss/_base.scss */
#at15s {
  margin-top: 1.5em !important;
}
/* line 1990, ../scss/_base.scss */
#at15s #atic_auth, #at15s .atm-f {
  display: none !important;
  visibility: hidden !important;
}

/* line 1995, ../scss/_base.scss */
#at16recap, #at_msg, #at16p label, #at16nms, #at16sas, #at_share .at_item, #at16p, #at15s, #at16p form input, #at16p textarea {
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
}

/* line 1999, ../scss/_base.scss */
.atm-s a, #at_hover.atm-s a {
  color: #231f20 !important;
}

/* line 2002, ../scss/_base.scss */
#at_hover.atm-s .at_bold {
  font-weight: normal !important;
}

/* line 2005, ../scss/_base.scss */
.atm-i {
  background: #f5f5f5 !important;
  border: none !important;
  border-left: 2px solid #c3a65e !important;
  box-shadow: none !important;
}

/* line 2011, ../scss/_base.scss */
.atm-s a:hover, #at_hover.atm-s a:hover {
  background: #c3a65e;
}

/* line 2023, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 2043, ../scss/_base.scss */
.backtotop {
  margin-bottom: 0;
  padding-bottom: 1em;
  text-align: center;
  background: whitesmoke;
  margin-top: -2.2em;
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: .8em;
}
/* line 2052, ../scss/_base.scss */
.backtotop a {
  text-decoration: none;
}

/* line 2056, ../scss/_base.scss */
.footer {
  clear: both;
  background: #231f20;
  color: #fff;
  font-family: "ff-speak-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  padding-bottom: 50px;
}
/* line 2063, ../scss/_base.scss */
.footer h2 {
  font-weight: 200;
  text-transform: uppercase;
}
/* line 2067, ../scss/_base.scss */
.footer h4 {
  font-size: .9em;
  font-weight: 200;
  text-transform: uppercase;
  margin: 1em 0 0;
  padding: 0;
}
/* line 2074, ../scss/_base.scss */
.footer ul {
  font-size: .9em;
}
/* line 2076, ../scss/_base.scss */
.footer ul.footer-nav {
  text-transform: uppercase;
}
/* line 2079, ../scss/_base.scss */
.footer ul#menu-social-media {
  margin-top: 0;
}
/* line 2083, ../scss/_base.scss */
.footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2 ease-in-out;
  -transition: color 0.2 ease-in-out;
  transition: color 0.2 ease-in-out;
}
/* line 2087, ../scss/_base.scss */
.footer a:hover {
  color: #c3a65e;
}
/* line 2091, ../scss/_base.scss */
.footer .info {
  font-family: "chaparral-pro", "Georgia", Cambria, Times New Roman, Times, serif;
}
/* line 2094, ../scss/_base.scss */
.footer .copyright {
  font-family: "chaparral-pro", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #9e9899;
  font-size: .9em;
}
/* line 2099, ../scss/_base.scss */
.footer #inner-footer {
  padding-top: 1em;
  background: transparent url(../images/vine.png) bottom center no-repeat;
  padding-bottom: 100px;
}
/* line 2104, ../scss/_base.scss */
.footer .twocol {
  width: 50%;
  float: left;
}

/*
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.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 23, ../scss/_481up.scss */
  #logo {
    font-size: 2.3em;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 35, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 36, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 37, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 38, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 92, ../scss/_481up.scss */
  .latestblog header {
    max-height: 190px;
  }

  /* line 97, ../scss/_481up.scss */
  .excerpt .entry-content img {
    display: none;
    visibility: hidden;
  }

  /* entry content */
  /* line 103, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 110, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 115, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    width: 40%;
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 121, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
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.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

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

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /* line 22, ../scss/_768up.scss */
  body.home #main {
    margin: 0 auto;
    float: none;
  }

  /* line 29, ../scss/_768up.scss */
  h1.entry-title, h1.page-title, h1.archive-title, .h1.entry-title, .h1.page-title, .h1.archive-title {
    font-size: 1.9em;
  }

  /* line 33, ../scss/_768up.scss */
  h2, .h2 {
    font-size: 1.6em;
  }
  /* line 38, ../scss/_768up.scss */
  .page h2, .single h2, .page .h2, .single .h2 {
    font-size: 1.3em;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 46, ../scss/_768up.scss */
  .wrap {
    max-width: 1020px;
  }

  /* line 49, ../scss/_768up.scss */
  #inner-header {
    max-width: 1020px;
    margin: 0 auto;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 61, ../scss/_768up.scss */
  #logo {
    margin: .75em 0 .5em;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /*
  .header .condensed .nav {
  	    text-align:left!important;
  	    float:none;
  	    box-shadow:none;
  }
  */
  /* line 77, ../scss/_768up.scss */
  .menu-button {
    display: none;
    visibility: hidden;
  }

  /* line 82, ../scss/_768up.scss */
  .header .nav {
    display: block !important;
    border: 0;
    margin: 0 0 0 0;
    text-align: center;
    -webkit-box-shadow: 0 -8px 35px -20px black;
    -moz-box-shadow: 0 -8px 35px -20px black;
    box-shadow: 0 -8px 35px -20px black;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 91, ../scss/_768up.scss */
  .home .header .nav {
    float: none;
    margin: 0;
  }
  /* line 95, ../scss/_768up.scss */
  .header .nav li {
    /*float: left;*/
    display: inline-block;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 100, ../scss/_768up.scss */
  .header .nav li:hover .fa-caret-up, .header .nav li:focus .fa-caret-up, .header .nav li.current_page_ancestor .fa-caret-up, .header .nav li.current_page_item .fa-caret-up, .header .nav li.current_page_parent .fa-caret-up {
    bottom: -6px;
    left: 45%;
    color: #f5f5f5;
    display: block;
    position: absolute;
    visibility: visible;
  }
  /* line 110, ../scss/_768up.scss */
  .header .nav li:hover .fa-caret-up {
    display: block !important;
  }
  /* line 114, ../scss/_768up.scss */
  .header .nav li a {
    border-bottom: 0;
    padding: 19px 19px;
    position: relative;
    z-index: 2;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 119, ../scss/_768up.scss */
  .home .header .nav li a {
    padding: 19px 22px;
  }
  /* line 126, ../scss/_768up.scss */
  .header .nav li a:hover, .header .nav li a:focus {
    color: #fff;
  }
  /* line 131, ../scss/_768up.scss */
  .header .nav li#menu-item-2367 {
    margin-left: -19px;
  }
  /* line 140, ../scss/_768up.scss */
  .header .nav li ul.sub-menu,
  .header .nav li ul.children {
    margin-left: -13px;
    margin-top: 0;
    padding: 10px 0;
    position: absolute;
    display: none;
    z-index: 1;
    border-bottom: 2px solid #231f20;
    -webkit-box-shadow: 0 0 3px #d5d5d5;
    -moz-box-shadow: 0 0 3px #d5d5d5;
    box-shadow: 0 0 3px #d5d5d5;
    /* highlight sub-menu current page */
  }
  /* line 153, ../scss/_768up.scss */
  .header .nav li ul.sub-menu li,
  .header .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 155, ../scss/_768up.scss */
  .header .nav li ul.sub-menu li a,
  .header .nav li ul.children li a {
    padding-left: 30px;
    border: 0;
    display: block;
    width: 180px;
  }
  /* line 171, ../scss/_768up.scss */
  .header .nav li ul.sub-menu li:last-child a,
  .header .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 177, ../scss/_768up.scss */
  .header .nav li ul.sub-menu li:hover .fa-caret-up, .header .nav li ul.sub-menu li:focus .fa-caret-up,
  .header .nav li ul.children li:hover .fa-caret-up,
  .header .nav li ul.children li:focus .fa-caret-up {
    visibility: hidden;
    display: none;
  }
  /* line 181, ../scss/_768up.scss */
  .header .nav li ul.sub-menu li:hover .fa-angle-right, .header .nav li ul.sub-menu li:focus .fa-angle-right,
  .header .nav li ul.children li:hover .fa-angle-right,
  .header .nav li ul.children li:focus .fa-angle-right {
    display: block;
    position: absolute;
    left: 14px;
    visibility: visible;
    top: 28%;
    color: #c3a65e;
    font-size: .9em;
  }
  /* line 211, ../scss/_768up.scss */
  .header .nav li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /* sidebar */
  /* line 228, ../scss/_768up.scss */
  .menu-trigger {
    display: none;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 237, ../scss/_768up.scss */
  .home #content {
    padding-top: 2.2em;
  }

  /* line 241, ../scss/_768up.scss */
  #main {
    padding-top: 2em;
  }

  /* line 246, ../scss/_768up.scss */
  .introduction {
    font-size: 1.6em;
  }

  /* line 251, ../scss/_768up.scss */
  .posts-nav .previous-post {
    border-top: none;
    float: right;
  }
  /* line 256, ../scss/_768up.scss */
  .posts-nav a .title {
    font-size: 1.1em;
  }

  /* HOMEPAGE */
  /* line 264, ../scss/_768up.scss */
  .clearing {
    display: block;
  }

  /* line 267, ../scss/_768up.scss */
  .site-intro {
    padding-bottom: 1.5em;
  }
  /* line 269, ../scss/_768up.scss */
  .site-intro .welcome {
    margin-bottom: 0;
  }
  /* line 272, ../scss/_768up.scss */
  .site-intro .welcome .button {
    margin-bottom: 0;
  }
  /* line 276, ../scss/_768up.scss */
  .site-intro .death-salon {
    margin-bottom: 0;
  }
  /* line 280, ../scss/_768up.scss */
  .site-intro .death-salon a:hover {
    background: rgba(195, 166, 94, 0.8);
  }
  /* line 281, ../scss/_768up.scss */
  .site-intro .death-salon a:hover h2, .site-intro .death-salon a:hover p {
    background: white;
  }

  /* line 290, ../scss/_768up.scss */
  .featuredpost a:first-child {
    padding: 70px 40px 40px;
  }
  /* line 292, ../scss/_768up.scss */
  .featuredpost a:first-child:hover {
    background: rgba(195, 166, 94, 0.8);
  }
  /* line 294, ../scss/_768up.scss */
  .featuredpost a:first-child:hover p.more {
    color: #c3a65e;
  }
  /* line 300, ../scss/_768up.scss */
  .featuredpost h2 {
    font-size: 2em;
  }
  /* line 304, ../scss/_768up.scss */
  .featuredpost section {
    font-size: 1.1em;
    padding: 15px 15px 15px;
    width: 65%;
  }

  /* line 310, ../scss/_768up.scss */
  .latestblog {
    margin-bottom: 0;
  }
  /* line 312, ../scss/_768up.scss */
  .latestblog header {
    height: auto;
    display: block;
    visibility: visible;
  }
  /* line 317, ../scss/_768up.scss */
  .latestblog section {
    padding: 15px;
  }
  /* line 323, ../scss/_768up.scss */
  .latestblog a:hover section {
    background: #c3a65e;
    color: #fff;
  }
  /* line 326, ../scss/_768up.scss */
  .latestblog a:hover section h2 {
    color: #fff;
  }
  /* line 329, ../scss/_768up.scss */
  .latestblog a:hover section .date {
    color: #fff;
  }

  /* line 338, ../scss/_768up.scss */
  .latestvideo section {
    padding-right: 2.762430939%;
    padding-bottom: 2.762430939%;
  }
  /* line 341, ../scss/_768up.scss */
  .latestvideo section h2 {
    margin-top: 1em;
    font-size: 1.5em;
  }
  /* line 345, ../scss/_768up.scss */
  .latestvideo section h2 a:hover {
    border-bottom: 2px solid #fff;
  }

  /* line 354, ../scss/_768up.scss */
  .latestessay {
    margin-bottom: 0;
  }
  /* line 358, ../scss/_768up.scss */
  .latestessay a:hover h2 {
    border-bottom-color: #c3a65e;
  }
  /* line 362, ../scss/_768up.scss */
  .latestessay a h2 {
    font-size: 1.6em;
  }

  /* line 371, ../scss/_768up.scss */
  .twitter-feed .tweet-text {
    font-size: 1.2em;
    width: 55%;
  }

  /* line 380, ../scss/_768up.scss */
  .excerpt .h2 a {
    border-bottom: none;
  }
  /* line 385, ../scss/_768up.scss */
  .excerpt .entry-content img {
    display: block !important;
    visibility: visible;
  }
  /* line 388, ../scss/_768up.scss */
  .excerpt .entry-content img.thumb {
    float: left;
    margin-right: 1.5em;
  }
  /* line 392, ../scss/_768up.scss */
  .excerpt .entry-content img.alignright {
    float: right;
    width: 30%;
    margin: 0 -31.491712705% 1em 1.5em;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }

  /* line 404, ../scss/_768up.scss */
  .picturelinks section:hover {
    background-color: #c3a65e;
  }
  /* line 407, ../scss/_768up.scss */
  .picturelinks section h2 {
    font-size: 1.3em;
  }

  /* line 414, ../scss/_768up.scss */
  .memberlinks section:hover {
    background-color: #c3a65e;
  }
  /* line 417, ../scss/_768up.scss */
  .memberlinks section h2 {
    font-size: 1.1em;
  }
  /* line 420, ../scss/_768up.scss */
  .memberlinks section p {
    display: block;
  }
  /* line 423, ../scss/_768up.scss */
  .memberlinks section:first-child {
    background-position: 0 18%;
  }
  /* line 425, ../scss/_768up.scss */
  .memberlinks section:first-child h2 {
    font-size: 1.4em;
  }

  /* line 433, ../scss/_768up.scss */
  .introduction a:hover {
    border-bottom-color: #231f20;
  }

  /* line 439, ../scss/_768up.scss */
  .entry-area {
    padding-right: 0;
    padding-left: 1em;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 449, ../scss/_768up.scss */
  .entry-content .pdb-list ul.participants li {
    -webkit-transition: color 0.2s ease-in-out;
    -transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  /* line 451, ../scss/_768up.scss */
  .entry-content .pdb-list ul.participants li:hover {
    color: #c3a65e;
  }
  /* line 454, ../scss/_768up.scss */
  .entry-content .pdb-list ul.participants li.fourcol {
    margin-left: 2.762430939%;
  }
  /* line 456, ../scss/_768up.scss */
  .entry-content .pdb-list ul.participants li.fourcol.first {
    margin-left: 0;
    clear: left;
  }

  /* line 469, ../scss/_768up.scss */
  .entry-content a:hover {
    border-bottom-color: #c3a65e;
  }
  /* line 473, ../scss/_768up.scss */
  .entry-content iframe {
    margin-left: -.9em;
  }
  /* line 477, ../scss/_768up.scss */
  .entry-content blockquote.alignright {
    width: 60% !important;
    margin: .5em -31.491712705% .5em 1em;
    float: right;
    font-style: italic;
  }
  /* line 483, ../scss/_768up.scss */
  .entry-content blockquote.alignleft {
    width: 35% !important;
    float: left;
    margin: .5em 1.5em 1em 0;
  }
  /* line 489, ../scss/_768up.scss */
  .entry-content .wp-caption {
    margin-bottom: 1.5em;
  }
  /* line 493, ../scss/_768up.scss */
  .entry-content img.aligncenter, .entry-content .wp-caption.aligncenter {
    width: 100% !important;
    height: auto !important;
    margin: .5em 0 1em;
  }
  /* line 498, ../scss/_768up.scss */
  .entry-content img.alignright, .entry-content .wp-caption.alignright {
    width: 60% !important;
    float: right;
    margin: .5em -31.491712705% 1em 1.5em;
  }
  /* line 503, ../scss/_768up.scss */
  .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    width: 29% !important;
    float: left;
    margin: .5em 1.5em 1em 0;
  }
  /* line 509, ../scss/_768up.scss */
  .entry-content > p, .entry-content > .alignright + p {
    margin-top: .5em;
  }
  /* line 515, ../scss/_768up.scss */
  .entry-content > .alignright, .entry-content > .alignleft, .entry-content > .aligncenter, .entry-content > a .alignright, .entry-content > a .alignleft, .entry-content > a .aligncenter {
    margin-top: 1em !important;
  }

  /* line 523, ../scss/_768up.scss */
  .members .row .member_photo {
    display: block;
    visibility: visible;
  }

  /* SINGLE COLUMN TEMPLATE */
  /* line 533, ../scss/_768up.scss */
  .page-template-page-singlecol-php .onecol.spacing {
    display: block;
    visibility: visible;
  }

  /* VIDEO PAGE */
  /* line 543, ../scss/_768up.scss */
  .category-videos .yt-subscribe {
    margin-top: .4em;
  }
  /* line 546, ../scss/_768up.scss */
  .category-videos .videorow {
    margin-bottom: 2.762430939%;
  }
  /* line 548, ../scss/_768up.scss */
  .category-videos .videorow article {
    margin-bottom: 0;
  }
  /* line 551, ../scss/_768up.scss */
  .category-videos .videorow article a:hover section {
    background: #c3a65e;
    color: #fff;
  }
  /* line 554, ../scss/_768up.scss */
  .category-videos .videorow article a:hover section h2 {
    color: #fff;
  }
  /* line 557, ../scss/_768up.scss */
  .category-videos .videorow article a:hover section .date {
    color: #fff;
  }
  /* line 562, ../scss/_768up.scss */
  .category-videos .videorow article .fa {
    display: block;
    visibility: visible;
  }
  /* line 567, ../scss/_768up.scss */
  .category-videos .videorow article section h2, .category-videos .videorow article section .h2 {
    font-size: 1em;
    display: block;
    border-bottom: none;
  }
  /* line 572, ../scss/_768up.scss */
  .category-videos .videorow article section .date {
    margin-top: 0;
  }

  /* EXCERPT ROW, based on videos */
  /* line 583, ../scss/_768up.scss */
  .excerpt-row {
    margin-bottom: 2.762430939%;
  }
  /* line 585, ../scss/_768up.scss */
  .excerpt-row article {
    margin-bottom: 0;
  }
  /* line 588, ../scss/_768up.scss */
  .excerpt-row article a:hover section {
    background: #c3a65e;
    color: #fff;
  }
  /* line 591, ../scss/_768up.scss */
  .excerpt-row article a:hover section h2 {
    color: #fff;
  }
  /* line 594, ../scss/_768up.scss */
  .excerpt-row article a:hover section .date {
    color: #fff;
  }
  /* line 599, ../scss/_768up.scss */
  .excerpt-row article header {
    display: block;
    visibility: visible;
  }
  /* line 604, ../scss/_768up.scss */
  .excerpt-row article section h2, .excerpt-row article section .h2 {
    font-size: 1em;
    display: block;
    border-bottom: none;
  }
  /* line 609, ../scss/_768up.scss */
  .excerpt-row article section .date {
    margin-top: 0;
  }
  /* line 619, ../scss/_768up.scss */
  .category-mission .excerpt-row article a:hover section .date .fa {
    color: #fff;
  }
  /* line 629, ../scss/_768up.scss */
  .category-press .excerpt-row article header {
    max-height: 101px;
    -webkit-transition: background 0.2s ease-in-out;
    -transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  /* line 632, ../scss/_768up.scss */
  .category-press .excerpt-row article header .wp-post-image {
    width: auto;
    height: auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  /* line 638, ../scss/_768up.scss */
  .category-press .excerpt-row article section {
    display: none;
    visibility: hidden;
  }
  /* line 644, ../scss/_768up.scss */
  .category-press .excerpt-row article a:hover header {
    background: #c3a65e;
  }
  /* line 646, ../scss/_768up.scss */
  .category-press .excerpt-row article a:hover header .wp-post-image {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  /* line 658, ../scss/_768up.scss */
  .page-template-page-memberslanding-php .excerpt-row article a:hover .fa {
    color: #fff;
  }

  /* line 669, ../scss/_768up.scss */
  .error404 article img {
    display: block;
    visibility: visible;
  }
  /* line 675, ../scss/_768up.scss */
  .error404 #searchform input {
    width: 100%;
  }
  /* line 678, ../scss/_768up.scss */
  .error404 #searchform button {
    margin-left: -1.7em;
  }

  /* 404 page */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* from old method slideout menu
  #sidebar1 {
  	display:block;
  	visibility: visible;
  }
  */
  /* line 693, ../scss/_768up.scss */
  .sidebar {
    padding-top: 3em;
  }
  /* line 695, ../scss/_768up.scss */
  .sidebar .menu-main-navigation-container, .sidebar .archive_menu {
    display: block;
    visibility: visible;
  }
  /* line 699, ../scss/_768up.scss */
  .sidebar #searchform {
    margin: 0 0 1em;
  }
  /* line 701, ../scss/_768up.scss */
  .sidebar #searchform button {
    padding-left: 10px;
  }
  /* line 705, ../scss/_768up.scss */
  .sidebar .archive_menu {
    clear: both;
    margin-bottom: -1em;
  }
  /* line 709, ../scss/_768up.scss */
  .sidebar ul.social-media {
    margin-top: 0;
    margin-bottom: 1em;
    text-align: left;
  }
  /* line 713, ../scss/_768up.scss */
  .page .sidebar ul.social-media {
    display: block;
    visibility: visible;
  }
  /* line 717, ../scss/_768up.scss */
  .sidebar ul.social-media li {
    display: block;
    margin: 1em 0;
  }
  /* line 720, ../scss/_768up.scss */
  .sidebar ul.social-media li a {
    color: #231f20;
  }
  /* line 723, ../scss/_768up.scss */
  .sidebar ul.social-media li .label {
    display: inline;
    visibility: visible;
  }
  /* line 727, ../scss/_768up.scss */
  .sidebar ul.social-media li:first-child {
    margin-top: 0;
  }
  /* line 733, ../scss/_768up.scss */
  .sidebar .dt:hover {
    color: #c3a65e;
  }
  /* line 740, ../scss/_768up.scss */
  .sidebar ul li a:hover, .sidebar ul dt a:hover, .sidebar dl li a:hover, .sidebar dl dt a:hover {
    color: #c3a65e;
  }

  /* line 749, ../scss/_768up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 754, ../scss/_768up.scss */
  .widget {
    margin: 0 0 2em;
  }
  /* line 759, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 767, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 873, ../scss/_768up.scss */
  .backtotop {
    display: none;
    visibility: hidden;
  }

  /* line 878, ../scss/_768up.scss */
  .footer #inner-footer {
    background-position: bottom left;
    padding-bottom: 78px;
  }
  /* line 882, ../scss/_768up.scss */
  .footer .twocol {
    width: 14.36464% !important;
  }

  /* line 889, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
}
/*
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.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 18, ../scss/_1030up.scss */
  #logo {
    font-size: 2.3em;
  }
  /* line 20, ../scss/_1030up.scss */
  .home #logo {
    float: none;
    font-size: 3.8em;
    margin: .75em 0 .5em;
  }

  /*HOMEPAGE */
  /* line 31, ../scss/_1030up.scss */
  .featuredpost a:first-child {
    padding: 88px 40px 40px;
  }
  /* line 34, ../scss/_1030up.scss */
  .featuredpost h2 {
    font-size: 2.2em;
  }
  /* line 37, ../scss/_1030up.scss */
  .featuredpost section {
    width: 56%;
  }

  /* line 43, ../scss/_1030up.scss */
  .latestvideo section h2 {
    margin-top: 2.2em;
    font-size: 1.8em;
  }
  /* line 47, ../scss/_1030up.scss */
  .latestvideo section p {
    display: block;
    visibility: visible;
    font-size: 1em;
  }

  /* line 60, ../scss/_1030up.scss */
  .latestblog section .date {
    margin-top: 1em;
    font-size: .8em;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 89, ../scss/_1030up.scss */
  .memberlinks section h2 {
    font-size: 1.2em;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
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.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
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.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 38, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 76, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
