@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/_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 30, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 80, ../sass/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 100, ../sass/_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 114, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 167, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

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

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

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

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../sass/_normalize.scss */
img {
  border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../sass/_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 270, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 281, ../sass/_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 295, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 320, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 342, ../sass/_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 354, ../sass/_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 366, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 264, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 269, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 274, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 290, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 296, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 300, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 316, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/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 333, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  *zoom: 1;
}
/* line 121, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 120, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 150, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 170, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 84, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 91, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 106, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 111, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 125, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 139, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 145, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 151, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 157, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 164, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 195, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 200, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 214, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 250, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 254, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 273, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 280, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 284, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* line 111, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 116, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 127, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/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, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a {
  color: #d20137;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #b90130;
}
/* line 160, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 174, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
/* line 192, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/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, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125em;
}

/* line 200, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875em;
}

/* line 201, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375em;
}

/* line 202, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125em;
}

/* line 203, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 204, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 208, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 241, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 251, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}
/* line 253, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 259, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/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 269, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 272, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 273, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 274, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 275, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 295, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 299, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 307, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}
/* line 317, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
/* line 321, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 325, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 331, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 338, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}
/* line 344, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 348, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 355, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 357, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/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 368, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 369, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em;
  }

  /* line 370, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125em;
  }

  /* line 371, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 372, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/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 383, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 392, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 394, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 396, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 403, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 409, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 411, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 414, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 418, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 425, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 428, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 429, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 430, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 431, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Foundation Alerts */
/* line 94, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #d20137;
  border-color: #9f012a;
  color: #fff;
}
/* line 97, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333;
  opacity: 0.3;
}
/* line 80, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 99, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 100, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 102, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}
/* line 103, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
/* line 104, ../../../../../../../../usr/local/bundle/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #505050;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font-awesome/font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font-awesome/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font-awesome/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@mixin reset($switch=mp) {
	@if $switch == mp {
		margin: 0px;
		padding: 0px;
	}
	
	@if $switch == list {
		ul, ul li {
			margin: 0px;
			padding: 0px;
			list-style: none;
			list-style-image: none;
		}
	
		ul li {
			float: left;
			display: block;
		}
	}
	
	@if $switch == list-light {
		ul, ul li {
			margin: 0px;
			padding: 0px;
			list-style: none;
			list-style-image: none;
		}
	}
}
*/
/*
@each $fonts in lato-light, lato-regular, lato-bold, lato-black {
	@include font-face( $fonts,	'../font/' );
}
*/
/* line 71, ../sass/app.scss */
body {
  font-family: 'Lato', sans-serif, Arial;
}

/* line 75, ../sass/app.scss */
h1, h2, h3, h4, h5, h6, b, strong, th td {
  font-weight: 700;
  font-family: 'Lato';
}

/* line 80, ../sass/app.scss */
h2 {
  font-size: 22px;
  text-transform: uppercase;
}

/* line 85, ../sass/app.scss */
h3 {
  font-size: 20px;
}

/* line 89, ../sass/app.scss */
h4 {
  font-size: 18px;
}

/* line 96, ../sass/app.scss */
.page_content .region-content ul li,
.page_content .region-content ol li {
  list-style-position: outside;
  font-size: 14px;
  margin-left: 35px;
}

/* line 106, ../sass/app.scss */
html {
  height: 100%;
}

/* line 110, ../sass/app.scss */
html,
body {
  margin: 0px;
  padding: 0px;
}

/* line 115, ../sass/app.scss */
body {
  background: url(../img/body.png) center 0;
  min-width: 315px;
  min-height: 100%;
  font-size: 14px;
}
@media all and (max-width: 910px) {
  /* line 115, ../sass/app.scss */
  body {
    background: #f2f2f2 none;
  }
}
/* line 125, ../sass/app.scss */
body:after {
  content: none;
}

/* line 130, ../sass/app.scss */
.clear {
  clear: both;
}

/* line 134, ../sass/app.scss */
body *, body :focus, a {
  outline: none;
}

/* line 138, ../sass/app.scss */
a,
a:visited {
  text-decoration: none;
}

/* line 143, ../sass/app.scss */
img {
  display: block;
}

/* line 150, ../sass/app.scss */
.node-article img,
.node-type-article img,
.node-page img {
  height: auto !important;
  margin: 10px;
}
@media all and (max-width: 500px) {
  /* line 150, ../sass/app.scss */
  .node-article img,
  .node-type-article img,
  .node-page img {
    width: 100% !important;
    margin: 10px 0;
  }
}
/* line 160, ../sass/app.scss */
.node-article .content h2,
.node-type-article .content h2,
.node-page .content h2 {
  text-transform: none;
}

/* line 173, ../sass/app.scss */
.ajax-progress-throbber,
.ajax-progress-throbber div {
  display: none;
}

/* line 179, ../sass/app.scss */
.ez-hide {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: -8px 0 0 -6px;
  opacity: 0;
}

/* line 187, ../sass/app.scss */
.ez-radio,
.ez-checkbox {
  zoom: 1;
  cursor: pointer;
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px 5px 0 0;
  background: transparent url("../img/sprite_01.png") no-repeat scroll -202px -47px;
}

/* line 199, ../sass/app.scss */
.ez-selected,
.ez-checked {
  background-position: -202px -65px;
}

/* line 204, ../sass/app.scss */
.ez-radio + label,
.ez-checkbox + label {
  cursor: pointer;
}

/* line 210, ../sass/app.scss */
#console {
  margin-top: 40px;
  margin-bottom: 0;
}
/* line 214, ../sass/app.scss */
#console .error {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #a7012c;
  border-color: #74011e;
  color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  background-image: none;
}

/* line 225, ../sass/app.scss */
.breadcrumbs {
  padding: 10px 0;
  font-size: 14px;
  min-height: 42px;
  line-height: 20px;
  list-style-type: none;
  border-bottom: #9a9a9a 1px solid;
}
/* line 233, ../sass/app.scss */
.breadcrumbs li {
  display: block;
  float: left;
  margin: 0 8px 0 0 !important;
  padding: 0;
  width: auto;
}
/* line 240, ../sass/app.scss */
.breadcrumbs li:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: inline;
  margin-left: 8px;
}
/* line 246, ../sass/app.scss */
.breadcrumbs li.last {
  font-family: 'Lato';
  font-weight: 700;
}
/* line 250, ../sass/app.scss */
.breadcrumbs li.last:after {
  display: none;
}
/* line 256, ../sass/app.scss */
.breadcrumbs a {
  color: #010101;
  padding: 0;
  margin: 0;
  -webkit-transition: color 0.222s ease 0s;
  -moz-transition: color 0.222s ease 0s;
  -o-transition: color 0.222s ease 0s;
  transition: color 0.222s ease 0s;
}
/* line 262, ../sass/app.scss */
.breadcrumbs a:hover {
  color: #d20137;
}
@media all and (max-width: 600px) {
  /* line 268, ../sass/app.scss */
  .breadcrumbs li.last:nth-child(3),
  .breadcrumbs li.last:nth-child(4),
  .breadcrumbs li.last:nth-child(5) {
    display: none;
  }
}

/* line 276, ../sass/app.scss */
blockquote {
  border: none;
  padding: 0;
  position: relative;
}
/* line 281, ../sass/app.scss */
blockquote table, blockquote tbody, blockquote tr, blockquote td {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
  border: none;
  line-height: 1em !important;
}
/* line 290, ../sass/app.scss */
blockquote p {
  position: relative;
  z-index: 1;
  color: #343434;
}
/* line 296, ../sass/app.scss */
blockquote:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  font-size: 99px;
  line-height: 0;
  color: #cdcdcd;
  color: rgba(180, 180, 180, 0.333);
}

/* line 310, ../sass/app.scss */
#branding h1 {
  display: none;
}

/* line 314, ../sass/app.scss */
.item-list .pager {
  text-align: center;
  height: 28px;
  line-height: 27px;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 15px;
}
/* line 324, ../sass/app.scss */
.item-list .pager:before {
  content: 'Page:';
  display: inline-block;
  margin-right: 6px;
}
/* line 330, ../sass/app.scss */
.item-list .pager li {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 27px;
  background-color: transparent;
  color: #1b1b1b;
  margin: 0px;
  padding: 0px;
  border-radius: 333px;
  -moz-border-radius: 333px;
  -webkit-border-radius: 333px;
  -webkit-transition: background-color 0.222s ease 0s;
  -moz-transition: background-color 0.222s ease 0s;
  -o-transition: background-color 0.222s ease 0s;
  transition: background-color 0.222s ease 0s;
}
/* line 342, ../sass/app.scss */
.item-list .pager li:hover, .item-list .pager li.pager-current {
  background-color: rgba(1, 1, 1, 0.08);
}
/* line 347, ../sass/app.scss */
.item-list .pager li.pager-current {
  color: #010101;
}
/* line 351, ../sass/app.scss */
.item-list .pager li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
/* line 358, ../sass/app.scss */
.item-list .pager li.pager-ellipsis:hover {
  background-color: transparent;
}
/* line 363, ../sass/app.scss */
.item-list .pager .pager-first,
.item-list .pager .pager-previous,
.item-list .pager .pager-next,
.item-list .pager .pager-last {
  display: none;
}

/* line 371, ../sass/app.scss */
.only_touch,
.only_desk {
  display: none;
}

@media all and (max-width: 910px) {
  /* line 377, ../sass/app.scss */
  .only_touch {
    display: inline-block;
  }
}
@media all and (min-width: 910px) {
  /* line 383, ../sass/app.scss */
  .only_desk {
    display: inline-block;
  }
}
/* line 388, ../sass/app.scss */
#to_top {
  display: none;
  margin-top: 11px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #d20137;
  color: #010101;
  text-align: center;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.333s ease 0s;
  -moz-transition: all 0.333s ease 0s;
  -o-transition: all 0.333s ease 0s;
  transition: all 0.333s ease 0s;
}
/* line 406, ../sass/app.scss */
#to_top:after, #to_top:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: inline-block;
  margin: 0 10px;
  font-weight: normal;
}
/* line 414, ../sass/app.scss */
#to_top:hover {
  background-color: #010101;
  color: #ffffff;
}
@media all and (max-width: 432px) {
  /* line 388, ../sass/app.scss */
  #to_top {
    display: block;
  }
}

/* line 426, ../sass/app.scss */
.page_header {
  width: 100%;
  height: 150px;
  background: transparent url("../img/header.png") 0 bottom repeat-x;
}
@media all and (max-width: 910px) {
  /* line 426, ../sass/app.scss */
  .page_header {
    background: #ffffff url(../img/body.png) center 0;
    border-bottom: 43px solid #d20137;
  }
}
/* line 437, ../sass/app.scss */
.page_header .header_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  zoom: 1;
  position: relative;
  z-index: 1;
  height: 100%;
}
/* line 137, ../sass/_variables_mixins.scss */
.page_header .header_content:before, .page_header .header_content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
.page_header .header_content:after {
  clear: both;
}
/* line 443, ../sass/app.scss */
.page_header .header_content .logo {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 41.66667%;
  float: left;
}
/* line 456, ../sass/app.scss */
.page_header .header_content h1 {
  display: block;
  margin: 33px 0 0 0;
  width: 380px;
  height: 45px;
  background: url("../img/sprite_01.png") 0 0 no-repeat;
  overflow: hidden;
  text-indent: -9000px;
  font-size: 0;
  -webkit-transition: width 0.222s ease 0s;
  -moz-transition: width 0.222s ease 0s;
  -o-transition: width 0.222s ease 0s;
  transition: width 0.222s ease 0s;
}
/* line 466, ../sass/app.scss */
.page_header .header_content h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 565px) {
  /* line 456, ../sass/app.scss */
  .page_header .header_content h1 {
    width: 130px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.2), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.2 / 1), only screen and (min-device-pixel-ratio: 1.2) {
  /* line 456, ../sass/app.scss */
  .page_header .header_content h1 {
    background: url("../img/retina_logo.png") 0 0 no-repeat;
    background-size: auto 45px;
  }
}

