/*Theme Name: Eclipse Creative
Description: A Foundation based theme for WordPress
Version: 1.0
Author: Eclipse Creative - p.bhadra@eclipse-creative.com
*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, css/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, css/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, css/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, css/sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 56, css/sass/_normalize.scss */
script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, css/sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, css/sass/_normalize.scss */
a {
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, css/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 278, css/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 289, css/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 303, css/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 315, css/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 328, css/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 340, css/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 350, css/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 362, css/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 374, css/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 383, css/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 394, css/sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* line 431, css/sass/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

/* line 435, css/sass/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 440, css/sass/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 445, css/sass/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* line 450, css/sass/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:75em)/";
  width: 40.0625em;
}

/* line 455, css/sass/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:75.0625em)/";
  width: 75.0625em;
}

/* line 460, css/sass/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:75.0625em) and (max-width:90em)/";
  width: 75.0625em;
}

/* line 465, css/sass/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

/* line 470, css/sass/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

/* line 475, css/sass/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

/* line 480, css/sass/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 489, css/sass/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 492, css/sass/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 498, css/sass/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 502, css/sass/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 515, css/sass/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 518, css/sass/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 520, css/sass/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 525, css/sass/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 532, css/sass/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 533, css/sass/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 239, css/sass/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 537, css/sass/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 542, css/sass/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 548, css/sass/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 551, css/sass/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 561, css/sass/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 564, css/sass/foundation/components/_global.scss */
select {
  width: 100%;
}

/* components */
/* line 107, css/sass/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 239, css/sass/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 51, css/sass/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 75.0625em) {
  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, css/sass/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 228, css/sass/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
/* line 239, css/sass/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 232, css/sass/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 235, css/sass/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 238, css/sass/foundation/components/_grid.scss */
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
/* line 239, css/sass/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 239, css/sass/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
/* line 239, css/sass/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 243, css/sass/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 248, css/sass/foundation/components/_grid.scss */
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
/* line 251, css/sass/foundation/components/_grid.scss */
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, css/sass/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, css/sass/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, css/sass/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, css/sass/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, css/sass/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 200, css/sass/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 205, css/sass/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 212, css/sass/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, css/sass/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, css/sass/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, css/sass/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, css/sass/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, css/sass/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, css/sass/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, css/sass/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 200, css/sass/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 205, css/sass/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 212, css/sass/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, css/sass/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, css/sass/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 264, css/sass/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 267, css/sass/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 75.0625em) {
  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, css/sass/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, css/sass/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, css/sass/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 168, css/sass/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, css/sass/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, css/sass/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, css/sass/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, css/sass/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, css/sass/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 200, css/sass/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 205, css/sass/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 212, css/sass/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, css/sass/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, css/sass/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 275, css/sass/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 278, css/sass/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 158, css/sass/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 159, css/sass/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 160, css/sass/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 161, css/sass/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 165, css/sass/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 75em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 75.0625em) and (max-width: 90em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  /* line 165, css/sass/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 166, css/sass/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 167, css/sass/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 168, css/sass/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 196, css/sass/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 220, css/sass/foundation/components/_type.scss */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none;
}
/* line 225, css/sass/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 233, css/sass/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 237, css/sass/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 245, css/sass/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 247, css/sass/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
/* line 255, css/sass/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
/* line 265, css/sass/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

/* line 272, css/sass/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 273, css/sass/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 274, css/sass/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 275, css/sass/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 276, css/sass/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 277, css/sass/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 279, css/sass/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 281, css/sass/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
/* line 290, css/sass/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 296, css/sass/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 302, css/sass/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 307, css/sass/foundation/components/_type.scss */
code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 319, css/sass/foundation/components/_type.scss */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

/* line 329, css/sass/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
/* line 336, css/sass/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 345, css/sass/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 348, css/sass/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 349, css/sass/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 350, css/sass/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
/* line 354, css/sass/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 357, css/sass/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 366, css/sass/foundation/components/_type.scss */
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
/* line 371, css/sass/foundation/components/_type.scss */
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
/* line 382, css/sass/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 386, css/sass/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 390, css/sass/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

/* line 397, css/sass/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 399, css/sass/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 405, css/sass/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
/* line 410, css/sass/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 414, css/sass/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 418, css/sass/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 424, css/sass/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 431, css/sass/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
/* line 437, css/sass/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 441, css/sass/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 448, css/sass/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 450, css/sass/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 461, css/sass/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 462, css/sass/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 463, css/sass/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 464, css/sass/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 465, css/sass/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 466, css/sass/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 467, css/sass/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * 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)
*/
@media print {
  /* line 479, css/sass/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 486, css/sass/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 488, css/sass/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 490, css/sass/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 493, css/sass/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 497, css/sass/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 503, css/sass/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 505, css/sass/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 508, css/sass/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.34in;
  }
  /* line 512, css/sass/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 519, css/sass/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 412, css/sass/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 149, css/sass/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 413, css/sass/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 239, css/sass/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 415, css/sass/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 185, css/sass/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 191, css/sass/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 417, css/sass/foundation/components/_offcanvas.scss */
.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

/* line 418, css/sass/foundation/components/_offcanvas.scss */
.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

/* line 420, css/sass/foundation/components/_offcanvas.scss */
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
/* line 219, css/sass/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  text-align: left;
}
/* line 220, css/sass/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  text-align: right;
}
/* line 224, css/sass/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 228, css/sass/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 232, css/sass/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 424, css/sass/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}
/* line 196, css/sass/foundation/components/_global.scss */
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
/* line 229, css/sass/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

/* line 448, css/sass/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}
/* line 106, css/sass/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 449, css/sass/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}
/* line 106, css/sass/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 450, css/sass/foundation/components/_offcanvas.scss */
.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}
/* line 106, css/sass/foundation/components/_offcanvas.scss */
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 451, css/sass/foundation/components/_offcanvas.scss */
.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}
/* line 106, css/sass/foundation/components/_offcanvas.scss */
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 453, css/sass/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 246, css/sass/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
/* line 258, css/sass/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.66667rem;
  transition: background 300ms ease;
}
/* line 264, css/sass/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: #242424;
}
/* line 267, css/sass/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:active {
  background: #242424;
}

/* line 459, css/sass/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
/* line 462, css/sass/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 466, css/sass/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
/* line 470, css/sass/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 473, css/sass/foundation/components/_offcanvas.scss */
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}
/* line 477, css/sass/foundation/components/_offcanvas.scss */
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 480, css/sass/foundation/components/_offcanvas.scss */
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}
/* line 484, css/sass/foundation/components/_offcanvas.scss */
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 487, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 496, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 499, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 507, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 510, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 518, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 521, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 529, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 532, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 540, css/sass/foundation/components/_offcanvas.scss */
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
  /* line 296, css/sass/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 545, css/sass/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
/* line 546, css/sass/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
/* line 547, css/sass/foundation/components/_offcanvas.scss */
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}
/* line 548, css/sass/foundation/components/_offcanvas.scss */
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}
/* line 550, css/sass/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
/* line 551, css/sass/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}
/* line 552, css/sass/foundation/components/_offcanvas.scss */
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}
/* line 553, css/sass/foundation/components/_offcanvas.scss */
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

