@charset "UTF-8";

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

/* line 11, sass/_normalize.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

/* line 30, sass/_normalize.scss */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

/* line 41, sass/_normalize.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

/* line 50, sass/_normalize.scss */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/* line 68, sass/_normalize.scss */

html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */

/* line 80, sass/_normalize.scss */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/* line 92, sass/_normalize.scss */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

/* line 100, sass/_normalize.scss */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

/* line 114, sass/_normalize.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

/* line 123, sass/_normalize.scss */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

/* line 131, sass/_normalize.scss */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

/* line 140, sass/_normalize.scss */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

/* line 148, sass/_normalize.scss */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

/* line 158, sass/_normalize.scss */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

/* line 167, sass/_normalize.scss */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

/* line 179, sass/_normalize.scss */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

/* line 187, sass/_normalize.scss */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

/* line 195, sass/_normalize.scss */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

/* line 203, sass/_normalize.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 211, sass/_normalize.scss */

sup {
  top: -0.5em;
}

/* line 215, sass/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

/* line 227, sass/_normalize.scss */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

/* line 235, sass/_normalize.scss */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

/* line 247, sass/_normalize.scss */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

/* line 259, sass/_normalize.scss */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

/* line 270, sass/_normalize.scss */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

/* line 281, sass/_normalize.scss */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

/* line 295, sass/_normalize.scss */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

/* line 307, sass/_normalize.scss */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

/* line 320, sass/_normalize.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

/* line 332, sass/_normalize.scss */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

/* line 342, sass/_normalize.scss */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

/* line 354, sass/_normalize.scss */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

/* line 366, sass/_normalize.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

/* line 375, sass/_normalize.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

/* line 386, sass/_normalize.scss */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

/* line 399, sass/_normalize.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 264, sass/foundation/components/_global.scss */

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 269, sass/foundation/components/_global.scss */

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 274, sass/foundation/components/_global.scss */

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 290, sass/foundation/components/_global.scss */

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 296, sass/foundation/components/_global.scss */

html,
body {
  font-size: 14px;
}

/* line 300, sass/foundation/components/_global.scss */

body {
  background: #fff;
  color: #2d3236;
  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, sass/foundation/components/_global.scss */

a:hover {
  cursor: pointer;
}

/* line 316, sass/foundation/components/_global.scss */

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, sass/foundation/components/_global.scss */

object,
embed {
  height: 100%;
}

/* line 322, sass/foundation/components/_global.scss */

img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, sass/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, sass/foundation/components/_global.scss */

.left {
  float: left !important;
}

/* line 334, sass/foundation/components/_global.scss */

.right {
  float: right !important;
}

/* line 335, sass/foundation/components/_global.scss */

.text-left {
  text-align: left !important;
}

/* line 336, sass/foundation/components/_global.scss */

.text-right {
  text-align: right !important;
}

/* line 337, sass/foundation/components/_global.scss */

.text-center {
  text-align: center !important;
}

/* line 338, sass/foundation/components/_global.scss */

.text-justify {
  text-align: justify !important;
}

/* line 339, sass/foundation/components/_global.scss */

.hide {
  display: none;
}

/* line 345, sass/foundation/components/_global.scss */

.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, sass/foundation/components/_global.scss */

img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, sass/foundation/components/_global.scss */

textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, sass/foundation/components/_global.scss */

select {
  width: 100%;
}

/* Grid HTML Classes */

/* line 116, sass/foundation/components/_grid.scss */

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80.42857em;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.row:after {
  clear: both;
}

/* line 120, sass/foundation/components/_grid.scss */

.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/* line 123, sass/foundation/components/_grid.scss */

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 126, sass/foundation/components/_grid.scss */

.row .row {
  width: auto;
  margin-left: -1.60714em;
  margin-right: -1.60714em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.row .row:after {
  clear: both;
}

/* line 127, sass/foundation/components/_grid.scss */

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.row .row.collapse:after {
  clear: both;
}

/* line 131, sass/foundation/components/_grid.scss */

.column,
.columns {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, sass/foundation/components/_grid.scss */

  .column,
  .columns {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    float: left;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, sass/foundation/components/_grid.scss */

  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, sass/foundation/components/_grid.scss */

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, sass/foundation/components/_grid.scss */

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, sass/foundation/components/_grid.scss */

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 150, sass/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, sass/foundation/components/_grid.scss */

  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, sass/foundation/components/_grid.scss */

  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, sass/foundation/components/_grid.scss */

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 166, sass/foundation/components/_grid.scss */

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 170, sass/foundation/components/_grid.scss */

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, sass/foundation/components/_grid.scss */

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, sass/foundation/components/_grid.scss */

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}

/* Foundation Visibility HTML Classes */

/* line 9, sass/foundation/components/_visibility.scss */

.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, sass/foundation/components/_visibility.scss */

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, sass/foundation/components/_visibility.scss */

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, sass/foundation/components/_visibility.scss */

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */

/* line 31, sass/foundation/components/_visibility.scss */

table.show-for-small,
table.show-for-medium-down,
table.show-for-large-down,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-large,
table.hide-for-large-up,
table.hide-for-xlarge {
  display: table;
}

/* line 41, sass/foundation/components/_visibility.scss */

thead.show-for-small,
thead.show-for-medium-down,
thead.show-for-large-down,
thead.hide-for-medium,
thead.hide-for-medium-up,
thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, sass/foundation/components/_visibility.scss */

tbody.show-for-small,
tbody.show-for-medium-down,
tbody.show-for-large-down,
tbody.hide-for-medium,
tbody.hide-for-medium-up,
tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, sass/foundation/components/_visibility.scss */

tr.show-for-small,
tr.show-for-medium-down,
tr.show-for-large-down,
tr.hide-for-medium,
tr.hide-for-medium-up,
tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, sass/foundation/components/_visibility.scss */

td.show-for-small,
td.show-for-medium-down,
td.show-for-large-down,
td.hide-for-medium,
td.hide-for-medium-up,
td.hide-for-large,
td.hide-for-large-up,
td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */

@media only screen and (min-width: 768px) {
  /* line 84, sass/foundation/components/_visibility.scss */

  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, sass/foundation/components/_visibility.scss */

  .show-for-small {
    display: none !important;
  }

  /* line 89, sass/foundation/components/_visibility.scss */

  .hide-for-small {
    display: inherit !important;
  }

  /* line 91, sass/foundation/components/_visibility.scss */

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */

  /* line 96, sass/foundation/components/_visibility.scss */

  table.show-for-medium,
  table.show-for-medium-up,
  table.hide-for-small {
    display: table;
  }

  /* line 101, sass/foundation/components/_visibility.scss */

  thead.show-for-medium,
  thead.show-for-medium-up,
  thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 106, sass/foundation/components/_visibility.scss */

  tbody.show-for-medium,
  tbody.show-for-medium-up,
  tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 111, sass/foundation/components/_visibility.scss */

  tr.show-for-medium,
  tr.show-for-medium-up,
  tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, sass/foundation/components/_visibility.scss */

  td.show-for-medium,
  td.show-for-medium-up,
  td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}

/* Large Displays: 1280px - 1440px */

@media only screen and (min-width: 1280px) {
  /* line 125, sass/foundation/components/_visibility.scss */

  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, sass/foundation/components/_visibility.scss */

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, sass/foundation/components/_visibility.scss */

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, sass/foundation/components/_visibility.scss */

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */

  /* line 139, sass/foundation/components/_visibility.scss */

  table.show-for-large,
  table.show-for-large-up,
  table.hide-for-medium,
  table.hide-for-medium-down {
    display: table;
  }

  /* line 145, sass/foundation/components/_visibility.scss */

  thead.show-for-large,
  thead.show-for-large-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 151, sass/foundation/components/_visibility.scss */

  tbody.show-for-large,
  tbody.show-for-large-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 157, sass/foundation/components/_visibility.scss */

  tr.show-for-large,
  tr.show-for-large-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 164, sass/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, sass/foundation/components/_visibility.scss */

  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, sass/foundation/components/_visibility.scss */

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, sass/foundation/components/_visibility.scss */

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, sass/foundation/components/_visibility.scss */

  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */

  /* line 185, sass/foundation/components/_visibility.scss */

  table.show-for-xlarge,
  table.hide-for-large,
  table.hide-for-large-down {
    display: table;
  }

  /* line 190, sass/foundation/components/_visibility.scss */

  thead.show-for-xlarge,
  thead.hide-for-large,
  thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 195, sass/foundation/components/_visibility.scss */

  tbody.show-for-xlarge,
  tbody.hide-for-large,
  tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 200, sass/foundation/components/_visibility.scss */

  tr.show-for-xlarge,
  tr.hide-for-large,
  tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, sass/foundation/components/_visibility.scss */

  td.show-for-xlarge,
  td.hide-for-large,
  td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */

/* line 214, sass/foundation/components/_visibility.scss */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, sass/foundation/components/_visibility.scss */

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */

/* line 221, sass/foundation/components/_visibility.scss */

table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

/* line 225, sass/foundation/components/_visibility.scss */

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, sass/foundation/components/_visibility.scss */

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, sass/foundation/components/_visibility.scss */

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, sass/foundation/components/_visibility.scss */

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, sass/foundation/components/_visibility.scss */

  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, sass/foundation/components/_visibility.scss */

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */

  /* line 250, sass/foundation/components/_visibility.scss */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }

  /* line 254, sass/foundation/components/_visibility.scss */

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, sass/foundation/components/_visibility.scss */

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, sass/foundation/components/_visibility.scss */

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, sass/foundation/components/_visibility.scss */

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 273, sass/foundation/components/_visibility.scss */

  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, sass/foundation/components/_visibility.scss */

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */

  /* line 280, sass/foundation/components/_visibility.scss */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }

  /* line 284, sass/foundation/components/_visibility.scss */

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, sass/foundation/components/_visibility.scss */

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, sass/foundation/components/_visibility.scss */

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, sass/foundation/components/_visibility.scss */

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */

/* line 303, sass/foundation/components/_visibility.scss */

.show-for-touch {
  display: none !important;
}

/* line 304, sass/foundation/components/_visibility.scss */

.hide-for-touch {
  display: inherit !important;
}

/* line 305, sass/foundation/components/_visibility.scss */

.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, sass/foundation/components/_visibility.scss */

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */

/* line 309, sass/foundation/components/_visibility.scss */

table.hide-for-touch {
  display: table;
}

/* line 310, sass/foundation/components/_visibility.scss */

.touch table.show-for-touch {
  display: table;
}

/* line 311, sass/foundation/components/_visibility.scss */

thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, sass/foundation/components/_visibility.scss */

.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, sass/foundation/components/_visibility.scss */

tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, sass/foundation/components/_visibility.scss */

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, sass/foundation/components/_visibility.scss */

tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, sass/foundation/components/_visibility.scss */

.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, sass/foundation/components/_visibility.scss */

td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, sass/foundation/components/_visibility.scss */

.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, sass/foundation/components/_visibility.scss */

th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, sass/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, sass/foundation/components/_block-grid.scss */

  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1;
  }

  /* line 121, sass/foundation/components/_global.scss */

  [class*="block-grid-"]:before,
  [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  [class*="block-grid-"]:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/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, sass/foundation/components/_block-grid.scss */

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, sass/foundation/components/_block-grid.scss */

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 111, sass/foundation/components/_type.scss */

p.lead {
  font-size: 1.25em;
  line-height: 1.6;
}

/* line 116, sass/foundation/components/_type.scss */

.subheader {
  line-height: 1.4;
  color: #828c95;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */

/* line 127, sass/foundation/components/_type.scss */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */

/* line 152, sass/foundation/components/_type.scss */

a {
  color: #52aed0;
  text-decoration: none;
  line-height: inherit;
}

/* line 157, sass/foundation/components/_type.scss */

a:hover,
a:focus {
  color: #1b7e93;
}

/* line 160, sass/foundation/components/_type.scss */

a img {
  border: none;
}

/* Default paragraph styles */

/* line 164, sass/foundation/components/_type.scss */

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.42857em;
  text-rendering: optimizeLegibility;
}

/* line 174, sass/foundation/components/_type.scss */

p aside {
  font-size: 1em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */

/* line 182, sass/foundation/components/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3a3f44;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.18571em;
}

/* line 192, sass/foundation/components/_type.scss */

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #828c95;
  line-height: 0;
}

/* line 199, sass/foundation/components/_type.scss */

h1 {
  font-size: 1.85714em;
}

/* line 200, sass/foundation/components/_type.scss */

h2 {
  font-size: 1.14286em;
}

/* line 201, sass/foundation/components/_type.scss */

h3 {
  font-size: 1.21429em;
}

/* line 202, sass/foundation/components/_type.scss */

h4 {
  font-size: 0.71429em;
}

/* line 203, sass/foundation/components/_type.scss */

h5 {
  font-size: 1.07143em;
}

/* line 204, sass/foundation/components/_type.scss */

h6 {
  font-size: 1em;
}

/* line 208, sass/foundation/components/_type.scss */

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857em 0 1.35714em;
  height: 0;
}

/* Helpful Typography Defaults */

/* line 217, sass/foundation/components/_type.scss */

em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, sass/foundation/components/_type.scss */

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, sass/foundation/components/_type.scss */

small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, sass/foundation/components/_type.scss */

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #a01126;
}

/* Lists */

/* line 241, sass/foundation/components/_type.scss */

ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.42857em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 251, sass/foundation/components/_type.scss */

ul,
ol {
  margin-left: 0;
}

/* line 253, sass/foundation/components/_type.scss */

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */

/* line 259, sass/foundation/components/_type.scss */

ul li ul,
ul li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}

/* line 269, sass/foundation/components/_type.scss */

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

/* line 272, sass/foundation/components/_type.scss */

ul.square {
  list-style-type: square;
}

/* line 273, sass/foundation/components/_type.scss */

ul.circle {
  list-style-type: circle;
}

/* line 274, sass/foundation/components/_type.scss */

ul.disc {
  list-style-type: disc;
}

/* line 275, sass/foundation/components/_type.scss */

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */

/* line 281, sass/foundation/components/_type.scss */

ol li ul,
ol li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
}

/* Definition Lists */

/* line 291, sass/foundation/components/_type.scss */

dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

/* line 295, sass/foundation/components/_type.scss */

dl dd {
  margin-bottom: 0.85714em;
}

/* Abbreviations */

/* line 299, sass/foundation/components/_type.scss */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #2d3236;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 307, sass/foundation/components/_type.scss */

abbr {
  text-transform: none;
}

/* Blockquotes */

/* line 312, sass/foundation/components/_type.scss */

blockquote {
  margin: 0 0 1.42857em;
  padding: 0.64286em 1.42857em 0 1.35714em;
  border-left: 1px solid #ddd;
}

/* line 317, sass/foundation/components/_type.scss */

blockquote cite {
  display: block;
  font-size: 0.92857em;
  color: #69727b;
}

/* line 321, sass/foundation/components/_type.scss */

blockquote cite:before {
  content: "\2014 \0020";
}

/* line 325, sass/foundation/components/_type.scss */

blockquote cite a,
blockquote cite a:visited {
  color: #69727b;
}

/* line 331, sass/foundation/components/_type.scss */

blockquote,
blockquote p {
  line-height: 1.4;
  color: #828c95;
}

/* Microformats */

/* line 338, sass/foundation/components/_type.scss */

.vcard {
  display: inline-block;
  margin: 0 0 1.42857em 0;
  border: 1px solid #ddd;
  padding: 0.71429em 0.85714em;
}

/* line 344, sass/foundation/components/_type.scss */

.vcard li {
  margin: 0;
  display: block;
}

/* line 348, sass/foundation/components/_type.scss */

.vcard .fn {
  font-weight: bold;
  font-size: 1.07143em;
}

/* line 355, sass/foundation/components/_type.scss */

.vevent .summary {
  font-weight: bold;
}

/* line 357, sass/foundation/components/_type.scss */

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07143em;
}

@media only screen and (min-width: 768px) {
  /* line 368, sass/foundation/components/_type.scss */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  /* line 369, sass/foundation/components/_type.scss */

  h1 {
    font-size: 2.57143em;
  }

  /* line 370, sass/foundation/components/_type.scss */

  h2 {
    font-size: 1.85714em;
  }

  /* line 371, sass/foundation/components/_type.scss */

  h3 {
    font-size: 1.57143em;
  }

  /* line 372, sass/foundation/components/_type.scss */

  h4 {
    font-size: 1.07143em;
  }
}

/* line 171, sass/foundation/components/_buttons.scss */

button,
.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.42857em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.85714em;
  padding-right: 1.71429em;
  padding-bottom: 0.92857em;
  padding-left: 1.71429em;
  font-size: 1.14286em;
  background-color: #1b7e93;
  border-color: #135968;
  color: #fff;
}

/* line 121, sass/foundation/components/_buttons.scss */

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #135968;
}

/* line 132, sass/foundation/components/_buttons.scss */

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fff;
}

/* line 176, sass/foundation/components/_buttons.scss */

button.secondary,
.button.secondary {
  background-color: #efefef;
  border-color: #d6d6d6;
  color: #333;
}

/* line 121, sass/foundation/components/_buttons.scss */

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #d6d6d6;
}

/* line 127, sass/foundation/components/_buttons.scss */

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #333;
}

/* line 177, sass/foundation/components/_buttons.scss */

button.success,
.button.success {
  background-color: #ffd204;
  border-color: #d0ab00;
  color: #fff;
}

/* line 121, sass/foundation/components/_buttons.scss */

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #d0ab00;
}

/* line 132, sass/foundation/components/_buttons.scss */

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #fff;
}

/* line 178, sass/foundation/components/_buttons.scss */

button.alert,
.button.alert {
  background-color: #e51937;
  border-color: #b7142c;
  color: #fff;
}

/* line 121, sass/foundation/components/_buttons.scss */

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #b7142c;
}

/* line 132, sass/foundation/components/_buttons.scss */

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #fff;
}

/* line 180, sass/foundation/components/_buttons.scss */

button.large,
.button.large {
  padding-top: 1.14286em;
  padding-right: 2.28571em;
  padding-bottom: 1.21429em;
  padding-left: 2.28571em;
  font-size: 1.42857em;
}

/* line 181, sass/foundation/components/_buttons.scss */

button.small,
.button.small {
  padding-top: 0.64286em;
  padding-right: 1.28571em;
  padding-bottom: 0.71429em;
  padding-left: 1.28571em;
  font-size: 0.92857em;
}

/* line 182, sass/foundation/components/_buttons.scss */

button.tiny,
.button.tiny {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.57143em;
  padding-left: 1em;
  font-size: 0.78571em;
}

/* line 183, sass/foundation/components/_buttons.scss */

button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 185, sass/foundation/components/_buttons.scss */

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.85714em;
}

/* line 186, sass/foundation/components/_buttons.scss */

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.85714em;
}

/* line 188, sass/foundation/components/_buttons.scss */

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #1b7e93;
  border-color: #135968;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

/* line 121, sass/foundation/components/_buttons.scss */

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #135968;
}

/* line 132, sass/foundation/components/_buttons.scss */

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #fff;
}

/* line 145, sass/foundation/components/_buttons.scss */

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #1b7e93;
}

/* line 189, sass/foundation/components/_buttons.scss */

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #efefef;
  border-color: #d6d6d6;
  color: #333;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

/* line 121, sass/foundation/components/_buttons.scss */

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #d6d6d6;
}

/* line 127, sass/foundation/components/_buttons.scss */

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #333;
}

/* line 145, sass/foundation/components/_buttons.scss */

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #efefef;
}

/* line 190, sass/foundation/components/_buttons.scss */

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #ffd204;
  border-color: #d0ab00;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

/* line 121, sass/foundation/components/_buttons.scss */

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #d0ab00;
}

/* line 132, sass/foundation/components/_buttons.scss */

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #fff;
}

/* line 145, sass/foundation/components/_buttons.scss */

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #ffd204;
}

/* line 191, sass/foundation/components/_buttons.scss */

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #e51937;
  border-color: #b7142c;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

/* line 121, sass/foundation/components/_buttons.scss */

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #b7142c;
}

/* line 132, sass/foundation/components/_buttons.scss */

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #fff;
}

/* line 145, sass/foundation/components/_buttons.scss */

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #e51937;
}

/* line 196, sass/foundation/components/_buttons.scss */

button,
.button {
  padding-top: 0.92857em;
  padding-bottom: 0.85714em;
  -webkit-appearance: none;
}

/* line 198, sass/foundation/components/_buttons.scss */

button.tiny,
.button.tiny {
  padding-top: 0.57143em;
  padding-bottom: 0.5em;
  -webkit-appearance: none;
}

/* line 199, sass/foundation/components/_buttons.scss */

button.small,
.button.small {
  padding-top: 0.71429em;
  padding-bottom: 0.64286em;
  -webkit-appearance: none;
}

/* line 200, sass/foundation/components/_buttons.scss */

button.large,
.button.large {
  padding-top: 1.17857em;
  padding-bottom: 1.17857em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 206, sass/foundation/components/_buttons.scss */

  button,
  .button {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    transition: background-color 300ms ease-out;
  }

  /* line 68, sass/foundation/components/_global.scss */

  button:active,
  .button:active {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }

  /* line 214, sass/foundation/components/_buttons.scss */

  button.radius,
  .button.radius {
    border-radius: 3px;
  }

  /* line 215, sass/foundation/components/_buttons.scss */

  button.round,
  .button.round {
    border-radius: 1000px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 223, sass/foundation/components/_buttons.scss */

  button,
  .button {
    display: inline-block;
  }
}

/* Standard Forms */

/* line 264, sass/foundation/components/_forms.scss */

form {
  margin: 0 0 1.14286em;
}

/* Using forms within rows, we need to set some defaults */

/* line 67, sass/foundation/components/_forms.scss */

form .row .row {
  margin: 0 -0.57143em;
}

/* line 69, sass/foundation/components/_forms.scss */

form .row .row .column,
form .row .row .columns {
  padding: 0 0.57143em;
}

/* line 73, sass/foundation/components/_forms.scss */

form .row .row.collapse {
  margin: 0;
}

/* line 75, sass/foundation/components/_forms.scss */

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 77, sass/foundation/components/_forms.scss */

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

/* line 86, sass/foundation/components/_forms.scss */

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.57143em;
}

/* Label Styles */

/* line 270, sass/foundation/components/_forms.scss */

label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.21429em;
  /* Styles for required inputs */
}

/* line 271, sass/foundation/components/_forms.scss */

label.right {
  float: none;
  text-align: right;
}

/* line 272, sass/foundation/components/_forms.scss */

label.inline {
  margin: 0 0 1.14286em 0;
  padding: 0.57143em 0;
}

/* line 274, sass/foundation/components/_forms.scss */

label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */

/* line 281, sass/foundation/components/_forms.scss */

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.64286em;
  line-height: 2.64286em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */

/* line 285, sass/foundation/components/_forms.scss */

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857em;
}

/* line 286, sass/foundation/components/_forms.scss */

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857em;
}

/* line 288, sass/foundation/components/_forms.scss */

.prefix.button.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 289, sass/foundation/components/_forms.scss */

.postfix.button.radius {
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 290, sass/foundation/components/_forms.scss */

.prefix.button.round {
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 291, sass/foundation/components/_forms.scss */

.postfix.button.round {
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */

/* line 294, sass/foundation/components/_forms.scss */

span.prefix,
label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

/* line 295, sass/foundation/components/_forms.scss */

span.prefix.radius,
label.prefix.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 297, sass/foundation/components/_forms.scss */

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}

/* line 298, sass/foundation/components/_forms.scss */

span.postfix.radius,
label.postfix.radius {
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */

/* line 304, sass/foundation/components/_forms.scss */

.input-group.radius > *:first-child,
.input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 307, sass/foundation/components/_forms.scss */

.input-group.radius > *:last-child,
.input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 312, sass/foundation/components/_forms.scss */

.input-group.round > *:first-child,
.input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 315, sass/foundation/components/_forms.scss */

.input-group.round > *:last-child,
.input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */

/* line 322, sass/foundation/components/_forms.scss */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 0 solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1.14286em 0;
  padding: 0.57143em;
  height: 2.64286em;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
}

/* line 113, sass/foundation/components/_forms.scss */

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 120, sass/foundation/components/_forms.scss */

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */

/* line 346, sass/foundation/components/_forms.scss */

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.14286em 0;
}

/* Normalize file input width */

/* line 354, sass/foundation/components/_forms.scss */

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

/* We add basic fieldset styling */

/* line 359, sass/foundation/components/_forms.scss */

fieldset {
  border: solid 1px #ddd;
  padding: 1.42857em;
  margin: 1.28571em 0;
}

/* line 221, sass/foundation/components/_forms.scss */

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.21429em;
  margin: 0;
  margin-left: -0.21429em;
}

/* Error Handling */

/* line 366, sass/foundation/components/_forms.scss */

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: 0;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #e51937;
  color: #fff;
}

/* line 369, sass/foundation/components/_forms.scss */

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

/* line 371, sass/foundation/components/_forms.scss */

span.error,
small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: 0;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #e51937;
  color: #fff;
}

/* line 375, sass/foundation/components/_forms.scss */

.error input,
.error textarea,
.error select {
  border-color: #e51937;
  background-color: rgba(229, 25, 55, 0.1);
  margin-bottom: 0;
}

/* line 236, sass/foundation/components/_forms.scss */

.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 382, sass/foundation/components/_forms.scss */

.error label,
.error label.error {
  color: #e51937;
}

/* line 387, sass/foundation/components/_forms.scss */

.error > small,
.error small.error {
  display: block;
  padding: 0.42857em 0.28571em;
  margin-top: 0;
  margin-bottom: 1.14286em;
  font-size: 0.85714em;
  font-weight: bold;
  background: #e51937;
  color: #fff;
}

/* line 392, sass/foundation/components/_forms.scss */

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

/* line 397, sass/foundation/components/_forms.scss */

input.error,
textarea.error {
  border-color: #e51937;
  background-color: rgba(229, 25, 55, 0.1);
  margin-bottom: 0;
}

/* line 236, sass/foundation/components/_forms.scss */

input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 403, sass/foundation/components/_forms.scss */

.error select {
  border-color: #e51937;
  background-color: rgba(229, 25, 55, 0.1);
}

/* line 236, sass/foundation/components/_forms.scss */

.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 407, sass/foundation/components/_forms.scss */

label.error {
  color: #e51937;
}

/* Custom Checkbox and Radio Inputs */

/* line 67, sass/foundation/components/_custom-forms.scss */

form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

/* line 73, sass/foundation/components/_custom-forms.scss */

form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}

/* line 83, sass/foundation/components/_custom-forms.scss */

form.custom .custom.checkbox {
  border-radius: 0;
  padding: 0;
}

/* line 87, sass/foundation/components/_custom-forms.scss */

form.custom .custom.radio {
  border-radius: 1000px;
  padding: 3px;
}

/* line 92, sass/foundation/components/_custom-forms.scss */

form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}

/* line 101, sass/foundation/components/_custom-forms.scss */

form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}

/* line 113, sass/foundation/components/_custom-forms.scss */

form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */

/* line 127, sass/foundation/components/_custom-forms.scss */

form.custom {
  /* Custom input, disabled */
}

/* line 128, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.64286em;
  margin-bottom: 1.42857em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 1em;
  vertical-align: top;
}

/* line 148, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

/* line 153, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.57143em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.57143em;
  margin-right: 2.64286em;
}

/* line 165, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.85714em;
  height: 2.64286em;
  display: block;
  right: 0;
  top: 0;
}

/* line 173, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 1.07143em;
  top: 50%;
  margin-top: -3px;
}

/* line 186, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown:hover a.selector:after,
form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}

/* line 190, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown .disabled {
  color: #888;
}

/* line 192, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}

/* line 195, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}

/* line 199, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  box-sizing: content-box;
}

/* line 206, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown.small {
  max-width: 134px;
}

/* line 207, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown.medium {
  max-width: 254px;
}

/* line 208, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown.large {
  max-width: 434px;
}

/* line 209, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown.expand {
  width: 100% !important;
}

/* line 211, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  box-sizing: border-box;
}

/* line 212, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  box-sizing: border-box;
}

/* line 213, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  box-sizing: border-box;
}

/* line 216, sass/foundation/components/_custom-forms.scss */

form.custom .error .custom.dropdown {
  border-color: #e51937;
  background-color: rgba(229, 25, 55, 0.1);
  background: rgba(229, 25, 55, 0.1);
  margin-bottom: 0;
}

/* line 236, sass/foundation/components/_forms.scss */

form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 222, sass/foundation/components/_custom-forms.scss */

form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}

/* line 226, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 14px;
}

/* line 243, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 1em;
  cursor: default;
  padding-top: 0.28571em;
  padding-bottom: 0.28571em;
  padding-left: 0.42857em;
  padding-right: 2.71429em;
  min-height: 1.71429em;
  line-height: 1.71429em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

/* line 257, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}

/* line 261, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}

/* line 265, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}

/* line 272, sass/foundation/components/_custom-forms.scss */

form.custom .custom.dropdown ul.show {
  display: block;
}

/* line 276, sass/foundation/components/_custom-forms.scss */

form.custom .custom.disabled {
  background: #ddd;
}

/* Flex Video */

/* line 44, sass/foundation/components/_flex-video.scss */

.flex-video,
.node-property .media-youtube-video {
  position: relative;
  padding-top: 1.78571em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.14286em;
  overflow: hidden;
}

/* line 26, sass/foundation/components/_flex-video.scss */

.flex-video.widescreen,
.node-property .widescreen.media-youtube-video {
  padding-bottom: 57.25%;
}

/* line 27, sass/foundation/components/_flex-video.scss */

.flex-video.vimeo,
.node-property .vimeo.media-youtube-video {
  padding-top: 0;
}

/* line 29, sass/foundation/components/_flex-video.scss */

.flex-video iframe,
.node-property .media-youtube-video iframe,
.flex-video object,
.node-property .media-youtube-video object,
.flex-video embed,
.node-property .media-youtube-video embed,
.flex-video video,
.node-property .media-youtube-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */

/* line 281, sass/foundation/components/_section.scss */

[data-section=''],
[data-section='auto'],
.section-container.auto,
[data-section='vertical-tabs'],
.section-container.vertical-tabs,
[data-section='vertical-nav'],
.section-container.vertical-nav,
[data-section='horizontal-nav'],
.section-container.horizontal-nav,
[data-section='accordion'],
.section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.42857em;
}

/* line 55, sass/foundation/components/_section.scss */

[data-section=''][data-section-small-style],
[data-section='auto'][data-section-small-style],
.section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style],
.section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style],
.section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style],
.section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style],
.section-container.accordion[data-section-small-style] {
  width: 100% !important;
}

/* line 58, sass/foundation/components/_section.scss */

[data-section=''][data-section-small-style] > [data-section-region],
[data-section=''][data-section-small-style] > section,
[data-section=''][data-section-small-style] > .section,
[data-section='auto'][data-section-small-style] > [data-section-region],
[data-section='auto'][data-section-small-style] > section,
[data-section='auto'][data-section-small-style] > .section,
.section-container.auto[data-section-small-style] > [data-section-region],
.section-container.auto[data-section-small-style] > section,
.section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section,
.section-container.vertical-tabs[data-section-small-style] > [data-section-region],
.section-container.vertical-tabs[data-section-small-style] > section,
.section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section,
.section-container.vertical-nav[data-section-small-style] > [data-section-region],
.section-container.vertical-nav[data-section-small-style] > section,
.section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section,
.section-container.horizontal-nav[data-section-small-style] > [data-section-region],
.section-container.horizontal-nav[data-section-small-style] > section,
.section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section,
.section-container.accordion[data-section-small-style] > [data-section-region],
.section-container.accordion[data-section-small-style] > section,
.section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 61, sass/foundation/components/_section.scss */

