@charset "UTF-8";
@font-face {
  font-family: 'KGWaystoSayGoodbye';
  src: url("../fonts/KGWaystoSayGoodbye.eot?") format("eot"), url("../fonts/KGWaystoSayGoodbye.woff") format("woff"), url("../fonts/KGWaystoSayGoodbye.ttf") format("truetype"), url("../fonts/KGWaystoSayGoodbye.svg#KGWaystoSayGoodbye") format("svg");
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../frameworks/foundation/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../frameworks/foundation/scss/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* line 56, ../frameworks/foundation/scss/normalize.scss */
script {
  display: none !important;
}

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

/**
 * Remove default margin.
 */
/* line 80, ../frameworks/foundation/scss/normalize.scss */
body {
  margin: 0;
}

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 109, ../frameworks/foundation/scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, ../frameworks/foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

/* line 219, ../frameworks/foundation/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 223, ../frameworks/foundation/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, ../frameworks/foundation/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, ../frameworks/foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 292, ../frameworks/foundation/scss/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 341, ../frameworks/foundation/scss/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 351, ../frameworks/foundation/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 384, ../frameworks/foundation/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../frameworks/foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

/* line 292, ../frameworks/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 297, ../frameworks/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 16px;
}

/* line 300, ../frameworks/foundation/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, ../frameworks/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 318, ../frameworks/foundation/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 321, ../frameworks/foundation/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, ../frameworks/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 328, ../frameworks/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 333, ../frameworks/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, ../frameworks/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, ../frameworks/foundation/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, ../frameworks/foundation/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, ../frameworks/foundation/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, ../frameworks/foundation/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, ../frameworks/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, ../frameworks/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

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

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

/* line 361, ../frameworks/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Foundation Visibility HTML Classes */
/* line 11, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 17, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 23, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 27, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 38, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

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

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

/* line 68, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 79, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

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

  /* line 87, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 92, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 98, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 103, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 108, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 113, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 119, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 126, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 129, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 132, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 135, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 142, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 148, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 154, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 160, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

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

  /* line 176, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 179, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 187, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 192, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 197, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 202, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 208, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 215, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visilbity for tables */
/* line 222, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

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

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

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

/* line 239, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 244, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

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

  /* Specific visilbity for tables */
  /* line 251, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

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

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

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

  /* line 268, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 274, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

  /* Specific visilbity for tables */
  /* line 281, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

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

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

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

  /* line 298, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

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

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

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

/* Specific visilbity for tables */
/* line 309, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../frameworks/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

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

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

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

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

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

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

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

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

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

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

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../frameworks/foundation/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../frameworks/foundation/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../frameworks/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Grid HTML Classes */
/* line 116, ../frameworks/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1152px;
  *zoom: 1;
}
/* line 121, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 121, ../frameworks/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, ../frameworks/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, ../frameworks/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1.25em;
  margin-right: -1.25em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, ../frameworks/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 132, ../frameworks/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 137, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.25em;
    padding-right: 1.25em;
    float: left;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

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

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-3, body.one-sidebar.sidebar-first aside.sidebar.first, body.one-sidebar.sidebar-second aside.sidebar.second, body.two-sidebars .sidebar.first, body.two-sidebars aside.sidebar.second {
    position: relative;
    width: 25%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-6, body.two-sidebars .main main {
    position: relative;
    width: 50%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-9, body.one-sidebar.sidebar-first .main main, body.one-sidebar.sidebar-second .main main {
    position: relative;
    width: 75%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .large-12, body.no-sidebar .main main {
    position: relative;
    width: 100%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

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

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

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

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

  /* line 166, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .push-3, body.one-sidebar.sidebar-first .main main {
    position: relative;
    left: 25%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .pull-9, body.one-sidebar.sidebar-first aside.sidebar.first {
    position: relative;
    right: 75%;
    left: auto;
  }

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

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

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

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 174, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 181, ../frameworks/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Grid HTML Classes */
/* line 127, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1152px;
  width: 100%;
  *zoom: 1;
}
/* line 121, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 132, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
.row.collapse .column,
.row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 135, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
.row .row {
  margin-left: -1.25em;
  margin-right: -1.25em;
  max-width: none;
  width: auto;
  *zoom: 1;
}
/* line 121, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 136, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
  *zoom: 1;
}
/* line 121, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../frameworks/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 141, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
.column,
.columns {
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  float: left;
  position: relative;
}

@media only screen {
  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-3 {
    width: 25%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-6 {
    width: 50%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-9 {
    width: 75%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 146, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-12 {
    width: 100%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-0 {
    margin-left: 0%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-3 {
    margin-left: 25%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-6 {
    margin-left: 50%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-9 {
    margin-left: 75%;
  }

  /* line 150, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .small-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 153, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 154, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 157, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 163, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 167, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 171, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 172, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  /* line 176, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 179, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-3, body.one-sidebar.sidebar-first aside.sidebar.first, body.one-sidebar.sidebar-second aside.sidebar.second, body.two-sidebars .sidebar.first, body.two-sidebars aside.sidebar.second {
    width: 25%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-6, body.two-sidebars .main main {
    width: 50%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-9, body.one-sidebar.sidebar-first .main main, body.one-sidebar.sidebar-second .main main {
    width: 75%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 190, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-12, body.no-sidebar .main main {
    width: 100%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 194, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-3, body.two-sidebars .main main {
    left: 25%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-6, body.two-sidebars .sidebar.first {
    right: 50%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 198, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 199, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  /* line 203, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 206, ../frameworks/foundation/scss/foundation/components/_grid-5.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@keyframes rotate {
  /* line 56, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 57, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 61, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 64, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 71, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 74, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 77, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 80, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 82, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 88, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}
/* line 126, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 132, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 134, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 145, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 154, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
/* line 171, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
/* line 176, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
/* line 182, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 189, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 199, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 213, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
/* line 225, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 229, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 241, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 245, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
/* line 255, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 256, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}
/* line 261, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #cccccc;
}
/* line 265, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 266, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -8px;
}
/* line 273, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #cccccc;
}

/* line 279, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 285, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555555;
  border-radius: 1000px;
}
/* line 295, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #555555;
}
/* line 299, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 306, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 309, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 318, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 321, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 328, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 329, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 336, ../frameworks/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 14, ../sass/_base.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, ../sass/_base.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #b63d07;
}
/* line 61, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
body * html {
  font-size: 100%;
}
/* line 64, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
body html {
  font-size: 16px;
  line-height: 0.5em;
}

/* necessary for the Drupal WYSIWYG editor */
/* line 26, ../sass/_base.scss */
body#tinymce {
  padding: 10px;
  background: #fff none;
}

