/******************************************************************
Site Name: OpensSFS, Luster.OpenSFS
Author: Loud Dog

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: 33%;
  line-height: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

/*
 * Define consistent border, margin, and padding.
 */
/* line 358, ../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 370, ../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 386, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 533, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/******************************************************************
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 like box shadow and
border-radius.

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

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

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

/* line 42, ../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 110, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

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

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

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

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

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

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

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

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

/*********************
BORDER RADIUS
*********************/
/*
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 border-radius(4px 4px 0 0);
*/
/*********************
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);
*/
/*********************
BOX SHADOWS
*********************/
/*
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 box-shadow(inset 0 0 4px rgba(0,0,0,0.22));
*/
/*********************
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 {
  margin-top: 15px;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 40px;
  color: white;
  display: inline-block;
  font-size: .857em;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  background: url(../images/bg-button.gif) no-repeat top right #0091c6;
}
/* line 267, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
}

/* line 275, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #006c93;
  text-shadow: 0 1px 1px #006c93;
  background-color: #007ead;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0091c6), to(#007ead));
  background-image: -webkit-linear-gradient(top, #0091c6, #007ead);
  background-image: -moz-linear-gradient(top, #0091c6, #007ead);
  background-image: -o-linear-gradient(top, #0091c6, #007ead);
  background-image: linear-gradient(to bottom, #0091c6, #007ead);
  -webkit-box-shadow: inset 0 0 3px #19c1ff;
  -moz-box-shadow: inset 0 0 3px #19c1ff;
  -ms-box-shadow: inset 0 0 3px #19c1ff;
  -o-box-shadow: inset 0 0 3px #19c1ff;
  -box-shadow: inset 0 0 3px #19c1ff;
  box-shadow: inset 0 0 3px #19c1ff;
}
/* line 281, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #00597a;
  background-color: #006c93;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0082b2), to(#006c93));
  background-image: -webkit-linear-gradient(top, #0082b2, #006c93);
  background-image: -moz-linear-gradient(top, #0082b2, #006c93);
  background-image: -o-linear-gradient(top, #0082b2, #006c93);
  background-image: linear-gradient(to bottom, #0082b2, #006c93);
}
/* line 285, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #0091c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007ead), to(#0091c6));
  background-image: -webkit-linear-gradient(top, #007ead, #0091c6);
  background-image: -moz-linear-gradient(top, #007ead, #0091c6);
  background-image: -o-linear-gradient(top, #007ead, #0091c6);
  background-image: linear-gradient(to bottom, #007ead, #0091c6);
}

/*
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.

******************************************************************/
/* ==========================================================================
   Compass Properties
   ========================================================================== */