[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section=''][data-section-small-style] > [data-section-region] > .title,
[data-section=''][data-section-small-style] > section > [data-section-title],
[data-section=''][data-section-small-style] > section > .title,
[data-section=''][data-section-small-style] > .section > [data-section-title],
[data-section=''][data-section-small-style] > .section > .title,
[data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='auto'][data-section-small-style] > [data-section-region] > .title,
[data-section='auto'][data-section-small-style] > section > [data-section-title],
[data-section='auto'][data-section-small-style] > section > .title,
[data-section='auto'][data-section-small-style] > .section > [data-section-title],
[data-section='auto'][data-section-small-style] > .section > .title,
.section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.auto[data-section-small-style] > [data-section-region] > .title,
.section-container.auto[data-section-small-style] > section > [data-section-title],
.section-container.auto[data-section-small-style] > section > .title,
.section-container.auto[data-section-small-style] > .section > [data-section-title],
.section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title,
.section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title,
.section-container.vertical-tabs[data-section-small-style] > section > [data-section-title],
.section-container.vertical-tabs[data-section-small-style] > section > .title,
.section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title],
.section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title,
.section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title,
.section-container.vertical-nav[data-section-small-style] > section > [data-section-title],
.section-container.vertical-nav[data-section-small-style] > section > .title,
.section-container.vertical-nav[data-section-small-style] > .section > [data-section-title],
.section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title,
.section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title,
.section-container.horizontal-nav[data-section-small-style] > section > [data-section-title],
.section-container.horizontal-nav[data-section-small-style] > section > .title,
.section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title],
.section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title,
.section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title],
.section-container.accordion[data-section-small-style] > [data-section-region] > .title,
.section-container.accordion[data-section-small-style] > section > [data-section-title],
.section-container.accordion[data-section-small-style] > section > .title,
.section-container.accordion[data-section-small-style] > .section > [data-section-title],
.section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 287, sass/foundation/components/_section.scss */

[data-section=''] > section,
[data-section=''] > .section,
[data-section=''] > [data-section-region],
[data-section='auto'] > section,
[data-section='auto'] > .section,
[data-section='auto'] > [data-section-region],
.section-container.auto > section,
.section-container.auto > .section,
.section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region],
.section-container.vertical-tabs > section,
.section-container.vertical-tabs > .section,
.section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region],
.section-container.vertical-nav > section,
.section-container.vertical-nav > .section,
.section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region],
.section-container.horizontal-nav > section,
.section-container.horizontal-nav > .section,
.section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region],
.section-container.accordion > section,
.section-container.accordion > .section,
.section-container.accordion > [data-section-region] {
  margin: 0;
}

/* line 102, sass/foundation/components/_section.scss */

[data-section=''] > section > [data-section-title],
[data-section=''] > section > .title,
[data-section=''] > .section > [data-section-title],
[data-section=''] > .section > .title,
[data-section=''] > [data-section-region] > [data-section-title],
[data-section=''] > [data-section-region] > .title,
[data-section='auto'] > section > [data-section-title],
[data-section='auto'] > section > .title,
[data-section='auto'] > .section > [data-section-title],
[data-section='auto'] > .section > .title,
[data-section='auto'] > [data-section-region] > [data-section-title],
[data-section='auto'] > [data-section-region] > .title,
.section-container.auto > section > [data-section-title],
.section-container.auto > section > .title,
.section-container.auto > .section > [data-section-title],
.section-container.auto > .section > .title,
.section-container.auto > [data-section-region] > [data-section-title],
.section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title,
.section-container.vertical-tabs > section > [data-section-title],
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > [data-section-title],
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-tabs > [data-section-region] > [data-section-title],
.section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title,
.section-container.vertical-nav > section > [data-section-title],
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > [data-section-title],
.section-container.vertical-nav > .section > .title,
.section-container.vertical-nav > [data-section-region] > [data-section-title],
.section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title,
.section-container.horizontal-nav > section > [data-section-title],
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > [data-section-title],
.section-container.horizontal-nav > .section > .title,
.section-container.horizontal-nav > [data-section-region] > [data-section-title],
.section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title,
.section-container.accordion > section > [data-section-title],
.section-container.accordion > section > .title,
.section-container.accordion > .section > [data-section-title],
.section-container.accordion > .section > .title,
.section-container.accordion > [data-section-region] > [data-section-title],
.section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, sass/foundation/components/_section.scss */

[data-section=''] > section > [data-section-title] a,
[data-section=''] > section > .title a,
[data-section=''] > .section > [data-section-title] a,
[data-section=''] > .section > .title a,
[data-section=''] > [data-section-region] > [data-section-title] a,
[data-section=''] > [data-section-region] > .title a,
[data-section='auto'] > section > [data-section-title] a,
[data-section='auto'] > section > .title a,
[data-section='auto'] > .section > [data-section-title] a,
[data-section='auto'] > .section > .title a,
[data-section='auto'] > [data-section-region] > [data-section-title] a,
[data-section='auto'] > [data-section-region] > .title a,
.section-container.auto > section > [data-section-title] a,
.section-container.auto > section > .title a,
.section-container.auto > .section > [data-section-title] a,
.section-container.auto > .section > .title a,
.section-container.auto > [data-section-region] > [data-section-title] a,
.section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a,
.section-container.vertical-tabs > section > [data-section-title] a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > [data-section-title] a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-tabs > [data-section-region] > [data-section-title] a,
.section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a,
.section-container.vertical-nav > section > [data-section-title] a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > [data-section-title] a,
.section-container.vertical-nav > .section > .title a,
.section-container.vertical-nav > [data-section-region] > [data-section-title] a,
.section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a,
.section-container.horizontal-nav > section > [data-section-title] a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > [data-section-title] a,
.section-container.horizontal-nav > .section > .title a,
.section-container.horizontal-nav > [data-section-region] > [data-section-title] a,
.section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a,
.section-container.accordion > section > [data-section-title] a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > [data-section-title] a,
.section-container.accordion > .section > .title a,
.section-container.accordion > [data-section-region] > [data-section-title] a,
.section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, sass/foundation/components/_section.scss */

[data-section=''] > section > [data-section-content],
[data-section=''] > section > .content,
[data-section=''] > .section > [data-section-content],
[data-section=''] > .section > .content,
[data-section=''] > [data-section-region] > [data-section-content],
[data-section=''] > [data-section-region] > .content,
[data-section='auto'] > section > [data-section-content],
[data-section='auto'] > section > .content,
[data-section='auto'] > .section > [data-section-content],
[data-section='auto'] > .section > .content,
[data-section='auto'] > [data-section-region] > [data-section-content],
[data-section='auto'] > [data-section-region] > .content,
.section-container.auto > section > [data-section-content],
.section-container.auto > section > .content,
.section-container.auto > .section > [data-section-content],
.section-container.auto > .section > .content,
.section-container.auto > [data-section-region] > [data-section-content],
.section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content,
.section-container.vertical-tabs > section > [data-section-content],
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > [data-section-content],
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-tabs > [data-section-region] > [data-section-content],
.section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content,
.section-container.vertical-nav > section > [data-section-content],
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > [data-section-content],
.section-container.vertical-nav > .section > .content,
.section-container.vertical-nav > [data-section-region] > [data-section-content],
.section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content,
.section-container.horizontal-nav > section > [data-section-content],
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > [data-section-content],
.section-container.horizontal-nav > .section > .content,
.section-container.horizontal-nav > [data-section-region] > [data-section-content],
.section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content,
.section-container.accordion > section > [data-section-content],
.section-container.accordion > section > .content,
.section-container.accordion > .section > [data-section-content],
.section-container.accordion > .section > .content,
.section-container.accordion > [data-section-region] > [data-section-content],
.section-container.accordion > [data-section-region] > .content {
  display: none;
}

/* line 116, sass/foundation/components/_section.scss */

[data-section=''] > section.active > [data-section-content],
[data-section=''] > section.active > .content,
[data-section=''] > .section.active > [data-section-content],
[data-section=''] > .section.active > .content,
[data-section=''] > [data-section-region].active > [data-section-content],
[data-section=''] > [data-section-region].active > .content,
[data-section='auto'] > section.active > [data-section-content],
[data-section='auto'] > section.active > .content,
[data-section='auto'] > .section.active > [data-section-content],
[data-section='auto'] > .section.active > .content,
[data-section='auto'] > [data-section-region].active > [data-section-content],
[data-section='auto'] > [data-section-region].active > .content,
.section-container.auto > section.active > [data-section-content],
.section-container.auto > section.active > .content,
.section-container.auto > .section.active > [data-section-content],
.section-container.auto > .section.active > .content,
.section-container.auto > [data-section-region].active > [data-section-content],
.section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content,
.section-container.vertical-tabs > section.active > [data-section-content],
.section-container.vertical-tabs > section.active > .content,
.section-container.vertical-tabs > .section.active > [data-section-content],
.section-container.vertical-tabs > .section.active > .content,
.section-container.vertical-tabs > [data-section-region].active > [data-section-content],
.section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content,
.section-container.vertical-nav > section.active > [data-section-content],
.section-container.vertical-nav > section.active > .content,
.section-container.vertical-nav > .section.active > [data-section-content],
.section-container.vertical-nav > .section.active > .content,
.section-container.vertical-nav > [data-section-region].active > [data-section-content],
.section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content,
.section-container.horizontal-nav > section.active > [data-section-content],
.section-container.horizontal-nav > section.active > .content,
.section-container.horizontal-nav > .section.active > [data-section-content],
.section-container.horizontal-nav > .section.active > .content,
.section-container.horizontal-nav > [data-section-region].active > [data-section-content],
.section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content,
.section-container.accordion > section.active > [data-section-content],
.section-container.accordion > section.active > .content,
.section-container.accordion > .section.active > [data-section-content],
.section-container.accordion > .section.active > .content,
.section-container.accordion > [data-section-region].active > [data-section-content],
.section-container.accordion > [data-section-region].active > .content {
  display: block;
}

/* line 119, sass/foundation/components/_section.scss */

[data-section=''] > section:not(.active),
[data-section=''] > .section:not(.active),
[data-section=''] > [data-section-region]:not(.active),
[data-section='auto'] > section:not(.active),
[data-section='auto'] > .section:not(.active),
[data-section='auto'] > [data-section-region]:not(.active),
.section-container.auto > section:not(.active),
.section-container.auto > .section:not(.active),
.section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active),
.section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 126, sass/foundation/components/_section.scss */

[data-section=''] > section > [data-section-title],
[data-section=''] > section > .title,
[data-section=''] > .section > [data-section-title],
[data-section=''] > .section > .title,
[data-section=''] > [data-section-region] > [data-section-title],
[data-section=''] > [data-section-region] > .title,
[data-section='auto'] > section > [data-section-title],
[data-section='auto'] > section > .title,
[data-section='auto'] > .section > [data-section-title],
[data-section='auto'] > .section > .title,
[data-section='auto'] > [data-section-region] > [data-section-title],
[data-section='auto'] > [data-section-region] > .title,
.section-container.auto > section > [data-section-title],
.section-container.auto > section > .title,
.section-container.auto > .section > [data-section-title],
.section-container.auto > .section > .title,
.section-container.auto > [data-section-region] > [data-section-title],
.section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title,
.section-container.vertical-tabs > section > [data-section-title],
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > [data-section-title],
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-tabs > [data-section-region] > [data-section-title],
.section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title,
.section-container.vertical-nav > section > [data-section-title],
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > [data-section-title],
.section-container.vertical-nav > .section > .title,
.section-container.vertical-nav > [data-section-region] > [data-section-title],
.section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title,
.section-container.horizontal-nav > section > [data-section-title],
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > [data-section-title],
.section-container.horizontal-nav > .section > .title,
.section-container.horizontal-nav > [data-section-region] > [data-section-title],
.section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title,
.section-container.accordion > section > [data-section-title],
.section-container.accordion > section > .title,
.section-container.accordion > .section > [data-section-title],
.section-container.accordion > .section > .title,
.section-container.accordion > [data-section-region] > [data-section-title],
.section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 292, sass/foundation/components/_section.scss */

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #fff;
}

/* line 207, sass/foundation/components/_section.scss */

.section-container.auto > section > .title,
.section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #ffd204;
  cursor: pointer;
  border: solid 1px #fff;
}

/* line 211, sass/foundation/components/_section.scss */

.section-container.auto > section > .title a,
.section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 1.07143em;
  color: #000;
  font-size: 1em;
  background: none;
}

/* line 217, sass/foundation/components/_section.scss */

.section-container.auto > section > .title:hover,
.section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #ffdb37;
}

/* line 220, sass/foundation/components/_section.scss */

.section-container.auto > section > .content,
.section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0em;
  background-color: #fff;
  border: solid 1px #fff;
}

/* line 225, sass/foundation/components/_section.scss */

.section-container.auto > section > .content > *:last-child,
.section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, sass/foundation/components/_section.scss */

.section-container.auto > section > .content > *:first-child,
.section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, sass/foundation/components/_section.scss */

.section-container.auto > section > .content > *:last-child:not(.flex-video),
.section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, sass/foundation/components/_section.scss */

.section-container.auto > section.active > .title,
.section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #ffd204;
}

/* line 233, sass/foundation/components/_section.scss */

.section-container.auto > section.active > .title a,
.section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}

/* line 237, sass/foundation/components/_section.scss */

.section-container.auto > section:not(.active),
.section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}

/* line 243, sass/foundation/components/_section.scss */

.section-container.auto > section > .title,
.section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 303, sass/foundation/components/_section.scss */

[data-section='tabs'],
.section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.42857em;
}

/* line 49, sass/foundation/components/_section.scss */

[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]),
.section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}

/* line 102, sass/foundation/components/_section.scss */

[data-section='tabs'] > section > [data-section-title],
[data-section='tabs'] > section > .title,
[data-section='tabs'] > .section > [data-section-title],
[data-section='tabs'] > .section > .title,
[data-section='tabs'] > [data-section-region] > [data-section-title],
[data-section='tabs'] > [data-section-region] > .title,
.section-container.tabs > section > [data-section-title],
.section-container.tabs > section > .title,
.section-container.tabs > .section > [data-section-title],
.section-container.tabs > .section > .title,
.section-container.tabs > [data-section-region] > [data-section-title],
.section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, sass/foundation/components/_section.scss */

[data-section='tabs'] > section > [data-section-title] a,
[data-section='tabs'] > section > .title a,
[data-section='tabs'] > .section > [data-section-title] a,
[data-section='tabs'] > .section > .title a,
[data-section='tabs'] > [data-section-region] > [data-section-title] a,
[data-section='tabs'] > [data-section-region] > .title a,
.section-container.tabs > section > [data-section-title] a,
.section-container.tabs > section > .title a,
.section-container.tabs > .section > [data-section-title] a,
.section-container.tabs > .section > .title a,
.section-container.tabs > [data-section-region] > [data-section-title] a,
.section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, sass/foundation/components/_section.scss */

[data-section='tabs'] > section > [data-section-content],
[data-section='tabs'] > section > .content,
[data-section='tabs'] > .section > [data-section-content],
[data-section='tabs'] > .section > .content,
[data-section='tabs'] > [data-section-region] > [data-section-content],
[data-section='tabs'] > [data-section-region] > .content,
.section-container.tabs > section > [data-section-content],
.section-container.tabs > section > .content,
.section-container.tabs > .section > [data-section-content],
.section-container.tabs > .section > .content,
.section-container.tabs > [data-section-region] > [data-section-content],
.section-container.tabs > [data-section-region] > .content {
  display: none;
}

/* line 116, sass/foundation/components/_section.scss */

[data-section='tabs'] > section.active > [data-section-content],
[data-section='tabs'] > section.active > .content,
[data-section='tabs'] > .section.active > [data-section-content],
[data-section='tabs'] > .section.active > .content,
[data-section='tabs'] > [data-section-region].active > [data-section-content],
[data-section='tabs'] > [data-section-region].active > .content,
.section-container.tabs > section.active > [data-section-content],
.section-container.tabs > section.active > .content,
.section-container.tabs > .section.active > [data-section-content],
.section-container.tabs > .section.active > .content,
.section-container.tabs > [data-section-region].active > [data-section-content],
.section-container.tabs > [data-section-region].active > .content {
  display: block;
}

/* line 119, sass/foundation/components/_section.scss */

[data-section='tabs'] > section:not(.active),
[data-section='tabs'] > .section:not(.active),
[data-section='tabs'] > [data-section-region]:not(.active),
.section-container.tabs > section:not(.active),
.section-container.tabs > .section:not(.active),
.section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 132, sass/foundation/components/_section.scss */

[data-section='tabs'] > section > [data-section-title],
[data-section='tabs'] > section > .title,
[data-section='tabs'] > .section > [data-section-title],
[data-section='tabs'] > .section > .title,
[data-section='tabs'] > [data-section-region] > [data-section-title],
[data-section='tabs'] > [data-section-region] > .title,
.section-container.tabs > section > [data-section-title],
.section-container.tabs > section > .title,
.section-container.tabs > .section > [data-section-title],
.section-container.tabs > .section > .title,
.section-container.tabs > [data-section-region] > [data-section-title],
.section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 310, sass/foundation/components/_section.scss */

.section-container.tabs {
  border: none;
}

/* line 207, sass/foundation/components/_section.scss */

.section-container.tabs > section > .title,
.section-container.tabs > .section > .title {
  background-color: #ffd204;
  cursor: pointer;
  border: solid 1px #fff;
}

/* line 211, sass/foundation/components/_section.scss */

.section-container.tabs > section > .title a,
.section-container.tabs > .section > .title a {
  padding: 1.07143em;
  color: #000;
  font-size: 1em;
  background: none;
}

/* line 217, sass/foundation/components/_section.scss */

.section-container.tabs > section > .title:hover,
.section-container.tabs > .section > .title:hover {
  background-color: #ffdb37;
}

/* line 220, sass/foundation/components/_section.scss */

.section-container.tabs > section > .content,
.section-container.tabs > .section > .content {
  padding: 0em;
  background-color: #fff;
  border: solid 1px #fff;
}

/* line 225, sass/foundation/components/_section.scss */

.section-container.tabs > section > .content > *:last-child,
.section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, sass/foundation/components/_section.scss */

.section-container.tabs > section > .content > *:first-child,
.section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, sass/foundation/components/_section.scss */

.section-container.tabs > section > .content > *:last-child:not(.flex-video),
.section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, sass/foundation/components/_section.scss */

.section-container.tabs > section.active > .title,
.section-container.tabs > .section.active > .title {
  background: #fff;
}

/* line 233, sass/foundation/components/_section.scss */

.section-container.tabs > section.active > .title a,
.section-container.tabs > .section.active > .title a {
  color: #333;
}

/* line 237, sass/foundation/components/_section.scss */

.section-container.tabs > section:not(.active),
.section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}

/* line 249, sass/foundation/components/_section.scss */

