/******************************************************************
Site Name:
Author: Darren Puscas

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 21, ../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 31, ../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 82, ../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 112, ../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 168, ../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 198, ../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 210, ../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 239, ../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 254, ../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 280, ../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 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../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 387, ../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 400, ../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 417, ../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 428, ../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 440, ../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 465, ../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 474, ../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 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name: Greater Toronto Workers' Assembly
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 131, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

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

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

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

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

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

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

/* line 161, ../scss/_mixins.scss */
.alert-error {
  border-color: #d92e21;
  background: #e04034;
}

/* line 167, ../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); */
/*********************
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? */
/*********************
BUTTONS
*********************/
/* line 229, ../scss/_mixins.scss */
.button, .button:visited {
  background: #e04034;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  border: 0px;
  padding: 0.4em 1.3em;
  color: #eeeeee;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.125em;
  line-height: 21px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 0;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background-color: #d92e21;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e04034), to(#d92e21));
  background-image: -webkit-linear-gradient(top, #e04034, #d92e21);
  background-image: -moz-linear-gradient(top, #e04034, #d92e21);
  background-image: -o-linear-gradient(top, #e04034, #d92e21);
  background-image: linear-gradient(to bottom, #e04034, #d92e21);
}
/* line 252, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  background-color: #c3291e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d92e21), to(#c3291e));
  background-image: -webkit-linear-gradient(top, #d92e21, #c3291e);
  background-image: -moz-linear-gradient(top, #d92e21, #c3291e);
  background-image: -o-linear-gradient(top, #d92e21, #c3291e);
  background-image: linear-gradient(to bottom, #d92e21, #c3291e);
}
/* line 257, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #e04034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d92e21), to(#e04034));
  background-image: -webkit-linear-gradient(top, #d92e21, #e04034);
  background-image: -moz-linear-gradient(top, #d92e21, #e04034);
  background-image: -o-linear-gradient(top, #d92e21, #e04034);
  background-image: linear-gradient(to bottom, #d92e21, #e04034);
}

/* line 262, ../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 268, ../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 272, ../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: Darren Puscas

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 stylesheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "ff-meta-serif-web-pro", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #222222;
}

/* line 25, ../scss/_base.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, ../scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

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

/* line 86, ../scss/_base.scss */
#main-single {
  margin-top: 0em;
}

/* line 89, ../scss/_base.scss */
#main-single img {
  padding: 0;
}

/* line 92, ../scss/_base.scss */
body {
  overflow-x: hidden;
}

/* line 96, ../scss/_base.scss */
#main-page-news {
  margin: 0em 0 0em 0%;
  padding: 0 2% 0;
}

/* line 100, ../scss/_base.scss */
#main-page p {
  margin: 1.5em 0% 1.2em 0%;
  font-size: 120%;
  line-height: 1.6;
}

/* line 106, ../scss/_base.scss */
#content {
  padding-top: 0em;
  background-color: #fafafa;
}

/* line 111, ../scss/_base.scss */
#inner-content {
  margin: 0.2em 0% 2em;
}

/* line 114, ../scss/_base.scss */
#inner-content-posts, #inner-content-archive {
  margin: 0 4% 0;
}

/* line 118, ../scss/_base.scss */
#main-archive {
  margin: 0 10% 0 4%;
}

/* line 121, ../scss/_base.scss */
.archive-entry-title {
  margin: 0.5em 0 0.5em 4%;
}

/* line 124, ../scss/_base.scss */
.archive-link {
  padding-bottom: 1em;
}

/*********************
LINK STYLES
*********************/
/* line 134, ../scss/_base.scss */
a, a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 137, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #e04034;
}
/* line 147, ../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);
}

/* line 157, ../scss/_base.scss */
h2 a, a:visited {
  color: #e04034;
  /* on hover */
}
/* line 161, ../scss/_base.scss */
h2 a:hover, h2 a:focus, a:visited:hover, a:visited:focus {
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -ms-transition: color .5s ease;
  transition: color .5s ease;
}

/* line 170, ../scss/_base.scss */
h4 a, a:visited {
  color: #e04034;
  margin: 0%;
  /* on hover */
}
/* line 175, ../scss/_base.scss */
h4 a:hover, h4 a:focus, a:visited:hover, a:visited:focus {
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -ms-transition: color .5s ease;
  transition: color .5s ease;
}

/* line 184, ../scss/_base.scss */
.linkcat h2 {
  display: none;
}

/* line 192, ../scss/_base.scss */
.linkspage li a {
  font-size: 110%;
  colour: blue;
}

/* line 196, ../scss/_base.scss */
.linkspage li a:hover {
  font-size: 110%;
  color: #b93c1e;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -ms-transition: color .5s ease;
  transition: color .5s ease;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 214, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 224, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 229, ../scss/_base.scss */
h1, .h1 {
  font-size: 3.6em;
  line-height: 1.1em;
}

/* line 234, ../scss/_base.scss */
h2, .h2 {
  font-size: 3.0em;
  line-height: 1.3em;
  margin-bottom: 0.375em;
}

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

/* line 244, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.45em;
  font-weight: 400;
}

/* line 249, ../scss/_base.scss */
h5, .h5 {
  font-size: 1.1em;
  line-height: 1.7em;
  text-transform: none;
  letter-spacing: 1px;
}

/*********************
HEADER STYLES
*********************/
/* line 260, ../scss/_base.scss */
.header {
  margin: 8px 0 0px;
  background-color: white;
}

/* line 264, ../scss/_base.scss */
.header img {
  float: none;
  margin-left: 8.333333%;
}

/* line 269, ../scss/_base.scss */
#logo {
  position: absolute;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 285, ../scss/_base.scss */
.nav {
  border-top: 2px solid #333;
  border-bottom: 0px solid #333;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 290, ../scss/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 292, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 0px;
  margin: 0 0 0;
  background-color: none;
  border-bottom: 1px solid #ccc;
  color: #222222;
  font-size: 21px;
  font-weight: 200;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 330, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/* line 362, ../scss/_base.scss */
a.icon-reorder {
  float: left;
  font-size: 140%;
  color: #222222;
  padding: 0em 2em 0.5em 1.5em;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: color 1.0s;
  -moz-transition: color 1.0s;
  -o-transition: color 1.0s;
  transition: color 0.8s;
}

/* line 376, ../scss/_base.scss */
a.icon-reorder:hover {
  color: #e04034;
}

/* line 380, ../scss/_base.scss */
#primary_nav ul {
  list-style: none;
  padding: 1.0em 0 0;
}

/* line 384, ../scss/_base.scss */
#primary_nav li a {
  display: block;
  padding: 0 10px 2em;
  color: white;
  text-decoration: none;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  height: 1.5em;
  border-bottom: 1px solid #383838;
}

/* line 396, ../scss/_base.scss */
#primary_nav li:last-child a {
  border-bottom: none;
}

/* line 400, ../scss/_base.scss */
#primary_nav li a:hover,
#primary_nav li a:focus {
  color: #e04034;
  background: none;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 409, ../scss/_base.scss */
.header-posts li a {
  color: #eeeeee;
}

/***********************
CUSTOM FRONT-PAGE STYLES
***********************/
/* line 417, ../scss/_base.scss */
.front-learn-button {
  background: #e04034;
  font-size: 0.8em;
  color: #eeeeee;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0.8em 0.8em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0em;
  margin: 5% 0 0 8.666666%;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  float: left;
}

/* line 436, ../scss/_base.scss */
.front-learn-button:hover {
  background: #b93c1e;
}

/* line 439, ../scss/_base.scss */
.front-page-links {
  font-size: 1.0em;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  color: #eeeeee;
  font-weight: 300;
}

/* line 446, ../scss/_base.scss */
.front-page-links a:visited {
  font-size: 1.0em;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  color: #eeeeee;
  font-weight: 300;
}

/* line 452, ../scss/_base.scss */
.front-event {
  display: none;
}

