@charset "UTF-8";
/******************************************************************
Site Name: 24700 Blog
Author: Stephanie Smith

Stylesheet: Main Stylesheet

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 532, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

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

Stylesheet: Mixins & Constants Stylesheet

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

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
OPACITY
*********************/
/* @include opacity(value); */
/*********************
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? */
/*********************
BOX Shadow
*********************/
/* @include box-shadow-inset(params); */
/* @include box-shadow(params); */
/*********************
BUTTONS
*********************/
/* line 247, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  border: none;
  padding: .8em 1em;
  color: #fff;
  display: inline-block;
  font-size: .9em;
  text-decoration: none;
  cursor: pointer;
  margin: 1.5em 0;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #0093ab;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a9c4), to(#0093ab));
  background-image: -webkit-linear-gradient(top, #00a9c4, #0093ab);
  background-image: -moz-linear-gradient(top, #00a9c4, #0093ab);
  background-image: -o-linear-gradient(top, #00a9c4, #0093ab);
  background-image: linear-gradient(to bottom, #00a9c4, #0093ab);
}
/* line 262, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  background-color: #007d91;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0093ab), to(#007d91));
  background-image: -webkit-linear-gradient(top, #0093ab, #007d91);
  background-image: -moz-linear-gradient(top, #0093ab, #007d91);
  background-image: -o-linear-gradient(top, #0093ab, #007d91);
  background-image: linear-gradient(to bottom, #0093ab, #007d91);
}
/* line 267, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #00a9c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0093ab), to(#00a9c4));
  background-image: -webkit-linear-gradient(top, #0093ab, #00a9c4);
  background-image: -moz-linear-gradient(top, #0093ab, #00a9c4);
  background-image: -o-linear-gradient(top, #0093ab, #00a9c4);
  background-image: linear-gradient(to bottom, #0093ab, #00a9c4);
}

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

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 17, ../scss/_base.scss */
:root {
  -webkit-print-color-adjust: exact;
}

/* line 20, ../scss/_base.scss */
body {
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
}

/********************
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 */
/* line 43, ../scss/_base.scss */
.single .event_tag {
  font-size: .9em;
}

/* line 48, ../scss/_base.scss */
.excerpt .event_tag {
  font-size: .9em;
}

/* line 53, ../scss/_base.scss */
.archive #inner-content, .page-template-page-archive-php #inner-content {
  padding-bottom: 2em;
}
/* line 56, ../scss/_base.scss */
.archive .accordion, .page-template-page-archive-php .accordion {
  border-bottom: 2px solid #f0f0ef;
}
/* line 58, ../scss/_base.scss */
.archive .accordion ul, .page-template-page-archive-php .accordion ul {
  margin: 0 0 .5em;
}
/* line 60, ../scss/_base.scss */
.archive .accordion ul li, .page-template-page-archive-php .accordion ul li {
  margin: 0;
}
/* line 64, ../scss/_base.scss */
.archive .accordion dt, .page-template-page-archive-php .accordion dt {
  padding: 5px 0;
  border-top: 2px solid #f0f0ef;
}
/* line 68, ../scss/_base.scss */
.archive .accordion dt a, .page-template-page-archive-php .accordion dt a {
  display: block;
  color: #b6b3b1;
  border: none;
}
/* line 72, ../scss/_base.scss */
.archive .accordion dt a:hover, .archive .accordion dt a.activeyear, .page-template-page-archive-php .accordion dt a:hover, .page-template-page-archive-php .accordion dt a.activeyear {
  color: #00a9c4;
}
/* line 77, ../scss/_base.scss */
.archive .accordion dd, .page-template-page-archive-php .accordion dd {
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  color: #b6b3b1;
  padding: 0;
  font-size: .9em;
}
/* line 82, ../scss/_base.scss */
.archive .accordion dd:last-of-type, .page-template-page-archive-php .accordion dd:last-of-type {
  position: relative;
}
/* line 85, ../scss/_base.scss */
.archive .accordion dd a, .page-template-page-archive-php .accordion dd a {
  border-bottom: 2px solid transparent;
  color: #6d6763;
}
/* line 88, ../scss/_base.scss */
.archive .accordion dd a:hover, .page-template-page-archive-php .accordion dd a:hover {
  border-bottom: 2px solid #00a9c4;
}

/* single post page */
/* line 97, ../scss/_base.scss */
.page-template-page-events-php #inner-content {
  padding-bottom: 2em;
}
/* line 101, ../scss/_base.scss */
.page-template-page-events-php.paged .page-title span {
  display: none;
  visibility: hidden;
}
/* line 105, ../scss/_base.scss */
.page-template-page-events-php.paged .upcoming_events {
  display: none !important;
  visibility: hidden;
}
/* line 110, ../scss/_base.scss */
.page-template-page-events-php.paged .past_events h2 {
  display: none;
  visibility: hidden;
}

/* line 118, ../scss/_base.scss */
.page-template-page-topics-php #inner-content {
  padding-bottom: 2em;
}
/* line 121, ../scss/_base.scss */
.page-template-page-topics-php .category_series {
  border-bottom: 2px solid #f0f0ef;
  line-height: 1.7em;
  margin-bottom: 1em;
}
/* line 125, ../scss/_base.scss */
.page-template-page-topics-php .category_series h2 {
  font-size: 1.25em;
  margin-bottom: 0;
}
/* line 128, ../scss/_base.scss */
.page-template-page-topics-php .category_series h2 a {
  color: #000;
  border-bottom: 2px solid #00a9c4;
}
/* line 131, ../scss/_base.scss */
.page-template-page-topics-php .category_series h2 a:hover {
  color: #00a9c4;
}
/* line 136, ../scss/_base.scss */
.page-template-page-topics-php .category_series p {
  margin-top: .3em;
}
/* line 141, ../scss/_base.scss */
.page-template-page-topics-php ul.category_widget {
  margin-left: 0 !important;
  list-style-type: none !important;
  margin-top: .5em;
  margin-right: 1%;
  width: 32%;
  float: left;
}
/* line 148, ../scss/_base.scss */
.page-template-page-topics-php ul.category_widget a {
  color: #000;
}
/* line 151, ../scss/_base.scss */
.page-template-page-topics-php ul.category_widget li {
  color: #b6b3b1;
  margin-bottom: .25em;
}
/* line 158, ../scss/_base.scss */
.page-template-page-topics-php .tag_cloud {
  margin: 1em 0 2em;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
/* line 162, ../scss/_base.scss */
.page-template-page-topics-php .tag_cloud em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 166, ../scss/_base.scss */
.page-template-page-topics-php .tag_cloud a {
  border: none !important;
  color: #b6b3b1;
}
/* line 169, ../scss/_base.scss */
.page-template-page-topics-php .tag_cloud a:hover {
  color: #00a9c4;
}

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

/* line 208, ../scss/_base.scss */
#inner-content {
  padding-bottom: 1em;
}

/*********************
LINK STYLES
*********************/
/* line 216, ../scss/_base.scss */
a, a:visited {
  color: #00a9c4;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 220, ../scss/_base.scss */
a.no-border, a:visited.no-border {
  border-bottom: none !important;
}
/* line 223, ../scss/_base.scss */
.sidebar a, .sidebar a:visited {
  border-bottom: 2px solid #d9f2f6;
}
/* line 231, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #00a9c4;
  border-bottom: 2px solid #00a9c4;
}
/* line 242, ../scss/_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 257, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 300;
  /* removing text decoration from all headline links */
}
/* line 261, ../scss/_base.scss */
h1 em, .h1 em, h2 em, .h2 em, h3 em, .h3 em, h4 em, .h4 em, h5 em, .h5 em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 267, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
  border-bottom: none;
}
/* line 271, ../scss/_base.scss */
h1.widgettitle, .h1.widgettitle, h2.widgettitle, .h2.widgettitle, h3.widgettitle, .h3.widgettitle, h4.widgettitle, .h4.widgettitle, h5.widgettitle, .h5.widgettitle {
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
}
/* line 273, ../scss/_base.scss */
h1.widgettitle em, .h1.widgettitle em, h2.widgettitle em, .h2.widgettitle em, h3.widgettitle em, .h3.widgettitle em, h4.widgettitle em, .h4.widgettitle em, h5.widgettitle em, .h5.widgettitle em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}

/* line 280, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

/* line 285, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
}
/* line 288, ../scss/_base.scss */
h2.archive-title, .h2.archive-title {
  margin-top: 0;
}
/* line 292, ../scss/_base.scss */
.past_events h2.page-title, .past_events .h2.page-title {
  border-top: 2px solid #f0f0ef;
  padding-top: .5em;
  font-size: 1.5em;
}
/* line 298, ../scss/_base.scss */
h2 a, .h2 a {
  color: #000;
}
/* line 300, ../scss/_base.scss */
h2 a:hover, .h2 a:hover {
  color: #00a9c4;
}
/* line 303, ../scss/_base.scss */
#features h2 a, #features .h2 a {
  color: #ff6f49;
}
/* line 305, ../scss/_base.scss */
#features h2 a:hover, #features .h2 a:hover {
  color: #00a9c4;
}

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

