/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

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

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

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

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

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

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

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 408, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

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

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
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/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 66, ../scss/partials/_typography.scss */
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

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

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
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.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
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); */
/*********************
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? */
/******************************************************************
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.

http://susy.oddbird.net/ - Grids using Compass. Very elegant.

******************************************************************/
/* line 1, ../scss/partials/_carousel.scss */
.slideshow {
  overflow: hidden;
  position: relative;
}
/* line 5, ../scss/partials/_carousel.scss */
.slideshow .items {
  width: 100% !important;
}
/* line 8, ../scss/partials/_carousel.scss */
.slideshow .slide {
  float: left;
  position: relative;
}
/* line 13, ../scss/partials/_carousel.scss */
.slideshow .browse {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 100%;
}
/* line 18, ../scss/partials/_carousel.scss */
.slideshow .browse a {
  background-repeat: no-repeat;
  height: 18px;
  width: 36px;
  margin: 0 auto;
  display: block;
  background-image: url(../images/up-down.png);
}
/* line 26, ../scss/partials/_carousel.scss */
.slideshow .browse.prev {
  top: 4%;
  height: 18px;
}
/* line 32, ../scss/partials/_carousel.scss */
.slideshow .browse.next {
  top: 93%;
  height: 18px;
}
/* line 36, ../scss/partials/_carousel.scss */
.slideshow .browse.next a {
  background-position: 0 -18px;
}
/* line 41, ../scss/partials/_carousel.scss */
.slideshow .browse.disabled {
  display: none !important;
}

/* line 46, ../scss/partials/_carousel.scss */
.top-slideshow {
  background-color: black;
}
/* line 49, ../scss/partials/_carousel.scss */
.top-slideshow .slide {
  background-position: center center;
  background-size: cover;
  color: white;
  text-align: center;
  width: 100%;
}
/* line 56, ../scss/partials/_carousel.scss */
.top-slideshow .browse {
  bottom: 0;
  top: 0;
  z-index: 20;
}
/* line 62, ../scss/partials/_carousel.scss */
.top-slideshow .svg {
  position: absolute;
}
/* line 69, ../scss/partials/_carousel.scss */
.top-slideshow .title {
  display: inline-block;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}
/* line 78, ../scss/partials/_carousel.scss */
.top-slideshow .title a {
  color: inherit;
  text-decoration: none;
}
/* line 81, ../scss/partials/_carousel.scss */
.top-slideshow .title a:hover {
  color: #fff;
}
/* line 84, ../scss/partials/_carousel.scss */
.top-slideshow .entry {
  font-size: 16px;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
}
/* line 91, ../scss/partials/_carousel.scss */
.top-slideshow .read-more {
  color: #fff;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 1em;
  text-decoration: none;
}
/* line 97, ../scss/partials/_carousel.scss */
.top-slideshow .read-more:hover {
  color: #fff !important;
}
/* line 99, ../scss/partials/_carousel.scss */
.top-slideshow .pagination {
  top: 33%;
  position: absolute;
  text-align: center;
  width: 13px;
  z-index: 20;
  right: 20px;
}
/* line 106, ../scss/partials/_carousel.scss */
.top-slideshow .pagination span {
  padding: 0;
  min-width: 13px;
}
/* line 110, ../scss/partials/_carousel.scss */
.top-slideshow .pagination a {
  display: inline-block;
  height: 14px;
  margin: 0;
  padding: 0;
  width: 13px;
  background-image: url("../images/slider.png");
  background-position: 0 -14px;
  background-repeat: no-repeat;
}
/* line 119, ../scss/partials/_carousel.scss */
.top-slideshow .pagination a span {
  display: none;
}
/* line 122, ../scss/partials/_carousel.scss */
.top-slideshow .pagination a.selected {
  background-image: url("../images/slider.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
/* line 134, ../scss/partials/_carousel.scss */
.top-slideshow .overlay {
  background-color: black;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
/* line 145, ../scss/partials/_carousel.scss */
.top-slideshow .pagination a:hover, .top-slideshow .pagination a:focus, .top-slideshow .pagination span:hover, .top-slideshow .pagination span:focus {
  background-color: transparent !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 7, ../scss/partials/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 25, ../scss/partials/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 32, ../scss/partials/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 42, ../scss/partials/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 46, ../scss/partials/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 52, ../scss/partials/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 56, ../scss/partials/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 60, ../scss/partials/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 64, ../scss/partials/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 72, ../scss/partials/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 78, ../scss/partials/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 83, ../scss/partials/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox_sprite.png);
}

/* line 87, ../scss/partials/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 99, ../scss/partials/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}

/* line 105, ../scss/partials/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 115, ../scss/partials/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 127, ../scss/partials/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 131, ../scss/partials/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 135, ../scss/partials/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 146, ../scss/partials/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 151, ../scss/partials/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 156, ../scss/partials/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 160, ../scss/partials/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 171, ../scss/partials/_fancybox.scss */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

/* line 176, ../scss/partials/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 180, ../scss/partials/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 184, ../scss/partials/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox_overlay.png);
}

/* line 194, ../scss/partials/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 200, ../scss/partials/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 207, ../scss/partials/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 215, ../scss/partials/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 219, ../scss/partials/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 228, ../scss/partials/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 244, ../scss/partials/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 250, ../scss/partials/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 254, ../scss/partials/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@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) {
  /* line 269, ../scss/partials/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 274, ../scss/partials/_fancybox.scss */
  #fancybox-loading div {
    background-image: url(../images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 280, ../scss/partials/_fancybox.scss */
#search-toggle {
  width: 16px;
}

/* line 283, ../scss/partials/_fancybox.scss */
.search-toggle .open {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* line 289, ../scss/partials/_fancybox.scss */
.search-toggle .close {
  cursor: pointer;
  display: none;
}

/* line 293, ../scss/partials/_fancybox.scss */
.not-mobile .search-toggle .close {
  height: 12px;
  width: 12px;
}

/* line 297, ../scss/partials/_fancybox.scss */
.search-toggle.opened .open {
  display: none;
}

/* line 300, ../scss/partials/_fancybox.scss */
.search-toggle.opened .close {
  display: block;
}

/* line 303, ../scss/partials/_fancybox.scss */
.search-toggle .svg:hover path {
  fill: #342b29;
}

/* line 306, ../scss/partials/_fancybox.scss */
#search-form {
  background-color: #342b29;
  display: none;
  height: 75px;
  left: 0;
  line-height: 75px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 81px;
  z-index: 50;
}

/* line 318, ../scss/partials/_fancybox.scss */
#search-form div {
  background-color: #342b29;
  display: inline-block;
  text-align: center;
  width: 75px;
}

/* line 324, ../scss/partials/_fancybox.scss */
#search-form .svg {
  display: inline-block;
  vertical-align: middle;
}

/* line 328, ../scss/partials/_fancybox.scss */
#search-form input {
  background-color: transparent;
  border: medium none;
  color: white;
  display: inline-block;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-size: 32px;
  font-weight: 500;
  height: 75px;
  left: 95px;
  margin: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

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

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

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

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 44, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #fff;
  text-decoration: none;
}
/* line 50, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 61, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}
/* line 65, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}
/* line 70, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}

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

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 30px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Grad", "Georgia", Cambria, Times New Roman, Times, serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
/* line 59, ../scss/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: white;
}
/* line 65, ../scss/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 77, ../scss/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 89, ../scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 95, ../scss/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 105, ../scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 110, ../scss/modules/_forms.scss */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

/* line 117, ../scss/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/* line 125, ../scss/modules/_forms.scss */
#mc-embedded-subscribe-form {
  padding-top: 10px;
}

/* line 127, ../scss/modules/_forms.scss */
#mce-EMAIL {
  border-radius: 0px !important;
  width: 85%;
  float: left;
  line-height: normal;
}

/* line 128, ../scss/modules/_forms.scss */
#mc-embedded-subscribe {
  background: url(../images/subscribe.png) center center no-repeat #fff;
  height: 30px;
  dsiplay: block;
  float: right;
  width: 15%;
  border: none;
}

/*********************
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.
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 8, ../scss/breakpoints/_base.scss */
html, body {
  height: 100%;
}

/* line 12, ../scss/breakpoints/_base.scss */
body {
  font-family: "Grad", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #402b25;
  background-color: #eaedf2;
  -webkit-font-smoothing: antialiased;
  background: url(../images/bg-home.jpg) center top;
  background-size: 100%;
}
/* line 21, ../scss/breakpoints/_base.scss */
body.page-id-21 {
  background: url(../images/bgOverlay.png) center -80px no-repeat, url(../images/bg-home.jpg) center top;
  background-size: auto, 100%;
}
/* line 27, ../scss/breakpoints/_base.scss */
body.page-id-23 {
  background: url(../images/bgOverlay.png) center 245px no-repeat, url(../images/bg-home.jpg) center top;
  background-size: auto, 100%;
}

/* line 34, ../scss/breakpoints/_base.scss */
#container {
  min-height: 100%;
  position: relative;
}

/* line 37, ../scss/breakpoints/_base.scss */
.holder {
  margin: 0 auto;
  padding-bottom: 116px;
}

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

/*********************
LINK STYLES
*********************/
/* line 99, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: #d24627;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 104, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #402b25;
}
/* line 114, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 128, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 700;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .07em;
  /* removing text decoration from all headline links */
}
/* line 134, ../scss/breakpoints/_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 139, ../scss/breakpoints/_base.scss */
h1, .h1 {
  font-size: 53px;
  line-height: 1.333em;
}

