/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(//fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700);
/* line 9, ../vendor/foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../vendor/foundation/scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../vendor/foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../vendor/foundation/scss/normalize.scss */
figure {
  margin: 1em 0px;
}

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

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../vendor/foundation/scss/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../vendor/foundation/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../vendor/foundation/scss/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../vendor/foundation/scss/normalize.scss */
button,
select {
  text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../vendor/foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../vendor/foundation/scss/normalize.scss */
textarea {
  overflow: auto;
}

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

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

/* line 421, ../vendor/foundation/scss/normalize.scss */
td,
th {
  padding: 0;
}

/* line 364, ../vendor/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.2/";
}

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

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

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

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

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

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

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

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

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

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

/* line 422, ../vendor/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 425, ../vendor/foundation/scss/foundation/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 428, ../vendor/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

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

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

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

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

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

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

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

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

/* line 172, ../vendor/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, ../vendor/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

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

/* line 478, ../vendor/foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

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

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

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

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

/* line 129, ../vendor/foundation/scss/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 5px;
  margin-left: 0;
}

/* line 172, ../vendor/foundation/scss/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
/* line 173, ../vendor/foundation/scss/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}
/* line 132, ../vendor/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
/* line 135, ../vendor/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}
/* line 136, ../vendor/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
}
/* line 143, ../vendor/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
/* line 146, ../vendor/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 10px;
}
/* line 149, ../vendor/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */
  .xxlarge-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, ../vendor/foundation/scss/foundation/components/_block-grid.scss */
  .xxlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../vendor/foundation/scss/foundation/components/_block-grid.scss */
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 62, ../vendor/foundation/scss/foundation/components/_block-grid.scss */
  .xxlarge-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, ../vendor/foundation/scss/foundation/components/_block-grid.scss */
  .xxlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../vendor/foundation/scss/foundation/components/_block-grid.scss */
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Clearing Styles */
/* line 44, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
/* line 172, ../vendor/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 173, ../vendor/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px; 
}
/* line 55, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
/* line 69, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

/* line 80, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

/* line 88, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

/* line 115, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

/* line 129, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
/* line 138, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 142, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 143, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 147, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 149, ../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 156, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  /* line 162, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  /* line 169, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }

  /* line 172, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 174, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  /* line 180, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 182, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  /* line 188, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }

  /* line 193, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 199, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 206, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  /* line 220, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 226, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 232, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 237, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 238, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  /* line 243, ../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }

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



/* line 213, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #0099cc;
  border-color: #007aa3;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007aa3;
}
/* line 164, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
/* line 220, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 164, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 221, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 164, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
/* line 222, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 164, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
/* line 223, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
/* line 164, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
/* line 224, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
/* line 164, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
/* line 226, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
/* line 227, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
/* line 228, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
/* line 229, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* line 231, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 232, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 234, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 235, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 237, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #0099cc;
  border-color: #007aa3;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 158, ../vendor/foundation/scss/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: #007aa3;
}
/* line 164, ../vendor/foundation/scss/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: #FFFFFF;
}
/* line 175, ../vendor/foundation/scss/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: #0099cc;
}
/* line 238, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 164, ../vendor/foundation/scss/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: #333333;
}
/* line 175, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 239, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 164, ../vendor/foundation/scss/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: #FFFFFF;
}
/* line 175, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
/* line 240, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 164, ../vendor/foundation/scss/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: #FFFFFF;
}
/* line 175, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
/* line 241, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
/* line 164, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
/* line 175, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
/* line 242, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 158, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
/* line 164, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
/* line 175, ../vendor/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 40.0625em) {
  /* line 250, ../vendor/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 387, ../vendor/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 92, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 94, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 98, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 100, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 102, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 108, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Form Label Styles */
/* line 393, ../vendor/foundation/scss/foundation/components/_forms.scss */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 394, ../vendor/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 395, ../vendor/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 397, ../vendor/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 404, ../vendor/foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 408, ../vendor/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  border-color: true;
}

/* line 409, ../vendor/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 411, ../vendor/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 412, ../vendor/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 413, ../vendor/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 414, ../vendor/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 417, ../vendor/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 418, ../vendor/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 421, ../vendor/foundation/scss/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"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
/* line 138, ../vendor/foundation/scss/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, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 144, ../vendor/foundation/scss/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, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 150, ../vendor/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 433, ../vendor/foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

/* line 441, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 445, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 448, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 452, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 455, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 459, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 462, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;

}
/* line 466, ../vendor/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
}

/* line 471, ../vendor/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 478, ../vendor/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 483, ../vendor/foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* line 488, ../vendor/foundation/scss/foundation/components/_forms.scss */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 492, ../vendor/foundation/scss/foundation/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

/* line 496, ../vendor/foundation/scss/foundation/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

/* line 500, ../vendor/foundation/scss/foundation/components/_forms.scss */
:-ms-input-placeholder {
  color: #cccccc;
}

/* Add height value for select elements to match text input height */
/* line 506, ../vendor/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
/* line 337, ../vendor/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}
/* line 360, ../vendor/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 361, ../vendor/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
/* line 366, ../vendor/foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 509, ../vendor/foundation/scss/foundation/components/_forms.scss */
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
/* line 515, ../vendor/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 522, ../vendor/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 532, ../vendor/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 546, ../vendor/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
/* line 279, ../vendor/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  background: #FFFFFF;
  font-weight: bold;
  margin-left: -0.1875rem;
  margin: 0;
  padding: 0 0.1875rem;
}

/* Error Handling */
/* line 553, ../vendor/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
/* line 556, ../vendor/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 559, ../vendor/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 564, ../vendor/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 570, ../vendor/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 575, ../vendor/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 580, ../vendor/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
/* line 585, ../vendor/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
/* line 597, ../vendor/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 602, ../vendor/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 607, ../vendor/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* Section Label Styles */
.label{display:inline-block;padding:.22222rem .3rem;border-radius:0;font-size:.6rem;line-height:1;white-space:nowrap;cursor:default}
.label,.label.primary{background:#1779ba;color:#fefefe}
.label.secondary{background:#989898;color:#fefefe}
.label.success{background:#3adb76;color:#0a0a0a}
.label.warning{background:#ffae00;color:#0a0a0a}
.label.alert{background:#cc4b37;color:#fefefe}
.label.info{background:#a0d3e8;color:#0a0a0a}


/* line 228, ../vendor/foundation/scss/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
/* line 172, ../vendor/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, ../vendor/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 232, ../vendor/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 235, ../vendor/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 238, ../vendor/foundation/scss/foundation/components/_grid.scss */
.row .row {
  margin: 0 -10px;
  max-width: none;
  width: auto;
}
/* line 172, ../vendor/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, ../vendor/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 239, ../vendor/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
/* line 172, ../vendor/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, ../vendor/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 243, ../vendor/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 163, ../vendor/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 163, ../vendor/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 163, ../vendor/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 278, ../vendor/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 81, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 84, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 90, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 94, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 97, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 100, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 102, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
/* line 104, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
/* line 110, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

/* line 130, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
/* line 136, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 149, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  width: 100%;
}
/* line 151, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 162, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
/* line 171, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: relative;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}
/* line 188, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  left: 10px;
  background: transparent;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
/* line 194, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
/* line 199, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 209, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
/* line 223, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}
/* line 237, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}
/* line 247, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
/* line 256, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 259, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 25%;
  width: 36px;
  z-index: 10;
}
/* line 272, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 276, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 286, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 287, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
/* line 292, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
/* line 296, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 297, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
/* line 304, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

/* line 310, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 311, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}
/* line 320, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}
/* line 332, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #999999;
}
/* line 336, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 342, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: inherit;
}
/* line 346, ../vendor/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 354, ../vendor/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
     top: 45%;
  }
  /* line 358, ../vendor/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 365, ../vendor/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 366, ../vendor/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative;
  }
  /* line 372, ../vendor/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  /* line 378, ../vendor/foundation/scss/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none;
  }

  /* line 381, ../vendor/foundation/scss/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }

  /* line 384, ../vendor/foundation/scss/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none;
  }
}
/* line 149, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
/* line 104, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.0625rem;
}
/* line 110, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #333333;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
/* line 122, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
/* line 51, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #333333;
}
/* line 55, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
/* line 68, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #0099cc;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
/* line 74, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #008CBA;
}
/* line 136, ../vendor/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
/* line 154, ../vendor/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 136, ../vendor/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

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

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

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

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

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

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

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

  /* line 522, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 100%;
  }

  /* line 528, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 532, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  /* line 537, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 539, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 545, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  /* line 555, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #f0f0f0;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
font-weight: inherit;
  }
  /* line 559, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
  }
  /* line 569, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008CBA;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  /* line 574, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  /* line 584, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  /* line 586, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  /* line 594, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 595, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  /* line 601, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 606, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 613, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  /* line 625, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  /* line 632, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  /* line 641, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  /* line 646, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }
  /* line 655, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  /* line 661, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 668, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  /* line 678, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  /* line 686, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 690, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 694, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 698, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 708, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  /* line 717, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  /* line 725, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 730, ../vendor/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
/* line 155, ../vendor/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, ../vendor/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, ../vendor/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, ../vendor/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default Link Styles */
/* line 217, ../vendor/foundation/scss/foundation/components/_type.scss */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none;
}
/* line 222, ../vendor/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 230, ../vendor/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

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

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

/* line 269, ../vendor/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 270, ../vendor/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 271, ../vendor/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 272, ../vendor/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, ../vendor/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 274, ../vendor/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

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

/* line 326, ../vendor/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, ../vendor/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, ../vendor/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, ../vendor/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, ../vendor/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, ../vendor/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, ../vendor/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, ../vendor/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, ../vendor/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, ../vendor/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 366, ../vendor/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, ../vendor/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 380, ../vendor/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

  /* line 456, ../vendor/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 457, ../vendor/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 458, ../vendor/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 459, ../vendor/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 460, ../vendor/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 461, ../vendor/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 386, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 136, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

/* line 394, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
/* line 204, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  text-align: left;
}
/* line 205, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  text-align: right;
}
/* line 209, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 213, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 217, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

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

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

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

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

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

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

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

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

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

/* line 480, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
/* line 481, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
/* line 483, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
/* line 484, ../vendor/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 414, ../vendor/foundation/scss/foundation/components/_visibility.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 416, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  * {
    /* background: transparent !important; */
    box-shadow: none !important;
    /* color: #000000 !important; */
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  /* line 422, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 423, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

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

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

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

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

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

  /* line 430, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 432, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 434, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  a[href]:after {
    /* content: " (" attr(href) ")"; */
  }

  /* line 436, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 439, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 443, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 449, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 451, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 454, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  /* line 458, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 465, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 468, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 469, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .print-only {
    display: block !important;
  }

  /* line 470, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 471, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  /* line 477, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 478, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

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

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

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

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

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

  /* line 485, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  /* line 489, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: none !important;
  }
}
/* line 18, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

/* line 30, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}
/* line 36, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-family: "Open Sans", "sans-serif";
  font-size: 13px;
  line-height: 18px;
}
/* line 65, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}
/* line 68, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
/* line 72, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker table {
  border: 0;
  margin: 0;
}
/* line 75, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
/* line 88, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td.active.day {
  background: #0099cc;
}
/* line 91, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td.active.year {
  background: #0099cc;
}
/* line 95, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td.old {
  color: #999;
}
/* line 98, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td.new {
  color: #999;
}
/* line 101, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td span.active {
  background: #0099cc;
}
/* line 104, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td.day.disabled {
  color: #eee;
}
/* line 111, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker th.active.day {
  background: #0099cc;
}
/* line 114, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker th.active.year {
  background: #0099cc;
}
/* line 118, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker th.date-switch {
  width: 145px;
}
/* line 121, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker th span.active {
  background: #0099cc;
}
/* line 125, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
/* line 131, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.days div.datepicker-days {
  display: block;
}
/* line 134, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.months div.datepicker-months {
  display: block;
}
/* line 137, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.years div.datepicker-years {
  display: block;
}
/* line 140, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker thead tr:first-child th {
  cursor: pointer;
}
/* line 142, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
/* line 147, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

/* line 151, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-inline {
  width: 220px;
}

/* line 154, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-rtl {
  direction: rtl;
}
/* line 156, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 160, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}
/* line 163, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
/* line 174, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 185, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker > div {
  display: none;
}

/* line 188, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-dropdown::before {
  display: none;
}

/* line 191, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-dropdown::after {
  display: none;
}

/* line 194, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

/* line 204, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.table-striped .datepicker table tr td {
  background-color: transparent;
}
/* line 207, ../vendor/foundation-datepicker/css/foundation-datepicker.scss */
.table-striped .datepicker table tr th {
  background-color: transparent;
}

@media only screen and (max-width: 40em), only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 61, ../scss/app.scss */
  html, body {
    font-size: 18px;
  }
}
/* line 67, ../scss/app.scss */
body {
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #666666;
}

/* line 73, ../scss/app.scss */
h1, h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #000000;
}

/* line 80, ../scss/app.scss */
h4, h5, h6 {
  font-weight: 300;
  color: #000000;
}

/* line 85, ../scss/app.scss */
p {
  font-weight: 300;
  color: #666666;
}

/* line 90, ../scss/app.scss */
a:hover {
  text-decoration: underline;
  color: #0099cc;
}

/* line 95, ../scss/app.scss */
label {
  line-height: 1.6;
  font-weight: 300;
  color: #666666;
}

/* line 101, ../scss/app.scss */
.opacity70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* line 109, ../scss/app.scss */
.button {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  background-color: #0099cc;
}

/* line 116, ../scss/app.scss */
.button.small {
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
}

/* line 121, ../scss/app.scss */
.button:hover {
  text-decoration: none;
}

/* line 136, ../scss/app.scss */
.menu-toggle-icon60 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: top left;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin-top: 5px;
  background-image: url("//www.pharmatimes.com/__data/assets/image/0008/854324/menu-toggle-b-icon60.png");
  /*background-image: url("./?a=854324");*/
}

/* line 142, ../scss/app.scss */
.menu-toggle-icon60.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: top left;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=861560");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0008/861560/menu-cross-b-icon60.png");
}