/* line 456, ../scss/_base.scss */
.front-text {
  float: left;
  margin-top: 0.3em;
  margin-left: 12px;
}

/* line 462, ../scss/_base.scss */
.front-thumbs {
  float: none;
}

/* line 466, ../scss/_base.scss */
.front-thumbs img {
  max-height: 320px;
  width: 100%;
  overflow: hidden;
}

/* line 473, ../scss/_base.scss */
.front-title h4 {
  margin: 0;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  color: #222222;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

/* line 481, ../scss/_base.scss */
.front-title h4 a {
  font-size: 100%;
}

/* line 485, ../scss/_base.scss */
.front-text p {
  font-family: "ff-meta-serif-web-pro", Cambria, Times New Roman, Times, serif;
  font-size: 95%;
  letter-spacing: 0.05em;
  color: #444444;
  line-height: 1.5;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* line 494, ../scss/_base.scss */
.front-text .author {
  font-size: 0.9em;
}

/* line 498, ../scss/_base.scss */
.front-date {
  color: #222222;
  font-size: 0.9em;
  float: left;
}

/* line 504, ../scss/_base.scss */
#front-features {
  margin: 0em 0 0em;
  background: none repeat scroll 0 0 #fff;
}

/* line 511, ../scss/_base.scss */
#front-features-intro {
  overflow: hidden;
  height: 468px;
  margin: 0 0 0 0;
  background: none repeat scroll 0 0 #fbfbfb;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
  box-shadow: 0 2px 3px #B9BBBE;
}

/* line 522, ../scss/_base.scss */
#front-features-action {
  margin-top: 0px;
  border-bottom: 0px solid #333;
  background: none repeat scroll 0 0 #fbfbfb;
  text-align: center;
}

/* line 528, ../scss/_base.scss */
ul.front-features-action ul {
  margin: 0% 0 0 16.666666%;
  position: absolute;
}

/* line 532, ../scss/_base.scss */
section#front-features-action ul li {
  text-align: inline;
  float: left;
  padding: 2px 0 0 10px;
}

/* line 537, ../scss/_base.scss */
section#front-features-action ul li ul {
  width: 200px;
  margin: 0 8.333333% 0 0%;
}

/* line 542, ../scss/_base.scss */
section#front-features-action ul li ul li {
  float: left;
  text-align: center;
  margin: 0 1.5% 0;
  border: 0px solid #222222;
  width: 60px;
  height: 60px;
  background: #e04034;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
}

/* line 556, ../scss/_base.scss */
.icon-list-footer li {
  float: left;
}

/* line 559, ../scss/_base.scss */
li.icon {
  float: left;
  padding: 0 5em 0;
}

/* line 564, ../scss/_base.scss */
#front-subtagline {
  border-bottom: 1px solid black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 60% 15%;
  background-image: url("/assets/2014/02/GTWA-front-orig2.jpg");
  display: block;
  height: 320px;
  padding-bottom: 42%;
  max-width: 100%;
  margin: 0 3%;
}

/* line 577, ../scss/_base.scss */
#front-subtagline:after {
  opacity: 0.5;
}

/* line 581, ../scss/_base.scss */
#front-subtagline h2 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 3px 0 rgba(62, 71, 76, 0.35);
  padding: 1.5em 8.33333% 0 8.333333%;
}

/* line 593, ../scss/_base.scss */
.more-link a {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.9em;
  font-weight: 700;
  color: #E04034;
}

/* line 602, ../scss/_base.scss */
#main .front-posts {
  padding-bottom: 0.3em;
  padding-top: 1.3em;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 3% 0 3%;
}

/* line 608, ../scss/_base.scss */
#main-page-news .front-posts {
  padding-bottom: 6px;
  padding-top: 0em;
  border-bottom: 1px solid #CCCCCC;
}

/* line 613, ../scss/_base.scss */
.news-page-title {
  margin: 1em 0 1em;
  font-size: 1.2em;
  font-weight: 300;
  color: #666666;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  text-transform: none;
}

/* line 621, ../scss/_base.scss */
.news-title h4 a {
  font-size: 0.9em;
  color: #222222;
  margin: 0.2em 0 0.2em;
  font-weight: 600;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}

/* line 629, ../scss/_base.scss */
.news-title h4 {
  margin: 0 0 0.4em;
  line-height: 0.9;
}

/* line 633, ../scss/_base.scss */
.news-title h4 a:hover {
  color: #e04034;
}

/* line 637, ../scss/_base.scss */
.news-text {
  padding: 0 0 0em 0em;
}

/* line 641, ../scss/_base.scss */
.news-text p {
  font-size: 1em;
  margin: 0.2em 0 0em;
  padding: 0em 0 0.6em;
  color: #222222;
  font-weight: 400;
}

/* line 648, ../scss/_base.scss */
.news-text .meta-byline {
  font-size: 0.9em;
}

/* line 651, ../scss/_base.scss */
.news-text .author a {
  font-size: 0.7em;
}

/* line 655, ../scss/_base.scss */
.news-thumbs img {
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  opacity: 1.0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1.0s;
  -webkit-transition-timing-function: ease;
}

/* line 664, ../scss/_base.scss */
.news-thumbs img:hover {
  opacity: 1.0;
}

/* line 668, ../scss/_base.scss */
.news-header {
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 3.3em;
  color: white;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0em 0 0em;
}

/* line 678, ../scss/_base.scss */
.sidebarnews {
  display: none;
}

/* line 681, ../scss/_base.scss */
.inset-textbox {
  margin: 0.5em 0em 2em 0em;
  padding: 0em 1.25em 0em 0em;
  float: right;
  position: relative;
  width: 100%;
  line-height: 0.2;
  font-size: 0.8em;
  border-style: solid;
  border-width: 0em 0em 0em;
  border-color: #222222;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: block;
  background-color: rgba(197, 192, 165, 0.3);
}

/* line 698, ../scss/_base.scss */
.inset-textbox h3 {
  letter-spacing: 0em;
  line-height: 1.2;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
  margin: 0.9em 0.5em 0.5em;
}

/* line 707, ../scss/_base.scss */
.inset-textbox p {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  padding-left: 1.25em;
  text-align: center;
}

/* line 712, ../scss/_base.scss */
.inset-textbox li {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 1.0;
  padding: 0 0em 0.8em 0;
  list-style-type: none;
  text-align: center;
}

/* line 721, ../scss/_base.scss */
.comm .inset-textbox ul li {
  list-style: none;
}

/* line 724, ../scss/_base.scss */
.icon-group {
  display: block;
  position: absolute;
  bottom: 90%;
  left: 45%;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 738, ../scss/_base.scss */
#content {
  padding-top: 0em;
  background-color: #ffffff;
}

/* end .hentry */
/* line 755, ../scss/_base.scss */
.single-title {
  margin: 0.2em 8.333333% 0.7em;
}

/* line 758, ../scss/_base.scss */
h1.single-title {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0em 0% 0.3em 0%;
  color: #222222;
  letter-spacing: 0em;
  text-align: left;
  padding: 0.8em 0% 0em;
  float: left;
}

/* line 772, ../scss/_base.scss */
.archive-title {
  font-size: 1.5em;
  padding-bottom: 0.5em;
}

/* line 776, ../scss/_base.scss */
.archive-article-header {
  line-height: 1.2em;
}

/* line 779, ../scss/_base.scss */
.archive-article-header a {
  font-size: 1.2em;
  text-decoration: none;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e04034;
}

/* line 787, ../scss/_base.scss */
.archive-article-header p {
  font-size: 0.8em;
  margin-bottom: 0;
  margin-top: 0.3em;
}

/* line 792, ../scss/_base.scss */
.archive-entry-content {
  font-size: 80%;
  line-height: 1.7em;
}

/* line 796, ../scss/_base.scss */
.archive-entry-content p {
  margin: 0 0 4em;
}