/* line 316, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 300;
}
/* line 319, ../scss/_base.scss */
.sidebar h4, .sidebar .h4 {
  color: #ff6f49;
  margin: 0;
}
/* line 323, ../scss/_base.scss */
.footer h4, .footer .h4 {
  color: #ff6f49;
}

/* line 328, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 333, ../scss/_base.scss */
h5 em, .h5 em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}

/*********************
HEADER SYTLES
*********************/
/* line 343, ../scss/_base.scss */
.header {
  width: 100%;
}

/* line 347, ../scss/_base.scss */
#logo {
  line-height: 1em;
  font-size: 3em;
  margin: 0 0 .05em -.05em;
}
/* line 351, ../scss/_base.scss */
#logo a {
  border-bottom: none !important;
}

/* line 355, ../scss/_base.scss */
.glyph {
  font-family: "mcbeansans-glyphs", Helvetica, Arial, sans-serif !important;
}

/* line 358, ../scss/_base.scss */
#slogan {
  width: 100%;
  height: 25px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.1);
  margin: -43px 0 0;
  background: transparent;
  padding-top: 11px;
  color: #b6b3b1;
  text-transform: uppercase;
  text-align: right;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  letter-spacing: .08em;
  font-size: .9em;
  padding-bottom: 27px;
}
/* line 375, ../scss/_base.scss */
#slogan .glyph {
  font-family: "mcbeansans-glyphs", Helvetica, Arial, sans-serif;
}
/* line 378, ../scss/_base.scss */
#slogan em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 382, ../scss/_base.scss */
#slogan .fullname {
  display: none;
}
/* line 385, ../scss/_base.scss */
#slogan .shortname {
  display: inline;
}

/* // consider making this special for the home page.
	.home {
			#logo {
				line-height:1em;
				font-size:7em;
				margin: 0 0 .05em -.05em;
				a {
					border-bottom:none!important;
				}
			}
			#slogan {
				width:100%;
				height:25px;
				border-top:2px solid rgba(128, 128, 128, .1);
				margin:-14px 0 0;
				background:transparent;
				padding-top:11px;
				
				color:$mdgrey;
				text-transform:uppercase;
				text-align:right;
				font-family:$mcbean;
				letter-spacing:.08em;
				font-size:.65em;
				.glyph {
					font-family:$glyph;
				}
				em {
					font-family: $mcbean-ital;
					font-style:normal;
				}
			}
	}
*/
/* line 423, ../scss/_base.scss */
.searchform {
  display: none;
}

/* line 426, ../scss/_base.scss */
.searchform, .widget_search {
  position: relative;
  z-index: 1000;
  padding-bottom: 3px;
  width: auto;
  float: right;
  margin: -125px 0 0;
}
/* line 434, ../scss/_base.scss */
.searchform:hover #s, .searchform:focus #s, .widget_search:hover #s, .widget_search:focus #s {
  border-bottom: 2px solid #c8c8c8;
}
/* line 438, ../scss/_base.scss */
.searchform #btnSearch, .searchform #searchsubmit, .widget_search #btnSearch, .widget_search #searchsubmit {
  border: none;
  background: transparent url(../images/rs-default.png) -137px -73px no-repeat;
  text-indent: -9999px;
  display: block;
  height: 23px;
  width: 23px;
  float: left;
  margin-left: -33px;
}
/* line 447, ../scss/_base.scss */
.searchform #btnSearch:focus, .searchform #searchsubmit:focus, .widget_search #btnSearch:focus, .widget_search #searchsubmit:focus {
  outline: none;
}
/* line 451, ../scss/_base.scss */
.searchform #s, .widget_search #s {
  background: transparent;
  width: 180px;
  padding: 0 28px 5px 0;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  float: left;
  margin-top: 5px;
  border: none;
  border-bottom: 2px dotted #f0f0ef;
  border-radius: 0;
  font-size: .9em;
  color: #b6b3b1;
  -webkit-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
/* line 464, ../scss/_base.scss */
.searchform #s:focus, .widget_search #s:focus {
  outline: none;
  border-bottom: 2px solid #c8c8c8;
}
/* line 469, ../scss/_base.scss */
.searchform .screen-reader-text, .widget_search .screen-reader-text {
  display: none;
}

/* line 473, ../scss/_base.scss */
.widget_search {
  float: none;
}
/* line 476, ../scss/_base.scss */
.widget_search #s {
  width: 100%;
  border-bottom: 2px solid #c8c8c8;
}

/* line 481, ../scss/_base.scss */
#mc_embed_signup {
  padding-bottom: 1em;
  position: relative;
}
/* line 484, ../scss/_base.scss */
#mc_embed_signup .email {
  background: transparent;
  margin-bottom: .8em;
  display: inline-block;
  font-size: .85em;
  width: 68%;
  background: #6d6763;
  padding: .6em .5em 5px .5em;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  margin: 0 5px .8em 0;
  border: none;
  border-bottom: 2px dotted #d9f2f6;
  border-radius: 0;
  color: #fff;
  -webkit-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
/* line 499, ../scss/_base.scss */
#mc_embed_signup .email:focus {
  outline: none;
  border-bottom: 2px solid #d9f2f6;
  color: #fff;
}
/* line 505, ../scss/_base.scss */
#mc_embed_signup .mc-field-group {
  position: relative;
}
/* line 508, ../scss/_base.scss */
#mc_embed_signup .input-group {
  margin-top: 0;
}
/* line 510, ../scss/_base.scss */
#mc_embed_signup .input-group ul {
  margin: 0;
}
/* line 512, ../scss/_base.scss */
#mc_embed_signup .input-group ul li {
  display: inline;
}
/* line 514, ../scss/_base.scss */
#mc_embed_signup .input-group ul li label {
  margin-right: 1em;
  padding-left: .5em;
}
/* line 521, ../scss/_base.scss */
#mc_embed_signup .button, #mc_embed_signup .button:visited {
  display: inline-block;
  position: absolute;
  margin: 0 0 .8em 0;
  padding-bottom: .6em;
  font-size: .8em;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 534, ../scss/_base.scss */
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 540, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
/* line 561, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
HOME & FEATURE STYLES
*********************/
/* line 597, ../scss/_base.scss */
#features {
  color: #fff;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  width: 100%;
  height: auto;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 607, ../scss/_base.scss */
#flaresmith {
  display: inline !important;
  display: none !important;
  visibility: hidden;
}

/* line 612, ../scss/_base.scss */
.playbutton {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background: url(../images/play.png) 0 0 no-repeat;
  z-index: 50;
}

/* line 624, ../scss/_base.scss */
.audioplayer_container object {
  height: 24px !important;
}

/* line 628, ../scss/_base.scss */
#content {
  margin-top: 1em;
}
/* line 630, ../scss/_base.scss */
#content strong, #content b {
  font-family: "SpektroGothicBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 634, ../scss/_base.scss */
#content .featured_video_plus {
  margin-bottom: 1.5em;
}

/* line 640, ../scss/_base.scss */
#content h1 + article, .paged #content #main article:first-child {
  border-top: none !important;
  padding-top: .5em;
}
/* line 643, ../scss/_base.scss */
#content h1 + article .event_tag, .paged #content #main article:first-child .event_tag {
  margin-top: 2px;
}
/* line 646, ../scss/_base.scss */
#content h1 + article .entry, .paged #content #main article:first-child .entry {
  padding-top: 0 !important;
}
/* line 648, ../scss/_base.scss */
#content h1 + article .entry h1, .paged #content #main article:first-child .entry h1 {
  margin-top: 0 !important;
}

