/*
Theme Name: Rocket Republic (TGC BASE)
Theme URI: http://rocketrebublic.com
Author: Josh Shank
Author URI: http://rocketrebublic.com
Version: 1
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
 
 /* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/301cc1");

@font-face {font-family: 'proxima-nova';src: url('https://www.thegospelcoalition.org/a/fonts/301CC1_0_0.eot');src: url('https://www.thegospelcoalition.org/a/fonts/301CC1_0_0.eot?#iefix') format('embedded-opentype'),url('https://www.thegospelcoalition.org/a/fonts/301CC1_0_0.woff2') format('woff2'),url('https://www.thegospelcoalition.org/a/fonts/301CC1_0_0.woff') format('woff'),url('https://www.thegospelcoalition.org/a/fonts/301CC1_0_0.ttf') format('truetype');}

/* line 22, ../scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../scss/normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/normalize.scss */
[hidden],
template {
  display: none; }

/* line 56, ../scss/normalize.scss */
script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 80, ../scss/normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, ../scss/normalize.scss */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, ../scss/normalize.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 109, ../scss/normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, ../scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 131, ../scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 140, ../scss/normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../scss/normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 166, ../scss/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 178, ../scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, ../scss/normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 195, ../scss/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, ../scss/normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 212, ../scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 219, ../scss/normalize.scss */
sup {
  top: -0.5em; }

/* line 223, ../scss/normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 235, ../scss/normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, ../scss/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../scss/normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, ../scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, ../scss/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.
 */
/* line 292, ../scss/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 304, ../scss/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 316, ../scss/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.
 */
/* line 331, ../scss/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 341, ../scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 351, ../scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  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 362, ../scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 375, ../scss/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 384, ../scss/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 394, ../scss/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 268, ../scss/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px; }

/* line 273, ../scss/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:990px)";
  width: 990px; }

/* line 278, ../scss/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px; }

/* line 296, ../scss/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 301, ../scss/components/_global.scss */
html,
body {
  font-size: 100%; }

/* line 304, ../scss/components/_global.scss */
body {
  background: #ebebeb;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: default;
  min-width: 320px; }

/* line 319, ../scss/components/_global.scss */
a:hover {
  cursor: pointer; }

/* line 324, ../scss/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto; }

/* line 327, ../scss/components/_global.scss */
object,
embed {
  height: 100%; }

/* line 328, ../scss/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 334, ../scss/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

/* line 339, ../scss/components/_global.scss */
.left {
  float: left !important; }
  /* line 341, ../scss/components/_global.scss */
  .left.padded {
    padding-left: 0; }

/* line 345, ../scss/components/_global.scss */
.right {
  float: right !important; }
  /* line 347, ../scss/components/_global.scss */
  .right.padded {
    padding-right: 0; }

/* line 352, ../scss/components/_global.scss */
.text-left {
  text-align: left !important; }

/* line 353, ../scss/components/_global.scss */
.text-right {
  text-align: right !important; }

/* line 354, ../scss/components/_global.scss */
.text-center {
  text-align: center !important; }

/* line 355, ../scss/components/_global.scss */
.text-justify {
  text-align: justify !important; }

/* line 356, ../scss/components/_global.scss */
.hide {
  display: none; }

/* line 362, ../scss/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased; }

/* line 365, ../scss/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle; }

/* line 375, ../scss/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 378, ../scss/components/_global.scss */
select {
  width: 100%; }

/* Grid HTML Classes */
/* line 141, ../scss/components/_grid-5.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1160px;
  width: 100%;
  *zoom: 1; }
  /* line 121, ../scss/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 146, ../scss/components/_grid-5.scss */
  .row.collapse .column,
  .row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  /* line 150, ../scss/components/_grid-5.scss */
  .row.cozy .column,
  .row.cozy .columns {
    padding-left: 1px;
    padding-right: 1px;
    float: left; }
  /* line 153, ../scss/components/_grid-5.scss */
  .row .row {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    width: auto;
    *zoom: 1; }
    /* line 121, ../scss/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 122, ../scss/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 154, ../scss/components/_grid-5.scss */
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
      *zoom: 1; }
      /* line 121, ../scss/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 122, ../scss/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }
    /* line 155, ../scss/components/_grid-5.scss */
    .row .row.cozy {
      margin-left: -1px;
      margin-right: -1px;
      max-width: none;
      width: auto;
      *zoom: 1; }
      /* line 121, ../scss/components/_global.scss */
      .row .row.cozy:before, .row .row.cozy:after {
        content: " ";
        display: table; }
      /* line 122, ../scss/components/_global.scss */
      .row .row.cozy:after {
        clear: both; }
  /* line 158, ../scss/components/_grid-5.scss */
  .row.space {
    margin-top: 30px;
    margin-bottom: 30px; }

/* line 165, ../scss/components/_grid-5.scss */
.column,
.columns {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  position: relative; }