/* line 799, ../scss/_base.scss */
.archive-excerpt {
  margin-bottom: 3em;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 816, ../scss/_base.scss */
.post-meta {
  font-size: 70%;
  padding: 0.5em 0 0em;
  color: #2455dd;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

/* line 824, ../scss/_base.scss */
.post-meta a:visited {
  color: #2455dd;
  text-decoration: none;
}

/* line 828, ../scss/_base.scss */
.updated {
  font-size: 1.0em;
  font-family: "ff-meta-serif-web-pro", Cambria, Times New Roman, Times, serif;
  text-transform: none;
  line-height: 1.0;
  padding-bottom: 0.1em;
  text-align: left;
}

/* line 837, ../scss/_base.scss */
.updated a {
  color: #e04034;
}

/* line 841, ../scss/_base.scss */
.author {
  font-size: 1em;
  font-family: "ff-meta-serif-web-pro", Cambria, Times New Roman, Times, serif;
  text-transform: none;
  color: black;
  line-height: 1.0;
  padding: 0 0 0.1em;
  text-align: left;
}

/* line 850, ../scss/_base.scss */
.author a {
  color: #e04034;
  text-decoration: none;
}

/* line 855, ../scss/_base.scss */
.category-meta {
  font-size: 1em;
  font-family: "ff-meta-serif-web-pro", Cambria, Times New Roman, Times, serif;
  text-transform: none;
  color: black;
  line-height: 1.0;
  padding: 0em 0 0.3em;
  text-align: left;
}

/* line 865, ../scss/_base.scss */
.category-meta a {
  color: #e04034;
  text-decoration: none;
}

/* line 869, ../scss/_base.scss */
.page-content {
  margin: 1em 8.333333% 0;
}

/* line 872, ../scss/_base.scss */
.page-content p {
  margin: 0 0 0;
}

/* line 875, ../scss/_base.scss */
.page-content ul li {
  margin-left: 3em;
  margin-right: 2em;
  padding: 0.3em 0;
  list-style: disc;
  font-size: 110%;
}

/* line 882, ../scss/_base.scss */
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin: 1.0em 0 0.3em;
}

/* line 887, ../scss/_base.scss */
.page-title {
  font-size: 2.0em;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0em 0% 0.3em 0%;
  color: #e04034;
  letter-spacing: 0.2em;
}

/* line 897, ../scss/_base.scss */
.byline {
  padding: 0 0 0.3em;
  font-size: 100%;
}

/* line 901, ../scss/_base.scss */
.entry-content .share li {
  list-style: none;
  margin-left: 0;
}

/* entry content */
/* line 908, ../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 910, ../scss/_base.scss */
.entry-content p {
  font-size: 100%;
  color: black;
  line-height: 1.5;
  padding: 0.3em 0 0.4em 0;
  margin-top: 0;
}
/* line 929, ../scss/_base.scss */
.entry-content ul li {
  list-style: disc;
  margin-left: 20px;
  font-size: 95%;
  line-height: 1.6;
}
/* line 945, ../scss/_base.scss */
.entry-content blockquote {
  padding: 10px 10px 10px 15px;
  margin: 0.3em 0 1.5em 0px;
  background: #eee;
  font-size: 90%;
  border-left: 6px solid #e04034;
}
/* line 953, ../scss/_base.scss */
.entry-content blockquote p {
  margin: 0.5em 1em 0.5em 1.25em;
  line-height: 1.6em;
}
/* line 962, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 983, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 988, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* line 994, ../scss/_base.scss */
.entry-content h2 {
  margin: 24px 16.666666% 0em 8.333333%;
  font-size: 3.4em;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
/* line 1001, ../scss/_base.scss */
.entry-content h3 {
  font-color: black;
  font-weight: 700;
}
/* line 1006, ../scss/_base.scss */
.entry-content h1, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0 0% 0.3em 0%;
}

/* end .entry-content */
/* line 1014, ../scss/_base.scss */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 1019, ../scss/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 1024, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1062, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 1065, ../scss/_base.scss */
.bones_page_navi {
  /* 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 1067, ../scss/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 1071, ../scss/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 1078, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 1087, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
/* line 1092, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 1103, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
/* line 1106, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 1115, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

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

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1173, ../scss/_base.scss */
#comments {
  text-align: center;
  font-weight: 500;
  /* number of comments span */
}

/* line 1191, ../scss/_base.scss */
.comment-text p {
  margin: 0 8.33333% 1.5em 0 !important;
}

/* line 1195, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1198, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.2em;
  padding: 0.7335em 10px;
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* end .commentlist li ul.children */
}
/* line 1212, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1216, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1234, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1238, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1243, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1273, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 0px;
}
/* line 1277, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  padding-left: 4em;
  letter-spacing: 0.1em;
}
/* line 1289, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
  padding-right: 1em;
}
/* line 1293, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #777;
  text-decoration: none;
}
/* line 1297, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1307, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  float: left;
  position: absolute;
  left: 0px;
  padding: 2px;
  margin: 0.3em 0 0 1em;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1335, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 4em;
}
/* line 1338, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0em 0 0.3em;
  font-size: 0.9em;
  line-height: 1.4em;
}
/* line 1347, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: left;
  padding: 3px 6px;
  color: #fff;
  opacity: 0.80;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.9em;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
/* line 1364, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1376, ../scss/_base.scss */
.respond-form {
  margin: 2em 8.333333% .5em 0;
  padding-bottom: 2.2em;
}
/* line 1380, ../scss/_base.scss */
.respond-form p {
  margin-left: 0%;
  padding: 0em 0 0.1em;
}
/* line 1386, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1389, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1395, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1403, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 0em 1.0em;
  background: #fff;
  border: 1px solid #666666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.8em;
  font-size: 110%;
  /* form validation */
}
/* line 1413, ../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 1418, ../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 1431, ../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 1436, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 200px;
}

/* comment submit button */
/* comment form title */
/* line 1449, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 0em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

/* line 1456, ../scss/_base.scss */
#comment-form-elements li {
  margin: 0 0 10px;
}

/* cancel comment reply link */
/* line 1462, ../scss/_base.scss */
#cancel-comment-reply a {
  padding: 1px;
}

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

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

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1482, ../scss/_base.scss */
#sidebar1 .news-page {
  padding: 0px 0em 1em 8.333%;
}

/* line 1485, ../scss/_base.scss */
#sidebar1 {
  float: left;
  padding: 0px 0em 1em 0;
  margin: 0em 2% 0.5em;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 1494, ../scss/_base.scss */
#inner-content-archive .sidebar {
  margin-left: 0%;
}

/* line 1497, ../scss/_base.scss */
#sidebar1 .widget_categories a {
  color: white;
  text-transform: none;
  letter-spacing: 0.1em;
  font-size: 0.85em;
  line-height: 3.4em;
  background-color: #e04034;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid black;
  padding: 0.5em;
  margin: 0.3em 0.6em 0.6em 0;
  text-decoration: none;
  -webkit-transition: background 0.8s;
  -moz-transition: background 0.8s;
  -o-transition: background 0.8s;
  transition: background 0.8s;
}

/* line 1516, ../scss/_base.scss */
#sidebar1 .widget_categories a:hover {
  background: #b93c1e;
}

/* line 1519, ../scss/_base.scss */
.sidebarnews a:hover {
  color: white;
  text-decoration: underline;
}

