@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* line 125, ../sass/_mixins.scss */
.bgGreen0 {
  background-color: #17b741;
}

/* line 126, ../sass/_mixins.scss */
.bgGreen1 {
  background-color: #1da343;
}

/* line 127, ../sass/_mixins.scss */
.bgGreen2 {
  background-color: #258945;
}

/* line 128, ../sass/_mixins.scss */
.bgGreen3 {
  background-color: #306847;
}

/* line 130, ../sass/_mixins.scss */
.bgPurple0 {
  background-color: #a6278e;
}

/* line 131, ../sass/_mixins.scss */
.bgPurple1 {
  background-color: #952b83;
}

/* line 132, ../sass/_mixins.scss */
.bgPurple2 {
  background-color: #7f3075;
}

/* line 133, ../sass/_mixins.scss */
.bgPurple3 {
  background-color: #623662;
}

/* line 135, ../sass/_mixins.scss */
.bgYellow0 {
  background-color: #b7851b;
}

/* line 136, ../sass/_mixins.scss */
.bgYellow1 {
  background-color: #a37923;
}

/* line 137, ../sass/_mixins.scss */
.bgYellow2 {
  background-color: #896a2d;
}

/* line 138, ../sass/_mixins.scss */
.bgYellow3 {
  background-color: #68573a;
}

/* line 140, ../sass/_mixins.scss */
.bgBlue0 {
  background-color: #3b96b1;
}

/* line 141, ../sass/_mixins.scss */
.bgBlue1 {
  background-color: #3b88a0;
}

/* line 142, ../sass/_mixins.scss */
.bgBlue2 {
  background-color: #3b758a;
}

/* line 143, ../sass/_mixins.scss */
.bgBlue3 {
  background-color: #3c5d6e;
}

/* line 145, ../sass/_mixins.scss */
.bgRed0 {
  background-color: #b42b2f;
}

/* line 146, ../sass/_mixins.scss */
.bgRed1 {
  background-color: #a02e34;
}

/* line 147, ../sass/_mixins.scss */
.bgRed2 {
  background-color: #87323a;
}

/* line 148, ../sass/_mixins.scss */
.bgRed3 {
  background-color: #673741;
}

/* line 150, ../sass/_mixins.scss */
.bgGreyMid {
  background-color: #72737a;
}

/* line 151, ../sass/_mixins.scss */
.bgGreyLight {
  background-color: #87878e;
}

/* line 152, ../sass/_mixins.scss */
.bgGrey0 {
  background-color: #3d3e4a;
}

/* line 153, ../sass/_mixins.scss */
.bgGrey1 {
  background-color: #bdbdc2;
}

/* line 154, ../sass/_mixins.scss */
.bgGrey2 {
  background-color: #d0d0d4;
}

/* line 155, ../sass/_mixins.scss */
.bgGrey3 {
  background-color: #e6e6e8;
}

/* line 157, ../sass/_mixins.scss */
.bgWhite {
  background-color: white;
}

/* line 160, ../sass/_mixins.scss */
.u-h35 {
  height: 35px;
}

/* line 161, ../sass/_mixins.scss */
.u-w100 {
  width: 100px;
}

/* line 162, ../sass/_mixins.scss */
.u-w23 {
  width: 23px;
}

/* line 165, ../sass/_mixins.scss */
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
}
/* line 169, ../sass/_mixins.scss */
.triangle.hidden-mobile {
  display: none;
}

/* line 183, ../sass/_mixins.scss */
.triangle.left {
  border-width: 35px 23px 0 0;
}

/* line 187, ../sass/_mixins.scss */
.triangle.right {
  border-width: 35px 0 0 23px;
}

/* line 192, ../sass/_mixins.scss */
.triWhiteTrans {
  border-color: rgba(255, 255, 255, 0.3) transparent transparent transparent;
}

/* line 195, ../sass/_mixins.scss */
.triGreen0 {
  border-color: #17b741 transparent transparent transparent;
}

/* line 196, ../sass/_mixins.scss */
.triGreen1 {
  border-color: #1da343 transparent transparent transparent;
}

/* line 197, ../sass/_mixins.scss */
.triGreen2 {
  border-color: #258945 transparent transparent transparent;
}

/* line 198, ../sass/_mixins.scss */
.triGreen3 {
  border-color: #306847 transparent transparent transparent;
}

/* line 200, ../sass/_mixins.scss */
.triPurple0 {
  border-color: #a6278e transparent transparent transparent;
}

/* line 201, ../sass/_mixins.scss */
.triPurple1 {
  border-color: #952b83 transparent transparent transparent;
}

/* line 202, ../sass/_mixins.scss */
.triPurple2 {
  border-color: #7f3075 transparent transparent transparent;
}

/* line 203, ../sass/_mixins.scss */
.triPurple3 {
  border-color: #623662 transparent transparent transparent;
}

/* line 205, ../sass/_mixins.scss */
.triYellow0 {
  border-color: #b7851b transparent transparent transparent;
}

/* line 206, ../sass/_mixins.scss */
.triYellow1 {
  border-color: #a37923 transparent transparent transparent;
}

/* line 207, ../sass/_mixins.scss */
.triYellow2 {
  border-color: #896a2d transparent transparent transparent;
}

/* line 208, ../sass/_mixins.scss */
.triYellow3 {
  border-color: #68573a transparent transparent transparent;
}

/* line 210, ../sass/_mixins.scss */
.triRed0 {
  border-color: #b42b2f transparent transparent transparent;
}

/* line 211, ../sass/_mixins.scss */
.triRed1 {
  border-color: #a02e34 transparent transparent transparent;
}

/* line 212, ../sass/_mixins.scss */
.triRed2 {
  border-color: #87323a transparent transparent transparent;
}

/* line 213, ../sass/_mixins.scss */
.triRed3 {
  border-color: #673741 transparent transparent transparent;
}

/* line 215, ../sass/_mixins.scss */
.triBlue0 {
  border-color: #3b96b1 transparent transparent transparent;
}

/* line 216, ../sass/_mixins.scss */
.triBlue1 {
  border-color: #3b88a0 transparent transparent transparent;
}

/* line 217, ../sass/_mixins.scss */
.triBlue2 {
  border-color: #3b758a transparent transparent transparent;
}

/* line 218, ../sass/_mixins.scss */
.triBlue3 {
  border-color: #3c5d6e transparent transparent transparent;
}

/* line 220, ../sass/_mixins.scss */
.triGreyMid {
  border-color: #72737a transparent transparent transparent;
}

/* line 221, ../sass/_mixins.scss */
.triGreyLight {
  border-color: #87878e transparent transparent transparent;
}

/* line 222, ../sass/_mixins.scss */
.triGrey0 {
  border-color: #3d3e4a transparent transparent transparent;
}

/* line 223, ../sass/_mixins.scss */
.triGrey1 {
  border-color: #bdbdc2 transparent transparent transparent;
}

/* line 224, ../sass/_mixins.scss */
.triGrey2 {
  border-color: #d0d0d4 transparent transparent transparent;
}

/* line 225, ../sass/_mixins.scss */
.triGrey3 {
  border-color: #e6e6e8 transparent transparent transparent;
}

/* line 228, ../sass/_mixins.scss */
.uLeft {
  float: left;
}

/* line 229, ../sass/_mixins.scss */
.uRight {
  float: right;
}

/* line 230, ../sass/_mixins.scss */
.uClear {
  clear: both;
}

/* line 231, ../sass/_mixins.scss */
.u-h40 {
  height: 40px;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  line-height: 1.875em;
}

/* Remove default margin. */
/* line 127, ../sass/_normalize.scss */
body {
  color: #767676;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 127, ../sass/_normalize.scss */
  body {
    font-size: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 127, ../sass/_normalize.scss */
  body {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 127, ../sass/_normalize.scss */
  body {
    font-size: 90%;
  }
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* line 142, ../sass/_normalize.scss */
a {
  color: #880000;
  text-decoration: none;
}

/* line 150, ../sass/_normalize.scss */
a:hover,
a:focus {
  text-decoration: none;
  color: black;
}

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

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 180, ../sass/_normalize.scss */
p,
pre {
  margin: 0 0 1.5625em 0;
}

/* line 184, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5625em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 193, ../sass/_normalize.scss */
h1, h2, .section-search .GSAResults h1, h3, h4, h5, h6 {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 0 .6667em;
}
/* line 198, ../sass/_normalize.scss */
h1#site-name, h2#site-name, .section-search .GSAResults h1#site-name, h3#site-name, h4#site-name, h5#site-name, h6#site-name {
  line-height: 1.3em;
}

/* line 202, ../sass/_normalize.scss */
h3, h4, h5, h6 {
  color: #767676;
}

/* line 205, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
}

/* line 208, ../sass/_normalize.scss */
h2, .section-search .GSAResults h1 {
  font-size: 1.5em;
  color: #880000;
}

/* line 212, ../sass/_normalize.scss */
h3 {
  font-size: 1.375em;
}

/* line 215, ../sass/_normalize.scss */
h4 {
  font-size: 1.25em;
}

/* line 218, ../sass/_normalize.scss */
h5 {
  font-size: 1.125em;
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
}

/* line 222, ../sass/_normalize.scss */
h6 {
  font-size: 1em;
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
}

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

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 233, ../sass/_normalize.scss */
b,
strong {
  font-weight: normal;
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

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

/* Address differences between Firefox and other browsers. */
/* line 245, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5625em 0;
}

/* Address styling not present in IE 8/9. */
/* line 254, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 260, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.875em;
}

/* line 273, ../sass/_normalize.scss */
pre {
  line-height: 1.5em;
}

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

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

/* Address inconsistent and variable font size in all browsers. */
/* line 295, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

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

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

/**
 * Lists
 */
/* line 317, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 0 0 1.5625em 0;
}

/* line 326, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 332, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 337, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 357, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

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

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

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 399, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px 1.5625em;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.59375em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 1.15625em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 1.15625em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 1.15625em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 414, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 429, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 498, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Drupal-style form labels. */
/* line 544, ../sass/_normalize.scss */
label {
  display: block;
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

/**
 * Tables
 */
/* line 552, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  margin: 1.5625em 0;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 40, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  /*margin-left: auto;
  margin-right: auto;*/
  /*max-width: 1200px;*/
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 49, ../sass/layouts/_responsive.scss */
.grid-wrapper,
#content,
.region-sidebar-first,
.region-sidebar-second {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 59, ../sass/layouts/_responsive.scss */
.grid-wrapper {
  margin: 0 auto;
}
/* line 63, ../sass/layouts/_responsive.scss */
.grid-wrapper.full-width {
  width: 100%;
  max-width: none;
  padding: 0;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-wrapper:before, .grid-wrapper:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-wrapper:after,
#main:after,
#footer:after {
  clear: both;
}

/* Center everything */
/* line 81, ../sass/layouts/_responsive.scss */
.header,
.top-nav-inner,
#main,
#footer {
  margin: 0 auto;
  /*@include breakpoint(small-desktops) { width: $small-desktop; }
  @include breakpoint(medium-desktops) { width: $medium-desktop; }
  @include breakpoint(large-desktops) { width: $large-desktop; }*/
}

/* Add left margin to elements which are not included inside a grid item */
/* line 92, ../sass/layouts/_responsive.scss */
.fit-to-grid {
  margin-left: 15px;
}

@media all and (min-width: 768px) {
  /* line 97, ../sass/layouts/_responsive.scss */
  #content-top {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  /* line 102, ../sass/layouts/_responsive.scss */
  aside.sidebars {
    display: block !important;
  }
}

/**
 * Use 12 grid columns for larger screens.
 */
@media all and (min-width: 768px) {
  /* body.front #content {
    @include zen-clear;
    } */
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 126, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }
  /* line 133, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }

  /* We don't print the second sidebar on interior pages */
  /* line 139, ../sass/layouts/_responsive.scss */
  body.front {
    /**
     * The layout when there are two sidebars.
     */
    /**
     * The layout when there is only one sidebar, the right one.
     */
  }
  /* line 142, ../sass/layouts/_responsive.scss */
  body.front #content #news-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 149, ../sass/layouts/_responsive.scss */
  body.front.two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 151, ../sass/layouts/_responsive.scss */
  body.front.two-sidebars #content {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: -75%;
  }
  /* line 156, ../sass/layouts/_responsive.scss */
  body.front.two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 161, ../sass/layouts/_responsive.scss */
  body.front.two-sidebars .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
  /* line 169, ../sass/layouts/_responsive.scss */
  body.front.sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  body.front.sidebar-second #content {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
  /* line 176, ../sass/layouts/_responsive.scss */
  body.front.sidebar-second .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* Let's make sure the .two-sidebars class
  /* doesn't breakt the layout on interior pages */
  /* line 185, ../sass/layouts/_responsive.scss */
  body.not-front.two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 187, ../sass/layouts/_responsive.scss */
  body.not-front.two-sidebars #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }
  /* line 192, ../sass/layouts/_responsive.scss */
  body.not-front.two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
}
/* Structure for interior pages */
@media all and (min-width: 768px) {
  /* line 205, ../sass/layouts/_responsive.scss */
  .content-inner.two-columns {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 208, ../sass/layouts/_responsive.scss */
  .content-inner.two-columns .content-inner-left {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 212, ../sass/layouts/_responsive.scss */
  .content-inner.two-columns .content-inner-right {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}

/* line 219, ../sass/layouts/_responsive.scss */
#content-wrapper {
  clear: left;
  max-width: 1230px;
  margin: 0 auto;
}
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#content-wrapper:before, #content-wrapper:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#content-wrapper:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 219, ../sass/layouts/_responsive.scss */
  #content-wrapper {
    padding-top: 46px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 219, ../sass/layouts/_responsive.scss */
  #content-wrapper {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 219, ../sass/layouts/_responsive.scss */
  #content-wrapper {
    padding-top: 2em;
  }
}

/* line 237, ../sass/layouts/_responsive.scss */
.not-front #content-wrapper p a {
  font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
}
/* line 242, ../sass/layouts/_responsive.scss */
.not-front #content-wrapper h2, .not-front #content-wrapper .section-search .GSAResults h1, .section-search .GSAResults .not-front #content-wrapper h1, .not-front #content-wrapper h3 {
  color: #880000;
  font-weight: normal;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}
/* line 248, ../sass/layouts/_responsive.scss */
.not-front #content-wrapper h4 {
  color: #3d3e4a;
}
/* line 252, ../sass/layouts/_responsive.scss */
.not-front #content-wrapper h2, .not-front #content-wrapper .section-search .GSAResults h1, .section-search .GSAResults .not-front #content-wrapper h1 {
  font-size: 28px;
}
/* line 256, ../sass/layouts/_responsive.scss */
.not-front #content-wrapper h3, .not-front #content-wrapper h4 {
  font-size: 24px;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapper for website name and slogan. */
/* line 81, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 86, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.875em;
}

/* The link around the name of the website. */
/* line 93, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 99, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 106, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 111, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 116, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 124, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 128, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 138, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 144, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 158, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 162, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 173, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 185, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.875em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 200, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 209, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 219, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 222, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 227, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 232, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 237, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 242, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 253, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.875em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 263, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 267, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.875em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 280, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 289, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 295, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 305, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 309, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 333, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.875em;
}

/* line 339, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.9375em 3px;
}

/* line 346, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 355, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 360, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 388, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 392, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 400, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 407, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 410, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 413, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 428, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 433, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 440, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 450, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 460, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.875em;
}

/**
 * Menus.
 */
/* line 467, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 474, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 481, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 490, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 499, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 511, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 539, ../sass/components/_misc.scss */
.comments {
  margin: 1.875em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 544, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 550, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 553, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 560, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 570, ../sass/components/_misc.scss */
.form-item {
  margin: 1.875em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 574, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 581, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 587, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 594, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 601, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 607, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 612, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 618, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 623, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 629, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 641, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 647, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.875em;
}

/* line 651, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 656, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.875em 0;
}

/**
 * Drupal admin tables.
 */
/* line 664, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 669, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 672, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 676, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 682, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 697, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 702, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 708, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 719, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 730, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 739, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 746, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 758, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 761, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 764, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 773, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 782, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 785, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 791, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1410543342');
}

@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url("/sites/all/themes/rcc/fonts/1415F2_0.eot");
  src: url("/sites/all/themes/rcc/fonts/1415F2_0.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/rcc/fonts/1415F2_0.woff") format("woff"), url("/sites/all/themes/rcc/fonts/1415F2_0.ttf") format("truetype"), url("/sites/all/themes/rcc/fonts/1415F2_0.svg#wf") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("/sites/all/themes/rcc/fonts/1415F2_1.eot");
  src: url("/sites/all/themes/rcc/fonts/1415F2_1.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/rcc/fonts/1415F2_1.woff") format("woff"), url("/sites/all/themes/rcc/fonts/1415F2_1.ttf") format("truetype"), url("/sites/all/themes/rcc/fonts/1415F2_1.svg#wf") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("/sites/all/themes/rcc/fonts/1415F2_2.eot");
  src: url("/sites/all/themes/rcc/fonts/1415F2_2.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/rcc/fonts/1415F2_2.woff") format("woff"), url("/sites/all/themes/rcc/fonts/1415F2_2.ttf") format("truetype"), url("/sites/all/themes/rcc/fonts/1415F2_2.svg#wf") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("/sites/all/themes/rcc/fonts/1415F2_3.eot");
  src: url("/sites/all/themes/rcc/fonts/1415F2_3.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/rcc/fonts/1415F2_3.woff") format("woff"), url("/sites/all/themes/rcc/fonts/1415F2_3.ttf") format("truetype"), url("/sites/all/themes/rcc/fonts/1415F2_3.svg#wf") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("/sites/all/themes/rcc/fonts/1415F2_4.eot");
  src: url("/sites/all/themes/rcc/fonts/1415F2_4.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/rcc/fonts/1415F2_4.woff") format("woff"), url("/sites/all/themes/rcc/fonts/1415F2_4.ttf") format("truetype"), url("/sites/all/themes/rcc/fonts/1415F2_4.svg#wf") format("svg");
  font-style: normal;
  font-weight: normal;
}
/*
* Symbolset
* www.symbolset.com
* Copyright © 2013 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social-regular.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSocialRegular";
  src: url("/sites/all/themes/rcc/fonts/ss-social-regular.eot");
  src: url("/sites/all/themes/rcc/fonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/rcc/fonts/ss-social-regular.woff") format("woff"), url("/sites/all/themes/rcc/fonts/ss-social-regular.ttf") format("truetype"), url("/sites/all/themes/rcc/fonts/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
/* line 33, ../sass/_fonts.scss */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

/* line 35, ../sass/_fonts.scss */
.ss-icon, .ss-icon.ss-social-regular,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-social-regular:before, [class*=" ss-"].ss-social-regular:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-social-regular.right:after, [class*=" ss-"].ss-social-regular.right:after {
  font-family: "SSSocialRegular";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* line 55, ../sass/_fonts.scss */
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-facebook:before, .ss-facebook.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-twitter:before, .ss-twitter.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-linkedin:before, .ss-linkedin.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-googleplus:before, .ss-googleplus.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-appdotnet:before, .ss-appdotnet.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-zerply:before, .ss-zerply.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-reddit:before, .ss-reddit.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-steam:before, .ss-steam.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-tumblr:before, .ss-tumblr.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-wordpress:before, .ss-wordpress.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-blogger:before, .ss-blogger.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-posterous:before, .ss-posterous.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-quora:before, .ss-quora.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-youtube:before, .ss-youtube.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-vimeo:before, .ss-vimeo.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-vine:before, .ss-vine.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-letterboxd:before, .ss-letterboxd.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-flickr:before, .ss-flickr.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-instagram:before, .ss-instagram.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-500px:before, .ss-500px.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-etsy:before, .ss-etsy.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-pinterest:before, .ss-pinterest.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-svpply:before, .ss-svpply.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-readmill:before, .ss-readmill.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-dropbox:before, .ss-dropbox.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-pinboard:before, .ss-pinboard.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-delicious:before, .ss-delicious.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-dribbble:before, .ss-dribbble.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-behance:before, .ss-behance.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-github:before, .ss-github.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-octocat:before, .ss-octocat.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-paypal:before, .ss-paypal.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-foursquare:before, .ss-foursquare.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-yelp:before, .ss-yelp.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-skype:before, .ss-skype.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-rdio:before, .ss-rdio.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-spotify:before, .ss-spotify.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-lastfm:before, .ss-lastfm.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-soundcloud:before, .ss-soundcloud.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

/* line 58, ../sass/_fonts.scss */
.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

/* line 58, ../sass/_fonts.scss */
.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

/* line 58, ../sass/_fonts.scss */
.ss-like:before, .ss-like.right:after {
  content: '👍';
}

/* line 58, ../sass/_fonts.scss */
.ss-rss:before, .ss-rss.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-share:before, .ss-share.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-apple:before, .ss-apple.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-microsoft:before, .ss-microsoft.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-windows:before, .ss-windows.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-android:before, .ss-android.right:after {
  content: '';
}

/* line 58, ../sass/_fonts.scss */
.ss-blackberry:before, .ss-blackberry.right:after {
  content: '';
}

/* Legacy */
/* line 61, ../sass/_fonts.scss */
.ss-fivehundredpx:before, .ss-fivehundredpx.right:after {
  content: '';
}

@font-face {
  font-family: "SSStandard";
  src: url("/sites/all/themes/rcc/fonts/ss-standard.eot");
  src: url("/sites/all/themes/rcc/fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/rcc/fonts/ss-standard.woff") format("woff"), url("/sites/all/themes/rcc/fonts/ss-standard.ttf") format("truetype"), url("/sites/all/themes/rcc/fonts/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
/* line 76, ../sass/_fonts.scss */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

/* line 78, ../sass/_fonts.scss */
.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* line 98, ../sass/_fonts.scss */
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-cursor:before, .ss-cursor.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖';
}

/* line 101, ../sass/_fonts.scss */
.ss-search:before, .ss-search.right:after {
  content: '🔎';
}

/* line 101, ../sass/_fonts.scss */
.ss-zoomin:before, .ss-zoomin.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-zoomout:before, .ss-zoomout.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-view:before, .ss-view.right:after {
  content: '👀';
}

/* line 101, ../sass/_fonts.scss */
.ss-attach:before, .ss-attach.right:after {
  content: '📎';
}

/* line 101, ../sass/_fonts.scss */
.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

/* line 101, ../sass/_fonts.scss */
.ss-move:before, .ss-move.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-write:before, .ss-write.right:after {
  content: '✎';
}

/* line 101, ../sass/_fonts.scss */
.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-erase:before, .ss-erase.right:after {
  content: '✐';
}

/* line 101, ../sass/_fonts.scss */
.ss-compose:before, .ss-compose.right:after {
  content: '📝';
}

/* line 101, ../sass/_fonts.scss */
.ss-lock:before, .ss-lock.right:after {
  content: '🔒';
}

/* line 101, ../sass/_fonts.scss */
.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓';
}

/* line 101, ../sass/_fonts.scss */
.ss-key:before, .ss-key.right:after {
  content: '🔑';
}

/* line 101, ../sass/_fonts.scss */
.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫';
}

/* line 101, ../sass/_fonts.scss */
.ss-ban:before, .ss-ban.right:after {
  content: '🚫';
}

/* line 101, ../sass/_fonts.scss */
.ss-trash:before, .ss-trash.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-target:before, .ss-target.right:after {
  content: '◎';
}

/* line 101, ../sass/_fonts.scss */
.ss-tag:before, .ss-tag.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖';
}