@media all and (min-width: 910px) {
  /* line 490, ../sass/app.scss */
  #block-menu-block-1 .content {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    margin-top: 29px;
    height: 43px;
    line-height: 43px;
  }
  /* line 38, ../sass/_variables_mixins.scss */
  #block-menu-block-1 .content ul, #block-menu-block-1 .content ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none;
  }
  /* line 45, ../sass/_variables_mixins.scss */
  #block-menu-block-1 .content ul li {
    float: left;
    display: block;
  }
  /* line 510, ../sass/app.scss */
  #block-menu-block-1 .content .menu-trigger {
    display: none;
  }
  /* line 516, ../sass/app.scss */
  #block-menu-block-1 .content ul li {
    margin: 0 12px;
    height: 43px;
    line-height: 42px;
    display: block;
    position: relative;
    color: #ffffff;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 15px;
  }
  /* line 530, ../sass/app.scss */
  #block-menu-block-1 .content ul li a {
    color: #ffffff;
    -webkit-transition: color 0.222s ease 0s;
    -moz-transition: color 0.222s ease 0s;
    -o-transition: color 0.222s ease 0s;
    transition: color 0.222s ease 0s;
  }
  /* line 536, ../sass/app.scss */
  #block-menu-block-1 .content ul li.expanded {
    -webkit-transition: all 0.222s linear 0s;
    -moz-transition: all 0.222s linear 0s;
    -o-transition: all 0.222s linear 0s;
    transition: all 0.222s linear 0s;
    background: url("../img/menu_li.png") center 32px no-repeat;
  }
  /* line 541, ../sass/app.scss */
  #block-menu-block-1 .content ul li.expanded.active, #block-menu-block-1 .content ul li.expanded.active-trail {
    background-image: url("../img/menu_li_active.png");
  }
  /* line 546, ../sass/app.scss */
  #block-menu-block-1 .content ul li.expanded:hover {
    background-position: center 44px;
  }
  /* line 554, ../sass/app.scss */
  #block-menu-block-1 .content ul li.active, #block-menu-block-1 .content ul li.active a, #block-menu-block-1 .content ul li.active-trail, #block-menu-block-1 .content ul li.active-trail a, #block-menu-block-1 .content ul li:hover, #block-menu-block-1 .content ul li:hover a {
    color: #010101;
  }
  /* line 559, ../sass/app.scss */
  #block-menu-block-1 .content ul li.menu-mlid-269 {
    margin-top: 13px;
    margin-left: 0;
    width: 16px;
    height: 16px;
    display: block;
    background: #ffffff url("../img/sprite_01.png") 0 -47px no-repeat;
    overflow: hidden;
    text-indent: -9000px;
    font-size: 0;
    -webkit-transition: background-color 0.222s ease 0s;
    -moz-transition: background-color 0.222s ease 0s;
    -o-transition: background-color 0.222s ease 0s;
    transition: background-color 0.222s ease 0s;
  }
  /* line 572, ../sass/app.scss */
  #block-menu-block-1 .content ul li.menu-mlid-269:hover {
    background-color: #010101;
  }
  /* line 576, ../sass/app.scss */
  #block-menu-block-1 .content ul li.menu-mlid-269.active {
    background-color: #ffffff;
  }
  /* line 579, ../sass/app.scss */
  #block-menu-block-1 .content ul li.menu-mlid-269.active a {
    cursor: default;
  }
  /* line 584, ../sass/app.scss */
  #block-menu-block-1 .content ul li.menu-mlid-269 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 593, ../sass/app.scss */
  #block-menu-block-1 .content ul ul {
    display: none;
    position: absolute;
    left: -16px;
    top: 43px;
    padding: 8px 16px;
    min-width: 100%;
    width: auto;
    background-color: #d20137;
  }
  /* line 603, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li {
    height: auto;
    background-image: none;
    margin: 5px 0;
    height: auto;
    line-height: 25px;
    white-space: nowrap;
    float: none;
    color: #ffffff !important;
  }
  /* line 613, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li a {
    color: #ffffff !important;
    display: block;
  }
  /* line 618, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li:hover, #block-menu-block-1 .content ul ul li.active {
    color: #010101;
  }
  /* line 622, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li:hover a, #block-menu-block-1 .content ul ul li.active a {
    color: #010101 !important;
  }
  /* line 627, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li.back_button {
    display: none;
  }
  /* line 631, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li:first-child {
    position: absolute;
    top: -41px;
    display: block;
    width: 100%;
  }
  /* line 637, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li:first-child,
  #block-menu-block-1 .content ul ul li:first-child a {
    color: transparent !important;
  }
  /* line 645, ../sass/app.scss */
  #block-menu-block-1 .content ul li.last ul {
    left: auto;
    right: -16px;
  }
  /* line 650, ../sass/app.scss */
  #block-menu-block-1 .content ul li:hover ul {
    display: block;
  }
  /* line 654, ../sass/app.scss */
  #block-menu-block-1 .content ul li:hover ul li ul {
    position: relative;
    display: block;
    top: 0;
    padding: 0 10px 0 20px;
    height: auto;
  }
  /* line 661, ../sass/app.scss */
  #block-menu-block-1 .content ul li:hover ul li ul li,
  #block-menu-block-1 .content ul li:hover ul li ul li:hover,
  #block-menu-block-1 .content ul li:hover ul li ul li:first-child {
    position: relative !important;
    top: 0 !important;
  }
  /* line 667, ../sass/app.scss */
  #block-menu-block-1 .content ul li:hover ul li ul li a,
  #block-menu-block-1 .content ul li:hover ul li ul li:hover a,
  #block-menu-block-1 .content ul li:hover ul li ul li:first-child a {
    color: #ffffff !important;
    padding-left: 6px;
    /*&:before {
    	@include icon($circle);
    	font-size: 6px;
    	display: inline-block;
    	margin-right: 4px;
    	position: relative;
    	top: -2px;
    }*/
  }
  /* line 680, ../sass/app.scss */
  #block-menu-block-1 .content ul li:hover ul li ul li a:hover, #block-menu-block-1 .content ul li:hover ul li ul li a.active, #block-menu-block-1 .content ul li:hover ul li ul li a.active-trail,
  #block-menu-block-1 .content ul li:hover ul li ul li:hover a:hover,
  #block-menu-block-1 .content ul li:hover ul li ul li:hover a.active,
  #block-menu-block-1 .content ul li:hover ul li ul li:hover a.active-trail,
  #block-menu-block-1 .content ul li:hover ul li ul li:first-child a:hover,
  #block-menu-block-1 .content ul li:hover ul li ul li:first-child a.active,
  #block-menu-block-1 .content ul li:hover ul li ul li:first-child a.active-trail {
    color: #010101 !important;
  }
}
@media all and (min-width: 910px) and (max-width: 1020px) {
  /* line 690, ../sass/app.scss */
  #block-menu-block-1 .content ul li {
    margin: 0 12px;
  }
}
@media all and (min-width: 910px) and (max-width: 960px) {
  /* line 696, ../sass/app.scss */
  #block-menu-block-1 .content ul li {
    margin: 0 6px;
  }
}

@media all and (max-width: 910px) {
  /* line 54, ../sass/_variables_mixins.scss */
  #block-menu-block-1 .content ul, #block-menu-block-1 .content ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
  /* line 705, ../sass/app.scss */
  #block-menu-block-1 .content .menu-trigger {
    display: block;
    position: absolute;
    right: 5%;
    bottom: -43px;
    height: 43px;
    line-height: 42px;
    font-family: 'Lato';
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
  }
  /* line 720, ../sass/app.scss */
  #block-menu-block-1 .content ul {
    display: block;
    position: absolute;
    top: 150px;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
    background-color: #c30133;
    padding-bottom: 15px;
    border-bottom: 29px solid #bfbfbf;
  }
  /* line 732, ../sass/app.scss */
  #block-menu-block-1 .content ul li {
    margin: 14px 4%;
    padding: 0 5px 0 0;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.222s linear 0s;
    -moz-transition: all 0.222s linear 0s;
    -o-transition: all 0.222s linear 0s;
    transition: all 0.222s linear 0s;
  }
}
@media all and (max-width: 910px) and (max-width: 440px) {
  /* line 732, ../sass/app.scss */
  #block-menu-block-1 .content ul li {
    font-size: 14px;
  }
}
@media all and (max-width: 910px) {
  /* line 750, ../sass/app.scss */
  #block-menu-block-1 .content ul li a {
    color: #ffffff;
    display: inline-block;
  }
  /* line 755, ../sass/app.scss */
  #block-menu-block-1 .content ul li span {
    display: block;
  }
  /* line 762, ../sass/app.scss */
  #block-menu-block-1 .content ul li.expanded span:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    display: inline-block;
    margin-left: 6px;
    margin-top: -1px;
    float: right;
  }
  /* line 770, ../sass/app.scss */
  #block-menu-block-1 .content ul li.expanded:hover {
    background-position: right center;
  }
  /* line 775, ../sass/app.scss */
  #block-menu-block-1 .content ul li:hover {
    margin: 14px 5.5%;
  }
  /* line 781, ../sass/app.scss */
  #block-menu-block-1 .content ul ul {
    position: absolute;
    right: 400px;
    top: 0;
    min-height: 400px;
    padding-top: 10px;
    background-color: #f2f2f2;
    -webkit-transition: right 0.222s ease 0s;
    -moz-transition: right 0.222s ease 0s;
    -o-transition: right 0.222s ease 0s;
    transition: right 0.222s ease 0s;
  }
  /* line 791, ../sass/app.scss */
  #block-menu-block-1 .content ul ul.mobile_open {
    right: 0;
  }
  /* line 795, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  /* line 799, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li a {
    color: #010101;
    display: block;
    -webkit-transition: color 0.222s ease 0s;
    -moz-transition: color 0.222s ease 0s;
    -o-transition: color 0.222s ease 0s;
    transition: color 0.222s ease 0s;
  }
  /* line 804, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    display: inline-block;
    margin-right: 6px;
  }
  /* line 812, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li:first-child {
    font-family: 'Lato';
    font-weight: 900;
    font-size: 17px;
  }
  /* line 820, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li.back_button {
    padding-top: 20px;
    text-align: right;
    text-transform: capitalize;
    cursor: pointer;
    color: #010101;
    background-color: transparent;
  }
  /* line 828, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li.back_button:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    display: inline-block;
    margin-right: 6px;
  }
  /* line 836, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li:hover {
    margin: 8px 4%;
    color: #d20137;
  }
  /* line 840, ../sass/app.scss */
  #block-menu-block-1 .content ul ul li:hover a {
    color: #d20137;
  }
  /* line 847, ../sass/app.scss */
  #block-menu-block-1 .content ul ul ul {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    height: auto;
    min-height: 1px;
    border: none;
  }
  /* line 856, ../sass/app.scss */
  #block-menu-block-1 .content ul ul ul li:first-child {
    font-weight: 700;
    font-size: 14px;
  }
  /* line 864, ../sass/app.scss */
  #block-menu-block-1 .content ul ul ul .back_button {
    display: none;
  }
}

/* line 873, ../sass/app.scss */
.page_header #block-views-exp-news-page-page-3 {
  position: absolute;
  right: 175px;
  top: 39px;
  width: 140px;
  height: 34px;
  font-size: 12px;
  color: #676767;
  -webkit-transition: all 0.222s ease 0s;
  -moz-transition: all 0.222s ease 0s;
  -o-transition: all 0.222s ease 0s;
  transition: all 0.222s ease 0s;
}
/* line 884, ../sass/app.scss */
.page_header #block-views-exp-news-page-page-3 label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  line-height: 32px;
  text-indent: 5px;
  font-family: 'Lato';
  font-weight: 400;
}
/* line 896, ../sass/app.scss */
.page_header #block-views-exp-news-page-page-3 #edit-term {
  width: 108px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #cdcdcd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 912, ../sass/app.scss */
