/*! 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.
 */
/* code, removed for sitecore */
/* line 168, ../sass/_normalize.scss */
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 239, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 245, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 249, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: "Avenir LT W01 45 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: "default";
}

/* line 262, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
a:hover {
  cursor: "pointer";
}

/* line 265, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 268, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 272, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 274, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 278, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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 285, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 286, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 287, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 288, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 289, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 290, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 291, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 297, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 300, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 310, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 313, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 73.75em;
  *zoom: 1;
}
/* line 121, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 120, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 124, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.625em;
  margin-right: -0.625em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 125, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 129, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 134, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 138, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 142, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 145, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 146, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 148, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 156, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 160, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 164, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 165, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 168, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 171, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 178, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.hide-for-small, nav.utility-nav,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .hide-for-small, nav.utility-nav {
    display: inherit !important;
  }

  /* line 91, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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: 1195px) {
  /* line 125, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 139, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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: 1260px) {
  /* line 173, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 250, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 254, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 280, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 284, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/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, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 110, ../sass/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 115, ../sass/_type.scss */
.subheader {
  line-height: 1.4;
  color: #ffed8b;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 126, ../sass/_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 151, ../sass/_type.scss */
a {
  color: #24845b;
  text-decoration: none;
  line-height: inherit;
}
/* line 156, ../sass/_type.scss */
a:hover, a:focus {
  color: #1b3429;
}
/* line 159, ../sass/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 163, ../sass/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 173, ../sass/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 181, ../sass/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir LT W01 65 Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #f1cb00;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.25em;
  line-height: normal-0.1875em;
}
/* line 191, ../sass/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #ffed8b;
  line-height: 0;
}

/* line 198, ../sass/_type.scss */
h1 {
  font-size: 1.875em;
}

/* line 199, ../sass/_type.scss */
h2 {
  font-size: 1.625em;
}

/* line 200, ../sass/_type.scss */
h3 {
  font-size: 1.6875em;
}

/* line 201, ../sass/_type.scss */
h4 {
  font-size: 1.1875em;
}

/* line 202, ../sass/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 203, ../sass/_type.scss */
h6 {
  font-size: 1em;
}

/* line 207, ../sass/_type.scss */
hr {
  border: solid #ededed;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 216, ../sass/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 222, ../sass/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 228, ../sass/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

  /* removed for sitecore
code {
    font-family: $code-font-family;
    font-weight: $code-font-weight;
    color: $code-color;
  }
*/
/* Lists */
/* line 242, ../sass/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 252, ../sass/_type.scss */
ul, ol {
  margin-left: 1.25em;
}

/* Unordered Lists */
/* line 259, ../sass/_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, ../sass/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 272, ../sass/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 273, ../sass/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 274, ../sass/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 275, ../sass/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, ../sass/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, ../sass/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 295, ../sass/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 299, ../sass/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  border-bottom: 1px dotted #ddd;
  cursor: "help";
}

/* line 307, ../sass/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, ../sass/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}
/* line 317, ../sass/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #ffe558;
}
/* line 321, ../sass/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 325, ../sass/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #ffe558;
}

/* line 331, ../sass/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #ffed8b;
}

/* Microformats */
/* line 338, ../sass/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}
/* line 344, ../sass/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 348, ../sass/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 355, ../sass/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 357, ../sass/_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, ../sass/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: normal;
  }

  /* line 369, ../sass/_type.scss */
  h1 {
    font-size: 2.5em;
  }

  /* line 370, ../sass/_type.scss */
  h2 {
    font-size: 2.25em;
  }

  /* line 371, ../sass/_type.scss */
  h3 {
    font-size: 2em;
  }

  /* line 372, ../sass/_type.scss */
  h4 {
    font-size: 1.5em;
  }
}
/*
 * 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, ../sass/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, ../sass/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 392, ../sass/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 394, ../sass/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 396, ../sass/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../sass/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 403, ../sass/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 409, ../sass/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 411, ../sass/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 414, ../sass/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 418, ../sass/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 425, ../sass/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 428, ../sass/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 429, ../sass/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 430, ../sass/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 431, ../sass/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 170, ../sass/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: "pointer";
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #24845b;
  border-color: #195c3f;
  color: #007a4a;
}
/* line 120, ../sass/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #195c3f;
}
/* line 131, ../sass/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #007a4a;
}
/* line 175, ../sass/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #f1cb00;
  border-color: #bea000;
  color: #007a4a;
}
/* line 120, ../sass/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #bea000;
}
/* line 131, ../sass/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #007a4a;
}
/* line 176, ../sass/_buttons.scss */
button.success, .button.success {
  background-color: #f1cb00;
  border-color: #bea000;
  color: #007a4a;
}
/* line 120, ../sass/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #bea000;
}
/* line 131, ../sass/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #007a4a;
}
/* line 177, ../sass/_buttons.scss */
button.alert, .button.alert {
  background-color: #b64d00;
  border-color: #833700;
  color: #007a4a;
}
/* line 120, ../sass/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #833700;
}
/* line 131, ../sass/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #007a4a;
}
/* line 179, ../sass/_buttons.scss */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
/* line 180, ../sass/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
/* line 181, ../sass/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
/* line 182, ../sass/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
/* line 184, ../sass/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
/* line 185, ../sass/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
/* line 187, ../sass/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #24845b;
  border-color: #195c3f;
  color: #007a4a;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 120, ../sass/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #195c3f;
}
/* line 131, ../sass/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #007a4a;
}
/* line 144, ../sass/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #24845b;
}
/* line 188, ../sass/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #f1cb00;
  border-color: #bea000;
  color: #007a4a;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 120, ../sass/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #bea000;
}
/* line 131, ../sass/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #007a4a;
}
/* line 144, ../sass/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #f1cb00;
}
/* line 189, ../sass/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #f1cb00;
  border-color: #bea000;
  color: #007a4a;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 120, ../sass/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #bea000;
}
/* line 131, ../sass/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #007a4a;
}
/* line 144, ../sass/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #f1cb00;
}
/* line 190, ../sass/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #b64d00;
  border-color: #833700;
  color: #007a4a;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 120, ../sass/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #833700;
}
/* line 131, ../sass/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #007a4a;
}
/* line 144, ../sass/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #b64d00;
}

/* line 195, ../sass/_buttons.scss */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
}
/* line 197, ../sass/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
}
/* line 198, ../sass/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
}
/* line 199, ../sass/_buttons.scss */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
}

@media only screen {
  /* line 205, ../sass/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 213, ../sass/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 214, ../sass/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 222, ../sass/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 258, ../sass/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../sass/_forms.scss */
form .row .row {
  margin: 0 -0.5em;
}
/* line 69, ../sass/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
/* line 73, ../sass/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 75, ../sass/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 80, ../sass/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 264, ../sass/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}
/* line 265, ../sass/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 266, ../sass/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}
/* line 268, ../sass/_forms.scss */
label.required:after {
  content: "*";
  color: #c00;
  margin-left: 10px;
}

/* Attach elements to the beginning or end of an input */
/* line 277, ../sass/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 281, ../sass/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 282, ../sass/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 284, ../sass/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 285, ../sass/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 286, ../sass/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 287, ../sass/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
/* line 290, ../sass/_forms.scss */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
/* line 291, ../sass/_forms.scss */
span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 293, ../sass/_forms.scss */
span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
/* line 294, ../sass/_forms.scss */
span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 300, ../sass/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 303, ../sass/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 308, ../sass/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 311, ../sass/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */
/* line 318, ../sass/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  font-family: "Avenir LT W01 45 Book";
  border: 1px solid #dcede6;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #007a4a;
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 107, ../sass/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #56a786;
  outline: none;
}
/* line 114, ../sass/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 339, ../sass/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 347, ../sass/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 352, ../sass/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
/* line 215, ../sass/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 357, ../sass/_forms.scss */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #b64d00;
  background-color: rgba(182, 77, 0, 0.1);
}
/* line 230, ../sass/_forms.scss */
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #56a786;
}

/* line 364, ../sass/_forms.scss */
.error label,
label.error {
  color: #b64d00;
}

/* line 367, ../sass/_forms.scss */
.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #b64d00;
  color: #fff;
}

/* Sections */
/* line 272, ../sass/_section.scss */
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 0px solid #ccc;
  border-top: none;
}
/* line 275, ../sass/_section.scss */
.section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
  position: relative;
}
/* line 86, ../sass/_section.scss */
.section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
  background-color: #efefef;
  cursor: "pointer";
  margin-bottom: 0;
}
/* line 91, ../sass/_section.scss */
.section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333;
  font-size: 0.9375em;
  white-space: nowrap;
}
/* line 98, ../sass/_section.scss */
.section-container > section > .title:hover, .section-container > .section > .title:hover, .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 101, ../sass/_section.scss */
.section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content {
  display: none;
  padding: 2.1875em 0 0em;
  background-color: #fff;
}
/* line 106, ../sass/_section.scss */
.section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
  margin-bottom: 0;
}
/* line 107, ../sass/_section.scss */
.section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
  padding-top: 0;
}
/* line 108, ../sass/_section.scss */
.section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
  padding-bottom: 0;
}
/* line 112, ../sass/_section.scss */
.section-container > section.active > .content, .section-container > .section.active > .content, .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
  display: block;
}
/* line 113, ../sass/_section.scss */
.section-container > section.active > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
  background: #d6d6d6;
}
/* line 114, ../sass/_section.scss */
.section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
  color: #333;
}
/* line 123, ../sass/_section.scss */
.section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
  top: 0;
  width: 100%;
  margin: 0;
  border-top: solid 2px #f1f0e4;
}
/* line 129, ../sass/_section.scss */
.section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
  width: 100%;
}