/*grid properties*/
/*transition properties*/
/*********************
Icon Fonts
*********************/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/fonts/icomoon.eot?-3zgwkx");
  src: url("fonts/icomoon/fonts/icomoon.eot?#iefix-3zgwkx") format("embedded-opentype"), url("fonts/icomoon/fonts/icomoon.ttf?-3zgwkx") format("truetype"), url("fonts/icomoon/fonts/icomoon.woff?-3zgwkx") format("woff"), url("fonts/icomoon/fonts/icomoon.svg?-3zgwkx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 43, ../scss/_base.scss */
[class*="icomoon-"] {
  font-family: 'icomoon';
  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 57, ../scss/_base.scss */
.icon-bubble:before {
  content: "\e600";
}

/* line 60, ../scss/_base.scss */
.icon-tag:before {
  content: "\e601";
}

/*********************
GENERAL STYLES
*********************/
/* line 69, ../scss/_base.scss */
body {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  line-height: 1.5;
  color: #57585A;
  background: #000;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* 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 122, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 131, ../scss/_base.scss */
a, a:visited {
  color: #0091c6;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 135, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  text-decoration: none;
  color: #006f98;
}
/* line 146, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 160, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
  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 170, ../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 175, ../scss/_base.scss */
h1, .h1 {
  font-size: 1.786em;
  line-height: 1.4em;
  margin: 0 0 10px;
  color: #0D304E;
}

/* line 182, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.5em;
  line-height: 1.19em;
  color: #0091c6;
  margin: 10px 0;
}

/* line 189, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.143em;
  line-height: 1.188;
  font-weight: 700;
  margin: 10px 0;
  color: #0091c6;
}

/* line 197, ../scss/_base.scss */
h4, .h4 {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  color: #02070B;
  margin: 5px 0;
  font-family: "Planer Medium", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 206, ../scss/_base.scss */
h5, .h5 {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  color: red;
  margin: 0 0 5px;
  font-family: "Planer Medium", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 215, ../scss/_base.scss */
h6, .h6 {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  color: #0091c6;
  margin: 0 0 5px;
  font-family: "Planer Medium", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*********************
HEADER SYTLES
*********************/
.nav-toggle {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -17px;
  margin-right: 0;
  padding: 9px 10px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  display: block;
}
.icon-bar + .icon-bar {
  margin-top: 4px;
}
/* line 233, ../scss/_base.scss */
.headerSubLinks .subLinks {
  margin-top: 17px;
}
/* line 236, ../scss/_base.scss */
.headerSubLinks .subLinks li a {
  padding-left: 25px;
  color: #FFF;
  text-decoration: none;
}
/* line 241, ../scss/_base.scss */
.headerSubLinks .subLinks li a.downloadLustre {
  background: url("../images/icon-download-lustre.png") no-repeat left center transparent;
  margin-right: 20px;
}
/* line 245, ../scss/_base.scss */
.headerSubLinks .subLinks li a.lustreCommunity {
  background: url("../images/icon-lustre-community.png") no-repeat left center transparent;
}
/* line 249, ../scss/_base.scss */
.headerSubLinks .subLinks li a:hover {
  text-decoration: underline;
}
.headerSubLinks .subLinksSec {
  margin-left: 60px;
  float: right;
}
/* line 256, ../scss/_base.scss */
.headerSubLinks .twitterIcon {
  display: block;
  width: 92px;
  height: 19px;
  background: url("../images/icon-twitter.png") no-repeat 66px 0px transparent;
  float: left;
  margin: 17px 20px 0 0;
  color: #FFF;
  text-decoration: none;
}
/* line 266, ../scss/_base.scss */
.headerSubLinks .twitterIcon:hover {
  background-position: 66px -19px;
  color: #FFF;
  text-decoration: none;
}
/* line 273, ../scss/_base.scss */
.headerSubLinks #searchform {
  position: relative;
  float: left;
  margin-top: 10px;
}
/* line 277, ../scss/_base.scss */
.headerSubLinks #searchform input.text {
  width: 230px;
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
}
/* line 281, ../scss/_base.scss */
.headerSubLinks #searchform input.btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: block;
  height: 16px;
  width: 17px;
  background: url("../images/icon-search.png") no-repeat center center transparent;
  border: 0;
  text-indent: -9999px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
/* line 307, ../scss/_base.scss */
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 311, ../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 313, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: transparent;
  color: #CCC;
  /*
  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 326, ../scss/_base.scss */
.nav li a:hover, .nav li a:focus {
  color: #F00;
}
/* line 347, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 384, ../scss/_base.scss */
input.text,
input[type=text] {
  padding: 6px;
  border: 1px solid #eee;
}

/* line 391, ../scss/_base.scss */
#content {
  background: #FFF;
  padding-top: 2.2em;
  padding-bottom: 40px;
  margin-top: -5px;
}
/* line 396, ../scss/_base.scss */
#content.frontpage-content {
  background: #000;
}

/* line 412, ../scss/_base.scss */
.hentry {
  padding-bottom: 20px;
}
/* line 420, ../scss/_base.scss */
.hentry.searchResult {
  border-bottom: 1px solid #A7CADC;
}
/* line 422, ../scss/_base.scss */
.hentry.searchResult a {
  text-decoration: none;
}
/* line 424, ../scss/_base.scss */
.hentry.searchResult a:hover {
  text-decoration: underline;
}
/* line 431, ../scss/_base.scss */
.hentry.news, .hentry.press-release {
  border-bottom: 1px solid #A7CADC;
  padding: 10px 0 0;
}
/* line 439, ../scss/_base.scss */
.hentry.news.searchResult .article-header,
.hentry.news.searchResult .entry-content, .hentry.news.singleNews .article-header,
.hentry.news.singleNews .entry-content, .hentry.news.singlePress .article-header,
.hentry.news.singlePress .entry-content, .hentry.press-release.searchResult .article-header,
.hentry.press-release.searchResult .entry-content, .hentry.press-release.singleNews .article-header,
.hentry.press-release.singleNews .entry-content, .hentry.press-release.singlePress .article-header,
.hentry.press-release.singlePress .entry-content {
  width: auto;
  float: none;
}
/* line 446, ../scss/_base.scss */
.hentry.board-member {
  padding: 10px 0 20px;
}
/* line 448, ../scss/_base.scss */
.hentry.board-member img {
  padding: 2px;
  border: 1px solid #A7CADC;
}
/* line 454, ../scss/_base.scss */
.hentry .readMore {
  display: inline-block;
  padding-top: 5px;
}

/* end .hentry */
/* line 468, ../scss/_base.scss */
.archive-title {
  border-bottom: 1px solid #A7CADC;
  font-size: 1.786em;
}

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

/* entry content */
/* line 491, ../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 498, ../scss/_base.scss */
.entry-content ul, .entry-content ol {
  margin-left: 12px;
}
/* line 507, ../scss/_base.scss */
.entry-content ul li {
  background: url(../images/bg-li.png) 0px 7px no-repeat transparent;
  padding-left: 14px;
}
/* line 511, ../scss/_base.scss */
.entry-content ul li ul {
  margin: 0;
}
/* line 514, ../scss/_base.scss */
.entry-content ul li ul li {
  background: url(../images/bg-li-li.png) 0px 7px no-repeat transparent;
}
/* line 524, ../scss/_base.scss */
.entry-content ol li {
  list-style: decimal;
  margin-left: 18px;
}
/* line 531, ../scss/_base.scss */
.entry-content table {
  width: 100%;
  border: 1px solid #0091c6;
  margin-bottom: 20px;
}
/* line 536, ../scss/_base.scss */
.entry-content table th, .entry-content table td {
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding: 5px 10px;
  color: #585959;
  border-bottom: 1px solid #0091c6;
}
/* line 544, ../scss/_base.scss */
.entry-content table th {
  text-align: left;
  background: #0091c6;
  color: white;
  border: 0;
}
/* line 551, ../scss/_base.scss */
.entry-content blockquote {
  background: url(../images/blockquote-quote.png) 0px 3px no-repeat transparent;
  padding: 0 45px;
  margin: 1em 0;
  min-height: 34px;
}
/* line 557, ../scss/_base.scss */
.entry-content blockquote cite {
  display: inline-block;
  text-align: right;
  color: #1AACE3;
  font-size: .929em;
  margin: -10px 0 10px;
}
/* line 572, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 579, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 595, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 600, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 608, ../scss/_base.scss */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 613, ../scss/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 618, ../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 656, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 659, ../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 661, ../scss/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 665, ../scss/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 672, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 681, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
/* line 686, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 697, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
/* line 700, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 709, ../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 752, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 756, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 767, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 784, ../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 786, ../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 ul.children */
}
/* line 794, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 798, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 816, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 820, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 825, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 839, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 842, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 857, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 860, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 868, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 871, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 875, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 885, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 910, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 913, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 922, ../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 934, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 946, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 950, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 953, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 959, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 967, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 973, ../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 978, ../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 991, ../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 996, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

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

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

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

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1043, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 1064, ../scss/_base.scss */
.footer {
  clear: both;
  background: #000;
  height: 116px;
  padding-top: 30px;
  text-align: center;
}
/* line 1072, ../scss/_base.scss */
.footer a {
  color: #FFF;
  text-decoration: none;
}
/* line 1076, ../scss/_base.scss */
.footer a:hover {
  text-decoration: underline;
  color: #FFF;
}

/* line 1089, ../scss/_base.scss */
.footerAnchor {
  height: 42px;
  background: url("../images/bg-footer-anchor.png") no-repeat center transparent;
  margin: 0 15px;
  width: 43px;
  float: left;
}

/* line 1097, ../scss/_base.scss */
.footer-block {
  float: left;
  margin-right: 20px;
  width: 160px;
}

/* line 1101, ../scss/_base.scss */
.footer-block h4 {
  color: #FF0000;
  font-weight: normal;
  text-align: left;
}

/* line 1105, ../scss/_base.scss */
.footer-block .footer-links li {
  text-align: left;
  font-size: .857em;
}

/* line 1108, ../scss/_base.scss */
.footer-block .footer-links li a {
  color: #999;
}

/* line 1110, ../scss/_base.scss */
.footer-block.get-involved h4 {
  color: #FF9900;
}

/* line 1112, ../scss/_base.scss */
.footer-block.events h4 {
  color: #FF6600;
}

/* line 1114, ../scss/_base.scss */
.footer-block.news h4 {
  color: #FF3302;
}

/* line 1116, ../scss/_base.scss */
.footer-block.resources h4 {
  color: #DD0202;
}

/* line 1119, ../scss/_base.scss */
.footer-logo {
  float: left;
  text-align: left;
  margin-right: 20px;
  width: 160px;
}

/* line 1124, ../scss/_base.scss */
.footer-logo a {
  background: url(../images/opensfs-footer-logo.png) no-repeat top left transparent;
  display: block;
  width: 105px;
  height: 41px;
  text-indent: -9999px;
  margin-bottom: 20px;
}

/* line 1131, ../scss/_base.scss */
.footer-logo p {
  font-size: .742em;
  color: #8B8B8B;
  font-weight: normal;
}

/*
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 */
/* line 1155, ../scss/_base.scss */
.copyright {
  text-align: right;
  color: #FFF;
  float: left;
  margin: auto;
  width: 250px;
  padding-top: 10px;
}

/* line 1164, ../scss/_base.scss */
.terms {
  text-align: left;
  float: left;
  margin: auto;
  width: 250px;
  padding-top: 10px;
}

/* =Members Archive
-------------------------------------------------------------- */
/* line 1177, ../scss/_base.scss */
.memberArchive {
  margin-right: -11px;
}
/* line 1181, ../scss/_base.scss */
.memberArchive li {
  display: block;
  height: 120px;
  width: 120px;
  line-height: 115px;
  border: 1px solid #DDD;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  float: left;
}
/* line 1191, ../scss/_base.scss */
.memberArchive li img {
  display: inline-block;
  vertical-align: middle;
}

/* =Misc
-------------------------------------------------------------- */
/* line 1201, ../scss/_base.scss */
p {
  margin: 0 0 20px;
}

/* line 1205, ../scss/_base.scss */
.print-logo {
  display: none;
}

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

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
/* line 24, ../scss/_grid.scss */
.onecol {
  width: 5.801104972%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

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

/*********************
HEADER SYTLES
*********************/
/* line 34, ../scss/_768up.scss */
.admin-bar .header {
  top: 28px;
}

/* line 38, ../scss/_768up.scss */
.header {
  background: url(../images/bg-header.png) repeat-x top center transparent;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

/* line 46, ../scss/_768up.scss */
#inner-header {
  position: relative;
}

/* line 50, ../scss/_768up.scss */
#logo {
  float: left;
  margin: 0 0 0 -6px;
}
/* line 53, ../scss/_768up.scss */
#logo a {
  background: url(../images/logo-header.png) no-repeat center center transparent;
  display: inline-block;
  text-indent: -9999px;
  height: 99px;
  width: 233px;
}