/* line 147, ../scss/app.scss */
.search-toggle-icon60 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: top left;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin-top: 5px;
  /*background-image: url("./?a=854325");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0009/854325/search-mobile-b-icon60.png");
}

/* line 153, ../scss/app.scss */
.search-toggle-icon60.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: top left;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-image: url("./?a=861561");
}

/* line 158, ../scss/app.scss */
.youtube-w-icon48 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url("./?a=861562");
}

/* line 163, ../scss/app.scss */
.youtube-w-icon36 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-image: url("./?a861563");
}

/* line 168, ../scss/app.scss */
.pinterest-w-icon48 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=854305");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0007/854305/pinterest-w-icon48.png");
}

/* line 173, ../scss/app.scss */
.pinterest-w-icon36 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=861557");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0005/861557/pinterest-w-icon36.png");
}

/* line 178, ../scss/app.scss */
.twitter-w-icon48 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=854307");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0009/854307/twitter-w-icon48.png");
}

/* line 183, ../scss/app.scss */
.twitter-w-icon36 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=861558");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0006/861558/twitter-w-icon36.png");
}

/* line 188, ../scss/app.scss */
.rss-w-icon48 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=854303");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0005/854303/rss-w-icon48.png");
}

/* line 193, ../scss/app.scss */
.rss-w-icon36 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=861553");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0010/861553/rss-w-icon36.png");
}

/* line 198, ../scss/app.scss */
.linkedin-w-icon48 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=854308");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0010/854308/linkedin-w-icon48.png");
}

/* line 203, ../scss/app.scss */
.linkedin-w-icon36 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=861554");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0011/861554/linkedin-w-icon36.png");
}

/* line 208, ../scss/app.scss */
.instagram-w-icon48 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=854306");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0008/854306/instagram-w-icon48.png");
}

/* line 213, ../scss/app.scss */
.instagram-w-icon36 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=861555");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0003/861555/instagram-w-icon36.png");
}

/* line 218, ../scss/app.scss */
.vine-w-icon48 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=854304");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0006/854304/vine-w-icon48.png");
}

/* line 223, ../scss/app.scss */
.vine-w-icon36 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  /*background-image: url("./?a=861556");*/
  background-image: url("//www.pharmatimes.com/__data/assets/image/0004/861556/vine-w-icon36.png");
}

/* line 230, ../scss/app.scss */
#main-wrapper {
  width: 100%;
  box-sizing: border-box;
}

/* line 237, ../scss/app.scss */
.section {
  width: 100%;
  box-sizing: border-box;
}
/* line 242, ../scss/app.scss */
.section .section-content {
  padding: 20px 0;
}
/* line 245, ../scss/app.scss */
.section .section-content.wide {
  max-width: 100%;
}
/* line 249, ../scss/app.scss */
.section .section-content.standard {
  max-width: 980px;
  margin: 0 auto;
}
/* line 254, ../scss/app.scss */
.section .section-content.sidebar {
  padding: 10px 0;
}
/* line 258, ../scss/app.scss */
.section .section-content.form {
  padding: 10px 0;
}
/* line 263, ../scss/app.scss */
.section .section-divider {
  border-color: #b3b3b3;
}
/* line 266, ../scss/app.scss */
.section .section-divider.wide {
  margin: 0;
}
/* line 270, ../scss/app.scss */
.section .section-divider.standard {
  max-width: 960px;
  margin: 0 auto;
}
/* line 275, ../scss/app.scss */
.section .section-divider.narrow {
  max-width: 960px;
  margin: 0; /* margin: 0 10px; */
}

/* line 289, ../scss/app.scss */
.section.banner {
  background-color: #000000;
  text-align: center;
}
/* line 293, ../scss/app.scss */
.section.banner .banner-link {
  display: inline-block;
  text-align: center;
}
/* line 298, ../scss/app.scss */
.section.banner .banner-image {
  padding: 0 10px;
}

/* line 305, ../scss/app.scss */
.section.top-nav {
  background-color: #333333;
}
/* line 309, ../scss/app.scss */
.section.top-nav .top-menu .menu-items {
  padding: 0;
  margin: 0;
}
/* line 313, ../scss/app.scss */
.section.top-nav .top-menu .menu-items .menu-item {
  display: inline-block;
  margin: 0 15px;
}
/* line 317, ../scss/app.scss */
.section.top-nav .top-menu .menu-items .menu-item .item-link {
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0099cc;
}
/* line 325, ../scss/app.scss */
.section.top-nav .top-menu .menu-items .menu-item:first-child {
  margin-left: 0;
}
/* line 329, ../scss/app.scss */
.section.top-nav .top-menu .menu-items .menu-item:last-child {
  margin-right: 0;
}
/* line 335, ../scss/app.scss */
.section.top-nav .account-links {
  text-align: right;
}
/* line 338, ../scss/app.scss */
.section.top-nav .account-links .register-link, .section.top-nav .account-links .signin-link {
  color: #0099cc;
}
/* line 342, ../scss/app.scss */
.section.top-nav .account-links .divider {
  margin: 0 5px;
  color: #cccccc;
}

/* line 351, ../scss/app.scss */
.section.logo {
  background-color: #0099cc;
}
/* line 354, ../scss/app.scss */
.section.logo .logo-link {
  display: block;
}
/* line 358, ../scss/app.scss */
.section.logo .social-links {
  margin-bottom: 5px;
  text-align: right;
}
/* line 362, ../scss/app.scss */
.section.logo .social-links .social-link {
  display: inline-block;
  margin-right: 5px;
}
/* line 367, ../scss/app.scss */
.section.logo .social-links .social-link:last-child {
  margin: 0;
}
/* line 373, ../scss/app.scss */
.section.logo .search-form .text-input {
  margin: 0;
}
/* line 377, ../scss/app.scss */
.section.logo .search-form .submit-button {
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  /* line 384, ../scss/app.scss */
  .section.logo .logo-link {
    width: 100%;
    text-align: center;
  }
}

/* line 393, ../scss/app.scss */
.section.main-nav {
  border-bottom: 1px solid #cccccc;
 /* margin-bottom: 20px; */
  background-color: #ffffff;
}
/* line 398, ../scss/app.scss */
.section.main-nav .section-content.standard.show-for-large-up {
  padding: 0;
}
/* line 402, ../scss/app.scss */
.section.main-nav .main-menu {
  background-color: #ffffff;
}
/* line 405, ../scss/app.scss */
.section.main-nav .main-menu .menu-items {
  border-bottom: 1px solid #cccccc;
}
/* line 409, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item {
  margin-right: 15px;
  background-color: #ffffff;
}
/* line 413, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .item-link {
  padding: 0;
  font-family: 'Merriweather', serif;
  font-size: 0.97rem;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #333333;
  background-color: #ffffff;
}
/* line 424, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .item-link.active {
  color: #0099cc;
}
/* line 428, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .item-link:hover {
  color: #0099cc;
}
/* line 432, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .item-link:after {
  margin-right: 5px;
  border-color: #cccccc transparent transparent transparent;
}
/* line 438, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items {
  border: 1px solid #cccccc;
}
/* line 441, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items .menu-item {
  border-bottom: 1px solid #cccccc;
  margin-right: 0;
}
/* line 445, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items .menu-item .item-link {
  padding: 0 20px;
  font-size: 0.875rem;
  line-height: 2.4;
  color: #333333;
  background-color: #ffffff;
}
/* line 453, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items .menu-item .item-link.active {
  color: #0099cc;
}
/* line 457, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items .menu-item .item-link:hover {
  color: #0099cc;
  background-color: #e5e5e5;
}
/* line 462, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items .menu-item .item-link:after {
  top: 0.0625rem;
  margin-right: 10px;
}
/* line 468, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items .menu-item .menu-items {
  top: -1px;
}
/* line 474, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items .menu-item:last-child {
  border: none;
}
/* line 479, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item .menu-items.level-2 {
  left: -20px;
}
/* line 486, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item.has-dropdown .item-link {
  padding-right: 20px !important;
}
/* line 491, ../scss/app.scss */
.section.main-nav .main-menu .menu-items .menu-item:last-child {
  margin-right: 0;
}
/* line 499, ../scss/app.scss */
.section.main-nav .mobile-search-form .text-input {
  float: right;
  width: 0;
  padding: 0;
  border-width: 0;
  margin-bottom: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}
/* line 511, ../scss/app.scss */
.section.main-nav .mobile-search-form .text-input.active {
  display: block;
  width: 100%;
  padding: 0.5rem;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}
/* line 521, ../scss/app.scss */
.section.main-nav .mobile-search-form .submit-button {
  display: none;
}


.section.sub-nav {
  background-color: #f0f0f0;
  /* margin-bottom:20px; */
  border-bottom: 1px solid #CCC;
}

.sub-nav .show-for-large-up {
	max-width: 980px;
    margin: 0px auto;
	padding: 0px !important;
	}
	
.sub-menu.top-bar {
	background: #f0f0f0 none repeat scroll 0% 0%;
	}


.sub-menu.top-bar .menu-item {
background: #f0f0f0 none repeat scroll 0% 0%;
margin-right: 10px;
padding: 0px;
	}
	
.top-bar-section li:not(.has-form) a:not(.button) {
	background: #f0f0f0 none repeat scroll 0% 0%;
padding: 0px;
color: #333;
	font-size: 0.88em;
	}

.top-bar-section li:not(.has-form) a:hover:not(.button) {
		background: #f0f0f0 none repeat scroll 0% 0%;
color: #09C;

	}

@media only screen and (max-width: 40em), only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 393, ../scss/app.scss */
  .section.main-nav {
    border: none;
    background-color: #eaeaea;
  }
}

/* line 534, ../scss/app.scss */
.left-off-canvas-menu {
  background: #333333;
}
/* line 538, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu dl, .left-off-canvas-menu .mobile-main-menu dt, .left-off-canvas-menu .mobile-main-menu dd {
  margin: 0;
}
/* line 544, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu .menu-item .toggle-link {
  /* padding-left: 30px; */
  border-bottom: 1px solid #999999;
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  background: url("./?a=861564") 5% center no-repeat;
  background-size: 11px 11px;
  color: #ffffff;
  transition: none;
}
/* line 558, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu .menu-item .toggle-link.active {
  background: url("./?a=861565") 5% center no-repeat;
  background-size: 11px 11px;
  color: #0099cc;
}
/* line 564, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu .menu-item .toggle-link:hover {
  text-decoration: none;
  color: #0099cc;
}
/* line 569, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu .menu-item .item-link {
  border-bottom: 1px solid #999999;
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #ffffff;
}
/* line 578, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu .menu-item .item-link.active {
  color: #0099cc;
}
/* line 582, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu .menu-item .item-link:hover {
  text-decoration: none;
  color: #0099cc;
  background-color: #333333;
}
/* line 589, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu .menu-item .menu-item {
  list-style: none;
}
/* line 592, ../scss/app.scss */
.left-off-canvas-menu .mobile-main-menu .menu-item .menu-item .item-link {
  border: none;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
}