.section-container.tabs > section.active > .title,
.section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 319, sass/foundation/components/_section.scss */

  [data-section=''],
  [data-section='auto'],
  .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.42857em;
  }

  /* line 49, sass/foundation/components/_section.scss */

  [data-section='']:not([data-section-resized]):not([data-section-small-style]),
  [data-section='auto']:not([data-section-resized]):not([data-section-small-style]),
  .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }

  /* line 102, sass/foundation/components/_section.scss */

  [data-section=''] > section > [data-section-title],
  [data-section=''] > section > .title,
  [data-section=''] > .section > [data-section-title],
  [data-section=''] > .section > .title,
  [data-section=''] > [data-section-region] > [data-section-title],
  [data-section=''] > [data-section-region] > .title,
  [data-section='auto'] > section > [data-section-title],
  [data-section='auto'] > section > .title,
  [data-section='auto'] > .section > [data-section-title],
  [data-section='auto'] > .section > .title,
  [data-section='auto'] > [data-section-region] > [data-section-title],
  [data-section='auto'] > [data-section-region] > .title,
  .section-container.auto > section > [data-section-title],
  .section-container.auto > section > .title,
  .section-container.auto > .section > [data-section-title],
  .section-container.auto > .section > .title,
  .section-container.auto > [data-section-region] > [data-section-title],
  .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }

  /* line 104, sass/foundation/components/_section.scss */

  [data-section=''] > section > [data-section-title] a,
  [data-section=''] > section > .title a,
  [data-section=''] > .section > [data-section-title] a,
  [data-section=''] > .section > .title a,
  [data-section=''] > [data-section-region] > [data-section-title] a,
  [data-section=''] > [data-section-region] > .title a,
  [data-section='auto'] > section > [data-section-title] a,
  [data-section='auto'] > section > .title a,
  [data-section='auto'] > .section > [data-section-title] a,
  [data-section='auto'] > .section > .title a,
  [data-section='auto'] > [data-section-region] > [data-section-title] a,
  [data-section='auto'] > [data-section-region] > .title a,
  .section-container.auto > section > [data-section-title] a,
  .section-container.auto > section > .title a,
  .section-container.auto > .section > [data-section-title] a,
  .section-container.auto > .section > .title a,
  .section-container.auto > [data-section-region] > [data-section-title] a,
  .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  /* line 111, sass/foundation/components/_section.scss */

  [data-section=''] > section > [data-section-content],
  [data-section=''] > section > .content,
  [data-section=''] > .section > [data-section-content],
  [data-section=''] > .section > .content,
  [data-section=''] > [data-section-region] > [data-section-content],
  [data-section=''] > [data-section-region] > .content,
  [data-section='auto'] > section > [data-section-content],
  [data-section='auto'] > section > .content,
  [data-section='auto'] > .section > [data-section-content],
  [data-section='auto'] > .section > .content,
  [data-section='auto'] > [data-section-region] > [data-section-content],
  [data-section='auto'] > [data-section-region] > .content,
  .section-container.auto > section > [data-section-content],
  .section-container.auto > section > .content,
  .section-container.auto > .section > [data-section-content],
  .section-container.auto > .section > .content,
  .section-container.auto > [data-section-region] > [data-section-content],
  .section-container.auto > [data-section-region] > .content {
    display: none;
  }

  /* line 116, sass/foundation/components/_section.scss */

  [data-section=''] > section.active > [data-section-content],
  [data-section=''] > section.active > .content,
  [data-section=''] > .section.active > [data-section-content],
  [data-section=''] > .section.active > .content,
  [data-section=''] > [data-section-region].active > [data-section-content],
  [data-section=''] > [data-section-region].active > .content,
  [data-section='auto'] > section.active > [data-section-content],
  [data-section='auto'] > section.active > .content,
  [data-section='auto'] > .section.active > [data-section-content],
  [data-section='auto'] > .section.active > .content,
  [data-section='auto'] > [data-section-region].active > [data-section-content],
  [data-section='auto'] > [data-section-region].active > .content,
  .section-container.auto > section.active > [data-section-content],
  .section-container.auto > section.active > .content,
  .section-container.auto > .section.active > [data-section-content],
  .section-container.auto > .section.active > .content,
  .section-container.auto > [data-section-region].active > [data-section-content],
  .section-container.auto > [data-section-region].active > .content {
    display: block;
  }

  /* line 119, sass/foundation/components/_section.scss */

  [data-section=''] > section:not(.active),
  [data-section=''] > .section:not(.active),
  [data-section=''] > [data-section-region]:not(.active),
  [data-section='auto'] > section:not(.active),
  [data-section='auto'] > .section:not(.active),
  [data-section='auto'] > [data-section-region]:not(.active),
  .section-container.auto > section:not(.active),
  .section-container.auto > .section:not(.active),
  .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }

  /* line 132, sass/foundation/components/_section.scss */

  [data-section=''] > section > [data-section-title],
  [data-section=''] > section > .title,
  [data-section=''] > .section > [data-section-title],
  [data-section=''] > .section > .title,
  [data-section=''] > [data-section-region] > [data-section-title],
  [data-section=''] > [data-section-region] > .title,
  [data-section='auto'] > section > [data-section-title],
  [data-section='auto'] > section > .title,
  [data-section='auto'] > .section > [data-section-title],
  [data-section='auto'] > .section > .title,
  [data-section='auto'] > [data-section-region] > [data-section-title],
  [data-section='auto'] > [data-section-region] > .title,
  .section-container.auto > section > [data-section-title],
  .section-container.auto > section > .title,
  .section-container.auto > .section > [data-section-title],
  .section-container.auto > .section > .title,
  .section-container.auto > [data-section-region] > [data-section-title],
  .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 326, sass/foundation/components/_section.scss */

  .section-container.auto {
    border: none;
  }

  /* line 207, sass/foundation/components/_section.scss */

  .section-container.auto > section > .title,
  .section-container.auto > .section > .title {
    background-color: #ffd204;
    cursor: pointer;
    border: solid 1px #fff;
  }

  /* line 211, sass/foundation/components/_section.scss */

  .section-container.auto > section > .title a,
  .section-container.auto > .section > .title a {
    padding: 1.07143em;
    color: #000;
    font-size: 1em;
    background: none;
  }

  /* line 217, sass/foundation/components/_section.scss */

  .section-container.auto > section > .title:hover,
  .section-container.auto > .section > .title:hover {
    background-color: #ffdb37;
  }

  /* line 220, sass/foundation/components/_section.scss */

  .section-container.auto > section > .content,
  .section-container.auto > .section > .content {
    padding: 0em;
    background-color: #fff;
    border: solid 1px #fff;
  }

  /* line 225, sass/foundation/components/_section.scss */

  .section-container.auto > section > .content > *:last-child,
  .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }

  /* line 226, sass/foundation/components/_section.scss */

  .section-container.auto > section > .content > *:first-child,
  .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }

  /* line 227, sass/foundation/components/_section.scss */

  .section-container.auto > section > .content > *:last-child:not(.flex-video),
  .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }

  /* line 231, sass/foundation/components/_section.scss */

  .section-container.auto > section.active > .title,
  .section-container.auto > .section.active > .title {
    background: #fff;
  }

  /* line 233, sass/foundation/components/_section.scss */

  .section-container.auto > section.active > .title a,
  .section-container.auto > .section.active > .title a {
    color: #333;
  }

  /* line 237, sass/foundation/components/_section.scss */

  .section-container.auto > section:not(.active),
  .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 249, sass/foundation/components/_section.scss */

  .section-container.auto > section.active > .title,
  .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  /* line 333, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'],
  .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.42857em;
  }

  /* line 49, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]),
  .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }

  /* line 55, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'][data-section-small-style],
  .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }

  /* line 58, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
  [data-section='vertical-tabs'][data-section-small-style] > section,
  [data-section='vertical-tabs'][data-section-small-style] > .section,
  .section-container.vertical-tabs[data-section-small-style] > [data-section-region],
  .section-container.vertical-tabs[data-section-small-style] > section,
  .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* line 61, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
  [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
  [data-section='vertical-tabs'][data-section-small-style] > section > .title,
  [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
  [data-section='vertical-tabs'][data-section-small-style] > .section > .title,
  .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title],
  .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title,
  .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title],
  .section-container.vertical-tabs[data-section-small-style] > section > .title,
  .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title],
  .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }

  /* line 102, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'] > section > [data-section-title],
  [data-section='vertical-tabs'] > section > .title,
  [data-section='vertical-tabs'] > .section > [data-section-title],
  [data-section='vertical-tabs'] > .section > .title,
  [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
  [data-section='vertical-tabs'] > [data-section-region] > .title,
  .section-container.vertical-tabs > section > [data-section-title],
  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > [data-section-title],
  .section-container.vertical-tabs > .section > .title,
  .section-container.vertical-tabs > [data-section-region] > [data-section-title],
  .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }

  /* line 104, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'] > section > [data-section-title] a,
  [data-section='vertical-tabs'] > section > .title a,
  [data-section='vertical-tabs'] > .section > [data-section-title] a,
  [data-section='vertical-tabs'] > .section > .title a,
  [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
  [data-section='vertical-tabs'] > [data-section-region] > .title a,
  .section-container.vertical-tabs > section > [data-section-title] a,
  .section-container.vertical-tabs > section > .title a,
  .section-container.vertical-tabs > .section > [data-section-title] a,
  .section-container.vertical-tabs > .section > .title a,
  .section-container.vertical-tabs > [data-section-region] > [data-section-title] a,
  .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  /* line 111, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'] > section > [data-section-content],
  [data-section='vertical-tabs'] > section > .content,
  [data-section='vertical-tabs'] > .section > [data-section-content],
  [data-section='vertical-tabs'] > .section > .content,
  [data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
  [data-section='vertical-tabs'] > [data-section-region] > .content,
  .section-container.vertical-tabs > section > [data-section-content],
  .section-container.vertical-tabs > section > .content,
  .section-container.vertical-tabs > .section > [data-section-content],
  .section-container.vertical-tabs > .section > .content,
  .section-container.vertical-tabs > [data-section-region] > [data-section-content],
  .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }

  /* line 116, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'] > section.active > [data-section-content],
  [data-section='vertical-tabs'] > section.active > .content,
  [data-section='vertical-tabs'] > .section.active > [data-section-content],
  [data-section='vertical-tabs'] > .section.active > .content,
  [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
  [data-section='vertical-tabs'] > [data-section-region].active > .content,
  .section-container.vertical-tabs > section.active > [data-section-content],
  .section-container.vertical-tabs > section.active > .content,
  .section-container.vertical-tabs > .section.active > [data-section-content],
  .section-container.vertical-tabs > .section.active > .content,
  .section-container.vertical-tabs > [data-section-region].active > [data-section-content],
  .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }

  /* line 119, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'] > section:not(.active),
  [data-section='vertical-tabs'] > .section:not(.active),
  [data-section='vertical-tabs'] > [data-section-region]:not(.active),
  .section-container.vertical-tabs > section:not(.active),
  .section-container.vertical-tabs > .section:not(.active),
  .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }

  /* line 143, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'] > section > [data-section-title],
  [data-section='vertical-tabs'] > section > .title,
  [data-section='vertical-tabs'] > .section > [data-section-title],
  [data-section='vertical-tabs'] > .section > .title,
  [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
  [data-section='vertical-tabs'] > [data-section-region] > .title,
  .section-container.vertical-tabs > section > [data-section-title],
  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > [data-section-title],
  .section-container.vertical-tabs > .section > .title,
  .section-container.vertical-tabs > [data-section-region] > [data-section-title],
  .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.28571em;
  }

  /* line 150, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'] > section.active,
  [data-section='vertical-tabs'] > .section.active,
  [data-section='vertical-tabs'] > [data-section-region].active,
  .section-container.vertical-tabs > section.active,
  .section-container.vertical-tabs > .section.active,
  .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 14.28571em;
  }

  /* line 153, sass/foundation/components/_section.scss */

  [data-section='vertical-tabs'] > section.active > [data-section-title],
  [data-section='vertical-tabs'] > section.active > .title,
  [data-section='vertical-tabs'] > .section.active > [data-section-title],
  [data-section='vertical-tabs'] > .section.active > .title,
  [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title],
  [data-section='vertical-tabs'] > [data-section-region].active > .title,
  .section-container.vertical-tabs > section.active > [data-section-title],
  .section-container.vertical-tabs > section.active > .title,
  .section-container.vertical-tabs > .section.active > [data-section-title],
  .section-container.vertical-tabs > .section.active > .title,
  .section-container.vertical-tabs > [data-section-region].active > [data-section-title],
  .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 14.28571em;
  }

  /* line 340, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs {
    border: none;
  }

  /* line 207, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > .title {
    background-color: #ffd204;
    cursor: pointer;
    border: solid 1px #fff;
  }

  /* line 211, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section > .title a,
  .section-container.vertical-tabs > .section > .title a {
    padding: 1.07143em;
    color: #000;
    font-size: 1em;
    background: none;
  }

  /* line 217, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section > .title:hover,
  .section-container.vertical-tabs > .section > .title:hover {
    background-color: #ffdb37;
  }

  /* line 220, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section > .content,
  .section-container.vertical-tabs > .section > .content {
    padding: 0em;
    background-color: #fff;
    border: solid 1px #fff;
  }

  /* line 225, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section > .content > *:last-child,
  .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }

  /* line 226, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section > .content > *:first-child,
  .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }

  /* line 227, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
  .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }

  /* line 231, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section.active > .title,
  .section-container.vertical-tabs > .section.active > .title {
    background: #ffd204;
  }

  /* line 233, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section.active > .title a,
  .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }

  /* line 237, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section:not(.active),
  .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 257, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section.active,
  .section-container.vertical-tabs > .section.active {
    padding-left: 14.21429em;
  }

  /* line 260, sass/foundation/components/_section.scss */

  .section-container.vertical-tabs > section.active > .title,
  .section-container.vertical-tabs > .section.active > .title {
    background-color: #ffd204;
  }

  /* line 347, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'],
  .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.42857em;
  }

  /* line 49, sass/foundation/components/_section.scss */

  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]),
  .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }

  /* line 55, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'][data-section-small-style],
  .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }

  /* line 58, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'][data-section-small-style] > [data-section-region],
  [data-section='vertical-nav'][data-section-small-style] > section,
  [data-section='vertical-nav'][data-section-small-style] > .section,
  .section-container.vertical-nav[data-section-small-style] > [data-section-region],
  .section-container.vertical-nav[data-section-small-style] > section,
  .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* line 61, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
  [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
  [data-section='vertical-nav'][data-section-small-style] > section > .title,
  [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
  [data-section='vertical-nav'][data-section-small-style] > .section > .title,
  .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title],
  .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title,
  .section-container.vertical-nav[data-section-small-style] > section > [data-section-title],
  .section-container.vertical-nav[data-section-small-style] > section > .title,
  .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title],
  .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }

  /* line 349, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section,
  [data-section='vertical-nav'] > .section,
  [data-section='vertical-nav'] > [data-section-region],
  .section-container.vertical-nav > section,
  .section-container.vertical-nav > .section,
  .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }

  /* line 102, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section > [data-section-title],
  [data-section='vertical-nav'] > section > .title,
  [data-section='vertical-nav'] > .section > [data-section-title],
  [data-section='vertical-nav'] > .section > .title,
  [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
  [data-section='vertical-nav'] > [data-section-region] > .title,
  .section-container.vertical-nav > section > [data-section-title],
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > [data-section-title],
  .section-container.vertical-nav > .section > .title,
  .section-container.vertical-nav > [data-section-region] > [data-section-title],
  .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }

  /* line 104, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section > [data-section-title] a,
  [data-section='vertical-nav'] > section > .title a,
  [data-section='vertical-nav'] > .section > [data-section-title] a,
  [data-section='vertical-nav'] > .section > .title a,
  [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
  [data-section='vertical-nav'] > [data-section-region] > .title a,
  .section-container.vertical-nav > section > [data-section-title] a,
  .section-container.vertical-nav > section > .title a,
  .section-container.vertical-nav > .section > [data-section-title] a,
  .section-container.vertical-nav > .section > .title a,
  .section-container.vertical-nav > [data-section-region] > [data-section-title] a,
  .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  /* line 111, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section > [data-section-content],
  [data-section='vertical-nav'] > section > .content,
  [data-section='vertical-nav'] > .section > [data-section-content],
  [data-section='vertical-nav'] > .section > .content,
  [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
  [data-section='vertical-nav'] > [data-section-region] > .content,
  .section-container.vertical-nav > section > [data-section-content],
  .section-container.vertical-nav > section > .content,
  .section-container.vertical-nav > .section > [data-section-content],
  .section-container.vertical-nav > .section > .content,
  .section-container.vertical-nav > [data-section-region] > [data-section-content],
  .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }

  /* line 116, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section.active > [data-section-content],
  [data-section='vertical-nav'] > section.active > .content,
  [data-section='vertical-nav'] > .section.active > [data-section-content],
  [data-section='vertical-nav'] > .section.active > .content,
  [data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
  [data-section='vertical-nav'] > [data-section-region].active > .content,
  .section-container.vertical-nav > section.active > [data-section-content],
  .section-container.vertical-nav > section.active > .content,
  .section-container.vertical-nav > .section.active > [data-section-content],
  .section-container.vertical-nav > .section.active > .content,
  .section-container.vertical-nav > [data-section-region].active > [data-section-content],
  .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }

  /* line 119, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section:not(.active),
  [data-section='vertical-nav'] > .section:not(.active),
  [data-section='vertical-nav'] > [data-section-region]:not(.active),
  .section-container.vertical-nav > section:not(.active),
  .section-container.vertical-nav > .section:not(.active),
  .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }

  /* line 165, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section > [data-section-title],
  [data-section='vertical-nav'] > section > .title,
  [data-section='vertical-nav'] > .section > [data-section-title],
  [data-section='vertical-nav'] > .section > .title,
  [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
  [data-section='vertical-nav'] > [data-section-region] > .title,
  .section-container.vertical-nav > section > [data-section-title],
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > [data-section-title],
  .section-container.vertical-nav > .section > .title,
  .section-container.vertical-nav > [data-section-region] > [data-section-title],
  .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }

  /* line 168, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section > [data-section-title] a,
  [data-section='vertical-nav'] > section > .title a,
  [data-section='vertical-nav'] > .section > [data-section-title] a,
  [data-section='vertical-nav'] > .section > .title a,
  [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
  [data-section='vertical-nav'] > [data-section-region] > .title a,
  .section-container.vertical-nav > section > [data-section-title] a,
  .section-container.vertical-nav > section > .title a,
  .section-container.vertical-nav > .section > [data-section-title] a,
  .section-container.vertical-nav > .section > .title a,
  .section-container.vertical-nav > [data-section-region] > [data-section-title] a,
  .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }

  /* line 171, sass/foundation/components/_section.scss */

  [data-section='vertical-nav'] > section > [data-section-content],
  [data-section='vertical-nav'] > section > .content,
  [data-section='vertical-nav'] > .section > [data-section-content],
  [data-section='vertical-nav'] > .section > .content,
  [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
  [data-section='vertical-nav'] > [data-section-region] > .content,
  .section-container.vertical-nav > section > [data-section-content],
  .section-container.vertical-nav > section > .content,
  .section-container.vertical-nav > .section > [data-section-content],
  .section-container.vertical-nav > .section > .content,
  .section-container.vertical-nav > [data-section-region] > [data-section-content],
  .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 14.28571em;
  }

  /* line 354, sass/foundation/components/_section.scss */

  .section-container.vertical-nav {
    border: none;
  }

  /* line 207, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title {
    background-color: #ffd204;
    cursor: pointer;
    border: solid 1px #fff;
  }

  /* line 211, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section > .title a,
  .section-container.vertical-nav > .section > .title a {
    padding: 1.07143em;
    color: #000;
    font-size: 1em;
    background: none;
  }

  /* line 217, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section > .title:hover,
  .section-container.vertical-nav > .section > .title:hover {
    background-color: #ffdb37;
  }

  /* line 220, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section > .content,
  .section-container.vertical-nav > .section > .content {
    padding: 0em;
    background-color: #fff;
    border: solid 1px #fff;
  }

  /* line 225, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section > .content > *:last-child,
  .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }

  /* line 226, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section > .content > *:first-child,
  .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }

  /* line 227, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
  .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }

  /* line 231, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section.active > .title,
  .section-container.vertical-nav > .section.active > .title {
    background: #ffd204;
  }

  /* line 233, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section.active > .title a,
  .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }

  /* line 237, sass/foundation/components/_section.scss */

  .section-container.vertical-nav > section:not(.active),
  .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 361, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'],
  .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.42857em;
  }

  /* line 49, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]),
  .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }

  /* line 55, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'][data-section-small-style],
  .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }

  /* line 58, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
  [data-section='horizontal-nav'][data-section-small-style] > section,
  [data-section='horizontal-nav'][data-section-small-style] > .section,
  .section-container.horizontal-nav[data-section-small-style] > [data-section-region],
  .section-container.horizontal-nav[data-section-small-style] > section,
  .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* line 61, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
  [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
  [data-section='horizontal-nav'][data-section-small-style] > section > .title,
  [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
  [data-section='horizontal-nav'][data-section-small-style] > .section > .title,
  .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title],
  .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title,
  .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title],
  .section-container.horizontal-nav[data-section-small-style] > section > .title,
  .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title],
  .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }

  /* line 363, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section,
  [data-section='horizontal-nav'] > .section,
  [data-section='horizontal-nav'] > [data-section-region],
  .section-container.horizontal-nav > section,
  .section-container.horizontal-nav > .section,
  .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }

  /* line 102, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section > [data-section-title],
  [data-section='horizontal-nav'] > section > .title,
  [data-section='horizontal-nav'] > .section > [data-section-title],
  [data-section='horizontal-nav'] > .section > .title,
  [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
  [data-section='horizontal-nav'] > [data-section-region] > .title,
  .section-container.horizontal-nav > section > [data-section-title],
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > [data-section-title],
  .section-container.horizontal-nav > .section > .title,
  .section-container.horizontal-nav > [data-section-region] > [data-section-title],
  .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }

  /* line 104, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section > [data-section-title] a,
  [data-section='horizontal-nav'] > section > .title a,
  [data-section='horizontal-nav'] > .section > [data-section-title] a,
  [data-section='horizontal-nav'] > .section > .title a,
  [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
  [data-section='horizontal-nav'] > [data-section-region] > .title a,
  .section-container.horizontal-nav > section > [data-section-title] a,
  .section-container.horizontal-nav > section > .title a,
  .section-container.horizontal-nav > .section > [data-section-title] a,
  .section-container.horizontal-nav > .section > .title a,
  .section-container.horizontal-nav > [data-section-region] > [data-section-title] a,
  .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  /* line 111, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section > [data-section-content],
  [data-section='horizontal-nav'] > section > .content,
  [data-section='horizontal-nav'] > .section > [data-section-content],
  [data-section='horizontal-nav'] > .section > .content,
  [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
  [data-section='horizontal-nav'] > [data-section-region] > .content,
  .section-container.horizontal-nav > section > [data-section-content],
  .section-container.horizontal-nav > section > .content,
  .section-container.horizontal-nav > .section > [data-section-content],
  .section-container.horizontal-nav > .section > .content,
  .section-container.horizontal-nav > [data-section-region] > [data-section-content],
  .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }

  /* line 116, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section.active > [data-section-content],
  [data-section='horizontal-nav'] > section.active > .content,
  [data-section='horizontal-nav'] > .section.active > [data-section-content],
  [data-section='horizontal-nav'] > .section.active > .content,
  [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
  [data-section='horizontal-nav'] > [data-section-region].active > .content,
  .section-container.horizontal-nav > section.active > [data-section-content],
  .section-container.horizontal-nav > section.active > .content,
  .section-container.horizontal-nav > .section.active > [data-section-content],
  .section-container.horizontal-nav > .section.active > .content,
  .section-container.horizontal-nav > [data-section-region].active > [data-section-content],
  .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }

  /* line 119, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section:not(.active),
  [data-section='horizontal-nav'] > .section:not(.active),
  [data-section='horizontal-nav'] > [data-section-region]:not(.active),
  .section-container.horizontal-nav > section:not(.active),
  .section-container.horizontal-nav > .section:not(.active),
  .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }

  /* line 186, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section > [data-section-title],
  [data-section='horizontal-nav'] > section > .title,
  [data-section='horizontal-nav'] > .section > [data-section-title],
  [data-section='horizontal-nav'] > .section > .title,
  [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
  [data-section='horizontal-nav'] > [data-section-region] > .title,
  .section-container.horizontal-nav > section > [data-section-title],
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > [data-section-title],
  .section-container.horizontal-nav > .section > .title,
  .section-container.horizontal-nav > [data-section-region] > [data-section-title],
  .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }

  /* line 189, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section > [data-section-title] a,
  [data-section='horizontal-nav'] > section > .title a,
  [data-section='horizontal-nav'] > .section > [data-section-title] a,
  [data-section='horizontal-nav'] > .section > .title a,
  [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
  [data-section='horizontal-nav'] > [data-section-region] > .title a,
  .section-container.horizontal-nav > section > [data-section-title] a,
  .section-container.horizontal-nav > section > .title a,
  .section-container.horizontal-nav > .section > [data-section-title] a,
  .section-container.horizontal-nav > .section > .title a,
  .section-container.horizontal-nav > [data-section-region] > [data-section-title] a,
  .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }

  /* line 192, sass/foundation/components/_section.scss */

  [data-section='horizontal-nav'] > section > [data-section-content],
  [data-section='horizontal-nav'] > section > .content,
  [data-section='horizontal-nav'] > .section > [data-section-content],
  [data-section='horizontal-nav'] > .section > .content,
  [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
  [data-section='horizontal-nav'] > [data-section-region] > .content,
  .section-container.horizontal-nav > section > [data-section-content],
  .section-container.horizontal-nav > section > .content,
  .section-container.horizontal-nav > .section > [data-section-content],
  .section-container.horizontal-nav > .section > .content,
  .section-container.horizontal-nav > [data-section-region] > [data-section-content],
  .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 14.28571em;
  }

  /* line 368, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav {
    background: #ffd204;
    border: 1px solid #fff;
  }

  /* line 207, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title {
    background-color: #ffd204;
    cursor: pointer;
    border: solid 1px #fff;
  }

  /* line 211, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section > .title a,
  .section-container.horizontal-nav > .section > .title a {
    padding: 1.07143em;
    color: #000;
    font-size: 1em;
    background: none;
  }

  /* line 217, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section > .title:hover,
  .section-container.horizontal-nav > .section > .title:hover {
    background-color: #ffdb37;
  }

  /* line 220, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section > .content,
  .section-container.horizontal-nav > .section > .content {
    padding: 0em;
    background-color: #fff;
    border: solid 1px #fff;
  }

  /* line 225, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section > .content > *:last-child,
  .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }

  /* line 226, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section > .content > *:first-child,
  .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }

  /* line 227, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
  .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }

  /* line 231, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section.active > .title,
  .section-container.horizontal-nav > .section.active > .title {
    background: #ffd204;
  }

  /* line 233, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section.active > .title a,
  .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }

  /* line 237, sass/foundation/components/_section.scss */

  .section-container.horizontal-nav > section:not(.active),
  .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}

/* line 378, sass/foundation/components/_section.scss */

.no-js [data-section],
.no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.42857em;
}

/* line 55, sass/foundation/components/_section.scss */

.no-js [data-section][data-section-small-style],
.no-js .section-container[data-section-small-style] {
  width: 100% !important;
}

/* line 58, sass/foundation/components/_section.scss */

.no-js [data-section][data-section-small-style] > [data-section-region],
.no-js [data-section][data-section-small-style] > section,
.no-js [data-section][data-section-small-style] > .section,
.no-js .section-container[data-section-small-style] > [data-section-region],
.no-js .section-container[data-section-small-style] > section,
.no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 61, sass/foundation/components/_section.scss */

.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title],
.no-js [data-section][data-section-small-style] > [data-section-region] > .title,
.no-js [data-section][data-section-small-style] > section > [data-section-title],
.no-js [data-section][data-section-small-style] > section > .title,
.no-js [data-section][data-section-small-style] > .section > [data-section-title],
.no-js [data-section][data-section-small-style] > .section > .title,
.no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title],
.no-js .section-container[data-section-small-style] > [data-section-region] > .title,
.no-js .section-container[data-section-small-style] > section > [data-section-title],
.no-js .section-container[data-section-small-style] > section > .title,
.no-js .section-container[data-section-small-style] > .section > [data-section-title],
.no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 380, sass/foundation/components/_section.scss */

.no-js [data-section] > section,
.no-js [data-section] > .section,
.no-js [data-section] > [data-section-region],
.no-js .section-container > section,
.no-js .section-container > .section,
.no-js .section-container > [data-section-region] {
  margin: 0;
}

/* line 102, sass/foundation/components/_section.scss */

.no-js [data-section] > section > [data-section-title],
.no-js [data-section] > section > .title,
.no-js [data-section] > .section > [data-section-title],
.no-js [data-section] > .section > .title,
.no-js [data-section] > [data-section-region] > [data-section-title],
.no-js [data-section] > [data-section-region] > .title,
.no-js .section-container > section > [data-section-title],
.no-js .section-container > section > .title,
.no-js .section-container > .section > [data-section-title],
.no-js .section-container > .section > .title,
.no-js .section-container > [data-section-region] > [data-section-title],
.no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, sass/foundation/components/_section.scss */

.no-js [data-section] > section > [data-section-title] a,
.no-js [data-section] > section > .title a,
.no-js [data-section] > .section > [data-section-title] a,
.no-js [data-section] > .section > .title a,
.no-js [data-section] > [data-section-region] > [data-section-title] a,
.no-js [data-section] > [data-section-region] > .title a,
.no-js .section-container > section > [data-section-title] a,
.no-js .section-container > section > .title a,
.no-js .section-container > .section > [data-section-title] a,
.no-js .section-container > .section > .title a,
.no-js .section-container > [data-section-region] > [data-section-title] a,
.no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, sass/foundation/components/_section.scss */

.no-js [data-section] > section > [data-section-content],
.no-js [data-section] > section > .content,
.no-js [data-section] > .section > [data-section-content],
.no-js [data-section] > .section > .content,
.no-js [data-section] > [data-section-region] > [data-section-content],
.no-js [data-section] > [data-section-region] > .content,
.no-js .section-container > section > [data-section-content],
.no-js .section-container > section > .content,
.no-js .section-container > .section > [data-section-content],
.no-js .section-container > .section > .content,
.no-js .section-container > [data-section-region] > [data-section-content],
.no-js .section-container > [data-section-region] > .content {
  display: none;
}

/* line 116, sass/foundation/components/_section.scss */

.no-js [data-section] > section.active > [data-section-content],
.no-js [data-section] > section.active > .content,
.no-js [data-section] > .section.active > [data-section-content],
.no-js [data-section] > .section.active > .content,
.no-js [data-section] > [data-section-region].active > [data-section-content],
.no-js [data-section] > [data-section-region].active > .content,
.no-js .section-container > section.active > [data-section-content],
.no-js .section-container > section.active > .content,
.no-js .section-container > .section.active > [data-section-content],
.no-js .section-container > .section.active > .content,
.no-js .section-container > [data-section-region].active > [data-section-content],
.no-js .section-container > [data-section-region].active > .content {
  display: block;
}

/* line 119, sass/foundation/components/_section.scss */

.no-js [data-section] > section:not(.active),
.no-js [data-section] > .section:not(.active),
.no-js [data-section] > [data-section-region]:not(.active),
.no-js .section-container > section:not(.active),
.no-js .section-container > .section:not(.active),
.no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 126, sass/foundation/components/_section.scss */

.no-js [data-section] > section > [data-section-title],
.no-js [data-section] > section > .title,
.no-js [data-section] > .section > [data-section-title],
.no-js [data-section] > .section > .title,
.no-js [data-section] > [data-section-region] > [data-section-title],
.no-js [data-section] > [data-section-region] > .title,
.no-js .section-container > section > [data-section-title],
.no-js .section-container > section > .title,
.no-js .section-container > .section > [data-section-title],
.no-js .section-container > .section > .title,
.no-js .section-container > [data-section-region] > [data-section-title],
.no-js .section-container > [data-section-region] > .title {
  width: 100%;
}

/* line 384, sass/foundation/components/_section.scss */

.no-js .section-container {
  border-top: 1px solid #fff;
}

/* line 207, sass/foundation/components/_section.scss */

.no-js .section-container > section > .title,
.no-js .section-container > .section > .title {
  background-color: #ffd204;
  cursor: pointer;
  border: solid 1px #fff;
}

/* line 211, sass/foundation/components/_section.scss */

.no-js .section-container > section > .title a,
.no-js .section-container > .section > .title a {
  padding: 1.07143em;
  color: #000;
  font-size: 1em;
  background: none;
}

/* line 217, sass/foundation/components/_section.scss */

.no-js .section-container > section > .title:hover,
.no-js .section-container > .section > .title:hover {
  background-color: #ffdb37;
}

/* line 220, sass/foundation/components/_section.scss */

.no-js .section-container > section > .content,
.no-js .section-container > .section > .content {
  padding: 0em;
  background-color: #fff;
  border: solid 1px #fff;
}

/* line 225, sass/foundation/components/_section.scss */

.no-js .section-container > section > .content > *:last-child,
.no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, sass/foundation/components/_section.scss */

.no-js .section-container > section > .content > *:first-child,
.no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, sass/foundation/components/_section.scss */

.no-js .section-container > section > .content > *:last-child:not(.flex-video),
.no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, sass/foundation/components/_section.scss */

.no-js .section-container > section.active > .title,
.no-js .section-container > .section.active > .title {
  background: #ffd204;
}

/* line 233, sass/foundation/components/_section.scss */

.no-js .section-container > section.active > .title a,
.no-js .section-container > .section.active > .title a {
  color: #333;
}

/* line 237, sass/foundation/components/_section.scss */

.no-js .section-container > section:not(.active),
.no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}

/* line 243, sass/foundation/components/_section.scss */

.no-js .section-container > section > .title,
.no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */

/* line 72, sass/foundation/components/_top-bar.scss */

.contain-to-grid {
  width: 100%;
  background: #272b2f;
}

/* line 76, sass/foundation/components/_top-bar.scss */

.contain-to-grid .top-bar {
  margin-bottom: 0em;
}

/* line 80, sass/foundation/components/_top-bar.scss */

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 87, sass/foundation/components/_top-bar.scss */

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 93, sass/foundation/components/_top-bar.scss */

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 99, sass/foundation/components/_top-bar.scss */

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 70px;
}

/* line 106, sass/foundation/components/_top-bar.scss */

.top-bar {
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  position: relative;
  background: #272b2f;
  margin-bottom: 0em;
}

/* line 115, sass/foundation/components/_top-bar.scss */

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 120, sass/foundation/components/_top-bar.scss */

.top-bar .row {
  max-width: none;
}

/* line 122, sass/foundation/components/_top-bar.scss */

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

/* line 125, sass/foundation/components/_top-bar.scss */

.top-bar input {
  height: 2.45em;
}

/* line 127, sass/foundation/components/_top-bar.scss */

.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}

/* line 130, sass/foundation/components/_top-bar.scss */

.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 135, sass/foundation/components/_top-bar.scss */

.top-bar .name {
  height: 70px;
  margin: 0;
  font-size: 14px;
}

/* line 140, sass/foundation/components/_top-bar.scss */

.top-bar .name h1 {
  line-height: 70px;
  font-size: 1.21429em;
  margin: 0;
}

/* line 144, sass/foundation/components/_top-bar.scss */

.top-bar .name h1 a {
  font-weight: bold;
  color: #9ca3a9;
  width: 50%;
  display: block;
  padding: 0 23.33333px;
}

/* line 155, sass/foundation/components/_top-bar.scss */

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 160, sass/foundation/components/_top-bar.scss */

.top-bar .toggle-topbar a {
  color: #9ca3a9;
  text-transform: uppercase;
  font-size: 0.92857em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 23.33333px;
  height: 70px;
  line-height: 70px;
}

/* line 173, sass/foundation/components/_top-bar.scss */

.top-bar .toggle-topbar.menu-icon {
  right: 23.33333px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

/* line 179, sass/foundation/components/_top-bar.scss */

.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}

/* line 187, sass/foundation/components/_top-bar.scss */

.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

/* line 208, sass/foundation/components/_top-bar.scss */

.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 212, sass/foundation/components/_top-bar.scss */

.top-bar.expanded .title-area {
  background: #272b2f;
}

/* line 215, sass/foundation/components/_top-bar.scss */

.top-bar.expanded .toggle-topbar a {
  color: #888;
}

/* line 216, sass/foundation/components/_top-bar.scss */

.top-bar.expanded .toggle-topbar a span {
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

/* line 234, sass/foundation/components/_top-bar.scss */

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

/* line 240, sass/foundation/components/_top-bar.scss */

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #2d3236;
  font-size: 14px;
  margin: 0;
}

/* line 249, sass/foundation/components/_top-bar.scss */

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 259, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #9ca3a9;
  padding: 12px 0 12px 0;
  padding-left: 23.33333px;
  font-size: 1.14286em;
  font-weight: normal;
  background: #2d3236;
}

/* line 269, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a.button {
  background: #1b7e93;
  font-size: 1.14286em;
  padding-right: 23.33333px;
  padding-left: 23.33333px;
}

/* line 274, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a.button:hover {
  background: #135968;
}

/* line 278, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a.button.secondary {
  background: #efefef;
}

/* line 280, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a.button.secondary:hover {
  background: #d6d6d6;
}

/* line 284, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a.button.success {
  background: #ffd204;
}

/* line 286, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a.button.success:hover {
  background: #d0ab00;
}

/* line 290, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a.button.alert {
  background: #e51937;
}

/* line 292, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li > a.button.alert:hover {
  background: #b7142c;
}

/* line 300, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li:hover > a {
  background: #494f53;
  color: #fff;
}

/* line 306, sass/foundation/components/_top-bar.scss */

.top-bar-section ul li.active > a {
  background: #494f53;
  color: #fff;
}

/* line 313, sass/foundation/components/_top-bar.scss */

.top-bar-section .has-form {
  padding: 23.33333px;
}

/* line 316, sass/foundation/components/_top-bar.scss */

.top-bar-section .has-dropdown {
  position: relative;
}

/* line 320, sass/foundation/components/_top-bar.scss */

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 23.33333px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 332, sass/foundation/components/_top-bar.scss */

.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 333, sass/foundation/components/_top-bar.scss */

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}

/* line 340, sass/foundation/components/_top-bar.scss */

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}

/* line 347, sass/foundation/components/_top-bar.scss */

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 351, sass/foundation/components/_top-bar.scss */

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 23.33333px;
}

/* line 354, sass/foundation/components/_top-bar.scss */

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 359, sass/foundation/components/_top-bar.scss */

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

/* line 360, sass/foundation/components/_top-bar.scss */

.top-bar-section .dropdown li.title h5 a {
  color: #9ca3a9;
  line-height: 35px;
  display: block;
}

/* line 368, sass/foundation/components/_top-bar.scss */

.top-bar-section .dropdown label {
  padding: 8px 23.33333px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.71429em;
}

/* line 380, sass/foundation/components/_top-bar.scss */

.top-bar-js-breakpoint {
  width: 714.21429em !important;
  visibility: hidden;
}

/* line 384, sass/foundation/components/_top-bar.scss */

.js-generated {
  display: block;
}

@media only screen and (min-width: 714.21429em) {
  /* line 389, sass/foundation/components/_top-bar.scss */

  .top-bar {
    background: #272b2f;
    *zoom: 1;
    overflow: visible;
  }

  /* line 121, sass/foundation/components/_global.scss */

  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  .top-bar:after {
    clear: both;
  }

  /* line 394, sass/foundation/components/_top-bar.scss */

  .top-bar .toggle-topbar {
    display: none;
  }

  /* line 396, sass/foundation/components/_top-bar.scss */

  .top-bar .title-area {
    float: left;
  }

  /* line 397, sass/foundation/components/_top-bar.scss */

  .top-bar .name h1 a {
    width: auto;
  }

  /* line 399, sass/foundation/components/_top-bar.scss */

  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 1em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }

  /* line 409, sass/foundation/components/_top-bar.scss */

  .top-bar.expanded {
    background: #272b2f;
  }

  /* line 412, sass/foundation/components/_top-bar.scss */

  .contain-to-grid .top-bar {
    max-width: 80.42857em;
    margin: 0 auto;
    margin-bottom: 0em;
  }

  /* line 418, sass/foundation/components/_top-bar.scss */

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  /* line 422, sass/foundation/components/_top-bar.scss */

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  /* line 427, sass/foundation/components/_top-bar.scss */

  .top-bar-section ul li {
    float: left;
  }

  /* line 429, sass/foundation/components/_top-bar.scss */

  .top-bar-section ul li .js-generated {
    display: none;
  }

  /* line 435, sass/foundation/components/_top-bar.scss */

  .top-bar-section li.hover > a:not(.button) {
    background: #494f53;
    color: #fff;
  }

  /* line 440, sass/foundation/components/_top-bar.scss */

  .top-bar-section li a:not(.button) {
    padding: 0 23.33333px;
    line-height: 70px;
    background: #272b2f;
  }

  /* line 444, sass/foundation/components/_top-bar.scss */

  .top-bar-section li a:not(.button):hover {
    background: #494f53;
  }

  /* line 452, sass/foundation/components/_top-bar.scss */

  .top-bar-section .has-dropdown > a {
    padding-right: 43.33333px !important;
  }

  /* line 454, sass/foundation/components/_top-bar.scss */

  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 35px;
  }

  /* line 463, sass/foundation/components/_top-bar.scss */

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  /* line 464, sass/foundation/components/_top-bar.scss */

  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }

  /* line 468, sass/foundation/components/_top-bar.scss */

  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }

  /* line 475, sass/foundation/components/_top-bar.scss */

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }

  /* line 487, sass/foundation/components/_top-bar.scss */

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  /* line 494, sass/foundation/components/_top-bar.scss */

  .top-bar-section .dropdown li a {
    color: #9ca3a9;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 23.33333px;
    background: #1e1e1e;
  }

  /* line 502, sass/foundation/components/_top-bar.scss */

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }

  /* line 508, sass/foundation/components/_top-bar.scss */

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  /* line 515, sass/foundation/components/_top-bar.scss */

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 70px;
    width: 0;
  }

  /* line 526, sass/foundation/components/_top-bar.scss */

  .top-bar-section .has-form {
    background: #272b2f;
    padding: 0 23.33333px;
    height: 70px;
  }

  /* line 534, sass/foundation/components/_top-bar.scss */

  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }

  /* line 538, sass/foundation/components/_top-bar.scss */

  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 548, sass/foundation/components/_top-bar.scss */

  .no-js .top-bar-section ul li:hover > a {
    background: #494f53;
    color: #fff;
  }

  /* line 554, sass/foundation/components/_top-bar.scss */

  .no-js .top-bar-section ul li:active > a {
    background: #494f53;
    color: #fff;
  }

  /* line 562, sass/foundation/components/_top-bar.scss */

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}

/* Foundation Alerts */

/* line 94, sass/foundation/components/_alert-boxes.scss */

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.42857em;
  position: relative;
  padding: 0.78571em 1.5em 0.85714em 0.78571em;
  font-size: 1em;
  background-color: #1b7e93;
  border-color: #135968;
  color: #fff;
}

/* line 97, sass/foundation/components/_alert-boxes.scss */

.alert-box .close {
  font-size: 1.57143em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.5em;
  right: 0.35714em;
  color: #333;
  opacity: 0.3;
}

/* line 80, sass/foundation/components/_alert-boxes.scss */

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

/* line 99, sass/foundation/components/_alert-boxes.scss */

.alert-box.radius {
  border-radius: 3px;
}

/* line 100, sass/foundation/components/_alert-boxes.scss */

.alert-box.round {
  border-radius: 1000px;
}

/* line 102, sass/foundation/components/_alert-boxes.scss */

.alert-box.success {
  background-color: #ffd204;
  border-color: #d0ab00;
  color: #fff;
}

/* line 103, sass/foundation/components/_alert-boxes.scss */

.alert-box.alert {
  background-color: #e51937;
  border-color: #b7142c;
  color: #fff;
}

/* line 104, sass/foundation/components/_alert-boxes.scss */

.alert-box.secondary {
  background-color: #efefef;
  border-color: #d6d6d6;
  color: #565656;
}

/* Breadcrumbs */

/* line 115, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs {
  display: block;
  padding: 0.64286em 1em 0.64286em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: #efefef;
  border-color: #d6d6d6;
  border-radius: 0;
}

/* line 119, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 1em;
  text-transform: none;
}

/* line 60, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: none;
}

/* line 62, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: none;
  color: #1b7e93;
}

/* line 69, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}

/* line 72, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}

/* line 77, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 82, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *.unavailable {
  color: #999;
}

/* line 84, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *.unavailable a {
  color: #999;
}

/* line 86, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

/* line 96, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *:before {
  content: "";
  color: #aaa;
  margin: 0 0.85714em;
  position: relative;
  top: 1px;
}

/* line 104, sass/foundation/components/_breadcrumbs.scss */

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Default Pagination */

/* line 128, sass/foundation/components/_pagination.scss */

