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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 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: 110%;
  /* 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: 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: o;
}

/*
 * 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;*/
  font-size: 1.8em;
  margin: 0.5em 0;
}

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

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

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

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

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

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

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

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

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

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

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 202, ../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 214, ../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 224, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Define consistent border, margin, and padding.
 */
/* line 363, ../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 375, ../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 391, ../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 404, ../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 421, ../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 432, ../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 444, ../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 457, ../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 469, ../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 478, ../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 488, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

.gform_wrapper input[type=text],
.ginput_container textarea {
      border: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

Stylesheet: Mixins & Constants Stylesheet

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

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

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

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

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

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*#FD4332;*/
/*#f2f2f2;*/
/*darken($link-color, 20%);*/
/*
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: 'FuturaBT-Bold';
  src: url("../webfonts/223D9A_0_0.eot");
  src: url("../webfonts/223D9A_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/223D9A_0_0.woff") format("woff"), url("../webfonts/223D9A_0_0.ttf") format("truetype"), url("../webfonts/223D9A_0_0.svg#$FuturaBT-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'contraregular';
  src: url("../webfonts/contra_regular_macroman/contra-webfont.eot");
  src: url("../webfonts/contra_regular_macroman/contra-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/contra_regular_macroman/contra-webfont.woff") format("woff"), url("../webfonts/contra_regular_macroman/contra-webfont.ttf") format("truetype"), url("../webfonts/contra_regular_macroman/contra-webfont.svg#contraregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'twp-icons';
  src: url("../webfonts/icons/twp-icons.eot");
  src: url("../webfonts/icons/twp-icons.eot?#iefix") format("embedded-opentype"), url("../webfonts/icons/twp-icons.woff") format("woff"), url("../webfonts/icons/twp-icons.ttf") format("truetype"), url("../webfonts/icons/twp-icons.svg#twp-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

/* line 190, ../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 252, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "FuturaBT-Bold";
  letter-spacing: 0.3em;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  border: 1px solid #454545;
  border-top-color: #545454;
  border-left-color: #545454;
  padding: 0px 8px;
  color: white;
  display: inline-block;
  font-size: 0.5625em;
  /*9px*/
  text-decoration: none;
  /*text-shadow: 0 1px rgba(0,0,0, .75);*/
  cursor: pointer;
  /*margin-bottom: 23px;*/
  line-height: 2.4444em;
  /*22px*/
  height: 2.4444em;
  /*22px*/
  /*border-radius: 4px;*/
  background-color: #595959;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#595959));
  background-image: -webkit-linear-gradient(top, #666666, #595959);
  background-image: -moz-linear-gradient(top, #666666, #595959);
  background-image: -o-linear-gradient(top, #666666, #595959);
  background-image: linear-gradient(to bottom, #666666, #595959);
}
/* line 275, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  border: 1px solid #454545;
  border-top-color: #333333;
  border-left-color: #333333;
  background-color: #4d4d4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #595959, #4d4d4d);
  background-image: -moz-linear-gradient(top, #595959, #4d4d4d);
  background-image: -o-linear-gradient(top, #595959, #4d4d4d);
  background-image: linear-gradient(to bottom, #595959, #4d4d4d);
}
/* line 283, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #666666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#666666));
  background-image: -webkit-linear-gradient(top, #595959, #666666);
  background-image: -moz-linear-gradient(top, #595959, #666666);
  background-image: -o-linear-gradient(top, #595959, #666666);
  background-image: linear-gradient(to bottom, #595959, #666666);
}

/* line 288, ../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 294, ../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 298, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

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

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "contraregular", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 90%;
  /*87.5%*/
  line-height: 1.5;
  color: #333333;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}

/* line 32, ../scss/_base.scss */
html,
button,
input,
select,
textarea {
  font-family: "contraregular", Georgia, Cambria, Times New Roman, Times, serif;
}


/********************
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) */
/* line 79, ../scss/_base.scss */
ul.post-tags {
  margin-top: 0;
}
/* line 82, ../scss/_base.scss */
ul.post-tags li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
/* line 88, ../scss/_base.scss */
ul.post-tags li a, ul.post-tags li a:visited {
  display: block;
  color: #666666;
  background-color: #e5e5e5;
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "FuturaBT-Bold";
  letter-spacing: 1px;
  font-size: 11px;
  /* 9px (14px) */
  height: 17px;
  line-height: 17px;
  border: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 104, ../scss/_base.scss */
ul.post-tags li a:hover, ul.post-tags li a:focus, ul.post-tags li a:visited:hover, ul.post-tags li a:visited:focus {
  color: white;
  background-color: #fdcb32;
}

/* line 121, ../scss/_base.scss */
ul.archive-page-tags li a, ul.archive-page-tags li a:visited,
ul.single-page-tags li a,
ul.single-page-tags li a:visited {
  background-color: #e5e5e5;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 139, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

#container {
  overflow: hidden;
}

/* line 144, ../scss/_base.scss */
#main {
  /*margin-bottom: 1.5em;*/
}

/*********************
LINK STYLES
*********************/
/* line 152, ../scss/_base.scss */
a, a:visited {
  color: #666666;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 160, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #e4ae09;
}
/* line 170, ../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 185, ../scss/_base.scss */
.marker-link,
.header-navigation a,
.footer nav a,
a .marker, a:visited marker,
.marker a, marker a:visited {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 194, ../scss/_base.scss */
.marker-link:hover, .marker-link:focus,
.header-navigation a:hover,
.header-navigation a:focus,
.footer nav a:hover,
.footer nav a:focus,
a .marker:hover,
a .marker:focus, a:visited marker:hover, a:visited marker:focus,
.marker a:hover,
.marker a:focus, marker a:visited:hover, marker a:visited:focus {
  color: white;
}
/* line 204, ../scss/_base.scss */
.marker-link:link,
.header-navigation a:link,
.footer nav a:link,
a .marker:link, a:visited marker:link,
.marker a:link, marker 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 214, ../scss/_base.scss */
.read-more {
  display: block;
  color: #666666;
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 3em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* on hover */
  /* on click */
}
/* line 232, ../scss/_base.scss */
.read-more:hover, .read-more:focus {
  color: #e4ae09;
}
/* line 235, ../scss/_base.scss */
.read-more:visited {
  color: #666666;
}
/* line 240, ../scss/_base.scss */
.read-more:active {
  color: black;
}

/* line 248, ../scss/_base.scss */
a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 257, ../scss/_base.scss */
a img:hover, a img:focus {
  opacity: 0.5;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 270, ../scss/_base.scss */
.single-title,
.page-title,
.archive-title,
h2.tribe-events-page-title,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 0.2em;
}
/* line 277, ../scss/_base.scss */
.single-title a,
.page-title a,
.archive-title a,
h2.tribe-events-page-title a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}

/* line 282, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
/* line 284, ../scss/_base.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/*
h2.tribe-events-page-title,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: $headline;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;	
	letter-spacing: 0.2em;

	a {
		text-decoration: none;
	}
}
*/
/* line 306, ../scss/_base.scss */
.tribe-events-list-separator-month,
.marker {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  background-color: #fdcb32;
  color: black;
  font-size: 0.785714em;
  /*10px*/
  padding: 0 1em;
  height: 2.81818em;
  /*31px*/
  line-height: 2.81818em;
  /*31px*/
  text-decoration: none;
  margin: 1.5em 0;
}

/* line 323, ../scss/_base.scss */
.strapline {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  color: black;
  font-size: 0.785714em;
  /*10px*/
  padding: 0 1em;
  height: 2.81818em;
  /*31px*/
  line-height: 2.81818em;
  /*31px*/
  text-decoration: none;
  margin: 1.5em 0;
}

/* line 339, ../scss/_base.scss */
.h5, .h3 {
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}

/* line 347, ../scss/_base.scss */
.tribe-events-single-event-title,
.article-title {
  font-family: "contraregular", Georgia, Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  letter-spacing: 0;
  text-transform: none;
  letter-spacing: 0.04em;
  color: #666666;
}
/* line 355, ../scss/_base.scss */
.tribe-events-single-event-title a,
.article-title a {
  /*display:inline;
  width: 100%;*/
  margin: 0;
  /*word-break: break-word;*/
}

/* line 364, ../scss/_base.scss */
.article-title-excerpt {
  font-size: 1.5em;
}

/* line 369, ../scss/_base.scss */
.single-tribe_events h2.tribe-events-single-event-title,
.article-title-single {
  /*font-size: 2.4em;
  margin:0.67em 0;*/
  font-size: 2em;
  margin: 0.5em 0;
}

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

h2, .h2 {
	font-size: 1.75em;
	line-height: 1.4em;
	margin-bottom: 0.375em;
}

h3, .h3 {
	font-size: 1.125em;
}

h4, .h4 {
	font-size: 1.1em;
	font-weight: 700;
}

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

*/
/*********************
HEADER SYTLES
*********************/
/* line 412, ../scss/_base.scss */
#header-logo {
  /*height: 200px;
  width: 80%;*/
  height: 100px;
  width: 100%;
}

/* line 419, ../scss/_base.scss */
#header-logo a {
  display: block;
}

/* line 423, ../scss/_base.scss */
.centered {
  margin: 0 auto;
}

/* line 427, ../scss/_base.scss */
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  /*text-indent: -9999px;*/
  /*background-image: defined separately ;*/
  /*background-size: 100% auto;*/
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

/* line 442, ../scss/_base.scss */
.twp-logo {
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  /* FF fix */
}

/* line 448, ../scss/_base.scss */
.svg .twp-logo {
  background-image: url(../images/twp-logo.svg);
}

/* line 452, ../scss/_base.scss */
.no-svg .twp-logo {
  background-image: url(../images/twp-logo-1200.png);
}

/* line 456, ../scss/_base.scss */
.no-backgroundsize .twp-logo {
  -ms-behavior: url(/backgroundsize.min.htc);
  /* IE7 & 8 */
}

/*********************
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 471, ../scss/_base.scss */
.header-navigation {
  background: #fdcb32;
  margin-top: 1em;
}

/* line 477, ../scss/_base.scss */
.active {
  display: block;
}

/* line 481, ../scss/_base.scss */
.toggleMenu {
  text-decoration: none;
  display: block;
  background-color: #fdcb32;
  font-family: "FuturaBT-Bold";
  text-transform: uppercase;
  font-size: 0.785714em;
  /*11px*/
  padding: 0 1em;
  height: 2.81818em;
  /*31px*/
  line-height: 2.81818em;
  /*31px*/
  letter-spacing: 0.2em;
  color: black;
  background-image: url(../images/downArrowB.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/* line 497, ../scss/_base.scss */
.nav {
  list-style: none;
  *zoom: 1;
  background-color: #fdcb32;
  margin: 0;
}

/* line 504, ../scss/_base.scss */
.nav:before,
.nav:after {
  content: " ";
  display: table;
}

/* line 508, ../scss/_base.scss */
.nav:after {
  clear: both;
}

/* line 511, ../scss/_base.scss */
.nav ul {
  list-style: none;
  width: 9em;
  display: block;
  width: 100%;
  margin: 0;
}

/* line 519, ../scss/_base.scss */
.nav > li.hover > ul, .nav li li.hover ul {
  position: static;
}

/* line 523, ../scss/_base.scss */
.nav a {
  text-decoration: none;
  display: block;
  background-color: #fdcb32;
  font-family: "FuturaBT-Bold";
  text-transform: uppercase;
  font-size: 0.785714em;
  /*11px*/
  padding: 0 1em;
  height: 2.81818em;
  /*31px*/
  line-height: 2.81818em;
  /*31px*/
  letter-spacing: 0.2em;
  color: black;
}

/* line 536, ../scss/_base.scss */
.nav li {
  position: relative;
}

/* line 539, ../scss/_base.scss */
.nav > li {
  float: none;
  border-top: 2px solid #fff;
}

/* line 543, ../scss/_base.scss */
.nav > li > .parent {
  background-image: url(..images/downArrowB.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/* line 548, ../scss/_base.scss */
.nav li li .parent {
  background-image: url(..images/downArrowB.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/* line 554, ../scss/_base.scss */
.nav > li > a {
  display: block;
}

/* line 558, ../scss/_base.scss */
.nav li ul {
  position: absolute;
  left: -9999px;
}

/* line 562, ../scss/_base.scss */
.nav > li.hover > ul {
  position: static;
  left: 0;
}

/* line 566, ../scss/_base.scss */
.nav li li.hover ul {
  position: static;
  left: 100%;
  top: 0;
}

/* line 571, ../scss/_base.scss */
.nav li li a {
  display: block;
  background: #ddd;
  position: relative;
  z-index: 100;
  border-top: 2px solid #fff;
}

/* line 578, ../scss/_base.scss */
.nav li li li a {
  background: #fff;
  z-index: 200;
  border-top: 2px solid #fff;
}

/*********************
SLIDER TEXT

*********************/
/* line 589, ../scss/_base.scss */
ul#sliderNav li a {
  color: black;
  /* on hover */
}
/* line 592, ../scss/_base.scss */
ul#sliderNav li a:hover, ul#sliderNav li a:focus {
  color: black;
}

/* line 597, ../scss/_base.scss */
ul#sliderNav li a h5 {
  margin: 0;
  padding: 0 0 6px 0;
  font-size: 1.25em;
  color: #666666;
  font-weight: normal;
  font-family: "contraregular", Georgia, Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  letter-spacing: 0;
  text-transform: none;
  letter-spacing: 0.04em;
}

/* line 610, ../scss/_base.scss */
ul#sliderNav li a h6 {
  margin: 0;
  padding: 0 0 6px 0;
  font-family: "FuturaBT-Bold";
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.2em;
  color: black;
  font-weight: normal;
}

/* line 621, ../scss/_base.scss */
ul#sliderNav li a p {
  font-size: 12px;
  margin: 0;
}

/*********************
VIDEO STYLING
*********************/
/* line 627, ../scss/_base.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 637, ../scss/_base.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 649, ../scss/_base.scss */
#content {
  margin-top: 1.5em;
}

/* line 657, ../scss/_base.scss */
.hentry footer {
  font-size: 0.8em;
}

/* end .hentry */
/* 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 680, ../scss/_base.scss */
.byline {
  color: #999;
}

/* line 685, ../scss/_base.scss */
.subarticle {
  /*padding: 12px;
  background-color: $grey;
  margin-bottom: 1.5em;*/
}

/* line 691, ../scss/_base.scss */
.subarticle-2, .subarticle-3 {
  display: none;
}

/* line 695, ../scss/_base.scss */
a.image-container {
  /* on hover */
  /* on click */
}
/* line 698, ../scss/_base.scss */
a.image-container:hover, a.image-container:focus {
  color: white;
  opacity: 0.5;
}
/* line 702, ../scss/_base.scss */
a.image-container:visited {
  color: white;
  opacity: 0.5;
}
/* line 708, ../scss/_base.scss */
a.image-container:active {
  color: white;
  opacity: 0.5;
}

/* line 715, ../scss/_base.scss */
hr {
  background-color: #e5e5e5;
  border-width: 0;
  color: #e5e5e5;
  height: 2px;
  line-height: 0;
  padding: 0;
  margin: 1.5em 0;
}

/* entry content */
/* line 728, ../scss/_base.scss */
.entry-content {
  /*hr {
  background-color:$grey;
  border-width:0;
  color:$grey;
  height:2px;
  line-height:0;
  padding:0;
  margin: 1.5em 0;
  }*/
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 730, ../scss/_base.scss */
.entry-content p {
  /*font-size: 1.1em;*/
}
/* line 753, ../scss/_base.scss */
.entry-content ul li {
  margin-left: 2em;
  list-style: disc;
  padding-bottom: 1.5em;
}
/* line 762, ../scss/_base.scss */
.entry-content ol li {
  margin-left: 2em;
  list-style: decimal;
  padding-bottom: 1.5em;
}
/* line 779, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 786, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1em 0;
  max-width: 100%;
  height: auto;
}
/* line 802, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 807, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* .entry-credit */
/* line 817, ../scss/_base.scss */
.entry-credit {
  margin-top: 2em;
  padding-top: 2em;
  font-size: 1em;
  border-top: solid 2px #e5e5e5;
  padding-bottom: 2em;
}

/* line 825, ../scss/_base.scss */
.wp-caption {
  background: #eee;
  padding: 5px;
  max-width: 100%;
  /* images inside wp-caption */
}
/* line 830, ../scss/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 835, ../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 873, ../scss/_base.scss */
.clipper {
  width: 96%;
  max-width: 96%;
  height: 50px;
  overflow: hidden;
  padding: 0;
  display: block;
  background-image: url(../images/header-top-graphic.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}

/* line 886, ../scss/_base.scss */
.header-banner {
  /*border-bottom: 1px solid $slate-grey;*/
  text-align: center;
  padding: 0;
  	/*	
    	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  	-moz-box-shadow:    0px 5px 10px rgba(0, 0, 0, 0.3);
  	box-shadow:         0px 5px 10px rgba(0, 0, 0, 0.3);
  	*/
}
/* line 896, ../scss/_base.scss */
.header-banner h4 {
  margin: 0;
  height: 3em;
  line-height: 3em;
}
/* line 902, ../scss/_base.scss */
.header-banner a {
  text-decoration: none;
}

/* line 909, ../scss/_base.scss */
.article-nav-link a {
  text-decoration: none;
}

/* line 914, ../scss/_base.scss */
.nav-link-first {
  margin-left: 0;
}

/* line 918, ../scss/_base.scss */
.nav-link-last {
  float: right;
}

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

/* line 925, ../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 927, ../scss/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 931, ../scss/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 938, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 947, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
/* line 952, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 963, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
/* line 966, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 975, ../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 1018, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1022, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/* line 1028, ../scss/_base.scss */
.twp-searchform {
  padding: 5px 10px;
  background-color: #e5e5e5;
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 2px;
}

/* line 1036, ../scss/_base.scss */
.twp-sidebar-searchform {
  display: none;
}

/* line 1040, ../scss/_base.scss */
.search-input-bar {
  float: left;
  width: 100%;
}

/* line 1046, ../scss/_base.scss */
.searchbar {
  margin-right: 60px;
  /*Set right margin to RightColumnWidth*/
}

/* line 1050, ../scss/_base.scss */
.search-button-box {
  float: left;
  width: 60px;
  /*Width of right column in pixels*/
  margin-left: -60px;
}

/* line 1056, ../scss/_base.scss */
.searchbutton {
  float: right;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1066, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 1083, ../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 1085, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li */
}
/* line 1093, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1097, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1115, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1119, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1124, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1138, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 1141, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 1156, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 1159, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1167, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1170, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1174, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1184, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1209, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 1212, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1221, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 1233, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1245, ../scss/_base.scss */
.respond-form {
  border-top: 2px solid #e5e5e5;
  margin: 1.5em 0;
  padding-top: 1em;
  padding-bottom: 2.2em;
}
/* line 1251, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1254, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1260, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1268, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  font-size: 1em;
  padding: 4px;
  background: #e5e5e5;
  border: 1px solid white;
  line-height: 1.5em;
  height: 1.5em;
  /* form validation */
}
/* line 1276, ../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;
  border: 1px solid #666666;
}
/* line 1284, ../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 1297, ../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 1302, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 99%;
  height: 150px;
}

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

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

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

/* line 1342, ../scss/_base.scss */
.search-input-bar input[type=text],
.search-input-bar input[type=email],
.search-input-bar input[type=url],
.search-input-bar textarea {
  font-size: 1em;
  /*14px*/
  padding: 0 4px;
  background: white;
  border: 1px solid white;
  line-height: 1.5714em;
  /*22px*/
  height: 1.5714em;
  /*22px*/
}
/* line 1350, ../scss/_base.scss */
.search-input-bar input[type=text]:focus,
.search-input-bar input[type=email]:focus,
.search-input-bar input[type=url]:focus,
.search-input-bar textarea:focus {
  border: 1px solid #666666;
}

/* line 1361, ../scss/_base.scss */
#FSContact1 input[type=text],
#FSContact1 input[type=email],
#FSContact1 input[type=url],
#FSContact1 textarea {
  background: #e5e5e5;
  border: 1px solid white;
}
/* line 1365, ../scss/_base.scss */
#FSContact1 input[type=text]:focus,
#FSContact1 input[type=email]:focus,
#FSContact1 input[type=url]:focus,
#FSContact1 textarea:focus {
  background: #fff;
  border: 1px solid #666666;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1376, ../scss/_base.scss */
.sidebar {
  background-color: #e5e5e5;
  padding: 0;
  margin-top: 1.5em;
}
/* line 1380, ../scss/_base.scss */
.sidebar a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  /* on hover */
  /* on click */
}
/* line 1387, ../scss/_base.scss */
.sidebar a:hover, .sidebar a:focus {
  color: #e4ae09;
}