/* end .hentry */
/* line 664, ../scss/_base.scss */
.single-title,
.page-title {
  line-height: 1.15em;
  font-size: 1.5em;
  margin-top: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* line 680, ../scss/_base.scss */
.post .event_tag {
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
}
/* line 682, ../scss/_base.scss */
.post .event_tag em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 686, ../scss/_base.scss */
.post .event_tag span {
  padding: 4px 10px;
  color: #00a9c4;
  background: #d9f2f6;
}
/* line 692, ../scss/_base.scss */
.post .event_tag a {
  border-bottom: none;
  color: #fff;
  background: #00a9c4;
  text-transform: uppercase;
  padding: 4px 10px;
}
/* line 700, ../scss/_base.scss */
.post .event_tag.past_event span {
  background: #f0f0ef;
  color: #b6b3b1;
}
/* line 704, ../scss/_base.scss */
.post .event_tag.past_event a {
  background: #b6b3b1;
}
/* line 710, ../scss/_base.scss */
.post.feature .entry-content, .post.excerpt .entry-content {
  margin: .7em 0;
}
/* line 712, ../scss/_base.scss */
.post.feature .entry-content p, .post.feature .entry-content a, .post.excerpt .entry-content p, .post.excerpt .entry-content a {
  display: inline;
}
/* line 717, ../scss/_base.scss */
.post.feature {
  clear: both;
  margin-bottom: 0;
  width: 100%;
  font-size: .9em;
}
/* line 721, ../scss/_base.scss */
.post.feature .event_tag {
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  font-size: .75em;
  background: #00a9c4;
  padding: 4px .5em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: none;
  padding-left: 1.5em;
  margin-left: -1.5em;
}
/* line 731, ../scss/_base.scss */
.post.feature .event_tag em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 738, ../scss/_base.scss */
.post.feature h2, .post.feature .h2 {
  line-height: 1.25em;
  margin-top: .67em;
}
/* line 742, ../scss/_base.scss */
.post.feature a.featuredimg {
  position: absolute;
  display: none;
}
/* line 745, ../scss/_base.scss */
.post.feature a.featuredimg img {
  width: 640px;
  height: auto;
  position: relative;
  z-index: 1;
}
/* line 753, ../scss/_base.scss */
.post.feature .entry {
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  position: relative;
  float: right;
  width: 100%;
  height: auto;
  background: #231f20;
  z-index: 2;
}
/* line 766, ../scss/_base.scss */
.post.excerpt {
  border-top: 2px solid #f0f0ef;
  margin-bottom: 1em;
  font-size: .9em;
}
/* line 770, ../scss/_base.scss */
.post.excerpt h2, .post.excerpt .h2 {
  font-size: 1.45em;
  line-height: 1.15em;
}
/* line 774, ../scss/_base.scss */
.post.excerpt a.featuredimg {
  position: relative;
  display: none;
}
/* line 779, ../scss/_base.scss */
.post.excerpt .entry {
  width: 100%;
  float: none;
  padding-top: 10px;
}
/* line 786, ../scss/_base.scss */
.post.eventexcerpt {
  margin: 3em 0 2em;
  font-size: .9em;
  padding: 1.25em;
  background: #f0f0ef;
}
/* line 791, ../scss/_base.scss */
.post.eventexcerpt .event_tag {
  position: absolute;
  left: 2%;
  font-size: .8em;
  margin: -3.21em 0 0;
}
/* line 796, ../scss/_base.scss */
.post.eventexcerpt .event_tag a {
  display: none;
  visibility: hidden;
}
/* line 800, ../scss/_base.scss */
.post.eventexcerpt .event_tag span {
  background: #00a9c4;
  color: #fff;
  text-transform: uppercase;
}
/* line 804, ../scss/_base.scss */
.past_event .post.eventexcerpt .event_tag span {
  background: #b6b3b1;
}
/* line 809, ../scss/_base.scss */
.post.eventexcerpt .event_tag.past_event span {
  background: #b6b3b1;
}
/* line 814, ../scss/_base.scss */
.post.eventexcerpt h2, .post.eventexcerpt .h2 {
  font-size: 1.25em;
  line-height: 1.15em;
  margin: 0;
}
/* line 820, ../scss/_base.scss */
.post.eventexcerpt a.featuredimg {
  display: none;
  visibility: hidden;
}
/* line 825, ../scss/_base.scss */
.post.eventexcerpt .entry {
  width: 100%;
  float: none;
}
/* line 828, ../scss/_base.scss */
.post.eventexcerpt .entry .event_type {
  margin: 0 0 1em;
  color: #00a9c4;
  text-transform: uppercase;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  font-size: .8em;
}
/* line 834, ../scss/_base.scss */
.post.eventexcerpt .entry .event_type em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 838, ../scss/_base.scss */
.post.eventexcerpt .entry .event_type.past_event {
  color: #6d6763;
}
/* line 842, ../scss/_base.scss */
.post.eventexcerpt .entry .byline {
  margin-bottom: 0;
}

/* general post 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 855, ../scss/_base.scss */
.byline {
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  font-size: 85%;
  font-weight: 100;
  color: #6d6763;
}
/* line 861, ../scss/_base.scss */
.byline span {
  margin: 0 4px;
}
/* line 865, ../scss/_base.scss */
.byline a {
  color: #6d6763;
  border-bottom: none;
}
/* line 868, ../scss/_base.scss */
.byline a:hover {
  text-decoration: underline;
  color: #6d6763;
}

/* entry content */
/* line 876, ../scss/_base.scss */
.entry-content {
  /*
  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 877, ../scss/_base.scss */
.single .entry-content, .page .entry-content {
  font-size: 1em;
}
/* line 879, ../scss/_base.scss */
.single .entry-content p, .page .entry-content p {
  line-height: 1.7em;
}
/* line 882, ../scss/_base.scss */
.single .entry-content a, .page .entry-content a {
  color: #000;
  border-bottom: 2px solid #00a9c4;
}
/* line 885, ../scss/_base.scss */
.single .entry-content a:hover, .page .entry-content a:hover {
  color: #00a9c4;
}
/* line 889, ../scss/_base.scss */
.single .entry-content ul, .page .entry-content ul {
  list-style-type: disc;
  margin-left: 1.2em;
}
/* line 893, ../scss/_base.scss */
.single .entry-content ol, .page .entry-content ol {
  list-style-type: decimal;
  margin-left: 2em;
}
/* line 897, ../scss/_base.scss */
.single .entry-content .slideshowlink, .single .entry-content .piclenselink, .page .entry-content .slideshowlink, .page .entry-content .piclenselink {
  display: none;
}
/* line 900, ../scss/_base.scss */
.single .entry-content .img-frame, .page .entry-content .img-frame {
  background: #f0f0ef;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin: 0 0 1.5em;
}
/* line 906, ../scss/_base.scss */
.single .entry-content .img-frame img, .page .entry-content .img-frame img {
  width: auto !important;
  height: auto;
  margin: 0;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 915, ../scss/_base.scss */
.entry-content .fancybox {
  border-bottom: none !important;
}
/* line 917, ../scss/_base.scss */
.entry-content .fancybox.featuredimg {
  display: block;
  line-height: 0;
}
/* line 920, ../scss/_base.scss */
.entry-content .fancybox.featuredimg img {
  margin: 0;
}
/* line 946, ../scss/_base.scss */
.entry-content blockquote {
  background: #fffee5;
  border-left: 2px solid #ffe700;
  margin: 0 0 1.5em;
  padding: 1px 1.5em;
}
/* line 955, ../scss/_base.scss */
.entry-content .event_details {
  font-size: .9em;
  background: #d9f2f6;
  border-left: 2px solid #00a9c4;
  margin: 0 0 1.5em;
  padding: 1px 1.5em;
}
/* line 961, ../scss/_base.scss */
.entry-content .event_details.past_event {
  background: #f0f0ef;
  border-left: 2px solid #6d6763;
}
/* line 964, ../scss/_base.scss */
.entry-content .event_details.past_event h3 {
  color: #6d6763;
}
/* line 968, ../scss/_base.scss */
.entry-content .event_details h3 {
  text-transform: uppercase;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #00a9c4;
  margin-bottom: .4em;
}
/* line 974, ../scss/_base.scss */
.entry-content .event_details h3 em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 979, ../scss/_base.scss */
.entry-content .event_details h4 {
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 1.25em;
}
/* line 983, ../scss/_base.scss */
.entry-content .event_details h4 em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 988, ../scss/_base.scss */
.entry-content .event_details h4 + p {
  margin-top: 0 !important;
}
/* line 999, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 1006, ../scss/_base.scss */
.entry-content img {
  margin: 1.5em 0 1.5em 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 1012, ../scss/_base.scss */
.entry-content img.alignright, .entry-content img.alignleft {
  width: auto;
}
/* line 1015, ../scss/_base.scss */
.entry-content img.alignnone {
  margin-top: 0;
}
/* line 1018, ../scss/_base.scss */
.entry-content .wp-caption img {
  margin: 0 !important;
}
/* line 1021, ../scss/_base.scss */
.entry-content a img {
  margin-bottom: 0;
}
/* line 1024, ../scss/_base.scss */
.entry-content .wp-caption:first-child img, .entry-content .ngg-galleryoverview img {
  margin-top: 0 !important;
}
/* line 1038, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 1043, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* line 1048, ../scss/_base.scss */
.entry-content .wp-post-image {
  width: 100%;
  height: auto;
}

/* end .entry-content */
/* line 1054, ../scss/_base.scss */
.wp-caption {
  background: #fffee5;
  padding-bottom: 1px;
  margin-bottom: 1.5em;
  max-width:650px;
  /* images inside wp-caption */
}
/* line 1058, ../scss/_base.scss */
.wp-caption.none, .wp-caption.alignnone {
  width: 100% !important;
}
/* line 1060, ../scss/_base.scss */
.wp-caption.none img, .wp-caption.alignnone img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 1066, ../scss/_base.scss */
.wp-caption a {
  border-bottom: none !important;
  display: block;
  line-height: 0;
}
/* line 1070, ../scss/_base.scss */
.wp-caption a:hover {
  border-bottom: none;
}
/* line 1073, ../scss/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 1078, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  margin: 5px 7px;
  text-align: left;
  display: block;
}

.wp-block-image figcaption {
      font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 5px 7px;
  text-align: left;
  display: block;
    
}

/* line 1084, ../scss/_base.scss */
blockquote .wp-caption p.wp-caption-text {
  margin: 0 0 5px;
}
/* line 1089, ../scss/_base.scss */
.wp-caption .img-frame {
  margin-bottom: 0 !important;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* royal slider in separate stylesheet */
/* NGG Gallery styles */
/* line 1122, ../scss/_base.scss */
.ngg-galleryoverview .ngg-gallery-thumbnail img {
  margin-bottom: 5px;
  padding: 0;
  border: none;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
    display:block;
}

/* fancybox overrides */
/* line 1131, ../scss/_base.scss */
#fancybox-overlay {
  background: url("../js/fancybox/fancybox_overlay.png");
}

/* line 1134, ../scss/_base.scss */
#fancybox-wrap {
  padding: 0 !important;
}

/* line 1137, ../scss/_base.scss */
#fancybox-wrap a, #fancybox-right, #fancybox-left {
  border-bottom: none !important;
}

/* line 1138, ../scss/_base.scss */
.fancybox-title-float {
  left: 0 !important;
}

/* line 1141, ../scss/_base.scss */
#fancybox-title {
  width: 100% !important;
}

/* line 1145, ../scss/_base.scss */
#fancybox-title-float-wrap {
  width: 100% !important;
}