/* line 31, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #b63d07;
  letter-spacing: -1px;
}

/* line 38, ../sass/_base.scss */
h1 {
  font-size: 3.1875em;
  line-height: 1.09804em;
  margin: 0.62745em 0 0.31373em 0;
}

/* line 39, ../sass/_base.scss */
h2 {
  font-size: 2.375em;
  line-height: 1.26316em;
  margin: 0.84211em 0 0.42105em 0;
}

/* line 40, ../sass/_base.scss */
h3 {
  font-size: 1.75em;
  line-height: 1.14286em;
  margin: 1.14286em 0 0.57143em 0;
}

/* line 41, ../sass/_base.scss */
h4 {
  font-size: 1.75em;
  line-height: 1.14286em;
  margin: 1.14286em 0 0.57143em 0;
}

/* line 42, ../sass/_base.scss */
h5 {
  font-size: 1.3125em;
  line-height: 1.52381em;
  margin: 1.52381em 0 0.7619em 0;
}

/* line 43, ../sass/_base.scss */
h6 {
  font-size: 1.3125em;
  line-height: 1.52381em;
  margin: 1.52381em 0 0.7619em 0;
}

/* line 45, ../sass/_base.scss */
p, pre, label {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
  display: block;
}

/* line 51, ../sass/_base.scss */
ol, ul {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 2em 0;
}

/* line 55, ../sass/_base.scss */
ul {
  list-style-position: outside;
  list-style-type: disc;
}

/* line 56, ../sass/_base.scss */
ol {
  list-style-position: outside;
  list-style-type: decimal;
}

/* line 57, ../sass/_base.scss */
ul ul, ul ol, ol ol, ol ul {
  margin: 0.5em 0 0;
}

/* line 60, ../sass/_base.scss */
li {
  line-height: auto;
  margin-bottom: 0.5em;
}

/* line 61, ../sass/_base.scss */
strong, b {
  font-weight: 600;
}

/* line 62, ../sass/_base.scss */
em, i, q {
  font-style: italic;
}

/* line 64, ../sass/_base.scss */
blockquote {
  padding-left: em-font(16px);
  border-left: em-font(5px) solid grey;
  line-height: normal;
  margin: 0;
}
/* line 69, ../sass/_base.scss */
blockquote p {
  font-style: italic;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 1.2em 0 1.2em 0;
}

/* line 77, ../sass/_base.scss */
a {
  color: #dfaf28;
  text-decoration: none;
  -webkit-transition: 0.3s background-color, 0.3s color;
  -moz-transition: 0.3s background-color, 0.3s color;
  -ms-transition: 0.3s background-color, 0.3s color;
  -o-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
/* line 82, ../sass/_base.scss */
a:hover, a:focus, a:active {
  color: #c79814;
}

/* == Dynamic Sidebars ======================= */
/* == Buttons ============================= */
/* line 108, ../sass/_base.scss */
.button,
.form-submit,
input[type=submit] {
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  background-color: #dfaf28;
  color: #fff;
  -webkit-transition: 0.3s background-color, 0.3s color;
  -moz-transition: 0.3s background-color, 0.3s color;
  -ms-transition: 0.3s background-color, 0.3s color;
  -o-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}

/* line 118, ../sass/_base.scss */
.button:hover,
.form-submit:hover,
input[type=submit]:hover {
  background-color: #b98f1b;
}

/* == Forms ============================= */
/* line 139, ../sass/_base.scss */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: .8em;
  box-shadow: inset 0 1px 3px #ddd;
  width: 100%;
  max-width: 500px;
  outline: none;
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  -ms-transition: 0.3s linear border;
  -o-transition: 0.3s linear border;
  transition: 0.3s linear border;
}
/* line 149, ../sass/_base.scss */
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  border-color: #dfaf28;
}

/* line 153, ../sass/_base.scss */
fieldset {
  margin-bottom: 2em;
}

/*  Drupal classes */
/* line 157, ../sass/_base.scss */
input[type="submit"], .form-submit {
  cursor: pointer;
  -webkit-transition: 0.3s background-color, 0.3s color;
  -moz-transition: 0.3s background-color, 0.3s color;
  -ms-transition: 0.3s background-color, 0.3s color;
  -o-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}

/* line 161, ../sass/_base.scss */
.form-item {
  margin-bottom: 1.5em;
}
/* line 163, ../sass/_base.scss */
.form-item label {
  margin-bottom: 0.5em;
}

/* line 167, ../sass/_base.scss */
.form-managed-file .form-submit {
  background: #9a3205;
}
/* line 169, ../sass/_base.scss */
.form-managed-file .form-submit:hover {
  background: #692203;
}

/* line 173, ../sass/_base.scss */
.description {
  font-size: 0.75em;
  line-height: 1.33333em;
  margin: 0.5em 0;
}

/* line 177, ../sass/_base.scss */
.form-type-checkbox {
  margin-bottom: 0.5em;
}