/* line 558, css/sass/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 307, css/sass/foundation/components/_offcanvas.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 345, css/sass/foundation/components/_offcanvas.scss */
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
/* line 354, css/sass/foundation/components/_offcanvas.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
/* line 378, css/sass/foundation/components/_offcanvas.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}
/* line 560, css/sass/foundation/components/_offcanvas.scss */
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 565, css/sass/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 307, css/sass/foundation/components/_offcanvas.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 345, css/sass/foundation/components/_offcanvas.scss */
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
/* line 354, css/sass/foundation/components/_offcanvas.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
/* line 367, css/sass/foundation/components/_offcanvas.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}
/* line 567, css/sass/foundation/components/_offcanvas.scss */
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 572, css/sass/foundation/components/_offcanvas.scss */
.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 307, css/sass/foundation/components/_offcanvas.scss */
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 345, css/sass/foundation/components/_offcanvas.scss */
.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
/* line 354, css/sass/foundation/components/_offcanvas.scss */
.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
/* line 574, css/sass/foundation/components/_offcanvas.scss */
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/* line 579, css/sass/foundation/components/_offcanvas.scss */
.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 307, css/sass/foundation/components/_offcanvas.scss */
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 345, css/sass/foundation/components/_offcanvas.scss */
.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
/* line 354, css/sass/foundation/components/_offcanvas.scss */
.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
/* line 581, css/sass/foundation/components/_offcanvas.scss */
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/* line 594, css/sass/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

/* line 597, css/sass/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

/* small displays */
@media only screen {
  /* line 244, css/sass/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, css/sass/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, css/sass/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, css/sass/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, css/sass/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, css/sass/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, css/sass/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, css/sass/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, css/sass/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  /* line 244, css/sass/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, css/sass/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, css/sass/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, css/sass/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, css/sass/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, css/sass/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, css/sass/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, css/sass/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, css/sass/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 75.0625em) {
  /* line 244, css/sass/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, css/sass/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, css/sass/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, css/sass/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, css/sass/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, css/sass/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, css/sass/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, css/sass/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, css/sass/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  /* line 244, css/sass/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, css/sass/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, css/sass/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, css/sass/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, css/sass/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, css/sass/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, css/sass/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, css/sass/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, css/sass/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  /* line 244, css/sass/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, css/sass/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, css/sass/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, css/sass/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, css/sass/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, css/sass/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, css/sass/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, css/sass/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, css/sass/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, css/sass/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, css/sass/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, css/sass/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, css/sass/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, css/sass/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, css/sass/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, css/sass/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 314, css/sass/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, css/sass/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, css/sass/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, css/sass/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, css/sass/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, css/sass/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, css/sass/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 344, css/sass/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, css/sass/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, css/sass/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, css/sass/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, css/sass/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, css/sass/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, css/sass/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 374, css/sass/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, css/sass/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, css/sass/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, css/sass/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, css/sass/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, css/sass/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, css/sass/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, css/sass/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, css/sass/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, css/sass/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, css/sass/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, css/sass/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, css/sass/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, css/sass/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, css/sass/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, css/sass/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
/* line 394, css/sass/foundation/components/_visibility.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 397, css/sass/foundation/components/_visibility.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/* line 400, css/sass/foundation/components/_visibility.scss */
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
/* line 408, css/sass/foundation/components/_visibility.scss */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  /* line 411, css/sass/foundation/components/_visibility.scss */
  .print-only,
  .show-for-print {
    display: block !important;
  }

  /* line 413, css/sass/foundation/components/_visibility.scss */
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }

  /* line 416, css/sass/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 417, css/sass/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 418, css/sass/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 419, css/sass/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 420, css/sass/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 421, css/sass/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/* line 30, css/sass/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
/* line 239, css/sass/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}
/* line 35, css/sass/foundation/components/_tabs.scss */
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
/* line 42, css/sass/foundation/components/_tabs.scss */
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
/* line 50, css/sass/foundation/components/_tabs.scss */
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
/* line 55, css/sass/foundation/components/_tabs.scss */
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #FFFFFF;
  color: #222222;
}
/* line 64, css/sass/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 69, css/sass/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 74, css/sass/foundation/components/_tabs.scss */
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 84, css/sass/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 239, css/sass/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}
/* line 89, css/sass/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
/* line 95, css/sass/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}
/* line 99, css/sass/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
/* line 104, css/sass/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}
/* line 107, css/sass/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 115, css/sass/foundation/components/_tabs.scss */
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }

  /* line 125, css/sass/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
/* line 136, css/sass/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* line 218, css/sass/foundation/components/_buttons.scss */
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
  transition: background-color 300ms ease-out;
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}
/* line 225, css/sass/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 226, css/sass/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 227, css/sass/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 228, css/sass/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
/* line 229, css/sass/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
/* line 231, css/sass/foundation/components/_buttons.scss */
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
/* line 232, css/sass/foundation/components/_buttons.scss */
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
/* line 233, css/sass/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
/* line 234, css/sass/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
/* line 236, css/sass/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 237, css/sass/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 239, css/sass/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 240, css/sass/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 242, css/sass/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}
/* line 180, css/sass/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008CBA;
}
/* line 243, css/sass/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 180, css/sass/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 244, css/sass/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 180, css/sass/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
/* line 245, css/sass/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 180, css/sass/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
/* line 246, css/sass/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
/* line 180, css/sass/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
/* line 247, css/sass/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, css/sass/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
/* line 180, css/sass/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 252, css/sass/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 255, css/sass/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/**
@import 'global';
@import 'buttons';

//
// @variables
//
$include-html-form-classes: $include-html-classes !default;

// We use this to set the base for lots of form spacing and positioning styles
$form-spacing: rem-calc(16) !default;

// We use these to style the labels in different ways
$form-label-pointer: pointer !default;
$form-label-font-size: rem-calc(14) !default;
$form-label-font-weight: $font-weight-normal !default;
$form-label-line-height: 1.5 !default;
$form-label-font-color: scale-color($black, $lightness: 30%) !default;
$form-label-small-transform: capitalize !default;
$form-label-bottom-margin: 0 !default;
$input-font-family: inherit !default;
$input-font-color: rgba(0,0,0,0.75) !default;
$input-placeholder-font-color: $steel !default;
$input-font-size: rem-calc(14) !default;
$input-bg-color: $white !default;
$input-focus-bg-color: scale-color($white, $lightness: -2%) !default;
$input-border-color: scale-color($white, $lightness: -20%) !default;
$input-focus-border-color: scale-color($white, $lightness: -40%) !default;
$input-border-style: solid !default;
$input-border-width: 1px !default;
$input-border-radius: $global-radius !default;
$input-disabled-bg: $gainsboro !default;
$input-disabled-cursor: $cursor-default-value !default;
$input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !default;
$input-include-glowing-effect: false !default;

// We use these to style the fieldset border and spacing.
$fieldset-border-style: solid !default;
$fieldset-border-width: 1px !default;
$fieldset-border-color: $gainsboro !default;
$fieldset-padding: rem-calc(20) !default;
$fieldset-margin: rem-calc(18 0) !default;

// We use these to style the legends when you use them
$legend-font-weight: $font-weight-bold !default;
$legend-padding: rem-calc(0 3) !default;

// We use these to style the prefix and postfix input elements
$input-prefix-bg: scale-color($white, $lightness: -5%) !default;
$input-prefix-border-color: scale-color($white, $lightness: -20%) !default;
$input-prefix-border-size: 1px !default;
$input-prefix-border-type: solid !default;
$input-prefix-overflow: visible !default;
$input-prefix-font-color: $oil !default;
$input-prefix-font-color-alt: $white !default;

// We use this setting to turn on/off HTML5 number spinners (the up/down arrows)
$input-number-spinners: true !default;

// We use these to style the error states for inputs and labels
$input-error-message-padding: rem-calc(6 9 9) !default;
$input-error-message-top: -1px !default;
$input-error-message-font-size: rem-calc(12) !default;
$input-error-message-font-weight: $font-weight-normal !default;
$input-error-message-font-style: italic !default;
$input-error-message-font-color: $white !default;
$input-error-message-bg-color: $alert-color !default;
$input-error-message-font-color-alt: $oil !default;

// We use this to style the glowing effect of inputs when focused
$glowing-effect-fade-time: .45s !default;
$glowing-effect-color: $input-focus-border-color !default;

// We use this to style the transition when inputs are focused and when the glowing effect is disabled.
$input-transition-fade-time: 0.15s !default;
$input-transition-fade-timing-function: linear !default;

// Select variables
$select-bg-color: $ghost !default;
$select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;

//
// @MIXINS
//

// We use this mixin to give us form styles for rows inside of forms
@mixin form-row-base {
  .row { margin: 0 ((-$form-spacing) / 2);

    .column,
    .columns { padding: 0 ($form-spacing / 2); }

    // Use this to collapse the margins of a form row
    &.collapse { margin: 0;

      .column,
      .columns { padding: 0; }
      input {
        @include side-radius($opposite-direction, 0);
      }

    }
  }
  input.column,
  input.columns,
  textarea.column,
  textarea.columns { padding-left: ($form-spacing / 2); }
}

// @MIXIN
//
// We use this mixin to give all basic form elements their style
@mixin form-element {
  background-color: $input-bg-color;
  border: {
    style: $input-border-style;
    width: $input-border-width;
    color: $input-border-color;
  }
  box-shadow: $input-box-shadow;
  color: $input-font-color;
  display: block;
  font-family: $input-font-family;
  font-size: $input-font-size;
  height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1));
  margin: 0 0 $form-spacing 0;
  padding: $form-spacing / 2;
  width: 100%;
  @include box-sizing(border-box);
  @if $input-include-glowing-effect {
    @include block-glowing-effect(focus, $glowing-effect-fade-time, $glowing-effect-color);
  }
  // Basic focus styles
  &:focus {
    background: $input-focus-bg-color;
    border-color: $input-focus-border-color;
    outline: none;
  }
  // Disabled Styles
  &:disabled {
    background-color: $input-disabled-bg;
    cursor: $input-disabled-cursor;
  }

  // Disabled background input background color
  &[disabled],
  &[readonly],
  fieldset[disabled] & {
    background-color: $input-disabled-bg;
    cursor: $input-disabled-cursor;
  }
}

// @MIXIN
//
// We use this mixin to create form labels
//
// $alignment - Alignment options. Default: false. Options: [right, inline, false]
// $base-style - Control whether or not the base styles come through. Default: true.
@mixin form-label($alignment:false, $base-style:true) {

  // Control whether or not the base styles come through.
  @if $base-style {
    color: $form-label-font-color;
    cursor: $form-label-pointer;
    display: block;
    font-size: $form-label-font-size;
    font-weight: $form-label-font-weight;
    line-height: $form-label-line-height;
    margin-bottom: $form-label-bottom-margin;
  }

  // Alignment options
  @if $alignment == right {
    float: none !important;
    text-align: right;
  }
  @else if $alignment == inline {
    margin: 0 0 $form-spacing 0;
    padding: $form-spacing / 2 + rem-calc($input-border-width) 0;
  }
}

// We use this mixin to create postfix/prefix form Labels
@mixin prefix-postfix-base {
  border-style: $input-prefix-border-type;
  border-width: $input-prefix-border-size;
  display: block;
  font-size: $form-label-font-size;
  height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1));
  line-height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1));
  overflow: $input-prefix-overflow;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

// @MIXIN
//
// We use this mixin to create prefix label styles
// $bg - Default:$input-prefix-bg || scale-color($white, $lightness: -5%) !default;
// $is-button - Toggle position settings if prefix is a button. Default:false
//
@mixin prefix($bg:$input-prefix-bg, $border:$input-prefix-border-color, $is-button:false) {

  @if $bg {
    $bg-lightness: lightness($bg);
    background: $bg;
    border-right: none;

    // Control the font color based on background brightness
    @if $bg-lightness > 70% or $bg == yellow { color: $input-prefix-font-color; }
    @else { color: $input-prefix-font-color-alt; }
  }

  @if $border {
    border-color: $border;
  }

  @if $is-button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
  }

}

// @MIXIN
//
// We use this mixin to create postfix label styles
// $bg - Default:$input-prefix-bg || scale-color($white, $lightness: -5%) !default;
// $is-button - Toggle position settings if prefix is a button. Default: false
@mixin postfix($bg:$input-prefix-bg, $border-left-hidden:true, $border:$input-prefix-border-color, $is-button:false) {

  @if $bg {
    $bg-lightness: lightness($bg);
    background: $bg;
    @if $border-left-hidden {
      border-left: none;
    }

    // Control the font color based on background brightness
    @if $bg-lightness > 70%  or $bg == yellow { color: $input-prefix-font-color; }
    @else { color: $input-prefix-font-color-alt; }
  }

  @if $border {
    border-color: $border;
  }

  @if $is-button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
  }

}

// We use this mixin to style fieldsets
@mixin fieldset {
  border: $fieldset-border-width $fieldset-border-style $fieldset-border-color;
  margin: $fieldset-margin;
  padding: $fieldset-padding;

  // and legend styles
  legend {
    font-weight: $legend-font-weight;
    margin: 0;
    margin-left: rem-calc(-3);
    padding: $legend-padding;
  }
}

// @MIXIN
//
// We use this mixin to control border and background color of error inputs
// $color - Default: $alert-color (found in settings file)
@mixin form-error-color($color:$alert-color) {
  background-color: rgba($color, .1);
  border-color: $color;

  // Go back to normal on focus
  &:focus {
    background: $input-focus-bg-color;
    border-color: $input-focus-border-color;
  }
}

// @MIXIN
//
// We use this simple mixin to style labels for error inputs
// $color - Default:$alert-color. Found in settings file
@mixin form-label-error-color($color:$alert-color) { color: $color; }

// @MIXIN
//
// We use this mixin to create error message styles
// $bg - Default: $alert-color (Found in settings file)
@mixin form-error-message($bg:$input-error-message-bg-color) {
  display: block;
  font-size: $input-error-message-font-size;
  font-style: $input-error-message-font-style;
  font-weight: $input-error-message-font-weight;
  margin-bottom: $form-spacing;
  margin-top: $input-error-message-top;
  padding: $input-error-message-padding;

  // We can control the text color based on the brightness of the background.
  $bg-lightness: lightness($bg);
  background: $bg;
  @if $bg-lightness < 70% or $bg == yellow { color: $input-error-message-font-color; }
  @else { color: $input-error-message-font-color-alt; }
}

// We use this mixin to style select elements
@mixin form-select  {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: $select-bg-color;
  border-radius: 0;

  // Hide the dropdown arrow shown in newer IE versions
  &::-ms-expand {
    display: none;
  }

  // The custom arrow has some fake horizontal padding so we can align it
  // from the right side of the element without relying on CSS3
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+');

  // We can safely use leftmost and rightmost now
  background-position: if($text-direction == 'rtl', 0%, 100%) center;

  background-repeat: no-repeat;
  border: {
    style: $input-border-style;
    width: $input-border-width;
    color: $input-border-color;
  }
  color: $input-font-color;
  font-family: $input-font-family;
  font-size: $input-font-size;
  line-height: normal;
  padding: ($form-spacing / 2);
  @include radius(0);
  &.radius { @include radius($global-radius); }
  &:focus {
    background-color: $select-hover-bg-color;
    border-color: $input-focus-border-color;
  }
  // Disabled Styles
  &:disabled {
    background-color: $input-disabled-bg;
    cursor: $input-disabled-cursor;
  }
}

// We use this mixin to turn on/off HTML5 number spinners
@mixin html5number($browser, $on: true) {
  @if $on == false {
      @if $browser == webkit {
        -webkit-appearance: none;
        margin: 0;
      } @else if $browser == moz {
        -moz-appearance: textfield;
      }
  }
}

@include exports("form") {
  @if $include-html-form-classes {
    /* Standard Forms
    form { margin: 0 0 $form-spacing; }

    /* Using forms within rows, we need to set some defaults
    form .row { @include form-row-base; }

    /* Label Styles
    label { @include form-label;
      &.right { @include form-label(right, false); }
      &.inline { @include form-label(inline, false); }
      /* Styles for required inputs
      small {
        text-transform: $form-label-small-transform;
        color: scale-color($form-label-font-color, $lightness: 15%);
      }
    }

    /* Attach elements to the beginning or end of an input
    .prefix,
    .postfix { @include prefix-postfix-base; }

     Adjust padding, alignment and radius if pre/post element is a button
    .postfix.button { @include button-size(false, false); @include postfix(false, false, false, true); }
    .prefix.button { @include button-size(false, false); @include prefix(false, false, true); }

    .prefix.button.radius { @include radius(0); @include side-radius($default-float, $button-radius); }
    .postfix.button.radius { @include radius(0); @include side-radius($opposite-direction, $button-radius); }
    .prefix.button.round { @include radius(0); @include side-radius($default-float, $button-round); }
    .postfix.button.round { @include radius(0); @include side-radius($opposite-direction, $button-round); }
    **/