/* line 101, ../sass/_fonts.scss */
.ss-flag:before, .ss-flag.right:after {
  content: '⚑';
}

/* line 101, ../sass/_fonts.scss */
.ss-like:before, .ss-like.right:after {
  content: '👍';
}

/* line 101, ../sass/_fonts.scss */
.ss-dislike:before, .ss-dislike.right:after {
  content: '👎';
}

/* line 101, ../sass/_fonts.scss */
.ss-heart:before, .ss-heart.right:after {
  content: '♥';
}

/* line 101, ../sass/_fonts.scss */
.ss-halfheart:before, .ss-halfheart.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-star:before, .ss-star.right:after {
  content: '⋆';
}

/* line 101, ../sass/_fonts.scss */
.ss-halfstar:before, .ss-halfstar.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-sample:before, .ss-sample.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-crop:before, .ss-crop.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-layers:before, .ss-layers.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-fill:before, .ss-fill.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-stroke:before, .ss-stroke.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

/* line 101, ../sass/_fonts.scss */
.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-rss:before, .ss-rss.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-facetime:before, .ss-facetime.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-reply:before, .ss-reply.right:after {
  content: '↩';
}

/* line 101, ../sass/_fonts.scss */
.ss-send:before, .ss-send.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

/* line 101, ../sass/_fonts.scss */
.ss-inbox:before, .ss-inbox.right:after {
  content: '📥';
}

/* line 101, ../sass/_fonts.scss */
.ss-chat:before, .ss-chat.right:after {
  content: '💬';
}

/* line 101, ../sass/_fonts.scss */
.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-ellipsis:before, .ss-ellipsis.right:after {
  content: '…';
}

/* line 101, ../sass/_fonts.scss */
.ss-user:before, .ss-user.right:after {
  content: '👤';
}

/* line 101, ../sass/_fonts.scss */
.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧';
}

/* line 101, ../sass/_fonts.scss */
.ss-users:before, .ss-users.right:after {
  content: '👥';
}

/* line 101, ../sass/_fonts.scss */
.ss-cart:before, .ss-cart.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳';
}

/* line 101, ../sass/_fonts.scss */
.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '💲';
}

/* line 101, ../sass/_fonts.scss */
.ss-barchart:before, .ss-barchart.right:after {
  content: '📊';
}

/* line 101, ../sass/_fonts.scss */
.ss-piechart:before, .ss-piechart.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-box:before, .ss-box.right:after {
  content: '📦';
}

/* line 101, ../sass/_fonts.scss */
.ss-home:before, .ss-home.right:after {
  content: '⌂';
}

/* line 101, ../sass/_fonts.scss */
.ss-buildings:before, .ss-buildings.right:after {
  content: '🏢';
}

/* line 101, ../sass/_fonts.scss */
.ss-warehouse:before, .ss-warehouse.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-globe:before, .ss-globe.right:after {
  content: '🌎';
}

/* line 101, ../sass/_fonts.scss */
.ss-navigate:before, .ss-navigate.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-compass:before, .ss-compass.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-signpost:before, .ss-signpost.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-map:before, .ss-map.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-location:before, .ss-location.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-pin:before, .ss-pin.right:after {
  content: '📍';
}

/* line 101, ../sass/_fonts.scss */
.ss-database:before, .ss-database.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-hdd:before, .ss-hdd.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-music:before, .ss-music.right:after {
  content: '♫';
}

/* line 101, ../sass/_fonts.scss */
.ss-mic:before, .ss-mic.right:after {
  content: '🎤';
}

/* line 101, ../sass/_fonts.scss */
.ss-volume:before, .ss-volume.right:after {
  content: '🔈';
}

/* line 101, ../sass/_fonts.scss */
.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉';
}

/* line 101, ../sass/_fonts.scss */
.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊';
}

/* line 101, ../sass/_fonts.scss */
.ss-airplay:before, .ss-airplay.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-camera:before, .ss-camera.right:after {
  content: '📷';
}

/* line 101, ../sass/_fonts.scss */
.ss-picture:before, .ss-picture.right:after {
  content: '🌄';
}

/* line 101, ../sass/_fonts.scss */
.ss-video:before, .ss-video.right:after {
  content: '📹';
}

/* line 101, ../sass/_fonts.scss */
.ss-play:before, .ss-play.right:after {
  content: '▶';
}

/* line 101, ../sass/_fonts.scss */
.ss-pause:before, .ss-pause.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-stop:before, .ss-stop.right:after {
  content: '■';
}

/* line 101, ../sass/_fonts.scss */
.ss-record:before, .ss-record.right:after {
  content: '●';
}

/* line 101, ../sass/_fonts.scss */
.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪';
}

/* line 101, ../sass/_fonts.scss */
.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩';
}

/* line 101, ../sass/_fonts.scss */
.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮';
}

/* line 101, ../sass/_fonts.scss */
.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭';
}

/* line 101, ../sass/_fonts.scss */
.ss-eject:before, .ss-eject.right:after {
  content: '⏏';
}

/* line 101, ../sass/_fonts.scss */
.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁';
}

/* line 101, ../sass/_fonts.scss */
.ss-replay:before, .ss-replay.right:after {
  content: '↺';
}

/* line 101, ../sass/_fonts.scss */
.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀';
}

/* line 101, ../sass/_fonts.scss */
.ss-book:before, .ss-book.right:after {
  content: '📕';
}

/* line 101, ../sass/_fonts.scss */
.ss-openbook:before, .ss-openbook.right:after {
  content: '📖';
}

/* line 101, ../sass/_fonts.scss */
.ss-notebook:before, .ss-notebook.right:after {
  content: '📓';
}

/* line 101, ../sass/_fonts.scss */
.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰';
}

/* line 101, ../sass/_fonts.scss */
.ss-grid:before, .ss-grid.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-rows:before, .ss-rows.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-columns:before, .ss-columns.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-filter:before, .ss-filter.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-desktop:before, .ss-desktop.right:after {
  content: '💻';
}

/* line 101, ../sass/_fonts.scss */
.ss-laptop:before, .ss-laptop.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-tablet:before, .ss-tablet.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-cell:before, .ss-cell.right:after {
  content: '📱';
}

/* line 101, ../sass/_fonts.scss */
.ss-battery:before, .ss-battery.right:after {
  content: '🔋';
}

/* line 101, ../sass/_fonts.scss */
.ss-highbattery:before, .ss-highbattery.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡';
}

/* line 101, ../sass/_fonts.scss */
.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-download:before, .ss-download.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-upload:before, .ss-upload.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-fork:before, .ss-fork.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-merge:before, .ss-merge.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-transfer:before, .ss-transfer.right:after {
  content: '⇆';
}

/* line 101, ../sass/_fonts.scss */
.ss-refresh:before, .ss-refresh.right:after {
  content: '↻';
}

/* line 101, ../sass/_fonts.scss */
.ss-sync:before, .ss-sync.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-loading:before, .ss-loading.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-wifi:before, .ss-wifi.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-connection:before, .ss-connection.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-file:before, .ss-file.right:after {
  content: '📄';
}

/* line 101, ../sass/_fonts.scss */
.ss-folder:before, .ss-folder.right:after {
  content: '📁';
}

/* line 101, ../sass/_fonts.scss */
.ss-quote:before, .ss-quote.right:after {
  content: '“';
}

/* line 101, ../sass/_fonts.scss */
.ss-text:before, .ss-text.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-font:before, .ss-font.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-print:before, .ss-print.right:after {
  content: '⎙';
}

/* line 101, ../sass/_fonts.scss */
.ss-fax:before, .ss-fax.right:after {
  content: '📠';
}

/* line 101, ../sass/_fonts.scss */
.ss-list:before, .ss-list.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-layout:before, .ss-layout.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-action:before, .ss-action.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-redirect:before, .ss-redirect.right:after {
  content: '↪';
}

/* line 101, ../sass/_fonts.scss */
.ss-expand:before, .ss-expand.right:after {
  content: '⤢';
}

/* line 101, ../sass/_fonts.scss */
.ss-contract:before, .ss-contract.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-help:before, .ss-help.right:after {
  content: '❓';
}

/* line 101, ../sass/_fonts.scss */
.ss-info:before, .ss-info.right:after {
  content: 'ℹ';
}

/* line 101, ../sass/_fonts.scss */
.ss-alert:before, .ss-alert.right:after {
  content: '⚠';
}

/* line 101, ../sass/_fonts.scss */
.ss-caution:before, .ss-caution.right:after {
  content: '⛔';
}

/* line 101, ../sass/_fonts.scss */
.ss-logout:before, .ss-logout.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-plus:before, .ss-plus.right:after {
  content: '+';
}

/* line 101, ../sass/_fonts.scss */
.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-';
}

/* line 101, ../sass/_fonts.scss */
.ss-check:before, .ss-check.right:after {
  content: '✓';
}

/* line 101, ../sass/_fonts.scss */
.ss-delete:before, .ss-delete.right:after {
  content: '␡';
}

/* line 101, ../sass/_fonts.scss */
.ss-settings:before, .ss-settings.right:after {
  content: '⚙';
}

/* line 101, ../sass/_fonts.scss */
.ss-dashboard:before, .ss-dashboard.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔';
}

/* line 101, ../sass/_fonts.scss */
.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕';
}

/* line 101, ../sass/_fonts.scss */
.ss-clock:before, .ss-clock.right:after {
  content: '⏲';
}

/* line 101, ../sass/_fonts.scss */
.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱';
}

/* line 101, ../sass/_fonts.scss */
.ss-calendar:before, .ss-calendar.right:after {
  content: '📅';
}

/* line 101, ../sass/_fonts.scss */
.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼';
}

/* line 101, ../sass/_fonts.scss */
.ss-cloud:before, .ss-cloud.right:after {
  content: '☁';
}

/* line 101, ../sass/_fonts.scss */
.ss-droplet:before, .ss-droplet.right:after {
  content: '💧';
}

/* line 101, ../sass/_fonts.scss */
.ss-flask:before, .ss-flask.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-up:before, .ss-up.right:after {
  content: '⬆';
}

/* line 101, ../sass/_fonts.scss */
.ss-upright:before, .ss-upright.right:after {
  content: '⬈';
}

/* line 101, ../sass/_fonts.scss */
.ss-right:before, .ss-right.right:after {
  content: '➡';
}

/* line 101, ../sass/_fonts.scss */
.ss-downright:before, .ss-downright.right:after {
  content: '⬊';
}

/* line 101, ../sass/_fonts.scss */
.ss-down:before, .ss-down.right:after {
  content: '⬇';
}

/* line 101, ../sass/_fonts.scss */
.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋';
}

/* line 101, ../sass/_fonts.scss */
.ss-left:before, .ss-left.right:after {
  content: '⬅';
}

/* line 101, ../sass/_fonts.scss */
.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉';
}

/* line 101, ../sass/_fonts.scss */
.ss-navigateup:before, .ss-navigateup.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻';
}

/* line 101, ../sass/_fonts.scss */
.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '';
}

/* line 101, ../sass/_fonts.scss */
.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅';
}

/* line 101, ../sass/_fonts.scss */
.ss-directup:before, .ss-directup.right:after {
  content: '▴';
}

/* line 101, ../sass/_fonts.scss */
.ss-directright:before, .ss-directright.right:after {
  content: '▹';
}

/* line 101, ../sass/_fonts.scss */
.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾';
}

/* line 101, ../sass/_fonts.scss */
.ss-directleft:before, .ss-directleft.right:after {
  content: '◃';
}

/* line 101, ../sass/_fonts.scss */
.ss-retweet:before, .ss-retweet.right:after {
  content: '';
}

/* Legacy classes */
/* line 104, ../sass/_fonts.scss */
.ss-volumelow:before, .ss-volumelow.right:after {
  content: '🔉';
}

/* line 104, ../sass/_fonts.scss */
.ss-volumehigh:before, .ss-volumehigh.right:after {
  content: '🔊';
}

/* line 104, ../sass/_fonts.scss */
.ss-batteryhigh:before, .ss-batteryhigh.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-batterymedium:before, .ss-batterymedium.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-batterylow:before, .ss-batterylow.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-batteryempty:before, .ss-batteryempty.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-clouddownload:before, .ss-clouddownload.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-cloudupload:before, .ss-cloudupload.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-calendaradd:before, .ss-calendaradd.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-calendarremove:before, .ss-calendarremove.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-calendarcheck:before, .ss-calendarcheck.right:after {
  content: '';
}

/* line 104, ../sass/_fonts.scss */
.ss-calendardelete:before, .ss-calendardelete.right:after {
  content: '';
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2014 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-symbolicons-block.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSymbolicons";
  src: url("/sites/all/themes/rcc/fonts/ss-symbolicons-block.eot");
  src: url("/sites/all/themes/rcc/fonts/ss-symbolicons-block.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/rcc/fonts/ss-symbolicons-block.woff") format("woff"), url("/sites/all/themes/rcc/fonts/ss-symbolicons-block.ttf") format("truetype"), url("/sites/all/themes/rcc/fonts/ss-symbolicons-block.svg#SSSymboliconsBlock") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
/* line 130, ../sass/_fonts.scss */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

/* line 132, ../sass/_fonts.scss */
.ss-icon, .ss-icon.ss-symbolicons-block,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-symbolicons-block:before, [class*=" ss-"].ss-symbolicons-block:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-symbolicons-block.right:after, [class*=" ss-"].ss-symbolicons-block.right:after {
  font-family: "SSSymbolicons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 153, ../sass/_fonts.scss */
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖';
}

/* line 156, ../sass/_fonts.scss */
.ss-search:before, .ss-search.right:after {
  content: '🔍';
}

/* line 156, ../sass/_fonts.scss */
.ss-zoomin:before, .ss-zoomin.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-zoomout:before, .ss-zoomout.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-binoculars:before, .ss-binoculars.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-incognito:before, .ss-incognito.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-radar:before, .ss-radar.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-raisedhand:before, .ss-raisedhand.right:after {
  content: '✋';
}

/* line 156, ../sass/_fonts.scss */
.ss-attach:before, .ss-attach.right:after {
  content: '📎';
}

/* line 156, ../sass/_fonts.scss */
.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

/* line 156, ../sass/_fonts.scss */
.ss-write:before, .ss-write.right:after {
  content: '✎';
}

/* line 156, ../sass/_fonts.scss */
.ss-compose:before, .ss-compose.right:after {
  content: '📝';
}

/* line 156, ../sass/_fonts.scss */
.ss-lock:before, .ss-lock.right:after {
  content: '🔒';
}

/* line 156, ../sass/_fonts.scss */
.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓';
}

/* line 156, ../sass/_fonts.scss */
.ss-key:before, .ss-key.right:after {
  content: '🔑';
}

/* line 156, ../sass/_fonts.scss */
.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫';
}

/* line 156, ../sass/_fonts.scss */
.ss-ban:before, .ss-ban.right:after {
  content: '🚫';
}

/* line 156, ../sass/_fonts.scss */
.ss-nosmoking:before, .ss-nosmoking.right:after {
  content: '🚭';
}

/* line 156, ../sass/_fonts.scss */
.ss-trash:before, .ss-trash.right:after {
  content: '🗑';
}

/* line 156, ../sass/_fonts.scss */
.ss-target:before, .ss-target.right:after {
  content: '◎';
}

/* line 156, ../sass/_fonts.scss */
.ss-stopsign:before, .ss-stopsign.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-radioactive:before, .ss-radioactive.right:after {
  content: '☢';
}

/* line 156, ../sass/_fonts.scss */
.ss-skull:before, .ss-skull.right:after {
  content: '💀';
}

/* line 156, ../sass/_fonts.scss */
.ss-skullandcrossbones:before, .ss-skullandcrossbones.right:after {
  content: '☠';
}

/* line 156, ../sass/_fonts.scss */
.ss-lightning:before, .ss-lightning.right:after {
  content: '☇';
}

/* line 156, ../sass/_fonts.scss */
.ss-tag:before, .ss-tag.right:after {
  content: '🏷';
}

/* line 156, ../sass/_fonts.scss */
.ss-newtag:before, .ss-newtag.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-flag:before, .ss-flag.right:after {
  content: '⚑';
}

/* line 156, ../sass/_fonts.scss */
.ss-like:before, .ss-like.right:after {
  content: '👍';
}

/* line 156, ../sass/_fonts.scss */
.ss-dislike:before, .ss-dislike.right:after {
  content: '👎';
}

/* line 156, ../sass/_fonts.scss */
.ss-heart:before, .ss-heart.right:after {
  content: '♥';
}

/* line 156, ../sass/_fonts.scss */
.ss-addheart:before, .ss-addheart.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-deleteheart:before, .ss-deleteheart.right:after {
  content: '💔';
}

/* line 156, ../sass/_fonts.scss */
.ss-star:before, .ss-star.right:after {
  content: '⋆';
}

/* line 156, ../sass/_fonts.scss */
.ss-trophy:before, .ss-trophy.right:after {
  content: '🏆';
}

/* line 156, ../sass/_fonts.scss */
.ss-award:before, .ss-award.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-ribbon:before, .ss-ribbon.right:after {
  content: '🎀';
}

/* line 156, ../sass/_fonts.scss */
.ss-medal:before, .ss-medal.right:after {
  content: '🎖';
}

/* line 156, ../sass/_fonts.scss */
.ss-badge:before, .ss-badge.right:after {
  content: '📛';
}

/* line 156, ../sass/_fonts.scss */
.ss-crown:before, .ss-crown.right:after {
  content: '👑';
}

/* line 156, ../sass/_fonts.scss */
.ss-bullseye:before, .ss-bullseye.right:after {
  content: '🎯';
}

/* line 156, ../sass/_fonts.scss */
.ss-sample:before, .ss-sample.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-crop:before, .ss-crop.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-layers:before, .ss-layers.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-magicwand:before, .ss-magicwand.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-cut:before, .ss-cut.right:after {
  content: '✂';
}

/* line 156, ../sass/_fonts.scss */
.ss-cutpaste:before, .ss-cutpaste.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-clipboard:before, .ss-clipboard.right:after {
  content: '📋';
}

/* line 156, ../sass/_fonts.scss */
.ss-rules:before, .ss-rules.right:after {
  content: '📏';
}