.page_header #block-views-exp-news-page-page-3 .views-submit-button {
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  right: 1px;
  top: 0;
  background-color: #010101;
  -webkit-transition: background-color 0.222s ease 0s;
  -moz-transition: background-color 0.222s ease 0s;
  -o-transition: background-color 0.222s ease 0s;
  transition: background-color 0.222s ease 0s;
}
/* line 923, ../sass/app.scss */
.page_header #block-views-exp-news-page-page-3 .views-submit-button:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 31px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: color 0.222s ease 0s;
  -moz-transition: color 0.222s ease 0s;
  -o-transition: color 0.222s ease 0s;
  transition: color 0.222s ease 0s;
}
/* line 939, ../sass/app.scss */
.page_header #block-views-exp-news-page-page-3 .views-submit-button:hover {
  background-color: #d20137;
}
/* line 942, ../sass/app.scss */
.page_header #block-views-exp-news-page-page-3 .views-submit-button:hover:before {
  color: #010101;
}
/* line 948, ../sass/app.scss */
.page_header #block-views-exp-news-page-page-3 #edit-submit-news-page {
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  color: transparent;
  text-indent: -3000px;
  overflow: hidden;
  margin: 0;
}
@media all and (max-width: 750px) {
  /* line 873, ../sass/app.scss */
  .page_header #block-views-exp-news-page-page-3 {
    right: 0.625em;
    top: 18px;
  }
}

/* line 972, ../sass/app.scss */
#block-block-1 p {
  margin: 0px;
  padding: 0px;
}
/* line 976, ../sass/app.scss */
#block-block-1 a {
  position: absolute;
  right: 0.625em;
  top: 39px;
  display: block;
  width: 150px;
  height: 32px;
  line-height: 30px;
  background-color: #010101;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 700;
  -webkit-transition: all 0.222s ease 0s;
  -moz-transition: all 0.222s ease 0s;
  -o-transition: all 0.222s ease 0s;
  transition: all 0.222s ease 0s;
}
/* line 995, ../sass/app.scss */
#block-block-1 a:hover {
  background-color: #d20137;
  color: #010101;
}
@media all and (max-width: 750px) {
  /* line 976, ../sass/app.scss */
  #block-block-1 a {
    right: 0.625em;
    top: 58px;
    font-size: 13px;
    width: 139px;
  }
}

/* line 1011, ../sass/app.scss */
.container_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  zoom: 1;
  position: relative;
}
/* line 137, ../sass/_variables_mixins.scss */
.container_content:before, .container_content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
.container_content:after {
  clear: both;
}
@media all and (max-width: 910px) {
  /* line 1011, ../sass/app.scss */
  .container_content {
    overflow: hidden;
    background: #ffffff url(../img/body.png) center -150px;
    right: 0;
    z-index: 2;
    -webkit-transition: right 0.3s ease 0s;
    -moz-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
  }
  /* line 1023, ../sass/app.scss */
  .container_content.open_menu {
    right: 400px;
  }
}

/* line 1031, ../sass/app.scss */
.page_content {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  float: left;
  margin-bottom: 33px;
}
@media all and (max-width: 910px) {
  /* line 1031, ../sass/app.scss */
  .page_content {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: right;
  }
}

/* line 1061, ../sass/app.scss */
.page_right {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  float: right;
  float: left;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media all and (max-width: 910px) {
  /* line 1061, ../sass/app.scss */
  .page_right {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: right;
  }
}

/* line 1092, ../sass/app.scss */
.page_right .block-facetapi {
  padding: 15px 17px 15px 17px;
}

/* line 1096, ../sass/app.scss */
#block-block-3 {
  border-width: 0 1px 1px 1px;
  border-color: transparent #cdcdcd #cdcdcd #cdcdcd;
  border-style: solid;
  margin-bottom: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
/* line 1106, ../sass/app.scss */
#block-block-3 > h2 {
  background-color: #010101;
  height: 45px;
  line-height: 44px;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  text-indent: 16px;
  text-transform: none;
}
/* line 1121, ../sass/app.scss */
#block-block-3 .block-facetapi {
  padding: 15px 17px 0 17px;
}
/* line 1127, ../sass/app.scss */
#block-block-3 .content .content {
  display: none;
}
/* line 1131, ../sass/app.scss */
#block-block-3 .content h2 {
  font-size: 14px;
  font-family: 'lato';
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
/* line 1141, ../sass/app.scss */
#block-block-3 .content h2:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  float: right;
}
/* line 1146, ../sass/app.scss */
#block-block-3 .content h2:hover {
  color: #d20137;
}
/* line 1151, ../sass/app.scss */
#block-block-3 .content ul {
  list-style-type: none;
}
/* line 1155, ../sass/app.scss */
#block-block-3 .content li {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
/* line 1162, ../sass/app.scss */
#block-block-3 .content li input {
  margin: 0;
  position: absolute;
  left: -2px;
  top: -1px;
}
/* line 1169, ../sass/app.scss */
#block-block-3 .content li label {
  cursor: pointer;
}
/* line 1175, ../sass/app.scss */
#block-block-3 .open h2 {
  color: #d20137;
}
/* line 1178, ../sass/app.scss */
#block-block-3 .open h2:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  color: #d20137;
}

/* line 1188, ../sass/app.scss */
#block-views-news-block-3 h2 {
  background-color: #010101;
  height: 45px;
  line-height: 44px;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  text-indent: 16px;
  text-transform: none;
}
/* line 1203, ../sass/app.scss */
#block-views-news-block-3 .content {
  background-color: #ffffff;
  margin-bottom: 18px;
  border-width: 1px;
  border-color: transparent #cdcdcd #cdcdcd #cdcdcd;
  border-style: solid;
  padding: 0 17px 30px 17px;
  font-size: 14px;
}
/* line 1216, ../sass/app.scss */
#block-views-news-block-3 .views-label {
  font-family: 'Lato';
  font-weight: 900;
  display: block;
  margin: 30px 0 5px 0;
}
/* line 1223, ../sass/app.scss */
#block-views-news-block-3 .field-content {
  color: #d20137;
}
/* line 54, ../sass/_variables_mixins.scss */
#block-views-news-block-3 .field-content ul, #block-views-news-block-3 .field-content ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
/* line 1229, ../sass/app.scss */
#block-views-news-block-3 .field-content ul li {
  background: url("../img/aside_list.png") 0 11px no-repeat;
  padding-left: 10px;
}

/* line 1238, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content > a,
#block-nodeblock-8 .right-menu-content > div {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #d51a43;
}
/* line 1247, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate .region-first,
#block-nodeblock-8 .right-menu-content .donate .region-second {
  display: block;
  zoom: 1;
}
/* line 137, ../sass/_variables_mixins.scss */
#block-nodeblock-8 .right-menu-content .donate .region-first:before, #block-nodeblock-8 .right-menu-content .donate .region-first:after,
#block-nodeblock-8 .right-menu-content .donate .region-second:before,
#block-nodeblock-8 .right-menu-content .donate .region-second:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
#block-nodeblock-8 .right-menu-content .donate .region-first:after,
#block-nodeblock-8 .right-menu-content .donate .region-second:after {
  clear: both;
}
/* line 1253, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate .region-first {
  border-bottom: 3px solid #ffffff;
}
/* line 1256, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate .region-first img {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 !important;
}
/* line 1264, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate .region-second {
  padding: 10px 13px 25px 13px;
}
/* line 1267, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate .region-second span {
  display: block;
}
/* line 1271, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate .region-second span:not(.button) {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
/* line 1281, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate .region-second .button {
  position: relative;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #010101;
  background-color: #ffffff;
}
/* line 1294, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate .region-second .button:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/* line 1309, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .donate:hover .region-second .button:before {
  opacity: 1;
}
/* line 1315, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .subscribe {
  padding: 20px 13px;
  text-align: center;
}
/* line 1319, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .subscribe .title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  color: #010101;
}
/* line 1329, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .subscribe .title:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/* line 1342, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .subscribe span:not(.title) {
  display: block;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 300;
}
/* line 1352, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .subscribe:hover .title:before {
  opacity: 1;
}
/* line 1358, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social {
  padding: 10px 13px 20px 13px;
  text-align: center;
}
/* line 1362, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social > div {
  zoom: 1;
  display: inline-block;
}
/* line 137, ../sass/_variables_mixins.scss */
#block-nodeblock-8 .right-menu-content .social > div:before, #block-nodeblock-8 .right-menu-content .social > div:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
#block-nodeblock-8 .right-menu-content .social > div:after {
  clear: both;
}
/* line 1367, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social a {
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}
/* line 1373, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social a:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/* line 1385, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social a:last-child {
  margin-right: 0;
}
/* line 1389, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social a span {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 1399, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social a:hover:before {
  opacity: 1;
}
/* line 1405, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social a.twitter span {
  background: #ffffff url("../img/icon-twitter.png") no-repeat center center;
}
/* line 1411, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social a.facebook span {
  background: #ffffff url("../img/icon-facebook.png") no-repeat center center;
}
/* line 1417, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .social a.instagram span {
  background: #ffffff url("../img/icon-instagram.png") no-repeat center center;
}
/* line 1424, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages {
  padding: 10px 13px;
}
/* line 1427, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a {
  position: relative;
  display: block;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #010101;
  background-color: #ffffff;
}
/* line 1441, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/* line 1452, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a.chinese {
  color: #d51a43;
}
/* line 1455, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a.chinese:before {
  background-color: #d51a43;
}
/* line 1460, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a.french {
  color: #005b70;
}
/* line 1463, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a.french:before {
  background-color: #005b70;
}
/* line 1468, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a.spanish {
  color: #ea6820;
}
/* line 1471, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a.spanish:before {
  background-color: #ea6820;
}
/* line 1476, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a:last-child {
  margin-bottom: 0;
}
/* line 1481, ../sass/app.scss */
#block-nodeblock-8 .right-menu-content .languages a:hover:before {
  opacity: 1;
}

/* opinion and news */
/* line 1606, ../sass/app.scss */
#block-views-news-block-1,
#block-views-news-block-5 {
  margin-top: 28px;
}
/* line 1610, ../sass/app.scss */
#block-views-news-block-1 h2,
#block-views-news-block-1 .views-field-title,
#block-views-news-block-5 h2,
#block-views-news-block-5 .views-field-title {
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}
/* line 1621, ../sass/app.scss */
#block-views-news-block-1 h2,
#block-views-news-block-5 h2 {
  margin-bottom: 0;
}
/* line 1625, ../sass/app.scss */
#block-views-news-block-1 a,
#block-views-news-block-5 a {
  -webkit-transition: all 0.333s ease 0s;
  -moz-transition: all 0.333s ease 0s;
  -o-transition: all 0.333s ease 0s;
  transition: all 0.333s ease 0s;
}
/* line 1629, ../sass/app.scss */
#block-views-news-block-1 .views-field-title,
#block-views-news-block-5 .views-field-title {
  padding-bottom: 18px;
  border-bottom: 3px solid #010101;
}
/* line 1633, ../sass/app.scss */
#block-views-news-block-1 .views-field-title a,
#block-views-news-block-5 .views-field-title a {
  color: #010101;
}
/* line 1636, ../sass/app.scss */
#block-views-news-block-1 .views-field-title a:hover,
#block-views-news-block-5 .views-field-title a:hover {
  color: #d20137;
}
/* line 1642, ../sass/app.scss */
#block-views-news-block-1 .views-field-body p,
#block-views-news-block-5 .views-field-body p {
  margin-top: 13px;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
}
/* line 1651, ../sass/app.scss */
#block-views-news-block-1 .views-field-field-published-as,
#block-views-news-block-5 .views-field-field-published-as {
  font-size: 12px;
  font-family: 'Lato';
  font-weight: 700;
}
/* line 1659, ../sass/app.scss */
#block-views-news-block-1 .views-field-view-node a,
#block-views-news-block-5 .views-field-view-node a {
  display: block;
  margin-top: 20px;
  width: 32px;
  height: 32px;
  background: #cdcdcd url("../img/more.png") center center no-repeat;
  overflow: hidden;
  text-indent: -9000px;
  font-size: 0;
}
/* line 1668, ../sass/app.scss */
#block-views-news-block-1 .views-field-view-node a:hover,
#block-views-news-block-5 .views-field-view-node a:hover {
  background-color: #d20137;
}