@media only screen {
  /* line 170, ../scss/components/_grid-5.scss */
  .screen-1 {
    width: 8.33333%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-2 {
    width: 16.66667%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-3 {
    width: 25%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-4 {
    width: 33.33333%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-5 {
    width: 41.66667%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-6 {
    width: 50%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-7 {
    width: 58.33333%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-8 {
    width: 66.66667%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-9 {
    width: 75%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-10 {
    width: 83.33333%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-11 {
    width: 91.66667%; }

  /* line 170, ../scss/components/_grid-5.scss */
  .screen-12 {
    width: 100%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-0 {
    margin-left: 0%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-1 {
    margin-left: 8.33333%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-2 {
    margin-left: 16.66667%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-3 {
    margin-left: 25%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-4 {
    margin-left: 33.33333%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-5 {
    margin-left: 41.66667%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-6 {
    margin-left: 50%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-7 {
    margin-left: 58.33333%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-8 {
    margin-left: 66.66667%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-9 {
    margin-left: 75%; }

  /* line 174, ../scss/components/_grid-5.scss */
  .screen-offset-10 {
    margin-left: 83.33333%; }

  /* line 177, ../scss/components/_grid-5.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  /* line 178, ../scss/components/_grid-5.scss */
  [class*="column"] + [class*="column"].end {
    float: left; }

  /* line 181, ../scss/components/_grid-5.scss */
  .column.screen-centered,
  .columns.screen-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
@media only screen and (min-width: 450px) {
  /* line 187, ../scss/components/_grid-5.scss */
  .micro-1 {
    width: 8.33333%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-2 {
    width: 16.66667%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-3 {
    width: 25%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-4 {
    width: 33.33333%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-5 {
    width: 41.66667%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-6 {
    width: 50%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-7 {
    width: 58.33333%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-8 {
    width: 66.66667%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-9 {
    width: 75%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-10 {
    width: 83.33333%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-11 {
    width: 91.66667%; }

  /* line 187, ../scss/components/_grid-5.scss */
  .micro-12 {
    width: 100%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-0 {
    margin-left: 0%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-1 {
    margin-left: 8.33333%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-2 {
    margin-left: 16.66667%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-3 {
    margin-left: 25%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-4 {
    margin-left: 33.33333%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-5 {
    margin-left: 41.66667%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-6 {
    margin-left: 50%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-7 {
    margin-left: 58.33333%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-8 {
    margin-left: 66.66667%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-9 {
    margin-left: 75%; }

  /* line 191, ../scss/components/_grid-5.scss */
  .micro-offset-10 {
    margin-left: 83.33333%; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-1 {
    left: 8.33333%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-1 {
    right: 8.33333%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-2 {
    left: 16.66667%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-2 {
    right: 16.66667%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-3 {
    left: 25%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-3 {
    right: 25%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-4 {
    left: 33.33333%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-4 {
    right: 33.33333%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-5 {
    left: 41.66667%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-5 {
    right: 41.66667%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-6 {
    left: 50%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-6 {
    right: 50%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-7 {
    left: 58.33333%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-7 {
    right: 58.33333%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-8 {
    left: 66.66667%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-8 {
    right: 66.66667%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-9 {
    left: 75%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-9 {
    right: 75%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-10 {
    left: 83.33333%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-10 {
    right: 83.33333%;
    left: auto; }

  /* line 195, ../scss/components/_grid-5.scss */
  .micro-push-11 {
    left: 91.66667%;
    right: auto; }

  /* line 196, ../scss/components/_grid-5.scss */
  .micro-pull-11 {
    right: 91.66667%;
    left: auto; }

  /* line 200, ../scss/components/_grid-5.scss */
  .column.micro-centered,
  .columns.micro-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 203, ../scss/components/_grid-5.scss */
  .column.micro-uncentered,
  .columns.micro-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 600px) {
  /* line 214, ../scss/components/_grid-5.scss */
  .mini-1 {
    width: 8.33333%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-2 {
    width: 16.66667%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-3 {
    width: 25%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-4 {
    width: 33.33333%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-5 {
    width: 41.66667%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-6 {
    width: 50%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-7 {
    width: 58.33333%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-8 {
    width: 66.66667%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-9 {
    width: 75%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-10 {
    width: 83.33333%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-11 {
    width: 91.66667%; }

  /* line 214, ../scss/components/_grid-5.scss */
  .mini-12 {
    width: 100%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-0 {
    margin-left: 0%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-1 {
    margin-left: 8.33333%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-2 {
    margin-left: 16.66667%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-3 {
    margin-left: 25%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-4 {
    margin-left: 33.33333%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-5 {
    margin-left: 41.66667%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-6 {
    margin-left: 50%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-7 {
    margin-left: 58.33333%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-8 {
    margin-left: 66.66667%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-9 {
    margin-left: 75%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-10 {
    margin-left: 83.33333%; }

  /* line 218, ../scss/components/_grid-5.scss */
  .mini-offset-11 {
    margin-left: 91.66667%; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-1 {
    left: 8.33333%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-1 {
    right: 8.33333%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-2 {
    left: 16.66667%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-2 {
    right: 16.66667%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-3 {
    left: 25%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-3 {
    right: 25%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-4 {
    left: 33.33333%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-4 {
    right: 33.33333%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-5 {
    left: 41.66667%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-5 {
    right: 41.66667%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-6 {
    left: 50%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-6 {
    right: 50%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-7 {
    left: 58.33333%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-7 {
    right: 58.33333%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-8 {
    left: 66.66667%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-8 {
    right: 66.66667%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-9 {
    left: 75%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-9 {
    right: 75%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-10 {
    left: 83.33333%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-10 {
    right: 83.33333%;
    left: auto; }

  /* line 222, ../scss/components/_grid-5.scss */
  .mini-push-11 {
    left: 91.66667%;
    right: auto; }

  /* line 223, ../scss/components/_grid-5.scss */
  .mini-pull-11 {
    right: 91.66667%;
    left: auto; }

  /* line 227, ../scss/components/_grid-5.scss */
  .column.mini-centered,
  .columns.mini-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 230, ../scss/components/_grid-5.scss */
  .column.mini-uncentered,
  .columns.mini-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 768px) {
  /* line 241, ../scss/components/_grid-5.scss */
  .small-1 {
    width: 8.33333%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-2 {
    width: 16.66667%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-3 {
    width: 25%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-4 {
    width: 33.33333%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-5 {
    width: 41.66667%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-6 {
    width: 50%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-7 {
    width: 58.33333%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-8 {
    width: 66.66667%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-9 {
    width: 75%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-10 {
    width: 83.33333%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-11 {
    width: 91.66667%; }

  /* line 241, ../scss/components/_grid-5.scss */
  .small-12 {
    width: 100%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-0 {
    margin-left: 0%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-1 {
    margin-left: 8.33333%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-2 {
    margin-left: 16.66667%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-3 {
    margin-left: 25%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-4 {
    margin-left: 33.33333%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-5 {
    margin-left: 41.66667%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-6 {
    margin-left: 50%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-7 {
    margin-left: 58.33333%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-8 {
    margin-left: 66.66667%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-9 {
    margin-left: 75%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-10 {
    margin-left: 83.33333%; }

  /* line 245, ../scss/components/_grid-5.scss */
  .small-offset-11 {
    margin-left: 91.66667%; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-1 {
    left: 8.33333%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-1 {
    right: 8.33333%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-2 {
    left: 16.66667%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-2 {
    right: 16.66667%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-3 {
    left: 25%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-3 {
    right: 25%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-4 {
    left: 33.33333%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-4 {
    right: 33.33333%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-5 {
    left: 41.66667%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-5 {
    right: 41.66667%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-6 {
    left: 50%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-6 {
    right: 50%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-7 {
    left: 58.33333%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-7 {
    right: 58.33333%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-8 {
    left: 66.66667%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-8 {
    right: 66.66667%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-9 {
    left: 75%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-9 {
    right: 75%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-10 {
    left: 83.33333%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-10 {
    right: 83.33333%;
    left: auto; }

  /* line 249, ../scss/components/_grid-5.scss */
  .small-push-11 {
    left: 91.66667%;
    right: auto; }

  /* line 250, ../scss/components/_grid-5.scss */
  .small-pull-11 {
    right: 91.66667%;
    left: auto; }

  /* line 254, ../scss/components/_grid-5.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 257, ../scss/components/_grid-5.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 990px) {
  /* line 268, ../scss/components/_grid-5.scss */
  .medium-1 {
    width: 8.33333%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-2 {
    width: 16.66667%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-3 {
    width: 25%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-4 {
    width: 33.33333%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-5 {
    width: 41.66667%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-6 {
    width: 50%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-7 {
    width: 58.33333%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-8 {
    width: 66.66667%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-9 {
    width: 75%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-10 {
    width: 83.33333%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-11 {
    width: 91.66667%; }

  /* line 268, ../scss/components/_grid-5.scss */
  .medium-12 {
    width: 100%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-0 {
    margin-left: 0%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-1 {
    margin-left: 8.33333%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-2 {
    margin-left: 16.66667%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-3 {
    margin-left: 25%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-4 {
    margin-left: 33.33333%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-5 {
    margin-left: 41.66667%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-6 {
    margin-left: 50%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-7 {
    margin-left: 58.33333%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-8 {
    margin-left: 66.66667%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-9 {
    margin-left: 75%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-10 {
    margin-left: 83.33333%; }

  /* line 272, ../scss/components/_grid-5.scss */
  .medium-offset-11 {
    margin-left: 91.66667%; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-3 {
    left: 25%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-3 {
    right: 25%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-6 {
    left: 50%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-6 {
    right: 50%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-9 {
    left: 75%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-9 {
    right: 75%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  /* line 276, ../scss/components/_grid-5.scss */
  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  /* line 277, ../scss/components/_grid-5.scss */
  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  /* line 281, ../scss/components/_grid-5.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 284, ../scss/components/_grid-5.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 1280px) {
  /* line 295, ../scss/components/_grid-5.scss */
  .large-1 {
    width: 8.33333%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-2 {
    width: 16.66667%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-3 {
    width: 25%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-4 {
    width: 33.33333%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-5 {
    width: 41.66667%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-6 {
    width: 50%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-7 {
    width: 58.33333%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-8 {
    width: 66.66667%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-9 {
    width: 75%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-10 {
    width: 83.33333%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-11 {
    width: 91.66667%; }

  /* line 295, ../scss/components/_grid-5.scss */
  .large-12 {
    width: 100%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-0 {
    margin-left: 0%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-1 {
    margin-left: 8.33333%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-2 {
    margin-left: 16.66667%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-3 {
    margin-left: 25%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-4 {
    margin-left: 33.33333%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-5 {
    margin-left: 41.66667%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-6 {
    margin-left: 50%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-7 {
    margin-left: 58.33333%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-8 {
    margin-left: 66.66667%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-9 {
    margin-left: 75%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-10 {
    margin-left: 83.33333%; }

  /* line 299, ../scss/components/_grid-5.scss */
  .large-offset-11 {
    margin-left: 91.66667%; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-3 {
    left: 25%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-3 {
    right: 25%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-6 {
    left: 50%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-6 {
    right: 50%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-9 {
    left: 75%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-9 {
    right: 75%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  /* line 303, ../scss/components/_grid-5.scss */
  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  /* line 304, ../scss/components/_grid-5.scss */
  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

  /* line 308, ../scss/components/_grid-5.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  /* line 311, ../scss/components/_grid-5.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../scss/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
    /* line 121, ../scss/components/_global.scss */
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    /* line 122, ../scss/components/_global.scss */
    [class*="block-grid-"]:after {
      clear: both; }
    /* line 27, ../scss/components/_block-grid.scss */
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  /* line 63, ../scss/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  /* line 36, ../scss/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    /* line 40, ../scss/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    /* line 41, ../scss/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* line 111, ../scss/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.4; }

/* line 116, ../scss/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
/* line 145, ../scss/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
/* line 152, ../scss/components/_type.scss */
a {
  color: #78b147;
  text-decoration: none;
  line-height: inherit; }
  /* line 158, ../scss/components/_type.scss */
  a:hover, a:focus {
    color: #6c9f40; }
  /* line 160, ../scss/components/_type.scss */
  a img {
    border: none; }

/* Default paragraph styles */
/* line 164, ../scss/components/_type.scss */
p {
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  /* line 174, ../scss/components/_type.scss */
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
/* line 182, ../scss/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
  -ms-word-break: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  /* line 194, ../scss/components/_type.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }
  /* line 199, ../scss/components/_type.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
    /* line 201, ../scss/components/_type.scss */
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #78b147; }

/* line 207, ../scss/components/_type.scss */
h1 {
  font-size: 2.125em; }

/* line 208, ../scss/components/_type.scss */
h2 {
  font-size: 1.25em;
  line-height: 1em; }

/* line 212, ../scss/components/_type.scss */
h3 {
  font-size: 1.0625em; }

/* line 213, ../scss/components/_type.scss */
h4 {
  font-size: 1.125em; }

/* line 214, ../scss/components/_type.scss */
h5 {
  font-size: 1.125em; }

/* line 215, ../scss/components/_type.scss */
h6 {
  font-size: 1em; }

/* line 219, ../scss/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
/* line 229, ../scss/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 235, ../scss/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 240, ../scss/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 245, ../scss/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
/* line 254, ../scss/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

/* line 262, ../scss/components/_type.scss */
ul, ol {
  margin-left: 0; }
  /* line 264, ../scss/components/_type.scss */
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
/* line 271, ../scss/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
/* line 280, ../scss/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
/* line 283, ../scss/components/_type.scss */
ul.square {
  list-style-type: square; }
/* line 284, ../scss/components/_type.scss */
ul.circle {
  list-style-type: circle; }
/* line 285, ../scss/components/_type.scss */
ul.disc {
  list-style-type: disc; }
/* line 286, ../scss/components/_type.scss */
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
/* line 293, ../scss/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
/* line 302, ../scss/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
/* line 306, ../scss/components/_type.scss */
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
/* line 311, ../scss/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

/* line 318, ../scss/components/_type.scss */
abbr {
  text-transform: none; }

/* Blockquotes */
/* line 323, ../scss/components/_type.scss */
blockquote {
  margin: 1.25em 0;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #dddddd;
  font-style: italic;
  font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px !important;
  color: #333 !important; }
  /* line 332, ../scss/components/_type.scss */
  blockquote:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 768px) {
    /* line 323, ../scss/components/_type.scss */
    blockquote {
      font-size: 24px;
      line-height: 28px !important; } }
  /* line 342, ../scss/components/_type.scss */
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    /* line 346, ../scss/components/_type.scss */
    blockquote cite:before {
      content: "\2014 \0020"; }
    /* line 351, ../scss/components/_type.scss */
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

/* line 357, ../scss/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.4;
  color: #6f6f6f; }

/* Microformats */
/* line 363, ../scss/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  /* line 369, ../scss/components/_type.scss */
  .vcard li {
    margin: 0;
    display: block; }
  /* line 373, ../scss/components/_type.scss */
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

/* line 380, ../scss/components/_type.scss */
.vevent .summary {
  font-weight: bold; }
/* line 382, ../scss/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 768px) {
  /* line 393, ../scss/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  /* line 394, ../scss/components/_type.scss */
  h1 {
    font-size: 2.75em; }

  /* line 395, ../scss/components/_type.scss */
  h2 {
    font-size: 1.5625em; }

  /* line 398, ../scss/components/_type.scss */
  h3 {
    font-size: 1.25em; }

  /* line 399, ../scss/components/_type.scss */
  h4 {
    font-size: 1.4375em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 410, ../scss/components/_type.scss */
.print-only {
  display: none !important; }

@media print {
  /* line 412, ../scss/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 420, ../scss/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 421, ../scss/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 423, ../scss/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 428, ../scss/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 431, ../scss/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 436, ../scss/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 439, ../scss/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 441, ../scss/components/_type.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 447, ../scss/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 453, ../scss/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 455, ../scss/components/_type.scss */
  .hide-on-print {
    display: none !important; }

  /* line 456, ../scss/components/_type.scss */
  .print-only {
    display: block !important; }

  /* line 457, ../scss/components/_type.scss */
  .hide-for-print {
    display: none !important; }

  /* line 458, ../scss/components/_type.scss */
  .show-for-print {
    display: inherit !important; } }
/* line 180, ../scss/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #78b147;
  border-color: #5f8d38;
  color: white; }
  /* line 60, ../scss/components/_buttons.scss */
  button.fancy, .button.fancy {
    font-size: 1.125rem ;
    line-height: 1.125rem ;
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal; }
    /* line 87, ../scss/_mixins.scss */
    button.fancy .lt-ie9, .button.fancy .lt-ie9 {
      font-size: 18px ; }
    /* line 87, ../scss/_mixins.scss */
    button.fancy .lt-ie9, .button.fancy .lt-ie9 {
      line-height: 18px ; }
  /* line 131, ../scss/components/_buttons.scss */
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #5f8d38; }
  /* line 142, ../scss/components/_buttons.scss */
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  /* line 185, ../scss/components/_buttons.scss */
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333; }
    /* line 131, ../scss/components/_buttons.scss */
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #d0d0d0; }
    /* line 137, ../scss/components/_buttons.scss */
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  /* line 186, ../scss/components/_buttons.scss */
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    /* line 131, ../scss/components/_buttons.scss */
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    /* line 142, ../scss/components/_buttons.scss */
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  /* line 187, ../scss/components/_buttons.scss */
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    /* line 131, ../scss/components/_buttons.scss */
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    /* line 142, ../scss/components/_buttons.scss */
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  /* line 188, ../scss/components/_buttons.scss */
  button.dark, .button.dark {
    background-color: #1b1b1b;
    border-color: #010101;
    color: white; }
    /* line 131, ../scss/components/_buttons.scss */
    button.dark:hover, button.dark:focus, .button.dark:hover, .button.dark:focus {
      background-color: #010101; }
    /* line 142, ../scss/components/_buttons.scss */
    button.dark:hover, button.dark:focus, .button.dark:hover, .button.dark:focus {
      color: white; }
  /* line 189, ../scss/components/_buttons.scss */
  button.darkish, .button.darkish {
    background-color: #474747;
    border-color: #2e2e2e;
    color: white; }
    /* line 131, ../scss/components/_buttons.scss */
    button.darkish:hover, button.darkish:focus, .button.darkish:hover, .button.darkish:focus {
      background-color: #2e2e2e; }
    /* line 142, ../scss/components/_buttons.scss */
    button.darkish:hover, button.darkish:focus, .button.darkish:hover, .button.darkish:focus {
      color: white; }
  /* line 191, ../scss/components/_buttons.scss */
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  /* line 192, ../scss/components/_buttons.scss */
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  /* line 193, ../scss/components/_buttons.scss */
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  /* line 194, ../scss/components/_buttons.scss */
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  /* line 196, ../scss/components/_buttons.scss */
  button.lowercase, .button.lowercase {
    text-transform: none; }
  /* line 198, ../scss/components/_buttons.scss */
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  /* line 199, ../scss/components/_buttons.scss */
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  /* line 201, ../scss/components/_buttons.scss */
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #78b147;
    border-color: #5f8d38;
    color: white;
    cursor: default;
    -moz-opacity: 0.6 ;
    -khtml-opacity: 0.6 ;
    -webkit-opacity: 0.6 ;
    opacity: 0.6 ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    zoom: 1;
    -webkit-box-shadow: none;
    box-shadow: none; }
    /* line 131, ../scss/components/_buttons.scss */
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #5f8d38; }
    /* line 142, ../scss/components/_buttons.scss */
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    /* line 155, ../scss/components/_buttons.scss */
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #78b147; }
    /* line 202, ../scss/components/_buttons.scss */
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333333;
      cursor: default;
      -moz-opacity: 0.6 ;
      -khtml-opacity: 0.6 ;
      -webkit-opacity: 0.6 ;
      opacity: 0.6 ;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
      filter: "alpha(opacity=${opperc})";
      zoom: 1;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 131, ../scss/components/_buttons.scss */
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #d0d0d0; }
      /* line 137, ../scss/components/_buttons.scss */
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      /* line 155, ../scss/components/_buttons.scss */
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    /* line 203, ../scss/components/_buttons.scss */
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      -moz-opacity: 0.6 ;
      -khtml-opacity: 0.6 ;
      -webkit-opacity: 0.6 ;
      opacity: 0.6 ;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
      filter: "alpha(opacity=${opperc})";
      zoom: 1;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 131, ../scss/components/_buttons.scss */
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      /* line 142, ../scss/components/_buttons.scss */
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      /* line 155, ../scss/components/_buttons.scss */
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    /* line 204, ../scss/components/_buttons.scss */
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      -moz-opacity: 0.6 ;
      -khtml-opacity: 0.6 ;
      -webkit-opacity: 0.6 ;
      opacity: 0.6 ;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
      filter: "alpha(opacity=${opperc})";
      zoom: 1;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 131, ../scss/components/_buttons.scss */
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      /* line 142, ../scss/components/_buttons.scss */
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      /* line 155, ../scss/components/_buttons.scss */
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

/* line 209, ../scss/components/_buttons.scss */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none; }
  /* line 211, ../scss/components/_buttons.scss */
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none; }
  /* line 212, ../scss/components/_buttons.scss */
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none; }
  /* line 213, ../scss/components/_buttons.scss */
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none; }

@media only screen {
  /* line 219, ../scss/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    /* line 68, ../scss/components/_global.scss */
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    /* line 227, ../scss/components/_buttons.scss */
    button.radius, .button.radius {
      border-radius: 3px; }
    /* line 228, ../scss/components/_buttons.scss */
    button.round, .button.round {
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  /* line 236, ../scss/components/_buttons.scss */
  button, .button {
    display: inline-block; } }
/* Standard Forms */
/* line 268, ../scss/components/_forms.scss */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
/* line 68, ../scss/components/_forms.scss */
form .row .row {
  margin: 0 -0.5em; }
  /* line 71, ../scss/components/_forms.scss */
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  /* line 74, ../scss/components/_forms.scss */
  form .row .row.collapse {
    margin: 0; }
    /* line 77, ../scss/components/_forms.scss */
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
/* line 90, ../scss/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
/* line 274, ../scss/components/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */ }
  /* line 275, ../scss/components/_forms.scss */
  label.right {
    float: none;
    text-align: right; }
  /* line 276, ../scss/components/_forms.scss */
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }
  /* line 278, ../scss/components/_forms.scss */
  label small {
    text-transform: capitalize;
    color: #666666; }

/* Attach elements to the beginning or end of an input */
/* line 286, ../scss/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 289, ../scss/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

/* line 290, ../scss/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

/* line 292, ../scss/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 293, ../scss/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 294, ../scss/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

/* line 295, ../scss/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 298, ../scss/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  /* line 299, ../scss/components/_forms.scss */
  span.prefix.radius, label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

/* line 301, ../scss/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  /* line 302, ../scss/components/_forms.scss */
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
/* line 308, ../scss/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
/* line 311, ../scss/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
/* line 316, ../scss/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
/* line 319, ../scss/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
/* line 339, ../scss/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -webkit-transition: background .2s, box-shadow .2s;
  -moz-transition: background .2s, box-shadow .2s;
  -ms-transition: background .2s, box-shadow .2s;
  -o-transition: background .2s, box-shadow .2s;
  transition: background .2s, box-shadow .2s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 115, ../scss/components/_forms.scss */
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-transition: background .05s, box-shadow .05s;
    -moz-transition: background .05s, box-shadow .05s;
    -ms-transition: background .05s, box-shadow .05s;
    -o-transition: background .05s, box-shadow .05s;
    transition: background .05s, box-shadow .05s;
    background: white;
    border-color: #999999;
    outline: none;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, 0.15), inset 0 2px 17px 0px rgba(0, 0, 0, 0.05); }
  /* line 124, ../scss/components/_forms.scss */
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
/* line 353, ../scss/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
/* line 358, ../scss/components/_forms.scss */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
/* line 363, ../scss/components/_forms.scss */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  /* line 225, ../scss/components/_forms.scss */
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
/* line 372, ../scss/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
/* line 375, ../scss/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none; }

/* line 377, ../scss/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

/* line 383, ../scss/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  /* line 240, ../scss/components/_forms.scss */
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }
/* line 389, ../scss/components/_forms.scss */
.error label,
.error label.error {
  color: #c60f13; }
/* line 394, ../scss/components/_forms.scss */
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
/* line 398, ../scss/components/_forms.scss */
.error span.error-message {
  display: block; }

/* line 404, ../scss/components/_forms.scss */
input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  /* line 240, ../scss/components/_forms.scss */
  input.error:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

/* line 409, ../scss/components/_forms.scss */
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  /* line 240, ../scss/components/_forms.scss */
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }

/* line 413, ../scss/components/_forms.scss */
label.error {
  color: #c60f13; }

/* Wrapped around .top-bar to contain to grid width */
/* line 80, ../scss/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  /* line 84, ../scss/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

/* line 88, ../scss/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 199; }
  /* line 95, ../scss/components/_top-bar.scss */
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    /* line 101, ../scss/components/_top-bar.scss */
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 199; }
    /* line 107, ../scss/components/_top-bar.scss */
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 198;
      margin-top: 70px; }
  /* line 112, ../scss/components/_top-bar.scss */
  .fixed, .fixed .top-bar {
    height: 70px;
    line-height: 70px; }
  @media only screen and (max-width: 867px) {
    /* line 117, ../scss/components/_top-bar.scss */
    .fixed .top-bar-section-wrap {
      margin-left: -15px;
      margin-right: -15px; } }

/* line 125, ../scss/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  /* line 134, ../scss/components/_top-bar.scss */
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  /* line 139, ../scss/components/_top-bar.scss */
  .top-bar .row {
    max-width: none; }
  /* line 142, ../scss/components/_top-bar.scss */
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  /* line 144, ../scss/components/_top-bar.scss */
  .top-bar input {
    height: 2.45em; }
  /* line 146, ../scss/components/_top-bar.scss */
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  /* line 149, ../scss/components/_top-bar.scss */
  .top-bar .title-area {
    position: relative;
    margin: 0;
    height: 70px; }
  /* line 155, ../scss/components/_top-bar.scss */
  .top-bar .name {
    margin: 0;
    font-size: 16px; }
    /* line 159, ../scss/components/_top-bar.scss */
    .top-bar .name h1 {
      line-height: 70px;
      font-size: 1.0625em;
      margin: 0; }
      /* line 163, ../scss/components/_top-bar.scss */
      .top-bar .name h1 a {
        font-weight: bold;
        color: white;
        width: 50%;
        display: block;
        padding: 0 23.33333px; }
  /* line 174, ../scss/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    /* line 179, ../scss/components/_top-bar.scss */
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 23.33333px;
      height: 70px;
      line-height: 70px; }
    /* line 192, ../scss/components/_top-bar.scss */
    .top-bar .toggle-topbar.menu-icon {
      right: 23.33333px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      /* line 198, ../scss/components/_top-bar.scss */
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 16px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        /* line 206, ../scss/components/_top-bar.scss */
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 100%;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  /* line 227, ../scss/components/_top-bar.scss */
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    /* line 240, ../scss/components/_top-bar.scss */
    .top-bar.expanded .title-area {
      background: #333333; }
    /* line 243, ../scss/components/_top-bar.scss */
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      /* line 244, ../scss/components/_top-bar.scss */
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        -moz-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        -o-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }
    /* line 262, ../scss/components/_top-bar.scss */
    .top-bar.expanded .has-icon .nav-icon {
      display: block !important;
      background-position: left center !important;
      width: 100% !important;
      margin-top: 0 !important;
      height: 50px !important; }
    /* line 269, ../scss/components/_top-bar.scss */
    .top-bar.expanded .has-icon form {
      display: none; }
    /* line 274, ../scss/components/_top-bar.scss */
    .top-bar.expanded .has-icon.search-active .nav-icon {
      width: 30px !important;
      float: left; }
    /* line 278, ../scss/components/_top-bar.scss */
    .top-bar.expanded .has-icon.search-active form {
      display: block;
      float: left;
      margin-top: 10px; }
    /* line 286, ../scss/components/_top-bar.scss */
    .top-bar.expanded .has-dropdown > a {
      background-image: url("images/site/ico-fwd.png");
      background-size: 11px 12px;
      background-repeat: no-repeat;
      background-position: right center; }
      @media (-webkit-min-device-pixel-ratio: 1.5) {
        /* line 286, ../scss/components/_top-bar.scss */
        .top-bar.expanded .has-dropdown > a {
          background-image: url("images/site/ico-fwd@2x.png");
          background-size: 11px 12px; } }
      @media (min-resolution: 144dpi) {
        /* line 286, ../scss/components/_top-bar.scss */
        .top-bar.expanded .has-dropdown > a {
          background-image: url("images/site/ico-fwd@2x.png");
          background-size: 11px 12px; } }

/* line 298, ../scss/components/_top-bar.scss */
.top-bar-section {
  height: 100%;
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  /* line 306, ../scss/components/_top-bar.scss */
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #626262;
    font-size: 16px;
    margin: 0; }
    @media (min-width: 868px) {
      /* line 306, ../scss/components/_top-bar.scss */
      .top-bar-section ul {
        background: #333;
        font-size: 14px; } }
    @media (min-width: 1068px) {
      /* line 306, ../scss/components/_top-bar.scss */
      .top-bar-section ul {
        font-size: 16px; } }
  /* line 324, ../scss/components/_top-bar.scss */
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-bottom: solid 1px #78b147;
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  /* line 333, ../scss/components/_top-bar.scss */
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 23.33333px;
    font-size: 1em;
    font-weight: lighter;
    background: #626262; }
    /* line 343, ../scss/components/_top-bar.scss */
    .top-bar-section ul li > a.button {
      background: #78b147;
      font-size: 1em;
      padding-right: 23.33333px;
      padding-left: 23.33333px; }
      /* line 348, ../scss/components/_top-bar.scss */
      .top-bar-section ul li > a.button:hover {
        background: #5f8d38; }
    /* line 352, ../scss/components/_top-bar.scss */
    .top-bar-section ul li > a.button.secondary {
      background: #e9e9e9; }
      /* line 354, ../scss/components/_top-bar.scss */
      .top-bar-section ul li > a.button.secondary:hover {
        background: #d0d0d0; }
    /* line 358, ../scss/components/_top-bar.scss */
    .top-bar-section ul li > a.button.success {
      background: #5da423; }
      /* line 360, ../scss/components/_top-bar.scss */
      .top-bar-section ul li > a.button.success:hover {
        background: #457a1a; }
    /* line 364, ../scss/components/_top-bar.scss */
    .top-bar-section ul li > a.button.alert {
      background: #c60f13; }
      /* line 366, ../scss/components/_top-bar.scss */
      .top-bar-section ul li > a.button.alert:hover {
        background: #970b0e; }
  /* line 374, ../scss/components/_top-bar.scss */
  .top-bar-section ul li:hover > a {
    background: #626262; }
  /* line 379, ../scss/components/_top-bar.scss */
  .top-bar-section ul li.active > a {
    background: #626262;
    color: white; }
  /* line 386, ../scss/components/_top-bar.scss */
  .top-bar-section .has-form {
    padding: 23.33333px; }
  /* line 389, ../scss/components/_top-bar.scss */
  .top-bar-section .has-dropdown {
    position: relative; }
    /* line 393, ../scss/components/_top-bar.scss */
    .top-bar-section .has-dropdown > a:after {
      margin-right: 23.33333px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    /* line 405, ../scss/components/_top-bar.scss */
    .top-bar-section .has-dropdown.moved {
      position: static; }
      /* line 406, ../scss/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  /* line 413, ../scss/components/_top-bar.scss */
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 199; }
    /* line 420, ../scss/components/_top-bar.scss */
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      /* line 424, ../scss/components/_top-bar.scss */
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 23.33333px; }
        /* line 427, ../scss/components/_top-bar.scss */
        .top-bar-section .dropdown li a.parent-link {
          font-weight: lighter; }
      /* line 432, ../scss/components/_top-bar.scss */
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        /* line 433, ../scss/components/_top-bar.scss */
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 35px;
          display: block; }
    /* line 441, ../scss/components/_top-bar.scss */
    .top-bar-section .dropdown label {
      padding: 8px 23.33333px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.625em; }

/* line 453, ../scss/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 868px !important;
  visibility: hidden; }

/* line 457, ../scss/components/_top-bar.scss */
.js-generated {
  display: block; }

@media only screen and (min-width: 868px) {
  /* line 462, ../scss/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible; }
    /* line 121, ../scss/components/_global.scss */
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    /* line 122, ../scss/components/_global.scss */
    .top-bar:after {
      clear: both; }
    /* line 467, ../scss/components/_top-bar.scss */
    .top-bar .toggle-topbar {
      display: none; }
    /* line 469, ../scss/components/_top-bar.scss */
    .top-bar .title-area {
      float: left; }
    /* line 470, ../scss/components/_top-bar.scss */
    .top-bar .name h1 a {
      width: auto; }
    /* line 473, ../scss/components/_top-bar.scss */
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    /* line 482, ../scss/components/_top-bar.scss */
    .top-bar.expanded {
      background: #333333; }

  /* line 485, ../scss/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 0; }

  /* line 491, ../scss/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    /* line 495, ../scss/components/_top-bar.scss */
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      /* line 500, ../scss/components/_top-bar.scss */
      .top-bar-section ul li {
        float: left; }
        /* line 502, ../scss/components/_top-bar.scss */
        .top-bar-section ul li .js-generated {
          display: none; }
    /* line 508, ../scss/components/_top-bar.scss */
    .top-bar-section li.hover > a:not(.button) {
      background: #626262;
      color: #78b147; }
    /* line 513, ../scss/components/_top-bar.scss */
    .top-bar-section li a:not(.button) {
      padding: 0 23.33333px;
      line-height: 70px;
      background: #333333; }
      /* line 517, ../scss/components/_top-bar.scss */
      .top-bar-section li a:not(.button):hover {
        background: #626262; }
    /* line 536, ../scss/components/_top-bar.scss */
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      /* line 537, ../scss/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    /* line 541, ../scss/components/_top-bar.scss */
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      top: 41px; }
    /* line 549, ../scss/components/_top-bar.scss */
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1em;
      margin-top: -7px;
      right: 5px; }
    /* line 561, ../scss/components/_top-bar.scss */
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      /* line 568, ../scss/components/_top-bar.scss */
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 23.33333px;
        background: #626262; }
      /* line 576, ../scss/components/_top-bar.scss */
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #404040; }
      /* line 582, ../scss/components/_top-bar.scss */
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    /* line 590, ../scss/components/_top-bar.scss */
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #78b147;
      border-left: solid 1px #1a1a1a;
      clear: none;
      height: 70px;
      width: 0; }
    /* line 600, ../scss/components/_top-bar.scss */
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 23.33333px;
      height: 70px; }
    /* line 608, ../scss/components/_top-bar.scss */
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      /* line 612, ../scss/components/_top-bar.scss */
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; }

  /* line 622, ../scss/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #626262;
    color: #78b147; }
  /* line 628, ../scss/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #626262;
    color: white; }
  /* line 636, ../scss/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }
/* line 651, ../scss/components/_top-bar.scss */
#header-group .nav-primary-fixed-wrap {
  background: #626262;
  min-height: 70px; }
  /* line 654, ../scss/components/_top-bar.scss */
  #header-group .nav-primary-fixed-wrap .nav-primary {
    overflow: hidden; }
  /* line 664, ../scss/components/_top-bar.scss */
  #header-group .nav-primary-fixed-wrap.fixed {
    margin-bottom: 0; }
    /* line 667, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap.fixed .extraneous-row {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 1160px;
      width: 100%;
      *zoom: 1; }
      /* line 121, ../scss/components/_global.scss */
      #header-group .nav-primary-fixed-wrap.fixed .extraneous-row:before, #header-group .nav-primary-fixed-wrap.fixed .extraneous-row:after {
        content: " ";
        display: table; }
      /* line 122, ../scss/components/_global.scss */
      #header-group .nav-primary-fixed-wrap.fixed .extraneous-row:after {
        clear: both; }
    /* line 670, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap.fixed .name {
      margin-left: 15px; }
    /* line 674, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap.fixed .top-bar .menu-icon {
      right: 15px; }
  /* line 681, ../scss/components/_top-bar.scss */
  #header-group .nav-primary-fixed-wrap .top-bar {
    *zoom: 1;
    overflow: hidden;
    height: 70px; }
    /* line 121, ../scss/components/_global.scss */
    #header-group .nav-primary-fixed-wrap .top-bar:before, #header-group .nav-primary-fixed-wrap .top-bar:after {
      content: " ";
      display: table; }
    /* line 122, ../scss/components/_global.scss */
    #header-group .nav-primary-fixed-wrap .top-bar:after {
      clear: both; }
    /* line 684, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap .top-bar.expanded {
      height: auto; }
    /* line 688, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap .top-bar .menu-icon {
      right: 30px; }
    /* line 694, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap .top-bar .title-area {
      height: 70px; }
    /* line 697, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap .top-bar .top-bar-section {
      *zoom: 1;
      height: auto; }
      /* line 121, ../scss/components/_global.scss */
      #header-group .nav-primary-fixed-wrap .top-bar .top-bar-section:before, #header-group .nav-primary-fixed-wrap .top-bar .top-bar-section:after {
        content: " ";
        display: table; }
      /* line 122, ../scss/components/_global.scss */
      #header-group .nav-primary-fixed-wrap .top-bar .top-bar-section:after {
        clear: both; }
    /* line 701, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap .top-bar .logo_nav-primary {
      height: 70px;
      width: 70px;
      background-size: 50px 50px; }
    @media only screen and (max-width: 867px) {
      /* line 707, ../scss/components/_top-bar.scss */
      #header-group .nav-primary-fixed-wrap .top-bar h5 {
        margin: 0; }
      /* line 710, ../scss/components/_top-bar.scss */
      #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 {
        margin-bottom: 0;
        padding-bottom: 30px; }
        /* line 713, ../scss/components/_top-bar.scss */
        #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 li {
          width: auto;
          margin: 0 30px;
          padding: 0;
          border-bottom: 1px solid #7c7c7c;
          overflow: hidden; }
          /* line 719, ../scss/components/_top-bar.scss */
          #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 li a {
            padding: 0;
            height: 50px;
            line-height: 50px;
            border-bottom: none; } }
  @media only screen and (min-width: 868px) {
    /* line 651, ../scss/components/_top-bar.scss */
    #header-group .nav-primary-fixed-wrap {
      overflow: visible;
      height: auto; }
      /* line 736, ../scss/components/_top-bar.scss */
      #header-group .nav-primary-fixed-wrap .top-bar {
        overflow: visible;
        height: 70px; }
        /* line 743, ../scss/components/_top-bar.scss */
        #header-group .nav-primary-fixed-wrap .top-bar .logo_nav-primary {
          height: 82px;
          width: 82px;
          background-size: 62px 62px; }
        /* line 749, ../scss/components/_top-bar.scss */
        #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 {
          margin-top: 14.5px; }
          /* line 751, ../scss/components/_top-bar.scss */
          #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 a {
            font-size: 16px;
            padding-left: 10px;
            padding-right: 10px; }
          /* line 759, ../scss/components/_top-bar.scss */
          #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 .nav-icon {
            height: 41px;
            width: 41px;
            margin-top: 0; }
          /* line 765, ../scss/components/_top-bar.scss */
          #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 .has-dropdown > a {
            padding-right: 25px;
            position: relative; }
            /* line 768, ../scss/components/_top-bar.scss */
            #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 .has-dropdown > a:after {
              content: "";
              display: block;
              width: 7px;
              height: 5px;
              top: 50%;
              margin-top: -3px;
              right: 10px;
              margin-right: 0;
              background-image: url("images/site/arrow_down_small.png");
              background-size: 7px 5px; }
        /* line 782, ../scss/components/_top-bar.scss */
        #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-2 {
          padding: 15px 30px 30px !important;
          background: #626262;
          box-shadow: 5px 5px 0 0 #bbb; }
          /* line 786, ../scss/components/_top-bar.scss */
          #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-2 li {
            padding: 0 !important;
            padding: 0 !important;
            background: none; }
          /* line 791, ../scss/components/_top-bar.scss */
          #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-2 a {
            font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
            font-size: 0.875rem !important;
            line-height: 1.25rem !important;
            height: auto !important;
            background: none;
            border-color: #929292;
            padding-left: 0;
            padding-right: 0; }
            /* line 87, ../scss/_mixins.scss */
            #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-2 a .lt-ie9 {
              font-size: 14px !important; }
            /* line 87, ../scss/_mixins.scss */
            #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-2 a .lt-ie9 {
              line-height: 20px !important; }
            /* line 800, ../scss/components/_top-bar.scss */
            #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-2 a:hover {
              color: #78b147; }
      /* line 807, ../scss/components/_top-bar.scss */
      #header-group .nav-primary-fixed-wrap.fixed .top-bar {
        height: 70px; }
        /* line 810, ../scss/components/_top-bar.scss */
        #header-group .nav-primary-fixed-wrap.fixed .top-bar .logo_nav-primary {
          height: 75px;
          width: 75px;
          background-size: 55px 55px; }
        /* line 815, ../scss/components/_top-bar.scss */
        #header-group .nav-primary-fixed-wrap.fixed .top-bar .nav-lvl-1 {
          height: 41px;
          margin-top: 14.5px;
          margin-right: 15px; }
          /* line 820, ../scss/components/_top-bar.scss */
          #header-group .nav-primary-fixed-wrap.fixed .top-bar .nav-lvl-1 .has-icon {
            margin-right: 0; } }
          @media only screen and (min-width: 868px) and (min-width: 990px) {
            /* line 751, ../scss/components/_top-bar.scss */
            #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 a {
              font-size: 19px; } }
            @media only screen and (min-width: 868px) and (-webkit-min-device-pixel-ratio: 1.5) {
              /* line 768, ../scss/components/_top-bar.scss */
              #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 .has-dropdown > a:after {
                background-image: url("images/site/arrow_down_small@2x.png");
                background-size: 7px 5px; } }
            @media only screen and (min-width: 868px) and (min-resolution: 144dpi) {
              /* line 768, ../scss/components/_top-bar.scss */
              #header-group .nav-primary-fixed-wrap .top-bar .nav-lvl-1 .has-dropdown > a:after {
                background-image: url("images/site/arrow_down_small@2x.png");
                background-size: 7px 5px; } }

/* Custom Checkbox and Radio Inputs */
/* line 67, ../scss/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden; }
/* line 73, ../scss/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white; }
  /* line 83, ../scss/components/_custom-forms.scss */
  form.custom .custom.checkbox {
    border-radius: 0;
    padding: 0; }
  /* line 87, ../scss/components/_custom-forms.scss */
  form.custom .custom.radio {
    border-radius: 1000px;
    padding: 3px; }
  /* line 92, ../scss/components/_custom-forms.scss */
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: white; }
  /* line 101, ../scss/components/_custom-forms.scss */
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 1000px;
    background: #222222;
    position: relative; }
  /* line 113, ../scss/components/_custom-forms.scss */
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px; }

/* Custom Select Options and Dropdowns */
/* line 127, ../scss/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */ }
  /* line 128, ../scss/components/_custom-forms.scss */
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0;
    padding: 0;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear, to bottom, white 0%, #f3f3f3 100%;
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top; }
    /* line 148, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    /* line 153, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.25em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.5em;
      margin-right: 2.3125em; }
    /* line 165, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.5em;
      height: 2.3125em;
      display: block;
      right: 0;
      top: 0; }
      /* line 173, ../scss/components/_custom-forms.scss */
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #aaaaaa transparent transparent transparent;
        border-top-style: solid;
        position: absolute;
        left: 0.9375em;
        top: 50%;
        margin-top: -3px; }
    /* line 186, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #222222 transparent transparent transparent;
      border-top-style: solid; }
    /* line 190, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      /* line 192, ../scss/components/_custom-forms.scss */
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        /* line 195, ../scss/components/_custom-forms.scss */
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    /* line 199, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    /* line 206, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    /* line 207, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    /* line 208, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    /* line 209, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    /* line 211, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    /* line 212, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    /* line 213, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  /* line 216, ../scss/components/_custom-forms.scss */
  form.custom .error .custom.dropdown {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    background: rgba(198, 15, 19, 0.1);
    margin-bottom: 0; }
    /* line 240, ../scss/components/_forms.scss */
    form.custom .error .custom.dropdown:focus {
      background: #fafafa;
      border-color: #999999; }
  /* line 222, ../scss/components/_custom-forms.scss */
  form.custom .error .custom.dropdown + small.error {
    margin-top: 0; }
  /* line 226, ../scss/components/_custom-forms.scss */
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px; }
    /* line 243, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 0.875em;
      cursor: default;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0.375em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      /* line 257, ../scss/components/_custom-forms.scss */
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
      /* line 261, ../scss/components/_custom-forms.scss */
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      /* line 265, ../scss/components/_custom-forms.scss */
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    /* line 272, ../scss/components/_custom-forms.scss */
    form.custom .custom.dropdown ul.show {
      display: block; }
  /* line 276, ../scss/components/_custom-forms.scss */
  form.custom .custom.disabled {
    background: #dddddd; }

/* Inline Lists */
/* line 49, ../scss/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  /* line 36, ../scss/components/_inline-lists.scss */
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    /* line 41, ../scss/components/_inline-lists.scss */
    .inline-list > li > * {
      display: block; }

/* line 170, ../scss/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(150, 150, 150, 0.5);
  z-index: 2000;
  display: none;
  top: 0;
  left: 0; }

/* line 172, ../scss/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 2001;
  height: auto;
  margin-left: -48%;
  width: 96%;
  background-color: white;
  padding: 30px;
  border: 0 0 transparent;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  top: 50px; }
  /* line 62, ../scss/components/_reveal.scss */
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  /* line 65, ../scss/components/_reveal.scss */
  .reveal-modal > :first-child {
    margin-top: 0; }
  /* line 66, ../scss/components/_reveal.scss */
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  /* line 93, ../scss/components/_reveal.scss */
  .reveal-modal h2 {
    font-size: 1.375rem ;
    line-height: 1.5rem ;
    margin-bottom: 30px; }
    /* line 87, ../scss/_mixins.scss */
    .reveal-modal h2 .lt-ie9 {
      font-size: 22px ; }
    /* line 87, ../scss/_mixins.scss */
    .reveal-modal h2 .lt-ie9 {
      line-height: 24px ; }
  /* line 98, ../scss/components/_reveal.scss */
  .reveal-modal h3, .reveal-modal {
    font-size: 0.875rem ;
    line-height: 1rem ; }
    /* line 87, ../scss/_mixins.scss */
    .reveal-modal h3 .lt-ie9, .reveal-modal .lt-ie9 {
      font-size: 14px ; }
    /* line 87, ../scss/_mixins.scss */
    .reveal-modal h3 .lt-ie9, .reveal-modal .lt-ie9 {
      line-height: 16px ; }
  /* line 103, ../scss/components/_reveal.scss */
  .reveal-modal h3 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none; }
  /* line 110, ../scss/components/_reveal.scss */
  .reveal-modal .modal-body li {
    list-style: none; }
  /* line 113, ../scss/components/_reveal.scss */
  .reveal-modal .modal-body a {
    color: #555555; }
    /* line 116, ../scss/components/_reveal.scss */
    .reveal-modal .modal-body a:hover {
      color: #78b147; }
  /* line 122, ../scss/components/_reveal.scss */
  .reveal-modal .button {
    padding: 10px;
    min-width: 120px;
    background: #404040;
    clear: left;
    float: left;
    margin: 0 10px 10px 0;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      /* line 122, ../scss/components/_reveal.scss */
      .reveal-modal .button {
        clear: none;
        width: auto; } }
  /* line 136, ../scss/components/_reveal.scss */
  .reveal-modal .go {
    background: #78b147; }
    @media only screen and (min-width: 600px) {
      /* line 136, ../scss/components/_reveal.scss */
      .reveal-modal .go {
        float: right;
        margin-right: 0;
        margin-left: 10px; } }
  /* line 176, ../scss/components/_reveal.scss */
  .reveal-modal .close-reveal-modal {
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    background: url(images/site/ico/ico_x-white-24.png) center center no-repeat #404040;
    padding: 0;
    overflow: hidden;
    text-indent: -99em; }

@media only screen and (min-width: 768px) {
  /* line 185, ../scss/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%; }
  /* line 186, ../scss/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%; }
  /* line 187, ../scss/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%; }
  /* line 188, ../scss/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%; }
  /* line 189, ../scss/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%; } }
@media print {
  /* line 195, ../scss/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important; } }
/*=====================================================================
  Selectric
======================================================================*/
/* line 5, ../scss/plugin/_selectbox.scss */
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  cursor: pointer; }

/* line 12, ../scss/plugin/_selectbox.scss */
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 23, ../scss/plugin/_selectbox.scss */
.selectricOpen {
  z-index: 9999; }

/* line 27, ../scss/plugin/_selectbox.scss */
.selectricOpen .selectricItems {
  display: block; }

/* line 31, ../scss/plugin/_selectbox.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

/* line 38, ../scss/plugin/_selectbox.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none; }

/* line 44, ../scss/plugin/_selectbox.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important; }

/* line 60, ../scss/plugin/_selectbox.scss */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* line 66, ../scss/plugin/_selectbox.scss */
.selectricOpen .selectric {
  border-color: #cacaca;
  background: #cacaca;
  z-index: 9999; }

/* line 72, ../scss/plugin/_selectbox.scss */
.selectric {
  border: 0px solid #ebebeb;
  background: #ebebeb;
  position: relative;
  border-radius: 0px; }

/* line 78, ../scss/plugin/_selectbox.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 8px 12px;
  font-size: 0.875rem ;
  line-height: 0.875rem ;
  color: #444444;
  min-height: 14px;
  font-weight: 600; }
  /* line 87, ../scss/_mixins.scss */
  .selectric .label .lt-ie9 {
    font-size: 14px ; }
  /* line 87, ../scss/_mixins.scss */
  .selectric .label .lt-ie9 {
    line-height: 14px ; }

/* line 92, ../scss/plugin/_selectbox.scss */
.selectricWrapper .selectric > .button {
  background: none;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #ebebeb;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 18px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
  background: url(images/site/arrow_down_small_line.png) no-repeat center center; }

/* line 126, ../scss/plugin/_selectbox.scss */
.selectricHover .selectric {
  border-color: #cacaca; }

/* line 129, ../scss/plugin/_selectbox.scss */
.selectricHover .selectric > .button {
  color: #cacaca; }

/* Items box */
/* line 137, ../scss/plugin/_selectbox.scss */
.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }

/* line 151, ../scss/plugin/_selectbox.scss */
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px; }

/* line 160, ../scss/plugin/_selectbox.scss */
.selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  color: #666; }

/* line 169, ../scss/plugin/_selectbox.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0; }

/* line 175, ../scss/plugin/_selectbox.scss */
.selectricItems li:hover {
  background: #78b147;
  color: white; }

/* line 180, ../scss/plugin/_selectbox.scss */
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 18, ../scss/plugin/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

/* line 21, ../scss/plugin/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
/* line 39, ../scss/plugin/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0; }

/* line 40, ../scss/plugin/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 41, ../scss/plugin/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block; }

/* line 42, ../scss/plugin/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
/* line 45, ../scss/plugin/_flexslider.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 46, ../scss/plugin/_flexslider.scss */
html[xmlns] .slides {
  display: block; }

/* line 47, ../scss/plugin/_flexslider.scss */
* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 52, ../scss/plugin/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
/* line 56, ../scss/plugin/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

/* line 57, ../scss/plugin/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

/* line 58, ../scss/plugin/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px; }

/* line 59, ../scss/plugin/_flexslider.scss */
.flexslider .slides {
  zoom: 1; }

/* line 60, ../scss/plugin/_flexslider.scss */
.carousel li {
  margin-right: 5px; }

/* Direction Nav */
/* line 63, ../scss/plugin/_flexslider.scss */
.flex-direction-nav {
  *height: 0; }

/* line 64, ../scss/plugin/_flexslider.scss */
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

/* line 70, ../scss/plugin/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* line 71, ../scss/plugin/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

/* line 72, ../scss/plugin/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
/* line 75, ../scss/plugin/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

/* line 76, ../scss/plugin/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

/* line 77, ../scss/plugin/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1; }

/* line 78, ../scss/plugin/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
/* line 81, ../scss/plugin/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

/* line 82, ../scss/plugin/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 84, ../scss/plugin/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

/* line 87, ../scss/plugin/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

/* line 88, ../scss/plugin/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

/* line 89, ../scss/plugin/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

/* line 90, ../scss/plugin/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1; }

/* line 91, ../scss/plugin/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  /* line 94, ../scss/plugin/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  /* line 95, ../scss/plugin/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Magnific Popup CSS */
/* line 2, ../scss/plugin/_magnific-popup.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 14, ../scss/plugin/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

/* line 24, ../scss/plugin/_magnific-popup.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 36, ../scss/plugin/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 42, ../scss/plugin/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none; }

/* line 45, ../scss/plugin/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

/* line 53, ../scss/plugin/_magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* line 57, ../scss/plugin/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress; }

/* line 60, ../scss/plugin/_magnific-popup.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 65, ../scss/plugin/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 71, ../scss/plugin/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto; }

/* line 74, ../scss/plugin/_magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 79, ../scss/plugin/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none; }

/* line 82, ../scss/plugin/_magnific-popup.scss */
.mfp-hide {
  display: none !important; }

/* line 85, ../scss/plugin/_magnific-popup.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 95, ../scss/plugin/_magnific-popup.scss */
.mfp-preloader a {
  color: #cccccc; }

/* line 97, ../scss/plugin/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: white; }

/* line 100, ../scss/plugin/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none; }

/* line 103, ../scss/plugin/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none; }

/* line 106, ../scss/plugin/_magnific-popup.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 118, ../scss/plugin/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 122, ../scss/plugin/_magnific-popup.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 138, ../scss/plugin/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 141, ../scss/plugin/_magnific-popup.scss */
.mfp-close:active {
  top: 1px; }

/* line 144, ../scss/plugin/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333; }

/* line 147, ../scss/plugin/_magnific-popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

/* line 154, ../scss/plugin/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

/* line 162, ../scss/plugin/_magnific-popup.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: rgba(0, 0, 0, 0); }

/* line 173, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px; }

/* line 175, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 178, ../scss/plugin/_magnific-popup.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 189, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

/* line 193, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

/* line 198, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0; }

/* line 200, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

/* line 203, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

/* line 207, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0; }

/* line 209, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

/* line 212, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

/* line 215, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 218, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

/* line 222, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* line 225, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

/* line 230, ../scss/plugin/_magnific-popup.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 241, ../scss/plugin/_magnific-popup.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 254, ../scss/plugin/_magnific-popup.scss */
.mfp-figure {
  line-height: 0; }

/* line 256, ../scss/plugin/_magnific-popup.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 269, ../scss/plugin/_magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

/* line 274, ../scss/plugin/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0; }

/* line 277, ../scss/plugin/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

/* line 285, ../scss/plugin/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

/* line 292, ../scss/plugin/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%; }

/* line 295, ../scss/plugin/_magnific-popup.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 302, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  /* line 305, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* line 307, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  /* line 310, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  /* line 313, ../scss/plugin/_magnific-popup.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 323, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  /* line 325, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  /* line 328, ../scss/plugin/_magnific-popup.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 340, ../scss/plugin/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  /* line 343, ../scss/plugin/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  /* line 346, ../scss/plugin/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  /* line 349, ../scss/plugin/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* line 353, ../scss/plugin/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0; }

/* line 355, ../scss/plugin/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

/* line 361, ../scss/plugin/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0; }

/* line 363, ../scss/plugin/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px; }

/* line 365, ../scss/plugin/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.4 (jPlayer 2.6.0)
 * Date: 1st April 2014
 */
/* line 18, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio,
div.jp-audio-stream,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
   * Eg. 1.25em = 1 / 0.8em
   */
  font-size: 1.25em;
  /* 1.25em for testing in site pages */
  /* No parent CSS that can effect the size in the demos ZIP */
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  border: 1px solid #78b147;
  background-color: #eee; }

/* line 32, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio {
  width: 420px; }

/* line 35, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio-stream {
  width: 182px; }

/* line 38, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-270p {
  width: 480px; }

/* line 41, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-360p {
  width: 640px; }

/* line 44, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
/* line 53, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-full div div {
  z-index: 1000; }

/* line 57, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden; }

/* line 64, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-full div.jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */ }

/* line 73, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-full div.jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0; }

/* line 79, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-interface {
  position: relative;
  background-color: #eee;
  width: 100%; }

/* line 85, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-type-single div.jp-interface {
  height: 80px; }

/* line 88, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px; }

/* line 92, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio-stream div.jp-type-single div.jp-interface {
  height: 80px; }

/* line 96, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video div.jp-interface {
  border-top: 1px solid #78b147; }

/* @group CONTROLS */
/* line 102, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }

/* line 111, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

/* line 118, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio ul.jp-controls {
  width: 380px;
  padding: 20px 20px 0 20px; }

/* line 123, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio-stream ul.jp-controls {
  width: 142px;
  padding: 20px 20px 0 20px; }

/* line 128, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video div.jp-type-single ul.jp-controls {
  width: 78px;
  margin-left: 200px; }

/* line 133, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px; }

/* line 138, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left; }

/* line 143, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

/* line 149, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-play,
a.jp-pause {
  width: 40px;
  height: 40px; }

/* line 154, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-play {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 0 no-repeat; }

/* line 157, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-play:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -41px 0 no-repeat; }

/* line 160, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-pause {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -42px no-repeat;
  display: none; }

/* line 164, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-pause:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -41px -42px no-repeat; }

/* line 168, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-stop, a.jp-previous, a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px; }

/* line 174, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-stop {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -83px no-repeat;
  margin-left: 10px; }

/* line 179, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-stop:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -29px -83px no-repeat; }

/* line 183, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-previous {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -112px no-repeat; }

/* line 186, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-previous:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -29px -112px no-repeat; }

/* line 190, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-next {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -141px no-repeat; }

/* line 193, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-next:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -29px -141px no-repeat; }

/* @end */
/* @group progress bar */
/* line 201, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-progress {
  overflow: hidden;
  background-color: #ddd; }

/* line 205, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-progress {
  position: absolute;
  top: 32px;
  height: 15px; }

/* line 210, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-type-single div.jp-progress {
  left: 110px;
  width: 186px; }

/* line 214, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 166px;
  width: 130px; }

/* line 218, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video div.jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px; }

/* line 224, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-seek-bar {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer; }

/* line 230, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-play-bar {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -218px repeat-x;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
/* line 237, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-seeking-bg {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday.seeking-grn.gif"); }

/* @end */
/* @group volume controls */
/* line 248, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 12px; }

/* line 255, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 210px; }

/* line 259, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 154px; }

/* line 264, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
  margin-left: 10px; }

/* line 269, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
  margin-left: 56px; }

/* line 275, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
  position: absolute;
  top: 12px;
  margin-top: 0; }

/* line 282, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
  left: 50px; }

/* line 286, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video a.jp-volume-max {
  left: 134px; }

/* line 290, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-mute {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -170px no-repeat; }

/* line 293, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-mute:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -19px -170px no-repeat; }

/* line 296, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-unmute {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -60px -170px no-repeat;
  display: none; }

/* line 300, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-unmute:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -79px -170px no-repeat; }

/* line 303, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-volume-max {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -186px no-repeat; }

/* line 306, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-volume-max:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -19px -186px no-repeat; }

/* line 310, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -250px repeat-x;
  width: 46px;
  height: 5px;
  cursor: pointer; }

/* line 318, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-volume-bar {
  top: 37px;
  left: 330px; }

/* line 322, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio-stream div.jp-volume-bar {
  top: 37px;
  left: 92px; }

/* line 326, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video div.jp-volume-bar {
  top: 17px;
  left: 72px; }

/* line 330, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-volume-bar-value {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -256px repeat-x;
  width: 0px;
  height: 5px; }

/* @end */
/* @group current time and duration */
/* line 340, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 50px; }

/* line 344, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 110px;
  width: 186px; }

/* line 348, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 166px;
  width: 130px; }

/* line 354, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-current-time,
div.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique; }

/* line 359, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-current-time {
  float: left;
  display: inline; }

/* line 363, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-duration {
  float: right;
  display: inline;
  text-align: right; }

/* line 369, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video div.jp-current-time {
  margin-left: 20px; }

/* line 372, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video div.jp-duration {
  margin-right: 20px; }

/* @end */
/* @group playlist */
/* line 380, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-details {
  font-weight: bold;
  text-align: center; }

/* line 386, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-details,
div.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #78b147; }

/* line 393, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
  border-top: none; }

/* line 397, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-details ul,
div.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em; }

/* line 404, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-details li {
  padding: 5px 0;
  font-weight: bold; }

/* line 408, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee; }

/* line 413, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-playlist li div {
  display: inline; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
/* line 419, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none; }

/* line 423, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px; }

/* line 428, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none; }

/* line 432, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1; }

/* line 435, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1; }

/* line 439, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666; }

/* line 447, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1; }

/* line 450, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px; }

/* line 456, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666; }

/* line 459, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1; }

/* line 462, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
span.jp-artist {
  font-size: .8em;
  color: #666; }

/* @end */
/* line 469, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }

/* line 475, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-270p div.jp-video-play {
  margin-top: -270px;
  height: 270px; }

/* line 479, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-360p div.jp-video-play {
  margin-top: -360px;
  height: 360px; }

/* line 483, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-full div.jp-video-play {
  height: 100%; }

/* line 486, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("images/site/skin/blue-monday/jplayer.blue.monday.video.play-grn.png") 0 0 no-repeat;
  text-indent: -9999px; }

/* line 500, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video-play:hover a.jp-video-play-icon {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday.video.play-grn.png") 0 -100px no-repeat; }

/* line 509, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px; }

/* line 514, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-jplayer {
  background-color: #000000; }

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
/* line 526, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

/* line 533, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px; }

/* line 536, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px; }

/* line 544, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
div.jp-video ul.jp-toggles {
  margin-top: 10px;
  width: 100px; }

/* line 549, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
ul.jp-toggles li {
  display: block;
  float: right; }

/* line 554, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */ }

/* line 562, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-full-screen {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -310px no-repeat;
  margin-left: 20px; }

/* line 567, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-full-screen:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -30px -310px no-repeat; }

/* line 571, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-restore-screen {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -60px -310px no-repeat;
  margin-left: 20px; }

/* line 576, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-restore-screen:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -90px -310px no-repeat; }

/* line 580, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-repeat {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -290px no-repeat; }

/* line 584, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-repeat:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -30px -290px no-repeat; }

/* line 588, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-repeat-off {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -60px -290px no-repeat; }

/* line 592, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-repeat-off:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -90px -290px no-repeat; }

/* line 596, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-shuffle {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") 0 -270px no-repeat;
  margin-left: 5px; }

/* line 601, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-shuffle:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -30px -270px no-repeat; }

/* line 605, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-shuffle-off {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -60px -270px no-repeat;
  margin-left: 5px; }

/* line 610, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
a.jp-shuffle-off:hover {
  background: url("images/site/skin/blue-monday/jplayer.blue.monday-grn.png") -90px -270px no-repeat; }

/* @end */
/* @group NO SOLUTION error feedback */
/* line 619, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #78b147;
  color: #000;
  display: none; }

/* line 628, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
.jp-no-solution a {
  color: #000; }

/* line 632, ../scss/skin/blue-monday/_jplayer-blue-monday.scss */
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }

/* @end */
/* line 2, ../scss/theme/_base.scss */
.green {
  color: #78b147; }

/* line 6, ../scss/theme/_base.scss */
.green-bg {
  background: #78b147; }

/* line 10, ../scss/theme/_base.scss */
.italic {
  font-style: italic; }

/* line 14, ../scss/theme/_base.scss */
.center {
  text-align: center;
  margin: 0 auto; }

/* line 19, ../scss/theme/_base.scss */
.hover-filter-wrap {
  position: relative;
  display: block;
  margin-bottom: 1.25em; }

/* line 26, ../scss/theme/_base.scss */
.hover-filter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #222;
  -moz-opacity: 0.4 ;
  -khtml-opacity: 0.4 ;
  -webkit-opacity: 0.4 ;
  opacity: 0.4 ;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
  zoom: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  /* line 37, ../scss/theme/_base.scss */
  .hover-filter:hover {
    -moz-opacity: 0 ;
    -khtml-opacity: 0 ;
    -webkit-opacity: 0 ;
    opacity: 0 ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    zoom: 1;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }

/* line 47, ../scss/theme/_base.scss */
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase; }

/* line 52, ../scss/theme/_base.scss */
h2,
h3 {
  margin-bottom: 0.3125em; }

/* line 56, ../scss/theme/_base.scss */
button {
  text-transform: uppercase; }

/* line 62, ../scss/theme/_base.scss */
button,
.button,
input[type="submit"] {
  box-shadow: none;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold; }
  /* line 67, ../scss/theme/_base.scss */
  button.grey,
  .button.grey,
  input[type="submit"].grey {
    background: rgba(200, 200, 200, 0.5); }
  /* line 70, ../scss/theme/_base.scss */
  button.thin,
  .button.thin,
  input[type="submit"].thin {
    padding: .5em 2.5em; }

/* line 75, ../scss/theme/_base.scss */
.hr-big {
  border: 6px solid #dedede;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 2em 0; }
  /* line 83, ../scss/theme/_base.scss */
  .mod .hr-big {
    margin: 0 0 2em; }
  /* line 92, ../scss/theme/_base.scss */
  h1 + .hr-big, h2 + .hr-big, h3 + .hr-big, h4 + .hr-big, h5 + .hr-big, h6 + .hr-big {
    margin-top: 0; }

/* line 97, ../scss/theme/_base.scss */
.full-width {
  width: 100%; }

/* line 101, ../scss/theme/_base.scss */
.pull-pad-left {
  padding-left: 0; }

/* line 105, ../scss/theme/_base.scss */
.fixed {
  position: fixed !important;
  z-index: 999; }

/* line 113, ../scss/theme/_base.scss */
.post-navigator {
  background: #ebebeb;
  padding: 1.5em 1em;
  margin-bottom: 1em;
  position: relative; }
  /* line 119, ../scss/theme/_base.scss */
  .post-navigator h5 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    line-height: 16px; }
  /* line 127, ../scss/theme/_base.scss */
  .post-navigator p {
    font-size: 11px;
    line-height: 14px; }
  /* line 132, ../scss/theme/_base.scss */
  .post-navigator.next:after, .post-navigator.prev:after {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    content: "";
    width: 23px;
    height: 43px;
    display: block;
    background-repeat: no-repeat; }
  /* line 142, ../scss/theme/_base.scss */
  .post-navigator.next {
    padding-right: 50px; }
    /* line 144, ../scss/theme/_base.scss */
    .post-navigator.next:after {
      right: 12px;
      background-image: url(images/site/slider_arrow_right.png); }
  /* line 149, ../scss/theme/_base.scss */
  .post-navigator.prev {
    padding-left: 50px; }
    /* line 151, ../scss/theme/_base.scss */
    .post-navigator.prev:after {
      left: 12px;
      background-image: url(images/site/slider_arrow_left.png); }

/* line 158, ../scss/theme/_base.scss */
.general-post {
  *zoom: 1; }
  /* line 121, ../scss/components/_global.scss */
  .general-post:before, .general-post:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  .general-post:after {
    clear: both; }
  /* line 160, ../scss/theme/_base.scss */
  .general-post img {
    display: block;
    margin: 1em 0;
    max-width: 100%; }
    @media only screen and (min-width: 450px) {
      /* line 160, ../scss/theme/_base.scss */
      .general-post img {
        float: right;
        margin: 0 0 1em 1em;
        max-width: 50%; } }
  /* line 172, ../scss/theme/_base.scss */
  .general-post .article-date {
    margin: 0 0 10px 0; }
  /* line 176, ../scss/theme/_base.scss */
  .general-post .article-bottom-bio {
    background: #eaede6;
    font-style: italic;
    font-size: 0.8125rem ;
    line-height: 1.1375rem ;
    padding: 10px;
    margin: 20px 0; }
    /* line 87, ../scss/_mixins.scss */
    .general-post .article-bottom-bio .lt-ie9 {
      font-size: 13px ; }
    /* line 87, ../scss/_mixins.scss */
    .general-post .article-bottom-bio .lt-ie9 {
      line-height: 18.2px ; }

/* line 186, ../scss/theme/_base.scss */
.general-post-aside {
  font-size: .8em; }
  /* line 189, ../scss/theme/_base.scss */
  .general-post-aside .masthead img {
    float: left;
    width: 50%;
    max-width: 100px;
    margin: 0 1em 1em 0; }
  /* line 195, ../scss/theme/_base.scss */
  .general-post-aside .masthead hr {
    margin: .5em 0; }
  /* line 199, ../scss/theme/_base.scss */
  .general-post-aside h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0; }
  /* line 204, ../scss/theme/_base.scss */
  .general-post-aside hr {
    clear: none;
    margin: 10px 0 16px; }
  /* line 208, ../scss/theme/_base.scss */
  .general-post-aside p {
    display: inline; }
  /* line 211, ../scss/theme/_base.scss */
  .general-post-aside section {
    margin-bottom: 2em; }
  /* line 214, ../scss/theme/_base.scss */
  .general-post-aside .handle {
    display: inline;
    font-size: .9em;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.4; }
  /* line 223, ../scss/theme/_base.scss */
  .general-post-aside .app img {
    max-width: 100%; }
  /* line 228, ../scss/theme/_base.scss */
  .general-post-aside .folow ul,
  .general-post-aside .books ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  /* line 233, ../scss/theme/_base.scss */
  .general-post-aside .follow ul {
    overflow: hidden; }
    /* line 235, ../scss/theme/_base.scss */
    .general-post-aside .follow ul li {
      list-style: none;
      float: left;
      margin-right: 3px; }
      /* line 239, ../scss/theme/_base.scss */
      .general-post-aside .follow ul li img {
        display: inline;
        vertical-align: text-bottom; }
  /* line 246, ../scss/theme/_base.scss */
  .general-post-aside .books ul {
    *zoom: 1; }
    /* line 121, ../scss/components/_global.scss */
    .general-post-aside .books ul:before, .general-post-aside .books ul:after {
      content: " ";
      display: table; }
    /* line 122, ../scss/components/_global.scss */
    .general-post-aside .books ul:after {
      clear: both; }
    /* line 248, ../scss/theme/_base.scss */
    .general-post-aside .books ul li {
      list-style: none;
      width: 50%;
      float: left;
      padding-right: 25px;
      padding-bottom: 25px; }
      /* line 255, ../scss/theme/_base.scss */
      .general-post-aside .books ul li:nth-child(2n + 3) {
        clear: left; }
      @media only screen and (min-width: 450px) {
        /* line 248, ../scss/theme/_base.scss */
        .general-post-aside .books ul li {
          width: 33.333%; }
          /* line 261, ../scss/theme/_base.scss */
          .general-post-aside .books ul li:nth-child(2n + 3) {
            clear: none; }
          /* line 264, ../scss/theme/_base.scss */
          .general-post-aside .books ul li:nth-child(3n + 4) {
            clear: left; } }
      @media only screen and (min-width: 600px) {
        /* line 248, ../scss/theme/_base.scss */
        .general-post-aside .books ul li {
          width: 25%; }
          /* line 270, ../scss/theme/_base.scss */
          .general-post-aside .books ul li:nth-child(3n + 4) {
            clear: none; }
          /* line 273, ../scss/theme/_base.scss */
          .general-post-aside .books ul li:nth-child(4n + 5) {
            clear: left; } }
      @media only screen and (min-width: 768px) {
        /* line 248, ../scss/theme/_base.scss */
        .general-post-aside .books ul li {
          width: 50%; }
          /* line 280, ../scss/theme/_base.scss */
          .general-post-aside .books ul li:nth-child(4n + 5) {
            clear: none; }
          /* line 283, ../scss/theme/_base.scss */
          .general-post-aside .books ul li:nth-child(2n + 3) {
            clear: left; } }
      @media only screen and (min-width: 990px) {
        /* line 248, ../scss/theme/_base.scss */
        .general-post-aside .books ul li {
          width: 33.333%; }
          /* line 289, ../scss/theme/_base.scss */
          .general-post-aside .books ul li:nth-child(2n + 3) {
            clear: none; }
          /* line 292, ../scss/theme/_base.scss */
          .general-post-aside .books ul li:nth-child(3n + 4) {
            clear: left; } }
  /* line 298, ../scss/theme/_base.scss */
  .general-post-aside .books img {
    max-width: 100%;
    box-shadow: 5px 5px 0 0 #aaa;
    margin: 0; }

/* line 306, ../scss/theme/_base.scss */
.pagination {
  margin: 1em 0 3em; }
  /* line 308, ../scss/theme/_base.scss */
  .pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden; }
  /* line 314, ../scss/theme/_base.scss */
  .pagination li {
    margin: 0 3px 3px 0;
    padding: 0;
    list-style: none;
    float: left; }
  /* line 320, ../scss/theme/_base.scss */
  .pagination a {
    display: block;
    min-width: 31px;
    height: 31px;
    background: #ddd;
    line-height: 31px;
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding: 0 1em;
    text-transform: uppercase; }
    /* line 335, ../scss/theme/_base.scss */
    .pagination a.prev, .pagination a.next {
      background: #999;
      color: white;
      overflow: hidden;
      text-indent: -99em;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    /* line 343, ../scss/theme/_base.scss */
    .pagination a.prev {
      background-image: url(images/site/arrow_left_small.png); }
    /* line 346, ../scss/theme/_base.scss */
    .pagination a.next {
      background-image: url(images/site/arrow_right_small.png); }

/* line 356, ../scss/theme/_base.scss */
.font-size_14 {
  font-size: 0.875rem ;
  line-height: 1.05rem ; }
  /* line 87, ../scss/_mixins.scss */
  .font-size_14 .lt-ie9 {
    font-size: 14px ; }
  /* line 87, ../scss/_mixins.scss */
  .font-size_14 .lt-ie9 {
    line-height: 16.8px ; }

/* line 361, ../scss/theme/_base.scss */
.font-style_italic {
  font-style: italic; }

/* line 364, ../scss/theme/_base.scss */
.font-weight_600 {
  font-weight: 600; }

/* line 1, ../scss/theme/_header.scss */
.nav-global {
  display: none;
  background: white;
  -webkit-box-shadow: 0 -6px 17px #000;
  -moz-box-shadow: 0 -6px 17px #000;
  box-shadow: 0 -6px 17px #000;
  padding-top: 1em; }
  @media only screen and (min-width: 868px) {
    /* line 1, ../scss/theme/_header.scss */
    .nav-global {
      display: block; } }
  /* line 11, ../scss/theme/_header.scss */
  .nav-global a {
    text-transform: uppercase;
    color: #555555;
    display: inline-block;
    padding: 0; }
    /* line 16, ../scss/theme/_header.scss */
    .nav-global a:hover {
      color: #78b147; }
  /* line 20, ../scss/theme/_header.scss */
  .nav-global nav {
    display: none; }
    @media (min-width: 560px) {
      /* line 20, ../scss/theme/_header.scss */
      .nav-global nav {
        display: block; } }
    /* line 25, ../scss/theme/_header.scss */
    .nav-global nav li {
      margin: 0 0 0 1em;
      padding: 0 0 0 1em;
      border-left: 1px solid #555555;
      font-size: 10px;
      line-height: 10px; }
      /* line 31, ../scss/theme/_header.scss */
      .nav-global nav li:first-child {
        border-left: none; }
  /* line 36, ../scss/theme/_header.scss */
  .nav-global select {
    display: block; }
    @media (min-width: 560px) {
      /* line 36, ../scss/theme/_header.scss */
      .nav-global select {
        display: none; } }

/* line 51, ../scss/theme/_header.scss */
#header-group .nav-primary-fixed-wrap.fixed {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #333; }
  @media only screen and (min-width: 768px) {
    /* line 54, ../scss/theme/_header.scss */
    #header-group .nav-primary-fixed-wrap.fixed .nav-primary {
      padding-left: 0;
      padding-right: 0;
      max-width: 1130px; } }
@media only screen and (min-width: 868px) {
  /* line 69, ../scss/theme/_header.scss */
  #header-group .nav-primary {
    margin-bottom: 0; } }
@media only screen and (min-width: 868px) {
  /* line 74, ../scss/theme/_header.scss */
  #header-group .nav-primary .name {
    margin-left: 30px; } }
/* line 79, ../scss/theme/_header.scss */
#header-group .nav-primary .name img {
  width: 4.1em; }
  @media only screen and (min-width: 868px) {
    /* line 79, ../scss/theme/_header.scss */
    #header-group .nav-primary .name img {
      width: inherit;
      margin: inherit;
      display: block; } }
/* line 89, ../scss/theme/_header.scss */
#header-group .nav-primary a {
  text-transform: uppercase; }
/* line 92, ../scss/theme/_header.scss */
#header-group .nav-primary .nav-lvl-1 {
  float: right !important; }
  /* line 95, ../scss/theme/_header.scss */
  #header-group .nav-primary .nav-lvl-1 li {
    background: #626262;
    padding-left: 1.5em;
    padding-right: 1.5em; }
    /* line 99, ../scss/theme/_header.scss */
    #header-group .nav-primary .nav-lvl-1 li a {
      font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
      height: 41px;
      line-height: 41px; }
    /* line 107, ../scss/theme/_header.scss */
    #header-group .nav-primary .nav-lvl-1 li .search-form {
      overflow: hidden;
      position: relative; }
    @media only screen and (min-width: 868px) {
      /* line 95, ../scss/theme/_header.scss */
      #header-group .nav-primary .nav-lvl-1 li {
        padding-left: inherit;
        padding-right: inherit;
        border-bottom: inherit; }
        /* line 116, ../scss/theme/_header.scss */
        #header-group .nav-primary .nav-lvl-1 li.has-icon {
          margin-right: 1em;
          background-color: transparent !important;
          position: relative;
          height: 41px; }
          /* line 123, ../scss/theme/_header.scss */
          #header-group .nav-primary .nav-lvl-1 li.has-icon > a {
            float: left; }
          /* line 127, ../scss/theme/_header.scss */
          #header-group .nav-primary .nav-lvl-1 li.has-icon.has-dropdown {
            -webkit-transition: color .2s ease-out, background-color 2s ease-out;
            -moz-transition: color .2s ease-out, background-color 2s ease-out;
            -ms-transition: color .2s ease-out, background-color 2s ease-out;
            -o-transition: color .2s ease-out, background-color 2s ease-out;
            transition: color .2s ease-out, background-color 2s ease-out; }
            /* line 129, ../scss/theme/_header.scss */
            #header-group .nav-primary .nav-lvl-1 li.has-icon.has-dropdown:hover {
              background: #626262 !important;
              -webkit-transition: color 0s ease-out, background-color 0s ease-out;
              -moz-transition: color 0s ease-out, background-color 0s ease-out;
              -ms-transition: color 0s ease-out, background-color 0s ease-out;
              -o-transition: color 0s ease-out, background-color 0s ease-out;
              transition: color 0s ease-out, background-color 0s ease-out; }
        /* line 136, ../scss/theme/_header.scss */
        #header-group .nav-primary .nav-lvl-1 li .search-form {
          display: none;
          float: left;
          height: 41px;
          padding-left: .5em; }
          /* line 141, ../scss/theme/_header.scss */
          #header-group .nav-primary .nav-lvl-1 li .search-form input {
            position: relative;
            float: right;
            top: 50%;
            margin-top: -1em; }
        /* line 149, ../scss/theme/_header.scss */
        #header-group .nav-primary .nav-lvl-1 li.search-popunder .search-form {
          position: absolute;
          background: #333;
          padding-left: 1em;
          padding-right: 1em;
          bottom: 0;
          margin-bottom: -40px;
          right: -1em;
          width: 200px;
          height: 40px;
          z-index: 1000; }
          /* line 161, ../scss/theme/_header.scss */
          #header-group .nav-primary .nav-lvl-1 li.search-popunder .search-form input {
            top: 0;
            margin-top: 0; }
        /* line 168, ../scss/theme/_header.scss */
        #header-group .nav-primary .nav-lvl-1 li.search-active .search-form {
          display: block; } }
  /* line 173, ../scss/theme/_header.scss */
  #header-group .nav-primary .nav-lvl-1 > li > a {
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -moz-transition: color .2s ease-out, background-color .2s ease-out;
    -ms-transition: color .2s ease-out, background-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out; }
    /* line 175, ../scss/theme/_header.scss */
    #header-group .nav-primary .nav-lvl-1 > li > a:hover {
      -webkit-transition: color 0s ease-out, background-color 0s ease-out;
      -moz-transition: color 0s ease-out, background-color 0s ease-out;
      -ms-transition: color 0s ease-out, background-color 0s ease-out;
      -o-transition: color 0s ease-out, background-color 0s ease-out;
      transition: color 0s ease-out, background-color 0s ease-out; }
  /* line 179, ../scss/theme/_header.scss */
  #header-group .nav-primary .nav-lvl-1 a {
    padding: .8em 0;
    border-bottom: 1px solid #7c7c7c; }
    /* line 180, ../scss/theme/_header.scss */
    #header-group .nav-primary .nav-lvl-1 a.nav-icon {
      padding: 0;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
      text-indent: -999em;
      display: inline-block; }
      /* line 191, ../scss/theme/_header.scss */
      #header-group .nav-primary .nav-lvl-1 a.nav-icon.icon-i {
        background-image: url("images/site/icon_i.png");
        background-size: 17px 17px; }
        @media (-webkit-min-device-pixel-ratio: 1.5) {
          /* line 191, ../scss/theme/_header.scss */
          #header-group .nav-primary .nav-lvl-1 a.nav-icon.icon-i {
            background-image: url("images/site/icon_i@2x.png");
            background-size: 17px 17px; } }
        @media (min-resolution: 144dpi) {
          /* line 191, ../scss/theme/_header.scss */
          #header-group .nav-primary .nav-lvl-1 a.nav-icon.icon-i {
            background-image: url("images/site/icon_i@2x.png");
            background-size: 17px 17px; } }
      /* line 194, ../scss/theme/_header.scss */
      #header-group .nav-primary .nav-lvl-1 a.nav-icon.icon-search {
        background-image: url("images/site/icon_search.png");
        background-size: 17px 17px; }
        @media (-webkit-min-device-pixel-ratio: 1.5) {
          /* line 194, ../scss/theme/_header.scss */
          #header-group .nav-primary .nav-lvl-1 a.nav-icon.icon-search {
            background-image: url("images/site/icon_search@2x.png");
            background-size: 17px 17px; } }
        @media (min-resolution: 144dpi) {
          /* line 194, ../scss/theme/_header.scss */
          #header-group .nav-primary .nav-lvl-1 a.nav-icon.icon-search {
            background-image: url("images/site/icon_search@2x.png");
            background-size: 17px 17px; } }
    @media only screen and (min-width: 868px) {
      /* line 179, ../scss/theme/_header.scss */
      #header-group .nav-primary .nav-lvl-1 a {
        border-bottom: none;
        padding-top: inherit;
        padding-bottom: inherit; } }
    /* line 209, ../scss/theme/_header.scss */
    #header-group .nav-primary .nav-lvl-1 a:hover {
      border-color: #78b147; }
      @media only screen and (min-width: 868px) {
        /* line 209, ../scss/theme/_header.scss */
        #header-group .nav-primary .nav-lvl-1 a:hover {
          border-color: transparent; } }
/* line 218, ../scss/theme/_header.scss */
#header-group .nav-primary .nav-lvl-2 li {
  background: #626262;
  padding-left: 1.5em;
  padding-right: 1.5em; }
/* line 231, ../scss/theme/_header.scss */
#header-group .nav-primary .nav-lvl-2 a {
  padding: .8em 0;
  border-bottom: 1px solid #7c7c7c; }
  /* line 235, ../scss/theme/_header.scss */
  #header-group .nav-primary .nav-lvl-2 a:hover {
    border-color: #78b147; }
/* line 239, ../scss/theme/_header.scss */
#header-group .nav-primary .nav-lvl-2 * {
  animation: opacityHover .2s; }
/* line 254, ../scss/theme/_header.scss */
#header-group .banner-wrapper {
  margin-bottom: 24px;
  float: left;
  width: 100%;
  padding: 55px 30px 3.5em 30px;
  color: white;
  position: relative;
  min-height: 170px; }
  /* line 263, ../scss/theme/_header.scss */
  #header-group .banner-wrapper #vb-util_blur-canvas {
    position: absolute;
    top: 0;
    left: 0; }
  /* line 271, ../scss/theme/_header.scss */
  #header-group .banner-wrapper.bordered {
   /* border-bottom: 12px solid #1b1b1b; */ }
  /* line 274, ../scss/theme/_header.scss */
  #header-group .banner-wrapper.donations {
    text-align: center;
    margin-bottom: 0; }
    /* line 278, ../scss/theme/_header.scss */
    #header-group .banner-wrapper.donations h1 {
      margin-bottom: 1.25em; }
    /* line 281, ../scss/theme/_header.scss */
    #header-group .banner-wrapper.donations .vcard {
      border: none;
      font-style: italic;
      padding: 0; }
  /* line 287, ../scss/theme/_header.scss */
  #header-group .banner-wrapper.video {
    padding: 2.5em 30px;
    background: url(images/site/bg/bg_video-gradient.jpg) top left repeat-x black; }
    /* line 288, ../scss/theme/_header.scss */
    #header-group .banner-wrapper.video h1, #header-group .banner-wrapper.video h2, #header-group .banner-wrapper.video h3, #header-group .banner-wrapper.video h4 {
      display: none; }
    /* line 293, ../scss/theme/_header.scss */
    #header-group .banner-wrapper.video iframe {
      max-width: 700px;
      height: 275px;
      width: 100%;
      display: block;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        /* line 293, ../scss/theme/_header.scss */
        #header-group .banner-wrapper.video iframe {
          height: 392px; } }
  /* line 306, ../scss/theme/_header.scss */
  .publication-detail #header-group .banner-wrapper, .io-page #header-group .banner-wrapper {
    padding: 2.5em 30px; }
    /* line 308, ../scss/theme/_header.scss */
    .publication-detail #header-group .banner-wrapper:before, .io-page #header-group .banner-wrapper:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    /* line 314, ../scss/theme/_header.scss */
    .publication-detail #header-group .banner-wrapper h1, .io-page #header-group .banner-wrapper h1 {
      text-align: center;
      vertical-align: middle;
      margin: 0;
      font-size: 3.5rem ;
      line-height: 5.5rem ;
      font-style: normal; }
      /* line 87, ../scss/_mixins.scss */
      .publication-detail #header-group .banner-wrapper h1 .lt-ie9, .io-page #header-group .banner-wrapper h1 .lt-ie9 {
        font-size: 56px ; }
      /* line 87, ../scss/_mixins.scss */
      .publication-detail #header-group .banner-wrapper h1 .lt-ie9, .io-page #header-group .banner-wrapper h1 .lt-ie9 {
        line-height: 88px ; }
      @media only screen and (min-width: 600px) {
        /* line 314, ../scss/theme/_header.scss */
        .publication-detail #header-group .banner-wrapper h1, .io-page #header-group .banner-wrapper h1 {
          font-size: 5.5rem ;
          line-height: 5.5rem ; }
          /* line 87, ../scss/_mixins.scss */
          .publication-detail #header-group .banner-wrapper h1 .lt-ie9, .io-page #header-group .banner-wrapper h1 .lt-ie9 {
            font-size: 88px ; }
          /* line 87, ../scss/_mixins.scss */
          .publication-detail #header-group .banner-wrapper h1 .lt-ie9, .io-page #header-group .banner-wrapper h1 .lt-ie9 {
            line-height: 88px ; } }
      @media only screen and (min-width: 990px) {
        /* line 314, ../scss/theme/_header.scss */
        .publication-detail #header-group .banner-wrapper h1, .io-page #header-group .banner-wrapper h1 {
          font-size: 7.5rem ;
          line-height: 7.5rem ; }
          /* line 87, ../scss/_mixins.scss */
          .publication-detail #header-group .banner-wrapper h1 .lt-ie9, .io-page #header-group .banner-wrapper h1 .lt-ie9 {
            font-size: 120px ; }
          /* line 87, ../scss/_mixins.scss */
          .publication-detail #header-group .banner-wrapper h1 .lt-ie9, .io-page #header-group .banner-wrapper h1 .lt-ie9 {
            line-height: 120px ; } }
  /* line 331, ../scss/theme/_header.scss */
  .publication-detail #header-group .banner-wrapper {
    margin-bottom: 0; }
  /* line 334, ../scss/theme/_header.scss */
  .style_blog-post #header-group .banner-wrapper {
    min-height: 230px; }
    @media only screen and (min-width: 768px) {
      /* line 334, ../scss/theme/_header.scss */
      .style_blog-post #header-group .banner-wrapper {
        padding-bottom: 62px; } }
  /* line 341, ../scss/theme/_header.scss */
  .council #header-group .banner-wrapper {
    margin: 0;
    padding: 2em;
    background: white;
    text-align: center;
    min-height: 0; }
    /* line 348, ../scss/theme/_header.scss */
    .council #header-group .banner-wrapper h1 {
      color: #1b1b1b;
      margin: 0;
      font-size: 2.25rem ;
      line-height: 2.25rem ; }
      /* line 87, ../scss/_mixins.scss */
      .council #header-group .banner-wrapper h1 .lt-ie9 {
        font-size: 36px ; }
      /* line 87, ../scss/_mixins.scss */
      .council #header-group .banner-wrapper h1 .lt-ie9 {
        line-height: 36px ; }
      @media only screen and (min-width: 768px) {
        /* line 348, ../scss/theme/_header.scss */
        .council #header-group .banner-wrapper h1 {
          font-size: 3rem ;
          line-height: 3rem ; }
          /* line 87, ../scss/_mixins.scss */
          .council #header-group .banner-wrapper h1 .lt-ie9 {
            font-size: 48px ; }
          /* line 87, ../scss/_mixins.scss */
          .council #header-group .banner-wrapper h1 .lt-ie9 {
            line-height: 48px ; } }
  /* line 363, ../scss/theme/_header.scss */
  #header-group .banner-wrapper > ul {
    list-style: none;
    overflow: hidden;
    position: relative;
    margin: 0; }
    /* line 368, ../scss/theme/_header.scss */
    #header-group .banner-wrapper > ul + h1 {
      margin-top: 5px;
      margin-bottom: 5px; }

    #header-group .banner-wrapper .date {
      font-size: .9em;
      font-style: italic;
      color: #FFF;
    }

    /* line 372, ../scss/theme/_header.scss */
    #header-group .banner-wrapper > ul > li {
      list-style: none;
      float: left;
      padding-right: .5em;
      font-size: 1em; }
      /* line 379, ../scss/theme/_header.scss */
      #header-group .banner-wrapper > ul > li:after {
        content: "/";
        padding-left: .5em; }
      /* line 383, ../scss/theme/_header.scss */
      #header-group .banner-wrapper > ul > li:last-child:after {
        content: "";
        padding: 0; }
      /* line 388, ../scss/theme/_header.scss */
      #header-group .banner-wrapper > ul > li a {
        color: white; }
        /* line 390, ../scss/theme/_header.scss */
        #header-group .banner-wrapper > ul > li a:hover {
          text-decoration: underline; }
  /* line 396, ../scss/theme/_header.scss */
  #header-group .banner-wrapper h1 {
    color: white;
    font-size: 2em;
    line-height: 1em;
    position: relative;
    margin-top: 1.5em; }
  /* line 403, ../scss/theme/_header.scss */
  #header-group .banner-wrapper h2 {
    color: white;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
    position: relative; }
/* line 416, ../scss/theme/_header.scss */
#header-group .nav-secondary {
  display: none;
  text-align: center;
  margin-bottom: 1em; }
  @media only screen and (min-width: 868px) {
    /* line 416, ../scss/theme/_header.scss */
    #header-group .nav-secondary {
      display: block; } }
  /* line 428, ../scss/theme/_header.scss */
  #header-group .nav-secondary .nav-group {
    position: relative;
    background: white; }
  /* line 432, ../scss/theme/_header.scss */
  #header-group .nav-secondary ul {
    text-align: center;
    padding: 1em 30px;
    margin-bottom: 0; }
  /* line 437, ../scss/theme/_header.scss */
  #header-group .nav-secondary li {
    display: inline-block; }
    /* line 439, ../scss/theme/_header.scss */
    #header-group .nav-secondary li.current a {
      border-color: #78b147; }
  /* line 443, ../scss/theme/_header.scss */
  #header-group .nav-secondary a {
    display: inline-block;
    margin: 0 .2em;
    padding: .3em 0;
    min-width: 8.5em;
    color: #222222;
    font-size: .8em;
    font-weight: bold;
    border-bottom: 4px solid; }
    /* line 452, ../scss/theme/_header.scss */
    #header-group .nav-secondary a:hover {
      border-color: #78b147; }
  /* line 456, ../scss/theme/_header.scss */
  #header-group .nav-secondary .shadow {
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 100%;
    background: url(images/site/layout_shadow.png) no-repeat;
    background-size: contain; }
/* line 466, ../scss/theme/_header.scss */
#header-group .name {
  float: left; }
  @media only screen and (min-width: 868px) {
    /* line 466, ../scss/theme/_header.scss */
    #header-group .name {
      /*display: none;*/ } }
/* line 473, ../scss/theme/_header.scss */
#header-group .channel-wrap {
  *zoom: 1; }
  /* line 121, ../scss/components/_global.scss */
  #header-group .channel-wrap:before, #header-group .channel-wrap:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  #header-group .channel-wrap:after {
    clear: both; }
/* line 476, ../scss/theme/_header.scss */
#header-group .channel-group {
  display: none; }
  @media only screen and (min-width: 868px) {
    /* line 476, ../scss/theme/_header.scss */
    #header-group .channel-group {
      display: block;
      position: relative;
      z-index: 1001;
      width: 160px;
      height: 50px;
      margin: 0;
      background: #626262 url(images/site/arrow_down.png) no-repeat 130px center;
      cursor: pointer;
      font-size: 1em;
      margin: 7px .5em 0;
      float: left; } }
  /* line 491, ../scss/theme/_header.scss */
  #header-group .channel-group .channel-dropdown {
    display: none;
    position: relative;
    text-align: left;
    margin: 0; }
    /* line 496, ../scss/theme/_header.scss */
    #header-group .channel-group .channel-dropdown a {
      font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
      color: white;
      font-size: 1em;
      padding: .8em 0;
      display: block; }
      /* line 502, ../scss/theme/_header.scss */
      #header-group .channel-group .channel-dropdown a:hover {
        color: #78b147; }
    /* line 507, ../scss/theme/_header.scss */
    #header-group .channel-group .channel-dropdown.expanded {
      display: block; }
  /* line 511, ../scss/theme/_header.scss */
  #header-group .channel-group:hover .channel-dropdown {
    display: none; }
    @media only screen and (min-width: 868px) {
      /* line 511, ../scss/theme/_header.scss */
      #header-group .channel-group:hover .channel-dropdown {
        display: block;
        position: relative;
        margin: 0; } }
/* line 520, ../scss/theme/_header.scss */
#header-group .channel-logo {
  padding-right: 15px;
  background-color: #333333; }
/* line 524, ../scss/theme/_header.scss */
#header-group .channel-button {
  font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-top: .6em;
  margin-left: .5em; }
/* line 532, ../scss/theme/_header.scss */
#header-group .fixed .channel-group {
  margin-left: 0; }

.blog-banner img {
  width: 100%;
  height: auto;
}

@keyframes opacityHover {
  /* line 538, ../scss/theme/_header.scss */
  from {
    -moz-opacity: 0 ;
    -khtml-opacity: 0 ;
    -webkit-opacity: 0 ;
    opacity: 0 ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    zoom: 1; }

  /* line 541, ../scss/theme/_header.scss */
  to {
    -moz-opacity: 1 ;
    -khtml-opacity: 1 ;
    -webkit-opacity: 1 ;
    opacity: 1 ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    zoom: 1; } }

/* line 550, ../scss/theme/_header.scss */
.nav-post-type {
  float: right;
  position: relative;
  margin-top: -31px;
  margin-bottom: 25px;
  top: 10px;
  height: 25px;
  display: block;
  font-size: 0.75rem ; }
  /* line 87, ../scss/_mixins.scss */
  .nav-post-type .lt-ie9 {
    font-size: 12px ; }
  @media only screen and (min-width: 600px) {
    /* line 550, ../scss/theme/_header.scss */
    .nav-post-type {
      height: 0;
      top: -2em;
      font-size: 1rem ; }
      /* line 87, ../scss/_mixins.scss */
      .nav-post-type .lt-ie9 {
        font-size: 16px ; } }
  /* line 568, ../scss/theme/_header.scss */
  .nav-post-type ul {
    margin: 0;
    padding: 0; }
  /* line 572, ../scss/theme/_header.scss */
  .nav-post-type li {
    margin-left: 0;
    border-right: 1px solid #5f8d38; }
    @media only screen and (min-width: 768px) {
      /* line 572, ../scss/theme/_header.scss */
      .nav-post-type li {
        margin-left: 2px; } }
  /* line 579, ../scss/theme/_header.scss */
  .nav-post-type a {
    background: #78b147;
    color: white;
    font-style: italic;
    padding: 0 .9em;
    height: 25px;
    line-height: 25px; }

/* line 601, ../scss/theme/_header.scss */
.section-nav {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 30px;
  background: white;
  padding: 0 10px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  color: #1b1b1b; }
  /* line 615, ../scss/theme/_header.scss */
  .section-nav a {
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    color: #1b1b1b; }
  /* line 620, ../scss/theme/_header.scss */
  .section-nav ul, .section-nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  /* line 625, ../scss/theme/_header.scss */
  .section-nav li {
    display: inline-block; }
    /* line 627, ../scss/theme/_header.scss */
    .section-nav li:before {
      content: "/";
      margin: 0 .4em 0 .5em; }
    /* line 633, ../scss/theme/_header.scss */
    .section-nav li:first-child:before {
      display: none; }
  /* line 639, ../scss/theme/_header.scss */
  .section-nav > ul > li > a {
    display: inline-block;
    padding: 20px 0; }
  /* line 645, ../scss/theme/_header.scss */
  .section-nav > ul > li.active > a, .section-nav > ul > li:hover > a {
    padding-bottom: 13px;
    border-bottom: 7px solid #78b147; }
  /* line 652, ../scss/theme/_header.scss */
  .section-nav .has-dropdown:after {
    content: "";
    background-image: url("images/site/arrow_down_small_black.png");
    background-size: 7px 5px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 7px;
    height: 5px;
    display: inline-block;
    top: -.15em;
    position: relative;
    margin-left: .2em; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 652, ../scss/theme/_header.scss */
      .section-nav .has-dropdown:after {
        background-image: url("images/site/arrow_down_small_black@2x.png");
        background-size: 7px 5px; } }
    @media (min-resolution: 144dpi) {
      /* line 652, ../scss/theme/_header.scss */
      .section-nav .has-dropdown:after {
        background-image: url("images/site/arrow_down_small_black@2x.png");
        background-size: 7px 5px; } }
  /* line 664, ../scss/theme/_header.scss */
  .section-nav .has-dropdown > ul {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 5;
    width: 225px;
    padding: 10px 20px;
    background: #626262;
    box-shadow: 7px 7px 0 0 #bbbbbb;
    margin-top: -7px; }
    /* line 674, ../scss/theme/_header.scss */
    .section-nav .has-dropdown > ul:before {
      content: "";
      position: absolute;
      border-bottom: 10px solid #626262;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      margin-top: -10px;
      top: 0; }
    /* line 684, ../scss/theme/_header.scss */
    .section-nav .has-dropdown > ul a {
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-style: normal;
      display: block;
      padding: 10px 0;
      color: white;
      font-size: 0.75rem ;
      line-height: 0.875rem ; }
      /* line 87, ../scss/_mixins.scss */
      .section-nav .has-dropdown > ul a .lt-ie9 {
        font-size: 12px ; }
      /* line 87, ../scss/_mixins.scss */
      .section-nav .has-dropdown > ul a .lt-ie9 {
        line-height: 14px ; }
      /* line 692, ../scss/theme/_header.scss */
      .section-nav .has-dropdown > ul a:hover {
        color: #78b147; }
    /* line 697, ../scss/theme/_header.scss */
    .section-nav .has-dropdown > ul > li {
      display: block;
      border-top: 1px solid #929292; }
      /* line 700, ../scss/theme/_header.scss */
      .section-nav .has-dropdown > ul > li:before {
        display: none; }
      /* line 704, ../scss/theme/_header.scss */
      .section-nav .has-dropdown > ul > li:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none; }
  /* line 712, ../scss/theme/_header.scss */
  .section-nav .has-dropdown:hover > a {
    border: none;
    padding-bottom: 20px; }
  /* line 717, ../scss/theme/_header.scss */
  .section-nav .has-dropdown:hover > ul {
    display: block; }
  @media only screen and (min-width: 868px) {
    /* line 601, ../scss/theme/_header.scss */
    .section-nav {
      display: block; } }

/* ---------------------------------------------------------------

  PRE LOADER

--------------------------------------------------------------- */
/* line 9, ../scss/theme/_js-components.scss */
#js-loading {
  width: 100%;
  height: 100%;
  background: #666;
  position: absolute;
  z-index: 20; }
  /* line 15, ../scss/theme/_js-components.scss */
  #js-loading .spin {
    height: 70px;
    width: 70px;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: dashed 5px white;
    animation-name: spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; }

/* line 41, ../scss/theme/_js-components.scss */
.js-hide {
  display: none; }

@keyframes spin {
  /* line 47, ../scss/theme/_js-components.scss */
  from {
    transform: rotate(0deg); }

  /* line 48, ../scss/theme/_js-components.scss */
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  /* line 51, ../scss/theme/_js-components.scss */
  from {
    -webkit-transform: rotate(0deg); }

  /* line 52, ../scss/theme/_js-components.scss */
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  /* line 55, ../scss/theme/_js-components.scss */
  from {
    -moz-transform: rotate(0deg); }

  /* line 56, ../scss/theme/_js-components.scss */
  to {
    -moz-transform: rotate(360deg); } }

/* ---------------------------------------------------------------

  FADER

--------------------------------------------------------------- */
/* line 71, ../scss/theme/_js-components.scss */
.fader-wrap {
  position: relative;
  border-bottom: 8px solid #2d2d2d;
  margin-bottom: 2em; }
  @media only screen and (min-width: 868px) {
    /* line 71, ../scss/theme/_js-components.scss */
    .fader-wrap {
      margin-bottom: 0; } }

/* line 84, ../scss/theme/_js-components.scss */
.fader-content {
  color: #fff;
  font-size: .9em;
  overflow: hidden;
  height: 495px; }
  /* line 89, ../scss/theme/_js-components.scss */
  .fader-content h2 {
    font-size: 2em;
    font-weight: lighter;
    margin-bottom: 0;
    line-height: 1.1em; }
    @media only screen and (min-width: 600px) {
      /* line 89, ../scss/theme/_js-components.scss */
      .fader-content h2 {
        font-size: 2.5em; } }
  @media only screen and (min-width: 600px) {
    /* line 84, ../scss/theme/_js-components.scss */
    .fader-content {
      height: 450px; } }
  @media only screen and (min-width: 768px) {
    /* line 84, ../scss/theme/_js-components.scss */
    .fader-content {
      font-size: 1em;
      height: 320px; } }

/* line 107, ../scss/theme/_js-components.scss */
.fader-image {
  height: 100%;
  width: 100.5%;
  position: relative;
  top: 0;
  padding: 2em 30px 0 30px;
  display: block; }
  /* line 114, ../scss/theme/_js-components.scss */
  .fader-image h2, .fader-image p, .fader-image a {
    position: relative;
    /*z-index: 10;*/ }
  /* line 118, ../scss/theme/_js-components.scss */
  .fader-image .big-link {
    overflow: hidden;
    text-indent: -999em;
    position: absolute;
    width: auto;
    display: block;
    height: auto;
    left: 30px;
    right: 30px;
    top: 2em;
    bottom: 30px; }
  /* line 130, ../scss/theme/_js-components.scss */
  .fader-image .overlay-dark {
    width: 100%;
    height: inherit;
    position: absolute;
    background: rgba(34, 34, 34, 0.4);
    top: 0;
    left: 0; }
  /* line 139, ../scss/theme/_js-components.scss */
  .fader-image h2 {
    color: white; }
  @media only screen and (min-width: 768px) {
    /* line 107, ../scss/theme/_js-components.scss */
    .fader-image {
      position: absolute; } }

/* line 148, ../scss/theme/_js-components.scss */
.fader-tabs {
  *zoom: 1;
  overflow: hidden;
  position: relative; }
  /* line 121, ../scss/components/_global.scss */
  .fader-tabs:before, .fader-tabs:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  .fader-tabs:after {
    clear: both; }

/* line 159, ../scss/theme/_js-components.scss */
.author {
  color: #78b147; }

/* line 163, ../scss/theme/_js-components.scss */
.fader-tab {
  position: relative;
  float: left;
  width: 17.16667%;
  margin-left: -.5%;
  height: 110px;
  cursor: pointer; }
  /* line 172, ../scss/theme/_js-components.scss */
  .fader-tab:hover .overlay, .fader-tab.current .overlay {
    background: rgba(120, 177, 71, 0);
    -webkit-transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out; }
  /* line 178, ../scss/theme/_js-components.scss */
  .fader-tab .overlay {
    display: block;
    background: rgba(120, 177, 71, 0.6);
    width: 100%;
    height: inherit;
    position: absolute;
    -webkit-transition: background-color 2s .1s;
    -moz-transition: background-color 2s .1s;
    -ms-transition: background-color 2s .1s;
    -o-transition: background-color 2s .1s;
    transition: background-color 2s .1s; }
  /* line 187, ../scss/theme/_js-components.scss */
  .fader-tab .number {
    width: 100%;
    height: 2em;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    padding-top: .6em;
    font-size: .9em; }
  @media only screen and (min-width: 768px) {
    /* line 163, ../scss/theme/_js-components.scss */
    .fader-tab {
      height: 320px; } }
  /* line 202, ../scss/theme/_js-components.scss */
  .fader-tab.fader-image-1 {
    margin-left: 0; }
  /* line 205, ../scss/theme/_js-components.scss */
  .fader-tab.fader-image-5 {
    margin-right: -.5%; }
  /* line 208, ../scss/theme/_js-components.scss */
  .fader-tab.fader-image-6 {
    position: absolute;
    right: 0; }

/* ---------------------------------------------------------------

  AUDIO PLAYER

--------------------------------------------------------------- */
/* line 236, ../scss/theme/_js-components.scss */
.audio-player .audio-player-container {
  display: none; }
/* line 239, ../scss/theme/_js-components.scss */
.audio-player .audio-player-controls {
  *zoom: 1;
  width: 100%; }
  /* line 121, ../scss/components/_global.scss */
  .audio-player .audio-player-controls:before, .audio-player .audio-player-controls:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  .audio-player .audio-player-controls:after {
    clear: both; }
  /* line 242, ../scss/theme/_js-components.scss */
  .audio-player .audio-player-controls .btn-wrap {
    float: left;
    height: 3em;
    width: 15%;
    background: lightgrey;
    position: relative; }
    /* line 248, ../scss/theme/_js-components.scss */
    .audio-player .audio-player-controls .btn-wrap .btn {
      background: #6d6d6d;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 2.3em;
      width: 2.3em;
      margin-left: -1.15em;
      margin-top: -1.15em; }
      /* line 252, ../scss/theme/_js-components.scss */
      .audio-player .audio-player-controls .btn-wrap .btn:hover {
        cursor: pointer;
        background: #535353; }
    /* line 257, ../scss/theme/_js-components.scss */
    .audio-player .audio-player-controls .btn-wrap .play {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 0.7em;
      width: 0.7em;
      margin-left: -0.35em;
      margin-top: -0.35em;
      border-left: .7em solid #fff;
      border-top: .6em solid transparent;
      border-bottom: .6em solid transparent;
      margin-top: -.55em;
      margin-left: -.2em; }
    /* line 266, ../scss/theme/_js-components.scss */
    .audio-player .audio-player-controls .btn-wrap .pause {
      background: white;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 0.7em;
      width: 0.7em;
      margin-left: -0.35em;
      margin-top: -0.35em; }
    /* line 270, ../scss/theme/_js-components.scss */
    .audio-player .audio-player-controls .btn-wrap ul {
      list-style: none; }
  /* line 274, ../scss/theme/_js-components.scss */
  .audio-player .audio-player-controls .progress-wrap {
    float: left;
    height: 3em;
    width: 85%;
    background: #ebebeb;
    padding: 1em .8em; }
    /* line 280, ../scss/theme/_js-components.scss */
    .audio-player .audio-player-controls .progress-wrap .seek-bar {
      background: lightgrey;
      height: 1em; }
    /* line 284, ../scss/theme/_js-components.scss */
    .audio-player .audio-player-controls .progress-wrap .play-bar {
      height: 1em;
      background: #78b147; }

/* ---------------------------------------------------------------

  BOOK REVIEWS SLIDER

--------------------------------------------------------------- */
/* line 304, ../scss/theme/_js-components.scss */
.book-reviews {
  text-align: center; }
  /* line 306, ../scss/theme/_js-components.scss */
  .book-reviews h3 {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: .25em 1em;
    background: white;
    margin: 1em auto 0;
    color: #222222;
    font-size: 1.75em; }
  /* line 317, ../scss/theme/_js-components.scss */
  .book-reviews hr {
    margin: -15px 30px 3em; }

/* line 323, ../scss/theme/_js-components.scss */
.containerOuter {
  position: relative;
  left: 0;
  right: 0;
  background: white;
  height: 370px;
  overflow: hidden; }
  /* line 331, ../scss/theme/_js-components.scss */
  .containerOuter.slider_carousel {
    height: 400px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 600px) {
      /* line 331, ../scss/theme/_js-components.scss */
      .containerOuter.slider_carousel {
        height: 300px; } }

/* line 341, ../scss/theme/_js-components.scss */
.container {
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-top: 1em;
  overflow: hidden;
  height: 235px;
  max-width: 1200px; }
  /* line 349, ../scss/theme/_js-components.scss */
  .slider_carousel .container {
    width: 100%;
    margin-top: 0;
    height: 400px; }
    @media only screen and (min-width: 600px) {
      /* line 349, ../scss/theme/_js-components.scss */
      .slider_carousel .container {
        height: 300px; } }
    /* line 357, ../scss/theme/_js-components.scss */
    .slider_carousel .container .iosSliderContainer {
      height: 100% !important;
      overflow: hidden; }
    /* line 361, ../scss/theme/_js-components.scss */
    .slider_carousel .container .iosSlider {
      height: 100%; }
    /* line 364, ../scss/theme/_js-components.scss */
    .slider_carousel .container .fader-image {
      height: 370px;
      padding: 30px 60px 0;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      font-size: 0.875rem ;
      color: white; }
      @media only screen and (min-width: 600px) {
        /* line 364, ../scss/theme/_js-components.scss */
        .slider_carousel .container .fader-image {
          padding: 30px 90px 0;
          height: 270px; } }
      /* line 87, ../scss/_mixins.scss */
      .slider_carousel .container .fader-image .lt-ie9 {
        font-size: 14px ; }
      /* line 377, ../scss/theme/_js-components.scss */
      .slider_carousel .container .fader-image .big-link {
        top: 30px;
        left: 60px;
        right: 60px; }
        @media only screen and (min-width: 600px) {
          /* line 377, ../scss/theme/_js-components.scss */
          .slider_carousel .container .fader-image .big-link {
            left: 90px;
            right: 90px; } }
      /* line 386, ../scss/theme/_js-components.scss */
      .slider_carousel .container .fader-image .overlay-dark {
        height: 100%; }
      /* line 390, ../scss/theme/_js-components.scss */
      .slider_carousel .container .fader-image h2 {
        font-size: 1.25rem ;
        line-height: 1.25rem ; }
        /* line 87, ../scss/_mixins.scss */
        .slider_carousel .container .fader-image h2 .lt-ie9 {
          font-size: 20px ; }
        /* line 87, ../scss/_mixins.scss */
        .slider_carousel .container .fader-image h2 .lt-ie9 {
          line-height: 20px ; }
        @media only screen and (min-width: 600px) {
          /* line 390, ../scss/theme/_js-components.scss */
          .slider_carousel .container .fader-image h2 {
            font-size: 1.875rem ;
            line-height: 1.875rem ; }
            /* line 87, ../scss/_mixins.scss */
            .slider_carousel .container .fader-image h2 .lt-ie9 {
              font-size: 30px ; }
            /* line 87, ../scss/_mixins.scss */
            .slider_carousel .container .fader-image h2 .lt-ie9 {
              line-height: 30px ; } }
        @media only screen and (min-width: 768px) {
          /* line 390, ../scss/theme/_js-components.scss */
          .slider_carousel .container .fader-image h2 {
            font-size: 1.25rem ;
            line-height: 1.25rem ; }
            /* line 87, ../scss/_mixins.scss */
            .slider_carousel .container .fader-image h2 .lt-ie9 {
              font-size: 20px ; }
            /* line 87, ../scss/_mixins.scss */
            .slider_carousel .container .fader-image h2 .lt-ie9 {
              line-height: 20px ; } }
        @media only screen and (min-width: 990px) {
          /* line 390, ../scss/theme/_js-components.scss */
          .slider_carousel .container .fader-image h2 {
            font-size: 1.875rem ;
            line-height: 1.875rem ; }
            /* line 87, ../scss/_mixins.scss */
            .slider_carousel .container .fader-image h2 .lt-ie9 {
              font-size: 30px ; }
            /* line 87, ../scss/_mixins.scss */
            .slider_carousel .container .fader-image h2 .lt-ie9 {
              line-height: 30px ; } }
        /* line 407, ../scss/theme/_js-components.scss */
        .slider_carousel .container .fader-image h2 + .author {
          margin-top: -.5em; }
      /* line 411, ../scss/theme/_js-components.scss */
      .slider_carousel .container .fader-image .author {
        font-style: italic; }

/* line 419, ../scss/theme/_js-components.scss */
.container .iosSliderContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 0 0 0;
  overflow: visible;
  height: 235px !important; }

/* line 429, ../scss/theme/_js-components.scss */
.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 235px; }

/* line 438, ../scss/theme/_js-components.scss */
.iosSlider .slider {
  width: 10000px;
  height: 100%; }

/* line 443, ../scss/theme/_js-components.scss */
.iosSlider .slider .item {
  float: left;
  width: 170px;
  height: 100%;
  text-align: center; }

/* line 455, ../scss/theme/_js-components.scss */
.publications .iosSlider h4, .publications .iosSlider h5, .publications .iosSlider .item {
  color: #ddd; }
/* line 459, ../scss/theme/_js-components.scss */
.publications .iosSlider h4 {
  font-size: 17px; }
/* line 462, ../scss/theme/_js-components.scss */
.publications .iosSlider h5 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 10px;
  font-weight: bold;
  margin: -.5em 0 1em; }
/* line 469, ../scss/theme/_js-components.scss */
.publications .iosSlider p {
  font-size: 11px;
  line-height: 14px;
  color: #bbb; }
/* line 474, ../scss/theme/_js-components.scss */
.publications .iosSlider .slider {
  width: auto; }
  /* line 476, ../scss/theme/_js-components.scss */
  .publications .iosSlider .slider .slide {
    float: left;
    height: auto; }
  /* line 480, ../scss/theme/_js-components.scss */
  .publications .iosSlider .slider .item {
    width: 100%;
    margin-bottom: 30px;
    position: relative; }
    /* line 484, ../scss/theme/_js-components.scss */
    .publications .iosSlider .slider .item img {
      position: relative;
      display: block;
      -moz-box-shadow: 10px 10px 0 0 #aaa;
      -webkit-box-shadow: 10px 10px 0 0 #aaa;
      box-shadow: 10px 10px 0 0 #aaa;
      margin: 0 auto 20px;
      max-width: 170px;
      width: 100%; }
@media only screen and (min-width: 450px) {
  /* line 499, ../scss/theme/_js-components.scss */
  .publications .iosSlider, .publications .iosSlider h4, .publications .iosSlider h5, .publications .iosSlider .item {
    text-align: left; }
  /* line 505, ../scss/theme/_js-components.scss */
  .publications .iosSlider .slider .item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px; }
    /* line 510, ../scss/theme/_js-components.scss */
    .publications .iosSlider .slider .item + .item + .item {
      clear: left; }
      /* line 512, ../scss/theme/_js-components.scss */
      .publications .iosSlider .slider .item + .item + .item + .item {
        clear: none; }
    /* line 516, ../scss/theme/_js-components.scss */
    .publications .iosSlider .slider .item img {
      -webkit-box-shadow: 10px 10px 0 0 #aaa;
      -moz-box-shadow: 10px 10px 0 0 #aaa;
      box-shadow: 10px 10px 0 0 #aaa;
      margin-left: 0;
      margin-right: 0; } }
@media only screen and (min-width: 600px) {
  /* line 530, ../scss/theme/_js-components.scss */
  .publications .iosSlider h4 {
    font-size: 19px; }
  /* line 533, ../scss/theme/_js-components.scss */
  .publications .iosSlider h5 {
    font-size: 12px; }
  /* line 536, ../scss/theme/_js-components.scss */
  .publications .iosSlider p {
    font-size: 13px;
    line-height: 16px; }
  /* line 541, ../scss/theme/_js-components.scss */
  .publications .iosSlider .slider .slide {
    height: auto !important; }
  /* line 544, ../scss/theme/_js-components.scss */
  .publications .iosSlider .slider .item {
    width: 25%; }
    /* line 546, ../scss/theme/_js-components.scss */
    .publications .iosSlider .slider .item + .item + .item {
      clear: none; } }

/* line 560, ../scss/theme/_js-components.scss */
.flex-direction-nav a,
.slider-arrow {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 43px;
  margin-top: -22px;
  z-index: 2;
  overflow: hidden;
  text-indent: 99em;
  display: block;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
  zoom: 1; }
  /* line 572, ../scss/theme/_js-components.scss */
  .flex-direction-nav a:before,
  .slider-arrow:before {
    content: "";
    display: none; }
  /* line 577, ../scss/theme/_js-components.scss */
  .flex-direction-nav a.flex-prev, .flex-direction-nav a.prev,
  .slider-arrow.flex-prev,
  .slider-arrow.prev {
    left: 3%;
    background: url(images/site/slider_arrow_left.png); }
  /* line 582, ../scss/theme/_js-components.scss */
  .flex-direction-nav a.flex-next, .flex-direction-nav a.next,
  .slider-arrow.flex-next,
  .slider-arrow.next {
    right: 3%;
    background: url(images/site/slider_arrow_right.png); }

/* line 588, ../scss/theme/_js-components.scss */
.flex-control-nav,
.slider-nav {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 3%;
  left: 0;
  text-align: center;
  z-index: 10;
  width: 100%; }
  /* line 598, ../scss/theme/_js-components.scss */
  .flex-control-nav li,
  .slider-nav li {
    list-style: none;
    display: inline-block;
    margin: 0 0px;
    padding: 0;
    position: relative; }
    /* line 605, ../scss/theme/_js-components.scss */
    .flex-control-nav li a,
    .slider-nav li a {
      position: relative;
      overflow: hidden;
      text-indent: -99em;
      display: block;
      width: 12px;
      height: 12px;
      background: #78b147;
      border-radius: 0;
      box-shadow: none; }
    /* line 618, ../scss/theme/_js-components.scss */
    .flex-control-nav li.current a,
    .flex-control-nav li a.flex-active,
    .slider-nav li.current a,
    .slider-nav li a.flex-active {
      -moz-opacity: 0.5 ;
      -khtml-opacity: 0.5 ;
      -webkit-opacity: 0.5 ;
      opacity: 0.5 ;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
      filter: "alpha(opacity=${opperc})";
      zoom: 1; }

/* line 623, ../scss/theme/_js-components.scss */
.flex-control-nav li {
  margin: 0 2px; }

/* line 627, ../scss/theme/_js-components.scss */
.flexslider {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  overflow: hidden; }
  /* line 635, ../scss/theme/_js-components.scss */
  .flexslider .flex-direction-nav {
    display: none; }
    @media only screen and (min-width: 768px) {
      /* line 635, ../scss/theme/_js-components.scss */
      .flexslider .flex-direction-nav {
        display: block; } }

/* line 649, ../scss/theme/_js-components.scss */
#header-group.header-events .banner-wrapper,
#header-group.header-events .fader-image {
  background-color: #272727;
  padding: 0;
  min-height: 0; }
/* line 654, ../scss/theme/_js-components.scss */
#header-group.header-events .banner-wrapper {
  padding: 0;
  margin: 0; }
/* line 661, ../scss/theme/_js-components.scss */
#header-group.header-events .iosSlider,
#header-group.header-events .container,
#header-group.header-events .fader-image {
  height: 100% !important;
  margin: 0;
  position: absolute; }
/* line 666, ../scss/theme/_js-components.scss */
#header-group.header-events .containerOuter {
  height: 0;
  position: relative;
  padding: 0 0 34.73684%;
  margin: 0; }
/* line 672, ../scss/theme/_js-components.scss */
#header-group.header-events .fader-image {
  background-size: contain;
  background-repeat: no-repeat; }
/* line 676, ../scss/theme/_js-components.scss */
#header-group.header-events .slider-arrow {
  display: none; }
  @media only screen and (min-width: 768px) {
    /* line 676, ../scss/theme/_js-components.scss */
    #header-group.header-events .slider-arrow {
      display: block; } }

/* line 686, ../scss/theme/_js-components.scss */
.slider_instagram {
  display: none;
  height: auto;
  background: black;
  padding: 5% 43px; }
  @media only screen and (min-width: 768px) {
    /* line 686, ../scss/theme/_js-components.scss */
    .slider_instagram {
      padding: 5% 83px; } }
  /* line 696, ../scss/theme/_js-components.scss */
  .slider_instagram .slides .slide {
    margin-right: 20px; }
  /* line 700, ../scss/theme/_js-components.scss */
  .slider_instagram .flex-direction-nav {
    display: block !important; }
    /* line 702, ../scss/theme/_js-components.scss */
    .slider_instagram .flex-direction-nav .flex-next {
      right: 10px; }
      @media only screen and (min-width: 768px) {
        /* line 702, ../scss/theme/_js-components.scss */
        .slider_instagram .flex-direction-nav .flex-next {
          right: 30px; } }
    /* line 708, ../scss/theme/_js-components.scss */
    .slider_instagram .flex-direction-nav .flex-prev {
      left: 10px; }
      @media only screen and (min-width: 768px) {
        /* line 708, ../scss/theme/_js-components.scss */
        .slider_instagram .flex-direction-nav .flex-prev {
          left: 30px; } }

/* line 718, ../scss/theme/_js-components.scss */
.io-home_carousel2 {
  background: #3f3f3f;
  position: relative;
  overflow: visible; }
  /* line 723, ../scss/theme/_js-components.scss */
  .io-home_carousel2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 30px solid #3f3f3f;
    margin-left: -70px;
    margin-bottom: -30px;
    z-index: 1; }
  /* line 737, ../scss/theme/_js-components.scss */
  .io-home_carousel2 .slideInner {
    position: relative;
    margin: 30px 30px 60px;
    color: white;
    font-size: 0.875rem ;
    line-height: 1.3125rem ; }
    /* line 87, ../scss/_mixins.scss */
    .io-home_carousel2 .slideInner .lt-ie9 {
      font-size: 14px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-home_carousel2 .slideInner .lt-ie9 {
      line-height: 21px ; }
    @media only screen and (min-width: 768px) {
      /* line 737, ../scss/theme/_js-components.scss */
      .io-home_carousel2 .slideInner {
        width: 80%;
        margin: 8% auto;
        padding-left: 43%; } }
    @media only screen and (min-width: 768px) {
      /* line 737, ../scss/theme/_js-components.scss */
      .io-home_carousel2 .slideInner {
        width: 70%;
        padding-left: 37%; } }
    /* line 755, ../scss/theme/_js-components.scss */
    .io-home_carousel2 .slideInner .more {
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      *zoom: 1; }
      /* line 121, ../scss/components/_global.scss */
      .io-home_carousel2 .slideInner .more:before, .io-home_carousel2 .slideInner .more:after {
        content: " ";
        display: table; }
      /* line 122, ../scss/components/_global.scss */
      .io-home_carousel2 .slideInner .more:after {
        clear: both; }
      /* line 761, ../scss/theme/_js-components.scss */
      .io-home_carousel2 .slideInner .more li {
        list-style: none;
        float: left;
        line-height: 1em; }
        /* line 766, ../scss/theme/_js-components.scss */
        .io-home_carousel2 .slideInner .more li + li {
          margin-left: .75em;
          padding-left: .75em;
          border-left: 1px solid #999999; }
        /* line 772, ../scss/theme/_js-components.scss */
        .io-home_carousel2 .slideInner .more li a {
          text-decoration: underline; }
    /* line 778, ../scss/theme/_js-components.scss */
    .io-home_carousel2 .slideInner .img {
      width: 100%;
      padding-top: 40%;
      margin: 0 0 30px 0; }
      @media only screen and (min-width: 600px) {
        /* line 778, ../scss/theme/_js-components.scss */
        .io-home_carousel2 .slideInner .img {
          float: right;
          width: 33%;
          margin: 0 0 10px 10px;
          height: 0;
          padding-top: 33%; } }
      @media only screen and (min-width: 768px) {
        /* line 778, ../scss/theme/_js-components.scss */
        .io-home_carousel2 .slideInner .img {
          float: none;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          min-height: 20px;
          width: 50%;
          margin: 0; } }
    /* line 803, ../scss/theme/_js-components.scss */
    .io-home_carousel2 .slideInner .title {
      margin-top: 0;
      font-style: normal;
      font-size: 1.875rem ;
      line-height: 2.0625rem ; }
      /* line 87, ../scss/_mixins.scss */
      .io-home_carousel2 .slideInner .title .lt-ie9 {
        font-size: 30px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-home_carousel2 .slideInner .title .lt-ie9 {
        line-height: 33px ; }
      /* line 809, ../scss/theme/_js-components.scss */
      .io-home_carousel2 .slideInner .title a {
        color: white; }

/* line 817, ../scss/theme/_js-components.scss */
.io-featured-projects_carousel .flex-control-nav {
  position: relative;
  bottom: initial; }

/* line 829, ../scss/theme/_js-components.scss */
.jp-video.jp-video-360p {
  width: 100%; }

/* line 1, ../scss/theme/_main.scss */
.fixed-sidebar_left-outer {
  margin-right: 0;
  width: 100%; }
  /* line 7, ../scss/theme/_main.scss */
  .fixed-sidebar_left-outer .fixed-sidebar_left-inner {
    margin-right: 0; }
  /* line 10, ../scss/theme/_main.scss */
  .fixed-sidebar_left-outer + .fixed-sidebar_right {
    width: 100%; }
    /* line 13, ../scss/theme/_main.scss */
    .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors {
      *zoom: 1; }
      /* line 121, ../scss/components/_global.scss */
      .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors:before, .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors:after {
        content: " ";
        display: table; }
      /* line 122, ../scss/components/_global.scss */
      .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors:after {
        clear: both; }
      /* line 16, ../scss/theme/_main.scss */
      .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors li {
        max-width: 300px;
        margin: 0 auto 30px;
        padding: 0;
        width: 100%;
        display: block;
        float: none; }
    @media only screen and (min-width: 630px) {
      /* line 27, ../scss/theme/_main.scss */
      .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors li {
        margin: 0 auto 30px;
        max-width: 320px;
        padding: 0 10px;
        width: 50%;
        display: block;
        float: left; }
        /* line 35, ../scss/theme/_main.scss */
        .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors li:nth-child(2n + 1) {
          clear: left; }
        /* line 38, ../scss/theme/_main.scss */
        .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors li:nth-child(2n) {
          float: right; } }
    @media only screen and (min-width: 868px) {
      /* line 44, ../scss/theme/_main.scss */
      .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors li {
        float: none;
        width: 100%; }
        /* line 47, ../scss/theme/_main.scss */
        .fixed-sidebar_left-outer + .fixed-sidebar_right .widget-sponsors li:nth-child(2n) {
          float: none; } }
  @media only screen and (min-width: 868px) {
    /* line 1, ../scss/theme/_main.scss */
    .fixed-sidebar_left-outer {
      float: left;
      width: 100%;
      margin-right: -390px; }
      /* line 57, ../scss/theme/_main.scss */
      .fixed-sidebar_left-outer .fixed-sidebar_left-inner {
        margin-right: 390px; }
      /* line 60, ../scss/theme/_main.scss */
      .fixed-sidebar_left-outer + .fixed-sidebar_right {
        float: right;
        width: 390px; } }

/* line 67, ../scss/theme/_main.scss */
.page-wrap {
  padding-top: 2em; }

/* line 73, ../scss/theme/_main.scss */
.at-least-micro,
.at-least-mini,
.at-least-small {
  display: none; }

/* line 79, ../scss/theme/_main.scss */
.only-micro,
.only-mini,
.only-small {
  display: block; }

@media only screen and (min-width: 450px) {
  /* line 84, ../scss/theme/_main.scss */
  .at-least-micro {
    display: block; } }
@media only screen and (min-width: 600px) {
  /* line 89, ../scss/theme/_main.scss */
  .only-micro {
    display: none; }

  /* line 92, ../scss/theme/_main.scss */
  .at-least-mini {
    display: block; } }
@media only screen and (min-width: 768px) {
  /* line 97, ../scss/theme/_main.scss */
  .only-mini {
    display: none; }

  /* line 100, ../scss/theme/_main.scss */
  .at-least-small {
    display: block; } }
@media only screen and (min-width: 868px) {
  /* line 106, ../scss/theme/_main.scss */
  .only-small {
    display: none; } }
/* line 115, ../scss/theme/_main.scss */
.no-pad {
  padding: 0 !important; }

/* line 118, ../scss/theme/_main.scss */
.no-margin {
  margin: 0 !important; }

/* line 122, ../scss/theme/_main.scss */
.mod {
  position: relative;
  margin-bottom: 1.875em;
  padding: 30px;
  background: white;
  box-shadow: 2px 3px 3px -2px rgba(0, 0, 0, 0.1); }
  /* line 130, ../scss/theme/_main.scss */
  .mod.grey {
    background-color: whitesmoke;
    border: 1px solid #dddddd; }
  /* line 134, ../scss/theme/_main.scss */
  .mod.dark {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #333; }
  /* line 140, ../scss/theme/_main.scss */
  .mod.off-white {
    background: #f5f5f5; }
  /* line 144, ../scss/theme/_main.scss */
  .mod.uplift-top-border {
    padding-top: 62px; }
    @media only screen and (min-width: 768px) {
      /* line 144, ../scss/theme/_main.scss */
      }
  /* line 154, ../scss/theme/_main.scss */
  .mod.top-border {
    border-top: 12px solid #1b1b1b; }
  /* line 158, ../scss/theme/_main.scss */
  .mod.thick-pad {
    padding: 90px 10.15625%; }
  /* line 161, ../scss/theme/_main.scss */
  .mod.flat {
    box-shadow: none; }

/* line 167, ../scss/theme/_main.scss */
.excerpt .mod {
  padding-top: 2.5em; }
  /* line 169, ../scss/theme/_main.scss */
  .excerpt .mod h3 {
    margin-bottom: 0; }
@media only screen and (min-width: 600px) {
  /* line 174, ../scss/theme/_main.scss */
  .reactions-wrap + .excerpt {
    width: auto;
    margin-left: 85px;
    float: none !important;
    padding-left: 0; } }

/* line 185, ../scss/theme/_main.scss */
.general-post {
  font-size: 1rem ;
  line-height: 1.4rem ; }
  /* line 87, ../scss/_mixins.scss */
  .general-post .lt-ie9 {
    font-size: 16px ; }
  /* line 87, ../scss/_mixins.scss */
  .general-post .lt-ie9 {
    line-height: 22.4px ; }
  /* line 189, ../scss/theme/_main.scss */
  .general-post article {
    font-size: 1.1em; }
  /* line 192, ../scss/theme/_main.scss */
  .general-post h3, .general-post h4 {
    margin: 1em 0;
    text-transform: none;
    font-style: normal;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    /* line 198, ../scss/theme/_main.scss */
    .general-post h3 > *, .general-post h4 > * {
      font-weight: normal; }

/* line 205, ../scss/theme/_main.scss */
.visually-hidden {
  z-index: -1 !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  position: absolute !important; }

/* line 213, ../scss/theme/_main.scss */
.excerpt {
  position: relative; }

/* line 217, ../scss/theme/_main.scss */
.read-more {
  text-transform: uppercase;
  font-style: italic; }

/* line 222, ../scss/theme/_main.scss */
.date-author {
  font-size: .85em; }

/* line 227, ../scss/theme/_main.scss */
.social-ticks {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold; }
  /* line 232, ../scss/theme/_main.scss */
  .social-ticks li {
    margin-left: 0;
    padding: 0 1em;
    color: white;
    height: 28px;
    line-height: 1.75rem ;
    font-size: 0.75rem ; }
    /* line 87, ../scss/_mixins.scss */
    .social-ticks li .lt-ie9 {
      line-height: 28px ; }
    /* line 87, ../scss/_mixins.scss */
    .social-ticks li .lt-ie9 {
      font-size: 12px ; }
    /* line 239, ../scss/theme/_main.scss */
    .social-ticks li span {
      display: inline !important; }
  /* line 243, ../scss/theme/_main.scss */
  .social-ticks .icon-sm {
    width: 20px;
    float: none;
    display: inline;
    margin: 0 .5em 0 0; }
  /* line 249, ../scss/theme/_main.scss */
  .social-ticks .cm {
    background: #dedede;
    color: #666; }
    /* line 253, ../scss/theme/_main.scss */
    .social-ticks .cm a {
      color: #666; }
  /* line 258, ../scss/theme/_main.scss */
  .social-ticks .fb,
  .social-ticks .tw {
    height: 28px;
    cursor: pointer; }
  /* line 265, ../scss/theme/_main.scss */
  .social-ticks .fb {
    background: #3a5b96; }
  /* line 269, ../scss/theme/_main.scss */
  .social-ticks .tw {
    background: #2dabde; }
  /* line 273, ../scss/theme/_main.scss */
  .social-ticks .box {
    float: right; }
  /* line 276, ../scss/theme/_main.scss */
  .social-ticks a.count {
    color: white; }

/* line 283, ../scss/theme/_main.scss */
.button.expand,
button.expand,
input[type="submit"].expand {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

/* line 301, ../scss/theme/_main.scss */
.post-image {
  height: 100px;
  padding: 0;
  margin-bottom: 1em; }
  /* line 315, ../scss/theme/_main.scss */
  .post-image .hover-filter-wrap {
    height: 100%; }
    /* line 317, ../scss/theme/_main.scss */
    .post-image .hover-filter-wrap .hover-filter {
      background: #78b147;
      -moz-opacity: 0.1 ;
      -khtml-opacity: 0.1 ;
      -webkit-opacity: 0.1 ;
      opacity: 0.1 ;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
      filter: "alpha(opacity=${opperc})";
      zoom: 1; }
      /* line 320, ../scss/theme/_main.scss */
      .post-image .hover-filter-wrap .hover-filter:hover {
        -moz-opacity: 0 ;
        -khtml-opacity: 0 ;
        -webkit-opacity: 0 ;
        opacity: 0 ;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
        filter: "alpha(opacity=${opperc})";
        zoom: 1; }

@media only screen and (min-width: 600px) {
  /* line 333, ../scss/theme/_main.scss */
  .reactions-wrap {
    width: 85px;
    padding-right: 0; } }

/* line 339, ../scss/theme/_main.scss */
.reactions {
  background: #dedede;
  font-size: 1.3em;
  text-align: center;
  padding: .5em 0;
  position: relative; }
  @media only screen and (min-width: 600px) {
    /* line 339, ../scss/theme/_main.scss */
    .reactions {
      padding: 100% 0 0 0; } }
  /* line 349, ../scss/theme/_main.scss */
  .reactions p {
    margin: 0;
    line-height: .9em; }
    @media only screen and (min-width: 600px) {
      /* line 349, ../scss/theme/_main.scss */
      .reactions p {
        position: absolute;
        top: 50%;
        margin-top: -.75em;
        width: 100%; } }
  /* line 360, ../scss/theme/_main.scss */
  .reactions strong {
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal; }
  /* line 365, ../scss/theme/_main.scss */
  .reactions span {
    font-size: .6em;
    display: block; }
  /* line 369, ../scss/theme/_main.scss */
  .reactions .green-bg {
    color: white; }

/* line 387, ../scss/theme/_main.scss */
.latest .view-all button {
  margin-bottom: 1.875em; }
@media only screen and (min-width: 600px) {
  /* line 385, ../scss/theme/_main.scss */
  .latest .view-all {
    float: none;
    width: auto;
    margin-left: 85px;
    padding-left: 0; } }

/* line 424, ../scss/theme/_main.scss */
#js-loading {
  width: 100%;
  height: 100%;
  background: #666;
  position: absolute;
  z-index: 20; }
  /* line 430, ../scss/theme/_main.scss */
  #js-loading .spin {
    height: 70px;
    width: 70px;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: dashed 5px white;
    animation-name: spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; }

/* line 456, ../scss/theme/_main.scss */
.js-hide {
  display: none; }

@keyframes spin {
  /* line 462, ../scss/theme/_main.scss */
  from {
    transform: rotate(0deg); }

  /* line 463, ../scss/theme/_main.scss */
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  /* line 466, ../scss/theme/_main.scss */
  from {
    -webkit-transform: rotate(0deg); }

  /* line 467, ../scss/theme/_main.scss */
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  /* line 470, ../scss/theme/_main.scss */
  from {
    -moz-transform: rotate(0deg); }

  /* line 471, ../scss/theme/_main.scss */
  to {
    -moz-transform: rotate(360deg); } }

/* line 483, ../scss/theme/_main.scss */
.international-outreach {
  background: #333333 url(images/site/bg_texture_01.jpg) no-repeat center center;
  background-position: 50% 50%;
  background-size: cover;
  padding: 4em 0; }
  /* line 488, ../scss/theme/_main.scss */
  .international-outreach * {
    color: white; }
  /* line 491, ../scss/theme/_main.scss */
  .international-outreach .h1 {
    margin-bottom: 0;
    font-size: 2.2em;
    font-weight: normal; }
  /* line 496, ../scss/theme/_main.scss */
  .international-outreach .book-col {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      /* line 496, ../scss/theme/_main.scss */
      .international-outreach .book-col {
        margin: 0;
        float: left !important;
        text-align: left; } }
    @media (max-width: 600px) {
      /* line 496, ../scss/theme/_main.scss */
      .international-outreach .book-col {
        width: 60%; } }
  /* line 510, ../scss/theme/_main.scss */
  .international-outreach .outreach-col {
    padding: 2em 2em 0; }
    @media only screen and (min-width: 768px) {
      /* line 510, ../scss/theme/_main.scss */
      .international-outreach .outreach-col {
        padding: inherit; } }

/* line 518, ../scss/theme/_main.scss */
.tgc-progress {
  background: #2d2d2d;
  width: 100%;
  padding: 3px;
  margin-bottom: 1em; }
  /* line 523, ../scss/theme/_main.scss */
  .tgc-progress p {
    color: white;
    margin-bottom: 0;
    overflow: visible;
    padding: 0 1em; }
  /* line 529, ../scss/theme/_main.scss */
  .tgc-progress .green-bg {
    padding: 1em 0;
    width: 84%; }
  @media only screen and (min-width: 768px) {
    /* line 518, ../scss/theme/_main.scss */
    .tgc-progress {
      width: 80%; } }

/* line 553, ../scss/theme/_main.scss */
.post-category {
  position: relative; }
  /* line 555, ../scss/theme/_main.scss */
  .post-category h3 {
    margin-top: 0;
    margin-bottom: 1em; }
  /* line 559, ../scss/theme/_main.scss */
  .post-category .post-title {
    font-weight: bold;
    margin-bottom: 0.3125em; }
  /* line 563, ../scss/theme/_main.scss */
  .post-category .image-wrapper {
    position: relative; }
  /* line 566, ../scss/theme/_main.scss */
  .post-category img {
    margin-bottom: 1em; }
  /* line 569, ../scss/theme/_main.scss */
  .post-category ul {
    list-style-type: square;
    color: #78b147;
    margin-left: 1em; }
    /* line 573, ../scss/theme/_main.scss */
    .post-category ul a {
      color: #222222;
      font-weight: bold;
      font-size: .9em; }
    /* line 578, ../scss/theme/_main.scss */
    .post-category ul .date-author {
      color: #222222; }
  /* line 582, ../scss/theme/_main.scss */
  .post-category .reactions {
    position: inherit;
    padding: .9em;
    background: #ebebeb; }
    /* line 587, ../scss/theme/_main.scss */
    .post-category .reactions .share {
      position: relative;
      bottom: 0;
      background: rgba(120, 177, 71, 0.6);
      width: 100%;
      left: 0;
      color: #fff;
      line-height: 0;
      padding: 1.5em 0;
      text-transform: uppercase;
      display: block;
      font-size: .60em;
      font-weight: bold;
      margin-top: 1em; }
      @media only screen and (min-width: 600px) {
        /* line 587, ../scss/theme/_main.scss */
        .post-category .reactions .share {
          position: absolute;
          bottom: 0;
          margin-bottom: -3.1em;
          margin-top: 0; } }
    @media only screen and (min-width: 600px) {
      /* line 582, ../scss/theme/_main.scss */
      .post-category .reactions {
        position: absolute;
        background: rgba(250, 250, 250, 0.8);
        min-width: 60px;
        min-height: 60px;
        width: 15%;
        padding: 15% 0 0 0; }
        /* line 616, ../scss/theme/_main.scss */
        .post-category .reactions p {
          margin: 0 auto;
          line-height: .9em;
          position: absolute;
          width: 100%;
          top: 50%;
          margin-top: -.75em; } }
  /* line 626, ../scss/theme/_main.scss */
  .post-category .button {
    margin-bottom: 0; }

/* line 633, ../scss/theme/_main.scss */
.project-block {
  padding-bottom: 110px; }
  /* line 636, ../scss/theme/_main.scss */
  .project-block img {
    width: 100%; }
  /* line 639, ../scss/theme/_main.scss */
  .project-block h3 {
    font-size: 1.5em; }
  /* line 642, ../scss/theme/_main.scss */
  .project-block footer {
    margin-top: 2em; }
    /* line 645, ../scss/theme/_main.scss */
    .project-block footer a {
      font-weight: bold;
      font-style: italic;
      font-size: .8em;
      position: absolute;
      bottom: 75px; }
      /* line 651, ../scss/theme/_main.scss */
      .project-block footer a + a {
        font-weight: normal;
        height: 50px;
        line-height: 50px;
        background-color: black;
        color: white;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 30px;
        text-transform: uppercase;
        font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 16px;
        -webkit-transition: background-color 0.1s ease-out;
        -moz-transition: background-color 0.1s ease-out;
        -ms-transition: background-color 0.1s ease-out;
        -o-transition: background-color 0.1s ease-out;
        transition: background-color 0.1s ease-out; }
        /* line 668, ../scss/theme/_main.scss */
        .project-block footer a + a:after {
          height: 50px;
          width: 19px;
          display: block;
          content: "";
          background-image: url("images/site/ico/ico_arrow-white.png");
          background-size: 19px 17px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          right: 30px;
          top: 0; }
          @media (-webkit-min-device-pixel-ratio: 1.5) {
            /* line 668, ../scss/theme/_main.scss */
            .project-block footer a + a:after {
              background-image: url("images/site/ico/ico_arrow-white@2x.png");
              background-size: 19px 17px; } }
          @media (min-resolution: 144dpi) {
            /* line 668, ../scss/theme/_main.scss */
            .project-block footer a + a:after {
              background-image: url("images/site/ico/ico_arrow-white@2x.png");
              background-size: 19px 17px; } }
        /* line 681, ../scss/theme/_main.scss */
        .project-block footer a + a:hover {
          background-color: #333; }

/* line 691, ../scss/theme/_main.scss */
.projects .project-block-outer {
  margin-bottom: 30px; }
/* line 694, ../scss/theme/_main.scss */
.projects .project-block {
  margin-bottom: 0;
  height: 100%; }

/* line 701, ../scss/theme/_main.scss */
.media-group h3, .media-group h3 a {
  color: #555555; }
/* line 704, ../scss/theme/_main.scss */
.media-group h3 {
  font-size: 1.25rem ;
  line-height: 1.375rem ;
  margin: 10px 0; }
  /* line 87, ../scss/_mixins.scss */
  .media-group h3 .lt-ie9 {
    font-size: 20px ; }
  /* line 87, ../scss/_mixins.scss */
  .media-group h3 .lt-ie9 {
    line-height: 22px ; }
/* line 710, ../scss/theme/_main.scss */
.media-group .media {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 450px) {
    /* line 710, ../scss/theme/_main.scss */
    .media-group .media {
      height: 168px; } }
  @media only screen and (min-width: 990px) {
    /* line 710, ../scss/theme/_main.scss */
    .media-group .media {
      height: 185px; } }

/* line 729, ../scss/theme/_main.scss */
.ad-space {
  margin-bottom: 1.875em; }

/* line 740, ../scss/theme/_main.scss */
.featured-videos,
.social {
  padding: 1.5em; }

/* line 746, ../scss/theme/_main.scss */
.media-bottom {
  background: #1b1b1b;
  margin-bottom: 2em; }

/* line 752, ../scss/theme/_main.scss */
.featured-videos h2 {
  color: #78b147;
  margin-top: 0;
  margin-bottom: .8em; }
/* line 758, ../scss/theme/_main.scss */
.featured-videos h3,
.featured-videos p {
  color: white; }
  /* line 760, ../scss/theme/_main.scss */
  .featured-videos h3 .tags,
  .featured-videos p .tags {
    font-size: .9em; }
/* line 764, ../scss/theme/_main.scss */
.featured-videos button, .featured-videos .button {
  margin-bottom: 0; }

/* line 770, ../scss/theme/_main.scss */
.featured-text {
  position: relative; }
  /* line 772, ../scss/theme/_main.scss */
  .featured-text img {
    width: 100%; }

/* line 777, ../scss/theme/_main.scss */
.hover-filter-wrap {
  width: 100%;
  height: 250px; }
  /* line 780, ../scss/theme/_main.scss */
  .hover-filter-wrap .featured-text-title {
    pointer-events: none; }

/* line 786, ../scss/theme/_main.scss */
.featured .featured-bg {
  background-size: cover !important;
  width: 100%;
  height: 100%; }
  /* line 790, ../scss/theme/_main.scss */
  .featured .featured-bg.bg-1 {
    background: url(images/site/thumb_featured_01.jpg) no-repeat center center; }
  /* line 793, ../scss/theme/_main.scss */
  .featured .featured-bg.bg-2 {
    background: url(images/site/thumb_featured_02.jpg) no-repeat center center; }
  /* line 796, ../scss/theme/_main.scss */
  .featured .featured-bg.bg-3 {
    background: url(images/site/thumb_featured_03.jpg) no-repeat center center; }
  /* line 799, ../scss/theme/_main.scss */
  .featured .featured-bg.bg-4 {
    background: url(images/site/thumb_featured_04.jpg) no-repeat center center; }

/* line 805, ../scss/theme/_main.scss */
.featured-text-title {
  position: absolute;
  font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.5625em;
  color: #fff;
  font-style: italic;
  line-height: 1.2em;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0.5em;
  display: block;
  -ms-word-break: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  /* line 819, ../scss/theme/_main.scss */
  .featured-text-title span {
    display: block;
    color: #78b147;
    font-size: .6em;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: initial; }

/* line 829, ../scss/theme/_main.scss */
.ad-iphone {
  background: #606060;
  padding: 1em 0;
  margin-bottom: 1.875em;
  color: white; }
  @media only screen and (min-width: 768px) {
    /* line 829, ../scss/theme/_main.scss */
    .ad-iphone {
      background: url(images/site/ad_iphone.jpg) no-repeat center center;
      background-size: cover;
      padding: 14em 0;
      height: 600px; } }
  /* line 840, ../scss/theme/_main.scss */
  .ad-iphone h3 {
    color: white;
    font-size: 3em;
    margin-bottom: 0;
    font-style: normal; }
  /* line 847, ../scss/theme/_main.scss */
  .ad-iphone .itunes {
    margin-bottom: .5em;
    display: block; }

/* line 858, ../scss/theme/_main.scss */
.summaries {
  background: #606060;
  padding: 1em;
  color: #fff; }
  /* line 862, ../scss/theme/_main.scss */
  .summaries h5 {
    color: #fff; }
  /* line 865, ../scss/theme/_main.scss */
  .summaries p {
    font-size: .8em; }
  /* line 868, ../scss/theme/_main.scss */
  .summaries input[type="text"] {
    padding: 1.2em; }
  @media (max-width: 810px) {
    /* line 871, ../scss/theme/_main.scss */
    .summaries .input {
      clear: both;
      width: 100%; } }
  /* line 879, ../scss/theme/_main.scss */
  .summaries .input .input-submit {
    font-size: .8em;
    text-transform: inherit; }
    @media (max-width: 810px) {
      /* line 879, ../scss/theme/_main.scss */
      .summaries .input .input-submit {
        width: 100%; } }
  @media (max-width: 810px) {
    /* line 886, ../scss/theme/_main.scss */
    .summaries .input.pull-pad-left {
      padding-left: 0.9375em; } }
  /* line 892, ../scss/theme/_main.scss */
  .summaries form {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  /* line 898, ../scss/theme/_main.scss */
  .social-buttons .button-col {
    padding-right: .5em;
    padding-left: .5em; } }

/* line 907, ../scss/theme/_main.scss */
.social-button {
  height: 11em;
  width: 100%;
  background: #f00;
  display: block; }
  /* line 913, ../scss/theme/_main.scss */
  .social-button.rss {
    background-image: url("images/site/icon_soc_rss.png");
    background-size: 67px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ac5f27; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 913, ../scss/theme/_main.scss */
      .social-button.rss {
        background-image: url("images/site/icon_soc_rss@2x.png");
        background-size: 67px 64px; } }
    @media (min-resolution: 144dpi) {
      /* line 913, ../scss/theme/_main.scss */
      .social-button.rss {
        background-image: url("images/site/icon_soc_rss@2x.png");
        background-size: 67px 64px; } }
  /* line 919, ../scss/theme/_main.scss */
  .social-button.vm {
    background-image: url("images/site/icon_soc_vm.png");
    background-size: 67px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1c7e97; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 919, ../scss/theme/_main.scss */
      .social-button.vm {
        background-image: url("images/site/icon_soc_vm@2x.png");
        background-size: 67px 64px; } }
    @media (min-resolution: 144dpi) {
      /* line 919, ../scss/theme/_main.scss */
      .social-button.vm {
        background-image: url("images/site/icon_soc_vm@2x.png");
        background-size: 67px 64px; } }
  /* line 925, ../scss/theme/_main.scss */
  .social-button.fb {
    background-image: url("images/site/icon_soc_fb.png");
    background-size: 67px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3a5b96; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 925, ../scss/theme/_main.scss */
      .social-button.fb {
        background-image: url("images/site/icon_soc_fb@2x.png");
        background-size: 67px 64px; } }
    @media (min-resolution: 144dpi) {
      /* line 925, ../scss/theme/_main.scss */
      .social-button.fb {
        background-image: url("images/site/icon_soc_fb@2x.png");
        background-size: 67px 64px; } }
  /* line 931, ../scss/theme/_main.scss */
  .social-button.tw {
    background-image: url("images/site/icon_soc_tw.png");
    background-size: 67px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #2dabde; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 931, ../scss/theme/_main.scss */
      .social-button.tw {
        background-image: url("images/site/icon_soc_tw@2x.png");
        background-size: 67px 64px; } }
    @media (min-resolution: 144dpi) {
      /* line 931, ../scss/theme/_main.scss */
      .social-button.tw {
        background-image: url("images/site/icon_soc_tw@2x.png");
        background-size: 67px 64px; } }

/* line 939, ../scss/theme/_main.scss */
.blacklight_details-social {
  list-style: none;
  margin-top: 2em;
  margin-bottom: 2em; }
  /* line 944, ../scss/theme/_main.scss */
  .blacklight_details-social li a {
    margin-left: 3px;
    margin-bottom: 3px;
    background: black;
    height: 46px;
    display: block;
    overflow: hidden;
    text-indent: -999em; }
    /* line 952, ../scss/theme/_main.scss */
    .blacklight_details-social li a:first-child {
      margin-left: 0; }
  /* line 961, ../scss/theme/_main.scss */
  .blacklight_details-social li.fb a, .blacklight_details-social li.tw a, .blacklight_details-social li.gp a, .blacklight_details-social li.tu a, .blacklight_details-social li.pi a, .blacklight_details-social li.em a {
    background-repeat: no-repeat;
    background-position: center center; }
  /* line 965, ../scss/theme/_main.scss */
  .blacklight_details-social li.fb a {
    background-image: url("images/site/ico/facebook-white.png");
    background-size: 32px 32px;
    background-color: #3b5c94; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 965, ../scss/theme/_main.scss */
      .blacklight_details-social li.fb a {
        background-image: url("images/site/ico/facebook-white@2x.png");
        background-size: 32px 32px; } }
    @media (min-resolution: 144dpi) {
      /* line 965, ../scss/theme/_main.scss */
      .blacklight_details-social li.fb a {
        background-image: url("images/site/ico/facebook-white@2x.png");
        background-size: 32px 32px; } }
  /* line 969, ../scss/theme/_main.scss */
  .blacklight_details-social li.tw a {
    background-image: url("images/site/ico/twitter-white.png");
    background-size: 32px 32px;
    background-color: #36acdb; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 969, ../scss/theme/_main.scss */
      .blacklight_details-social li.tw a {
        background-image: url("images/site/ico/twitter-white@2x.png");
        background-size: 32px 32px; } }
    @media (min-resolution: 144dpi) {
      /* line 969, ../scss/theme/_main.scss */
      .blacklight_details-social li.tw a {
        background-image: url("images/site/ico/twitter-white@2x.png");
        background-size: 32px 32px; } }
  /* line 973, ../scss/theme/_main.scss */
  .blacklight_details-social li.gp a {
    background-image: url("images/site/ico/google-plus-white.png");
    background-size: 32px 32px;
    background-color: #de4d3c; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 973, ../scss/theme/_main.scss */
      .blacklight_details-social li.gp a {
        background-image: url("images/site/ico/google-plus-white@2x.png");
        background-size: 32px 32px; } }
    @media (min-resolution: 144dpi) {
      /* line 973, ../scss/theme/_main.scss */
      .blacklight_details-social li.gp a {
        background-image: url("images/site/ico/google-plus-white@2x.png");
        background-size: 32px 32px; } }
  /* line 977, ../scss/theme/_main.scss */
  .blacklight_details-social li.tu a {
    background-image: url("images/site/ico/tumblr-white.png");
    background-size: 32px 32px;
    background-color: #35465e; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 977, ../scss/theme/_main.scss */
      .blacklight_details-social li.tu a {
        background-image: url("images/site/ico/tumblr-white@2x.png");
        background-size: 32px 32px; } }
    @media (min-resolution: 144dpi) {
      /* line 977, ../scss/theme/_main.scss */
      .blacklight_details-social li.tu a {
        background-image: url("images/site/ico/tumblr-white@2x.png");
        background-size: 32px 32px; } }
  /* line 981, ../scss/theme/_main.scss */
  .blacklight_details-social li.pi a {
    background-image: url("images/site/ico/pinterest-white.png");
    background-size: 32px 32px;
    background-color: #d53835; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 981, ../scss/theme/_main.scss */
      .blacklight_details-social li.pi a {
        background-image: url("images/site/ico/pinterest-white@2x.png");
        background-size: 32px 32px; } }
    @media (min-resolution: 144dpi) {
      /* line 981, ../scss/theme/_main.scss */
      .blacklight_details-social li.pi a {
        background-image: url("images/site/ico/pinterest-white@2x.png");
        background-size: 32px 32px; } }
  /* line 985, ../scss/theme/_main.scss */
  .blacklight_details-social li.em a {
    background-image: url("images/site/ico/ico_soc-em-32.png");
    background-size: 32px 32px;
    background-color: #585858; }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      /* line 985, ../scss/theme/_main.scss */
      .blacklight_details-social li.em a {
        background-image: url("images/site/ico/ico_soc-em-32@2x.png");
        background-size: 32px 32px; } }
    @media (min-resolution: 144dpi) {
      /* line 985, ../scss/theme/_main.scss */
      .blacklight_details-social li.em a {
        background-image: url("images/site/ico/ico_soc-em-32@2x.png");
        background-size: 32px 32px; } }

/* line 992, ../scss/theme/_main.scss */
.rr_container {
  text-align: center;
}
.logo_rr {
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
  width: 41px;
  height: 10px;
  background-image: url("images/site/logo_rr.png");
  background-size: 41px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 3.125em; }
  @media (-webkit-min-device-pixel-ratio: 1.5) {
    /* line 992, ../scss/theme/_main.scss */
    .logo_rr {
      background-image: url("images/site/logo_rr@2x.png");
      background-size: 41px 10px; } }
  @media (min-resolution: 144dpi) {
    /* line 992, ../scss/theme/_main.scss */
    .logo_rr {
      background-image: url("images/site/logo_rr@2x.png");
      background-size: 41px 10px; } }

/* line 1003, ../scss/theme/_main.scss */
.logo_nav-primary {
  position: relative;
  z-index: 1002;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 82px;
  height: 82px;
  background-image: url("images/site/logo_nav_primary.png");
  background-size: 62px 62px;
  border: 10px solid #444;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (-webkit-min-device-pixel-ratio: 1.5) {
    /* line 1003, ../scss/theme/_main.scss */
    .logo_nav-primary {
      background-image: url("images/site/logo_nav_primary@2x.png");
      background-size: 62px 62px; } }
  @media (min-resolution: 144dpi) {
    /* line 1003, ../scss/theme/_main.scss */
    .logo_nav-primary {
      background-image: url("images/site/logo_nav_primary@2x.png");
      background-size: 62px 62px; } }
  @media only screen and (min-width: 868px) {
    /* line 1020, ../scss/theme/_main.scss */
    .fixed .logo_nav-primary {
      width: 75px;
      height: 75px;
      background-size: 55px 55px; } }

/* line 1027, ../scss/theme/_main.scss */
.logo_nav-primary-channel {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 50px;
  height: 50px;
  background-image: url("images/site/logo_nav_primary_channel.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (-webkit-min-device-pixel-ratio: 1.5) {
    /* line 1027, ../scss/theme/_main.scss */
    .logo_nav-primary-channel {
      background-image: url("images/site/logo_nav_primary_channel@2x.png");
      background-size: 50px 50px; } }
  @media (min-resolution: 144dpi) {
    /* line 1027, ../scss/theme/_main.scss */
    .logo_nav-primary-channel {
      background-image: url("images/site/logo_nav_primary_channel@2x.png");
      background-size: 50px 50px; } }

/* line 1051, ../scss/theme/_main.scss */
.publications h3 {
  margin: .75em auto .25em;
  color: #ccc;
  font-size: 26px;
  text-align: center; }
/* line 1060, ../scss/theme/_main.scss */
.publications .breadcrumbs {
  margin: 2em 1.5em;
  font-style: italic;
  color: #777;
  font-size: 0.875rem ; }
  /* line 87, ../scss/_mixins.scss */
  .publications .breadcrumbs .lt-ie9 {
    font-size: 14px ; }
  /* line 1066, ../scss/theme/_main.scss */
  .publications .breadcrumbs a {
    color: #777; }
/* line 1070, ../scss/theme/_main.scss */
.publications hr {
  margin-right: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 2em; }
/* line 1076, ../scss/theme/_main.scss */
.publications .containerOuter {
  padding-bottom: 30px;
  background: white;
  position: relative;
  overflow: hidden;
  height: auto; }
/* line 1086, ../scss/theme/_main.scss */
.publications.dark hr, .publications.med hr, .publications.light hr {
  border-color: #444; }
/* line 1091, ../scss/theme/_main.scss */
.publications.dark .containerOuter {
  background: #333; }
/* line 1094, ../scss/theme/_main.scss */
.publications.med .containerOuter {
  background: #555; }
/* line 1097, ../scss/theme/_main.scss */
.publications.light .containerOuter {
  background: #777; }
/* line 1100, ../scss/theme/_main.scss */
.publications .iosSliderContainer {
  display: block;
  margin: 0 10%;
  overflow: hidden;
  position: relative;
  height: auto !important; }
/* line 1107, ../scss/theme/_main.scss */
.publications .slider-arrow {
  display: none; }
  @media only screen and (min-width: 600px) {
    /* line 1107, ../scss/theme/_main.scss */
    .publications .slider-arrow {
      display: block; } }
/* line 1117, ../scss/theme/_main.scss */
.publications .details {
  padding: 2em; }
  /* line 1120, ../scss/theme/_main.scss */
  .publications .details h2 {
    font-size: 30px;
    line-height: 30px; }
    @media only screen and (min-width: 768px) {
      /* line 1120, ../scss/theme/_main.scss */
      .publications .details h2 {
        padding-left: 1em;
        padding-right: 1em;
        font-size: 36px;
        line-height: 36px; } }
  /* line 1131, ../scss/theme/_main.scss */
  .publications .details h3, .publications .details h4 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    padding: 1em 0;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    color: #666;
    margin: 0 0 1em; }
    @media only screen and (min-width: 768px) {
      /* line 1131, ../scss/theme/_main.scss */
      .publications .details h3, .publications .details h4 {
        font-size: 17px;
        padding-left: 1em;
        padding-right: 1em; } }
  /* line 1150, ../scss/theme/_main.scss */
  .publications .details h4 {
    border: none;
    font-style: italic;
    color: #999;
    font-size: 13px;
    padding: 0 1em;
    margin-bottom: 2em; }
  /* line 1159, ../scss/theme/_main.scss */
  .publications .details .col {
    text-align: center;
    margin: 0 auto; }
    /* line 1163, ../scss/theme/_main.scss */
    .publications .details .col img {
      max-width: 306px;
      width: 50%;
      box-shadow: 10px 10px 0 0 #aaa;
      margin-bottom: 2em; }
      @media only screen and (min-width: 768px) {
        /* line 1163, ../scss/theme/_main.scss */
        .publications .details .col img {
          width: 80%; } }
    @media only screen and (min-width: 768px) {
      /* line 1159, ../scss/theme/_main.scss */
      .publications .details .col {
        float: left;
        padding-left: 5%;
        width: 40%; }
        /* line 1178, ../scss/theme/_main.scss */
        .publications .details .col + .col {
          padding-left: 0;
          padding-right: 5%;
          width: 60%; } }
    @media only screen and (min-width: 990px) {
      /* line 1159, ../scss/theme/_main.scss */
      .publications .details .col {
        width: 50%; }
        /* line 1187, ../scss/theme/_main.scss */
        .publications .details .col + .col {
          width: 50%; } }
  @media only screen and (min-width: 768px) {
    /* line 1192, ../scss/theme/_main.scss */
    .publications .details .body {
      padding-left: 7%;
      padding-right: 7%; } }
  /* line 1199, ../scss/theme/_main.scss */
  .publications .details .body ol, .publications .details .body ul {
    list-style: disc;
    text-align: left;
    padding: 1em 10% .5em;
    margin: 2em 0;
    border: 1px solid #eee;
    border-left: none;
    border-right: none; }
    /* line 1207, ../scss/theme/_main.scss */
    .publications .details .body ol li, .publications .details .body ul li {
      margin-bottom: .5em; }
  /* line 1211, ../scss/theme/_main.scss */
  .publications .details .body ol li {
    list-style: decimal; }
  /* line 1215, ../scss/theme/_main.scss */
  .publications .details .cta {
    display: inline-block;
    padding: .25em 1em;
    font-size: 1.1em;
    width: 100%;
    max-width: 200px;
    color: white;
    background: #78B147;
    text-align: center;
    margin: 1em auto; }
  /* line 1227, ../scss/theme/_main.scss */
  .publications .details .social {
    text-align: center;
    margin: 0;
    padding: 0; }
    /* line 1231, ../scss/theme/_main.scss */
    .publications .details .social li {
      display: inline-block;
      list-style: none;
      margin: 1px;
      padding: 0; }
      /* line 1237, ../scss/theme/_main.scss */
      .publications .details .social li img {
        width: auto;
        margin: 0;
        box-shadow: none; }

/* line 1248, ../scss/theme/_main.scss */
.transfer-image {
  background-color: #666;
  background-position: 50% 50%;
  background-size: cover; }
  /* line 1252, ../scss/theme/_main.scss */
  .transfer-image > img {
    display: none; }
  /* line 1256, ../scss/theme/_main.scss */
  .transfer-image.ar_4-3 {
    height: 0;
    padding-top: 75%;
    position: relative; }
  /* line 1261, ../scss/theme/_main.scss */
  .transfer-image.ar_16-9 {
    height: 0;
    padding-top: 56.25%;
    position: relative; }
  /* line 1266, ../scss/theme/_main.scss */
  .transfer-image.ar_16-10 {
    height: 0;
    padding-top: 62.5%;
    position: relative; }

/* line 1273, ../scss/theme/_main.scss */
.darken {
  color: white;
  overflow: hidden; }
  /* line 1276, ../scss/theme/_main.scss */
  .darken > * {
    position: relative; }
  /* line 1279, ../scss/theme/_main.scss */
  .darken:before {
    content: "";
    width: 100%;
    height: 102%;
    background: #222;
    opacity: .6;
    position: absolute;
    top: -1px;
    left: 0; }

/* line 1291, ../scss/theme/_main.scss */
.hide-text {
  overflow: hidden;
  text-indent: -999em; }

/* line 1296, ../scss/theme/_main.scss */
.blur-image {
  overflow: hidden;
  background: #222; }
  /* line 1299, ../scss/theme/_main.scss */
  .blur-image:before {
    display: none; }
  /* line 1301, ../scss/theme/_main.scss */
  .blur-image > * {
    position: relative; }
  /* line 1306, ../scss/theme/_main.scss */
  .blur-image.darken #vb-util_blur-canvas {
    opacity: .6; }

/* line 1312, ../scss/theme/_main.scss */
.blur-image img {
  display: none; }

/* line 1316, ../scss/theme/_main.scss */
.blurred-canvas {
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }
  /* line 1318, ../scss/theme/_main.scss */
  .blurred-canvas.init {
    opacity: 0 !important; }

/* line 1323, ../scss/theme/_main.scss */
.padded {
  position: relative;
  padding: 30px; }

/* line 1329, ../scss/theme/_main.scss */
.select-dark .selectric {
  background: lightgrey; }
/* line 1333, ../scss/theme/_main.scss */
.select-dark .label {
  font-size: 1.125rem ;
  line-height: 1.125rem ;
  font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 9px; }
  /* line 87, ../scss/_mixins.scss */
  .select-dark .label .lt-ie9 {
    font-size: 18px ; }
  /* line 87, ../scss/_mixins.scss */
  .select-dark .label .lt-ie9 {
    line-height: 18px ; }
/* line 1343, ../scss/theme/_main.scss */
.select-dark .button {
  height: 46px;
  width: 46px;
  background-color: #aaa;
  background-image: url(images/site/arrow_both_small_line.png); }

/* line 1351, ../scss/theme/_main.scss */
input.input-text-dark {
  display: block;
  width: 100%;
  font-size: 1.125rem ;
  line-height: 1.125rem ;
  height: 46px;
  font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  padding: 14px 10px;
  border: none;
  background: #ebebeb;
  color: #555555; }
  /* line 87, ../scss/_mixins.scss */
  input.input-text-dark .lt-ie9 {
    font-size: 18px ; }
  /* line 87, ../scss/_mixins.scss */
  input.input-text-dark .lt-ie9 {
    line-height: 18px ; }
  /* line 1366, ../scss/theme/_main.scss */
  input.input-text-dark::-webkit-input-placeholder {
    color: #555555;
    line-height: 1.35rem ;
    padding-top: 0;
    padding-bottom: 0; }
    /* line 87, ../scss/_mixins.scss */
    input.input-text-dark::-webkit-input-placeholder .lt-ie9 {
      line-height: 21.6px ; }
  /* line 1372, ../scss/theme/_main.scss */
  input.input-text-dark:-moz-placeholder {
    color: #555555;
    padding-top: 0;
    padding-bottom: 0; }
  /* line 1377, ../scss/theme/_main.scss */
  input.input-text-dark::-moz-placeholder {
    color: #555555;
    padding-top: 0;
    padding-bottom: 0; }
  /* line 1382, ../scss/theme/_main.scss */
  input.input-text-dark:-ms-input-placeholder {
    color: #555555;
    padding-top: 0;
    padding-bottom: 0; }

/* line 1393, ../scss/theme/_main.scss */
.payment-methods .echeck,
.payment-methods .credit-card,
.payment-methods .paypal,
.payment-methods .securities {
  padding: 120px 0 0 !important;
  margin: 0 0 30px; }
  /* line 1394, ../scss/theme/_main.scss */
  .payment-methods .echeck:after,
  .payment-methods .credit-card:after,
  .payment-methods .paypal:after,
  .payment-methods .securities:after {
    content: "";
    display: none; }
  @media only screen and (min-width: 450px) {
    /* line 1393, ../scss/theme/_main.scss */
    .payment-methods .echeck,
    .payment-methods .credit-card,
    .payment-methods .paypal,
    .payment-methods .securities {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  /* line 1406, ../scss/theme/_main.scss */
  .payment-methods .echeck a,
  .payment-methods .credit-card a,
  .payment-methods .paypal a,
  .payment-methods .securities a {
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    background: #78b147;
    color: white;
    display: block;
    position: relative;
    font-size: 0.875rem ;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -ms-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out; }
    /* line 87, ../scss/_mixins.scss */
    .payment-methods .echeck a .lt-ie9,
    .payment-methods .credit-card a .lt-ie9,
    .payment-methods .paypal a .lt-ie9,
    .payment-methods .securities a .lt-ie9 {
      font-size: 14px ; }
    /* line 1419, ../scss/theme/_main.scss */
    .payment-methods .echeck a:hover,
    .payment-methods .credit-card a:hover,
    .payment-methods .paypal a:hover,
    .payment-methods .securities a:hover {
      background-color: #6c9f40;
      text-decoration: none !important; }
    /* line 1424, ../scss/theme/_main.scss */
    .payment-methods .echeck a:before,
    .payment-methods .credit-card a:before,
    .payment-methods .paypal a:before,
    .payment-methods .securities a:before {
      background-color: black;
      background-color: rgba(255, 255, 255, 0.3);
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 120px;
      margin-top: -120px;
      top: 0;
      content: "";
      display: block;
      position: absolute; }
/* line 1442, ../scss/theme/_main.scss */
.payment-methods .echeck a:before {
  background-image: url("images/site/graphics/donate_pencil.png");
  background-size: 43px 43px; }
  @media (-webkit-min-device-pixel-ratio: 1.5) {
    /* line 1442, ../scss/theme/_main.scss */
    .payment-methods .echeck a:before {
      background-image: url("images/site/graphics/donate_pencil@2x.png");
      background-size: 43px 43px; } }
  @media (min-resolution: 144dpi) {
    /* line 1442, ../scss/theme/_main.scss */
    .payment-methods .echeck a:before {
      background-image: url("images/site/graphics/donate_pencil@2x.png");
      background-size: 43px 43px; } }
/* line 1447, ../scss/theme/_main.scss */
.payment-methods .credit-card a:before {
  background-image: url("images/site/graphics/donate_credit.png");
  background-size: 86px 55px; }
  @media (-webkit-min-device-pixel-ratio: 1.5) {
    /* line 1447, ../scss/theme/_main.scss */
    .payment-methods .credit-card a:before {
      background-image: url("images/site/graphics/donate_credit@2x.png");
      background-size: 86px 55px; } }
  @media (min-resolution: 144dpi) {
    /* line 1447, ../scss/theme/_main.scss */
    .payment-methods .credit-card a:before {
      background-image: url("images/site/graphics/donate_credit@2x.png");
      background-size: 86px 55px; } }
/* line 1452, ../scss/theme/_main.scss */
.payment-methods .paypal a:before {
  background-image: url("images/site/graphics/donate_paypal.png");
  background-size: 56px 51px; }
  @media (-webkit-min-device-pixel-ratio: 1.5) {
    /* line 1452, ../scss/theme/_main.scss */
    .payment-methods .paypal a:before {
      background-image: url("images/site/graphics/donate_paypal@2x.png");
      background-size: 56px 51px; } }
  @media (min-resolution: 144dpi) {
    /* line 1452, ../scss/theme/_main.scss */
    .payment-methods .paypal a:before {
      background-image: url("images/site/graphics/donate_paypal@2x.png");
      background-size: 56px 51px; } }
/* line 1457, ../scss/theme/_main.scss */
.payment-methods .securities a:before {
  background-image: url("images/site/graphics/donate_securities.png");
  background-size: 65px 67px; }
  @media (-webkit-min-device-pixel-ratio: 1.5) {
    /* line 1457, ../scss/theme/_main.scss */
    .payment-methods .securities a:before {
      background-image: url("images/site/graphics/donate_securities@2x.png");
      background-size: 65px 67px; } }
  @media (min-resolution: 144dpi) {
    /* line 1457, ../scss/theme/_main.scss */
    .payment-methods .securities a:before {
      background-image: url("images/site/graphics/donate_securities@2x.png");
      background-size: 65px 67px; } }

/* line 1462, ../scss/theme/_main.scss */
.upcoming-events {
  color: white;
  background: url("images/site/graphics/globe-lrg.png") center center no-repeat #484848;
  background-size: 356px 352px; }
  @media only screen and (min-width: 768px) {
    /* line 1462, ../scss/theme/_main.scss */
    .upcoming-events {
      background-size: 712px 704px; } }
  /* line 1470, ../scss/theme/_main.scss */
  .upcoming-events h2 {
    color: white;
    margin: 1em 0;
    text-align: center;
    font-size: 1.6875rem ;
    line-height: 1.6875rem ; }
    /* line 87, ../scss/_mixins.scss */
    .upcoming-events h2 .lt-ie9 {
      font-size: 27px ; }
    /* line 87, ../scss/_mixins.scss */
    .upcoming-events h2 .lt-ie9 {
      line-height: 27px ; }
  /* line 1477, ../scss/theme/_main.scss */
  .upcoming-events dl {
    overflow: hidden; }
  /* line 1480, ../scss/theme/_main.scss */
  .upcoming-events dt, .upcoming-events dd {
    float: left;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      /* line 1480, ../scss/theme/_main.scss */
      .upcoming-events dt, .upcoming-events dd {
        line-height: 1.875rem ;
        min-height: 30px; }
        /* line 87, ../scss/_mixins.scss */
        .upcoming-events dt .lt-ie9, .upcoming-events dd .lt-ie9 {
          line-height: 30px ; } }
  /* line 1489, ../scss/theme/_main.scss */
  .upcoming-events dt {
    font-size: 1.5rem ;
    clear: left;
    font-weight: normal;
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    margin: 0; }
    /* line 87, ../scss/_mixins.scss */
    .upcoming-events dt .lt-ie9 {
      font-size: 24px ; }
    @media only screen and (min-width: 600px) {
      /* line 1489, ../scss/theme/_main.scss */
      .upcoming-events dt {
        width: 20%; } }
  /* line 1500, ../scss/theme/_main.scss */
  .upcoming-events dd {
    font-size: 1rem ;
    clear: left;
    font-weight: 600; }
    /* line 87, ../scss/_mixins.scss */
    .upcoming-events dd .lt-ie9 {
      font-size: 16px ; }
    @media only screen and (min-width: 600px) {
      /* line 1500, ../scss/theme/_main.scss */
      .upcoming-events dd {
        width: 80%;
        clear: none;
        text-align: left; } }
    /* line 1510, ../scss/theme/_main.scss */
    .upcoming-events dd a {
      color: #78b147;
      font-weight: 400; }

/* line 1517, ../scss/theme/_main.scss */
.past-events,
.title-block-arrow {
  background-color: #272727;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  /* line 1524, ../scss/theme/_main.scss */
  .past-events:after,
  .title-block-arrow:after {
    content: "";
    width: 50px;
    height: 15px;
    border-top: 15px solid #272727;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    margin-bottom: -15px; }
  /* line 1539, ../scss/theme/_main.scss */
  .past-events h2,
  .title-block-arrow h2 {
    font-size: 1.6875rem ;
    margin: 1em 0;
    color: white;
    text-align: center; }
    /* line 87, ../scss/_mixins.scss */
    .past-events h2 .lt-ie9,
    .title-block-arrow h2 .lt-ie9 {
      font-size: 27px ; }
    @media only screen and (min-width: 768px) {
      /* line 1539, ../scss/theme/_main.scss */
      .past-events h2,
      .title-block-arrow h2 {
        font-size: 2.75rem ; }
        /* line 87, ../scss/_mixins.scss */
        .past-events h2 .lt-ie9,
        .title-block-arrow h2 .lt-ie9 {
          font-size: 44px ; } }

/* line 1551, ../scss/theme/_main.scss */
.title-block-arrow {
  background-color: #585757;
  margin-bottom: 0; }
  /* line 1554, ../scss/theme/_main.scss */
  .title-block-arrow:after {
    border-top-color: #585757; }

/* line 1565, ../scss/theme/_main.scss */
.foundation-documents .foundation-languages,
.foundation-documents .foundation-nav,
.foundation-documents .foundation-actions {
  list-style: none;
  overflow: hidden; }
  /* line 1569, ../scss/theme/_main.scss */
  .foundation-documents .foundation-languages li,
  .foundation-documents .foundation-nav li,
  .foundation-documents .foundation-actions li {
    display: block;
    float: left; }
/* line 1574, ../scss/theme/_main.scss */
.foundation-documents .foundation-languages {
  margin-bottom: 15px; }
  /* line 1577, ../scss/theme/_main.scss */
  .foundation-documents .foundation-languages li {
    margin-right: 1em;
    margin-bottom: 7.5px; }
/* line 1583, ../scss/theme/_main.scss */
.foundation-documents .foundation-nav {
  margin: 0; }
  /* line 1585, ../scss/theme/_main.scss */
  .foundation-documents .foundation-nav li {
    margin: 0 3px 0 0; }
  /* line 1588, ../scss/theme/_main.scss */
  .foundation-documents .foundation-nav a {
    display: block;
    float: left;
    padding: .3em .5em;
    background: #c6c6c6;
    color: #333; }
  /* line 1595, ../scss/theme/_main.scss */
  .foundation-documents .foundation-nav li.active a {
    background: #1b1b1b;
    color: #ebebeb; }
/* line 1601, ../scss/theme/_main.scss */
.foundation-documents .foundation-actions {
  position: absolute;
  float: right;
  top: 30px;
  right: 6.06061%; }
  /* line 1606, ../scss/theme/_main.scss */
  .foundation-documents .foundation-actions li {
    margin: 0 0 0 .5em; }
  /* line 1610, ../scss/theme/_main.scss */
  .foundation-documents .foundation-actions .btn-save,
  .foundation-documents .foundation-actions .btn-print {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    overflow: hidden;
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    /* line 1620, ../scss/theme/_main.scss */
    .foundation-documents .foundation-actions .btn-save:hover,
    .foundation-documents .foundation-actions .btn-print:hover {
      background-color: #ddd; }
  /* line 1624, ../scss/theme/_main.scss */
  .foundation-documents .foundation-actions .btn-save {
    background-image: url(images/site/ico/ico_save.png); }
  /* line 1627, ../scss/theme/_main.scss */
  .foundation-documents .foundation-actions .btn-print {
    background-image: url(images/site/ico/ico_print.png); }
/* line 1632, ../scss/theme/_main.scss */
.foundation-documents h1, .foundation-documents h2 {
  font-style: normal;
  text-transform: none;
  font-size: 2.4375rem ;
  line-height: 2.925rem ;
  margin-bottom: 1em; }
  /* line 87, ../scss/_mixins.scss */
  .foundation-documents h1 .lt-ie9, .foundation-documents h2 .lt-ie9 {
    font-size: 39px ; }
  /* line 87, ../scss/_mixins.scss */
  .foundation-documents h1 .lt-ie9, .foundation-documents h2 .lt-ie9 {
    line-height: 46.8px ; }
/* line 1639, ../scss/theme/_main.scss */
.foundation-documents h3, .foundation-documents h4, .foundation-documents h5 {
  font-style: normal;
  text-transform: none;
  font-size: 1.5rem ;
  line-height: 1.8rem ;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 1em; }
  /* line 87, ../scss/_mixins.scss */
  .foundation-documents h3 .lt-ie9, .foundation-documents h4 .lt-ie9, .foundation-documents h5 .lt-ie9 {
    font-size: 24px ; }
  /* line 87, ../scss/_mixins.scss */
  .foundation-documents h3 .lt-ie9, .foundation-documents h4 .lt-ie9, .foundation-documents h5 .lt-ie9 {
    line-height: 28.8px ; }
/* line 1647, ../scss/theme/_main.scss */
.foundation-documents h5 {
  font-size: 1.25rem ;
  line-height: 1.5rem ; }
  /* line 87, ../scss/_mixins.scss */
  .foundation-documents h5 .lt-ie9 {
    font-size: 20px ; }
  /* line 87, ../scss/_mixins.scss */
  .foundation-documents h5 .lt-ie9 {
    line-height: 24px ; }

/* line 1654, ../scss/theme/_main.scss */
.council .mod.dark {
  *zoom: 1; }
  /* line 121, ../scss/components/_global.scss */
  .council .mod.dark:before, .council .mod.dark:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  .council .mod.dark:after {
    clear: both; }
/* line 1657, ../scss/theme/_main.scss */
.council .council-member {
  color: white;
  margin-bottom: 3%; }
  /* line 1660, ../scss/theme/_main.scss */
  .council .council-member header {
    height: 0;
    width: 100%;
    position: relative;
    padding-top: 100%; }
    /* line 1665, ../scss/theme/_main.scss */
    .council .council-member header h2 {
      position: absolute;
      padding: 10px 20px;
      font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
      color: white;
      text-transform: none;
      margin: 0 20px 0 0;
      left: 0;
      bottom: 0;
      background: #333;
      font-size: 1.3125rem ;
      line-height: 1.3125rem ; }
      /* line 87, ../scss/_mixins.scss */
      .council .council-member header h2 .lt-ie9 {
        font-size: 21px ; }
      /* line 87, ../scss/_mixins.scss */
      .council .council-member header h2 .lt-ie9 {
        line-height: 21px ; }
  /* line 1679, ../scss/theme/_main.scss */
  .council .council-member .body {
    padding: 10px 20px;
    font-size: 0.875rem ;
    line-height: 1.3125rem ; }
    /* line 87, ../scss/_mixins.scss */
    .council .council-member .body .lt-ie9 {
      font-size: 14px ; }
    /* line 87, ../scss/_mixins.scss */
    .council .council-member .body .lt-ie9 {
      line-height: 21px ; }
    /* line 1684, ../scss/theme/_main.scss */
    .council .council-member .body .location {
      color: #bdbdbd;
      background-image: url("images/site/ico/ico_pn-grn.png");
      background-size: 10px 16px;
      background-repeat: no-repeat;
      background-position: top left;
      padding-left: 20px;
      font-style: italic;
      margin-top: 2em; }
      @media (-webkit-min-device-pixel-ratio: 1.5) {
        /* line 1684, ../scss/theme/_main.scss */
        .council .council-member .body .location {
          background-image: url("images/site/ico/ico_pn-grn@2x.png");
          background-size: 10px 16px; } }
      @media (min-resolution: 144dpi) {
        /* line 1684, ../scss/theme/_main.scss */
        .council .council-member .body .location {
          background-image: url("images/site/ico/ico_pn-grn@2x.png");
          background-size: 10px 16px; } }
  @media only screen and (min-width: 450px) {
    /* line 1657, ../scss/theme/_main.scss */
    .council .council-member {
      width: 50%;
      float: left; }
      /* line 1698, ../scss/theme/_main.scss */
      .council .council-member:nth-child(2n + 3) {
        clear: left; } }
  @media only screen and (min-width: 768px) {
    /* line 1657, ../scss/theme/_main.scss */
    .council .council-member {
      width: 25%; }
      /* line 1704, ../scss/theme/_main.scss */
      .council .council-member:nth-child(2n + 3) {
        clear: none; }
      /* line 1707, ../scss/theme/_main.scss */
      .council .council-member:nth-child(4n + 5) {
        clear: left; } }

/* line 1715, ../scss/theme/_main.scss */
.staff-member {
  *zoom: 1;
  padding: 10px;
  background: #1b1b1b;
  margin-bottom: 10px;
  color: #b1b1b1; }
  /* line 121, ../scss/components/_global.scss */
  .staff-member:before, .staff-member:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  .staff-member:after {
    clear: both; }
  /* line 1723, ../scss/theme/_main.scss */
  .staff-member h2,
  .staff-member h3 {
    color: white; }
  /* line 1726, ../scss/theme/_main.scss */
  .staff-member h2 {
    font-size: 1.875rem ;
    line-height: 1.875rem ;
    margin-top: 0; }
    /* line 87, ../scss/_mixins.scss */
    .staff-member h2 .lt-ie9 {
      font-size: 30px ; }
    /* line 87, ../scss/_mixins.scss */
    .staff-member h2 .lt-ie9 {
      line-height: 30px ; }
  /* line 1731, ../scss/theme/_main.scss */
  .staff-member h3 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    margin: .5em 0;
    font-size: 1rem ;
    line-height: 1rem ; }
    /* line 87, ../scss/_mixins.scss */
    .staff-member h3 .lt-ie9 {
      font-size: 16px ; }
    /* line 87, ../scss/_mixins.scss */
    .staff-member h3 .lt-ie9 {
      line-height: 16px ; }
  /* line 1739, ../scss/theme/_main.scss */
  .staff-member .transfer-image {
    height: 0;
    padding-top: 50%;
    background-color: #585757; }
    /* line 1744, ../scss/theme/_main.scss */
    .staff-member .transfer-image.image-not-available {
      min-height: 150px;
      background-repeat: no-repeat;
      background-position: center center;
      padding-top: 50%;
      background-size: initial; }
  /* line 1752, ../scss/theme/_main.scss */
  .staff-member .body {
    font-size: 0.875rem ;
    line-height: 1.3125rem ;
    padding: 30px 20px; }
    /* line 87, ../scss/_mixins.scss */
    .staff-member .body .lt-ie9 {
      font-size: 14px ; }
    /* line 87, ../scss/_mixins.scss */
    .staff-member .body .lt-ie9 {
      line-height: 21px ; }
  @media only screen and (min-width: 600px) {
    /* line 1759, ../scss/theme/_main.scss */
    .staff-member .transfer-image {
      float: left;
      padding-top: 0;
      width: 282px;
      height: 200px; }
      /* line 1765, ../scss/theme/_main.scss */
      .staff-member .transfer-image.image-not-available {
        min-height: 0;
        padding-top: 0; }
    /* line 1770, ../scss/theme/_main.scss */
    .staff-member .body {
      float: none;
      width: auto;
      display: table-cell;
      padding: 10px 30px 0 3.5%; } }

/* line 1779, ../scss/theme/_main.scss */
.overview-img {
  width: 100%;
  text-align: center;
  background-image: url(images/site/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 50px; }
  @media only screen and (min-width: 600px) {
    /* line 1779, ../scss/theme/_main.scss */
    .overview-img {
      min-height: 100px; } }
  @media only screen and (min-width: 768px) {
    /* line 1779, ../scss/theme/_main.scss */
    .overview-img {
      min-height: 200px; } }
  /* line 1792, ../scss/theme/_main.scss */
  .overview-img img {
    width: 100%;
    height: auto; }
    /* line 1796, ../scss/theme/_main.scss */
    .overview-img img.overview-lazy {
      -webkit-transition: opacity 0.5s ease-out;
      -moz-transition: opacity 0.5s ease-out;
      -ms-transition: opacity 0.5s ease-out;
      -o-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out;
      opacity: 0; }

/* line 1805, ../scss/theme/_main.scss */
.category-modules .normalize-child-heights > .columns {
  margin-bottom: 1.875em; }
/* line 1808, ../scss/theme/_main.scss */
.category-modules .normalize-child-heights .post-category {
  margin-bottom: 0;
  height: 100%; }

/* line 1817, ../scss/theme/_main.scss */
.all-contributors {
  padding: 90px 30px;
  text-align: center;
  background: white; }
  /* line 1822, ../scss/theme/_main.scss */
  .all-contributors li {
    list-style: none;
    margin: 0; }
  /* line 1826, ../scss/theme/_main.scss */
  .all-contributors a {
    display: block;
    position: relative;
    color: #1b1b1b;
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.2em 40px; }
    /* line 1835, ../scss/theme/_main.scss */
    .all-contributors a:hover {
      background: #1b1b1b;
      color: white; }
      /* line 1839, ../scss/theme/_main.scss */
      .all-contributors a:hover:after {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: auto;
        width: 30px;
        background: url(images/site/arrow_right_very_small.png) center center no-repeat #404040; }

/* line 1857, ../scss/theme/_main.scss */
.video iframe, iframe[src*="youtube"], iframe[src*="vimeo"] {
  width: 100%; }

/* line 5, ../scss/theme/_sidebar.scss */
.tag {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
  line-height: 1.4em; }

/* line 13, ../scss/theme/_sidebar.scss */
.widget {
  font-size: .93em; }
  /* line 15, ../scss/theme/_sidebar.scss */
  .widget .button {
    margin-bottom: 0; }

/* line 21, ../scss/theme/_sidebar.scss */
.widget-feed .brief {
  border-top: solid #dddddd 1px;
  padding: 1em 30px; }
  /* line 24, ../scss/theme/_sidebar.scss */
  .widget-feed .brief .date-author {
    margin-bottom: 0; }
  /* line 27, ../scss/theme/_sidebar.scss */
  .widget-feed .brief:first-child {
    border-top: none; }

/* line 33, ../scss/theme/_sidebar.scss */
.widget-sponsors {
  position: relative; }
  /* line 35, ../scss/theme/_sidebar.scss */
  .widget-sponsors a, .widget-sponsors img {
    display: block;
    width: 100% !important;
    margin: 5px 0 !important; }
  /* line 40, ../scss/theme/_sidebar.scss */
  .widget-sponsors img {
    position: relative;
    -webkit-backface-visibility: hidden;
    height: auto;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    -webkit-opacity: 0.8 ;
    opacity: 0.8 ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
    filter: "alpha(opacity=${opperc})";
    zoom: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    /* line 46, ../scss/theme/_sidebar.scss */
    .widget-sponsors img:hover {
      -webkit-transition: opacity 0.1s ease-out;
      -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out;
      -moz-opacity: 1 ;
      -khtml-opacity: 1 ;
      -webkit-opacity: 1 ;
      opacity: 1 ;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
      filter: "alpha(opacity=${opperc})";
      zoom: 1; }
  /* line 52, ../scss/theme/_sidebar.scss */
  .widget-sponsors div {
    margin: 0 auto;
    overflow: hidden;
    width: 100% !important;
    text-align: center; }

/* line 3, ../scss/theme/_footer.scss */
#footer .bottom {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  font-size: .9em; }
  /* line 10, ../scss/theme/_footer.scss */
  #footer .bottom ul {
    text-align: center;
    list-style: none; }
    /* line 13, ../scss/theme/_footer.scss */
    #footer .bottom ul li {
      display: inline-block;
      color: white;
      margin-left: -1px; }
      /* line 17, ../scss/theme/_footer.scss */
      #footer .bottom ul li a {
        display: inline-block;
        color: white;
        text-transform: uppercase;
        text-transform: capitalize;
        font-size: 0.9em;
        line-height: 1.0625em;
        padding: 0 1em;
        border-left: 1px solid #555555;
        border-right: 1px solid #555555; }
        /* line 27, ../scss/theme/_footer.scss */
        #footer .bottom ul li a:hover {
          color: #78b147; }
  /* line 34, ../scss/theme/_footer.scss */
  #footer .bottom .copy-logo .copyright {
    color: white;
    font-size: .9em;
     }
  /* line 40, ../scss/theme/_footer.scss */
  #footer .bottom .copy-logo .logo {
    width: 2.8125em;
    }

/* line 1, ../scss/theme/_blacklight.scss */
.blacklight {
  padding-top: 0; }
  @media only screen and (max-width: 767px) {
    /* line 6, ../scss/theme/_blacklight.scss */
    .blacklight.blacklight_un-rowlike-behavior,
    .blacklight .blacklight_un-rowlike-behavior {
      margin-left: 0 !important;
      margin-right: 0 !important; }
      /* line 11, ../scss/theme/_blacklight.scss */
      .blacklight.blacklight_un-rowlike-behavior > .column, .blacklight.blacklight_un-rowlike-behavior > .columns,
      .blacklight .blacklight_un-rowlike-behavior > .column,
      .blacklight .blacklight_un-rowlike-behavior > .columns {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  @media only screen and (min-width: 768px) {
    /* line 1, ../scss/theme/_blacklight.scss */
    .blacklight {
      padding-top: 2em; }
      /* line 19, ../scss/theme/_blacklight.scss */
      .blacklight .columns {
        padding-left: 15px;
        padding-right: 15px; } }
  /* line 25, ../scss/theme/_blacklight.scss */
  .blacklight #header-group .blacklight_top-search {
    min-height: 0px; }
    @media only screen and (min-width: 768px) {
      /* line 25, ../scss/theme/_blacklight.scss */
      .blacklight #header-group .blacklight_top-search {
        margin-bottom: 30px; } }
    /* line 33, ../scss/theme/_blacklight.scss */
    .blacklight #header-group .blacklight_top-search .blacklight_top-search-input .mod {
      margin: 0;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        /* line 33, ../scss/theme/_blacklight.scss */
        .blacklight #header-group .blacklight_top-search .blacklight_top-search-input .mod {
          background-color: transparent; } }
      /* line 39, ../scss/theme/_blacklight.scss */
      .blacklight #header-group .blacklight_top-search .blacklight_top-search-input .mod > div {
        position: relative;
        overflow: hidden; }
        /* line 43, ../scss/theme/_blacklight.scss */
        .blacklight #header-group .blacklight_top-search .blacklight_top-search-input .mod > div > div {
          position: absolute;
          right: 46px;
          left: 0;
          top: 0;
          width: auto; }
          @media only screen and (min-width: 600px) {
            /* line 43, ../scss/theme/_blacklight.scss */
            .blacklight #header-group .blacklight_top-search .blacklight_top-search-input .mod > div > div {
              right: 150px; } }
    /* line 55, ../scss/theme/_blacklight.scss */
    .blacklight #header-group .blacklight_top-search .blacklight_top-search-input input {
      width: 100%;
      position: relative;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        /* line 55, ../scss/theme/_blacklight.scss */
        .blacklight #header-group .blacklight_top-search .blacklight_top-search-input input {
          background: white;
          box-shadow: none; } }
    /* line 64, ../scss/theme/_blacklight.scss */
    .blacklight #header-group .blacklight_top-search .blacklight_top-search-input button {
      float: right;
      width: 46px;
      display: block;
      background: #78b147;
      padding: 0;
      text-indent: -999em;
      overflow: hidden;
      line-height: 46px;
      height: 46px;
      padding: 0 0 0 20px;
      margin: 0;
      color: white;
      position: relative; }
      @media only screen and (min-width: 600px) {
        /* line 64, ../scss/theme/_blacklight.scss */
        .blacklight #header-group .blacklight_top-search .blacklight_top-search-input button {
          text-indent: 0;
          width: 150px;
          text-align: left; }
          /* line 85, ../scss/theme/_blacklight.scss */
          .blacklight #header-group .blacklight_top-search .blacklight_top-search-input button:after {
            width: 17px;
            right: 20px; } }
      /* line 91, ../scss/theme/_blacklight.scss */
      .blacklight #header-group .blacklight_top-search .blacklight_top-search-input button:after {
        content: "";
        position: absolute;
        right: 0;
        top: 14.5px;
        height: 17px;
        width: 46px;
        display: block;
        background-image: url("images/site/icon_search.png");
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: center center; }
        @media (-webkit-min-device-pixel-ratio: 1.5) {
          /* line 91, ../scss/theme/_blacklight.scss */
          .blacklight #header-group .blacklight_top-search .blacklight_top-search-input button:after {
            background-image: url("images/site/icon_search@2x.png");
            background-size: 17px 17px; } }
        @media (min-resolution: 144dpi) {
          /* line 91, ../scss/theme/_blacklight.scss */
          .blacklight #header-group .blacklight_top-search .blacklight_top-search-input button:after {
            background-image: url("images/site/icon_search@2x.png");
            background-size: 17px 17px; } }
  /* line 107, ../scss/theme/_blacklight.scss */
  .blacklight #header-group .btn_advanced-search,
  .blacklight #header-group .options {
    display: none;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: 14px;
    font-size: 0.875rem ;
    line-height: 0.875rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight #header-group .btn_advanced-search .lt-ie9,
    .blacklight #header-group .options .lt-ie9 {
      font-size: 14px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight #header-group .btn_advanced-search .lt-ie9,
    .blacklight #header-group .options .lt-ie9 {
      line-height: 14px ; }
    /* line 115, ../scss/theme/_blacklight.scss */
    .blacklight #header-group .btn_advanced-search, .blacklight #header-group .btn_advanced-search a,
    .blacklight #header-group .options,
    .blacklight #header-group .options a {
      color: #555555; }
    /* line 118, ../scss/theme/_blacklight.scss */
    .blacklight #header-group .btn_advanced-search a:hover,
    .blacklight #header-group .options a:hover {
      color: #78b147; }
    @media only screen and (min-width: 768px) {
      /* line 107, ../scss/theme/_blacklight.scss */
      .blacklight #header-group .btn_advanced-search,
      .blacklight #header-group .options {
        display: block; } }
  /* line 125, ../scss/theme/_blacklight.scss */
  .blacklight #header-group .btn_advanced-search {
    height: 1.5rem ;
    line-height: 1.5rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight #header-group .btn_advanced-search .lt-ie9 {
      height: 24px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight #header-group .btn_advanced-search .lt-ie9 {
      line-height: 24px ; }
  /* line 129, ../scss/theme/_blacklight.scss */
  .blacklight #header-group .options {
    float: right;
    margin-right: 0; }
    /* line 132, ../scss/theme/_blacklight.scss */
    .blacklight #header-group .options a {
      margin: 0 .5em; }
    /* line 136, ../scss/theme/_blacklight.scss */
    .blacklight #header-group .options .count {
      border: 1px solid #ccc;
      background: #ebebeb;
      display: inline-block;
      color: #555555;
      font-weight: 600;
      padding: 0 .5em;
      height: 1.5rem ;
      line-height: 1.5rem ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight #header-group .options .count .lt-ie9 {
        height: 24px ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight #header-group .options .count .lt-ie9 {
        line-height: 24px ; }
      /* line 146, ../scss/theme/_blacklight.scss */
      .blacklight #header-group .options .count:hover {
        background: #555555;
        border-color: #555555; }
  @media only screen and (max-width: 767px) {
    /* line 154, ../scss/theme/_blacklight.scss */
    .blacklight .media-bottom {
      margin-bottom: 0; } }
  /* line 158, ../scss/theme/_blacklight.scss */
  .blacklight .mod {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1em; }
    @media only screen and (min-width: 768px) {
      /* line 158, ../scss/theme/_blacklight.scss */
      .blacklight .mod {
        margin-bottom: 0; } }
  /* line 170, ../scss/theme/_blacklight.scss */
  .blacklight .chosen-filters {
    overflow: hidden;
    border: 1px solid lightgrey;
    padding: 10px 10px 0; }
    @media only screen and (min-width: 768px) {
      /* line 170, ../scss/theme/_blacklight.scss */
      .blacklight .chosen-filters {
        border: none;
        padding: 0; } }
    /* line 181, ../scss/theme/_blacklight.scss */
    .blacklight .chosen-filters .link_start-over {
      float: right;
      font-weight: 600; }
      @media only screen and (min-width: 768px) {
        /* line 181, ../scss/theme/_blacklight.scss */
        .blacklight .chosen-filters .link_start-over {
          display: none; } }
    /* line 188, ../scss/theme/_blacklight.scss */
    .blacklight .chosen-filters dt, .blacklight .chosen-filters dd {
      display: block;
      font-size: 0.875rem ;
      line-height: 1.75rem ;
      height: 1.75rem ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .chosen-filters dt .lt-ie9, .blacklight .chosen-filters dd .lt-ie9 {
        font-size: 14px ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .chosen-filters dt .lt-ie9, .blacklight .chosen-filters dd .lt-ie9 {
        line-height: 28px ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .chosen-filters dt .lt-ie9, .blacklight .chosen-filters dd .lt-ie9 {
        height: 28px ; }
    /* line 194, ../scss/theme/_blacklight.scss */
    .blacklight .chosen-filters dt {
      padding: 0;
      font-weight: bold;
      line-height: 1.8125rem ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .chosen-filters dt .lt-ie9 {
        line-height: 29px ; }
      @media only screen and (min-width: 768px) {
        /* line 194, ../scss/theme/_blacklight.scss */
        .blacklight .chosen-filters dt {
          float: left;
          margin-right: 10px; } }
    /* line 203, ../scss/theme/_blacklight.scss */
    .blacklight .chosen-filters dd {
      float: left;
      padding: 0 10px;
      border: 1px solid lightgrey;
      position: relative;
      color: #555555;
      padding-right: 38px;
      cursor: pointer;
      margin-right: 10px; }
      /* line 212, ../scss/theme/_blacklight.scss */
      .blacklight .chosen-filters dd:after {
        content: "";
        display: block;
        background-image: url("images/site/x_black_10.png");
        background-size: 10px 9px;
        background-color: lightgrey;
        background-repeat: no-repeat;
        background-position: center center;
        width: 28px;
        height: 28px;
        top: -1px;
        right: -1px;
        position: absolute; }
        @media (-webkit-min-device-pixel-ratio: 1.5) {
          /* line 212, ../scss/theme/_blacklight.scss */
          .blacklight .chosen-filters dd:after {
            background-image: url("images/site/x_black_10@2x.png");
            background-size: 10px 9px; } }
        @media (min-resolution: 144dpi) {
          /* line 212, ../scss/theme/_blacklight.scss */
          .blacklight .chosen-filters dd:after {
            background-image: url("images/site/x_black_10@2x.png");
            background-size: 10px 9px; } }
      /* line 225, ../scss/theme/_blacklight.scss */
      .blacklight .chosen-filters dd:hover {
        border-color: #78b147; }
        /* line 227, ../scss/theme/_blacklight.scss */
        .blacklight .chosen-filters dd:hover:after {
          background-color: #78b147; }
  /* line 234, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_pagination-options {
    font-size: 0.75rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .blacklight_pagination-options .lt-ie9 {
      font-size: 12px ; }
    @media only screen and (min-width: 450px) {
      /* line 234, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_pagination-options {
        font-size: 0.875rem ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight .blacklight_pagination-options .lt-ie9 {
          font-size: 14px ; } }
    /* line 239, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_pagination-options .tgc_select {
      max-width: 300px;
      width: 100%;
      color: #555555; }
      @media only screen and (min-width: 600px) {
        /* line 239, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_pagination-options .tgc_select {
          float: left;
          margin-bottom: 0; } }
    /* line 263, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_pagination-options .blacklight_pagination-pages {
      line-height: 1.875rem ;
      font-weight: 600;
      height: 30px;
      margin-bottom: 10px; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .blacklight_pagination-options .blacklight_pagination-pages .lt-ie9 {
        line-height: 30px ; }
      @media only screen and (min-width: 990px) {
        /* line 263, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_pagination-options .blacklight_pagination-pages {
          margin-bottom: 0; } }
      /* line 274, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_pagination-options .blacklight_pagination-pages a.prev {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #555555; }
      /* line 279, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_pagination-options .blacklight_pagination-pages a.next {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #555555; }
  /* line 288, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_list-items {
    counter-reset: li; }
    /* line 291, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_list-items .blacklight_list-item {
      padding: 10px 20px 40px 40px;
      background: #f6f6f6;
      overflow: hidden;
      list-style: none;
      position: relative; }
      @media only screen and (min-width: 768px) {
        /* line 291, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_list-items .blacklight_list-item {
          padding-bottom: 10px; } }
      /* line 301, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_list-items .blacklight_list-item:before {
        content: counter(li);
        /* Use the counter as content */
        counter-increment: li;
        /* Increment the counter by 1 */
        /* Position and style the number */
        position: absolute;
        left: 20px;
        font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        width: 20px;
        text-align: left;
        font-size: 0.9375rem ;
        line-height: 1.0625rem ;
        height: 17px;
        margin-top: 2px; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight .blacklight_list-items .blacklight_list-item:before .lt-ie9 {
          font-size: 15px ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight .blacklight_list-items .blacklight_list-item:before .lt-ie9 {
          line-height: 17px ; }
      /* line 317, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_list-items .blacklight_list-item:nth-child(even) {
        background: #fbfbfb; }
      /* line 320, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_list-items .blacklight_list-item label {
        margin: 1em 0 0 0;
        position: absolute;
        bottom: 10px;
        left: 20px; }
        @media only screen and (min-width: 768px) {
          /* line 320, ../scss/theme/_blacklight.scss */
          .blacklight .blacklight_list-items .blacklight_list-item label {
            position: relative;
            float: right;
            margin: 0 0 0 1em;
            bottom: initial;
            left: initial; } }
        /* line 333, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_list-items .blacklight_list-item label input {
          margin: 0 5px 0 0; }
      /* line 337, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_list-items .blacklight_list-item h3, .blacklight .blacklight_list-items .blacklight_list-item h4 {
        font-size: 0.9375rem ;
        line-height: 1.0625rem ;
        font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        text-transform: none;
        margin: 0 .3em 0 0;
        display: inline; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight .blacklight_list-items .blacklight_list-item h3 .lt-ie9, .blacklight .blacklight_list-items .blacklight_list-item h4 .lt-ie9 {
          font-size: 15px ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight .blacklight_list-items .blacklight_list-item h3 .lt-ie9, .blacklight .blacklight_list-items .blacklight_list-item h4 .lt-ie9 {
          line-height: 17px ; }
      /* line 345, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_list-items .blacklight_list-item h3 {
        font-style: italic; }
        /* line 347, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_list-items .blacklight_list-item h3:after {
          font-style: normal;
          font-weight: 600;
          content: "|";
          margin-left: .6em;
          color: #666 !important; }
      /* line 355, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_list-items .blacklight_list-item h4 {
        font-weight: 600;
        font-style: normal; }
      /* line 360, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_list-items .blacklight_list-item a:hover {
        text-decoration: none; }
        /* line 362, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_list-items .blacklight_list-item a:hover h3, .blacklight .blacklight_list-items .blacklight_list-item a:hover h4 {
          color: #78b147; }
      /* line 366, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_list-items .blacklight_list-item dl {
        float: left;
        clear: both;
        margin-bottom: 0; }
        /* line 371, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_list-items .blacklight_list-item dl dt,
        .blacklight .blacklight_list-items .blacklight_list-item dl dd {
          font-size: 0.8125rem ;
          line-height: 0.9375rem ;
          float: left; }
          /* line 87, ../scss/_mixins.scss */
          .blacklight .blacklight_list-items .blacklight_list-item dl dt .lt-ie9,
          .blacklight .blacklight_list-items .blacklight_list-item dl dd .lt-ie9 {
            font-size: 13px ; }
          /* line 87, ../scss/_mixins.scss */
          .blacklight .blacklight_list-items .blacklight_list-item dl dt .lt-ie9,
          .blacklight .blacklight_list-items .blacklight_list-item dl dd .lt-ie9 {
            line-height: 15px ; }
        /* line 376, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_list-items .blacklight_list-item dl dt {
          margin-right: 5px;
          clear: both;
          font-weight: 600; }
          @media only screen and (min-width: 990px) {
            /* line 385, ../scss/theme/_blacklight.scss */
            .blacklight .blacklight_list-items .blacklight_list-item dl dt.blacklight_list-items_date, .blacklight .blacklight_list-items .blacklight_list-item dl dt.blacklight_list-items_type, .blacklight .blacklight_list-items .blacklight_list-item dl dt.blacklight_list-items_format {
              clear: none; } }
        /* line 390, ../scss/theme/_blacklight.scss */
        .blacklight .blacklight_list-items .blacklight_list-item dl dd {
          margin-right: 10px; }
          /* line 395, ../scss/theme/_blacklight.scss */
          .blacklight .blacklight_list-items .blacklight_list-item dl dd.audio, .blacklight .blacklight_list-items .blacklight_list-item dl dd.video, .blacklight .blacklight_list-items .blacklight_list-item dl dd.text {
            margin-right: 0; }
            /* line 398, ../scss/theme/_blacklight.scss */
            .blacklight .blacklight_list-items .blacklight_list-item dl dd.audio a, .blacklight .blacklight_list-items .blacklight_list-item dl dd.video a, .blacklight .blacklight_list-items .blacklight_list-item dl dd.text a {
              overflow: hidden;
              text-indent: -99em;
              background-position: center center;
              background-repeat: no-repeat;
              display: block;
              padding-left: 10px;
              padding-right: 10px; }
            /* line 408, ../scss/theme/_blacklight.scss */
            .blacklight .blacklight_list-items .blacklight_list-item dl dd.audio + dd, .blacklight .blacklight_list-items .blacklight_list-item dl dd.video + dd, .blacklight .blacklight_list-items .blacklight_list-item dl dd.text + dd {
              border-left: 1px solid #555555; }
          /* line 413, ../scss/theme/_blacklight.scss */
          .blacklight .blacklight_list-items .blacklight_list-item dl dd.audio a {
            background-image: url("images/site/ico/ico_audio.png");
            background-size: 7px 12px;
            width: 27px; }
            @media (-webkit-min-device-pixel-ratio: 1.5) {
              /* line 413, ../scss/theme/_blacklight.scss */
              .blacklight .blacklight_list-items .blacklight_list-item dl dd.audio a {
                background-image: url("images/site/ico/ico_audio@2x.png");
                background-size: 7px 12px; } }
            @media (min-resolution: 144dpi) {
              /* line 413, ../scss/theme/_blacklight.scss */
              .blacklight .blacklight_list-items .blacklight_list-item dl dd.audio a {
                background-image: url("images/site/ico/ico_audio@2x.png");
                background-size: 7px 12px; } }
          /* line 417, ../scss/theme/_blacklight.scss */
          .blacklight .blacklight_list-items .blacklight_list-item dl dd.video a {
            background-image: url("images/site/ico/ico_video.png");
            background-size: 16px 12px;
            width: 36px; }
            @media (-webkit-min-device-pixel-ratio: 1.5) {
              /* line 417, ../scss/theme/_blacklight.scss */
              .blacklight .blacklight_list-items .blacklight_list-item dl dd.video a {
                background-image: url("images/site/ico/ico_video@2x.png");
                background-size: 16px 12px; } }
            @media (min-resolution: 144dpi) {
              /* line 417, ../scss/theme/_blacklight.scss */
              .blacklight .blacklight_list-items .blacklight_list-item dl dd.video a {
                background-image: url("images/site/ico/ico_video@2x.png");
                background-size: 16px 12px; } }
          /* line 421, ../scss/theme/_blacklight.scss */
          .blacklight .blacklight_list-items .blacklight_list-item dl dd.text a {
            background-image: url("images/site/ico/ico_text.png");
            background-size: 11px 12px;
            width: 31px; }
            @media (-webkit-min-device-pixel-ratio: 1.5) {
              /* line 421, ../scss/theme/_blacklight.scss */
              .blacklight .blacklight_list-items .blacklight_list-item dl dd.text a {
                background-image: url("images/site/ico/ico_text@2x.png");
                background-size: 11px 12px; } }
            @media (min-resolution: 144dpi) {
              /* line 421, ../scss/theme/_blacklight.scss */
              .blacklight .blacklight_list-items .blacklight_list-item dl dd.text a {
                background-image: url("images/site/ico/ico_text@2x.png");
                background-size: 11px 12px; } }
  /* line 432, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_side-nav .mod {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      /* line 432, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_side-nav .mod {
        margin-bottom: 1em;
        padding-bottom: 30px; } }
  /* line 440, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_side-nav .filter-toggler {
    display: block;
    height: 46px;
    line-height: 2.875rem ;
    font-size: 1.125rem ;
    -webkit-transition: border-color 0.1s ease-out;
    -moz-transition: border-color 0.1s ease-out;
    -ms-transition: border-color 0.1s ease-out;
    -o-transition: border-color 0.1s ease-out;
    transition: border-color 0.1s ease-out;
    background: lightgrey;
    color: #1b1b1b;
    font-style: italic;
    padding-left: 10px;
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-right: 46px #777777 solid;
    position: relative; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .blacklight_side-nav .filter-toggler .lt-ie9 {
      line-height: 46px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .blacklight_side-nav .filter-toggler .lt-ie9 {
      font-size: 18px ; }
    /* line 454, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav .filter-toggler:after {
      content: "";
      box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
      width: 15px;
      position: absolute;
      right: -30.5px;
      top: 7px; }
    /* line 463, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav .filter-toggler:hover {
      border-color: #78b147; }
    @media only screen and (min-width: 768px) {
      /* line 440, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_side-nav .filter-toggler {
        display: none; } }
  @media only screen and (max-width: 767px) {
    /* line 470, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav .filter-toggled {
      overflow: hidden;
      display: none; } }
  @media only screen and (min-width: 768px) {
    /* line 470, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav .filter-toggled {
      height: auto !important; } }
  /* line 479, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_side-nav h3 {
    position: relative;
    font-size: 1.125rem ;
    line-height: 1.125rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .blacklight_side-nav h3 .lt-ie9 {
      font-size: 18px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .blacklight_side-nav h3 .lt-ie9 {
      line-height: 18px ; }
    @media only screen and (min-width: 768px) {
      /* line 485, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_side-nav h3:after {
        position: absolute;
        content: "";
        right: -30px;
        display: block;
        width: 15px;
        height: 20px;
        border: 10px solid transparent;
        border-right: none;
        border-left: 15px solid white;
        top: 0;
        margin-right: -15px; } }
  /* line 501, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_side-nav h4 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    margin: 0;
    padding: .2em 0 1em;
    font-weight: 600;
    font-size: 0.875rem ;
    line-height: 0.9375rem ;
    min-height: 15px; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .blacklight_side-nav h4 .lt-ie9 {
      font-size: 14px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .blacklight_side-nav h4 .lt-ie9 {
      line-height: 15px ; }
    @media only screen and (max-width: 767px) {
      /* line 501, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_side-nav h4 {
        padding: .5em 0; } }
    /* line 515, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav h4 a {
      display: block;
      color: #555555;
      padding-right: 30px;
      background: url(images/site/arrow_down_small_line.png) no-repeat right center; }
      /* line 520, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_side-nav h4 a.off {
        background: url(images/site/arrow_right_small_line.png) no-repeat right center; }
  /* line 526, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_side-nav ul, .blacklight .blacklight_side-nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  /* line 531, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_side-nav ul {
    overflow: hidden;
    display: block;
    -webkit-transition: max-height 0.1s ease-out;
    -moz-transition: max-height 0.1s ease-out;
    -ms-transition: max-height 0.1s ease-out;
    -o-transition: max-height 0.1s ease-out;
    transition: max-height 0.1s ease-out; }
    /* line 535, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav ul.off {
      max-height: 0 !important; }
  /* line 539, ../scss/theme/_blacklight.scss */
  .blacklight .blacklight_side-nav li {
    overflow: hidden;
    margin-bottom: .5em; }
    @media only screen and (max-width: 767px) {
      /* line 539, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_side-nav li {
        margin-bottom: .2em;
        padding: .4em .6em;
        border-radius: 4px;
        background-color: #f6f6f6; } }
    /* line 548, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav li label, .blacklight .blacklight_side-nav li a {
      float: left;
      margin: 0;
      color: #78b147;
      font-weight: 600;
      font-size: 0.75rem ;
      line-height: 0.75rem ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .blacklight_side-nav li label .lt-ie9, .blacklight .blacklight_side-nav li a .lt-ie9 {
        font-size: 12px ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .blacklight_side-nav li label .lt-ie9, .blacklight .blacklight_side-nav li a .lt-ie9 {
        line-height: 12px ; }
    /* line 556, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav li span {
      float: right;
      font-size: 0.75rem ;
      line-height: 0.75rem ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .blacklight_side-nav li span .lt-ie9 {
        font-size: 12px ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .blacklight_side-nav li span .lt-ie9 {
        line-height: 12px ; }
    @media only screen and (max-width: 767px) {
      /* line 562, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_side-nav li label, .blacklight .blacklight_side-nav li a, .blacklight .blacklight_side-nav li span {
        min-height: 20px;
        line-height: 1.25rem ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight .blacklight_side-nav li label .lt-ie9, .blacklight .blacklight_side-nav li a .lt-ie9, .blacklight .blacklight_side-nav li span .lt-ie9 {
          line-height: 20px ; } }
    /* line 567, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav li input {
      margin: 0 .5em 0 0; }
    /* line 572, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav li.active a {
      display: inline-block;
      padding-right: 1em;
      position: relative; }
      /* line 577, ../scss/theme/_blacklight.scss */
      .blacklight .blacklight_side-nav li.active a:after {
        content: "x";
        font-weight: bold;
        color: #555555;
        position: absolute;
        top: 0;
        right: 0; }
  @media only screen and (max-width: 767px) {
    /* line 608, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav .columns:first-child {
      margin-top: 1em; }
    /* line 611, ../scss/theme/_blacklight.scss */
    .blacklight .blacklight_side-nav hr {
      display: none; } }
  /* line 621, ../scss/theme/_blacklight.scss */
  .blacklight .pagination,
  .blacklight .pagination a,
  .blacklight .pagination label {
    color: #999; }
  /* line 624, ../scss/theme/_blacklight.scss */
  .blacklight .pagination li {
    margin-right: 7px;
    height: 18px;
    line-height: 18px; }
    /* line 628, ../scss/theme/_blacklight.scss */
    .blacklight .pagination li a {
      height: auto;
      min-width: 0;
      padding: 0;
      background: white;
      font-weight: normal;
      line-height: 18px;
      font-size: 0.875rem ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .pagination li a .lt-ie9 {
        font-size: 14px ; }
  /* line 638, ../scss/theme/_blacklight.scss */
  .blacklight .pagination .page-selector {
    float: none;
    display: block;
    display: table-cell;
    width: 9999em;
    padding-left: 5px; }
    /* line 645, ../scss/theme/_blacklight.scss */
    .blacklight .pagination .page-selector:before {
      content: "";
      position: relative;
      float: left;
      height: 10px;
      margin-top: 4px;
      border-left: 1px solid #999; }
  /* line 655, ../scss/theme/_blacklight.scss */
  .blacklight .pagination form {
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    display: block; }
    /* line 660, ../scss/theme/_blacklight.scss */
    .blacklight .pagination form label, .blacklight .pagination form input {
      display: block; }
    /* line 663, ../scss/theme/_blacklight.scss */
    .blacklight .pagination form label {
      float: left;
      margin-right: .5em; }
    /* line 667, ../scss/theme/_blacklight.scss */
    .blacklight .pagination form input {
      width: 40px;
      margin: 0;
      height: 18px;
      line-height: 18px;
      padding: 0 .5em;
      font-size: 0.75rem ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .pagination form input .lt-ie9 {
        font-size: 12px ; }
  /* line 680, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search h2,
  .blacklight .search-tips h2 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1.125rem ;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1em; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .advanced-search h2 .lt-ie9,
    .blacklight .search-tips h2 .lt-ie9 {
      font-size: 18px ; }
  /* line 688, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search fieldset, .blacklight .advanced-search p,
  .blacklight .search-tips fieldset,
  .blacklight .search-tips p {
    *zoom: 1; }
    /* line 121, ../scss/components/_global.scss */
    .blacklight .advanced-search fieldset:before, .blacklight .advanced-search fieldset:after, .blacklight .advanced-search p:before, .blacklight .advanced-search p:after,
    .blacklight .search-tips fieldset:before,
    .blacklight .search-tips fieldset:after,
    .blacklight .search-tips p:before,
    .blacklight .search-tips p:after {
      content: " ";
      display: table; }
    /* line 122, ../scss/components/_global.scss */
    .blacklight .advanced-search fieldset:after, .blacklight .advanced-search p:after,
    .blacklight .search-tips fieldset:after,
    .blacklight .search-tips p:after {
      clear: both; }
  /* line 691, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search fieldset,
  .blacklight .search-tips fieldset {
    padding: 0;
    border: none;
    margin: 0; }
  /* line 700, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search .what,
  .blacklight .advanced-search .type,
  .blacklight .advanced-search span,
  .blacklight .advanced-search .where,
  .blacklight .advanced-search .sort-by,
  .blacklight .search-tips .what,
  .blacklight .search-tips .type,
  .blacklight .search-tips span,
  .blacklight .search-tips .where,
  .blacklight .search-tips .sort-by {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    width: 100%;
    max-width: 500px; }
  /* line 707, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search span,
  .blacklight .search-tips span {
    height: 46px;
    line-height: 46px; }
  /* line 712, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search .what,
  .blacklight .search-tips .what {
    clear: left; }
  @media only screen and (min-width: 990px) {
    /* line 716, ../scss/theme/_blacklight.scss */
    .blacklight .advanced-search .what,
    .blacklight .search-tips .what {
      width: 40%; }
    /* line 719, ../scss/theme/_blacklight.scss */
    .blacklight .advanced-search .type,
    .blacklight .search-tips .type {
      width: 150px; }
    /* line 722, ../scss/theme/_blacklight.scss */
    .blacklight .advanced-search span,
    .blacklight .search-tips span {
      width: auto; }
    /* line 725, ../scss/theme/_blacklight.scss */
    .blacklight .advanced-search .where,
    .blacklight .search-tips .where {
      width: 150px; }
    /* line 728, ../scss/theme/_blacklight.scss */
    .blacklight .advanced-search .sort-by,
    .blacklight .search-tips .sort-by {
      width: 150px; } }
  /* line 733, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search label,
  .blacklight .search-tips label {
    float: left;
    margin-right: 1em;
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px; }
  /* line 742, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search input,
  .blacklight .advanced-search .tgc_select .label,
  .blacklight .search-tips input,
  .blacklight .search-tips .tgc_select .label {
    font-style: normal;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 1rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .advanced-search input .lt-ie9,
    .blacklight .advanced-search .tgc_select .label .lt-ie9,
    .blacklight .search-tips input .lt-ie9,
    .blacklight .search-tips .tgc_select .label .lt-ie9 {
      font-size: 16px ; }
  /* line 749, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search .add-row,
  .blacklight .search-tips .add-row {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
    line-height: 2.875rem ;
    height: 2.875rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .advanced-search .add-row .lt-ie9,
    .blacklight .search-tips .add-row .lt-ie9 {
      line-height: 46px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .advanced-search .add-row .lt-ie9,
    .blacklight .search-tips .add-row .lt-ie9 {
      height: 46px ; }
    /* line 755, ../scss/theme/_blacklight.scss */
    .blacklight .advanced-search .add-row:before,
    .blacklight .search-tips .add-row:before {
      content: "+";
      display: inline-block;
      width: 1em;
      height: 1em;
      font-weight: bold;
      color: white;
      background: #78b147;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -.5em;
      border-radius: .5em;
      text-align: center;
      line-height: 1em; }
  /* line 773, ../scss/theme/_blacklight.scss */
  .blacklight .advanced-search button,
  .blacklight .search-tips button {
    height: 46px;
    line-height: 2.875rem ;
    padding: 0 1.4em;
    margin: 0; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .advanced-search button .lt-ie9,
    .blacklight .search-tips button .lt-ie9 {
      line-height: 46px ; }
  /* line 781, ../scss/theme/_blacklight.scss */
  .blacklight .search-tips {
    font-size: 0.875rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .search-tips .lt-ie9 {
      font-size: 14px ; }
    /* line 784, ../scss/theme/_blacklight.scss */
    .blacklight .search-tips li {
      list-style: none;
      padding-left: 30px;
      position: relative;
      margin-bottom: 1em; }
      /* line 790, ../scss/theme/_blacklight.scss */
      .blacklight .search-tips li .chunk {
        margin: 1em;
        color: #888888; }
        /* line 793, ../scss/theme/_blacklight.scss */
        .blacklight .search-tips li .chunk p {
          margin: 0; }
      /* line 798, ../scss/theme/_blacklight.scss */
      .blacklight .search-tips li:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: #78b147;
        left: 12px;
        top: .5em;
        position: absolute; }
  @media only screen and (min-width: 600px) {
    /* line 813, ../scss/theme/_blacklight.scss */
    .blacklight.search-results-detail header {
      text-align: center; } }
  /* line 817, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail header .blacklight_pagination-options {
    margin-top: -1em; }
  /* line 821, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail h2, .blacklight.search-results-detail h3, .blacklight.search-results-detail h4 {
    margin-bottom: 30px;
    text-transform: none; }
  /* line 825, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail h2 {
    margin-top: 30px;
    font-size: 1.5rem ;
    line-height: 1.5625rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight.search-results-detail h2 .lt-ie9 {
      font-size: 24px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight.search-results-detail h2 .lt-ie9 {
      line-height: 25px ; }
    @media only screen and (min-width: 768px) {
      /* line 825, ../scss/theme/_blacklight.scss */
      .blacklight.search-results-detail h2 {
        font-size: 1.875rem ;
        line-height: 2rem ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight.search-results-detail h2 .lt-ie9 {
          font-size: 30px ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight.search-results-detail h2 .lt-ie9 {
          line-height: 32px ; } }
  /* line 837, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail h3,
  .blacklight.search-results-detail h4 {
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin-top: 0;
    text-transform: none; }
  /* line 842, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail h3 {
    font-size: 1rem ;
    line-height: 1.0625rem ;
    color: #999999; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight.search-results-detail h3 .lt-ie9 {
      font-size: 16px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight.search-results-detail h3 .lt-ie9 {
      line-height: 17px ; }
    @media only screen and (min-width: 768px) {
      /* line 842, ../scss/theme/_blacklight.scss */
      .blacklight.search-results-detail h3 {
        font-size: 1.125rem ;
        line-height: 1.1875rem ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight.search-results-detail h3 .lt-ie9 {
          font-size: 18px ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight.search-results-detail h3 .lt-ie9 {
          line-height: 19px ; } }
  /* line 852, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail h4 {
    font-size: 0.875rem ;
    line-height: 0.9375rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight.search-results-detail h4 .lt-ie9 {
      font-size: 14px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight.search-results-detail h4 .lt-ie9 {
      line-height: 15px ; }
  /* line 857, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail .go-back {
    font-size: 0.875rem ;
    font-weight: 600; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight.search-results-detail .go-back .lt-ie9 {
      font-size: 14px ; }
  /* line 861, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail .audio-player-controls {
    display: block;
    margin: 2em 0; }
  /* line 867, ../scss/theme/_blacklight.scss */
  .blacklight.search-results-detail .blacklight_details-links {
    list-style: none;
    margin: 2em 0; }
    /* line 871, ../scss/theme/_blacklight.scss */
    .blacklight.search-results-detail .blacklight_details-links li {
      display: inline;
      margin-right: 1em; }
      /* line 875, ../scss/theme/_blacklight.scss */
      .blacklight.search-results-detail .blacklight_details-links li a {
        font-size: 0.875rem ;
        line-height: 0.9375rem ;
        min-height: 15px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 23px;
        color: #333;
        font-weight: 600; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight.search-results-detail .blacklight_details-links li a .lt-ie9 {
          font-size: 14px ; }
        /* line 87, ../scss/_mixins.scss */
        .blacklight.search-results-detail .blacklight_details-links li a .lt-ie9 {
          line-height: 15px ; }
        /* line 885, ../scss/theme/_blacklight.scss */
        .blacklight.search-results-detail .blacklight_details-links li a:hover {
          color: #78b147; }
      /* line 891, ../scss/theme/_blacklight.scss */
      .blacklight.search-results-detail .blacklight_details-links li.dl a {
        background-image: url("images/site/ico/ico_download.png"); }
      /* line 894, ../scss/theme/_blacklight.scss */
      .blacklight.search-results-detail .blacklight_details-links li.pl a {
        background-image: url("images/site/ico/ico_link.png"); }
  /* line 911, ../scss/theme/_blacklight.scss */
  .blacklight .hero h3,
  .blacklight .media-group h3 {
    font-size: 1.25rem ;
    line-height: 1.375rem ;
    margin: 10px 0; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .hero h3 .lt-ie9,
    .blacklight .media-group h3 .lt-ie9 {
      font-size: 20px ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .hero h3 .lt-ie9,
    .blacklight .media-group h3 .lt-ie9 {
      line-height: 22px ; }
  /* line 917, ../scss/theme/_blacklight.scss */
  .blacklight .hero h4,
  .blacklight .media-group h4 {
    font-weight: bold;
    color: #78b147;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: none;
    margin: 10px 0;
    font-size: 0.875rem ; }
    /* line 87, ../scss/_mixins.scss */
    .blacklight .hero h4 .lt-ie9,
    .blacklight .media-group h4 .lt-ie9 {
      font-size: 14px ; }
  /* line 927, ../scss/theme/_blacklight.scss */
  .blacklight .hero {
    margin-bottom: 30px;
    padding: 45px 30px; }
    /* line 930, ../scss/theme/_blacklight.scss */
    .blacklight .hero h3 {
      font-size: 3.125rem ;
      line-height: 3.125rem ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .hero h3 .lt-ie9 {
        font-size: 50px ; }
      /* line 87, ../scss/_mixins.scss */
      .blacklight .hero h3 .lt-ie9 {
        line-height: 50px ; }
      /* line 933, ../scss/theme/_blacklight.scss */
      .blacklight .hero h3, .blacklight .hero h3 a {
        color: white; }
    /* line 937, ../scss/theme/_blacklight.scss */
    .blacklight .hero h4 {
      text-transform: uppercase; }
  @media only screen and (min-width: 600px) {
    /* line 947, ../scss/theme/_blacklight.scss */
    .blacklight .media-group .columns:nth-child(2n + 1) {
      clear: left; } }
  @media only screen and (min-width: 990px) {
    /* line 953, ../scss/theme/_blacklight.scss */
    .blacklight .media-group .columns:nth-child(2n + 1) {
      clear: none; }
    /* line 956, ../scss/theme/_blacklight.scss */
    .blacklight .media-group .columns:nth-child(3n + 1) {
      clear: left; } }
  /* line 963, ../scss/theme/_blacklight.scss */
  .blacklight .project-block {
    padding-bottom: 30px; }

/* line 5, ../scss/theme/_io_styles.scss */
.fat-pad {
  background: white;
  padding: 30px; }
  @media only screen and (min-width: 990px) {
    /* line 5, ../scss/theme/_io_styles.scss */
    .fat-pad {
      padding: 4% 8%; } }

/* line 14, ../scss/theme/_io_styles.scss */
.io-page .validation-message {
  margin-bottom: 0;
  background: darkred;
  border-radius: 0.25em 0.25em 0 0;
  padding: 5px 12px; }
/* line 20, ../scss/theme/_io_styles.scss */
.io-page .button {
  font-weight: normal; }
/* line 23, ../scss/theme/_io_styles.scss */
.io-page .full-width {
  margin-bottom: 30px; }
/* line 26, ../scss/theme/_io_styles.scss */
.io-page .big-progress {
  background: lightgrey; }
  /* line 29, ../scss/theme/_io_styles.scss */
  .io-page .big-progress .button {
    font-weight: normal;
    font-size: 1rem ;
    padding: .8em 2.5em;
    width: 100%; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .big-progress .button .lt-ie9 {
      font-size: 16px ; }
    @media only screen and (min-width: 450px) {
      /* line 29, ../scss/theme/_io_styles.scss */
      .io-page .big-progress .button {
        width: auto; } }
/* line 41, ../scss/theme/_io_styles.scss */
.io-page .fat-pad .right, .io-page .fat-pad .left {
  width: 50%;
  min-width: 260px;
  max-width: 320px; }
  @media only screen and (max-width: 767px) {
    /* line 41, ../scss/theme/_io_styles.scss */
    .io-page .fat-pad .right, .io-page .fat-pad .left {
      float: none !important;
      padding-left: 0;
      padding-right: 0; } }
/* line 52, ../scss/theme/_io_styles.scss */
.io-page h2, .io-page h3, .io-page h4, .io-page h5 {
  margin-bottom: .75em; }
/* line 55, ../scss/theme/_io_styles.scss */
.io-page h2 {
  font-size: 1.875rem ;
  line-height: 2.0625rem ; }
  /* line 87, ../scss/_mixins.scss */
  .io-page h2 .lt-ie9 {
    font-size: 30px ; }
  /* line 87, ../scss/_mixins.scss */
  .io-page h2 .lt-ie9 {
    line-height: 33px ; }
  @media only screen and (min-width: 450px) {
    /* line 55, ../scss/theme/_io_styles.scss */
    .io-page h2 {
      font-size: 2.25rem ;
      line-height: 2.475rem ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page h2 .lt-ie9 {
        font-size: 36px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page h2 .lt-ie9 {
        line-height: 39.6px ; } }
/* line 63, ../scss/theme/_io_styles.scss */
.io-page h3, .io-page h4, .io-page h5 {
  font-size: 1.3125rem ;
  line-height: 1.44375rem ;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: none;
  font-weight: normal; }
  /* line 87, ../scss/_mixins.scss */
  .io-page h3 .lt-ie9, .io-page h4 .lt-ie9, .io-page h5 .lt-ie9 {
    font-size: 21px ; }
  /* line 87, ../scss/_mixins.scss */
  .io-page h3 .lt-ie9, .io-page h4 .lt-ie9, .io-page h5 .lt-ie9 {
    line-height: 23.1px ; }
@media only screen and (min-width: 450px) {
  /* line 71, ../scss/theme/_io_styles.scss */
  .io-page h5 {
    font-size: 1.5rem ;
    line-height: 1.65rem ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page h5 .lt-ie9 {
      font-size: 24px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page h5 .lt-ie9 {
      line-height: 26.4px ; } }
/* line 78, ../scss/theme/_io_styles.scss */
.io-page h2 + .padded, .io-page h3 + .padded, .io-page h4 + .padded, .io-page h5 + .padded {
  padding-top: 0; }
/* line 84, ../scss/theme/_io_styles.scss */
.io-page .tgc-progress {
  width: auto;
  padding: 3px;
  background: #6f6f6f; }
  /* line 89, ../scss/theme/_io_styles.scss */
  .io-page .tgc-progress .green-bg {
    font-size: 1.875rem ;
    line-height: 1.875rem ;
    padding: .5em 0; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .tgc-progress .green-bg .lt-ie9 {
      font-size: 30px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .tgc-progress .green-bg .lt-ie9 {
      line-height: 30px ; }
    @media only screen and (min-width: 450px) {
      /* line 89, ../scss/theme/_io_styles.scss */
      .io-page .tgc-progress .green-bg {
        font-size: 2.1875rem ;
        line-height: 2.1875rem ; }
        /* line 87, ../scss/_mixins.scss */
        .io-page .tgc-progress .green-bg .lt-ie9 {
          font-size: 35px ; }
        /* line 87, ../scss/_mixins.scss */
        .io-page .tgc-progress .green-bg .lt-ie9 {
          line-height: 35px ; } }
    /* line 97, ../scss/theme/_io_styles.scss */
    .io-page .tgc-progress .green-bg p {
      font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
      padding: 0 .5em; }
/* line 104, ../scss/theme/_io_styles.scss */
.io-page .stories .story-block-outer {
  margin-bottom: 30px; }
  /* line 106, ../scss/theme/_io_styles.scss */
  .io-page .stories .story-block-outer .story-block {
    margin-bottom: 0;
    height: 100%;
    padding: 30px; }
    /* line 107, ../scss/theme/_io_styles.scss */
    .io-page .stories .story-block-outer .story-block .media {
      height: 0;
      padding-top: 63.6%;
      display: block;
      position: relative;
      margin-top: -30px;
      margin-left: -30px;
      margin-right: -30px;
      margin-bottom: 30px; }
    /* line 117, ../scss/theme/_io_styles.scss */
    .io-page .stories .story-block-outer .story-block h3 {
      font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1.5625rem ;
      line-height: 1.71875rem ;
      font-style: italic; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .stories .story-block-outer .story-block h3 .lt-ie9 {
        font-size: 25px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .stories .story-block-outer .story-block h3 .lt-ie9 {
        line-height: 27.5px ; }
      /* line 122, ../scss/theme/_io_styles.scss */
      .io-page .stories .story-block-outer .story-block h3 a {
        color: #404040; }
      /* line 124, ../scss/theme/_io_styles.scss */
      .io-page .stories .story-block-outer .story-block h3:hover {
        color: #78b147; }
/* line 135, ../scss/theme/_io_styles.scss */
.io-page .io_contact-header {
  background-position: bottom center;
  background-size: initial; }
/* line 139, ../scss/theme/_io_styles.scss */
.io-page .io_contact-body {
  background: url(images/site/bg/bg_io-contact-body.jpg) top center no-repeat #555555;
  background-size: initial; }
  @media only screen and (min-width: 600px) {
    /* line 139, ../scss/theme/_io_styles.scss */
    .io-page .io_contact-body {
      padding: 60px; } }
  /* line 146, ../scss/theme/_io_styles.scss */
  .io-page .io_contact-body form {
    color: white;
    margin: 0 auto;
    padding: 30px;
    background: #1b1b1b;
    background: rgba(29, 29, 29, 0.87); }
    /* line 148, ../scss/theme/_io_styles.scss */
    .io-page .io_contact-body form h2 {
      color: white;
      text-transform: none;
      font-style: normal;
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1.125rem ;
      line-height: 1.1875rem ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .io_contact-body form h2 .lt-ie9 {
        font-size: 18px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .io_contact-body form h2 .lt-ie9 {
        line-height: 19px ; }
      @media only screen and (min-width: 600px) {
        /* line 148, ../scss/theme/_io_styles.scss */
        .io-page .io_contact-body form h2 {
          font-size: 1.5rem ;
          line-height: 1.5625rem ; }
          /* line 87, ../scss/_mixins.scss */
          .io-page .io_contact-body form h2 .lt-ie9 {
            font-size: 24px ; }
          /* line 87, ../scss/_mixins.scss */
          .io-page .io_contact-body form h2 .lt-ie9 {
            line-height: 25px ; } }
    /* line 160, ../scss/theme/_io_styles.scss */
    .io-page .io_contact-body form label {
      display: none; }
    /* line 163, ../scss/theme/_io_styles.scss */
    .io-page .io_contact-body form textarea {
      min-height: 7em; }
    /* line 168, ../scss/theme/_io_styles.scss */
    .io-page .io_contact-body form input[type="text"],
    .io-page .io_contact-body form input[type="email"],
    .io-page .io_contact-body form textarea {
      font-size: 0.9375rem ;
      line-height: 0.9375rem ;
      height: 46px;
      padding: 15.5px 10px;
      border: none;
      background: #ddd;
      color: #333;
      max-width: 100%; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .io_contact-body form input[type="text"] .lt-ie9,
      .io-page .io_contact-body form input[type="email"] .lt-ie9,
      .io-page .io_contact-body form textarea .lt-ie9 {
        font-size: 15px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .io_contact-body form input[type="text"] .lt-ie9,
      .io-page .io_contact-body form input[type="email"] .lt-ie9,
      .io-page .io_contact-body form textarea .lt-ie9 {
        line-height: 15px ; }
      /* line 179, ../scss/theme/_io_styles.scss */
      .io-page .io_contact-body form input[type="text"]::-webkit-input-placeholder,
      .io-page .io_contact-body form input[type="email"]::-webkit-input-placeholder,
      .io-page .io_contact-body form textarea::-webkit-input-placeholder {
        color: #333;
        line-height: 1.125rem ;
        padding-top: 0;
        padding-bottom: 0; }
        /* line 87, ../scss/_mixins.scss */
        .io-page .io_contact-body form input[type="text"]::-webkit-input-placeholder .lt-ie9,
        .io-page .io_contact-body form input[type="email"]::-webkit-input-placeholder .lt-ie9,
        .io-page .io_contact-body form textarea::-webkit-input-placeholder .lt-ie9 {
          line-height: 18px ; }
      /* line 185, ../scss/theme/_io_styles.scss */
      .io-page .io_contact-body form input[type="text"]:-moz-placeholder,
      .io-page .io_contact-body form input[type="email"]:-moz-placeholder,
      .io-page .io_contact-body form textarea:-moz-placeholder {
        color: #333;
        padding-top: 0;
        padding-bottom: 0; }
      /* line 190, ../scss/theme/_io_styles.scss */
      .io-page .io_contact-body form input[type="text"]::-moz-placeholder,
      .io-page .io_contact-body form input[type="email"]::-moz-placeholder,
      .io-page .io_contact-body form textarea::-moz-placeholder {
        color: #333;
        padding-top: 0;
        padding-bottom: 0; }
      /* line 195, ../scss/theme/_io_styles.scss */
      .io-page .io_contact-body form input[type="text"]:-ms-input-placeholder,
      .io-page .io_contact-body form input[type="email"]:-ms-input-placeholder,
      .io-page .io_contact-body form textarea:-ms-input-placeholder {
        color: #333;
        padding-top: 0;
        padding-bottom: 0; }
      /* line 201, ../scss/theme/_io_styles.scss */
      .io-page .io_contact-body form input[type="text"]:focus,
      .io-page .io_contact-body form input[type="email"]:focus,
      .io-page .io_contact-body form textarea:focus {
        background-color: white; }
      /* line 205, ../scss/theme/_io_styles.scss */
      .io-page .io_contact-body form input[type="text"]:invalid, .io-page .io_contact-body form input[type="text"].invalid,
      .io-page .io_contact-body form input[type="email"]:invalid,
      .io-page .io_contact-body form input[type="email"].invalid,
      .io-page .io_contact-body form textarea:invalid,
      .io-page .io_contact-body form textarea.invalid {
        border: 2px solid darkred; }
      /* line 208, ../scss/theme/_io_styles.scss */
      .io-page .io_contact-body form input[type="text"]:valid,
      .io-page .io_contact-body form input[type="email"]:valid,
      .io-page .io_contact-body form textarea:valid {
        border: 2px solid #78b147 !important; }
    /* line 213, ../scss/theme/_io_styles.scss */
    .io-page .io_contact-body form .button {
      margin-bottom: none;
      width: 100%;
      padding: 1em; }
    @media only screen and (min-width: 768px) {
      /* line 146, ../scss/theme/_io_styles.scss */
      .io-page .io_contact-body form {
        width: 75%;
        max-width: 500px; } }
/* line 230, ../scss/theme/_io_styles.scss */
.io-page .tgc_select.selectricWrapper {
  margin-bottom: 30px; }
  /* line 233, ../scss/theme/_io_styles.scss */
  .io-page .tgc_select.selectricWrapper.white .selectric {
    background: white; }
/* line 240, ../scss/theme/_io_styles.scss */
.io-page .tgc_select.io_country-select, .io-page .tgc_select.io_language-select {
  width: 100%; }
  @media only screen and (min-width: 450px) {
    /* line 240, ../scss/theme/_io_styles.scss */
    .io-page .tgc_select.io_country-select, .io-page .tgc_select.io_language-select {
      max-width: 175px; } }
/* line 247, ../scss/theme/_io_styles.scss */
.io-page .io-heading-pair {
  text-align: center;
  padding: 1em;
  position: relative; }
  /* line 251, ../scss/theme/_io_styles.scss */
  .io-page .io-heading-pair h2, .io-page .io-heading-pair h3 {
    color: white;
    margin: 0; }
  /* line 255, ../scss/theme/_io_styles.scss */
  .io-page .io-heading-pair h2 {
    font-size: 2.375rem ;
    line-height: 2.375rem ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .io-heading-pair h2 .lt-ie9 {
      font-size: 38px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .io-heading-pair h2 .lt-ie9 {
      line-height: 38px ; }
    @media only screen and (min-width: 768px) {
      /* line 255, ../scss/theme/_io_styles.scss */
      .io-page .io-heading-pair h2 {
        font-size: 3.0625rem ;
        line-height: 3.0625rem ; }
        /* line 87, ../scss/_mixins.scss */
        .io-page .io-heading-pair h2 .lt-ie9 {
          font-size: 49px ; }
        /* line 87, ../scss/_mixins.scss */
        .io-page .io-heading-pair h2 .lt-ie9 {
          line-height: 49px ; } }
  /* line 263, ../scss/theme/_io_styles.scss */
  .io-page .io-heading-pair h3 {
    font-size: 1.125rem ;
    line-height: 1.125rem ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .io-heading-pair h3 .lt-ie9 {
      font-size: 18px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .io-heading-pair h3 .lt-ie9 {
      line-height: 18px ; }
/* line 272, ../scss/theme/_io_styles.scss */
.io-page .donate .io-heading-pair:after,
.io-page .deliver .io-heading-pair:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  margin-bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent; }
/* line 283, ../scss/theme/_io_styles.scss */
.io-page .donate h4,
.io-page .deliver h4 {
  margin-top: 0;
  font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem ;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px; }
  /* line 87, ../scss/_mixins.scss */
  .io-page .donate h4 .lt-ie9,
  .io-page .deliver h4 .lt-ie9 {
    font-size: 18px ; }
/* line 291, ../scss/theme/_io_styles.scss */
.io-page .donate > div,
.io-page .deliver > div {
  padding: 30px; }
/* line 295, ../scss/theme/_io_styles.scss */
.io-page .donate {
  background: white; }
  /* line 297, ../scss/theme/_io_styles.scss */
  .io-page .donate hgroup {
    background: #5c5c5c; }
    /* line 300, ../scss/theme/_io_styles.scss */
    .io-page .donate hgroup:after {
      border-top: 15px solid #5c5c5c; }
  /* line 304, ../scss/theme/_io_styles.scss */
  .io-page .donate .featured {
    background: #f8f8f8; }
    /* line 306, ../scss/theme/_io_styles.scss */
    .io-page .donate .featured footer {
      *zoom: 1; }
      /* line 121, ../scss/components/_global.scss */
      .io-page .donate .featured footer:before, .io-page .donate .featured footer:after {
        content: " ";
        display: table; }
      /* line 122, ../scss/components/_global.scss */
      .io-page .donate .featured footer:after {
        clear: both; }
    /* line 311, ../scss/theme/_io_styles.scss */
    .io-page .donate .featured .tgc-progress ~ p {
      font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
      padding-right: .6em;
      border-right: 1px solid #999999;
      text-transform: uppercase;
      float: left;
      margin-bottom: .25em;
      margin-right: .6em;
      font-size: 1.5rem ;
      line-height: 1.75rem ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .donate .featured .tgc-progress ~ p .lt-ie9 {
        font-size: 24px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .donate .featured .tgc-progress ~ p .lt-ie9 {
        line-height: 28px ; }
      /* line 323, ../scss/theme/_io_styles.scss */
      .io-page .donate .featured .tgc-progress ~ p + p {
        margin-right: 0.6em;
        padding-right: 0;
        border: none; }
  /* line 332, ../scss/theme/_io_styles.scss */
  .io-page .donate .funded li {
    padding: 0 15px;
    list-style: none;
    margin-bottom: 30px; }
    /* line 337, ../scss/theme/_io_styles.scss */
    .io-page .donate .funded li img {
      margin-right: 30px;
      box-shadow: 5px 5px 0 0 #9d9d9d; }
/* line 345, ../scss/theme/_io_styles.scss */
.io-page .deliver {
  background: #dcdcdc; }
  /* line 347, ../scss/theme/_io_styles.scss */
  .io-page .deliver hgroup {
    background: #838382; }
    /* line 350, ../scss/theme/_io_styles.scss */
    .io-page .deliver hgroup:after {
      border-top: 15px solid #838382; }
    @media only screen and (min-width: 768px) {
      /* line 354, ../scss/theme/_io_styles.scss */
      .io-page .deliver hgroup:before {
        content: "&";
        font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        color: white;
        background: #313131;
        font-size: 4.8125rem ;
        line-height: 5.5rem ;
        height: 88px;
        width: 88px;
        border-radius: 44px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-left: -44px;
        margin-top: -44px; }
        /* line 87, ../scss/_mixins.scss */
        .io-page .deliver hgroup:before .lt-ie9 {
          font-size: 77px ; }
        /* line 87, ../scss/_mixins.scss */
        .io-page .deliver hgroup:before .lt-ie9 {
          line-height: 88px ; } }
  /* line 374, ../scss/theme/_io_styles.scss */
  .io-page .deliver .book-and-info {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bcbcbc; }
/* line 382, ../scss/theme/_io_styles.scss */
.io-page .tgc-progress.tiny {
  padding: 1px;
  background: #8e8e8e; }
  /* line 385, ../scss/theme/_io_styles.scss */
  .io-page .tgc-progress.tiny .green-bg {
    font-size: 1.0625rem ;
    line-height: 1.0625rem ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .tgc-progress.tiny .green-bg .lt-ie9 {
      font-size: 17px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .tgc-progress.tiny .green-bg .lt-ie9 {
      line-height: 17px ; }
/* line 392, ../scss/theme/_io_styles.scss */
.io-page .theological-famine-relief {
  *zoom: 1;
  font-size: 0.875rem ;
  line-height: 1.3125rem ; }
  /* line 121, ../scss/components/_global.scss */
  .io-page .theological-famine-relief:before, .io-page .theological-famine-relief:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  .io-page .theological-famine-relief:after {
    clear: both; }
  /* line 87, ../scss/_mixins.scss */
  .io-page .theological-famine-relief .lt-ie9 {
    font-size: 14px ; }
  /* line 87, ../scss/_mixins.scss */
  .io-page .theological-famine-relief .lt-ie9 {
    line-height: 21px ; }
  /* line 397, ../scss/theme/_io_styles.scss */
  .io-page .theological-famine-relief .io-heading-pair h2, .io-page .theological-famine-relief .io-heading-pair h3 {
    color: #404040; }
  @media only screen and (max-width: 599px) {
    /* line 400, ../scss/theme/_io_styles.scss */
    .io-page .theological-famine-relief .image {
      height: auto !important; } }
  @media only screen and (min-width: 600px) {
    /* line 400, ../scss/theme/_io_styles.scss */
    .io-page .theological-famine-relief .image {
      display: table;
      width: 100%; }
      /* line 405, ../scss/theme/_io_styles.scss */
      .io-page .theological-famine-relief .image > div {
        vertical-align: middle;
        display: table-cell; } }
  /* line 413, ../scss/theme/_io_styles.scss */
  .io-page .theological-famine-relief .image img {
    width: 100%; }
  /* line 417, ../scss/theme/_io_styles.scss */
  .io-page .theological-famine-relief .columns {
    margin-bottom: 30px; }
  /* line 421, ../scss/theme/_io_styles.scss */
  .io-page .theological-famine-relief h4 {
    font-size: 1.5rem ;
    line-height: 1.65rem ;
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: italic; }
    /* line 422, ../scss/theme/_io_styles.scss */
    .io-page .theological-famine-relief h4 a {
      color: #404040; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .theological-famine-relief h4 .lt-ie9 {
      font-size: 24px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .theological-famine-relief h4 .lt-ie9 {
      line-height: 26.4px ; }
/* line 432, ../scss/theme/_io_styles.scss */
.io-page .latest-stuff {
  margin-bottom: 30px; }
  /* line 434, ../scss/theme/_io_styles.scss */
  .io-page .latest-stuff h2 {
    font-size: 1.875rem ;
    line-height: 1.875rem ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .latest-stuff h2 .lt-ie9 {
      font-size: 30px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .latest-stuff h2 .lt-ie9 {
      line-height: 30px ; }
    /* line 437, ../scss/theme/_io_styles.scss */
    .io-page .latest-stuff h2 a {
      color: #404040; }
      /* line 439, ../scss/theme/_io_styles.scss */
      .io-page .latest-stuff h2 a:after {
        content: "";
        width: 10px;
        height: 19px;
        display: inline-block;
        background-image: url("images/site/ico/ico_arrow-green.png");
        background-size: 10px 19px;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: .5em; }
        @media (-webkit-min-device-pixel-ratio: 1.5) {
          /* line 439, ../scss/theme/_io_styles.scss */
          .io-page .latest-stuff h2 a:after {
            background-image: url("images/site/ico/ico_arrow-green@2x.png");
            background-size: 10px 19px; } }
        @media (min-resolution: 144dpi) {
          /* line 439, ../scss/theme/_io_styles.scss */
          .io-page .latest-stuff h2 a:after {
            background-image: url("images/site/ico/ico_arrow-green@2x.png");
            background-size: 10px 19px; } }
  /* line 451, ../scss/theme/_io_styles.scss */
  .io-page .latest-stuff h3 {
    font-size: 1.5625rem ;
    line-height: 1.71875rem ;
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: italic;
    margin: 0 0 .5em; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .latest-stuff h3 .lt-ie9 {
      font-size: 25px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .latest-stuff h3 .lt-ie9 {
      line-height: 27.5px ; }
    /* line 457, ../scss/theme/_io_styles.scss */
    .io-page .latest-stuff h3 a {
      color: #404040; }
  /* line 461, ../scss/theme/_io_styles.scss */
  .io-page .latest-stuff .transfer-image {
    display: block;
    margin-bottom: 1.5em; }
/* line 467, ../scss/theme/_io_styles.scss */
.io-page .contact-and-twitter {
  background: #272727;
  color: #ebebeb;
  padding: 30px; }
  /* line 472, ../scss/theme/_io_styles.scss */
  .io-page .contact-and-twitter h2 {
    font-size: 1.875rem ;
    line-height: 2rem ;
    color: #ebebeb;
    text-transform: none; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .contact-and-twitter h2 .lt-ie9 {
      font-size: 30px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .contact-and-twitter h2 .lt-ie9 {
      line-height: 32px ; }
  /* line 478, ../scss/theme/_io_styles.scss */
  .io-page .contact-and-twitter hr {
    border-color: #999999; }
  /* line 482, ../scss/theme/_io_styles.scss */
  .io-page .contact-and-twitter #mailing-list {
    *zoom: 1;
    font-size: 1.125rem ;
    position: relative; }
    /* line 121, ../scss/components/_global.scss */
    .io-page .contact-and-twitter #mailing-list:before, .io-page .contact-and-twitter #mailing-list:after {
      content: " ";
      display: table; }
    /* line 122, ../scss/components/_global.scss */
    .io-page .contact-and-twitter #mailing-list:after {
      clear: both; }
    /* line 87, ../scss/_mixins.scss */
    .io-page .contact-and-twitter #mailing-list .lt-ie9 {
      font-size: 18px ; }
    /* line 490, ../scss/theme/_io_styles.scss */
    .io-page .contact-and-twitter #mailing-list label {
      display: none; }
    /* line 493, ../scss/theme/_io_styles.scss */
    .io-page .contact-and-twitter #mailing-list .button {
      height: 46px;
      padding: 0;
      line-height: 2.875rem ;
      font-size: 1.125rem ;
      text-transform: none;
      font-style: italic;
      width: 5em;
      float: right;
      background: #989898; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .contact-and-twitter #mailing-list .button .lt-ie9 {
        line-height: 46px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .contact-and-twitter #mailing-list .button .lt-ie9 {
        font-size: 18px ; }
      /* line 504, ../scss/theme/_io_styles.scss */
      .io-page .contact-and-twitter #mailing-list .button:hover {
        background: #7f7f7f; }
    /* line 508, ../scss/theme/_io_styles.scss */
    .io-page .contact-and-twitter #mailing-list .positioner {
      position: absolute;
      left: 0;
      right: 5em;
      width: auto; }
    /* line 515, ../scss/theme/_io_styles.scss */
    .io-page .contact-and-twitter #mailing-list #email {
      display: block;
      font-size: 1.125rem ;
      line-height: 1.125rem ;
      height: 46px;
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-style: italic;
      padding: 14px 10px;
      border: 1px solid #989898;
      background: #555555;
      color: white;
      box-shadow: none; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .contact-and-twitter #mailing-list #email .lt-ie9 {
        font-size: 18px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .contact-and-twitter #mailing-list #email .lt-ie9 {
        line-height: 18px ; }
      /* line 528, ../scss/theme/_io_styles.scss */
      .io-page .contact-and-twitter #mailing-list #email::-webkit-input-placeholder {
        color: #a1a1a1;
        line-height: 1.35rem ;
        padding-top: 0;
        padding-bottom: 0; }
        /* line 87, ../scss/_mixins.scss */
        .io-page .contact-and-twitter #mailing-list #email::-webkit-input-placeholder .lt-ie9 {
          line-height: 21.6px ; }
      /* line 534, ../scss/theme/_io_styles.scss */
      .io-page .contact-and-twitter #mailing-list #email:-moz-placeholder {
        color: #a1a1a1;
        padding-top: 0;
        padding-bottom: 0; }
      /* line 539, ../scss/theme/_io_styles.scss */
      .io-page .contact-and-twitter #mailing-list #email::-moz-placeholder {
        color: #a1a1a1;
        padding-top: 0;
        padding-bottom: 0; }
      /* line 544, ../scss/theme/_io_styles.scss */
      .io-page .contact-and-twitter #mailing-list #email:-ms-input-placeholder {
        color: #a1a1a1;
        padding-top: 0;
        padding-bottom: 0; }
/* line 554, ../scss/theme/_io_styles.scss */
.io-page .international-network {
  position: relative; }
  /* line 557, ../scss/theme/_io_styles.scss */
  .io-page .international-network header {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: white;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    text-align: center; }
    /* line 565, ../scss/theme/_io_styles.scss */
    .io-page .international-network header h2 {
      font-size: 1.875rem ;
      line-height: 2rem ;
      margin: 0; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .international-network header h2 .lt-ie9 {
        font-size: 30px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page .international-network header h2 .lt-ie9 {
        line-height: 32px ; }
      /* line 569, ../scss/theme/_io_styles.scss */
      .io-page .international-network header h2 a {
        color: #404040; }
  /* line 574, ../scss/theme/_io_styles.scss */
  .io-page .international-network .fpo {
    width: 100%; }
/* line 579, ../scss/theme/_io_styles.scss */
.io-page .social {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  /* line 584, ../scss/theme/_io_styles.scss */
  .io-page .social li {
    position: relative;
    list-style: none;
    padding: 0;
    float: left;
    margin: 0 3px 3px 0;
    display: block;
    width: 34px;
    height: 34px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 20px; }
    /* line 597, ../scss/theme/_io_styles.scss */
    .io-page .social li a {
      overflow: hidden;
      text-indent: -999em;
      width: 100%;
      height: 100%;
      display: block; }
    /* line 605, ../scss/theme/_io_styles.scss */
    .io-page .social li.tw {
      background-color: #2dabde;
      background-image: url(images/site/icon_soc_tw.png); }
    /* line 609, ../scss/theme/_io_styles.scss */
    .io-page .social li.fb {
      background-color: #3a5b96;
      background-image: url(images/site/icon_soc_fb.png); }
    /* line 613, ../scss/theme/_io_styles.scss */
    .io-page .social li.vm {
      background-color: #17afd6;
      background-image: url(images/site/icon_soc_vm.png); }
    /* line 617, ../scss/theme/_io_styles.scss */
    .io-page .social li.ig {
      background-color: #4984b4;
      background-image: url(images/site/icon_soc_ig.png); }
/* line 625, ../scss/theme/_io_styles.scss */
.io-page.io-page_free-resources h2 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: none;
  font-size: 1.5rem ;
  line-height: 1.8rem ; }
  /* line 87, ../scss/_mixins.scss */
  .io-page.io-page_free-resources h2 .lt-ie9 {
    font-size: 24px ; }
  /* line 87, ../scss/_mixins.scss */
  .io-page.io-page_free-resources h2 .lt-ie9 {
    line-height: 28.8px ; }
/* line 634, ../scss/theme/_io_styles.scss */
.io-page.io-page_free-resources-detail h2 {
  margin: 0 0 .5em; }
/* line 637, ../scss/theme/_io_styles.scss */
.io-page.io-page_free-resources-detail .social {
  margin: 0 0 2em; }
  /* line 639, ../scss/theme/_io_styles.scss */
  .io-page.io-page_free-resources-detail .social li {
    width: 30px;
    height: 30px; }
/* line 645, ../scss/theme/_io_styles.scss */
.io-page.io-page_free-resources-detail .project-details {
  font-size: 0.8125rem ;
  line-height: 1.21875rem ; }
  /* line 646, ../scss/theme/_io_styles.scss */
  .io-page.io-page_free-resources-detail .project-details.at-least-small {
    max-width: 210px;
    width: 40%;
    float: right;
    margin: 0 0 30px 30px; }
  /* line 652, ../scss/theme/_io_styles.scss */
  .io-page.io-page_free-resources-detail .project-details.only-mini {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both; }
  /* line 87, ../scss/_mixins.scss */
  .io-page.io-page_free-resources-detail .project-details .lt-ie9 {
    font-size: 13px ; }
  /* line 87, ../scss/_mixins.scss */
  .io-page.io-page_free-resources-detail .project-details .lt-ie9 {
    line-height: 19.5px ; }
  /* line 661, ../scss/theme/_io_styles.scss */
  .io-page.io-page_free-resources-detail .project-details h3 {
    font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1.125rem ;
    line-height: 1.125rem ;
    text-transform: uppercase; }
    /* line 87, ../scss/_mixins.scss */
    .io-page.io-page_free-resources-detail .project-details h3 .lt-ie9 {
      font-size: 18px ; }
    /* line 87, ../scss/_mixins.scss */
    .io-page.io-page_free-resources-detail .project-details h3 .lt-ie9 {
      line-height: 18px ; }
  /* line 668, ../scss/theme/_io_styles.scss */
  .io-page.io-page_free-resources-detail .project-details dl {
    overflow: hidden;
    margin: 0; }
    /* line 671, ../scss/theme/_io_styles.scss */
    .io-page.io-page_free-resources-detail .project-details dl dt, .io-page.io-page_free-resources-detail .project-details dl dd {
      margin: 0; }
    /* line 674, ../scss/theme/_io_styles.scss */
    .io-page.io-page_free-resources-detail .project-details dl dt {
      float: left;
      clear: left;
      margin-right: .5em; }
    /* line 679, ../scss/theme/_io_styles.scss */
    .io-page.io-page_free-resources-detail .project-details dl dd {
      margin-bottom: .25em; }
  /* line 684, ../scss/theme/_io_styles.scss */
  .io-page.io-page_free-resources-detail .project-details img {
    float: left;
    margin: 0 10px 10px 0; }
  /* line 688, ../scss/theme/_io_styles.scss */
  .io-page.io-page_free-resources-detail .project-details section {
    margin-bottom: 30px; }
/* line 693, ../scss/theme/_io_styles.scss */
.io-page .twitter-timeline {
  width: 100%; }

/* line 699, ../scss/theme/_io_styles.scss */
.book-and-info {
  *zoom: 1;
  list-style: none; }
  /* line 121, ../scss/components/_global.scss */
  .book-and-info:before, .book-and-info:after {
    content: " ";
    display: table; }
  /* line 122, ../scss/components/_global.scss */
  .book-and-info:after {
    clear: both; }
  /* line 702, ../scss/theme/_io_styles.scss */
  .book-and-info .book {
    max-width: 125px;
    width: 33%;
    box-shadow: 5px 5px 0 0 #9d9d9d;
    float: left;
    margin-right: 30px; }
  /* line 709, ../scss/theme/_io_styles.scss */
  .book-and-info .info {
    display: table-cell; }
    /* line 712, ../scss/theme/_io_styles.scss */
    .book-and-info .info dl {
      *zoom: 1;
      font-size: 0.875rem ;
      font-weight: bold; }
      /* line 121, ../scss/components/_global.scss */
      .book-and-info .info dl:before, .book-and-info .info dl:after {
        content: " ";
        display: table; }
      /* line 122, ../scss/components/_global.scss */
      .book-and-info .info dl:after {
        clear: both; }
      /* line 87, ../scss/_mixins.scss */
      .book-and-info .info dl .lt-ie9 {
        font-size: 14px ; }
      /* line 716, ../scss/theme/_io_styles.scss */
      .book-and-info .info dl dd, .book-and-info .info dl dt {
        float: left;
        margin-bottom: 0; }
      /* line 720, ../scss/theme/_io_styles.scss */
      .book-and-info .info dl dt {
        clear: left;
        margin-right: .25em; }
    /* line 725, ../scss/theme/_io_styles.scss */
    .book-and-info .info h5, .book-and-info .info h6 {
      margin-top: 0;
      margin-bottom: 0.375rem ; }
      /* line 87, ../scss/_mixins.scss */
      .book-and-info .info h5 .lt-ie9, .book-and-info .info h6 .lt-ie9 {
        margin-bottom: 6px ; }
    /* line 729, ../scss/theme/_io_styles.scss */
    .book-and-info .info h5 {
      font-size: 1.5rem ; }
      /* line 87, ../scss/_mixins.scss */
      .book-and-info .info h5 .lt-ie9 {
        font-size: 24px ; }
    /* line 733, ../scss/theme/_io_styles.scss */
    .book-and-info .info h6 {
      font-size: 1.125rem ;
      color: #999999;
      font-style: italic;
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
      /* line 87, ../scss/_mixins.scss */
      .book-and-info .info h6 .lt-ie9 {
        font-size: 18px ; }
  /* line 742, ../scss/theme/_io_styles.scss */
  .book-and-info.big-book .book {
    float: none;
    max-width: 160px; }
    @media only screen and (max-width: 599px) {
      /* line 742, ../scss/theme/_io_styles.scss */
      .book-and-info.big-book .book {
        margin: 0 auto 10px;
        width: 50%; } }
    @media only screen and (min-width: 600px) {
      /* line 742, ../scss/theme/_io_styles.scss */
      .book-and-info.big-book .book {
        float: left;
        width: 100%;
        margin-bottom: 0; } }
  /* line 757, ../scss/theme/_io_styles.scss */
  .book-and-info.big-book .info {
    padding-top: 1em; }
    /* line 760, ../scss/theme/_io_styles.scss */
    .book-and-info.big-book .info dl {
      font-size: 1.125rem ; }
      /* line 87, ../scss/_mixins.scss */
      .book-and-info.big-book .info dl .lt-ie9 {
        font-size: 18px ; }
      /* line 762, ../scss/theme/_io_styles.scss */
      .book-and-info.big-book .info dl dd {
        font-weight: normal; }
    @media only screen and (max-width: 599px) {
      /* line 757, ../scss/theme/_io_styles.scss */
      .book-and-info.big-book .info {
        text-align: center;
        display: block; }
        /* line 771, ../scss/theme/_io_styles.scss */
        .book-and-info.big-book .info dl dt, .book-and-info.big-book .info dl dd {
          float: none; } }
  /* line 780, ../scss/theme/_io_styles.scss */
  .io-page_free-resources .book-and-info, .io-page_free-resources-detail .book-and-info {
    margin-bottom: 60px; }
    /* line 782, ../scss/theme/_io_styles.scss */
    .io-page_free-resources .book-and-info .book, .io-page_free-resources-detail .book-and-info .book {
      float: none;
      max-width: none;
      width: 90%;
      max-width: 200px;
      box-shadow: 10px 10px 0 0 #c7c7c7;
      margin: 0 0 3em; }
    /* line 790, ../scss/theme/_io_styles.scss */
    .io-page_free-resources .book-and-info .info, .io-page_free-resources-detail .book-and-info .info {
      display: block; }
    /* line 793, ../scss/theme/_io_styles.scss */
    .io-page_free-resources .book-and-info .button, .io-page_free-resources-detail .book-and-info .button {
      font-size: 1rem ;
      line-height: 1rem ;
      padding: .75em 0; }
      /* line 87, ../scss/_mixins.scss */
      .io-page_free-resources .book-and-info .button .lt-ie9, .io-page_free-resources-detail .book-and-info .button .lt-ie9 {
        font-size: 16px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page_free-resources .book-and-info .button .lt-ie9, .io-page_free-resources-detail .book-and-info .button .lt-ie9 {
        line-height: 16px ; }
    /* line 798, ../scss/theme/_io_styles.scss */
    .io-page_free-resources .book-and-info h3, .io-page_free-resources-detail .book-and-info h3 {
      font-size: 1.125rem ;
      line-height: 1.125rem ;
      font-family: "Abel", "Helvetica", Helvetica, Arial, sans-serif;
      font-style: italic;
      text-transform: uppercase;
      margin: 0 0 .5em; }
      /* line 87, ../scss/_mixins.scss */
      .io-page_free-resources .book-and-info h3 .lt-ie9, .io-page_free-resources-detail .book-and-info h3 .lt-ie9 {
        font-size: 18px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page_free-resources .book-and-info h3 .lt-ie9, .io-page_free-resources-detail .book-and-info h3 .lt-ie9 {
        line-height: 18px ; }
      /* line 805, ../scss/theme/_io_styles.scss */
      .io-page_free-resources .book-and-info h3 a, .io-page_free-resources-detail .book-and-info h3 a {
        color: inherit; }
    /* line 809, ../scss/theme/_io_styles.scss */
    .io-page_free-resources .book-and-info h4, .io-page_free-resources-detail .book-and-info h4 {
      font-size: 0.875rem ;
      line-height: 1rem ;
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: 600;
      margin: 0;
      padding: 0 0 1em; }
      /* line 87, ../scss/_mixins.scss */
      .io-page_free-resources .book-and-info h4 .lt-ie9, .io-page_free-resources-detail .book-and-info h4 .lt-ie9 {
        font-size: 14px ; }
      /* line 87, ../scss/_mixins.scss */
      .io-page_free-resources .book-and-info h4 .lt-ie9, .io-page_free-resources-detail .book-and-info h4 .lt-ie9 {
        line-height: 16px ; }
    /* line 818, ../scss/theme/_io_styles.scss */
    .io-page_free-resources .book-and-info p, .io-page_free-resources-detail .book-and-info p {
      margin: 0 0 .25em; }
    /* line 821, ../scss/theme/_io_styles.scss */
    .io-page_free-resources .book-and-info .percentage, .io-page_free-resources-detail .book-and-info .percentage {
      display: inline-block;
      padding: 0 .4em;
      background: #6a6a6a;
      color: white;
      font-weight: 600; }
      /* line 827, ../scss/theme/_io_styles.scss */
      .io-page_free-resources .book-and-info .percentage.full, .io-page_free-resources-detail .book-and-info .percentage.full {
        background: #78b147; }
  /* line 832, ../scss/theme/_io_styles.scss */
  .io-page_free-resources-detail .book-and-info {
    padding: 10px;
    margin: 0 0 30px;
    background: #f0f0f0; }
    /* line 836, ../scss/theme/_io_styles.scss */
    .io-page_free-resources-detail .book-and-info .button {
      margin: 0; }