/* line 279, ../sass/_section.scss */
.section-container.tabs {
  border: 0;
  position: relative;
}
/* line 282, ../sass/_section.scss */
.section-container.tabs > section, .section-container.tabs > .section {
  border: 0;
  position: static;
}
/* line 86, ../sass/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: "pointer";
  margin-bottom: 0;
}
/* line 91, ../sass/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333;
  font-size: 0.9375em;
  white-space: nowrap;
}
/* line 98, ../sass/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 101, ../sass/_section.scss */
.section-container.tabs > section .content, .section-container.tabs > .section .content {
  display: none;
  padding: 2.1875em 0 0em;
  background-color: #fff;
}
/* line 106, ../sass/_section.scss */
.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
  margin-bottom: 0;
}
/* line 107, ../sass/_section.scss */
.section-container.tabs > section .content > *:first-child, .section-container.tabs > .section .content > *:first-child {
  padding-top: 0;
}
/* line 108, ../sass/_section.scss */
.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
  padding-bottom: 0;
}
/* line 112, ../sass/_section.scss */
.section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
  display: block;
}
/* line 113, ../sass/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}
/* line 114, ../sass/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}
/* line 138, ../sass/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  width: auto;
  border: solid 0px #ccc;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 147, ../sass/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  width: 100%;
}
/* line 149, ../sass/_section.scss */
.section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title {
  border-right: solid 0px #ccc;
}
/* line 151, ../sass/_section.scss */
.section-container.tabs > section .content, .section-container.tabs > .section .content {
  border: solid 0px #ccc;
  position: absolute;
  z-index: 10;
  display: none;
  top: -1px;
}
/* line 160, ../sass/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  z-index: 11;
  border-bottom: 0;
  background-color: #fff;
}
/* line 165, ../sass/_section.scss */
.section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 288, ../sass/_section.scss */
  .section-container.auto {
    border: 0;
    position: relative;
  }
  /* line 291, ../sass/_section.scss */
  .section-container.auto > section, .section-container.auto > .section {
    border: 0;
    position: static;
  }
  /* line 86, ../sass/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: "pointer";
    margin-bottom: 0;
  }
  /* line 91, ../sass/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333;
    font-size: 0.9375em;
    white-space: nowrap;
  }
  /* line 98, ../sass/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 101, ../sass/_section.scss */
  .section-container.auto > section .content, .section-container.auto > .section .content {
    display: none;
    padding: 2.1875em 0 0em;
    background-color: #fff;
  }
  /* line 106, ../sass/_section.scss */
  .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 107, ../sass/_section.scss */
  .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
    padding-top: 0;
  }
  /* line 108, ../sass/_section.scss */
  .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
    padding-bottom: 0;
  }
  /* line 112, ../sass/_section.scss */
  .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
    display: block;
  }
  /* line 113, ../sass/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  /* line 114, ../sass/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  /* line 138, ../sass/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    width: auto;
    border: solid 0px #ccc;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  /* line 147, ../sass/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    width: 100%;
  }
  /* line 149, ../sass/_section.scss */
  .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title {
    border-right: solid 0px #ccc;
  }
  /* line 151, ../sass/_section.scss */
  .section-container.auto > section .content, .section-container.auto > .section .content {
    border: solid 0px #ccc;
    position: absolute;
    z-index: 10;
    display: none;
    top: -1px;
  }
  /* line 160, ../sass/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    z-index: 11;
    border-bottom: 0;
    background-color: #fff;
  }
  /* line 165, ../sass/_section.scss */
  .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
    position: relative;
  }

  /* line 294, ../sass/_section.scss */
  .section-container.accordion .section {
    padding-top: 0 !important;
  }

  /* line 298, ../sass/_section.scss */
  .section-container.vertical-tabs {
    border: 0px solid #ccc;
    position: relative;
  }
  /* line 301, ../sass/_section.scss */
  .section-container.vertical-tabs section,
  .section-container.vertical-tabs .section {
    padding-top: 0 !important;
    border: 0;
    position: static;
  }
  /* line 86, ../sass/_section.scss */
  .section-container.vertical-tabs section > .title,
  .section-container.vertical-tabs .section > .title {
    background-color: #efefef;
    cursor: "pointer";
    margin-bottom: 0;
  }
  /* line 91, ../sass/_section.scss */
  .section-container.vertical-tabs section > .title a,
  .section-container.vertical-tabs .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333;
    font-size: 0.9375em;
    white-space: nowrap;
  }
  /* line 98, ../sass/_section.scss */
  .section-container.vertical-tabs section > .title:hover,
  .section-container.vertical-tabs .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 101, ../sass/_section.scss */
  .section-container.vertical-tabs section .content,
  .section-container.vertical-tabs .section .content {
    display: none;
    padding: 2.1875em 0 0em;
    background-color: #fff;
  }
  /* line 106, ../sass/_section.scss */
  .section-container.vertical-tabs section .content > *:last-child,
  .section-container.vertical-tabs .section .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 107, ../sass/_section.scss */
  .section-container.vertical-tabs section .content > *:first-child,
  .section-container.vertical-tabs .section .content > *:first-child {
    padding-top: 0;
  }
  /* line 108, ../sass/_section.scss */
  .section-container.vertical-tabs section .content > *:last-child,
  .section-container.vertical-tabs .section .content > *:last-child {
    padding-bottom: 0;
  }
  /* line 112, ../sass/_section.scss */
  .section-container.vertical-tabs section.active > .content,
  .section-container.vertical-tabs .section.active > .content {
    display: block;
  }
  /* line 113, ../sass/_section.scss */
  .section-container.vertical-tabs section.active > .title,
  .section-container.vertical-tabs .section.active > .title {
    background: #d6d6d6;
  }
  /* line 114, ../sass/_section.scss */
  .section-container.vertical-tabs section.active > .title a,
  .section-container.vertical-tabs .section.active > .title a {
    color: #333;
  }
  /* line 175, ../sass/_section.scss */
  .section-container.vertical-tabs section > .title,
  .section-container.vertical-tabs .section > .title {
    position: absolute;
    border-top: solid 0px #ccc;
    width: 12.5em;
  }
  /* line 180, ../sass/_section.scss */
  .section-container.vertical-tabs section:first-child .title,
  .section-container.vertical-tabs .section:first-child .title {
    border-top: 0;
  }
  /* line 182, ../sass/_section.scss */
  .section-container.vertical-tabs section .content,
  .section-container.vertical-tabs .section .content {
    display: block;
    position: relative;
    left: 12.5em;
    border-left: solid 0px #ccc;
    z-index: 10;
  }
  /* line 193, ../sass/_section.scss */
  .section-container.vertical-tabs section.active > .title,
  .section-container.vertical-tabs .section.active > .title {
    background-color: #d6d6d6;
    width: 12.5625em;
    border-right: solid 0 transparent;
    z-index: 11;
  }
  /* line 199, ../sass/_section.scss */
  .section-container.vertical-tabs section.active:last-child .title,
  .section-container.vertical-tabs .section.active:last-child .title {
    border-bottom: 0;
  }

  /* line 305, ../sass/_section.scss */
  .section-container.vertical-nav {
    border: 0;
    position: relative;
  }
  /* line 308, ../sass/_section.scss */
  .section-container.vertical-nav > section, .section-container.vertical-nav > .section {
    padding-top: 0 !important;
    position: relative;
  }
  /* line 86, ../sass/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: "pointer";
    margin-bottom: 0;
  }
  /* line 91, ../sass/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333;
    font-size: 0.9375em;
    white-space: nowrap;
  }
  /* line 98, ../sass/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 101, ../sass/_section.scss */
  .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
    display: none;
    padding: 2.1875em 0 0em;
    background-color: #fff;
  }
  /* line 106, ../sass/_section.scss */
  .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 107, ../sass/_section.scss */
  .section-container.vertical-nav > section .content > *:first-child, .section-container.vertical-nav > .section .content > *:first-child {
    padding-top: 0;
  }
  /* line 108, ../sass/_section.scss */
  .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
    padding-bottom: 0;
  }
  /* line 112, ../sass/_section.scss */
  .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
    display: block;
  }
  /* line 113, ../sass/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 114, ../sass/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  /* line 208, ../sass/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    border-top: none;
    border: solid 0px #ccc;
  }
  /* line 212, ../sass/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    display: block;
    width: 100%;
  }
  /* line 217, ../sass/_section.scss */
  .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
    display: none;
  }
  /* line 218, ../sass/_section.scss */
  .section-container.vertical-nav > section:first-child .title, .section-container.vertical-nav > .section:first-child .title {
    border-bottom: none;
  }
  /* line 221, ../sass/_section.scss */
  .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 999;
    min-width: 12.5em;
    border: solid 0px #ccc;
  }

  /* line 312, ../sass/_section.scss */
  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 0px solid #ccc;
  }
  /* line 315, ../sass/_section.scss */
  .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
    padding-top: 0;
    border: 0;
    position: static;
  }
  /* line 86, ../sass/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: "pointer";
    margin-bottom: 0;
  }
  /* line 91, ../sass/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333;
    font-size: 0.9375em;
    white-space: nowrap;
  }
  /* line 98, ../sass/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 101, ../sass/_section.scss */
  .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
    display: none;
    padding: 2.1875em 0 0em;
    background-color: #fff;
  }
  /* line 106, ../sass/_section.scss */
  .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 107, ../sass/_section.scss */
  .section-container.horizontal-nav > section .content > *:first-child, .section-container.horizontal-nav > .section .content > *:first-child {
    padding-top: 0;
  }
  /* line 108, ../sass/_section.scss */
  .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
    padding-bottom: 0;
  }
  /* line 112, ../sass/_section.scss */
  .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
    display: block;
  }
  /* line 113, ../sass/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 114, ../sass/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  /* line 239, ../sass/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    width: auto;
    border: solid 0px #ccc;
    border-left: 0;
    top: -1px;
    position: absolute;
    z-index: 1;
  }
  /* line 247, ../sass/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    width: 100%;
  }
  /* line 250, ../sass/_section.scss */
  .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
    display: none;
  }
  /* line 253, ../sass/_section.scss */
  .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -2px;
    min-width: 12.5em;
    border: solid 0px #ccc;
  }
}
/* line 322, ../sass/_section.scss */
.no-js .section-container.auto, .no-js .section-container.accordion, .no-js .section-container.tabs, .no-js .section-container.vertical-tabs, .no-js .section-container.vertical-nav, .no-js .section-container.horizontal-nav {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 0px solid #ccc;
  border-top: none;
}
/* line 330, ../sass/_section.scss */
.no-js .section-container.auto > section, .no-js .section-container.auto > .section, .no-js .section-container.accordion > section, .no-js .section-container.accordion > .section, .no-js .section-container.tabs > section, .no-js .section-container.tabs > .section, .no-js .section-container.vertical-tabs > section, .no-js .section-container.vertical-tabs > .section, .no-js .section-container.vertical-nav > section, .no-js .section-container.vertical-nav > .section, .no-js .section-container.horizontal-nav > section, .no-js .section-container.horizontal-nav > .section {
  position: relative;
}
/* line 86, ../sass/_section.scss */
.no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
  background-color: #efefef;
  cursor: "pointer";
  margin-bottom: 0;
}
/* line 91, ../sass/_section.scss */
.no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333;
  font-size: 0.9375em;
  white-space: nowrap;
}
/* line 98, ../sass/_section.scss */
.no-js .section-container.auto > section > .title:hover, .no-js .section-container.auto > .section > .title:hover, .no-js .section-container.accordion > section > .title:hover, .no-js .section-container.accordion > .section > .title:hover, .no-js .section-container.tabs > section > .title:hover, .no-js .section-container.tabs > .section > .title:hover, .no-js .section-container.vertical-tabs > section > .title:hover, .no-js .section-container.vertical-tabs > .section > .title:hover, .no-js .section-container.vertical-nav > section > .title:hover, .no-js .section-container.vertical-nav > .section > .title:hover, .no-js .section-container.horizontal-nav > section > .title:hover, .no-js .section-container.horizontal-nav > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 101, ../sass/_section.scss */
.no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
  display: none;
  padding: 2.1875em 0 0em;
  background-color: #fff;
}
/* line 106, ../sass/_section.scss */
.no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
  margin-bottom: 0;
}
/* line 107, ../sass/_section.scss */
.no-js .section-container.auto > section .content > *:first-child, .no-js .section-container.auto > .section .content > *:first-child, .no-js .section-container.accordion > section .content > *:first-child, .no-js .section-container.accordion > .section .content > *:first-child, .no-js .section-container.tabs > section .content > *:first-child, .no-js .section-container.tabs > .section .content > *:first-child, .no-js .section-container.vertical-tabs > section .content > *:first-child, .no-js .section-container.vertical-tabs > .section .content > *:first-child, .no-js .section-container.vertical-nav > section .content > *:first-child, .no-js .section-container.vertical-nav > .section .content > *:first-child, .no-js .section-container.horizontal-nav > section .content > *:first-child, .no-js .section-container.horizontal-nav > .section .content > *:first-child {
  padding-top: 0;
}
/* line 108, ../sass/_section.scss */
.no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
  padding-bottom: 0;
}
/* line 112, ../sass/_section.scss */
.no-js .section-container.auto > section.active > .content, .no-js .section-container.auto > .section.active > .content, .no-js .section-container.accordion > section.active > .content, .no-js .section-container.accordion > .section.active > .content, .no-js .section-container.tabs > section.active > .content, .no-js .section-container.tabs > .section.active > .content, .no-js .section-container.vertical-tabs > section.active > .content, .no-js .section-container.vertical-tabs > .section.active > .content, .no-js .section-container.vertical-nav > section.active > .content, .no-js .section-container.vertical-nav > .section.active > .content, .no-js .section-container.horizontal-nav > section.active > .content, .no-js .section-container.horizontal-nav > .section.active > .content {
  display: block;
}
/* line 113, ../sass/_section.scss */
.no-js .section-container.auto > section.active > .title, .no-js .section-container.auto > .section.active > .title, .no-js .section-container.accordion > section.active > .title, .no-js .section-container.accordion > .section.active > .title, .no-js .section-container.tabs > section.active > .title, .no-js .section-container.tabs > .section.active > .title, .no-js .section-container.vertical-tabs > section.active > .title, .no-js .section-container.vertical-tabs > .section.active > .title, .no-js .section-container.vertical-nav > section.active > .title, .no-js .section-container.vertical-nav > .section.active > .title, .no-js .section-container.horizontal-nav > section.active > .title, .no-js .section-container.horizontal-nav > .section.active > .title {
  background: #d6d6d6;
}
/* line 114, ../sass/_section.scss */
.no-js .section-container.auto > section.active > .title a, .no-js .section-container.auto > .section.active > .title a, .no-js .section-container.accordion > section.active > .title a, .no-js .section-container.accordion > .section.active > .title a, .no-js .section-container.tabs > section.active > .title a, .no-js .section-container.tabs > .section.active > .title a, .no-js .section-container.vertical-tabs > section.active > .title a, .no-js .section-container.vertical-tabs > .section.active > .title a, .no-js .section-container.vertical-nav > section.active > .title a, .no-js .section-container.vertical-nav > .section.active > .title a, .no-js .section-container.horizontal-nav > section.active > .title a, .no-js .section-container.horizontal-nav > .section.active > .title a {
  color: #333;
}
/* line 123, ../sass/_section.scss */
.no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
  top: 0;
  width: 100%;
  margin: 0;
  border-top: solid 2px #f1f0e4;
}
/* line 129, ../sass/_section.scss */
.no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
  width: 100%;
}
/* line 332, ../sass/_section.scss */
.no-js .section-container.auto > section .title, .no-js .section-container.auto > .section .title, .no-js .section-container.accordion > section .title, .no-js .section-container.accordion > .section .title, .no-js .section-container.tabs > section .title, .no-js .section-container.tabs > .section .title, .no-js .section-container.vertical-tabs > section .title, .no-js .section-container.vertical-tabs > .section .title, .no-js .section-container.vertical-nav > section .title, .no-js .section-container.vertical-nav > .section .title, .no-js .section-container.horizontal-nav > section .title, .no-js .section-container.horizontal-nav > .section .title {
  position: static;
  width: 100%;
  border-left: 0;
  border-right: 0;
}
/* line 339, ../sass/_section.scss */
.no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
  position: static;
  display: block;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 67, ../sass/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #fff;
}
/* line 71, ../sass/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 75, ../sass/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 83, ../sass/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  position: relative;
  background: #fff;
  margin-bottom: 1.875em;
}
/* line 92, ../sass/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 97, ../sass/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 99, ../sass/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 102, ../sass/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 104, ../sass/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 107, ../sass/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 112, ../sass/_top-bar.scss */
.top-bar .name {
  height: 52px;
  margin: 0;
  font-size: 16px;
}
/* line 117, ../sass/_top-bar.scss */
.top-bar .name h1 {
  line-height: 52px;
  font-size: 1.125em;
  margin: 0;
}
/* line 121, ../sass/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #24845b;
  width: 50%;
  display: block;
  padding: 0 17.33333px;
}
/* line 132, ../sass/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 137, ../sass/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #24845b;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 17.33333px;
  height: 52px;
  line-height: 52px;
}
/* line 150, ../sass/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 17.33333px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 156, ../sass/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #24845b;
}
/* line 164, ../sass/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
/* line 185, ../sass/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 189, ../sass/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #fff;
}
/* line 192, ../sass/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #fff;
}
/* line 193, ../sass/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

/* line 211, ../sass/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 217, ../sass/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  font-size: 16px;
  margin: 0;
}
/* line 226, ../sass/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 0px white;
  border-top: solid 0px #e6e6e6;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 236, ../sass/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #24845b;
  padding: 12px 0 12px 0;
  padding-left: 17.33333px;
  font-size: 1.125em;
  font-weight: bold;
  background: #fff;
}
/* line 246, ../sass/_top-bar.scss */
.top-bar-section ul li > a.hover {
  background: #f7f7f7;
  color: #fff;
}
/* line 252, ../sass/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #24845b;
  font-size: 1.125em;
}
/* line 255, ../sass/_top-bar.scss */
.top-bar-section ul li > a.button.hover {
  background: #195c3f;
}
/* line 259, ../sass/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #f1cb00;
}
/* line 261, ../sass/_top-bar.scss */
.top-bar-section ul li > a.button.secondary.hover {
  background: #bea000;
}
/* line 265, ../sass/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #f1cb00;
}
/* line 267, ../sass/_top-bar.scss */
.top-bar-section ul li > a.button.success.hover {
  background: #bea000;
}
/* line 271, ../sass/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #b64d00;
}
/* line 273, ../sass/_top-bar.scss */
.top-bar-section ul li > a.button.alert.hover {
  background: #833700;
}
/* line 281, ../sass/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #e4efe9;
  color: #24845b;
}
/* line 288, ../sass/_top-bar.scss */
.top-bar-section .has-form {
  padding: 17.33333px;
}
/* line 291, ../sass/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 295, ../sass/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent rgba(2, 120, 70, 0.5);
  border-left-style: solid;
  margin-right: 17.33333px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 305, ../sass/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 306, ../sass/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
/* line 313, ../sass/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
/* line 320, ../sass/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 324, ../sass/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 17.33333px;
}
/* line 329, ../sass/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 330, ../sass/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #24845b;
  line-height: 26px;
  display: block;
}
/* line 338, ../sass/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 17.33333px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #027846;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 350, ../sass/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 48.0625em !important;
  visibility: hidden;
}

/* line 354, ../sass/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 48.0625em) {
  /* line 359, ../sass/_top-bar.scss */
  .top-bar {
    background: #fff;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 364, ../sass/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 366, ../sass/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 367, ../sass/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 369, ../sass/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 379, ../sass/_top-bar.scss */
  .top-bar.expanded {
    background: #fff;
  }

  /* line 382, ../sass/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 73.75em;
    margin: 0 auto;
  }

  /* line 387, ../sass/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 391, ../sass/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 396, ../sass/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 398, ../sass/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 403, ../sass/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 17.33333px;
    line-height: 52px;
    background: #fff;
  }
  /* line 407, ../sass/_top-bar.scss */
  .top-bar-section li a:not(.button).hover {
    background: #b3b3b3;
  }
  /* line 412, ../sass/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 37.33333px !important;
  }
  /* line 415, ../sass/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: rgba(2, 120, 70, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -3px;
    top: 26px;
  }
  /* line 422, ../sass/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 423, ../sass/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  /* line 427, ../sass/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown {
    visibility: visible;
  }
  /* line 434, ../sass/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -16px;
    right: 5px;
  }
  /* line 445, ../sass/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 452, ../sass/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #027846;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 17.33333px;
    background: white;
  }
  /* line 460, ../sass/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: white;
  }
  /* line 466, ../sass/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 473, ../sass/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 0px white;
    border-left: solid 0px #e6e6e6;
    clear: none;
    height: 52px;
    width: 0px;
  }
  /* line 484, ../sass/_top-bar.scss */
  .top-bar-section .has-form {
    background: #fff;
    padding: 0 17.33333px;
    height: 52px;
  }
  /* line 492, ../sass/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 496, ../sass/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 56, ../sass/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 59, ../sass/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 65, ../sass/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 69, ../sass/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 72, ../sass/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 75, ../sass/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 77, ../sass/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 83, ../sass/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 115, ../sass/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}
/* line 121, ../sass/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 127, ../sass/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 129, ../sass/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 140, ../sass/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 149, ../sass/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
/* line 162, ../sass/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: transparent;
  z-index: 10;
}
/* line 167, ../sass/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
/* line 173, ../sass/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 180, ../sass/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 188, ../sass/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 201, ../sass/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
/* line 213, ../sass/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 216, ../sass/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 230, ../sass/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
/* line 240, ../sass/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 241, ../sass/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 246, ../sass/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
/* line 250, ../sass/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 251, ../sass/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
/* line 258, ../sass/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 264, ../sass/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 270, ../sass/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 13px;
  height: 13px;
  background: #999;
  float: left;
  margin-right: 6px;
  border: solid 2px #555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 280, ../sass/_orbit.scss */
.orbit-bullets li.active {
  background: #555;
}
/* line 284, ../sass/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 290, ../sass/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 294, ../sass/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 302, ../sass/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 306, ../sass/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 316, ../sass/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 317, ../sass/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 321, ../sass/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 3, ../sass/_rich-text.scss */
.rich-text__image-snippet--right {
  float: right;
}
/* line 7, ../sass/_rich-text.scss */
.rich-text__image-snippet--left {
  float: left;
}
/* line 11, ../sass/_rich-text.scss */
.rich-text__image-snippet--center .rich-text__image-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 17, ../sass/_rich-text.scss */
.rich-text__image-snippet--left .rich-text__image-container {
  text-align: left;
  margin-right: 24px;
}
/* line 22, ../sass/_rich-text.scss */
.rich-text__image-snippet--right .rich-text__image-container {
  text-align: right;
  margin-left: 24px;
}

/* line 28, ../sass/_rich-text.scss */
.rich-text__image-container {
  display: table;
  width: 1px;
  margin-bottom: 24px;
}
/* line 36, ../sass/_rich-text.scss */
.rich-text__image-container img, .rich-text__image-container figcaption {
  max-width: none;
  display: table-row;
}
/* line 41, ../sass/_rich-text.scss */
.rich-text__image-container img {
  margin-bottom: 16px;
}
/* line 45, ../sass/_rich-text.scss */
.rich-text__image-container figcaption {
  font-size: 14px;
  line-height: 1.4;
}

/* line 51, ../sass/_rich-text.scss */
.rich-text__pull-quote {
  background-color: #548235;
  border-radius: 16px;
  padding: 10px 0;
  margin: 24px 0;
  position: relative;
}
/* line 59, ../sass/_rich-text.scss */
.rich-text__pull-quote blockquote {
  position: relative;
  width: 98%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  z-index: 2;
}
/* line 67, ../sass/_rich-text.scss */
.rich-text__pull-quote blockquote::before {
  content: " ";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 10px;
  right: 10px;
  background-color: #fff;
  max-width: 825px;
  z-index: -1;
}
/* line 79, ../sass/_rich-text.scss */
.rich-text__pull-quote blockquote p {
  color: #bf8f00;
  font-size: 18px;
  font-family: "AvenirLTW01-45BookObliq";
  line-height: 1.6;
  text-align: center;
}
/* line 87, ../sass/_rich-text.scss */
.rich-text__pull-quote blockquote cite {
  font-size: 14px;
  color: #808080;
  text-align: center;
  font-style: normal;
}
/* line 95, ../sass/_rich-text.scss */
.rich-text__pull-quote--right {
  float: right;
  margin-left: 24px;
}
/* line 100, ../sass/_rich-text.scss */
.rich-text__pull-quote--left {
  float: left;
  margin-right: 24px;
}
/* line 105, ../sass/_rich-text.scss */
.rich-text__pull-quote--right, .rich-text__pull-quote--left {
  width: 50%;
}
/* line 108, ../sass/_rich-text.scss */
.rich-text__pull-quote--right blockquote, .rich-text__pull-quote--left blockquote {
  width: 97%;
}
@media only screen and (max-width: 768px) {
  /* line 105, ../sass/_rich-text.scss */
  .rich-text__pull-quote--right, .rich-text__pull-quote--left {
    float: none;
    width: 85%;
    margin: 0 auto 28px auto;
  }
}

/* Inline Lists */
/* line 49, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
/* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Pagination */
/* line 98, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
/* line 46, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination li {
  display: block;
  float: left;
  height: 1.5em;
  color: #666;
  font-size: 1.125em;
  margin-left: 0.3125em;
}
/* line 54, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination li a {
  display: block;
  padding: 0.125em 0.5em 0.125em;
  color: #24845b;
}
/* line 60, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
/* line 63, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination li.unavailable a {
  cursor: "default";
  color: #999;
}
/* line 68, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
/* line 70, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination li.current a {
  background: #24845b;
  color: #fff;
  font-weight: normal;
  cursor: "default";
}
/* line 76, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #24845b;
}

/* line 83, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 84, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_pagination.scss */
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

/* Tables */
/* line 80, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #f1f0e4;
}
/* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: #fbf9ef;
  font-weight: bold;
}
/* line 47, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.9375em;
  color: #24845b;
  text-align: left;
}
/* line 58, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 1.125em;
  color: #666;
}
/* line 65, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #fff;
}
/* line 70, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* =============== MIXINS =============== */
/* =============== GLOBAL =============== */
/* line 76, ../sass/app.scss */
body {
  border-top: 0.3125em solid #f1cb00;
}

/* line 78, ../sass/app.scss */
header {
  font-family: "Avenir LT W01 45 Book";
}

/* line 80, ../sass/app.scss */
.button {
  background: #24845b;
  color: #fff;
  font-family: "Avenir LT W01 85 Heavy";
  font-size: 0.9375em;
  border: 0;
  border-color: #dcede6;
  border-radius: 3px;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
}
/* line 81, ../sass/app.scss */
.button:hover {
  color: #fff;
  background: #1b3429;
}
/* line 83, ../sass/app.scss */
.button.secondary {
  background: #e4efe9;
  font-family: "Avenir LT W01 45 Book";
  border-color: #dcede6;
  border-radius: 3px;
}
/* line 84, ../sass/app.scss */
.button.secondary:hover {
  background: #24845b;
  color: #fff;
}

/* line 89, ../sass/app.scss */
hr.thick {
  border-width: 1px;
  border-color: #dcede6;
}

/* line 92, ../sass/app.scss */
.subhead {
  font-size: 1.125em;
  color: #a3c3b3;
  line-height: normal;
}

/* line 94, ../sass/app.scss */
h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
  color: #24845b;
}