/* line 180, ../sass/_base.scss */
label.option {
  display: inline;
}

/* line 184, ../sass/_base.scss */
.webform-component-date .form-select,
.webform-component-time .form-select {
  width: auto;
}

/* line 187, ../sass/_base.scss */
.webform-component-textarea .grippie {
  display: none;
}

/* line 192, ../sass/_base.scss */
.form-item-leaveblank {
  display: none;
  visibility: hidden;
}

/* == Breadcrumbs  ============================= */
/* line 199, ../sass/_base.scss */
.breadcrumb {
  margin-bottom: 2em;
  font-size: 0.75em;
  line-height: 1.33333em;
}

/* == Tabs ============================= */
/* line 206, ../sass/_base.scss */
.tabs.primary {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
/* line 60, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.tabs.primary li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.tabs.primary li:first-child, .tabs.primary li.first {
  padding-left: 0;
}
/* line 49, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.tabs.primary li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.tabs.primary li.last {
  padding-right: 0;
}
/* line 209, ../sass/_base.scss */
.tabs.primary li {
  margin: 0 1px 0 0;
  padding: 0;
}
/* line 214, ../sass/_base.scss */
.tabs.primary a {
  padding: 10px 15px;
  display: block;
  float: left;
  background: #f2f2f2;
  color: #333;
}
/* line 220, ../sass/_base.scss */
.tabs.primary a.active {
  background: #e9e9e9;
}
/* line 223, ../sass/_base.scss */
.tabs.primary a:hover {
  background: #c79814;
  color: #fff;
}

/* == Messages ============================= */
/* line 232, ../sass/_base.scss */
.alert {
  padding: 1em 2em 1em 1em;
  position: relative;
  margin-bottom: 2em;
  color: #fff;
}
/* line 237, ../sass/_base.scss */
.alert a {
  color: yellow;
}
/* line 240, ../sass/_base.scss */
.alert .close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
/* line 254, ../sass/_base.scss */
.alert .close:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* line 258, ../sass/_base.scss */
.alert.info {
  background: #5BC0DE;
}
/* line 261, ../sass/_base.scss */
.alert.error {
  background: #D9534F;
}
/* line 264, ../sass/_base.scss */
.alert.warning {
  background: #5CB85C;
}
/* line 267, ../sass/_base.scss */
.alert.status {
  background: #5CB85C;
}

/* line 273, ../sass/_base.scss */
.alert > *:last-child,
.alert > *:last-child > *:last-child,
.alert > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

/* == Pagination ============================= */
/* line 278, ../sass/_base.scss */
.pager {
  padding: 0;
}
/* line 281, ../sass/_base.scss */
.pager li {
  display: inline-block;
  list-style: none;
}
/* line 286, ../sass/_base.scss */
.pager a {
  color: #000;
  background: #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 12px;
}
/* line 292, ../sass/_base.scss */
.pager a:hover {
  background: #b3b3b3;
}
/* line 295, ../sass/_base.scss */
.pager a:active {
  background: #999999;
}
/* line 300, ../sass/_base.scss */
.pager .pager-current {
  background: #333;
  border-radius: 3px;
  color: #fff;
  padding: 5px 12px;
}

/* == Sitemap ============================= */
/* line 312, ../sass/_base.scss */
.site-map > ul > li > a {
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 1em;
}
/* line 318, ../sass/_base.scss */
.site-map > ul > li.expanded {
  margin-bottom: 9px;
}
/* line 321, ../sass/_base.scss */
.site-map > ul > li.expanded > a {
  margin-bottom: 1px;
}
/* line 324, ../sass/_base.scss */
.site-map ul {
  padding: 0;
  margin: 0;
}
/* line 328, ../sass/_base.scss */
.site-map ul ul {
  padding-left: 20px;
}
/* line 331, ../sass/_base.scss */
.site-map ul ul a {
  background: #999999;
}
/* line 332, ../sass/_base.scss */
.site-map ul ul ul a {
  background: #777777;
}
/* line 333, ../sass/_base.scss */
.site-map ul ul ul ul a {
  background: #555555;
}
/* line 334, ../sass/_base.scss */
.site-map ul ul ul ul ul a {
  background: #333333;
}
/* line 337, ../sass/_base.scss */
.site-map ul a {
  padding: 5px 10px;
  background: #817a68;
  /* Change to primary colour */
}
/* line 343, ../sass/_base.scss */
.site-map li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 349, ../sass/_base.scss */
.site-map a {
  color: white;
  display: inline-block;
  margin-bottom: 1px;
}
/* line 354, ../sass/_base.scss */
.site-map a:hover {
  background: #655f51;
}

/* == Juicebox galleries ============================= */
/* line 365, ../sass/_base.scss */
.juicebox-parent *, .juicebox-parent *:before, .juicebox-parent *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

/* == Tables ============================= */
/* line 372, ../sass/_base.scss */
th {
  text-align: left;
}

/* line 375, ../sass/_base.scss */
table.table-styled {
  background: #fff;
  margin: 0 0 18px;
  border-collapse: collapse;
  border: 0;
  width: 100%;
}
/* line 383, ../sass/_base.scss */
table.table-styled thead,
table.table-styled tfoot {
  background: #f5f5f5;
}
/* line 391, ../sass/_base.scss */
table.table-styled tr th,
table.table-styled tfoot tr th,
table.table-styled tbody tr td,
table.table-styled tr td,
table.table-styled tfoot tr td {
  line-height: 18px;
  text-align: left;
}
/* line 397, ../sass/_base.scss */
table.table-styled tr th,
table.table-styled tfoot tr td {
  padding: 5px 10px;
  font-weight: bold;
  color: #222;
}
/* line 402, ../sass/_base.scss */
table.table-styled tr th:first-child,
table.table-styled tfoot tr td:first-child {
  border-left: none;
}
/* line 406, ../sass/_base.scss */
table.table-styled tr th:last-child,
table.table-styled tfoot tr td:last-child {
  border-right: none;
}
/* line 411, ../sass/_base.scss */
table.table-styled th {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #817a68;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: #fff;
}
/* line 421, ../sass/_base.scss */
table.table-styled td {
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px;
}
/* line 424, ../sass/_base.scss */
table.table-styled td p:last-child {
  margin-bottom: 0;
}

/* line 428, ../sass/_base.scss */
table.table-styled-vertical {
  background: #fff;
  margin: 0 0 18px;
  border-collapse: collapse;
  border: 0;
  width: 100%;
}
/* line 436, ../sass/_base.scss */
table.table-styled-vertical thead,
table.table-styled-vertical tfoot {
  background: #f5f5f5;
}
/* line 444, ../sass/_base.scss */
table.table-styled-vertical tr th,
table.table-styled-vertical tfoot tr th,
table.table-styled-vertical tbody tr td,
table.table-styled-vertical tr td,
table.table-styled-vertical tfoot tr td {
  line-height: 18px;
  text-align: left;
}
/* line 450, ../sass/_base.scss */
table.table-styled-vertical tr th,
table.table-styled-vertical tfoot tr td {
  padding: 5px 10px;
  font-weight: bold;
  color: #222;
}
/* line 455, ../sass/_base.scss */
table.table-styled-vertical tr th:first-child,
table.table-styled-vertical tfoot tr td:first-child {
  border-left: none;
  padding-left: 0;
}
/* line 460, ../sass/_base.scss */
table.table-styled-vertical tr th:last-child,
table.table-styled-vertical tfoot tr td:last-child {
  border-right: none;
}
/* line 465, ../sass/_base.scss */
table.table-styled-vertical th {
  font-size: 16px;
  font-weight: bold;
  border-right: 2px solid #817a68;
  border-bottom: 1px dotted #ccc;
}
/* line 472, ../sass/_base.scss */
table.table-styled-vertical td {
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  padding: 5px 10px;
}
/* line 477, ../sass/_base.scss */
table.table-styled-vertical td:last-child {
  border-right: 0;
}
/* line 481, ../sass/_base.scss */
table.table-styled-vertical td p:last-child {
  margin-bottom: 0;
}
/* line 485, ../sass/_base.scss */
table.table-styled-vertical td:nth-child(2n) {
  background: #F9F9F9;
}
/* line 490, ../sass/_base.scss */
table.table-styled-vertical tr:nth-child(2n) {
  background: #FFF;
}

/* line 495, ../sass/_base.scss */
table.table-unstyled {
  border: 0;
}
/* line 498, ../sass/_base.scss */
table.table-unstyled th {
  text-align: left;
}
/* line 505, ../sass/_base.scss */
table.table-unstyled tr:nth-child(2n),
table.table-unstyled tr,
table.table-unstyled td,
table.table-unstyled th {
  background-color: transparent;
  border: 0;
  padding: 5px 5px 5px 0;
  font-weight: normal;
  text-align: left;
}
/* line 514, ../sass/_base.scss */
table.table-unstyled tr td:last-child,
table.table-unstyled tr th:last-child {
  padding-right: 0;
}

/* == Login page ============================= */
/* line 521, ../sass/_base.scss */
.page-user {
  background: #f2f2f2;
}
/* line 523, ../sass/_base.scss */
.page-user .login-form {
  background: #fff;
  max-width: 400px;
  margin: 40px auto 0;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc;
}
/* line 531, ../sass/_base.scss */
.page-user h1 {
  margin: 0 0 1em;
  line-height: 1;
  font-size: 28px;
  text-align: center;
}
/* line 537, ../sass/_base.scss */
.page-user .login-footer {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}

/* == Global navigation ============================= */
/* line 548, ../sass/_base.scss */
#main-menu ul.sf-menu li a {
  display: block;
  padding: 5px 10px;
}