/* line 1403, ../scss/_base.scss */
input[type=text],
input[type=email],
input[type=url],
textarea {
  padding: 2px 4px;
  background: white;
  border: 1px solid white;
  line-height: 1em;
  width: 100%;
}
/* line 1410, ../scss/_base.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
  background: white;
  border: 1px solid #666666;
  outline: none;
}

/* line 1419, ../scss/_base.scss */
ul#social-links {
  padding: 10px;
  margin: 0 0 20px 0;
}

/* line 1424, ../scss/_base.scss */
ul#footer-social-links {
  padding: 0 6px 0 6px;
}

/* line 1430, ../scss/_base.scss */
ul#social-links li {
  float: right;
  margin: 0 0 0 10px;
  padding: 10px 0 0 0;
}

/* line 1436, ../scss/_base.scss */
ul#footer-social-links li {
  float: right;
  margin: 0 0 0 10px;
}

/* line 1443, ../scss/_base.scss */
ul#footer-social-links li.last,
ul#social-links li.last {
  float: right;
  margin: 0;
}

/* line 1450, ../scss/_base.scss */
ul#footer-social-links li a,
ul#social-links li a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  	/*
  	background-repeat: no-repeat;
  	background-size: 100% auto;
    	*/
}

/* line 1464, ../scss/_base.scss */
.icon {
  font-family: 'twp-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1478, ../scss/_base.scss */
.icon-social a {
  color: white;
  /* on hover */
  /* on click */
}
/* line 1482, ../scss/_base.scss */
.icon-social a:hover, .icon-social a:focus {
  color: white;
}
/* line 1487, ../scss/_base.scss */
.icon-social a:active {
  color: white;
}

/* line 1493, ../scss/_base.scss */
.icon-twitter a:before {
  content: "\e600";
}

/* line 1496, ../scss/_base.scss */
.icon-facebook a:before {
  content: "\e601";
}

/* line 1499, ../scss/_base.scss */
.icon-googleplus a:before {
  content: "\e608";
}

/* line 1502, ../scss/_base.scss */
.icon-pinterest a:before {
  content: "\e609";
}

/* line 1505, ../scss/_base.scss */
.icon-rss a:before {
  content: "\e60a";
}

/* line 1508, ../scss/_base.scss */
.icon-youtube a:before {
  content: "\e60b";
  margin-left: -2px;
}

/* line 1513, ../scss/_base.scss */
.icon-ticket:before {
  content: "\e602";
}

/* line 1516, ../scss/_base.scss */
.icon-arrow-right:before {
  content: "\e605";
}

/* line 1519, ../scss/_base.scss */
.icon-arrow-up:before {
  content: "\e606";
}

/* line 1522, ../scss/_base.scss */
.icon-mail:before {
  content: "\e607";
}

/* line 1527, ../scss/_base.scss */
.icon-play:before {
  content: "\e60b";
}

/* line 1530, ../scss/_base.scss */
.icon-arrow-down:before {
  content: "\e604";
}

/* line 1533, ../scss/_base.scss */
.icon-arrow-left:before {
  content: "\e603";
}

/* line 1538, ../scss/_base.scss */
.icon-youtube a {
  background-color: #666666;
  /* on hover */
  /* on click */
}
/* line 1542, ../scss/_base.scss */
.icon-youtube a:hover, .icon-youtube a:focus {
  background-color: #c0110a;
}

/* line 1552, ../scss/_base.scss */
.icon-pinterest a {
  background-color: #666666;
  /* on hover */
  /* on click */
}
/* line 1556, ../scss/_base.scss */
.icon-pinterest a:hover, .icon-pinterest a:focus {
  background-color: #cb2027;
}

/* line 1566, ../scss/_base.scss */
.icon-facebook a {
  background-color: #666666;
  /* on hover */
  /* on click */
}
/* line 1570, ../scss/_base.scss */
.icon-facebook a:hover, .icon-facebook a:focus {
  background-color: #3b5997;
}

/* line 1580, ../scss/_base.scss */
.icon-twitter a {
  background-color: #666666;
  /* on hover */
  /* on click */
}
/* line 1584, ../scss/_base.scss */
.icon-twitter a:hover, .icon-twitter a:focus {
  background-color: #33ccff;
}

/* line 1594, ../scss/_base.scss */
.icon-rss a {
  background-color: #666666;
  /* on hover */
  /* on click */
}
/* line 1598, ../scss/_base.scss */
.icon-rss a:hover, .icon-rss a:focus {
  background-color: #ff6600;
}

/* line 1608, ../scss/_base.scss */
.icon-googleplus a {
  background-color: #666666;
  /* on hover */
  /* on click */
}
/* line 1612, ../scss/_base.scss */
.icon-googleplus a:hover, .icon-googleplus a:focus {
  background-color: #dd4a3a;
}

/* line 1622, ../scss/_base.scss */
.icon-email a {
  background-color: #666666;
  /* on hover */
  /* on click */
}
/* line 1626, ../scss/_base.scss */
.icon-email a:hover, .icon-email a:focus {
  background-color: #888888;
}

/* line 1639, ../scss/_base.scss */
#mc-embedded-subscribe {
  margin-top: 10px;
  float: right;
}