/* line 97, ../sass/app.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
}
/* line 98, ../sass/app.scss */
table tbody th, table tbody td {
  font-family: "Centaur W01";
  background-color: #fff;
  border: 1px solid #f1f0e4;
}

/* line 101, ../sass/app.scss */
.green-text {
  color: #24845b;
}

/* =============== TOP HEADER AREA =============== */
/* line 108, ../sass/app.scss */
#logo {
  padding: 1.5625em 0;
}

/* line 111, ../sass/app.scss */
nav.utility-nav ul {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 0.625em 0;
  margin-bottom: 0;
}
/* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_inline-lists.scss */
nav.utility-nav ul > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
/* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_inline-lists.scss */
nav.utility-nav ul > li > * {
  display: block;
}
/* line 112, ../sass/app.scss */
nav.utility-nav ul a {
  color: #a3c3b3;
  font-size: 0.75em;
}
/* line 113, ../sass/app.scss */
nav.utility-nav ul a:hover {
  text-decoration: underline;
  color: #a3c3b3 !important;
}
/* line 115, ../sass/app.scss */
nav.utility-nav ul li:last-child a {
  color: #007a4a;
  font-family: "Avenir LT W01 65 Medium";
}
/* line 116, ../sass/app.scss */
nav.utility-nav ul li:last-child a:hover {
  color: #007a4a !important;
}

/* search top right */
/* line 122, ../sass/app.scss */
.site-search {
  float: left;
  width: 100%;
  display: none;
}
/* line 123, ../sass/app.scss */
.site-search input[type=text] {
  float: left;
  width: 78%;
  margin-right: 2%;
  font-size: 1em;
}
/* line 124, ../sass/app.scss */
.site-search input[type=submit] {
  float: left;
  width: 20%;
  display: block;
  font-size: 1em;
}

/* line 127, ../sass/app.scss */
.search-icon {
  position: absolute;
  top: 1.875em;
  right: 0.625em;
  display: block;
  width: 2em;
  height: 2em;
  background: url(../images/sprite.png) right top;
  overflow: hidden;
  text-indent: -999px;
}

/* line 130, ../sass/app.scss */
.site-search.mobile-toggle input[type=text] {
  width: 90%;
  margin-right: 0;
}
/* line 131, ../sass/app.scss */
.site-search.mobile-toggle input[type=submit] {
  width: 10%;
}

/* alert */
/* line 135, ../sass/app.scss */
.site-alert {
  display: none;
  position: relative;
  z-index: 999;
  background: #f1cb00;
  padding: 0.9375em 1.5625em 1.5625em;
}
/* line 136, ../sass/app.scss */
.site-alert .alert {
  display: block;
  padding: 1.5625em 2.8125em;
  background: #f9e88c;
  font-family: "Avenir LT W01 85 Heavy";
  font-size: 0.9375em;
  color: #b64d00;
  line-height: 1.25em;
  -webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.15);
  box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.15);
}

/* line 143, ../sass/app.scss */
.trigger-container {
  display: none;
  margin: 0 auto -30px auto;
  position: relative;
  z-index: 999;
  width: 5.3125em;
}
/* line 144, ../sass/app.scss */
.trigger-container.active {
  display: block;
}
/* line 145, ../sass/app.scss */
.trigger-container .trigger {
  position: relative;
  display: inline-block;
  width: 4.6875em;
  font-family: "Avenir LT W01 45 Book";
  font-size: 0.9375em;
  color: #b64d00;
  background: #f1cb00;
  padding: 0.3125em 0.625em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
/* line 146, ../sass/app.scss */
.trigger-container .trigger:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/sprite.png) right -62px;
  vertical-align: middle;
  margin-left: 0.3125em;
}
/* line 147, ../sass/app.scss */
.trigger-container .trigger.active:after {
  width: 7px;
  height: 6px;
  background-position: right -67px;
}

/* foundation top bar */
/* line 153, ../sass/app.scss */
.top-bar {
  z-index: 1000;
  margin: 0;
  background: #24845b;
}
/* line 154, ../sass/app.scss */
.top-bar .name h1 {
  display: none;
}
/* line 155, ../sass/app.scss */
.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
}

/* line 159, ../sass/app.scss */
.top-bar-section ul li > a {
  font-size: 1.125em;
  font-weight: normal;
  color: #24845b;
}
/* line 161, ../sass/app.scss */
.top-bar-section .dropdown-content .title {
  background: #24845b;
  color: #fff;
  font-family: "Avenir LT W01 85 Heavy";
  font-size: 1.125em;
  padding: 0.5em 0.9375em;
}
/* line 162, ../sass/app.scss */
.top-bar-section .dropdown-content .subtitle {
  display: none;
}

/* line 167, ../sass/app.scss */
.top-bar.expanded .title-area {
  background: #24845b;
}
/* line 168, ../sass/app.scss */
.top-bar.expanded .menu-icon {
  color: #fff;
}
/* line 169, ../sass/app.scss */
.top-bar.expanded .top-bar-section h5 {
  font-family: "Avenir LT W01 45 Book";
}
/* line 170, ../sass/app.scss */
.top-bar.expanded .top-bar-section a {
  border-bottom: 1px solid #e4efe9;
}