/* line 1523, ../scss/_base.scss */
.widget_categories h4 {
  margin: 0em 0 0.5em;
  padding: 0em;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 1530, ../scss/_base.scss */
.widgettitle {
  border-bottom: 1px solid #444;
}

/* line 1534, ../scss/_base.scss */
.widget {
  padding: 10px 0px 0;
}
/* line 1539, ../scss/_base.scss */
.widget ul li {
  float: left;
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 1561, ../scss/_base.scss */
.footer {
  clear: both;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: left;
  background-color: #111111;
  padding: 0 4% 2em;
}

/* line 1569, ../scss/_base.scss */
#inner-footer {
  margin-top: 0em;
}

/* search-form css - hidden and transition */
/* line 1575, ../scss/_base.scss */
.search-form-header {
  float: left;
  position: relative;
  padding: 0.5em 2% 0.5em 0;
  clear: left;
}

/* line 1581, ../scss/_base.scss */
ul.search-form {
  margin: 0.1em;
}

/* line 1585, ../scss/_base.scss */
.search-form input[type="text"] {
  width: 90px;
  height: 35px;
  padding: 0px 25px;
  padding-left: 2x;
  /* account for 4px border to get perfect circle */
  border: solid 0px white;
  background: #e04034;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 35% 70%;
  text-indent: 100%;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

/* line 1612, ../scss/_base.scss */
.search-form-header input[type="text"]:focus,
input[type="text"]:active {
  width: 180px;
  background-position: right;
  background-size: 20% 70%;
  border: solid 0px white;
  color: #eeeeee;
  text-indent: 0;
  white-space: nowrap;
  overflow: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/* line 1627, ../scss/_base.scss */
.search-form-404etc input[type="text"]:focus,
input[type="text"]:active {
  width: 240px;
  background-position: right;
  background-size: 20% 70%;
  border: solid 0px white;
  color: #eeeeee;
  text-indent: 0;
  white-space: nowrap;
  overflow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1641, ../scss/_base.scss */
.entry-content-404 {
  font-size: 1.3em;
  padding: 0 1em 0;
}

/* line 1648, ../scss/_base.scss */
label.submit-search {
  position: absolute;
  cursor: auto;
}

/* END search-form css - hidden and transition */
/*
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.
*/
/* line 1666, ../scss/_base.scss */
.footer h5 {
  color: #fff;
  font-weight: 500;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  margin: 0em 0 0em;
  font-size: 1em;
  display: block;
  padding-bottom: 0.3em;
}

/* line 1675, ../scss/_base.scss */
.footer a {
  color: white;
  font-size: 0.7em;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -ms-transition: color .5s ease;
  transition: color .5s ease;
}

/* line 1687, ../scss/_base.scss */
.footer a:hover {
  color: #e04034;
}

/* line 1691, ../scss/_base.scss */
.footer p {
  color: #848483;
  margin: 0em 0 0.2em;
  padding-right: 3em;
}

/* line 1696, ../scss/_base.scss */
.footer ul {
  float: none;
  margin: 0;
}

/* line 1700, ../scss/_base.scss */
.footer ul li {
  padding: 0;
  line-height: 2.1em;
}

/* line 1704, ../scss/_base.scss */
.footer ul li a {
  padding: 0 0.8em 0 0;
  text-transform: none;
  font-size: 0.9em;
  float: left;
}

/* line 1711, ../scss/_base.scss */
.footer-heading {
  float: left;
  width: 100%;
  border-top: 1px dotted #666;
  padding: 1em 0 0;
}

/* line 1717, ../scss/_base.scss */
.footer-heading-p {
  float: left;
  width: 100%;
}

/* line 1721, ../scss/_base.scss */
.icon-list-footer li a {
  font-size: 90%;
  padding: 0.1em 0.2em 0 0.4em !important;
}

/* line 1725, ../scss/_base.scss */
.icon-flickr, .icon-youtube-play, .icon-facebook, .icon-twitter {
  float: right;
  font-size: 0.9em;
}

/* line 1729, ../scss/_base.scss */
.reworkit-design {
  padding: 2em 0 1em;
  float: left;
  font-size: 0.8em;
}

/* line 1734, ../scss/_base.scss */
.icon-twitter {
  color: #4099ff;
}

/* line 1737, ../scss/_base.scss */
.icon-facebook {
  color: #3b5998;
}

/* line 1740, ../scss/_base.scss */
.icon-youtube-play {
  color: #eeeeee;
}

/* line 1743, ../scss/_base.scss */
.icon-flickr {
  color: #0063dc;
}

/* line 1747, ../scss/_base.scss */
#gform_fields_6 {
  width: 100%;
}

/* line 1750, ../scss/_base.scss */
#input_6_1, #input_6_1_2 {
  width: 100%;
  font-size: 18px;
  padding: 5px 5px;
}

/* line 1755, ../scss/_base.scss */
#field_6_1 {
  margin-right: 0em;
}

/* line 1759, ../scss/_base.scss */
.video-embed {
  margin: 2em 0em 1em;
}

/*************************
FORM STYLES
************************/
/* line 1769, ../scss/_base.scss */
.gform_wrapper li,
.gform_wrapper form li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
  margin-bottom: 24px;
}

/* line 1778, ../scss/_base.scss */
.gform_wrapper span.gform_description {
  font-weight: normal;
  font-size: 140%;
}

/* line 1785, ../scss/_base.scss */
.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
  padding: 1em 1.5em 0.5em;
  margin: 0;
  overflow: visible;
  background: rgba(197, 192, 165, 0.3);
}

/* line 1791, ../scss/_base.scss */
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
  margin-bottom: 4px;
}

/* line 1794, ../scss/_base.scss */
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
  width: 100%;
}

/* line 1797, ../scss/_base.scss */
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
  padding: 1em 0 10px 0em;
}

/* line 1800, ../scss/_base.scss */
.gform_wrapper .right_label .gfield_label {
  font-size: 90%;
  font-weight: 600;
}

/* line 1804, ../scss/_base.scss */
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  font-size: 13px;
}

/* line 1807, ../scss/_base.scss */
.gform_wrapper .gfield_description {
  padding: 3px 0 0 0;
  width: 100%;
  font-size: 80%;
  font-weight: 400;
  font-family: serif;
}

/* line 1814, ../scss/_base.scss */
.gform_wrapper .top_label .gfield_label {
  font-size: 14px;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* line 1819, ../scss/_base.scss */
.gform_wrapper h3 {
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
}

/* line 1824, ../scss/_base.scss */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1.2em;
}

/* line 1827, ../scss/_base.scss */
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  outline-style: none;
  font-size: 11px;
  font-family: inherit;
  padding: 0.9em 2px 0.9em 2px;
  letter-spacing: normal;
}

/* line 1834, ../scss/_base.scss */
.gform_wrapper {
  margin: 10px 0 2.5em;
}

/* line 1837, ../scss/_base.scss */
.gform_wrapper .gform_footer {
  padding: 1.25em 0 10px 0;
  margin: 8px 0 0 0;
}

/*****/
/* line 1844, ../scss/_base.scss */
.arve-embed-container {
  margin: 0 0 0 0%;
}

/* line 1847, ../scss/_base.scss */
.arve-maxwidth-wrapper {
  max-width: 1140px;
}

/* line 1851, ../scss/_base.scss */
.styled-content-excerpt {
  font-size: 105%;
  color: black;
  font-weight: 500;
  padding: 0em;
  float: left;
}

/* line 1858, ../scss/_base.scss */
.styled-content-excerpt p {
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 2.0em;
}

/* line 1863, ../scss/_base.scss */
.single-format-video .styled-content-excerpt p {
  margin-left: 0.33333%;
}