/* line 144, ../scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 150, ../scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 16px;
}

/* line 154, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 15px;
  font-weight: 700;
}

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

/*********************
HEADER STYLES
*********************/
/* line 170, ../scss/breakpoints/_base.scss */
.header {
  background-color: #dba42a;
  border-top: solid 5px #cb9620;
  border-bottom: solid 5px #cb9620;
  min-height: 82px;
}

/* line 180, ../scss/breakpoints/_base.scss */
#logo a {
  width: 8.18331%;
  float: left;
  margin-right: 0.16367%;
  padding-top: 12px;
}

/*********************
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 200, ../scss/breakpoints/_base.scss */
nav {
  clear: both;
  text-align: center;
}

/* line 207, ../scss/breakpoints/_base.scss */
#menu-main-nav {
  padding-top: 12px;
}

/* line 210, ../scss/breakpoints/_base.scss */
.nav {
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 auto;
  width: 50%;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 215, ../scss/breakpoints/_base.scss */
.nav li {
  padding-left: 10px;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 217, ../scss/breakpoints/_base.scss */
.nav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 4px solid transparent;
  /*border: dashed 1px $tan;*/
  display: block;
  padding: .25em 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 236, ../scss/breakpoints/_base.scss */
.nav li a:hover, .nav li a:focus {
  /* border: 1px dashed $white; */
  border: 4px solid transparent;
  border-image: url(../images/dots.png) 4 4 4 4 repeat;
  text-decoration: none;
  color: #fff !important;
}
/* line 261, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* line 291, ../scss/breakpoints/_base.scss */
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a, .single-post .nav li.menu-item-563 a, .category .nav li.menu-item-563 a {
  border: 4px solid transparent;
  border-image: url(../images/dots.png) 4 4 4 4 repeat;
}

/* end .nav */
/* line 297, ../scss/breakpoints/_base.scss */
.subnav {
  background: #342b29;
  text-align: center;
}
/* line 301, ../scss/breakpoints/_base.scss */
.subnav ul {
  margin: 0 auto;
  padding: 10px 0;
  display: none;
  overflow: hidden;
  float: none;
}
/* line 309, ../scss/breakpoints/_base.scss */
.subnav .nav-food-wine .menu-item-567 a, .subnav .nav-shops-amenities .menu-item-545 a {
  color: #d24627;
}
/* line 312, ../scss/breakpoints/_base.scss */
.subnav li {
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  pading-bottom: 7px;
  letter-spacing: .15em;
  text-align: center;
}
/* line 318, ../scss/breakpoints/_base.scss */
.subnav li:last-child {
  padding-right: 0px;
}
/* line 321, ../scss/breakpoints/_base.scss */
.subnav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 326, ../scss/breakpoints/_base.scss */
.subnav li a:hover {
  color: #d24627;
}
/* line 332, ../scss/breakpoints/_base.scss */
.subnav li.current-menu-item a {
  color: #d24627;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 342, ../scss/breakpoints/_base.scss */
.headline {
  padding-top: 30px;
}
/* line 345, ../scss/breakpoints/_base.scss */
.headline h1 {
  font-size: 18px;
  color: #dba42a;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-top: .4em;
  margin-bottom: .4em;
}

/* line 359, ../scss/breakpoints/_base.scss */
.hentry {
  margin-bottom: 1.5em;
}
/* line 370, ../scss/breakpoints/_base.scss */
.hentry footer {
  padding: 1.5em;
}
/* line 374, ../scss/breakpoints/_base.scss */
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* line 381, ../scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* 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 406, ../scss/breakpoints/_base.scss */
.byline {
  font-style: italic;
  margin: 0;
}

/* entry content */
/* line 415, ../scss/breakpoints/_base.scss */
.entry-content {
  /*	padding: 1.5em 1.5em 0; */
  /*
  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 418, ../scss/breakpoints/_base.scss */
.entry-content p {
  margin: 0 0 1.5em;
}
/* line 443, ../scss/breakpoints/_base.scss */
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
/* line 448, ../scss/breakpoints/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 12px;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 457, ../scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
/* line 460, ../scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
/* line 465, ../scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
/* line 469, ../scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 474, ../scss/breakpoints/_base.scss */
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
/* line 479, ../scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 484, ../scss/breakpoints/_base.scss */
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
/* line 499, ../scss/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 15px;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 506, ../scss/breakpoints/_base.scss */
.entry-content img {
  /*	margin: 0 0 1.5em 0; */
  max-width: 100%;
  height: auto;
}
/* line 522, ../scss/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 531, ../scss/breakpoints/_base.scss */
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 15px;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 542, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 548, ../scss/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 554, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 588, ../scss/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 596, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 600, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 603, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 612, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
/* line 621, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 16px;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #d24627;
}
/* line 633, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #573930;
  color: #fff;
}
/* line 639, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #5c6b80;
}
/* line 643, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #573930;
  color: #5c6b80;
}

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

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 671, ../scss/breakpoints/_base.scss */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}

/* line 691, ../scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 696, ../scss/breakpoints/_base.scss */
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 703, ../scss/breakpoints/_base.scss */
.comment .comment-author {
  padding: 7px;
  border: 0;
}
/* line 709, ../scss/breakpoints/_base.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 712, ../scss/breakpoints/_base.scss */
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 720, ../scss/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 15px;
  font-style: italic;
}
/* line 725, ../scss/breakpoints/_base.scss */
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
/* line 729, ../scss/breakpoints/_base.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 739, ../scss/breakpoints/_base.scss */
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
/* line 747, ../scss/breakpoints/_base.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 751, ../scss/breakpoints/_base.scss */
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 769, ../scss/breakpoints/_base.scss */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 773, ../scss/breakpoints/_base.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 778, ../scss/breakpoints/_base.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 791, ../scss/breakpoints/_base.scss */
.comment.odd {
  background-color: #fff;
}
/* line 794, ../scss/breakpoints/_base.scss */
.comment.even {
  background: #f8f9fa;
}

/* comment meta */
/* comment content */
/* line 828, ../scss/breakpoints/_base.scss */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 16px;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* line 837, ../scss/breakpoints/_base.scss */
.comment-reply-link {
  font-size: 15px;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 849, ../scss/breakpoints/_base.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 15px;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 862, ../scss/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

/* line 868, ../scss/breakpoints/_base.scss */
#reply-title {
  margin: 0;
}

/* line 872, ../scss/breakpoints/_base.scss */
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* line 877, ../scss/breakpoints/_base.scss */
.logged-in-as a {
  color: #5c6b80;
}

/* line 882, ../scss/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

/* line 886, ../scss/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 15px;
}

/* comment submit button */
/* line 893, ../scss/breakpoints/_base.scss */
#submit {
  float: right;
  font-size: 16px;
}

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

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

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

/*********************
SIDEBARS & ASIDES
*********************/
/* line 928, ../scss/breakpoints/_base.scss */
.widgettitle {
  color: #c08800;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0  0.65em 0;
}
/* line 934, ../scss/breakpoints/_base.scss */
.widgettitle a {
  color: #c08800;
}

/* line 937, ../scss/breakpoints/_base.scss */
.widget {
  padding: 0 10px;
  margin: 0 0 30px;
  text-align: center;
  color: #402b25;
  font-size: 15px;
}
/* line 944, ../scss/breakpoints/_base.scss */
.widget .menu a {
  color: #d24627;
  text-transform: uppercase;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
/* line 953, ../scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}
/* line 961, ../scss/breakpoints/_base.scss */
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}

/* line 969, ../scss/breakpoints/_base.scss */
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
/*********************
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 995, ../scss/breakpoints/_base.scss */
#outer-footer {
  font-family: "Grad", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: 10px;
  padding: 0 0 0.45em 0;
  color: #dba42a;
  text-transform: uppercase;
}
/* line 1003, ../scss/breakpoints/_base.scss */
#outer-footer ul {
  width: 260px;
  margin: 0 auto;
  padding-bottom: 20px;
}
/* line 1008, ../scss/breakpoints/_base.scss */
#outer-footer li {
  padding-right: .75em;
}
/* line 1009, ../scss/breakpoints/_base.scss */
#outer-footer .divider {
  display: none;
}
/* line 1010, ../scss/breakpoints/_base.scss */
#outer-footer .line2 {
  float: left;
}

/* line 1013, ../scss/breakpoints/_base.scss */
.footernav {
  text-align: center;
}
/* line 1015, ../scss/breakpoints/_base.scss */
.footernav .imagelink {
  padding-top: 20px;
  display: block;
}

/* line 1023, ../scss/breakpoints/_base.scss */
.footer {
  clear: both;
  width: 100%;
  color: #fff;
  bottom: 0;
  height: 116px;
  position: absolute;
}
/* line 1034, ../scss/breakpoints/_base.scss */
.footer #inner-footer {
  background-color: #dba42a;
}

/* line 1047, ../scss/breakpoints/_base.scss */
.footer-links ul li {
  text-align: center;
  /*
  be careful with the depth of your menus.
  it's very rare to have multi-depth menus in
  the footer.
  */
}
/* line 1050, ../scss/breakpoints/_base.scss */
.footer-links ul li a {
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: .2em;
  font-weight: 700;
}
/* line 1058, ../scss/breakpoints/_base.scss */
.footer-links ul li a:hover {
  color: #573930 !important;
}
/* line 1070, ../scss/breakpoints/_base.scss */
.footer-links .social-nav a {
  color: #402b25;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 20px;
  font-weight: normal !important;
}
/* line 1077, ../scss/breakpoints/_base.scss */
.footer-links .social-nav a:hover {
  color: #fff !important;
}
/* line 1080, ../scss/breakpoints/_base.scss */
.footer-links .social-nav .facebook a {
  background-image: url(../images/ftrFacebook.png);
}
/* line 1085, ../scss/breakpoints/_base.scss */
.footer-links .social-nav .twitter a {
  background-image: url(../images/ftrTwitter.png);
}
/* line 1090, ../scss/breakpoints/_base.scss */
.footer-links .social-nav .instagram a {
  background-image: url(../images/ftrInstagram.png);
}
/* line 1096, ../scss/breakpoints/_base.scss */
.footer-links .social-nav .credits a {
  opacity: 0.5;
  padding: 20px 0;
}