/* line 605, ../scss/app.scss */
.right-off-canvas-menu {
  background: #333333;
}
/* line 609, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form dl, .right-off-canvas-menu .mobile-advanced-search-form dt, .right-off-canvas-menu .mobile-advanced-search-form dd {
  margin: 0;
}
/* line 613, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form dd {
  background-color: #ffffff;
  padding: 20px 10px;
}
/* line 618, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form .form-title {
  margin: 10px 0 20px 0;
  text-align: center;
  font-size: 1.25rem;
  color: #ffffff;
}
/* line 626, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form .filter-item .toggle-link {
  padding-left: 30px;
  border-bottom: 1px solid #999999;
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  background: url("./?a=861564") 5% center no-repeat;
  background-size: 11px 11px;
  color: #ffffff;
  transition: none;
}
/* line 640, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form .filter-item .toggle-link.active {
  background: url("./?a=861565") 5% center no-repeat;
  background-size: 11px 11px;
  color: #0099cc;
}
/* line 646, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form .filter-item .toggle-link:hover {
  text-decoration: none;
  color: #0099cc;
}
/* line 651, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form .filter-item .form-label {
  border-top: 1px solid #dddddd;
  font-weight: 300;
  text-transform: capitalize;
  background-color: #ffffff;
  color: #666;
}
/* line 659, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form .filter-item .text-input.last {
  margin-bottom: 0;
}
/* line 663, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form .filter-item .checkbox-input {
  margin: 0 8px 0 0;
}
/* line 668, ../scss/app.scss */
.right-off-canvas-menu .mobile-advanced-search-form .reset-button, .right-off-canvas-menu .mobile-advanced-search-form .submit-button {
  width: 50%;
  margin: 20px 0 0px 0;
}

/* line 682, ../scss/app.scss */
.section.slider {
  background-color: #ffffff;
}
/* line 687, ../scss/app.scss */
.section.slider .orbit-container .slider-item .article-thumbnail {
  width: 100%;
  height: auto;
}
/* line 692, ../scss/app.scss */
.section.slider .orbit-container .slider-item .orbit-caption {
  padding: 20px;
  background-color: #e9e9e9;
}
/* line 696, ../scss/app.scss */
.section.slider .orbit-container .slider-item .orbit-caption .article-title {
  margin: 0 0 10px 0;
  font-size: 1.75rem;
  font-weight: 100;
  line-height: 1.2;
}
/* line 702, ../scss/app.scss */
.section.slider .orbit-container .slider-item .orbit-caption .article-title .title-link {
  color: #333333;
}
/* line 706, ../scss/app.scss */
.section.slider .orbit-container .slider-item .orbit-caption .article-title .title-link:hover {
  color: #0099cc;
}
/* line 711, ../scss/app.scss */
.section.slider .orbit-container .slider-item .orbit-caption .article-date {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.0;
  text-align: right;
  color: #333333;
}
/* line 721, ../scss/app.scss */
.section.slider .orbit-container .orbit-prev {
  width: 50px;
}
/* line 724, ../scss/app.scss */
.section.slider .orbit-container .orbit-prev span {
  border-width: 20px;
  border-right-color: #000000;
  margin-top: -20px;
}
/* line 731, ../scss/app.scss */
.section.slider .orbit-container .orbit-prev:hover {
  background-color: #999999;
}
/* line 735, ../scss/app.scss */
.section.slider .orbit-container .orbit-next {
  width: 50px;
}
/* line 738, ../scss/app.scss */
.section.slider .orbit-container .orbit-next span {
  border-width: 20px;
  border-left-color: #000000;
  margin-top: -20px;
  margin-left: -15px;
}
/* line 746, ../scss/app.scss */
.section.slider .orbit-container .orbit-next:hover {
  background-color: #999999;
}
/* line 751, ../scss/app.scss */
.section.slider .banner-items {
  text-align: center;
}
/* line 754, ../scss/app.scss */
.section.slider .banner-items .banner-item {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 760, ../scss/app.scss */
  .section.slider .orbit-container {
    margin-bottom: 20px;
  }
}

/* line 768, ../scss/app.scss */
.section.latest-news {
  background-color: #ffffff;
}
/* line 771, ../scss/app.scss */
.section.latest-news .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 776, ../scss/app.scss */
.section.latest-news .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 787, ../scss/app.scss */
.section.latest-news .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 794, ../scss/app.scss */
.section.latest-news .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 799, ../scss/app.scss */
.section.latest-news .grid-item.article {
  margin-bottom: 20px;
  background-color: #e5e5e5;
}
/* line 803, ../scss/app.scss */
.section.latest-news .grid-item.article .article-thumbnail {
  width: 100%;
  height: auto;
}
/* line 808, ../scss/app.scss */
.section.latest-news .grid-item.article .article-content {
  padding: 10px 20px;
}
/* line 811, ../scss/app.scss */
.section.latest-news .grid-item.article .article-content .article-title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}
/* line 818, ../scss/app.scss */
.section.latest-news .grid-item.article .article-content .article-title .title-link {
  color: #333333;
}
/* line 822, ../scss/app.scss */
.section.latest-news .grid-item.article .article-content .article-title .title-link:hover {
  color: #0099cc;
}
/* line 827, ../scss/app.scss */
.section.latest-news .grid-item.article .article-content .article-lead {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
}

/* line 837, ../scss/app.scss */
.grid-item.trending {
  background-color: #e5e5e5;
}
/* line 840, ../scss/app.scss */
.grid-item.trending .trending-header {
  background-color: #c8c8c8;
}
/* line 843, ../scss/app.scss */
.grid-item.trending .trending-header .trending-title {
  margin: 0;
  padding: 10px 20px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: inherit;
}
/* line 854, ../scss/app.scss */
.grid-item.trending .trending-content {
  padding: 10px 20px;
}
/* line 857, ../scss/app.scss */
.grid-item.trending .trending-content .article-list {
  margin: 0 0 0 20px;
  font-family: 'Merriweather', serif;
}
/* line 861, ../scss/app.scss */
.grid-item.trending .trending-content .article-list .list-item {
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  font-size: 1.25rem;
  line-height: 1.0;
}
/* line 868, ../scss/app.scss */
.grid-item.trending .trending-content .article-list .list-item:last-child {
  padding-bottom: 0;
  border: none;
}
/* line 873, ../scss/app.scss */
.grid-item.trending .trending-content .article-list .article-title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.0;
}
/* line 879, ../scss/app.scss */
.grid-item.trending .trending-content .article-list .article-title .title-link {
  color: #333333;
}
/* line 883, ../scss/app.scss */
.grid-item.trending .trending-content .article-list .article-title .title-link:hover {
  color: #0099cc;
}
/* line 888, ../scss/app.scss */
.grid-item.trending .trending-content .article-list .article-lead {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* line 900, ../scss/app.scss */
.section.magazine {
  background-color: #ffffff;
}
/* line 903, ../scss/app.scss */
.section.magazine .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 908, ../scss/app.scss */
.section.magazine .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 919, ../scss/app.scss */
.section.magazine .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 926, ../scss/app.scss */
.section.magazine .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 931, ../scss/app.scss */
.section.magazine .grid-item {
  border: 1px solid #c3c3c3;
}
/* line 934, ../scss/app.scss */
.section.magazine .grid-item .article-thumbnail {
  width: 100%;
  height: auto;
}
/* line 939, ../scss/app.scss */
.section.magazine .grid-item .article-content {
  padding: 10px 20px;
}
/* line 942, ../scss/app.scss */
.section.magazine .grid-item .article-content .article-title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.2;
}
/* line 948, ../scss/app.scss */
.section.magazine .grid-item .article-content .article-title .title-link {
  color: #333333;
}
/* line 952, ../scss/app.scss */
.section.magazine .grid-item .article-content .article-title .title-link:hover {
  color: #0099cc;
}
/* line 957, ../scss/app.scss */
.section.magazine .grid-item .article-content .article-lead {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
}

/* line 969, ../scss/app.scss */
.section.newsletter {
  background-color: #ffffff;
}
/* line 972, ../scss/app.scss */
.section.newsletter .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 977, ../scss/app.scss */
.section.newsletter .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 989, ../scss/app.scss */
.section.newsletter > .section-content.standard {
  padding-bottom: 0;
}
/* line 993, ../scss/app.scss */
.section.newsletter .section-content.wide {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: #0099cc;
}
/* line 1003, ../scss/app.scss */
.section.newsletter .newsletter-form .newsletter-info,
.section.job-search .job-search-info {
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.033rem;
  color: #ffffff;
}
/* line 1012, ../scss/app.scss */
.section.newsletter .newsletter-form .submit-button {
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.0625em) {
  /* line 1020, ../scss/app.scss */
  .section.newsletter .newsletter-form .newsletter-info, .section.newsletter .newsletter-form .text-input {
    margin-bottom: 0 !important;
  }
  /* line 1024, ../scss/app.scss */
  .section.newsletter .newsletter-form .error {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 40em), only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 1032, ../scss/app.scss */
  .section.newsletter .newsletter-form .newsletter-info {
    text-align: center;
  }
}

/* line 1041, ../scss/app.scss */
.section.events {
  background-color: #ffffff;
}
/* line 1044, ../scss/app.scss */
.section.events .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1049, ../scss/app.scss */
.section.events .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1060, ../scss/app.scss */
.section.events .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 1067, ../scss/app.scss */
.section.events .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 1072, ../scss/app.scss */
.section.events .grid-item {
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  min-width: 300px;
}
/* line 1076, ../scss/app.scss */
.section.events .grid-item .event-header {
  padding: 10px 20px;
}
/* line 1079, ../scss/app.scss */
.section.events .grid-item .event-header .left-side {
  display: table;
  float: left;
  width: 40%;
  height: 80px;
  margin-right: 10%;
  border-right: 1px solid #cccccc;
}
/* line 1087, ../scss/app.scss */
.section.events .grid-item .event-header .left-side .event-label {
  display: table-cell;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.0;
  vertical-align: middle;
  color: #0099cc;
}
/* line 1098, ../scss/app.scss */
.section.events .grid-item .event-header .right-side {
  display: table;
  float: right;
  width: 50%;
  height: 80px;
}
/* line 1104, ../scss/app.scss */
.section.events .grid-item .event-header .right-side .event-details {
  display: table-cell;
  vertical-align: middle;
}
/* line 1108, ../scss/app.scss */
.section.events .grid-item .event-header .right-side .event-details .event-time {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #cccccc;
}
/* line 1115, ../scss/app.scss */
.section.events .grid-item .event-header .right-side .event-details .event-location {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #cccccc;
}
/* line 1125, ../scss/app.scss */
.section.events .grid-item .event-content {
  min-height: 150px;
  padding: 10px 20px;
}
/* line 1129, ../scss/app.scss */
.section.events .grid-item .event-content .event-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
/* line 1134, ../scss/app.scss */
.section.events .grid-item .event-content .event-title .title-link {
  color: #333333;
}
/* line 1138, ../scss/app.scss */
.section.events .grid-item .event-content .event-title .title-link:hover {
  color: #0099cc;
}
/* line 1144, ../scss/app.scss */
.section.events .grid-item .event-footer {
  padding: 10px 20px;
  border-top: 1px solid #cccccc;
  text-align: center;
}
/* line 1149, ../scss/app.scss */
.section.events .grid-item .event-footer .register-link {
  display: inline-block;
  padding-left: 35px;
  font-size: 1.125rem;
  text-align: center;
  background: url("./?a=861568") left center no-repeat;
  background-size: 25px 25px;
  color: #0099cc;
}