/* Separate prefix and postfix styles when on span or label so buttons keep their own
span.prefix, label.prefix { @include prefix(); }
span.postfix, label.postfix { @include postfix(); }
**/
    /* We use this to get basic styling on all basic form elements
    input:not([type]), 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"], input[type="color"], textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      @include form-element;
      @if $input-include-glowing-effect == false {
        -webkit-transition: border-color $input-transition-fade-time $input-transition-fade-timing-function, background $input-transition-fade-time $input-transition-fade-timing-function;
        -moz-transition: border-color $input-transition-fade-time $input-transition-fade-timing-function, background $input-transition-fade-time $input-transition-fade-timing-function;
        -ms-transition: border-color $input-transition-fade-time $input-transition-fade-timing-function, background $input-transition-fade-time $input-transition-fade-timing-function;
        -o-transition: border-color $input-transition-fade-time $input-transition-fade-timing-function, background $input-transition-fade-time $input-transition-fade-timing-function;
        transition: border-color $input-transition-fade-time $input-transition-fade-timing-function, background $input-transition-fade-time $input-transition-fade-timing-function;
      }
      &.radius {
        @include radius($input-border-radius);
      }
    }

    form {
      .row {
        .prefix-radius.row.collapse {
          input,
          textarea,
          select,
          button { @include radius(0); @include side-radius($opposite-direction, $button-radius); }
          .prefix { @include radius(0); @include side-radius($default-float, $button-radius); }
        }
        .postfix-radius.row.collapse {
          input,
          textarea,
          select,
          button { @include radius(0); @include side-radius($default-float, $button-radius); }
          .postfix { @include radius(0); @include side-radius($opposite-direction, $button-radius); }
        }
        .prefix-round.row.collapse {
          input,
          textarea,
          select,
          button { @include radius(0); @include side-radius($opposite-direction, $button-round); }
          .prefix { @include radius(0); @include side-radius($default-float, $button-round); }
        }
        .postfix-round.row.collapse {
          input,
          textarea,
          select,
          button { @include radius(0); @include side-radius($default-float, $button-round); }
          .postfix { @include radius(0); @include side-radius($opposite-direction, $button-round); }
        }
      }
    }

    input[type="submit"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
    }

    /* Respect enforced amount of rows for textarea
    textarea[rows] {
      height: auto;
    }

    /* Not allow resize out of parent
    textarea {
      max-width: 100%;
    }

    // style placeholder text cross browser
    ::-webkit-input-placeholder {
      color: $input-placeholder-font-color;
    }

    :-moz-placeholder { /* Firefox 18-
       color: $input-placeholder-font-color;
    }

    ::-moz-placeholder {  /* Firefox 19+
       color: $input-placeholder-font-color;
    }

    :-ms-input-placeholder {
       color: $input-placeholder-font-color;
    }


    /* Add height value for select elements to match text input height
    select {
      @include form-select;
      height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1));
      &[multiple] {
        height: auto;
      }
    }

    /* Adjust margin for form elements below
    input[type="file"],
    input[type="checkbox"],
    input[type="radio"],
    select {
      margin: 0 0 $form-spacing 0;
    }

    input[type="checkbox"] + label,
    input[type="radio"] + label {
      display: inline-block;
      margin-left: $form-spacing * .5;
      margin-right: $form-spacing;
      margin-bottom: 0;
      vertical-align: baseline;
    }

    /* Normalize file input width
    input[type="file"] {
      width:100%;
    }

    /* HTML5 Number spinners settings
    input[type=number] {
      @include html5number(moz, $input-number-spinners)
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      @include html5number(webkit, $input-number-spinners);
    }

    /* We add basic fieldset styling
    fieldset {
      @include fieldset;
    }

    /* Error Handling

    [data-abide] {
      .error small.error, .error span.error, span.error, small.error {
        @include form-error-message;
      }
      span.error, small.error { display: none; }
    }

    span.error, small.error {
      @include form-error-message;
    }

    .error {
      input,
      textarea,
      select {
        margin-bottom: 0;
      }

      input[type="checkbox"],
      input[type="radio"] {
        margin-bottom: $form-spacing
      }

      label,
      label.error {
        @include form-label-error-color;
      }

      small.error {
        @include form-error-message;
      }

      > label {
        > small {
          background: transparent;
          color: scale-color($form-label-font-color, $lightness: 15%);
          display: inline;
          font-size: 60%;
          font-style: normal;
          margin: 0;
          padding: 0;
          text-transform: $form-label-small-transform;
        }
      }

      span.error-message {
        display: block;
      }
    }

    input.error,
    textarea.error,
    select.error {
      margin-bottom: 0;
    }
    label.error { @include form-label-error-color; }
  }
}

*/
/* line 113, css/sass/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:75.0625em)/";
  width: 75.0625em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 119, css/sass/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 123, css/sass/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 129, css/sass/foundation/components/_top-bar.scss */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
/* line 136, css/sass/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
/* line 142, css/sass/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 149, css/sass/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}

/* line 156, css/sass/foundation/components/_top-bar.scss */
.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
/* line 165, css/sass/foundation/components/_top-bar.scss */
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 170, css/sass/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 174, css/sass/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
/* line 180, css/sass/foundation/components/_top-bar.scss */
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}
/* line 188, css/sass/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
  /* line 188, css/sass/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
/* line 204, css/sass/foundation/components/_top-bar.scss */
.top-bar .title-area {
  margin: 0;
  position: relative;
}
/* line 209, css/sass/foundation/components/_top-bar.scss */
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
/* line 214, css/sass/foundation/components/_top-bar.scss */
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 219, css/sass/foundation/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}
/* line 230, css/sass/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 235, css/sass/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
/* line 248, css/sass/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
/* line 252, css/sass/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
/* line 196, css/sass/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
/* line 229, css/sass/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
/* line 268, css/sass/foundation/components/_top-bar.scss */
.top-bar.expanded {
  background: transparent;
  height: auto;
}
/* line 272, css/sass/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 277, css/sass/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 280, css/sass/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 293, css/sass/foundation/components/_top-bar.scss */
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  /* line 299, css/sass/foundation/components/_top-bar.scss */
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

/* line 308, css/sass/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 314, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 323, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 331, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}
/* line 334, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
/* line 345, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}
/* line 352, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 353, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
/* line 354, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
/* line 355, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
/* line 356, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}
/* line 359, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}
/* line 365, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 366, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
/* line 367, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
/* line 368, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
/* line 369, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  /**&:hover,
  &:focus {
    color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color);
  }**/
}
/* line 163, css/sass/foundation/components/_buttons.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}
/* line 373, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #FFFFFF;
  background: #222222;
}
/* line 383, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}
/* line 387, css/sass/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #FFFFFF;
}
/* line 395, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 0.9375rem;
}
/* line 400, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 404, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 417, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 420, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
/* line 425, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 432, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
/* line 440, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
/* line 444, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
/* line 447, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 452, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
/* line 458, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
/* line 462, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
/* line 466, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
/* line 470, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}
/* line 476, css/sass/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}

/* line 487, css/sass/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 75.0625em) {
  /* line 492, css/sass/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 239, css/sass/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 240, css/sass/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 497, css/sass/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 499, css/sass/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 500, css/sass/foundation/components/_top-bar.scss */
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  /* line 507, css/sass/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  /* line 517, css/sass/foundation/components/_top-bar.scss */
  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  /* line 525, css/sass/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 530, css/sass/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem;
  }

  /* line 536, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 540, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  /* line 545, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 547, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 553, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  /* line 563, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  /* line 567, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
  }
  /* line 577, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008CBA;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  /* line 582, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  /* line 592, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  /* line 594, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  /* line 602, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 603, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  /* line 609, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 614, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 621, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  /* line 633, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  /* line 640, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  /* line 649, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  /* line 654, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }
  /* line 663, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  /* line 669, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 676, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  /* line 686, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  /* line 694, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 698, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 702, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 706, css/sass/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 716, css/sass/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  /* line 725, css/sass/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  /* line 733, css/sass/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 738, css/sass/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
/* Foundation Dropdowns */
/* line 229, css/sass/foundation/components/_dropdown.scss */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
/* line 73, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.open {
  display: block;
}
/* line 77, css/sass/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 78, css/sass/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 105, css/sass/foundation/components/_dropdown.scss */
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
/* line 112, css/sass/foundation/components/_dropdown.scss */
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
/* line 120, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 124, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 232, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
/* line 73, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-right.open {
  display: block;
}
/* line 77, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
/* line 78, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
/* line 135, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
/* line 142, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
/* line 236, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
/* line 73, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-left.open {
  display: block;
}
/* line 77, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
/* line 78, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
/* line 156, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
/* line 164, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
/* line 240, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}
/* line 73, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-top.open {
  display: block;
}
/* line 77, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
/* line 78, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
/* line 179, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}
/* line 188, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}
/* line 245, css/sass/foundation/components/_dropdown.scss */
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}
/* line 215, css/sass/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
/* line 218, css/sass/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
/* line 248, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
/* line 73, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.content.open {
  display: block;
}
/* line 77, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 78, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 251, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.radius {
  border-radius: 3px;
}
/* line 254, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 255, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 256, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 257, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}
/* line 258, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 262, css/sass/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 132, css/sass/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0;
  margin-left: 0;
}
/* line 239, css/sass/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
/* line 240, css/sass/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}
/* line 136, css/sass/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
/* line 139, css/sass/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
  color: #222222;
}
/* line 140, css/sass/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}
/* line 147, css/sass/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
/* line 150, css/sass/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
/* line 153, css/sass/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

/* line 49, css/sass/foundation/components/_flex-video.scss */
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
/* line 32, css/sass/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, css/sass/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 35, css/sass/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* line 172, css/sass/foundation/components/_reveal.scss */
.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