/* line 156, ../sass/_fonts.scss */
.ss-rulerpencil:before, .ss-rulerpencil.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-gridlines:before, .ss-gridlines.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pen:before, .ss-pen.right:after {
  content: '✒';
}

/* line 156, ../sass/_fonts.scss */
.ss-pencilbrush:before, .ss-pencilbrush.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pencilbrushpen:before, .ss-pencilbrushpen.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-brush:before, .ss-brush.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-paintroller:before, .ss-paintroller.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-fill:before, .ss-fill.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-stroke:before, .ss-stroke.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-ink:before, .ss-ink.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-crayons:before, .ss-crayons.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-palette:before, .ss-palette.right:after {
  content: '🎨';
}

/* line 156, ../sass/_fonts.scss */
.ss-fliphorizontally:before, .ss-fliphorizontally.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-flipvertically:before, .ss-flipvertically.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-effects:before, .ss-effects.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-bezier:before, .ss-bezier.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pixels:before, .ss-pixels.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

/* line 156, ../sass/_fonts.scss */
.ss-rotaryphone:before, .ss-rotaryphone.right:after {
  content: '☎';
}

/* line 156, ../sass/_fonts.scss */
.ss-touchtonephone:before, .ss-touchtonephone.right:after {
  content: '☏';
}

/* line 156, ../sass/_fonts.scss */
.ss-phonebook:before, .ss-phonebook.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-voicemail:before, .ss-voicemail.right:after {
  content: '⌕';
}

/* line 156, ../sass/_fonts.scss */
.ss-headset:before, .ss-headset.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-megaphone:before, .ss-megaphone.right:after {
  content: '📢';
}

/* line 156, ../sass/_fonts.scss */
.ss-rss:before, .ss-rss.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-satellitedish:before, .ss-satellitedish.right:after {
  content: '📡';
}

/* line 156, ../sass/_fonts.scss */
.ss-podcast:before, .ss-podcast.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-mailbox:before, .ss-mailbox.right:after {
  content: '📫';
}

/* line 156, ../sass/_fonts.scss */
.ss-send:before, .ss-send.right:after {
  content: '🖅';
}

/* line 156, ../sass/_fonts.scss */
.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

/* line 156, ../sass/_fonts.scss */
.ss-incomingmail:before, .ss-incomingmail.right:after {
  content: '📩';
}

/* line 156, ../sass/_fonts.scss */
.ss-inbox:before, .ss-inbox.right:after {
  content: '📥';
}

/* line 156, ../sass/_fonts.scss */
.ss-inboxes:before, .ss-inboxes.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-outbox:before, .ss-outbox.right:after {
  content: '📤';
}

/* line 156, ../sass/_fonts.scss */
.ss-stamp:before, .ss-stamp.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-chat:before, .ss-chat.right:after {
  content: '💬';
}

/* line 156, ../sass/_fonts.scss */
.ss-chats:before, .ss-chats.right:after {
  content: '🗪';
}

/* line 156, ../sass/_fonts.scss */
.ss-textchat:before, .ss-textchat.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-exclamationchat:before, .ss-exclamationchat.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-questionchat:before, .ss-questionchat.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-sleep:before, .ss-sleep.right:after {
  content: '💤';
}

/* line 156, ../sass/_fonts.scss */
.ss-ampersand:before, .ss-ampersand.right:after {
  content: '&';
}

/* line 156, ../sass/_fonts.scss */
.ss-smile:before, .ss-smile.right:after {
  content: '☻';
}

/* line 156, ../sass/_fonts.scss */
.ss-frown:before, .ss-frown.right:after {
  content: '☹';
}

/* line 156, ../sass/_fonts.scss */
.ss-toothsmile:before, .ss-toothsmile.right:after {
  content: '😃';
}

/* line 156, ../sass/_fonts.scss */
.ss-toothlesssmile:before, .ss-toothlesssmile.right:after {
  content: '😀';
}

/* line 156, ../sass/_fonts.scss */
.ss-user:before, .ss-user.right:after {
  content: '👤';
}

/* line 156, ../sass/_fonts.scss */
.ss-users:before, .ss-users.right:after {
  content: '👥';
}

/* line 156, ../sass/_fonts.scss */
.ss-usergroup:before, .ss-usergroup.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-adduser:before, .ss-adduser.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-removeuser:before, .ss-removeuser.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-deleteuser:before, .ss-deleteuser.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-heartuser:before, .ss-heartuser.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-males:before, .ss-males.right:after {
  content: '👬';
}

/* line 156, ../sass/_fonts.scss */
.ss-females:before, .ss-females.right:after {
  content: '👭';
}

/* line 156, ../sass/_fonts.scss */
.ss-malefemale:before, .ss-malefemale.right:after {
  content: '👫';
}

/* line 156, ../sass/_fonts.scss */
.ss-userportrait:before, .ss-userportrait.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-userframe:before, .ss-userframe.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-usersframe:before, .ss-usersframe.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-baby:before, .ss-baby.right:after {
  content: '👶';
}

/* line 156, ../sass/_fonts.scss */
.ss-swaddledbaby:before, .ss-swaddledbaby.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-robot:before, .ss-robot.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-happyrobot:before, .ss-happyrobot.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-alien:before, .ss-alien.right:after {
  content: '👽';
}

/* line 156, ../sass/_fonts.scss */
.ss-ghost:before, .ss-ghost.right:after {
  content: '👻';
}

/* line 156, ../sass/_fonts.scss */
.ss-userprofile:before, .ss-userprofile.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-contacts:before, .ss-contacts.right:after {
  content: '📇';
}

/* line 156, ../sass/_fonts.scss */
.ss-addressbook:before, .ss-addressbook.right:after {
  content: '📑';
}

/* line 156, ../sass/_fonts.scss */
.ss-footsteps:before, .ss-footsteps.right:after {
  content: '👣';
}

/* line 156, ../sass/_fonts.scss */
.ss-cart:before, .ss-cart.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-shoppingbag:before, .ss-shoppingbag.right:after {
  content: '🛍';
}

/* line 156, ../sass/_fonts.scss */
.ss-gift:before, .ss-gift.right:after {
  content: '🎁';
}

/* line 156, ../sass/_fonts.scss */
.ss-store:before, .ss-store.right:after {
  content: '🏪';
}

/* line 156, ../sass/_fonts.scss */
.ss-cashregister:before, .ss-cashregister.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-safe:before, .ss-safe.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-bill:before, .ss-bill.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳';
}

/* line 156, ../sass/_fonts.scss */
.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '$';
}

/* line 156, ../sass/_fonts.scss */
.ss-eurosign:before, .ss-eurosign.right:after {
  content: '€';
}

/* line 156, ../sass/_fonts.scss */
.ss-poundsign:before, .ss-poundsign.right:after {
  content: '£';
}

/* line 156, ../sass/_fonts.scss */
.ss-yensign:before, .ss-yensign.right:after {
  content: '¥';
}

/* line 156, ../sass/_fonts.scss */
.ss-banknote:before, .ss-banknote.right:after {
  content: '💵';
}

/* line 156, ../sass/_fonts.scss */
.ss-eurobanknote:before, .ss-eurobanknote.right:after {
  content: '💶';
}

/* line 156, ../sass/_fonts.scss */
.ss-poundbanknote:before, .ss-poundbanknote.right:after {
  content: '💷';
}

/* line 156, ../sass/_fonts.scss */
.ss-yenbanknote:before, .ss-yenbanknote.right:after {
  content: '💴';
}

/* line 156, ../sass/_fonts.scss */
.ss-coins:before, .ss-coins.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-moneybag:before, .ss-moneybag.right:after {
  content: '💰';
}

/* line 156, ../sass/_fonts.scss */
.ss-calculator:before, .ss-calculator.right:after {
  content: '🖩';
}

/* line 156, ../sass/_fonts.scss */
.ss-bank:before, .ss-bank.right:after {
  content: '🏦';
}

/* line 156, ../sass/_fonts.scss */
.ss-scales:before, .ss-scales.right:after {
  content: '⚖';
}

/* line 156, ../sass/_fonts.scss */
.ss-gavel:before, .ss-gavel.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-meeting:before, .ss-meeting.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-barchart:before, .ss-barchart.right:after {
  content: '📊';
}

/* line 156, ../sass/_fonts.scss */
.ss-piechart:before, .ss-piechart.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-activity:before, .ss-activity.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-flowchart:before, .ss-flowchart.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-box:before, .ss-box.right:after {
  content: '📦';
}

/* line 156, ../sass/_fonts.scss */
.ss-crate:before, .ss-crate.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-hook:before, .ss-hook.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-weight:before, .ss-weight.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-home:before, .ss-home.right:after {
  content: '⌂';
}

/* line 156, ../sass/_fonts.scss */
.ss-fence:before, .ss-fence.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-buildings:before, .ss-buildings.right:after {
  content: '🏢';
}

/* line 156, ../sass/_fonts.scss */
.ss-bridge:before, .ss-bridge.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-barn:before, .ss-barn.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-lodging:before, .ss-lodging.right:after {
  content: '🏨';
}

/* line 156, ../sass/_fonts.scss */
.ss-warehouse:before, .ss-warehouse.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-school:before, .ss-school.right:after {
  content: '🏫';
}

/* line 156, ../sass/_fonts.scss */
.ss-castle:before, .ss-castle.right:after {
  content: '🏰';
}

/* line 156, ../sass/_fonts.scss */
.ss-earth:before, .ss-earth.right:after {
  content: '🌎';
}

/* line 156, ../sass/_fonts.scss */
.ss-globe:before, .ss-globe.right:after {
  content: '🌐';
}

/* line 156, ../sass/_fonts.scss */
.ss-compass:before, .ss-compass.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-signpost:before, .ss-signpost.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-map:before, .ss-map.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-location:before, .ss-location.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pushpin:before, .ss-pushpin.right:after {
  content: '📌';
}

/* line 156, ../sass/_fonts.scss */
.ss-code:before, .ss-code.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-floppydisk:before, .ss-floppydisk.right:after {
  content: '💾';
}

/* line 156, ../sass/_fonts.scss */
.ss-script:before, .ss-script.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-playscript:before, .ss-playscript.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-stopscript:before, .ss-stopscript.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-recordscript:before, .ss-recordscript.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-bug:before, .ss-bug.right:after {
  content: '🐛';
}

/* line 156, ../sass/_fonts.scss */
.ss-puzzle:before, .ss-puzzle.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-window:before, .ss-window.right:after {
  content: '🗔';
}

/* line 156, ../sass/_fonts.scss */
.ss-database:before, .ss-database.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-adddatabase:before, .ss-adddatabase.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-deletedatabase:before, .ss-deletedatabase.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-hdd:before, .ss-hdd.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-networkhdd:before, .ss-networkhdd.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-downloadhdd:before, .ss-downloadhdd.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-airplay:before, .ss-airplay.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-music:before, .ss-music.right:after {
  content: '♫';
}

/* line 156, ../sass/_fonts.scss */
.ss-guitar:before, .ss-guitar.right:after {
  content: '🎸';
}

/* line 156, ../sass/_fonts.scss */
.ss-mic:before, .ss-mic.right:after {
  content: '🎤';
}

/* line 156, ../sass/_fonts.scss */
.ss-headphones:before, .ss-headphones.right:after {
  content: '🎧';
}

/* line 156, ../sass/_fonts.scss */
.ss-volume:before, .ss-volume.right:after {
  content: '🔈';
}

/* line 156, ../sass/_fonts.scss */
.ss-radio:before, .ss-radio.right:after {
  content: '📻';
}

/* line 156, ../sass/_fonts.scss */
.ss-phonograph:before, .ss-phonograph.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-disc:before, .ss-disc.right:after {
  content: '💿';
}

/* line 156, ../sass/_fonts.scss */
.ss-discs:before, .ss-discs.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-playlist:before, .ss-playlist.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-musichome:before, .ss-musichome.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-itunes:before, .ss-itunes.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-camera:before, .ss-camera.right:after {
  content: '📷';
}

/* line 156, ../sass/_fonts.scss */
.ss-picture:before, .ss-picture.right:after {
  content: '🌄';
}

/* line 156, ../sass/_fonts.scss */
.ss-pictures:before, .ss-pictures.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-searchpicture:before, .ss-searchpicture.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-video:before, .ss-video.right:after {
  content: '📹';
}

/* line 156, ../sass/_fonts.scss */
.ss-clapboard:before, .ss-clapboard.right:after {
  content: '🎬';
}

/* line 156, ../sass/_fonts.scss */
.ss-film:before, .ss-film.right:after {
  content: '🎞';
}

/* line 156, ../sass/_fonts.scss */
.ss-filmroll:before, .ss-filmroll.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-playfilm:before, .ss-playfilm.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-tv:before, .ss-tv.right:after {
  content: '📺';
}

/* line 156, ../sass/_fonts.scss */
.ss-flatscreen:before, .ss-flatscreen.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-projector:before, .ss-projector.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-videogame:before, .ss-videogame.right:after {
  content: '🎮';
}

/* line 156, ../sass/_fonts.scss */
.ss-joystick:before, .ss-joystick.right:after {
  content: '🕹';
}

/* line 156, ../sass/_fonts.scss */
.ss-cartridge:before, .ss-cartridge.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-play:before, .ss-play.right:after {
  content: '▶';
}

/* line 156, ../sass/_fonts.scss */
.ss-pause:before, .ss-pause.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-stop:before, .ss-stop.right:after {
  content: '■';
}

/* line 156, ../sass/_fonts.scss */
.ss-record:before, .ss-record.right:after {
  content: '●';
}

/* line 156, ../sass/_fonts.scss */
.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪';
}

/* line 156, ../sass/_fonts.scss */
.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩';
}

/* line 156, ../sass/_fonts.scss */
.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮';
}

/* line 156, ../sass/_fonts.scss */
.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭';
}

/* line 156, ../sass/_fonts.scss */
.ss-eject:before, .ss-eject.right:after {
  content: '⏏';
}

/* line 156, ../sass/_fonts.scss */
.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀';
}

/* line 156, ../sass/_fonts.scss */
.ss-filecabinet:before, .ss-filecabinet.right:after {
  content: '🗄';
}

/* line 156, ../sass/_fonts.scss */
.ss-storagebox:before, .ss-storagebox.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-books:before, .ss-books.right:after {
  content: '📚';
}

/* line 156, ../sass/_fonts.scss */
.ss-bookspencil:before, .ss-bookspencil.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-openbook:before, .ss-openbook.right:after {
  content: '📖';
}

/* line 156, ../sass/_fonts.scss */
.ss-bookinsert:before, .ss-bookinsert.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-notebook:before, .ss-notebook.right:after {
  content: '📓';
}

/* line 156, ../sass/_fonts.scss */
.ss-ledger:before, .ss-ledger.right:after {
  content: '📒';
}

/* line 156, ../sass/_fonts.scss */
.ss-album:before, .ss-album.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰';
}

/* line 156, ../sass/_fonts.scss */
.ss-spiralbound:before, .ss-spiralbound.right:after {
  content: '🗒';
}

/* line 156, ../sass/_fonts.scss */
.ss-notepad:before, .ss-notepad.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-notice:before, .ss-notice.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-grid:before, .ss-grid.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-menu:before, .ss-menu.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-filter:before, .ss-filter.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-desktop:before, .ss-desktop.right:after {
  content: '💻';
}

/* line 156, ../sass/_fonts.scss */
.ss-laptop:before, .ss-laptop.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-tablet:before, .ss-tablet.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-cell:before, .ss-cell.right:after {
  content: '📱';
}

/* line 156, ../sass/_fonts.scss */
.ss-cellbars:before, .ss-cellbars.right:after {
  content: '📶';
}

/* line 156, ../sass/_fonts.scss */
.ss-battery:before, .ss-battery.right:after {
  content: '🔋';
}

/* line 156, ../sass/_fonts.scss */
.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-chargingbattery:before, .ss-chargingbattery.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-screwdrivermobile:before, .ss-screwdrivermobile.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-brushmobile:before, .ss-brushmobile.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pencilmobile:before, .ss-pencilmobile.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-door:before, .ss-door.right:after {
  content: '🚪';
}

/* line 156, ../sass/_fonts.scss */
.ss-washer:before, .ss-washer.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-dryer:before, .ss-dryer.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-birdhouse:before, .ss-birdhouse.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-toilet:before, .ss-toilet.right:after {
  content: '🚽';
}

/* line 156, ../sass/_fonts.scss */
.ss-toiletpaper:before, .ss-toiletpaper.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-spraybottle:before, .ss-spraybottle.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡';
}

/* line 156, ../sass/_fonts.scss */
.ss-cfl:before, .ss-cfl.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-flashlight:before, .ss-flashlight.right:after {
  content: '🔦';
}

/* line 156, ../sass/_fonts.scss */
.ss-candle:before, .ss-candle.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-flame:before, .ss-flame.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-campfire:before, .ss-campfire.right:after {
  content: '🔥';
}

/* line 156, ../sass/_fonts.scss */
.ss-fireplace:before, .ss-fireplace.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-lamp:before, .ss-lamp.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-chair:before, .ss-chair.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-seat:before, .ss-seat.right:after {
  content: '💺';
}

/* line 156, ../sass/_fonts.scss */
.ss-picnictable:before, .ss-picnictable.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-frame:before, .ss-frame.right:after {
  content: '🖼';
}

/* line 156, ../sass/_fonts.scss */
.ss-heartframe:before, .ss-heartframe.right:after {
  content: '💟';
}

/* line 156, ../sass/_fonts.scss */
.ss-starframe:before, .ss-starframe.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-treeframe:before, .ss-treeframe.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-flowerframe:before, .ss-flowerframe.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-questionframe:before, .ss-questionframe.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-utensilsframe:before, .ss-utensilsframe.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-rings:before, .ss-rings.right:after {
  content: '💍';
}

/* line 156, ../sass/_fonts.scss */
.ss-balloons:before, .ss-balloons.right:after {
  content: '🎈';
}

/* line 156, ../sass/_fonts.scss */
.ss-fireworks:before, .ss-fireworks.right:after {
  content: '🎆';
}

/* line 156, ../sass/_fonts.scss */
.ss-easteregg:before, .ss-easteregg.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-jackolantern:before, .ss-jackolantern.right:after {
  content: '🎃';
}

/* line 156, ../sass/_fonts.scss */
.ss-menorah:before, .ss-menorah.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-christmastree:before, .ss-christmastree.right:after {
  content: '🎄';
}

/* line 156, ../sass/_fonts.scss */
.ss-teddy:before, .ss-teddy.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-blocks:before, .ss-blocks.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-rattle:before, .ss-rattle.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-diaper:before, .ss-diaper.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pailshovel:before, .ss-pailshovel.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-sweep:before, .ss-sweep.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-headstone:before, .ss-headstone.right:after {
  content: '⛼';
}

/* line 156, ../sass/_fonts.scss */
.ss-chess:before, .ss-chess.right:after {
  content: '♞';
}

/* line 156, ../sass/_fonts.scss */
.ss-onedie:before, .ss-onedie.right:after {
  content: '⚀';
}

/* line 156, ../sass/_fonts.scss */
.ss-twodie:before, .ss-twodie.right:after {
  content: '⚁';
}

/* line 156, ../sass/_fonts.scss */
.ss-threedie:before, .ss-threedie.right:after {
  content: '⚂';
}

/* line 156, ../sass/_fonts.scss */
.ss-fourdie:before, .ss-fourdie.right:after {
  content: '⚃';
}

/* line 156, ../sass/_fonts.scss */
.ss-fivedie:before, .ss-fivedie.right:after {
  content: '⚄';
}

/* line 156, ../sass/_fonts.scss */
.ss-sixdie:before, .ss-sixdie.right:after {
  content: '⚅';
}

/* line 156, ../sass/_fonts.scss */
.ss-fuzzydice:before, .ss-fuzzydice.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-slingshot:before, .ss-slingshot.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-bomb:before, .ss-bomb.right:after {
  content: '💣';
}

/* line 156, ../sass/_fonts.scss */
.ss-knife:before, .ss-knife.right:after {
  content: '🔪';
}

/* line 156, ../sass/_fonts.scss */
.ss-swords:before, .ss-swords.right:after {
  content: '⚔';
}

/* line 156, ../sass/_fonts.scss */
.ss-download:before, .ss-download.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-downloadbox:before, .ss-downloadbox.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-downloadcrate:before, .ss-downloadcrate.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-upload:before, .ss-upload.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-uploadbox:before, .ss-uploadbox.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-uploadcrate:before, .ss-uploadcrate.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-transfer:before, .ss-transfer.right:after {
  content: '⇆';
}

/* line 156, ../sass/_fonts.scss */
.ss-refresh:before, .ss-refresh.right:after {
  content: '↻';
}