/* line 62, ../scss/_768up.scss */
.headerSubLinks {
  clear: left;
}
/* line 64, ../scss/_768up.scss */
.headerSubLinks .subLinks {
  float: left;
}
/* line 66, ../scss/_768up.scss */
.headerSubLinks .subLinks li {
  float: left;
}
/* line 70, ../scss/_768up.scss */

/* line 75, ../scss/_768up.scss */
.navWrap {
  float: left;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 83, ../scss/_768up.scss */
.navWrap {
  margin: 0 0 0 10px;
}

/* line 87, ../scss/_768up.scss */
.nav {
  border: 0;
  float: left;
  margin: 0;
  font-size: 0.929em;
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 93, ../scss/_768up.scss */
.nav li {
  float: left;
  position: relative;
  margin-left: 10px;
  padding-top: 4px;
  /*
  plan your menus and drop-downs wisely.
  */
  /* showing sub-menus */
}
/* line 100, ../scss/_768up.scss */
.nav li:hover a {
  background: #57585A;
  color: white;
}
/* line 106, ../scss/_768up.scss */
.nav li a {
  border-bottom: 0;
  font-weight: normal;
  /*
  you can use hover styles here even though this size
  has the possibility of being a mobile device.
  */
}
/* line 114, ../scss/_768up.scss */
.nav li a:hover, .nav li a:focus {
  background: #57585A;
  color: white;
}
/* line 120, ../scss/_768up.scss */
.nav li:first-child {
  margin-left: 0;
  background: url(../images/icon-header-home.png) center no-repeat transparent;
}
/* line 123, ../scss/_768up.scss */
.nav li:first-child a {
  text-indent: -9999px;
}
/* line 125, ../scss/_768up.scss */
.nav li:first-child a:hover {
  background: transparent;
}
/* line 137, ../scss/_768up.scss */
.nav li.hang-left ul.sub-menu {
  right: 0;
}
/* line 143, ../scss/_768up.scss */
.nav li ul.sub-menu,
.nav li ul.children {
  width: 200px;
  background: #57585A;
  border-top: 0;
  position: absolute;
  display: none;
  z-index: 8999;
  margin: 0;
  /* highlight sub-menu current page */
}
/* line 152, ../scss/_768up.scss */
.nav li ul.sub-menu li,
.nav li ul.children li {
  float: none;
  margin: 0;
  padding: 0;
  /*
  if you need to go deeper, go nuts
  just remember deeper menus suck
  for usability. k, bai.
  */
}
/* line 157, ../scss/_768up.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 15px;
  border-right: 0;
  display: block;
  border-bottom: 1px solid #3F4043;
  color: #CCC;
}
/* line 165, ../scss/_768up.scss */
.nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
.nav li ul.children li a:hover,
.nav li ul.children li a:focus {
  background: #38393B;
}
/* line 172, ../scss/_768up.scss */
.nav li ul.sub-menu li:first-child,
.nav li ul.children li:first-child {
  background: 0;
}
/* line 174, ../scss/_768up.scss */
.nav li ul.sub-menu li:first-child a,
.nav li ul.children li:first-child a {
  text-indent: 0;
}
/* line 181, ../scss/_768up.scss */
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
  border-bottom: 0;
}
/* line 203, ../scss/_768up.scss */
.nav li:hover ul {
  top: auto;
  display: block;
}

/* end .nav */
/*********************
Main
*********************/
/* line 223, ../scss/_768up.scss */
#content {
  padding-top: 140px;
}

/* line 228, ../scss/_768up.scss */
#main {
  margin-right: -240px;
  width: 100%;
  float: left;
}
.main-inner {
  margin-left: 25px;
  margin-right: 285px;
}

/* line 234, ../scss/_768up.scss */
.archive-title.news,
.archive-title.press {
  margin-bottom: 0;
}