/* news only*/
/* line 1676, ../sass/app.scss */
#block-views-news-block-5 .views-row {
  margin-top: 10px;
}
/* line 1680, ../sass/app.scss */
#block-views-news-block-5 .views-field-title a {
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
}

/* line 1689, ../sass/app.scss */
.content_bottom {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: right;
  float: left;
}

/* line 1704, ../sass/app.scss */
.page_footer {
  position: relative;
  z-index: 0;
  width: 100%;
  color: #ffffff;
  background-color: #343434;
  border-width: 1px 0 3px 0;
  border-color: #343434 transparent #d20137 transparent;
  border-style: solid;
  margin: 0px;
  padding: 0px;
}
/* line 1718, ../sass/app.scss */
.page_footer * {
  color: #ffffff;
}
/* line 1722, ../sass/app.scss */
.page_footer .region-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  zoom: 1;
  padding-top: 36px;
  padding-bottom: 40px;
}
/* line 137, ../sass/_variables_mixins.scss */
.page_footer .region-footer:before, .page_footer .region-footer:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
.page_footer .region-footer:after {
  clear: both;
}
@media all and (max-width: 690px) {
  /* line 1722, ../sass/app.scss */
  .page_footer .region-footer {
    padding: 0;
  }
}

/* line 1735, ../sass/app.scss */
.footer_bottom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  zoom: 1;
  overflow: hidden;
}
/* line 137, ../sass/_variables_mixins.scss */
.footer_bottom:before, .footer_bottom:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
.footer_bottom:after {
  clear: both;
}
/* line 1739, ../sass/app.scss */
.footer_bottom p {
  min-height: 70px;
  line-height: 22px;
  margin: 0;
  font-size: 15px;
  padding-top: 15px;
  padding-left: 96px;
  padding-bottom: 15px;
  position: relative;
}
/* line 1751, ../sass/app.scss */
.footer_bottom p:before {
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  top: 22px;
  width: 78px;
  height: 28px;
}
@media all and (max-width: 690px) {
  /* line 1739, ../sass/app.scss */
  .footer_bottom p {
    margin: 0 2.5%;
  }
}

/* line 1768, ../sass/app.scss */
.footer_left {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  float: left;
}

/* line 1781, ../sass/app.scss */
.footer_right {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  float: right;
  float: left;
}

@media all and (max-width: 960px) {
  /* line 1795, ../sass/app.scss */
  .footer_left,
  .footer_right {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: right;
    float: left;
  }

  /* line 1809, ../sass/app.scss */
  .footer_right {
    margin-top: 40px;
  }
}
/* line 1816, ../sass/app.scss */
#block-menu-menu-footer {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  zoom: 1;
}
/* line 38, ../sass/_variables_mixins.scss */
#block-menu-menu-footer ul, #block-menu-menu-footer ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
/* line 45, ../sass/_variables_mixins.scss */
#block-menu-menu-footer ul li {
  float: left;
  display: block;
}
/* line 137, ../sass/_variables_mixins.scss */
#block-menu-menu-footer:before, #block-menu-menu-footer:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
#block-menu-menu-footer:after {
  clear: both;
}
/* line 1820, ../sass/app.scss */
#block-menu-menu-footer li.expanded {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 900;
}
@media all and (max-width: 690px) {
  /* line 1820, ../sass/app.scss */
  #block-menu-menu-footer li.expanded {
    display: none;
  }
}
/* line 1843, ../sass/app.scss */
#block-menu-menu-footer li.expanded span,
#block-menu-menu-footer li.expanded a {
  display: block;
  height: 97px;
}
/* line 1849, ../sass/app.scss */
#block-menu-menu-footer li.expanded ul a {
  height: auto;
}
/* line 1853, ../sass/app.scss */
#block-menu-menu-footer li.expanded.active > a, #block-menu-menu-footer li.expanded.active-trail > a, #block-menu-menu-footer li.expanded.active > span, #block-menu-menu-footer li.expanded.active-trail > span {
  color: #d20137;
}
/* line 1862, ../sass/app.scss */
#block-menu-menu-footer ul ul li {
  text-transform: none;
  clear: both;
  font-family: 'Lato';
  font-weight: 300;
}
/* line 1868, ../sass/app.scss */
#block-menu-menu-footer ul ul li.active a, #block-menu-menu-footer ul ul li.active-trail a, #block-menu-menu-footer ul ul li:hover a {
  color: #d20137;
}

/* line 1879, ../sass/app.scss */
#block-nodeblock-13 {
  margin-top: 60px;
  position: relative;
}
/* line 1883, ../sass/app.scss */
#block-nodeblock-13 h2, #block-nodeblock-13 .content .content {
  padding-left: 80px;
}
/* line 1887, ../sass/app.scss */
#block-nodeblock-13 h2 {
  font-size: 30px;
  margin-top: 0;
}
/* line 1892, ../sass/app.scss */
#block-nodeblock-13 p {
  margin-bottom: 0;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
/* line 1902, ../sass/app.scss */
#block-nodeblock-13:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 72px;
  background: url("../img/sprite_01.png") -18px -47px no-repeat;
}
@media all and (max-width: 690px) {
  /* line 1879, ../sass/app.scss */
  #block-nodeblock-13 {
    margin-top: 25px;
  }
  /* line 1916, ../sass/app.scss */
  #block-nodeblock-13 h2, #block-nodeblock-13 .content .content {
    padding-left: 0;
  }
  /* line 1920, ../sass/app.scss */
  #block-nodeblock-13:before {
    display: none;
  }
}

/* line 1926, ../sass/app.scss */
#block-nodeblock-457 p {
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 80px;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
@media all and (max-width: 690px) {
  /* line 1926, ../sass/app.scss */
  #block-nodeblock-457 p {
    padding-left: 0;
  }
}

/* line 1947, ../sass/app.scss */
#block-nodeblock-299 h2 {
  margin-top: -4px;
  margin-bottom: 24px;
}
/* line 1952, ../sass/app.scss */
#block-nodeblock-299 h5 {
  margin-top: 10px;
  border-bottom: 3px solid #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 12px;
}
/* line 1959, ../sass/app.scss */
#block-nodeblock-299 h5 span {
  float: right;
  font-size: 12px;
}
/* line 1965, ../sass/app.scss */
#block-nodeblock-299 p {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 14px;
}
@media all and (min-width: 490px) and (max-width: 960px) {
  /* line 1977, ../sass/app.scss */
  #block-nodeblock-299 .field-item div {
    width: 48.5%;
    float: left;
  }
  /* line 1982, ../sass/app.scss */
  #block-nodeblock-299 .field-item div:nth-child(2) {
    float: right;
  }
}

/* line 1990, ../sass/app.scss */
.front #block-system-main {
  display: none;
}

/* line 1994, ../sass/app.scss */
.front .page_content {
  margin-bottom: 0;
}

/* line 2000, ../sass/app.scss */
.view-mode-main_page_nodeblock,
#block-views-news-block-4 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 24px;
}
/* line 2009, ../sass/app.scss */
.view-mode-main_page_nodeblock img,
#block-views-news-block-4 img {
  width: 100% !important;
}
/* line 2013, ../sass/app.scss */
.view-mode-main_page_nodeblock .field-group-format,
.view-mode-main_page_nodeblock .views-field-nothing,
#block-views-news-block-4 .field-group-format,
#block-views-news-block-4 .views-field-nothing {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3.5%;
  width: 100%;
  height: auto;
  color: #ffffff;
  background-color: #010101;
  background-color: rgba(1, 1, 1, 0.7);
}
/* line 2026, ../sass/app.scss */
.view-mode-main_page_nodeblock .field-group-format h2,
.view-mode-main_page_nodeblock .field-group-format .title,
.view-mode-main_page_nodeblock .views-field-nothing h2,
.view-mode-main_page_nodeblock .views-field-nothing .title,
#block-views-news-block-4 .field-group-format h2,
#block-views-news-block-4 .field-group-format .title,
#block-views-news-block-4 .views-field-nothing h2,
#block-views-news-block-4 .views-field-nothing .title {
  margin-top: 26px;
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  text-transform: none;
}
/* line 2035, ../sass/app.scss */
.view-mode-main_page_nodeblock .field-group-format p,
.view-mode-main_page_nodeblock .field-group-format .body,
.view-mode-main_page_nodeblock .views-field-nothing p,
.view-mode-main_page_nodeblock .views-field-nothing .body,
#block-views-news-block-4 .field-group-format p,
#block-views-news-block-4 .field-group-format .body,
#block-views-news-block-4 .views-field-nothing p,
#block-views-news-block-4 .views-field-nothing .body {
  font-size: 14px;
  line-height: 20px;
  margin: 6px 0 22px 0;
}
/* line 2042, ../sass/app.scss */
.view-mode-main_page_nodeblock .field-group-format a,
.view-mode-main_page_nodeblock .views-field-nothing a,
#block-views-news-block-4 .field-group-format a,
#block-views-news-block-4 .views-field-nothing a {
  color: #ffffff;
}
@media all and (max-width: 650px) {
  /* line 2048, ../sass/app.scss */
  .view-mode-main_page_nodeblock .field-group-format,
  .view-mode-main_page_nodeblock .views-field-nothing,
  #block-views-news-block-4 .field-group-format,
  #block-views-news-block-4 .views-field-nothing {
    position: relative;
    border-top: 1px solid rgba(1, 1, 1, 0.7);
    padding-bottom: 10px;
  }
  /* line 2054, ../sass/app.scss */
  .view-mode-main_page_nodeblock .field-group-format h2,
  .view-mode-main_page_nodeblock .field-group-format .title,
  .view-mode-main_page_nodeblock .views-field-nothing h2,
  .view-mode-main_page_nodeblock .views-field-nothing .title,
  #block-views-news-block-4 .field-group-format h2,
  #block-views-news-block-4 .field-group-format .title,
  #block-views-news-block-4 .views-field-nothing h2,
  #block-views-news-block-4 .views-field-nothing .title {
    margin-top: 16px;
  }
}