ul.pagination {
  display: block;
  height: 1.71429em;
  margin-left: -0.35714em;
}

/* line 87, sass/foundation/components/_pagination.scss */

ul.pagination li {
  height: 1.71429em;
  color: #222;
  font-size: 1em;
  margin-left: 0.35714em;
}

/* line 93, sass/foundation/components/_pagination.scss */

ul.pagination li a {
  display: block;
  padding: 0.07143em 0.5em 0.07143em;
  color: #999;
}

/* line 99, sass/foundation/components/_pagination.scss */

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

/* line 45, sass/foundation/components/_pagination.scss */

ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

/* line 49, sass/foundation/components/_pagination.scss */

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent;
}

/* line 57, sass/foundation/components/_pagination.scss */

ul.pagination li.current a {
  background: #1b7e93;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

/* line 63, sass/foundation/components/_pagination.scss */

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #1b7e93;
}

/* line 110, sass/foundation/components/_pagination.scss */

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */

/* line 133, sass/foundation/components/_pagination.scss */

.pagination-centered {
  text-align: center;
}

/* line 110, sass/foundation/components/_pagination.scss */

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Side Nav */

/* line 82, sass/foundation/components/_sub-nav.scss */

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.28571em 0 1.28571em;
  padding-top: 0.28571em;
  margin-right: 0;
  margin-left: -0.64286em;
}

/* line 40, sass/foundation/components/_sub-nav.scss */

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.64286em;
  margin-bottom: 0.71429em;
  font-weight: normal;
  font-size: 1em;
}

/* line 50, sass/foundation/components/_sub-nav.scss */

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999;
  text-decoration: none;
}

/* line 54, sass/foundation/components/_sub-nav.scss */

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 1000px;
  font-weight: bold;
  background: #1b7e93;
  padding: 0.21429em 0.64286em;
  cursor: default;
  color: #fff;
}

/* Tables */

/* line 80, sass/foundation/components/_tables.scss */

table {
  background: #fff;
  margin-bottom: 1.42857em;
  border: solid 1px #efefef;
}

/* line 41, sass/foundation/components/_tables.scss */

table thead,
table tfoot {
  background: #a4a6a9;
  font-weight: 500;
}

/* line 47, sass/foundation/components/_tables.scss */

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.57143em 0.71429em 0.71429em;
  font-size: 0.92857em;
  color: #fff;
  text-align: left;
}

/* line 58, sass/foundation/components/_tables.scss */

table tr th,
table tr td {
  padding: 0.64286em 0.71429em;
  font-size: 1em;
  color: #3a3f44;
}

/* line 65, sass/foundation/components/_tables.scss */

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #efefef;
}

/* line 70, sass/foundation/components/_tables.scss */

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  /* line 128, sass/foundation/components/_dropdown.scss */

  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}

/* Foundation Dropdowns */

/* line 135, sass/foundation/components/_dropdown.scss */

.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 14px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

/* line 50, sass/foundation/components/_dropdown.scss */

.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 51, sass/foundation/components/_dropdown.scss */

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 76, sass/foundation/components/_dropdown.scss */

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

/* line 83, sass/foundation/components/_dropdown.scss */

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

/* line 91, sass/foundation/components/_dropdown.scss */

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 95, sass/foundation/components/_dropdown.scss */

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 139, sass/foundation/components/_dropdown.scss */

.f-dropdown li {
  font-size: 1em;
  cursor: pointer;
  line-height: 1.28571em;
  margin: 0;
}

/* line 114, sass/foundation/components/_dropdown.scss */

.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eeeeee;
}

/* line 117, sass/foundation/components/_dropdown.scss */

.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555;
}

/* line 142, sass/foundation/components/_dropdown.scss */

.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.42857em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 14px;
  z-index: 99;
  max-width: 200px;
}

/* line 50, sass/foundation/components/_dropdown.scss */

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 51, sass/foundation/components/_dropdown.scss */

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 145, sass/foundation/components/_dropdown.scss */

.f-dropdown.tiny {
  max-width: 200px;
}

/* line 146, sass/foundation/components/_dropdown.scss */

.f-dropdown.small {
  max-width: 300px;
}

/* line 147, sass/foundation/components/_dropdown.scss */

.f-dropdown.medium {
  max-width: 500px;
}

/* line 148, sass/foundation/components/_dropdown.scss */

.f-dropdown.large {
  max-width: 800px;
}

/* line 3, sass/components/_grid.scss */

body.no-sidebars article.main-content {
  text-align: center;
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 3, sass/components/_grid.scss */

  body.no-sidebars article.main-content {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    float: left;
    margin: 0 auto;
  }
}

/* line 13, sass/components/_grid.scss */

body.one-sidebar aside.sidebar-first {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 13, sass/components/_grid.scss */

  body.one-sidebar aside.sidebar-first {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 16.66667%;
    float: left;
  }
}

/* line 17, sass/components/_grid.scss */

body.one-sidebar aside.sidebar-first + article.main-content {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 17, sass/components/_grid.scss */

  body.one-sidebar aside.sidebar-first + article.main-content {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 83.33333%;
    float: left;
  }
}

/* line 22, sass/components/_grid.scss */

body.one-sidebar aside.sidebar-second {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 22, sass/components/_grid.scss */

  body.one-sidebar aside.sidebar-second {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 33.33333%;
    float: left;
  }
}

/* line 26, sass/components/_grid.scss */

body.one-sidebar article.main-content {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 26, sass/components/_grid.scss */

  body.one-sidebar article.main-content {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 66.66667%;
    float: left;
  }
}

/* line 32, sass/components/_grid.scss */

body.two-sidebars aside.sidebar-first,
body.two-sidebars aside.sidebar-second {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 32, sass/components/_grid.scss */

  body.two-sidebars aside.sidebar-first,
  body.two-sidebars aside.sidebar-second {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 16.66667%;
    float: left;
  }
}

/* line 37, sass/components/_grid.scss */

body.two-sidebars article.main-content {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 37, sass/components/_grid.scss */

  body.two-sidebars article.main-content {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 66.66667%;
    float: left;
  }
}

/* line 44, sass/components/_grid.scss */

body.triptych-1 .triptych-wrapper > .row > * {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 44, sass/components/_grid.scss */

  body.triptych-1 .triptych-wrapper > .row > * {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 100%;
    float: left;
  }
}

/* line 50, sass/components/_grid.scss */

body.triptych-2 .triptych-wrapper > .row > * {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 50, sass/components/_grid.scss */

  body.triptych-2 .triptych-wrapper > .row > * {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 50%;
    float: left;
  }
}

/* line 56, sass/components/_grid.scss */

body.triptych-3 .triptych-wrapper > .row > * {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 56, sass/components/_grid.scss */

  body.triptych-3 .triptych-wrapper > .row > * {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 33.33333%;
    float: left;
  }
}

/* line 63, sass/components/_grid.scss */

body.footer-1 .footer-wrapper > * {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 63, sass/components/_grid.scss */

  body.footer-1 .footer-wrapper > * {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 100%;
    float: left;
  }
}

/* line 69, sass/components/_grid.scss */

body.footer-2 .footer-wrapper > * {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 69, sass/components/_grid.scss */

  body.footer-2 .footer-wrapper > * {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 50%;
    float: left;
  }
}

/* line 75, sass/components/_grid.scss */

body.footer-3 .footer-wrapper > * {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 75, sass/components/_grid.scss */

  body.footer-3 .footer-wrapper > * {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 33.33333%;
    float: left;
  }
}

/* line 81, sass/components/_grid.scss */

body.footer-4 .footer-wrapper > * {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 81, sass/components/_grid.scss */

  body.footer-4 .footer-wrapper > * {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 25%;
    float: left;
  }
}

/* line 88, sass/components/_grid.scss */

section.page,
section.triptych-wrapper,
body > footer {
  width: 100%;
}

/* line 1, sass/components/_alerts.scss */

.drupal-messages .messages,
#field-attendees-add-more-wrapper .messages {
  background-image: none;
}

/* line 5, sass/components/_alerts.scss */

.drupal-messages .messages.error,
.drupal-messages .messages.warning,
#field-attendees-add-more-wrapper .messages.error,
#field-attendees-add-more-wrapper .messages.warning {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.42857em;
  position: relative;
  padding: 0.78571em 1.5em 0.85714em 0.78571em;
  font-size: 1em;
  background-color: #e51937;
  border-color: #b7142c;
  color: #fff;
}

/* line 10, sass/components/_alerts.scss */

.drupal-messages .messages.status,
#field-attendees-add-more-wrapper .messages.status {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.42857em;
  position: relative;
  padding: 0.78571em 1.5em 0.85714em 0.78571em;
  font-size: 1em;
  background-color: #1b7e93;
  border-color: #135968;
  color: #fff;
}

/* line 14, sass/components/_alerts.scss */

.drupal-messages .messages ul,
#field-attendees-add-more-wrapper .messages ul {
  list-style-type: disc;
}

/* line 18, sass/components/_alerts.scss */

.drupal-messages .messages li,
#field-attendees-add-more-wrapper .messages li {
  color: #fff;
  text-shadow: none;
  padding-bottom: 0;
}

/* line 22, sass/components/_alerts.scss */

.drupal-messages .messages li:before,
#field-attendees-add-more-wrapper .messages li:before {
  display: none;
}

/* line 25, sass/components/_alerts.scss */

.drupal-messages .messages a,
#field-attendees-add-more-wrapper .messages a {
  color: rgba(255, 255, 255, 0.65);
}

/* line 27, sass/components/_alerts.scss */

.drupal-messages .messages .close,
#field-attendees-add-more-wrapper .messages .close {
  font-size: 1.57143em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.5em;
  right: 0.35714em;
  color: #333;
  opacity: 0.3;
  text-decoration: none;
}

/* line 80, sass/foundation/components/_alert-boxes.scss */

.drupal-messages .messages .close:hover,
.drupal-messages .messages .close:focus,
#field-attendees-add-more-wrapper .messages .close:hover,
#field-attendees-add-more-wrapper .messages .close:focus {
  opacity: 0.5;
}

@font-face {
  font-family: 'Oswald Regular';
  src: url("/sites/default/themes/umbiopark/fonts/oswald-regular-webfont.eot") format("embedded-opentype"), url("/sites/default/themes/umbiopark/fonts/oswald-regular-webfont.woff") format("woff"), url("/sites/default/themes/umbiopark/fonts/oswald-regular-webfont.ttf") format("truetype"), url("/sites/default/themes/umbiopark/fonts/oswald-regular-webfont.svg") format("svg");
}

@font-face {
  font-family: 'Oswald Light';
  src: url("/sites/default/themes/umbiopark/fonts/oswald-light-webfont.eot") format("embedded-opentype"), url("/sites/default/themes/umbiopark/fonts/oswald-light-webfont.woff") format("woff"), url("/sites/default/themes/umbiopark/fonts/oswald-light-webfont.ttf") format("truetype"), url("/sites/default/themes/umbiopark/fonts/oswald-light-webfont.svg") format("svg");
}

@font-face {
  font-family: 'Oswald Bold';
  src: url("/sites/default/themes/umbiopark/fonts/oswald-bold-webfont.eot") format("embedded-opentype"), url("/sites/default/themes/umbiopark/fonts/oswald-bold-webfont.woff") format("woff"), url("/sites/default/themes/umbiopark/fonts/oswald-bold-webfont.ttf") format("truetype"), url("/sites/default/themes/umbiopark/fonts/oswald-bold-webfont.svg") format("svg");
}

@font-face {
  font-family: 'PTSerif Italic';
  src: url("/sites/default/themes/umbiopark/fonts/ptserif-italic-webfont.eot") format("embedded-opentype"), url("/sites/default/themes/umbiopark/fonts/ptserif-italic-webfont.woff") format("woff"), url("/sites/default/themes/umbiopark/fonts/ptserif-italic-webfont.ttf") format("truetype"), url("/sites/default/themes/umbiopark/fonts/ptserif-italic-webfont.svg") format("svg");
}

/* line 43, sass/components/_typography.scss */

body {
  font-size: 14px;
  line-height: 19px;
  color: #2d3236;
}

/* line 50, sass/components/_typography.scss */

h1,
h2,
h3,
h4 {
  font-family: "Oswald Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 57, sass/components/_typography.scss */

article.main-content > h1,
h1.title {
  color: #e51937;
}

/* line 62, sass/components/_typography.scss */

.region-content a {
  text-decoration: underline;
}

/* line 67, sass/components/_typography.scss */

.region-content ul {
  list-style-type: none;
  margin-left: 25px;
  margin-bottom: 15px;
}

/* line 72, sass/components/_typography.scss */

.region-content ul li {
  padding-bottom: 10px;
}

/* line 74, sass/components/_typography.scss */

.region-content ul li:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #ccc;
  border-radius: 1000px;
  position: absolute;
  margin-top: 3px;
  margin-left: -20px;
}

/* line 87, sass/components/_typography.scss */

.region-content ul ul {
  margin-top: 10px;
  margin-bottom: -10px;
  font-family: "PTSerif Italic", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #9da1a4;
  font-style: italic;
  font-size: 13px;
}

/* line 96, sass/components/_typography.scss */

.region-content ul ul li:before {
  content: '\e806';
  color: #ccc;
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  width: 15px;
  margin-right: 5px;
  text-align: center;
  border: none;
  border-radius: 0;
}

/* line 110, sass/components/_typography.scss */

ul.contextual-links {
  overflow: hidden;
}

/* line 112, sass/components/_typography.scss */

ul.contextual-links li {
  padding: 0 !important;
}

/* line 115, sass/components/_typography.scss */

.item-list ul {
  margin-bottom: 0;
}

/* line 118, sass/components/_typography.scss */

.item-list ul li {
  margin: 0;
}

/* line 121, sass/components/_typography.scss */

h2 {
  font-size: 22px;
}

/* line 125, sass/components/_typography.scss */

h2.subheading,
h2.subheading-50 {
  color: #8d979e;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  /* line 134, sass/components/_typography.scss */

  h2.subheading-50 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 30px;
  }

  /* line 140, sass/components/_typography.scss */

  h2.subheading-50 + h2.subheading-50 {
    padding-left: 30px;
    padding-right: 0;
  }
}

/* line 147, sass/components/_typography.scss */

h3,
h4 {
  color: #8d979e;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 156, sass/components/_typography.scss */

h4 {
  font-weight: normal;
}

/* line 160, sass/components/_typography.scss */

h5 {
  color: #8d979e;
  font-size: 12px;
  margin-bottom: 0;
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
}

/* line 169, sass/components/_typography.scss */

h6 {
  color: #9da1a4;
  font-family: "PTSerif Italic", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  margin: 0;
}

/* line 176, sass/components/_typography.scss */

hr {
  border-color: #efefef;
  margin: 25px 0;
}

/* line 182, sass/components/_typography.scss */

.media-small_left {
  float: left;
  text-align: center;
  padding: 10px 30px 10px 0;
  width: 50%;
}

@media (min-width: 450px) {
  /* line 182, sass/components/_typography.scss */

  .media-small_left {
    width: 33.333%;
  }
}

/* line 192, sass/components/_typography.scss */

.media-small_left + .media-small_left + .media-small_left,
.media-small_right + .media-small_right + .media-small_right {
  display: none;
}

@media (min-width: 450px) {
  /* line 192, sass/components/_typography.scss */

  .media-small_left + .media-small_left + .media-small_left,
  .media-small_right + .media-small_right + .media-small_right {
    display: block;
  }
}

/* line 199, sass/components/_typography.scss */

.media-small_left + .media-small_left + .media-small_left + *,
.media-small_right + .media-small_right + .media-small_right + * {
  clear: both;
}

/* line 204, sass/components/_typography.scss */

.media-small_right {
  float: right;
  text-align: center;
  padding: 10px 0 10px 30px;
  width: 50%;
}

@media (min-width: 450px) {
  /* line 204, sass/components/_typography.scss */

  .media-small_right {
    width: 33.333%;
  }
}

/* line 214, sass/components/_typography.scss */

.media-medium_left {
  padding-bottom: 20px;
}

@media (min-width: 500px) {
  /* line 214, sass/components/_typography.scss */

  .media-medium_left {
    float: left;
    padding: 10px 30px 10px 0;
    width: 50%;
  }
}

/* line 223, sass/components/_typography.scss */

.media-medium_right {
  padding-bottom: 20px;
}

@media (min-width: 500px) {
  /* line 223, sass/components/_typography.scss */

  .media-medium_right {
    float: right;
    padding: 10px 0 10px 30px;
    width: 50%;
  }
}

/* line 232, sass/components/_typography.scss */

.media-small_center {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media (min-width: 425px) {
  /* line 232, sass/components/_typography.scss */

  .media-small_center {
    width: 33.333%;
  }
}

/* line 241, sass/components/_typography.scss */

.media-medium_center {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 500px) {
  /* line 241, sass/components/_typography.scss */

  .media-medium_center {
    width: 50%;
  }
}

/* line 249, sass/components/_typography.scss */

.media-small_center,
.media-medium_center,
.media-large {
  text-align: center;
  margin-bottom: 20px;
}

/* line 257, sass/components/_typography.scss */

.media .field-type-text-long {
  color: #8b9298;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding: 15px 0 25px 0;
  background: url("data:image/gif;base64,R0lGODdhAQAGAPAAAMHHy////ywAAAAAAQAGAAACA0QeUAA7") repeat-x bottom left;
}

@font-face {
  font-family: 'umbiopark-icons';
  src: url("/sites/default/themes/umbiopark/fonts/umbiopark-icons.eot") format("embedded-opentype"), url("/sites/default/themes/umbiopark/fonts/umbiopark-icons.woff") format("woff"), url("/sites/default/themes/umbiopark/fonts/umbiopark-icons.ttf") format("truetype"), url("/sites/default/themes/umbiopark/fonts/umbiopark-icons.svg") format("svg");
}

/* line 1, sass/components/_buttons.scss */

a.button {
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #00b4ff;
  padding: .9em 2.5em;
  margin-bottom: 0;
  text-decoration: none !important;
  border-radius: 3px;
  background-image: -owg-linear-gradient(rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.35));
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.35));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

/* line 14, sass/components/_buttons.scss */

a.button:hover {
  background-color: #0090cc;
}

/* line 9, sass/components/_forms.scss */

input[type="submit"] {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.42857em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.85714em;
  padding-right: 1.71429em;
  padding-bottom: 0.92857em;
  padding-left: 1.71429em;
  font-size: 1.14286em;
  background-color: #1b7e93;
  border-color: #135968;
  color: #fff;
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #00b4ff;
  padding: .9em 2.5em;
  margin-bottom: 0;
  text-decoration: none !important;
  border-radius: 3px;
  background-image: -owg-linear-gradient(rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.35));
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.35));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -webkit-transition: background 1s false;
  -webkit-transition-delay: 0s;
  transition: background 1s false false;
}

/* line 121, sass/foundation/components/_buttons.scss */

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #135968;
}

/* line 132, sass/foundation/components/_buttons.scss */

input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #fff;
}

/* line 24, sass/components/_forms.scss */

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #0090cc;
}

/* line 29, sass/components/_forms.scss */

input[type="submit"]:focus {
  outline: none;
}

/* line 34, sass/components/_forms.scss */

form.custom .custom.checkbox {
  float: left;
  width: 20px;
  height: 20px;
}

/* line 38, sass/components/_forms.scss */

form.custom .custom.checkbox.checked:before {
  content: '\e81b';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #828588;
  margin-top: 11px;
  margin-left: -8px;
}

/* line 46, sass/components/_forms.scss */

form.custom .custom.checkbox + label {
  float: left;
}

/* line 52, sass/components/_forms.scss */

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  box-shadow: none;
  height: auto;
  padding: 15px;
  margin: 0;
}

/* line 63, sass/components/_forms.scss */

section.page input[type="text"],
section.page input[type="email"],
section.page input[type="password"],
section.page textarea {
  background-color: #efefef;
  border: 1px solid #efefef;
}

/* line 70, sass/components/_forms.scss */

section.page input[type="text"]:focus,
section.page input[type="email"]:focus,
section.page input[type="password"]:focus,
section.page textarea:focus {
  background: #fff;
  border: 1px solid #ccc;
}

/* line 76, sass/components/_forms.scss */

section.page input[type="submit"] {
  width: 100%;
}

/* line 2, sass/components/_nav.scss */

#top {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 2, sass/components/_nav.scss */

  #top {
    *zoom: 1;
    display: block;
    background-color: #272b2f;
    padding: 12px 0;
    z-index: 400;
    position: fixed;
    width: 100%;
  }

  /* line 121, sass/foundation/components/_global.scss */

  #top:before,
  #top:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  #top:after {
    clear: both;
  }
}

/* line 15, sass/components/_nav.scss */

#top .logo {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 33.33333%;
  float: left;
  padding-right: 0;
}

/* line 19, sass/components/_nav.scss */

#top .logo a {
  display: block;
  width: 350px;
  height: 80px;
  text-indent: -1000px;
  overflow: hidden;
  max-width: 100%;
  background: url("/sites/default/themes/umbiopark/img/logo-header-stacked.png") no-repeat center left;
  background-size: contain;
  transition: background 0.5s, height 0.5s, width 0.5s;
}

/* line 32, sass/components/_nav.scss */

.region-secondary-menu {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 66.66667%;
  float: left;
  padding-top: 20px;
}

/* line 36, sass/components/_nav.scss */

.region-secondary-menu nav {
  float: right;
  clear: right;
}

@media (min-width: 1200px) {
  /* line 36, sass/components/_nav.scss */

  .region-secondary-menu nav {
    clear: none;
  }
}

/* line 44, sass/components/_nav.scss */

.region-secondary-menu nav > ul {
  list-style-type: none;
  margin-top: 8px;
}

/* line 48, sass/components/_nav.scss */

.region-secondary-menu nav > ul > li {
  display: inline-block;
}

/* line 54, sass/components/_nav.scss */

.region-secondary-menu nav:first-child {
  display: none;
}

@media (min-width: 1200px) {
  /* line 54, sass/components/_nav.scss */

  .region-secondary-menu nav:first-child {
    display: block;
  }
}

/* line 58, sass/components/_nav.scss */

.region-secondary-menu nav:first-child > ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 35px;
}

/* line 45, sass/components/_icons.scss */

.region-secondary-menu nav:first-child > ul li {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 0;
}

/* line 51, sass/components/_icons.scss */

.region-secondary-menu nav:first-child > ul li a {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  color: #272b2f;
  font-size: 16.1px;
  border-radius: 5000px;
}

/* line 60, sass/components/_icons.scss */

.region-secondary-menu nav:first-child > ul li a:hover:before,
.region-secondary-menu nav:first-child > ul li a:focus:before {
  background-color: #ffd204 !important;
}

/* line 65, sass/components/_icons.scss */

.region-secondary-menu nav:first-child > ul li a:before {
  content: '';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  height: 28px;
  background-color: #5c6166;
}

/* line 75, sass/components/_icons.scss */

.region-secondary-menu nav:first-child > ul a[href*="twitter"]:before {
  content: '\e801';
}

/* line 82, sass/components/_icons.scss */

.region-secondary-menu nav:first-child > ul a[href*="facebook"]:before {
  content: '\e802';
}

/* line 89, sass/components/_icons.scss */

.region-secondary-menu nav:first-child > ul a[href*="linkedin"]:before {
  content: '\e803';
}

/* line 67, sass/components/_nav.scss */

.region-secondary-menu nav + nav > ul > li {
  padding: 0;
  float: left;
}

/* line 71, sass/components/_nav.scss */

.region-secondary-menu nav + nav > ul > li:focus-within > ul {
  display: block;
}

/* line 76, sass/components/_nav.scss */

.region-secondary-menu nav + nav > ul > li > a {
  color: #fff;
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.75);
  padding: 32px 10px 32px 10px;
  position: relative;
  line-height: 25px;
  top: 0;
}

@media (min-width: 930px) {
  /* line 76, sass/components/_nav.scss */

  .region-secondary-menu nav + nav > ul > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  /* line 76, sass/components/_nav.scss */

  .region-secondary-menu nav + nav > ul > li > a {
    padding: 30px 15px;
  }
}

/* line 93, sass/components/_nav.scss */

.region-secondary-menu nav + nav > ul > li > a.hover,
.region-secondary-menu nav + nav > ul > li > a:focus {
  color: #ffd204;
}

/* line 102, sass/components/_nav.scss */

.region-secondary-menu nav ul li.hover > ul {
  display: block;
}

/* line 106, sass/components/_nav.scss */

.region-secondary-menu nav ul li ul {
  padding-top: 40px;
  display: none;
  position: absolute;
  list-style-type: none;
  list-style-image: none;
  max-width: 320px;
  margin: 28px 0 0 0;
}

/* line 116, sass/components/_nav.scss */

.region-secondary-menu nav ul li ul:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid #272b2f;
  top: 0;
  left: 30px;
}

/* line 130, sass/components/_nav.scss */

.region-secondary-menu nav ul li ul:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  top: 44px;
  bottom: -4px;
  left: 4px;
  right: -4px;
  z-index: -1;
}

/* line 142, sass/components/_nav.scss */

.region-secondary-menu nav ul li ul li {
  background: #272b2f;
}

/* line 145, sass/components/_nav.scss */

.region-secondary-menu nav ul li ul li:first-child {
  padding-top: 16px;
}

/* line 146, sass/components/_nav.scss */

.region-secondary-menu nav ul li ul li:last-child {
  padding-bottom: 16px;
}

/* line 148, sass/components/_nav.scss */

.region-secondary-menu nav ul li ul li a {
  display: block;
  padding: 8px 16px;
  color: #9ca3a9;
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 148, sass/components/_nav.scss */

  .region-secondary-menu nav ul li ul li a {
    font-size: 15px;
  }
}

/* line 158, sass/components/_nav.scss */

.region-secondary-menu nav ul li ul li a:hover,
.region-secondary-menu nav ul li ul li a:focus {
  color: #fff;
  background-color: #393e42;
}

/* line 167, sass/components/_nav.scss */

.region-secondary-menu nav ul > li:last-child ul {
  margin-top: 33px;
}

/* line 171, sass/components/_nav.scss */

.region-secondary-menu nav.contextual-links-region {
  position: static;
}

@media (min-width: 768px) and (max-width: 1200px) {
  /* line 177, sass/components/_nav.scss */

  .region-secondary-menu nav ul > li:last-child ul {
    right: 0;
  }

  /* line 179, sass/components/_nav.scss */

  .region-secondary-menu nav ul > li:last-child ul:before {
    left: auto;
    right: 50px;
    border-right: 0;
    border-left: 20px solid transparent;
  }
}

/* line 190, sass/components/_nav.scss */

.top-bar.expanded {
  background: #2d3236;
}

/* line 194, sass/components/_nav.scss */

.top-bar .name a {
  display: inline-block;
  width: 228px;
  max-width: 70%;
  height: 55px;
  margin-left: 15px;
  margin-top: 7px;
  text-indent: -1000px;
  overflow: hidden;
  background: url("/sites/default/themes/umbiopark/img/logo-mobile-stacked.png") no-repeat left center;
  background-size: contain;
}

/* line 207, sass/components/_nav.scss */

.top-bar .toggle-topbar.menu-icon {
  background-color: #3e4449;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 20px 20px 20px 0;
}

/* line 215, sass/components/_nav.scss */

.top-bar-section ul li a {
  line-height: 1;
}

/* line 219, sass/components/_nav.scss */

ul li.expanded,
ul li.collapsed {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}

/* line 226, sass/components/_nav.scss */

.top-bar-section .has-dropdown > a:after {
  content: '\e806';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border: none;
  width: 0;
  height: 0;
  margin-top: -6px;
  margin-right: 30px;
  font-size: 13px;
}

/* line 237, sass/components/_nav.scss */

.top-bar-section .dropdown {
  padding-bottom: 10px;
  background-color: #2d3236;
}

/* line 241, sass/components/_nav.scss */

.top-bar-section .dropdown li a {
  height: 40px;
  padding: 12px 20px;
}

/* line 247, sass/components/_nav.scss */

.top-bar-section .dropdown li.title h5 a {
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #6a757d;
  padding-top: 15px;
}

/* line 254, sass/components/_nav.scss */

.top-bar-section .dropdown li.title h5 a:before {
  content: '\e805';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}

/* line 263, sass/components/_nav.scss */

.top-bar-section .social-media ul {
  padding: 5px 20px 15px 20px;
  list-style-type: none;
  margin-bottom: 0;
}

/* line 45, sass/components/_icons.scss */

.top-bar-section .social-media ul li {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
}

/* line 51, sass/components/_icons.scss */

.top-bar-section .social-media ul li a {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  color: #2d3236;
  font-size: 16.1px;
  border-radius: 5000px;
}

/* line 60, sass/components/_icons.scss */

.top-bar-section .social-media ul li a:hover:before,
.top-bar-section .social-media ul li a:focus:before {
  background-color: #ffd204 !important;
}

/* line 65, sass/components/_icons.scss */

.top-bar-section .social-media ul li a:before {
  content: '';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  height: 28px;
  background-color: #81878c;
}

/* line 75, sass/components/_icons.scss */

.top-bar-section .social-media ul a[href*="twitter"]:before {
  content: '\e801';
}

/* line 82, sass/components/_icons.scss */

.top-bar-section .social-media ul a[href*="facebook"]:before {
  content: '\e802';
}

/* line 89, sass/components/_icons.scss */

.top-bar-section .social-media ul a[href*="linkedin"]:before {
  content: '\e803';
}

/* line 267, sass/components/_nav.scss */

.top-bar-section .social-media ul li a {
  padding: 0;
}

/* Slider */

/* line 40, sass/components/_slick.scss */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

/* line 56, sass/components/_slick.scss */

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 63, sass/components/_slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 67, sass/components/_slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 72, sass/components/_slick.scss */

.slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 80, sass/components/_slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 86, sass/components/_slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 92, sass/components/_slick.scss */

.slick-track:after {
  clear: both;
}

/* line 96, sass/components/_slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 100, sass/components/_slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

/* line 105, sass/components/_slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 109, sass/components/_slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 115, sass/components/_slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 119, sass/components/_slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 123, sass/components/_slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 127, sass/components/_slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */

/* Arrows */

/* line 150, sass/components/_slick.scss */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -80px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 1;
  z-index: 999;
  -webkit-transition: opacity 0.25s false;
  -webkit-transition-delay: 0s;
  transition: opacity 0.25s false false;
}

@media (min-width: 1100px) {
  /* line 150, sass/components/_slick.scss */

  .slick-prev,
  .slick-next {
    margin-top: -105px;
  }
}

/* line 174, sass/components/_slick.scss */

.slick-prev.transitioning,
.slick-next.transitioning {
  opacity: .15;
}

/* line 178, sass/components/_slick.scss */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  box-shadow: none;
}

/* line 183, sass/components/_slick.scss */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}

/* line 187, sass/components/_slick.scss */

.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 188, sass/components/_slick.scss */

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 192, sass/components/_slick.scss */

.slick-prev:before,
.slick-next:before {
  font-family: "umbiopark-icons";
  font-size: 36px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 201, sass/components/_slick.scss */

.slick-prev {
  left: -25px;
}

/* line 203, sass/components/_slick.scss */

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 207, sass/components/_slick.scss */

.slick-prev:before {
  content: "";
}

/* line 209, sass/components/_slick.scss */

[dir="rtl"] .slick-prev:before {
  content: "";
}

/* line 214, sass/components/_slick.scss */

.slick-next {
  right: -25px;
}

/* line 216, sass/components/_slick.scss */

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 220, sass/components/_slick.scss */

.slick-next:before {
  content: "";
}

/* line 222, sass/components/_slick.scss */

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */

/* line 230, sass/components/_slick.scss */

.slick-slider {
  margin-bottom: 30px;
}

/* line 233, sass/components/_slick.scss */

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  z-index: 999;
}

@media only screen and (min-width: 768px) {
  /* line 233, sass/components/_slick.scss */

  .slick-dots {
    bottom: 20px;
  }
}