/* line 243, ../scss/_768up.scss */
.hentry.news .article-header, .hentry.press-release .article-header, .hentry.board-member .article-header {
  float: right;
  width: 78.3%;
}
/* line 246, ../scss/_768up.scss */
.hentry.news .article-header h3, .hentry.press-release .article-header h3, .hentry.board-member .article-header h3 {
  font-size: 1em;
  margin-top: 0;
  font-family: "Planer Medium", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0091C5;
}
/* line 252, ../scss/_768up.scss */
.hentry.news .article-header p, .hentry.press-release .article-header p, .hentry.board-member .article-header p {
  margin-bottom: 10px;
  font-style: italic;
}
/* line 257, ../scss/_768up.scss */
.hentry.news .entry-content, .hentry.press-release .entry-content, .hentry.board-member .entry-content {
  float: left;
  width: 20.7%;
  margin-right: 1%;
}
/* line 260, ../scss/_768up.scss */
.hentry.news .entry-content p, .hentry.press-release .entry-content p, .hentry.board-member .entry-content p {
  margin-bottom: 10px;
}
/* line 266, ../scss/_768up.scss */
.hentry.board-member p {
  margin-bottom: 20px;
  font-style: normal !important;
}
/* line 269, ../scss/_768up.scss */
.hentry.board-member p.title {
  font-style: italic !important;
}
/* line 276, ../scss/_768up.scss */
.hentry.board-member .article-header h3 {
  font-size: 1.143em;
}
/* line 282, ../scss/_768up.scss */
.hentry.news h3 {
  margin-bottom: 0;
}
/* line 287, ../scss/_768up.scss */
.moreListings {
  margin-top: 15px;
}
iframe, embed {
  max-width: 100%;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  width: 220px;
  margin-right: 20px;
}
/* line 299, ../scss/_768up.scss */
.widgettitle {
  margin: 0;
  padding: 8px 30px 10px 12px;
  color: #FFF;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.286em;
}
/* line 308, ../scss/_768up.scss */
.widgettitle span {
  padding-left: 28px;
}
/* line 311, ../scss/_768up.scss */
.widgettitle span.community {
  background: url(../images/bg-community-links-title.png) 0px 0px no-repeat transparent;
}

/* line 317, ../scss/_768up.scss */
.widget {
  margin: 0 0 2.2em 0;
}
/* line 321, ../scss/_768up.scss */
.widget ul {
  background: #D5ECF7;
  padding: 5px;
  margin: 0;
}
/* line 326, ../scss/_768up.scss */
.widget ul li {
  /* deep nesting */
}
/* line 330, ../scss/_768up.scss */
.widget ul li a {
  text-decoration: none;
}
/* line 332, ../scss/_768up.scss */
.widget ul li a:hover {
  text-decoration: underline;
}
/* line 338, ../scss/_768up.scss */
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
/* line 348, ../scss/_768up.scss */
.widget ul li.join, .widget ul li.getStarted, .widget ul li.documentation, .widget ul li.downloads, .widget ul li.contribute, .widget ul li.wiki {
  padding-left: 23px;
  padding-top: 1px;
  margin-bottom: 8px;
}
/* line 354, ../scss/_768up.scss */
.widget ul li.join {
  background: url(../images/bg-community-join.png) 0px 3px no-repeat transparent;
}
/* line 355, ../scss/_768up.scss */
.widget ul li.getStarted {
  background: url(../images/bg-community-getStarted.png) 0px 3px no-repeat transparent;
}
/* line 356, ../scss/_768up.scss */
.widget ul li.documentation {
  background: url(../images/bg-community-documentation.png) 0px 3px no-repeat transparent;
}
/* line 357, ../scss/_768up.scss */
.widget ul li.downloads {
  background: url(../images/bg-community-downloads.png) 0px 3px no-repeat transparent;
}
/* line 358, ../scss/_768up.scss */
.widget ul li.contribute {
  background: url(../images/bg-community-contribute.png) 1px 3px no-repeat transparent;
}
/* line 359, ../scss/_768up.scss */
.widget ul li.wiki {
  background: url(../images/bg-community-wiki.png) 0px 4px no-repeat transparent;
}

/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/*********************
FOOTER STYLES
*********************/
/* line 458, ../scss/_768up.scss */
.footer {
}

/*
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 469, ../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 */
/*********************
HOMEPAGE STYLES
*********************/
/* line 490, ../scss/_768up.scss */
.home #content {
  margin: 0;
  padding: 0;
}

/* line 496, ../scss/_768up.scss */
#scroll-markers {
  position: fixed;
  right: 20px;
  top: 230px;
  z-index: 9998;
}
/* line 501, ../scss/_768up.scss */
#scroll-markers li {
  margin-bottom: 8px;
}
/* line 504, ../scss/_768up.scss */
#scroll-markers a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/homepage/bg-marker-white.png) top center no-repeat transparent;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  color: #FFF;
}
/* line 515, ../scss/_768up.scss */
#scroll-markers a:hover, #scroll-markers a.on {
  background: url(../images/homepage/bg-marker-red.png) top center no-repeat transparent;
  color: #F00;
}

/* line 524, ../scss/_768up.scss */
#pane1 .paneInner.wrap {
  margin-top: 20px;
}