/* =============== FOOTERS =============== */
/* social footer */
/* line 179, ../sass/app.scss */
.social-footer {
  background: #2d5745;
  padding: 1.5625em 0;
  font-family: "Avenir LT W01 65 Medium";
  font-size: 0.9375em;
  color: #578469;
}
/* line 180, ../sass/app.scss */
.social-footer h4 {
  font-family: "Avenir LT W01 65 Medium";
  font-size: 2em;
  color: #578469;
  margin: 0;
  line-height: 1.25em;
}

/* line 183, ../sass/app.scss */
.email-signup {
  margin-bottom: 1.25em;
  border-bottom: 1px solid #4a765e;
}
/* line 184, ../sass/app.scss */
.email-signup input[type=text] {
  width: 100%;
  color: #aaa;
  margin-bottom: 0.375em;
  font-size: 1em;
}
/* line 185, ../sass/app.scss */
.email-signup input[type=submit] {
  width: 100%;
  font-size: 1em;
}

/* original way to display social icons (using sprite)
.social-icons { overflow: hidden; margin-bottom: emCalc(30px); padding-bottom: emCalc(20px); border-bottom: 1px solid $tf-green;
	a { float: left; display: block; margin: 0 emCalc(12px) emCalc(12px) 0; width: 50px; height: 50px; overflow: hidden; text-indent: -999px; background: $sprite no-repeat;
		&.facebook { background-position: right -85px;
			&:hover { background-position: -100px -85px; }
		}
		&.twitter { background-position: right -135px;
			&:hover { background-position: -100px -135px; }
		}
		&.youtube { background-position: right -185px;
			&:hover { background-position: -100px -185px; }
		}
		&.flickr { background-position: right -235px;
			&:hover { background-position: -100px -235px; }
		}
	}
}
*/
/* line 208, ../sass/app.scss */
.social-icons {
  overflow: hidden;
  margin-bottom: 1.875em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #4a765e;
}
/* line 209, ../sass/app.scss */
.social-icons a {
  position: relative;
  float: left;
  display: block;
  margin: 0 0.75em 0.75em 0;
  zoom: 1;
  filter: alpha(opacity=1);
  opacity: 1;
  transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -webkit-transition: margin 0.5s ease-in-out;
}
/* line 210, ../sass/app.scss */
.social-icons a:hover {
  filter: alpha(opacity=0.6);
  opacity: .6;
  transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
}

/* line 215, ../sass/app.scss */
.twitter .bubble {
  position: relative;
  padding: 0.9375em;
  margin-bottom: 0.9375em;
  background: #fff;
  font-family: "Avenir LT W01 65 Medium";
  font-size: 1em;
  line-height: 1.25em;
  color: #a3c3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
/* line 216, ../sass/app.scss */
.twitter .bubble:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25px;
  display: block;
  width: 19px;
  height: 10px;
  background: url(../images/sprite.png) no-repeat right -106px;
}
/* line 218, ../sass/app.scss */
.twitter .post-time {
  overflow: visible;
  padding: 0.3125em 0 0 0;
}
/* line 219, ../sass/app.scss */
.twitter .post-time:before {
  content: "";
  position: relative;
  top: 0px;
  float: left;
  display: block;
  width: 25px;
  height: 20px;
  margin: 0.3125em 0.5em 0 1.5625em;
  background: url(../images/sprite.png) no-repeat right -86px;
}

/* bottom footer */
/* line 225, ../sass/app.scss */
.footer-container {
  background: #1b3429;
}

/* line 227, ../sass/app.scss */
.copyright {
  background: #1b3429;
  color: #4a765e;
  font-size: 0.75em;
  padding: 1.25em;
  margin-bottom: 0.625em;
  text-align: center;
  line-height: 1.25em;
}
/* line 228, ../sass/app.scss */
.copyright .logo {
  margin-bottom: 0.625em;
}

/* line 231, ../sass/app.scss */
.footer-links {
  margin-top: 0.625em;
}
/* line 232, ../sass/app.scss */
.footer-links ul {
  list-style: none;
  margin: 0 0 0.625em;
}
/* line 233, ../sass/app.scss */
.footer-links ul li {
  background: #e4efe9;
}
/* line 234, ../sass/app.scss */
.footer-links ul li a {
  display: block;
  padding: 0.3125em 0.625em;
  font-size: 0.875em;
  border-bottom: 1px solid #578469;
  background: #2d5745;
  color: #e8e8e8;
}
/* line 235, ../sass/app.scss */
.footer-links ul li a:hover {
  color: #fff;
  background: #1b3429;
}
/* line 237, ../sass/app.scss */
.footer-links ul li:last-child a {
  border: 0;
}

/* =============== HOMEPAGE ELEMENTS =============== */
/* homepage rotator (foundation orbit) */
/* line 248, ../sass/app.scss */
#rotator {
  position: relative;
  max-height: 512px;
  max-width: 1420px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 250, ../sass/app.scss */
#rotator li {
  list-style: none;
}
/* line 252, ../sass/app.scss */
#rotator .orbit-container {
  position: relative;
  background: #fff;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
}
/* line 253, ../sass/app.scss */
#rotator .orbit-container img {
  width: 100%;
  margin: 0 auto;
}
/* line 254, ../sass/app.scss */
#rotator .orbit-container .orbit-prev, #rotator .orbit-container .orbit-next {
  display: block;
  top: 18%;
  background-color: rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 50px;
}
/* line 255, ../sass/app.scss */
#rotator .orbit-container .orbit-prev > span, #rotator .orbit-container .orbit-next > span {
  margin-top: -12px;
  border-top-width: 12px;
  border-right-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
}
/* line 257, ../sass/app.scss */
#rotator .orbit-container .orbit-timer {
  display: none;
}
/* line 258, ../sass/app.scss */
#rotator .orbit-container .orbit-caption {
  position: relative;
  background: none;
  padding: 0.625em 0 0 0;
  background: #fbf9ef;
  border-bottom: 0.3125em solid #f1cb00;
}
/* line 259, ../sass/app.scss */
#rotator .orbit-container .orbit-caption .row {
  max-width: 1180px;
  display: block;
}
/* line 260, ../sass/app.scss */
#rotator .orbit-container .orbit-caption h2 {
  font-size: 1.875em;
  font-family: "Avenir LT W01 65 Medium";
  color: #24845b;
  line-height: normal;
}
/* line 261, ../sass/app.scss */
#rotator .orbit-container .orbit-caption p {
  color: #666;
}
/* line 262, ../sass/app.scss */
#rotator .orbit-container .orbit-caption .button {
  width: 100%;
}
/* line 266, ../sass/app.scss */
#rotator .orbit-bullets {
  display: none;
}

/* Article page rotator */
/* line 271, ../sass/app.scss */
.main-content #rotator {
  margin-bottom: 32px;
}

/* home bottom panel (events & program search) */
/* line 276, ../sass/app.scss */
.bottom-panel {
  background: #fbf9ef;
  padding: 1.25em 0;
  box-shadow: inset 0px 2px 10px -6px #999;
}
/* line 278, ../sass/app.scss */
.bottom-panel h3 {
  margin: 0;
  font-family: "Avenir LT W01 65 Medium";
  font-size: 2em;
  color: #aaa;
  line-height: normal;
}
/* line 280, ../sass/app.scss */
.bottom-panel .events-container {
  padding: 0 0 1.5625em;
}
/* line 284, ../sass/app.scss */
.bottom-panel .header .view-filter {
  padding: 0.625em 0 1.25em 0;
  font-family: "Avenir LT W01 65 Medium";
  font-size: 0.8125em;
  color: #aaa;
}
/* line 285, ../sass/app.scss */
.bottom-panel .header .view-filter .filters {
  padding-top: 0.3125em;
}
/* line 286, ../sass/app.scss */
.bottom-panel .header .view-filter .filters a {
  display: inline-block;
  margin: 0 0.625em;
}
/* line 287, ../sass/app.scss */
.bottom-panel .header .view-filter .filters a:first-child {
  margin-left: 0;
}
/* line 288, ../sass/app.scss */
.bottom-panel .header .view-filter .filters a:hover {
  color: #1b3429;
}
/* line 294, ../sass/app.scss */
.bottom-panel .teaser {
  color: #aaa;
  border-bottom: 4px solid #f1efe6;
  padding-bottom: 0.9375em;
  margin-bottom: 0.9375em;
}
/* line 295, ../sass/app.scss */
.bottom-panel .teaser:first-child {
  border-top: 4px solid #f1efe6;
  padding-top: 0.9375em;
}
/* line 296, ../sass/app.scss */
.bottom-panel .teaser:last-child {
  margin-bottom: 0;
}
/* line 297, ../sass/app.scss */
.bottom-panel .teaser .date {
  font-family: "Avenir LT W01 85 Heavy";
  font-size: 0.9375em;
}
/* line 299, ../sass/app.scss */
.bottom-panel .teaser .info .type {
  font-size: 0.8125em;
  font-family: "AvenirLTW01-45BookObliq";
  padding: 0.3125em 0;
}
/* line 300, ../sass/app.scss */
.bottom-panel .teaser .info a {
  font-family: "Avenir LT W01 85 Heavy";
}
/* line 301, ../sass/app.scss */
.bottom-panel .teaser .info a:hover {
  color: #1b3429;
}
/* line 307, ../sass/app.scss */
.bottom-panel .provider-search-container {
  position: relative;
  margin-top: 0.3125em;
  border-top: 4px solid #f1efe6;
  color: #aaa;
}
/* line 308, ../sass/app.scss */
.bottom-panel .provider-search-container .map {
  position: relative;
}
/* line 309, ../sass/app.scss */
.bottom-panel .provider-search-container .map .intro {
  position: relative;
  z-index: 100;
  font-family: "AvenirLTW01-45BookObliq";
  font-size: 0.9375em;
  padding: 0.9375em 0;
}
/* line 310, ../sass/app.scss */
.bottom-panel .provider-search-container .map .caption {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 135px;
  font-family: "Avenir LT W01 65 Medium";
  font-size: 0.8125em;
  line-height: normal;
  color: #24845b;
  width: 15.625em;
  text-align: right;
}
/* line 311, ../sass/app.scss */
.bottom-panel .provider-search-container .map .img {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
/* line 313, ../sass/app.scss */
.bottom-panel .provider-search-container .search-bar {
  border-bottom: 4px solid #f1efe6;
  margin-bottom: 1.5625em;
}
/* line 314, ../sass/app.scss */
.bottom-panel .provider-search-container .search-bar .title {
  font-size: 1.125em;
  margin-bottom: 0.625em;
}
/* line 315, ../sass/app.scss */
.bottom-panel .provider-search-container .search-bar .button {
  width: 100%;
  margin-bottom: 0.625em;
}

/* yellow headline text */
/* line 323, ../sass/app.scss */
.home-title {
  margin: 1.875em 0 1.25em;
}

/* mobile partner images */
/* line 327, ../sass/app.scss */
.partners-container-mobile {
  display: block;
}
/* line 328, ../sass/app.scss */
.partners-container-mobile .row {
  margin-bottom: 1.25em;
}
/* line 329, ../sass/app.scss */
.partners-container-mobile img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
/* line 330, ../sass/app.scss */
.partners-container-mobile h4 {
  color: #a3c3b3;
  font-size: 1.25em;
  margin: 0 0 0.3125em;
}
/* line 331, ../sass/app.scss */
.partners-container-mobile p {
  line-height: normal;
}
/* line 332, ../sass/app.scss */
.partners-container-mobile a {
  color: #a3c3b3;
}

/* desktop circular partner images */
/* line 337, ../sass/app.scss */
.partners-container {
  display: none;
}

/* =============== INTERIOR PAGE ELEMENTS =============== */
/* line 344, ../sass/app.scss */
.breadcrumbs {
  display: none;
}

/* line 345, ../sass/app.scss */
#page-header {
  margin-bottom: 1.5625em;
}

/* container for header and circular image */
/* big green page title */
/* line 349, ../sass/app.scss */
.page-title {
  font-family: "Avenir LT W01 65 Medium";
  font-size: 1.875em;
  color: #24845b;
  padding: 0.625em 0 0.3125em;
}
/* line 350, ../sass/app.scss */
.page-title span {
  display: block;
  width: 100%;
}

/* subtitle text and circular image */
/* line 355, ../sass/app.scss */
.sub-title-container {
  border-bottom: 2px solid #dcede6;
  padding-bottom: 1.25em;
}
/* line 356, ../sass/app.scss */
.sub-title-container .img-container {
  display: none;
}
/* line 357, ../sass/app.scss */
.sub-title-container .sub-title {
  font-family: "Avenir LT W01 65 Medium";
  font-size: 1.125em;
  color: #a3c3b3;
  line-height: normal;
  transition: font-size 0.3s ease-in-out;
  -o-transition: font-size 0.3s ease-in-out;
  -moz-transition: font-size 0.3s ease-in-out;
  -webkit-transition: font-size 0.3s ease-in-out;
}

/* line 361, ../sass/app.scss */
.main-content {
  /* .main-content is needed to set fonts to main page body copy etc... */
  /* shame (wysiwyg stuff)... */
}
/* line 362, ../sass/app.scss */
.main-content p, .main-content li, .main-content label {
  font-family: "Centaur W01";
  font-size: 1.375em;
  line-height: 1.375em;
  color: #666;
}
/* line 363, ../sass/app.scss */
.main-content label {
  cursor: default;
}
/* line 364, ../sass/app.scss */
.main-content a {
  text-decoration: underline;
}
/* line 365, ../sass/app.scss */
.main-content strong {
  font-family: "Centaur W01 Bold";
}
/* line 368, ../sass/app.scss */
.main-content td {
  font-size: 22px;
}
/* line 370, ../sass/app.scss */
.main-content td p, .main-content td li {
  font-size: 22px;
}
/* line 374, ../sass/app.scss */
.main-content ul li li {
  font-size: 22px;
}

/* smaller green block subtitle style */
/* line 382, ../sass/app.scss */
.section-title {
  background: #24845b;
  color: #fff;
  font-family: "Avenir LT W01 65 Medium";
  font-size: 1.5em;
  padding: 0.5em 0.3125em;
  margin-bottom: 0.625em;
}
/* line 384, ../sass/app.scss */
.section-title.pad {
  margin-top: 1.25em;
}