/* line 2065, ../sass/app.scss */
#block-views-news-block h2 {
  margin-bottom: 23px;
}
/* line 2069, ../sass/app.scss */
#block-views-news-block .views-row {
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 30px;
}
/* line 2073, ../sass/app.scss */
#block-views-news-block .views-row .news-block-fields {
  padding-left: 55px;
  position: relative;
}
/* line 2078, ../sass/app.scss */
#block-views-news-block .views-row .group-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  margin-right: 12px;
}
/* line 2086, ../sass/app.scss */
#block-views-news-block .views-row .group-middle {
  width: 40%;
}
/* line 2090, ../sass/app.scss */
#block-views-news-block .views-row .group-right {
  width: 58%;
}
/* line 2093, ../sass/app.scss */
#block-views-news-block .views-row .group-right li {
  list-style-position: inside;
  font-size: 14px;
}
@media all and (max-width: 750px) {
  /* line 2100, ../sass/app.scss */
  #block-views-news-block .views-row .group-middle,
  #block-views-news-block .views-row .group-right {
    width: 100%;
  }
  /* line 2105, ../sass/app.scss */
  #block-views-news-block .views-row .group-middle {
    margin-bottom: 15px;
  }
}
/* line 2110, ../sass/app.scss */
#block-views-news-block .views-row .views-field-field_date {
  position: relative;
  z-index: 2;
  padding: 3px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 10px;
  background-color: #343434;
  color: #ffffff;
  pointer-events: none;
  -webkit-transition: all 0.333s ease 0s;
  -moz-transition: all 0.333s ease 0s;
  -o-transition: all 0.333s ease 0s;
  transition: all 0.333s ease 0s;
  font-size: 12px;
  font-family: 'Lato';
  font-weight: 700;
}
/* line 2130, ../sass/app.scss */
#block-views-news-block .views-row .views-field-field_date span {
  display: block;
  margin: 7px 3px 0 3px;
}
/* line 2136, ../sass/app.scss */
#block-views-news-block .views-row .views-field-view_node {
  position: relative;
  z-index: 1;
  top: -40px;
  width: 40px;
  height: 40px;
  background-color: #e7e7e7;
  opacity: 0;
  -webkit-transition: all 0.333s ease 0s;
  -moz-transition: all 0.333s ease 0s;
  -o-transition: all 0.333s ease 0s;
  transition: all 0.333s ease 0s;
}
/* line 2147, ../sass/app.scss */
#block-views-news-block .views-row .views-field-view_node:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  color: #010101;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 38px;
  text-align: center;
  z-index: -1;
  font-size: 13px;
}
/* line 2161, ../sass/app.scss */
#block-views-news-block .views-row .views-field-view_node a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
/* line 2171, ../sass/app.scss */
#block-views-news-block .views-row .views-field-field_image {
  margin-bottom: 16px;
}
/* line 2174, ../sass/app.scss */
#block-views-news-block .views-row .views-field-field_image img {
  width: 100% !important;
  height: auto !important;
}
/* line 2180, ../sass/app.scss */
#block-views-news-block .views-row .views-field-title {
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 28px;
  margin-top: -7px;
}
/* line 2189, ../sass/app.scss */
#block-views-news-block .views-row .views-field-title a {
  -webkit-transition: all 0.333s ease 0s;
  -moz-transition: all 0.333s ease 0s;
  -o-transition: all 0.333s ease 0s;
  transition: all 0.333s ease 0s;
  color: #010101;
}
/* line 2197, ../sass/app.scss */
#block-views-news-block .views-row .views-field-body p {
  font-size: 14px;
}
/* line 2205, ../sass/app.scss */
#block-views-news-block .views-row:hover .views-field-field_date {
  background-color: #d20137;
}
/* line 2209, ../sass/app.scss */
#block-views-news-block .views-row:hover .views-field-view_node {
  top: 0px;
  opacity: 1;
}
/* line 2214, ../sass/app.scss */
#block-views-news-block .views-row:hover .views-field-title a {
  color: #d20137;
}
/* line 2219, ../sass/app.scss */
#block-views-news-block .views-row.views-row-last {
  border-bottom: none;
}

/* line 2227, ../sass/app.scss */
.front #block-block-2 {
  background-color: #f4f4f4;
  background-color: rgba(242, 242, 242, 0.75);
  border: 1px solid #d4d4d4;
}
@media all and (min-width: 860px) {
  /* line 2227, ../sass/app.scss */
  .front #block-block-2 {
    height: 114px;
    margin: 0 0 60px 0;
  }
  /* line 2237, ../sass/app.scss */
  .front #block-block-2 > h2 {
    position: relative;
    top: -1px;
    left: -1px;
    margin: 0;
    padding: 35px 0 0 35px;
    width: 196px;
    height: 114px;
    line-height: 25px;
    color: #ffffff;
    background-color: #d20137;
    font-size: 20px;
    float: left;
  }
  /* line 2251, ../sass/app.scss */
  .front #block-block-2 > h2:after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 114px;
    background: url("../img/sprite_01.png") -78px -47px no-repeat;
  }
  /* line 2263, ../sass/app.scss */
  .front #block-block-2 .block-facetapi {
    float: left;
    margin-left: 75px;
    position: relative;
  }
  /* line 2268, ../sass/app.scss */
  .front #block-block-2 .block-facetapi h2 {
    position: relative;
    height: 114px;
    line-height: 112px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
  }
  /* line 2276, ../sass/app.scss */
  .front #block-block-2 .block-facetapi h2:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    position: absolute;
    top: 15px;
    right: 3px;
  }
  /* line 2283, ../sass/app.scss */
  .front #block-block-2 .block-facetapi h2:hover {
    color: #d20137;
  }
  /* line 2288, ../sass/app.scss */
  .front #block-block-2 .block-facetapi .content {
    position: absolute;
    display: none;
    top: 86px;
    left: 0;
    z-index: 333;
    padding: 18px 8px 18px 15px;
    max-height: 430px;
    width: 270px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 3px 3px 0 0 #cdcdcd;
    box-shadow: 3px 3px 0 0 #cdcdcd;
  }
  /* line 54, ../sass/_variables_mixins.scss */
  .front #block-block-2 .block-facetapi .content ul, .front #block-block-2 .block-facetapi .content ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
  /* line 2304, ../sass/app.scss */
  .front #block-block-2 .block-facetapi ul {
    overflow: auto;
    height: 255px;
  }
  /* line 2309, ../sass/app.scss */
  .front #block-block-2 .block-facetapi li {
    min-height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  /* line 2316, ../sass/app.scss */
  .front #block-block-2 .block-facetapi li div {
    margin: 0;
  }
  /* line 2319, ../sass/app.scss */
  .front #block-block-2 .block-facetapi li div.ez-checkbox {
    margin: 4px 5px 0 0;
  }
  /* line 2325, ../sass/app.scss */
  .front #block-block-2 .block-facetapi li input {
    margin: -1px 3px 0 0;
  }
  /* line 2330, ../sass/app.scss */
  .front #block-block-2 .block-facetapi a {
    display: block;
    width: 38px;
    height: 28px;
    line-height: 28px;
    background-color: #010101;
    margin: 10px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all 0.333s ease 0s;
    -moz-transition: all 0.333s ease 0s;
    -o-transition: all 0.333s ease 0s;
    transition: all 0.333s ease 0s;
  }
  /* line 2349, ../sass/app.scss */
  .front #block-block-2 .block-facetapi a:hover {
    background-color: #d20137;
    color: #010101;
  }
  /* line 2359, ../sass/app.scss */
  .front #block-block-2 .content div:nth-child(3) .content,
  .front #block-block-2 .content div:nth-child(4) .content,
  .front #block-block-2 .content div:nth-child(5) .content {
    left: auto;
    right: 0;
  }
}
@media all and (max-width: 860px) {
  /* line 2227, ../sass/app.scss */
  .front #block-block-2 {
    margin-bottom: 40px;
  }
  /* line 2369, ../sass/app.scss */
  .front #block-block-2 > h2 {
    padding: 0 2.5%;
    line-height: 42px;
    color: #ffffff;
    background-color: #d20137;
    font-size: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 2380, ../sass/app.scss */
  .front #block-block-2 > h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 30px 0px 30px;
    border-color: #d20137 transparent transparent transparent;
  }
  /* line 2395, ../sass/app.scss */
  .front #block-block-2 .block-facetapi {
    position: relative;
  }
  /* line 2398, ../sass/app.scss */
  .front #block-block-2 .block-facetapi h2 {
    position: relative;
    cursor: pointer;
    line-height: 42px;
    margin: 0 2.5%;
  }
  /* line 2404, ../sass/app.scss */
  .front #block-block-2 .block-facetapi h2:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    float: right;
  }
  /* line 2409, ../sass/app.scss */
  .front #block-block-2 .block-facetapi h2:hover {
    color: #d20137;
  }
  /* line 2414, ../sass/app.scss */
  .front #block-block-2 .block-facetapi .content {
    display: none;
    position: relative;
    z-index: 333;
    padding: 18px 8px 18px 15px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    margin: 02%;
  }
  /* line 54, ../sass/_variables_mixins.scss */
  .front #block-block-2 .block-facetapi .content ul, .front #block-block-2 .block-facetapi .content ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
  /* line 2426, ../sass/app.scss */
  .front #block-block-2 .block-facetapi li {
    min-height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  /* line 2433, ../sass/app.scss */
  .front #block-block-2 .block-facetapi li div {
    margin: 0;
  }
  /* line 2437, ../sass/app.scss */
  .front #block-block-2 .block-facetapi li input {
    margin: -1px 3px 0 0;
  }
  /* line 2442, ../sass/app.scss */
  .front #block-block-2 .block-facetapi a {
    display: block;
    width: 38px;
    height: 28px;
    line-height: 28px;
    background-color: #010101;
    margin: 10px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all 0.333s ease 0s;
    -moz-transition: all 0.333s ease 0s;
    -o-transition: all 0.333s ease 0s;
    transition: all 0.333s ease 0s;
  }
  /* line 2461, ../sass/app.scss */
  .front #block-block-2 .block-facetapi a:hover {
    background-color: #d20137;
    color: #010101;
  }
  /* line 2468, ../sass/app.scss */
  .front #block-block-2 .block-facetapi.open h2 {
    color: #d20137;
  }
  /* line 2471, ../sass/app.scss */
  .front #block-block-2 .block-facetapi.open h2:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
  }
}

/* line 2482, ../sass/app.scss */
#block-views-nodequeue-1-block .content {
  padding-bottom: 20px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-top: 10px;
  padding-top: 130px;
  background: url("../img/ishr30.png") center top no-repeat;
}
/* line 2499, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-row {
  position: relative;
  padding-left: 150px;
}
/* line 2503, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-row * {
  position: static;
}
/* line 2508, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-field-field-year {
  font-size: 25px;
  font-family: 'Lato';
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 2519, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-field-body {
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 400;
  padding-top: 0;
}
/* line 2527, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-field-body p {
  line-height: 33px;
  margin-bottom: 0;
}
/* line 2533, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-slideshow-controls-text-previous a,
#block-views-nodequeue-1-block .content .views-slideshow-controls-text-next a {
  display: block;
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -48px;
  width: 27px;
  height: 95px;
  background: url("../img/sprite_01.png") -173px -47px no-repeat;
  -webkit-transition: all 0.333s ease 0s;
  -moz-transition: all 0.333s ease 0s;
  -o-transition: all 0.333s ease 0s;
  transition: all 0.333s ease 0s;
  overflow: hidden;
  text-indent: -9000px;
  font-size: 0;
}
/* line 2547, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-slideshow-controls-text-previous a:hover,
#block-views-nodequeue-1-block .content .views-slideshow-controls-text-next a:hover {
  left: -50px;
}
@media all and (max-width: 1090px) {
  /* line 2533, ../sass/app.scss */
  #block-views-nodequeue-1-block .content .views-slideshow-controls-text-previous a,
  #block-views-nodequeue-1-block .content .views-slideshow-controls-text-next a {
    display: none;
  }
}
/* line 2556, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-slideshow-controls-text-next a {
  background-position: -144px -47px;
  left: auto;
  right: -45px;
}
/* line 2561, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-slideshow-controls-text-next a:hover {
  left: auto;
  right: -50px;
}
/* line 2567, ../sass/app.scss */
#block-views-nodequeue-1-block .content .views-slideshow-controls-text-pause {
  display: none;
}
@media all and (max-width: 860px) {
  /* line 2482, ../sass/app.scss */
  #block-views-nodequeue-1-block .content {
    display: none;
  }
}

/* line 2583, ../sass/app.scss */
#block-views-text-boxes-block {
  padding-bottom: 20px;
}
/* line 2587, ../sass/app.scss */
#block-views-text-boxes-block h1 {
  font-size: 35px;
  font-family: 'Lato';
  font-weight: 900;
  margin-top: 14px;
}
/* line 2596, ../sass/app.scss */
#block-views-text-boxes-block .group-left {
  width: 45%;
}
/* line 2599, ../sass/app.scss */
#block-views-text-boxes-block .group-left img {
  width: 100%;
  margin-top: 5px;
}
/* line 2605, ../sass/app.scss */
#block-views-text-boxes-block .group-right {
  width: 52%;
}
/* line 2608, ../sass/app.scss */
#block-views-text-boxes-block .group-right p {
  font-size: 14px;
  line-height: 20px;
}
/* line 2614, ../sass/app.scss */
#block-views-text-boxes-block .group-one-column .group-right {
  width: 100%;
}