/* line 529, ../scss/_768up.scss */
.frontPane {
  position: relative;
  background: #000;
  overflow: hidden;
}
/* line 535, ../scss/_768up.scss */
.frontPane .diveLinkWrap {
  width: 100%;
  text-align: center;
}
/* line 541, ../scss/_768up.scss */
.frontPane .diveLink {
  display: inline-block;
  height: auto;
  text-align: center;
  background: url(../images/homepage/bg-divelink.png) top center no-repeat transparent;
  margin: auto;
  color: #FFF;
  padding-top: 60px;
  font-size: 2em;
  text-decoration: none;
  opacity: .57;
}
/* line 553, ../scss/_768up.scss */
.frontPane .diveLink:hover {
  color: #FFF;
  opacity: 1;
}
/* line 563, ../scss/_768up.scss */
.frontPane h1 {
  color: #FFF;
  font-size: 3.571em;
  padding-top: 110px;
}
/* line 569, ../scss/_768up.scss */
.frontPane p {
  color: #FFF;
  width: 415px;
  font-size: 1.423em;
}
/* line 575, ../scss/_768up.scss */
.frontPane ul {
  color: #FFF;
  font-size: 1.423em;
  margin-top: 0;
}
/* line 580, ../scss/_768up.scss */
.frontPane ul li {
  list-style: disc;
  margin-left: 30px;
}
/* line 586, ../scss/_768up.scss */
.frontPane#pane1 {
  background-image: url(../images/homepage/pane1.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: black;
  margin-top: -5px;
}
/* line 591, ../scss/_768up.scss */
.frontPane#pane1 h1 {
  font-size: 55px;
  line-height: 1em;
  text-align: center;
  margin: 0;
  padding-top: 225px;
  color: #333;
}
.frontPane#pane1 h1 span {
  font-size: 82px;
  line-height: 1em;
  display: block;
}
/* line 600, ../scss/_768up.scss */
.frontPane#pane1 p {
  font-size: 2.714em;
  text-align: center;
  color: #333;
  width: 100%;
}
/* line 607, ../scss/_768up.scss */
.frontPane#pane1 .diveLinkWrap {
  padding-bottom: 80px;
}
/* line 611, ../scss/_768up.scss */
.frontPane#pane1 .paneInner {
  position: relative;
}
/* line 615, ../scss/_768up.scss */
.frontPane#pane1 .events-lug {
  position: absolute;
  top: 200px;
  right: 170px;
  width: 313px;
  height: 78px;
  padding: 20px 10px;
  background: url(../images/homepage/bg-opensfs-lustre.png) top left no-repeat transparent;
}
/* line 625, ../scss/_768up.scss */
.frontPane#pane1 .events-lug.long {
  width: 424px;
  background: url(../images/homepage/bg-opensfs-lustre-2.png) top left no-repeat transparent;
}
/* line 630, ../scss/_768up.scss */
.frontPane#pane1 .events-lug a {
  text-decoration: none;
  color: #BABABA;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.02em;
  line-height: .5em;
}
/* line 637, ../scss/_768up.scss */
.frontPane#pane1 .events-lug a span {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .667em;
}
/* line 645, ../scss/_768up.scss */
.frontPane#pane2 {
  background-image: url(../images/homepage/pane2.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: black;
}
/* line 648, ../scss/_768up.scss */
.frontPane#pane2 .paneInner {
  position: relative;
}
.frontPane#pane2 .diveLinkWrap {
  padding-top: 289px;
  padding-bottom: 50px;
}
/* line 652, ../scss/_768up.scss */
.frontPane#pane2 .opensfs-lustre {
  position: absolute;
  top: 270px;
  right: 40px;
  width: 313px;
  height: 78px;
  padding: 20px 10px;
  background: url(../images/homepage/bg-opensfs-lustre.png) top left no-repeat transparent;
}
/* line 662, ../scss/_768up.scss */
.frontPane#pane2 .opensfs-lustre a {
  text-decoration: none;
  color: #BABABA;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.143em;
  line-height: .5em;
}
/* line 669, ../scss/_768up.scss */
.frontPane#pane2 .opensfs-lustre a span {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .667em;
}
/* line 676, ../scss/_768up.scss */
.frontPane#pane3 {
  background-image: url(../images/homepage/pane3.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: black;
}
.frontPane#pane3 .diveLinkWrap {
  padding-top: 229px;
  padding-bottom: 50px;
}
/* line 678, ../scss/_768up.scss */
.frontPane#pane3 p {
  width: auto;
  margin-bottom: 0;
}
/* line 683, ../scss/_768up.scss */
.frontPane#pane3 a, .frontPane#pane3 a:visited {
  color: #B2DEEE;
}
/* line 688, ../scss/_768up.scss */
.frontPane#pane4 {
  background-image: url(../images/homepage/pane4.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: black;
}
.frontPane#pane4 .diveLinkWrap {
  padding-top: 110px;
  padding-bottom: 60px;
}
/* line 692, ../scss/_768up.scss */
.frontPane#pane5 {
  background-image: url(../images/homepage/pane5.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: black;
}
.frontPane#pane5 img {
  max-width: 119px;
}
/* line 696, ../scss/_768up.scss */
.frontPane#pane5 h2 {
  color: #CCC;
  margin-top: 0;
  padding-top: 10px;
}
/* line 702, ../scss/_768up.scss */
.frontPane#pane5 ul li {
  list-style: none;
  margin: 0 12px 10px 0;
  float: left;
}
/* line 711, ../scss/_768up.scss */
.frontPane#pane5 ul li.become-member {
  width: 250px;
  height: 78px;
  padding: 15px 10px 20px;
  background: url(../images/homepage/bg-become-member-2.png) top left no-repeat transparent;
}
/* line 717, ../scss/_768up.scss */
.frontPane#pane5 ul li.become-member a {
  display: block;
  font-size: 1.5em;
  line-height: .8em;
}
/* line 721, ../scss/_768up.scss */
.frontPane#pane5 ul li.become-member a span {
  font-size: .533em;
}
/* line 729, ../scss/_768up.scss */
.frontPane#pane5 h2 {
  clear: both;
}
.frontPane .memberArchive li {
  border: 0;
  background-color: #fff;
}
/* line 742, ../scss/_768up.scss */
.frontPane .become-member {
  width: 313px;
  height: 78px;
  padding: 20px 10px;
  background: url(../images/homepage/bg-become-member.png) top left no-repeat transparent;
  text-align: inherit;
}
/* line 748, ../scss/_768up.scss */
.frontPane .become-member a {
  text-decoration: none;
  color: #FFF;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.143em;
  line-height: .5em;
}
/* line 755, ../scss/_768up.scss */
.frontPane .become-member a span {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .533em;
}

/*Sassy Button Properties*/
/* line 27, ../scss/_blogstyles.scss */
h1.blog-title {
  border-bottom: 1px solid #0091c6;
  color: #0091c6;
  margin-bottom: 0;
}

/* line 33, ../scss/_blogstyles.scss */
.post {
  border-bottom: 1px solid #0091c6;
  padding: 0.5em;
}
/* line 46, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
.post:before, .post:after {
  content: "";
  display: table;
}
/* line 50, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
.post:after {
  clear: both;
}
/* line 37, ../scss/_blogstyles.scss */
.post .entry-content img {
  margin: 0;
}
/* line 40, ../scss/_blogstyles.scss */
.post .blogpost-full {
  border-bottom: 1px solid #0091c6;
}
/* line 43, ../scss/_blogstyles.scss */
.post .left {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-left: 0px;
}
/* line 47, ../scss/_blogstyles.scss */
.post .right {
  float: right;
  width: 75%;
  margin-right: 0%;
  margin-left: -75%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-right: 0px;
  padding-left: 0px;
}
/* line 52, ../scss/_blogstyles.scss */
.post .right .article-header .blogpost-title {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  color: #0091c6;
  padding-bottom: 5px;
  margin-top: 0;
  border-bottom: 1px solid #0091c6;
}

/*Individual Post Page*/
/* line 64, ../scss/_blogstyles.scss */
.blogpost-header {
  margin-bottom: 1em;
}

/* line 68, ../scss/_blogstyles.scss */
.blog-full {
  padding-top: 0;
  border-bottom: none;
}

/*Post Navigation*/
/* line 74, ../scss/_blogstyles.scss */
.post-navigation {
  text-align: right;
  color: #0091c6;
  line-height: 1.8em;
}

/*Widget Styling*/
/* line 81, ../scss/_blogstyles.scss */
.widgettitle {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  background: #6da6c3;
  font-weight: 400;
  line-height: 21px;
}

/* line 89, ../scss/_blogstyles.scss */
.widget {
  color: #0091c6;
}
/* line 90, ../scss/_blogstyles.scss */
.widget li a {
  font-size: 15px; 
}
/* line 94, ../scss/_blogstyles.scss */
.widget span.icomoon-widget {
  padding-right: 5px;
  padding-left: 0;
  color: #ff6600;
}
/* line 99, ../scss/_blogstyles.scss */
.widget .rpwe-title {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}
/* line 102, ../scss/_blogstyles.scss */
.widget .more-link {
  display: block;
  text-decoration: underline;
}

/* line 109, ../scss/_blogstyles.scss */
.widget.recent-posts-extended {
  font-size: 14px;
  /*.widgettitle:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 43px solid #6da6c3;
    border-right: 23px solid transparent;
    position: relative;
    top: 14px;
    left: 158px;
  }*/
}
/* line 121, ../scss/_blogstyles.scss */
.widget.recent-posts-extended span.icomoon-widget:before {
  content: "\e600";
}
/* line 124, ../scss/_blogstyles.scss */
.widget.recent-posts-extended .rpwe-title {
  margin: 0px;
}
/* line 127, ../scss/_blogstyles.scss */
.widget.recent-posts-extended li {
  padding: 5px;
}