/* line 1644, ../scss/_base.scss */
#mc-embedded-subscribe-form {
  margin-top: 20px;
}

/* line 1652, ../scss/_base.scss */
.widgettitle {
  text-decoration: none;
  display: block;
  background-color: #fdcb32;
  font-family: "FuturaBT-Bold";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: black;
  font-size: 0.7857142em;
  padding: 0 1.2em;
  height: 2.81818em;
  /*31px*/
  line-height: 2.81818em;
  /*31px*/
  overflow: hidden;
}
/* line 1667, ../scss/_base.scss */
.widgettitle a {
  color: black;
  /* on click */
}
/* line 1671, ../scss/_base.scss */
.widgettitle a:hover, .widgettitle a:focus {
  color: white;
}
/* line 1676, ../scss/_base.scss */
.widgettitle a:active {
  color: white;
}

/* line 1687, ../scss/_base.scss */
.widget_twitter li {
  padding: 0 0 1em 0;
}

/* line 1693, ../scss/_base.scss */
.widget p {
  font-size: 0.9em;
}
/* line 1701, ../scss/_base.scss */
.widget ul li {
  font-size: 0.9em;
  word-wrap: break-word;
  /*legacy*/
  overflow-wrap: break-word;
  /*current*/
  /*added for twitter pro*/
}
/* line 1707, ../scss/_base.scss */
.widget ul li .intent-meta a {
  padding: 0 1em 0 0;
  font-size: 0.9em;
}