/* line 174, css/sass/foundation/components/_reveal.scss */
.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  /* line 174, css/sass/foundation/components/_reveal.scss */
  .reveal-modal {
    min-height: 100vh;
  }
}
/* line 89, css/sass/foundation/components/_reveal.scss */
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
/* line 92, css/sass/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 94, css/sass/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  /* line 174, css/sass/foundation/components/_reveal.scss */
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 174, css/sass/foundation/components/_reveal.scss */
  .reveal-modal {
    top: 6.25rem;
  }
}
/* line 185, css/sass/foundation/components/_reveal.scss */
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}
/* line 186, css/sass/foundation/components/_reveal.scss */
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
/* line 187, css/sass/foundation/components/_reveal.scss */
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width: 40.0625em) {
  /* line 188, css/sass/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 189, css/sass/foundation/components/_reveal.scss */
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 190, css/sass/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 191, css/sass/foundation/components/_reveal.scss */
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 192, css/sass/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 95%;
  }
}
/* line 193, css/sass/foundation/components/_reveal.scss */
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width: 40.0625em) {
  /* line 193, css/sass/foundation/components/_reveal.scss */
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 100%;
  }
}
/* line 205, css/sass/foundation/components/_reveal.scss */
.reveal-modal.toback {
  z-index: 1003;
}
/* line 209, css/sass/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

/* wordpress */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 3, css/sass/wordpress/normalize/_normalize.scss */
html, body {
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/**
 * Remove default margin.
 */
/* line 17, css/sass/wordpress/normalize/_normalize.scss */
body {
  margin: 0;
  color: #fff;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 25, css/sass/wordpress/normalize/_normalize.scss */
*:focus {
  outline: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 39, css/sass/wordpress/normalize/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 60, css/sass/wordpress/normalize/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 83, css/sass/wordpress/normalize/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 95, css/sass/wordpress/normalize/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 104, css/sass/wordpress/normalize/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 116, css/sass/wordpress/normalize/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 142, css/sass/wordpress/normalize/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

/* line 176, css/sass/wordpress/normalize/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 180, css/sass/wordpress/normalize/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 199, css/sass/wordpress/normalize/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 210, css/sass/wordpress/normalize/_normalize.scss */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
/* line 227, css/sass/wordpress/normalize/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 235, css/sass/wordpress/normalize/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 258, css/sass/wordpress/normalize/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 272, css/sass/wordpress/normalize/_normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 283, css/sass/wordpress/normalize/_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 296, css/sass/wordpress/normalize/_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 308, css/sass/wordpress/normalize/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 340, css/sass/wordpress/normalize/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 352, css/sass/wordpress/normalize/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 362, css/sass/wordpress/normalize/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 373, css/sass/wordpress/normalize/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 382, css/sass/wordpress/normalize/_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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 393, css/sass/wordpress/normalize/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 402, css/sass/wordpress/normalize/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 411, css/sass/wordpress/normalize/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 427, css/sass/wordpress/normalize/_normalize.scss */
td,
th {
  padding: 0;
}

/* usage
@include appearance(mode); //none|normal|icon|window|button|menu|field;
}
*/
/* usage
.container-with-floated-children {
  @extend %clearfix;
}
*/
/* usage
p {
  @include font-size(14px)
}
*/
/* Angled */
/* usage
.faded-text {
  @include opacity(0.8);
}
*/
/* filter */
/* usage
a {
  color: gray;
  @include transition(color 0.3s ease);
  @include transition-delay(500ms);
  &:hover {
    color: black;
  }
}
*/
/* transform */
/* usage
@include box-shadow(
    0 1px 4px rgba(0,0,0,0.3),
    0 0 40px rgba(0,0,0,0.1) inset
 );

*/
/* usage
.element__using__transforms {
  @include translate-3d(-1, 0, 0);
}
*/
/* usage
@include keyframes(slide-down) {
  0% {opacity: 1}
  90% {opacity: 0}
}

.element {
  @include animation('slide-down 5s');
  @include animation-delay(500ms);
}
*/
/* colors */
/* font face */
@font-face {
  font-family: 'ModeG';
  src: url("fonts/ModeG/ModeG-Regular.eot");
  src: url("fonts/ModeG/ModeG-Regular.woff") format("woff"), url("fonts/ModeG/ModeG-Regular.ttf") format("truetype"), url("fonts/ModeG/ModeG-Regular.svg#ModeG") format("svg"), url("fonts/ModeG/ModeG-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat', sans-serif;
}
/* fonts */
/* form */
/* line 3, css/sass/wordpress/common/_form.scss */
select {
  cursor: pointer;
}

/* line 7, css/sass/wordpress/common/_form.scss */
input, select, textarea {
  border: 0.0625rem solid #cccccc;
}

/* grid */
/* line 3, css/sass/wordpress/common/_grid.scss */
.row {
  max-width: 100%;
}
@media only screen and (min-width: 75.0625em) {
  /* line 3, css/sass/wordpress/common/_grid.scss */
  .row {
    max-width: 62.5rem;
  }
}
/* line 11, css/sass/wordpress/common/_grid.scss */
.row.no-padding {
  padding: 0;
}
/* line 15, css/sass/wordpress/common/_grid.scss */
.row.collapse {
  margin: 0;
}

/* line 21, css/sass/wordpress/common/_grid.scss */
.columns.collapse {
  padding: 0;
}

/* lists */
/* line 3, css/sass/wordpress/common/_lists.scss */
ul {
  font-size: 1.1875rem;
}

/* modal */
/* tabs */
/* typography */
/* line 3, css/sass/wordpress/common/_typography.scss */
.text--centered {
  text-align: center;
}

/* line 7, css/sass/wordpress/common/_typography.scss */
.strong {
  font-weight: bold;
}

/* line 11, css/sass/wordpress/common/_typography.scss */
body {
  color: #000000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
}

/* line 17, css/sass/wordpress/common/_typography.scss */
a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000000;
}
/* line 21, css/sass/wordpress/common/_typography.scss */
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

/* line 27, css/sass/wordpress/common/_typography.scss */
a[href^=tel] {
  color: inherit;
  outline: none;
  text-decoration: none;
}

/* line 34, css/sass/wordpress/common/_typography.scss */
h1 {
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 34, css/sass/wordpress/common/_typography.scss */
h2 {
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 34, css/sass/wordpress/common/_typography.scss */
h3 {
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 34, css/sass/wordpress/common/_typography.scss */
h4 {
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 34, css/sass/wordpress/common/_typography.scss */
h5 {
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 34, css/sass/wordpress/common/_typography.scss */
h6 {
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 40, css/sass/wordpress/common/_typography.scss */
h1 {
  font-size: 1.5625rem;
  font-weight: normal;
  margin: 0 0 0.625rem;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0.01875rem;
}

/* line 48, css/sass/wordpress/common/_typography.scss */
h2 {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0.01875rem;
}

/* line 55, css/sass/wordpress/common/_typography.scss */
h3 {
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0.01875rem;
}

/* line 62, css/sass/wordpress/common/_typography.scss */
h4 {
  font-size: 0.875rem;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 68, css/sass/wordpress/common/_typography.scss */
p {
  font-size: 1rem;
  letter-spacing: 0.01875rem;
  margin-bottom: 0.875rem;
  font-family: "Open Sans", Arial, sans-serif;
}
/* line 74, css/sass/wordpress/common/_typography.scss */
p a {
  letter-spacing: 0.01875rem;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000000;
}
/* line 80, css/sass/wordpress/common/_typography.scss */
p a:hover {
  text-decoration: none;
}
/* line 85, css/sass/wordpress/common/_typography.scss */
p .fa {
  padding: 0 0.3125rem 0 0;
}

/* buttons */
/* line 3, css/sass/wordpress/common/_buttons.scss */
.button {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
  padding: 0.3125rem 0.9375rem;
  margin: 0 auto;
  display: inline-block;
  border: none;
  cursor: pointer;
}
/* line 14, css/sass/wordpress/common/_buttons.scss */
.button.blue {
  background: #003b1e;
}
/* line 18, css/sass/wordpress/common/_buttons.scss */
.button:hover, .button:focus, .hover .button {
  background: #002211;
  color: #ffffff;
}
/* line 23, css/sass/wordpress/common/_buttons.scss */
.button .fa {
  font-size: 1rem;
  padding: 0 0.625rem 0 0;
}
/* line 28, css/sass/wordpress/common/_buttons.scss */
.button.collapse {
  margin: 0;
}

/* accordion */
/* line 4, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation {
  margin: 0 0 1rem;
  box-shadow: 0 0.5rem 0.5rem -0.5rem #000000;
}
/* line 8, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation > a {
  color: #ffffff;
  display: block;
}
/* line 12, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation > a:hover {
  background: #003b1e;
  color: #ffffff;
}
/* line 17, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation > a:before {
  content: '\f067';
  font-family: "FontAwesome";
  font-size: 1.25rem;
  display: block;
  float: right;
  position: relative;
  top: -0.5rem;
}
/* line 28, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation .content {
  padding: 0;
}
/* line 31, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation .content .sub__pages {
  background: #ffffff;
  color: #00341C;
}
/* line 35, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation .content .sub__pages h3 {
  color: #00341C;
}
/* line 39, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation .content .sub__pages p {
  color: #00341C;
}
/* line 44, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation .content .sub__pages ul li {
  color: #00341C;
}
/* line 49, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation .content .sub__pages .right {
  padding-top: 0.9375rem;
}
/* line 52, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation .content .sub__pages .right h3 {
  color: #ffffff;
}
/* line 56, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation .content .sub__pages .right ul li {
  color: #ffffff;
}
/* line 64, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation.active {
  outline: 0;
}
/* line 67, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation.active > a {
  background: #bad6c8;
  color: #ffffff;
}
/* line 71, css/sass/wordpress/common/_accordion.scss */
.accordion .accordion-navigation.active > a:before {
  content: '\f068';
  font-family: "FontAwesome";
  font-size: 1.25rem;
  display: block;
  float: right;
  position: relative;
  top: -0.5rem;
}

/** header **/
/* line 3, css/sass/wordpress/layout/_header.scss */
.header__wrapper {
  background: #003b1e;
  width: 100%;
  border-bottom: 0.625rem solid #006838;
  position: relative;
  overflow: visible;
  height: 7.4375rem;
}
/* line 11, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section {
  padding: 0;
}
/* line 14, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__logo {
  position: absolute;
  z-index: 99;
  width: 19.375rem;
}
/* line 19, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__logo a {
  outline: 0;
}
/* line 22, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__logo a img {
  width: 47%;
}
/* line 28, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper {
  padding: 0.625rem 0;
}
/* line 31, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__contact {
  margin: 0;
  text-align: right;
}
/* line 35, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__contact ul {
  margin: 0;
  float: right;
  width: 100%;
}
/* line 40, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__contact ul li {
  list-style: none;
  display: block;
  text-align: right;
}
/* line 45, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__contact ul li a {
  text-align: right;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 0;
  letter-spacing: 0.0625rem;
  font-weight: 300;
  outline: 0;
}
/* line 54, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__contact ul li a .fa {
  color: #006838;
  margin-right: 0.5625rem;
}
/* line 64, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul {
  margin: 0;
  text-align: right;
}
/* line 68, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0.3125rem 0.9375rem 0;
}
/* line 73, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li a {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0 0.625rem;
  text-align: right;
  outline: 0;
}
/* line 81, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li a .fa {
  font-size: 1.25rem;
}
/* line 86, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li:last-child {
  padding-right: 0;
}
/* line 89, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li:last-child a {
  padding-right: 0;
}
/* line 95, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li ul.sub-menu {
  margin: 0 auto;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -ms-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  background: #003b1e;
  border-bottom: 0.625rem solid #006838;
  position: absolute;
  top: 7.4375rem;
  z-index: 10;
  width: 10.625rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: table;
}
/* line 109, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li ul.sub-menu li {
  display: block;
  text-align: left;
  padding: 0.3125rem 0.8125rem;
}
/* line 114, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li ul.sub-menu li a {
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 0;
  text-align: left;
}
/* line 120, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li ul.sub-menu li a:hover {
  color: #ffffff;
}
/* line 128, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper .header__menu ul li:hover > .sub-menu {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  visibility: visible;
  opacity: 1;
}
/* line 141, css/sass/wordpress/layout/_header.scss */
.header__wrapper .header__section .header__menu__wrapper#menu-primary-menu > .menu-item.menu-item-has-children:hover:after {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 11;
  position: absolute;
  content: "\f0d8";
  font-family: "FontAwesome";
  font-size: 3.125rem;
  margin: 0 0 0 1.25rem;
  top: 3.625rem;
  color: #bad6c8;
}

/* line 158, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper {
  background: #003b1e;
  height: 6.25rem;
  padding: 1.25rem 0;
  -webkit-box-shadow: 0.375rem 0.3125rem 0.5625rem 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0.375rem 0.3125rem 0.5625rem 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0.375rem 0.3125rem 0.5625rem 0 rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 9999;
}
/* line 167, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul {
  margin: 0;
}
/* line 170, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li {
  display: inline-block;
  list-style: none;
}
/* line 174, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__logo {
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  /* line 174, css/sass/wordpress/layout/_header.scss */
  .mobile__header__wrapper .header__links ul li.header__logo {
    text-align: unset;
  }
}
/* line 181, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__logo a img {
  width: 70px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 181, css/sass/wordpress/layout/_header.scss */
  .mobile__header__wrapper .header__links ul li.header__logo a img {
    margin: -0.75rem auto 0;
    vertical-align: middle;
    display: table;
    width: 110px;
  }
}
/* line 196, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__contact {
  padding: 0.75rem 0 0;
}
/* line 199, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__contact a {
  outline: 0;
  color: #ffffff;
  padding: 0.125rem 1.25rem;
}
/* line 204, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__contact a .fa {
  font-size: 1.8125rem;
}
/* line 210, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__menu {
  float: right;
}
/* line 213, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__menu .menu-icon {
  outline: 0;
  color: #ffffff;
}
/* line 218, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__menu .menu-icon .toggle-on #toggle0 {
  display: none;
}
/* line 221, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__menu .menu-icon .toggle-on toggle1 {
  display: inline;
}
/* line 226, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__menu .menu-icon :not(.toggle-on) #toggle0 {
  display: inline;
}
/* line 229, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__menu .menu-icon :not(.toggle-on) toggle1 {
  display: none;
}
/* line 233, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__menu .menu-icon .fa {
  font-size: 1.8125rem;
  text-align: right;
  float: right;
  position: relative;
  top: 0.3125rem;
  background: transparent;
  padding: 0.125rem 0.75rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #ffffff;
}
/* line 245, css/sass/wordpress/layout/_header.scss */
.mobile__header__wrapper .header__links ul li.header__menu .menu-icon span {
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  position: absolute;
  right: 1.125rem;
  bottom: 0;
  font-weight: 100;
}
@media only screen and (min-width: 40.0625em) {
  /* line 245, css/sass/wordpress/layout/_header.scss */
  .mobile__header__wrapper .header__links ul li.header__menu .menu-icon span {
    position: absolute;
    right: 1.125rem;
    bottom: 0.5625rem;
  }
}

/** footer **/
/* line 3, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper {
  background: #003b1e;
  padding: 0.9375rem 0;
  overflow: hidden;
  border-top: 0.625rem solid #006838;
}
/* line 8, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 8, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top {
    overflow: hidden;
  }
}
/* line 14, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__logo a {
  outline: 0;
}
/* line 16, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__logo a img {
  width: 55%;
  margin: 0 auto;
  vertical-align: middle;
  display: table;
}
@media only screen and (min-width: 75.0625em) {
  /* line 16, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__logo a img {
    width: 60%;
  }
}
/* line 27, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__contact {
  padding: 0.1875rem 0;
  width: 100%;
}
@media only screen and (min-width: 75.0625em) {
  /* line 27, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__contact {
    width: 40%;
  }
}
/* line 33, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__contact ul {
  margin: 0;
}
/* line 35, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__contact ul li {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
}
/* line 40, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__contact ul li a {
  color: #ffffff;
  font-size: 1.125rem;
}
/* line 43, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__contact ul li a .fa {
  color: #006838;
  font-size: 1.875rem;
  margin-right: 0.625rem;
}
/* line 49, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__contact ul li a[href^=tel] {
  font-size: 1.875rem;
}
/* line 55, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__social {
  padding-right: 0;
}
/* line 57, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__social .fa {
  padding: 0.625rem 0.75rem;
  border-radius: 100%;
  width: 2.1875rem;
  height: 2.1875rem;
  background: #006838;
  margin: 0 auto;
  vertical-align: middle;
  display: table;
  color: #ffffff;
  font-size: 1.125rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 57, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__social .fa {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    bottom: -2.25rem;
    font-size: 1.5625rem;
    left: 0;
    top: 0;
  }
}
/* line 79, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .copyright__text {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 75.0625em) {
  /* line 79, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .copyright__text {
    padding: 0.3125rem 0 0 0.9375rem;
  }
}
/* line 85, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .copyright__text p {
  text-align: center;
  font-size: 0.75rem;
  color: #9b9c9a;
  vertical-align: middle;
  margin: 0.375rem 0 0;
  font-weight: 100;
}
/* line 92, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .copyright__text p.credit {
  text-align: center;
  color: #ffffff;
  margin: 0 auto 0;
  vertical-align: middle;
  display: table;
  float: none;
  width: 100%;
}
/* line 100, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .copyright__text p.credit a {
  color: #ffffff;
}
/* line 106, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu {
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 75.0625em) {
  /* line 106, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__menu {
    padding: 0 0.9375rem 0.3125rem 2.5rem;
  }
}
/* line 112, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu .small-6 {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 75.0625em) {
  /* line 112, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__menu .small-6 {
    width: 50%;
  }
}
/* line 119, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu.menu {
  text-align: left;
}
/* line 121, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu.menu ul {
  margin: 0;
}
/* line 123, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu.menu ul li {
  text-align: left;
}
/* line 128, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu p {
  text-align: center;
  font-size: 0.75rem;
  color: #ffffff;
  margin-top: 0.5625rem;
  font-weight: 100;
}
@media only screen and (min-width: 75.0625em) {
  /* line 128, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__menu p {
    text-align: right;
  }
}
/* line 138, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu ul {
  float: left;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 75.0625em) {
  /* line 138, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__menu ul {
    display: inline-block;
  }
}
/* line 145, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu ul li {
  display: inline-block;
  list-style: none;
}
@media only screen and (min-width: 75.0625em) {
  /* line 145, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__menu ul li {
    text-align: left;
    float: left;
  }
}
/* line 152, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu ul li a {
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0;
  outline: 0;
  font-weight: 100;
  text-align: center;
}
@media only screen and (min-width: 75.0625em) {
  /* line 152, css/sass/wordpress/layout/_footer.scss */
  .footer__wrapper .footer__top .footer__menu ul li a {
    text-align: left;
  }
}
/* line 162, css/sass/wordpress/layout/_footer.scss */
.footer__wrapper .footer__top .footer__menu ul li a:before {
  content: '|';
  display: inline-block;
  margin: 0 0.3125rem;
}

/* line 174, css/sass/wordpress/layout/_footer.scss */
.contact__form {
  background: #003b1e;
  padding: 1.875rem 1.25rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 174, css/sass/wordpress/layout/_footer.scss */
  .contact__form {
    padding: 1.875rem 0;
  }
}
/* line 180, css/sass/wordpress/layout/_footer.scss */
.contact__form h2 {
  color: #ffffff;
  font-size: 1.875rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
/* line 187, css/sass/wordpress/layout/_footer.scss */
.contact__form .medium-6 {
  padding: 0;
}
@media only screen and (min-width: 75.0625em) {
  /* line 187, css/sass/wordpress/layout/_footer.scss */
  .contact__form .medium-6 {
    padding: 0 0.9375rem 0 0;
  }
}
/* line 193, css/sass/wordpress/layout/_footer.scss */
.contact__form .large-6 {
  padding: 0;
}
/* line 196, css/sass/wordpress/layout/_footer.scss */
.contact__form input {
  width: 98%;
  padding: 0.5625rem;
  margin-bottom: 1.875rem;
}
/* line 202, css/sass/wordpress/layout/_footer.scss */
.contact__form .consent-boxes .consent-column {
  color: #FFFFFF;
  text-align: left;
}
/* line 206, css/sass/wordpress/layout/_footer.scss */
.contact__form .consent-boxes .consent-column a {
  color: #FFFFFF;
  text-decoration: underline;
}
/* line 210, css/sass/wordpress/layout/_footer.scss */
.contact__form .consent-boxes .consent-column a:hover {
  color: #f2f2f2;
}
/* line 214, css/sass/wordpress/layout/_footer.scss */
.contact__form .consent-boxes .consent-column input[type="checkbox"] {
  width: 5%;
  float: left;
}
/* line 218, css/sass/wordpress/layout/_footer.scss */
.contact__form .consent-boxes .consent-column .wpcf7-list-item-label {
  width: 95%;
  float: left;
  padding: 0 0.625rem 0;
}
/* line 225, css/sass/wordpress/layout/_footer.scss */
.contact__form textarea {
  width: 98%;
  height: 7.5rem;
  margin: 1.25rem 0;
}
/* line 230, css/sass/wordpress/layout/_footer.scss */
.contact__form input[type="submit"] {
  float: right;
  width: 20%;
  min-width: 4.375rem;
  background: #ffffff;
  color: #00341C;
  margin-right: 1.25rem;
}
/* line 238, css/sass/wordpress/layout/_footer.scss */
.contact__form select {
  width: 98%;
  height: 2.1875rem;
  border: none;
  border-radius: 0;
  color: #939387;
  margin-bottom: 0.625rem;
}

/* line 248, css/sass/wordpress/layout/_footer.scss */
.clients__section {
  padding: 0.625rem 0;
  /*margin-bottom: rem-calc(70);
  @media only screen and (min-width:75.0625em) {
  	margin-bottom: 0;
  }*/
}
/* line 254, css/sass/wordpress/layout/_footer.scss */
.clients__section ul {
  margin: 0 auto;
  vertical-align: middle;
  display: table;
  width: 100%;
}
/* line 259, css/sass/wordpress/layout/_footer.scss */
.clients__section ul li {
  display: inline-block;
  text-align: center;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 75.0625em) {
  /* line 259, css/sass/wordpress/layout/_footer.scss */
  .clients__section ul li {
    padding: 0.3125rem;
    /*float: left;*/
  }
}
/* line 268, css/sass/wordpress/layout/_footer.scss */
.clients__section ul li img {
  margin: 0 auto;
  vertical-align: middle;
  display: table-cell;
  padding: 0 0.9375rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 268, css/sass/wordpress/layout/_footer.scss */
  .clients__section ul li img {
    padding: 0;
    width: 58%;
  }
}

/* line 282, css/sass/wordpress/layout/_footer.scss */
.footer-text {
  margin-bottom: 4.375rem;
}
/* line 284, css/sass/wordpress/layout/_footer.scss */
.footer-text p {
  font-size: 0.875rem;
  text-align: center;
}
/* line 288, css/sass/wordpress/layout/_footer.scss */
.footer-text a {
  color: #328532;
}
@media only screen and (min-width: 75.0625em) {
  /* line 282, css/sass/wordpress/layout/_footer.scss */
  .footer-text {
    margin-bottom: 0;
  }
}

/* page */
@media screen and (max-width: 74.9375rem) {
  /* line 2, css/sass/wordpress/layout/_page.scss */
  .page__banner.row {
    margin-top: 6.25rem;
  }
}

/* line 9, css/sass/wordpress/layout/_page.scss */
.page__banner__section img {
  width: 100%;
}

/* line 14, css/sass/wordpress/layout/_page.scss */
.page__container__wrapper {
  margin-top: 0;
  padding: 0.9375rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 14, css/sass/wordpress/layout/_page.scss */
  .page__container__wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 14, css/sass/wordpress/layout/_page.scss */
  .page__container__wrapper {
    margin-top: 32px;
  }
}
/* line 26, css/sass/wordpress/layout/_page.scss */
.page__container__wrapper h1 {
  font-size: 1.875rem;
  color: #00341C;
  font-weight: 500;
}
/* line 32, css/sass/wordpress/layout/_page.scss */
.page__container__wrapper .page__content__left {
  color: #00341C;
  margin-top: 0.9375rem;
  padding: 0;
}
@media all and (max-width: 63.75rem) {
  /* line 32, css/sass/wordpress/layout/_page.scss */
  .page__container__wrapper .page__content__left {
    width: 100%;
  }
}
/* line 45, css/sass/wordpress/layout/_page.scss */
.page__container__wrapper .page__content__left p {
  color: #00341C;
  font-size: 1rem;
}
/* line 50, css/sass/wordpress/layout/_page.scss */
.page__container__wrapper .page__content__left ul {
  padding: 0 0 20px 20px;
  font-size: 1rem;
}

/* line 60, css/sass/wordpress/layout/_page.scss */
ul.page-list {
  padding-bottom: 1.5625rem;
}
/* line 63, css/sass/wordpress/layout/_page.scss */
ul.page-list li {
  list-style: none;
}
/* line 66, css/sass/wordpress/layout/_page.scss */
ul.page-list li a {
  color: #00341C;
  font-weight: bold;
}
/* line 74, css/sass/wordpress/layout/_page.scss */
ul.page-list li ul.children li a {
  font-weight: normal;
}

/* line 89, css/sass/wordpress/layout/_page.scss */
.content ul {
  font-size: 0.9375rem;
  line-height: 1.2;
  padding-left: 20px;
}
/* line 94, css/sass/wordpress/layout/_page.scss */
.content ul li h4 {
  margin: 0;
}

/* line 102, css/sass/wordpress/layout/_page.scss */
.new__plots {
  margin-bottom: 1.25rem;
}
/* line 104, css/sass/wordpress/layout/_page.scss */
.new__plots .small {
  font-size: 0.75rem;
}

/* line 111, css/sass/wordpress/layout/_page.scss */
.brochure {
  padding: 1.25rem 0.9375rem 0 0;
  overflow: hidden;
}
/* line 116, css/sass/wordpress/layout/_page.scss */
.brochure .fa.fa-file-pdf-o {
  font-size: 3.125rem;
  color: #00341C;
}
/* line 122, css/sass/wordpress/layout/_page.scss */
.brochure a {
  background: transparent;
}
/* line 126, css/sass/wordpress/layout/_page.scss */
.brochure span {
  color: #00341C;
  font-size: 1rem;
}
/* line 131, css/sass/wordpress/layout/_page.scss */
.brochure .page__content__inner__wrapper a {
  background: none !important;
  box-shadow: none !important;
  color: #00341C !important;
}

/* line 142, css/sass/wordpress/layout/_page.scss */
li.accordion-navigation .brochure a.pdf {
  background: transparent;
}
/* line 148, css/sass/wordpress/layout/_page.scss */
li.accordion-navigation .brochure .fa.fa-file-pdf-o {
  font-size: 3.125rem;
  color: #00341C;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  /* line 3, css/sass/wordpress/templates/_home.scss */
  #home-page-video {
    width: 100%;
  }
}

/** single-parks **/
/* line 3, css/sass/wordpress/templates/_single-parks.scss */
.park__content__left {
  padding: 0.9375rem 0.625rem 0 0;
}
/* line 6, css/sass/wordpress/templates/_single-parks.scss */
.park__content__left p {
  font-size: 1rem;
  color: #00341C;
}
/* line 11, css/sass/wordpress/templates/_single-parks.scss */
.park__content__left h2 {
  color: #00341C;
}
/* line 15, css/sass/wordpress/templates/_single-parks.scss */
.park__content__left ul {
  margin: 0;
}
/* line 18, css/sass/wordpress/templates/_single-parks.scss */
.park__content__left ul.tabs {
  border-bottom: 0.0625rem solid #328532;
}
/* line 24, css/sass/wordpress/templates/_single-parks.scss */
.park__content__left ul.tabs li.tab-title a {
  background: #003b1e;
  padding: 0.625rem 1.125rem;
  outline: 0;
  color: #ffffff;
  font-size: 0.875rem;
  margin-right: 0.125rem;
}
/* line 34, css/sass/wordpress/templates/_single-parks.scss */
.park__content__left ul.tabs li.tab-title.active a {
  background: #ffffff;
  color: #00341C;
  border-bottom: none;
  border: 0.0625rem solid #006838;
}

@media only screen and (max-width: 40em) {
  /* line 52, css/sass/wordpress/templates/_single-parks.scss */
  .page__container__wrapper iframe {
    width: 100%;
  }
}
/* line 56, css/sass/wordpress/templates/_single-parks.scss */
.page__container__wrapper ul {
  margin: 0;
}
/* line 62, css/sass/wordpress/templates/_single-parks.scss */
.page__container__wrapper ul.accordion li.accordion-navigation a {
  background: #003b1e;
  color: #ffffff;
  margin: 0 0 1rem;
  box-shadow: 0 0.5rem 0.5rem -0.5rem #000000;
}
/* line 67, css/sass/wordpress/templates/_single-parks.scss */
.page__container__wrapper ul.accordion li.accordion-navigation a.single-plot-link {
  background-color: purple;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 10px 0 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
}
/* line 76, css/sass/wordpress/templates/_single-parks.scss */
.page__container__wrapper ul.accordion li.accordion-navigation a.single-plot-link:hover {
  text-decoration: underline;
  color: #fff;
}
/* line 85, css/sass/wordpress/templates/_single-parks.scss */
.page__container__wrapper ul.accordion li.accordion-navigation .content.active {
  padding: 0.9375rem;
  font-size: 0.875rem;
  color: #00341C;
}
/* line 90, css/sass/wordpress/templates/_single-parks.scss */
.page__container__wrapper ul.accordion li.accordion-navigation .content.active .small .sold {
  font-weight: bold;
  color: red;
  padding-top: 6px;
  display: inline-block;
}

/** our-park **/
/* line 3, css/sass/wordpress/templates/_our-park.scss */
.our__park {
  margin: 1.25rem auto;
  padding-top: 1.25rem;
}
/* line 8, css/sass/wordpress/templates/_our-park.scss */
.our__park .park__list .single__parks {
  padding: 0 0.9375rem;
  overflow: hidden;
}
/* line 12, css/sass/wordpress/templates/_our-park.scss */
.our__park .park__list .single__parks .single__parks__inner {
  border: 0.1875rem solid #006838;
  margin: 0 0 1.25rem;
}
/* line 16, css/sass/wordpress/templates/_our-park.scss */
.our__park .park__list .single__parks .single__parks__inner .park__title {
  background: #003b1e;
  color: #ffffff;
  padding: 0.625rem 0.75rem;
}
/* line 22, css/sass/wordpress/templates/_our-park.scss */
.our__park .park__list .single__parks .single__parks__inner img {
  width: 100%;
}
/* line 26, css/sass/wordpress/templates/_our-park.scss */
.our__park .park__list .single__parks .single__parks__inner a {
  background: rgba(255, 255, 255, 0.65);
  padding: 0.9375rem 1.875rem;
  outline: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 1.4375rem;
  width: 100%;
}
/* line 36, css/sass/wordpress/templates/_our-park.scss */
.our__park .park__list .single__parks .single__parks__inner a .fa {
  margin: 0 auto;
  vertical-align: middle;
  display: table;
  color: #00341C;
  font-size: 0.875rem;
  font-weight: bold;
}
/* line 45, css/sass/wordpress/templates/_our-park.scss */
.our__park .park__list .single__parks .single__parks__inner a span {
  color: #00341C;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin: 0.6875rem auto 0;
  vertical-align: middle;
  display: table;
  width: 43%;
}

/** single-contact **/
/* line 6, css/sass/wordpress/templates/_single-contact.scss */
.page__content__inner__wrapper h2.page__content__title {
  display: none;
}

/* line 13, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container h3 {
  color: #00341C;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 19, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form {
  padding: 0.625rem 0;
  overflow: hidden;
}
/* line 23, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form .large-6 {
  padding-left: 0;
}
/* line 27, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form .small-12 {
  padding-left: 0;
}
/* line 31, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form input {
  width: 98%;
  padding: 0.3125rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
/* line 38, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form textarea {
  width: 98%;
  height: 7.5rem;
  margin: 0.3125rem 0;
}
/* line 45, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form .consent-column p {
  font-size: 0.75rem;
}
/* line 48, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form .consent-column input[type="checkbox"] {
  width: 5%;
  float: left;
}
/* line 52, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form .consent-column .wpcf7-list-item-label {
  width: 95%;
  float: left;
  padding: 0 0.625rem 0;
}
/* line 59, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form input[type="submit"] {
  float: right;
  width: 20%;
  background: #ffffff;
  color: #00341C;
  margin-right: 1.25rem;
}
/* line 67, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form select {
  width: 98%;
  height: 2rem;
  border-radius: 0;
  color: #939387;
}
/* line 74, css/sass/wordpress/templates/_single-contact.scss */
.single__contact__container .single__contact__form .wpcf7-validation-errors {
  color: #00341C;
}

/* line 81, css/sass/wordpress/templates/_single-contact.scss */
.grecaptcha-badge {
  display: none;
}

/** plots **/
/* line 3, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale {
  padding: 0.875rem 0;
}
/* line 5, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper {
  padding: 0;
}
/* line 8, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single-plot-wrapper {
  margin-bottom: 1.25rem;
  border-top: 0.0625rem solid #336421;
  padding-top: 0.625rem;
}
/* line 13, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single-plot-wrapper a:hover {
  text-decoration: underline;
}
/* line 17, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single-plot-wrapper .more-info {
  color: #039147;
}
/* line 21, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single__plots {
  float: left;
  margin-bottom: 1.25rem;
  border-top: 0.0625rem solid #336421;
  padding-top: 0.625rem;
}
/* line 26, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single__plots .single__plots__item {
  background: #bad6c8;
  padding: 0.9375rem;
}
/* line 29, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single__plots .single__plots__item h3 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}
/* line 34, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single__plots .single__plots__item p {
  font-size: 0.875rem;
}
/* line 38, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single__plots .single__plots__item img.sold {
  position: absolute;
  left: 0;
  right: 0;
}
/* line 45, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single__plots .pricing {
  padding: 0.9375rem;
  background: #003b1e;
  color: #ffffff;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 45, css/sass/wordpress/templates/_plots.scss */
  .plots__for__sale .plots__wrapper .single__plots .pricing {
    margin-bottom: 0;
  }
}
/* line 53, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single__plots .pricing p {
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}
/* line 57, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper .single__plots .pricing p.red {
  color: #c10505;
  font-weight: bold;
  font-size: 0.875rem;
}
/* line 65, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper ul.models-list {
  list-style: circle;
}
/* line 70, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper ul.models-list li .small .sold {
  font-weight: bold;
  color: red;
  padding-top: 6px;
  display: inline-block;
}
/* line 78, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper ul.models-list li a {
  background: none;
  color: #000000;
  box-shadow: none;
  font-size: 1.125rem;
}
/* line 86, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper ul.models-list.desktop-models-list {
  list-style: circle;
}
/* line 89, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper ul.models-list.desktop-models-list li a {
  font-size: 1.125rem;
  line-height: 1.4;
}
/* line 95, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper ul.models-list a.single-plot-link {
  background-color: purple;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 10px 0 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
/* line 103, css/sass/wordpress/templates/_plots.scss */
.plots__for__sale .plots__wrapper ul.models-list a.single-plot-link :hover {
  text-decoration: underline;
  color: #fff;
}

/** location **/
/* line 3, css/sass/wordpress/templates/_location.scss */
.map-full {
  width: 100%;
  min-height: 25rem;
}

/** image-gallery **/
/* line 4, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-image-gallery .page__slider {
  margin-top: -0.625rem;
}
/* line 10, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-image-gallery .page__content__inner__wrapper h2.page__content__title {
  display: none;
}
/* line 15, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-image-gallery .page__content__inner__wrapper .nextgen_pro_thumbnail_grid {
  padding: 0;
  text-align: left;
}
/* line 19, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-image-gallery .page__content__inner__wrapper .nextgen_pro_thumbnail_grid .image-wrapper {
  border: none;
  margin: 0.1875rem;
  width: 14.875rem;
  height: 9.375rem;
  overflow: hidden;
}
/* line 26, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-image-gallery .page__content__inner__wrapper .nextgen_pro_thumbnail_grid .image-wrapper a {
  margin: 0;
}
/* line 29, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-image-gallery .page__content__inner__wrapper .nextgen_pro_thumbnail_grid .image-wrapper a img {
  width: 100%;
}
/* line 33, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-image-gallery .page__content__inner__wrapper .nextgen_pro_thumbnail_grid .image-wrapper a .ngg-figcaption {
  background: rgba(127, 127, 136, 0.65) !important;
}

/* line 44, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-gallery .ngg-galleryoverview {
  margin-bottom: 3.125rem;
}
/* line 47, css/sass/wordpress/templates/_image-gallery.scss */
.page-template-gallery .ngg-galleryoverview h3 {
  font-size: 1.375rem;
  font-weight: bold;
}

/* line 54, css/sass/wordpress/templates/_image-gallery.scss */
#mobile-gallery {
  overflow: hidden;
}

/* line 58, css/sass/wordpress/templates/_image-gallery.scss */
.ngg-gallery-thumbnail {
  margin: 0.125rem !important;
}
/* line 61, css/sass/wordpress/templates/_image-gallery.scss */
.ngg-gallery-thumbnail a {
  margin: 0 !important;
}
/* line 65, css/sass/wordpress/templates/_image-gallery.scss */
.ngg-gallery-thumbnail img {
  cursor: pointer;
}

/** news **/
/* line 4, css/sass/wordpress/templates/_news.scss */
.news__container .news__container__inner {
  padding: 0.3125rem 0.9375rem 0.3125rem 0;
}
/* line 7, css/sass/wordpress/templates/_news.scss */
.news__container .news__container__inner a {
  overflow: hidden;
}
/* line 10, css/sass/wordpress/templates/_news.scss */
.news__container .news__container__inner a .news__item__wrapper {
  background: #e6e7e8;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
/* line 15, css/sass/wordpress/templates/_news.scss */
.news__container .news__container__inner a .news__item__wrapper h1 {
  color: #00341C;
  font-size: 1.1875rem;
  font-weight: bold;
}
/* line 21, css/sass/wordpress/templates/_news.scss */
.news__container .news__container__inner a .news__item__wrapper span {
  font-size: 0.875rem;
  font-style: italic;
  color: #00341C;
}

/* line 34, css/sass/wordpress/templates/_news.scss */
.navigation.pagination h2.screen-reader-text {
  display: none;
}
/* line 39, css/sass/wordpress/templates/_news.scss */
.navigation.pagination a {
  color: #00341C;
  font-size: 1.1875rem;
}
/* line 43, css/sass/wordpress/templates/_news.scss */
.navigation.pagination a.page-numbers {
  display: none;
}
/* line 46, css/sass/wordpress/templates/_news.scss */
.navigation.pagination a.page-numbers.next {
  display: inline-block;
}
/* line 50, css/sass/wordpress/templates/_news.scss */
.navigation.pagination a.page-numbers.prev {
  display: inline-block;
  float: right;
}
/* line 57, css/sass/wordpress/templates/_news.scss */
.navigation.pagination span {
  color: #00341C;
  font-size: 1.1875rem;
  font-weight: bold;
}
/* line 63, css/sass/wordpress/templates/_news.scss */
.navigation.pagination span.page-numbers.current {
  display: none;
}
/* line 67, css/sass/wordpress/templates/_news.scss */
.navigation.pagination span.page-numbers.dots {
  display: none;
}

/* line 76, css/sass/wordpress/templates/_news.scss */
.news__section h2 {
  padding-left: 0.9375rem;
  font-weight: bold;
}

/* line 83, css/sass/wordpress/templates/_news.scss */
.single__news__section .single__news__item {
  background: #e6e7e8;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  color: #00341C;
}
/* line 89, css/sass/wordpress/templates/_news.scss */
.single__news__section .single__news__item p {
  color: #00341C;
}
/* line 92, css/sass/wordpress/templates/_news.scss */
.single__news__section .single__news__item p a {
  color: #00341C;
}
/* line 97, css/sass/wordpress/templates/_news.scss */
.single__news__section .single__news__item .news__tittle {
  font-weight: bold;
  font-size: 1.1875rem;
  margin-bottom: 1.25rem;
  color: #00341C;
  background: #e6e7e8 !important;
  box-shadow: none !important;
}

/* line 108, css/sass/wordpress/templates/_news.scss */
.news__child__pages {
  background: #e6e7e8;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.5rem;
  color: #00341C;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 108, css/sass/wordpress/templates/_news.scss */
  .news__child__pages {
    margin-bottom: 0;
  }
}
/* line 121, css/sass/wordpress/templates/_news.scss */
.news__child__pages ul li {
  list-style: none;
}
/* line 124, css/sass/wordpress/templates/_news.scss */
.news__child__pages ul li a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #00341C;
}
/* line 129, css/sass/wordpress/templates/_news.scss */
.news__child__pages ul li a:hover {
  color: #00341C;
}
/* line 134, css/sass/wordpress/templates/_news.scss */
.news__child__pages ul li.pagenav {
  color: transparent;
}
/* line 137, css/sass/wordpress/templates/_news.scss */
.news__child__pages ul li.pagenav ul {
  margin-top: -2.0625rem;
}

/* line 146, css/sass/wordpress/templates/_news.scss */
.single .news__child__pages {
  margin-bottom: 1.375rem;
}

@media only screen and (max-width: 40em) {
  /* line 4, css/sass/wordpress/templates/_single-plot.scss */
  .single-plot-page .park__content__left {
    margin-bottom: 2.5rem;
  }
}
/* line 8, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .back-link {
  padding: 1.25rem 0;
}
/* line 12, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .page-title h1 {
  font-weight: bold;
}
/* line 15, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .page-title p.size {
  font-size: 1.5rem;
}
/* line 20, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .main-content ul {
  list-style-position: inside;
}
/* line 22, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .main-content ul li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #00341C;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
/* line 31, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .main-content .gallery {
  padding-top: 1.25rem;
}
/* line 33, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .main-content .gallery h3 {
  text-align: center;
  color: #328532;
}
/* line 38, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .main-content .gallery .image-gallery ul {
  list-style: none;
}
/* line 40, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .main-content .gallery .image-gallery ul li {
  width: 100%;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 40, css/sass/wordpress/templates/_single-plot.scss */
  .single-plot-page .park__content__left .main-content .gallery .image-gallery ul li {
    width: 33%;
    float: left;
    padding-right: 0.625rem;
  }
}
/* line 48, css/sass/wordpress/templates/_single-plot.scss */
.single-plot-page .park__content__left .main-content .gallery .image-gallery ul li img {
  width: 100%;
  height: auto;
}

/** footer-testimonial **/
/* line 3, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial {
  background: #bad6c8;
  padding: 1.25rem;
}
/* line 7, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section {
  height: 18.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 75.0625em) {
  /* line 7, css/sass/wordpress/partials/_footer-testimonial.scss */
  .footer__testimonial .testimonial__section {
    height: 15.625rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 7, css/sass/wordpress/partials/_footer-testimonial.scss */
  .footer__testimonial .testimonial__section {
    height: 25.625rem;
  }
}
/* line 18, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section h2 {
  text-align: center;
  color: #00341C;
  font-size: 1.625rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 18, css/sass/wordpress/partials/_footer-testimonial.scss */
  .footer__testimonial .testimonial__section h2 {
    font-size: 2.5rem;
  }
}
/* line 28, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section .testimonial__track {
  height: 18.75rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 28, css/sass/wordpress/partials/_footer-testimonial.scss */
  .footer__testimonial .testimonial__section .testimonial__track {
    height: 15.625rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 28, css/sass/wordpress/partials/_footer-testimonial.scss */
  .footer__testimonial .testimonial__section .testimonial__track {
    height: 25.625rem;
  }
}
/* line 39, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section .testimonial__track .testimonial__slides {
  text-align: center;
}
/* line 42, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section .testimonial__track .testimonial__slides p {
  color: #00341C;
  font-style: italic;
  font-weight: normal;
  font-size: 1.125rem;
  padding: 0 1.25rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 42, css/sass/wordpress/partials/_footer-testimonial.scss */
  .footer__testimonial .testimonial__section .testimonial__track .testimonial__slides p {
    font-size: 1.25rem;
  }
}
/* line 55, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section .testimonial__track .testimonial__slides span .fa {
  color: #00341C;
  font-size: 1.25rem;
}
/* line 59, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section .testimonial__track .testimonial__slides span .fa.fa-quote-left {
  float: left;
}
/* line 63, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section .testimonial__track .testimonial__slides span .fa.fa-quote-right {
  float: right;
  position: relative;
  bottom: 0.875rem;
}
/* line 71, css/sass/wordpress/partials/_footer-testimonial.scss */
.footer__testimonial .testimonial__section .testimonial__track .testimonial__slides h3 {
  font-weight: normal;
  font-size: 1.5rem;
  color: #00341C;
}
@media only screen and (min-width: 75.0625em) {
  /* line 71, css/sass/wordpress/partials/_footer-testimonial.scss */
  .footer__testimonial .testimonial__section .testimonial__track .testimonial__slides h3 {
    font-size: 2.375rem;
  }
}

/** home-cta **/
/* line 3, css/sass/wordpress/partials/_home-cta.scss */
.cta {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 40.0625em) {
  /* line 3, css/sass/wordpress/partials/_home-cta.scss */
  .cta {
    margin: 0 -0.3125rem;
  }
}
/* line 11, css/sass/wordpress/partials/_home-cta.scss */
.cta .home__cta__section {
  padding: 0;
}
/* line 15, css/sass/wordpress/partials/_home-cta.scss */
.cta .home__cta__section .single__cta__item {
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  /* line 15, css/sass/wordpress/partials/_home-cta.scss */
  .cta .home__cta__section .single__cta__item {
    padding: 0 0.3125rem;
  }
}
/* line 22, css/sass/wordpress/partials/_home-cta.scss */
.cta .home__cta__section .single__cta__item img {
  width: 100%;
}
/* line 26, css/sass/wordpress/partials/_home-cta.scss */
.cta .home__cta__section .single__cta__item .cta__title {
  background: #003b1e;
  padding: 0.9375rem 1.25rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  top: -2.75rem;
  font-size: 0.875rem;
  height: 3.125rem;
}
@media all and (min-width: 25rem) {
  /* line 26, css/sass/wordpress/partials/_home-cta.scss */
  .cta .home__cta__section .single__cta__item .cta__title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 26, css/sass/wordpress/partials/_home-cta.scss */
  .cta .home__cta__section .single__cta__item .cta__title {
    padding: 0.3125rem 2.25rem;
    font-size: 0.8125rem;
  }
}
/* line 44, css/sass/wordpress/partials/_home-cta.scss */
.cta .home__cta__section .single__cta__item .cta__title span {
  margin: 0 auto;
  vertical-align: middle;
  display: table;
}

/** footer-menu **/
/* line 3, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper {
  padding: 0.1875rem 0;
  background: #003b1e;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
}
/* line 11, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper ul {
  margin: 0;
}
/* line 14, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper ul li {
  list-style: none;
  display: inline-block;
  width: 23.8%;
  text-align: center;
  vertical-align: top;
}
/* line 21, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper ul li a {
  outline: 0;
  overflow: hidden;
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0.625rem 0.3125rem 0;
  line-height: 0.9375rem;
  text-transform: initial;
  margin: 0 0 0.3125rem;
}
/* line 33, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper ul li a .home {
  margin: 0 auto 0.3125rem;
  background: url("./images/home.png") no-repeat 0 0;
  height: 2.0625rem;
  width: 2.0625rem;
}
/* line 40, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper ul li a .park {
  margin: 0 auto 0.3125rem;
  background: url("./images/park.png") no-repeat 0 0;
  height: 2.0625rem;
  width: 3.5rem;
}
/* line 47, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper ul li a .homes__for__sale {
  margin: 0 auto 0.3125rem;
  background: url("./images/sale.png") no-repeat 0 0;
  height: 2.0625rem;
  width: 2.0625rem;
}
/* line 54, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper ul li a .contact__us {
  margin: 0 auto 0.3125rem;
  background: url("./images/call.png") no-repeat 0 0;
  height: 2.0625rem;
  width: 2.0625rem;
}
/* line 61, css/sass/wordpress/partials/_footer-menu.scss */
.footer__sticky__menu__wrapper ul li a span {
  font-size: 0.625rem;
  color: #ffffff;
}

/** off-canvas **/
/* line 3, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu {
  background: #003b1e;
  padding: 0.625rem 0;
  width: 100%;
}
/* line 8, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu a {
  text-align: center;
}
/* line 11, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu a.telephone {
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.0625rem;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  display: table;
}
/* line 21, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu a.telephone b {
  font-size: 1.375rem;
  color: #328532;
  text-align: center;
}
/* line 28, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu a.email {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.125rem;
  color: #328532;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
/* line 41, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul {
  margin: 0;
}
/* line 44, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul li {
  list-style: none;
  text-align: left;
  padding: 0.9375rem 3.125rem;
}
/* line 49, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul li:not(:last-child) {
  border-bottom: 0.125rem solid #000000;
}
/* line 53, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul li:not(:first-child) {
  border-top: 0.0625rem solid #606063;
}
/* line 57, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul li.menu-item-has-children {
  margin-left: -1.125rem;
}
/* line 60, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul li.menu-item-has-children:before {
  content: '\f0d7';
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffffff;
  font-size: 1.375rem;
  position: relative;
  top: 0.0625rem;
  right: -10.625rem;
}
/* line 72, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul li a {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 200;
  outline: 0;
}
/* line 80, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul.sub-menu {
  display: none;
  margin-left: -1.1875rem;
  padding: 0;
}
/* line 85, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul.sub-menu li {
  padding: 0.3125rem;
  border-bottom: none;
  border-top: none;
}
/* line 90, css/sass/wordpress/partials/_off-canvas.scss */
.right-off-canvas-menu ul.sub-menu li a {
  font-size: 0.875rem;
}

/* line 100, css/sass/wordpress/partials/_off-canvas.scss */
.off-canvas-wrap.move-left {
  position: fixed;
  height: 100%;
}
/* line 104, css/sass/wordpress/partials/_off-canvas.scss */
.off-canvas-wrap.move-left > .inner-wrap {
  -webkit-transform: translate3d(-57%, 0, 0);
  height: 100%;
}

/** popup-form **/
/* line 4, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup {
  padding: 0.625rem 1.0625rem;
  border: 0.625rem solid #bad6c8;
  /*top: rem-calc(250) !important;*/
}
/* line 8, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .gallery-images {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 13, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .gallery-images li {
  padding: 0.625rem;
  width: 50%;
  float: left;
}
/* line 20, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal {
  overflow: hidden;
}
/* line 24, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__text h3 {
  color: #00341C;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0;
  letter-spacing: 0.0625rem;
}
/* line 32, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__text span {
  color: #00341C;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.0625rem;
}
/* line 39, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__text p {
  color: #00341C;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
/* line 46, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form {
  padding: 0.9375rem;
}
/* line 49, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form .large-6 {
  padding: 0 0.9375rem 0 0;
}
/* line 53, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form input, .reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form select {
  width: 100%;
  padding: 0.3125rem;
  border: 0.1875rem solid #006838;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  color: #00341C;
}
/* line 63, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form .consent-column p {
  font-size: 0.75rem;
}
/* line 66, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form .consent-column input[type="checkbox"] {
  width: 5%;
  float: left;
}
/* line 71, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form .consent-column .wpcf7-list-item-label {
  width: 95%;
  float: left;
  padding: 0 0.625rem 0;
}
/* line 78, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form textarea {
  height: 5.625rem;
  width: 97%;
  padding: 0.3125rem;
  border: 0.1875rem solid #006838;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  color: #00341C;
}
/* line 88, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form select {
  height: 2.0625rem;
}
/* line 92, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form input[type="email"] {
  width: 97%;
  font-size: 0.75rem;
  color: #00341C;
}
/* line 98, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .make__enquiry__modal .enquiry__form input[type="submit"] {
  float: right;
  width: 24%;
  background: #003b1e;
  color: #ffffff;
  border: none;
  margin-right: 0.9375rem;
  padding: 0.625rem;
  font-size: 1rem;
  text-transform: uppercase;
}
/* line 112, css/sass/wordpress/partials/_popup-form.scss */
.reveal-modal.enquiry__popup .close-reveal-modal {
  color: #00341C;
  position: absolute;
  top: -0.3125rem;
  right: 0.375rem;
}