/* line 246, sass/components/_slick.scss */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

/* line 255, sass/components/_slick.scss */

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 19px;
  width: 19px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  box-shadow: none;
}

/* line 268, sass/components/_slick.scss */

.slick-dots li button:hover {
  outline: none;
}

/* line 270, sass/components/_slick.scss */

.slick-dots li button:hover:before {
  opacity: 0.5;
}

/* line 275, sass/components/_slick.scss */

.slick-dots li button:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: '';
  width: 15px;
  height: 15px;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  border-radius: 500px;
}

/* line 291, sass/components/_slick.scss */

.slick-dots li.slick-active button:before {
  border: 2px solid #fff;
  background-color: transparent;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
}

/* line 1, sass/components/_tables.scss */

table {
  width: 100%;
  border: none;
  height: auto !important;
}

/* line 7, sass/components/_tables.scss */

table tr td {
  padding: 0;
  vertical-align: top;
}

/* line 12, sass/components/_tables.scss */

tbody {
  border: none;
}

/* line 16, sass/components/_tables.scss */

table thead + tbody {
  border: 1px solid #efefef;
}

/* line 19, sass/components/_tables.scss */

table thead + tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

/* line 25, sass/components/_tables.scss */

table.side-headers tbody {
  border: 1px solid #efefef;
}

@media only screen and (min-width: 768px) {
  /* line 29, sass/components/_tables.scss */

  table.side-headers tbody tr td {
    padding: 10px;
  }
}

/* line 34, sass/components/_tables.scss */

table tr td,
table thead tr th {
  border: none;
}

/* line 39, sass/components/_tables.scss */

table thead tr th {
  text-transform: uppercase;
}

/* line 44, sass/components/_tables.scss */

table tbody tr th {
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #a4a6a9;
  color: #fff;
  vertical-align: top;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 44, sass/components/_tables.scss */

  table tbody tr th {
    text-align: right;
  }
}

/* line 61, sass/components/_tables.scss */

.region-content table ul {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 67, sass/components/_tables.scss */

  .path-biopark-park-leadership table td {
    width: 50%;
  }
}

/* line 74, sass/components/_tables.scss */

body.path-properties-life-sciences-conference-center table {
  text-align: center;
}

/* line 77, sass/components/_tables.scss */

body.path-properties-life-sciences-conference-center table thead tr th {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 80, sass/components/_tables.scss */

  body.path-properties-life-sciences-conference-center table th {
    font-size: 9px;
    padding: 5px;
  }
}

/* line 88, sass/components/_tables.scss */

.page-properties-life-sciences-conference-center-reservations .region-content {
  overflow: visible;
}

/* line 92, sass/components/_tables.scss */

table tr.date-box,
table tr.single-day,
table tr.multi-day {
  background: #fff;
}

@media print {
  /* line 98, sass/components/_tables.scss */

  table tr.date-box .inner {
    page-break-after: avoid;
  }
}

/* line 104, sass/components/_tables.scss */

.region-content .calendar ul {
  margin: 0;
  text-align: center;
}

/* line 108, sass/components/_tables.scss */

.region-content .calendar ul li {
  color: #3a3f44;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
}

/* line 119, sass/components/_tables.scss */

.region-content .calendar ul li:before {
  display: none;
}

/* line 120, sass/components/_tables.scss */

.region-content .calendar ul li:after {
  content: ' + ';
  display: inline-block;
  font-size: 18px;
  line-height: 12px;
  padding-left: 2px;
}

/* line 127, sass/components/_tables.scss */

.region-content .calendar ul li:last-child:after {
  display: none;
}

@media print {
  /* line 131, sass/components/_tables.scss */

  .calendar .hide-for-small {
    display: block !important;
  }
}

@media print {
  /* line 137, sass/components/_tables.scss */

  .view-id-properties .show-for-small {
    display: none !important;
  }
}

/* line 144, sass/components/_tables.scss */

.calendar.monthview h2 {
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: center;
  font-size: 18px;
}

/* line 150, sass/components/_tables.scss */

.calendar.monthview h2.Requested {
  color: #e51937;
}

/* line 155, sass/components/_tables.scss */

.calendar.monthview h5 {
  line-height: 1.2;
  color: #2d3236;
  text-align: center;
  margin-bottom: 3px;
}

/* line 162, sass/components/_tables.scss */

.calendar.monthview h6 {
  text-align: center;
  line-height: 1.1;
}

/* line 167, sass/components/_tables.scss */

.calendar.monthview a:hover {
  text-decoration: none;
}

/* line 172, sass/components/_tables.scss */

.calendar-calendar .month-view .full td.single-day div.monthview {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 176, sass/components/_tables.scss */

  .calendar-calendar .inner .item {
    padding-bottom: 10px;
  }

  /* line 180, sass/components/_tables.scss */

  .calendar-calendar .inner .item + .item {
    border-top: 1px solid #efefef;
    padding-top: 10px;
  }
}

/* line 187, sass/components/_tables.scss */

.calendar-calendar td.empty {
  color: #ccc;
}

/* line 191, sass/components/_tables.scss */

.calendar-calendar .today {
  border-color: #ccc !important;
  border-width: 1px !important;
}

/* line 196, sass/components/_tables.scss */

.calendar-calendar .month-view .full td.date-box.today {
  border-bottom: 0;
}

/* line 200, sass/components/_tables.scss */

.calendar-calendar th.days {
  background-color: #A4A6A9;
  color: #fff;
  padding: 10px 5px;
}

/* line 206, sass/components/_tables.scss */

.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background: #efefef;
}

/* line 212, sass/components/_tables.scss */

.date-nav {
  padding-bottom: 0;
}

@media print {
  /* line 216, sass/components/_tables.scss */

  .date-nav-wrapper .date-prev,
  .date-nav-wrapper .date-next {
    display: none !important;
  }
}

/* line 223, sass/components/_tables.scss */

.date-nav-wrapper .date-prev a,
.date-nav-wrapper .date-next a {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* line 230, sass/components/_tables.scss */

.calendar-calendar .month-view .full td.single-day div.monthview {
  overflow: visible;
}

/* line 234, sass/components/_tables.scss */

.calendar .dropdown-link {
  display: block;
  background: #3a3f44 !important;
  text-indent: -1000px;
  width: 15px;
  height: 15px;
  margin: 0 auto 3px auto;
  outline: 0;
  border-radius: 1000px;
}

/* line 243, sass/components/_tables.scss */

.calendar .dropdown-link.Requested {
  background: #e51937 !important;
}

/* line 248, sass/components/_tables.scss */

.calendar .f-dropdown.content {
  background-color: #fff !important;
  border: 1px solid #3a3f44 !important;
  width: 300% !important;
  padding: 10px 5px !important;
  margin-left: -100%;
  margin-top: 0 !important;
}

/* line 256, sass/components/_tables.scss */

.calendar .f-dropdown.content:before {
  left: 50%;
  margin-left: -7px;
}

/* line 260, sass/components/_tables.scss */

.calendar .f-dropdown.content:after {
  border-color: transparent transparent #3a3f44;
  margin-left: -8px;
  left: 50%;
}

/* line 266, sass/components/_tables.scss */

.calendar .f-dropdown.content li {
  padding: 0;
  cursor: default;
}

/* line 269, sass/components/_tables.scss */

.calendar .f-dropdown.content li:hover,
.calendar .f-dropdown.content li:focus {
  background: none;
}

/* line 276, sass/components/_tables.scss */

.view-id-properties .view-header .red {
  color: #e51937;
}

/* line 280, sass/components/_tables.scss */

.view-id-properties .view-header .black {
  color: #3a3f44;
}

@media (max-width: 767px) {
  /* line 288, sass/components/_tables.scss */

  body.node-type-page table,
  body.node-type-page tbody,
  body.node-type-page tr,
  body.node-type-page td,
  body.node-type-page th {
    display: block !important;
    height: auto;
  }

  /* line 297, sass/components/_tables.scss */

  body.node-type-page th {
    width: 100%;
  }
}

/* line 1, sass/components/_sections.scss */

.section-container p.title {
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 35px 15px 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 1, sass/components/_sections.scss */

  .section-container p.title {
    font-size: 15px;
    padding: 20px 50px 20px 30px;
  }
}

/* line 11, sass/components/_sections.scss */

.section-container p.title:after {
  content: '\e804';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 1.6em;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

/* line 24, sass/components/_sections.scss */

.section-container section.active p.title:after {
  content: '\e807';
}

/* line 28, sass/components/_sections.scss */

.section-container.accordion > section > .content {
  padding: 20px 0 30px 0;
}

/* line 1, sass/components/_tabs.scss */

ul.tabs.primary {
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  line-height: 1.7;
  white-space: inherit;
  text-transform: capitalize;
}

/* line 12, sass/components/_tabs.scss */

ul.tabs.primary li {
  display: inline-block;
}

/* line 15, sass/components/_tabs.scss */

ul.tabs.primary li a {
  background: none;
  border: none;
  margin: 0;
  padding: 3px 8px;
  font-size: 13px;
}

/* line 23, sass/components/_tabs.scss */

ul.tabs.primary li a:hover {
  background-color: #efefef;
}

/* line 27, sass/components/_tabs.scss */

ul.tabs.primary li a.active {
  color: #fff;
  background-color: #52aed0;
}

/* line 1, sass/components/_pagination.scss */

.region-content ul.pager {
  display: block;
  height: 1.71429em;
  margin-left: -0.35714em;
  position: relative;
}

/* line 87, sass/foundation/components/_pagination.scss */

.region-content ul.pager li {
  height: 1.71429em;
  color: #222;
  font-size: 1em;
  margin-left: 0.35714em;
}

/* line 93, sass/foundation/components/_pagination.scss */

.region-content ul.pager li a {
  display: block;
  padding: 0.07143em 0.5em 0.07143em;
  color: #999;
}

/* line 99, sass/foundation/components/_pagination.scss */

.region-content ul.pager li:hover a,
.region-content ul.pager li a:focus {
  background: #e6e6e6;
}

/* line 45, sass/foundation/components/_pagination.scss */

.region-content ul.pager li.unavailable a {
  cursor: default;
  color: #999;
}

/* line 49, sass/foundation/components/_pagination.scss */

.region-content ul.pager li.unavailable:hover a,
.region-content ul.pager li.unavailable a:focus {
  background: transparent;
}

/* line 57, sass/foundation/components/_pagination.scss */

.region-content ul.pager li.current a {
  background: #1b7e93;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

/* line 63, sass/foundation/components/_pagination.scss */

.region-content ul.pager li.current a:hover,
.region-content ul.pager li.current a:focus {
  background: #1b7e93;
}

/* line 110, sass/foundation/components/_pagination.scss */

.region-content ul.pager li {
  float: left;
  display: block;
}

/* line 6, sass/components/_pagination.scss */

.region-content ul.pager li:before {
  display: none;
}

/* line 7, sass/components/_pagination.scss */

.region-content ul.pager li.current {
  background-color: #52aed0;
  height: auto;
  line-height: .9;
  color: #fff;
  font-weight: bold;
  padding: 5px 6px 4px 6px;
}

/* line 17, sass/components/_pagination.scss */

.region-content ul.pager a {
  text-decoration: none;
}

/* line 22, sass/components/_pagination.scss */

.region-content .node-tenant ul.pager li.first,
.region-content .node-tenant ul.pager li.last {
  display: none;
}

/* line 25, sass/components/_pagination.scss */

.region-content .node-tenant ul.pager li.first.current,
.region-content .node-tenant ul.pager li.last.current {
  display: block;
}

/* Preload images */

/* line 2, sass/components/_lightbox.scss */

body:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbBAMAAAB/+ulmAAAAJFBMVEUAAAAAAAD9/f2CgoKAgIAAAABKSkq6urqqqqqqqqoAAAD///8TIWLaAAAAC3RSTlMASv6rqw+WysC/S1Ejh/gAAAB+SURBVBjTY8AAASiMwEQojzERyGddoSIA4QprLgWKdW9yhEga7Z7IwBCmvRsiLay9Wy0AJAiSBtOGIFGQNJhSBlIQaZgkTBoqCZOGSMKk1SGSMOndYEmENFgSJl29e3chA7ospl5MkxH2orsKzc3oPkL1L3pooIYVWkiihzMA3RpDZlbNj9wAAAAASUVORK5CYII=") url("/sites/default/themes/umbiopark/img/lightbox/loading.gif") url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAMAAADbYcjNAAAAulBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgIAAAACAgIAAAAcHBwCAgIAAAAAAAAAAAAAAADv7+8AAADKysoAAAD///8AAACBgYFDQ0MAAACQkJCMjIw7OzsEBAT4+PjIyMj7+/vb29ugoKB9fX2Tk5MAAAD19fWxsbHJycmNjY0dHR02NjbZ2dmnp6fOzs7T09N/f3+0tLRDQ0OFhYWFhYWmpqZoaGgAAAD////7mFZ6AAAAPXRSTlMABQEDCQITJQw8DxlAFUkhb1gdNS1E9VTaK/4nto8wt7aLT/vX/uC+srBm9cvHvmFc89/e1cWzqJuUkIuGvVkpOgAAAbRJREFUSMeV1dl6ozAMBeBINgYcgwMJkwIzTEum7TTd95X3f63adQ1tbuTq/v/QEQLNwiqKGACLEGfBZYU1wQSBJ1IIkXBgGAQiSEQZ13VcCg6IYWIeL6u+rzotOItoYkWdXp5vDs+vujJxhBQrtdgbTB0pLYHRQo5i2OStAAjIsaoWt8NHneaxABYkjpz49ZrqhCA74qCqM2JiaGelFv8+xZ98WUpAJIRPPooIkcrhxaETjE6+0xVDOvmeT54vtRfBybWA6AfJg3N4cXrgZjX7QQ46OTKetSpcuCDl6nJM3tvkDKl911d3Tlw/bqtWcJOcJC+Dq5u3rdJEdFNoiDpp3J7cb3OzvoAEYcm8608GV7+LNDadIUFA6LT4+2n+r60BIj/jok2Lff+cEIPGxOl6v/G9qSCTxaa3ZnpOFmq+9Ua+T2PUzgxYQJ5pBhdrFTyD0RQqPE/zfdZImq/vx+400jNoVXHsZ9B3c/JYoNsDb46nY0H31tDHYjLwZQab6VjQZm2/n+YhHRuj92CZP52dPat6jE/PoKy7rlu1cwmRI7SRWal1mcnpx0Gffp5ImXCwbb0DtxRWDSxBtF0AAAAASUVORK5CYII=") url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAMAAADbYcjNAAAAyVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwMBAQEAAAAAAAABAQEBAQEAAAAAAAAAAADKysoAAAAbGxtDQ0MAAAD4+Pju7u6MjIySkpJ+fn4eHh4BAQEAAADw8PCOjo47OzsEBATIyMiDg4P+/v7b29sAAAD19fWxsbHJycmcnJwdHR02NjYAAADZ2dmnp6fOzs7T09N/f3+np6e0tLRDQ0OFhYWFhYWmpqZoaGgAAAAbGxv///9runysAAAAQnRSTlMABQEDCQIVJQwPOxohE0o/HSxCVyg2LtpUcI8y/PW2tLRuWkb1uotP17b+4Gb1y8fCYVwY89/e1cW2s6iblJCLhnPcxqH/AAABw0lEQVRIx53W2VrCMBAFYJI03Wi6USpSFmUrsgq47/b9H8qkiUFunGju/+9wJqXTBj8YU4IQobRhfGohjDEgyHIZY55rIWwmMLJY7GSZE9suoiaIEosFeVqW48I5SAMTN873215vu4uSJjcwIcgL0mXFz9mloUGIZWGvkibNmx5sCGJOuK7qc3c+zkUOhogb+O99aZafykATOyTpbKKMyoHuxYuLsKty5uepmAH+nVBu2mFX5ai5QXWkWSjDc8A+mJzkzE1N0A5n/dMc4PFHjJvjDIz7jI8zSA0MrWc9W2tjPIPZRPcxuFMic/r6fjLbIhgwYgalnsEuicE6DWKxbLx6vpHmfh/A/wTKrydafdxW8rzBBCPLTsLVQ0+KYcoJ1MWyHX90USlR8pERDGQwx+9o0fIDhggGfpUTda6UGLR8MWMKitYP4XABZvg6Y6oE2Fz3mI7+KoajiAtE4eZT0x66ubnA/2iOxfOrewxUc2BZNPPyW1yPokw0B5dF9HgiCDZeFsfm8LJQZFgLhE22mP+0qKrFsAMLXT+LXjebl7At7xwmFHnNLC+KIomZ7gG+JDw7DoLY9rQAc8TnhSc+LqiR+AKF7V2P/Sf1pgAAAABJRU5ErkJggg==");
  display: none;
}

/* line 7, sass/components/_lightbox.scss */

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, sass/components/_lightbox.scss */

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, sass/components/_lightbox.scss */

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

/* line 39, sass/components/_lightbox.scss */

.lightbox a img {
  border: none;
}

/* line 43, sass/components/_lightbox.scss */

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

/* line 57, sass/components/_lightbox.scss */

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, sass/components/_lightbox.scss */

.lb-container {
  padding: 4px;
}

/* line 67, sass/components/_lightbox.scss */

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 77, sass/components/_lightbox.scss */

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/sites/default/themes/umbiopark/img/lightbox/loading.gif") no-repeat;
}

/* line 85, sass/components/_lightbox.scss */

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 94, sass/components/_lightbox.scss */

.lb-container > .nav {
  left: 0;
}

/* line 98, sass/components/_lightbox.scss */

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 103, sass/components/_lightbox.scss */

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 109, sass/components/_lightbox.scss */

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAMAAADbYcjNAAAAulBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgIAAAACAgIAAAAcHBwCAgIAAAAAAAAAAAAAAADv7+8AAADKysoAAAD///8AAACBgYFDQ0MAAACQkJCMjIw7OzsEBAT4+PjIyMj7+/vb29ugoKB9fX2Tk5MAAAD19fWxsbHJycmNjY0dHR02NjbZ2dmnp6fOzs7T09N/f3+0tLRDQ0OFhYWFhYWmpqZoaGgAAAD////7mFZ6AAAAPXRSTlMABQEDCQITJQw8DxlAFUkhb1gdNS1E9VTaK/4nto8wt7aLT/vX/uC+srBm9cvHvmFc89/e1cWzqJuUkIuGvVkpOgAAAbRJREFUSMeV1dl6ozAMBeBINgYcgwMJkwIzTEum7TTd95X3f63adQ1tbuTq/v/QEQLNwiqKGACLEGfBZYU1wQSBJ1IIkXBgGAQiSEQZ13VcCg6IYWIeL6u+rzotOItoYkWdXp5vDs+vujJxhBQrtdgbTB0pLYHRQo5i2OStAAjIsaoWt8NHneaxABYkjpz49ZrqhCA74qCqM2JiaGelFv8+xZ98WUpAJIRPPooIkcrhxaETjE6+0xVDOvmeT54vtRfBybWA6AfJg3N4cXrgZjX7QQ46OTKetSpcuCDl6nJM3tvkDKl911d3Tlw/bqtWcJOcJC+Dq5u3rdJEdFNoiDpp3J7cb3OzvoAEYcm8608GV7+LNDadIUFA6LT4+2n+r60BIj/jok2Lff+cEIPGxOl6v/G9qSCTxaa3ZnpOFmq+9Ua+T2PUzgxYQJ5pBhdrFTyD0RQqPE/zfdZImq/vx+400jNoVXHsZ9B3c/JYoNsDb46nY0H31tDHYjLwZQab6VjQZm2/n+YhHRuj92CZP52dPat6jE/PoKy7rlu1cwmRI7SRWal1mcnpx0Gffp5ImXCwbb0DtxRWDSxBtF0AAAAASUVORK5CYII=") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  /* line 109, sass/components/_lightbox.scss */

  .lb-nav a.lb-prev {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s;
  }
}

/* line 126, sass/components/_lightbox.scss */

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 131, sass/components/_lightbox.scss */

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAMAAADbYcjNAAAAyVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwMBAQEAAAAAAAABAQEBAQEAAAAAAAAAAADKysoAAAAbGxtDQ0MAAAD4+Pju7u6MjIySkpJ+fn4eHh4BAQEAAADw8PCOjo47OzsEBATIyMiDg4P+/v7b29sAAAD19fWxsbHJycmcnJwdHR02NjYAAADZ2dmnp6fOzs7T09N/f3+np6e0tLRDQ0OFhYWFhYWmpqZoaGgAAAAbGxv///9runysAAAAQnRSTlMABQEDCQIVJQwPOxohE0o/HSxCVyg2LtpUcI8y/PW2tLRuWkb1uotP17b+4Gb1y8fCYVwY89/e1cW2s6iblJCLhnPcxqH/AAABw0lEQVRIx53W2VrCMBAFYJI03Wi6USpSFmUrsgq47/b9H8qkiUFunGju/+9wJqXTBj8YU4IQobRhfGohjDEgyHIZY55rIWwmMLJY7GSZE9suoiaIEosFeVqW48I5SAMTN873215vu4uSJjcwIcgL0mXFz9mloUGIZWGvkibNmx5sCGJOuK7qc3c+zkUOhogb+O99aZafykATOyTpbKKMyoHuxYuLsKty5uepmAH+nVBu2mFX5ai5QXWkWSjDc8A+mJzkzE1N0A5n/dMc4PFHjJvjDIz7jI8zSA0MrWc9W2tjPIPZRPcxuFMic/r6fjLbIhgwYgalnsEuicE6DWKxbLx6vpHmfh/A/wTKrydafdxW8rzBBCPLTsLVQ0+KYcoJ1MWyHX90USlR8pERDGQwx+9o0fIDhggGfpUTda6UGLR8MWMKitYP4XABZvg6Y6oE2Fz3mI7+KoajiAtE4eZT0x66ubnA/2iOxfOrewxUc2BZNPPyW1yPokw0B5dF9HgiCDZeFsfm8LJQZFgLhE22mP+0qKrFsAMLXT+LXjebl7At7xwmFHnNLC+KIomZ7gG+JDw7DoLY9rQAc8TnhSc+LqiR+AKF7V2P/Sf1pgAAAABJRU5ErkJggg==") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  /* line 131, sass/components/_lightbox.scss */

  .lb-nav a.lb-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s;
  }
}

/* line 148, sass/components/_lightbox.scss */

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 153, sass/components/_lightbox.scss */

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 166, sass/components/_lightbox.scss */

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 172, sass/components/_lightbox.scss */

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 177, sass/components/_lightbox.scss */

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 184, sass/components/_lightbox.scss */

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 190, sass/components/_lightbox.scss */

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 198, sass/components/_lightbox.scss */

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbBAMAAAB/+ulmAAAAJFBMVEUAAAAAAAD9/f2CgoKAgIAAAABKSkq6urqqqqqqqqoAAAD///8TIWLaAAAAC3RSTlMASv6rqw+WysC/S1Ejh/gAAAB+SURBVBjTY8AAASiMwEQojzERyGddoSIA4QprLgWKdW9yhEga7Z7IwBCmvRsiLay9Wy0AJAiSBtOGIFGQNJhSBlIQaZgkTBoqCZOGSMKk1SGSMOndYEmENFgSJl29e3chA7ospl5MkxH2orsKzc3oPkL1L3pooIYVWkiihzMA3RpDZlbNj9wAAAAASUVORK5CYII=") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* line 214, sass/components/_lightbox.scss */

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 1, sass/components/_breadcrumbs.scss */

.breadcrumb-wrapper {
  background-color: #efefef;
  padding: 15px 0;
  margin-bottom: 40px;
}

/* line 6, sass/components/_breadcrumbs.scss */

.breadcrumb-wrapper ul.breadcrumbs {
  padding: 0;
  margin-bottom: 0;
}

/* line 10, sass/components/_breadcrumbs.scss */

.breadcrumb-wrapper ul.breadcrumbs li.current {
  text-transform: capitalize;
  color: #2d3236;
}

/* line 15, sass/components/_breadcrumbs.scss */

.breadcrumb-wrapper ul.breadcrumbs li:first-child:before {
  display: none;
}

/* line 19, sass/components/_breadcrumbs.scss */

.breadcrumb-wrapper ul.breadcrumbs li:before {
  font-family: "umbiopark-icons";
  margin: 0 8px;
}

/* line 24, sass/components/_breadcrumbs.scss */

.breadcrumb-wrapper ul.breadcrumbs a {
  color: #6b6b6b;
}

/* line 26, sass/components/_breadcrumbs.scss */

.breadcrumb-wrapper ul.breadcrumbs a:hover,
.breadcrumb-wrapper ul.breadcrumbs a:focus {
  color: #2d3236;
}

/* line 29, sass/components/_breadcrumbs.scss */

.breadcrumb-wrapper ul.breadcrumbs small {
  font-size: 100%;
}

/* line 42, sass/app.scss */

#admin-menu .dropdown li li {
  opacity: 1;
}

/* line 46, sass/app.scss */

.gm-style img {
  max-width: none;
}

/* line 48, sass/app.scss */

html,
body {
  width: 100%;
  overflow-x: hidden;
}

@media print {
@page {
    margin: 0.5cm;
}
}