/* tabs */
/* line 395, ../sass/app.scss */
.section-container.auto > section:first-child .title {
  border: none;
}
/* line 397, ../sass/app.scss */
.section-container.auto > section .title {
  font-family: "Avenir LT W01 65 Medium";
  line-height: normal;
  background: none;
  border-color: #cbe4da;
}
/* line 398, ../sass/app.scss */
.section-container.auto > section .title:hover {
  background: none;
}
/* line 399, ../sass/app.scss */
.section-container.auto > section .title:hover a {
  color: #24845b;
}
/* line 401, ../sass/app.scss */
.section-container.auto > section .title a {
  text-decoration: none;
  background: #e4efe9;
  color: #a3c3b3;
  padding-left: 0.9375em !important;
  padding-right: 0.9375em !important;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
/* line 402, ../sass/app.scss */
.section-container.auto > section .title a:hover {
  background: #24845b;
  color: #fff;
}
/* line 407, ../sass/app.scss */
.section-container.auto > section.active .title {
  background: #e4efe9;
}
/* line 408, ../sass/app.scss */
.section-container.auto > section.active .title a {
  color: #fff;
  background: #24845b;
}
/* line 409, ../sass/app.scss */
.section-container.auto > section.active .title a:hover {
  color: #fff;
}
/* line 414, ../sass/app.scss */
.section-container.auto > section .content {
  border-top: 2px solid #dcede6;
  padding-bottom: 2.1875em;
}

/* left nav accordion and non-accordion side nav */
/* line 422, ../sass/app.scss */
.accordion, .side-nav {
  width: 100%;
  border-color: #f8f6ec;
  margin-bottom: 2.5em;
  transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
}
/* line 425, ../sass/app.scss */
.accordion > section > .title, .side-nav > section > .title {
  font-family: "Avenir LT W01 65 Medium";
  line-height: 1.25em;
  background: #fbf9ef;
}
/* line 426, ../sass/app.scss */
.accordion > section > .title a, .side-nav > section > .title a {
  white-space: normal;
  padding: 0.625em 0.9375em;
  color: #a3c3b3;
  font-size: 1.125em;
}
/* line 427, ../sass/app.scss */
.accordion > section > .title a:hover, .side-nav > section > .title a:hover {
  color: #24845b;
  background: #fbf9ef;
}
/* line 429, ../sass/app.scss */
.accordion > section > .title:hover, .side-nav > section > .title:hover {
  background: #fbf9ef;
}
/* line 431, ../sass/app.scss */
.accordion > section:first-child .title, .side-nav > section:first-child .title {
  border-top: 1px solid #f4f2e8;
}
/* line 434, ../sass/app.scss */
.accordion > section.active .title a, .side-nav > section.active .title a {
  color: #24845b;
  background: #fbf9ef;
}
/* line 436, ../sass/app.scss */
.accordion > section.active div.content, .side-nav > section.active div.content {
  margin: 0;
  padding: 0 0.9375em 0.9375em;
  background: #fbf9ef;
}
/* line 437, ../sass/app.scss */
.accordion > section.active div.content ul, .side-nav > section.active div.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 438, ../sass/app.scss */
.accordion > section.active div.content ul li, .side-nav > section.active div.content ul li {
  font-size: 0.9375em;
  padding-left: 1.5625em;
  line-height: normal;
  padding-bottom: 0.5em;
}
/* line 439, ../sass/app.scss */
.accordion > section.active div.content ul li a, .side-nav > section.active div.content ul li a {
  color: #a3c3b3;
}
/* line 440, ../sass/app.scss */
.accordion > section.active div.content ul li a:hover, .side-nav > section.active div.content ul li a:hover {
  color: #24845b;
}
/* line 442, ../sass/app.scss */
.accordion > section.active div.content ul li.active, .side-nav > section.active div.content ul li.active {
  background: url(../images/sprite.png) no-repeat -182px -132px;
}
/* line 443, ../sass/app.scss */
.accordion > section.active div.content ul li.active a, .side-nav > section.active div.content ul li.active a {
  color: green;
}
/* line 451, ../sass/app.scss */
.accordion > div.title, .side-nav > div.title {
  background: #24845b;
  color: #fff;
  font-family: "Avenir LT W01 65 Medium";
  font-size: 1.5em;
  padding: 0.5em 0.9375em;
}

/* left nav faceted search checkboxes, can be used for just generic content in left nav */
/* line 458, ../sass/app.scss */
.section-container .content-static {
  background: #fbf9ef;
  color: #a3c3b3;
  font-family: "Avenir LT W01 65 Medium";
}
/* line 459, ../sass/app.scss */
.section-container .content-static > section {
  padding: 0.9375em 0.3125em 0.9375em 0.9375em;
  border-bottom: 2px solid #f1f0e4;
}
/* line 460, ../sass/app.scss */
.section-container .content-static > section:last-child {
  border: 0;
}
/* line 461, ../sass/app.scss */
.section-container .content-static > section .header label {
  font-size: 1.125em;
}
/* line 462, ../sass/app.scss */
.section-container .content-static > section .sub-section {
  padding: 0 0em 0 1.25em;
}
/* line 463, ../sass/app.scss */
.section-container .content-static > section .row-check {
  clear: both;
  overflow: hidden;
  margin: 0.3125em 0;
}
/* line 464, ../sass/app.scss */
.section-container .content-static > section input[type=checkbox] {
  float: left;
  width: 0.9375em;
  margin: 0.125em 0.3125em 0 0;
}
/* line 465, ../sass/app.scss */
.section-container .content-static > section label {
  float: left;
  width: 90%;
  font-size: 0.9375em;
  color: #a3c3b3;
  line-height: normal;
}
/* line 466, ../sass/app.scss */
.section-container .content-static > section label:hover {
  color: #24845b;
}

/* right column green and light green boxes */
/* line 474, ../sass/app.scss */
aside {
  padding: 0.9375em;
  margin-bottom: 1.875em;
  font-family: "Avenir LT W01 65 Medium";
  font-size: 1em;
  color: #fff;
}
/* line 476, ../sass/app.scss */
aside.green {
  background: #24845b;
}
/* line 478, ../sass/app.scss */
aside .header {
  font-size: 1.5em;
  font-family: "Avenir LT W01 65 Medium";
  margin-bottom: 0.9375em;
}
/* line 479, ../sass/app.scss */
aside .sub-header {
  font-size: 0.9375em;
  font-family: "AvenirLTW01-65MediumObl";
  margin-bottom: 0.375em;
}
/* line 481, ../sass/app.scss */
aside a {
  color: #a3c3b3;
  font-size: 1.125em;
}
/* line 482, ../sass/app.scss */
aside a:hover {
  color: #fff;
}
/* line 485, ../sass/app.scss */
aside .inline-list {
  margin: 0;
}
/* line 486, ../sass/app.scss */
aside .inline-list li {
  line-height: normal;
  margin: 0 0.625em 0.375em 0;
  padding-right: 0.625em;
  border-right: 1px solid #a3c3b3;
}
/* line 487, ../sass/app.scss */
aside .inline-list li:first-child {
  margin-left: 0;
}
/* line 488, ../sass/app.scss */
aside .inline-list li:last-child {
  padding-right: 0;
  border: 0;
}
/* line 489, ../sass/app.scss */
aside .inline-list li a {
  font-size: 0.9375em;
}
/* line 493, ../sass/app.scss */
aside hr {
  border-color: #509473;
  margin: 0.9375em 0;
}
/* line 494, ../sass/app.scss */
aside .date {
  font-size: 0.75em;
  line-height: normal;
  margin-bottom: 0.625em;
}
/* line 497, ../sass/app.scss */
aside.light-green {
  background: #e4efe9;
}
/* line 498, ../sass/app.scss */
aside.light-green .header, aside.light-green .date {
  color: #24845b;
}
/* line 499, ../sass/app.scss */
aside.light-green .sub-header {
  color: #aaa;
}
/* line 500, ../sass/app.scss */
aside.light-green hr {
  border-color: #d0e2d9;
}
/* line 501, ../sass/app.scss */
aside.light-green a {
  color: #24845b;
}
/* line 502, ../sass/app.scss */
aside.light-green a:hover {
  color: #1b3429;
}

/* bio teasers */
/* line 510, ../sass/app.scss */
.photo-teaser {
  clear: both;
  overflow: hidden;
  padding-bottom: 1.25em;
}
/* line 511, ../sass/app.scss */
.photo-teaser .photo {
  display: none;
  float: left;
  width: 25%;
  margin: 0 1%;
}
/* line 512, ../sass/app.scss */
.photo-teaser .text {
  float: left;
  width: 98%;
  margin: 0 1%;
}
/* line 513, ../sass/app.scss */
.photo-teaser .sub-header {
  font-size: 1.125em;
  font-family: "Avenir LT W01 65 Medium";
  color: #f1cb00;
  margin-bottom: 0.625em;
}
/* line 514, ../sass/app.scss */
.photo-teaser p.learn-more {
  margin-top: -0.625em;
}

/* glossary */
/* line 519, ../sass/app.scss */
.glossary-nav {
  width: 80%;
  margin: 0 auto 1.25em;
  text-align: center;
}
/* line 520, ../sass/app.scss */
.glossary-nav a {
  display: inline-block;
  padding: 0.125em 0.3125em;
  margin: 0 0.0625em 0.3125em;
  font-family: "Centaur W01";
  font-size: 1.75em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
/* line 521, ../sass/app.scss */
.glossary-nav a:hover, .glossary-nav a.active {
  background: #24845b;
  color: #fff;
}

/* provider search forms */
/* line 528, ../sass/app.scss */
.provider-search .row {
  margin-bottom: 1.25em;
}
/* line 529, ../sass/app.scss */
.provider-search .row:nth-last-child(2) {
  margin-bottom: 0;
}
/* line 530, ../sass/app.scss */
.provider-search label {
  font-family: "Avenir LT W01 65 Medium";
  font-size: 1.5em;
  color: #f1cb00;
  cursor: default;
}
/* line 531, ../sass/app.scss */
.provider-search .radios {
  margin: 0.3125em 0 0;
  overflow: hidden;
}
/* line 532, ../sass/app.scss */
.provider-search .radios .radio-container {
  float: none;
  width: auto;
  margin-bottom: 0.3125em;
}
/* line 533, ../sass/app.scss */
.provider-search .radios .radio-container label {
  font-size: 0.9375em;
  color: #24845b;
  float: none;
  display: inline;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
/* line 534, ../sass/app.scss */
.provider-search .radios .radio-container input[type="radio"] {
  font-size: 0.9375em;
  float: none;
  margin: 0 0.625em 0.3125em 0.3125em;
}
/* line 537, ../sass/app.scss */
.provider-search .radios .or {
  display: none;
}
/* line 539, ../sass/app.scss */
.provider-search .search-intro-text {
  font-family: "Centaur W01";
  font-size: 1.25em;
  padding: 0 1.25em 0.625em;
}

/* line 547, ../sass/app.scss */
.section-container.auto.provider-search .content {
  padding-bottom: 0;
}

/* line 551, ../sass/app.scss */
.map-instructions {
  display: none;
}

/* line 555, ../sass/app.scss */
.map-container {
  display: none;
  margin-bottom: 1.25em;
}

/* line 560, ../sass/app.scss */
.map-search-fields,
.program-search-fields {
  *zoom: 1;
}
/* line 121, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.map-search-fields:before, .map-search-fields:after,
.program-search-fields:before,
.program-search-fields:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_global.scss */
.map-search-fields:after,
.program-search-fields:after {
  clear: both;
}
/* line 564, ../sass/app.scss */
.map-search-fields .state,
.program-search-fields .state {
  padding-bottom: 0.625em;
}
/* line 568, ../sass/app.scss */
.map-search-fields label,
.program-search-fields label {
  margin-bottom: 0.3125em;
}

/* contact form */
/* line 577, ../sass/app.scss */
#contact-form .row {
  margin-bottom: 0.3125em;
}
/* line 578, ../sass/app.scss */
#contact-form input {
  font-size: 1em;
}
/* line 579, ../sass/app.scss */
#contact-form input[type="tel"], #contact-form #zip {
  width: 40%;
}
/* line 580, ../sass/app.scss */
#contact-form textarea {
  height: 6.25em;
  font-size: 1em;
}

/* search results */
/* line 585, ../sass/app.scss */
.search-results-header {
  overflow: hidden;
  padding: 0.3125em 0 0;
}
/* line 586, ../sass/app.scss */
.search-results-header .left-col {
  float: none;
  width: 80px;
  margin: 0 20px;
}
/* line 587, ../sass/app.scss */
.search-results-header .left-col img {
  min-width: 80px;
}
/* line 589, ../sass/app.scss */
.search-results-header .right-col {
  float: none;
  width: 90%;
  margin: 0.625em 1.25em;
  padding: 0;
}

/* line 592, ../sass/app.scss */
.list-results {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-family: "Centaur W01";
  font-size: 1em;
  line-height: normal;
}
/* line 593, ../sass/app.scss */
.list-results a {
  text-decoration: underline;
}
/* line 594, ../sass/app.scss */
.list-results li {
  padding-bottom: 1.25em;
}
/* line 596, ../sass/app.scss */
.list-results.multiple li {
  padding-bottom: 0;
}

/* line 600, ../sass/app.scss */
.search-results-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media (max-width: 768px) {
  /* line 600, ../sass/app.scss */
  .search-results-top {
    flex-direction: column;
    align-items: left;
  }
}