/* line 1164, ../scss/app.scss */
.section.blogs {
  background-color: #ffffff;
}
/* line 1167, ../scss/app.scss */
.section.blogs .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1172, ../scss/app.scss */
.section.blogs .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1183, ../scss/app.scss */
.section.blogs .section-header .blog-all-tags {
  float: right;
  padding: 0 0 0 30px;
  margin: 0;
  list-style: none;
  background: url("./?a=861569") left center no-repeat;
  background-size: 18px 18px;
}
/* line 1191, ../scss/app.scss */
.section.blogs .section-header .blog-all-tags .tag-item {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.0;
}
/* line 1196, ../scss/app.scss */
.section.blogs .section-header .blog-all-tags .tag-item .tag-link {
  color: #999999;
}
/* line 1200, ../scss/app.scss */
.section.blogs .section-header .blog-all-tags .tag-item .tag-link:hover {
  color: #0099cc;
}
/* line 1204, ../scss/app.scss */
.section.blogs .section-header .blog-all-tags .tag-item .divider {
  margin-left: 5px;
  color: #cccccc;
}
/* line 1212, ../scss/app.scss */
.section.blogs .grid-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
/* line 1217, ../scss/app.scss */
.section.blogs .grid-item .left-side {
  float: left;
  width: 30%;
}
/* line 1221, ../scss/app.scss */
.section.blogs .grid-item .left-side .blog-thumbnail {
  width: 100%;
  height: auto;
}
/* line 1227, ../scss/app.scss */
.section.blogs .grid-item .right-side {
  float: right;
  width: 70%;
  padding: 0 0 0 20px;
}
/* line 1232, ../scss/app.scss */
.section.blogs .grid-item .right-side .blog-title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
}
/* line 1239, ../scss/app.scss */
.section.blogs .grid-item .right-side .blog-title .title-link {
  color: #333333;
}
/* line 1243, ../scss/app.scss */
.section.blogs .grid-item .right-side .blog-title .title-link:hover {
  color: #0099cc;
}
/* line 1248, ../scss/app.scss */
.section.blogs .grid-item .right-side .blog-tags {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  background: url("./?a=861570") left center no-repeat;
  background-size: 12px 12px;
}
/* line 1255, ../scss/app.scss */
.section.blogs .grid-item .right-side .blog-tags .tag-item {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.0;
}
/* line 1260, ../scss/app.scss */
.section.blogs .grid-item .right-side .blog-tags .tag-item .tag-link {
  color: #cccccc;
}
/* line 1264, ../scss/app.scss */
.section.blogs .grid-item .right-side .blog-tags .tag-item .tag-link:hover {
  color: #0099cc;
}
/* line 1268, ../scss/app.scss */
.section.blogs .grid-item .right-side .blog-tags .tag-item .divider {
  margin-left: 5px;
  color: #cccccc;
}
@media only screen and (max-width: 40em) {
  /* line 1279, ../scss/app.scss */
  .section.blogs .section-header .section-title {
    margin-bottom: 1rem;
  }
}