/* end .footer-links */
/* line 1110, ../scss/breakpoints/_base.scss */
.featured-image {
  overflow: hidden;
}
/* line 1112, ../scss/breakpoints/_base.scss */
.featured-image img {
  width: 100%;
}

/* line 1115, ../scss/breakpoints/_base.scss */
#menu {
  display: block;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  z-index: 9999999999999;
  cursor: pointer;
  cursor: hand;
}
/* line 1119, ../scss/breakpoints/_base.scss */
#menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 5px;
  border-top: 15px double #fff;
  border-bottom: 5px solid #fff;
}

/* line 1130, ../scss/breakpoints/_base.scss */
.navbar-replace.js {
  display: none;
}

/* line 1133, ../scss/breakpoints/_base.scss */
#main-directory-cat {
  clear: both;
  padding-top: 30px;
  color: #402b25;
}
/* line 1137, ../scss/breakpoints/_base.scss */
#main-directory-cat h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d24627;
  text-decoration: none;
  font-weight: bold;
}
/* line 1146, ../scss/breakpoints/_base.scss */
#main-directory-cat p {
  padding: 0;
  margin: 0;
}
/* line 1150, ../scss/breakpoints/_base.scss */
#main-directory-cat .content_footer {
  margin: 0 auto;
  float: none !important;
  width: 66.66667%;
  float: left;
}
/* line 1155, ../scss/breakpoints/_base.scss */
#main-directory-cat li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: italic;
}
/* line 1162, ../scss/breakpoints/_base.scss */
#main-directory-cat .phone, #main-directory-cat .web {
  display: none;
}
/* line 1164, ../scss/breakpoints/_base.scss */
#main-directory-cat .location:before {
  content: 'Location: ';
  color: #d24627;
  font-style: italic;
}
/* line 1171, ../scss/breakpoints/_base.scss */
#main-directory-cat .hours:before {
  content: 'Hours: ';
  color: #d24627;
  font-style: italic;
}
/* line 1179, ../scss/breakpoints/_base.scss */
#main-directory-cat .featured-image {
  position: relative;
  line-height: 0;
}
/* line 1185, ../scss/breakpoints/_base.scss */
#main-directory-cat .featured-image a .overlays {
  display: none;
}
/* line 1186, ../scss/breakpoints/_base.scss */
#main-directory-cat .featured-image a:hover .overlays {
  position: absolute;
  background: rgba(210, 70, 39, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 1196, ../scss/breakpoints/_base.scss */
#main-directory-cat .featured-image a:hover .overlays span {
  position: relative;
  top: 50%;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: .2em;
}

/* line 1213, ../scss/breakpoints/_base.scss */
.content_footer {
  border-top: solid 1px #dba42a;
  padding-top: 5px;
  margin-top: 20px;
  text-align: center;
  clear: both;
}
/* line 1219, ../scss/breakpoints/_base.scss */
.content_footer:before {
  border-bottom: solid 1px #dba42a;
  content: ' ';
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
/* line 1226, ../scss/breakpoints/_base.scss */
.content_footer a {
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323944;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .2em;
}
/* line 1233, ../scss/breakpoints/_base.scss */
.content_footer a span {
  padding-left: 10px;
  color: #d24627;
  text-transform: lowercase;
  font-style: italic;
  font-family: "Grad", "Georgia", Cambria, Times New Roman, Times, serif;
  letter-spacing: normal;
}
/* line 1240, ../scss/breakpoints/_base.scss */
.content_footer a span:after {
  content: '\2192';
  padding-left: 5px;
  font-size: 12px;
}

/* line 1250, ../scss/breakpoints/_base.scss */
.footer {
  padding-top: 40px;
}

/* line 1254, ../scss/breakpoints/_base.scss */
.top-slideshow .title {
  font-size: 20px;
}

/* line 1260, ../scss/breakpoints/_base.scss */
.gm-style img {
  max-width: none;
}

/* line 1262, ../scss/breakpoints/_base.scss */
.nav-19 .menu-item-569 a, .nav-27 .menu-item-547 a, .nav-100 .menu-item-532 a, .nav-185 .menu-item-563 a, .nav-90 .menu-item-533 a, .shoppage .menu-item-547 a {
  border: 4px solid transparent;
  border-image: url(../images/dots.png) 4 4 4 4 repeat;
}

/* line 1266, ../scss/breakpoints/_base.scss */
.headerimage {
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
}

/* line 1275, ../scss/breakpoints/_base.scss */
.toggle-page .toggle {
  border-bottom: 1px solid #dba42a;
  padding: 20px 0 30px;
  margin-bottom: 20px;
}
/* line 1279, ../scss/breakpoints/_base.scss */
.toggle-page .toggle:last-child {
  border-bottom: none;
}
/* line 1283, ../scss/breakpoints/_base.scss */
.toggle-page section div {
  clear: both;
}
/* line 1285, ../scss/breakpoints/_base.scss */
.toggle-page .closed {
  padding-top: 20px;
  display: none;
}
/* line 1288, ../scss/breakpoints/_base.scss */
.toggle-page h2 {
  float: left;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding-right: .75em;
  text-transform: uppercase;
  width: 90%;
  padding: 0 0 15px;
  margin: 0;
}
/* line 1297, ../scss/breakpoints/_base.scss */
.toggle-page h2 a {
  color: #d24627;
  padding-left: 10px;
}
/* line 1300, ../scss/breakpoints/_base.scss */
.toggle-page h2 a:before {
  content: ' ';
  background: url(../images/plus-minus.png) no-repeat 0 0;
  height: 20px;
  width: 20px;
  display: block;
  border: none;
  float: left;
  margin-top: 3px;
}
/* line 1309, ../scss/breakpoints/_base.scss */
.toggle-page h2 a.open:before {
  background-position: -20px 0;
}

/* line 1319, ../scss/breakpoints/_base.scss */
.directory-detail h1 {
  font-size: 28px;
  font-weight: bold;
  color: #d24627;
  text-transform: uppercase;
}

/* line 1330, ../scss/breakpoints/_base.scss */
.content {
  clear: both;
  padding-top: 30px;
  color: #402b25;
  font-size: 15px;
}

/* line 1333, ../scss/breakpoints/_base.scss */
.gallery img {
  width: 100%;
  margin: 0;
}
/* line 1336, ../scss/breakpoints/_base.scss */
.gallery .square li {
  width: 50%;
  float: left;
  padding: 0 2px 2px 0;
  line-height: 0;
}
/* line 1346, ../scss/breakpoints/_base.scss */
.gallery .horizontal li {
  width: 24.5098%;
  float: left;
  margin-left: 0.2451%;
  margin-right: 0.2451%;
  padding-right: 2px;
}
/* line 1349, ../scss/breakpoints/_base.scss */
.gallery .horizontal li:last-child {
  width: 49.5098%;
  float: left;
  margin-left: 0.2451%;
  margin-right: 0.2451%;
}
/* line 1354, ../scss/breakpoints/_base.scss */
.gallery span {
  float: right;
  color: #d24627;
  font-size: 12px;
  font-style: italic;
  padding-top: 7px;
}

/* line 1364, ../scss/breakpoints/_base.scss */
.directorylisting {
  clear: both;
}
/* line 1366, ../scss/breakpoints/_base.scss */
.directorylisting div {
  height: 65px;
}
/* line 1369, ../scss/breakpoints/_base.scss */
.directorylisting div.odd {
  background: rgba(255, 255, 255, 0.5);
}
/* line 1372, ../scss/breakpoints/_base.scss */
.directorylisting div .coverlink {
  width: 100%;
}
/* line 1373, ../scss/breakpoints/_base.scss */
.directorylisting div a {
  display: block;
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 33;
}
/* line 1378, ../scss/breakpoints/_base.scss */
.directorylisting div a:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* line 1381, ../scss/breakpoints/_base.scss */
.directorylisting div ul {
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 1388, ../scss/breakpoints/_base.scss */
.directorylisting div ul li.leftside {
  margin-bottom: 3px;
  padding: 12px 30px 0;
}
/* line 1393, ../scss/breakpoints/_base.scss */
.directorylisting div ul li.rightside {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 2px 30px 0;
}
/* line 1400, ../scss/breakpoints/_base.scss */
.directorylisting div ul li span {
  color: #d24627;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

/* line 1413, ../scss/breakpoints/_base.scss */
.directory-map {
  text-align: center;
}

/* line 1419, ../scss/breakpoints/_base.scss */
#archivecontent {
  padding-top: 82px;
}
/* line 1422, ../scss/breakpoints/_base.scss */
#archivecontent .content_footer {
  margin: 0 auto;
  float: none !important;
  width: 66.66667%;
  float: left;
}
/* line 1427, ../scss/breakpoints/_base.scss */
#archivecontent #main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  color: #402b25;
  padding-bottom: 30px;
}
/* line 1434, ../scss/breakpoints/_base.scss */
#archivecontent .directory-header {
  margin-bottom: 50px;
}
/* line 1435, ../scss/breakpoints/_base.scss */
#archivecontent .sidebar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
}
/* line 1439, ../scss/breakpoints/_base.scss */
#archivecontent article {
  border-bottom: solid 1px #dba42a;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