/* line 156, ../sass/_fonts.scss */
.ss-sync:before, .ss-sync.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-wifi:before, .ss-wifi.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-connection:before, .ss-connection.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-usb:before, .ss-usb.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-files:before, .ss-files.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-addfile:before, .ss-addfile.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-removefile:before, .ss-removefile.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-deletefile:before, .ss-deletefile.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-searchfile:before, .ss-searchfile.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-folder:before, .ss-folder.right:after {
  content: '📁';
}

/* line 156, ../sass/_fonts.scss */
.ss-addfolder:before, .ss-addfolder.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-removefolder:before, .ss-removefolder.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-deletefolder:before, .ss-deletefolder.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-downloadfolder:before, .ss-downloadfolder.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-uploadfolder:before, .ss-uploadfolder.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-undo:before, .ss-undo.right:after {
  content: '⎌';
}

/* line 156, ../sass/_fonts.scss */
.ss-redo:before, .ss-redo.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-quote:before, .ss-quote.right:after {
  content: '“';
}

/* line 156, ../sass/_fonts.scss */
.ss-font:before, .ss-font.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-anchor:before, .ss-anchor.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-print:before, .ss-print.right:after {
  content: '⎙';
}

/* line 156, ../sass/_fonts.scss */
.ss-fax:before, .ss-fax.right:after {
  content: '📠';
}

/* line 156, ../sass/_fonts.scss */
.ss-shredder:before, .ss-shredder.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-typewriter:before, .ss-typewriter.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-list:before, .ss-list.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-action:before, .ss-action.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-redirect:before, .ss-redirect.right:after {
  content: '↪';
}

/* line 156, ../sass/_fonts.scss */
.ss-expand:before, .ss-expand.right:after {
  content: '⤢';
}

/* line 156, ../sass/_fonts.scss */
.ss-contract:before, .ss-contract.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-scaleup:before, .ss-scaleup.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-scaledown:before, .ss-scaledown.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-power:before, .ss-power.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-lifepreserver:before, .ss-lifepreserver.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-help:before, .ss-help.right:after {
  content: '❓';
}

/* line 156, ../sass/_fonts.scss */
.ss-info:before, .ss-info.right:after {
  content: 'ℹ';
}

/* line 156, ../sass/_fonts.scss */
.ss-alert:before, .ss-alert.right:after {
  content: '⚠';
}

/* line 156, ../sass/_fonts.scss */
.ss-caution:before, .ss-caution.right:after {
  content: '⛔';
}

/* line 156, ../sass/_fonts.scss */
.ss-plus:before, .ss-plus.right:after {
  content: '+';
}

/* line 156, ../sass/_fonts.scss */
.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-';
}

/* line 156, ../sass/_fonts.scss */
.ss-check:before, .ss-check.right:after {
  content: '✓';
}

/* line 156, ../sass/_fonts.scss */
.ss-delete:before, .ss-delete.right:after {
  content: '␡';
}

/* line 156, ../sass/_fonts.scss */
.ss-dogface:before, .ss-dogface.right:after {
  content: '🐶';
}

/* line 156, ../sass/_fonts.scss */
.ss-catface:before, .ss-catface.right:after {
  content: '🐱';
}

/* line 156, ../sass/_fonts.scss */
.ss-rabbitface:before, .ss-rabbitface.right:after {
  content: '🐰';
}

/* line 156, ../sass/_fonts.scss */
.ss-bearface:before, .ss-bearface.right:after {
  content: '🐻';
}

/* line 156, ../sass/_fonts.scss */
.ss-fish:before, .ss-fish.right:after {
  content: '🐟';
}

/* line 156, ../sass/_fonts.scss */
.ss-bird:before, .ss-bird.right:after {
  content: '🐦';
}

/* line 156, ../sass/_fonts.scss */
.ss-dog:before, .ss-dog.right:after {
  content: '🐕';
}

/* line 156, ../sass/_fonts.scss */
.ss-sheep:before, .ss-sheep.right:after {
  content: '🐑';
}

/* line 156, ../sass/_fonts.scss */
.ss-pig:before, .ss-pig.right:after {
  content: '🐖';
}

/* line 156, ../sass/_fonts.scss */
.ss-turtle:before, .ss-turtle.right:after {
  content: '🐢';
}

/* line 156, ../sass/_fonts.scss */
.ss-snake:before, .ss-snake.right:after {
  content: '🐍';
}

/* line 156, ../sass/_fonts.scss */
.ss-elephant:before, .ss-elephant.right:after {
  content: '🐘';
}

/* line 156, ../sass/_fonts.scss */
.ss-whale:before, .ss-whale.right:after {
  content: '🐋';
}

/* line 156, ../sass/_fonts.scss */
.ss-bone:before, .ss-bone.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-tooth:before, .ss-tooth.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-feather:before, .ss-feather.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-poo:before, .ss-poo.right:after {
  content: '💩';
}

/* line 156, ../sass/_fonts.scss */
.ss-palmtree:before, .ss-palmtree.right:after {
  content: '🌴';
}

/* line 156, ../sass/_fonts.scss */
.ss-tree:before, .ss-tree.right:after {
  content: '🌲';
}

/* line 156, ../sass/_fonts.scss */
.ss-cactus:before, .ss-cactus.right:after {
  content: '🌵';
}

/* line 156, ../sass/_fonts.scss */
.ss-leaf:before, .ss-leaf.right:after {
  content: '🍂';
}

/* line 156, ../sass/_fonts.scss */
.ss-mapleleaf:before, .ss-mapleleaf.right:after {
  content: '🍁';
}

/* line 156, ../sass/_fonts.scss */
.ss-flower:before, .ss-flower.right:after {
  content: '⚘';
}

/* line 156, ../sass/_fonts.scss */
.ss-bouquet:before, .ss-bouquet.right:after {
  content: '💐';
}

/* line 156, ../sass/_fonts.scss */
.ss-chestnut:before, .ss-chestnut.right:after {
  content: '🌰';
}

/* line 156, ../sass/_fonts.scss */
.ss-mushroom:before, .ss-mushroom.right:after {
  content: '🍄';
}

/* line 156, ../sass/_fonts.scss */
.ss-gem:before, .ss-gem.right:after {
  content: '💎';
}

/* line 156, ../sass/_fonts.scss */
.ss-snowman:before, .ss-snowman.right:after {
  content: '☃';
}

/* line 156, ../sass/_fonts.scss */
.ss-settings:before, .ss-settings.right:after {
  content: '⚙';
}

/* line 156, ../sass/_fonts.scss */
.ss-dashboard:before, .ss-dashboard.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔';
}

/* line 156, ../sass/_fonts.scss */
.ss-toggles:before, .ss-toggles.right:after {
  content: '🎚';
}

/* line 156, ../sass/_fonts.scss */
.ss-switch:before, .ss-switch.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-switchoff:before, .ss-switchoff.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-brightness:before, .ss-brightness.right:after {
  content: '🔆';
}

/* line 156, ../sass/_fonts.scss */
.ss-flashoff:before, .ss-flashoff.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-magnet:before, .ss-magnet.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-toolbox:before, .ss-toolbox.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-tools:before, .ss-tools.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-hammer:before, .ss-hammer.right:after {
  content: '🔨';
}

/* line 156, ../sass/_fonts.scss */
.ss-wrench:before, .ss-wrench.right:after {
  content: '🔧';
}

/* line 156, ../sass/_fonts.scss */
.ss-wrenches:before, .ss-wrenches.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-wrenchpencil:before, .ss-wrenchpencil.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-screwdriverpencil:before, .ss-screwdriverpencil.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-hammerscrewdriver:before, .ss-hammerscrewdriver.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-tapemeasure:before, .ss-tapemeasure.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-hourglass:before, .ss-hourglass.right:after {
  content: '⏳';
}

/* line 156, ../sass/_fonts.scss */
.ss-clock:before, .ss-clock.right:after {
  content: '⏲';
}

/* line 156, ../sass/_fonts.scss */
.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱';
}

/* line 156, ../sass/_fonts.scss */
.ss-alarmclock:before, .ss-alarmclock.right:after {
  content: '⏰';
}

/* line 156, ../sass/_fonts.scss */
.ss-mantelpiececlock:before, .ss-mantelpiececlock.right:after {
  content: '🕰';
}

/* line 156, ../sass/_fonts.scss */
.ss-watch:before, .ss-watch.right:after {
  content: '⌚';
}

/* line 156, ../sass/_fonts.scss */
.ss-counterclockwise:before, .ss-counterclockwise.right:after {
  content: '⥀';
}

/* line 156, ../sass/_fonts.scss */
.ss-calendar:before, .ss-calendar.right:after {
  content: '📅';
}

/* line 156, ../sass/_fonts.scss */
.ss-keyboardup:before, .ss-keyboardup.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-keyboarddown:before, .ss-keyboarddown.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-heavyasterisk:before, .ss-heavyasterisk.right:after {
  content: '✱';
}

/* line 156, ../sass/_fonts.scss */
.ss-egg:before, .ss-egg.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-cheese:before, .ss-cheese.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-sausage:before, .ss-sausage.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-hotdog:before, .ss-hotdog.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-burger:before, .ss-burger.right:after {
  content: '🍔';
}

/* line 156, ../sass/_fonts.scss */
.ss-chickenleg:before, .ss-chickenleg.right:after {
  content: '🍗';
}

/* line 156, ../sass/_fonts.scss */
.ss-turkey:before, .ss-turkey.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-steak:before, .ss-steak.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-birthdaycake:before, .ss-birthdaycake.right:after {
  content: '🎂';
}

/* line 156, ../sass/_fonts.scss */
.ss-cupcake:before, .ss-cupcake.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pancakes:before, .ss-pancakes.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-doughnut:before, .ss-doughnut.right:after {
  content: '🍩';
}

/* line 156, ../sass/_fonts.scss */
.ss-pizzapie:before, .ss-pizzapie.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pizza:before, .ss-pizza.right:after {
  content: '🍕';
}

/* line 156, ../sass/_fonts.scss */
.ss-frenchfries:before, .ss-frenchfries.right:after {
  content: '🍟';
}

/* line 156, ../sass/_fonts.scss */
.ss-apple:before, .ss-apple.right:after {
  content: '🍏';
}

/* line 156, ../sass/_fonts.scss */
.ss-carrot:before, .ss-carrot.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-grapes:before, .ss-grapes.right:after {
  content: '🍇';
}

/* line 156, ../sass/_fonts.scss */
.ss-bread:before, .ss-bread.right:after {
  content: '🍞';
}

/* line 156, ../sass/_fonts.scss */
.ss-cookie:before, .ss-cookie.right:after {
  content: '🍪';
}

/* line 156, ../sass/_fonts.scss */
.ss-chocolatebar:before, .ss-chocolatebar.right:after {
  content: '🍫';
}

/* line 156, ../sass/_fonts.scss */
.ss-candy:before, .ss-candy.right:after {
  content: '🍬';
}

/* line 156, ../sass/_fonts.scss */
.ss-mug:before, .ss-mug.right:after {
  content: '☕';
}

/* line 156, ../sass/_fonts.scss */
.ss-coffee:before, .ss-coffee.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-tea:before, .ss-tea.right:after {
  content: '🍵';
}

/* line 156, ../sass/_fonts.scss */
.ss-growler:before, .ss-growler.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-beer:before, .ss-beer.right:after {
  content: '🍺';
}

/* line 156, ../sass/_fonts.scss */
.ss-bottle:before, .ss-bottle.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-wine:before, .ss-wine.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-wineglass:before, .ss-wineglass.right:after {
  content: '🍷';
}

/* line 156, ../sass/_fonts.scss */
.ss-cocktail:before, .ss-cocktail.right:after {
  content: '🍸';
}

/* line 156, ../sass/_fonts.scss */
.ss-soda:before, .ss-soda.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-cup:before, .ss-cup.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-babybottle:before, .ss-babybottle.right:after {
  content: '🍼';
}

/* line 156, ../sass/_fonts.scss */
.ss-jug:before, .ss-jug.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pitcher:before, .ss-pitcher.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-kettle:before, .ss-kettle.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pot:before, .ss-pot.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-salt:before, .ss-salt.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-pepper:before, .ss-pepper.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-toaster:before, .ss-toaster.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-oven:before, .ss-oven.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-bbq:before, .ss-bbq.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-takeout:before, .ss-takeout.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-paperbag:before, .ss-paperbag.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-utensils:before, .ss-utensils.right:after {
  content: '🍴';
}

/* line 156, ../sass/_fonts.scss */
.ss-cookingutensils:before, .ss-cookingutensils.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-apron:before, .ss-apron.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-chef:before, .ss-chef.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-helmet:before, .ss-helmet.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-graduationcap:before, .ss-graduationcap.right:after {
  content: '🎓';
}

/* line 156, ../sass/_fonts.scss */
.ss-tophat:before, .ss-tophat.right:after {
  content: '🎩';
}

/* line 156, ../sass/_fonts.scss */
.ss-glasses:before, .ss-glasses.right:after {
  content: '👓';
}

/* line 156, ../sass/_fonts.scss */
.ss-sunglasses:before, .ss-sunglasses.right:after {
  content: '🕶';
}

/* line 156, ../sass/_fonts.scss */
.ss-tie:before, .ss-tie.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-tshirt:before, .ss-tshirt.right:after {
  content: '👕';
}

/* line 156, ../sass/_fonts.scss */
.ss-dress:before, .ss-dress.right:after {
  content: '👗';
}

/* line 156, ../sass/_fonts.scss */
.ss-bikini:before, .ss-bikini.right:after {
  content: '👙';
}

/* line 156, ../sass/_fonts.scss */
.ss-backpack:before, .ss-backpack.right:after {
  content: '🎒';
}

/* line 156, ../sass/_fonts.scss */
.ss-hanger:before, .ss-hanger.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-comb:before, .ss-comb.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-fabric:before, .ss-fabric.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-swatch:before, .ss-swatch.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-weave:before, .ss-weave.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-thread:before, .ss-thread.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-yarn:before, .ss-yarn.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-crochet:before, .ss-crochet.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-needles:before, .ss-needles.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-scissorsneedles:before, .ss-scissorsneedles.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-button:before, .ss-button.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-zipper:before, .ss-zipper.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-sunface:before, .ss-sunface.right:after {
  content: '🌞';
}

/* line 156, ../sass/_fonts.scss */
.ss-sun:before, .ss-sun.right:after {
  content: '☀';
}

/* line 156, ../sass/_fonts.scss */
.ss-partlycloudy:before, .ss-partlycloudy.right:after {
  content: '⛅';
}

/* line 156, ../sass/_fonts.scss */
.ss-snowflake:before, .ss-snowflake.right:after {
  content: '❄';
}

/* line 156, ../sass/_fonts.scss */
.ss-rainbow:before, .ss-rainbow.right:after {
  content: '🌈';
}

/* line 156, ../sass/_fonts.scss */
.ss-umbrella:before, .ss-umbrella.right:after {
  content: '☂';
}

/* line 156, ../sass/_fonts.scss */
.ss-crescentmoon:before, .ss-crescentmoon.right:after {
  content: '🌙';
}

/* line 156, ../sass/_fonts.scss */
.ss-newmoon:before, .ss-newmoon.right:after {
  content: '🌑';
}

/* line 156, ../sass/_fonts.scss */
.ss-waxingcrescentmoon:before, .ss-waxingcrescentmoon.right:after {
  content: '🌒';
}

/* line 156, ../sass/_fonts.scss */
.ss-firstquartermoon:before, .ss-firstquartermoon.right:after {
  content: '🌓';
}

/* line 156, ../sass/_fonts.scss */
.ss-waxinggibbousmoon:before, .ss-waxinggibbousmoon.right:after {
  content: '🌔';
}

/* line 156, ../sass/_fonts.scss */
.ss-fullmoon:before, .ss-fullmoon.right:after {
  content: '🌕';
}

/* line 156, ../sass/_fonts.scss */
.ss-waninggibbousmoon:before, .ss-waninggibbousmoon.right:after {
  content: '🌖';
}

/* line 156, ../sass/_fonts.scss */
.ss-lastquartermoon:before, .ss-lastquartermoon.right:after {
  content: '🌗';
}

/* line 156, ../sass/_fonts.scss */
.ss-waningcrescentmoon:before, .ss-waningcrescentmoon.right:after {
  content: '🌘';
}

/* line 156, ../sass/_fonts.scss */
.ss-planet:before, .ss-planet.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-fan:before, .ss-fan.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-plug:before, .ss-plug.right:after {
  content: '🔌';
}

/* line 156, ../sass/_fonts.scss */
.ss-outlet:before, .ss-outlet.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-policecar:before, .ss-policecar.right:after {
  content: '🚔';
}

/* line 156, ../sass/_fonts.scss */
.ss-car:before, .ss-car.right:after {
  content: '🚘';
}

/* line 156, ../sass/_fonts.scss */
.ss-carrepair:before, .ss-carrepair.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-taxi:before, .ss-taxi.right:after {
  content: '🚖';
}

/* line 156, ../sass/_fonts.scss */
.ss-train:before, .ss-train.right:after {
  content: '🚆';
}

/* line 156, ../sass/_fonts.scss */
.ss-bus:before, .ss-bus.right:after {
  content: '🚍';
}

/* line 156, ../sass/_fonts.scss */
.ss-truck:before, .ss-truck.right:after {
  content: '🚚';
}

/* line 156, ../sass/_fonts.scss */
.ss-trailer:before, .ss-trailer.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-trailerdump:before, .ss-trailerdump.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-plane:before, .ss-plane.right:after {
  content: '✈';
}

/* line 156, ../sass/_fonts.scss */
.ss-bike:before, .ss-bike.right:after {
  content: '🚲';
}

/* line 156, ../sass/_fonts.scss */
.ss-motorcycle:before, .ss-motorcycle.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-boat:before, .ss-boat.right:after {
  content: '🚢';
}

/* line 156, ../sass/_fonts.scss */
.ss-sailboat:before, .ss-sailboat.right:after {
  content: '⛵';
}

/* line 156, ../sass/_fonts.scss */
.ss-rocket:before, .ss-rocket.right:after {
  content: '🚀';
}

/* line 156, ../sass/_fonts.scss */
.ss-ufo:before, .ss-ufo.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-squarekey:before, .ss-squarekey.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-steeringwheel:before, .ss-steeringwheel.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-helm:before, .ss-helm.right:after {
  content: '⎈';
}

/* line 156, ../sass/_fonts.scss */
.ss-tire:before, .ss-tire.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-fuel:before, .ss-fuel.right:after {
  content: '⛽';
}

/* line 156, ../sass/_fonts.scss */
.ss-jerrycan:before, .ss-jerrycan.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-parking:before, .ss-parking.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-wheelchair:before, .ss-wheelchair.right:after {
  content: '♿';
}

/* line 156, ../sass/_fonts.scss */
.ss-restroom:before, .ss-restroom.right:after {
  content: '🚻';
}

/* line 156, ../sass/_fonts.scss */
.ss-elevator:before, .ss-elevator.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-passport:before, .ss-passport.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼';
}

/* line 156, ../sass/_fonts.scss */
.ss-theatre:before, .ss-theatre.right:after {
  content: '🎭';
}

/* line 156, ../sass/_fonts.scss */
.ss-ticket:before, .ss-ticket.right:after {
  content: '🎫';
}

/* line 156, ../sass/_fonts.scss */
.ss-bowling:before, .ss-bowling.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-golf:before, .ss-golf.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-billiards:before, .ss-billiards.right:after {
  content: '🎱';
}

/* line 156, ../sass/_fonts.scss */
.ss-baseball:before, .ss-baseball.right:after {
  content: '⚾';
}

/* line 156, ../sass/_fonts.scss */
.ss-tennis:before, .ss-tennis.right:after {
  content: '🎾';
}

/* line 156, ../sass/_fonts.scss */
.ss-basketball:before, .ss-basketball.right:after {
  content: '🏀';
}

/* line 156, ../sass/_fonts.scss */
.ss-football:before, .ss-football.right:after {
  content: '🏈';
}

/* line 156, ../sass/_fonts.scss */
.ss-soccer:before, .ss-soccer.right:after {
  content: '⚽';
}

/* line 156, ../sass/_fonts.scss */
.ss-hockeymask:before, .ss-hockeymask.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-flaginhole:before, .ss-flaginhole.right:after {
  content: '⛳';
}

/* line 156, ../sass/_fonts.scss */
.ss-paddles:before, .ss-paddles.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-skiboot:before, .ss-skiboot.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-skis:before, .ss-skis.right:after {
  content: '🎿';
}

/* line 156, ../sass/_fonts.scss */
.ss-dumbbell:before, .ss-dumbbell.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-hiker:before, .ss-hiker.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-runner:before, .ss-runner.right:after {
  content: '🏃';
}

/* line 156, ../sass/_fonts.scss */
.ss-shower:before, .ss-shower.right:after {
  content: '🚿';
}

/* line 156, ../sass/_fonts.scss */
.ss-bathtub:before, .ss-bathtub.right:after {
  content: '🛁';
}