/* line 124, ../sass/style.scss */
body {
  background: url("../images/main-background-repeat.png") repeat 0 0;
}

/* line 128, ../sass/style.scss */
.strap-wrapper {
  background: url("../images/strap-background-repeat.png") repeat 0 0;
  position: relative;
  z-index: 0;
}
/* line 133, ../sass/style.scss */
.strap-wrapper:before, .strap-wrapper:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  z-index: -1;
}
/* line 141, ../sass/style.scss */
.strap-wrapper .row {
  z-index: 10;
}

/* line 146, ../sass/style.scss */
h1, h2 {
  color: #dfaf28;
  font-family: "KGWaystoSayGoodbye", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
}

/* line 154, ../sass/style.scss */
.button {
  cursor: pointer;
}

/* line 158, ../sass/style.scss */
a {
  border: none;
}
/* line 161, ../sass/style.scss */
a:active {
  outline: none;
}

/* line 166, ../sass/style.scss */
*:focus {
  outline: none;
}

/* line 173, ../sass/style.scss */
.header-container {
  background: url("../images/page-header-background-norepeat.jpg") no-repeat center bottom;
}

/* line 179, ../sass/style.scss */
.top-header-container {
  background: url("../images/page-header-background-norepeat.jpg") no-repeat center top;
  position: relative;
  top: 0;
  padding: 60px 0 200px 0;
}

/* line 190, ../sass/style.scss */
.primary-navigation-strap:before {
  height: 13px;
  top: -13px;
  background: url("../images/strap-edges-norepeat.png") no-repeat 50% 0;
}
/* line 196, ../sass/style.scss */
.primary-navigation-strap:after {
  height: 30px;
  bottom: -30px;
  background: url("../images/strap-edges-norepeat.png") no-repeat 50% -22px;
}