/* line 1723, ../scss/_base.scss */
.newsletterwidget {
  margin: 20px 0;
  padding: 0 10px;
}

/* line 1729, ../scss/_base.scss */
.newslettertitle {
  display: inline-block;
  float: left;
  font-size: 0.8em;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  font-family: "FuturaBT-Bold";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: black;
}

/*
.newsletterlogo {
	display: block;
	height: 3.75em;
	background-image:url(../images/twp-icon-logo.svg);
	background-position:50% 0;
	background-repeat:no-repeat no-repeat;
	max-width:2.5em;
	padding:0;
	width:2.5em;
	background-size: 2.5em auto;
	float: left;

}*/
/* line 1756, ../scss/_base.scss */
.newsletterinvitecopy {
  margin: 1em 0 0 0;
  /*border-top: solid 2px $white;
  border-bottom: solid 2px $white;*/
}

/* line 1768, ../scss/_base.scss */
.newslettersmallprint {
  font-size: 0.75em;
}

/* line 1781, ../scss/_base.scss */
#mc_embed_signup p,
.mc-field-group,
.mce-responses,
.mce-button,
.tribe-events-widget-link,
.rstw_link_user,
.widget_reallysimpletwitterwidget ul,
.widget_recent_entries ul {
  padding: 0 12px;
}