/* line 156, ../sass/_fonts.scss */
.ss-hottub:before, .ss-hottub.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-exercise:before, .ss-exercise.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-hospital:before, .ss-hospital.right:after {
  content: '⛨';
}

/* line 156, ../sass/_fonts.scss */
.ss-medicalcross:before, .ss-medicalcross.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-medicalbag:before, .ss-medicalbag.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-bandage:before, .ss-bandage.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-stethoscope:before, .ss-stethoscope.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-syringe:before, .ss-syringe.right:after {
  content: '💉';
}

/* line 156, ../sass/_fonts.scss */
.ss-bathroomscale:before, .ss-bathroomscale.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-flask:before, .ss-flask.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-testtube:before, .ss-testtube.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-microscope:before, .ss-microscope.right:after {
  content: '🔬';
}

/* line 156, ../sass/_fonts.scss */
.ss-telescope:before, .ss-telescope.right:after {
  content: '🔭';
}

/* line 156, ../sass/_fonts.scss */
.ss-atom:before, .ss-atom.right:after {
  content: '⚛';
}

/* line 156, ../sass/_fonts.scss */
.ss-dna:before, .ss-dna.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-fluxcapacitor:before, .ss-fluxcapacitor.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-up:before, .ss-up.right:after {
  content: '⬆';
}

/* line 156, ../sass/_fonts.scss */
.ss-right:before, .ss-right.right:after {
  content: '➡';
}

/* line 156, ../sass/_fonts.scss */
.ss-down:before, .ss-down.right:after {
  content: '⬇';
}

/* line 156, ../sass/_fonts.scss */
.ss-left:before, .ss-left.right:after {
  content: '⬅';
}

/* line 156, ../sass/_fonts.scss */
.ss-navigateup:before, .ss-navigateup.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻';
}

/* line 156, ../sass/_fonts.scss */
.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '';
}

/* line 156, ../sass/_fonts.scss */
.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅';
}

/* line 156, ../sass/_fonts.scss */
.ss-share:before, .ss-share.right:after {
  content: '';
}

/**
 * @file
 * Homepage styling
 */
/*** HOMEPAGE LAYOUT ***/
/* line 8, ../sass/_home.scss */
#page {
  z-index: 1;
}