/* line 1288, ../scss/app.scss */
.section.job-search {
  background-color: #ffffff;
}
/* line 1291, ../scss/app.scss */
.section.job-search .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1296, ../scss/app.scss */
.section.job-search .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1308, ../scss/app.scss */
.section.job-search > .section-content.standard {
  padding-bottom: 0;
}
/* line 1312, ../scss/app.scss */
.section.job-search .section-content.wide {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: #0099cc;
}
/* line 1319, ../scss/app.scss */
.section.job-search .job-search-form .form-label {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.0;
  color: #ffffff;
}
/* line 1327, ../scss/app.scss */
.section.job-search .job-search-form .submit-button {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
/* line 1333, ../scss/app.scss */
.section.job-search .job-search-form .advanced-search-link {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  font-size: 0.6875rem;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (min-width: 40.0625em) {
  /* line 1347, ../scss/app.scss */
  .section.job-search .job-search-form .submit-button {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 1355, ../scss/app.scss */
  .section.job-search .job-search-form .text-input {
    margin-bottom: 0 !important;
  }
  /* line 1359, ../scss/app.scss */
  .section.job-search .job-search-form .error {
    margin-bottom: 0 !important;
  }
}

/* line 1368, ../scss/app.scss */
.section.latest-jobs {
  background-color: #ffffff;
}
/* line 1371, ../scss/app.scss */
.section.latest-jobs .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1376, ../scss/app.scss */
.section.latest-jobs .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1387, ../scss/app.scss */
.section.latest-jobs .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 1394, ../scss/app.scss */
.section.latest-jobs .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 1399, ../scss/app.scss */
.section.latest-jobs .grid-item {
  margin-bottom: 20px;
}
/* line 1402, ../scss/app.scss */
.section.latest-jobs .grid-item .job-thumbnail {
  width: 100%;
  height: auto;
}
/* line 1407, ../scss/app.scss */
.section.latest-jobs .grid-item .job-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}
/* line 1413, ../scss/app.scss */
.section.latest-jobs .grid-item .job-title .title-link {
  color: #333333;
}
/* line 1417, ../scss/app.scss */
.section.latest-jobs .grid-item .job-title .title-link:hover {
  color: #0099cc;
}
/* line 1422, ../scss/app.scss */
.section.latest-jobs .grid-item .job-lead {
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
}
/* line 1429, ../scss/app.scss */
.section.latest-jobs .grid-item .job-footnote {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #999999;
}

/* line 1441, ../scss/app.scss */
.section.people-on-the-move {
  background-color: #ffffff;
}
/* line 1444, ../scss/app.scss */
.section.people-on-the-move .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1449, ../scss/app.scss */
.section.people-on-the-move .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1460, ../scss/app.scss */
.section.people-on-the-move .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 1467, ../scss/app.scss */
.section.people-on-the-move .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 1472, ../scss/app.scss */
.section.people-on-the-move .grid-item {
  margin-bottom: 20px;
}
/* line 1475, ../scss/app.scss */
.section.people-on-the-move .grid-item .article-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 1482, ../scss/app.scss */
.section.people-on-the-move .grid-item .article-content .article-title {
  margin: 0 0 5px 0;
  font-size: 1rem;
  line-height: 1.2;
}
/* line 1487, ../scss/app.scss */
.section.people-on-the-move .grid-item .article-content .article-title .title-link {
  color: #333333;
}
/* line 1491, ../scss/app.scss */
.section.people-on-the-move .grid-item .article-content .article-title .title-link:hover {
  color: #0099cc;
}
/* line 1496, ../scss/app.scss */
.section.people-on-the-move .grid-item .article-content .article-date {
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #999999;
}
/* line 1504, ../scss/app.scss */
.section.people-on-the-move .grid-item .article-content .article-lead {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
}

/* line 1516, ../scss/app.scss */
.section.social-media {
  background-color: #ffffff;
}
/* line 1519, ../scss/app.scss */
.section.social-media .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1524, ../scss/app.scss */
.section.social-media .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1535, ../scss/app.scss */
.section.social-media .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 1542, ../scss/app.scss */
.section.social-media .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 1547, ../scss/app.scss */
.section.social-media .column-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1552, ../scss/app.scss */
.section.social-media .column-header .column-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #333333;
}
/* line 1560, ../scss/app.scss */
.section.social-media .column-content {
  text-align: center;
}
/* line 1563, ../scss/app.scss */
.section.social-media .column-content .twitter-timeline {
  height: 400px;
}
@media only screen and (max-width: 40em) {
  /* line 1569, ../scss/app.scss */
  .section.social-media .column-content {
    margin-bottom: 20px;
  }
}

/* line 1577, ../scss/app.scss */
.section.contributors {
  background-color: #ffffff;
}
/* line 1580, ../scss/app.scss */
.section.contributors .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1585, ../scss/app.scss */
.section.contributors .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1596, ../scss/app.scss */
.section.contributors .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 1603, ../scss/app.scss */
.section.contributors .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 1608, ../scss/app.scss */
.section.contributors .grid-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
/* line 1613, ../scss/app.scss */
.section.contributors .grid-item .left-side {
  float: left;
  width: 30%;
}
/* line 1617, ../scss/app.scss */
.section.contributors .grid-item .left-side .contributor-picture {
  width: 100%;
  height: auto;
}
/* line 1623, ../scss/app.scss */
.section.contributors .grid-item .right-side {
  display: table;
  float: right;
  width: 70%;
  padding: 0 0 0 20px;
}
/* line 1629, ../scss/app.scss */
.section.contributors .grid-item .right-side .contributor-details {
  display: table-cell;
  vertical-align: middle;
}
/* line 1633, ../scss/app.scss */
.section.contributors .grid-item .right-side .contributor-details .contributor-name {
  margin: 0;
  margin-bottom: 5px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333333;
}
/* line 1641, ../scss/app.scss */
.section.contributors .grid-item .right-side .contributor-details .contributor-title {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
}

/* line 1653, ../scss/app.scss */
.section.partners {
  background-color: #ffffff;
}
/* line 1656, ../scss/app.scss */
.section.partners .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1661, ../scss/app.scss */
.section.partners .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1672, ../scss/app.scss */
.section.partners .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 1679, ../scss/app.scss */
.section.partners .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 1687, ../scss/app.scss */
.section.partners .orbit-container .slider-items .slider-item .column {
  display: table;
}
/* line 1691, ../scss/app.scss */
.section.partners .orbit-container .slider-items .slider-item .logo-link {
  display: table-cell;
  vertical-align: middle;
}
/* line 1696, ../scss/app.scss */
.section.partners .orbit-container .slider-items .slider-item .partner-logo {
  margin: 0 auto;
}
/* line 1702, ../scss/app.scss */
.section.partners .orbit-container .orbit-timer {
  display: none;
}
/* line 1706, ../scss/app.scss */
.section.partners .orbit-container .orbit-prev, .section.partners .orbit-container .orbit-prev:hover {
  background-color: transparent;
}
/* line 1710, ../scss/app.scss */
.section.partners .orbit-container .orbit-next, .section.partners .orbit-container .orbit-next:hover {
  background-color: transparent;
}
/* line 1714, ../scss/app.scss */
.section.partners .orbit-container .orbit-prev {
  bottom: 0;
  margin-top: 25px;
}
/* line 1718, ../scss/app.scss */
.section.partners .orbit-container .orbit-prev span {
  border-right-color: #000000;
}
/* line 1723, ../scss/app.scss */
.section.partners .orbit-container .orbit-next {
  bottom: 0;
  margin-top: 25px;
}
/* line 1727, ../scss/app.scss */
.section.partners .orbit-container .orbit-next span {
  border-left-color: #000000;
}
/* line 1733, ../scss/app.scss */
.section.partners .orbit-container .orbit-bullets li {
  background-color: #000000;
}
/* line 1737, ../scss/app.scss */
.section.partners .orbit-container .orbit-bullets li.active {
  background-color: #0099cc;
}

/* line 1745, ../scss/app.scss */
.section.download {
  background-color: #ffffff;
}
/* line 1748, ../scss/app.scss */
.section.download .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
/* line 1753, ../scss/app.scss */
.section.download .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 1764, ../scss/app.scss */
.section.download .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
/* line 1771, ../scss/app.scss */
.section.download .section-header .view-all-link:hover {
  color: #0099cc;
}
/* line 1776, ../scss/app.scss */
.section.download .section-content.tall {
  padding: 0;
}
/* line 1780, ../scss/app.scss */
.section.download .section-content.wide {
  position: relative;
  padding: 0;
  background-color: #0099cc;
}
/* line 1785, ../scss/app.scss */
.section.download .section-content.wide .section-content.standard {
  position: relative;
}
/* line 1790, ../scss/app.scss */
.section.download .download-bg-image {
  position: absolute;
  bottom: 0;
  max-width: 35%;
  max-height: 150%;
}
/* line 1797, ../scss/app.scss */
.section.download .download-info-1 {
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #333333;
}
/* line 1804, ../scss/app.scss */
.section.download .download-info-2 {
  margin: 0 0 0 40px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ffffff;
}
/* line 1811, ../scss/app.scss */
.section.download .download-links {
  text-align: center;
}
/* line 1814, ../scss/app.scss */
.section.download .download-links .app-store-link {
  display: block;
  margin-bottom: 10px;
}
/* line 1819, ../scss/app.scss */
.section.download .download-links .google-play-link {
  display: block;
}
@media only screen and (max-width: 40em) {
  /* line 1825, ../scss/app.scss */
  .section.download .download-info-1 {
    text-align: center;
  }
  /* line 1829, ../scss/app.scss */
  .section.download .download-bg-image {
    position: absolute;
    bottom: 0;
    max-width: 50%;
  }
}

/* line 1839, ../scss/app.scss */
.section.footer {
  background-color: #333333;
}
/* line 1842, ../scss/app.scss */
.section.footer .column-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
}
/* line 1847, ../scss/app.scss */
.section.footer .column-header .column-title {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.0;
  color: #0099cc;
}
/* line 1858, ../scss/app.scss */
.section.footer .footer-menu .menu-items {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
/* line 1863, ../scss/app.scss */
.section.footer .footer-menu .menu-items .menu-item {
  margin-bottom: 5px;
}
/* line 1866, ../scss/app.scss */
.section.footer .footer-menu .menu-items .menu-item .item-icon {
  vertical-align: middle;
}
/* line 1870, ../scss/app.scss */
.section.footer .footer-menu .menu-items .menu-item .item-link {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.0;
  vertical-align: middle;
  color: #999999;
}
/* line 1878, ../scss/app.scss */
.section.footer .footer-menu .menu-items .menu-item .item-link.active {
  color: #0099cc;
}
/* line 1882, ../scss/app.scss */
.section.footer .footer-menu .menu-items .menu-item .item-link:hover {
  color: #0099cc;
}
/* line 1887, ../scss/app.scss */
.section.footer .footer-menu .menu-items .menu-item:last-child {
  margin-bottom: 0;
}
/* line 1893, ../scss/app.scss */
.section.footer .footnote {
  padding: 10px 0 0 0;
  border-top: 1px solid #999999;
  text-align: center;
}
/* line 1898, ../scss/app.scss */
.section.footer .footnote .copyright {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #999999;
}

/* line 1936, ../scss/app.scss */
.section.breadcrumbs {
  background-color: #ffffff;
}
/* line 1940, ../scss/app.scss */
.section.breadcrumbs .breadcrumb-menu .breadcrumb-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 1945, ../scss/app.scss */
.section.breadcrumbs .breadcrumb-menu .breadcrumb-items .breadcrumb-item {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.0;
}
/* line 1950, ../scss/app.scss */
.section.breadcrumbs .breadcrumb-menu .breadcrumb-items .breadcrumb-item .item-link {
  color: #333333;
}
/* line 1954, ../scss/app.scss */
.section.breadcrumbs .breadcrumb-menu .breadcrumb-items .breadcrumb-item .item-link:hover {
  color: #0099cc;
}
/* line 1958, ../scss/app.scss */
.section.breadcrumbs .breadcrumb-menu .breadcrumb-items .breadcrumb-item .divider {
  margin-left: 5px;
  color: #cccccc;
}
/* line 1964, ../scss/app.scss */
.section.breadcrumbs .breadcrumb-menu .breadcrumb-items .breadcrumb-item.last-child {
  margin-bottom: 0;
}

/* line 1973, ../scss/app.scss */
.section.article {
  background-color: #ffffff;
}
/* line 1976, ../scss/app.scss */
.section.article .section.first .section-content {
  padding-top: 0;
}
/* line 1981, ../scss/app.scss */
.section.article .article-header .article-title {
  margin: 0 0 20px 0;
  font-size: 2.625rem;
  line-height: 1.2;
  color: #000000;
}
/* line 1988, ../scss/app.scss */
.section.article .article-header .article-image {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
/* line 1994, ../scss/app.scss */
.section.article .article-header .article-meta {
  padding-bottom: 20px;
}
/* line 1997, ../scss/app.scss */
.section.article .article-header .article-meta .meta-time {
  font-size: 1.125rem;
  line-height: 1.0;
  color: #333333;
}
/* line 2008, ../scss/app.scss */
.section.article .section.article-content-a .article-author .author-picture {
  margin: 0 0 10px 0;
}
/* line 2012, ../scss/app.scss */
.section.article .section.article-content-a .article-author .author-by {
  margin: 0 0 10px 0;
  font-size: 0.75rem;
  color: #999999;
}
/* line 2018, ../scss/app.scss */
.section.article .section.article-content-a .article-author .author-name {
  margin: 0 0 10px 0;
  font-size: 1rem;
  line-height: 1.0;
  color: #333333;
}
/* line 2025, ../scss/app.scss */
.section.article .section.article-content-a .article-author .author-title {
  margin: 0;
  font-size: 0.75rem;
  color: #999999;
}
/* line 1914, ../scss/app.scss */
.section.article .section.article-content-a .article-body h1, .section.article .section.article-content-a .article-body h2, .section.article .section.article-content-a .article-body h3, .section.article .section.article-content-a .article-body h4, .section.article .section.article-content-a .article-body h5 {
  margin-bottom: 1rem;
  margin-top: 0.2rem;
  line-height: 1;
}
/* line 1920, ../scss/app.scss */
.section.article .section.article-content-a .article-body p {
  margin-bottom: 0.75rem;
  /*font-size: 0.875rem;*/
  font-weight: 300;
}
/* line 1926, ../scss/app.scss */
.section.article .section.article-content-a .article-body ul, .section.article .section.article-content-a .article-body ol {
  font-size: 0.875rem;
}
/* line 1930, ../scss/app.scss */
.section.article .section.article-content-a .article-body dl {
  font-size: 0.875rem;
}
@media only screen and (max-width: 40em) {
  /* line 2037, ../scss/app.scss */
  .section.article .section.article-content-a .article-author {
    margin-bottom: 20px;
  }
}
/* line 2046, ../scss/app.scss */
.section.article .section.article-content-b .article-title {
  margin: 0 0 20px 0;
  font-size: 2.625rem;
  line-height: 1.2;
  color: #000000;
}
/* line 2053, ../scss/app.scss */
.section.article .section.article-content-b .article-meta {
  margin-bottom: 10px;
}
/* line 2056, ../scss/app.scss */
.section.article .section.article-content-b .article-meta .meta-time {
  font-size: 1.125rem;
  line-height: 1.0;
  color: #333333;
}
/* line 2063, ../scss/app.scss */
.section.article .section.article-content-b .figure {
  margin: 0 0 20px 0;
}
/* line 2066, ../scss/app.scss */
.section.article .section.article-content-b .figure .article-image {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
/* line 2072, ../scss/app.scss */
.section.article .section.article-content-b .figure .image-caption {
  float: right;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.4;
}
/* line 1914, ../scss/app.scss */
.section.article .section.article-content-b .article-body h1, .section.article .section.article-content-b .article-body h2, .section.article .section.article-content-b .article-body h3, .section.article .section.article-content-b .article-body h4, .section.article .section.article-content-b .article-body h5 {
  margin-bottom: 1rem;
  margin-top: 0.2rem;
  line-height: 1;
}
/* line 1920, ../scss/app.scss */
.section.article .section.article-content-b .article-body p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
}
/* line 1926, ../scss/app.scss */
.section.article .section.article-content-b .article-body ul, .section.article .section.article-content-b .article-body ol {
  font-size: 0.875rem;
}
/* line 1930, ../scss/app.scss */
.section.article .section.article-content-b .article-body dl {
  font-size: 0.875rem;
}
/* line 2088, ../scss/app.scss */
.section.article .section.article-content-c .article-title {
  margin: 0 0 20px 0;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #000000;
}
/* line 2095, ../scss/app.scss */
.section.article .section.article-content-c .article-image {
  float: left;
  margin: 0 20px 20px 0;
}
/* line 1914, ../scss/app.scss */
.section.article .section.article-content-c .article-body h1, .section.article .section.article-content-c .article-body h2, .section.article .section.article-content-c .article-body h3, .section.article .section.article-content-c .article-body h4, .section.article .section.article-content-c .article-body h5 {
  margin-bottom: 1rem;
  margin-top: 0.2rem;
  line-height: 1;
}
/* line 1920, ../scss/app.scss */
.section.article .section.article-content-c .article-body p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
}
/* line 1926, ../scss/app.scss */
.section.article .section.article-content-c .article-body ul, .section.article .section.article-content-c .article-body ol {
  font-size: 0.875rem;
}
/* line 1930, ../scss/app.scss */
.section.article .section.article-content-c .article-body dl {
  font-size: 0.875rem;
}
@media only screen and (max-width: 40em) {
  /* line 2105, ../scss/app.scss */
  .section.article .section.article-content-c .article-image {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 20px 0;
  }
}
/* line 2117, ../scss/app.scss */
.section.article .section.article-content-d .article-title {
  margin: 0 0 20px 0;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #000000;
}
/* line 2124, ../scss/app.scss */
.section.article .section.article-content-d .article-image {
  float: right;
  margin: 0 0 20px 20px;
}
/* line 1914, ../scss/app.scss */
.section.article .section.article-content-d .article-body h1, .section.article .section.article-content-d .article-body h2, .section.article .section.article-content-d .article-body h3, .section.article .section.article-content-d .article-body h4, .section.article .section.article-content-d .article-body h5 {
  margin-bottom: 1rem;
  margin-top: 0.2rem;
  line-height: 1;
}
/* line 1920, ../scss/app.scss */
.section.article .section.article-content-d .article-body p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
}
/* line 1926, ../scss/app.scss */
.section.article .section.article-content-d .article-body ul, .section.article .section.article-content-d .article-body ol {
  font-size: 0.875rem;
}
/* line 1930, ../scss/app.scss */
.section.article .section.article-content-d .article-body dl {
  font-size: 0.875rem;
}
@media only screen and (max-width: 40em) {
  /* line 2134, ../scss/app.scss */
  .section.article .section.article-content-d .article-image {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 2147, ../scss/app.scss */
  .section.article .article-sidebar .section:first-child .section-content {
    padding-top: 0;
  }
}

/* line 2157, ../scss/app.scss */
.section.article-list {
  background-color: #ffffff;
}
/* line 2160, ../scss/app.scss */
.section.article-list .article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 2165, ../scss/app.scss */
.section.article-list .article .article-title {
  margin: 0 0 5px 0;
  font-size: 1.25rem;
  line-height: 1.2;
}
/* line 2170, ../scss/app.scss */
.section.article-list .article .article-title .title-link {
  color: #333333;
}
/* line 2174, ../scss/app.scss */
.section.article-list .article .article-title .title-link:hover {
  color: #0099cc;
}
/* line 2179, ../scss/app.scss */
.section.article-list .article .article-meta {
  margin-bottom: 5px;
}
/* line 2182, ../scss/app.scss */
.section.article-list .article .article-meta .meta-date {
  font-size: 0.75rem;
  line-height: 1.0;
  color: #999999;
}
/* line 2189, ../scss/app.scss */
.section.article-list .article .article-lead {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
}
/* line 2197, ../scss/app.scss */
.section.article-list .article:last-child {
  border: none;
  margin-bottom: 0;
}

/* line 2205, ../scss/app.scss */
.section.article-latest-competitions {
  background-color: #ffffff;
}
/* line 2208, ../scss/app.scss */
.section.article-latest-competitions .section-header {
  margin-bottom: 30px;
}
/* line 2211, ../scss/app.scss */
.section.article-latest-competitions .section-header .section-title {
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2220, ../scss/app.scss */
.section.article-latest-competitions .section-content {
  padding: 40px 0 20px 0;
}
/* line 2224, ../scss/app.scss */
.section.article-latest-competitions .competition {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 2229, ../scss/app.scss */
.section.article-latest-competitions .competition .left-side {
  float: left;
  width: 50%;
}
/* line 2233, ../scss/app.scss */
.section.article-latest-competitions .competition .left-side .competition-thumbnail {
  width: 100%;
  height: auto;
}
/* line 2239, ../scss/app.scss */
.section.article-latest-competitions .competition .right-side {
  float: right;
  width: 50%;
  padding: 0 0 0 20px;
}
/* line 2244, ../scss/app.scss */
.section.article-latest-competitions .competition .right-side .competition-title {
  margin: 0 0 5px 0;
  font-size: 1.25rem;
  line-height: 1.2;
}
/* line 2249, ../scss/app.scss */
.section.article-latest-competitions .competition .right-side .competition-title .title-link {
  color: #333333;
}
/* line 2253, ../scss/app.scss */
.section.article-latest-competitions .competition .right-side .competition-title .title-link:hover {
  color: #0099cc;
}
/* line 2258, ../scss/app.scss */
.section.article-latest-competitions .competition .right-side .competition-meta {
  margin-bottom: 5px;
}
/* line 2261, ../scss/app.scss */
.section.article-latest-competitions .competition .right-side .competition-meta .meta-date {
  font-size: 0.75rem;
  line-height: 1.0;
  color: #999999;
}
/* line 2268, ../scss/app.scss */
.section.article-latest-competitions .competition .right-side .competition-lead {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
}
/* line 2277, ../scss/app.scss */
.section.article-latest-competitions .competition:last-child {
  border: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  /* line 2284, ../scss/app.scss */
  .section.article-latest-competitions .competition .left-side {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 2291, ../scss/app.scss */
  .section.article-latest-competitions .competition .right-side {
    float: none;
    width: 100%;
    padding: 0;
  }
}

/* line 2301, ../scss/app.scss */
.section.article-upcoming-dates {
  background-color: #ffffff;
}
/* line 2304, ../scss/app.scss */
.section.article-upcoming-dates .section-header {
  margin-bottom: 30px;
}
/* line 2307, ../scss/app.scss */
.section.article-upcoming-dates .section-header .section-title {
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2316, ../scss/app.scss */
.section.article-upcoming-dates .section-content {
  padding: 40px 0 20px 0;
}
/* line 2320, ../scss/app.scss */
.section.article-upcoming-dates .upcoming-date {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 2325, ../scss/app.scss */
.section.article-upcoming-dates .upcoming-date .upcoming-date-meta {
  margin-bottom: 10px;
}
/* line 2328, ../scss/app.scss */
.section.article-upcoming-dates .upcoming-date .upcoming-date-meta .meta-date {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.0;
  color: #000000;
}
/* line 2336, ../scss/app.scss */
.section.article-upcoming-dates .upcoming-date .upcoming-date-title {
  margin: 0 0 5px 0;
  font-size: 1.125rem;
  line-height: 1.2;
}
/* line 2341, ../scss/app.scss */
.section.article-upcoming-dates .upcoming-date .upcoming-date-title .title-link {
  color: #666666;
}
/* line 2345, ../scss/app.scss */
.section.article-upcoming-dates .upcoming-date .upcoming-date-title .title-link:hover {
  color: #0099cc;
}
/* line 2350, ../scss/app.scss */
.section.article-upcoming-dates .upcoming-date .upcoming-date-lead {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #666666;
}
/* line 2359, ../scss/app.scss */
.section.article-upcoming-dates .upcoming-date:last-child {
  border: none;
  margin-bottom: 0;
}

/* line 2367, ../scss/app.scss */
.section.article-competitions {
  background-color: #ffffff;
}
/* line 2370, ../scss/app.scss */
.section.article-competitions .section-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 20px;
}
/* line 2373, ../scss/app.scss */
.section.article-competitions .section-header .section-title {
    float: left;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.0;
    color: #000000;
}
/* line 2382, ../scss/app.scss */
.section.article-competitions .section-content {
  padding: 0 0 20px 0; /* padding: 40px 0 20px 0; */
}
/* line 2386, ../scss/app.scss */
.section.article-competitions .competition {
    margin-bottom: 20px;
}
/* line 2389, ../scss/app.scss */
.section.article-competitions .competition .competition-thumbnail {
  width: 100%;
  height: auto;
}
/* line 2394, ../scss/app.scss */
.section.article-competitions .competition .competition-title {
  margin: 0 0 5px 0;
  font-size: 1.125rem;
  line-height: 1.2;
}
/* line 2399, ../scss/app.scss */
.section.article-competitions .competition .competition-title .title-link {
  color: #333333;
}
/* line 2403, ../scss/app.scss */
.section.article-competitions .competition .competition-title .title-link:hover {
  color: #0099cc;
}
/* line 2408, ../scss/app.scss */
.section.article-competitions .competition .competition-content {
  padding: 10px 0;
}
/* line 2411, ../scss/app.scss */
.section.article-competitions .competition .competition-content .competition-date-meta {
  margin-bottom: 5px;
}
/* line 2414, ../scss/app.scss */
.section.article-competitions .competition .competition-content .competition-date-meta .meta-date {
  font-size: 0.75rem;
  line-height: 1.0;
  color: #999999;
}
/* line 2421, ../scss/app.scss */
.section.article-competitions .competition .competition-content .competition-lead {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #666666;
}
/* line 2431, ../scss/app.scss */
.section.article-competitions .competition .competition-links .left-side {
  float: left;
  width: 40%;
  padding: 0 20px 0 0;
}
/* line 2436, ../scss/app.scss */
.section.article-competitions .competition .competition-links .left-side .key-dates-link, .section.article-competitions .competition .competition-links .left-side .winners-link {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 2444, ../scss/app.scss */
.section.article-competitions .competition .competition-links .left-side .key-dates-link {
  margin-bottom: 5px;
}

/* line 2449, ../scss/app.scss */
.section.article-competitions .competition .competition-links .right-side {
  float: right !important;
  width: 60% !important;
}
/* line 2453, ../scss/app.scss */
.section.article-competitions .competition .competition-links .right-side .enter-button {
  margin-bottom: 0;
}

/* line 2463, ../scss/app.scss */
.section.article-share {
  background-color: #ffffff;
}
/* line 2467, ../scss/app.scss */
.section.article-share .section-header .section-title {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.0;
  color: #000000;
}
@media only screen and (max-width: 40em) {
  /* line 2477, ../scss/app.scss */
  .section.article-share .section-header {
    margin-bottom: 20px;
  }
}

/* line 2485, ../scss/app.scss */
.section.article-related {
  background-color: #ffffff;
}
/* line 2489, ../scss/app.scss */
.section.article-related .section-header .section-title {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.0;
  color: #000000;
}
/* line 2498, ../scss/app.scss */
.section.article-related .article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 2503, ../scss/app.scss */
.section.article-related .article .left-side {
  float: left;
  width: 30%;
}
/* line 2507, ../scss/app.scss */
.section.article-related .article .left-side .article-thumbnail {
  width: 100%;
  height: auto;
}
/* line 2513, ../scss/app.scss */
.section.article-related .article .right-side {
  float: right;
  width: 70%;
  padding: 0 20px;
}
/* line 2518, ../scss/app.scss */
.section.article-related .article .right-side .article-title {
  margin: 0 0 5px 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 2524, ../scss/app.scss */
.section.article-related .article .right-side .read-full-link {
  font-size: 0.875rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2532, ../scss/app.scss */
.section.article-related .article:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  /* line 2539, ../scss/app.scss */
  .section.article-related .section-header {
    margin-bottom: 20px;
  }
}

/* line 2547, ../scss/app.scss */
.section.article-links {
  background-color: #ffffff;
}
/* line 2551, ../scss/app.scss */
.section.article-links .section-header .section-title {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.0;
  color: #000000;
}
/* line 2560, ../scss/app.scss */
.section.article-links .article-link {
  margin-bottom: 20px;
}
/* line 2563, ../scss/app.scss */
.section.article-links .article-link .link-title {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
}
/* line 2570, ../scss/app.scss */
.section.article-links .article-link .view-link {
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: underline;
  color: #0099cc;
}
/* line 2578, ../scss/app.scss */
.section.article-links .article-link:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  /* line 2583, ../scss/app.scss */
  .section.article-links .section-header {
    margin-bottom: 20px;
  }
}

/* line 2591, ../scss/app.scss */
.section.article-tags {
  background-color: #ffffff;
}
/* line 2595, ../scss/app.scss */
.section.article-tags .section-header .section-title {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.0;
  color: #000000;
}
/* line 2604, ../scss/app.scss */
.section.article-tags .article-tags {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 2609, ../scss/app.scss */
.section.article-tags .article-tags .tag-item {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.0;
}
/* line 2614, ../scss/app.scss */
.section.article-tags .article-tags .tag-item .tag-link {
  color: #0099cc;
}
/* line 2618, ../scss/app.scss */
.section.article-tags .article-tags .tag-item .tag-link:hover {
  color: #0099cc;
}
/* line 2622, ../scss/app.scss */
.section.article-tags .article-tags .tag-item .divider {
  margin-left: 5px;
  color: #cccccc;
}
@media only screen and (max-width: 40em) {
  /* line 2630, ../scss/app.scss */
  .section.article-tags .section-header {
    margin-bottom: 20px;
  }
}

/* line 2638, ../scss/app.scss */
.section.article-comments {
  background-color: #ffffff;
}
/* line 2642, ../scss/app.scss */
.section.article-comments .section-header .section-title {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  line-height: 1.0;
  color: #000000;
}
/* line 2650, ../scss/app.scss */
.section.article-comments .section-header .section-help {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #999999;
}
/* line 2659, ../scss/app.scss */
.section.article-comments .comment-form .textarea-input {
  height: 200px;
}
/* line 2663, ../scss/app.scss */
.section.article-comments .comment-form .submit-button {
  float: right;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  /* line 2670, ../scss/app.scss */
  .section.article-comments .section-header {
    margin-bottom: 20px;
  }
}

/* line 2683, ../scss/app.scss */
.section.sidebar-banners {
  background-color: #ffffff;
}
/* line 2686, ../scss/app.scss */
.section.sidebar-banners .banner-items {
  text-align: center;
}
/* line 2689, ../scss/app.scss */
.section.sidebar-banners .banner-items .banner-item {
  margin-bottom: 0;
}

/* line 2697, ../scss/app.scss */
.section.sidebar-tweets {
  text-align: center;
  background-color: #ffffff;
}
/* line 2702, ../scss/app.scss */
.section.sidebar-tweets .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  text-align: left;
  color: #0099cc;
}

/* line 2716, ../scss/app.scss */
.section.sidebar-most-read {
  background-color: #ffffff;
}
/* line 2720, ../scss/app.scss */
.section.sidebar-most-read .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2730, ../scss/app.scss */
.section.sidebar-most-read .article {
  margin-bottom: 20px;
}
.section.sidebar-latest-jobs .article {
  margin-bottom: 15px;
}
/* line 2733, ../scss/app.scss */
.section.sidebar-most-read .article .article-title,
.section.sidebar-latest-jobs .article .article-title {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
/* line 2738, ../scss/app.scss */
.section.sidebar-most-read .article .article-title .title-link,
.section.sidebar-latest-jobs .article .article-title .title-link {
  color: #333333;
}
/* line 2742, ../scss/app.scss */
.section.sidebar-most-read .article .article-title .title-link:hover,
.section.sidebar-latest-jobs .article .article-title .title-link:hover {
  color: #0099cc;
}
/* line 2748, ../scss/app.scss */
.section.sidebar-most-read .article:last-child {
  margin-bottom: 0;
}

/* line 2755, ../scss/app.scss */
.section.sidebar-form {
  background-color: #ffffff;
}
/* line 2759, ../scss/app.scss */
.section.sidebar-form .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2770, ../scss/app.scss */
.section.sidebar-form .sidebar-form .submit-button {
  float: right;
  margin-bottom: 0;
}

/* line 2779, ../scss/app.scss */
.section.sidebar-latest-jobs {
  background-color: #ffffff;
}
/* line 2783, ../scss/app.scss */
.section.sidebar-latest-jobs .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2793, ../scss/app.scss */
.section.sidebar-latest-jobs .job {
  margin-bottom: 20px;
}
/* line 2796, ../scss/app.scss */
.section.sidebar-latest-jobs .job .job-title {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
/* line 2801, ../scss/app.scss */
.section.sidebar-latest-jobs .job .job-title .title-link {
  color: #333333;
}
/* line 2805, ../scss/app.scss */
.section.sidebar-latest-jobs .job .job-title .title-link:hover {
  color: #0099cc;
}
/* line 2811, ../scss/app.scss */
.section.sidebar-latest-jobs .find-a-job-button {
  float: right;
  margin-bottom: 0;
}

/* line 2819, ../scss/app.scss */
.section.sidebar-contact {
  background-color: #ffffff;
}
/* line 2823, ../scss/app.scss */
.section.sidebar-contact .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2833, ../scss/app.scss */
.section.sidebar-contact p {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
}
/* line 2840, ../scss/app.scss */
.section.sidebar-contact .highlighted {
  color: #0099cc;
}

/* line 2847, ../scss/app.scss */
.section.sidebar-key-dates {
  background-color: #ffffff;
}
/* line 2851, ../scss/app.scss */
.section.sidebar-key-dates .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2861, ../scss/app.scss */
.section.sidebar-key-dates .key-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
/* line 2866, ../scss/app.scss */
.section.sidebar-key-dates .key-date .key-date-title {
  margin: 0 0 5px 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #0099cc;
}
/* line 2874, ../scss/app.scss */
.section.sidebar-key-dates .key-date .key-date-meta .meta-date {
  font-size: 0.875rem;
  line-height: 1.0;
  color: #999999;
}

/* line 2889, ../scss/app.scss */
.section.sidebar-enter {
  background-color: #ffffff;
}
/* line 2893, ../scss/app.scss */
.section.sidebar-enter .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2903, ../scss/app.scss */
.section.sidebar-enter .enter-info {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
}
/* line 2910, ../scss/app.scss */
.section.sidebar-enter .enter-button {
  margin: 0;
  float: right;
}

/* line 2918, ../scss/app.scss */
.section.sidebar-sponsors {
  background-color: #ffffff;
}
/* line 2922, ../scss/app.scss */
.section.sidebar-sponsors .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2933, ../scss/app.scss */
.section.sidebar-sponsors .sponsor-items .sponsor-item {
  display: table;
  text-align: center;
}
/* line 2937, ../scss/app.scss */
.section.sidebar-sponsors .sponsor-items .sponsor-item .logo-link {
  display: table-cell;
  vertical-align: middle;
}
/* line 2943, ../scss/app.scss */
.section.sidebar-sponsors .sponsor-items .sponsor-item:nth-last-child(1), .section.sidebar-sponsors .sponsor-items .sponsor-item:nth-last-child(2) {
  padding-bottom: 0;
}

/* line 2951, ../scss/app.scss */
.section.sidebar-top-researcher {
  background-color: #ffffff;
}
/* line 2955, ../scss/app.scss */
.section.sidebar-top-researcher .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 2965, ../scss/app.scss */
.section.sidebar-top-researcher .logo {
  text-align: center;
}

/* line 2975, ../scss/app.scss */
.section.search {
  background-color: #ffffff;
}
/* line 2978, ../scss/app.scss */
.section.search .section-header.main {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
/* line 2983, ../scss/app.scss */
.section.search .section-header.main .section-title {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
/* line 2994, ../scss/app.scss */
.section.search .search-stats {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333333;
}
/* line 3003, ../scss/app.scss */
.section.search .search-view-form {
  padding: 10px 0;
  margin: 0 0 20px 0;
}
/* line 3007, ../scss/app.scss */
.section.search .search-view-form .form-label {
  margin: 0;
  font-size: 0.8125rem;
  color: #333333;
}
/* line 3013, ../scss/app.scss */
.section.search .search-view-form .select-input {
  margin-bottom: 0;
}
/* line 3018, ../scss/app.scss */
.section.search .pagination-centered {
  padding: 10px 0;
  margin: 20px 0;
}
/* line 3022, ../scss/app.scss */
.section.search .pagination-centered .pagination {
  margin: 0;
}
/* line 3025, ../scss/app.scss */
.section.search .pagination-centered .pagination a {
  text-decoration: none;
}
/* line 3032, ../scss/app.scss */
.section.search .empty-result .title {
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  line-height: 1.2;
}
/* line 3038, ../scss/app.scss */
.section.search .empty-result .help {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
}
/* line 3045, ../scss/app.scss */
.section.search .result {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 3050, ../scss/app.scss */
.section.search .result .left-side {
  float: left;
  width: 100%;
  padding: 0 20px 0 0;
}
/* line 3055, ../scss/app.scss */
.section.search .result .left-side .result-date {
  margin: 0 0 10px 0;
  font-size: 0.75rem;
  line-height: 1.0;
  color: #999999;
}
/* line 3062, ../scss/app.scss */
.section.search .result .left-side .result-title {
  margin: 0 0 10px 0;
  font-size: 1.125rem;
  line-height: 1.4;
}
/* line 3067, ../scss/app.scss */
.section.search .result .left-side .result-title .title-link {
  color: #333333;
}
/* line 3071, ../scss/app.scss */
.section.search .result .left-side .result-title .title-link:hover {
  color: #0099cc;
}
/* line 3076, ../scss/app.scss */
.section.search .result .left-side .result-lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
}
/* line 3083, ../scss/app.scss */
.section.search .result .left-side .result-lead .highlighted {
  color: #0099cc;
}
/* line 3088, ../scss/app.scss */
.section.search .result .right-side {
  float: right;
  width: 30%;
}
/* line 3092, ../scss/app.scss */
.section.search .result .right-side .result-thumbnail {
  width: 100%;
  height: auto;
}
/* line 3099, ../scss/app.scss */
.section.search .result:last-child {
  border-bottom: 1px solid red;
  margin-bottom: 0;
}
/* line 3105, ../scss/app.scss */
.section.search .advanced-search-form .form-title {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333333;
}
/* line 3116, ../scss/app.scss */
.section.search .advanced-search-form .section .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #0099cc;
}
/* line 3126, ../scss/app.scss */
.section.search .advanced-search-form .section .form-items {
  margin: 0;
  list-style: none;
}
/* line 3130, ../scss/app.scss */
.section.search .advanced-search-form .section .form-items .checkbox-input {
  margin: 0 8px 0 0;
}
/* line 3137, ../scss/app.scss */
.section.search .advanced-search-form .section .form-items .form-items {
  margin-left: 20px;
}
/* line 3145, ../scss/app.scss */
.section.search .advanced-search-form .section .text-input.last {
  margin-bottom: 0;
}
/* line 3149, ../scss/app.scss */
.section.search .advanced-search-form .section .reset-filters-link {
  font-size: 0.875rem;
  line-height: 1.0;
  color: #333333;
}
/* line 3155, ../scss/app.scss */
.section.search .advanced-search-form .section .submit-button {
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  /* line 3164, ../scss/app.scss */
  .section.search .result .left-side {
    float: none;
    width: 100%;
    padding: 0;
  }
}
/* same height on all pages for top banner */
.section.banner.top {
   min-height: 130px;
}
/* mobile banner */
@media only screen and (max-width: 40em) {
    .section .section-content {
      padding: 5px 0;
    }
} 
/* fixed navigation */
.section.main-nav.stick {
    position: fixed;
    top: 0;
    z-index: 990;
}
.section.sub-nav.stick {
    position: fixed;
    top: 46px;
    z-index: 990;
}
@media only screen and (max-width: 90em) { 
  .section.sub-nav.stick {
    border: none;
  }
}

/* end of fixed navigation */

/* remove padding from top-nav */
.no-padding {
padding: 10px 0!important;
} 

/* home slider */
.orbit-container .orbit-slides-container img {
   margin: 0 auto;
}

.article-image-sm {
   background-color: #f1f1f1;
   padding: 150px 0;
}
.article-thumbnail-sm {
   box-shadow: 7px 7px 3px #888;
}
/* end of home slider */

/* gallery style */
.grid .grid-item {
   width: 120px;
   max-width:100%;
   margin-bottom: 5px;
}

.clearing-blackout .carousel img {
position: initial!important;
}
/* end of gallery style */

/* magazine section */
.section.article-links .article-link .view-link {
   word-wrap: break-word;
}

@media only screen and (max-width: 40em) { 
  .button.small {
    padding: 0.5rem 1.5rem;
  }
} 
/* end of magazine section */

/* news page */
/* news article summary text  */
.article-body p:first-child {
    color: #333;
    font-size: 1.1rem!important;
    line-height: 1.2;
    font-weight: 300!important;
}
/* end news page*/

/* competitions section */
.section.marketing .section-content .row.collapse > .column, .row.collapse > .columns,
.section.attend .section-content .row.collapse > .column, .row.collapse > .columns,
.section.nominate .section-content .row.collapse > .column, .row.collapse > .columns,
.section.sales_management .section-content .row.collapse > .column, .row.collapse > .columns {
   padding-right: 20px;
}
.section.marketing .section-content .sub-section {
   border-bottom: 1px solid #ccc;
}
.section.marketing .section-content .sub-section a {
   padding-left: 7px;
}

/*input.answerbox,*/
#form_email_951162 input[type="text"], #form_email_951162 input[type="number"], #form_email_951162 select,
#form_email_950268 input[type="text"], #form_email_950268 input[type="number"], #form_email_950268 select,
#form_email_968701 input[type="text"], #form_email_968701 input[type="number"], #form_email_968701 select,
#form_email_949668 input[type="text"], #form_email_949668 input[type="number"], #form_email_949668 select, 
#form_email_949540 input[type="text"], #form_email_949540 input[type="number"], #form_email_949540 select,
#form_email_951180 input[type="text"], #form_email_951180 input[type="number"], #form_email_951180 select,
#form_email_1025557 input[type="text"], #form_email_1025557 input[type="number"], #form_email_1025557 select,
#form_email_1025635 input[type="text"], #form_email_1025635 input[type="number"], #form_email_1025635 select,
#form_email_1029771  input[type="text"], #form_email_1029771 input[type="number"], #form_email_1029771 select,
#form_email_1029874  input[type="text"], #form_email_1029874 input[type="number"], #form_email_1029874 select,
#form_email_1034290  input[type="text"], #form_email_1034290 input[type="number"], #form_email_1034290 select,
#form_email_1035876  input[type="text"], #form_email_1035876 input[type="number"], #form_email_1035876 select,
#form_email_1036886  input[type="text"], #form_email_1036886 input[type="number"], #form_email_1036886 select,
#form_email_1120282  input[type="text"], #form_email_1120282 input[type="number"], #form_email_1120282 select,
#form_email_1167734  input[type="text"], #form_email_1167734 input[type="number"], #form_email_1167734 select,
#form_email_1047095  input[type="text"], #form_email_1047095 input[type="number"], #form_email_1047095 select {
    width: 60%;
    height: 2rem;
    padding: 0 0.5rem;
    margin: 0 0 0.5rem 0;
    border-radius: 5px;
}
/*input[type="checkbox"].answerboxcheck + label.answerboxcheck, input[type="radio"].answerboxcheck + label.answerboxcheck,*/
#form_email_951162 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_950268 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_968701 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_949540 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_949668 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_951180 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_1025557 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_1025635 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_1029771 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_1029874 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_1034290 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_1120282 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_1167734 input[type="checkbox"] + label, input[type="radio"] + label,
#form_email_1047095 input[type="checkbox"] + label, input[type="radio"] + label {
   display: inline;
}
.sq-form-question-answer ul li,
.sq-form-question-answer ul li {
   list-style-type: none;
}


.event {
  padding: 1rem 1rem 1rem 0;
  display: table; }

.event-date {
  width: 6rem;
  margin: 0 auto 1rem;
  display: table-cell;
  width: auto; }
  .event-date .event-month {
    margin: 0;
    background: #eee;
    padding: 0.5rem 2rem;
    text-align: center; }
  .event-date .event-day {
    margin: 0;
    border: 1px solid #eee;
    padding: 0 2rem;
    text-align: center;
    font-size: 2rem; }

.event-desc {
  padding: 0 0 0 1rem;
  text-align: left;
  display: table-cell;
  vertical-align: top; }
  .event-desc .event-desc-header {
    margin: 0;
    padding: 0; }
  .event-desc .event-desc-detail {
    margin: 0 0 0.25rem;
    padding: 0; }
  .event-desc .event-desc-time {
    font-weight: bold; }

/* end of attend tab */



/* enter tab */

.callout-card {
  background: white;
  border: 1px solid #333;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  overflow: hidden; }
  .callout-card .card-label {
    border-color: transparent #333 transparent transparent;
    border-color: rgba(255, 255, 255, 0) #333333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.primary {
    border-color: #446cb3; }
    .callout-card.primary .card-label {
      border-color: transparent #446cb3 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #446cb3 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.secondary {
    border-color: #adb2bd; }
    .callout-card.secondary .card-label {
      border-color: transparent #adb2bd transparent transparent;
      border-color: rgba(255, 255, 255, 0) #adb2bd rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.info {
    border-color: #89c4f4; }
    .callout-card.info .card-label {
      border-color: transparent #89c4f4 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #89c4f4 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.alert {
    border-color: #f22613; }
    .callout-card.alert .card-label {
      border-color: transparent #f22613 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #f22613 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.success {
    border-color: #87d37c; }
    .callout-card.success .card-label {
      border-color: transparent #87d37c transparent transparent;
      border-color: rgba(255, 255, 255, 0) #87d37c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.warning {
    border-color: #f89406; }
    .callout-card.warning .card-label {
      border-color: transparent #f89406 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #f89406 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card .card-label {
    border-style: solid;
    border-width: 0 80px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    /*transform: rotate(360deg);*/ }
    .callout-card-content a img {
    margin-bottom: 0.5rem;
    }
    .callout-card-content a img.im1203577 {
    margin-bottom: 0.95rem;
    margin-top: 0.5rem;
    }
    .callout-card .card-label.sponsor {
    border-style: solid;
    border-width: 0 90px 54px 0;
    float: right;
    height: 0px;
    width: 0px;
    /*transform: rotate(360deg);*/ }
  .callout-card .callout-card-content {
    padding: 0.5rem 1.5rem 0.875rem; }
  .callout-card.radius {
    border-radius: 0.6rem; }
  .callout-card .label-text {
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    /*transform: rotate(30deg);*/ }
    .callout-card .label-text.sponsor {
    color: #fff;
    font-size: 0.70rem;
    font-weight: bold;
    position: relative;
    right: -36px;
    top: 6px;
    white-space: nowrap;
    /*transform: rotate(30deg);*/ }


/* end of enter tab*/

.competition-winners .row {
   margin: 20px 0;
}

/* winners gallery */
.orbit-container .orbit-prev span {
    border-right-color: #000;
} 

.orbit-container .orbit-next span {
    border-left-color: #000;
}
.winner-grid {
   min-height: 360px;
   margin: 10px 0;
   padding: 10px;
   border: 1px solid #c3c3c3;
}
.winner-title {

   border-bottom: 1px solid #c3c3c3;
   padding-bottom: 10px;		
}
.winner-sponsor {
   position: absolute;
   bottom: 80px;
}
.winner-image {
   position: absolute;
   bottom: 15px;
}
.top-bar-section .menu-items.level-1 .menu-item .item-link.active {
   color: #0099cc;
}
.th {
    border: solid 4px #FFFFFF;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: all 200ms ease-out;
}
.th-item {
    height: 8.8em;
    width: 100%;
    overflow: hidden;
    background-position: center;
}
/*testimonial tab */
.centered-text {
  text-align: center;
}

.quote {
  background: #ebf3f5;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.student {
  margin-left: 25px;
  margin-bottom: 50px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.student p {
  position: relative;
  top: 5px;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
  text-transform: none;
}
/* end of testimonial tab */

/* competitions mobile landing page */
@media only screen and (max-width: 40em) {
.section.events .grid-item {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    min-width: 600px;
}
}

/* end of competitions mobile landing page */
/* end of competitions section */


/* appointment and news section */
.section.latest-news .grid-item.article .article-thumbnail {
   margin-bottom: 0;
}
.section.latest-news .grid-item.article .article-cm-image {
  background-color: #fff;
  min-height: 168px;
}
.section.latest-news .grid-item.article .article-big-image {
  background-color: #fff;
  min-height: 225px;
}
.section.latest-news .grid-item.article .article-image {
  background-color: #f1f1f1;
  min-height: 225px;
}
.article-imported-thumbnail {    
    margin: 61px 61px 61px 100px;
    width: 35%;
    box-shadow: 7px 7px 3px #888;
}
.article-imported-thumb-news {
    margin: 30px 30px 30px 75px;
    width: 50%;
    box-shadow: 7px 7px 3px #888;
}
/* end ofappointment section */

/* business insights section*/
.brochure-cover {
   display: block;
   text-align: center;
}
/* end of business insights section*/

/* webinars section*/

.section.webinars .grid-item {
    border: 1px solid #c3c3c3;
}
.section.webinars .row.collapse .column, 
.section.webinars .row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
}
.section.webinars .grid-item .article-content {
    padding: 10px 20px;
    border-top: 1px solid #c3c3c3;
}
.section.webinars .grid-item .article-content .article-title {
    font-size: 0.95rem;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 0.5rem;
}
.section.webinars .section-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    margin: 20px 0 20px 0;
}
.section.webinars .section-header .view-all-link {
  float: right;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
.section.webinars .section-header .view-all-link:hover {
  color: #0099cc;
}
.section.webinars .section-header .section-title {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.0;
  color: #000000;
}
.section.webinars .grid-item .article-content .article-title a {
    color: #000;
}
.section.webinars .grid-item .article-content p {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
@media only screen and (max-width: 30em) {
.BrightTALKEmbed {
width: 360px;
}
}

/* end of webinars section*/

/* advertise page */
table thead tr th, table tbody tr td {
    padding: 7px 10px;
    line-height: 20px;
}
table tbody tr:nth-child(even),table thead, table tfoot {
    background-color: #f1f1f1;
}
.right-download {
    float: right;
}
/* end of advertise page */

/* about us */
.team-m {
    margin-bottom: 10px;
}
/* end of about us */

/* subscribe page */
.section.subscribe .section-content .row.collapse > .column, .row.collapse > .columns {
    padding-right: 20px;
}
section.subscribe .sq-form-question-answer ul li {
     list-style-type: none;
}
section.subscribe .sq-form-question-answer input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline;
}
section.subscribe .sq-form-question-error .sq-form-error,  {
    font-size: 0.8rem;
    color: red;
}
/* end of subscribe page */

form .sq-form-error {color: red;}

.section.sales_management .accordion .accordion-navigation, .accordion dd {
   margin-bottom: 5px!important;
}

/* right column marketing */
.logo-image {
   width: 130px;
}
.show {
   display: block;
}
/* right col INTCR */
.section.sidebar-sponsors .sponsor-items .sponsor-item {
   display: block;
}

/* mobile changes */
@media only screen and (max-width: 40em) {
.row.collapse > .column, .row.collapse > .columns {
   padding-bottom: 15px;
}
}
@media only screen and (max-width: 40em), only screen and (max-width: 64em) and (min-width: 40.0625em) {
table thead tr th, table tbody tr td {
   font-size: 14px;
   padding: 5px 4px;
  }
.section.banner.top {
    min-height: initial;
}
.left-off-canvas-menu .top-bar-section ul li.has-dropdown {
   color: red!important;
 }

.article-imported-thumb-news {
    margin: 30px 30px 30px 120px;
    width: 30%;
    box-shadow: 7px 7px 3px #888;
}
}

.left-off-canvas-menu .mobile-main-menu .menu-items.level-1 .menu-items.level-2 a.toggle-link {
    font-size: 0.85rem;
    padding-left: 10px;
}

/* Search Autocomplete */

.ui-helper-hidden-accessible, .ui-help-hidden { display: none; }
.ui-helper-hidden-accessible { display:none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #e4e4e4!important;
    border: 1px solid #dadada;
    color: #000;
    border-radius: 5px;
    padding: 3px;
}
.text-input-search, #search-query-input {width: 100%;}

/* Form hide honeypot question */

#form_surname_pt {
    display: none;
}


/* Panels FROM FOUNDATION */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }
    
/*sponsors opportunities page*/
#pricing-table {
	padding: 0 0rem;
}

#premium .pricing-table .title {
	background-color: #333;
	padding: 1.3875rem 1.25rem;
}

#premium .pricing-table {
	margin-bottom: 0;
}

#premium .pricing-table .cta-button {
	padding: 2.25rem 1.25rem 0;
}

#ultimate .pricing-table, #standard .pricing-table{
	margin-top:1rem; 
}
.pricing-table {
    border:solid 1px #ddd;
    margin-left:0;
    margin-bottom:1.25rem;
}
.pricing-table * {
    list-style:none;
    line-height:1.2;
    
}
.pricing-table .title {
    background-color:#706f68;
    color:#eee;
    font-size:1rem;
    padding:0.9375rem 1.25rem;
    text-align:center;
}
.pricing-table .price {
    background-color:#F6F6F6;
    color:#333;
    font-size:2rem;
    padding:0.9375rem 1.25rem;
    text-align:center;
}
.pricing-table .description {
    background-color:#fff;
    border-bottom:dotted 1px #ddd;
    color:#777;font-size:0.75rem;
    line-height:1.4;
    padding:0rem;
    text-align:center;
}
.pricing-table .bullet-item {
    background-color:#fff;
    border-bottom:dotted 1px #8c8c8c;
    color:#333;
    font-size:0.875rem;
    padding:0.65rem 0.5rem;
    text-align:center;
    
}
li.bullet-item:nth-child(even) {
    background: #ececec;
}
.pricing-table .cta-button {
    background-color:#fff;
    padding:1.25rem 1.25rem 0;
    text-align:center;
}
.pricing-table li.description .nil-margin-lt{
    margin-left:0rem ;
}
a.button-spon {
    background: #008cba;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px;
    text-decoration:none;
    -webkit-transition: background 1s;
    transition: background 1s;
    -moz-transition: background 1s;
}
a.button-spon:hover {
    background: #055a75;
}

/*end of sponsorship page */
/* Modal from Foundation */
.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

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

/* Modal ends*/


table.wp-article tbody tr, table.wp-article thead, table tfoot {
    background-color: #fff;
}
table.wp-article tr td {
    border: 1px solid #e3e3e3;
}

/* Competitions additions */

.moy, .MOY {
    background-color:#706f68;
}
.ctoy, .CTOY  {
    background-color:#d62c80;
}
.say, .SAY {
    background-color:#004a7d;   
}
.msl, .MSL, .msea, .MSEA {
    background-color:#4ea45e;
}
.intcr, .INTCR {
    background-color:#483a81;
}
.croy, .CROY {
    background-color:#d61126;
}

/* Competitions ends */



/* COVID-19 timeline page */
* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin-left: 10px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ddd;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: -3px;
}

/* timeline-article around content */
.timeline-article {
  padding: 5px 10px;
  position: relative;
  background-color: inherit;
}

/* The circles on the timeline */
.timeline-article::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -17px;
  background-color: white;
  border: 3px solid #0099cc;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the timeline-article to the left */
.left {
  left: 0;
}

/* Place the timeline-article to the right
.right-t {
  left: 50%;
} */

/* Add arrows to the left timeline-article (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right timeline-article (pointing left) */
.right-t::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 20px;
  /*border: medium solid white;*/
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for timeline-articles on the right side */
.right-t::after {
  left: -10px;
}

/* The actual content */
.timeline-details {
  padding: 10px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width timeline-articles */
  .timeline-article {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline-article::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right timeline-articles behave like the left ones */
  .right {
  left: 0%;
  }
}

.timeline-item span.tspan {
    margin-top: -200px;    
    padding-bottom: 200px; 
    display: block; 
}


/* COVID-19 timeline page */
/* 
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 414, ../vendor/foundation/scss/foundation/components/_visibility.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 416, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  * {
    /* background: transparent !important; */
    box-shadow: none !important;
    /* color: #000000 !important; */
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  /* line 422, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 423, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

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

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

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

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

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

  /* line 430, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 432, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 434, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  a[href]:after {
    /* content: " (" attr(href) ")"; */
  }

  /* line 436, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 439, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 443, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 449, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 451, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 454, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  /* line 458, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 465, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 468, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 469, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .print-only {
    display: block !important;
  }

  /* line 470, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 471, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: inherit !important;
  }
  .orbit-container .orbit-slides-container img {
    display: block;
    width: 50%;
}
}
/* Print visibility */
@media print {
  /* line 477, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 478, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

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

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

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

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

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

  /* line 485, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  /* line 489, ../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: none !important;
  }
}
/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

.countdown-bt{
    padding: 10px;
    color: #fff;
    margin-top: 10px;
    text-align: left;
    font-size: 0.98em;
}

.height-rst {
    min-height: 1000px;
}

@media screen and (max-width: 700px){
    .height-rst {
    min-height: auto;
}
}
.twitter-typeahead {display: table-cell !important;}
.tt-menu {background-clip: padding-box; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); font-size: 14px; padding-bottom: 5px; width: 100%;}
.tt-menu .tt-suggestion {clear: both; color: #333; cursor: pointer; display: block; font-weight: normal; line-height: 1.42857; padding: 3px 10px; text-align: left;}
.tt-menu .tt-suggestion:hover, .tt-menu .tt-cursor {background-color: #428bca; color: #fff; text-decoration: none;}
.tt-menu .tt-category, .tt-menu .tt-group {background-color: #f5f5f5; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
.tt-menu .tt-category {margin: 3px 0; padding: 7px 5px;}
.tt-menu .tt-dataset:first-child .tt-category, .tt-horizontal .tt-dataset .tt-category {border-top: none; border-top-left-radius: 4px; border-top-right-radius: 4px; margin-top: 0;}
.tt-menu .tt-group {padding: 3px 5px; text-align: center;}
.tt-menu .tt-group:first-of-type {border-top: none;}
.tt-horizontal {width: 100%; }
.tt-horizontal .tt-dataset {float: left; width: 100%;}
.tt-scrollable {overflow-y: auto; max-height: 460px;}
.tt-hint {color: #ccc !important;}
@media (max-width: 414px) {.tt-horizontal .tt-dataset {width: 100% !important;}}