/** newsletter **/
/* line 3, css/sass/wordpress/partials/_newsletter.scss */
.cust_button {
  color: #ffffff;
  background: #006838;
  border: 0;
  padding: 0.625rem 1.625rem;
  margin-bottom: 0.625rem;
  display: block;
}
/* line 10, css/sass/wordpress/partials/_newsletter.scss */
.cust_button:hover {
  color: #ffffff;
}
/* line 13, css/sass/wordpress/partials/_newsletter.scss */
.cust_button:focus {
  color: #ffffff;
}

/** page-sidebar **/
/* line 3, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar {
  padding: 0;
  float: right;
}
@media only screen and (min-width: 40.0625em) {
  /* line 3, css/sass/wordpress/partials/_page-sidebar.scss */
  .page__sidebar {
    padding: 1rem 0.9375rem;
  }
}
@media all and (max-width: 63.75rem) {
  /* line 11, css/sass/wordpress/partials/_page-sidebar.scss */
  .page__sidebar.medium-3 {
    width: 100%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /* line 3, css/sass/wordpress/partials/_page-sidebar.scss */
  .page__sidebar {
    padding: 0.9375rem 0 0.625rem 0.625rem;
  }
}
/* line 21, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .park__address {
  background: #e6e7e8;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  color: #00341C;
  font-size: 0.875rem;
}
/* line 29, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .park__address strong {
  color: #00341C;
  font-size: 1.375rem;
  position: absolute;
}
/* line 36, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .part__exchange__section {
  margin-bottom: 1.5625rem;
}
/* line 38, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .part__exchange__section a {
  outline: 0;
}
/* line 41, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .part__exchange__section img {
  width: 100%;
}
@media only screen and (min-width: 75.0625em) {
  /* line 41, css/sass/wordpress/partials/_page-sidebar.scss */
  .page__sidebar .part__exchange__section img {
    height: 10.375rem;
  }
}
/* line 50, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .part__exchange__section h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #00341C;
  font-size: 1.125rem;
  margin-top: 0.6875rem;
}
/* line 59, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .part__exchange__section button {
  position: relative;
  bottom: 2.375rem;
  padding: 0.1875rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  background: #003b1e;
  margin: 0 auto;
  vertical-align: middle;
  display: table;
}
/* line 74, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .homes__for__sale a {
  outline: 0;
}
/* line 77, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .homes__for__sale img {
  width: 100%;
  border: 0.25rem solid #bad6c8;
}
@media only screen and (min-width: 75.0625em) {
  /* line 77, css/sass/wordpress/partials/_page-sidebar.scss */
  .page__sidebar .homes__for__sale img {
    height: 10.375rem;
  }
}
/* line 86, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .homes__for__sale h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #00341C;
  font-size: 1.125rem;
}
/* line 94, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .homes__for__sale button {
  position: relative;
  bottom: 2.375rem;
  padding: 0.1875rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  background: #003b1e;
  margin: 0 auto;
  vertical-align: middle;
  display: table;
}
/* line 109, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .gallery__section {
  outline: 0;
}
/* line 111, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .gallery__section img {
  width: 100%;
  border: 0.25rem solid #bad6c8;
}
/* line 116, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .gallery__section h3 {
  position: absolute;
  width: 100%;
  color: #00341C;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 0.6875rem;
}
/* line 125, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .gallery__section span {
  color: #ffffff;
  font-size: 0.8125rem;
  position: relative;
  bottom: 2.375rem;
  right: -0.75rem;
}
/* line 133, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar a {
  outline: 0;
}
/* line 138, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section {
  background: #e6e7e8;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
}
/* line 144, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section h3 {
  color: #00341C;
  font-size: 1.375rem;
  position: absolute;
}
/* line 150, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .rsOverflow {
  width: 13.125rem !important;
}
/* line 154, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .latest__news__track {
  height: 10rem;
  padding-top: 0.6875rem;
}
/* line 158, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .latest__news__track .news__slides {
  padding: 2.5rem 0 0.625rem;
}
/* line 161, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .latest__news__track .news__slides h2 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #00341C;
}
/* line 167, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .latest__news__track .news__slides span {
  color: #00341C;
  font-weight: bold;
  margin-top: 0.625rem;
}
/* line 175, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .rsArrowLeft {
  right: 0.8125rem !important;
  top: 0;
  background-color: transparent !important;
  visibility: visible;
  opacity: 1;
  display: block;
}
/* line 183, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .rsArrowLeft:before {
  content: '\f0d9';
  font-family: "FontAwesome";
  color: #00341C;
  font-size: 1.25rem;
  display: block;
}
/* line 192, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .rsArrowRight {
  right: 0 !important;
  top: 0;
  background-color: transparent !important;
  visibility: visible;
  opacity: 1;
  display: block;
}
/* line 200, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .rsArrowRight:before {
  content: '\f0da';
  font-family: "FontAwesome";
  color: #00341C;
  font-size: 1.25rem;
  display: block;
}
/* line 209, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .rsArrow {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
}
/* line 215, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .rsArrowLeft > .rsArrowIcn, .page__sidebar .latest__news__section .rsArrowRight > .rsArrowIcn {
  background-color: transparent !important;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: -0.5rem;
  right: 0;
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
}
/* line 227, css/sass/wordpress/partials/_page-sidebar.scss */
.page__sidebar .latest__news__section .rsHidden {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: -0.5rem;
  right: 0;
}