/* line 1148, ../scss/_base.scss */
#fancybox-title-float-main {
  text-align: left !important;
  margin-bottom: -28px !important;
  background: #231f20;
  display: block;
  right: auto !important;
  padding: 6px 10px;
  color: #fff;
  font-weight: normal !important;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  white-space: normal !important;
  line-height: 1.5em;
}

/* line 1162, ../scss/_base.scss */
#fancybox-title-float-left, #fancybox-title-float-right, #fancybox-close {
  display: none !important;
}

/* line 1166, ../scss/_base.scss */
#fancybox-right {
  margin-right: -36px !important;
}
/* line 1168, ../scss/_base.scss */
#fancybox-right span {
  width: 32px !important;
  height: 32px !important;
  background-position: -64px -64px !important;
  background: transparent url(../images/rs-default.png) -64px -64px no-repeat !important;
  background-color: transparent !important;
}

/* line 1176, ../scss/_base.scss */
#fancybox-left {
  margin-left: -34px !important;
}
/* line 1178, ../scss/_base.scss */
#fancybox-left span {
  width: 32px !important;
  height: 32px !important;
  background-position: -64px -64px !important;
  background: transparent url(../images/rs-default.png) -64px -32px no-repeat !important;
  background-color: transparent !important;
}

/* OLD FB METHOD */
/* fancybox overrides */
/* line 1190, ../scss/_base.scss */
.fancybox-overlay a, #fancybox-buttons a {
  border-bottom: none !important;
}

/* line 1191, ../scss/_base.scss */
.fancybox-title-float-wrap {
  text-align: left !important;
  margin-bottom: -28px !important;
  background: #231f20;
  display: block;
  width: 100%;
  right: auto !important;
}
/* line 1198, ../scss/_base.scss */
.fancybox-title-float-wrap .child {
  background: transparent !important;
  color: #fff;
  font-weight: normal !important;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  white-space: normal !important;
  line-height: 1.5em;
  padding: 6px 10px !important;
}

/* line 1211, ../scss/_base.scss */
.fancybox-nav.fancybox-next {
  margin-right: -25px;
}
/* line 1213, ../scss/_base.scss */
.fancybox-nav.fancybox-next span {
  width: 32px;
  height: 32px;
  background-position: -64px -64px;
  background: transparent url(../images/rs-default.png) -64px -64px no-repeat;
  background-color: transparent;
}
/* line 1221, ../scss/_base.scss */
.fancybox-nav.fancybox-prev {
  margin-left: -25px;
}
/* line 1223, ../scss/_base.scss */
.fancybox-nav.fancybox-prev span {
  width: 32px;
  height: 32px;
  background-position: -64px -64px;
  background: transparent url(../images/rs-default.png) -64px -32px no-repeat;
  background-color: transparent;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1237, ../scss/_base.scss */
.page-navigation {
  border-top: 2px solid #f0f0ef;
}

/* line 1240, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 1244, ../scss/_base.scss */
.bones_page_navi {
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  font-size: .9em;
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
/* line 1247, ../scss/_base.scss */
.bones_page_navi em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 1251, ../scss/_base.scss */
.bones_page_navi li {
  float: left;
  margin-right: 10px;
}
/* line 1255, ../scss/_base.scss */
.bones_page_navi li a {
  border-bottom: none !important;
  padding: 2px 9px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #f0f0ef;
  color: #6d6763;
  margin-bottom: 10px;
}
/* line 1264, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  background: #d9f2f6;
  color: #00a9c4;
}
/* line 1274, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  color: #6d6763;
  padding: 2px 9px;
  position: relative;
  background: #d9f2f6;
}
/* line 1281, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}

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

/* end .wp-prev-next */
/******************************************************************
SINGLE.PHP AUDIENCE INTERACTION STYLES
******************************************************************/
/* line 1357, ../scss/_base.scss */
.interaction-footer {
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  margin-top: 2em;
  margin-bottom: 2em;
}
/* line 1361, ../scss/_base.scss */
.interaction-footer h3 {
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
}
/* line 1363, ../scss/_base.scss */
.interaction-footer h3 em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 1368, ../scss/_base.scss */
.interaction-footer .row {
  border-bottom: 2px solid #f0f0ef;
  margin-bottom: 0;
}
/* line 1371, ../scss/_base.scss */
.interaction-footer .row .focus {
  padding: 10px 0;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  filter: alpha(opacity=35);
  opacity: 0.35;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1376, ../scss/_base.scss */
.interaction-footer .row .focus:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 1382, ../scss/_base.scss */
.interaction-footer .row.responses-list .focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 1386, ../scss/_base.scss */
.interaction-footer .row.share-list {
  border-top: 2px solid #f0f0ef;
}
/* line 1388, ../scss/_base.scss */
.interaction-footer .row.share-list h3 {
  float: left;
  margin: 0 10px 0 0;
  width: 60px;
}
/* line 1393, ../scss/_base.scss */
.interaction-footer .row.share-list ul {
  margin: 0;
  padding-top: 2px;
  float: left;
}
/* line 1397, ../scss/_base.scss */
.interaction-footer .row.share-list ul li {
  height: 28px;
  float: left;
}
/* line 1400, ../scss/_base.scss */
.interaction-footer .row.share-list ul li div, .interaction-footer .row.share-list ul li iframe, .interaction-footer .row.share-list ul li .tumblr_link {
  vertical-align: middle;
}
/* line 1403, ../scss/_base.scss */
.interaction-footer .row.share-list ul li .tumblr_link {
  margin-right: 1em;
}
/* line 1406, ../scss/_base.scss */
.interaction-footer .row.share-list ul li .fb-like {
  margin-right: 1em;
  margin-top: -1px;
  height: 26px;
  /* to fix vertical align offset */
}
/* line 1411, ../scss/_base.scss */
.interaction-footer .row.share-list ul li .twitter-share-button {
  margin: 0 20px 0 0;
}
/* line 1414, ../scss/_base.scss */
.interaction-footer .row.share-list ul li #___plusone_0 {
  font-size: 100% !important;
}
/* line 1418, ../scss/_base.scss */
.interaction-footer .row.share-list ul a {
  border-bottom: none !important;
}
/* line 1423, ../scss/_base.scss */
.interaction-footer .row.no-responses {
  display: none;
  visibility: hidden;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1436, ../scss/_base.scss */
#comments {
  margin: 0;
  /* number of comments span */
}

/* line 1444, ../scss/_base.scss */
#comment-nav {
  display: none;
  visibility: hidden;
}

/* line 1456, ../scss/_base.scss */
.commentlist {
  font-size: .9em;
  margin: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1459, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  padding-bottom: 1em;
  margin-bottom: 0;
  border-bottom: 2px dotted #b6b3b1;
  /* end .commentlist li ul.children */
}
/* line 1468, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 1473, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1491, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1495, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1500, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-top: 0;
  padding-bottom: 0;
  padding-bottom: 1em;
}
/* line 1504, ../scss/_base.scss */
.commentlist li:not(.depth-1) article {
  border-top: 2px dotted #f0f0ef;
  margin-top: .5em;
}
/* line 1510, ../scss/_base.scss */
.commentlist li:last-child {
  padding-bottom: 0;
}
/* line 1512, ../scss/_base.scss */
.commentlist li:last-child article {
  border-bottom: none;
}
/* line 1517, ../scss/_base.scss */
.commentlist li.depth-2 {
  margin-left: 25px;
}
/* line 1518, ../scss/_base.scss */
.commentlist li.depth-3 {
  margin-left: 50px;
}
/* line 1519, ../scss/_base.scss */
.commentlist li.depth-4 {
  margin-left: 75px;
}
/* line 1520, ../scss/_base.scss */
.commentlist li.depth-5 {
  margin-left: 100px;
}
/* line 1531, ../scss/_base.scss */
.commentlist .comment-author {
  margin-top: 1em;
  color: #000;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
}
/* line 1535, ../scss/_base.scss */
.commentlist .comment-author a {
  color: #000;
  border-bottom: none !important;
}
/* line 1538, ../scss/_base.scss */
.commentlist .comment-author a:hover {
  text-decoration: underline !important;
}
/* line 1549, ../scss/_base.scss */
.commentlist .separator {
  color: #000;
  font-size: 11px;
  padding: 0 5px;
}
/* line 1555, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-style: normal;
}
/* line 1564, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1574, ../scss/_base.scss */
.commentlist .comment {
  color: #6d6763;
}
/* line 1576, ../scss/_base.scss */
.commentlist .comment a {
  text-decoration: none !important;
}
/* line 1579, ../scss/_base.scss */
.commentlist .comment #cancel-comment-reply-link {
  font-size: .8em;
  margin-left: .8em;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  border-bottom: none !important;
}
/* line 1586, ../scss/_base.scss */
.commentlist .comment #cancel-comment-reply-link:hover {
  color: #ff6f49;
}
/* line 1591, ../scss/_base.scss */
.commentlist .comment #respond.row {
  border-bottom: none;
}
/* line 1594, ../scss/_base.scss */
.commentlist .comment #respond #comment-form-title {
  display: none;
  visibility: hidden;
}
/* line 1598, ../scss/_base.scss */
.commentlist .comment #respond li {
  border: none;
}
/* line 1617, ../scss/_base.scss */
.commentlist .comment_content {
  line-height: 1.4em;
}
/* line 1619, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: .7em 0;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1638, ../scss/_base.scss */
.respond-form {
  margin: 0;
}
/* line 1641, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1644, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1649, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1655, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  font-size: .8em;
  padding: 3px 6px;
  background: #f0f0ef;
  border: 2px solid #e4e4e2;
  line-height: 1.5em;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  border-radius: 0;
  /* form validation */
}
/* line 1666, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 1671, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1682, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 1689, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* line 1694, ../scss/_base.scss */
.respond-form form .button {
  margin-bottom: 0;
}