/* line 2619, ../sass/app.scss */
.view-news-page {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
/* line 2624, ../sass/app.scss */
.view-news-page h3 {
  float: left;
  color: #d20137;
  height: 76px;
  line-height: 70px;
  width: 100%;
  clear: both;
  border-color: #9a9a9a;
  border-width: 1px 0;
  border-style: solid;
  font-size: 35px;
  font-family: 'Lato';
  font-weight: 900;
}
/* line 2643, ../sass/app.scss */
.view-news-page .views-row {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}
/* line 2650, ../sass/app.scss */
.view-news-page .views-field-field-date {
  float: left;
  margin-bottom: 18px;
  font-size: 12px;
  font-family: 'Lato';
  font-weight: 700;
  clear: both;
  width: 100%;
}
/* line 2662, ../sass/app.scss */
.view-news-page .views-field-title {
  margin-top: 15px;
  width: 75.5%;
  float: right;
  font-size: 25px;
  font-family: 'Lato';
  font-weight: 700;
}
/* line 2672, ../sass/app.scss */
.view-news-page .views-field-title a {
  color: #010101;
}
/* line 2678, ../sass/app.scss */
.view-news-page .views-field-field-image {
  width: 22%;
  float: left;
}
/* line 2682, ../sass/app.scss */
.view-news-page .views-field-field-image img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 410px) {
  /* line 2689, ../sass/app.scss */
  .view-news-page .views-row {
    border-bottom: #9a9a9a 1px solid;
  }
  /* line 2693, ../sass/app.scss */
  .view-news-page div.views-field-title,
  .view-news-page div.views-field-field-image {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  /* line 2702, ../sass/app.scss */
  .view-news-page .views-field-title {
    margin-top: 10px;
    width: 65.5%;
    font-size: 18px;
  }
  /* line 2710, ../sass/app.scss */
  .view-news-page .views-field-field-image {
    width: 32%;
    float: left;
  }
}

/* line 2719, ../sass/app.scss */
#block-views-news-block-2 {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  zoom: 1;
}
/* line 137, ../sass/_variables_mixins.scss */
#block-views-news-block-2:before, #block-views-news-block-2:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
#block-views-news-block-2:after {
  clear: both;
}
/* line 2723, ../sass/app.scss */
#block-views-news-block-2 h2 {
  font-size: 35px;
}
/* line 2727, ../sass/app.scss */
#block-views-news-block-2 .view-header {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}
/* line 2739, ../sass/app.scss */
#block-views-news-block-2 .view-header .title {
  border-top: 1px solid #cdcdcd;
}
/* line 2744, ../sass/app.scss */
#block-views-news-block-2 .views-row {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
/* line 2759, ../sass/app.scss */
#block-views-news-block-2 .views-row .views-field-field-date,
#block-views-news-block-2 .views-row .views-field-title,
#block-views-news-block-2 .views-row .views-field-title a {
  -webkit-transition: all 0.333s ease 0s;
  -moz-transition: all 0.333s ease 0s;
  -o-transition: all 0.333s ease 0s;
  transition: all 0.333s ease 0s;
}
/* line 2765, ../sass/app.scss */
#block-views-news-block-2 .views-row .views-field-field-date {
  padding: 15px 17px;
}
/* line 2769, ../sass/app.scss */
#block-views-news-block-2 .views-row .views-field-title {
  padding: 0 17px 47px 17px;
  font-size: 20px;
  min-height: 110px;
}
/* line 2774, ../sass/app.scss */
#block-views-news-block-2 .views-row .views-field-title a {
  color: #010101;
  display: block;
  height: 64px;
  overflow: hidden;
}
/* line 2782, ../sass/app.scss */
#block-views-news-block-2 .views-row .views-field-view-node a {
  position: absolute;
  left: 17px;
  bottom: 0;
  display: block;
  margin-top: 20px;
  width: 32px;
  height: 32px;
  background: #cdcdcd url("../img/more.png") center center no-repeat;
  overflow: hidden;
  text-indent: -9000px;
  font-size: 0;
}
/* line 2796, ../sass/app.scss */
#block-views-news-block-2 .views-row:hover .views-field-field-date,
#block-views-news-block-2 .views-row:hover .views-field-title {
  background-color: #d20137;
  color: #ffffff;
}
/* line 2801, ../sass/app.scss */
#block-views-news-block-2 .views-row:hover .views-field-field-date a,
#block-views-news-block-2 .views-row:hover .views-field-title a {
  color: #ffffff;
}
@media all and (max-width: 660px) {
  /* line 2744, ../sass/app.scss */
  #block-views-news-block-2 .views-row {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  /* line 2821, ../sass/app.scss */
  #block-views-news-block-2 .views-row .views-field-field-date {
    padding: 10px 0;
  }
  /* line 2825, ../sass/app.scss */
  #block-views-news-block-2 .views-row .views-field-title {
    padding: 0;
    height: auto;
  }
  /* line 2830, ../sass/app.scss */
  #block-views-news-block-2 .views-row .views-field-view-node {
    display: none;
  }
  /* line 2835, ../sass/app.scss */
  #block-views-news-block-2 .views-row:hover .views-field-field-date,
  #block-views-news-block-2 .views-row:hover .views-field-title {
    background-color: transparent;
    color: #d20137;
  }
  /* line 2840, ../sass/app.scss */
  #block-views-news-block-2 .views-row:hover .views-field-field-date a,
  #block-views-news-block-2 .views-row:hover .views-field-title a {
    color: #d20137;
  }
}

/* line 2851, ../sass/app.scss */
.node-article {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  zoom: 1;
  /*.field-name-back-button {
  	@include grid-column(
  		$columns: 6,
  		$last-column: false,
  		$center: false,
  		$offset: false,
  		$push: false,
  		$pull: false,
  		$collapse: false,
  		$float: true
  	);
  }*/
}
/* line 137, ../sass/_variables_mixins.scss */
.node-article:before, .node-article:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
.node-article:after {
  clear: both;
}
/* line 2854, ../sass/app.scss */
.node-article .field-name-title,
.node-article .field-name-body,
.node-article .field-name-field-image {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}
/* line 2869, ../sass/app.scss */
.node-article .field-name-title {
  margin-top: 15px;
}
/* line 2873, ../sass/app.scss */
.node-article h1 {
  font-size: 25px;
  line-height: 30px;
  font-family: 'Lato';
  font-weight: 900;
}
/* line 2881, ../sass/app.scss */
.node-article h1:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: block;
  width: 46px;
  padding: 0 0 0 4px;
  height: 46px;
  line-height: 36px;
  border: 4px solid #010101;
  float: left;
  margin-top: 5px;
  margin-right: 18px;
  text-align: center;
  font-size: 40px;
  border-radius: 333px;
  -moz-border-radius: 333px;
  -webkit-border-radius: 333px;
}
/* line 2902, ../sass/app.scss */
.node-article .field-name-field-image img {
  margin: 0 0 15px 0 !important;
  width: 100% !important;
  height: auto !important;
}
/* line 2909, ../sass/app.scss */
.node-article li {
  list-style-position: inside;
  margin-left: 10px;
  font-size: 1em;
}
/* line 2929, ../sass/app.scss */
.node-article .field-name-print-pdf {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  float: right;
  float: left;
}
/* line 2942, ../sass/app.scss */
.node-article .field-name-field-date {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: right;
  float: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 13px;
  text-align: right;
}
/* line 2963, ../sass/app.scss */
.node-article .field-name-field-date .field-item {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 4px;
}

/* line 2971, ../sass/app.scss */
.field-name-back-button a,
.field-name-print-pdf a {
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 900;
  color: #010101;
  -webkit-transition: color 0.333s ease 0s;
  -moz-transition: color 0.333s ease 0s;
  -o-transition: color 0.333s ease 0s;
  transition: color 0.333s ease 0s;
}
/* line 2981, ../sass/app.scss */
.field-name-back-button a:before,
.field-name-print-pdf a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  margin-right: 5px;
}
/* line 2986, ../sass/app.scss */
.field-name-back-button a:hover,
.field-name-print-pdf a:hover {
  color: #d20137;
}
/* line 2989, ../sass/app.scss */
.field-name-back-button a:hover:before,
.field-name-print-pdf a:hover:before {
  color: black;
}

/* line 2995, ../sass/app.scss */
.field-name-print-pdf {
  text-align: right;
}
/* line 2998, ../sass/app.scss */
.field-name-print-pdf a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  font-size: 16px;
}

/* line 3004, ../sass/app.scss */
.field-name-sharethis {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  float: right;
  float: left;
  z-index: 0;
  height: 18px;
  line-height: 18px;
  text-align: right;
  margin-top: -7px;
}
/* line 3022, ../sass/app.scss */
.field-name-sharethis .stButton {
  background: transparent url("../img/share_this.png") 0 center no-repeat;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 900;
}
/* line 3031, ../sass/app.scss */
.field-name-sharethis .stButton:after {
  content: 'Share article';
  line-height: 30px;
  -webkit-transition: color 0.333s ease 0s;
  -moz-transition: color 0.333s ease 0s;
  -o-transition: color 0.333s ease 0s;
  transition: color 0.333s ease 0s;
}
/* line 3037, ../sass/app.scss */
.field-name-sharethis .stButton:hover:after {
  color: #d20137;
}
/* line 3041, ../sass/app.scss */
.field-name-sharethis .stButton .stLarge {
  background-image: none !important;
  height: 18px !important;
  width: 20px !important;
}
/* line 3047, ../sass/app.scss */
.field-name-sharethis .stButton img {
  display: none;
}

@media all and (max-width: 565px) {
  /* line 3054, ../sass/app.scss */
  .node-article .field-name-print-pdf {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: right;
    float: left;
  }

  /* line 3066, ../sass/app.scss */
  .node-article .field-name-sharethis {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: right;
    float: left;
    margin-top: 17px;
  }
}
/* line 3087, ../sass/app.scss */
.page-advanced-search #block-nodeblock-94 h2 {
  font-size: 50px;
  font-family: 'Lato';
  font-weight: 400;
  line-height: 54px;
  text-transform: none;
}
/* line 3096, ../sass/app.scss */
.page-advanced-search #block-nodeblock-94 h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: block;
  width: 46px;
  padding: 0 0 0 4px;
  height: 46px;
  line-height: 36px;
  border: 4px solid #010101;
  float: left;
  margin-top: 5px;
  margin-right: 18px;
  text-align: center;
  font-size: 40px;
  border-radius: 333px;
  -moz-border-radius: 333px;
  -webkit-border-radius: 333px;
}
/* line 3116, ../sass/app.scss */
.page-advanced-search #block-nodeblock-94 p {
  font-size: 25px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 28px;
}

/* line 3127, ../sass/app.scss */
#node-125 {
  margin-top: 40px;
}
/* line 38, ../sass/_variables_mixins.scss */
#node-125 ul, #node-125 ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
/* line 45, ../sass/_variables_mixins.scss */
#node-125 ul li {
  float: left;
  display: block;
}
/* line 3131, ../sass/app.scss */
#node-125 li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333%;
  float: left;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 900;
}
/* line 3150, ../sass/app.scss */
#node-125 strong {
  color: #ffffff;
  width: 70px;
  height: 70px;
  background-color: #010101;
  display: block;
  text-align: center;
  font-size: 40px;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
}
/* line 3162, ../sass/app.scss */
#node-125 strong:after {
  content: '.';
}
@media all and (max-width: 750px) {
  /* line 3168, ../sass/app.scss */
  #node-125 ul li {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    padding-left: 70px;
  }
  /* line 3183, ../sass/app.scss */
  #node-125 strong {
    position: absolute;
    left: 0;
    top: 35px;
    width: 50px;
    height: 50px;
    background-color: #010101;
    display: block;
    text-align: center;
    font-size: 30px;
  }
}