/* line 240, css/sass/wordpress/partials/_page-sidebar.scss */
.mobile__contact__info {
  background: #cbcbcb;
}
/* line 243, css/sass/wordpress/partials/_page-sidebar.scss */
.mobile__contact__info .title {
  background: #003b1e;
  padding: 0.9375rem;
}
/* line 247, css/sass/wordpress/partials/_page-sidebar.scss */
.mobile__contact__info .title h2 {
  color: #ffffff;
  font-size: 1.5rem;
}
/* line 254, css/sass/wordpress/partials/_page-sidebar.scss */
.mobile__contact__info .park__address {
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  color: #00341C;
  font-size: 0.875rem;
  text-align: left;
}
/* line 262, css/sass/wordpress/partials/_page-sidebar.scss */
.mobile__contact__info .park__address strong {
  color: #00341C;
  font-size: 1.375rem;
  position: absolute;
}

/* line 271, css/sass/wordpress/partials/_page-sidebar.scss */
.wpcf7-validation-errors {
  border: none !important;
  color: #ffffff;
}

/* line 277, css/sass/wordpress/partials/_page-sidebar.scss */
span.wpcf7-not-valid-tip {
  margin-top: -0.9375rem;
}

/* line 1, css/sass/wordpress/partials/_conservation-awards.scss */
.badges-h2 {
  color: #00341C;
  font-size: 1.75rem;
  font-weight: bolder;
}