/* line 133, ../scss/_blogstyles.scss */
.widget.widget_tag_cloud span.icomoon-widget:before {
  content: "\e601";
}
/* line 136, ../scss/_blogstyles.scss */
.widget.widget_tag_cloud .tagcloud {
  background: #D5ECF7;
  padding: 15px;
  margin: 0;
}
/* line 141, ../scss/_blogstyles.scss */
.widget.widget_tag_cloud .tagcloud a {
  padding: 2px 3px;
  font-size: 14px;
}

/*Read More Link*/
/* line 149, ../scss/_blogstyles.scss */
.moretag {
  display: block;
  padding-top: 5px;
}

/*Comments*/
/* line 155, ../scss/_blogstyles.scss */
#comments {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  color: #0091c6;
  font-size: 14px;
  font-weight: 700;
}

/* line 162, ../scss/_blogstyles.scss */
.commentlist .comment-reply-link {
  font-size: 13px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
  -webkit-box-shadow: #262626 0 1px 0 inset;
  -moz-box-shadow: #262626 0 1px 0 inset;
  box-shadow: #262626 0 1px 0 inset;
  border: 1px solid black;
  color: white;
}
/* line 15, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.commentlist .comment-reply-link:hover {
  text-decoration: none;
}
/* line 36, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.commentlist .comment-reply-link:hover {
  background-color: black;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
}
/* line 39, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.commentlist .comment-reply-link:active {
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
}
/* line 6, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.commentlist .comment-reply-link.disabled, .commentlist .comment-reply-link[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: black;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 74, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
.commentlist .comment-reply-link::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 164, ../scss/_blogstyles.scss */
.commentlist .comment-reply-link:hover {
  font-size: 13px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
  -webkit-box-shadow: #262626 0 1px 0 inset;
  -moz-box-shadow: #262626 0 1px 0 inset;
  box-shadow: #262626 0 1px 0 inset;
  border: 1px solid black;
  color: white;
}
/* line 15, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.commentlist .comment-reply-link:hover:hover {
  text-decoration: none;
}
/* line 36, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.commentlist .comment-reply-link:hover:hover {
  background-color: black;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
}
/* line 39, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.commentlist .comment-reply-link:hover:active {
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
}
/* line 6, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.commentlist .comment-reply-link:hover.disabled, .commentlist .comment-reply-link:hover[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: black;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 74, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
.commentlist .comment-reply-link:hover::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 168, ../scss/_blogstyles.scss */
.commentlist li {
  margin: 0;
  padding: 10px;
}
/* line 172, ../scss/_blogstyles.scss */
.commentlist .even {
  background: #eee;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
/* line 177, ../scss/_blogstyles.scss */
.commentlist .odd {
  background: transparent;
}

/* line 182, ../scss/_blogstyles.scss */
#respond {
  margin: 25px 0;
  background: #eee;
  padding: 15px;
}
/* line 186, ../scss/_blogstyles.scss */
#respond p {
  margin: 0;
}
/* line 189, ../scss/_blogstyles.scss */
#respond #comment-form-title {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  color: #57585a;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 195, ../scss/_blogstyles.scss */
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond textarea {
  background: white;
  border: 1px solid #eee;
  padding: 6px;
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}
/* line 204, ../scss/_blogstyles.scss */
#respond input[type="submit"] {
  font-size: 13px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
  -webkit-box-shadow: #262626 0 1px 0 inset;
  -moz-box-shadow: #262626 0 1px 0 inset;
  box-shadow: #262626 0 1px 0 inset;
  border: 1px solid black;
  color: white;
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  text-transform: none;
  margin-bottom: 0;
  position: relative;
  left: 315px;
}
/* line 15, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
#respond input[type="submit"]:hover {
  text-decoration: none;
}
/* line 36, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
#respond input[type="submit"]:hover {
  background-color: black;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
}
/* line 39, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
#respond input[type="submit"]:active {
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
}
/* line 6, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
#respond input[type="submit"].disabled, #respond input[type="submit"][disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: black;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 74, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
#respond input[type="submit"]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
/* line 212, ../scss/_blogstyles.scss */
#respond .alert, #respond .alert-help, #respond .alert-info, #respond .alert-error, #respond .alert-success {
  border: none;
  padding: 0;
}
/* line 216, ../scss/_blogstyles.scss */
#respond #allowed_tags {
  display: none;
}

/*Page Buttons*/
/* line 222, ../scss/_blogstyles.scss */
input[type="submit"], input[type="reset"] {
  font-size: 13px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
  -webkit-box-shadow: #262626 0 1px 0 inset;
  -moz-box-shadow: #262626 0 1px 0 inset;
  box-shadow: #262626 0 1px 0 inset;
  border: 1px solid black;
  color: white;
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  text-transform: none;
}
/* line 15, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
input[type="submit"]:hover, input[type="reset"]:hover {
  text-decoration: none;
}
/* line 36, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
input[type="submit"]:hover, input[type="reset"]:hover {
  background-color: black;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(#000000, #000000);
  background: -moz-linear-gradient(#000000, #000000);
  background: -o-linear-gradient(#000000, #000000);
  background: linear-gradient(#000000, #000000);
}
/* line 39, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
input[type="submit"]:active, input[type="reset"]:active {
  -webkit-box-shadow: black 0 1px 2px inset;
  -moz-box-shadow: black 0 1px 2px inset;
  box-shadow: black 0 1px 2px inset;
}
/* line 6, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
input[type="submit"].disabled, input[type="submit"][disabled], input[type="reset"].disabled, input[type="reset"][disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: black;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 74, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 228, ../scss/_blogstyles.scss */
input[type="text"], input[type="email"], textarea {
  background: white;
  border: 1px solid #eee;
  padding: 6px;
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}

/* line 235, ../scss/_blogstyles.scss */
#searchsubmit {
  background: transparent;
  box-shadow: none;
  color: #000;
}

/*Heading Styles*/
/* line 12, ../scss/_sliderstyles.scss */
#pane1 {
  padding-top: 110px;
}
/* line 14, ../scss/_sliderstyles.scss */
#pane1 h1#pane1-heading {
  padding-top: 24px;
}

/*Slider Positioning*/
.bxslider {
  margin-left: 10px;
}