/* line 204, ../sass/style.scss */
.site-title {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  height: 159px;
  width: 159px;
  background: url("../images/malabam-logo.png") no-repeat 0 0;
  display: block;
  position: absolute;
  top: -40px;
}

@media (max-width: 768px) {
  /* line 217, ../sass/style.scss */
  .site-title {
    height: 90px;
    width: 90px;
    top: 0;
    left: 30px;
    background-size: 90px 90px;
  }
}
/* line 226, ../sass/style.scss */
.navigation {
  margin: 30px 0 20px 0;
  font-family: "KGWaystoSayGoodbye", sans-serif;
  font-size: 23px;
  text-transform: uppercase;
}
/* line 232, ../sass/style.scss */
.navigation .primary-navigation {
  float: right;
}
/* line 236, ../sass/style.scss */
.navigation a, .navigation a:visited {
  color: #f9f8ee;
}
/* line 239, ../sass/style.scss */
.navigation a:hover,
.navigation a:focus,
.navigation a.active {
  color: #dfaf28;
}
/* line 241, ../sass/style.scss */
.navigation .menu {
  /* Sub-menu */
}
/* line 243, ../sass/style.scss */
.navigation .menu li {
  border-left: dotted 1px #63534a;
  margin: 0;
}
/* line 248, ../sass/style.scss */
.navigation .menu li.last {
  border-right: dotted 1px #63534a;
}
/* line 250, ../sass/style.scss */
.navigation .menu li a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/* line 257, ../sass/style.scss */
.navigation .menu li.sfHover ul {
  margin-top: -1px;
}
/* line 263, ../sass/style.scss */
.navigation .menu li.sfHover ul li a, .navigation .menu li.sfHover ul li a:visited {
  background: #371b0e;
}
/* line 267, ../sass/style.scss */
.navigation .menu li.sfHover ul li a:hover, .navigation .menu li.sfHover ul li a:focus {
  background: #b63d07;
}
/* line 273, ../sass/style.scss */
.navigation .sf-sub-indicator {
  display: none;
  position: relative;
  right: -10px;
  top: -2px;
}

/* line 286, ../sass/style.scss */
.homepage-content-container {
  margin: -25px 0 25px 0;
}

/* line 290, ../sass/style.scss */
.title-strap {
  padding: 10px 0 5px 0;
  z-index: 10;
}
/* line 294, ../sass/style.scss */
.title-strap:before {
  height: 28px;
  top: -28px;
  background: url("../images/strap-edges-norepeat.png") no-repeat 50% -49px;
}
/* line 300, ../sass/style.scss */
.title-strap:after {
  height: 25px;
  bottom: -25px;
  background: url("../images/strap-edges-norepeat.png") no-repeat 50% -90px;
}
/* line 306, ../sass/style.scss */
.title-strap .block > h2 {
  display: none;
}