@media print {
  /* line 64, sass/app.scss */

  .region-header {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 70, sass/app.scss */

  .region-header {
    background-color: #272b2f;
    padding-top: 104px;
    -webkit-transition: all 0.5s false;
    -webkit-transition-delay: 0s;
    transition: all 0.5s false false;
  }
}

/* line 78, sass/app.scss */

body.front .region-header {
  position: relative;
  overflow: hidden;
}

/* line 85, sass/app.scss */

h1.secondary-header {
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-size: 34px;
  line-height: .85;
  padding: 40px 20px;
  margin: 0 0 20px 0;
}

@media only screen and (min-width: 768px) {
  /* line 85, sass/app.scss */

  h1.secondary-header {
    padding: 82px 20px;
    margin: 0;
    font-size: 50px;
    letter-spacing: 12px;
  }
}

@media (min-width: 1921px) {
  /* line 85, sass/app.scss */

  h1.secondary-header {
    background-size: cover;
  }
}

/* line 108, sass/app.scss */

.secondary-header.biopark {
  background-image: url("/sites/default/themes/umbiopark/img/secondary-header-biopark-small.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 108, sass/app.scss */

  .secondary-header.biopark {
    background-image: url("/sites/default/themes/umbiopark/img/secondary-header-biopark.jpg");
  }
}

/* line 115, sass/app.scss */

.secondary-header.tenants {
  background-image: url("/sites/default/themes/umbiopark/img/secondary-header-tenants-small.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 115, sass/app.scss */

  .secondary-header.tenants {
    background-image: url("/sites/default/themes/umbiopark/img/secondary-header-tenants.jpg");
  }
}

/* line 122, sass/app.scss */

.secondary-header.contact {
  background-image: url("/sites/default/themes/umbiopark/img/secondary-header-contact-small.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 122, sass/app.scss */

  .secondary-header.contact {
    background-image: url("/sites/default/themes/umbiopark/img/secondary-header-contact.jpg");
  }
}

/* line 129, sass/app.scss */

.secondary-header.properties {
  background-image: url("/sites/default/themes/umbiopark/img/secondary-header-properties-small.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 129, sass/app.scss */

  .secondary-header.properties {
    background-image: url("/sites/default/themes/umbiopark/img/secondary-header-properties.jpg");
  }
}

/* line 136, sass/app.scss */

.secondary-header.news-events {
  background-image: url("/sites/default/themes/umbiopark/img/secondary-header-news-events-small.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 136, sass/app.scss */

  .secondary-header.news-events {
    background-image: url("/sites/default/themes/umbiopark/img/secondary-header-news-events.jpg");
  }
}

/* line 143, sass/app.scss */

.secondary-header.user {
  background-image: url("/sites/default/themes/umbiopark/img/secondary-header-user-small.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 143, sass/app.scss */

  .secondary-header.user {
    background-image: url("/sites/default/themes/umbiopark/img/secondary-header-user.jpg");
  }
}

/* line 150, sass/app.scss */

.secondary-header.error-404 {
  background-image: url("/sites/default/themes/umbiopark/img/secondary-header-404-small.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 150, sass/app.scss */

  .secondary-header.error-404 {
    background-image: url("/sites/default/themes/umbiopark/img/secondary-header-404.jpg");
  }
}

/* line 157, sass/app.scss */

.secondary-header.content {
  background-image: url("/sites/default/themes/umbiopark/img/secondary-header-content-small.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 157, sass/app.scss */

  .secondary-header.content {
    background-image: url("/sites/default/themes/umbiopark/img/secondary-header-content.jpg");
  }
}

/* line 166, sass/app.scss */

.homepage-banners {
  background: #9b9da0;
  position: relative;
  border-bottom: 70px solid #fff;
  height: 470px;
}

@media only screen and (min-width: 768px) {
  /* line 166, sass/app.scss */

  .homepage-banners {
    border-bottom: 105px solid #fff;
    height: 915px;
  }
}

/* line 176, sass/app.scss */

.homepage-banners:before {
  content: '';
  background: transparent;
  -webkit-transition: background 1s false;
  -webkit-transition-delay: 0s;
  transition: background 1s false false;
}

/* line 182, sass/app.scss */

.homepage-banners.tenant-slide-open:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
}

/* line 195, sass/app.scss */

.homepage-banners .slide-container {
  background-size: cover;
  background-position: top center;
  text-align: center;
  height: 400px;
}

@media only screen and (min-width: 768px) {
  /* line 195, sass/app.scss */

  .homepage-banners .slide-container {
    height: 810px;
  }
}

/* line 204, sass/app.scss */

.homepage-banners .slide-container .row {
  padding: 150px 20px;
}

@media only screen and (min-width: 768px) {
  /* line 204, sass/app.scss */

  .homepage-banners .slide-container .row {
    padding: 150px 70px;
  }
}

/* line 211, sass/app.scss */

.homepage-banners .slide-container a {
  display: inline-block;
  font-family: "Oswald Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 20px 80px;
  margin: 0 auto;
  color: #3a3f44;
  background: #fcce01;
  -webkit-transition: background 1s false;
  -webkit-transition-delay: 0s;
  transition: background 1s false false;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  /* line 211, sass/app.scss */

  .homepage-banners .slide-container a {
    padding: 20px 100px;
  }
}

/* line 228, sass/app.scss */

.homepage-banners .slide-container a:hover {
  background: #e3b901;
}

/* line 233, sass/app.scss */

.homepage-banners .slide-container h2,
.homepage-banners .slide-container h3 {
  color: #fff;
  text-transform: none;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.5px;
  text-shadow: 0 0 7px #000, 0 0 12px #000, 0 0 20px #000;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 233, sass/app.scss */

  .homepage-banners .slide-container h2,
  .homepage-banners .slide-container h3 {
    font-size: 55px;
    letter-spacing: -1px;
  }
}

/* line 248, sass/app.scss */

.homepage-banners .slide-container h2 strong,
.homepage-banners .slide-container h3 strong {
  font-weight: normal;
}

/* line 251, sass/app.scss */

.homepage-banners .slide-container h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 251, sass/app.scss */

  .homepage-banners .slide-container h3 {
    font-size: 32px;
  }
}

/* line 260, sass/app.scss */

.homepage-banners .slide-container p {
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/* line 269, sass/app.scss */

.flexbox.flexboxlegacy .slide-container .row {
  padding: 0 20px;
  width: 100%;
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 360px;
}

@media only screen and (min-width: 768px) {
  /* line 269, sass/app.scss */

  .flexbox.flexboxlegacy .slide-container .row {
    height: 750px;
    padding: 0 70px;
  }
}

/* line 300, sass/app.scss */

.tenant-slider {
  position: absolute;
  width: 100%;
  width: 1500px;
  left: 50%;
  bottom: 0;
  margin-left: -750px;
  background: #fff;
  overflow: visible;
  z-index: 301;
}

@media only screen and (min-width: 768px) {
  /* line 300, sass/app.scss */

  .tenant-slider {
    background: none;
  }
}

@media (min-width: 1100px) {
  /* line 300, sass/app.scss */

  .tenant-slider {
    width: 2080px;
    margin-left: -1040px;
  }
}

/* line 318, sass/app.scss */

.tenant-slider ul {
  margin-bottom: 0;
  height: 0;
}

/* line 321, sass/app.scss */

.tenant-slider ul.active {
  height: auto;
}

/* line 326, sass/app.scss */

.tenant-slider li {
  position: relative;
  padding: 0;
}

/* line 331, sass/app.scss */

.tenant-slider li.slick-offcenter .slide-content {
  bottom: 115px;
  opacity: 1;
  -webkit-transition: bottom 1s false, opacity 0.5s false;
  -webkit-transition-delay: 0s, 0.5s;
  transition: bottom 1s, opacity 0.5s 0.5s;
}

@media only screen and (min-width: 768px) {
  /* line 331, sass/app.scss */

  .tenant-slider li.slick-offcenter .slide-content {
    bottom: 155px;
  }
}

/* line 340, sass/app.scss */

.tenant-slider .logo {
  height: 70px;
  position: relative;
  z-index: 100;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  border: 5px solid #fff;
  border-left-width: 3px;
  border-right-width: 2px;
}

@media only screen and (min-width: 768px) {
  /* line 340, sass/app.scss */

  .tenant-slider .logo {
    height: 105px;
  }
}

/* line 354, sass/app.scss */

.tenant-slider .logo img {
  max-height: 100%;
}

/* line 357, sass/app.scss */

.tenant-slider .featured-image {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 357, sass/app.scss */

  .tenant-slider .featured-image {
    display: block;
    padding: 5px;
    float: left;
    width: 200px;
  }
}

@media (min-width: 1100px) {
  /* line 357, sass/app.scss */

  .tenant-slider .featured-image {
    width: 280px;
  }
}

/* line 369, sass/app.scss */

.tenant-slider .featured-image img {
  position: relative;
  z-index: 99;
}

/* line 375, sass/app.scss */

.tenant-slider .tenant-info {
  z-index: 98;
  padding: 35px 25px 25px 25px;
  margin-left: -3px;
  overflow: hidden;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 375, sass/app.scss */

  .tenant-slider .tenant-info {
    width: 66%;
    padding-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  /* line 375, sass/app.scss */

  .tenant-slider .tenant-info {
    width: 62%;
  }
}

/* line 389, sass/app.scss */

.tenant-slider .tenant-info h2 {
  font-family: "Oswald Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (min-width: 1100px) {
  /* line 389, sass/app.scss */

  .tenant-slider .tenant-info h2 {
    font-size: 40px;
  }
}

/* line 401, sass/app.scss */

.tenant-slider .tenant-info p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 1100px) {
  /* line 401, sass/app.scss */

  .tenant-slider .tenant-info p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 411, sass/app.scss */

  .tenant-slider .tenant-info a.button {
    position: absolute;
    bottom: 25px;
  }
}

/* line 419, sass/app.scss */

.tenant-info .close {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  line-height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 432, sass/app.scss */

.tenant-info .close:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 437, sass/app.scss */

.tenant-slider .slide-content {
  *zoom: 1;
  position: absolute;
  opacity: 0;
  width: 150%;
  margin-left: -25%;
  bottom: -500px;
  transition: bottom 2s, opacity 0.5s;
}

/* line 121, sass/foundation/components/_global.scss */

.tenant-slider .slide-content:before,
.tenant-slider .slide-content:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.tenant-slider .slide-content:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  /* line 437, sass/app.scss */

  .tenant-slider .slide-content {
    width: 300%;
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  /* line 437, sass/app.scss */

  .tenant-slider .slide-content {
    width: 260%;
  }
}

/* line 453, sass/app.scss */

.tenant-slider .slide-content:after {
  border-right: 30px solid transparent;
  border-top: 30px solid;
  position: absolute;
  top: 100%;
  left: 70px;
  -ms-transform: scale(1.0001);
  transform: scale(1.0001);
}

/* line 463, sass/app.scss */

.center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 470, sass/app.scss */

.tenant-slider .slick-slide .logo,
.tenant-slider .slick-slide .slide-content {
  background-color: #3a3f44;
  color: #3a3f44;
}

/* line 477, sass/app.scss */

body.front .slick-slider:hover .slick-prev,
body.front .slick-slider:hover .slick-next {
  opacity: 1;
}

/* line 482, sass/app.scss */

body.front .slick-prev,
body.front .slick-next {
  bottom: 15px;
  top: auto;
  z-index: 10;
  padding: 10px;
  height: 50px;
  width: 50px;
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  /* line 482, sass/app.scss */

  body.front .slick-prev,
  body.front .slick-next {
    -webkit-transition: opacity 1s false;
    -webkit-transition-delay: 0s;
    transition: opacity 1s false false;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    top: 50%;
    margin-top: -25px;
    bottom: auto;
  }
}

/* line 500, sass/app.scss */

body.front .slick-prev:before,
body.front .slick-next:before {
  font-size: 20px;
}

/* line 505, sass/app.scss */

body.front .slick-prev {
  left: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 505, sass/app.scss */

  body.front .slick-prev {
    left: 0;
  }
}

/* line 512, sass/app.scss */

body.front .slick-next {
  right: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 512, sass/app.scss */

  body.front .slick-next {
    right: 0;
  }
}

/* line 522, sass/app.scss */

body.front .featured {
  background: #a1a3a5 url("/sites/default/themes/umbiopark/img/bg-featured-front-small.jpg") top center no-repeat;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  padding: 30px 80% 20px 80%;
  margin: 0 -80%;
}

@media only screen and (min-width: 768px) {
  /* line 522, sass/app.scss */

  body.front .featured {
    background: #a1a3a5 url("/sites/default/themes/umbiopark/img/bg-featured-front.jpg") top center no-repeat;
    padding: 30px 15% 40px 15%;
    margin: 0 -15%;
  }
}

@media (min-width: 1920px) {
  /* line 522, sass/app.scss */

  body.front .featured {
    background-size: cover;
  }
}

/* line 538, sass/app.scss */

body.front .region-featured {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80.42857em;
  *zoom: 1;
  text-align: center;
  padding: 0 20px;
}

/* line 121, sass/foundation/components/_global.scss */

body.front .region-featured:before,
body.front .region-featured:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

body.front .region-featured:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  /* line 538, sass/app.scss */

  body.front .region-featured {
    padding: 20px 0;
  }
}

/* line 546, sass/app.scss */

body.front .region-featured > div {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
  padding-top: 50px;
}

/* line 550, sass/app.scss */

body.front .region-featured > div:first-child,
body.front .region-featured > div:nth-child(2) {
  border-bottom: 1px dotted #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 550, sass/app.scss */

  body.front .region-featured > div:first-child,
  body.front .region-featured > div:nth-child(2) {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

/* line 561, sass/app.scss */

body.front .region-featured > div:nth-child(odd) {
  border-right: 1px dotted #fff;
  clear: both;
}

@media only screen and (min-width: 768px) {
  /* line 546, sass/app.scss */

  body.front .region-featured > div {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 25%;
    float: left;
    border-right: 1px dotted #fff;
    border-bottom: none !important;
    padding-top: 50px;
  }

  /* line 572, sass/app.scss */

  body.front .region-featured > div:last-child {
    border-right: none;
  }

  /* line 573, sass/app.scss */

  body.front .region-featured > div:nth-child(odd) {
    clear: none;
    border-right: 1px dotted #fff;
  }
}

/* line 577, sass/app.scss */

body.front .region-featured h2 {
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-top: -30px;
  font-size: 13px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 577, sass/app.scss */

  body.front .region-featured h2 {
    font-size: 19px;
    letter-spacing: -.25px;
    word-spacing: 3px;
    margin-top: -70px;
  }
}

/* line 590, sass/app.scss */

body.front .region-featured h2 a {
  color: #3a3f44;
  display: block;
}

/* line 594, sass/app.scss */

body.front .region-featured h2 a:before {
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 2.1em;
  text-align: center;
  margin-bottom: 7px;
}

/* line 602, sass/app.scss */

body.front .region-featured h2 a:hover,
body.front .region-featured h2 a:hover:before {
  color: #666;
}

/* line 607, sass/app.scss */

body.front .region-featured h2.collaborate a:before {
  content: '\e80b';
}

/* line 608, sass/app.scss */

body.front .region-featured h2.tenants a:before {
  content: '\e80c';
}

/* line 609, sass/app.scss */

body.front .region-featured h2.resources a:before {
  content: '\e80d';
}

/* line 610, sass/app.scss */

body.front .region-featured h2.location a:before {
  content: '\e80e';
}

/* line 612, sass/app.scss */

body.front .region-featured p {
  color: #585d62;
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 612, sass/app.scss */

  body.front .region-featured p {
    display: block;
  }
}

/* line 622, sass/app.scss */

body.front section.highlighted {
  background: url("/sites/default/themes/umbiopark/img/bg-highlighted-front.jpg") no-repeat top center;
  background-size: cover;
  padding: 50px 0 40px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 622, sass/app.scss */

  body.front section.highlighted {
    padding: 60px 0;
  }
}

/* line 631, sass/app.scss */

body.front section.highlighted:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  -ms-transform: scale(1.00001);
  transform: scale(1.00001);
}

/* line 647, sass/app.scss */

body.front .region-highlighted {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
  float: left;
  text-align: center;
}

/* line 651, sass/app.scss */

body.front .region-highlighted h2 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: none;
  letter-spacing: -.25px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

@media only screen and (min-width: 768px) {
  /* line 651, sass/app.scss */

  body.front .region-highlighted h2 {
    font-size: 28px;
  }
}

/* line 663, sass/app.scss */

body.front .region-highlighted h2 strong {
  font-weight: normal;
}

/* line 666, sass/app.scss */

body.front .region-highlighted h2.title {
  font-family: "Oswald Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: -20px;
}

@media only screen and (min-width: 768px) {
  /* line 666, sass/app.scss */

  body.front .region-highlighted h2.title {
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

/* line 678, sass/app.scss */

body.front .region-highlighted h2.title:before {
  content: '\e808';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 50px;
  font-size: 24px;
  border-radius: 5000px;
  border: 2px solid #fff;
  margin: 45px 10px 10px auto;
}

@media only screen and (min-width: 768px) {
  /* line 678, sass/app.scss */

  body.front .region-highlighted h2.title:before {
    display: block;
    font-size: 30px;
    text-indent: 2px;
    width: 74px;
    height: 74px;
    line-height: 70px;
    margin: 45px auto 10px auto;
  }
}

/* line 702, sass/app.scss */

.region-highlighted form {
  max-width: 330px;
  margin: 0 auto;
  position: relative;
}

/* line 708, sass/app.scss */

.region-highlighted input[type="text"],
.region-highlighted input[type="email"] {
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
  color: #2d3236;
  margin-bottom: 0;
  height: auto;
  padding: 17px;
}

/* line 718, sass/app.scss */

.region-highlighted input[type="text"]:focus,
.region-highlighted input[type="email"]:focus {
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 2, sass/components/_forms.scss */

.region-highlighted input[type="text"]::-webkit-input-placeholder,
.region-highlighted input[type="email"]::-webkit-input-placeholder {
  font-style: italic;
  color: #a7afb6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 3, sass/components/_forms.scss */

.region-highlighted input[type="text"]:-moz-placeholder,
.region-highlighted input[type="email"]:-moz-placeholder {
  font-style: italic;
  color: #a7afb6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 4, sass/components/_forms.scss */

.region-highlighted input[type="text"]::-moz-placeholder,
.region-highlighted input[type="email"]::-moz-placeholder {
  font-style: italic;
  color: #a7afb6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 5, sass/components/_forms.scss */

.region-highlighted input[type="text"]:-ms-input-placeholder,
.region-highlighted input[type="email"]:-ms-input-placeholder {
  font-style: italic;
  color: #a7afb6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 729, sass/app.scss */

.region-highlighted input[type="email"] {
  padding-right: 50px;
}

/* line 733, sass/app.scss */

.region-highlighted .form-item {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 738, sass/app.scss */

.region-highlighted .form-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 745, sass/app.scss */

.region-highlighted input[type="submit"] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAS1BMVEUAAADT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PU1NTT09PU1NTU1NT////T09Pa2tr7+/v29vbx8fHq6url5eXk5OQtYEb/AAAAEHRSTlMA6pT6TBAFA1fGgK3JgYJZe5GBvQAAAM9JREFUKM+Fk9sSgyAMRAmKrbeWFcT+/5c2aUcuTqfZJ2eOy4aQmKyhtwt1HS22H8xV7kHIosm19EloRPcK3ixYW4rB+xDTBpa9ZToL3H3WLj/MJxfv4Rsd4v/SO38mf1EC8Ml3VLytn6T+iXP9D3H+xN1g81nVK1R4Z/tg+sqMLbb2XspOGfNBTXXWjECsMEpABEbD0aHGJSBwuOkA3+ASAHQKVg5XSlMuprRFaaryJMqDKuOgDJM2ivogS/6fNRC5lSq4ukLKCo6ygmO9gm9hUizAdAIihgAAAABJRU5ErkJggg==") no-repeat 10px center;
  width: 0;
  padding: 15px 0 15px 50px;
  text-indent: -5000px;
  overflow: hidden;
  box-shadow: none;
}

/* line 754, sass/app.scss */

body.front .region-highlighted .webform-component--last-name,
body.front .region-highlighted .webform-component--company,
body.front .region-highlighted h2.subheading {
  display: none;
}

/* line 763, sass/app.scss */

.region-sidebar-first nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 763, sass/app.scss */

  .region-sidebar-first nav {
    display: block;
  }
}

/* line 770, sass/app.scss */

.region-sidebar-first h2.title {
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}

/* line 774, sass/app.scss */

.region-sidebar-first h2.title a {
  color: #2d3236;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

/* line 779, sass/app.scss */

.region-sidebar-first h2.title a:hover {
  color: #0072bc;
}

/* line 785, sass/app.scss */

.region-sidebar-first nav > ul {
  list-style-type: none;
}

/* line 788, sass/app.scss */

.region-sidebar-first nav > ul > li {
  margin-left: -10px;
  margin-bottom: 5px;
}

/* line 793, sass/app.scss */

.region-sidebar-first nav > ul > li > a {
  color: #0072bc;
  line-height: 1.28;
  display: block;
  padding: 5px 1px 7px 10px;
  position: relative;
}

/* line 799, sass/app.scss */

.region-sidebar-first nav > ul > li > a:hover,
.region-sidebar-first nav > ul > li > a:focus {
  color: #00aeef;
}

/* line 801, sass/app.scss */

.region-sidebar-first nav > ul > li > a.active {
  background-color: #efefef;
}

/* line 804, sass/app.scss */

.region-sidebar-first nav > ul > li > a.active:before {
  content: '';
  display: block;
  width: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAdCAMAAACkPw2sAAAANlBMVEUAAADv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+8G4+WDAAAAEXRSTlMApxLpUfzy4chdVD4ihoIFBGtgYcsAAABVSURBVBjTbcw3FsAgEANRgQPBkftf1mpmaazqF/OkrtiSgyNNjj7pBDoJjhWSmCQmiUlikpgkJolJ8scSwXYIXoL1gfsp2ASTYMnQP/AWrC/0D2uhD5iZCS9C4ecLAAAAAElFTkSuQmCC") no-repeat center left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
}

@media (min-width: 768px) and (max-width: 900px) {
  /* line 820, sass/app.scss */

  .region-sidebar-first nav > ul > li.menu-mlid-677 > a.active {
    font-size: 11px;
  }
}

/* line 828, sass/app.scss */

body.node-type-news .region-sidebar-first li.menu-mlid-677 > a,
body.page-news-events-news-archive .region-sidebar-first li.menu-mlid-677 > a,
body.node-type-event .region-sidebar-first li.menu-mlid-679 > a,
body.page-news-events-events-archive .region-sidebar-first li.menu-mlid-679 > a,
body.pathone-news-events.node-type-event-highlights .region-sidebar-first li.menu-mlid-703 > a,
body.pathone-news-events.node-type-photo-gallery .region-sidebar-first li.menu-mlid-1279 > a,
body.node-type-job .region-sidebar-first li.menu-mlid-952 > a,
body.node-type-tenant .region-sidebar-first li.menu-mlid-872 > a,
body.path-tenants-alpha .region-sidebar-first li.menu-mlid-872 > a,
body.path-tenants-location .region-sidebar-first li.menu-mlid-872 > a {
  color: #00aeef;
  background-color: #efefef;
}

/* line 840, sass/app.scss */

body.node-type-news .region-sidebar-first li.menu-mlid-677 > a:after,
body.page-news-events-news-archive .region-sidebar-first li.menu-mlid-677 > a:after,
body.node-type-event .region-sidebar-first li.menu-mlid-679 > a:after,
body.page-news-events-events-archive .region-sidebar-first li.menu-mlid-679 > a:after,
body.pathone-news-events.node-type-event-highlights .region-sidebar-first li.menu-mlid-703 > a:after,
body.pathone-news-events.node-type-photo-gallery .region-sidebar-first li.menu-mlid-1279 > a:after,
body.node-type-job .region-sidebar-first li.menu-mlid-952 > a:after,
body.node-type-tenant .region-sidebar-first li.menu-mlid-872 > a:after,
body.path-tenants-alpha .region-sidebar-first li.menu-mlid-872 > a:after,
body.path-tenants-location .region-sidebar-first li.menu-mlid-872 > a:after {
  content: '';
  display: block;
  width: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAdCAMAAACkPw2sAAAANlBMVEUAAADv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+8G4+WDAAAAEXRSTlMApxLpUfzy4chdVD4ihoIFBGtgYcsAAABVSURBVBjTbcw3FsAgEANRgQPBkftf1mpmaazqF/OkrtiSgyNNjj7pBDoJjhWSmCQmiUlikpgkJolJ8scSwXYIXoL1gfsp2ASTYMnQP/AWrC/0D2uhD5iZCS9C4ecLAAAAAElFTkSuQmCC") no-repeat center left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
}

/* line 853, sass/app.scss */

.region-sidebar-first nav ul ul {
  list-style-type: none;
  padding-top: 10px;
  margin-left: 10px;
}

/* line 858, sass/app.scss */

.region-sidebar-first nav ul ul li {
  margin-bottom: 12px;
}

/* line 862, sass/app.scss */

.region-sidebar-first nav ul ul a {
  color: #a4a6a9;
  font-size: 11px;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 10px;
}

/* line 869, sass/app.scss */

.region-sidebar-first nav ul ul a:hover,
.region-sidebar-first nav ul ul a.active,
.region-sidebar-first nav ul ul a.active-trail {
  color: #00aeef;
}

/* line 873, sass/app.scss */

.region-sidebar-first nav ul ul a:hover:before,
.region-sidebar-first nav ul ul a.active:before,
.region-sidebar-first nav ul ul a.active-trail:before {
  color: #00aeef;
}

/* line 876, sass/app.scss */

.region-sidebar-first nav ul ul a:before {
  content: '\e806';
  font-size: 7px;
  font-style: italic;
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #a4a6a9;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 893, sass/app.scss */

body.path-contact .region-sidebar-second {
  background-color: #f9f9f9;
  padding-bottom: 10px;
  border-radius: 5px;
}

/* line 898, sass/app.scss */

body.path-contact .region-sidebar-second h2 {
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 25px 30px;
  margin-bottom: 0;
}

@media (max-width: 400px) {
  /* line 898, sass/app.scss */

  body.path-contact .region-sidebar-second h2 {
    padding: 25px 15px;
  }
}

/* line 910, sass/app.scss */

body.path-contact .region-sidebar-second > div > ul {
  list-style-type: none;
  margin-bottom: 0;
}

/* line 915, sass/app.scss */

body.path-contact .region-sidebar-second > div > ul li {
  padding: 15px 30px 10px 90px;
  position: relative;
}

@media (max-width: 400px) {
  /* line 915, sass/app.scss */

  body.path-contact .region-sidebar-second > div > ul li {
    padding-left: 70px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  /* line 915, sass/app.scss */

  body.path-contact .region-sidebar-second > div > ul li {
    padding-left: 30px;
  }
}

/* line 925, sass/app.scss */

body.path-contact .region-sidebar-second > div > ul li:before {
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  border-radius: 1000px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  float: left;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -24px;
}

@media (max-width: 400px) {
  /* line 925, sass/app.scss */

  body.path-contact .region-sidebar-second > div > ul li:before {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  /* line 925, sass/app.scss */

  body.path-contact .region-sidebar-second > div > ul li:before {
    display: none;
  }
}

/* line 949, sass/app.scss */

body.path-contact .region-sidebar-second > div > ul li:nth-of-type(odd) {
  background-color: #f2f2f2;
}

/* line 953, sass/app.scss */

body.path-contact .region-sidebar-second h4 {
  margin: 0;
}

/* line 955, sass/app.scss */

body.path-contact .region-sidebar-second h5 {
  color: #000;
  line-height: 1.1;
  letter-spacing: 1px;
  margin: 0;
}

/* line 962, sass/app.scss */

body.path-contact .region-sidebar-second h6 {
  line-height: 1.3;
}

/* line 965, sass/app.scss */

.executive-director:before {
  content: '\e817';
  background-color: #00bff3;
}

/* line 970, sass/app.scss */

.leasing:before {
  content: '\e818';
  background-color: #f26522;
}

/* line 975, sass/app.scss */

.notary:before {
  content: '\e819';
  background-color: #8dc63f;
  text-indent: 5px;
}

/* line 981, sass/app.scss */

.security:before {
  content: '\e81a';
  background-color: #6dcdd3;
}

/* line 986, sass/app.scss */

.building-management:before {
  content: '\e80a';
  background-color: #8c6239;
}

/* line 991, sass/app.scss */

.marketing:before {
  content: '\e81c';
  background-color: #959595;
}

/* line 996, sass/app.scss */

.events-programming:before {
  content: '\e81d';
  background-color: #a26ab2;
}

/* line 1004, sass/app.scss */

body.not-front section.page {
  padding-bottom: 30px;
}

/* line 1008, sass/app.scss */

.region-content {
  overflow: hidden;
}

/* line 1012, sass/app.scss */

.region-content .back-link {
  clear: both;
  padding-top: 1px;
}

/* line 1017, sass/app.scss */

.region-content .back-link a {
  text-decoration: none;
}

/* line 1019, sass/app.scss */

.region-content .back-link a:before {
  content: '\e805';
  font-family: "umbiopark-icons";
  margin-right: 8px;
  font-size: 11px;
  vertical-align: text-bottom;
}

/* line 1029, sass/app.scss */

h1 + ul.action-links {
  list-style-type: none;
}

/* line 1032, sass/app.scss */

h1 + ul.action-links a {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.42857em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.85714em;
  padding-right: 1.71429em;
  padding-bottom: 0.92857em;
  padding-left: 1.71429em;
  font-size: 1.14286em;
  background-color: #1b7e93;
  border-color: #135968;
  color: #fff;
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #00b4ff;
  padding: .9em 2.5em;
  margin-bottom: 10px;
  text-decoration: none !important;
  border-radius: 3px;
  background-image: -owg-linear-gradient(rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.35));
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.35));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

/* line 121, sass/foundation/components/_buttons.scss */

h1 + ul.action-links a:hover,
h1 + ul.action-links a:focus {
  background-color: #135968;
}

/* line 132, sass/foundation/components/_buttons.scss */

h1 + ul.action-links a:hover,
h1 + ul.action-links a:focus {
  color: #fff;
}

/* line 1046, sass/app.scss */

h1 + ul.action-links a:hover {
  background-color: #0090cc;
}

/* line 1054, sass/app.scss */

.path-404 article.main-content > h1 {
  display: none;
}

/* line 1059, sass/app.scss */

body.path-tenants .region-content ul,
body.path-tenants-alpha .region-content ul,
body.path-tenants-location .region-content ul {
  display: block;
  padding: 0;
  margin: 0 -20px;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

body.path-tenants .region-content ul:before,
body.path-tenants .region-content ul:after,
body.path-tenants-alpha .region-content ul:before,
body.path-tenants-alpha .region-content ul:after,
body.path-tenants-location .region-content ul:before,
body.path-tenants-location .region-content ul:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

body.path-tenants .region-content ul:after,
body.path-tenants-alpha .region-content ul:after,
body.path-tenants-location .region-content ul:after {
  clear: both;
}

/* line 27, sass/foundation/components/_block-grid.scss */

body.path-tenants .region-content ul > li,
body.path-tenants-alpha .region-content ul > li,
body.path-tenants-location .region-content ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}

/* line 36, sass/foundation/components/_block-grid.scss */

body.path-tenants .region-content ul > li,
body.path-tenants-alpha .region-content ul > li,
body.path-tenants-location .region-content ul > li {
  width: 100%;
  padding: 0 20px 40px;
}

/* line 40, sass/foundation/components/_block-grid.scss */

body.path-tenants .region-content ul > li:nth-of-type(n),
body.path-tenants-alpha .region-content ul > li:nth-of-type(n),
body.path-tenants-location .region-content ul > li:nth-of-type(n) {
  clear: none;
}

/* line 41, sass/foundation/components/_block-grid.scss */

body.path-tenants .region-content ul > li:nth-of-type(1n+1),
body.path-tenants-alpha .region-content ul > li:nth-of-type(1n+1),
body.path-tenants-location .region-content ul > li:nth-of-type(1n+1) {
  clear: both;
}

@media (min-width: 500px) {
  /* line 1059, sass/app.scss */

  body.path-tenants .region-content ul,
  body.path-tenants-alpha .region-content ul,
  body.path-tenants-location .region-content ul {
    display: block;
    padding: 0;
    margin: 0 -20px;
    *zoom: 1;
  }

  /* line 121, sass/foundation/components/_global.scss */

  body.path-tenants .region-content ul:before,
  body.path-tenants .region-content ul:after,
  body.path-tenants-alpha .region-content ul:before,
  body.path-tenants-alpha .region-content ul:after,
  body.path-tenants-location .region-content ul:before,
  body.path-tenants-location .region-content ul:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  body.path-tenants .region-content ul:after,
  body.path-tenants-alpha .region-content ul:after,
  body.path-tenants-location .region-content ul:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  body.path-tenants .region-content ul > li,
  body.path-tenants-alpha .region-content ul > li,
  body.path-tenants-location .region-content ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  body.path-tenants .region-content ul > li,
  body.path-tenants-alpha .region-content ul > li,
  body.path-tenants-location .region-content ul > li {
    width: 50%;
    padding: 0 20px 40px;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  body.path-tenants .region-content ul > li:nth-of-type(n),
  body.path-tenants-alpha .region-content ul > li:nth-of-type(n),
  body.path-tenants-location .region-content ul > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  body.path-tenants .region-content ul > li:nth-of-type(2n+1),
  body.path-tenants-alpha .region-content ul > li:nth-of-type(2n+1),
  body.path-tenants-location .region-content ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1059, sass/app.scss */

  body.path-tenants .region-content ul,
  body.path-tenants-alpha .region-content ul,
  body.path-tenants-location .region-content ul {
    display: block;
    padding: 0;
    margin: 0 -20px;
    *zoom: 1;
  }

  /* line 121, sass/foundation/components/_global.scss */

  body.path-tenants .region-content ul:before,
  body.path-tenants .region-content ul:after,
  body.path-tenants-alpha .region-content ul:before,
  body.path-tenants-alpha .region-content ul:after,
  body.path-tenants-location .region-content ul:before,
  body.path-tenants-location .region-content ul:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  body.path-tenants .region-content ul:after,
  body.path-tenants-alpha .region-content ul:after,
  body.path-tenants-location .region-content ul:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  body.path-tenants .region-content ul > li,
  body.path-tenants-alpha .region-content ul > li,
  body.path-tenants-location .region-content ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  body.path-tenants .region-content ul > li,
  body.path-tenants-alpha .region-content ul > li,
  body.path-tenants-location .region-content ul > li {
    width: 33.33333%;
    padding: 0 20px 40px;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  body.path-tenants .region-content ul > li:nth-of-type(n),
  body.path-tenants-alpha .region-content ul > li:nth-of-type(n),
  body.path-tenants-location .region-content ul > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  body.path-tenants .region-content ul > li:nth-of-type(3n+1),
  body.path-tenants-alpha .region-content ul > li:nth-of-type(3n+1),
  body.path-tenants-location .region-content ul > li:nth-of-type(3n+1) {
    clear: both;
  }
}

/* line 1070, sass/app.scss */

body.path-tenants .region-content ul li,
body.path-tenants-alpha .region-content ul li,
body.path-tenants-location .region-content ul li {
  padding: 20px;
  max-height: 140px;
}

@media (min-width: 500px) {
  /* line 1070, sass/app.scss */

  body.path-tenants .region-content ul li,
  body.path-tenants-alpha .region-content ul li,
  body.path-tenants-location .region-content ul li {
    height: 140px;
  }
}

/* line 1076, sass/app.scss */

body.path-tenants .region-content ul li:last-child,
body.path-tenants-alpha .region-content ul li:last-child,
body.path-tenants-location .region-content ul li:last-child {
  border-right: 0;
}

/* line 1079, sass/app.scss */

body.path-tenants .region-content ul li:before,
body.path-tenants-alpha .region-content ul li:before,
body.path-tenants-location .region-content ul li:before {
  display: none;
}

/* line 1081, sass/app.scss */

body.path-tenants .region-content ul h3,
body.path-tenants-alpha .region-content ul h3,
body.path-tenants-location .region-content ul h3 {
  font-family: "Oswald Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  width: 100%;
}

/* line 1086, sass/app.scss */

body.path-tenants .region-content ul h3 a,
body.path-tenants-alpha .region-content ul h3 a,
body.path-tenants-location .region-content ul h3 a {
  color: #2d3236;
  font-weight: normal;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  outline: none;
}

/* line 1093, sass/app.scss */

body.path-tenants .region-content ul h3 a:hover,
body.path-tenants-alpha .region-content ul h3 a:hover,
body.path-tenants-location .region-content ul h3 a:hover {
  color: #1b7e93;
}

/* line 1096, sass/app.scss */

body.path-tenants .region-content ul h3 img,
body.path-tenants-alpha .region-content ul h3 img,
body.path-tenants-location .region-content ul h3 img {
  max-height: 100px;
}

/* line 1102, sass/app.scss */

.flexbox.flexboxlegacy body.path-tenants .region-content ul li,
.flexbox.flexboxlegacy body.path-tenants-alpha .region-content ul li,
.flexbox.flexboxlegacy body.path-tenants-location .region-content ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

/* line 1128, sass/app.scss */

body.path-tenants .view-id-tenants > h3,
body.path-tenants-alpha .view-id-tenants > h3,
body.path-tenants-location .view-id-tenants > h3 {
  font-family: "Oswald Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e51937;
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
}

/* line 1138, sass/app.scss */

body.path-tenants .view-id-tenants .view-header + h3,
body.path-tenants-alpha .view-id-tenants .view-header + h3,
body.path-tenants-location .view-id-tenants .view-header + h3 {
  border-top: none;
  padding-top: 0;
}

/* line 1143, sass/app.scss */

body.path-tenants .view-id-tenants .tenant-order,
body.path-tenants-alpha .view-id-tenants .tenant-order,
body.path-tenants-location .view-id-tenants .tenant-order {
  background-color: #efefef;
  position: relative;
  margin-bottom: 40px;
}

/* line 1147, sass/app.scss */

body.path-tenants .view-id-tenants .tenant-order:after,
body.path-tenants-alpha .view-id-tenants .tenant-order:after,
body.path-tenants-location .view-id-tenants .tenant-order:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #efefef;
  position: absolute;
  top: 100%;
  left: 22px;
}

/* line 1160, sass/app.scss */

body.path-tenants .view-id-tenants .tenant-order .sub-nav,
body.path-tenants-alpha .view-id-tenants .tenant-order .sub-nav,
body.path-tenants-location .view-id-tenants .tenant-order .sub-nav {
  padding: 15px 15px 2px 15px;
}

/* line 1163, sass/app.scss */

body.path-tenants .view-id-tenants .tenant-order .sub-nav dt,
body.path-tenants-alpha .view-id-tenants .tenant-order .sub-nav dt,
body.path-tenants-location .view-id-tenants .tenant-order .sub-nav dt {
  font-size: 14px;
  font-weight: bold;
}

/* line 1168, sass/app.scss */

body.path-tenants .view-id-tenants .tenant-order .sub-nav dd,
body.path-tenants .view-id-tenants .tenant-order .sub-nav dt,
body.path-tenants-alpha .view-id-tenants .tenant-order .sub-nav dd,
body.path-tenants-alpha .view-id-tenants .tenant-order .sub-nav dt,
body.path-tenants-location .view-id-tenants .tenant-order .sub-nav dd,
body.path-tenants-location .view-id-tenants .tenant-order .sub-nav dt {
  margin-right: 10px;
}

/* line 1172, sass/app.scss */

body.path-tenants .view-id-tenants .tenant-order .sub-nav dd a:hover,
body.path-tenants-alpha .view-id-tenants .tenant-order .sub-nav dd a:hover,
body.path-tenants-location .view-id-tenants .tenant-order .sub-nav dd a:hover {
  color: #52aed0;
}

/* line 1174, sass/app.scss */

body.path-tenants .view-id-tenants .tenant-order .sub-nav dd.active a,
body.path-tenants-alpha .view-id-tenants .tenant-order .sub-nav dd.active a,
body.path-tenants-location .view-id-tenants .tenant-order .sub-nav dd.active a {
  background: #52aed0;
}

/* line 1176, sass/app.scss */

body.path-tenants .view-id-tenants .tenant-order .sub-nav dd.active a:hover,
body.path-tenants-alpha .view-id-tenants .tenant-order .sub-nav dd.active a:hover,
body.path-tenants-location .view-id-tenants .tenant-order .sub-nav dd.active a:hover {
  color: #fff;
}

/* line 1182, sass/app.scss */

body.pathone-tenants .region-content ol {
  margin-left: 25px;
}

/* line 1187, sass/app.scss */

.node-tenant .group-left img {
  display: inline-block;
  margin-bottom: 20px;
}

/* line 1192, sass/app.scss */

.tenant-logo + .title {
  display: none;
}

/* line 1197, sass/app.scss */

.node-tenant.ds-2col-fluid > .group-left {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  /* line 1197, sass/app.scss */

  .node-tenant.ds-2col-fluid > .group-left {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 58.33333%;
    float: left;
    padding-left: 0;
    margin-bottom: 0;
  }
}

/* line 1206, sass/app.scss */

.node-tenant.ds-2col-fluid > .group-left:last-child {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

/* line 1211, sass/app.scss */

.node-tenant.ds-2col-fluid > .group-right {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  /* line 1211, sass/app.scss */

  .node-tenant.ds-2col-fluid > .group-right {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 41.66667%;
    float: left;
    padding-right: 0;
  }
}

/* line 1221, sass/app.scss */

.region-content .node-tenant h3 {
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  padding-bottom: 3px;
}

/* line 1228, sass/app.scss */

.region-content .node-tenant h3 a {
  color: #2d3236;
  text-decoration: none;
}

/* line 1231, sass/app.scss */

.region-content .node-tenant h3 a:hover {
  color: #1b7e93;
}

/* line 1235, sass/app.scss */

.region-content .node-tenant .news-item,
.region-content .node-tenant .event,
.region-content .node-tenant .job {
  border-bottom: 1px dotted #c2c2c2;
}

/* line 1241, sass/app.scss */

.region-content .node-tenant .job {
  padding: 10px 0;
}

/* line 1243, sass/app.scss */

.region-content .node-tenant .job:last-child {
  border-bottom: none;
}

/* line 1246, sass/app.scss */

.region-content .node-tenant h2.title {
  background-color: #efefef;
  position: relative;
  padding: 15px 10px 0 10px;
  margin-bottom: 35px;
  text-align: center;
}

/* line 1252, sass/app.scss */

.region-content .node-tenant h2.title:after {
  content: '';
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUkAAAAUCAMAAAA3Mz8HAAAAY1BMVEUAAADv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+8kbTdoAAAAIHRSTlMAoFv3buar3Y5PKczEtGR/SDEZEQoF/O/VvZaGd0A5Ido0QSEAAADzSURBVFjD7ZhJEoIwFAU/IWGepzDj/U8pkxvUEpEIIekjvEV31YM4NLGh2eQm2QaxNQObYQwPEivwKsXRM7nNKjLiKJUXWAm8I+0a5CuFrsqxXqLqheJ7TZfCaqIW1aWbUznetGDuljVqI9iO4CKltjto8JcFl8wiJYKIdAqJFQM7ri3SzyFhwKVEOoYEfRWS/eFapDuEZH+4EukckhjOzKlFSpwxJAlwxSzSMyya6QeEhJlIqaghYSRS7S8iPWVImIjUYyRSujxmBGE/kfYhqTD3GjxQpENI/D4kKUiWIsWDSEUNCTuRPqWJihEShiLlISR3IEqZKneN54gAAAAASUVORK5CYII=") no-repeat top center;
  background-size: 100% 20px;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 100%;
}

/* line 1266, sass/app.scss */

.node-tenant .group-left h6 {
  float: left;
  clear: both;
  width: 110px;
  text-align: right;
  padding-right: 15px;
  line-height: 19px;
  min-height: 19px;
}

/* line 1276, sass/app.scss */

.node-tenant .group-left .tenant-info {
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 5px;
}

/* line 1283, sass/app.scss */

.node-tenant .group-left .officer-title {
  margin-top: -5px;
}

/* line 1287, sass/app.scss */

.node-tenant .group-left span.state {
  margin: 0 -2px;
}

/* line 1290, sass/app.scss */

.node-tenant .view-id-events,
.node-tenant .view-id-jobs {
  margin-bottom: 40px;
}

/* line 1295, sass/app.scss */

.view-id-jobs ul.pager {
  padding-top: 10px;
}

/* line 1300, sass/app.scss */

body.pathone-tenants .field-type-text-with-summary h2 {
  background-color: #efefef;
  padding: 10px 20px;
  margin-top: 30px;
}

/* line 1304, sass/app.scss */

body.pathone-tenants .field-type-text-with-summary h2:first-child {
  margin-top: 0;
}

/* line 1307, sass/app.scss */

body.pathone-tenants .region-content {
  overflow: visible;
}

/* line 1312, sass/app.scss */

.news-item > a,
.thumbnail-image {
  width: 80px;
  height: 60px;
  overflow: hidden;
}

/* line 1321, sass/app.scss */

.node-job > h2 {
  margin-top: 0;
}

/* line 1325, sass/app.scss */

.job-company {
  margin-top: -10px;
  margin-bottom: 20px;
}

/* line 1331, sass/app.scss */

.path-properties-biopark-life-sciences-conference-center .button.reserve {
  margin-top: 10px;
  padding: .9em 2.9em;
}

/* line 1336, sass/app.scss */

.calendar-calendar ~ .view-footer {
  padding-top: 20px;
}

@media print {
  /* line 1336, sass/app.scss */

  .calendar-calendar ~ .view-footer {
    display: none;
  }
}

/* line 1345, sass/app.scss */

.region-content .view-id-properties > ul {
  margin: 0;
  display: block;
  padding: 0;
  margin: 0 -0.71429em;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

.region-content .view-id-properties > ul:before,
.region-content .view-id-properties > ul:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.region-content .view-id-properties > ul:after {
  clear: both;
}

/* line 27, sass/foundation/components/_block-grid.scss */

.region-content .view-id-properties > ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.71429em 1.42857em;
}

/* line 36, sass/foundation/components/_block-grid.scss */

.region-content .view-id-properties > ul > li {
  width: 50%;
  padding: 0 0.71429em 1.42857em;
}

/* line 40, sass/foundation/components/_block-grid.scss */

.region-content .view-id-properties > ul > li:nth-of-type(n) {
  clear: none;
}

/* line 41, sass/foundation/components/_block-grid.scss */

.region-content .view-id-properties > ul > li:nth-of-type(2n+1) {
  clear: both;
}

@media (min-width: 500px) {
  /* line 1345, sass/app.scss */

  .region-content .view-id-properties > ul {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1;
  }

  /* line 121, sass/foundation/components/_global.scss */

  .region-content .view-id-properties > ul:before,
  .region-content .view-id-properties > ul:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  .region-content .view-id-properties > ul:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  .region-content .view-id-properties > ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .region-content .view-id-properties > ul > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .region-content .view-id-properties > ul > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .region-content .view-id-properties > ul > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1350, sass/app.scss */

  .region-content .view-id-properties > ul li:nth-child(3) {
    border-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 900px) {
  /* line 1345, sass/app.scss */

  .region-content .view-id-properties > ul {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1;
  }

  /* line 121, sass/foundation/components/_global.scss */

  .region-content .view-id-properties > ul:before,
  .region-content .view-id-properties > ul:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  .region-content .view-id-properties > ul:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  .region-content .view-id-properties > ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .region-content .view-id-properties > ul > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .region-content .view-id-properties > ul > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .region-content .view-id-properties > ul > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1357, sass/app.scss */

  .region-content .view-id-properties > ul li:nth-child(4) {
    border-top: 0;
    padding-top: 0;
  }
}

/* line 1363, sass/app.scss */

.region-content .view-id-properties > ul li:first-child,
.region-content .view-id-properties > ul li:first-child + li {
  border-top: 0;
  padding-top: 0;
}

/* line 1369, sass/app.scss */

.region-content .view-id-properties > ul > li {
  padding-top: 25px;
  border-top: 1px solid #efefef;
}

/* line 1372, sass/app.scss */

.region-content .view-id-properties > ul > li:before {
  display: none;
}

/* line 1377, sass/app.scss */

.view-id-properties h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}

/* line 1382, sass/app.scss */

.view-id-properties h2 a {
  text-decoration: none;
  display: block;
  padding-top: 10px;
}

/* line 1389, sass/app.scss */

.view-id-properties img + .field-type-text-long,
.view-id-properties ul.contextual-links {
  display: none;
}

/* line 1395, sass/app.scss */

.node-property .file-video-youtube {
  max-width: 600px;
}

/* line 1403, sass/app.scss */

fieldset.group-building-specs {
  margin: 20px 0;
  padding: 10px 20px;
  display: inline-block;
  min-width: 50%;
}

/* line 1409, sass/app.scss */

fieldset.group-building-specs legend {
  color: #8d979e;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}

/* line 1417, sass/app.scss */

fieldset.group-building-specs h6 {
  padding-left: 15px;
  margin-top: 10px;
}

@media (min-width: 400px) {
  /* line 1417, sass/app.scss */

  fieldset.group-building-specs h6 {
    float: left;
    clear: both;
    width: 120px;
    text-align: right;
    margin-right: 10px;
    margin-top: 0;
    padding-left: 0;
  }
}

/* line 1431, sass/app.scss */

fieldset.group-building-specs .building-spec {
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 15px;
}

@media (min-width: 400px) {
  /* line 1431, sass/app.scss */

  fieldset.group-building-specs .building-spec {
    padding-left: 0;
  }
}

/* line 1439, sass/app.scss */

fieldset.group-building-specs .building-spec p {
  margin-bottom: 0;
}

/* line 1444, sass/app.scss */

.region-content .property-images {
  height: 0;
  padding-bottom: 55.866%;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 25px;
}

/* line 1451, sass/app.scss */

.region-content .property-images li:before {
  display: none;
}

/* line 1453, sass/app.scss */

.region-content .property-images .file {
  position: relative;
  z-index: 1;
}

/* line 1458, sass/app.scss */

.region-content .property-images h2.caption {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  /* line 1458, sass/app.scss */

  .region-content .property-images h2.caption {
    font-size: 18px;
    padding: 20px;
  }
}

/* line 1473, sass/app.scss */

.region-content .property-images h2.caption:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-top: 33%;
  z-index: -1;
  background-image: -owg-linear-gradient(rgba(28, 28, 28, 0), rgba(28, 28, 28, 0.75) 80%);
  background-image: linear-gradient(rgba(28, 28, 28, 0), rgba(28, 28, 28, 0.75) 80%);
}

/* line 1488, sass/app.scss */

.region-content .property-images .slick-prev {
  left: 10px;
}

/* line 1489, sass/app.scss */

.region-content .property-images .slick-next {
  right: 10px;
}

/* line 1491, sass/app.scss */

.region-content .property-images .slick-prev,
.region-content .property-images .slick-next {
  margin-top: -40px;
}

/* line 1498, sass/app.scss */

html.js body.path-node-add-reservation article.main-content > h1,
html.js body.path-node-add-reservation .breadcrumbs li.current {
  display: none;
}

/* line 1503, sass/app.scss */

#reservation-node-form .vertical-tabs {
  display: none;
}

/* line 1507, sass/app.scss */

#edit-field-reservation-status {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 1507, sass/app.scss */

  #edit-field-reservation-status {
    width: 25%;
  }
}

/* line 1515, sass/app.scss */

#reservation-node-form fieldset {
  border: 1px solid #ccc;
  padding: 0 20px;
}

/* line 1520, sass/app.scss */

#reservation-node-form legend {
  display: inline-block;
  width: auto;
  text-transform: none;
  padding: 0 10px;
  margin-left: -10px;
  color: #8d979e;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 1534, sass/app.scss */

#reservation-node-form legend,
#reservation-node-form .fieldset-legend {
  display: block;
  height: auto;
  margin: 0;
}

/* line 1541, sass/app.scss */

#reservation-node-form fieldset.collapsible .fieldset-legend {
  padding: 0;
  background: none;
}

/* line 1546, sass/app.scss */

#reservation-node-form .fieldset-title {
  display: block;
  width: 100%;
  background-color: #ffd204;
  padding: 20px 50px 20px 30px;
  color: #3a3f44;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  position: relative;
}

/* line 1560, sass/app.scss */

#reservation-node-form .fieldset-title:hover {
  background-color: #ffdb37;
}

/* line 1563, sass/app.scss */

#reservation-node-form .fieldset-title:after {
  content: '\e807';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 1.6em;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

/* line 1576, sass/app.scss */

#reservation-node-form .fieldset-wrapper {
  padding: 10px 0 20px 0;
}

/* line 1580, sass/app.scss */

#reservation-node-form .fieldset-description {
  line-height: 1.4;
  padding-bottom: 0;
}

/* line 1585, sass/app.scss */

#reservation-node-form label.required:after {
  content: '*';
  font-weight: bold;
  color: #e51937;
}

/* line 1592, sass/app.scss */

#reservation-node-form .resizable-textarea textarea {
  width: 100% !important;
}

/* line 1594, sass/app.scss */

#reservation-node-form .resizable-textarea .grippie {
  display: none;
}

/* line 1595, sass/app.scss */

#reservation-node-form .resizable-textarea + small {
  margin-top: 0;
}

/* line 1600, sass/app.scss */

#reservation-node-form input[type="text"] {
  margin-bottom: 15px;
}

/* line 1604, sass/app.scss */

#reservation-node-form #edit-field-billing-address-und-0-locality {
  margin-bottom: 0;
}

/* line 1609, sass/app.scss */

#reservation-node-form .form-type-checkbox label {
  display: inline-block;
}

/* line 1613, sass/app.scss */

#reservation-node-form .form-type-checkbox input[type="checkbox"] {
  margin: 0;
}

/* line 1618, sass/app.scss */

#reservation-node-form .form-type-checkbox label {
  font-weight: normal;
}