/*
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 27, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 28, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 29, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 30, ../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 75, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 79, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 84, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 89, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /* line 46, ../scss/style.scss */
  #inner-content {
    margin: 0 0% 4em;
  }

  /* line 49, ../scss/style.scss */
  #inner-content-posts {
    margin: 0 8.333% 0;
  }

  /* line 52, ../scss/style.scss */
  .entry-content ul li {
    font-size: 100%;
  }

  /* line 55, ../scss/style.scss */
  .entry-content blockquote {
    margin-left: 0px;
  }

  /* line 59, ../scss/style.scss */
  .about-intro {
    margin: 1.5em 0% 1.2em 0%;
    font-size: 130%;
    line-height: 2;
  }

  /* line 65, ../scss/style.scss */
  .nav {
    background: none;
    border: 0px;
    text-align: left;
    top: 30px;
    float: none;
    z-index: 1;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  }
  /* line 77, ../scss/style.scss */
  .nav li a {
    font-size: 1.5em;
    border-radius: 0 0 0 0;
    border-width: 0 0 1px;
    padding: 0px 8px 3px;
  }

  /* line 87, ../scss/style.scss */
  .search-form-header {
    float: left;
    padding: 0.5em 0 0.5em;
  }

  /* line 91, ../scss/style.scss */
  .header img {
    float: left;
    margin-left: 8.333333%;
  }

  /* line 96, ../scss/style.scss */
  .page-title {
    font-size: 2.2em;
    line-height: 1.2;
    padding: 0.2em 0 0em;
  }

  /* line 102, ../scss/style.scss */
  h1.single-title {
    font-size: 2.5em;
    padding: 0.8em 0 0em;
  }

  /* line 106, ../scss/style.scss */
  .styled-content-excerpt {
    line-height: 2.3em;
    padding: 0.2em 0 0.8em;
  }

  /* line 110, ../scss/style.scss */
  .styled-content-excerpt p {
    font-size: 105%;
    margin-top: 0.4em;
  }

  /* line 114, ../scss/style.scss */
  .styled-content-excerpt-video p {
    margin: 0em 16.666% 0em 8.333333%;
    padding-bottom: 1em;
  }

  /* line 120, ../scss/style.scss */
  #main .front-posts {
    margin: 1% 8.333333% 0;
    padding-left: 0;
  }

  /* line 125, ../scss/style.scss */
  #main-page-news {
    margin: 0em 0% 0em 0%;
    padding: 0 1em 2em;
  }

  /* line 130, ../scss/style.scss */
  #main-single {
    margin-top: 0.5em;
  }

  /* line 134, ../scss/style.scss */
  .entry-content p {
    font-size: 130%;
  }

  /* line 137, ../scss/style.scss */
  .content p {
    line-height: 1.6;
    margin: 0 0em 0.8em;
  }

  /* line 142, ../scss/style.scss */
  #sidebar1 {
    padding: 0 0 0.5em;
  }

  /* line 145, ../scss/style.scss */
  #main-page p {
    font-size: 130%;
    line-height: 2;
  }

  /* line 150, ../scss/style.scss */
  #front-subtagline {
    background-position: cover;
    height: 370px;
    margin: 0;
  }

  /* line 156, ../scss/style.scss */
  #front-subtagline h2 {
    font-size: 1.3em;
    line-height: 1.3;
    letter-spacing: 0.1em;
    padding: 0.9em 8.333333% 1.0% 8.666666%;
  }

  /* line 164, ../scss/style.scss */
  .front-learn-button {
    float: none;
    margin: 0.5% 0em 0 0%;
  }

  /* line 168, ../scss/style.scss */
  .front-page-links {
    font-size: 1.0em;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    color: #eeeeee;
    font-weight: 300;
    margin: 2.3% 0 0 8.333333%;
    float: left;
    display: block;
  }

  /* line 177, ../scss/style.scss */
  .front-page-links a {
    letter-spacing: 0.15em;
    text-decoration: none;
    color: #eeeeee;
    margin: 0 0.4em 0 0em;
    border-bottom: 2px solid #eeeeee;
  }

  /* line 184, ../scss/style.scss */
  .front-page-links a:visited {
    color: #eeeeee;
  }

  /* line 187, ../scss/style.scss */
  .front-page-links .front-event-link {
    margin-left: 0.4em;
  }

  /* line 190, ../scss/style.scss */
  .front-event {
    display: inline;
  }

  /* line 193, ../scss/style.scss */
  #front-info {
    padding: 0 8.333333% 0;
  }

  /* line 197, ../scss/style.scss */
  .respond-form {
    margin: 2.4em 0% .5em 0px;
    padding-bottom: 2.2em;
  }

  /* line 201, ../scss/style.scss */
  .respond-form form {
    margin: 0.75em 0 0 0%;
  }

  /* line 204, ../scss/style.scss */
  .respond-form form textarea {
    width: 75%;
  }

  /* line 207, ../scss/style.scss */
  #comment-form-title {
    font-size: 1.7em;
    font-weight: 700;
  }

  /* line 211, ../scss/style.scss */
  #comment-form-elements li {
    margin: 0 0 20px;
  }

  /* line 214, ../scss/style.scss */
  .news-text {
    padding: 0em 0 0 0%;
  }

  /* line 217, ../scss/style.scss */
  .news-thumbs {
    padding-top: 0em;
  }

  /* line 220, ../scss/style.scss */
  .news-thumbs img {
    max-height: 400px;
    width: 100%;
  }

  /* line 224, ../scss/style.scss */
  .news-title h4 a {
    font-size: 0.7em;
  }

  /* line 227, ../scss/style.scss */
  .news-text p {
    font-size: 0.875em;
    margin: 0em 0em 0em;
    padding: 0em 0 0.3em;
  }

  /* line 232, ../scss/style.scss */
  .top-stories {
    padding-right: 0em;
    margin-left: 0em;
  }

  /* line 236, ../scss/style.scss */
  .post-meta {
    margin: 0em;
    font-size: 80%;
  }

  /* line 241, ../scss/style.scss */
  .updated {
    font-size: 140%;
    margin-bottom: 0.4em;
    padding-bottom: 0.2em;
    float: left;
  }

  /* line 247, ../scss/style.scss */
  .author {
    font-size: 140%;
    margin-bottom: 0.6em;
    padding: 0 0.3em 0 0;
    float: left;
  }

  /* line 253, ../scss/style.scss */
  .category-meta {
    font-size: 1.1em;
    margin-bottom: 0.4em;
    padding-bottom: 0.2em;
    float: left;
    line-height: 1.4;
  }

  /* line 260, ../scss/style.scss */
  .category-meta a {
    line-height: 1.3;
  }

  /* line 263, ../scss/style.scss */
  .footer {
    padding: 0 8.333% 0;
  }

  /* line 266, ../scss/style.scss */
  .footer ul {
    float: none;
  }

  /* line 271, ../scss/style.scss */
  .footer ul li a {
    text-transform: none;
    font-size: 0.95em;
  }

  /* line 275, ../scss/style.scss */
  .reworkit-design {
    float: right;
    font-size: 0.7em;
  }

  /* line 279, ../scss/style.scss */
  .icon-group {
    left: 48%;
  }

  /* line 282, ../scss/style.scss */
  a.icon-reorder {
    padding-top: 1em;
    float: right;
  }

  /* line 287, ../scss/style.scss */
  .gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    padding-left: 0em;
  }

  /* line 290, ../scss/style.scss */
  .gform_wrapper {
    max-width: 100%;
  }
}
/*
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: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  /* 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: 0px;
  }

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

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

  /* line 52, ../scss/_grid.scss */
  [class*='-col'] {
    padding-right: 20px;
  }

  /* line 55, ../scss/_grid.scss */
  [class*='-col']:last-of-type {
    padding-right: 0;
  }

  /* line 59, ../scss/_grid.scss */
  .grid-pad {
    padding: 20px 20px 20px 0px;
  }

  /* line 62, ../scss/_grid.scss */
  .grid-pad > [class*='-col']:last-of-type {
    padding-right: 80px;
  }

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

  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 42, ../scss/_768up.scss */
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 46, ../scss/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 50, ../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 57, ../scss/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    background-color: #dedede;
  }
  /* line 70, ../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 78, ../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 80, ../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 97, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 119, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 139, ../scss/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 143, ../scss/_768up.scss */
  .widgettitle {
    margin-bottom: 0.75em;
  }

  /* line 147, ../scss/_768up.scss */
  .widget {
    margin: 0.2em 0;
  }
  /* line 151, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.45em;
    /* deep nesting */
  }
  /* line 159, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 267, ../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 */
  /* line 310, ../scss/style.scss */
  #inner-content {
    border-top: 4px solid #222;
    margin: 0 8.333333% 4em;
  }

  /* line 314, ../scss/style.scss */
  img {
    max-width: 100%;
    height: auto;
  }

  /* line 319, ../scss/style.scss */
  .header img {
    float: left;
    margin-left: 8.333333%;
  }

  /* line 324, ../scss/style.scss */
  .nav {
    background: none;
    border: 0px;
    text-align: center;
    top: 30px;
    float: right;
    z-index: 1;
    margin: 0 8.333333% 0 0;
    position: relative;
  }
  /* line 334, ../scss/style.scss */
  .nav li {
    margin-left: 0px;
    display: inline-block;
  }
  /* line 339, ../scss/style.scss */
  .nav li a {
    font-size: 0.9em;
    text-transform: none;
    border-radius: 0 0 0 0;
    border-width: 0 0 1px;
    padding: 15px 8px 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  /* line 352, ../scss/style.scss */
  a.icon-reorder {
    display: none;
  }

  /* line 356, ../scss/style.scss */
  .nav {
    text-align: right;
  }

  /* line 360, ../scss/style.scss */
  #primary_nav {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 50%;
    width: 960px;
    text-align: right;
    right: 10px;
    background: none;
    width: 100%;
    max-width: 510px;
    padding: 0em 6% 0 0;
  }

  /* line 374, ../scss/style.scss */
  #primary_nav ul {
    padding: 0.7em 0 0;
    float: right;
  }

  /* line 380, ../scss/style.scss */
  #primary_nav li a {
    float: right;
    border: none;
    padding: 0 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 0;
    color: #121212;
    font-size: 1.0em;
  }

  /* line 391, ../scss/style.scss */
  #comments {
    text-align: center;
    padding-right: 18%;
  }

  /* line 395, ../scss/style.scss */
  #comment-form-title {
    font-size: 2.1em;
    font-weight: 700;
  }

  /* line 399, ../scss/style.scss */
  #commentform p {
    padding-bottom: 0;
    margin-left: 0;
  }

  /* line 403, ../scss/style.scss */
  .respond-form form {
    margin: 0.75em 0 0 0px;
  }

  /* line 406, ../scss/style.scss */
  #gform_fields_6 {
    width: 70%;
  }

  /* line 409, ../scss/style.scss */
  .byline {
    margin: 2em 8.333333% 0em 0%;
  }

  /* line 412, ../scss/style.scss */
  #inner-content-archive {
    margin: 1em 8.333333% 0;
    padding: 0 8.333333% 0;
    border-top: 4px solid #222222;
  }

  /* line 417, ../scss/style.scss */
  #inner-content-archive .sidebar {
    margin-left: 0;
  }

  /* line 421, ../scss/style.scss */
  .archive-title {
    font-size: 2.1em;
  }

  /* line 424, ../scss/style.scss */
  .archive-link {
    float: right;
    padding-bottom: 0;
  }

  /* line 428, ../scss/style.scss */
  .entry-content p {
    font-size: 130%;
  }

  /* line 431, ../scss/style.scss */
  .entry-content ul li {
    margin: 0 12.333% 0 10%;
    font-size: 110%;
  }

  /* line 435, ../scss/style.scss */
  h1.single-title {
    font-size: 2.4em;
    padding: 0.5em 0 0em;
    text-align: center;
  }

  /* line 442, ../scss/style.scss */
  .styled-content-excerpt p {
    margin-top: 0.5em;
    font-size: 130%;
  }

  /* line 446, ../scss/style.scss */
  .single-format-video .styled-content-excerpt p {
    margin-left: 0%;
  }

  /* line 450, ../scss/style.scss */
  .page-title {
    font-size: 2.8em;
    line-height: 1.2;
  }

  /* line 454, ../scss/style.scss */
  .comm {
    padding: 2em 8.333333% 0;
  }

  /* line 458, ../scss/style.scss */
  #main-page-news {
    margin: 1.2em 0% 0em 0%;
    padding: 0 0 2em 3em;
  }

  /* line 462, ../scss/style.scss */
  .news-title h4 {
    font-size: 1.8em;
    letter-spacing: 0.1em;
  }

  /* line 466, ../scss/style.scss */
  .news-text {
    padding-left: 1.6em;
  }

  /* line 469, ../scss/style.scss */
  .news-thumbs img {
    width: 100%;
    max-height: 180px;
  }

  /* line 473, ../scss/style.scss */
  .news-page-title {
    margin-bottom: 0em;
  }

  /* line 477, ../scss/style.scss */
  .top-stories {
    padding-right: 1em;
    margin-left: 2em;
  }

  /* line 482, ../scss/style.scss */
  #sidebar1 {
    margin: 0em 1em 1em 0em;
    padding: 0 0 0em;
  }

  /* line 486, ../scss/style.scss */
  #sidebar1 .widget_categories a {
    text-transform: none;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    background: #e04034;
    padding: 0.6em;
    margin: 0.4em 0.2em;
  }

  /* line 495, ../scss/style.scss */
  .sidebarnews {
    background-color: #e04034;
    margin-top: 0em;
    padding: 0em 0em 0em 1em;
    float: left;
    display: block;
    width: 100%;
  }

  /* line 504, ../scss/style.scss */
  .sidebarnews .widgettitle {
    border-bottom: 1px dotted #222222;
    font-size: 1em;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0em;
    margin-right: 2em;
  }

  /* line 514, ../scss/style.scss */
  .sidebarnews ul li {
    margin-bottom: 1.95em;
  }

  /* line 517, ../scss/style.scss */
  .sidebarnews li {
    line-height: 1em;
    padding-right: 2em;
  }

  /* line 521, ../scss/style.scss */
  .sidebarnews a {
    color: white;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: none;
    line-height: 1;
  }

  /* line 531, ../scss/style.scss */
  .widget_categories a {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
    float: left;
    padding-right: 1em;
    color: white;
    font-weight: 300;
    line-height: 1.2;
  }

  /* line 543, ../scss/style.scss */
  .widget_categories ul {
    margin: 0.1em 0;
    padding: 0em;
  }

  /* line 548, ../scss/style.scss */
  .share {
    padding: 0em 1em 0;
    margin-top: 0em;
    font-size: 80%;
    float: left;
    margin-left: 2em;
    display: inline-block;
    border-left: 2px solid #222;
    width: 50px;
  }

  /* line 558, ../scss/style.scss */
  .share h5 {
    line-height: 1.3;
    margin: 0em 0 0;
    font-weight: 400;
  }

  /* line 563, ../scss/style.scss */
  .share ul {
    margin: 0.2em 0 0;
  }

  /* line 566, ../scss/style.scss */
  .share-links a {
    color: blue;
    font-weight: 400;
    text-decoration: none;
    font-family: "ff-meta-serif-web-pro", Cambria, Times New Roman, Times, serif;
    border-bottom: 1px dotted #222222;
    line-height: 2.2;
  }

  /* line 574, ../scss/style.scss */
  .share-links ul li {
    list-style: none;
    margin-left: 0px;
  }

  /* line 578, ../scss/style.scss */
  .share a:visited {
    color: blue;
  }

  /* line 581, ../scss/style.scss */
  .share li {
    float: left;
  }

  /* line 584, ../scss/style.scss */
  .sharevideo {
    border-left: 0px solid #222;
    padding: 4em 0 0 1.5em;
  }

  /* line 588, ../scss/style.scss */
  #inner-content .comm {
    margin: 3em 0 0 8.666666%;
  }

  /***********************
  CUSTOM FRONT-PAGE STYLES
  ***********************/
  /* line 598, ../scss/style.scss */
  .frontimage {
    float: left;
    width: 0%;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0%;
  }

  /* line 606, ../scss/style.scss */
  .front-text {
    padding-left: 1.8em;
    float: left;
  }

  /* line 611, ../scss/style.scss */
  #front-features-action {
    padding-left: 0%;
  }

  /* line 614, ../scss/style.scss */
  .front-thumbs {
    float: left;
    max-width: 260px;
  }

  /* line 619, ../scss/style.scss      max-height: 200px; */
  .front-thumbs img {
    width: 100%;
    overflow: hidden;
  }

  /* line 625, ../scss/style.scss */
  #main {
    padding: 1.8em 0 3.3em;
  }

  /* line 629, ../scss/style.scss */
  #main-single {
    margin-top: 1.5em;
  }

  /* line 636, ../scss/style.scss */
  .page-content {
    margin: 3em 0% 0;
  }

  /* line 639, ../scss/style.scss */
  .page-content ul {
    margin-right: 16.666666%;
  }

  /* line 642, ../scss/style.scss */
  #main-single img {
    padding: 0;
  }

  /* line 645, ../scss/style.scss */
  #main .front-posts {
    margin-top: 0%;
  }

  /* line 648, ../scss/style.scss */
  #front-subtagline {
    height: 370px;
  }

  /* line 652, ../scss/style.scss */
  #front-subtagline h2 {
    font-size: 1.5em;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }

  /* line 657, ../scss/style.scss */
  #front-subtagline h2 {
    padding: 2em 16.666666% 3.0% 16.6666%;
  }

  /* line 661, ../scss/style.scss */
  .front-learn-button {
    margin: 0.3% 0em 0 0%;
  }

  /* line 664, ../scss/style.scss */
  .front-page-links {
    margin: 0.3em 0 0 16.666666%;
    font-size: 1em;
  }

  /* line 669, ../scss/style.scss */
  .respond-form {
    padding-bottom: 2.2em;
  }

  /* line 672, ../scss/style.scss */
  #inner-footer {
    padding: 0.2em 0% 0;
    clear: both;
  }

  /* line 676, ../scss/style.scss */
  .footer {
    height: 400px;
    text-align: left;
    padding: 0 16.666666% 0;
  }

  /* line 684, ../scss/style.scss */
  .footer h5 {
    font-size: 0.9em;
    letter-spacing: 0em;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 1.3em 0 0.4em;
    color: #eeeeee;
    max-width: 90%;
  }

  /* line 693, ../scss/style.scss */
  .footer a {
    font-size: 0.9em;
    color: #b0b0b0;
  }

  /* line 697, ../scss/style.scss */
  .footer p {
    margin: 0em 0 0.6em;
    line-height: 1.4;
  }

  /* line 701, ../scss/style.scss */
  .footer ul li {
    line-height: 1.8em;
  }

  /* line 704, ../scss/style.scss */
  .footer ul li a {
    float: none;
  }

  /* line 707, ../scss/style.scss */
  .footer-heading {
    border-top: 0px solid #ccc;
  }

  /* line 710, ../scss/style.scss */
  .icon-list-footer li {
    width: 100%;
  }

  /* line 713, ../scss/style.scss */
  .reworkit-design {
    padding-top: 7em;
    float: left;
    font-size: 0.7em;
  }

  /* line 718, ../scss/style.scss */
  .single-tribe_events .tribe-events-event-image {
    text-align: left;
  }

  /* line 721, ../scss/style.scss */
  .tribe-events-content img {
    margin: 1em 0 1em;
    max-width: 100%;
    height: auto;
  }

  /* line 726, ../scss/style.scss */
  #tribe-events-pg-template {
    max-width: 100%;
  }

  /* line 729, ../scss/style.scss */
  .tribe-events-after-html {
    font-size: 140%;
    margin-left: 16.666666%;
    margin-bottom: 2em;
  }

  /* line 734, ../scss/style.scss */
  .inset-textbox h3 {
    font-size: 2.3em;
    margin-top: 1em;
  }

  /* line 738, ../scss/style.scss */
  .icon-group {
    left: 40%;
  }

  /* line 741, ../scss/style.scss */
  #subscribe-alerts input[type="text"] {
    max-width: 12em;
  }

  /* line 744, ../scss/style.scss */
  .entry-content-404 {
    font-size: 2em;
    padding: 0 1em 0;
  }
}
/*
SPECIAL
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: 1025px) {
  /* line 759, ../scss/style.scss */
  .content p {
    margin: 0 0 0.8em 8.333333%;
    line-height: 1.7em;
  }

  /* line 763, ../scss/style.scss */
  .entry-content h1 {
    margin: 0.8em 0 0em 8.333333%;
  }

  /* line 766, ../scss/style.scss */
  .entry-content h3 {
    line-height: 1.1;
    padding-bottom: 0.4em;
  }

  /* line 770, ../scss/style.scss */
  .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0.8em 0 0em 8.333333%;
  }

  /* line 773, ../scss/style.scss */
  .entry-content ul li {
    margin: 0 12.333% 3% 30%;
  }

  /* line 776, ../scss/style.scss */
  .entry-content blockquote {
    margin-left: 8.333333%;
  }

  /* line 779, ../scss/style.scss */
  .entry-content blockquote h1, .entry-content blockquote h2, .entry-content blockquote h3, .entry-content blockquote h4, .entry-content blockquote h5, .entry-content blockquote h6 {
    margin: 0.5em 8.666666% 0.5em;
  }

  /* line 783, ../scss/style.scss */
  .page-content {
    margin: 5em 16.666666% 0;
  }

  /* line 786, ../scss/style.scss */
  .styled-content-excerpt {
    padding: 0em 0 3.0em;
  }

  /* line 789, ../scss/style.scss */
  .styled-content-excerpt p {
    margin: 1.5em 16.666666% 0;
    text-align: center;
  }

  /* line 793, ../scss/style.scss */
  .single-format-video .styled-content-excerpt p {
    margin-left: 8.33333%;
  }

  /* line 796, ../scss/style.scss */
  .front-learn-button {
    margin: 2.8% 0em 0 0%;
  }

  /* line 799, ../scss/style.scss */
  .front-page-links {
    margin: 1.2em 0 0 15%;
    font-size: 1em;
  }

  /* line 804, ../scss/style.scss */
  #primary_nav {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 50%;
    width: 960px;
    margin-right: -480px;
    text-align: right;
    right: 10px;
    background: none;
    width: 100%;
    max-width: 510px;
    padding: 0em 11% 0 0;
  }

  /* line 820, ../scss/style.scss */
  #primary_nav {
    max-width: 100%;
    padding: 0;
    margin-right: 12%;
  }

  /* line 825, ../scss/style.scss */
  #primary_nav li a {
    font-size: 1.1em;
  }

  /* line 828, ../scss/style.scss */
  .respond-form {
    margin: 2.0em 0% .5em 6%;
  }

  /* line 831, ../scss/style.scss */
  .contentvideo .respond-form {
    margin: 2em 0% 0.5em 0px;
  }

  /* line 835, ../scss/style.scss */
  .inset-textbox {
    width: 35%;
    margin: 5.5em 1.25em 1.6em 4em;
    background-color: white;
  }

  /* line 840, ../scss/style.scss */
  .inset-textbox li {
    text-align: left;
  }

  /* line 843, ../scss/style.scss */
  .inset-textbox p {
    text-align: left;
  }

  /* line 847, ../scss/style.scss */
  .committee {
    width: 66.666666%;
  }

  /* line 850, ../scss/style.scss */
  .committee .gform_wrapper ul.gform_fields {
    width: 85%;
  }

  /* line 853, ../scss/style.scss */
  .comm {
    padding-left: 0%;
    padding-right: 0%;
  }

  /* line 858, ../scss/style.scss */
  .comm .page-title {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* line 862, ../scss/style.scss */
  .comm .inset-textbox ul li {
    list-style: disc;
    font-size: 130%;
  }

  /* line 866, ../scss/style.scss */
  .icon-group {
    left: 40%;
  }

  /* line 869, ../scss/style.scss */
  .icon-flickr, .icon-youtube-play, .icon-facebook, .icon-twitter {
    float: right;
    font-size: 1.2em;
  }

  /* line 873, ../scss/style.scss */
  .main-page {
    width: 100%;
  }

  /* line 876, ../scss/style.scss */
  #main-page p {
    margin: 1.5em 0% 1.2em 0%;
  }

  /* line 879, ../scss/style.scss */
  #content .committee p {
    margin-right: 0%;
  }

  /* line 882, ../scss/style.scss */
  .page-content ul {
    margin-right: 0%;
  }

  /* line 885, ../scss/style.scss */
  .about-intro {
    margin: 1.5em 0% 1.2em 0%;
  }

  /* line 890, ../scss/style.scss */
  .gform_wrapper ul li:before,
  .gform_wrapper ul li:after,
  .gform_wrapper ul.gform_fields {
    padding: 1em 3.5em 0.5em;
    float: left;
    width: 100%;
  }

  /* line 895, ../scss/style.scss */
  .gform_wrapper h3 {
    margin: 1em 0 0.5em;
  }

  /* line 898, ../scss/style.scss */
  .commentlist {
    margin-left: 16.666666%;
    padding-right: 16.666%;
  }

  /* line 902, ../scss/style.scss */
  #comments {
    padding-right: 25%;
  }

  /* line 905, ../scss/style.scss */
  #main-archive {
    margin: 0 0% 0 0px;
    padding-right: 10%;
  }

  /* line 909, ../scss/style.scss */
  .archive-entry-title {
    margin: 1em 0 1em 16.666666%;
  }

  /* line 912, ../scss/style.scss */
  .video-embed {
    width: 1000px;
    height: 500px;
    margin: 0 auto 4em;
    padding: 0;
  }

  /* line 918, ../scss/style.scss */
  .footer {
    height: 320px;
  }

  /* line 921, ../scss/style.scss */
  .footer h5 {
    font-size: 1.2em;
  }

  /* line 924, ../scss/style.scss */
  h1.single-title {
    font-size: 2.8em;
    padding: 0.8em 8.333% 0%;
  }

  /* line 928, ../scss/style.scss */
  .post-meta {
    padding: 0em 8.333333% 0;
  }

  /*
  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: 1025px) and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 943, ../scss/style.scss */
  .header img {
    margin-left: 15%;
  }

  /* line 948, ../scss/style.scss */
  .nav {
    background: none;
    border: 0px;
    text-align: center;
    float: none;
    z-index: 1;
    margin: 0 8.333333% 0 0;
    padding: 0 0 0 0;
  }
  /* line 957, ../scss/style.scss */
  .nav li {
    margin-left: 10px;
    text-align: center;
  }
  /* line 962, ../scss/style.scss */
  .nav li a {
    font-size: 1.1em;
    text-transform: none;
    border-radius: 0 0 0 0;
    border-width: 0 0 1px;
    padding: 15px 0px 3px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  /* line 975, ../scss/style.scss */
  a.to_nav {
    display: none;
  }

  /* line 979, ../scss/style.scss */
  #inner-content {
    margin: 0.8em 8.333333% 4em;
  }

  /* line 983, ../scss/style.scss */
  #front-subtagline {
    background-size: 100% auto;
  }

  /* line 987, ../scss/style.scss */
  #front-subtagline h2 {
    font-size: 1.8em;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 1.8em 8.333333% 0 15%;
  }

  /* line 993, ../scss/style.scss */
  .tagline {
    padding: 50px;
    margin-right: 7%;
  }
  /* line 998, ../scss/style.scss */
  .tagline #main-single {
    padding-right: 0%;
    margin-top: 1.5em;
  }
  /* line 1003, ../scss/style.scss */
  .tagline .entry-content ul li {
    margin: 0 12.333% 0 27%;
  }
  /* line 1007, ../scss/style.scss */
  .tagline .respond-form {
    padding-bottom: 2.2em;
  }
  /* line 1011, ../scss/style.scss */
  .tagline .comment-text p {
    margin: 0 8.33333% 1.5em 0;
  }
  /* line 1015, ../scss/style.scss */
  .tagline .frontimage {
    float: left;
    width: 0%;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0%;
  }
  /* line 1023, ../scss/style.scss */
  .tagline #front-features-action {
    padding-left: 0;
  }
  /* line 1029, ../scss/style.scss */
  .tagline #committee-list {
    border: 4px solid #222222;
    padding: 2.0em;
  }

  /*
  LARGE VIEWING SIZE
  This is for the larger monitors and possibly full screen viewers.
  */
  /*
  RETINA (2x RESOLUTION DEVICES)
  This applies to the retina iPhone (4s) and iPad (2,3) along with
  other displays with a 2x resolution. You can also create a media
  query for retina AND a certain size if you want. Go Nuts.
  */
  /*
  iPHONE 5 MEDIA QUERY
  Want to get fancy for no good reason? Knock yourself out.
  */
  /*
  PRINT STYLESHEET
  Feel free to customize this. Remember to add things that won't make
  sense to print at the bottom. Things like nav, ads, and forms should
  be set to display none.
  */
}
@media only screen and (min-width: 1025px) and (min-width: 1030px) and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 1055, ../scss/style.scss */
  .nav {
    background: none;
    border: 0px;
    text-align: right;
    top: 30px;
    float: right;
    z-index: 1;
  }
  /* line 1063, ../scss/style.scss */
  .nav li {
    margin-left: 20px;
  }
  /* line 1067, ../scss/style.scss */
  .nav li a {
    font-size: 1.1em;
    text-transform: none;
    border-radius: 0 0 0 0;
    border-width: 0 0 1px;
    padding: 35px 8px 3px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  /* line 1080, ../scss/style.scss */
  a.to_nav {
    display: none;
  }

  /* line 1084, ../scss/style.scss */
  #primary_nav ul {
    padding-right: 3%;
  }

  /* line 1087, ../scss/style.scss */
  .content p {
    margin-left: 25%;
  }

  /* line 1091, ../scss/style.scss */
  .tagline {
    padding: 20px;
    margin-right: 6%;
  }

  /* line 1096, ../scss/style.scss */
  .frontimage {
    float: left;
    width: 0%;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0%;
  }

  /* line 1104, ../scss/style.scss */
  #front-features-action {
    padding-left: 0%;
  }

  /* line 1107, ../scss/style.scss */
  .post-meta {
    padding: 0em 0 0em 25%;
    font-size: 80%;
  }

  /* line 1111, ../scss/style.scss */
  .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0.8em 0 0em 25%;
  }

  /* line 1114, ../scss/style.scss */
  .entry-content blockquote {
    margin-left: 25%;
  }

  /* line 1117, ../scss/style.scss */
  h1.single-title {
    font-size: 2.9em;
    margin: 0em 0 0 0%;
  }

  /* line 1121, ../scss/style.scss */
  h1.video-title {
    padding: 0.5em 8.333333% 0;
  }

  /* line 1124, ../scss/style.scss */
  #main-single img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1129, ../scss/style.scss */
  #main-single .comment-author img {
    padding: 0 0 0 0px;
  }

  /* line 1133, ../scss/style.scss */
  .byline {
    margin: 0em 8.333333% 0em 0%;
  }

  /* line 1137, ../scss/style.scss */
  .respond-form {
    padding-bottom: 2.2em;
    margin: 2.0em 0% .5em 19%;
  }

  /* line 1142, ../scss/style.scss */
  #main .front-posts {
    margin-left: 16.666666%;
  }

  /* line 1146, ../scss/style.scss */
  .comment-text p {
    margin: 0 8.33333% 1.5em 0;
  }

  /* line 1150, ../scss/style.scss */
  #front-subtagline h2 {
    font-size: 2.2em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding: 5% 16.33333% 0 15%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1030px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1025px) and (min-width: 1030px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1025px) and (min-width: 1030px) 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. 
  
  */
}