/* line 313, ../sass/style.scss */
.homepage-quick-navigation .navigation-item {
  padding: 0 5px;
}
/* line 317, ../sass/style.scss */
.homepage-quick-navigation .navigation-item .title, .homepage-quick-navigation .navigation-item img {
  width: 100%;
  max-width: 200px;
}
/* line 322, ../sass/style.scss */
.homepage-quick-navigation .navigation-item a, .homepage-quick-navigation .navigation-item a:visited {
  position: relative;
  display: block;
}
/* line 326, ../sass/style.scss */
.homepage-quick-navigation .navigation-item a .title, .homepage-quick-navigation .navigation-item a:visited .title {
  color: #fff;
  height: 70px;
  background: #dfaf28;
  font-size: 25px;
  font-family: "KGWaystoSayGoodbye", sans-serif;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  padding: 15px 5px;
  letter-spacing: 1px;
  margin: 0;
}
/* line 344, ../sass/style.scss */
.homepage-quick-navigation .navigation-item a:focus .title, .homepage-quick-navigation .navigation-item a:hover .title {
  background: #c79814;
}
@media (max-width: 768px) {
  /* line 349, ../sass/style.scss */
  .homepage-quick-navigation .navigation-item:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 357, ../sass/style.scss */
.latest-news-strap {
  margin: 110px 0 50px 0;
  background-position-y: -30px;
  position: relative;
}
@media (max-width: 1024px) {
  /* line 363, ../sass/style.scss */
  .latest-news-strap .columns {
    padding: 10px 40px;
  }
}
/* line 368, ../sass/style.scss */
.latest-news-strap:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 11px;
  top: -11px;
  background: url("../images/strap-latestnews-norepeat.png") no-repeat left top;
}
/* line 380, ../sass/style.scss */
.latest-news-strap:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 16px;
  bottom: -9px;
  background: url("../images/strap-latestnews-norepeat.png") no-repeat right bottom;
}
/* line 392, ../sass/style.scss */
.latest-news-strap h2 {
  font-size: 39px;
  margin: 15px 0 0 0;
}
/* line 402, ../sass/style.scss */
.latest-news-strap .promo-slideshow-container h2 {
  display: none;
}
/* line 417, ../sass/style.scss */
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .target-link,
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .orbit-timer,
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .orbit-slide-number,
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .orbit-bullets,
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .orbit-prev,
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .orbit-next {
  display: none;
}
/* line 420, ../sass/style.scss */
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow:hover .orbit-prev, .latest-news-strap .promo-slideshow-container .promo-banner-slideshow:hover .orbit-next {
  display: block;
}
/* line 422, ../sass/style.scss */
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .orbit-caption {
  background: #fff;
  left: 0;
  width: auto;
  padding: 5px 10px;
  width: 100%;
}
/* line 430, ../sass/style.scss */
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .orbit-caption .title {
  font-size: 17px;
  color: #b63d07;
  text-transform: uppercase;
  margin: 0;
}
/* line 437, ../sass/style.scss */
.latest-news-strap .promo-slideshow-container .promo-banner-slideshow .orbit-caption .link {
  display: block;
}
/* line 442, ../sass/style.scss */
.latest-news-strap .promo-slideshow-container .view-content {
  padding: 15px 0 15px 15px;
}
@media (max-width: 1024px) {
  /* line 447, ../sass/style.scss */
  .latest-news-strap .promo-slideshow-container .view-content {
    padding: 0;
  }
}
/* line 456, ../sass/style.scss */
.latest-news-strap .latest-new-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 462, ../sass/style.scss */
.latest-news-strap .latest-new-container li {
  color: #ded4b9;
  font-size: 14px;
  line-height: 1em;
  border-left: solid 7px #dfaf28;
  padding: 0 0 0 10px;
  margin: 0 0 30px 0;
}
/* line 471, ../sass/style.scss */
.latest-news-strap .latest-new-container li p {
  margin: 0 0 6px 0;
}
/* line 475, ../sass/style.scss */
.latest-news-strap .latest-new-container li a {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 480, ../sass/style.scss */
.latest-news-strap .latest-new-container li:last-child {
  margin: 0;
}
/* line 485, ../sass/style.scss */
.latest-news-strap .latest-new-container .view-content {
  margin: 10px 20px 20px 0;
}

/* line 495, ../sass/style.scss */
.no-js .promo-slideshow-container .promo-banner-slideshow > ul {
  list-style: none;
  margin: 0;
}
/* line 496, ../sass/style.scss */
.no-js .promo-slideshow-container .promo-banner-slideshow > ul > li {
  display: none;
}
/* line 497, ../sass/style.scss */
.no-js .promo-slideshow-container .promo-banner-slideshow > ul > li:first-child {
  display: block;
}

/* line 502, ../sass/style.scss */
footer {
  margin-top: -8px;
}

/* line 506, ../sass/style.scss */
.footer-strap {
  padding: 10px 0 5px 0;
}
/* line 509, ../sass/style.scss */
.footer-strap:before {
  height: 28px;
  top: -28px;
  background: url("../images/strap-edges-norepeat.png") no-repeat 50% -49px;
}

/* line 516, ../sass/style.scss */
.footer-container {
  font-size: 13px;
  color: #c89984;
  font-weight: 400;
}
/* line 521, ../sass/style.scss */
.footer-container h2 {
  font-size: 30px;
}
/* line 525, ../sass/style.scss */
.footer-container ul.menu {
  padding: 0 0 0 5px;
}
/* line 528, ../sass/style.scss */
.footer-container ul.menu li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAIAAADJUWIXAAAAI0lEQVQIW2P4dH/l iyOJEPTz/RWGD7dm31+vAUHfXh0jxAcAXW4p5Qn41AEAAAAASUVORK5CYII=") !important;
}
/* line 535, ../sass/style.scss */
.footer-container a, .footer-container a:visited {
  color: #c89984;
  text-transform: uppercase;
}
/* line 540, ../sass/style.scss */
.footer-container a:focus, .footer-container a:hover {
  color: #9d7c6d;
}
/* line 544, ../sass/style.scss */
.footer-container a.email-address {
  color: #dab5a5;
}
/* line 547, ../sass/style.scss */
.footer-container a.email-address:hover, .footer-container a.email-address:focus {
  text-decoration: underline;
}

/* line 553, ../sass/style.scss */
.lower-footer {
  background: #251107;
  color: #c89984;
  text-align: right;
  font-size: 12px;
  line-height: 50px;
}
/* line 560, ../sass/style.scss */
.lower-footer a, .lower-footer a:visited {
  color: #dfaf28;
  text-transform: uppercase;
}
/* line 565, ../sass/style.scss */
.lower-footer a:focus, .lower-footer a:hover {
  color: #c79814;
}

/* line 572, ../sass/style.scss */
.page-content-container {
  color: #817a68;
  /* First level */
  /* Second level */
  /* Third level */
}
/* line 575, ../sass/style.scss */
.page-content-container h1 {
  font-size: 45px;
}
/* line 580, ../sass/style.scss */
.page-content-container .main-content-wrapper {
  background: #f7efdf;
  padding: 10px 0;
  min-height: 400px;
}
/* line 586, ../sass/style.scss */
.page-content-container .main-content {
  padding: 50px 40px 50px 20px;
  position: relative;
  z-index: 0;
}
/* line 595, ../sass/style.scss */
.page-content-container .sidebar.first {
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  /* line 601, ../sass/style.scss */
  .page-content-container .sidebar.first {
    padding-right: 0;
  }
}
/* line 607, ../sass/style.scss */
.page-content-container .block-menu-block h2 {
  display: none;
}
/* line 611, ../sass/style.scss */
.page-content-container .block-menu-block ul.menu {
  margin: 0;
  padding: 0;
}
/* line 616, ../sass/style.scss */
.page-content-container .block-menu-block ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 637, ../sass/style.scss */
.page-content-container .block-menu-block .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* line 644, ../sass/style.scss */
.page-content-container .block-menu-block .menu li {
  position: relative;
  box-sizing: border-box;
  background: #b63d07;
  border-bottom: solid 1px #f7efdf;
  font-family: "KGWaystoSayGoodbye", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 25px;
}
/* line 657, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li:hover,
.page-content-container .block-menu-block .menu > li:focus {
  background: #9a3205;
}
/* line 662, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.active-trail:hover,
.page-content-container .block-menu-block .menu > li.active-trail:focus {
  background: #9a3205;
}
/* line 667, ../sass/style.scss */
.page-content-container .block-menu-block .menu li a,
.page-content-container .block-menu-block .menu li a:visited {
  display: block;
  width: 100%;
  padding: 23px 30px;
  color: #f7efdf;
}
/* line 675, ../sass/style.scss */
.page-content-container .block-menu-block nav > .menu > li.last a {
  border-bottom: solid 1px #d7c9b9;
}
/* line 680, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.active-trail > a {
  border: none;
  background: #9a3205;
}
/* line 685, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.active-trail > .menu > li {
  list-style: none;
  border: none;
}
/* line 690, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.active-trail > .menu > li > a {
  border: none;
  padding: 0 10px 0 30px;
  background: #e2d8c5;
  color: #67534a;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
}
/* line 701, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.active-trail > .menu > li > a:hover, .page-content-container .block-menu-block .menu > li.active-trail > .menu > li > a:focus {
  color: #9a3205;
}
/* line 706, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li > .menu > li.active-trail > a {
  color: #9a3205;
}
/* line 710, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li > .menu > li.active-trail > a:after {
  display: inline-block;
  content: "»";
  margin-left: 10px;
}
/* line 716, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.leaf.active-trail > a:after {
  display: none;
}
/* line 720, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li > .menu {
  display: none;
}
/* line 724, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.active-trail > .menu {
  display: block;
}
/* line 728, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li > .menu > li a {
  font-size: 12px;
  font-weight: 700;
  padding: 15px;
  border-top: solid 1px #d7c9b9;
  font-weight: 400;
}
/* line 737, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li > .menu > li a:hover,
.page-content-container .block-menu-block .menu > li > .menu > li a:focus {
  /*font-weight: 700;*/
}
/* line 742, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.active-trail > .menu > li > .menu > li > a {
  padding: 0 10px 0 50px;
  text-transform: initial;
}
/* line 746, ../sass/style.scss */
.page-content-container .block-menu-block .menu > li.active-trail > .menu > li > .menu > li > a:before {
  display: inline-block;
  content: "•";
  margin: 0 5px 0 -2px;
}