/* line 1785, ../scss/_base.scss */
.widget_reallysimpletwitterwidget iframe {
  margin: 0 12px;
}

/*********************
EVENTS SPECIFIC
*********************/
/* SINGLE PAGE */
/* line 1803, ../scss/_base.scss */
#tribe-events-header,
#tribe-events-footer {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px solid #e5e5e5;
}

/*date, time*/
/* line 1814, ../scss/_base.scss */
.tribe-events-schedule h3 {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  color: black;
  font-size: 0.9em !important;
  line-height: 1.5em !important;
  text-decoration: none;
  margin: 1.5em 0;
}

/*prev, next nav*/
/* line 1843, ../scss/_base.scss */
ul.tribe-events-sub-nav {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  color: black;
  font-size: 0.75em;
  text-decoration: none;
  margin: 1.5em 0;
}
/* line 1855, ../scss/_base.scss */
ul.tribe-events-sub-nav .a {
  color: black;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 1859, ../scss/_base.scss */
ul.tribe-events-sub-nav .a:hover, ul.tribe-events-sub-nav .a:focus {
  color: #fdcb32;
}
/* line 1869, ../scss/_base.scss */
ul.tribe-events-sub-nav .a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 1891, ../scss/_base.scss */
.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 1em;
  font-weight: normal;
  margin: 20px 0 10px;
}