/*Custom Slider Styles*/
/* line 35, ../scss/_sliderstyles.scss */
.custom-slider {
  margin: 75px;
  position: relative;
}
/* line 46, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
.custom-slider:before, .custom-slider:after {
  content: "";
  display: table;
}
/* line 50, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
.custom-slider:after {
  clear: both;
}
/* line 39, ../scss/_sliderstyles.scss */
.custom-slider .slide-image {
  float: left;
  width: 12.5%;
  margin-left: 2.08333%;
  margin-right: -14.58333%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 41, ../scss/_sliderstyles.scss */
.custom-slider .slide-image img {
  margin-top: 10px;
}
/* line 45, ../scss/_sliderstyles.scss */
.custom-slider .slide-content {
  float: left;
  width: 83.33333%;
  margin-left: 12.5%;
  margin-right: -95.83333%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
}
/* line 48, ../scss/_sliderstyles.scss */
.custom-slider .slide-content .customslider-slug {
  clear: left;
  padding-left: 10px;
  margin-top: 50px;
  width: 313px;
  height: 78px;
  background: url(../images/homepage/bg-become-member-2.png) top left no-repeat transparent;
  position: absolute;
  right: 14.15%;
  top: 75%;
}
/* line 51, ../scss/_sliderstyles.scss */
.custom-slider .slide-content p {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left;
  font-size: 1.75em !important;
  text-align: left !important;
  color: white  !important;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* line 59, ../scss/_sliderstyles.scss */
.custom-slider .slide-content a {
  display: block;
  margin: 15px 0;
  line-height: 0.8em;
  color: white;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px;
  text-decoration: none;
}
/* line 67, ../scss/_sliderstyles.scss */
.custom-slider .slide-content a span {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-size: 16px;
}
/* line 70, ../scss/_sliderstyles.scss */
.custom-slider .slide-content a span img {
  display: inline;
  margin-left: 5px;
}
/* line 78, ../scss/_sliderstyles.scss */
.custom-slider .slide-image-only {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
}
/* line 81, ../scss/_sliderstyles.scss */
.custom-slider .slide-image-only .customslider-slug {
  clear: left;
  padding-left: 10px;
  margin-top: 50px;
  width: 313px;
  height: 78px;
  background: url(../images/homepage/bg-become-member-2.png) top left no-repeat transparent;
  position: absolute;
  right: 14%;
  top: 45px;
}
/* line 85, ../scss/_sliderstyles.scss */
.custom-slider .slide-image-only img {
  margin-top: 10px;
}
/* line 88, ../scss/_sliderstyles.scss */
.custom-slider .slide-image-only a {
  display: block;
  margin: 15px 0;
  line-height: 0.8em;
  color: white;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px;
  text-decoration: none;
}
/* line 96, ../scss/_sliderstyles.scss */
.custom-slider .slide-image-only a span {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-size: 16px;
}
/* line 99, ../scss/_sliderstyles.scss */
.custom-slider .slide-image-only a span img {
  display: inline;
  margin-left: 5px;
}
/* line 108, ../scss/_sliderstyles.scss */
.custom-slider .slide-content-only {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
/* line 112, ../scss/_sliderstyles.scss */
.custom-slider .slide-content-only .customslider-slug {
  clear: left;
  padding-left: 10px;
  margin-top: 50px;
  width: 313px;
  height: 78px;
  background: url(../images/homepage/bg-become-member-2.png) top left no-repeat transparent;
  position: absolute;
  right: 13.5%;
  top: 75%;
  top: 50%;
}
/* line 116, ../scss/_sliderstyles.scss */
.custom-slider .slide-content-only p {
  float: left;
  width: 100%;
  margin-left: 2.08333%;
  margin-right: -102.08333%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left;
  font-size: 1.75em !important;
  text-align: left !important;
  color: white  !important;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* line 124, ../scss/_sliderstyles.scss */
.custom-slider .slide-content-only a {
  display: block;
  margin: 15px 0;
  line-height: 0.8em;
  color: white;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px;
  text-decoration: none;
}
/* line 132, ../scss/_sliderstyles.scss */
.custom-slider .slide-content-only a span {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-size: 16px;
}
/* line 135, ../scss/_sliderstyles.scss */
.custom-slider .slide-content-only a span img {
  display: inline;
  margin-left: 5px;
}

/*Post Slider Styles*/
/* line 149, ../scss/_sliderstyles.scss */
.post-slider {
  margin: 75px;
}
/* line 46, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
.post-slider:before, .post-slider:after {
  content: "";
  display: table;
}
/* line 50, ../../../../../../../../../../../adrienne.rvm/gems/ruby-2.0.0-p247/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
.post-slider:after {
  clear: both;
}
/* line 152, ../scss/_sliderstyles.scss */
.post-slider .blog-featured {
  float: left;
  width: 12.5%;
  margin-left: 0%;
  margin-right: -12.5%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 154, ../scss/_sliderstyles.scss */
.post-slider .blog-featured img {
  margin-top: 10px;
}
/* line 158, ../scss/_sliderstyles.scss */
.post-slider .blog-summary {
  float: left;
  width: 83.33333%;
  margin-left: 10.41667%;
  margin-right: -93.75%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
}
/* line 161, ../scss/_sliderstyles.scss */
.post-slider .blog-summary .postslider-slug {
  clear: left;
  float: left;
  width: 25%;
  margin-left: 33.33333%;
  margin-right: -58.33333%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-left: 10px;
  position: absolute;
  width: 313px;
  top: 120px;
  height: 78px;
  background: url(../images/homepage/bg-become-member-2.png) top left no-repeat transparent;
}
/* line 171, ../scss/_sliderstyles.scss */
.post-slider .blog-summary p {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 20px;
  padding-right: 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: left;
  font-size: 1.5em !important;
  text-align: left !important;
  color: white  !important;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* line 179, ../scss/_sliderstyles.scss */
.post-slider .blog-summary a {
  display: block;
  margin: 15px 0;
  line-height: 0.8em;
  color: white;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px;
  text-decoration: none;
}
/* line 187, ../scss/_sliderstyles.scss */
.post-slider .blog-summary a span {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-size: 16px;
}
/* line 190, ../scss/_sliderstyles.scss */
.post-slider .blog-summary a span img {
  display: inline;
  margin-left: 5px;
}

/*No Slider Styles*/
/* line 201, ../scss/_sliderstyles.scss */
.no-slider {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 204, ../scss/_sliderstyles.scss */
.no-slider .no-slider-slug {
  height: 78px;
  width: 424px;
  padding: 15px 9px;
  background: url(../images/homepage/bg-opensfs-lustre-2.png) top left no-repeat transparent;
  position: relative;
  left: 375px;
}
/* line 213, ../scss/_sliderstyles.scss */
.no-slider a {
  display: block;
  line-height: 0.8em;
  color: white;
  font-family: "Planer Regular", "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 30px;
  text-decoration: none;
}
/* line 220, ../scss/_sliderstyles.scss */
.no-slider a span {
  font-family: 'Cabin', "Helvetica Neue", Helvectica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-size: 16px;
}
/* line 223, ../scss/_sliderstyles.scss */
.no-slider a span img {
  display: inline;
  margin-left: 5px;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/_jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../scss/_jquery.bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-viewport {
  left: -5px;
  top: -20px;
  background: transparent;
  min-height: 280px;
}

/* line 40, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

/* LOADER */
/* line 48, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 61, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 71, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 77, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.45);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 91, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(255, 0, 0, 0.6);
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 97, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

/* line 102, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

/* line 107, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 111, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 115, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 126, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 132, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 136, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 147, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 151, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 162, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 168, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 173, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 180, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.6);
  width: 100%;
}

/* line 189, ../scss/_jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
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 */
}
/*
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) {
    .navWrap {
      display: block !important;
    }
  /* moved to base because we are not supporting responsive
  	// import grids
  	@import "grid";
  
  	// styles in 768up.scss
  	@import "768up";
  	
  */
}
@media only screen and (max-width: 990px) {
  .headerSubLinks #searchform input.text {
    width: 150px;
  }
}
@media only screen and (max-width: 905px) {
  .nav li:first-child {
    display: none;
  }
  .nav li a {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
  }
  .headerSubLinks .subLinks li a {
    padding-left: 12px;
    font-size: 12px;
  }
  .headerSubLinks .subLinks li:first-child a {
    padding-left: 0;
  }
  .headerSubLinks #searchform input.text {
    width: 130px;
  }
  .headerSubLinks .subLinksSec {
    margin-left: 30px;
  }
  .headerSubLinks .twitterIcon {
    font-size: 12px;
    line-height: 22px;
    margin-right: 10px;
  }
  .frontPane {
    background-size: cover;
  }
  .frontPane#pane1 .diveLinkWrap, .frontPane#pane2 .diveLinkWrap, .frontPane#pane3 .diveLinkWrap {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .frontPane#pane2 .opensfs-lustre {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  #main, .sidebar, .main-inner {
    margin-left: 0;
    margin-right: 0;
    float: none;
    clear: both;
  }
  .header {
    background: #191919;
    -webkit-box-shadow: 0px 2px 20px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 20px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 20px 1px rgba(0,0,0,0.2);
  }
  #inner-header.wrap {
    width: 100%;
  }
  #logo a {
    width: 220px;
    height: 80px;
  }
  .nav-toggle {
    display: block;
  }
  .navWrap {
    display: none;
    background: #191919;
    width: 100%;
    padding: 0 20px 20px;
    margin: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.2);
  }
  .nav {
    float: none;
  }
  .nav > li {
    margin: 0 2% 5px;
  }
  .nav li a {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav li:hover a {
    background: inherit;
  }
  .nav > li > ul.sub-menu {
    border-top: 1px solid #3F4043;
  }
  .nav li ul.sub-menu, .nav li ul.children {
    width: auto;
    display: none;
    position: static;
    background: inherit;
  }
  .nav li ul.sub-menu li a, .nav li ul.children li a {
    border-bottom: 0;
  }
  .headerSubLinks {
    margin-left: 10px;
  }
  .headerSubLinks .subLinksSec {
    margin-left: 20px;
  }
  .headerSubLinks .twitterIcon {
    margin-right: 20px;
  }
  #scroll-markers {
    right: 10px;
  }
  .frontPane#pane1 h1 {
    font-size: 45px;
  }
  .frontPane#pane1 h1 span {
    font-size: 72px;
  }
  .frontPane h1 {
    font-size: 3em;
  }
  .frontPane ul.bxslider li {
    margin-top: 0;
    margin-left: 0;
    padding: 0 45px;
  }
  .bx-wrapper {
    margin-top: 25px;
  }
  .bx-wrapper .bx-viewport {
    top: 0;
    left: 0;
    min-height: 254px;
  }
  .custom-slider .slide-content-only .customslider-slug {
    margin-top: 0;
    position: static;
    float: left;
    clear: both;
  }
  .custom-slider .slide-content-only p {
    margin: 0 0 10px;
    padding: 0;
  }
  .bx-wrapper .bx-pager {
    position: static;
    padding-top: 30px;
  }
  .frontPane p {
    width: auto;
  }
  .paneInner {
    padding-right: 35px;
  }
  .frontPane#pane2 .diveLinkWrap, .frontPane#pane3 .diveLinkWrap {
    padding-top: 50px;
  }
  article .entry-content table * {
    width: auto !important;
  }
}
@media only screen and (max-width: 550px) {
  .headerSubLinks .subLinksSec {
    margin-left: 0;
    float: left;
    clear: both;
  }
  .headerSubLinks .twitterIcon {
    margin-right: 30px;
  }
  .frontPane h1 {
    font-size: 2em;
  }
  .footer {
    padding-top: 10px;
  }
  .footer-logo a {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .headerSubLinks .twitterIcon {
    float: left;
  }
  .bx-wrapper .bx-viewport {
    min-height: 0;
  }
  .custom-slider .slide-content-only p {
    font-size: 1.45em !important;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 25, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 30, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  /* line 41, ../scss/_print.scss */
  pre, blockquote {
    page-break-inside: avoid;
    background: url(../images/blockquote-quote.png) 0px 3px no-repeat transparent !important;
  }

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

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

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

  /* line 58, ../scss/_print.scss */
  ul li {
    list-style: square;
    padding-left: 0;
  }

  @page {
    margin: 0.5cm;
}

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

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

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

  /* line 91, ../scss/_print.scss */
  .admin-bar .header {
    top: 0;
  }

  /* line 95, ../scss/_print.scss */
  .navWrap {
    display: none;
  }
  /* line 98, ../scss/_print.scss */
  .navWrap .nav {
    display: none;
  }

  /* line 103, ../scss/_print.scss */
  #scroll-markers {
    display: none;
  }

  /* line 107, ../scss/_print.scss */
  .frontPane {
    background: none !important;
  }
  /* line 111, ../scss/_print.scss */
  .frontPane .paneInner h1 {
    color: #000;
  }
  /* line 114, ../scss/_print.scss */
  .frontPane .paneInner p {
    color: #000;
  }
  /* line 117, ../scss/_print.scss */
  .frontPane .paneInner ul li {
    color: #000;
  }
  /* line 122, ../scss/_print.scss */
  .frontPane .become-member a {
    color: #000;
  }
  /* line 126, ../scss/_print.scss */
  .frontPane a:after {
    content: none !important;
  }

  /* line 132, ../scss/_print.scss */
  #pane2.frontPane .opensfs-lustre a {
    color: #000;
  }

  /* line 137, ../scss/_print.scss */
  #pane5 ul li a img {
    border: 1px solid #CCC;
  }

  /* line 141, ../scss/_print.scss */
  .entry-content table th {
    font-weight: bold !important;
    border-bottom: 1px solid #0091c6 !important;
  }

  /* line 146, ../scss/_print.scss */
  .print-logo {
    display: block;
  }

  /* line 150, ../scss/_print.scss */
  .header {
    position: relative;
    margin: 0;
    padding: 0;
  }
}