/* line 1622, sass/app.scss */

#reservation-node-form .form-checkboxes {
  *zoom: 1;
  margin-bottom: 20px;
}

/* line 121, sass/foundation/components/_global.scss */

#reservation-node-form .form-checkboxes:before,
#reservation-node-form .form-checkboxes:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

#reservation-node-form .form-checkboxes:after {
  clear: both;
}

/* line 1627, sass/app.scss */

#reservation-node-form input[type="submit"].ajax-processed {
  width: 100%;
  margin-bottom: 20px;
  margin-top: -10px;
}

@media only screen and (min-width: 768px) {
  /* line 1627, sass/app.scss */

  #reservation-node-form input[type="submit"].ajax-processed {
    width: 200px;
  }
}

/* line 1636, sass/app.scss */

#reservation-node-form input[type="radio"] {
  margin-right: 5px;
}

/* line 1640, sass/app.scss */

#reservation-node-form select {
  margin-left: 1px;
}

/* line 1642, sass/app.scss */

#reservation-node-form small {
  font-family: "PTSerif Italic", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
  margin-top: -10px;
  font-size: 12px;
  color: #999;
}

/* line 1653, sass/app.scss */

.addressfield-container-inline > div.form-item {
  margin: 0 !important;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 1653, sass/app.scss */

  .addressfield-container-inline > div.form-item {
    width: 33.333%;
    padding-right: 20px;
  }

  /* line 1662, sass/app.scss */

  .addressfield-container-inline > div.form-item + div.form-item + div.form-item {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1669, sass/app.scss */

  .addressfield-container-inline select {
    margin: 15px 0 0;
  }
}

/* line 1674, sass/app.scss */

.date-repeat-input {
  width: 100%;
}

/* line 1676, sass/app.scss */

#edit-field-requested-dates-und-0-rrule-freq {
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 1676, sass/app.scss */

  #edit-field-requested-dates-und-0-rrule-freq {
    width: auto;
  }
}

/* line 1682, sass/app.scss */

.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 1682, sass/app.scss */

  .container-inline-date .form-item,
  .container-inline-date .form-item input {
    width: auto;
  }
}

/* line 1693, sass/app.scss */

.form-item-field-requested-dates-und-0-rrule-weekly-INTERVAL input[type="text"],
.form-item-field-requested-dates-und-0-rrule-yearly-INTERVAL input[type="text"],
.container-inline.count input[type="text"] {
  width: 50px;
  display: inline;
  margin: 0 2px;
}

/* line 1700, sass/app.scss */

#edit-field-requested-dates-und-0-rrule-daily-interval-child {
  width: 50px;
  display: inline;
  margin-right: 10px;
  margin-left: 5px;
}

/* line 1707, sass/app.scss */

#edit-field-requested-dates-und-0-rrule-weekly-byday label {
  margin-right: 15px;
  font-weight: normal;
}

/* line 1712, sass/app.scss */

.container-inline-date .date-padding {
  padding: 10px 0;
}

/* line 1716, sass/app.scss */

.form-type-date-popup > label {
  display: none;
}

/* line 1720, sass/app.scss */

.form-item-field-requested-dates-und-0-value-date label:before,
.form-item-field-requested-dates-und-0-value-time label:before {
  content: 'Start ';
}

/* line 1725, sass/app.scss */

.form-item-field-requested-dates-und-0-value2-date label:before,
.form-item-field-requested-dates-und-0-value2-time label:before {
  content: 'End ';
}

/* line 1730, sass/app.scss */

.date-clear.bymonthday select {
  display: inline;
  width: 50px;
  margin: 0 5px;
}

/* line 1736, sass/app.scss */

.date-repeat-input.byday-count,
.date-repeat-input.byday-day {
  width: auto;
}

/* line 1740, sass/app.scss */

.date-repeat-input.byday-count select,
.date-repeat-input.byday-day select {
  width: 150px;
  margin: 0 5px;
}

/* line 1746, sass/app.scss */

.date-repeat-input.byday-day label {
  padding-left: 5px;
  line-height: 20px;
  float: right;
}

/* line 1752, sass/app.scss */

.date-repeat-radios-item .form-type-checkbox label {
  font-weight: normal;
  margin-top: 5px;
}

/* line 1757, sass/app.scss */

.date-repeat-radios .form-type-checkboxes .form-type-checkbox {
  width: auto;
  width: 65px;
}

@media only screen and (min-width: 768px) {
  /* line 1763, sass/app.scss */

  #edit-field-layout-und {
    max-width: 275px;
  }
}

/* line 1770, sass/app.scss */

.node-reservation .field {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 19px;
}

/* line 1776, sass/app.scss */

.node-reservation label {
  color: #000;
  font-weight: bold;
  line-height: 1;
  cursor: default;
}

/* line 1783, sass/app.scss */

.node-reservation fieldset {
  padding: 20px 20px 10px 20px;
}

/* line 1787, sass/app.scss */

.node-reservation .fieldset-legend {
  color: #8d979e;
  font-size: 12px;
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
}

/* line 1798, sass/app.scss */

body.path-contact article.main-content > h1 {
  display: none;
}

/* line 1802, sass/app.scss */

.region-content ul.contact-info {
  display: block;
  padding: 0;
  margin: 0 -0.71429em;
  *zoom: 1;
  margin-bottom: 20px;
  margin-top: -20px;
  text-align: center;
}

/* line 121, sass/foundation/components/_global.scss */

.region-content ul.contact-info:before,
.region-content ul.contact-info:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.region-content ul.contact-info:after {
  clear: both;
}

/* line 27, sass/foundation/components/_block-grid.scss */

.region-content ul.contact-info > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.71429em 1.42857em;
}

/* line 36, sass/foundation/components/_block-grid.scss */

.region-content ul.contact-info > li {
  width: 100%;
  padding: 0 0.71429em 1.42857em;
}

/* line 40, sass/foundation/components/_block-grid.scss */

.region-content ul.contact-info > li:nth-of-type(n) {
  clear: none;
}

/* line 41, sass/foundation/components/_block-grid.scss */

.region-content ul.contact-info > li:nth-of-type(1n+1) {
  clear: both;
}

@media only screen and (min-width: 768px) {
  /* line 1802, sass/app.scss */

  .region-content ul.contact-info {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  /* line 121, sass/foundation/components/_global.scss */

  .region-content ul.contact-info:before,
  .region-content ul.contact-info:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  .region-content ul.contact-info:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  .region-content ul.contact-info > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .region-content ul.contact-info > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .region-content ul.contact-info > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .region-content ul.contact-info > li:nth-of-type(2n+1) {
    clear: both;
  }
}

/* line 1813, sass/app.scss */

.region-content ul.contact-info li {
  padding-top: 5px;
  padding-bottom: 0;
  border-top: 1px dotted #c2c2c2;
}

/* line 1817, sass/app.scss */

.region-content ul.contact-info li:first-child {
  border: none;
}

/* line 1818, sass/app.scss */

.region-content ul.contact-info li:before {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 1813, sass/app.scss */

  .region-content ul.contact-info li {
    border-left: 1px dotted #c2c2c2;
    border-top: none;
    padding-top: 0;
  }
}

/* line 1827, sass/app.scss */

.region-content ul.contact-info a {
  text-decoration: none;
}

/* line 1829, sass/app.scss */

.region-content ul.contact-info h2:before {
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 44px;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  /* line 1829, sass/app.scss */

  .region-content ul.contact-info h2:before {
    margin-top: -40px;
  }
}

/* line 1838, sass/app.scss */

.gm-style-iw {
  text-align: center;
  padding-right: 20px;
}

/* line 1842, sass/app.scss */

.gm-style-iw h2 {
  margin-bottom: 5px;
}

/* line 1847, sass/app.scss */

.contact-info .address h2:before {
  content: '\e815';
}

/* line 1848, sass/app.scss */

.contact-info .email h2:before {
  content: '\e80d';
  font-size: 40px;
}

/* line 1849, sass/app.scss */

.contact-info .mailing-list h2:before {
  content: '\e816';
}

/* line 1852, sass/app.scss */

article.node > footer {
  display: none;
}

/* line 1858, sass/app.scss */

body.path-user-login article.main-content > h1 {
  display: none;
}

/* line 1865, sass/app.scss */

#user-login label.required,
#user-login small,
#user-register-form label.required,
#user-register-form small,
#user-pass label.required,
#user-pass small {
  display: none;
}

/* line 1870, sass/app.scss */

#user-login input,
#user-register-form input,
#user-pass input {
  margin-bottom: 10px;
}

/* line 1875, sass/app.scss */