/* line 1898, ../scss/_base.scss */
.single-tribe_events .tribe-events-event-meta {
  background-color: #e5e5e5;
  border: none;
  /*margin:30px 0;*/
}

/*meta block*/
/* line 1908, ../scss/_base.scss */
.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
  margin: 0 0 20px;
  padding: 0 4%;
}

/* line 1917, ../scss/_base.scss */
.tribe-events-event-meta .tribe-events-single-section-title {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  color: black;
  font-size: 0.9em !important;
  line-height: 1.5em !important;
  text-decoration: none;
  margin: 1.5em 0;
}
/* line 1935, ../scss/_base.scss */
.tribe-events-event-meta dl dt {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  color: black;
  font-size: 0.8em !important;
  line-height: 1.5em !important;
  text-decoration: none;
  /*margin: 1em 0;*/
}

/* EVENTS LISTING PAGE */
/* line 1967, ../scss/_base.scss */
.tribe-events-list h2.tribe-events-list-event-title {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
  display: block;
}
/* line 1974, ../scss/_base.scss */
.tribe-events-list .tribe-events-loop .tribe-events-event-meta {
  font-weight: normal;
}
/* line 1978, ../scss/_base.scss */
.tribe-events-list .tribe-events-list .time-details, .tribe-events-list .tribe-events-list .tribe-events-venue-details {
  line-height: 1.5em !important;
}
/* line 1983, ../scss/_base.scss */
.tribe-events-list .time-details {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  line-height: 1.5em !important;
  padding: 0;
  margin: 0;
}
/* line 1993, ../scss/_base.scss */
.tribe-events-list .time-details a {
  text-decoration: none;
}
/* line 1999, ../scss/_base.scss */
.tribe-events-list .tribe-events-venue-details {
  font-size: 1.1em;
  line-height: 1.5em;
}

/* MISCELLANEOUS */
/* line 2038, ../scss/_base.scss */
.tribe-events-notices {
  background-color: #666666;
  border: none;
  /*border:1px solid #BCE8F1;*/
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: white;
  margin: 10px 0 18px;
  padding: 6px 12px;
  text-shadow: none;
  text-align: center;
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 0.75em;
  text-decoration: none;
  margin: 1.5em 0;
}

/* line 2061, ../scss/_base.scss */
.tribe-social {
  margin: 1em 0 1.5em 0;
}

/*********************
EVENTS SIDEBAR
*********************/
/* line 2072, ../scss/_base.scss */
.tribe-events-list-widget h4.widgettitle {
  display: none;
  color: white;
  background-color: #dd2e15;
}

/* line 2086, ../scss/_base.scss */
.tribe-events-list-widget ol li {
  margin-bottom: 1em;
}