/* comment submit button */
/* comment form title */
/* line 1704, ../scss/_base.scss */
#comment-form-title {
  cursor: pointer;
  padding: .6em 0;
  margin: 0;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  filter: alpha(opacity=35);
  opacity: 0.35;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1710, ../scss/_base.scss */
#comment-form-title:hover, #comment-form-title.activeform {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

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

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

/*********************
SIDEBARS & ASIDES
*********************/
/* hide tumblr on mobile */
/* line 1738, ../scss/_base.scss */
#text-412999446 {
  display: none;
}

/* line 1744, ../scss/_base.scss */
.widgettitle a {
  color: #ff6f49;
  border-bottom: 2px solid transparent;
}
/* line 1747, ../scss/_base.scss */
.widgettitle a:hover {
  color: #ff6f49;
}
/* line 1750, ../scss/_base.scss */
.widgettitle a .more {
  color: #00a9c4;
  font-size: .74em;
  margin-left: 10px;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
}
/* line 1756, ../scss/_base.scss */
.widgettitle a .more em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 1760, ../scss/_base.scss */
.widgettitle a .more:hover {
  border-bottom: 2px solid #d9f2f6;
}

/* line 1767, ../scss/_base.scss */
.widget {
  margin: 0 0 2em;
}
/* line 1770, ../scss/_base.scss */
.widget h4 a {
  border-bottom: none !important;
}
/* line 1777, ../scss/_base.scss */
.widget .widget_events li {
  margin-bottom: 1em;
}
/* line 1779, ../scss/_base.scss */
.widget .widget_events li header {
  width: 27.333333%;
  float: left;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  font-size: .8em;
  color: #00a9c4;
  background: #d9f2f6;
  padding: 2px 6px;
}
/* line 1787, ../scss/_base.scss */
.widget .widget_events li header em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 1793, ../scss/_base.scss */
.widget .widget_events li h5 {
  float: right;
  font-size: .85em;
  width: 70%;
  text-transform: none;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
  line-height: 1.5em;
}
/* line 1803, ../scss/_base.scss */
.widget .widget_events li h5 em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 1807, ../scss/_base.scss */
.widget .widget_events li h5 a {
  color: #000;
  border-bottom: 2px solid #d9f2f6;
}
/* line 1810, ../scss/_base.scss */
.widget .widget_events li h5 a:hover {
  border-bottom: 2px solid #00a9c4;
}
/* line 1821, ../scss/_base.scss */
.widget .Tumblr {
  padding-bottom: 10px;
  background: #d9f2f6;
  font-size: .75em;
}
/* line 1825, ../scss/_base.scss */
.widget .Tumblr:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 1828, ../scss/_base.scss */
.widget .Tumblr .tumblr-link {
  color: #000;
  border-bottom: none;
  display: block;
}
/* line 1833, ../scss/_base.scss */
.widget .Tumblr img {
  width: 100%;
  height: auto;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1839, ../scss/_base.scss */
.widget .Tumblr p {
  margin: 0 .7em 0;
}
/* line 1841, ../scss/_base.scss */
.widget .Tumblr p:last-child {
  margin: 0 .7em -.95em;
}
/* line 1845, ../scss/_base.scss */
.widget .Tumblr br {
  display: none;
}
/* line 1853, ../scss/_base.scss */
.widget.Tumblr .tumblr_post {
  padding-bottom: 10px;
  background: #d9f2f6;
  font-size: .75em;
}
/* line 1857, ../scss/_base.scss */
.widget.Tumblr .tumblr_post:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 1860, ../scss/_base.scss */
.widget.Tumblr .tumblr_post a {
  border-bottom: none !important;
}
/* line 1863, ../scss/_base.scss */
.widget.Tumblr .tumblr_post img {
  width: 100%;
  height: auto;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1869, ../scss/_base.scss */
.widget.Tumblr .tumblr_post p {
  margin: 0 .7em -.95em;
}
/* line 1872, ../scss/_base.scss */
.widget.Tumblr .tumblr_post .tumblr_link {
  display: none;
}
/* line 1878, ../scss/_base.scss */
.widget .instagram {
  padding-bottom: 10px;
  font-size: .75em;
}
/* line 1882, ../scss/_base.scss */
.widget .instagram ul {
  margin-bottom: 0;
}
/* line 1885, ../scss/_base.scss */
.widget .instagram:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 1888, ../scss/_base.scss */
.widget .instagram .instagram-link {
  color: #000;
  border-bottom: none;
  display: block;
}
/* line 1893, ../scss/_base.scss */
.widget .instagram img {
  width: 100%;
  height: auto;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1899, ../scss/_base.scss */
.widget .instagram p {
  margin: 0 .7em 0;
}
/* line 1901, ../scss/_base.scss */
.widget .instagram p:last-child {
  margin: 0 .7em -.95em;
}
/* line 1905, ../scss/_base.scss */
.widget .instagram br {
  display: none;
}
/* line 1913, ../scss/_base.scss */
.widget.instagram .instagram-placeholder {
  padding-bottom: 10px;
  background: #d9f2f6;
  font-size: .75em;
}
/* line 1917, ../scss/_base.scss */
.widget.instagram .instagram-placeholder:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 1920, ../scss/_base.scss */
.widget.instagram .instagram-placeholder a {
  border-bottom: none !important;
}
/* line 1923, ../scss/_base.scss */
.widget.instagram .instagram-placeholder img {
  width: 100%;
  height: auto;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1929, ../scss/_base.scss */
.widget.instagram .instagram-placeholder p {
  margin: 0 .7em -.95em;
}
/* line 1932, ../scss/_base.scss */
.widget.instagram .instagram-placeholder .tumblr_link {
  display: none;
}
/* line 1939, ../scss/_base.scss */
.widget ul.category_widget {
  font-size: .9em;
  width: 49%;
  float: left;
}
/* line 1943, ../scss/_base.scss */
.widget ul.category_widget a {
  color: #000;
}
/* line 1946, ../scss/_base.scss */
.widget ul.category_widget li {
  margin-bottom: 0;
}
/* line 1951, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 1972, ../scss/_base.scss */
.footer {
  clear: both;
  background-color: #231f20;
  color: #fff;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  position: relative;
}
/* line 1978, ../scss/_base.scss */
.footer .widget {
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  font-size: .85em;
}
/* line 1981, ../scss/_base.scss */
.footer .widget h4.widgettitle {
  font-size: 1.3em;
  margin-bottom: .5em;
}
/* line 1984, ../scss/_base.scss */
.footer .widget h4.widgettitle a {
  color: #ff6f49;
}
/* line 1988, ../scss/_base.scss */
.footer .widget h5 {
  color: #d9f2f6;
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: normal;
  font-family: "mcbeansans", Helvetica, Arial, sans-serif;
  margin: 0 0 .5em;
}
/* line 1997, ../scss/_base.scss */
.footer .widget h5 em {
  font-family: "mcbeanitalic", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* line 2001, ../scss/_base.scss */
.footer .widget h5 a {
  color: #d9f2f6;
  border-bottom: none !important;
}
/* line 2004, ../scss/_base.scss */
.footer .widget h5 a:hover {
  color: #00a9c4;
}
/* line 2009, ../scss/_base.scss */
.footer .widget p {
  margin: 0 0 1em;
}
/* line 2011, ../scss/_base.scss */
.footer .widget p.byline {
  margin: 1em 0;
}
/* line 2015, ../scss/_base.scss */
.footer .widget img.landscape {
  width: auto !important;
}
/* line 2018, ../scss/_base.scss */
.footer .widget .wp-post-image {
  width: 100px;
  height: auto;
  margin: .3em 20px 15px 0;
  float: left;
}
/* line 2026, ../scss/_base.scss */
.footer .widget.widget_nav_menu ul li {
  margin-bottom: .2em;
}
/* line 2029, ../scss/_base.scss */
.footer .widget.widget_nav_menu ul a {
  color: #fff;
  border-bottom: 2px solid #00a9c4;
}
/* line 2033, ../scss/_base.scss */
.footer .widget.widget_nav_menu ul a:hover {
  color: #00a9c4;
}
/* line 2041, ../scss/_base.scss */
.footer #nav_menu-4 {
  margin: 1.33em 0;
  padding-bottom: 2em;
}
/* line 2044, ../scss/_base.scss */
.footer #nav_menu-4 h4 {
  float: left;
  margin: 0 12px 0 0;
}
/* line 2048, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container {
  margin: 0;
}
/* line 2050, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media {
  margin: 0;
  float: left;
  width: 205px;
}
/* line 2054, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media li {
  float: left;
  font-size: 1.3em;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 2060, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media li a {
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 4px;
  overflow: hidden;
  border-bottom: none !important;
  text-indent: -9999px;
  background: transparent url(../images/rs-default.png) -7px -127px no-repeat;
}
/* line 2070, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media li.twitter a {
  background-position: -40px -127px;
}
/* line 2073, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media li.youtube a {
  background-position: -73px -127px;
}
/* line 2076, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media li.vimeo a {
  background-position: -106px -127px;
}
/* line 2079, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media li.gplus a {
  background-position: -172px -127px;
}
/* line 2082, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media li.rss a {
  background-position: -139px -127px;
}
/* line 2085, ../scss/_base.scss */
.footer #nav_menu-4 .menu-social-media-container #menu-social-media li:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
PRINT FIXES
*********************/
/* line 2121, ../scss/_base.scss */
.print_feature {
  display: none;
  visibility: none;
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader 
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* line 29, ../scss/_royalslider.scss */
.royalSlider.rsCustom.rs-image-gallery .rsThumbs {
  display: none;
}
/* line 33, ../scss/_royalslider.scss */
.royalSlider.rsCustom.rs-image-gallery.rsFullscreen .rsThumbs {
  display: block !important;
}
/* line 38, ../scss/_royalslider.scss */
.royalSlider.rsCustom.rsFullscreen {
  height: 100% !important;
}

/* line 43, ../scss/_royalslider.scss */
a.rsLink {
  border-bottom: none !important;
}

/* line 47, ../scss/_royalslider.scss */
.rsThumbsToggle {
  cursor: pointer;
  margin: 10px 10px -20px;
  display: block;
  width: 40px;
  height: 20px;
  background: #6d6763 url(../images/rs-default.png) -17px -97px no-repeat;
  position: absolute;
  z-index: 22;
  right: 0;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 61, ../scss/_royalslider.scss */
.rsThumbsToggle:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 65, ../scss/_royalslider.scss */
.landscape {
  width: 100% !important;
  margin-left: 0 !important;
  height: auto !important;
}

/* Background */
/* line 72, ../scss/_royalslider.scss */
.rsCustom {
  background: transparent;
  color: #FFF;
}
/* line 75, ../scss/_royalslider.scss */
.rsCustom .rsOverflow,
.rsCustom .rsSlide,
.rsCustom .rsVideoFrameHolder,
.rsCustom .rsThumbs {
  background: #231f20;
  color: #FFF;
}

/* line 84, ../scss/_royalslider.scss */
.rsCustom.rs-image-gallery {
  background: transparent;
  color: #FFF;
}
/* line 87, ../scss/_royalslider.scss */
.rsCustom.rs-image-gallery .rsOverflow,
.rsCustom.rs-image-gallery .rsSlide,
.rsCustom.rs-image-gallery .rsVideoFrameHolder,
.rsCustom.rs-image-gallery .rsThumbs {
  background: #f0f0ef;
  color: #FFF;
}
/* line 96, ../scss/_royalslider.scss */
.rsCustom.rs-image-gallery .rsSlide img {
  margin: 0 auto;
  display: block;
}
/* line 101, ../scss/_royalslider.scss */
.rsCustom.rs-image-gallery .rsThumbs {
  padding: 6px 0;
  background: #231f20;
  clear: both;
}
/* line 105, ../scss/_royalslider.scss */
.rsCustom.rs-image-gallery .rsThumbs .rsNavSelected {
  background: #231f20;
}

/* line 111, ../scss/_royalslider.scss */
.rsCustom.rsFullscreen {
  background: #231f20;
  color: #FFF;
}
/* line 114, ../scss/_royalslider.scss */
.rsCustom.rsFullscreen .rsOverflow,
.rsCustom.rsFullscreen .rsSlide,
.rsCustom.rsFullscreen .rsVideoFrameHolder,
.rsCustom.rsFullscreen .rsThumbs {
  background: #231f20;
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
/* line 129, ../scss/_royalslider.scss */
.rsCustom .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 137, ../scss/_royalslider.scss */
.rsCustom.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

/* line 142, ../scss/_royalslider.scss */
.rsCustom.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

/* line 143, ../scss/_royalslider.scss */
.rsCustom.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 145, ../scss/_royalslider.scss */
.rsCustom.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

/* line 146, ../scss/_royalslider.scss */
.rsCustom.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

/* line 148, ../scss/_royalslider.scss */
.rsCustom .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  position: absolute;
  cursor: pointer;
  background: url(../images/rs-default.png);
  background-color: transparent;
  *background-color: transparent;
  border-radius: 2px;
}

/* line 168, ../scss/_royalslider.scss */
.rsCustom.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
  margin-left: -37px;
}

/* line 169, ../scss/_royalslider.scss */
.rsCustom.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
  margin-left: 5px;
}

/* line 171, ../scss/_royalslider.scss */
.rsCustom.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

/* line 172, ../scss/_royalslider.scss */
.rsCustom.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

/* line 174, ../scss/_royalslider.scss */
.rsCustom .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
/* line 183, ../scss/_royalslider.scss */
.rsCustom .rsBullets {
  /*position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  height: auto;*/
  width: 100%;
  margin: 0 auto;
  background: transparent;
  text-align: right;
}

/* line 195, ../scss/_royalslider.scss */
.rsCustom .rsBullet {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 8px 15px;
}

/* line 207, ../scss/_royalslider.scss */
.rsCustom .rsBullet:hover span {
  background: #a7a7a7;
}
/* line 211, ../scss/_royalslider.scss */
.rsCustom .rsBullet span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e6e6e6;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
}

/* line 222, ../scss/_royalslider.scss */
.rsCustom .rsBullet.rsNavSelected span {
  background-color: #a7a7a7;
}

/***************
*
*  3. Thumbnails
*
****************/
/* line 236, ../scss/_royalslider.scss */
.rsCustom .rsThumbsHor {
  width: 100%;
  height: auto;
}

/* line 240, ../scss/_royalslider.scss */
.rsCustom .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 247, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

/* line 251, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

/* line 255, ../scss/_royalslider.scss */
.rsCustom .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

/* line 261, ../scss/_royalslider.scss */
.rsCustom .rsThumb img {
  width: 100%;
  height: 100%;
}

/* line 265, ../scss/_royalslider.scss */
.rsCustom .rsThumb.rsNavSelected {
  background: #02874a;
}

/* line 268, ../scss/_royalslider.scss */
.rsCustom .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 272, ../scss/_royalslider.scss */
.rsCustom .rsTmb {
  display: block;
}

/* Thumbnails with text */
/* line 277, ../scss/_royalslider.scss */
.rsCustom .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

/* line 284, ../scss/_royalslider.scss */
.rsCustom .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
/* line 295, ../scss/_royalslider.scss */
.rsCustom .rsThumbsArrow {
  height: 100%;
  width: 22px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

/* line 305, ../scss/_royalslider.scss */
.rsCustom .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 308, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

/* line 312, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

/* line 313, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 315, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

/* line 316, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

/* line 318, ../scss/_royalslider.scss */
.rsCustom .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url(../images/rs-default.png);
}

/* line 330, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

/* line 331, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

/* line 333, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

/* line 334, ../scss/_royalslider.scss */
.rsCustom.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

/* line 336, ../scss/_royalslider.scss */
.rsCustom .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 340, ../scss/_royalslider.scss */
  .rsCustom .rsThumb {
    width: 59px;
    height: 44px;
  }

  /* line 344, ../scss/_royalslider.scss */
  .rsCustom .rsThumbsHor {
    height: 44px;
  }

  /* line 347, ../scss/_royalslider.scss */
  .rsCustom .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
/* line 361, ../scss/_royalslider.scss */
.rsCustom .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

/* line 368, ../scss/_royalslider.scss */
.rsCustom .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

/* line 392, ../scss/_royalslider.scss */
.rsCustom .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 398, ../scss/_royalslider.scss */
.rsCustom .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

/* line 406, ../scss/_royalslider.scss */
.rsCustom .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

/* line 411, ../scss/_royalslider.scss */
.rsCustom .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/
/* line 432, ../scss/_royalslider.scss */
.rsCustom .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 443, ../scss/_royalslider.scss */
.rsCustom .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

/* line 456, ../scss/_royalslider.scss */
.rsCustom .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 459, ../scss/_royalslider.scss */
.rsCustom.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
/* line 473, ../scss/_royalslider.scss */
.rsCustom .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

/* line 481, ../scss/_royalslider.scss */
.rsCustom .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

/* line 497, ../scss/_royalslider.scss */
.rsCustom .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 500, ../scss/_royalslider.scss */
.rsCustom .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

/* line 507, ../scss/_royalslider.scss */
.rsCustom .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* line 519, ../scss/_royalslider.scss */
.rsCustom .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

/* line 524, ../scss/_royalslider.scss */
.rsCustom .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

/* line 533, ../scss/_royalslider.scss */
.rsCustom .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
/* line 545, ../scss/_royalslider.scss */
.rsCustom .rsPreloader {
  width: 640px;
  height: 360px;
  background-color: #6d6763;
  overflow: hidden;
  position: absolute;
  z-index: 19999;
  display: block;
}

/***************
*
*  8. Global caption
*
****************/
/*
.rsCustom .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
*/
/* line 590, ../scss/_royalslider.scss */
.rs-image-gallery.rsCustom .rsGCaption, .wp-block-image {
  clear: both;
  text-align: left;
  color: #000;
  background: #fffee5;
  width: 100%;
  font-family: "SpektroGothicRegular", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  margin-bottom: 1.5em;
}

.entry-content img {
    margin: 0;
}

/* line 599, ../scss/_royalslider.scss */
.rs-image-gallery.rsCustom .rsGCaption .rsCaption, .wp-block-image figcaption {
  padding: 5px 7px;
}
/* line 601, ../scss/_royalslider.scss */
.rs-image-gallery.rsCustom .rsGCaption .rsCaption:empty {
  padding: 0 !important;
}

/* line 608, ../scss/_royalslider.scss */
.royalSlider > .rsContent {
  visibility: hidden;
}

/* scsmith custom */
/* line 612, ../scss/_royalslider.scss */
.hide-overflow {
  overflow: hidden !important;
  margin-bottom: 2em;
}

/**
 *
 * Main container
 *
 */
/* line 6, ../scss/_add2home.scss */
#addToHomeScreen {
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-callout: none;
  width: 240px;
  font-size: 15px;
  padding: 12px 14px;
  text-align: left;
  font-family: helvetica;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fff), color-stop(0.02, #eee), color-stop(0.98, #ccc), color-stop(1, #a3a3a3));
  border: 1px solid #505050;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  line-height: 130%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* line 29, ../scss/_add2home.scss */
#addToHomeScreen.addToHomeIpad {
  width: 268px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
/* line 40, ../scss/_add2home.scss */
#addToHomeScreen.addToHomeWide {
  width: 296px;
}

/* line 44, ../scss/_add2home.scss */
#addToHomeScreen.addToHomeIpad.addToHomeWide {
  width: 320px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The balloon arrow
 *
 */
/* line 55, ../scss/_add2home.scss */
#addToHomeScreen .addToHomeArrow {
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(204, 204, 204, 0)), color-stop(0.4, rgba(204, 204, 204, 0)), color-stop(0.4, #ccc));
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #505050;
  width: 16px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: inset -1px -1px 0 #a9a9a9;
  -webkit-border-bottom-right-radius: 2px;
}