/* line 3201, ../sass/app.scss */
#block-views-exp-news-page-page-3--2 {
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 34px;
  font-size: 12px;
  color: #676767;
  float: right;
  z-index: 0;
  -webkit-transition: all 0.222s ease 0s;
  -moz-transition: all 0.222s ease 0s;
  -o-transition: all 0.222s ease 0s;
  transition: all 0.222s ease 0s;
}
/* line 3214, ../sass/app.scss */
#block-views-exp-news-page-page-3--2 label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  line-height: 32px;
  text-indent: 5px;
  font-family: 'Lato';
  font-weight: 400;
}
/* line 3227, ../sass/app.scss */
#block-views-exp-news-page-page-3--2 #edit-term {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 37px 0 5px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #cdcdcd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 3243, ../sass/app.scss */
#block-views-exp-news-page-page-3--2 .views-submit-button {
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  z-index: 2;
  right: 1px;
  top: 0;
  background-color: #010101;
  -webkit-transition: background-color 0.222s ease 0s;
  -moz-transition: background-color 0.222s ease 0s;
  -o-transition: background-color 0.222s ease 0s;
  transition: background-color 0.222s ease 0s;
}
/* line 3255, ../sass/app.scss */
#block-views-exp-news-page-page-3--2 .views-submit-button:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 31px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: color 0.222s ease 0s;
  -moz-transition: color 0.222s ease 0s;
  -o-transition: color 0.222s ease 0s;
  transition: color 0.222s ease 0s;
}
/* line 3271, ../sass/app.scss */
#block-views-exp-news-page-page-3--2 .views-submit-button:hover {
  background-color: #d20137;
}
/* line 3274, ../sass/app.scss */
#block-views-exp-news-page-page-3--2 .views-submit-button:hover:before {
  color: #010101;
}
/* line 3280, ../sass/app.scss */
#block-views-exp-news-page-page-3--2 #edit-submit-news-page {
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  color: transparent;
  text-indent: -3000px;
  overflow: hidden;
  margin: 0;
}

/* line 3299, ../sass/app.scss */
.donation-page .page_content {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
/* line 3312, ../sass/app.scss */
.donation-page .page_right {
  display: none;
}
/* line 3316, ../sass/app.scss */
.donation-page .monthly-donation-form,
.donation-page .single-donation-form,
.donation-page .block-ishr-api .node-content-block {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333%;
  float: left;
  position: relative;
}
/* line 54, ../sass/_variables_mixins.scss */
.donation-page .monthly-donation-form ul, .donation-page .monthly-donation-form ul li,
.donation-page .single-donation-form ul,
.donation-page .single-donation-form ul li,
.donation-page .block-ishr-api .node-content-block ul,
.donation-page .block-ishr-api .node-content-block ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
/* line 3334, ../sass/app.scss */
.donation-page .monthly-donation-form h3,
.donation-page .single-donation-form h3,
.donation-page .block-ishr-api .node-content-block h3 {
  min-height: 62px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: 900;
  line-height: 29px;
  font-size: 30px;
}
/* line 3346, ../sass/app.scss */
.donation-page .monthly-donation-form ul,
.donation-page .single-donation-form ul,
.donation-page .block-ishr-api .node-content-block ul {
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 900;
}
/* line 3353, ../sass/app.scss */
.donation-page .monthly-donation-form ul.column,
.donation-page .single-donation-form ul.column,
.donation-page .block-ishr-api .node-content-block ul.column {
  float: none;
}
/* line 3357, ../sass/app.scss */
.donation-page .monthly-donation-form ul li,
.donation-page .single-donation-form ul li,
.donation-page .block-ishr-api .node-content-block ul li {
  font-weight: normal;
}
/* line 3360, ../sass/app.scss */
.donation-page .monthly-donation-form ul li input[type=radio],
.donation-page .single-donation-form ul li input[type=radio],
.donation-page .block-ishr-api .node-content-block ul li input[type=radio] {
  margin: 7px 10px 0 0;
  float: left;
}
/* line 3365, ../sass/app.scss */
.donation-page .monthly-donation-form ul li .ez-hide,
.donation-page .single-donation-form ul li .ez-hide,
.donation-page .block-ishr-api .node-content-block ul li .ez-hide {
  margin: 0;
  position: relative;
  top: -11px;
}
/* line 3371, ../sass/app.scss */
.donation-page .monthly-donation-form ul li label,
.donation-page .single-donation-form ul li label,
.donation-page .block-ishr-api .node-content-block ul li label {
  font-size: 18px;
  font-weight: bold;
}
/* line 3376, ../sass/app.scss */
.donation-page .monthly-donation-form ul li .donation-type-description,
.donation-page .single-donation-form ul li .donation-type-description,
.donation-page .block-ishr-api .node-content-block ul li .donation-type-description {
  margin: 0 0 10px 21px;
}
/* line 3382, ../sass/app.scss */
.donation-page .monthly-donation-form p,
.donation-page .single-donation-form p,
.donation-page .block-ishr-api .node-content-block p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
/* line 3392, ../sass/app.scss */
.donation-page .monthly-donation-form .last,
.donation-page .single-donation-form .last,
.donation-page .block-ishr-api .node-content-block .last {
  text-align: center;
}
/* line 3395, ../sass/app.scss */
.donation-page .monthly-donation-form .last input,
.donation-page .single-donation-form .last input,
.donation-page .block-ishr-api .node-content-block .last input {
  background: #ffffff;
  border: 1px solid #cdcdcd;
  margin: 0 10px;
  padding: 0 12px;
  width: 106px;
  height: 40px;
  line-height: 40px;
}
/* line 3406, ../sass/app.scss */
.donation-page .monthly-donation-form .donation-submit-button,
.donation-page .single-donation-form .donation-submit-button,
.donation-page .block-ishr-api .node-content-block .donation-submit-button {
  clear: both;
  bottom: 0;
  left: 0;
  display: block;
  margin: 18px 0 0 0;
  height: 58px;
  line-height: 58px;
  background-color: #d20137;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 900;
}
/* line 3427, ../sass/app.scss */
.donation-page .monthly-donation-form .donation-submit-button:hover,
.donation-page .single-donation-form .donation-submit-button:hover,
.donation-page .block-ishr-api .node-content-block .donation-submit-button:hover {
  color: #010101;
}
@media all and (max-width: 960px) {
  /* line 3433, ../sass/app.scss */
  .donation-page .monthly-donation-form h3,
  .donation-page .single-donation-form h3,
  .donation-page .block-ishr-api .node-content-block h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media all and (max-width: 750px) {
  /* line 3440, ../sass/app.scss */
  .donation-page .monthly-donation-form h3,
  .donation-page .single-donation-form h3,
  .donation-page .block-ishr-api .node-content-block h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media all and (max-width: 700px) {
  /* line 3316, ../sass/app.scss */
  .donation-page .monthly-donation-form,
  .donation-page .single-donation-form,
  .donation-page .block-ishr-api .node-content-block {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    margin-bottom: 35px;
  }
  /* line 3460, ../sass/app.scss */
  .donation-page .monthly-donation-form h3,
  .donation-page .single-donation-form h3,
  .donation-page .block-ishr-api .node-content-block h3 {
    font-size: 24px;
    line-height: 26px;
  }
  /* line 3465, ../sass/app.scss */
  .donation-page .monthly-donation-form .inner_content,
  .donation-page .single-donation-form .inner_content,
  .donation-page .block-ishr-api .node-content-block .inner_content {
    min-height: auto !important;
    height: auto;
  }
  /* line 3470, ../sass/app.scss */
  .donation-page .monthly-donation-form li,
  .donation-page .monthly-donation-form li.last,
  .donation-page .single-donation-form li,
  .donation-page .single-donation-form li.last,
  .donation-page .block-ishr-api .node-content-block li,
  .donation-page .block-ishr-api .node-content-block li.last {
    text-align: left;
  }
  /* line 3475, ../sass/app.scss */
  .donation-page .monthly-donation-form .donation-submit-button,
  .donation-page .single-donation-form .donation-submit-button,
  .donation-page .block-ishr-api .node-content-block .donation-submit-button {
    margin-top: 15px;
    float: left;
    width: 100%;
  }
}
/* line 3484, ../sass/app.scss */
.donation-page .single-donation-form {
  width: 100%;
  margin-bottom: 80px;
}
/* line 3489, ../sass/app.scss */
.donation-page .monthly-donation-form,
.donation-page #node-808 {
  width: 50%;
}

/* line 3499, ../sass/app.scss */
.page-event #branding h1,
.page-event .view-header h2,
.page-events #branding h1,
.page-events .view-header h2 {
  display: block;
  font-size: 35px;
  font-weight: 900;
}
/* line 3508, ../sass/app.scss */
.page-event .view-header h2,
.page-events .view-header h2 {
  padding: 11px 0;
  color: #d20137;
  text-transform: none;
  border-width: 1px 0;
  border-style: solid;
  border-color: #9a9a9a;
  font-size: 27px;
}
/* line 3522, ../sass/app.scss */
.page-event .view-header h3,
.page-events .view-header h3 {
  font-size: 25px;
  font-weight: 900;
}

/* line 3532, ../sass/app.scss */
.view-event .view-content {
  margin: 5px 0;
}
/* line 3536, ../sass/app.scss */
.view-event .views-row {
  margin-bottom: 20px;
  position: relative;
  zoom: 1;
}
/* line 137, ../sass/_variables_mixins.scss */
.view-event .views-row:before, .view-event .views-row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 144, ../sass/_variables_mixins.scss */
.view-event .views-row:after {
  clear: both;
}
/* line 3542, ../sass/app.scss */
.view-event .views-row .views-field-field-image {
  width: 24%;
  float: left;
  position: relative;
}
/* line 3547, ../sass/app.scss */
.view-event .views-row .views-field-field-image a {
  display: block;
}
/* line 3550, ../sass/app.scss */
.view-event .views-row .views-field-field-image a:after, .view-event .views-row .views-field-field-image a:before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.555s ease 0s;
  -moz-transition: all 0.555s ease 0s;
  -o-transition: all 0.555s ease 0s;
  transition: all 0.555s ease 0s;
}
/* line 3560, ../sass/app.scss */
.view-event .views-row .views-field-field-image a:after {
  content: '';
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: transparent;
}
/* line 3568, ../sass/app.scss */
.view-event .views-row .views-field-field-image a:before {
  content: 'MORE DETAILS';
  top: 50%;
  margin-top: -6px;
  z-index: 2;
  height: 12px;
  line-height: 12px;
  color: transparent;
  text-align: center;
  font-size: 12px;
}
/* line 3581, ../sass/app.scss */
.view-event .views-row .views-field-field-image a:hover:after {
  background-color: rgba(210, 1, 55, 0.6);
}
/* line 3585, ../sass/app.scss */
.view-event .views-row .views-field-field-image a:hover:before {
  color: #ffffff;
}
/* line 3592, ../sass/app.scss */
.view-event .views-row img {
  width: 100%;
  height: auto;
}
/* line 3597, ../sass/app.scss */
.view-event .views-row .views-field-title {
  margin: 0 0 12px 0;
  padding-right: 110px;
  width: 76%;
  float: right;
  font-size: 25px;
  font-weight: 700;
}
/* line 3607, ../sass/app.scss */
.view-event .views-row .views-field-title span {
  margin: 0 24px;
  display: block;
}
/* line 3612, ../sass/app.scss */
.view-event .views-row .views-field-title a {
  color: #010101;
  -webkit-transition: color 0.222s ease 0s;
  -moz-transition: color 0.222s ease 0s;
  -o-transition: color 0.222s ease 0s;
  transition: color 0.222s ease 0s;
}
/* line 3617, ../sass/app.scss */
.view-event .views-row .views-field-title a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  line-height: 36px;
  border: 4px solid #010101;
  text-align: center;
  font-size: 40px;
  border-radius: 333px;
  -moz-border-radius: 333px;
  -webkit-border-radius: 333px;
  -webkit-transition: border-color 0.222s ease 0s;
  -moz-transition: border-color 0.222s ease 0s;
  -o-transition: border-color 0.222s ease 0s;
  transition: border-color 0.222s ease 0s;
}
/* line 3635, ../sass/app.scss */
.view-event .views-row .views-field-title a:hover {
  color: #d20137;
}
/* line 3638, ../sass/app.scss */
.view-event .views-row .views-field-title a:hover:after {
  border-color: #d20137;
}
/* line 3645, ../sass/app.scss */
.view-event .views-row .views-field-field-event-date {
  float: right;
  width: 76%;
}
/* line 3649, ../sass/app.scss */
.view-event .views-row .views-field-field-event-date div {
  margin: 0 24px;
  font-size: 12px;
  font-weight: 700;
}
/* line 3658, ../sass/app.scss */
.view-event .views-row .views-field-field-event-type {
  float: right;
  width: 76%;
}
/* line 3662, ../sass/app.scss */
.view-event .views-row .views-field-field-event-type div {
  margin: 0 24px;
}
@media all and (max-width: 700px) {
  /* line 3670, ../sass/app.scss */
  .view-event .views-row .views-field-title {
    padding-right: 0;
  }
  /* line 3673, ../sass/app.scss */
  .view-event .views-row .views-field-title a:after {
    display: none;
  }
}
@media all and (max-width: 420px) {
  /* line 3681, ../sass/app.scss */
  .view-event .views-row .views-field-field-image {
    width: 100%;
    float: none;
  }
  /* line 3685, ../sass/app.scss */
  .view-event .views-row .views-field-title {
    padding-right: 0;
    width: 100%;
  }
  /* line 3689, ../sass/app.scss */
  .view-event .views-row .views-field-title span {
    margin: 15px 0;
    display: block;
  }
  /* line 3694, ../sass/app.scss */
  .view-event .views-row .views-field-title a:after {
    display: none;
  }
  /* line 3699, ../sass/app.scss */
  .view-event .views-row .views-field-field-event-date {
    width: 100%;
  }
  /* line 3702, ../sass/app.scss */
  .view-event .views-row .views-field-field-event-date div {
    margin: 0 0 19px 0;
  }
}