/* line 2090, ../scss/_base.scss */
.tribe-events-list-widget-events {
  /*border: 2px solid $twp-event-text;*/
}
/* line 2094, ../scss/_base.scss */
.tribe-events-list-widget-events a {
  display: block;
  color: #666666;
  background-color: white;
  /* on click */
}
/* line 2099, ../scss/_base.scss */
.tribe-events-list-widget-events a:hover, .tribe-events-list-widget-events a:focus {
  color: #dd2e15;
  /*background-color: $twp-yellow;*/
}
/* line 2105, ../scss/_base.scss */
.tribe-events-list-widget-events a:active {
  color: #666666;
  /*background-color: $twp-yellow;*/
}
/* line 2111, ../scss/_base.scss */
.tribe-events-list-widget-events a .widget-event-inner {
  padding: 0 12px;
}
/* line 2115, ../scss/_base.scss */
.tribe-events-list-widget-events a .widget-event-header {
  display: block;
  padding: 3px 12px;
  background-color: #666666;
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  font-size: 0.75em;
  text-decoration: none;
  color: white;
  /* on click */
}
/* line 2131, ../scss/_base.scss */
.tribe-events-list-widget-events a .widget-event-header:hover, .tribe-events-list-widget-events a .widget-event-header:focus {
  background-color: black;
}
/* line 2136, ../scss/_base.scss */
.tribe-events-list-widget-events a .widget-event-header:active {
  color: #666666;
  background-color: black;
}
/* line 2143, ../scss/_base.scss */
.tribe-events-list-widget-events a .widget-event-footer {
  display: block;
  border-top: solid 2px #dd2e15;
  position: relative;
  padding: 0 12px;
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  font-size: 0.75em;
  /*11px*/
  text-decoration: none;
  color: #dd2e15;
  margin: 1em 0 0 0;
  height: 3.3em;
  /*36px*/
  line-height: 3.3em;
  /*36px*/
  /*background-color: $twp-yellow;*/
  /*background-color: $twp-event-text;*/
  /* on click */
}
/* line 2163, ../scss/_base.scss */
.tribe-events-list-widget-events a .widget-event-footer:hover, .tribe-events-list-widget-events a .widget-event-footer:focus {
  color: white;
  background-color: #dd2e15;
  border-top: solid 2px white;
}
/* line 2170, ../scss/_base.scss */
.tribe-events-list-widget-events a .widget-event-footer:active {
  color: black;
  /*background-color: $white;*/
  border-top: solid 2px white;
}
/* line 2177, ../scss/_base.scss */
.tribe-events-list-widget-events a .widget-event-footer .book-now-ticket {
  position: absolute;
  right: 12px;
  top: 0;
  font-size: 2.181818em;
  /*24px | 11px*/
  height: 1.5em;
  /*36px*/
  line-height: 1.5em;
  /*36px*/
}
/* line 2191, ../scss/_base.scss */
.tribe-events-list-widget-events a .entry-title {
  font-family: "contraregular", Georgia, Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  letter-spacing: 0;
  text-transform: none;
  letter-spacing: 0.04em;
  color: #dd2e15;
  font-size: 1.3em;
  margin: 0;
  padding: 1em 0 0 0;
}
/* line 2203, ../scss/_base.scss */
.tribe-events-list-widget-events a .duration {
  font-weight: normal;
}
/* line 2206, ../scss/_base.scss */
.tribe-events-list-widget-events a .duration .h5 {
  font-size: 0.7em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
/* line 2214, ../scss/_base.scss */
.tribe-events-list-widget-events a .location {
  font-weight: normal;
  display: block;
  width: 100%;
  height: auto;
}
/* line 2220, ../scss/_base.scss */
.tribe-events-list-widget-events a .location .h5 {
  font-size: 0.7em;
  line-height: 1.5em;
  display: block;
  float: left;
  margin: 0 1em 0 0;
  padding: 0;
}
/* line 2229, ../scss/_base.scss */
.tribe-events-list-widget-events a .location .h5:last-child {
  margin: 0;
}
/* line 2234, ../scss/_base.scss */
.tribe-events-list-widget-events a p {
  margin: 1em 0;
  padding: 0.5em 0;
  border-top: solid 2px #e5e5e5;
  border-bottom: solid 2px #e5e5e5;
  /* on click */
}
/* line 2240, ../scss/_base.scss */
.tribe-events-list-widget-events a p:hover, .tribe-events-list-widget-events a p:focus {
  /*border-top: solid 2px $twp-event-text;
  border-bottom: solid 2px $twp-event-text;*/
}
/* line 2247, ../scss/_base.scss */
.tribe-events-list-widget-events a p:active {
  /*border-top: solid 2px $grey;
  border-bottom: solid 2px $grey;	*/
}

/* line 2256, ../scss/_base.scss */
.tribe-events-widget-link {
  text-align: right;
}

/* line 2261, ../scss/_base.scss */
.tribe-events-widget-link:after {
  content: " »";
  /*padding-right: 12px;*/
  color: #666666;
}

/*********************
TWITTER WIDGET
*********************/
/* line 2276, ../scss/_base.scss */
.rstw_comma {
  display: none;
}

/* line 2280, ../scss/_base.scss */
.twitter-timestamp {
  display: block;
}

/* line 2284, ../scss/_base.scss */
.rstw_link_user {
  font-family: "FuturaBT-Bold";
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  /*font-weight: 500;*/
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  font-size: 1.125em;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 1em;
  /* removing text decoration from all headline links */
}
/* line 2305, ../scss/_base.scss */
.rstw_link_user a {
  text-decoration: none;
}

/*********************
FOOTER STYLES
*********************/
/* line 2323, ../scss/_base.scss */
.footer {
  margin: 1.5em auto 0;
  width: 96%;
  clear: both;
  background-color: #fdcb32;
}
/* line 2328, ../scss/_base.scss */
.footer p {
  font-size: 0.9em;
}
/* line 2330, ../scss/_base.scss */
.footer .sponsor-credit {
  padding-top: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
  margin-bottom: 1em;
}
/* line 2337, ../scss/_base.scss */
.footer nav a {
  padding: 1em 2em 0 0;
}

/* line 2345, ../scss/_base.scss */
.no-backgroundsize .sponsor-logos .footer-ace-logo a {
  background-image: url(../images/footer-ace-logo-cropped2-x1.png);
}
/* line 2348, ../scss/_base.scss */
.no-backgroundsize .sponsor-logos .footer-tlp-logo a {
  background-image: url(../images/footer-tlp-logo-x1.png);
}
/* line 2351, ../scss/_base.scss */
.no-backgroundsize .sponsor-logos .footer-qut-logo a {
  background-image: url(../images/footer-qut-text-logo-x1.png);
}
/* line 2354, ../scss/_base.scss */
.no-backgroundsize .sponsor-logos .footer-bsu-logo a {
  background-image: url(../images/footer-bsu-logo-x1.png);
}

/* line 2360, ../scss/_base.scss */
.backgroundsize .sponsor-logos .footer-ace-logo a {
  background-image: url(../images/footer-ace-logo-cropped2-x2.png);
}
/* line 2363, ../scss/_base.scss */
.backgroundsize .sponsor-logos .footer-tlp-logo a {
  background-image: url(../images/footer-tlp-logo-x2.png);
}
/* line 2366, ../scss/_base.scss */
.backgroundsize .sponsor-logos .footer-qut-logo a {
  background-image: url(../images/footer-qut-text-logo-x2.png);
}
/* line 2369, ../scss/_base.scss */
.backgroundsize .sponsor-logos .footer-bsu-logo a {
  background-image: url(../images/footer-bsu-logo-x2.png);
}

/* line 2374, ../scss/_base.scss */
.sponsor-logos {
  display: block;
}
/* line 2378, ../scss/_base.scss */
.sponsor-logos li {
  display: block;
  float: left;
  height: 90px;
  margin-right: 20px;
}
/* line 2384, ../scss/_base.scss */
.sponsor-logos li a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  /*-ms-behavior: url(/backgroundsize.min.htc);*/
}
/* line 2398, ../scss/_base.scss */
.sponsor-logos .footer-ace-logo {
  float: none;
}
/* line 2401, ../scss/_base.scss */
.sponsor-logos .footer-ace-logo a {
  margin-top: 10px;
  height: 53px;
  width: 230px;
}
/* line 2412, ../scss/_base.scss */
.sponsor-logos .footer-tlp-logo a {
  height: 78px;
  width: 56px;
}
/* line 2421, ../scss/_base.scss */
.sponsor-logos .footer-qut-logo a {
  margin-top: 6px;
  width: 152px;
  height: 60px;
}
/* line 2431, ../scss/_base.scss */
.sponsor-logos .footer-bsu-logo a {
  margin-top: 6px;
  width: 60px;
  height: 60px;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*
MAIN PAGE SUBCOLUMNS ORGANISE
*/
@media only screen and (min-width: 420px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Two subcolumns on homepage
  
  
  
  ******************************************************************/
  /* line 17, ../scss/_subcolumns-two.scss */
  .subarticle {
    width: 48.618784527%;
    /* 48%;    } /* grid_6  */
    float: left;
  }

  /* line 23, ../scss/_subcolumns-two.scss */
  .subarticle-2 {
    display: block;
    float: right;
  }

  /* line 28, ../scss/_subcolumns-two.scss */
  .subarticle-3 {
    display: none;
  }

  /* line 33, ../scss/_subcolumns-two.scss */
  .subcol {
    position: relative;
    float: left;
  }
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  HEADER SYTLES
  *********************/
  /* line 22, ../scss/_481up.scss */
  #header-logo {
    /*height: 200px;
    width: 70%;*/
    height: 120px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 39, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 43, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 48, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 53, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    max-width: 100%;
  }

  .entry-content .aligncenter img, .entry-content img.aligncenter img {
    width: 100%;
    height: auto;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
added for header 
*/
@media only screen and (min-width: 600px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*********************
  HEADER SYTLES
  *********************/
  /* line 16, ../scss/_600up.scss */
  #header-logo {
    width: 550px;
    /*width: 90%;*/
    /*width: 80%;*/
  }
}
/*
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) {
  /*
  // import grids
  @import "grid";
  */
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  Interim screen widths
  
  ******************************************************************/
  /* line 11, ../scss/_interim-grid.scss */
  .threecol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* NEW 4 COL WIDTH  */
  /* line 12, ../scss/_interim-grid.scss */
  .ninecol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* NEW 8 COL WIDTH  */
  /* line 13, ../scss/_interim-grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

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

  /* line 22, ../scss/_interim-grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 26, ../scss/_interim-grid.scss */
  .last {
    float: right;
  }

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

  /* line 25, ../scss/_768up.scss */
  #container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 60px 10px #b2b2b2;
    -webkit-box-shadow: 0px 0px 60px 10px #b2b2b2;
    -moz-box-shadow: 0px 0px 60px 10px #b2b2b2;
    -o-box-shadow: 0px 0px 60px 10px #b2b2b2;
  }

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

  /*********************
  HEADER SYTLES
  *********************/
  /* line 50, ../scss/_768up.scss */
  #header-logo {
    height: 120px;
    width: 600px;
    /*width: 66%;*/
  }

  /* line 56, ../scss/_768up.scss */
  .twp-logo {
    background-image: url(../images/twp-logo-600.png);
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 66, ../scss/_768up.scss */
  .toggleMenu {
    display: none;
  }

  /* line 70, ../scss/_768up.scss */
  .navcol {
    margin: 0 auto;
  }

  /* line 75, ../scss/_768up.scss */
  .nav > li {
    float: left;
    border-top: none;
  }

  /* line 80, ../scss/_768up.scss */
  .nav a {
    /*padding: 8px 12px;*/
  }

  /* line 85, ../scss/_768up.scss */
  .nav > li > .parent {
    background-position: right;
  }

  /* line 89, ../scss/_768up.scss */
  .nav ul {
    width: auto;
  }

  /* line 93, ../scss/_768up.scss */
  .nav > li.hover > ul, .nav li li.hover ul {
    position: static;
  }

  /* line 99, ../scss/_768up.scss */
  .twp-searchform {
    display: none;
  }

  /* searchform in header*/
  /* line 105, ../scss/_768up.scss */
  .twp-sidebar-searchform {
    display: block;
    padding: 20px 10px 0 10px;
    border-top: none;
    background-color: none;
  }

  /* line 113, ../scss/_768up.scss */
  .twp-sidebar-searchform form {
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid white;
    margin-bottom: 0;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 124, ../scss/_768up.scss */
  .sidebar {
    margin-top: 0;
  }

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

  /* line 132, ../scss/_768up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 137, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 145, ../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 */
  /* line 249, ../scss/_768up.scss */
  #mc_embed_signup p,
  .mc-field-group,
  .mce-responses,
  .mce-button,
  .tribe-events-widget-link,
  .rstw_link_user,
  .widget_reallysimpletwitterwidget ul,
  .widget_recent_entries ul {
    padding: 0;
  }

  /* line 253, ../scss/_768up.scss */
  .widget_reallysimpletwitterwidget iframe {
    margin: 0;
  }

  /* line 256, ../scss/_768up.scss */
  .footer {
    width: 100%;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /* line 266, ../scss/_768up.scss */
  .sponsor-logos .right {
    float: right;
  }
  /* line 269, ../scss/_768up.scss */
  .sponsor-logos .footer-ace-logo {
    margin-right: 0;
    /*
    a{
    background:url(../images/footer-ace-logo-large.png);
    width: 265px;
    }*/
  }

  /*
  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 286, ../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 */
}
/*
MAIN PAGE SUBCOLUMNS ORGANISE EXTEND
*/
@media only screen and (min-width: 900px) {
  	/*
  	// import grids
  	@import "grid";
  
  	
  	// styles in subcolumns-three.scss
  	@import "subcolumns-three";
  	*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Three subcolumns on homepage
  
  
  
  ******************************************************************/
  /* line 11, ../scss/_subcolumns-three.scss */
  .subcol {
    width: 31.491712705%;
    /* 30.75%; } /* grid_4  */
    margin-left: 2.762430939%;
  }

  /* line 16, ../scss/_subcolumns-three.scss */
  .subcol-first {
    margin-left: 0;
  }

  /* line 20, ../scss/_subcolumns-three.scss */
  .subcol-last {
    float: right;
  }

  /* line 25, ../scss/_subcolumns-three.scss */
  .subarticle {
    width: 100%;
    margin-bottom: 1.5em;
  }

  /* line 30, ../scss/_subcolumns-three.scss */
  .subarticle-2 {
    float: left;
  }

  /* line 34, ../scss/_subcolumns-three.scss */
  .subarticle-3 {
    display: block;
  }

  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 28, ../scss/_1030up.scss */
  .navcol {
    width: 74.30939226%;
    /* 74.05%; } /* grid_9  */
    position: relative;
    float: left;
    margin-left: 0;
  }

  /* searchform in header*/
  /* line 38, ../scss/_1030up.scss */
  .twp-searchform {
    display: block;
    /*padding: 5px 10px 5px 0px;*/
    padding-left: 0;
    border-top: none;
    	/*border-top-style:none;
      	border-top-width:0px;*/
    background-color: #fdcb32;
  }

  /* line 48, ../scss/_1030up.scss */
  .twp-sidebar-searchform {
    display: none;
  }

  /* line 52, ../scss/_1030up.scss */
  .subarticle {
    border-bottom: 2px #e5e5e5 solid;
  }

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

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