/* line 612, ../sass/app.scss */
.search-sort {
  display: flex;
  justify-content: space-between;
}
/* line 616, ../sass/app.scss */
.search-sort .search-sorter {
  margin-left: 16px;
}
@media (max-width: 768px) {
  /* line 612, ../sass/app.scss */
  .search-sort {
    margin-top: 32px;
  }
}
@media (max-width: 400px) {
  /* line 612, ../sass/app.scss */
  .search-sort {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /* line 628, ../sass/app.scss */
  .search-sort .search-sorter {
    margin-left: 0;
    margin-right: 16px;
  }
  /* line 633, ../sass/app.scss */
  .search-sort h4 {
    flex-basis: 100%;
    margin-bottom: 12px;
  }
}

/* line 640, ../sass/app.scss */
.search-sorter {
  cursor: pointer;
  position: relative;
  padding: 0;
}
/* line 645, ../sass/app.scss */
.search-sorter, .search-sorter:hover {
  color: #fff;
}
/* line 648, ../sass/app.scss */
.search-sorter input[type=submit] {
  padding: 10px 30px;
}
/* line 651, ../sass/app.scss */
.search-sorter input[type=submit]:hover + .search-sorter-arrow {
  fill: #fff;
}
/* line 655, ../sass/app.scss */
.search-sorter input[type=submit].active {
  background-color: #007a4a;
  color: #fff;
}
/* line 659, ../sass/app.scss */
.search-sorter input[type=submit].active + .search-sorter-arrow {
  fill: #fff;
}
/* line 664, ../sass/app.scss */
.search-sorter input[type=submit].down-arrow + .search-sorter-arrow {
  transform: rotate(180deg);
}

/* line 670, ../sass/app.scss */
.search-sorter-arrow {
  position: absolute;
  fill: #007a4a;
  width: 20px;
  height: 20px;
  top: 7px;
  left: 8px;
}

/* search details */
/* line 682, ../sass/app.scss */
.search-details-info .photo {
  margin-bottom: 1.25em;
}
/* line 683, ../sass/app.scss */
.search-details-info .photo img {
  border: 1px solid #666;
}

/* line 687, ../sass/app.scss */
.status {
  padding-bottom: 1.25em;
}

/* knowledge center */
/* line 691, ../sass/app.scss */
.faceted-search-results {
  padding-top: 1.25em;
}
/* line 692, ../sass/app.scss */
.faceted-search-results .download {
  display: block;
  overflow: hidden;
  margin: 0.3125em 0 0;
}
/* line 693, ../sass/app.scss */
.faceted-search-results .download img {
  display: inline-block;
}
/* line 694, ../sass/app.scss */
.faceted-search-results .download a {
  display: inline-block;
  vertical-align: middle;
  /* font-family: $av-65; */
  font-family: "Centaur W01 Bold";
  font-size: 0.75em;
}

/* pagination */
/* line 700, ../sass/app.scss */
ul.pagination {
  height: auto;
  padding-bottom: 2.5em !important;
}
/* line 701, ../sass/app.scss */
ul.pagination li {
  padding: 0;
  margin-left: 0;
}
/* line 702, ../sass/app.scss */
ul.pagination li a {
  font-family: "Avenir LT W01 65 Medium";
  font-size: 0.75em;
  line-height: normal;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* event listings and details */
/* line 708, ../sass/app.scss */
.listings {
  padding: 1.25em 0;
}
/* line 710, ../sass/app.scss */
.listings .listing .title {
  font-size: 1.375em;
  margin-bottom: 0.5em;
  display: inline-block;
}
/* line 711, ../sass/app.scss */
.listings .listing .date {
  font-family: "Centaur W01 Bold";
  font-size: 1em;
  color: #999;
}

/* line 716, ../sass/app.scss */
.detail .date {
  font-family: "Centaur W01 Bold";
  font-size: 1.375em;
  color: #666;
  padding: 0.3125em 0;
}

/* misc */
/* line 721, ../sass/app.scss */
.download {
  margin: 0.625em 0;
}
/* line 722, ../sass/app.scss */
.download .download-pdf {
  display: inline-block;
  padding-left: 1.25em;
  background: url(../images/icons/pdf.png) no-repeat 0 5px;
}

/* line 729, ../sass/app.scss */
h4.block {
  background: #dcede6;
  color: #000;
  padding: 0.5em 0.625em;
  font-family: "Avenir LT W01 85 Heavy";
  font-size: 1.125em;
}

/* =============== GENERAL FORM STUFF =============== */
/* line 739, ../sass/app.scss */
input[type=text], input[type=email], input[type=password], input[type=tel], textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

/* line 741, ../sass/app.scss */
.required-text {
  display: block;
  margin: 10px 0 0;
  font-family: "Centaur W01";
}
/* line 745, ../sass/app.scss */
.required-text:before {
  content: "*";
  color: #c00;
  font-family: arial;
  margin-right: 4px;
}

/**
 * Custom responsive select boxes.
 * Copyright 2012 H?kan Edling @tidyui.
 * Html should be created with the following syntax:
 *
 * <div class="select">
 *   <select id="myId">
 *     <option>Option 1</option>
 *     <option>Option 2</option>
 *     ...
 *   </select>
 * </div>
**/
/* line 767, ../sass/app.scss */
.select {
  background: #fff;
  position: relative;
  border: solid 1px #dcede6;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 769, ../sass/app.scss */
.select .select-val {
  padding: 0.5625em;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Avenir LT W01 45 Book";
  font-size: 0.875em;
  color: #24845b;
}
/* line 770, ../sass/app.scss */
.select .select-btn {
  background: #dcede6;
  border: solid 1px #dcede6;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5em;
  height: 100%;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
/* line 771, ../sass/app.scss */
.select .select-btn:after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background: url(../images/sprite.png) right -32px;
  position: absolute;
  top: 40%;
  left: 40%;
}
/* line 772, ../sass/app.scss */
.select select, .select .select-opt {
  display: none;
}
/* line 773, ../sass/app.scss */
.select .select-opt {
  background: #fff;
  position: absolute;
  width: 100%;
  border: solid 1px #dcede6;
  border-top: none;
  z-index: 1000;
  left: -1px;
  list-style: none;
  margin: 1px 0 0;
}
/* line 774, ../sass/app.scss */
.select .select-opt li {
  padding: 4px 10px;
  border-bottom: 0px solid #dcede6;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  margin: 0;
  font-family: "Avenir LT W01 45 Book";
  font-size: 0.875em;
  color: #24845b;
}
/* line 775, ../sass/app.scss */
.select .select-opt li:last-child {
  border: none;
}
/* line 776, ../sass/app.scss */
.select .select-opt li:hover {
  background: #dcede6;
}
/* line 778, ../sass/app.scss */
.select:hover .select-btn {
  background-color: #24845b;
  border-color: #24845b;
}
/* line 783, ../sass/app.scss */
.select:hover .select-btn:after {
  background-position: right -73px;
}
/* line 784, ../sass/app.scss */
.select:hover {
  border-color: #24845b;
}
/* line 786, ../sass/app.scss */
.select.error {
  border-color: #b64d00;
  background-color: rgba(182, 77, 0, 0.1);
}
/* line 230, ../sass/_forms.scss */
.select.error:focus {
  background: #fafafa;
  border-color: #56a786;
}
/* line 787, ../sass/app.scss */
.select.error .select-btn {
  background-color: #c00;
  border-color: #c00;
}
/* line 788, ../sass/app.scss */
.select.error .select-btn:after {
  background-position: right -73px;
}

/* line 794, ../sass/app.scss */
.completionList {
  background: #f1f7f5;
  padding: 0.0625em;
  margin: 0;
  list-style: none;
  border: 1px solid #c6dbd0;
  max-height: 400px;
  overflow-y: scroll;
}
/* line 802, ../sass/app.scss */
.completionList li {
  background: #f1f7f5;
  padding: 0.375em 0.75em;
  font-size: 0.875em;
}
/* line 806, ../sass/app.scss */
.completionList li:hover {
  cursor: pointer;
  background: #dceee8;
}

/* =============== SITECORE SPECIFIC =============== */
/* line 816, ../sass/app.scss */
form#mainform {
  margin: 0;
  padding: 0;
}

/* =============== MEDIA QUERIES =============== */
@media only screen and (min-width: 768px) {
  /* =============== GLOBAL =============== */
  /* line 8, ../sass/_mquery-small.scss */
  body {
    border-width: 0.625em;
  }

  /* =============== TOP HEADER AREA =============== */
  /* line 15, ../sass/_mquery-small.scss */
  .site-search {
    display: block;
    float: right;
    width: auto;
  }
  /* line 16, ../sass/_mquery-small.scss */
  .site-search input[type=text] {
    width: 13.75em;
    margin-right: 0.375em;
    font-size: 0.875em;
  }
  /* line 17, ../sass/_mquery-small.scss */
  .site-search input[type=submit] {
    width: 5em;
    font-size: 0.875em;
  }

  /* line 19, ../sass/_mquery-small.scss */
  .search-icon {
    display: none;
  }

  /* top bar starts at 769px in order to force mobile nav on ipad 
  	grid adjustments here are to force dropdowns to mobile style layout for ipad
  */
  /* line 26, ../sass/_mquery-small.scss */
  .top-bar .dropdown .large-1,
  .top-bar .dropdown .large-2,
  .top-bar .dropdown .large-3,
  .top-bar .dropdown .large-4,
  .top-bar .dropdown .large-5,
  .top-bar .dropdown .large-6,
  .top-bar .dropdown .large-7,
  .top-bar .dropdown .large-8,
  .top-bar .dropdown .large-9,
  .top-bar .dropdown .large-10,
  .top-bar .dropdown .large-11,
  .top-bar .dropdown .large-12 {
    width: 100%;
  }

  /* line 43, ../sass/_mquery-small.scss */
  .top-bar-section .dropdown.single-stacked .dropdown-col {
    margin-bottom: 20px;
    overflow: hidden;
  }
  /* line 46, ../sass/_mquery-small.scss */
  .top-bar-section .dropdown.single-stacked .dropdown-col:last-child {
    margin-bottom: 0;
  }
  /* line 52, ../sass/_mquery-small.scss */
  .top-bar-section .dropdown-content .title {
    background: none;
    padding: 0 0.625em;
  }

  /* =============== FOOTERS =============== */
  /* social footer */
  /* line 61, ../sass/_mquery-small.scss */
  .email-signup {
    border: 0;
    margin-bottom: 0;
  }
  /* line 62, ../sass/_mquery-small.scss */
  .email-signup input[type=text] {
    width: 90%;
    font-size: 0.9375em;
  }
  /* line 63, ../sass/_mquery-small.scss */
  .email-signup input[type=submit] {
    width: auto;
    font-size: 0.9375em;
  }

  /* line 66, ../sass/_mquery-small.scss */
  .social-icons {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* line 67, ../sass/_mquery-small.scss */
  .social-icons a:nth-child(odd) {
    margin-left: 1.875em;
  }

  /* line 71, ../sass/_mquery-small.scss */
  .twitter .bubble {
    font-size: 1.5em;
  }
  /* line 74, ../sass/_mquery-small.scss */
  .twitter .post-time {
    padding: 0;
  }
  /* line 75, ../sass/_mquery-small.scss */
  .twitter .post-time:before {
    top: -3px;
    margin: 0 0.5em 0 1.5625em;
  }

  /* bottom footer */
  /* line 81, ../sass/_mquery-small.scss */
  .copyright {
    text-align: left;
    overflow: hidden;
    margin-bottom: 0;
  }
  /* line 82, ../sass/_mquery-small.scss */
  .copyright .logo {
    float: left;
    margin: 0 1.25em 0.625em 0;
  }
  /* line 83, ../sass/_mquery-small.scss */
  .copyright .address {
    float: left;
  }

  /* line 87, ../sass/_mquery-small.scss */
  .footer-links {
    padding-top: 0.9375em;
    margin-top: 0;
  }
  /* line 88, ../sass/_mquery-small.scss */
  .footer-links ul {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0;
    float: right;
  }
  /* line 36, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_inline-lists.scss */
  .footer-links ul > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block;
  }
  /* line 41, ../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/zurb-foundation-4.2.1/scss/foundation/components/_inline-lists.scss */
  .footer-links ul > li > * {
    display: block;
  }
  /* line 89, ../sass/_mquery-small.scss */
  .footer-links ul li {
    background: none;
    margin: 0 0.625em 0 0;
    padding: 0 0.625em 0 0;
    border-right: 1px solid #4a765e;
  }
  /* line 90, ../sass/_mquery-small.scss */
  .footer-links ul li:last-child {
    border: 0;
    padding-right: 0;
    margin-right: 0;
  }
  /* line 91, ../sass/_mquery-small.scss */
  .footer-links ul li a {
    display: inherit;
    padding: 0;
    background: none;
    border: 0;
    font-size: 0.75em;
    color: #4a765e;
    line-height: 1.25em;
    transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -webkit-transition: color 0.1s ease-in-out;
  }
  /* line 92, ../sass/_mquery-small.scss */
  .footer-links ul li a:hover {
    color: #fff;
  }

  /* =============== HOMEPAGE ELEMENTS =============== */
  /* homepage rotator */
  /* line 105, ../sass/_mquery-small.scss */
  #rotator .orbit-container img {
    border-bottom: 0.625em solid #f1cb00;
  }
  /* line 106, ../sass/_mquery-small.scss */
  #rotator .orbit-container .orbit-prev, #rotator .orbit-container .orbit-next {
    display: none;
  }
  /* line 108, ../sass/_mquery-small.scss */
  #rotator .orbit-container .orbit-caption {
    position: absolute;
    padding: 0.625em 0.875em;
    background: none;
  }
  /* line 109, ../sass/_mquery-small.scss */
  #rotator .orbit-container .orbit-caption .row {
    padding-top: 0.625em;
    border-top: 2px solid #fff;
  }
  /* line 110, ../sass/_mquery-small.scss */
  #rotator .orbit-container .orbit-caption h2 {
    font-size: 2.5em;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  /* line 111, ../sass/_mquery-small.scss */
  #rotator .orbit-container .orbit-caption p {
    font-family: "Centaur W01";
    font-size: 1.5em;
    color: #fff;
    line-height: normal;
  }
  /* line 112, ../sass/_mquery-small.scss */
  #rotator .orbit-container .orbit-caption .button {
    width: auto;
    background: #f1cb00;
    font-size: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin-top: 0.625em;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  /* line 116, ../sass/_mquery-small.scss */
  #rotator .orbit-container .orbit-caption .button:hover {
    background: #ecbd00;
  }
  /* line 120, ../sass/_mquery-small.scss */
  #rotator .orbit-bullets {
    display: block;
    position: absolute;
    z-index: 100;
    top: inherit;
    bottom: 0;
    right: 3%;
  }
  /* line 121, ../sass/_mquery-small.scss */
  #rotator .orbit-bullets li {
    width: 14px;
    height: 14px;
    border-color: #a0a09f;
    background: none;
  }
  /* line 122, ../sass/_mquery-small.scss */
  #rotator .orbit-bullets li:hover {
    border-color: #fff;
    cursor: pointer;
  }
  /* line 123, ../sass/_mquery-small.scss */
  #rotator .orbit-bullets li.active {
    background: #a0a09f;
  }
  /* line 124, ../sass/_mquery-small.scss */
  #rotator .orbit-bullets li.active:hover {
    background: #fff;
  }

  /* Article page rotator */
  /* line 133, ../sass/_mquery-small.scss */
  .large-9 .main-content #rotator .orbit-caption h2 {
    font-size: 1.75em;
  }
  /* line 136, ../sass/_mquery-small.scss */
  .large-9 .main-content #rotator .orbit-caption p {
    font-size: 1.125em;
  }
  /* line 140, ../sass/_mquery-small.scss */
  .large-9 .main-content #rotator .orbit-caption .button {
    font-size: 0.75em;
    text-decoration: none;
  }

  /* line 148, ../sass/_mquery-small.scss */
  .large-6 .main-content #rotator .orbit-caption {
    top: 0;
  }
  /* line 150, ../sass/_mquery-small.scss */
  .large-6 .main-content #rotator .orbit-caption h2 {
    font-size: 1.25em;
  }
  /* line 153, ../sass/_mquery-small.scss */
  .large-6 .main-content #rotator .orbit-caption p {
    font-size: 1em;
  }
  /* line 157, ../sass/_mquery-small.scss */
  .large-6 .main-content #rotator .orbit-caption .button {
    font-size: 0.875em;
    padding: 12px;
    text-decoration: none;
  }

  /* homepage circle images */
  /* line 168, ../sass/_mquery-small.scss */
  .partners-container-mobile {
    display: none;
  }

  /* line 170, ../sass/_mquery-small.scss */
  .partners-container {
    display: block;
    margin-bottom: 2.8125em;
  }
  /* line 172, ../sass/_mquery-small.scss */
  .partners-container .partner-type {
    text-align: center;
  }
  /* line 174, ../sass/_mquery-small.scss */
  .partners-container .partner-type .title {
    height: 3.625em;
    display: table;
    width: 100%;
  }
  /* line 175, ../sass/_mquery-small.scss */
  .partners-container .partner-type .title h4 {
    font-size: 1.5em;
    color: #a3c3b3;
    display: table-cell;
    vertical-align: bottom;
    transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
  }
  /* line 178, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data {
    position: relative;
    margin: 0.625em 0.625em 0;
    /* these nested divs are needed to vertically align the hover text */
  }
  /* line 180, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data a {
    display: block;
  }
  /* line 182, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .circle-overlay {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #0a6f44;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.60;
  }
  /* line 183, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data img {
    position: relative;
    z-index: 1;
  }
  /* line 186, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
  }
  /* line 187, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer {
    display: table;
    height: 100%;
    width: 100%;
  }
  /* line 188, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 189, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover {
    display: block;
    top: 0;
    left: 0;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #fff;
    font-family: "Centaur W01";
    font-size: 1em;
  }
  /* line 190, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover hr {
    display: none;
  }
  /* line 191, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover .learn-more {
    display: none;
  }
  /* line 197, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .learn-more-container {
    position: absolute;
    left: 50%;
    top: 48%;
  }
  /* line 198, ../sass/_mquery-small.scss */
  .partners-container .partner-type .partner-data .learn-more-container .text {
    display: block;
    position: relative;
    left: -50%;
    top: -50%;
    z-index: 3;
    font-family: "Avenir LT W01 65 Medium";
    font-size: 0.875em;
    padding-bottom: 0.125em;
    border-bottom: 2px solid #fff;
    color: #fff;
  }
  /* line 203, ../sass/_mquery-small.scss */
  .partners-container .partner-type.active h4 {
    color: #24845b;
  }

  /* home bottom panel (events & program search) */
  /* line 211, ../sass/_mquery-small.scss */
  .bottom-panel {
    padding: 2.8125em 0;
  }
  /* line 213, ../sass/_mquery-small.scss */
  .bottom-panel .events-container {
    padding: 0 0.625em;
  }
  /* line 215, ../sass/_mquery-small.scss */
  .bottom-panel .header {
    margin-bottom: 0.3125em;
  }
  /* line 216, ../sass/_mquery-small.scss */
  .bottom-panel .header .view-filter {
    padding: 0.3125em 0 0.3125em;
  }
  /* line 217, ../sass/_mquery-small.scss */
  .bottom-panel .header .view-filter a:last-child {
    margin-right: 0;
  }
  /* line 221, ../sass/_mquery-small.scss */
  .bottom-panel .teaser {
    overflow: hidden;
    clear: both;
  }
  /* line 222, ../sass/_mquery-small.scss */
  .bottom-panel .teaser .date {
    float: left;
    width: 12%;
    margin-right: 8%;
    font-size: 1.125em;
    letter-spacing: 0.125em;
    text-align: center;
  }
  /* line 223, ../sass/_mquery-small.scss */
  .bottom-panel .teaser .date .day {
    display: block;
    text-align: center;
    font-size: 2.5em;
    line-height: 0.875em;
    letter-spacing: normal;
  }
  /* line 225, ../sass/_mquery-small.scss */
  .bottom-panel .teaser .info {
    float: left;
    width: 80%;
  }
  /* line 226, ../sass/_mquery-small.scss */
  .bottom-panel .teaser .info .type {
    padding: 0 0 0.625em;
  }
  /* line 227, ../sass/_mquery-small.scss */
  .bottom-panel .teaser .info a {
    font-size: 1.125em;
    line-height: normal;
  }
  /* line 231, ../sass/_mquery-small.scss */
  .bottom-panel .provider-search-container {
    background: url(../images/map.png) no-repeat 0 0;
  }
  /* line 232, ../sass/_mquery-small.scss */
  .bottom-panel .provider-search-container .map {
    min-height: 252px;
  }
  /* line 233, ../sass/_mquery-small.scss */
  .bottom-panel .provider-search-container .map .caption {
    display: block;
  }
  /* line 234, ../sass/_mquery-small.scss */
  .bottom-panel .provider-search-container .map .img {
    display: block;
  }
  /* line 236, ../sass/_mquery-small.scss */
  .bottom-panel .provider-search-container .search-bar {
    overflow: hidden;
    padding: 0.625em 0;
    border-top: 4px solid #f1efe6;
    margin-bottom: 0;
  }
  /* line 237, ../sass/_mquery-small.scss */
  .bottom-panel .provider-search-container .search-bar .title {
    font-size: 1.5em;
    margin: 0 0 0.3125em 0;
  }
  /* line 239, ../sass/_mquery-small.scss */
  .bottom-panel .provider-search-container .search-bar .buttons .button {
    margin: 0 0 0.625em 0;
  }
  /* line 240, ../sass/_mquery-small.scss */
  .bottom-panel .provider-search-container .search-bar .buttons .button:last-child {
    margin: 0;
  }

  /* =============== INTERIOR PAGE ELEMENTS =============== */
  /* line 253, ../sass/_mquery-small.scss */
  .breadcrumbs {
    display: block;
  }
  /* line 254, ../sass/_mquery-small.scss */
  .breadcrumbs ul {
    margin: 1.5625em 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  /* line 255, ../sass/_mquery-small.scss */
  .breadcrumbs ul li {
    float: left;
    font-size: 0.9375em;
    color: #999;
  }
  /* line 256, ../sass/_mquery-small.scss */
  .breadcrumbs ul li a:hover {
    color: #24845b;
    text-decoration: underline;
  }
  /* line 257, ../sass/_mquery-small.scss */
  .breadcrumbs ul li:first-child a {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 16px;
    height: 14px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../images/sprite.png) no-repeat -134px 0px;
  }
  /* line 258, ../sass/_mquery-small.scss */
  .breadcrumbs ul li:after {
    content: '\00BB';
    margin: 0 0.9375em;
    color: #24845b;
  }
  /* line 259, ../sass/_mquery-small.scss */
  .breadcrumbs ul li:last-child:after {
    content: '';
  }

  /* line 264, ../sass/_mquery-small.scss */
  #page-header {
    margin-bottom: 3.125em;
  }
  /* line 265, ../sass/_mquery-small.scss */
  #page-header.flush {
    margin-bottom: 1.5625em;
  }

  /* line 267, ../sass/_mquery-small.scss */
  .page-title {
    font-size: 2.5em;
    color: #fff;
    background: #24845b;
    padding: 0.3125em;
  }
  /* line 268, ../sass/_mquery-small.scss */
  .page-title span {
    width: 80%;
  }
  /* line 269, ../sass/_mquery-small.scss */
  .page-title.full span {
    width: 100%;
  }

  /* line 271, ../sass/_mquery-small.scss */
  .sub-title-container {
    padding: 1.25em 0.9375em;
  }
  /* line 272, ../sass/_mquery-small.scss */
  .sub-title-container .img-container {
    position: relative;
    display: block;
    float: right;
    width: 200px;
    height: 200px;
    margin-top: -108px;
    right: -15px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  /* line 273, ../sass/_mquery-small.scss */
  .sub-title-container .img-container img {
    width: 100%;
    height: 100%;
  }
  /* line 275, ../sass/_mquery-small.scss */
  .sub-title-container .sub-title {
    width: 75%;
    font-size: 1.25em;
  }

  /* left-navs */
  /* line 283, ../sass/_mquery-small.scss */
  .section-container .content-static > section label {
    width: 82%;
  }

  /* tabs */
  /* line 292, ../sass/_mquery-small.scss */
  .section-container.auto > section .title {
    background: none;
    border-color: #dcede6;
  }
  /* line 293, ../sass/_mquery-small.scss */
  .section-container.auto > section .title a {
    background: none;
    font-size: 0.875em;
  }
  /* line 294, ../sass/_mquery-small.scss */
  .section-container.auto > section .title a:hover {
    background: none;
    color: #24845b;
  }
  /* line 300, ../sass/_mquery-small.scss */
  .section-container.auto > section.active .title a {
    color: #24845b;
    background: #e4efe9;
  }
  /* line 301, ../sass/_mquery-small.scss */
  .section-container.auto > section.active .title a:hover {
    color: #24845b;
  }

  /* bio teasers */
  /* line 312, ../sass/_mquery-small.scss */
  .photo-teaser .photo {
    display: block;
  }
  /* line 313, ../sass/_mquery-small.scss */
  .photo-teaser .text {
    width: 71%;
  }

  /* provider search forms */
  /* line 319, ../sass/_mquery-small.scss */
  .provider-search label {
    font-size: 1.125em;
    padding-top: 0.3125em;
  }

  /* line 322, ../sass/_mquery-small.scss */
  .map-instructions {
    display: block;
  }

  /* line 326, ../sass/_mquery-small.scss */
  .map-container {
    display: block;
  }

  /* line 332, ../sass/_mquery-small.scss */
  .map-search-fields .state,
  .program-search-fields .state {
    padding-bottom: 0;
  }
  /* line 335, ../sass/_mquery-small.scss */
  .map-search-fields label,
  .program-search-fields label {
    margin-bottom: 0.9375em;
  }

  /* line 340, ../sass/_mquery-small.scss */
  .required-text {
    text-align: right;
  }

  /* contact form */
  /* line 346, ../sass/_mquery-small.scss */
  #contact-form .row {
    margin-bottom: 0.625em;
  }
  /* line 347, ../sass/_mquery-small.scss */
  #contact-form label {
    text-align: right;
  }
  /* line 348, ../sass/_mquery-small.scss */
  #contact-form input, #contact-form textarea {
    font-size: 0.875em;
  }

  /* search results */
  /* line 354, ../sass/_mquery-small.scss */
  .search-results-header .left-col {
    float: left;
    margin: 0 10px;
  }
  /* line 355, ../sass/_mquery-small.scss */
  .search-results-header .right-col {
    float: left;
    width: 80%;
    margin: 0;
    padding: 0 0 0 1.25em;
  }

  /* line 358, ../sass/_mquery-small.scss */
  .list-results {
    font-size: 1.25em;
  }
  /* line 359, ../sass/_mquery-small.scss */
  .list-results li {
    padding-bottom: 2.5em;
  }

  /* pagination */
  /* line 364, ../sass/_mquery-small.scss */
  .pagination-centered {
    text-align: left;
  }

  /* line 366, ../sass/_mquery-small.scss */
  ul.pagination li {
    margin-left: 0.4375em;
  }
}
@media only screen and (min-width: 769px) {
  /* foundation top bar */
  /* line 7, ../sass/_mquery-custom-topbar.scss */
  .top-bar {
    background: url(../images/bg-topnav.png) repeat-x #fff;
    height: 3.25em;
  }

  /* line 10, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section ul {
    background: none;
    height: 3.25em;
  }
  /* line 11, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section ul li {
    background: none;
    height: 3.25em;
    /* active section state */
  }
  /* line 12, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section ul li > a {
    font-family: "Avenir LT W01 85 Heavy";
    font-weight: normal;
    font-size: 1em;
    transition: font-size 0.3s ease-in-out;
    -o-transition: font-size 0.3s ease-in-out;
    -moz-transition: font-size 0.3s ease-in-out;
    -webkit-transition: font-size 0.3s ease-in-out;
  }
  /* line 13, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section ul li > a:not(.button) {
    background: none;
    padding: 0 0.625em;
  }
  /* line 14, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section ul li > a:not(.button):hover {
    background: #24845b;
    color: #fff;
    transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s ease-in-out;
  }
  /* line 15, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section ul li:hover > a {
    background: #24845b;
    color: #fff;
  }
  /* line 16, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section ul li:hover > a:after {
    background-position: right -79px;
  }
  /* line 21, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section ul li.active > a {
    border-top: 2px solid #24845b;
    border-bottom: 2px solid #24845b;
    height: 3.25em;
  }

  /* arrow */
  /* line 27, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section .has-dropdown > a {
    display: block;
    position: relative;
    padding-right: 1.25em !important;
  }
  /* line 29, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 9px;
    height: 6px;
    background: url(../images/sprite.png) no-repeat right -32px;
    position: absolute;
    right: 7px;
    border: 0;
    border-color: transparent;
    border-top-style: none;
    margin: 0;
    top: 24px;
  }

  /* right side button */
  /* line 47, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section .right li.has-dropdown > a:not(.button) {
    padding: 0 1.5625em !important;
    transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -webkit-transition: padding 0.3s ease-in-out;
  }
  /* line 48, ../sass/_mquery-custom-topbar.scss */
  .top-bar-section .right li.has-dropdown > a:not(.button):after {
    right: 10px;
  }

  /* line 51, ../sass/_mquery-custom-topbar.scss */
  .top-bar .right li {
    background: #e4efe9;
  }
  /* line 52, ../sass/_mquery-custom-topbar.scss */
  .top-bar .right li .dropdown li {
    background: none;
  }

  /* dropdowns */
  /* line 57, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown {
    background: #006d43;
    border-bottom: 0.625em solid #dcede6;
    padding: 1.125em 1.5625em 1.125em 0;
    -webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.25);
    /* reset grid for dropdowns */
  }
  /* line 63, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown li {
    margin: 0.1875em 0;
  }
  /* line 64, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown li a {
    background: none;
    color: #a3c3b3;
    font-family: "Avenir LT W01 65 Medium";
    font-size: 0.9375em;
    padding: 0.625em 1.5625em;
    transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
  }
  /* line 65, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown li a:hover {
    background: none !important;
  }
  /* line 70, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-1 {
    width: 8.33333%;
  }
  /* line 71, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-2 {
    width: 16.66667%;
  }
  /* line 72, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-3 {
    width: 25%;
  }
  /* line 73, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-4 {
    width: 33.3333%;
  }
  /* line 74, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-5 {
    width: 41.66667%;
  }
  /* line 75, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-6 {
    width: 50%;
  }
  /* line 76, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-7 {
    width: 58.33333%;
  }
  /* line 77, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-8 {
    width: 66.66667%;
  }
  /* line 78, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-9 {
    width: 75%;
  }
  /* line 79, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-10 {
    width: 83.33333%;
  }
  /* line 80, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-11 {
    width: 91.66667%;
  }
  /* line 81, ../sass/_mquery-custom-topbar.scss */
  .top-bar .dropdown .large-12 {
    width: 100%;
  }

  /* supernavs */
  /* line 87, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full {
    position: inherit;
  }

  /* line 89, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    background: #006d43;
    padding: 1.25em 1.5625em;
  }
  /* line 92, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-row {
    display: table;
    border-collapse: separate;
    border-spacing: 0px;
    margin: 0;
  }
  /* line 93, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-col {
    display: table-cell;
    vertical-align: top;
    padding: 0 0.625em 0 1.875em;
    border-right: 1px solid #a3c3b3;
  }
  /* line 94, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-col.three {
    width: 33.33333%;
  }
  /* line 95, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-col.two {
    width: 50%;
  }
  /* line 96, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-col:first-child {
    padding-left: 0;
  }
  /* line 97, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-col:last-child {
    border: 0;
  }
  /* line 100, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-content {
    /* margin-right: emCalc(10px); */
    overflow: hidden;
  }
  /* line 101, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-content li a {
    white-space: normal;
  }
  /* line 103, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .title {
    background: none;
    font-size: 1.5625em;
    padding: 0;
    line-height: 1.25em;
    margin-bottom: 0.3125em;
    width: 130px;
    overflow: visible;
  }
  /* line 104, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown .subtitle {
    display: block;
    color: #fff;
    font-family: "Avenir LT W01 65 Medium";
    font-size: 1.5625em;
    line-height: 1.25em;
    margin-bottom: 0.3125em;
    width: auto;
    overflow: visible;
  }
  /* line 107, ../sass/_mquery-custom-topbar.scss */
  .top-bar .has-dropdown.full .dropdown ul a {
    padding-left: 0;
    padding-right: 0;
  }

  /* homepage rotator (this forces rotator to bleed to edges) */
  /* line 115, ../sass/_mquery-custom-topbar.scss */
  #rotator .orbit-container {
    border-right: 0;
    border-left: 0;
  }
}
@media only screen and (min-width: 940px) {
  /* utility nav */
  /* line 6, ../sass/_mquery-small-medium.scss */
  nav.utility-nav ul a {
    font-size: 0.875em;
  }

  /* foundation top bar */
  /* line 10, ../sass/_mquery-small-medium.scss */
  .top-bar-section {
    /* right side button */
  }
  /* line 12, ../sass/_mquery-small-medium.scss */
  .top-bar-section ul li > a {
    font-size: 1.125em;
  }
  /* line 13, ../sass/_mquery-small-medium.scss */
  .top-bar-section ul li > a:not(.button) {
    padding: 0 0.9375em;
  }
  /* line 14, ../sass/_mquery-small-medium.scss */
  .top-bar-section ul li.active > a {
    height: 2.875em;
  }
  /* line 17, ../sass/_mquery-small-medium.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 1.875em !important;
  }
  /* line 18, ../sass/_mquery-small-medium.scss */
  .top-bar-section .has-dropdown > a:after {
    right: 18px;
  }
  /* line 22, ../sass/_mquery-small-medium.scss */
  .top-bar-section .right li.has-dropdown > a:not(.button) {
    padding: 0 2.8125em !important;
  }
  /* line 23, ../sass/_mquery-small-medium.scss */
  .top-bar-section .right li.has-dropdown > a:not(.button):after {
    right: 33px;
  }
  /* line 27, ../sass/_mquery-small-medium.scss */
  .top-bar-section .dropdown-content .title {
    padding: 0;
  }

  /* dropdowns */
  /* line 34, ../sass/_mquery-small-medium.scss */
  .top-bar .dropdown {
    padding: 1.5625em 2.8125em 1.5625em 1.5625em;
  }
  /* line 35, ../sass/_mquery-small-medium.scss */
  .top-bar .dropdown li {
    margin: 0.1875em 0;
  }
  /* line 36, ../sass/_mquery-small-medium.scss */
  .top-bar .dropdown li a:not(.button) {
    font-size: 1.0625em;
    padding: 0.125em 0;
  }

  /* supernavs */
  /* line 43, ../sass/_mquery-small-medium.scss */
  .top-bar .has-dropdown.full .dropdown .dropdown-content {
    margin-right: 1.25em;
  }
  /* line 44, ../sass/_mquery-small-medium.scss */
  .top-bar .has-dropdown.full .dropdown .title {
    font-size: 2.5em;
    width: 220px;
  }
  /* line 45, ../sass/_mquery-small-medium.scss */
  .top-bar .has-dropdown.full .dropdown .subtitle {
    font-size: 2em;
  }

  /* homepage rotator */
  /* line 54, ../sass/_mquery-small-medium.scss */
  #rotator .orbit-container .orbit-caption h2 {
    font-size: 3.125em;
  }
  /* line 55, ../sass/_mquery-small-medium.scss */
  #rotator .orbit-container .orbit-caption p {
    font-size: 1.75em;
  }
  /* line 56, ../sass/_mquery-small-medium.scss */
  #rotator .orbit-container .orbit-caption .button {
    font-size: 1.5em;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }

  /* Article page rotator */
  /* line 64, ../sass/_mquery-small-medium.scss */
  .main-content #rotator .orbit-caption h2 {
    font-size: 2.125em;
  }
  /* line 67, ../sass/_mquery-small-medium.scss */
  .main-content #rotator .orbit-caption p {
    font-size: 1.375em;
  }
  /* line 71, ../sass/_mquery-small-medium.scss */
  .main-content #rotator .orbit-caption .button {
    font-size: 1em;
    text-decoration: none;
  }

  /* homepage circular images */
  /* line 87, ../sass/_mquery-small-medium.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover {
    font-size: 1.125em;
  }
  /* line 92, ../sass/_mquery-small-medium.scss */
  .partners-container .partner-type .partner-data .learn-more-container .text {
    font-size: 1em;
  }

  /* homepage bottom panel (events and provider search) */
  /* line 101, ../sass/_mquery-small-medium.scss */
  .bottom-panel .header {
    overflow: hidden;
  }
  /* line 102, ../sass/_mquery-small-medium.scss */
  .bottom-panel .header h3 {
    float: left;
    width: 70%;
  }
  /* line 103, ../sass/_mquery-small-medium.scss */
  .bottom-panel .header .view-filter {
    float: right;
    width: 30%;
    text-align: right;
  }
  /* line 106, ../sass/_mquery-small-medium.scss */
  .bottom-panel .teaser .date {
    margin-right: 4%;
  }
  /* line 107, ../sass/_mquery-small-medium.scss */
  .bottom-panel .teaser .info {
    width: 84%;
  }
  /* line 111, ../sass/_mquery-small-medium.scss */
  .bottom-panel .provider-search-container .search-bar .title {
    float: left;
    font-size: 1.5em;
    margin: 0.125em 0.625em 0 0;
  }
  /* line 112, ../sass/_mquery-small-medium.scss */
  .bottom-panel .provider-search-container .search-bar .buttons {
    float: left;
  }
  /* line 113, ../sass/_mquery-small-medium.scss */
  .bottom-panel .provider-search-container .search-bar .buttons .button {
    width: auto;
    margin: 0 0.3125em 0 0;
  }

  /* interior page subtitle area */
  /* line 122, ../sass/_mquery-small-medium.scss */
  .sub-title-container .sub-title {
    font-size: 1.375em;
  }
  /* line 123, ../sass/_mquery-small-medium.scss */
  .sub-title-container .img-container {
    margin-top: -116px;
    width: 220px;
    height: 220px;
  }

  /* tabs */
  /* line 131, ../sass/_mquery-small-medium.scss */
  .section-container.auto > section .title a {
    font-size: 0.9375em;
  }

  /* search results */
  /* line 139, ../sass/_mquery-small-medium.scss */
  .search-results-header .right-col {
    float: left;
    width: 85%;
  }

  /* custom selects */
  /* line 144, ../sass/_mquery-small-medium.scss */
  .select-opt {
    max-height: 300px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1030px) {
  /* footer social icons */
  /* line 8, ../sass/_mquery-medium-small.scss */
  .social-icons a:nth-child(odd) {
    margin-left: 0;
  }

  /* homepage circular images */
  /* line 18, ../sass/_mquery-medium-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover {
    font-size: 1.375em;
  }
  /* line 19, ../sass/_mquery-medium-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover hr {
    width: 28px;
    margin: 0.625em auto;
    border-width: 1px 0 0;
    border-color: #fff;
  }
  /* line 20, ../sass/_mquery-medium-small.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover .learn-more {
    margin: 0 auto;
    width: 88px;
    font-family: "Avenir LT W01 65 Medium";
    font-size: 0.75em;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.125em;
    color: #fff;
  }

  /* interior page subtitle area */
  /* line 32, ../sass/_mquery-medium-small.scss */
  .sub-title-container .sub-title {
    font-size: 1.4375em;
  }
  /* line 33, ../sass/_mquery-medium-small.scss */
  .sub-title-container .img-container {
    margin-top: -125px;
    width: 240px;
    height: 240px;
  }

  /* left nav accordion */
  /* line 38, ../sass/_mquery-medium-small.scss */
  .accordion, .side-nav {
    width: 90%;
  }

  /* provider search forms */
  /* line 45, ../sass/_mquery-medium-small.scss */
  .provider-search label {
    font-size: 1.5em;
    padding-top: 0;
  }

  /* search results */
  /* line 50, ../sass/_mquery-medium-small.scss */
  .list-results {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1172px) {
  /* homepage - titles above circular images */
  /* line 8, ../sass/_mquery-custom-1.scss */
  .partners-container .partner-type .title {
    height: auto;
    display: block;
  }
  /* line 9, ../sass/_mquery-custom-1.scss */
  .partners-container .partner-type .title h4 {
    display: block;
    vertical-align: inherit;
  }
}
@media only screen and (min-width: 1195px) {
  /* homepage circular images */
  /* line 14, ../sass/_mquery-medium.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover hr {
    display: block;
  }
  /* line 15, ../sass/_mquery-medium.scss */
  .partners-container .partner-type .partner-data .hover-text-container .outer .inner .hover .learn-more {
    display: block;
  }

  /* homepage bottom panel (events dates and type) */
  /* line 28, ../sass/_mquery-medium.scss */
  .bottom-panel .teaser .date {
    width: 50px;
    margin-right: 30px;
  }
  /* line 29, ../sass/_mquery-medium.scss */
  .bottom-panel .teaser .info {
    width: 470px;
  }

  /* interior page subtitle area */
  /* line 37, ../sass/_mquery-medium.scss */
  .sub-title-container .sub-title {
    font-size: 1.5em;
  }
  /* line 38, ../sass/_mquery-medium.scss */
  .sub-title-container .img-container {
    margin-top: -134px;
    width: 260px;
    height: 260px;
  }

  /* tabs */
  /* line 46, ../sass/_mquery-medium.scss */
  .section-container.auto > section .title a {
    padding-left: 1.5625em !important;
    padding-right: 1.5625em !important;
  }

  /* right column green blocks */
  /* line 53, ../sass/_mquery-medium.scss */
  aside {
    float: right;
    width: 90%;
  }

  /* provider search forms */
  /* line 59, ../sass/_mquery-medium.scss */
  .provider-search .radios .radio-container {
    float: left;
    width: 32%;
  }
  /* line 60, ../sass/_mquery-medium.scss */
  .provider-search .radios .radio-container label {
    float: left;
  }
  /* line 61, ../sass/_mquery-medium.scss */
  .provider-search .radios .radio-container input[type="radio"] {
    float: left;
  }
  /* line 63, ../sass/_mquery-medium.scss */
  .provider-search .radios .or {
    display: block;
    float: left;
    width: 8%;
    color: #aaa;
  }
}
@media only screen and (min-width: 1260px) {
  /* homepage rotator */
  /* line 7, ../sass/_mquery-large.scss */
  #rotator .orbit-bullets {
    right: 10%;
  }
}