body.path-user-login ul.primary {
  text-align: right;
  padding-bottom: 10px;
  padding-top: 20px;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

body.path-user-login ul.primary:before,
body.path-user-login ul.primary:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

body.path-user-login ul.primary:after {
  clear: both;
}

/* line 1881, sass/app.scss */

body.path-user-login ul.primary li.active {
  float: left;
}

/* line 1885, sass/app.scss */

body.path-user-login ul.primary li a.active {
  color: #e51937;
  font-size: 26px;
  line-height: 1;
  background: none;
  padding: 0;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  /* line 1885, sass/app.scss */

  body.path-user-login ul.primary li a.active {
    font-size: 36px;
    margin-top: -10px;
  }
}

/* line 1898, sass/app.scss */

body.path-user-login ul.primary li:last-child {
  margin-left: 15px;
  margin-right: -8px;
}

/* line 1906, sass/app.scss */

.region-content .news-item,
.region-content .event {
  *zoom: 1;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 121, sass/foundation/components/_global.scss */

.region-content .news-item:before,
.region-content .news-item:after,
.region-content .event:before,
.region-content .event:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.region-content .news-item:after,
.region-content .event:after {
  clear: both;
}

/* line 1912, sass/app.scss */

.region-content .news-item:last-child,
.region-content .event:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 1918, sass/app.scss */

.region-content .news-item > a,
.region-content .event > a {
  float: left;
  margin-right: 10px;
}

/* line 1923, sass/app.scss */

.region-content .news-item ul.contextual-links,
.region-content .event ul.contextual-links {
  display: none;
}

/* line 1925, sass/app.scss */

.region-content .news-item .news-header,
.region-content .event .news-header {
  overflow: hidden;
}

/* line 1927, sass/app.scss */

.region-content .news-item h2,
.region-content .event h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  /* line 1927, sass/app.scss */

  .region-content .news-item h2,
  .region-content .event h2 {
    font-size: 22px;
  }
}

/* line 1933, sass/app.scss */

.region-content .news-item h2 a,
.region-content .event h2 a {
  text-decoration: none;
}

/* line 1937, sass/app.scss */

.region-content .event h5 {
  margin-bottom: 5px;
}

/* line 1941, sass/app.scss */

.region-content .archive-block {
  *zoom: 1;
  background: #efefef;
  margin-top: 30px;
  padding: 20px 20px 17px 20px;
}

/* line 121, sass/foundation/components/_global.scss */

.region-content .archive-block:before,
.region-content .archive-block:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.region-content .archive-block:after {
  clear: both;
}

/* line 1947, sass/app.scss */

.region-content .archive-block ul {
  margin: 0 -10px;
  float: left;
  padding-top: 5px;
}

/* line 1953, sass/app.scss */

.region-content .archive-block li {
  margin: 0 10px;
  padding-bottom: 5px;
  display: inline-block;
}

/* line 1957, sass/app.scss */

.region-content .archive-block li:before {
  display: none;
}

/* line 1960, sass/app.scss */

.region-content .archive-block a {
  text-decoration: none;
}

/* line 1962, sass/app.scss */

.region-content .archive-block a.active {
  font-weight: bold;
  color: #8d979e;
}

/* line 1968, sass/app.scss */

.region-content .archive-block h3 {
  margin: 0;
}

/* line 1974, sass/app.scss */

.node-news > h2,
.node-event .group-left > h2 {
  margin-bottom: 0;
}

/* line 1979, sass/app.scss */

h6.post-date,
h5.event-date {
  margin-bottom: 20px;
}

/* line 1985, sass/app.scss */

.ds-2col-stacked-fluid > .group-left,
.ds-2col-stacked-fluid > .group-right {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  /* line 1985, sass/app.scss */

  .ds-2col-stacked-fluid > .group-left,
  .ds-2col-stacked-fluid > .group-right {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 50%;
    float: left;
  }
}

/* line 1993, sass/app.scss */

.ds-2col-stacked-fluid > .group-left {
  padding-left: 0;
}

/* line 1997, sass/app.scss */

.ds-2col-stacked-fluid > .group-right {
  padding-right: 0;
}

/* line 2002, sass/app.scss */

body.node-type-event .group-left h2 {
  line-height: 1.2;
}

/* line 2006, sass/app.scss */

body.node-type-event .group-left label {
  cursor: default;
  float: left;
  width: 75px;
  text-align: right;
  padding-right: 10px;
  color: #9da1a4;
  font-family: "PTSerif Italic", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
  clear: both;
}

/* line 2020, sass/app.scss */

body.node-type-event .group-left .event-detail {
  overflow: hidden;
  padding-bottom: 5px;
  line-height: 19px;
}

/* line 2026, sass/app.scss */

body.node-type-event .group-left .field-type-text-with-summary {
  margin-top: 20px;
}

/* line 2032, sass/app.scss */

.event-detail .country {
  display: none;
}

/* line 2033, sass/app.scss */

.event-detail .locality:after {
  content: ',';
}

/* line 2034, sass/app.scss */

.event-detail .state {
  margin: 0 -2px;
}

/* line 2037, sass/app.scss */

.region-content .field-type-registration {
  background: #efefef;
  padding: 20px 20px 5px 20px;
  margin-top: 20px;
}

/* line 2042, sass/app.scss */

.region-content .field-type-registration label {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 900px) {
  /* line 2042, sass/app.scss */

  .region-content .field-type-registration label {
    margin-bottom: 35px;
  }
}

/* line 2049, sass/app.scss */

.region-content .field-type-registration > label {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 2055, sass/app.scss */

.region-content .field-type-registration small {
  position: absolute;
  margin-top: -87px;
  margin-right: 20px;
  font-size: 12px;
  font-family: "PTSerif Italic", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777;
}

@media (min-width: 768px) and (max-width: 900px) {
  /* line 2055, sass/app.scss */

  .region-content .field-type-registration small {
    margin-top: -100px;
  }
}

/* line 2067, sass/app.scss */

.region-content .field-type-registration input[type="text"],
.region-content .field-type-registration input[type="email"] {
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px;
}

/* line 2074, sass/app.scss */

.region-content .field-type-registration input[type="submit"] {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* line 2080, sass/app.scss */

.region-content .field-type-registration .custom.dropdown {
  margin-top: -15px;
}

/* line 2084, sass/app.scss */

.region-content .field-type-registration div[role="application"],
.region-content .field-type-registration #edit-cancel,
.region-content .field-type-registration .form-item-count {
  display: none;
}

/* line 2091, sass/app.scss */

body.node-type-event .field-type-registration + h6 {
  font-size: 12px;
  color: #777;
  background-color: #efefef;
  padding: 0 20px 20px 20px;
  margin-top: -16px;
}

/* line 2099, sass/app.scss */

body.node-type-event .view-event-highlights-gallery {
  border-bottom: 1px solid #efefef;
  padding-top: 35px;
}

@media only screen and (min-width: 768px) {
  /* line 2099, sass/app.scss */

  body.node-type-event .view-event-highlights-gallery {
    padding-top: 0;
  }
}

/* line 2105, sass/app.scss */

body.node-type-event .group-right .field-type-registration {
  border: none;
}

/* line 2112, sass/app.scss */

.field-name-field-attendees .tabledrag-toggle-weight-wrapper,
.field-name-field-attendees span.form-required,
.field-name-field-attendees .field-multiple-drag {
  display: none;
}

/* line 2118, sass/app.scss */

.field-name-field-attendees table thead {
  background: #efefef;
}

/* line 2121, sass/app.scss */

.field-name-field-attendees table thead th.field-label {
  padding: 0;
}

/* line 2123, sass/app.scss */

.field-name-field-attendees table thead + tbody tr td {
  padding: 0;
}

/* line 2127, sass/app.scss */

.field-name-field-attendees table thead label {
  font-size: 14px;
  margin-bottom: 0 !important;
  text-transform: none;
}

/* line 2134, sass/app.scss */

.field-name-field-attendees .form-type-textfield label {
  margin-bottom: 0 !important;
  font-weight: normal;
}

/* line 2139, sass/app.scss */

.field-name-field-attendees .draggable input[type="submit"] {
  box-shadow: none;
  background: none;
  color: #e51937;
  width: auto;
  font-size: 12px;
  float: right;
  margin-right: 0;
  padding: 0 0 10px 0;
  -webkit-transition: color 1s false;
  -webkit-transition-delay: 0s;
  transition: color 1s false false;
}

/* line 2149, sass/app.scss */

.field-name-field-attendees .draggable input[type="submit"]:hover,
.field-name-field-attendees .draggable input[type="submit"]:focus {
  color: #b7142c;
}

/* line 2155, sass/app.scss */

.field-name-field-attendees input[type="submit"].field-add-more-submit {
  margin-top: 20px;
  background: none;
  border: 1px solid #52aed0;
  box-shadow: none;
  color: #52aed0;
  width: 100%;
  margin-right: 0;
}

/* line 2163, sass/app.scss */

.field-name-field-attendees input[type="submit"].field-add-more-submit:hover,
.field-name-field-attendees input[type="submit"].field-add-more-submit:focus {
  background: rgba(27, 126, 147, 0.1);
}

/* line 2169, sass/app.scss */

.field-name-field-attendees .draggable td {
  padding-top: 20px;
}

/* line 2173, sass/app.scss */

.field-name-field-attendees tbody tr.draggable:first-child td {
  padding-top: 10px;
}

/* line 2180, sass/app.scss */

.event-photo-gallery .item-list ul {
  margin: 0;
  display: block;
  padding: 0;
  margin: 0 -0.71429em;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

.event-photo-gallery .item-list ul:before,
.event-photo-gallery .item-list ul:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.event-photo-gallery .item-list ul:after {
  clear: both;
}

/* line 27, sass/foundation/components/_block-grid.scss */

.event-photo-gallery .item-list ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.71429em 1.42857em;
}

/* line 36, sass/foundation/components/_block-grid.scss */

.event-photo-gallery .item-list ul > li {
  width: 33.33333%;
  padding: 0 0.71429em 1.42857em;
}

/* line 40, sass/foundation/components/_block-grid.scss */

.event-photo-gallery .item-list ul > li:nth-of-type(n) {
  clear: none;
}

/* line 41, sass/foundation/components/_block-grid.scss */

.event-photo-gallery .item-list ul > li:nth-of-type(3n+1) {
  clear: both;
}

/* line 2184, sass/app.scss */

.event-photo-gallery .item-list ul li {
  margin: 0;
}

/* line 2186, sass/app.scss */

.event-photo-gallery .item-list ul li:before {
  display: none;
}

/* line 2190, sass/app.scss */

.region-content .event-photo-gallery a {
  text-decoration: none;
}

/* line 2195, sass/app.scss */

.pathone-registration .registration-mail {
  margin: 25px 0;
}

/* line 2200, sass/app.scss */

.pathone-registration .field-type-field-collection label {
  color: #2d3236;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 2206, sass/app.scss */

.pathone-registration .field-type-field-collection .field-item {
  margin-bottom: 10px;
}

/* line 2212, sass/app.scss */

.view-event-highlights-gallery h2,
.view-photo-galleries h2 {
  margin-bottom: 15px;
}

/* line 2217, sass/app.scss */

.view-event-highlights-gallery hr,
.view-photo-galleries hr {
  margin-top: 10px;
}

/* line 2222, sass/app.scss */

.region-content ul.photo-gallery {
  margin-left: 0;
  margin-bottom: 0;
  display: block;
  padding: 0;
  margin: 0 -0.71429em;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

.region-content ul.photo-gallery:before,
.region-content ul.photo-gallery:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

.region-content ul.photo-gallery:after {
  clear: both;
}

/* line 27, sass/foundation/components/_block-grid.scss */

.region-content ul.photo-gallery > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.71429em 1.42857em;
}

/* line 36, sass/foundation/components/_block-grid.scss */

.region-content ul.photo-gallery > li {
  width: 100%;
  padding: 0 0.71429em 1.42857em;
}

/* line 40, sass/foundation/components/_block-grid.scss */

.region-content ul.photo-gallery > li:nth-of-type(n) {
  clear: none;
}

/* line 41, sass/foundation/components/_block-grid.scss */

.region-content ul.photo-gallery > li:nth-of-type(1n+1) {
  clear: both;
}

@media (min-width: 360px) {
  /* line 2222, sass/app.scss */

  .region-content ul.photo-gallery {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1;
  }

  /* line 121, sass/foundation/components/_global.scss */

  .region-content ul.photo-gallery:before,
  .region-content ul.photo-gallery:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  .region-content ul.photo-gallery:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 600px) {
  /* line 2222, sass/app.scss */

  .region-content ul.photo-gallery {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1;
  }

  /* line 121, sass/foundation/components/_global.scss */

  .region-content ul.photo-gallery:before,
  .region-content ul.photo-gallery:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  .region-content ul.photo-gallery:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 900px) {
  /* line 2222, sass/app.scss */

  .region-content ul.photo-gallery {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1;
  }

  /* line 121, sass/foundation/components/_global.scss */

  .region-content ul.photo-gallery:before,
  .region-content ul.photo-gallery:after {
    content: " ";
    display: table;
  }

  /* line 122, sass/foundation/components/_global.scss */

  .region-content ul.photo-gallery:after {
    clear: both;
  }

  /* line 27, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 36, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em;
  }

  /* line 40, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li:nth-of-type(n) {
    clear: none;
  }

  /* line 41, sass/foundation/components/_block-grid.scss */

  .region-content ul.photo-gallery > li:nth-of-type(4n+1) {
    clear: both;
  }
}

/* line 2236, sass/app.scss */

.region-content ul.photo-gallery li {
  position: relative;
  overflow: hidden;
}

/* line 2239, sass/app.scss */

.region-content ul.photo-gallery li:hover a {
  color: #52aed0;
}

/* line 2242, sass/app.scss */

.region-content ul.photo-gallery li:before {
  display: none;
}

/* line 2246, sass/app.scss */

.photo-gallery img {
  width: 100%;
}

/* line 2250, sass/app.scss */

.photo-gallery h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/* line 2256, sass/app.scss */

.photo-gallery h2 a.title {
  text-decoration: none;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.1;
  padding: 10px;
  margin: 0;
  outline: 0;
}

/* line 2269, sass/app.scss */

.photo-gallery h2 a.title:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  z-index: -1;
  background-image: -owg-linear-gradient(rgba(28, 28, 28, 0), rgba(28, 28, 28, 0.8) 80%);
  background-image: linear-gradient(rgba(28, 28, 28, 0), rgba(28, 28, 28, 0.8) 80%);
}

/* line 2284, sass/app.scss */

.photo-gallery.main-gallery h2 a.title {
  text-align: center;
}

/* line 2293, sass/app.scss */

body.front .triptych-wrapper {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  /* line 2293, sass/app.scss */

  body.front .triptych-wrapper {
    padding-bottom: 50px;
  }
}

/* line 2299, sass/app.scss */

body.front .triptych-wrapper .row > * {
  padding-bottom: 40px;
}

/* line 2303, sass/app.scss */

body.front .triptych-wrapper h2.title {
  text-align: center;
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 2303, sass/app.scss */

  body.front .triptych-wrapper h2.title {
    font-size: 24px;
  }
}

/* line 2315, sass/app.scss */

body.front .triptych-wrapper h2.title:after {
  content: '';
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUkAAAAUCAMAAAA3Mz8HAAAAY1BMVEUAAADv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+8kbTdoAAAAIHRSTlMAoFv3buar3Y5PKczEtGR/SDEZEQoF/O/VvZaGd0A5Ido0QSEAAADzSURBVFjD7ZhJEoIwFAU/IWGepzDj/U8pkxvUEpEIIekjvEV31YM4NLGh2eQm2QaxNQObYQwPEivwKsXRM7nNKjLiKJUXWAm8I+0a5CuFrsqxXqLqheJ7TZfCaqIW1aWbUznetGDuljVqI9iO4CKltjto8JcFl8wiJYKIdAqJFQM7ri3SzyFhwKVEOoYEfRWS/eFapDuEZH+4EukckhjOzKlFSpwxJAlwxSzSMyya6QeEhJlIqaghYSRS7S8iPWVImIjUYyRSujxmBGE/kfYhqTD3GjxQpENI/D4kKUiWIsWDSEUNCTuRPqWJihEShiLlISR3IEqZKneN54gAAAAASUVORK5CYII=") no-repeat top center;
  background-size: 100% 20px;
}

/* line 2327, sass/app.scss */

body.front .triptych-wrapper ul:not(.contextual-links) {
  list-style-type: none;
}

/* line 2330, sass/app.scss */

body.front .triptych-wrapper ul:not(.contextual-links) li {
  border-bottom: 1px dotted #c2c2c2;
  padding-top: 15px;
  padding-bottom: 15px;
  *zoom: 1;
}

/* line 121, sass/foundation/components/_global.scss */

body.front .triptych-wrapper ul:not(.contextual-links) li:before,
body.front .triptych-wrapper ul:not(.contextual-links) li:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

body.front .triptych-wrapper ul:not(.contextual-links) li:after {
  clear: both;
}

/* line 2338, sass/app.scss */

body.front .triptych-wrapper h3 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: -.25px;
  margin: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}

/* line 2348, sass/app.scss */

body.front .triptych-wrapper h3 a {
  color: #2d3236;
}

/* line 2349, sass/app.scss */

body.front .triptych-wrapper h3 a:hover {
  color: #1b7e93;
}

/* line 2352, sass/app.scss */

body.front .triptych-wrapper .subtext {
  color: #9da1a4;
  font-family: "PTSerif Italic", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  margin: 0;
}

/* line 2360, sass/app.scss */

.view-all {
  text-transform: uppercase;
}

/* line 2362, sass/app.scss */

.view-all:after {
  content: '\e813';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #dedede;
  margin-left: 10px;
}

/* line 2370, sass/app.scss */

.thumbnail-image .contextual-links {
  display: none;
}

/* line 2374, sass/app.scss */

.thumbnail-image {
  float: right;
  margin-left: 20px;
}

/* line 2379, sass/app.scss */

body.front .region-triptych-last > div > ul li {
  position: relative;
  padding-left: 60px;
}

/* line 2383, sass/app.scss */

body.front .region-triptych-last > div > ul li a {
  display: block;
  padding-right: 30px;
}

/* line 2387, sass/app.scss */

body.front .region-triptych-last > div > ul li a:before {
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  border-radius: 5000px;
  position: absolute;
  left: 0;
}

/* line 2401, sass/app.scss */

body.front .region-triptych-last > div > ul li a:after {
  content: '\e806';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #efefef;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 20px 0;
  margin-top: -33px;
  font-size: 30px;
  width: 100%;
  text-align: right;
}

/* line 2417, sass/app.scss */

.research-supplies,
.science-jobs {
  padding-top: 8px;
  margin-bottom: 15px;
}

/* line 2423, sass/app.scss */

.research-supplies a:before {
  content: '\e80f';
  background: #00bff3;
  margin-top: -8px;
}

/* line 2429, sass/app.scss */

.conference-room a:before {
  content: '\e810';
  background: #f26522;
}

/* line 2434, sass/app.scss */

.science-jobs a:before {
  content: '\e811';
  background: #81bf42;
  font-size: 22px !important;
  margin-top: -8px;
}

/* line 2441, sass/app.scss */

.biomedical-resources a:before {
  content: '\e812';
  background: #7f5833;
  font-size: 24px !important;
}

/* line 2448, sass/app.scss */

body.path-contact .triptych-wrapper {
  background-color: #1b7e93;
}

@media only screen and (min-width: 768px) {
  /* line 2448, sass/app.scss */

  body.path-contact .triptych-wrapper {
    margin-top: 100px;
  }
}

/* line 2452, sass/app.scss */

body.path-contact .triptych-wrapper form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80.42857em;
  *zoom: 1;
  padding: 20px 22px;
}

/* line 121, sass/foundation/components/_global.scss */

body.path-contact .triptych-wrapper form:before,
body.path-contact .triptych-wrapper form:after {
  content: " ";
  display: table;
}

/* line 122, sass/foundation/components/_global.scss */

body.path-contact .triptych-wrapper form:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  /* line 2452, sass/app.scss */

  body.path-contact .triptych-wrapper form {
    padding: 110px 22px 40px;
    margin-top: -110px;
  }

  /* line 2459, sass/app.scss */

  body.path-contact .triptych-wrapper form input[type="submit"] {
    float: right;
    margin-top: 0px;
    clear: both;
  }

  /* line 2464, sass/app.scss */

  body.path-contact .triptych-wrapper form .g-recaptcha {
    float: right;
    clear: both;
    margin-bottom: 15px;
  }
}

/* line 2473, sass/app.scss */

body.path-contact .region-triptych-first > div {
  position: relative;
}

/* line 2477, sass/app.scss */

body.path-contact.triptych-1 .triptych-wrapper > .row {
  max-width: 100%;
  position: relative;
}

/* line 2481, sass/app.scss */

body.path-contact.triptych-1 .triptych-wrapper > .row > * {
  padding: 0;
}

/* line 2484, sass/app.scss */

#contact-map {
  background: #efefef;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  /* line 2484, sass/app.scss */

  #contact-map {
    height: 0;
    padding-bottom: 34.635%;
  }
}

@media (min-width: 1920px) {
  /* line 2484, sass/app.scss */

  #contact-map {
    padding: 0;
    height: 665px;
  }
}

/* line 2497, sass/app.scss */

body.path-contact .webform-component--header {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  /* line 2497, sass/app.scss */

  body.path-contact .webform-component--header {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left;
    padding-right: 50px;
  }
}

/* line 2504, sass/app.scss */

body.path-contact .webform-component--header h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  padding-right: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

@media (min-width: 1000px) {
  /* line 2504, sass/app.scss */

  body.path-contact .webform-component--header h2 {
    font-size: 60px;
  }
}

/* line 2516, sass/app.scss */

body.path-contact .webform-component--header h3 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  margin-bottom: 0;
}

/* line 2525, sass/app.scss */

fieldset.webform-component--contact-form {
  padding: 20px 0 0 0;
  border: none;
  margin: 0;
}

/* line 2530, sass/app.scss */

fieldset.webform-component--contact-form input[type="text"],
fieldset.webform-component--contact-form input[type="email"],
fieldset.webform-component--contact-form textarea {
  box-shadow: none;
  height: auto;
  padding: 15px;
  margin: 0;
}

/* line 2538, sass/app.scss */

fieldset.webform-component--contact-form input[type="text"]:focus,
fieldset.webform-component--contact-form input[type="email"]:focus,
fieldset.webform-component--contact-form textarea:focus {
  background: rgba(255, 255, 255, 0.85);
}

/* line 2543, sass/app.scss */

fieldset.webform-component--contact-form textarea {
  height: 195px;
}

/* line 2547, sass/app.scss */

fieldset.webform-component--contact-form .webform-component-textfield,
fieldset.webform-component--contact-form .webform-component-email {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 2547, sass/app.scss */

  fieldset.webform-component--contact-form .webform-component-textfield,
  fieldset.webform-component--contact-form .webform-component-email {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }
}

/* line 2557, sass/app.scss */

fieldset.webform-component--contact-form .webform-component-textarea {
  clear: both;
}

/* line 2561, sass/app.scss */

fieldset.webform-component--contact-form .webform-component-mailchimp label {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  /* line 2561, sass/app.scss */

  fieldset.webform-component--contact-form .webform-component-mailchimp label {
    width: 29%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2571, sass/app.scss */

  fieldset.webform-component--contact-form .webform-component--contact-form--first-name,
  fieldset.webform-component--contact-form .webform-component--contact-form--email-address {
    padding-right: 5px;
  }

  /* line 2576, sass/app.scss */

  fieldset.webform-component--contact-form .webform-component--contact-form--last-name,
  fieldset.webform-component--contact-form .webform-component--contact-form--company {
    padding-left: 5px;
  }
}

/* line 2583, sass/app.scss */

body.path-contact form.custom .custom.checkbox {
  border: none;
}

/* line 2587, sass/app.scss */

#contact-form {
  height: 0;
}

@media only screen and (min-width: 768px) {
  /* line 2587, sass/app.scss */

  #contact-form {
    position: absolute;
    bottom: 100px;
  }
}

/* line 2596, sass/app.scss */

.path-biopark .region-triptych-first,
.path-properties .region-triptych-first {
  background: url("/sites/default/themes/umbiopark/img/interactive-map-small.jpg") no-repeat top center;
  position: relative;
  height: 364px;
}

@media only screen and (min-width: 768px) {
  /* line 2596, sass/app.scss */

  .path-biopark .region-triptych-first,
  .path-properties .region-triptych-first {
    background: url("/sites/default/themes/umbiopark/img/interactive-map-large.jpg") no-repeat top center;
    background-size: cover;
    height: 0;
    padding-bottom: 44.791%;
  }
}

/* line 2608, sass/app.scss */

.path-biopark .region-triptych-first:after,
.path-properties .region-triptych-first:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}

/* line 2622, sass/app.scss */

.path-biopark .region-triptych-first p,
.path-properties .region-triptych-first p {
  margin: 0;
}

/* line 2624, sass/app.scss */

.path-biopark .region-triptych-first .contextual-links-region,
.path-properties .region-triptych-first .contextual-links-region {
  position: static;
}

/* line 2627, sass/app.scss */

.map-marker {
  font-family: "Oswald Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #ffd204;
  font-size: 44px;
  color: #000;
  text-align: center;
  line-height: 28px;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1100px) {
  /* line 2627, sass/app.scss */

  .map-marker {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 34px;
  }
}

/* line 2645, sass/app.scss */

.map-marker:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 7px solid #ffd204;
  position: absolute;
  top: 100%;
  left: 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  /* line 2645, sass/app.scss */

  .map-marker:after {
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 5px;
  }
}

/* line 2663, sass/app.scss */

.map-marker:hover,
.map-marker:focus {
  color: #000;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}

/* line 2670, sass/app.scss */

.map-marker.forensic {
  bottom: 95px;
  right: 50%;
  margin-right: -90px;
}

@media only screen and (min-width: 768px) {
  /* line 2670, sass/app.scss */

  .map-marker.forensic {
    right: 36.510%;
    bottom: 18.604%;
    margin-right: 0;
  }
}

/* line 2681, sass/app.scss */

.map-marker.parking {
  bottom: 130px;
  right: 50%;
  margin-right: -35px;
}

@media only screen and (min-width: 768px) {
  /* line 2681, sass/app.scss */

  .map-marker.parking {
    right: 41.041%;
    bottom: 26.976%;
    margin-right: 0;
  }
}

/* line 2692, sass/app.scss */

.map-marker.building-873 {
  bottom: 153px;
  right: 50%;
  margin-right: -115px;
}

@media only screen and (min-width: 768px) {
  /* line 2692, sass/app.scss */

  .map-marker.building-873 {
    right: 34.375%;
    bottom: 31.162%;
    margin-right: 0;
  }
}

/* line 2703, sass/app.scss */

.map-marker.proton {
  bottom: 163px;
  right: 50%;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  /* line 2703, sass/app.scss */

  .map-marker.proton {
    right: 45%;
    bottom: 33.372%;
    margin-right: 0;
  }
}

/* line 2714, sass/app.scss */

.map-marker.building-800 {
  bottom: 200px;
  right: 50%;
  margin-right: 45px;
}

@media only screen and (min-width: 768px) {
  /* line 2714, sass/app.scss */

  .map-marker.building-800 {
    right: 49.1667%;
    bottom: 41.395%;
    margin-right: 0;
  }
}

/* line 2725, sass/app.scss */

.map-marker.building-801 {
  bottom: 215px;
  right: 50%;
  margin-right: -30px;
}

@media only screen and (min-width: 768px) {
  /* line 2725, sass/app.scss */

  .map-marker.building-801 {
    right: 43.125%;
    bottom: 44.767%;
    margin-right: 0;
  }
}

/* line 2736, sass/app.scss */

.map-marker.lion-brothers {
  bottom: 139px;
  right: 50%;
  margin-right: -250px;
}

@media only screen and (min-width: 768px) {
  /* line 2736, sass/app.scss */

  .map-marker.lion-brothers {
    right: 21%;
    bottom: 28%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2748, sass/app.scss */

  .f-dropdown.content.right.open {
    margin-left: 186px;
  }
}

/* line 2754, sass/app.scss */

h3.university-maryland,
h3.university-maryland-biopark {
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border-radius: 3px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0;
}

@media (min-width: 1100px) {
  /* line 2754, sass/app.scss */

  h3.university-maryland,
  h3.university-maryland-biopark {
    font-size: 16px;
  }
}

/* line 2772, sass/app.scss */

h3.university-maryland {
  color: #fff;
  padding: 10px 20px;
  top: 30px;
  left: 50%;
  margin-left: -150px;
}

@media only screen and (min-width: 768px) {
  /* line 2772, sass/app.scss */

  h3.university-maryland {
    top: 23.837%;
    left: 32.916%;
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  /* line 2772, sass/app.scss */

  h3.university-maryland {
    padding: 15px 20px;
  }
}

/* line 2787, sass/app.scss */

h3.university-maryland:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

/* line 2802, sass/app.scss */

h3.university-maryland-biopark {
  color: #ffd204;
  max-width: 150px;
  left: 50%;
  bottom: 20px;
  margin-left: -150px;
}

@media only screen and (min-width: 768px) {
  /* line 2802, sass/app.scss */

  h3.university-maryland-biopark {
    left: 19%;
    bottom: 26.046%;
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  /* line 2802, sass/app.scss */

  h3.university-maryland-biopark {
    max-width: 200px;
    left: 29%;
  }
}

/* line 2818, sass/app.scss */

h3.university-maryland-biopark:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -8px;
}

/* line 2833, sass/app.scss */

h4.inner-harbor,
h4.camden-yards,
h4.i-395 {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 2833, sass/app.scss */

  h4.inner-harbor,
  h4.camden-yards,
  h4.i-395 {
    font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #ffd204;
    display: inline-block;
    text-shadow: 0 0 5px #000;
    position: absolute;
  }
}

/* line 2846, sass/app.scss */

h4.inner-harbor {
  left: 55%;
  top: 3%;
}

/* line 2851, sass/app.scss */

h4.camden-yards {
  right: 21%;
  top: 20%;
}

/* line 2856, sass/app.scss */

h4.i-395 {
  right: 6%;
  top: 9%;
}

/* line 2861, sass/app.scss */

.interactive-map .f-dropdown.content {
  border: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.75);
  width: 400px;
  max-width: 400px;
}

@media only screen and (min-width: 768px) {
  /* line 2861, sass/app.scss */

  .interactive-map .f-dropdown.content {
    margin-left: -186px;
  }
}

/* line 2872, sass/app.scss */

.interactive-map .f-dropdown.content:before {
  display: none;
}

/* line 2876, sass/app.scss */

.interactive-map .f-dropdown.content:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.95);
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

/* line 2891, sass/app.scss */

.interactive-map .f-dropdown.content .close {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  float: right;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 2891, sass/app.scss */

  .interactive-map .f-dropdown.content .close {
    display: none;
  }
}

/* line 2902, sass/app.scss */

.interactive-map .f-dropdown.content .close:before {
  content: '×';
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #9da1a4;
  font-size: 18px;
}

/* line 2913, sass/app.scss */

.interactive-map .f-dropdown.content .close:hover:before {
  color: #696e72;
}

/* line 2918, sass/app.scss */

.interactive-map .f-dropdown.content p,
.interactive-map .f-dropdown.content h2 {
  text-align: center;
}

/* line 2923, sass/app.scss */

.interactive-map .f-dropdown.content h2 {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
}

/* line 2929, sass/app.scss */

.interactive-map .f-dropdown.content p {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 2929, sass/app.scss */

  .interactive-map .f-dropdown.content p {
    display: block;
    float: left;
    margin-right: 20px;
    max-width: 180px;
  }
}

/* line 2939, sass/app.scss */

.interactive-map .f-dropdown.content h2 {
  margin-top: 5px;
  text-align: center;
}

/* line 2944, sass/app.scss */

.interactive-map .f-dropdown.content ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "PTSerif Italic", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #9da1a4;
  font-style: italic;
  font-size: 13px;
  overflow: hidden;
}

/* line 2955, sass/app.scss */

.interactive-map .f-dropdown.content ul li {
  padding-bottom: 10px;
  padding-left: 10px;
  text-indent: -10px;
}

/* line 2959, sass/app.scss */

.interactive-map .f-dropdown.content ul li:hover {
  background: none;
  cursor: default;
}

/* line 2964, sass/app.scss */

.interactive-map .f-dropdown.content ul li:before {
  content: '';
  content: '\e806';
  color: #ccc;
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  width: 15px;
  margin-right: 5px;
  text-align: center;
  border: none;
  border-radius: 0;
}

/* line 2981, sass/app.scss */

#forensic-medical-center:after {
  margin-left: 65px;
}

@media only screen and (min-width: 768px) {
  /* line 2981, sass/app.scss */

  #forensic-medical-center:after {
    margin-left: -10px;
  }
}

/* line 2986, sass/app.scss */

#parking-garage:after {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 2986, sass/app.scss */

  #parking-garage:after {
    margin-left: -10px;
  }
}

/* line 2991, sass/app.scss */

#building-873:after {
  margin-left: 90px;
}

@media only screen and (min-width: 768px) {
  /* line 2991, sass/app.scss */

  #building-873:after {
    margin-left: -10px;
  }
}

/* line 2996, sass/app.scss */

#proton-treatment-center:after {
  margin-left: -32px;
}

@media only screen and (min-width: 768px) {
  /* line 2996, sass/app.scss */

  #proton-treatment-center:after {
    margin-left: -10px;
  }
}

/* line 3001, sass/app.scss */

#building-800:after {
  margin-left: -70px;
}

@media only screen and (min-width: 768px) {
  /* line 3001, sass/app.scss */

  #building-800:after {
    margin-left: -10px;
  }
}

/* line 3006, sass/app.scss */

#building-801:after {
  margin-left: 6px;
}

@media only screen and (min-width: 768px) {
  /* line 3006, sass/app.scss */

  #building-801:after {
    margin-left: -10px;
  }
}

/* line 3011, sass/app.scss */

#lion-brothers-building:after {
  margin-left: 225px;
}

@media only screen and (min-width: 768px) {
  /* line 3011, sass/app.scss */

  #lion-brothers-building:after {
    margin-left: -10px;
  }
}

/* line 3019, sass/app.scss */

footer {
  background-color: #252525;
  border-top: 5px solid #ffd204;
  padding-top: 50px;
}

@media print {
  /* line 3019, sass/app.scss */

  footer {
    display: none;
  }
}

/* line 3027, sass/app.scss */

footer h2 {
  font-family: "Oswald Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #8c8c8c;
  font-size: 15px;
  margin-bottom: 30px;
}

/* line 3034, sass/app.scss */

footer p {
  font-size: 13px;
  line-height: 1;
  color: #8c8c8c;
  margin-bottom: 12px;
}

/* line 3041, sass/app.scss */

footer a {
  color: #4e91c6;
}

/* line 3043, sass/app.scss */

footer a:hover {
  color: #52aed0;
}

/* line 3049, sass/app.scss */

.footer-wrapper > div {
  padding-bottom: 30px;
}

/* line 3054, sass/app.scss */

body.footer-4 .region-footer-firstcolumn {
  padding-right: 35px;
}

/* line 3058, sass/app.scss */

footer p.location,
footer p.phone,
footer p.email {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

/* line 3067, sass/app.scss */

footer p.location:before,
footer p.phone:before,
footer p.email:before {
  content: '';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 2px;
}

/* line 3077, sass/app.scss */

footer p.location:before {
  content: '\e80e';
}

/* line 3078, sass/app.scss */

footer p.phone:before {
  content: '\e809';
}

/* line 3079, sass/app.scss */

footer p.email:before {
  content: '\e814';
  font-size: 15px;
}

/* line 3085, sass/app.scss */

#footer-map {
  border: 5px solid #fff;
  height: 0;
  padding-bottom: 68%;
  margin-bottom: 25px;
}

/* line 3093, sass/app.scss */

footer input[type="text"],
footer input[type="email"] {
  border-radius: 3px;
  background-color: #4b4b4b;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 0;
  height: auto;
  padding: 17px;
  clear: both;
}

/* line 3105, sass/app.scss */

footer input[type="text"]:focus,
footer input[type="email"]:focus {
  background-color: #3d3d3d;
}

/* line 2, sass/components/_forms.scss */

footer input[type="text"]::-webkit-input-placeholder,
footer input[type="email"]::-webkit-input-placeholder {
  font-style: italic;
  color: #919191;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 3, sass/components/_forms.scss */

footer input[type="text"]:-moz-placeholder,
footer input[type="email"]:-moz-placeholder {
  font-style: italic;
  color: #919191;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 4, sass/components/_forms.scss */

footer input[type="text"]::-moz-placeholder,
footer input[type="email"]::-moz-placeholder {
  font-style: italic;
  color: #919191;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 5, sass/components/_forms.scss */

footer input[type="text"]:-ms-input-placeholder,
footer input[type="email"]:-ms-input-placeholder {
  font-style: italic;
  color: #919191;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 3116, sass/app.scss */

footer .form-item {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 3121, sass/app.scss */

footer .form-actions {
  margin-top: 10px;
}

/* line 3125, sass/app.scss */

footer .webform-component--last-name,
footer .webform-component--company,
footer h2.subheading {
  display: none;
}

/* line 3132, sass/app.scss */

.region-footer-fourthcolumn {
  overflow: hidden;
}

/* line 3135, sass/app.scss */

.region-footer-fourthcolumn h2 {
  margin-bottom: 0;
  position: relative;
  top: -5px;
}

/* line 3140, sass/app.scss */

.region-footer-fourthcolumn h2:after {
  content: '\e801';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #00b4ff;
  font-size: 28px;
  vertical-align: middle;
  margin-left: 20px;
}

/* line 3152, sass/app.scss */

footer .bottom {
  background-color: #1c1c1c;
  padding: 20px 0 15px;
}

/* line 3156, sass/app.scss */

footer .bottom p {
  color: #858585;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
  padding: 10px 0;
}

/* line 3163, sass/app.scss */

footer .bottom p a {
  color: #7094a2;
  border-bottom: 1px solid;
}

/* line 3166, sass/app.scss */

footer .bottom p a:hover {
  color: #4e91c6;
}

/* line 3172, sass/app.scss */

.region-bottom > div {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  /* line 3172, sass/app.scss */

  .region-bottom > div {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 75%;
    float: left;
  }
}

/* line 3179, sass/app.scss */

.region-bottom > nav {
  position: relative;
  padding-left: 1.60714em;
  padding-right: 1.60714em;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  /* line 3179, sass/app.scss */

  .region-bottom > nav {
    position: relative;
    padding-left: 1.60714em;
    padding-right: 1.60714em;
    width: 25%;
    float: left;
  }
}

/* line 3186, sass/app.scss */

.region-bottom nav > ul {
  list-style-type: none;
  margin-bottom: 0;
}

/* line 45, sass/components/_icons.scss */

.region-bottom nav > ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 3px;
}

/* line 51, sass/components/_icons.scss */

.region-bottom nav > ul li a {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  color: #1c1c1c;
  font-size: 18.4px;
  border-radius: 5000px;
}

/* line 60, sass/components/_icons.scss */

.region-bottom nav > ul li a:hover:before,
.region-bottom nav > ul li a:focus:before {
  background-color: #ffd204 !important;
}

/* line 65, sass/components/_icons.scss */

.region-bottom nav > ul li a:before {
  content: '';
  font-family: "umbiopark-icons", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  height: 32px;
  background-color: #595e63;
}

/* line 75, sass/components/_icons.scss */

.region-bottom nav > ul a[href*="twitter"]:before {
  content: '\e801';
  background-color: #00b4ff;
}

/* line 82, sass/components/_icons.scss */

.region-bottom nav > ul a[href*="facebook"]:before {
  content: '\e802';
  background-color: #3b589e;
}

/* line 89, sass/components/_icons.scss */

.region-bottom nav > ul a[href*="linkedin"]:before {
  content: '\e803';
  background-color: #007fb2;
}