/* line 1445, ../scss/breakpoints/_base.scss */
#archivecontent h3, #archivecontent h3 a {
  color: #d24627;
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 5px;
  display: block;
}
/* line 1456, ../scss/breakpoints/_base.scss */
#archivecontent .byline .amp {
  font-style: normal;
  margin: 0 15px;
}
/* line 1460, ../scss/breakpoints/_base.scss */
#archivecontent .byline a {
  color: #c08800;
  text-decoration: none;
}
/* line 1465, ../scss/breakpoints/_base.scss */
#archivecontent .entry-content {
  padding-top: 20px;
}
/* line 1467, ../scss/breakpoints/_base.scss */
#archivecontent .entry-content img {
  margin-bottom: 10px;
}

/* line 1477, ../scss/breakpoints/_base.scss */
.homenavholder.fixed {
  position: fixed;
  top: 0;
  z-index: 50;
  height: 81px;
  width: 100%;
}
/* line 1486, ../scss/breakpoints/_base.scss */
.homenavholder #menu.fixer {
  top: 25px !important;
}

/* line 1492, ../scss/breakpoints/_base.scss */
.home {
  color: #402b25;
}
/* line 1495, ../scss/breakpoints/_base.scss */
.home .category-instagram {
  padding-bottom: 30px;
  background-image: url(../images/hpInstagram.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}
/* line 1503, ../scss/breakpoints/_base.scss */
.home article header, .home article section {
  padding: 0 20px;
}
/* line 1506, ../scss/breakpoints/_base.scss */
.home article .entry-content {
  font-size: 15px;
}
/* line 1509, ../scss/breakpoints/_base.scss */
.home article .entry-content p {
  margin-bottom: .8em;
}
/* line 1512, ../scss/breakpoints/_base.scss */
.home article .entry-content div {
  font-style: italic;
  margin-bottom: .8em;
}
/* line 1516, ../scss/breakpoints/_base.scss */
.home article .entry-content .web, .home article .entry-content .phone {
  display: none;
}
/* line 1522, ../scss/breakpoints/_base.scss */
.home article .article-header h2, .home article .type-event_type h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d24627;
  padding-top: 10px;
  font-weight: 700;
}
/* line 1531, ../scss/breakpoints/_base.scss */
.home article #content {
  padding-top: 30px !important;
}
/* line 1536, ../scss/breakpoints/_base.scss */
.home .hentry {
  margin: 1.5em 0 0;
}

/* line 1543, ../scss/breakpoints/_base.scss */
.location:before {
  content: 'Location: ';
  color: #d24627;
  font-style: italic;
}

/* line 1550, ../scss/breakpoints/_base.scss */
.hours:before {
  content: 'Hours: ';
  color: #d24627;
  font-style: italic;
}

/* line 1557, ../scss/breakpoints/_base.scss */
.web:before {
  content: 'Website: ';
  color: #d24627;
  font-style: italic;
}

/* line 1563, ../scss/breakpoints/_base.scss */
.phone:before {
  content: 'Phone: ';
  color: #d24627;
  font-style: italic;
}

/* line 1570, ../scss/breakpoints/_base.scss */
.home-c-2 .event_type, .home-c-3 article {
  background-color: rgba(87, 57, 48, 0.05);
}
/* line 1574, ../scss/breakpoints/_base.scss */
.home-c-2 .event_type .entry-content a, .home-c-2 .event_type .entry-content h2, .home-c-3 article .entry-content a, .home-c-3 article .entry-content h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d24627;
  text-decoration: none;
  font-weight: 700;
}

/* line 1586, ../scss/breakpoints/_base.scss */
.new {
  position: relative;
}
/* line 1588, ../scss/breakpoints/_base.scss */
.new:before {
  content: '';
  height: 48px;
  width: 48px;
  display: block;
  float: right;
  position: absolute;
  z-index: 20;
  background-image: url(../images/new.png);
  background-repeat: no-repeat;
  top: -10px;
  right: 15px;
}

/* line 1603, ../scss/breakpoints/_base.scss */
.stickyheader, .subnav {
  position: fixed;
  z-index: 999999;
  width: 100%;
  text-align: center;
}

/* line 1609, ../scss/breakpoints/_base.scss */
.subnav {
  top: 249px;
}

/* line 1611, ../scss/breakpoints/_base.scss */
#content-pad,
#content-padsm {
  padding-top: 82px;
}

/* line 1616, ../scss/breakpoints/_base.scss */
.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

/* line 1620, ../scss/breakpoints/_base.scss */
#archivecontent {
  padding-bottom: 50px;
}

/* line 1625, ../scss/breakpoints/_base.scss */
#sticky-posts-2 h4 {
  background: url(../images/wInstagram.png) no-repeat right 110px top 7px;
}

/* line 1630, ../scss/breakpoints/_base.scss */
.widget_reallysimpletwitterwidget li {
  padding-bottom: 15px;
}
/* line 1632, ../scss/breakpoints/_base.scss */
.widget_reallysimpletwitterwidget h4 {
  background: url(../images/wTwitter.png) no-repeat 15px 7px;
}

/* line 1637, ../scss/breakpoints/_base.scss */
.twitter_title_link img {
  display: none;
}