/**
 *
 * The balloon arrow for iPad
 *
 */
/* line 75, ../scss/_add2home.scss */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
  -webkit-transform: rotateZ(-135deg);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(238, 238, 238, 0)), color-stop(0.4, rgba(238, 238, 238, 0)), color-stop(0.4, #eee));
  -webkit-box-shadow: inset -1px -1px 0 #fff;
  top: -9px;
  bottom: auto;
  left: 50%;
}

/**
 *
 * Close button
 *
 */
/* line 88, ../scss/_add2home.scss */
#addToHomeScreen .addToHomeClose {
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 9px;
  background: rgba(0, 0, 0, 0.12);
  color: #707070;
  -webkit-box-shadow: 0 1px 0 #fff;
  font-size: 16px;
}

/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
/* line 110, ../scss/_add2home.scss */
#addToHomeScreen .addToHomePlus {
  font-weight: bold;
  font-size: 1.3em;
}

/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
/* line 121, ../scss/_add2home.scss */
#addToHomeScreen .addToHomeShare {
  display: inline-block;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
  background-size: 18px 15px;
  text-indent: -9999em;
  overflow: hidden;
}

/**
 *
 * The touch icon (if available)
 *
 */
/* line 138, ../scss/_add2home.scss */
#addToHomeScreen .addToHomeTouchIcon {
  display: block;
  float: left;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  -webkit-background-size: 57px 57px;
  background-size: 57px 57px;
  margin: 0 12px 0 0;
  border: 1px solid #333;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/**
 *
 * The 'share' icon for retina display
 *
 */