/* line 7, css/sass/wordpress/partials/_conservation-awards.scss */
.underline-h2 {
  background-color: #00341C;
  width: 720px;
  height: 3px;
  float: left;
}

/* line 14, css/sass/wordpress/partials/_conservation-awards.scss */
.badges {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

/* line 20, css/sass/wordpress/partials/_conservation-awards.scss */
.badge {
  margin: 15px;
}

/** page-slider **/
/* line 3, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section {
  overflow: hidden;
}
@media only screen and (min-width: 75.0625em) {
  /* line 3, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section {
    margin-top: 0;
  }
}
/* line 11, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .royalSlider {
  width: 100% !important;
  height: 100% !important;
}
/* line 16, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .rsOverflow {
  height: 100% !important;
  width: 100% !important;
}
/* line 21, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider__track {
  width: 100%;
  height: 10.625rem;
  overflow: hidden;
}
@media all and (min-width: 26.5625rem) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 12.5rem;
  }
}
@media all and (min-width: 30.625rem) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 15.625rem;
  }
}
@media all and (min-width: 39.0625rem) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 18.75rem;
  }
}
@media all and (min-width: 26.5625rem) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 12.5rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 18.125rem;
  }
}
@media all and (min-width: 45.625rem) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 21.875rem;
  }
}
@media all and (min-width: 54.375rem) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 25rem;
  }
}
@media all and (min-width: 61.875rem) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 28.125rem;
  }
}
@media all and (min-width: 70rem) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 31.25rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /* line 21, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider__track {
    height: 25rem;
  }
}
/* line 60, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 75.0625em) {
  /* line 60, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider {
    height: 25rem;
  }
}
/* line 68, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider img {
  width: 100%;
}
/* line 72, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider .ngg-slideshow {
  height: auto !important;
}
/* line 76, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider .description {
  background: rgba(1, 60, 41, 0.85);
  padding: 0.625rem 0.9375rem;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  display: table;
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  left: 0;
}
/* line 89, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider .description .small-6 {
  width: 100%;
}
@media only screen and (min-width: 75.0625em) {
  /* line 89, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider .description .small-6 {
    width: 50%;
  }
}
/* line 98, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider .description h1 {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 75.0625em) {
  /* line 98, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider .description h1 {
    font-size: 3.125rem;
  }
}
/* line 108, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider .description h2 {
  font-size: 0.875rem;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 75.0625em) {
  /* line 108, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider .description h2 {
    font-size: 2.375rem;
  }
}
/* line 118, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider .description p {
  text-align: center;
  font-size: 0.75rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 118, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider .description p {
    font-size: 1.25rem;
  }
}
/* line 128, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider .slideshowlink {
  display: none;
}
/* line 133, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider .ngg-gallery-slideshow-image img {
  width: 100%;
  height: auto !important;
}
@media only screen and (min-width: 75.0625em) {
  /* line 133, css/sass/wordpress/partials/_page-slider.scss */
  .page__slider__section .page__slider .ngg-gallery-slideshow-image img {
    height: 25rem !important;
  }
}
/* line 144, css/sass/wordpress/partials/_page-slider.scss */
.page__slider__section .page__slider a .description h1,
.page__slider__section .page__slider a .description h2,
.page__slider__section .page__slider a .description h3,
.page__slider__section .page__slider a .description h4,
.page__slider__section .page__slider a .description p {
  color: #FFFFFF;
}