/* line 12, ../sass/_home.scss */
#featured {
  position: relative;
  z-index: 5;
  margin-bottom: 1em;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 20, ../sass/_home.scss */
  .front #content {
    padding: 0;
  }
}
/* Variables */
/* Spotlights */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 35, ../sass/_home.scss */
  .spotlight {
    clear: left;
    overflow: hidden;
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 768px) {
  /* line 35, ../sass/_home.scss */
  .spotlight {
    clear: left;
    overflow: hidden;
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 48, ../sass/_home.scss */
  .spotlight-image {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 44.44444%;
    margin-left: 0%;
    margin-right: -44.44444%;
  }
}
@media all and (min-width: 768px) {
  /* line 48, ../sass/_home.scss */
  .spotlight-image {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 55.55556%;
    margin-left: 0%;
    margin-right: -55.55556%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 59, ../sass/_home.scss */
  .spotlight-content {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 55.55556%;
    margin-left: 44.44444%;
    margin-right: -100%;
  }
}
@media all and (min-width: 768px) {
  /* line 59, ../sass/_home.scss */
  .spotlight-content {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 44.44444%;
    margin-left: 55.55556%;
    margin-right: -100%;
  }
}

/* News Articles */
/* line 71, ../sass/_home.scss */
.news-article {
  clear: left;
  overflow: hidden;
  *zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
}

@media all and (min-width: 768px) {
  /* line 77, ../sass/_home.scss */
  .news-article-image {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 77, ../sass/_home.scss */
  .news-article-image {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 767px) {
  /* line 77, ../sass/_home.scss */
  .news-article-image {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}

@media all and (min-width: 768px) {
  /* line 92, ../sass/_home.scss */
  .news-article-content {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 92, ../sass/_home.scss */
  .news-article-content {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 767px) {
  /* line 92, ../sass/_home.scss */
  .news-article-content {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}

/*** EVENTS ***/
/* line 110, ../sass/_home.scss */
.home-events {
  padding-right: 3em;
}
/* line 113, ../sass/_home.scss */
.home-events .event {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  margin-bottom: 30px;
}
/* line 118, ../sass/_home.scss */
.home-events .triangle {
  border-width: 32px 23px 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 118, ../sass/_home.scss */
  .home-events .triangle {
    border-width: 29px 20px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 118, ../sass/_home.scss */
  .home-events .triangle {
    border-width: 29px 20px 0 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 118, ../sass/_home.scss */
  .home-events .triangle {
    border-width: 30px 20px 0 0;
  }
}
/* line 131, ../sass/_home.scss */
.home-events .date {
  font-size: 12px;
  width: 137px;
  color: #fff;
  padding: 6px 2px 3px;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 131, ../sass/_home.scss */
  .home-events .date {
    width: 132px;
  }
}
/* line 144, ../sass/_home.scss */
.home-events .date.bgGrey1, .home-events .date.bgGrey2, .home-events .date.bgGrey3 {
  color: #3d3e4a;
}
/* line 167, ../sass/_home.scss */
.home-events h3 {
  clear: left;
  font-size: 1em;
  line-height: 0.88889 em;
  margin-bottom: 0.88889 em;
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
}
/* line 174, ../sass/_home.scss */
.home-events h3 + p {
  margin-bottom: 0;
}
/* line 178, ../sass/_home.scss */
.home-events p {
  font-size: 14px;
  line-height: 18px;
}

/*** HOMEPAGE FEATURES ***/
/* line 187, ../sass/_home.scss */
.feature-slides-container {
  /* To prevent flicker in that split second when slides are absolutely positioned
  /* but the sentinel slide is not yet in place.
  */
  min-height: 1px;
}
/* line 192, ../sass/_home.scss */
.feature-slides-container .grid-wrapper {
  padding: 0;
}
/* line 197, ../sass/_home.scss */
.feature-slides-container .feature-slide:first-child {
  position: static !important;
}
/* line 200, ../sass/_home.scss */
.feature-slides-container .cycle-control.arrow {
  display: none;
  color: white;
  z-index: 200;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  /* line 200, ../sass/_home.scss */
  .feature-slides-container .cycle-control.arrow {
    font-size: 1.5em;
    top: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 200, ../sass/_home.scss */
  .feature-slides-container .cycle-control.arrow {
    top: 215px;
    font-size: 2em;
  }
}
@media only screen and (min-width: 960px) {
  /* line 200, ../sass/_home.scss */
  .feature-slides-container .cycle-control.arrow {
    font-size: 1.825em;
    top: 340px;
  }
}
/* line 220, ../sass/_home.scss */
.feature-slides-container .cycle-control.arrow.next {
  right: 20px;
}
/* line 223, ../sass/_home.scss */
.feature-slides-container .cycle-control.arrow.prev {
  left: 20px;
}

/* line 229, ../sass/_home.scss */
.feature-slides-container {
  position: relative;
}
@media only screen and (min-width: 1296px) {
  /* line 229, ../sass/_home.scss */
  .feature-slides-container {
    max-height: 563px;
  }
}

/* line 237, ../sass/_home.scss */
.feature-slide {
  overflow: hidden;
  *zoom: 1;
  background: #2f2f2f;
  display: none;
  width: 100%;
}
@media all and (min-width: 768px) {
  /* line 237, ../sass/_home.scss */
  .feature-slide {
    max-height: 563px;
  }
}
/* line 246, ../sass/_home.scss */
.feature-slide.feature-first {
  display: block;
}
/* line 249, ../sass/_home.scss */
.feature-slide > a {
  display: block;
  line-height: 0;
}
/* line 257, ../sass/_home.scss */
.feature-slide img {
  width: 100%;
}
/* line 260, ../sass/_home.scss */
.feature-slide a.feature-title {
  color: #fff;
}
@media all and (min-width: 768px) {
  /* line 260, ../sass/_home.scss */
  .feature-slide a.feature-title {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 58.33333%;
    margin-left: 33.33333%;
    margin-right: -91.66667%;
    position: absolute;
    bottom: 45px;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 260, ../sass/_home.scss */
  .feature-slide a.feature-title {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 41.66667%;
    margin-left: 50%;
    margin-right: -91.66667%;
  }
}
/* line 273, ../sass/_home.scss */
.feature-slide a.feature-title h1 {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  /*a {
    color: #fff;
    &:hover, &:focus {
      color: shade(#fff, 20%);
    }
    }*/
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media only screen and (max-width: 767px) {
  /* line 273, ../sass/_home.scss */
  .feature-slide a.feature-title h1 {
    padding: 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 273, ../sass/_home.scss */
  .feature-slide a.feature-title h1 {
    font-size: 24px;
  }
}
@media all and (min-width: 768px) {
  /* line 273, ../sass/_home.scss */
  .feature-slide a.feature-title h1 {
    display: block;
    margin-bottom: 1px;
    /* line-height: 24px; */
    padding: 8px 16px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 273, ../sass/_home.scss */
  .feature-slide a.feature-title h1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 273, ../sass/_home.scss */
  .feature-slide a.feature-title h1 {
    font-size: 1.625em;
  }
}
@media all and (min-width: 768px) {
  /* line 305, ../sass/_home.scss */
  .feature-slide a.feature-title h1 + p {
    margin-top: 8px;
  }
}
@media all and (min-width: 768px) {
  /* line 310, ../sass/_home.scss */
  .feature-slide a.feature-title h1.red {
    background-color: rgba(180, 43, 47, 0.9);
  }
  /* line 313, ../sass/_home.scss */
  .feature-slide a.feature-title h1.yellow {
    background-color: rgba(183, 133, 27, 0.9);
  }
  /* line 316, ../sass/_home.scss */
  .feature-slide a.feature-title h1.green {
    background-color: rgba(23, 183, 65, 0.9);
  }
  /* line 319, ../sass/_home.scss */
  .feature-slide a.feature-title h1.blue {
    background-color: rgba(59, 150, 177, 0.9);
  }
  /* line 322, ../sass/_home.scss */
  .feature-slide a.feature-title h1.purple {
    background-color: rgba(166, 39, 142, 0.9);
  }
  /* line 325, ../sass/_home.scss */
  .feature-slide a.feature-title h1.grey {
    background-color: rgba(61, 62, 74, 0.9);
  }
}
@media only screen and (max-width: 767px) {
  /* line 330, ../sass/_home.scss */
  .feature-slide a.feature-title h1.red {
    background-color: #b42b2f;
  }
  /* line 333, ../sass/_home.scss */
  .feature-slide a.feature-title h1.yellow {
    background-color: #b7851b;
  }
  /* line 336, ../sass/_home.scss */
  .feature-slide a.feature-title h1.green {
    background-color: #17b741;
  }
  /* line 339, ../sass/_home.scss */
  .feature-slide a.feature-title h1.blue {
    background-color: #3b96b1;
  }
  /* line 342, ../sass/_home.scss */
  .feature-slide a.feature-title h1.purple {
    background-color: #a6278e;
  }
  /* line 345, ../sass/_home.scss */
  .feature-slide a.feature-title h1.grey {
    background-color: #3d3e4a;
  }
}
/* line 350, ../sass/_home.scss */
.feature-slide a.feature-title .feature-blurb-wrapper {
  position: relative;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #010101;
}
@media all and (min-width: 768px) {
  /* line 350, ../sass/_home.scss */
  .feature-slide a.feature-title .feature-blurb-wrapper {
    background: rgba(255, 255, 255, 0.87);
    padding: 1em;
    line-height: 1.4375em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 350, ../sass/_home.scss */
  .feature-slide a.feature-title .feature-blurb-wrapper {
    background: white;
    padding: 2em 1em;
    line-height: 1.618em;
  }
}
/* line 365, ../sass/_home.scss */
.feature-slide a.feature-title .feature-blurb-wrapper .feature-link-text {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 365, ../sass/_home.scss */
  .feature-slide a.feature-title .feature-blurb-wrapper .feature-link-text {
    display: none;
  }
}
/* line 377, ../sass/_home.scss */
.feature-slide a.feature-title .feature-blurb-wrapper .feature-link-text .triangle.left {
  border-width: 28px 20px 0 0;
}
/* line 380, ../sass/_home.scss */
.feature-slide a.feature-title .feature-blurb-wrapper .feature-link-text .triangle.right {
  border-width: 28px 0 0 20px;
}
/* line 383, ../sass/_home.scss */
.feature-slide a.feature-title .feature-blurb-wrapper .feature-link-text .hasText {
  /* @include breakpoint(large-desktops) {
     height: 30px;
     }*/
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  line-height: 23px;
  width: 125px;
  padding-left: 5px;
  padding-top: 5px;
  text-align: right;
  padding-right: 33px;
  box-sizing: border-box;
  text-align: left;
}
/* line 402, ../sass/_home.scss */
.feature-slide a.feature-title .feature-blurb-wrapper .feature-link-text .hasText span:after {
  font-size: 8px;
  padding: 4px;
}
/* line 411, ../sass/_home.scss */
.feature-slide a.feature-title p:last-child {
  margin-bottom: 16px;
}
/* line 416, ../sass/_home.scss */
.feature-slide a.feature-title:hover {
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
/* line 418, ../sass/_home.scss */
.feature-slide a.feature-title:hover .red {
  background-color: #b42b2f;
}
/* line 421, ../sass/_home.scss */
.feature-slide a.feature-title:hover .yellow {
  background-color: #b7851b;
}
/* line 424, ../sass/_home.scss */
.feature-slide a.feature-title:hover .green {
  background-color: #17b741;
}
/* line 427, ../sass/_home.scss */
.feature-slide a.feature-title:hover .blue {
  background-color: #3b96b1;
}
/* line 430, ../sass/_home.scss */
.feature-slide a.feature-title:hover .purple {
  background-color: #a6278e;
}
/* line 433, ../sass/_home.scss */
.feature-slide a.feature-title:hover .grey {
  background-color: #3d3e4a;
}
/* line 438, ../sass/_home.scss */
.feature-slide a.feature-title:hover .feature-blurb-wrapper .hasText {
  width: 185px;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* line 455, ../sass/_home.scss */
.feature-pager {
  position: relative;
  margin-top: -40px;
  z-index: 200;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 455, ../sass/_home.scss */
  .feature-pager {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: 12;
    width: 25%;
    margin-12: 41.66667%;
    margin-both: -66.66667%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 455, ../sass/_home.scss */
  .feature-pager {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: 12;
    width: 25%;
    margin-12: 41.66667%;
    margin-both: -66.66667%;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 455, ../sass/_home.scss */
  .feature-pager {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 58.33333%;
    margin-right: -83.33333%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 455, ../sass/_home.scss */
  .feature-pager {
    display: none;
  }
}
/* line 478, ../sass/_home.scss */
.feature-pager span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  padding: 0 5px 0 0;
  display: inline-block;
  height: 40px;
}
/* line 485, ../sass/_home.scss */
.feature-pager span:hover {
  cursor: pointer;
}
/* line 489, ../sass/_home.scss */
.feature-pager span.cycle-pager-active.red {
  color: #b42b2f;
}
/* line 492, ../sass/_home.scss */
.feature-pager span.cycle-pager-active.yellow {
  color: #b7851b;
}
/* line 495, ../sass/_home.scss */
.feature-pager span.cycle-pager-active.green {
  color: #17b741;
}
/* line 498, ../sass/_home.scss */
.feature-pager span.cycle-pager-active.blue {
  color: #3b96b1;
}
/* line 501, ../sass/_home.scss */
.feature-pager span.cycle-pager-active.purple {
  color: #a6278e;
}
/* line 504, ../sass/_home.scss */
.feature-pager span.cycle-pager-active.grey {
  color: #3d3e4a;
}

/*** HOMEPAGE SPOTLIGHTS ***/
/* line 516, ../sass/_home.scss */
.view-homepage-spotlights .views-row:last-child {
  border-bottom: 1px solid #767676;
  margin-bottom: 30px;
}

/* line 523, ../sass/_home.scss */
.spotlight h2, .spotlight .section-search .GSAResults h1, .section-search .GSAResults .spotlight h1 {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  line-height: 1.2727em;
  margin-bottom: .4545em;
}

/* line 532, ../sass/_home.scss */
.spotlight-content p {
  line-height: 1.4375em;
  margin-bottom: 1em;
}
/* line 535, ../sass/_home.scss */
.spotlight-content p.spotlight-category {
  margin-bottom: 0;
}
/* line 539, ../sass/_home.scss */
.spotlight-content p:last-child {
  margin-bottom: 30px;
}

/* line 544, ../sass/_home.scss */
.spotlight-image {
  margin-bottom: 30px;
}
/* line 546, ../sass/_home.scss */
.spotlight-image a {
  display: block;
  line-height: 0;
}

/*** NEWS ARTICLES ***/
/* line 555, ../sass/_home.scss */
.all-link .ss-icon {
  font-size: 8px;
}

/* line 559, ../sass/_home.scss */
.view-homepage-news {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  /* line 559, ../sass/_home.scss */
  .view-homepage-news {
    padding: 0 15px;
  }
  /* line 562, ../sass/_home.scss */
  .view-homepage-news .views-row {
    display: none;
  }
  /* line 564, ../sass/_home.scss */
  .view-homepage-news .views-row:first-child {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    display: block;
  }
  /* line 569, ../sass/_home.scss */
  .view-homepage-news .all-link {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    text-align: left;
  }
  /* line 573, ../sass/_home.scss */
  .view-homepage-news .all-link .ss-icon {
    font-size: 8px;
  }
}
/* line 580, ../sass/_home.scss */
.view-homepage-news .view-content h2, .view-homepage-news .view-content .section-search .GSAResults h1, .section-search .GSAResults .view-homepage-news .view-content h1 {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}
@media all and (min-width: 768px) {
  /* line 584, ../sass/_home.scss */
  .view-homepage-news .view-content .all-link {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 586, ../sass/_home.scss */
  .view-homepage-news .view-content .all-link .ss-icon {
    font-size: 8px;
  }
  /* line 591, ../sass/_home.scss */
  .view-homepage-news .view-content .views-row {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 596, ../sass/_home.scss */
  .view-homepage-news .view-content .views-row-1 {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 600, ../sass/_home.scss */
  .view-homepage-news .view-content .views-row-2 {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 604, ../sass/_home.scss */
  .view-homepage-news .view-content .views-row-3 {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}

/* line 618, ../sass/_home.scss */
.news-article h3.faux-link {
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: .5em;
  margin-top: .5em;
  color: #880000;
}
/* line 627, ../sass/_home.scss */
.news-article a:hover h3.faux-link {
  color: black;
}

/* line 633, ../sass/_home.scss */
span.date-display-single {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 640, ../sass/_home.scss */
.news-article-content p {
  line-height: 1.4375em;
  margin-bottom: 1em;
}
/* line 643, ../sass/_home.scss */
.news-article-content p.faux-text {
  color: #6b6d82;
}
/* line 647, ../sass/_home.scss */
.news-article-content p:first-child {
  margin-bottom: 0;
}
/* line 650, ../sass/_home.scss */
.news-article-content p:last-child {
  margin-bottom: 30px;
}

/* line 655, ../sass/_home.scss */
.news-article-image {
  margin-bottom: 15px;
}
/* line 657, ../sass/_home.scss */
.news-article-image a {
  display: block;
  line-height: 0;
}

/* line 665, ../sass/_home.scss */
.region-brochure {
  position: relative;
  z-index: 6;
  margin-top: -30px;
}
/* line 669, ../sass/_home.scss */
.region-brochure #block-block-13 {
  z-index: 200;
}
/* line 672, ../sass/_home.scss */
.region-brochure ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 676, ../sass/_home.scss */
.region-brochure ul li {
  position: relative;
  background: #e6e6e8;
  color: #3d3e4a;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 676, ../sass/_home.scss */
  .region-brochure ul li {
    padding: 2em 0 1em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 676, ../sass/_home.scss */
  .region-brochure ul li {
    padding: 2em 0 1em;
  }
}
@media all and (min-width: 768px) {
  /* line 676, ../sass/_home.scss */
  .region-brochure ul li {
    height: 220px;
    border-top: solid 5px;
    text-align: center;
    padding: 45px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 676, ../sass/_home.scss */
  .region-brochure ul li {
    height: 265px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 676, ../sass/_home.scss */
  .region-brochure ul li {
    border-left: solid 5px;
  }
}
/* line 699, ../sass/_home.scss */
.region-brochure ul li a {
  display: block;
}
@media all and (min-width: 768px) {
  /* line 699, ../sass/_home.scss */
  .region-brochure ul li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 3em;
  }
}
/* line 710, ../sass/_home.scss */
.region-brochure ul li:first-child {
  border-color: #17b741;
}
@media all and (min-width: 768px) {
  /* line 710, ../sass/_home.scss */
  .region-brochure ul li:first-child {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
}
/* line 715, ../sass/_home.scss */
.region-brochure ul li:first-child i.ss-icon {
  color: #17b741;
}
/* line 719, ../sass/_home.scss */
.region-brochure ul li:nth-child(2) {
  border-color: #a6278e;
}
@media all and (min-width: 768px) {
  /* line 719, ../sass/_home.scss */
  .region-brochure ul li:nth-child(2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
}
/* line 724, ../sass/_home.scss */
.region-brochure ul li:nth-child(2) i.ss-icon {
  color: #a6278e;
}
/* line 728, ../sass/_home.scss */
.region-brochure ul li:nth-child(3) {
  border-color: #b7851b;
}
@media all and (min-width: 768px) {
  /* line 728, ../sass/_home.scss */
  .region-brochure ul li:nth-child(3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
}
/* line 733, ../sass/_home.scss */
.region-brochure ul li:nth-child(3) i.ss-icon {
  color: #b7851b;
}
/* line 737, ../sass/_home.scss */
.region-brochure ul li:nth-child(4) {
  border-color: #b42b2f;
}
@media all and (min-width: 768px) {
  /* line 737, ../sass/_home.scss */
  .region-brochure ul li:nth-child(4) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}
/* line 742, ../sass/_home.scss */
.region-brochure ul li:nth-child(4) i.ss-icon {
  color: #b42b2f;
}
/* line 746, ../sass/_home.scss */
.region-brochure ul li:hover {
  z-index: 200;
  background: #d9d9d9;
}
@media all and (min-width: 768px) {
  /* line 746, ../sass/_home.scss */
  .region-brochure ul li:hover {
    margin-top: -20px;
    height: 240px;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 746, ../sass/_home.scss */
  .region-brochure ul li:hover {
    margin-top: -10px;
    height: 275px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 746, ../sass/_home.scss */
  .region-brochure ul li:hover {
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    -webkit-transition: background 500ms;
    transition: background 500ms;
  }
}
/* line 763, ../sass/_home.scss */
.region-brochure ul li i.ss-icon {
  display: block;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 763, ../sass/_home.scss */
  .region-brochure ul li i.ss-icon {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
}
@media all and (min-width: 768px) {
  /* line 763, ../sass/_home.scss */
  .region-brochure ul li i.ss-icon {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 774, ../sass/_home.scss */
  .region-brochure ul li .mobile-container {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 75%;
    margin-left: 16.66667%;
    margin-right: -91.66667%;
  }
}
/* line 780, ../sass/_home.scss */
.region-brochure ul li h3 {
  color: #3d3e4a;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 780, ../sass/_home.scss */
  .region-brochure ul li h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 780, ../sass/_home.scss */
  .region-brochure ul li h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 780, ../sass/_home.scss */
  .region-brochure ul li h3 {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 780, ../sass/_home.scss */
  .region-brochure ul li h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 780, ../sass/_home.scss */
  .region-brochure ul li h3 {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 780, ../sass/_home.scss */
  .region-brochure ul li h3 {
    max-width: 290px;
    font-size: 26px;
    line-height: 31px;
  }
}
/* line 813, ../sass/_home.scss */
.region-brochure ul li p {
  color: #3d3e4a;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
  line-height: 26px;
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 813, ../sass/_home.scss */
  .region-brochure ul li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 813, ../sass/_home.scss */
  .region-brochure ul li p {
    max-width: 290px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 813, ../sass/_home.scss */
  .region-brochure ul li p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 813, ../sass/_home.scss */
  .region-brochure ul li p {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 813, ../sass/_home.scss */
  .region-brochure ul li p {
    padding: 0 1em;
  }
}

/* line 846, ../sass/_home.scss */
#quick-links {
  clear: left;
}
@media all and (min-width: 768px) {
  /* line 846, ../sass/_home.scss */
  #quick-links {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
}
/* line 852, ../sass/_home.scss */
#quick-links ul {
  list-style-type: none;
  padding: 0;
}
/* line 855, ../sass/_home.scss */
#quick-links ul li {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  color: white;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 855, ../sass/_home.scss */
  #quick-links ul li {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 855, ../sass/_home.scss */
  #quick-links ul li {
    margin-top: 2px;
  }
}
@media all and (min-width: 768px) {
  /* line 855, ../sass/_home.scss */
  #quick-links ul li {
    width: 234px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
/* line 869, ../sass/_home.scss */
#quick-links ul li a {
  display: block;
  background: #e6e6e8;
}
/* line 873, ../sass/_home.scss */
#quick-links ul li a div.hasText {
  height: 35px;
  box-sizing: border-box;
  width: 234px;
  font-size: 22px;
  color: white;
  padding: 4px 0 4px 11px;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media only screen and (max-width: 767px) {
  /* line 873, ../sass/_home.scss */
  #quick-links ul li a div.hasText {
    width: 150px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 873, ../sass/_home.scss */
  #quick-links ul li a div.hasText {
    width: 175px;
    font-size: 18px;
  }
}
/* line 891, ../sass/_home.scss */
#quick-links ul li a:hover div.hasText {
  width: 356px;
  -moz-transition: width 300ms;
  -o-transition: width 300ms;
  -webkit-transition: width 300ms;
  transition: width 300ms;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  /* line 891, ../sass/_home.scss */
  #quick-links ul li a:hover div.hasText {
    width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 891, ../sass/_home.scss */
  #quick-links ul li a:hover div.hasText {
    width: 195px;
  }
}
/* line 902, ../sass/_home.scss */
#quick-links ul li a:hover div.lastTriangle {
  width: 80px;
}

/* line 913, ../sass/_home.scss */
#numbers-widget {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
}
@media only screen and (max-width: 767px) {
  /* line 913, ../sass/_home.scss */
  #numbers-widget {
    display: none;
  }
}
/* line 919, ../sass/_home.scss */
#numbers-widget ul {
  list-style-type: none;
}
/* line 923, ../sass/_home.scss */
#numbers-widget li {
  width: 100%;
  text-align: center;
}
/* line 927, ../sass/_home.scss */
#numbers-widget li p {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  color: #767676;
  font-size: 40px;
  margin-bottom: 20px;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/* line 935, ../sass/_home.scss */
#numbers-widget li h3 {
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #880000;
  font-size: 18px;
  line-height: 27px;
}
/* line 943, ../sass/_home.scss */
#numbers-widget li .icon-wrapper {
  background: #3d3e4a;
  display: block;
  margin: 1em auto;
  border-radius: 39px;
  width: 53px;
  height: 39px;
  padding-top: 13px;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/* line 952, ../sass/_home.scss */
#numbers-widget li .icon-wrapper i {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: white;
  font-size: 18px;
}
/* line 963, ../sass/_home.scss */
#numbers-widget li:hover .icon-wrapper {
  background: #880000;
}
/* line 967, ../sass/_home.scss */
#numbers-widget li:hover p {
  color: #880000;
}

/* line 982, ../sass/_home.scss */
span.all-link {
  clear: left;
  text-align: right;
  font-size: 12px;
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 991, ../sass/_home.scss */
.form-item .form-managed-file .form-submit {
  margin-left: 10px;
}

/**
 * @file
 * Header styling
 */
/* line 6, ../sass/_header.scss */
#alert-banner {
  background-color: #800000;
  color: #fff;
  padding: 1em 2%;
  font-size: large;
}
@media all and (min-width: 768px) {
  /* line 6, ../sass/_header.scss */
  #alert-banner {
    /* max-height: 90px; */
  }
}
@media only screen and (max-width: 767px) {
  /* line 12, ../sass/_header.scss */
  #alert-banner .alert-icon {
    display: none;
  }
}
@media all and (min-width: 768px) {
  /* line 12, ../sass/_header.scss */
  #alert-banner .alert-icon {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: -8.33333%;
    text-align: center;
  }
  /* line 20, ../sass/_header.scss */
  #alert-banner .alert-icon i {
    line-height: 1em;
    display: block;
    text-align: center;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 12, ../sass/_header.scss */
  #alert-banner .alert-icon {
    font-size: 26px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 12, ../sass/_header.scss */
  #alert-banner .alert-icon {
    font-size: 36px;
  }
}
@media all and (min-width: 768px) {
  /* line 34, ../sass/_header.scss */
  #alert-banner .alert-blurb {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 97.66667%;
    margin-left: 2.33333%;
    margin-right: -100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 34, ../sass/_header.scss */
  #alert-banner .alert-blurb {
    line-height: 1.5em;
    /* padding: 20px 10px; */
  }
}
/* line 43, ../sass/_header.scss */
#alert-banner .alert-blurb p {
  float: left;
  /* margin-left: 8px;
  margin-top: .618em; */
  margin: .618em 8px .618em 8px;
}
/* line 48, ../sass/_header.scss */
#alert-banner .alert-blurb a {
  color: #fff;
  /* font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif; */
  text-decoration: underline;
}

/* line 56, ../sass/_header.scss */
.header-container {
  background: #3d3e4a;
}
@media all and (min-width: 768px) {
  /* line 56, ../sass/_header.scss */
  .header-container {
    width: 100%;
    top: 0;
    left: 0;
  }
}

/* line 68, ../sass/_header.scss */
#title-wrapper {
  z-index: 4;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 68, ../sass/_header.scss */
  #title-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 68, ../sass/_header.scss */
  #title-wrapper {
    position: absolute;
    left: 0;
  }
}
/* line 77, ../sass/_header.scss */
#title-wrapper #site-name {
  position: relative;
  padding-right: 0;
  margin-bottom: 0;
  text-indent: -9999em;
  background-color: #ffffff;
}
@media all and (min-width: 768px) {
  /* line 77, ../sass/_header.scss */
  #title-wrapper #site-name {
    float: left;
    padding: 26px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 77, ../sass/_header.scss */
  #title-wrapper #site-name {
    width: 100%;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 77, ../sass/_header.scss */
  #title-wrapper #site-name {
    padding: 32px 0 32px 19px;
  }
}
/* line 95, ../sass/_header.scss */
#title-wrapper #site-name a {
  background: url(/sites/all/themes/rcc/images/logo.png) 0 0 no-repeat;
  _background-image: url(/sites/all/themes/rcc/images/logo.svg);
  background-position: 0;
  background-size: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 95, ../sass/_header.scss */
  #title-wrapper #site-name a {
    width: 285px;
    height: 43px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 95, ../sass/_header.scss */
  #title-wrapper #site-name a {
    width: 300px;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 95, ../sass/_header.scss */
  #title-wrapper #site-name a {
    width: 430px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 95, ../sass/_header.scss */
  #title-wrapper #site-name a {
    width: 288.4px;
    height: 40px;
    padding: 1em 0;
    margin: 0 auto;
  }
}
/* line 123, ../sass/_header.scss */
#title-wrapper .triangle-top-left {
  float: left;
  width: 0;
  height: 0;
  border-top: 114px solid #ffffff;
  border-right: 58.16327px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 123, ../sass/_header.scss */
  #title-wrapper .triangle-top-left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 123, ../sass/_header.scss */
  #title-wrapper .triangle-top-left {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 123, ../sass/_header.scss */
  #title-wrapper .triangle-top-left {
    border-top: 91px solid #ffffff;
  }
}

/* line 141, ../sass/_header.scss */
html.lt-ie9 #site-name a {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/themes/rcc/images/logo.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/sites/all/themes/rcc/images/logo.png',
        sizingMethod='scale')";
}

/* line 152, ../sass/_header.scss */
.uc-wordmark {
  display: block;
  margin-top: 42px;
  text-indent: -9999em;
  width: 258px;
  height: 52px;
  background: transparent url(/sites/all/themes/rcc/images/uc_wordmark.png) 0 0 no-repeat;
  background-size: 100%;
  float: right;
}
@media only screen and (max-width: 767px) {
  /* line 152, ../sass/_header.scss */
  .uc-wordmark {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 152, ../sass/_header.scss */
  .uc-wordmark {
    width: 219px;
    height: 44px;
  }
}

/* line 165, ../sass/_header.scss */
html.svg .uc-wordmark {
  background-image: url(/sites/all/themes/rcc/images/uc_wordmark.svg);
}

/*html.svg #site-name a {
  background: url('/sites/all/themes/rcc/images/logo.svg') 0 0 no-repeat;
}*/
/*** SEARCH ***/
/* line 179, ../sass/_header.scss */
#search input {
  border: 1px solid #767676;
  font-size: 1.125em;
  padding: 2px 3px 0 3px;
  height: 1.5em;
}
@media only screen and (min-width: 1296px) {
  /* line 179, ../sass/_header.scss */
  #search input {
    width: 210px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 179, ../sass/_header.scss */
  #search input {
    width: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 179, ../sass/_header.scss */
  #search input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 179, ../sass/_header.scss */
  #search input {
    width: 100%;
    height: 2em;
  }
}

/*** TOP NAVIGATION ***/
/* line 197, ../sass/_header.scss */
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
}
@media all and (min-width: 768px) {
  /* line 197, ../sass/_header.scss */
  .navbar {
    display: none;
  }
}
/* line 204, ../sass/_header.scss */
.navbar .view-rich-nav-links ul {
  list-style-type: none;
}

/* line 210, ../sass/_header.scss */
.navbar-inner {
  min-height: 40px;
  background: #3d3e4a;
}
@media all and (min-width: 768px) {
  /* line 210, ../sass/_header.scss */
  .navbar-inner {
    padding: 0 15px;
  }
}

/* line 219, ../sass/_header.scss */
.navbar {
  color: #999999;
}
/* line 221, ../sass/_header.scss */
.navbar .btn {
  margin-top: 5px;
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}

/* line 231, ../sass/_header.scss */
.navbar .btn-navbar {
  float: right;
  padding: 7px 10px;
  background: transparent;
  border: 0;
}
/* line 236, ../sass/_header.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  background-color: transparent;
  *background-color: transparent;
  color: #306847;
  border: solid 0 black;
  background: #306847;
}
/* line 243, ../sass/_header.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  /*background-color: #080808 \9;*/
}
/* line 247, ../sass/_header.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
/* line 261, ../sass/_header.scss */
.navbar label[for='searchterm'] {
  position: absolute;
}

/* line 266, ../sass/_header.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 271, ../sass/_header.scss */
.top-nav-container {
  position: relative;
  z-index: 3;
  float: right;
  width: 100%;
  right: 0;
  /*margin-right: -3000px;
  padding-right: 3000px;*/
  background: #d2d2d9;
}
@media only screen and (max-width: 767px) {
  /* line 272, ../sass/_header.scss */
  .top-nav-container.desktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 277, ../sass/_header.scss */
  .top-nav-container.mobile {
    position: absolute;
  }
  /* line 280, ../sass/_header.scss */
  .top-nav-container.mobile .triangles {
    display: none;
  }
}
@media all and (min-width: 768px) {
  /* line 277, ../sass/_header.scss */
  .top-nav-container.mobile {
    display: none;
  }
}

/* line 301, ../sass/_header.scss */
.top-nav-inner {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  /* line 303, ../sass/_header.scss */
  .top-nav-inner .search-wrapper {
    margin: 1em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 301, ../sass/_header.scss */
  .top-nav-inner {
    display: none;
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  /* line 301, ../sass/_header.scss */
  .top-nav-inner {
    display: block !important;
  }
}
/* line 318, ../sass/_header.scss */
.top-nav-inner .menu {
  overflow: hidden;
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 319, ../sass/_header.scss */
.top-nav-inner .menu hr {
  border-color: rgba(118, 118, 118, 0.2);
}
/* line 322, ../sass/_header.scss */
.top-nav-inner .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 318, ../sass/_header.scss */
  .top-nav-inner .menu {
    width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  /* line 318, ../sass/_header.scss */
  .top-nav-inner .menu {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: right;
    width: 66.66667%;
    margin-right: 0%;
    margin-left: -66.66667%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 318, ../sass/_header.scss */
  .top-nav-inner .menu {
    font-size: 1em;
    margin-left: -1em;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 318, ../sass/_header.scss */
  .top-nav-inner .menu {
    font-size: 1.125em;
    margin-left: -1em;
  }
}
@media only screen and (min-width: 960px) {
  /* line 344, ../sass/_header.scss */
  .top-nav-inner .menu li {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 344, ../sass/_header.scss */
  .top-nav-inner .menu li {
    padding: 0 24px;
  }
}
@media all and (min-width: 768px) {
  /* line 344, ../sass/_header.scss */
  .top-nav-inner .menu li {
    float: left;
  }
  /* line 354, ../sass/_header.scss */
  .top-nav-inner .menu li:last-child {
    padding-left: 0;
  }
  /* line 357, ../sass/_header.scss */
  .top-nav-inner .menu li .triangle {
    margin-top: -10px !important;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.85);
    border-top: transparent;
    margin: 0 auto;
    -webkit-transform: rotate(360deg);
  }
}
/* line 370, ../sass/_header.scss */
.top-nav-inner .menu li a {
  color: #3f3f3f;
  font-size: .9em;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 370, ../sass/_header.scss */
  .top-nav-inner .menu li a {
    display: block;
  }
}
@media all and (min-width: 768px) {
  /* line 370, ../sass/_header.scss */
  .top-nav-inner .menu li a {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 370, ../sass/_header.scss */
  .top-nav-inner .menu li a {
    padding: .4444em .5714em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 370, ../sass/_header.scss */
  .top-nav-inner .menu li a {
    padding: 14px 3px;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 370, ../sass/_header.scss */
  .top-nav-inner .menu li a {
    padding: 1em;
  }
}
@media all and (min-width: 768px) {
  /* line 379, ../sass/_header.scss */
  .top-nav-inner .menu li a:hover, .top-nav-inner .menu li a:focus {
    text-decoration: underline;
  }
}
/* line 384, ../sass/_header.scss */
.top-nav-inner .menu li a.active-trail {
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
  color: #444;
}

/* line 393, ../sass/_header.scss */
.rich-nav-container {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  display: none;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  padding-bottom: 2em;
}
@media only screen and (min-width: 960px) {
  /* line 393, ../sass/_header.scss */
  .rich-nav-container {
    margin-top: 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 393, ../sass/_header.scss */
  .rich-nav-container {
    margin-top: 42px;
    padding-top: 1em;
  }
}
/* line 411, ../sass/_header.scss */
.rich-nav-container .nav-item-title {
  visibility: hidden;
}
/* line 415, ../sass/_header.scss */
.rich-nav-container .nav-item-blurb {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
}
@media only screen and (min-width: 960px) {
  /* line 415, ../sass/_header.scss */
  .rich-nav-container .nav-item-blurb {
    margin-top: 5em;
  }
}
/* line 423, ../sass/_header.scss */
.rich-nav-container .nav-item-links {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 423, ../sass/_header.scss */
  .rich-nav-container .nav-item-links {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
    font-size: 13px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 423, ../sass/_header.scss */
  .rich-nav-container .nav-item-links {
    float: left;
    width: 41.66667%;
    margin-left: 33.33333%;
    margin-right: -75%;
  }
}
/* line 432, ../sass/_header.scss */
.rich-nav-container .nav-item-links ul {
  list-style-type: none;
  padding: 0 1em;
}
/* line 435, ../sass/_header.scss */
.rich-nav-container .nav-item-links ul li {
  float: left;
  width: 50%;
}
/* line 442, ../sass/_header.scss */
.rich-nav-container .nav-item-image {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 442, ../sass/_header.scss */
  .rich-nav-container .nav-item-image {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  /* line 442, ../sass/_header.scss */
  .rich-nav-container .nav-item-image {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}
@media all and (min-width: 768px) {
  /* line 442, ../sass/_header.scss */
  .rich-nav-container .nav-item-image {
    margin-top: 2em;
  }
}

/* line 458, ../sass/_header.scss */
.mobile-branding {
  float: left;
  width: 230px;
  text-transform: uppercase;
  color: white;
}

/* line 464, ../sass/_header.scss */
.mobile-branding .uc-wordmark-mobile {
  background: url("../images/shield.png") no-repeat;
  display: block;
  height: 22px;
  line-height: 1em;
  margin-top: 8px;
  padding-top: 3px;
  padding-left: 30px;
}

/* line 474, ../sass/_header.scss */
html.svg .mobile-branding .uc-wordmark-mobile {
  background: url("../images/shield.svg") no-repeat;
  background-size: 8%;
}

/*** MOBILE SECTION NAVIGATION ***/
/* line 482, ../sass/_header.scss */
.mobile-section-navigation {
  margin-top: -28px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  /* line 482, ../sass/_header.scss */
  .mobile-section-navigation {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 488, ../sass/_header.scss */
  .mobile-section-navigation + section {
    margin-top: -14px;
  }
}
/* line 491, ../sass/_header.scss */
.mobile-section-navigation a {
  color: #3d3e4a;
  background: #e6e6e8;
  display: block;
  margin: 0 15px;
  padding: 3px 15px;
  text-transform: uppercase;
  font-size: 1em;
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}
/* line 500, ../sass/_header.scss */
.mobile-section-navigation a .ss-icon {
  float: right;
}

/*** UTILITY NAVIGATION ***/
/* line 508, ../sass/_header.scss */
.utility-nav-wrapper {
  background-color: #3d3e4a;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  /* line 508, ../sass/_header.scss */
  .utility-nav-wrapper {
    display: none;
  }
}
/* line 512, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav {
  position: relative;
  /*@include breakpoint(all-desktops) {
    @include zen-grid-item(7,1,right);
    }*/
  float: right;
  margin-right: 0;
  height: 32px;
  font-size: .875em;
}
/* line 523, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav ul {
  overflow: hidden;
  *zoom: 1;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 529, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav ul li {
  float: right;
  padding: 0 10px;
}
/* line 532, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav ul li a {
  color: white;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}
/* line 535, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav ul li a:hover, .utility-nav-wrapper .region-utility-nav ul li a:focus {
  text-decoration: underline;
}
/* line 541, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav .block {
  margin: 0;
}
/* line 544, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav .block:first-child ul {
  float: left;
}
/* line 546, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav .block:first-child ul li {
  float: left;
}
/* line 552, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-8 {
  float: left;
}
/* line 555, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-7 {
  float: left;
}
/* line 557, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-7 div.uLeft.nested-triangle-container {
  position: relative;
  z-index: 400;
  height: 32px;
  width: 23px;
}
/* line 563, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-7 #tinytriangle {
  position: absolute;
  right: 0px;
  bottom: 5px;
  z-index: 400;
  width: 0;
  height: 0;
  border-bottom: 21px solid white;
  border-left: 13px solid transparent;
}
/* line 573, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-7 #tinytriangle-border {
  position: absolute;
  right: 0px;
  bottom: 6px;
  z-index: 400;
  width: 0;
  height: 0;
  border-bottom: 19px solid #17b741;
  border-left: 12px solid transparent;
}
/* line 582, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-7 #tinytriangle-border.search-focus {
  border-bottom: 19px solid white;
  -moz-transition: border-bottom 300ms;
  -o-transition: border-bottom 300ms;
  -webkit-transition: border-bottom 300ms;
  transition: border-bottom 300ms;
}
/* line 588, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-11 {
  float: left;
  width: 201px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 588, ../sass/_header.scss */
  .utility-nav-wrapper .region-utility-nav #block-block-11 {
    width: 100px;
  }
}
/* line 592, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-11 label.ss-icon {
  color: white;
  position: absolute;
  font-size: 12px;
  right: 4px;
  bottom: 5px;
}
/* line 599, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-11 .bgGreen0 {
  height: 32px;
}
/* line 602, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-11 .search-wrapper {
  border: solid 1px white;
  border-left: 0;
  height: 19px;
  position: absolute;
  bottom: 5px;
}
/* line 608, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-11 .search-wrapper.search-focus {
  background: white;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
/* line 613, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-11 form {
  width: 185px;
  position: relative;
  height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 613, ../sass/_header.scss */
  .utility-nav-wrapper .region-utility-nav #block-block-11 form {
    width: 84px;
  }
}
/* line 618, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-11 form input {
  background-color: transparent;
  border: 0;
  position: absolute;
  font-size: 13px;
}
/* line 623, ../sass/_header.scss */
.utility-nav-wrapper .region-utility-nav #block-block-11 form input:focus {
  outline: none;
}

/**
 * @file
 * Leftnav styles
 */
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/_leftnav.scss */
  .not-front .region-sidebar-first {
    display: none;
  }
}

/* line 13, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 960px) {
  /* line 13, ../sass/_leftnav.scss */
  .region-sidebar-first.sidebar .menu-block-wrapper {
    font-size: 18px;
    margin-bottom: 1.875em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 13, ../sass/_leftnav.scss */
  .region-sidebar-first.sidebar .menu-block-wrapper {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
/* line 25, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul {
  padding: 0;
  list-style-type: none;
}
/* line 30, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul.menu {
  font-size: .9em;
  margin: .75em 0 .25em;
}
/* line 35, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul.menu li a.is-active-trail.active {
  color: #3d3e4a;
}
/* line 42, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul.menu > li > ul.menu {
  margin-top: 0;
  margin-bottom: .5em;
}
/* line 47, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul.menu > li > ul.menu > li > a {
  padding: .25em 0 .25em 3.25em;
}
/* line 58, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li {
  margin-bottom: 0;
}
/* line 62, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li:first-child a {
  border-bottom: none;
}
/* line 66, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li a {
  color: #880000;
  display: block;
  padding: .4375em .625em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 77, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li a.on, .region-sidebar-first.sidebar .menu-block-wrapper > ul li a:hover, .region-sidebar-first.sidebar .menu-block-wrapper > ul li a:focus {
  color: black;
  text-decoration: none;
}
/* line 83, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul > li > a.is-active-trail {
  color: #3d3e4a;
  background: rgba(135, 135, 142, 0.1);
}
/* line 89, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li a.active, .region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li ul li a:hover, .region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li a:focus {
  background: none;
  text-decoration: none;
}
/* line 95, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li {
  border-bottom: none;
}
/* line 99, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li a {
  color: #880000;
  padding: .4375em .625em .4375em 1.875em;
  background: none;
  border: none;
}
/* line 106, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li ul li a {
  padding-left: 3.125em;
}
/* line 110, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li ul li ul li a {
  padding-left: 4.375em;
}
/* line 114, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li ul li ul li ul li a {
  padding-left: 5.625em;
}
/* line 119, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li a:hover, .region-sidebar-first.sidebar .menu-block-wrapper > ul li ul li a:focus {
  background: none;
  color: black;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  /* line 128, ../sass/_leftnav.scss */
  .region-sidebar-first.sidebar #block-block-18 {
    display: none;
  }
}
/* line 132, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar #block-block-18 a {
  color: #3d3e4a;
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
}
/* line 136, ../sass/_leftnav.scss */
.region-sidebar-first.sidebar #block-block-18 div.left.hasText {
  clear: both;
  padding: 8px 1px 5px 14px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 136, ../sass/_leftnav.scss */
  .region-sidebar-first.sidebar #block-block-18 div.left.hasText {
    width: 162px;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 136, ../sass/_leftnav.scss */
  .region-sidebar-first.sidebar #block-block-18 div.left.hasText {
    font-size: 18px;
    width: 239px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 136, ../sass/_leftnav.scss */
  .region-sidebar-first.sidebar #block-block-18 div.left.hasText {
    font-size: 14px;
    width: 124px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 153, ../sass/_leftnav.scss */
  .region-sidebar-first.sidebar #block-block-18 .triangle.left {
    border-width: 33px 23px 0 0;
  }
}

/**
 * @file
 * Sitewide-styles for all pages
 */
/*** WIREFRAMES ***/
/* Comment these out after development is complete. */
/* line 9, ../sass/_pages.scss */
#header,
#main,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.region-bottom {
  /*outline: 1px solid #ccc;*/
}

/*** ADDTHIS ***/
/* line 30, ../sass/_pages.scss */
.addthis_toolbox {
  margin-top: 5px;
}

/*** BLOCKQUOTES ***/
/* line 38, ../sass/_pages.scss */
blockquote p {
  font: 200 1.25em/1.25em "Adobe Garamond Pro",Garamond,Georgia,Times,serif;
}
/* line 40, ../sass/_pages.scss */
blockquote p:before {
  content: "\201C";
  font-size: 5em;
  position: relative;
  top: .5em;
  left: 0;
}
/* line 47, ../sass/_pages.scss */
blockquote p:after {
  content: "\201D";
}

/*** COLORS ***/
/* line 56, ../sass/_pages.scss */
.maroon {
  color: #880000;
}

/*** HORIZONTAL LINES ***/
/* line 63, ../sass/_pages.scss */
hr {
  border-color: #767676;
  border-top: none;
}

/*** ICONS ***/
/* line 71, ../sass/_pages.scss */
a.ss-standard:after {
  font-size: 0.7em;
  line-height: 1em;
  padding-left: 0.875em;
  position: relative;
  top: 1px;
}

/*** LINKS ***/
/* line 83, ../sass/_pages.scss */
.content-inner-left a:hover, .content-inner-left a:focus, .content-inner-right a:hover, .content-inner-right a:focus {
  text-decoration: underline;
}

/*** LOGIN LINK ***/
/* line 91, ../sass/_pages.scss */
.footer-container a.login-link {
  color: #767676;
}

/*** SEARCH RESULTS ***/
/* line 102, ../sass/_pages.scss */
.section-search ul.gsasearch-gsp-res {
  list-style-type: none;
  padding-left: 0;
}
/* line 105, ../sass/_pages.scss */
.section-search ul.gsasearch-gsp-res li {
  margin-bottom: 30px;
}

/*** SKIP LINKS ***/
/* line 114, ../sass/_pages.scss */
#skip-link {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
/* line 121, ../sass/_pages.scss */
#skip-link a {
  background-color: #666;
  color: #fff;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
/* line 131, ../sass/_pages.scss */
#skip-link a:focus, #skip-link a:active {
  height: 30px;
  padding-top: 10px;
}

/*** SLIDESHOWS ***/
/* line 140, ../sass/_pages.scss */
.slideshow-slides-container {
  /* To prevent flicker in that split second when slides are absolutely positioned
  /* but the sentinel slide is not yet in place.
  */
  min-height: 1px;
}
/* line 145, ../sass/_pages.scss */
.slideshow-slides-container .slideshow-slide:first-child {
  position: static !important;
}

/* line 150, ../sass/_pages.scss */
.slideshow-slides-container {
  position: relative;
}
@media all and (min-width: 768px) {
  /* line 150, ../sass/_pages.scss */
  .slideshow-slides-container {
    margin-bottom: 50px;
  }
}
/* line 155, ../sass/_pages.scss */
.slideshow-slides-container .cycle-control.arrow {
  font-size: 1.825em;
  color: white;
  z-index: 300;
  position: absolute;
}
@media only screen and (min-width: 960px) {
  /* line 155, ../sass/_pages.scss */
  .slideshow-slides-container .cycle-control.arrow {
    top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 155, ../sass/_pages.scss */
  .slideshow-slides-container .cycle-control.arrow {
    top: 115px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 155, ../sass/_pages.scss */
  .slideshow-slides-container .cycle-control.arrow {
    top: 72px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 155, ../sass/_pages.scss */
  .slideshow-slides-container .cycle-control.arrow {
    top: 5em;
  }
}
/* line 173, ../sass/_pages.scss */
.slideshow-slides-container .cycle-control.arrow.next {
  right: 0;
}

/* line 179, ../sass/_pages.scss */
.slideshow-slide {
  overflow: hidden;
  *zoom: 1;
  display: none;
  width: 100%;
}
/* line 185, ../sass/_pages.scss */
.slideshow-slide span.caption-white {
  background: rgba(255, 255, 255, 0.85);
  z-index: 200;
  color: #010101;
}
@media all and (min-width: 768px) {
  /* line 185, ../sass/_pages.scss */
  .slideshow-slide span.caption-white {
    position: absolute;
    float: right;
    width: 77.77778%;
    margin-right: 0%;
    margin-left: -77.77778%;
    bottom: 0;
    right: 0;
    padding: 10px 10px 0 10px;
  }
}
/* line 197, ../sass/_pages.scss */
.slideshow-slide.slideshow-slide-first {
  display: block;
}
/* line 200, ../sass/_pages.scss */
.slideshow-slide > a {
  display: block;
  line-height: 0;
}
/* line 205, ../sass/_pages.scss */
.slideshow-slide img {
  width: 100%;
}
/* line 208, ../sass/_pages.scss */
.slideshow-slide h2, .slideshow-slide .section-search .GSAResults h1, .section-search .GSAResults .slideshow-slide h1 {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  font-size: 1.625em;
  line-height: 1.2307em;
  margin-bottom: .2307em;
}
@media all and (min-width: 768px) {
  /* line 208, ../sass/_pages.scss */
  .slideshow-slide h2, .slideshow-slide .section-search .GSAResults h1, .section-search .GSAResults .slideshow-slide h1 {
    margin-left: 2.298%;
    margin-right: 2.298%;
  }
}
/* line 217, ../sass/_pages.scss */
.slideshow-slide h2 a, .slideshow-slide .section-search .GSAResults h1 a, .section-search .GSAResults .slideshow-slide h1 a {
  color: white;
}
/* line 219, ../sass/_pages.scss */
.slideshow-slide h2 a:hover, .slideshow-slide .section-search .GSAResults h1 a:hover, .section-search .GSAResults .slideshow-slide h1 a:hover, .slideshow-slide h2 a:focus, .slideshow-slide .section-search .GSAResults h1 a:focus, .section-search .GSAResults .slideshow-slide h1 a:focus {
  color: #cccccc;
}
/* line 224, ../sass/_pages.scss */
.slideshow-slide p {
  line-height: 1.733em;
}
@media all and (min-width: 768px) {
  /* line 224, ../sass/_pages.scss */
  .slideshow-slide p {
    margin-left: 2.298%;
    margin-right: 2.298%;
    font-size: .9375em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 224, ../sass/_pages.scss */
  .slideshow-slide p {
    font-size: .9em;
    padding: 1em;
  }
}

/* line 239, ../sass/_pages.scss */
.slideshow-pager {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 110;
}
@media only screen and (max-width: 767px) {
  /* line 239, ../sass/_pages.scss */
  .slideshow-pager {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 239, ../sass/_pages.scss */
  .slideshow-pager {
    top: 212px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 239, ../sass/_pages.scss */
  .slideshow-pager {
    top: 276px;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 239, ../sass/_pages.scss */
  .slideshow-pager {
    top: 352px;
  }
}
/* line 248, ../sass/_pages.scss */
.slideshow-pager span {
  color: white;
  font-size: 50px;
  padding: 0 5px;
  text-shadow: 0 0 2px #767676;
}
/* line 253, ../sass/_pages.scss */
.slideshow-pager span:hover {
  cursor: pointer;
}
/* line 256, ../sass/_pages.scss */
.slideshow-pager span.cycle-pager-active {
  color: #767676;
}

/*** STICKY FOOTER ***/
/* See http://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
/* line 266, ../sass/_pages.scss */
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* line 283, ../sass/_pages.scss */
#page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* IE10 */
  -ms-flex-preferred-size: auto;
}

/*** TITLE AND BREADCRUMB ***/
/* line 296, ../sass/_pages.scss */
.page-title-wrapper {
  position: relative;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 296, ../sass/_pages.scss */
  .page-title-wrapper {
    padding: .5em 0 .5em 1em;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  /* line 304, ../sass/_pages.scss */
  .page-title-wrapper h2, .page-title-wrapper .section-search .GSAResults h1, .section-search .GSAResults .page-title-wrapper h1 {
    font-size: 1.7em;
  }
}
/* line 309, ../sass/_pages.scss */
.page-title-wrapper .full-width-right {
  background: white;
  position: relative;
  z-index: 200;
  height: 50px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 309, ../sass/_pages.scss */
  .page-title-wrapper .full-width-right {
    display: none;
  }
}
/* line 320, ../sass/_pages.scss */
.page-title-wrapper .triangle-bottom-right {
  position: relative;
  z-index: 201;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 320, ../sass/_pages.scss */
  .page-title-wrapper .triangle-bottom-right {
    display: none;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 320, ../sass/_pages.scss */
  .page-title-wrapper .triangle-bottom-right {
    width: 0;
    height: 0;
    border-top: 75px solid white;
    border-right: 38.26531px solid transparent;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 320, ../sass/_pages.scss */
  .page-title-wrapper .triangle-bottom-right {
    width: 0;
    height: 0;
    border-top: 67px solid white;
    border-right: 34.18367px solid transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 320, ../sass/_pages.scss */
  .page-title-wrapper .triangle-bottom-right {
    width: 0;
    height: 0;
    border-top: 67px solid white;
    border-right: 34.18367px solid transparent;
    border-right: 48.18367px solid transparent !important;
  }
}
/* line 337, ../sass/_pages.scss */
.page-title-wrapper .triangle-bottom-right.red {
  border-top-color: #b42b2f;
}
/* line 340, ../sass/_pages.scss */
.page-title-wrapper .triangle-bottom-right.yellow {
  border-top-color: #b7851b;
}
/* line 343, ../sass/_pages.scss */
.page-title-wrapper .triangle-bottom-right.green {
  border-top-color: #17b741;
}
/* line 346, ../sass/_pages.scss */
.page-title-wrapper .triangle-bottom-right.blue {
  border-top-color: #3b96b1;
}
/* line 349, ../sass/_pages.scss */
.page-title-wrapper .triangle-bottom-right.purple {
  border-top-color: #a6278e;
}
/* line 352, ../sass/_pages.scss */
.page-title-wrapper .triangle-bottom-right.grey {
  border-top-color: #3d3e4a;
}
/* line 356, ../sass/_pages.scss */
.page-title-wrapper.red {
  background: #b42b2f;
}
/* line 359, ../sass/_pages.scss */
.page-title-wrapper.yellow {
  background: #b7851b;
}
/* line 362, ../sass/_pages.scss */
.page-title-wrapper.green {
  background: #17b741;
}
/* line 365, ../sass/_pages.scss */
.page-title-wrapper.blue {
  background: #3b96b1;
}
/* line 368, ../sass/_pages.scss */
.page-title-wrapper.purple {
  background: #a6278e;
}
/* line 371, ../sass/_pages.scss */
.page-title-wrapper.grey {
  background: #3d3e4a;
}
/* line 375, ../sass/_pages.scss */
.page-title-wrapper #page-title {
  color: white;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 375, ../sass/_pages.scss */
  .page-title-wrapper #page-title {
    position: relative;
    z-index: 201;
    float: left;
    font-size: 22px;
    padding: 20px 55px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 375, ../sass/_pages.scss */
  .page-title-wrapper #page-title {
    position: relative;
    z-index: 201;
    float: left;
    font-size: 22px;
    padding: 20px 75px;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 375, ../sass/_pages.scss */
  .page-title-wrapper #page-title {
    position: relative;
    z-index: 201;
    float: left;
    font-size: 28px;
    padding: 20px 75px;
  }
}
/* line 401, ../sass/_pages.scss */
.page-title-wrapper #page-title.red {
  background: #b42b2f;
}
/* line 404, ../sass/_pages.scss */
.page-title-wrapper #page-title.yellow {
  background: #b7851b;
}
/* line 407, ../sass/_pages.scss */
.page-title-wrapper #page-title.green {
  background: #17b741;
}
/* line 410, ../sass/_pages.scss */
.page-title-wrapper #page-title.blue {
  background: #3b96b1;
}
/* line 413, ../sass/_pages.scss */
.page-title-wrapper #page-title.purple {
  background: #a6278e;
}
/* line 416, ../sass/_pages.scss */
.page-title-wrapper #page-title.grey {
  background: #3d3e4a;
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 375, ../sass/_pages.scss */
  .page-title-wrapper #page-title {
    padding-left: 374px;
  }
}
@media only screen and (min-width: 1296px) {
  /* line 375, ../sass/_pages.scss */
  .page-title-wrapper #page-title {
    padding-left: 470px;
  }
}

/* line 429, ../sass/_pages.scss */
.breadcrumb {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 429, ../sass/_pages.scss */
  .breadcrumb {
    display: block;
    padding: 0 1em;
    line-height: 1.2em;
  }
}
/* line 436, ../sass/_pages.scss */
.breadcrumb a {
  color: #767676;
}
/* line 438, ../sass/_pages.scss */
.breadcrumb a:hover {
  color: #880000;
}
/* line 442, ../sass/_pages.scss */
.breadcrumb li {
  font-size: .875em;
}

/*** VIDEOS ***/
/* line 450, ../sass/_pages.scss */
.embedded-video .player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.7142em;
}
/* line 456, ../sass/_pages.scss */
.embedded-video .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 465, ../sass/_pages.scss */
.video-embed-description {
  margin: 0 0 1.7142em 0;
}

/*** CKEDITOR FORMATTING STYLES ***/
/* line 472, ../sass/_pages.scss */
.rteindent1 {
  margin-left: 40px;
}

/* line 476, ../sass/_pages.scss */
.rteindent2 {
  margin-left: 80px;
}

/* line 480, ../sass/_pages.scss */
.rteindent3 {
  margin-left: 120px;
}

/* line 484, ../sass/_pages.scss */
.rteindent4 {
  margin-left: 160px;
}

/* line 488, ../sass/_pages.scss */
.rteleft {
  text-align: left;
}

/* line 492, ../sass/_pages.scss */
.rteright {
  text-align: right;
}

/* line 496, ../sass/_pages.scss */
.rtecenter {
  text-align: center;
}

/* line 500, ../sass/_pages.scss */
.rtejustify {
  text-align: justify;
}

/*** STYLES BORROWED FROM THE OLD SITE
 *** These are here only so that content migrated from the old site
 *** will not completely break after being migrated.
 ***/
/* line 510, ../sass/_pages.scss */
form.leftmenu, form.rightmenu {
  display: block;
  width: 50%;
  float: left;
  padding: 10px 0;
}

/* line 517, ../sass/_pages.scss */
.imglft {
  clear: both;
  float: left;
  margin: 0;
  padding: 10px 15px 10px 0;
}
/* line 522, ../sass/_pages.scss */
.imglft img {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

/* line 530, ../sass/_pages.scss */
.imgrt {
  clear: both;
  float: right;
  margin: 0;
  padding: 10px 0 10px 10px;
}
/* line 535, ../sass/_pages.scss */
.imgrt img {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* line 543, ../sass/_pages.scss */
.imgrt p, .imglft p {
  display: block;
  width: 125px;
  font-size: .625em;
  font-style: italic;
}
/* line 548, ../sass/_pages.scss */
.imgrt p a, .imglft p a {
  font-style: italic;
}

/* line 553, ../sass/_pages.scss */
tr {
  color: #3f3f3f;
}
/* line 555, ../sass/_pages.scss */
tr:nth-child(even) {
  background: #e6e6e8;
}

/* line 563, ../sass/_pages.scss */
.content-inner-right .content-inner-sidebar {
  background: #e6e6e8;
  font-size: 14px;
  line-height: 22px;
}
/* line 568, ../sass/_pages.scss */
.content-inner-right .content-inner-sidebar ul {
  margin: 1em;
  padding: 1.618em;
  list-style-type: disc;
}
/* line 574, ../sass/_pages.scss */
.content-inner-right .content-inner-sidebar p {
  margin: 0;
  padding: .618em;
  color: #3d3e4a;
}

/* line 584, ../sass/_pages.scss */
.content-inner-sidebar .player-icon {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 42%;
  font-size: 3em;
  color: rgba(255, 255, 255, 0.9);
}

/* line 596, ../sass/_pages.scss */
#block-views-news-and-features-block .views-row {
  clear: both;
}

/* line 601, ../sass/_pages.scss */
.news-archive-image {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
}

/* line 606, ../sass/_pages.scss */
.news-archive-info {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
}

/* line 613, ../sass/_pages.scss */
dd.date,
dd.time {
  margin-left: 0;
  float: left;
}
/* line 617, ../sass/_pages.scss */
dd.date br,
dd.time br {
  display: none;
}

/* line 622, ../sass/_pages.scss */
dd.time:before {
  content: " ,";
}

/* line 626, ../sass/_pages.scss */
dd.room {
  clear: both;
  margin-left: 0;
  margin-bottom: 1.618em;
}

/**
 * @file
 * Landing page styles
 */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 6, ../sass/_landings.scss */
  .landing-feature-blocks {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
  }
}
@media all and (min-width: 768px) {
  /* line 6, ../sass/_landings.scss */
  .landing-feature-blocks {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
  }
}

/* line 17, ../sass/_landings.scss */
.feature-block {
  border: 1px solid #767676;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  min-height: 330px;
  width: 268px;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 17, ../sass/_landings.scss */
  .feature-block {
    float: none;
    margin: 0 0 30px 0;
    width: 99%;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 17, ../sass/_landings.scss */
  .feature-block {
    margin-left: 2%;
    margin-right: 2%;
    width: 45%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 17, ../sass/_landings.scss */
  .feature-block {
    width: 328px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 17, ../sass/_landings.scss */
  .feature-block {
    width: 256px;
  }
}
/* line 39, ../sass/_landings.scss */
.feature-block > a {
  display: block;
  line-height: 0;
  margin-left: -1px;
  margin-right: -1px;
}
/* line 44, ../sass/_landings.scss */
.feature-block > a img {
  line-height: 0;
  width: 100%;
}

/* line 51, ../sass/_landings.scss */
.feature-block-content {
  border-top: none;
  padding: 20px;
}
/* line 54, ../sass/_landings.scss */
.feature-block-content a:hover, .feature-block-content a:focus {
  text-decoration: underline;
}
/* line 57, ../sass/_landings.scss */
.feature-block-content h3 {
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .375em;
}
/* line 63, ../sass/_landings.scss */
.feature-block-content p, .feature-block-content > a {
  font-size: .875em;
  line-height: 1.714em;
}
/* line 67, ../sass/_landings.scss */
.feature-block-content > a {
  position: absolute;
  bottom: 20px;
}

/* line 73, ../sass/_landings.scss */
.node-landing-page .addthis_toolbox {
  float: right;
  width: 130px;
}

/**
 * @file
 * Gallery styling
 */
/*** GALLERY LAYOUT ***/
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/_galleries.scss */
  body.node-type-image-gallery #page {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 8, ../sass/_galleries.scss */
  body.node-type-image-gallery #page {
    width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  /* line 14, ../sass/_galleries.scss */
  .gallery-wrap {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
  }
}

@media only screen and (min-width: 960px) {
  /* line 21, ../sass/_galleries.scss */
  .gallery-slides-container {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/_galleries.scss */
  .gallery-slides-container {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 21, ../sass/_galleries.scss */
  .gallery-slides-container {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 960px) {
  /* line 34, ../sass/_galleries.scss */
  .gallery-controls {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}

/* line 41, ../sass/_galleries.scss */
.gallery-wrap {
  margin-bottom: 30px;
}

/*** GALLERY STYLES ***/
/* line 48, ../sass/_galleries.scss */
.gallery-slides-container {
  /* To prevent flicker in that split second when slides are absolutely positioned
  /* but the sentinel slide is not yet in place.
  */
  min-height: 1px;
}
/* line 53, ../sass/_galleries.scss */
.gallery-slides-container .gallery-slide:first-child {
  position: static !important;
}

/* line 58, ../sass/_galleries.scss */
.gallery-slide-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 62, ../sass/_galleries.scss */
.gallery-slide-container .gallery-slide-container-inner {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 1296px) {
  /* line 62, ../sass/_galleries.scss */
  .gallery-slide-container .gallery-slide-container-inner {
    height: 548px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 62, ../sass/_galleries.scss */
  .gallery-slide-container .gallery-slide-container-inner {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 62, ../sass/_galleries.scss */
  .gallery-slide-container .gallery-slide-container-inner {
    height: 425px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 62, ../sass/_galleries.scss */
  .gallery-slide-container .gallery-slide-container-inner {
    height: 425px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 62, ../sass/_galleries.scss */
  .gallery-slide-container .gallery-slide-container-inner {
    height: 375px;
  }
}
/* line 70, ../sass/_galleries.scss */
.gallery-slide-container .gallery-slide-container-inner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 79, ../sass/_galleries.scss */
.gallery-slides {
  border: 1px solid #767676;
}

/* line 83, ../sass/_galleries.scss */
.gallery-slide {
  display: none;
  width: 100%;
}
/* line 86, ../sass/_galleries.scss */
.gallery-slide.gallery-slide-first {
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 91, ../sass/_galleries.scss */
  .gallery-pager {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 91, ../sass/_galleries.scss */
  .gallery-pager {
    display: none;
  }
}

/* line 96, ../sass/_galleries.scss */
.gallery-pager-thumb {
  cursor: pointer;
  display: inline-block;
  opacity: 0.4;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1296px) {
  /* line 96, ../sass/_galleries.scss */
  .gallery-pager-thumb {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 96, ../sass/_galleries.scss */
  .gallery-pager-thumb {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 96, ../sass/_galleries.scss */
  .gallery-pager-thumb {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 96, ../sass/_galleries.scss */
  .gallery-pager-thumb {
    width: 50px;
    height: 50px;
  }
}

/* line 120, ../sass/_galleries.scss */
.cycle-pager-active {
  opacity: 1;
}

/* line 124, ../sass/_galleries.scss */
#gallery-prev, #gallery-next {
  color: #880000;
  cursor: pointer;
  display: inline-block;
  font-size: 40px;
  height: 60px;
  margin-right: 10px;
  position: relative;
  top: 18px;
}

/* line 135, ../sass/_galleries.scss */
#gallery-prev {
  left: -6px;
}

/* line 139, ../sass/_galleries.scss */
.gallery-caption {
  line-height: 1.4375em;
}

/**
 * @file
 * Footer styling
 */
/*** FOOTER LAYOUT ***/
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/_footer.scss */
  #footer {
    position: relative;
  }
}
@media only screen and (min-width: 960px) {
  /* line 13, ../sass/_footer.scss */
  #footer .grid-wrapper {
    max-width: 1260px;
  }
}

/* line 19, ../sass/_footer.scss */
.region-footer-first,
.region-footer-second,
.region-footer-third,
.region-footer-fourth,
.region-footer-fifth {
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 27, ../sass/_footer.scss */
  .region-footer-first {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 27, ../sass/_footer.scss */
  .region-footer-first {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 27, ../sass/_footer.scss */
  .region-footer-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 27, ../sass/_footer.scss */
  .region-footer-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 44, ../sass/_footer.scss */
  .footer-links-wrapper {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
}

@media all and (min-width: 768px) {
  /* line 49, ../sass/_footer.scss */
  .region-footer-second {
    padding: 0 30px;
    float: left;
    width: 16.66667%;
    margin-left: 33.33333%;
    margin-right: -50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 49, ../sass/_footer.scss */
  .region-footer-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 56, ../sass/_footer.scss */
  .region-footer-second #block-block-3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 49, ../sass/_footer.scss */
  .region-footer-second {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 63, ../sass/_footer.scss */
  .region-footer-third {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 63, ../sass/_footer.scss */
  .region-footer-third {
    padding: 0 30px;
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 63, ../sass/_footer.scss */
  .region-footer-third {
    padding: 0 15px;
    float: left;
    width: 16.66667%;
    margin-left: 50%;
    margin-right: -66.66667%;
  }
}

@media all and (min-width: 768px) {
  /* line 79, ../sass/_footer.scss */
  .region-footer-fourth {
    float: left;
    width: 16.66667%;
    margin-left: 58.33333%;
    margin-right: -75%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 79, ../sass/_footer.scss */
  .region-footer-fourth {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 79, ../sass/_footer.scss */
  .region-footer-fourth {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 87, ../sass/_footer.scss */
  .region-footer-fifth {
    text-align: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 87, ../sass/_footer.scss */
  .region-footer-fifth {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 87, ../sass/_footer.scss */
  .region-footer-fifth {
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -33.33333%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 87, ../sass/_footer.scss */
  .region-footer-fifth {
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -33.33333%;
    padding: 0 30px;
  }
}

/*** FOOTER STYLES ***/
/* line 107, ../sass/_footer.scss */
.footer-container {
  background: #3d3e4a;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 960px) and (max-width: 1295px) {
  /* line 107, ../sass/_footer.scss */
  .footer-container {
    font-size: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 107, ../sass/_footer.scss */
  .footer-container {
    /*margin-top: 50px;*/
  }
}
@media only screen and (min-width: 960px) {
  /* line 107, ../sass/_footer.scss */
  .footer-container {
    /*margin-top: 100px;*/
  }
}
/* line 116, ../sass/_footer.scss */
.footer-container h2, .footer-container .section-search .GSAResults h1, .section-search .GSAResults .footer-container h1 {
  color: white;
  font-size: 25px;
  line-height: 26px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 122, ../sass/_footer.scss */
  .footer-container .wordmark-wrapper {
    margin-bottom: 30px;
  }
  /* line 125, ../sass/_footer.scss */
  .footer-container .wordmark-wrapper img {
    width: 215px;
  }
}
@media all and (min-width: 768px) {
  /* line 122, ../sass/_footer.scss */
  .footer-container .wordmark-wrapper {
    margin-bottom: 15px;
    padding: 0 10px 0 0;
  }
  /* line 133, ../sass/_footer.scss */
  .footer-container .wordmark-wrapper img {
    width: 100%;
  }
}
/* line 138, ../sass/_footer.scss */
.footer-container a, .footer-container a:visited {
  color: white !important;
  text-decoration: none;
}
/* line 141, ../sass/_footer.scss */
.footer-container a:hover, .footer-container a:visited:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
/* line 145, ../sass/_footer.scss */
.footer-container p {
  color: white;
  line-height: 20px;
  margin-bottom: 12px;
}

/**
 * @file
 * Block styling
 */
/*** BLOCKS ***/
/* First, some generic block classes so that we can extend them. */
/* line 11, ../sass/_blocks.scss */
.sidebar-block-title, .front .view-content h2, .front .view-content .section-search .GSAResults h1, .section-search .GSAResults .front .view-content h1, .sidebar-block h2, .sidebar .block h2, .content-inner-sidebar h2, .interior-right-column h2, .sidebar-block .section-search .GSAResults h1, .section-search .GSAResults .sidebar-block h1, .sidebar .block .section-search .GSAResults h1, .section-search .GSAResults .sidebar .block h1, .content-inner-sidebar .section-search .GSAResults h1, .section-search .GSAResults .content-inner-sidebar h1, .interior-right-column .section-search .GSAResults h1, .section-search .GSAResults .interior-right-column h1, .sidebar .block-title {
  color: #767676;
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  margin-bottom: .4em;
}

/* line 24, ../sass/_blocks.scss */
.sidebar-block, .sidebar .block, .content-inner-sidebar, .interior-right-column {
  line-height: 1.4375em;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
/* line 28, ../sass/_blocks.scss */
.sidebar-block:last-child, .sidebar .block:last-child, .content-inner-sidebar:last-child, .interior-right-column:last-child {
  border-bottom: none;
}
/* line 34, ../sass/_blocks.scss */
.sidebar-block p, .sidebar .block p, .content-inner-sidebar p, .interior-right-column p, .sidebar-block ul, .sidebar .block ul, .content-inner-sidebar ul, .interior-right-column ul, .sidebar-block ol, .sidebar .block ol, .content-inner-sidebar ol, .interior-right-column ol {
  margin-bottom: 1em;
}
/* line 37, ../sass/_blocks.scss */
.sidebar-block ul, .sidebar .block ul, .content-inner-sidebar ul, .interior-right-column ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 40, ../sass/_blocks.scss */
.sidebar-block ul li, .sidebar .block ul li, .content-inner-sidebar ul li, .interior-right-column ul li {
  margin-bottom: .375em;
}

/*** INTERIOR SIDEBARS ***/
/* Interior sidebar modules inherit all the properties of blocks */
/**
 * @file
 * Table styles
 */
/* line 11, ../sass/_tables.scss */
table {
  line-height: 1.25em;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* line 17, ../sass/_tables.scss */
table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
/* line 24, ../sass/_tables.scss */
table th {
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 28, ../sass/_tables.scss */
table thead th {
  vertical-align: bottom;
}
/* line 32, ../sass/_tables.scss */
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 41, ../sass/_tables.scss */
table tbody + tbody {
  border-top: 2px solid #767676;
}

/*** CONDENSED ***/
/* line 50, ../sass/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/*** BORDERED ***/
/* line 59, ../sass/_tables.scss */
.table-bordered {
  border: 1px solid #767676;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 65, ../sass/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #767676;
}
/* line 70, ../sass/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 82, ../sass/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 88, ../sass/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 94, ../sass/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 102, ../sass/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 111, ../sass/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 114, ../sass/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 119, ../sass/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 125, ../sass/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

/*** STRIPING ***/
/* line 140, ../sass/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #e5e5e5;
}

/* line 153, ../sass/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #767676;
}

/* Magnific Popup CSS */
/* line 76, ../sass/_popups.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 93, ../sass/_popups.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 105, ../sass/_popups.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 120, ../sass/_popups.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 131, ../sass/_popups.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 138, ../sass/_popups.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 148, ../sass/_popups.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 155, ../sass/_popups.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 159, ../sass/_popups.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  /*    cursor: -moz-zoom-out;
      cursor: -webkit-zoom-out;
      cursor: zoom-out;*/
}

/* line 165, ../sass/_popups.scss */
.mfp-zoom {
  /*  cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;*/
}

/* line 172, ../sass/_popups.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 177, ../sass/_popups.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 188, ../sass/_popups.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 207, ../sass/_popups.scss */
.mfp-hide {
  display: none !important;
}

/* line 218, ../sass/_popups.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 228, ../sass/_popups.scss */
.mfp-preloader a {
  color: #cccccc;
}
/* line 230, ../sass/_popups.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 238, ../sass/_popups.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 245, ../sass/_popups.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 252, ../sass/_popups.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 266, ../sass/_popups.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 274, ../sass/_popups.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 295, ../sass/_popups.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 303, ../sass/_popups.scss */
.mfp-close:active {
  top: 1px;
}

/* line 308, ../sass/_popups.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 314, ../sass/_popups.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 324, ../sass/_popups.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 335, ../sass/_popups.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 348, ../sass/_popups.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 351, ../sass/_popups.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 358, ../sass/_popups.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 374, ../sass/_popups.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 382, ../sass/_popups.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 391, ../sass/_popups.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 394, ../sass/_popups.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
/* line 399, ../sass/_popups.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 406, ../sass/_popups.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 408, ../sass/_popups.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
/* line 413, ../sass/_popups.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 424, ../sass/_popups.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 427, ../sass/_popups.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 432, ../sass/_popups.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 436, ../sass/_popups.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 441, ../sass/_popups.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 461, ../sass/_popups.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 476, ../sass/_popups.scss */
.mfp-figure {
  line-height: 0;
}
/* line 478, ../sass/_popups.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
/* line 492, ../sass/_popups.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 498, ../sass/_popups.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 502, ../sass/_popups.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 510, ../sass/_popups.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 519, ../sass/_popups.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 526, ../sass/_popups.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 539, ../sass/_popups.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 544, ../sass/_popups.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 550, ../sass/_popups.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 554, ../sass/_popups.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 559, ../sass/_popups.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 569, ../sass/_popups.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 573, ../sass/_popups.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 577, ../sass/_popups.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 597, ../sass/_popups.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 601, ../sass/_popups.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 605, ../sass/_popups.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 609, ../sass/_popups.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 621, ../sass/_popups.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 624, ../sass/_popups.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 631, ../sass/_popups.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 634, ../sass/_popups.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 637, ../sass/_popups.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 645, ../sass/_popups.scss */
.image-source-link {
  color: #98C3D1;
}

/* line 649, ../sass/_popups.scss */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0.1;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 660, ../sass/_popups.scss */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

/* line 663, ../sass/_popups.scss */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 667, ../sass/_popups.scss */
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0.1;
}

/**
 * @file
 * News styles
 */
/* line 7, ../sass/_news.scss */
.view-news-archive h2, .view-news-archive .section-search .GSAResults h1, .section-search .GSAResults .view-news-archive h1 {
  margin-bottom: 0;
}
/* line 10, ../sass/_news.scss */
.view-news-archive .views-row {
  border-bottom: 1px solid #767676;
  margin: 0 0 1.5625em;
}
/* line 14, ../sass/_news.scss */
.view-news-archive .views-row-last {
  border-bottom: none;
}

/* line 19, ../sass/_news.scss */
.news-date {
  text-transform: uppercase;
}

/**
 * @file
 * Form styling
 */
/*** BUTTONS ***/
/* line 8, ../sass/_forms.scss */
.btn {
  background: #767676;
  border: 1px solid #767676;
  color: white !important;
  display: inline-block;
  padding: .3em .6315em;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
}
@media only screen and (min-width: 1296px) {
  /* line 8, ../sass/_forms.scss */
  .btn {
    font-size: 1.1875em;
  }
}
/* line 18, ../sass/_forms.scss */
.btn + br {
  display: none;
}
/* line 21, ../sass/_forms.scss */
.btn:hover, .btn:focus {
  background: white;
  border: 1px solid #2f2f2f;
  color: #2f2f2f !important;
  text-decoration: none !important;
}
/* line 28, ../sass/_forms.scss */
.btn.ss-standard:before {
  padding-right: .6315em;
  position: relative;
  top: 3px;
}

/* line 36, ../sass/_forms.scss */
.btn-block {
  display: block;
  margin-right: 0;
}

/* line 41, ../sass/_forms.scss */
fieldset {
  border-width: 1px;
}

/* line 45, ../sass/_forms.scss */
input[type="text"], input[type="password"], input[type="textarea"] {
  background-color: #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.8571em;
  padding: 5px;
}

/* line 52, ../sass/_forms.scss */
.form-submit, input[type="submit"], input[type="reset"] {
  background: #2f2f2f;
  border: none;
  color: white;
  display: inline-block;
  font-size: .9285em;
  padding: 6px 20px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
}
/* line 61, ../sass/_forms.scss */
.form-submit:hover, .form-submit:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  background: #494949;
}

/* line 66, ../sass/_forms.scss */
input[type="reset"] {
  background: #626262;
}
/* line 68, ../sass/_forms.scss */
input[type="reset"]:hover, input[type="reset"]:focus {
  background: #7c7c7c;
}