/* line 3713, ../sass/app.scss */
.node-type-event .container_content h1 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
}
/* line 3720, ../sass/app.scss */
.node-type-event .container_content h1:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: block;
  width: 46px;
  padding: 0 0 0 4px;
  height: 46px;
  line-height: 36px;
  border: 4px solid #010101;
  float: left;
  margin-top: 5px;
  margin-right: 18px;
  text-align: center;
  font-size: 40px;
  border-radius: 333px;
  -moz-border-radius: 333px;
  -webkit-border-radius: 333px;
}
/* line 3740, ../sass/app.scss */
.node-type-event .container_content .field-type-datetime {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}
/* line 3752, ../sass/app.scss */
.node-type-event .container_content .field-type-datetime .field-item {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 4px;
}
/* line 3758, ../sass/app.scss */
.node-type-event .container_content .field-name-field-image img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* line 3767, ../sass/app.scss */
#block-ishr-api-newsletter-subscription {
  padding: 10px;
  background-color: #f4f4f4;
  background-color: rgba(242, 242, 242, 0.7);
  border: 1px solid #d4d4d4;
}
/* line 3775, ../sass/app.scss */
#block-ishr-api-newsletter-subscription .mailchimp-newsletter-wrapper,
#block-ishr-api-newsletter-subscription h2 {
  text-align: left;
}
/* line 3780, ../sass/app.scss */
#block-ishr-api-newsletter-subscription .form-checkboxes .form-item {
  margin: .6em 0;
}
/* line 3784, ../sass/app.scss */
#block-ishr-api-newsletter-subscription .form-text {
  width: 100%;
  margin: 6px 0 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #cdcdcd;
  padding: 0 5px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
/* line 3798, ../sass/app.scss */
#block-ishr-api-newsletter-subscription .form-submit {
  border: none;
  width: 150px;
  height: 32px;
  line-height: 30px;
  background-color: #010101;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.222s ease 0s;
  -moz-transition: all 0.222s ease 0s;
  -o-transition: all 0.222s ease 0s;
  transition: all 0.222s ease 0s;
}
/* line 3814, ../sass/app.scss */
#block-ishr-api-newsletter-subscription .form-submit:hover {
  background-color: #d20137;
  color: #010101;
}

/* line 3822, ../sass/app.scss */
.page-faq .view-content .view-grouping h2 {
  margin: 0 0 25px 0;
  float: left;
  color: #d20137;
  height: 76px;
  line-height: 70px;
  width: 100%;
  clear: both;
  border-color: #9a9a9a;
  border-width: 0 0 1px 0;
  border-style: solid;
  font-size: 35px;
  font-family: 'Lato';
  font-weight: 900;
}
@media all and (max-width: 600px) {
  /* line 3822, ../sass/app.scss */
  .page-faq .view-content .view-grouping h2 {
    font-size: 23px;
  }
}
/* line 3846, ../sass/app.scss */
.page-faq .view-content .view-grouping:nth-child(1) h2 {
  margin: -25px 0 25px 0;
}
/* line 3850, ../sass/app.scss */
.page-faq h3 {
  font-size: 1.2em;
}
/* line 3854, ../sass/app.scss */
.page-faq h4 {
  font-size: 1.1em;
}
/* line 3858, ../sass/app.scss */
.page-faq .attachment-before {
  padding-bottom: 15px;
  border-bottom: 1px solid #9a9a9a;
}
/* line 3863, ../sass/app.scss */
.page-faq .container_content li a {
  color: #d20137;
}

/* line 3870, ../sass/app.scss */
.view-publications .view-content {
  background-color: #ffffff;
  margin: 10px 0 18px 0;
}
/* line 3875, ../sass/app.scss */
.view-publications .view-content h3 {
  margin-bottom: 1px;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  background-color: #e7e7e7;
  font-size: 16px;
  cursor: pointer;
  color: #010101;
  -webkit-transition: all 0.222s ease 0s;
  -moz-transition: all 0.222s ease 0s;
  -o-transition: all 0.222s ease 0s;
  transition: all 0.222s ease 0s;
}
/* line 3887, ../sass/app.scss */
.view-publications .view-content h3 a {
  color: #010101;
  -webkit-transition: all 0.222s ease 0s;
  -moz-transition: all 0.222s ease 0s;
  -o-transition: all 0.222s ease 0s;
  transition: all 0.222s ease 0s;
}
/* line 3893, ../sass/app.scss */
.view-publications .view-content h3 a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: inline-block;
  margin: 0 4px 0 0;
  color: inherit;
  -webkit-transition: -webkit-transform .222s ease;
  -moz-transition: -moz-transform .222s ease;
  -ms-transition: -ms-transform .222s ease;
  -o-transition: -o-transform .222s ease;
  transition: transform .222s ease;
}
/* line 3906, ../sass/app.scss */
.view-publications .view-content h3.ui-state-active {
  background-color: #d20137;
  color: #ffffff;
}
/* line 3910, ../sass/app.scss */
.view-publications .view-content h3.ui-state-active a {
  color: #ffffff;
}
/* line 3914, ../sass/app.scss */
.view-publications .view-content h3.ui-state-active:hover {
  background-color: #b90130;
}
/* line 3918, ../sass/app.scss */
.view-publications .view-content h3.ui-state-active a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: inherit;
}
/* line 3924, ../sass/app.scss */
.view-publications .view-content h3:hover {
  background-color: #010101;
  color: #ffffff;
}
/* line 3928, ../sass/app.scss */
.view-publications .view-content h3:hover a {
  color: #ffffff;
}
/* line 3933, ../sass/app.scss */
.view-publications .view-content h3 span {
  display: none;
}
/* line 3938, ../sass/app.scss */
.view-publications .view-content .views-row {
  padding: 4px 20px 4px 20px;
}
/* line 3941, ../sass/app.scss */
.view-publications .view-content .views-row.views-row-first {
  padding-top: 12px;
}
/* line 3945, ../sass/app.scss */
.view-publications .view-content .views-row.views-row-last {
  padding-bottom: 12px;
}
/* line 3949, ../sass/app.scss */
.view-publications .view-content .views-row span {
  font-size: 14px;
}
/* line 3953, ../sass/app.scss */
.view-publications .view-content .views-row a {
  color: #010101;
}
/* line 3956, ../sass/app.scss */
.view-publications .view-content .views-row a:hover {
  color: #d20137;
}
/* line 3960, ../sass/app.scss */
.view-publications .view-content .views-row a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
}

/* line 3972, ../sass/app.scss */
.view-history-and-impact .views-row {
  position: relative;
  float: left;
  width: 100%;
}
/* line 3977, ../sass/app.scss */
.view-history-and-impact .views-row .views-field {
  float: left;
}
/* line 3981, ../sass/app.scss */
.view-history-and-impact .views-row .views-field-field-year {
  left: 0;
  top: 0;
  width: 20%;
  font-size: 17px;
  font-weight: 700;
}
/* line 3991, ../sass/app.scss */
.view-history-and-impact .views-row .views-field-field-year div {
  margin: 15px 0;
}
/* line 3997, ../sass/app.scss */
.view-history-and-impact .views-row .views-field-field-image {
  width: 25%;
  min-height: 86px;
}
/* line 4001, ../sass/app.scss */
.view-history-and-impact .views-row .views-field-field-image img {
  width: 100% !important;
  height: auto !important;
}
/* line 4007, ../sass/app.scss */
.view-history-and-impact .views-row .views-field-body {
  width: 51%;
}
/* line 4010, ../sass/app.scss */
.view-history-and-impact .views-row .views-field-body p {
  margin: 15px 0 15px 4%;
}
@media all and (max-width: 650px) {
  /* line 4019, ../sass/app.scss */
  .view-history-and-impact .views-row .views-field-field-year {
    width: 100%;
  }
  /* line 4023, ../sass/app.scss */
  .view-history-and-impact .views-row .views-field-field-image {
    width: 33%;
  }
  /* line 4027, ../sass/app.scss */
  .view-history-and-impact .views-row .views-field-body {
    width: 67%;
  }
}
@media all and (max-width: 365px) {
  /* line 4035, ../sass/app.scss */
  .view-history-and-impact .views-row .views-field-field-year,
  .view-history-and-impact .views-row .views-field-field-image,
  .view-history-and-impact .views-row .views-field-body {
    width: 100%;
    min-height: 1px;
  }
  /* line 4041, ../sass/app.scss */
  .view-history-and-impact .views-row .views-field-field-year p,
  .view-history-and-impact .views-row .views-field-field-image p,
  .view-history-and-impact .views-row .views-field-body p {
    margin: 15px 0;
  }
}

/* line 4050, ../sass/app.scss */
.popup_banner_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 1, 1, 0.75);
  z-index: 90;
  display: none;
}
/* line 4060, ../sass/app.scss */
.popup_banner_overlay .popup {
  width: 800px;
  height: 100%;
  max-width: 95%;
  margin: 0 auto;
}
/* line 4066, ../sass/app.scss */
.popup_banner_overlay .popup .table {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 4071, ../sass/app.scss */
.popup_banner_overlay .popup .table .cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 4075, ../sass/app.scss */
.popup_banner_overlay .popup .table .cell > div {
  height: 600px;
  max-height: 98%;
  position: relative;
}
/* line 4084, ../sass/app.scss */
.popup_banner_overlay a,
.popup_banner_overlay img {
  display: block;
}
/* line 4089, ../sass/app.scss */
.popup_banner_overlay .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-color: #d20137;
}
/* line 4097, ../sass/app.scss */
.popup_banner_overlay .close:after {
  display: block;
  content: 'x';
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
@media all and (max-width: 910px) {
  /* line 4050, ../sass/app.scss */
  .popup_banner_overlay {
    display: none !important;
  }
}