/* line 156, css/sass/wordpress/partials/_page-slider.scss */
.simple__page__banner {
  width: 100%;
  margin-top: 5.625rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 156, css/sass/wordpress/partials/_page-slider.scss */
  .simple__page__banner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 156, css/sass/wordpress/partials/_page-slider.scss */
  .simple__page__banner {
    /*margin-top: -200px;*/
  }
}
/* line 168, css/sass/wordpress/partials/_page-slider.scss */
.simple__page__banner img {
  width: 100%;
}

/* line 175, css/sass/wordpress/partials/_page-slider.scss */
.page-template-home .page__slider__track {
  width: 100%;
  height: 10.625rem;
  overflow: hidden;
}
@media all and (min-width: 21.3125rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 12.5rem;
  }
}
@media all and (min-width: 26.25rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 17.5rem;
  }
}
@media all and (min-width: 29.6875rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 19.6875rem;
  }
}
@media all and (min-width: 33.75rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 22.5rem;
  }
}
@media all and (min-width: 37.5rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 25rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 16.25rem;
  }
}
@media all and (min-width: 43.75rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 17.5rem;
  }
}
@media all and (min-width: 46.25rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 18.75rem;
  }
}
@media all and (min-width: 47.8125rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 19.375rem;
  }
}
@media all and (min-width: 54.375rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 21.875rem;
  }
}
@media all and (min-width: 60rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 24.0625rem;
  }
}
@media all and (min-width: 62.5625rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 22.8125rem;
  }
}
@media all and (min-width: 63.9375rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 23.4375rem;
  }
}
@media all and (min-width: 68.125rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 25rem;
  }
}
@media all and (min-width: 72.5rem) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 26.25rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /* line 175, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-home .page__slider__track {
    height: 21.875rem;
  }
}

/* line 233, css/sass/wordpress/partials/_page-slider.scss */
.page-template-our-parks .page__slider__track, .page-template-homes-for-sale .page__slider__track {
  width: 100%;
  height: 10.625rem;
}
@media only screen and (min-width: 75.0625em) {
  /* line 233, css/sass/wordpress/partials/_page-slider.scss */
  .page-template-our-parks .page__slider__track, .page-template-homes-for-sale .page__slider__track {
    height: 25rem;
  }
}

/* line 244, css/sass/wordpress/partials/_page-slider.scss */
.page-id-5 .page__slider__track {
  width: 100%;
}
@media only screen and (min-width: 75.0625em) {
  /* line 244, css/sass/wordpress/partials/_page-slider.scss */
  .page-id-5 .page__slider__track {
    height: 25rem;
  }
}

/* line 255, css/sass/wordpress/partials/_page-slider.scss */
.rsWebkit3d .rsSlide {
  -webkit-transform: none;
  transform: none;
}

@media all and (max-width: 40rem) {
  /* line 261, css/sass/wordpress/partials/_page-slider.scss */
  .reveal-modal {
    min-height: unset;
    top: 6.25rem;
  }
}

/* debug */

/*# sourceMappingURL=style.css.map */