@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* line 164, ../scss/_add2home.scss */
  #addToHomeScreen .addToHomeShare {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
  }
}
/*
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.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 35, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 36, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 37, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 38, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 83, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 87, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 92, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 97, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /* line 107, ../scss/_481up.scss */
  .post.feature {
    margin-bottom: 2em;
    /*
    		.entry {
    			height:360px;
    			padding-top:40px;
    			padding-right: 40px;
    			padding-left: 40px;
    		}
    */
  }
  /* line 109, ../scss/_481up.scss */
  .rsAutoHeight .post.feature {
    margin-bottom: 0;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 32, ../scss/_768up.scss */
  .wrap {
    max-width: 980px;
  }

  /* line 35, ../scss/_768up.scss */
  #inner-content {
    padding-bottom: 2em;
  }

  /* line 41, ../scss/_768up.scss */
  .post.feature {
    height: 360px;
    overflow: hidden;
  }
  /* line 44, ../scss/_768up.scss */
  .post.feature a.featuredimg {
    display: block;
    line-height: 0;
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    width: -o-calc(100% - 340px);
    width: calc(100% - 340px);
  }
  /* line 55, ../scss/_768up.scss */
  .post.feature .event_tag {
    padding-left: 40px;
    margin-left: -40px;
  }
  /* line 59, ../scss/_768up.scss */
  .post.feature .entry {
    padding-top: 40px;
    width: 340px;
    height: 360px;
    padding-right: 40px;
    padding-left: 40px;
    z-index: 2;
  }
  /* line 68, ../scss/_768up.scss */
  .post.excerpt {
    margin-bottom: 2em;
  }
  /* line 70, ../scss/_768up.scss */
  .post.excerpt a.featuredimg {
    float: left;
    display: block;
    width: 30%;
  }
  /* line 75, ../scss/_768up.scss */
  .post.excerpt a.featuredimg img {
    width: 100%;
    height: auto;
  }
  /* line 80, ../scss/_768up.scss */
  .post.excerpt .entry {
    width: 65.5%;
    float: right;
  }
  /* line 84, ../scss/_768up.scss */
  .post.excerpt .entry.no-thumb {
    width: 100%;
    float: none;
  }
  /* line 91, ../scss/_768up.scss */
  .post.eventexcerpt .event_tag {
    left: 0;
  }
  /* line 94, ../scss/_768up.scss */
  .post.eventexcerpt a.featuredimg {
    position: relative;
    visibility: visible;
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    max-width: 100px;
  }
  /* line 103, ../scss/_768up.scss */
  .post.eventexcerpt a.featuredimg img {
    width: 100%;
    height: auto;
  }
  /* line 108, ../scss/_768up.scss */
  .post.eventexcerpt .entry {
    width: 74%;
    float: left;
    margin-left: 15px;
  }
  /* line 113, ../scss/_768up.scss */
  .post.eventexcerpt .entry.no-thumb {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  /* general post style */
  /*********************
  HEADER SYTLES
  *********************/
  /* line 128, ../scss/_768up.scss */
  #logo {
    line-height: 1em;
    font-size: 12em;
    margin-bottom: -.08em;
    margin-top: -.1em;
  }

  /* line 135, ../scss/_768up.scss */
  #slogan {
    border-top: 2px solid rgba(128, 128, 128, 0.1);
    margin: -14px 0 0;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.05em;
  }
  /* line 141, ../scss/_768up.scss */
  #slogan .fullname {
    display: inline;
  }
  /* line 144, ../scss/_768up.scss */
  #slogan .shortname {
    display: none;
  }

  /* line 148, ../scss/_768up.scss */
  .searchform {
    display: block;
    margin: -100px 0 0;
  }
  /* line 155, ../scss/_768up.scss */
  .searchform #s {
    width: 185px;
  }

  /* line 159, ../scss/_768up.scss */
  .widget_search {
    display: none;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 166, ../scss/_768up.scss */
  .single-title, .page-title {
    font-size: 1.8em;
  }

  /* line 169, ../scss/_768up.scss */
  #content {
    margin-top: 2.2em;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 186, ../scss/_768up.scss */
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 190, ../scss/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 194, ../scss/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 201, ../scss/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    background-color: #dedede;
  }
  /* line 213, ../scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    width: 200px;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 222, ../scss/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 224, ../scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 241, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 263, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 282, ../scss/_768up.scss */
  #text-412999446 {
    display: block;
  }

  /* line 289, ../scss/_768up.scss */
  .widgettitle a .more {
    margin-left: 7px;
  }

  /* line 294, ../scss/_768up.scss */
  .widget {
    margin: 0 0 2.2em;
  }
  /* line 299, ../scss/_768up.scss */
  .widget .widget_events li header {
    max-width: 80px;
  }
  /* line 302, ../scss/_768up.scss */
  .widget .widget_events li h5 {
    max-width: 219px;
  }
  /* line 311, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 319, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 420, ../scss/_768up.scss */
  .footer .widget {
    float: left;
    width: 30.612244898%;
    margin-right: 4.081632653%;
  }
  /* line 424, ../scss/_768up.scss */
  .footer .widget.widget_nav_menu, .footer .widget.widget_mailchimp_widget {
    margin-right: 0;
    margin-bottom: 0;
  }

  /*
  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 438, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*********************
  HEADER SYTLES
  *********************/
  /* line 18, ../scss/_1030up.scss */
  #slogan {
    font-size: 1.05em;
  }

  /* line 23, ../scss/_1030up.scss */
  .searchform {
    position: relative;
    float: right;
    margin: -100px 0 0;
    padding-bottom: 3px;
    width: 241px;
  }
  /* line 29, ../scss/_1030up.scss */
  .searchform #s {
    width: 241px;
    border-bottom: 2px solid transparent;
  }
  /* line 32, ../scss/_1030up.scss */
  .searchform #s:focus {
    outline: none;
    border-bottom: 2px solid #c8c8c8;
  }

  /* line 40, ../scss/_1030up.scss */
  .widgettitle a .more {
    margin-left: 10px;
  }

  /*********************
  POST SYTLES
  *********************/
  /* line 53, ../scss/_1030up.scss */
  .post.eventexcerpt .entry {
    width: 80%;
  }
  /* line 58, ../scss/_1030up.scss */
  .post.feature .entry {
    margin-left: 640px;
  }

  /* general post style */
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../scss/_print.scss */
  * {
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
    /*
        // show links on printed pages
        &:after {
          content: " (" attr(href) ")";
        }
    
        // show title too
        abbr[title]:after {
          content: " (" attr(title) ")";
        }
    */
  }
  /* line 24, ../scss/_print.scss */
  a dfn, a em, a .em, a:visited dfn, a:visited em, a:visited .em {
    font-style: italic;
  }

  /* line 39, ../scss/_print.scss */
  .event_tag span {
    color: #00a9c4 !important;
  }
  /* line 42, ../scss/_print.scss */
  .event_tag a {
    color: #fff !important;
    text-decoration: none !important;
  }
  /* line 47, ../scss/_print.scss */
  .event_tag.past_event span {
    color: #b6b3b1 !important;
  }

  /* line 52, ../scss/_print.scss */
  .single .entry-content a,
  .page .entry-content a {
    text-decoration: none;
  }

  /* line 56, ../scss/_print.scss */
  .single .entry-content iframe,
  .page .entry-content iframe {
    display: none;
  }

  /* line 61, ../scss/_print.scss */
  .featured_video_plus {
    display: none;
  }

  /* line 64, ../scss/_print.scss */
  .fluid-width-video-wrapper {
    padding: 0 !important;
  }
  /* line 66, ../scss/_print.scss */
  .fluid-width-video-wrapper iframe {
    display: none;
  }

  /*
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
      content: "";
    }
  */
  /* line 79, ../scss/_print.scss */
  pre {
    page-break-inside: avoid;
  }

  /*
    pre, blockquote {
      page-break-inside: avoid;
    }
  */
  /* line 90, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

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

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

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

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

  /* line 116, ../scss/_print.scss */
  .alignright {
    float: right;
  }

  /* line 119, ../scss/_print.scss */
  .alignleft {
    float: left;
  }

  /* line 122, ../scss/_print.scss */
  .ngg-galleryoverview {
    clear: both;
  }
  /* line 124, ../scss/_print.scss */
  .ngg-galleryoverview img {
    width: 75px !important;
    height: auto !important;
    float: left;
    margin-right: 5px;
  }

  /* line 132, ../scss/_print.scss */
  footer.footer {
    background: transparent !important;
  }

  /* line 135, ../scss/_print.scss */
  footer.footer:before {
    display: block;
    border-top: 2px solid #f0f0ef;
    font-size: 0.8em !important;
    content: '©2014 California Institute of the Arts';
    padding: 20px 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  /* line 145, ../scss/_print.scss */
  .print_feature {
    display: block !important;
    visibility: visible !important;
    position: relative;
  }
  /* line 149, ../scss/_print.scss */
  .print_feature img {
    margin: 0 !important;
  }

  /* line 155, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  #inner-footer, #respond, footer #share, .searchform,
  nav {
    display: none;
  }

  /* ROYAL SLIDER */
  /* line 165, ../scss/_print.scss */
  .royalSlider {
    clear: both;
  }

  /* line 168, ../scss/_print.scss */
  .rsThumbsToggle, .rsArrow {
    display: none;
  }

  /* line 171, ../scss/_print.scss */
  .rsThumbs {
    display: block !important;
    clear: both !important;
  }

  /* line 175, ../scss/_print.scss */
  .rsOverflow {
    width: 100% !important;
  }

  /* line 178, ../scss/_print.scss */
  .rsActiveSlide {
    z-index: 1;
  }

  /* homepage */
  /* line 183, ../scss/_print.scss */
  #features {
    padding-bottom: 1em;
  }
  /* line 185, ../scss/_print.scss */
  #features .post.feature .entry {
    background: #fff !important;
    padding: 0 !important;
  }
  /* line 189, ../scss/_print.scss */
  #features h1 a {
    color: #ff6f49 !important;
  }
  /* line 193, ../scss/_print.scss */
  #features .entry-content a {
    color: #00a9c4 !important;
    text-decoration: none !important;
  }
  /* line 197, ../scss/_print.scss */
  #features .entry-content p {
    color: #000 !important;
  }
  /* line 199, ../scss/_print.scss */
  #features .entry-content p * {
    color: #000 !important;
  }
  /* line 204, ../scss/_print.scss */
  #features .byline {
    color: gray !important;
  }
  /* line 206, ../scss/_print.scss */
  #features .byline * {
    color: gray !important;
  }

  /* specific exceptions */
  /* line 214, ../scss/_print.scss */
  .page-template-page-topics-php .sidebar {
    display: block;
    clear: both;
    width: 100%;
  }

  /* line 220, ../scss/_print.scss */
  .page-template-page-events-php .event_tag span {
    color: #fff !important;
  }

  /* line 224, ../scss/_print.scss */
  p#logo {
    line-height: 1em;
    font-size: 11em;
    margin: -.3em 0 -.05em -.05em;
  }
  /* line 228, ../scss/_print.scss */
  p#logo a, p#logo a:visited {
    color: #00a9c4 !important;
    text-decoration: none;
    border-bottom: none !important;
  }
  /* line 232, ../scss/_print.scss */
  p#logo a .glyph, p#logo a:visited .glyph {
    color: #00a9c4 !important;
  }

  /* line 237, ../scss/_print.scss */
  p#slogan {
    width: 100%;
    height: 25px;
    border-top: 2px solid rgba(128, 128, 128, 0.1);
    margin: -14px 0 0;
    background: transparent;
    padding-top: 11px;
    padding-bottom: 35px;
    color: #b6b3b1 !important;
    text-transform: uppercase;
    text-align: right;
    font-family: "mcbeansans", Helvetica, Arial, sans-serif;
    letter-spacing: .08em;
    font-size: 1em;
  }
  /* line 247, ../scss/_print.scss */
  p#slogan span {
    color: #b6b3b1 !important;
  }
}

/* Hardcode singh */
.wp-block-gallery .blocks-gallery-item figcaption {
  pointer-events: none !important;
}