/* line 1644, ../scss/breakpoints/_base.scss */
.imagearea {
  padding-bottom: 20px;
}
/* line 1647, ../scss/breakpoints/_base.scss */
.imagearea.responsive-large .left, .imagearea.responsive-large .right {
  display: none;
}
/* line 1649, ../scss/breakpoints/_base.scss */
.imagearea a {
  height: 36px;
  display: inline-block;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1656, ../scss/breakpoints/_base.scss */
.imagearea .left {
  width: 49%;
  float: left;
  text-align: right;
  position: relative;
}
/* line 1662, ../scss/breakpoints/_base.scss */
.imagearea .left a {
  background: url(../images/arrows.png) no-repeat 0 0;
  padding: 8px 0 0 30px;
  margin-bottom: 20px;
}
/* line 1669, ../scss/breakpoints/_base.scss */
.imagearea .right {
  width: 49%;
  float: right;
  position: relative;
}
/* line 1676, ../scss/breakpoints/_base.scss */
.imagearea .right a {
  background: url(../images/arrows.png) no-repeat right -36px;
  padding: 8px 36px 0 0;
  margin-bottom: 20px;
}
/* line 1683, ../scss/breakpoints/_base.scss */
.imagearea .tooltip {
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 1688, ../scss/breakpoints/_base.scss */
.clear {
  clear: both !important;
}

/* line 1689, ../scss/breakpoints/_base.scss */
.directory-select-holder {
  background: #dba42a;
  width: 268px;
  margin: 30px auto;
}

/* line 1690, ../scss/breakpoints/_base.scss */
.directory-select {
  width: 240px;
  height: 36px;
  overflow: hidden;
  border: none;
}
/* line 1695, ../scss/breakpoints/_base.scss */
.directory-select select {
  background: url(../images/arrow-gold.png) no-repeat right 14px center #dba42a;
  width: 268px;
  padding: 5px 5px 5px 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: .2em;
  line-height: 1;
  border: 0 !important;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  text-align: right;
  padding-right: 40px;
  margin-right: 40px;
}
/* line 1712, ../scss/breakpoints/_base.scss */
.directory-select select option {
  width: 220px;
  margin: 0;
  padding: 0;
}

/* line 1718, ../scss/breakpoints/_base.scss */
.directory-link {
  color: #fffaec !important;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: auto !important;
  width: auto !important;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  padding-bottom: 10px;
}
/* line 1719, ../scss/breakpoints/_base.scss */
.directory-link:after {
  content: '>';
  color: #17242b;
  font-size: 12px;
  padding-left: 5px;
}

/* Absolute Center CSS Spinner */
/* line 1730, ../scss/breakpoints/_base.scss */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
/* line 1744, ../scss/breakpoints/_base.scss */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
/* line 1756, ../scss/breakpoints/_base.scss */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 1765, ../scss/breakpoints/_base.scss */
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 1849, ../scss/breakpoints/_base.scss */
.directorylisting {
  font-size: 12px;
}
/* line 1850, ../scss/breakpoints/_base.scss */
.directorylisting a, .directorylisting span {
  font-size: 12px;
}

/* line 1853, ../scss/breakpoints/_base.scss */
.directory-map {
  display: none;
}

/* line 1856, ../scss/breakpoints/_base.scss */
.header {
  position: static;
}

/* line 1858, ../scss/breakpoints/_base.scss */
.home .featured-image {
  position: relative;
  line-height: 0;
}
/* line 1864, ../scss/breakpoints/_base.scss */
.home .featured-image a .overlays {
  display: none;
}
/* line 1865, ../scss/breakpoints/_base.scss */
.home .featured-image a:hover .overlays {
  position: absolute;
  background: rgba(210, 70, 39, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 1875, ../scss/breakpoints/_base.scss */
.home .featured-image a:hover .overlays span {
  position: relative;
  top: 50%;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
  color: #fff;
}

/* line 1894, ../scss/breakpoints/_base.scss */
.top-slideshow, .top-slideshow .slide, .top-slideshow .items {
  min-height: 480px;
}

/* line 1897, ../scss/breakpoints/_base.scss */
.top-slideshow .slide .entry, .top-slideshow .slide .read-more, .top-slideshow .browse {
  opacity: 1;
}

/* line 1900, ../scss/breakpoints/_base.scss */
.top-slideshow:hover .slide .read-more, .top-slideshow:hover .slide .entry, .top-slideshow:hover .browse {
  opacity: 1;
}

/* line 1903, ../scss/breakpoints/_base.scss */
.top-slideshow .overlay {
  opacity: 0.4;
}

/* line 1907, ../scss/breakpoints/_base.scss */
.caroufredsel_wrapper {
  min-height: 480px;
  width: 100% !important;
}

/* line 1909, ../scss/breakpoints/_base.scss */
.top-slideshow .wrapper {
  margin: -10%  auto 0;
  width: 50% !important;
  z-index: 20;
  position: absolute;
  top: 20%;
  left: 25%;
}

/* line 1920, ../scss/breakpoints/_base.scss */
#reallysimpletwitterwidget-2, #sticky-posts-2 {
  display: none;
}

/* line 1922, ../scss/breakpoints/_base.scss */
.wp-pagenavi {
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

/* line 1924, ../scss/breakpoints/_base.scss */
.twitter_intents {
  display: inline-flex;
}

/* line 1928, ../scss/breakpoints/_base.scss */
.singular-tweet {
  border-bottom: 1px solid #dba42a;
  padding-top: 20px;
  padding-bottom: 15px;
}

/* line 1934, ../scss/breakpoints/_base.scss */
path {
  fill: black;
}

/* line 1938, ../scss/breakpoints/_base.scss */
.favorite {
  background-size: 20px 20px;
}

/* line 1942, ../scss/breakpoints/_base.scss */
.tweet-icon-container {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

/* line 1949, ../scss/breakpoints/_base.scss */
.tweet-icon-container path:visited {
  opacity: 50%;
}

/* line 1953, ../scss/breakpoints/_base.scss */
.retweet path:hover {
  fill: #19CF86;
}

/* line 1957, ../scss/breakpoints/_base.scss */
.favorite path:hover {
  fill: #E81C4F;
}

/* line 1961, ../scss/breakpoints/_base.scss */
.timestamp {
  color: black;
  margin: 5px 0 15px;
}

/* line 1966, ../scss/breakpoints/_base.scss */
.twitter-image {
  max-width: 500px;
}

/* line 1970, ../scss/breakpoints/_base.scss */
.tweet-title, #archivecontent h3.tweet-title {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 18px;
}

/* line 1975, ../scss/breakpoints/_base.scss */
.page-template-p-news-press #archivecontent #main {
  width: 100%;
}

/* line 1979, ../scss/breakpoints/_base.scss */
.tweet_link {
  margin-top: 0px;
}

/* line 1983, ../scss/breakpoints/_base.scss */
.tweet_link:hover {
  color: black;
}

/* line 1987, ../scss/breakpoints/_base.scss */
.content_pagination {
  width: 100%;
  float: none;
  clear: both;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Soleil","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #323944;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .2em;
}

/* line 2001, ../scss/breakpoints/_base.scss */
.content_pagination a {
  padding: 0 30px 0 30px;
}

/*********************
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.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 33, ../scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 34, ../scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 35, ../scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 36, ../scss/breakpoints/_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
  *********************/
  /* entry content */
  /* line 81, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 85, ../scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 90, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 95, ../scss/breakpoints/_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 */
  /* line 123, ../scss/breakpoints/_481up.scss */
  nav#mobile #toggle-bar {
    line-height: 70px;
    height: 70px;
  }

  /*
  Toggle button #1 ("Menu")
  */
  /* line 132, ../scss/breakpoints/_481up.scss */
  nav#mobile strong a {
    margin-left: 30px;
    border: 1px solid #444;
    padding: 10px;
  }

  /*
  Toggle button #2 ("Navicon")
  */
  /* line 142, ../scss/breakpoints/_481up.scss */
  nav#mobile .navicon {
    float: right;
    height: 6px;
    width: 34px;
    margin: 20px;
    border-top: 18px double #FFF;
    border-bottom: 6px solid #FFF;
    font-size: 0;
  }

  /*
  The dropdown menu
  */
  /* line 156, ../scss/breakpoints/_481up.scss */
  nav#mobile ul li {
    clear: both;
    list-style: none;
  }

  /* line 161, ../scss/breakpoints/_481up.scss */
  nav#mobile ul li a {
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 2px 0;
    padding: 6px 0 6px 8px;
  }

  /* line 169, ../scss/breakpoints/_481up.scss */
  nav#mobile ul ul {
    font-size: small;
  }

  /* line 173, ../scss/breakpoints/_481up.scss */
  nav#mobile ul ul li {
    margin-left: 30px;
  }

  /* line 177, ../scss/breakpoints/_481up.scss */
  nav#mobile ul ul a {
    padding-left: 8px;
  }

  /* line 182, ../scss/breakpoints/_481up.scss */
  nav#mobile ul ul a:before {
    content: "2192";
    padding-right: 8px;
  }

  /* line 188, ../scss/breakpoints/_481up.scss */
  .top-slideshow .wrapper {
    top: 40%;
  }
  /* line 191, ../scss/breakpoints/_481up.scss */
  .top-slideshow .title {
    font-size: 28px;
  }
}
/*********************
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: 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
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/breakpoints/_768up.scss */
  .wrap {
    width: 90%;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 41, ../scss/breakpoints/_768up.scss */
  #logo a {
    width: 24.87725%;
    float: left;
    margin-right: 0.16367%;
  }
  /* line 43, ../scss/breakpoints/_768up.scss */
  #logo a img {
    margin-left: 0;
    width: 165px;
    padding-top: 10px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 55, ../scss/breakpoints/_768up.scss */
  nav {
    width: 74.95908%;
    float: right;
    margin-right: 0;
    padding-right: 0;
    clear: none;
  }

  /* line 61, ../scss/breakpoints/_768up.scss */
  .nav {
    border-bottom: 0;
    margin: 0;
    float: right;
    padding-right: 0;
    width: auto;
    /*@include span(9 at 4 of 12); */
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 72, ../scss/breakpoints/_768up.scss */
  .nav .sub-menu {
    display: none;
  }
  /* line 76, ../scss/breakpoints/_768up.scss */
  .nav.showsubnav .current-menu-item .sub-menu {
    display: block !important;
    position: absolute;
  }
  /* line 80, ../scss/breakpoints/_768up.scss */
  .nav li {
    float: left;
    padding-left: 3px;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 83, ../scss/breakpoints/_768up.scss */
  .nav li a {
    margin-top: .92em;
    padding: .25em .5em;
    /*.nav {
    	ul {
    		background:$black;
    		margin-top:0;
    	}
    	li {
    		float: left;
    		position: relative;
    
    		a {
    			border-bottom: 0;
    
    		
    			you can use hover styles here even though this size
    			has the possibility of being a mobile device.
    			*/
  }
  /* line 108, ../scss/breakpoints/_768up.scss */
  .nav li.searchbutton span {
    background: url(../images/search.png) no-repeat;
    display: block;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    margin: 17px 0 0 16px;
    border: none;
    cursor: pointer;
    cursor: hand;
  }
  /* line 117, ../scss/breakpoints/_768up.scss */
  .nav li.searchbutton span:hover {
    border: none;
  }
  /* line 128, ../scss/breakpoints/_768up.scss */
  .nav li .sub-menu {
    /* highlight sub-menu current page */
  }
  /* line 131, ../scss/breakpoints/_768up.scss */
  .nav li .sub-menu li {
    float: left;
    position: static !important;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 148, ../scss/breakpoints/_768up.scss */
  .nav li .sub-menu li:last-child a {
    border-bottom: 0;
  }
  /* line 158, ../scss/breakpoints/_768up.scss */
  .nav li .sub-menu li ul {
    top: 0;
    left: 100%;
  }
  /* line 173, ../scss/breakpoints/_768up.scss */
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* line 184, ../scss/breakpoints/_768up.scss */
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current_page_ancestor a {
    border: 4px solid transparent;
    border-image: url(../images/dots.png) 4 4 4 4 repeat;
  }

  /* end .nav */
  /* line 190, ../scss/breakpoints/_768up.scss */
  .subnav {
    height: 45px;
    text-align: center;
  }
  /* line 194, ../scss/breakpoints/_768up.scss */
  .subnav ul {
    margin: 0 auto;
    display: inline-block !important;
    padding: 0;
    overflow: hidden;
    float: none;
  }
  /* line 202, ../scss/breakpoints/_768up.scss */
  .subnav li {
    float: left;
    line-height: 0;
    padding: 22px 15px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 219, ../scss/breakpoints/_768up.scss */
  #archivecontent #main {
    width: 66.66667%;
    float: left;
  }
  /* line 225, ../scss/breakpoints/_768up.scss */
  #archivecontent .sidebar {
    width: 24.87725%;
    float: right;
    margin-right: 0;
  }

  /* 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 330, ../scss/breakpoints/_768up.scss */
  #outer-footer {
    padding: 0 0 0.45em 10em;
    text-align: left;
  }
  /* line 333, ../scss/breakpoints/_768up.scss */
  #outer-footer ul {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  /* line 339, ../scss/breakpoints/_768up.scss */
  #outer-footer .divider {
    display: block;
  }

  /* line 349, ../scss/breakpoints/_768up.scss */
  .footer ul li {
    float: left;
  }

  /* line 355, ../scss/breakpoints/_768up.scss */
  .imagelink {
    padding-top: 13px !important;
    padding-left: 20px;
    float: left;
  }

  /* line 360, ../scss/breakpoints/_768up.scss */
  .footer-nav {
    float: left;
  }

  /* line 368, ../scss/breakpoints/_768up.scss */
  .footer-links ul li {
    float: left;
    padding: 0 .2em;
  }
  /* line 379, ../scss/breakpoints/_768up.scss */
  .footer-links .social-nav {
    float: right;
  }
  /* line 404, ../scss/breakpoints/_768up.scss */
  .footer-links .social-nav .credits a {
    padding: 0;
  }

  /* end .footer-links */
  /* line 414, ../scss/breakpoints/_768up.scss */
  .home-c-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 418, ../scss/breakpoints/_768up.scss */
  .home-c-2 {
    width: 49.50495%;
    float: left;
    margin-right: 0.9901%;
  }

  /* line 421, ../scss/breakpoints/_768up.scss */
  .home-c-3 {
    width: 49.50495%;
    float: right;
    margin-right: 0;
  }

  /* line 434, ../scss/breakpoints/_768up.scss */
  nav#mobile {
    display: none;
  }

  /* line 451, ../scss/breakpoints/_768up.scss */
  #main-directory-cat section {
    width: 23.80952%;
    float: left;
    margin-left: 0.59524%;
    margin-right: 0.59524%;
  }

  /* line 484, ../scss/breakpoints/_768up.scss */
  .homesearch {
    position: static !important;
  }

  /* line 485, ../scss/breakpoints/_768up.scss */
  .home #search-form input {
    position: relative;
  }

  /* line 488, ../scss/breakpoints/_768up.scss */
  .navbar-replace.js {
    display: block;
  }

  /* line 489, ../scss/breakpoints/_768up.scss */
  #menu {
    display: none;
  }

  /* line 494, ../scss/breakpoints/_768up.scss */
  .headline div {
    width: 33.16993%;
    float: left;
    margin-left: 0.0817%;
    margin-right: 0.0817%;
    height: 20px;
    border-bottom: 1px solid #dba42a;
  }
  /* line 499, ../scss/breakpoints/_768up.scss */
  .headline h1 {
    width: 33.16993%;
    float: left;
    margin-left: 0.0817%;
    margin-right: 0.0817%;
  }

  /* line 505, ../scss/breakpoints/_768up.scss */
  .top-slideshow .title {
    font-size: 53px;
  }

  /* line 510, ../scss/breakpoints/_768up.scss */
  #content-pad {
    padding-top: 127px;
  }

  /* line 511, ../scss/breakpoints/_768up.scss */
  .subnav {
    top: 82px;
  }

  /* line 514, ../scss/breakpoints/_768up.scss */
  .directory-map {
    display: block;
  }

  /* line 515, ../scss/breakpoints/_768up.scss */
  .directory-select-holder {
    margin: 0 0 30px;
    float: right;
  }

  /* line 516, ../scss/breakpoints/_768up.scss */
  .pop_up {
    width: 300px;
    height: 200px;
    border: 1px solid black;
    position: relative;
  }

  /* line 518, ../scss/breakpoints/_768up.scss */
  .directory-container {
    background: url(../images/directory-main.png) no-repeat;
    background-size: 769px;
  }

  /* line 519, ../scss/breakpoints/_768up.scss */
  .directory-container span span {
    bottom: -11px;
    display: block;
    height: 11px;
    position: absolute;
    width: 17px;
  }

  /* line 526, ../scss/breakpoints/_768up.scss */
  .directory-container li span a:hover {
    background: none;
  }

  /* line 527, ../scss/breakpoints/_768up.scss */
  .tooltiper {
    background: none repeat scroll 0 0 #d24627;
    /*  display: none; */
    width: 236px;
    padding: 25px 25px 10px 25px;
    position: absolute;
    transition: all 0.5s ease 0s;
    display: none;
    box-shadow: 2px 2px 2px;
    z-index: 5555;
    text-align: left;
  }
  /* line 539, ../scss/breakpoints/_768up.scss */
  .tooltiper:before {
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #d24627 transparent;
    content: ' ';
    position: absolute;
    left: -9px;
  }

  /* line 551, ../scss/breakpoints/_768up.scss */
  #pop1 {
    position: relative;
  }

  /* line 552, ../scss/breakpoints/_768up.scss */
  .tooltip1 {
    left: 100px;
    top: 90px;
  }

  /* line 556, ../scss/breakpoints/_768up.scss */
  #pop2 {
    position: relative;
  }

  /* line 557, ../scss/breakpoints/_768up.scss */
  .tooltip2 {
    left: 200px;
    top: 45px;
  }

  /* line 564, ../scss/breakpoints/_768up.scss */
  #pop3 {
    position: relative;
  }

  /* line 565, ../scss/breakpoints/_768up.scss */
  .tooltip3 {
    left: 305px- 50px;
    top: 90px;
  }

  /* line 571, ../scss/breakpoints/_768up.scss */
  #pop4 {
    position: relative;
  }

  /* line 572, ../scss/breakpoints/_768up.scss */
  .tooltip4 {
    left: -225px;
    top: 90px;
  }
  /* line 575, ../scss/breakpoints/_768up.scss */
  .tooltip4:before {
    border-width: 10px 10px 0 0 !important;
    border-color: #d24627 transparent transparent  !important;
    float: right !important;
    right: -9px !important;
    left: auto !important;
  }

  /* line 588, ../scss/breakpoints/_768up.scss */
  #pop5 {
    position: relative;
  }

  /* line 589, ../scss/breakpoints/_768up.scss */
  .tooltip5 {
    left: 200px- 50px;
    top: 20px;
  }

  /* line 596, ../scss/breakpoints/_768up.scss */
  #pop6 {
    position: relative;
  }

  /* line 597, ../scss/breakpoints/_768up.scss */
  .tooltip6 {
    left: 90px;
    top: 60px;
  }

  /* line 602, ../scss/breakpoints/_768up.scss */
  #pop7 {
    position: relative;
  }

  /* line 603, ../scss/breakpoints/_768up.scss */
  .tooltip7 {
    left: 112p- 50pxx;
    top: 60px;
  }

  /* line 609, ../scss/breakpoints/_768up.scss */
  #pop8 {
    position: relative;
  }

  /* line 610, ../scss/breakpoints/_768up.scss */
  .tooltip8 {
    left: -175px;
    top: 90px;
  }
  /* line 613, ../scss/breakpoints/_768up.scss */
  .tooltip8:before {
    border-width: 10px 10px 0 0 !important;
    border-color: #d24627 transparent transparent  !important;
    float: right !important;
    right: -9px !important;
    left: auto !important;
  }

  /* line 624, ../scss/breakpoints/_768up.scss */
  #pop9 {
    position: relative;
  }

  /* line 625, ../scss/breakpoints/_768up.scss */
  .tooltip9 {
    left: 75px- 50px;
    top: 70px;
  }

  /* line 632, ../scss/breakpoints/_768up.scss */
  #pop10 {
    position: relative;
  }

  /* line 633, ../scss/breakpoints/_768up.scss */
  .tooltip10 {
    left: 430px- 50px;
    top: 90px;
  }

  /* line 639, ../scss/breakpoints/_768up.scss */
  #pop11 {
    position: relative;
  }

  /* line 640, ../scss/breakpoints/_768up.scss */
  .tooltip11 {
    left: -225px;
    top: 90px;
  }
  /* line 643, ../scss/breakpoints/_768up.scss */
  .tooltip11:before {
    border-width: 10px 10px 0 0 !important;
    border-color: #d24627 transparent transparent  !important;
    float: right !important;
    right: -9px !important;
    left: auto !important;
  }

  /*
  .directory-container ul span > div{
      display: none;
  }
  
  .directory-container ul span > div:nth-child(1){
      display: block;
  }
  */
  /* line 662, ../scss/breakpoints/_768up.scss */
  .directory-container {
    position: relative;
    width: 769px;
    min-height: 533px;
    margin: 0 auto;
  }

  /* line 663, ../scss/breakpoints/_768up.scss */
  .directory-container li a:hover {
    background-size: 769px;
  }

  /* line 664, ../scss/breakpoints/_768up.scss */
  .space01 {
    position: absolute;
    left: 63px;
    top: 71px;
  }
  /* line 665, ../scss/breakpoints/_768up.scss */
  .space01 a {
    width: 106px;
    height: 128px;
    display: block;
  }
  /* line 666, ../scss/breakpoints/_768up.scss */
  .space01 a:hover {
    background: url(../images/directory-main.png) no-repeat -64px -618px;
  }

  /* line 670, ../scss/breakpoints/_768up.scss */
  .space02 {
    position: absolute;
    left: 186px;
    top: 71px;
  }
  /* line 671, ../scss/breakpoints/_768up.scss */
  .space02 a {
    width: 209px;
    height: 84px;
    display: block;
  }
  /* line 672, ../scss/breakpoints/_768up.scss */
  .space02 a:hover {
    background: url(../images/directory-main.png) no-repeat -186px -618px;
  }

  /* line 677, ../scss/breakpoints/_768up.scss */
  .space03 {
    position: absolute;
    left: 396px;
    top: 71px;
  }
  /* line 678, ../scss/breakpoints/_768up.scss */
  .space03 a {
    width: 220px;
    height: 118px;
    display: block;
  }
  /* line 679, ../scss/breakpoints/_768up.scss */
  .space03 a:hover {
    background: url(../images/directory-main.png) no-repeat -396px -618px;
  }

  /* line 683, ../scss/breakpoints/_768up.scss */
  .space04 {
    position: absolute;
    left: 616px;
    top: 71px;
  }
  /* line 684, ../scss/breakpoints/_768up.scss */
  .space04 a {
    width: 79px;
    height: 174px;
    display: block;
  }
  /* line 685, ../scss/breakpoints/_768up.scss */
  .space04 a:hover {
    background: url(../images/directory-main.png) no-repeat -616px -618px;
  }

  /* line 689, ../scss/breakpoints/_768up.scss */
  .space05 {
    position: absolute;
    left: 344px;
    top: 207px;
  }
  /* line 690, ../scss/breakpoints/_768up.scss */
  .space05 a {
    width: 144px;
    height: 59px;
    display: block;
  }
  /* line 691, ../scss/breakpoints/_768up.scss */
  .space05 a:hover {
    background: url(../images/directory-main.png) no-repeat -344px -755px;
  }

  /* line 695, ../scss/breakpoints/_768up.scss */
  .space06 {
    position: absolute;
    left: 63px;
    top: 260px;
  }
  /* line 696, ../scss/breakpoints/_768up.scss */
  .space06 a {
    width: 100px;
    height: 83px;
    display: block;
  }
  /* line 697, ../scss/breakpoints/_768up.scss */
  .space06 a:hover {
    background: url(../images/directory-main.png) no-repeat -63px -809px;
  }

  /* line 701, ../scss/breakpoints/_768up.scss */
  .space07 {
    position: absolute;
    left: 260px;
    top: 292px;
  }
  /* line 702, ../scss/breakpoints/_768up.scss */
  .space07 a {
    width: 157px;
    height: 88px;
    display: block;
  }
  /* line 703, ../scss/breakpoints/_768up.scss */
  .space07 a:hover {
    background: url(../images/directory-main.png) no-repeat -260px -1387px;
  }

  /* line 707, ../scss/breakpoints/_768up.scss */
  .space08 {
    position: absolute;
    left: 466px;
    top: 244px;
  }
  /* line 708, ../scss/breakpoints/_768up.scss */
  .space08 a {
    width: 250px;
    height: 174px;
    display: block;
  }
  /* line 709, ../scss/breakpoints/_768up.scss */
  .space08 a:hover {
    background: url(../images/directory-main.png) no-repeat -466px -1338px;
  }

  /* line 713, ../scss/breakpoints/_768up.scss */
  .space09 {
    position: absolute;
    left: 63px;
    top: 342px;
  }
  /* line 714, ../scss/breakpoints/_768up.scss */
  .space09 a {
    width: 85px;
    height: 93px;
    display: block;
  }
  /* line 715, ../scss/breakpoints/_768up.scss */
  .space09 a:hover {
    background: url(../images/directory-main.png) no-repeat -63px -1436px;
  }

  /* line 719, ../scss/breakpoints/_768up.scss */
  .space10 {
    position: absolute;
    left: 123px;
    top: 374px;
  }
  /* line 720, ../scss/breakpoints/_768up.scss */
  .space10 a {
    width: 320px;
    height: 114px;
    display: block;
  }
  /* line 721, ../scss/breakpoints/_768up.scss */
  .space10 a:hover {
    background: url(../images/directory-main.png) no-repeat -123px -921px;
  }

  /* line 725, ../scss/breakpoints/_768up.scss */
  .space11 {
    position: absolute;
    left: 510px;
    top: 365px;
  }
  /* line 726, ../scss/breakpoints/_768up.scss */
  .space11 a {
    width: 188px;
    height: 121px;
    display: block;
  }
  /* line 727, ../scss/breakpoints/_768up.scss */
  .space11 a:hover {
    background: url(../images/directory-main.png) no-repeat -510px -912px;
  }

  /* line 730, ../scss/breakpoints/_768up.scss */
  .directorylisting {
    clear: both;
  }
  /* line 734, ../scss/breakpoints/_768up.scss */
  .directorylisting div ul li {
    position: absolute;
  }
  /* line 736, ../scss/breakpoints/_768up.scss */
  .directorylisting div ul li.leftside {
    left: 0;
    margin-bottom: 3px;
    padding: 12px 30px 0;
  }
  /* line 741, ../scss/breakpoints/_768up.scss */
  .directorylisting div ul li.rightside {
    font-size: 16px;
    padding: 12px 30px 0;
    right: 0;
  }
  /* line 746, ../scss/breakpoints/_768up.scss */
  .directorylisting div ul li span {
    font-size: 16px;
  }
  /* line 750, ../scss/breakpoints/_768up.scss */
  .directorylisting div ul li span:before {
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    float: left;
    margin-right: 20px;
    background-image: url(../images/directory-icons.png);
    background-repeat: no-repeat;
  }
  /* line 762, ../scss/breakpoints/_768up.scss */
  .directorylisting div ul li .food-wine:before {
    background-position: -18px;
  }

  /* line 771, ../scss/breakpoints/_768up.scss */
  .top-slideshow, .top-slideshow .slide, .top-slideshow .items {
    min-height: 650px;
  }

  /* line 776, ../scss/breakpoints/_768up.scss */
  .caroufredsel_wrapper {
    min-height: 650px !important;
  }

  /* line 779, ../scss/breakpoints/_768up.scss */
  .top-slideshow .wrapper {
    margin: 10%  auto 0;
    width: 50% !important;
    z-index: 20;
    position: relative;
    top: auto;
    left: auto;
  }

  /* line 788, ../scss/breakpoints/_768up.scss */
  .top-slideshow .slide .entry, .top-slideshow .slide .read-more, .top-slideshow .browse {
    opacity: 0;
  }

  /* line 791, ../scss/breakpoints/_768up.scss */
  .top-slideshow .overlay {
    opacity: 0;
  }

  /* line 794, ../scss/breakpoints/_768up.scss */
  .top-slideshow:hover .overlay {
    opacity: 0.4;
  }

  /* line 798, ../scss/breakpoints/_768up.scss */
  #reallysimpletwitterwidget-2, #sticky-posts-2 {
    display: block;
    width: 190px;
    float: right;
  }

  /* line 804, ../scss/breakpoints/_768up.scss */
  .widgettitle {
    text-align: right;
  }

  /* line 810, ../scss/breakpoints/_768up.scss */
  .widget {
    text-align: right;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@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.
  
  ******************************************************************/
  /* line 15, ../scss/breakpoints/_1030up.scss */
  #logo img {
    width: auto !important;
    margin-left: 2.188em;
    padding-top: 0 !important;
  }

  /* line 21, ../scss/breakpoints/_1030up.scss */
  .wrap {
    width: 1040px;
  }

  /* line 25, ../scss/breakpoints/_1030up.scss */
  .home-c-1 {
    width: 50%;
    float: left;
  }

  /* line 29, ../scss/breakpoints/_1030up.scss */
  .home-c-2 {
    width: 22.72727%;
    float: left;
    margin-left: 1.13636%;
    margin-right: 1.13636%;
  }

  /* line 32, ../scss/breakpoints/_1030up.scss */
  .home-c-3 {
    width: 25%;
    float: right;
    margin-right: 0;
  }

  /* line 37, ../scss/breakpoints/_1030up.scss */
  .nav {
    padding-right: 30px;
  }
  /* line 39, ../scss/breakpoints/_1030up.scss */
  .nav li {
    padding-left: 10px;
  }
  /* line 41, ../scss/breakpoints/_1030up.scss */
  .nav li a {
    padding: .25em 1.25em;
  }
  /* line 47, ../scss/breakpoints/_1030up.scss */
  .nav li.searchbutton span {
    margin: 17px 0 0 32px;
  }

  /* line 56, ../scss/breakpoints/_1030up.scss */
  #main, .directory-header {
    width: 66.66667%;
    float: left;
    float: none;
    margin: 0 auto;
  }

  /* line 67, ../scss/breakpoints/_1030up.scss */
  .footer-links ul li {
    padding: 0 1.25em;
  }

  /* .sorter {display:block; width: 300px; height: 20px; float:right;} */
  /* line 78, ../scss/breakpoints/_1030up.scss */
  .directory-container {
    background-size: 1030px;
  }

  /* line 81, ../scss/breakpoints/_1030up.scss */
  .tooltip1 {
    left: 150px;
    top: 90px;
  }

  /* line 86, ../scss/breakpoints/_1030up.scss */
  .tooltip2 {
    left: 290px;
    top: 90px;
  }

  /* line 93, ../scss/breakpoints/_1030up.scss */
  .tooltip3 {
    left: 305px;
    top: 90px;
  }

  /* line 99, ../scss/breakpoints/_1030up.scss */
  .tooltip4 {
    left: -240px;
    top: 90px;
  }

  /* line 106, ../scss/breakpoints/_1030up.scss */
  .tooltip5 {
    left: 200px;
    top: 20px;
  }

  /* line 113, ../scss/breakpoints/_1030up.scss */
  .tooltip6 {
    left: 140px;
    top: 90px;
  }

  /* line 118, ../scss/breakpoints/_1030up.scss */
  .tooltip7 {
    left: 112px;
    top: 90px;
  }

  /* line 124, ../scss/breakpoints/_1030up.scss */
  .tooltip8 {
    left: -230px;
    top: 90px;
  }

  /* line 131, ../scss/breakpoints/_1030up.scss */
  .tooltip9 {
    left: 75px;
    top: 70px;
  }

  /* line 138, ../scss/breakpoints/_1030up.scss */
  .tooltip10 {
    left: 430px;
    top: 90px;
  }

  /* line 144, ../scss/breakpoints/_1030up.scss */
  .tooltip11 {
    left: -252px;
    top: 90px;
  }

  /*
  .directory-container ul span > div{
      display: none;
  }
  
  .directory-container ul span > div:nth-child(1){
      display: block;
  }
  */
  /* line 158, ../scss/breakpoints/_1030up.scss */
  .directory-container {
    position: relative;
    width: 1030px;
    min-height: 733px;
    margin: 0 auto;
  }

  /* line 159, ../scss/breakpoints/_1030up.scss */
  .directory-container li a:hover {
    background-size: 1030px;
  }

  /* line 160, ../scss/breakpoints/_1030up.scss */
  .space01 {
    position: absolute;
    left: 84px;
    top: 94px;
  }

  /* line 161, ../scss/breakpoints/_1030up.scss */
  .space01 a {
    width: 142px;
    height: 172px;
    display: block;
  }

  /* line 162, ../scss/breakpoints/_1030up.scss */
  .space01 a:hover {
    background: url(../images/directory-main.png) no-repeat -84px -827px;
  }

  /* line 164, ../scss/breakpoints/_1030up.scss */
  .space02 {
    position: absolute;
    left: 249px;
    top: 94px;
  }

  /* line 165, ../scss/breakpoints/_1030up.scss */
  .space02 a {
    width: 281px;
    height: 112px;
    display: block;
  }

  /* line 166, ../scss/breakpoints/_1030up.scss */
  .space02 a:hover {
    background: url(../images/directory-main.png) no-repeat -249px -827px;
  }

  /* line 170, ../scss/breakpoints/_1030up.scss */
  .space03 {
    position: absolute;
    left: 531px;
    top: 94px;
  }

  /* line 171, ../scss/breakpoints/_1030up.scss */
  .space03 a {
    width: 294px;
    height: 158px;
    display: block;
  }

  /* line 172, ../scss/breakpoints/_1030up.scss */
  .space03 a:hover {
    background: url(../images/directory-main.png) no-repeat -531px -827px;
  }

  /* line 174, ../scss/breakpoints/_1030up.scss */
  .space04 {
    position: absolute;
    left: 825px;
    top: 94px;
  }

  /* line 175, ../scss/breakpoints/_1030up.scss */
  .space04 a {
    width: 106px;
    height: 232px;
    display: block;
  }

  /* line 176, ../scss/breakpoints/_1030up.scss */
  .space04 a:hover {
    background: url(../images/directory-main.png) no-repeat -825px -827px;
  }

  /* line 178, ../scss/breakpoints/_1030up.scss */
  .space05 {
    position: absolute;
    left: 461px;
    top: 272px;
  }

  /* line 179, ../scss/breakpoints/_1030up.scss */
  .space05 a {
    width: 191px;
    height: 90px;
    display: block;
  }

  /* line 180, ../scss/breakpoints/_1030up.scss */
  .space05 a:hover {
    background: url(../images/directory-main.png) no-repeat -461px -1005px;
  }

  /* line 182, ../scss/breakpoints/_1030up.scss */
  .space06 {
    position: absolute;
    left: 84px;
    top: 347px;
  }

  /* line 183, ../scss/breakpoints/_1030up.scss */
  .space06 a {
    width: 133px;
    height: 111px;
    display: block;
  }

  /* line 184, ../scss/breakpoints/_1030up.scss */
  .space06 a:hover {
    background: url(../images/directory-main.png) no-repeat -84px -1080px;
  }

  /* line 186, ../scss/breakpoints/_1030up.scss */
  .space07 {
    position: absolute;
    left: 346px;
    top: 392px;
  }

  /* line 187, ../scss/breakpoints/_1030up.scss */
  .space07 a {
    width: 212px;
    height: 118px;
    display: block;
  }

  /* line 188, ../scss/breakpoints/_1030up.scss */
  .space07 a:hover {
    background: url(../images/directory-main.png) no-repeat -346px -1858px;
  }

  /* line 190, ../scss/breakpoints/_1030up.scss */
  .space08 {
    position: absolute;
    left: 626px;
    top: 326px;
  }

  /* line 191, ../scss/breakpoints/_1030up.scss */
  .space08 a {
    width: 315px;
    height: 235px;
    display: block;
  }

  /* line 192, ../scss/breakpoints/_1030up.scss */
  .space08 a:hover {
    background: url(../images/directory-main.png) no-repeat -626px -1792px;
  }

  /* line 194, ../scss/breakpoints/_1030up.scss */
  .space09 {
    position: absolute;
    left: 84px;
    top: 458px;
  }

  /* line 195, ../scss/breakpoints/_1030up.scss */
  .space09 a {
    width: 114px;
    height: 125px;
    display: block;
  }

  /* line 196, ../scss/breakpoints/_1030up.scss */
  .space09 a:hover {
    background: url(../images/directory-main.png) no-repeat -84px -1924px;
  }

  /* line 198, ../scss/breakpoints/_1030up.scss */
  .space10 {
    position: absolute;
    left: 171px;
    top: 500px;
  }

  /* line 199, ../scss/breakpoints/_1030up.scss */
  .space10 a {
    width: 418px;
    height: 153px;
    display: block;
  }

  /* line 200, ../scss/breakpoints/_1030up.scss */
  .space10 a:hover {
    background: url(../images/directory-main.png) no-repeat -171px -1233px;
  }

  /* line 202, ../scss/breakpoints/_1030up.scss */
  .space11 {
    position: absolute;
    left: 684px;
    top: 488px;
  }

  /* line 203, ../scss/breakpoints/_1030up.scss */
  .space11 a {
    width: 252px;
    height: 162px;
    display: block;
  }

  /* line 204, ../scss/breakpoints/_1030up.scss */
  .space11 a:hover {
    background: url(../images/directory-main.png) no-repeat -684px -1221px;
  }

  /* line 206, ../scss/breakpoints/_1030up.scss */
  .left, .right {
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
  }

  /* line 211, ../scss/breakpoints/_1030up.scss */
  .imagearea {
    /* IE can just show/hide with no transition */
    /* IE can just show/hide with no transition */
  }
  /* line 212, ../scss/breakpoints/_1030up.scss */
  .imagearea a {
    width: 18px;
  }
  /* line 214, ../scss/breakpoints/_1030up.scss */
  .imagearea.responsive-large .left, .imagearea.responsive-large .right {
    display: inline;
  }
  /* line 216, ../scss/breakpoints/_1030up.scss */
  .imagearea.responsive-small {
    display: none;
  }
  /* line 218, ../scss/breakpoints/_1030up.scss */
  .imagearea .left:hover .tooltip, .imagearea .right:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 229, ../scss/breakpoints/_1030up.scss */
  .imagearea .lte8 .wrapper .tooltip {
    display: none;
  }
  /* line 233, ../scss/breakpoints/_1030up.scss */
  .imagearea .lte8 .wrapper:hover .tooltip {
    display: block;
  }
  /* line 237, ../scss/breakpoints/_1030up.scss */
  .imagearea .tooltip {
    background: #d0472f;
    bottom: 100%;
    color: #fff;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: auto !important;
    height: 30px;
    font-family: "Soleil", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px 0 0 17px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    width: 165px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.28);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.28);
    /* CSS Triangles - see Trevor's post */
  }
  /* line 272, ../scss/breakpoints/_1030up.scss */
  .imagearea .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* line 283, ../scss/breakpoints/_1030up.scss */
  .imagearea .tooltip:after {
    border-style: solid;
    bottom: -10px;
    content: " ";
    height: 0;
    margin-left: -13px;
    position: absolute;
    width: 0;
  }
  /* line 295, ../scss/breakpoints/_1030up.scss */
  .imagearea .right {
    right: -35px;
    height: 0 !important;
    position: relative !important;
    top: -218px;
    display: block;
    text-align: right;
    width: 18px;
  }
  /* line 303, ../scss/breakpoints/_1030up.scss */
  .imagearea .right a {
    padding: 0;
    margin: 0;
  }
  /* line 307, ../scss/breakpoints/_1030up.scss */
  .imagearea .right .tooltip:after {
    left: 25px;
    border-width: 10px 10px 0 0;
    border-color: #d0472f transparent transparent transparent;
  }
  /* line 314, ../scss/breakpoints/_1030up.scss */
  .imagearea .left {
    left: -35px;
    width: 18px;
    float: left;
    height: 0 !important;
    position: relative !important;
    top: -218px;
    display: block;
    text-align: left;
    right: auto !important;
  }
  /* line 326, ../scss/breakpoints/_1030up.scss */
  .imagearea .left a {
    padding: 0;
    margin: 0;
  }
  /* line 328, ../scss/breakpoints/_1030up.scss */
  .imagearea .left .tooltip {
    left: -150px;
  }
  /* line 330, ../scss/breakpoints/_1030up.scss */
  .imagearea .left .tooltip:after {
    right: 10px;
    border-width: 0 10px 10px 0;
    border-color: transparent #d0472f transparent;
  }
  /* line 337, ../scss/breakpoints/_1030up.scss */
  .imagearea .left:hover .tooltip, .imagearea .right:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 348, ../scss/breakpoints/_1030up.scss */
  .imagearea .lte8 .wrapper .tooltip {
    display: none;
  }
  /* line 352, ../scss/breakpoints/_1030up.scss */
  .imagearea .lte8 .wrapper:hover .tooltip {
    display: block;
  }

  /* line 357, ../scss/breakpoints/_1030up.scss */
  #reallysimpletwitterwidget-2, #sticky-posts-2 {
    display: block;
    width: auto;
    float: auto;
  }
}
/*********************
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.
  
  ******************************************************************/
  /* line 12, ../scss/breakpoints/_1240up.scss */
  .wrap {
    width: 1200px;
  }

  /* line 17, ../scss/breakpoints/_1240up.scss */
  .widget_reallysimpletwitterwidget h4 {
    background-position: 58px 7px;
  }
}
/*********************
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. 
  
  */
}
/*********************
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 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

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

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

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

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

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

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

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

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

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