/* line 758, ../sass/style.scss */
.page-content-container .main-content .field-body,
.mceContentBody {
  color: #817a68;
  font-family: "Open Sans", sans-serif;
}
/* line 762, ../sass/style.scss */
.page-content-container .main-content .field-body p, .page-content-container .main-content .field-body ul, .page-content-container .main-content .field-body ol, .page-content-container .main-content .field-body table,
.mceContentBody p,
.mceContentBody ul,
.mceContentBody ol,
.mceContentBody table {
  font-size: 14px;
  line-height: 22px;
}
/* line 767, ../sass/style.scss */
.page-content-container .main-content .field-body a, .page-content-container .main-content .field-body a:visited,
.mceContentBody a,
.mceContentBody a:visited {
  color: #dfaf28;
  font-weight: bold;
}
/* line 772, ../sass/style.scss */
.page-content-container .main-content .field-body a:hover, .page-content-container .main-content .field-body a:focus,
.mceContentBody a:hover,
.mceContentBody a:focus {
  color: #c79814;
}
/* line 776, ../sass/style.scss */
.page-content-container .main-content .field-body h2,
.mceContentBody h2 {
  font-size: 40px;
  line-height: 28px;
  color: #9a3205;
}
/* line 782, ../sass/style.scss */
.page-content-container .main-content .field-body h3, .page-content-container .main-content .field-body h4, .page-content-container .main-content .field-body h5,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5 {
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}
/* line 787, ../sass/style.scss */
.page-content-container .main-content .field-body h3,
.mceContentBody h3 {
  color: #b63d07;
  font-size: 21px;
}
/* line 792, ../sass/style.scss */
.page-content-container .main-content .field-body h4,
.mceContentBody h4 {
  color: #705345;
  font-size: 19px;
}
/* line 797, ../sass/style.scss */
.page-content-container .main-content .field-body h5,
.mceContentBody h5 {
  color: #817a68;
  font-size: 17px;
}
/* line 802, ../sass/style.scss */
.page-content-container .main-content .field-body ul li,
.mceContentBody ul li {
  list-style: none;
}
/* line 805, ../sass/style.scss */
.page-content-container .main-content .field-body ul li:before,
.mceContentBody ul li:before {
  display: inline-block;
  content: "»";
  margin-right: 10px;
  color: #b63d07;
}
/* line 813, ../sass/style.scss */
.page-content-container .main-content .field-body blockquote,
.mceContentBody blockquote {
  background: #eee4d1;
  color: #705345;
  padding: 15px 50px;
}
/* line 818, ../sass/style.scss */
.page-content-container .main-content .field-body blockquote p,
.mceContentBody blockquote p {
  font-size: 19px;
  line-height: 26px;
  text-decoration: none;
  font-style: normal;
  position: relative;
}
/* line 825, ../sass/style.scss */
.page-content-container .main-content .field-body blockquote p:before,
.mceContentBody blockquote p:before {
  display: inline-block;
  content: "“";
  position: absolute;
  top: 0;
  left: -18px;
}
/* line 833, ../sass/style.scss */
.page-content-container .main-content .field-body blockquote p:after,
.mceContentBody blockquote p:after {
  display: inline-block;
  content: "”";
  position: absolute;
  bottom: 3px;
  right: -18px;
}
/* line 843, ../sass/style.scss */
.page-content-container .main-content .field-body table,
.mceContentBody table {
  width: 100%;
}
/* line 846, ../sass/style.scss */
.page-content-container .main-content .field-body table tbody,
.mceContentBody table tbody {
  border-top: none;
}
/* line 850, ../sass/style.scss */
.page-content-container .main-content .field-body table th,
.mceContentBody table th {
  color: #b63d07;
  border-bottom: 3px solid #b63d07;
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 19px;
}
/* line 858, ../sass/style.scss */
.page-content-container .main-content .field-body table tr:nth-child(2) > td,
.mceContentBody table tr:nth-child(2) > td {
  padding-top: 15px;
}
/* line 863, ../sass/style.scss */
.page-content-container .main-content .field-body table.table-styled-vertical th,
.mceContentBody table.table-styled-vertical th {
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-size: 17px;
}
/* line 870, ../sass/style.scss */
.page-content-container .main-content .field-body table.table-styled-vertical tr:nth-child(2) > td,
.mceContentBody table.table-styled-vertical tr:nth-child(2) > td {
  padding-top: 0;
}

/* line 879, ../sass/style.scss */
.region-sidebar-first {
  /* First level */
}
/* line 881, ../sass/style.scss */
.region-sidebar-first .contextual-links-region h2 {
  display: none;
}
/* line 883, ../sass/style.scss */
.region-sidebar-first .item-list .views-summary {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* line 890, ../sass/style.scss */
.region-sidebar-first .item-list .views-summary li {
  position: relative;
  box-sizing: border-box;
  background: #b63d07;
  border-bottom: solid 1px #f7efdf;
  font-family: "KGWaystoSayGoodbye", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 25px;
  padding: 25px 20px 23px 35px;
  margin: 0;
  color: #f7efdf;
}
/* line 906, ../sass/style.scss */
.region-sidebar-first .item-list .views-summary > li:hover,
.region-sidebar-first .item-list .views-summary > li:focus {
  background: #9a3205;
}
/* line 911, ../sass/style.scss */
.region-sidebar-first .item-list .views-summary > li.active-trail:hover,
.region-sidebar-first .item-list .views-summary > li.active-trail:focus {
  background: #9a3205;
}
/* line 916, ../sass/style.scss */
.region-sidebar-first .item-list .views-summary li a,
.region-sidebar-first .item-list .views-summary li a:visited {
  width: 100%;
  color: #f7efdf;
}
/* line 922, ../sass/style.scss */
.region-sidebar-first .item-list nav > .views-summary > li.last a {
  border-bottom: solid 1px #d7c9b9;
}
/* line 926, ../sass/style.scss */
.region-sidebar-first .item-list .views-summary li a.active:before {
  display: inline-block;
  content: "»";
  margin-right: 10px;
  font-weight: bold;
}

/* line 938, ../sass/style.scss */
.events-list-page,
.news-list-page {
  margin: 0;
  padding: 0;
}
/* line 942, ../sass/style.scss */
.events-list-page .list-item,
.news-list-page .list-item {
  list-style: none;
  color: #817a68;
  font-size: 14px;
  border-bottom: dotted 1px #817a68;
  padding-bottom: 20px;
}
/* line 949, ../sass/style.scss */
.events-list-page .list-item:last-child,
.news-list-page .list-item:last-child {
  border-bottom: 0;
}
/* line 953, ../sass/style.scss */
.events-list-page .list-item .title a,
.news-list-page .list-item .title a {
  color: #b63d07;
  font-size: 21px;
  margin: 1.14286em 0 0.17143em 0;
  font-weight: normal;
}
/* line 960, ../sass/style.scss */
.events-list-page .list-item .date, .events-list-page .list-item .time, .events-list-page .list-item .location,
.news-list-page .list-item .date,
.news-list-page .list-item .time,
.news-list-page .list-item .location {
  line-height: 20px;
  display: block;
}
/* line 965, ../sass/style.scss */
.events-list-page .list-item .date, .events-list-page .list-item .time,
.news-list-page .list-item .date,
.news-list-page .list-item .time {
  font-style: italic;
  color: #9d988b;
}
/* line 970, ../sass/style.scss */
.events-list-page .list-item .description,
.news-list-page .list-item .description {
  margin-top: 1em;
}
/* line 974, ../sass/style.scss */
.events-list-page .list-item .location,
.news-list-page .list-item .location {
  font-weight: bold;
}

/* line 982, ../sass/style.scss */
.view .date-nav-wrapper .date-prev {
  margin-right: 15px;
}

/* line 989, ../sass/style.scss */
.mean-container .mean-bar {
  background: none;
  position: relative;
  z-index: 30;
}
/* line 995, ../sass/style.scss */
.mean-container .mean-nav {
  background: none;
  z-index: 35;
  position: relative;
}
/* line 1000, ../sass/style.scss */
.mean-container .mean-nav > div > div > ul {
  margin-top: 20px;
}
/* line 1005, ../sass/style.scss */
.mean-container .mean-nav li {
  margin: 0;
}
/* line 1009, ../sass/style.scss */
.mean-container .mean-nav li a {
  font-size: 22px;
  font-family: "KGWaystoSayGoodbye", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
}
/* line 1018, ../sass/style.scss */
.mean-container a.mean-expand {
  border: 0 !important;
  right: 20px !important;
  top: 6px !important;
  font-size: 27px !important;
  font-family: sans-serif !important;
}
/* line 1026, ../sass/style.scss */
.mean-container a.meanmenu-reveal {
  position: relative;
  font-size: 20px !important;
  text-indent: 0;
  width: 90px;
  text-align: right !important;
  float: right;
  color: #ddc8c0;
  top: 18px !important;
  right: 30px !important;
}
/* line 1037, ../sass/style.scss */
.mean-container a.meanmenu-reveal .label {
  width: 60px;
  display: inline-block;
}
/* line 1042, ../sass/style.scss */
.mean-container a.meanmenu-reveal .icon {
  width: 22px;
  display: inline-block;
}
/* line 1046, ../sass/style.scss */
.mean-container a.meanmenu-reveal .icon span {
  background: #ddc8c0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 1065, ../sass/style.scss */
  .homepage-quick-navigation a .title {
    font-size: 20px;
    line-height: 0.9em;
    padding: 8px 0px;
  }
}
/* min-width 641px and max-width 1280px */
