@charset "UTF-8";
@font-face {
  font-family: 'hochtief';
  src: url('/fonts/hochtief.eot?32203265&1675178633');
  src: url('/fonts/hochtief.eot?32203265&1675178633#iefix') format("embedded-opentype"), url('/fonts/hochtief.woff?32203265&1675178633') format("woff"), url('/fonts/hochtief.ttf?32203265&1675178633') format("truetype"), url('/fonts/hochtief.svg?32203265&1675178633#hochtief') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hochtief';
    src: url('../font/hochtief.svg?32203265#hochtief') format('svg');
  }
}
*/
/* line 22, ../sass/_hochtief.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "hochtief";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 53, ../sass/_hochtief.scss */
.icon-down-dir:before {
  content: '\e80d';
}

/* '' */
/* line 54, ../sass/_hochtief.scss */
.icon-left-dir:before {
  content: '\e80c';
}

/* '' */
/* line 55, ../sass/_hochtief.scss */
.icon-right-dir:before {
  content: '\e80b';
}

/* '' */
/* line 56, ../sass/_hochtief.scss */
.icon-up-dir:before {
  content: '\e800';
}

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 100, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 332, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 342, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

/* line 264, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 269, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 274, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 290, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 296, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 12px;
}

/* line 300, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 316, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 333, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 95em;
  *zoom: 1;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 120, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.625em;
  margin-right: -0.625em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

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

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 166, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 167, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 170, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 84, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 91, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 106, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 125, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 139, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 145, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 151, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 157, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 164, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 195, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 200, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 214, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 250, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 254, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 273, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 280, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 284, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  /* line 36, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.29167em;
  line-height: 1.6;
}

/* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #f7f7f7;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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;
  direction: ltr;
}

/* Default Link Styles */
/* line 152, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a {
  color: #024a94;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #023d7b;
}
/* line 160, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.16667em;
  text-rendering: optimizeLegibility;
}
/* line 174, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 1.16667em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #aaa;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.15em;
}
/* line 192, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #f7f7f7;
  line-height: 0;
}

/* line 199, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.25em;
}

/* line 200, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 0.66667em;
}

/* line 201, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 0.83333em;
}

/* line 202, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.75em;
}

/* line 203, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.08333em;
}

/* line 204, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 208, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.66667em 0 1.58333em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #53001f;
}

/* Lists */
/* line 241, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.16667em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 251, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}
/* line 253, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 259, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.66667em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 269, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 272, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 273, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 274, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 275, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.66667em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 295, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 1em;
}

/* Abbreviations */
/* line 299, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 307, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.16667em;
  padding: 0.75em 1.66667em 0 1.58333em;
  border-left: 1px solid #ddd;
}
/* line 317, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 1.08333em;
  color: #dddddd;
}
/* line 321, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 325, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #dddddd;
}

/* line 331, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.4;
  color: #f7f7f7;
}

/* Microformats */
/* line 338, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.66667em 0;
  border: 1px solid #ddd;
  padding: 0.83333em 1em;
}
/* line 344, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 348, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 1.25em;
}

/* line 355, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 357, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.08333em;
}

@media only screen and (min-width: 768px) {
  /* line 368, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 369, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.08333em;
  }

  /* line 370, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.5em;
  }

  /* line 371, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.25em;
  }

  /* line 372, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.16667em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 383, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 392, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 394, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 396, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 403, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 409, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 411, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 414, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 418, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 425, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 428, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 429, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 430, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 431, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 171, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.66667em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.08333em;
  padding-left: 2em;
  font-size: 1.33333em;
  background-color: #024a94;
  border-color: #013162;
  color: #fff;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #013162;
}
/* line 132, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}
/* line 176, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}
/* line 177, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #C5D9D5;
  border-color: #a6c5bf;
  color: #333;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #a6c5bf;
}
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #333;
}
/* line 178, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #9F003B;
  border-color: #6c0028;
  color: #fff;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #6c0028;
}
/* line 132, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
/* line 180, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.33333em;
  padding-right: 2.66667em;
  padding-bottom: 1.41667em;
  padding-left: 2.66667em;
  font-size: 1.66667em;
}
/* line 181, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.83333em;
  padding-left: 1.5em;
  font-size: 1.08333em;
}
/* line 182, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.58333em;
  padding-right: 1.16667em;
  padding-bottom: 0.66667em;
  padding-left: 1.16667em;
  font-size: 0.91667em;
}
/* line 183, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 185, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 1em;
}
/* line 186, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 1em;
}
/* line 188, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #024a94;
  border-color: #013162;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #013162;
}
/* line 132, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #fff;
}
/* line 145, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #024a94;
}
/* line 189, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #d0d0d0;
}
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #333;
}
/* line 145, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #e9e9e9;
}
/* line 190, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #C5D9D5;
  border-color: #a6c5bf;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #a6c5bf;
}
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #333;
}
/* line 145, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #C5D9D5;
}
/* line 191, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #9F003B;
  border-color: #6c0028;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #6c0028;
}
/* line 132, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #fff;
}
/* line 145, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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: #9F003B;
}

/* line 196, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 1.08333em;
  padding-bottom: 1em;
  -webkit-appearance: none;
}
/* line 198, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.66667em;
  padding-bottom: 0.58333em;
  -webkit-appearance: none;
}
/* line 199, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.83333em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
/* line 200, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 206, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 214, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 215, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 223, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 264, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1.33333em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.66667em;
}
/* line 69, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.66667em;
}
/* line 73, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 75, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 77, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 86, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.66667em;
}

/* Label Styles */
/* line 270, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label {
  font-size: 1.16667em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.25em;
  /* Styles for required inputs */
}
/* line 271, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 272, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.33333em 0;
  padding: 0.83333em 0;
}
/* line 274, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
/* line 281, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1.16667em;
  height: 3.08333em;
  line-height: 3.08333em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 285, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.83333em;
}

/* line 286, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.83333em;
}

/* line 288, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 289, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 290, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 291, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 294, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
/* line 295, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 297, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
/* line 298, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 304, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 307, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 312, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 315, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 322, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1.16667em;
  margin: 0 0 1.33333em 0;
  padding: 0.66667em;
  height: 3.08333em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 134, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 113, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 120, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/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],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 346, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.33333em 0;
}

/* Normalize file input width */
/* line 354, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 359, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.66667em;
  margin: 1.5em 0;
}
/* line 221, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.25em;
  margin: 0;
  margin-left: -0.25em;
}

/* Error Handling */
/* line 366, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.5em 0.33333em;
  margin-top: 0;
  margin-bottom: 1.33333em;
  font-size: 1em;
  font-weight: bold;
  background: #9F003B;
  color: #fff;
}
/* line 369, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 371, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.5em 0.33333em;
  margin-top: 0;
  margin-bottom: 1.33333em;
  font-size: 1em;
  font-weight: bold;
  background: #9F003B;
  color: #fff;
}

/* line 375, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: #9F003B;
  background-color: rgba(159, 0, 59, 0.1);
  margin-bottom: 0;
}
/* line 236, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
/* line 382, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #9F003B;
}
/* line 387, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error > small,
.error small.error {
  display: block;
  padding: 0.5em 0.33333em;
  margin-top: 0;
  margin-bottom: 1.33333em;
  font-size: 1em;
  font-weight: bold;
  background: #9F003B;
  color: #fff;
}
/* line 392, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 397, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  border-color: #9F003B;
  background-color: rgba(159, 0, 59, 0.1);
  margin-bottom: 0;
}
/* line 236, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 403, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select {
  border-color: #9F003B;
  background-color: rgba(159, 0, 59, 0.1);
}
/* line 236, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 407, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.error {
  color: #9F003B;
}

/* Button Groups */
/* line 72, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 74, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
/* line 35, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}
/* line 50, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 54, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 50, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 54, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 84, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 86, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.83333em;
}
/* line 23, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 108, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 4.25em;
}
/* line 46, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
/* line 81, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.75em;
  right: 2em;
  margin-top: -0.33333em;
}
/* line 100, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}
/* line 109, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.91667em;
}
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.58333em;
  right: 1.16667em;
  margin-top: -0.20833em;
}
/* line 100, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}
/* line 110, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 3.75em;
}
/* line 71, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.75em;
  right: 1.5em;
  margin-top: -0.29167em;
}
/* line 100, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}
/* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 5.33333em;
}
/* line 91, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.83333em;
  right: 2.33333em;
  margin-top: -0.41667em;
}
/* line 100, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}
/* line 112, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
/* line 150, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 6.4em;
}
/* line 53, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 62, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
/* line 73, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 79, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: #012449;
}
/* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 4em;
}
/* line 117, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.75em;
  top: 1.5em;
  margin-left: -0.75em;
}
/* line 142, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-color: #fff transparent transparent transparent;
}
/* line 79, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: #c3c3c3;
}
/* line 142, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}
/* line 79, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: #53001f;
}
/* line 79, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: #97bbb4;
}
/* line 156, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 5.25em;
}
/* line 88, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 3.79167em;
}
/* line 89, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.58333em;
  top: 1.16667em;
  margin-left: -0.41667em;
}
/* line 157, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 5.25em;
}
/* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 3.75em;
}
/* line 103, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.75em;
  top: 1.125em;
  margin-left: -0.75em;
}
/* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 8em;
}
/* line 130, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 5em;
}
/* line 131, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.83333em;
  top: 1.75em;
  margin-left: -0.75em;
}
/* line 159, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2em;
}
/* line 142, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}
/* line 163, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 164, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
/* line 44, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 2.08333em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.33333em;
  overflow: hidden;
}
/* line 26, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 27, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 29, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
/* line 281, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.66667em;
}
/* line 55, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
/* line 58, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 287, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
/* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
/* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
/* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 292, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #ccc;
}
/* line 207, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 1.25em;
  color: #333;
  font-size: 1.16667em;
  background: none;
}
/* line 217, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 1.25em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d6d6d6;
}
/* line 233, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}
/* line 237, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 303, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.66667em;
}
/* line 49, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
/* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
/* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}
/* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 132, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 310, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: none;
}
/* line 207, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 1.25em;
  color: #333;
  font-size: 1.16667em;
  background: none;
}
/* line 217, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 1.25em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}
/* line 233, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}
/* line 237, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
/* line 249, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 319, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.66667em;
  }
  /* line 49, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  /* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 132, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 326, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: none;
  }
  /* line 207, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 1.25em;
    color: #333;
    font-size: 1.16667em;
    background: none;
  }
  /* line 217, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 1.25em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  /* line 233, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  /* line 237, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 249, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  /* line 333, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.66667em;
  }
  /* line 49, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  /* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 143, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.66667em;
  }
  /* line 150, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 16.66667em;
  }
  /* line 153, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 16.66667em;
  }

  /* line 340, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 207, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 1.25em;
    color: #333;
    font-size: 1.16667em;
    background: none;
  }
  /* line 217, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 1.25em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  /* line 237, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 257, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 16.58333em;
  }
  /* line 260, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d6d6d6;
  }

  /* line 347, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.66667em;
  }
  /* line 49, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 349, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  /* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 165, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 168, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 171, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 16.66667em;
  }

  /* line 354, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 207, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 1.25em;
    color: #333;
    font-size: 1.16667em;
    background: none;
  }
  /* line 217, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 1.25em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 361, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.66667em;
  }
  /* line 49, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 363, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  /* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 186, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 189, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 192, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 16.66667em;
  }

  /* line 368, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #ccc;
  }
  /* line 207, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 1.25em;
    color: #333;
    font-size: 1.16667em;
    background: none;
  }
  /* line 217, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 1.25em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
/* line 378, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.66667em;
}
/* line 55, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
/* line 58, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 380, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
/* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
/* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
/* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
/* line 384, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container {
  border-top: 1px solid #ccc;
}
/* line 207, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 1.25em;
  color: #333;
  font-size: 1.16667em;
  background: none;
}
/* line 217, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 1.25em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d6d6d6;
}
/* line 233, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}
/* line 237, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 72, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #024a94;
}
/* line 76, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 87, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 93, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 99, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 35px;
}

/* line 106, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  position: relative;
  background: #024a94;
  margin-bottom: 0;
}
/* line 115, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 120, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 125, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 130, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 135, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 35px;
  margin: 0;
  font-size: 12px;
}
/* line 140, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 35px;
  font-size: 1.41667em;
  margin: 0;
}
/* line 144, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 11.66667px;
}
/* line 155, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 160, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: none;
  font-size: 1.16667em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 11.66667px;
  height: 35px;
  line-height: 35px;
}
/* line 173, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 11.66667px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 179, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}
/* line 187, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
/* line 208, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 212, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #024a94;
}
/* line 215, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #fff;
}
/* line 216, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

/* line 234, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 240, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  font-size: 12px;
  margin: 0;
}
/* line 249, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 259, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 11.66667px;
  font-size: 1.16667em;
  font-weight: bold;
  background: #fff;
}
/* line 269, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #024a94;
  font-size: 1.16667em;
  padding-right: 11.66667px;
  padding-left: 11.66667px;
}
/* line 274, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #013162;
}
/* line 278, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9;
}
/* line 280, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #d0d0d0;
}
/* line 284, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #C5D9D5;
}
/* line 286, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #a6c5bf;
}
/* line 290, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #9F003B;
}
/* line 292, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #6c0028;
}
/* line 300, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: #246CB6;
  color: #fff;
}
/* line 306, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #024a94;
  color: #fff;
}
/* line 313, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 11.66667px;
}
/* line 316, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 320, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  margin-right: 11.66667px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 332, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 333, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 340, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 347, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 351, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 11.66667px;
}
/* line 354, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
/* line 359, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 360, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 17.5px;
  display: block;
}
/* line 368, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 11.66667px 2px;
  margin-bottom: 0;
  text-transform: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.16667em;
}

/* line 380, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 1201px !important;
  visibility: hidden;
}

/* line 384, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 1201px) {
  /* line 389, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #024a94;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 394, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 396, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 397, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 399, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 1.16667em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 409, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #024a94;
  }

  /* line 412, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 95em;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 418, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 422, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 427, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 429, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 435, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: #246CB6;
    color: #fff;
  }
  /* line 440, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 11.66667px;
    line-height: 35px;
    background: #024a94;
  }
  /* line 444, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: #246CB6;
  }
  /* line 452, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 31.66667px !important;
  }
  /* line 454, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: white transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 17.5px;
  }
  /* line 463, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 464, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 468, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 475, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  /* line 487, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 494, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 11.66667px;
    background: #fff;
  }
  /* line 502, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 508, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 515, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 35px;
    width: 0;
  }
  /* line 526, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #024a94;
    padding: 0 11.66667px;
    height: 35px;
  }
  /* line 534, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 538, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 548, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #246CB6;
    color: #fff;
  }
  /* line 554, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #024a94;
    color: #fff;
  }
  /* line 562, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 64, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 70, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 74, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 77, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 82, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 88, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

/* line 279, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 285, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 1em;
  height: 1em;
  background: none;
  float: left;
  margin-right: 6px;
  border: solid 1px white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 295, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: white;
}
/* line 299, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 305, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 309, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 317, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 321, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 328, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 329, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 333, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 109, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 111, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.66667em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 65, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 66, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 115, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.83333em;
  line-height: 1;
  position: absolute;
  top: 0.66667em;
  right: 0.91667em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 2.5em;
    top: 8.33333em;
  }
  /* line 124, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 134, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
/* Foundation Joyride */
/* line 41, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 44, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 57, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.5em 1.66667em 2em;
}
/* line 68, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 73, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}
/* line 81, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}
/* line 89, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}
/* line 98, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
/* line 99, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
/* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

/* line 115, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.5em 0;
  font-size: 1.16667em;
  line-height: 1.3;
}

/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.41667em;
  bottom: 1.33333em;
}

/* line 129, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

/* line 136, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 146, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 150, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 163, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
}

/* line 175, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 187, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 189, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  /* line 196, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  /* line 204, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
/* Clearing Styles */
/* line 36, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:after {
  clear: both;
}
/* line 42, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 48, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 57, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 60, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 68, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 72, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 82, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 95, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}
/* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 108, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 109, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 113, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 115, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 122, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 128, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  /* line 137, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 139, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }

  /* line 145, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 147, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }

  /* line 153, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }

  /* line 158, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 163, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  /* line 172, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  /* line 185, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 192, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 201, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  /* line 206, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }

  /* line 218, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Alerts */
/* line 94, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.66667em;
  position: relative;
  padding: 0.91667em 1.75em 1em 0.91667em;
  font-size: 1.16667em;
  background-color: #024a94;
  border-color: #013162;
  color: #fff;
}
/* line 97, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.83333em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.58333em;
  right: 0.41667em;
  color: #333;
  opacity: 0.3;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 99, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 100, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 102, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #C5D9D5;
  border-color: #a6c5bf;
  color: #505050;
}
/* line 103, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #9F003B;
  border-color: #6c0028;
  color: #fff;
}
/* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #505050;
}

/* Breadcrumbs */
/* line 115, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.41667em 0 0.41667em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
  border-width: 1px;
  background-color: white;
  border-color: #e6e6e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 12px;
  text-transform: none;
}
/* line 60, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 62, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: none;
  color: #666666;
}
/* line 69, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}
/* line 72, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}
/* line 77, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 82, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999;
}
/* line 84, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999;
}
/* line 86, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}
/* line 96, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: ">";
  color: #aaa;
  margin: 0 1em;
  position: relative;
  top: 1px;
}
/* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
/* line 67, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
/* line 73, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}
/* line 83, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
/* line 87, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
/* line 92, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}
/* line 101, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}
/* line 113, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 128, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 3.08333em;
  margin-bottom: 1.66667em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 1.16667em;
  vertical-align: top;
}
/* line 148, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 153, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 3em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.66667em;
  margin-right: 3.08333em;
}
/* line 165, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 3.33333em;
  height: 3.08333em;
  display: block;
  right: 0;
  top: 0;
}
/* line 173, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 1.25em;
  top: 50%;
  margin-top: -3px;
}
/* line 186, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}
/* line 190, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888;
}
/* line 192, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}
/* line 195, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
/* line 199, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 206, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}
/* line 207, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
/* line 208, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}
/* line 209, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
/* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 212, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 213, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 216, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown {
  border-color: #9F003B;
  background-color: rgba(159, 0, 59, 0.1);
  background: rgba(159, 0, 59, 0.1);
  margin-bottom: 0;
}
/* line 236, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}
/* line 222, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}
/* line 226, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 12px;
}
/* line 243, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 1.16667em;
  cursor: default;
  padding-top: 0.33333em;
  padding-bottom: 0.33333em;
  padding-left: 0.5em;
  padding-right: 3.16667em;
  min-height: 2em;
  line-height: 2em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 257, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}
/* line 261, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}
/* line 265, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}
/* line 272, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}
/* line 276, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background: #ddd;
}

/* Keystroke Characters */
/* line 51, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 1.16667em;
  padding: 0.16667em 0.33333em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
/* line 71, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.25em 0.83333em 0.33333em;
  font-size: 1.16667em;
  background-color: #024a94;
  color: #fff;
}
/* line 77, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 78, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #9F003B;
  color: #fff;
}
/* line 81, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #C5D9D5;
  color: #333;
}
/* line 82, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #e9e9e9;
  color: #333;
}

/* Inline Lists */
/* line 49, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.41667em auto;
  margin-left: -1.83333em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 36, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.83333em;
  display: block;
}
/* line 41, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
/* line 128, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 2em;
  margin-left: -0.41667em;
}
/* line 87, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 2em;
  color: #222;
  font-size: 1.16667em;
  margin-left: 0.41667em;
}
/* line 93, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.08333em 0.58333em 0.08333em;
  color: #999;
}
/* line 99, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 45, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
/* line 49, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 57, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #024a94;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
/* line 63, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #024a94;
}
/* line 110, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 133, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 110, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 66, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #dcd3e9;
  margin-bottom: 1.66667em;
  padding: 1.66667em;
  background: #f7f5fa;
}
/* line 44, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 45, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 50, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333;
}
/* line 54, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.83333em;
}
/* line 56, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 68, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #013162;
  margin-bottom: 1.66667em;
  padding: 1.66667em;
  background: #024a94;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 44, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 45, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 51, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff;
}
/* line 54, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.83333em;
}
/* line 56, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.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;
}
/* line 71, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout a {
  color: #fff;
}
/* line 76, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.66667em;
}
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 124, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #ddd;
  padding: 1.25em 1.66667em;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1.33333em;
}
/* line 125, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #eee;
  padding: 1.25em 1.66667em;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 1.66667em;
}
/* line 126, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #fff;
  padding: 1.25em;
  text-align: center;
  color: #777;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}
/* line 127, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #fff;
  padding: 1.25em;
  text-align: center;
  color: #333;
  font-size: 1.16667em;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}
/* line 128, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.66667em 1.66667em 0;
}

/* Progress Bar */
/* line 50, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: transparent;
  height: 2.08333em;
  border: 1px solid #cccccc;
  padding: 0.16667em;
  margin-bottom: 0.83333em;
}
/* line 54, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #024a94;
  height: 100%;
  display: block;
}
/* line 57, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #e9e9e9;
  height: 100%;
  display: block;
}
/* line 58, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #C5D9D5;
  height: 100%;
  display: block;
}
/* line 59, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #9F003B;
  height: 100%;
  display: block;
}
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 62, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 65, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 66, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
/* line 67, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 1.16667em 0;
  list-style-type: none;
  list-style-position: inside;
}
/* line 39, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.58333em 0;
  font-size: 12px;
}
/* line 43, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #555555;
}
/* line 48, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #024a94;
  font-weight: bold;
}
/* line 53, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
/* line 82, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.33333em 0 1.5em;
  padding-top: 0.33333em;
  margin-right: 0;
  margin-left: -0.75em;
}
/* line 40, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.75em;
  margin-bottom: 0.83333em;
  font-weight: normal;
  font-size: 1.16667em;
}
/* line 50, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999;
  text-decoration: none;
}
/* line 54, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #024a94;
  padding: 0.25em 0.75em;
  cursor: default;
  color: #fff;
}

/* Foundation Switches */
@media only screen {
  /* line 239, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.66667em;
    height: 3em;
    background: #fff;
    border-color: #cccccc;
  }
  /* line 58, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 75, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  /* line 84, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  /* line 91, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 106, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  /* line 109, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:checked {
    display: none !important;
  }
  /* line 110, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 113, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  /* line 115, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  /* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 121, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  /* line 125, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span.custom {
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
  /* line 239, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 239, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: none 0;
  }
}
@media only screen {
  /* line 137, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  /* line 149, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label {
    padding: 0;
    line-height: 2.3em;
    font-size: 1.16667em;
  }
  /* line 157, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.91667em;
  }
  /* line 163, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    width: 3em;
    height: 3em;
  }
  /* line 177, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px white, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px white, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  /* line 201, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  }
  /* line 211, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:active {
    background: transparent;
  }
  /* line 243, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large {
    height: 3.66667em;
  }
  /* line 149, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large label {
    padding: 0;
    line-height: 2.3em;
    font-size: 1.41667em;
  }
  /* line 157, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -3.58333em;
  }
  /* line 163, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large span:last-child {
    width: 3.66667em;
    height: 3.66667em;
  }
  /* line 246, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small {
    height: 2.33333em;
  }
  /* line 149, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small label {
    padding: 0;
    line-height: 2.1em;
    font-size: 1em;
  }
  /* line 157, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.25em;
  }
  /* line 163, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small span:last-child {
    width: 2.33333em;
    height: 2.33333em;
  }
  /* line 249, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny {
    height: 1.83333em;
  }
  /* line 149, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny label {
    padding: 0;
    line-height: 1.9em;
    font-size: 0.91667em;
  }
  /* line 157, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.75em;
  }
  /* line 163, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny span:last-child {
    width: 1.83333em;
    height: 1.83333em;
  }
  /* line 252, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 253, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 257, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 258, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 259, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round label {
    padding: 0 0.75em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}
/* line 11, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
/* line 17, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
/* line 19, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.66667em;
  border: solid 1px #ddd;
}
/* line 41, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: bold;
}
/* line 47, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.66667em 0.83333em 0.83333em;
  font-size: 1.16667em;
  color: #222;
  text-align: left;
}
/* line 58, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.75em 0.83333em;
  font-size: 1.16667em;
  color: #222;
}
/* line 65, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #eeeeee;
}
/* line 70, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.5em;
}

/* Image Thumbnails */
/* line 45, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 31, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(2, 74, 148, 0.5);
  box-shadow: 0 0 6px 1px rgba(2, 74, 148, 0.5);
}
/* line 49, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 51, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
a.th {
  display: inline-block;
  max-width: 100%;
}

/* Tooltips */
/* line 29, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}
/* line 35, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #01182f;
  color: #024a94;
}
/* line 41, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 45, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.3;
  padding: 0.66667em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 60, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #000 transparent;
  top: -10px;
}
/* line 71, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #024a94 !important;
  border-bottom: dotted 1px #01182f !important;
}

/* line 77, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.83333em;
  color: #888;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  /* line 86, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #000 transparent;
    top: -10px;
  }
  /* line 90, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #000 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 96, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 99, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #000;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 106, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 128, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
/* line 135, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 12px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
/* line 50, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 51, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 76, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
/* line 83, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
/* line 91, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 95, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 139, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 1.16667em;
  cursor: pointer;
  line-height: 1.5em;
  margin: 0;
}
/* line 114, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 117, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555;
}
/* line 142, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.66667em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 12px;
  z-index: 99;
  max-width: 200px;
}
/* line 50, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 51, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 145, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 146, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 147, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 148, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 7, ../sass/_pages.scss */
.nabidka table {
  min-width: 500px;
}
/* line 10, ../sass/_pages.scss */
.nabidka table tr:first-child {
  background: transparent;
}
/* line 13, ../sass/_pages.scss */
.nabidka table tr:first-child td {
  color: #000;
  padding: 5px;
  line-height: 1em;
}
/* line 18, ../sass/_pages.scss */
.nabidka table tr:first-child th {
  color: #fff;
}
/* line 23, ../sass/_pages.scss */
.nabidka table.left {
  margin-right: 20px;
  margin-top: 32px;
  width: 400px;
}
/* line 29, ../sass/_pages.scss */
div.left .nabidka table {
  width: 400px;
}
/* line 34, ../sass/_pages.scss */
.nabidka .pagebreak {
  height: 50px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 61, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 64, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 70, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 74, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 77, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 80, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 82, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 88, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

/* line 279, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 285, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 1em;
  height: 1em;
  background: none;
  float: left;
  margin-right: 6px;
  border: solid 1px white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 295, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: white;
}
/* line 299, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 305, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 309, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 317, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 321, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 328, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 329, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 333, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* Breadcrumbs */
/* line 115, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.41667em 0 0.41667em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
  border-width: 1px;
  background-color: white;
  border-color: #e6e6e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 119, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 12px;
  text-transform: none;
}
/* line 60, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 62, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: none;
  color: #666666;
}
/* line 69, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}
/* line 72, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}
/* line 77, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 82, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999;
}
/* line 84, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999;
}
/* line 86, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}
/* line 96, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: ">";
  color: #aaa;
  margin: 0 1em;
  position: relative;
  top: 1px;
}
/* line 104, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* line 62, ../sass/app.scss */
h2 {
  font-size: 18px;
}

/* line 63, ../sass/app.scss */
h3 {
  font-size: 15px;
}

/* line 65, ../sass/app.scss */
.perex {
  background: #e9e9e9;
  margin: 0 0 1.25em 0 !important;
  padding: 1.25em;
  border-left: 3px solid #024a94;
}
/* line 70, ../sass/app.scss */
.perex > .columns {
  padding: 0;
}
/* line 73, ../sass/app.scss */
.perex > .columns > p:last-child {
  margin-bottom: 0;
}

/* line 81, ../sass/app.scss */
header.row {
  margin-top: 20px;
  margin-bottom: 25px;
}
/* line 84, ../sass/app.scss */
header.row img {
  border: 0px;
}
/* line 91, ../sass/app.scss */
header.row img.cz-logo {
  width: 250px !important;
  max-width: 250px !important;
  height: auto !important;
  position: absolute;
  left: -100px;
  top: -9px;
}
@media only screen and (max-width: 1200px) {
  /* line 100, ../sass/app.scss */
  header.row img {
    border: 0;
  }
  /* line 110, ../sass/app.scss */
  header.row img.cz-logo {
    left: 0px;
    top: 0px;
    border: 0;
    display: block;
    position: relative;
    width: 250px !important;
    max-width: 250px !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 123, ../sass/app.scss */
  header .columns.large-10 {
    width: 100% !important;
    display: block !important;
  }
}
/* line 129, ../sass/app.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -70px !important;
}

/* line 133, ../sass/app.scss */
.main-sub-menu {
  float: right;
  text-align: right;
  position: relative;
  margin-top: 9px;
  font-size: 11px;
  min-width: 300px;
}
/* line 141, ../sass/app.scss */
.main-sub-menu a {
  color: #ccc;
}
/* line 143, ../sass/app.scss */
.main-sub-menu a:hover {
  color: #024a94;
}
/* line 148, ../sass/app.scss */
.main-sub-menu .sub-menu-dot {
  margin-left: 6px;
  margin-right: 6px;
  color: #ccc;
}
/* line 154, ../sass/app.scss */
.main-sub-menu .js-search-box {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10000;
}
/* line 161, ../sass/app.scss */
.main-sub-menu form {
  display: block;
  float: right;
  background: #fff;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #F3F3F3;
  padding: 15px 20px;
}
/* line 170, ../sass/app.scss */
.main-sub-menu form input {
  float: left;
  margin: 0;
  width: 130px;
  height: 22px;
  padding: auto;
  font-size: 11px;
}
/* line 179, ../sass/app.scss */
.main-sub-menu form button {
  float: left;
  margin: 0;
  width: auto;
  height: 22px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: normal;
}

/* line 191, ../sass/app.scss */
.nabidka {
  padding-left: 20px;
}
/* line 193, ../sass/app.scss */
.nabidka h1 {
  font-size: 20px;
}
/* line 197, ../sass/app.scss */
.nabidka table td {
  line-height: 1em;
  padding: 5px;
}
/* line 198, ../sass/app.scss */
.nabidka table td .has-tip {
  width: 50%;
}
/* line 204, ../sass/app.scss */
.nabidka table tr:first-child {
  background: #024a94;
}
/* line 206, ../sass/app.scss */
.nabidka table tr:first-child td {
  color: White;
  padding: 10px;
  line-height: 1em;
}

/* line 214, ../sass/app.scss */
.row.e {
  display: none;
}

/* line 219, ../sass/app.scss */
.top-bar {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* line 224, ../sass/app.scss */
.top-bar-section .dropdown {
  border: 1px solid #e9e9e9;
}
/* line 226, ../sass/app.scss */
.top-bar-section .dropdown li a {
  color: #024a94;
  font-size: 12px;
}

/* line 240, ../sass/app.scss */
ul.slider {
  list-style-type: none;
}

/* line 245, ../sass/app.scss */
.orbit-container {
  background: transparent;
  margin-bottom: 0;
}
/* line 248, ../sass/app.scss */
.orbit-container .orbit-bullets {
  float: none;
  display: block;
  z-index: 999;
  text-align: center;
}
/* line 253, ../sass/app.scss */
.orbit-container .orbit-bullets li {
  border-color: white;
  display: inline-block;
  float: none;
}
/* line 259, ../sass/app.scss */
.orbit-container ul.slider li .panel {
  display: none;
}

@media only screen and (min-width: 1201px) {
  /* line 264, ../sass/app.scss */
  .orbit-container.header-orbit {
    min-height: 426px;
    margin-bottom: -37px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 264, ../sass/app.scss */
  .orbit-container.header-orbit {
    min-height: 32.3vw;
    margin-bottom: 13px;
  }
}

/* line 276, ../sass/app.scss */
.orbit-timer {
  visibility: hidden;
}

/* line 281, ../sass/app.scss */
.orbit-container.cross {
  min-height: inherit;
  padding-top: 10px;
  margin-bottom: 0;
  /*
  .orbit-next,
  .orbit-prev {
  	position: absolute;
  	top: 25px;
  	width: 25px;
  	height: 30px;
  	span  {
  		height: 20px;
  		top: 70%;
  	}
  }
  */
}
/* line 285, ../sass/app.scss */
.orbit-container.cross .orbit-next,
.orbit-container.cross .orbit-prev {
  display: none;
}
/* line 290, ../sass/app.scss */
.orbit-container.cross .slide-content p {
  color: #8F8F8F;
}
/* line 308, ../sass/app.scss */
.orbit-container.cross:hover .orbit-next,
.orbit-container.cross:hover .orbit-prev {
  display: block;
}

/* line 315, ../sass/app.scss */
.youtubeHomepage {
  margin-top: 30px;
}
/* line 317, ../sass/app.scss */
.youtubeHomepage .orbit-container {
  min-height: inherit;
}
/* line 319, ../sass/app.scss */
.youtubeHomepage .orbit-container .orbit-slide-number {
  display: none;
}
/* line 322, ../sass/app.scss */
.youtubeHomepage .orbit-container .orbit-next,
.youtubeHomepage .orbit-container .orbit-prev {
  width: 20px;
  height: 20px;
  top: 80%;
  z-index: 9999;
}
/* line 328, ../sass/app.scss */
.youtubeHomepage .orbit-container .orbit-next span,
.youtubeHomepage .orbit-container .orbit-prev span {
  top: 100%;
  border: inset 6px;
}
/* line 333, ../sass/app.scss */
.youtubeHomepage .orbit-container .orbit-next span {
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  left: 80%;
}
/* line 339, ../sass/app.scss */
.youtubeHomepage .orbit-container .orbit-prev {
  left: inherit;
  right: 23px;
}
/* line 342, ../sass/app.scss */
.youtubeHomepage .orbit-container .orbit-prev span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

/* line 352, ../sass/app.scss */
.breadcrumbs {
  margin-bottom: 35px;
}

/* line 358, ../sass/app.scss */
.side-nav {
  background-color: #f7f5fa;
}
/* line 360, ../sass/app.scss */
.side-nav li.separated {
  border-bottom: 1px solid #024a94;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 365, ../sass/app.scss */
.side-nav li {
  margin: 0;
  list-style: none;
}
/* line 369, ../sass/app.scss */
.side-nav a {
  padding: 3px 20px;
}
/* line 372, ../sass/app.scss */
.side-nav li:hover > a {
  background-color: #cccccc;
}
/* line 375, ../sass/app.scss */
.side-nav li.active:hover > a {
  background: transparent;
}
/* line 378, ../sass/app.scss */
.side-nav ul li ul {
  margin-left: 0;
}
/* line 381, ../sass/app.scss */
.side-nav li ul {
  margin-left: 0;
}
/* line 383, ../sass/app.scss */
.side-nav li ul li > a {
  padding: 3px 30px;
}
/* line 386, ../sass/app.scss */
.side-nav li ul li ul li > a {
  padding: 3px 50px;
}
/* line 390, ../sass/app.scss */
.side-nav li ul li ul li ul li > a {
  padding: 3px 70px;
}

/* line 399, ../sass/app.scss */
ul.no-bullets > li {
  list-style: none;
}

/* line 403, ../sass/app.scss */
.noborder {
  border: none;
}

/* line 408, ../sass/app.scss */
article ul > li, article ol > li {
  margin-left: 20px;
}
/* line 411, ../sass/app.scss */
article ul[class*="block-grid-"] > li {
  margin-left: 0;
}

/* line 417, ../sass/app.scss */
.news section h2 {
  font-size: 12px;
  font-weight: bold;
}

/* line 423, ../sass/app.scss */
.kontakt {
  border: none;
  margin-top: 20px;
}
/* line 426, ../sass/app.scss */
.kontakt ul li {
  list-style: none;
}

/* line 430, ../sass/app.scss */
.pujcovna {
  margin-top: 10px;
}

/* line 435, ../sass/app.scss */
article {
  line-height: 1.4;
  padding-left: 20px;
}
/* line 438, ../sass/app.scss */
article > [data-section='tabs'].section-container.tabs {
  visibility: visible !important;
}

/* line 443, ../sass/app.scss */
.youtubeVideos {
  margin-top: 30px;
}
/* line 445, ../sass/app.scss */
.youtubeVideos li {
  padding-bottom: 0;
}

/* line 450, ../sass/app.scss */
.gallery-wrap {
  padding: 19px 19px 50px;
  background: #f7f5fa;
}
/* line 453, ../sass/app.scss */
.gallery-wrap .row {
  margin: 0 -15px;
}
/* line 455, ../sass/app.scss */
.gallery-wrap .row div {
  position: relative;
  padding: 0 15px 0 15px;
}
/* line 458, ../sass/app.scss */
.gallery-wrap .row div p {
  margin-top: 5px;
  color: #8F8F8F;
  margin-bottom: 20px;
  height: 30px;
  overflow: hidden;
  width: 100%;
}
/* line 466, ../sass/app.scss */
.gallery-wrap .row div:last-child {
  float: left;
}

/* line 474, ../sass/app.scss */
.people-right h2 {
  font-size: 24px;
}

/* line 479, ../sass/app.scss */
.people-wrap-extension {
  list-style-type: none;
}
/* line 482, ../sass/app.scss */
.people-wrap-extension li {
  margin-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #024a94;
  margin-bottom: 10px;
}
/* line 488, ../sass/app.scss */
.people-wrap-extension li p {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}
/* line 494, ../sass/app.scss */
.people-wrap-extension li > p {
  font-size: 14px;
}
/* line 498, ../sass/app.scss */
.people-wrap-extension li img {
  margin-top: 10px;
  margin-bottom: 0;
  float: none !important;
}
/* line 504, ../sass/app.scss */
.people-wrap-extension li div {
  margin-top: 10px;
}

/* line 510, ../sass/app.scss */
.people-new.people-wrap-extension {
  background: none;
  padding: 0;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
/* line 516, ../sass/app.scss */
.people-new.people-wrap-extension li {
  border-bottom: 0;
  padding: 0;
}
/* line 520, ../sass/app.scss */
.people-new.people-wrap-extension li .wrp {
  display: block;
  margin-right: 15px;
  padding: 15px;
  background: #f7f5fa;
  min-height: 468px;
  margin-bottom: 10px;
}
/* line 528, ../sass/app.scss */
.people-new.people-wrap-extension li .wrp p {
  min-height: 42px;
}
@media only screen and (min-width: 768px) {
  /* line 533, ../sass/app.scss */
  .people-new.people-wrap-extension li .wrp > p {
    min-height: 60px;
  }
}
/* line 538, ../sass/app.scss */
.people-new.people-wrap-extension li .wrp.placeholder-promo {
  border: 5px solid #024a94;
  margin-top: 10px;
}
/* line 543, ../sass/app.scss */
.people-new.people-wrap-extension li .wrp.placeholder-promo:hover {
  transition: background 0.3s ease-out;
}
/* line 547, ../sass/app.scss */
.people-new.people-wrap-extension li .wrp.placeholder-promo div {
  font-size: 32px;
  color: #024a94;
  text-align: center;
  line-height: 100%;
}
/* line 555, ../sass/app.scss */
.people-new.people-wrap-extension li .wrp.placeholder-promo img {
  display: block;
  margin: auto;
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  /* line 516, ../sass/app.scss */
  .people-new.people-wrap-extension li {
    width: 100%;
  }
  /* line 565, ../sass/app.scss */
  .people-new.people-wrap-extension li .wrp {
    width: 100%;
  }
}

/* line 572, ../sass/app.scss */
.send-cv-button span {
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  background-color: #024a94;
  padding: 10px;
  padding-right: 15px;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 582, ../sass/app.scss */
.send-cv-button span:hover {
  background-color: #246cb6;
}
/* line 586, ../sass/app.scss */
.send-cv-button span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 10px;
  content: '';
  display: inline-block;
}

/* line 599, ../sass/app.scss */
#vyvoj {
  background: transparent;
  border: none;
}

/* line 606, ../sass/app.scss */
.projects-wrap .row div {
  padding: 0 15px;
}
/* line 608, ../sass/app.scss */
.projects-wrap .row div .project {
  background: #f7f5fa;
  padding: 6px 6px 15px 6px;
  margin-bottom: 20px;
  width: 100%;
}
/* line 613, ../sass/app.scss */
.projects-wrap .row div .project p {
  height: 135px;
  font-size: 10px;
}
/* line 619, ../sass/app.scss */
.projects-wrap .row div:last-child {
  float: left;
}

/* line 626, ../sass/app.scss */
.projects-preview .row div {
  padding: 6px;
}
/* line 629, ../sass/app.scss */
.projects-preview .row div .project {
  margin-bottom: 5px;
  background: none;
  padding: 0;
}
/* line 634, ../sass/app.scss */
.projects-preview .row div .project a {
  margin-bottom: 5px;
  display: inline;
}
/* line 637, ../sass/app.scss */
.projects-preview .row div .project a img {
  float: none !important;
}
/* line 641, ../sass/app.scss */
.projects-preview .row div .project p {
  font-size: 12px;
  margin-bottom: 0;
  height: 30px;
}

/* line 650, ../sass/app.scss */
.fancybox li {
  max-width: 100%;
}

/* line 654, ../sass/app.scss */
.odkazsipka {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

/* line 661, ../sass/app.scss */
.file .docx {
  list-style: none;
}

/* line 665, ../sass/app.scss */
.novinky {
  padding-bottom: 25px;
}
/* line 666, ../sass/app.scss */
.novinky section {
  border-top: 1px solid #ddd;
  padding: 8px;
}
/* line 669, ../sass/app.scss */
.novinky section font a {
  color: #555555;
}

/* line 676, ../sass/app.scss */
p.career-potrait-img img {
  padding: 20px 20px 20px 0;
}

/* line 681, ../sass/app.scss */
.galerie-menu h1, .galerie-menu h2, .galerie-menu h3, .galerie-menu h4, .galerie-menu h5, .galerie-menu h6 {
  margin-left: 20px;
}
/* line 684, ../sass/app.scss */
.galerie-menu li {
  margin-bottom: 6px;
}

/* line 690, ../sass/app.scss */
ul.withDownload span {
  display: block;
  margin-top: 5px;
}
/* line 694, ../sass/app.scss */
ul.withDownload .dlFullSize {
  display: inline-block;
  margin-top: 5px;
}
/* line 697, ../sass/app.scss */
ul.withDownload .dlFullSize em {
  margin-left: -5px;
}

/* line 703, ../sass/app.scss */
.bigName {
  font-size: 14px;
  color: #333 !important;
  font-weight: normal;
  height: 60px !important;
}

/* line 711, ../sass/app.scss */
footer {
  margin-top: 20px;
  padding: 20px 0 30px;
  border-top: 1px solid #e5e5e5;
  background: #f7f5fa;
}
/* line 716, ../sass/app.scss */
footer ul li {
  list-style: none;
  padding-top: 10px;
}
/* line 719, ../sass/app.scss */
footer ul li a {
  color: #a2a2a2;
}
/* line 723, ../sass/app.scss */
footer span:before {
  content: ">";
  position: absolute;
  left: 5px;
}

@media only screen and (max-width: 1201px) {
  /* line 735, ../sass/app.scss */
  .top-bar-section > ul > li > a {
    background: #024a94;
  }
  /* line 739, ../sass/app.scss */
  .top-bar-section .dropdown li.title h5 a {
    color: #024a94;
  }
  /* line 742, ../sass/app.scss */
  .top-bar-section .dropdown .has-dropdown > a:after {
    border-color: transparent transparent transparent #024a94;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 753, ../sass/app.scss */
  .top-bar {
    margin-top: 10px;
  }
}
/* line 759, ../sass/app.scss */
.popup-ready {
  display: none;
}

/* line 765, ../sass/app.scss */
.pop-ad {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
}
/* line 775, ../sass/app.scss */
.pop-ad .pop-ad-inner {
  width: 792px;
  height: 360px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  background-image: url('/images/nl_pop_bg_smooth.jpg?1675178634');
  background-repeat: no-repeat;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  /* line 775, ../sass/app.scss */
  .pop-ad .pop-ad-inner {
    width: 300px;
    height: 500px;
    left: 170px;
    top: 280px;
    padding: 40px 20px;
    background: none;
    background-color: #EFEDF2;
  }
}
/* line 803, ../sass/app.scss */
.pop-ad .pop-ad-inner section {
  margin-top: -20px;
}
/* line 807, ../sass/app.scss */
.pop-ad .pop-ad-inner .nl-form {
  margin-top: 26px;
}
/* line 812, ../sass/app.scss */
.pop-ad .pop-ad-inner .nl-form .indicates-required, .pop-ad .pop-ad-inner .nl-form .asterisk {
  display: none;
}
/* line 816, ../sass/app.scss */
.pop-ad .pop-ad-inner .nl-form .mc-field-group {
  padding: 0 !important;
}
/* line 820, ../sass/app.scss */
.pop-ad .pop-ad-inner .nl-form #mce-EMAIL {
  margin-bottom: 10px;
}
/* line 824, ../sass/app.scss */
.pop-ad .pop-ad-inner .nl-form #mce-responses {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 828, ../sass/app.scss */
.pop-ad .pop-ad-inner .nl-form #mce-responses .response {
  padding-top: 0;
  margin: 0;
  width: 100%;
}
/* line 837, ../sass/app.scss */
.pop-ad .pop-ad-inner h2 {
  font-size: 28px;
}
/* line 841, ../sass/app.scss */
.pop-ad .pop-ad-inner p {
  color: #000;
}
/* line 844, ../sass/app.scss */
.pop-ad .pop-ad-inner p.title {
  font-size: 18px;
  margin-bottom: 12px;
}
/* line 849, ../sass/app.scss */
.pop-ad .pop-ad-inner p.podminky {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: -5px;
}
/* line 856, ../sass/app.scss */
.pop-ad .pop-ad-inner .text-left {
  text-align: left;
  font-size: 14px;
  padding-top: 30px;
}

/* line 864, ../sass/app.scss */
.pop-ad-career {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
}
/* line 874, ../sass/app.scss */
.pop-ad-career a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 881, ../sass/app.scss */
.pop-ad-career a img {
  width: auto;
  max-height: 80vh;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 6px black;
}

/* line 892, ../sass/app.scss */
.pop-ad .pop-ad-inner .pop-ad-close, .pop-ad-career .pop-ad-close {
  width: 30px;
  height: 30px;
  padding-top: 3px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #222;
  cursor: pointer;
  border: 1px solid #444;
}

/* line 915, ../sass/app.scss */
.clear {
  clear: both;
}

/* line 919, ../sass/app.scss */
.sideText {
  float: left;
  width: 457px;
  height: 375px;
  background-color: #ECF2F8;
  color: #666;
  padding: 15px 30px;
}

/* line 928, ../sass/app.scss */
h1 {
  color: #034A93;
}

/* line 932, ../sass/app.scss */
.cssSlider {
  width: 667px;
  height: 375px;
  position: relative;
  float: left;
}

/* line 939, ../sass/app.scss */
.slide1, .slide2, .slide3, .slide4, .slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
}

/* line 949, ../sass/app.scss */
.slide1 {
  animation: fade 30s 24s ease-in infinite;
  -webkit-animation: fade 30s 24s ease-in infinite;
}

/* line 954, ../sass/app.scss */
.slide2 {
  animation: fade 30s 18s ease-in infinite;
  -webkit-animation: fade 30s 18s ease-in infinite;
}

/* line 959, ../sass/app.scss */
.slide3 {
  animation: fade 30s 12s ease-in infinite;
  -webkit-animation: fade 30s 12s ease-in infinite;
}

/* line 964, ../sass/app.scss */
.slide4 {
  animation: fade 30s 6s ease-in infinite;
  -webkit-animation: fade 30s 6s ease-in infinite;
}

/* line 969, ../sass/app.scss */
.slide5 {
  animation: fade 30s 0s ease-in infinite;
  -webkit-animation: fade 30s 0s ease-in infinite;
  visibility: visible;
}

/* line 977, ../sass/app.scss */
.four-items-only.slide1 {
  animation: fade-four-items-only 24s 18s ease-in infinite;
  -webkit-animation: fade-four-items-only 24s 18s ease-in infinite;
}
/* line 982, ../sass/app.scss */
.four-items-only.slide2 {
  animation: fade-four-items-only 24s 12s ease-in infinite;
  -webkit-animation: fade-four-items-only 24s 12s ease-in infinite;
}
/* line 987, ../sass/app.scss */
.four-items-only.slide3 {
  animation: fade-four-items-only 24s 6s ease-in infinite;
  -webkit-animation: fade-four-items-only 24s 6s ease-in infinite;
}
/* line 992, ../sass/app.scss */
.four-items-only.slide4 {
  animation: fade-four-items-only 24s 0s ease-in infinite;
  -webkit-animation: fade-four-items-only 24s 0s ease-in infinite;
  visibility: visible;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-four-items-only {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1037, ../sass/app.scss */
.ref-hop-off p {
  display: inline-block;
  float: right;
  margin-bottom: 0;
}
/* line 1044, ../sass/app.scss */
.ref-hop-off p a {
  font-size: 1.5em;
  background: #244380;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  position: relative;
}
/* line 1045, ../sass/app.scss */
.ref-hop-off p a::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('/images/ht-planet-icon.jpg?1675178634');
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -40px;
}

/* line 1066, ../sass/app.scss */
.page-ref-title {
  margin-left: 160px;
  margin-top: -45px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
/* line 1072, ../sass/app.scss */
.page-ref-title p {
  line-height: 95%;
  color: #000;
  font-size: 3em;
  margin-bottom: 0;
}
/* line 1078, ../sass/app.scss */
.page-ref-title p:first-child {
  line-height: 80%;
  color: #fff;
  font-size: 5em;
  font-weight: bold;
}

/* line 1087, ../sass/app.scss */
.ref-title h1 {
  color: #848587;
  font-weight: bold;
}

/* line 1092, ../sass/app.scss */
.ref-perex {
  margin-bottom: 20px;
}
/* line 1094, ../sass/app.scss */
.ref-perex p {
  color: #848587;
  font-size: 1.6em;
}

/* line 1116, ../sass/app.scss */
.ref-project-detail table {
  border: 0;
}
/* line 1119, ../sass/app.scss */
.ref-project-detail table tr:nth-of-type(even) {
  background: transparent;
}
/* line 1123, ../sass/app.scss */
.ref-project-detail table tr:nth-of-type(odd) {
  background: #ececec;
}
/* line 1127, ../sass/app.scss */
.ref-project-detail table th {
  text-align: left;
  padding-left: 22px;
  background: #2c468f;
  color: #fff;
}
/* line 1101, ../sass/app.scss */
.ref-project-detail table th::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

/* line 1139, ../sass/app.scss */
.more-projects h2 {
  height: 35px;
  background: #2c468f;
  color: #fff;
  font-size: 1.16667em;
  font-weight: bold;
  padding-left: 22px;
  padding-top: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1101, ../sass/app.scss */
.more-projects h2::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
/* line 1153, ../sass/app.scss */
.more-projects ul {
  list-style-type: none;
  background: #ececec;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-right: 12px;
}
/* line 1160, ../sass/app.scss */
.more-projects ul li {
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 21px;
}
/* line 1165, ../sass/app.scss */
.more-projects ul li a {
  color: #222;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 1178, ../sass/app.scss */
.psm-wrapper table {
  width: 100%;
}
/* line 1181, ../sass/app.scss */
.psm-wrapper table tr:first-child td {
  text-align: center;
}
/* line 1185, ../sass/app.scss */
.psm-wrapper table td {
  font-size: 12px;
  text-align: center;
  border: 1px solid #ddd;
}
/* line 1190, ../sass/app.scss */
.psm-wrapper table td:first-child {
  text-align: left;
}
/* line 1194, ../sass/app.scss */
.psm-wrapper table td:nth-child(2) {
  width: 50px;
}
/* line 1197, ../sass/app.scss */
.psm-wrapper table td:nth-child(3), .psm-wrapper table td:nth-child(4) {
  width: 95px;
}
/* line 1206, ../sass/app.scss */
.psm-wrapper .section p.title a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
/* line 1212, ../sass/app.scss */
.psm-wrapper .section .content {
  padding: 0 0 0 20px !important;
  border: 0 !important;
}
/* line 1218, ../sass/app.scss */
.psm-wrapper .section-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
/* line 1225, ../sass/app.scss */
.psm-wrapper .section-container ~ table {
  width: 500px;
}
/* line 1228, ../sass/app.scss */
.psm-wrapper .section-container ~ table tr {
  background-color: transparent;
}
/* line 1231, ../sass/app.scss */
.psm-wrapper .section-container ~ table tr:first-child td {
  background-color: #f9f9f9;
}
/* line 1236, ../sass/app.scss */
.psm-wrapper .section-container ~ h2 {
  color: #000;
}
/* line 1277, ../sass/app.scss */
.psm-wrapper .cenik-zahlavi + div {
  			/*
              tr {
                  th, td {
                      font-size: 12px;
                  }
              }
              */
}
/* line 1286, ../sass/app.scss */
.psm-wrapper .cenik-zahlavi + div tr:not(:first-child) td:first-child strong {
  font-size: 14px;
}
/* line 1295, ../sass/app.scss */
.psm-wrapper .cenik-detail img {
  width: auto !important;
  max-width: 600px !important;
  height: auto !important;
  border: 1px solid #DDD;
  padding: 20px;
}
/* line 1303, ../sass/app.scss */
.psm-wrapper .cenik-detail h2 {
  margin-top: 30px;
}
/* line 1309, ../sass/app.scss */
.psm-wrapper .cenik-detail table tr:first-child td:first-child {
  text-align: left;
}
/* line 1318, ../sass/app.scss */
.psm-wrapper .cenik-detail p + h2 + table tr td {
  font-size: 13px;
}
/* line 1320, ../sass/app.scss */
.psm-wrapper .cenik-detail p + h2 + table tr td:first-child {
  width: 50%;
}
/* line 1328, ../sass/app.scss */
.psm-wrapper .cenik-detail p + h2 + table + h2 + table tr td {
  font-size: 13px;
}
/* line 1334, ../sass/app.scss */
.psm-wrapper .cenik-detail p + h2 + table + h2 + table tr:first-child td:first-child {
  width: 50%;
}
/* line 1337, ../sass/app.scss */
.psm-wrapper .cenik-detail p + h2 + table + h2 + table tr:first-child td:nth-child(2) {
  width: 16%;
}
/* line 1340, ../sass/app.scss */
.psm-wrapper .cenik-detail p + h2 + table + h2 + table tr:first-child td:nth-child(3) {
  width: 16%;
}
/* line 1349, ../sass/app.scss */
.psm-wrapper .rezervacni-formular {
  margin-top: 40px;
  margin-bottom: 50px;
}
/* line 1353, ../sass/app.scss */
.psm-wrapper .rezervacni-formular h2 {
  margin-top: 30px;
}
/* line 1357, ../sass/app.scss */
.psm-wrapper .rezervacni-formular label {
  margin-top: 15px;
}
/* line 1361, ../sass/app.scss */
.psm-wrapper .rezervacni-formular textarea {
  height: 100px;
}
/* line 1365, ../sass/app.scss */
.psm-wrapper .rezervacni-formular .large-9 {
  max-width: 50%;
  float: left;
}
/* line 1370, ../sass/app.scss */
.psm-wrapper .rezervacni-formular .row .large-3 {
  background-color: #F2F2F2;
  padding-bottom: 10px;
  margin-left: 14px;
}
/* line 1376, ../sass/app.scss */
.psm-wrapper .rezervacni-formular div.row:last-of-type .large-3 {
  background-color: transparent;
}
/* line 1380, ../sass/app.scss */
.psm-wrapper .rezervacni-formular select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1.16667em;
  margin: 0 0 1.33333em 0;
  padding: 0.66667em;
  height: 3.08333em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 1404, ../sass/app.scss */
.psm-wrapper .rezervacni-formular input[type="submit"] {
  font-size: 14px;
  padding: 10px;
}

/* line 2, ../sass/_IE.scss */
.lt-ie9 header.row {
  margin-top: 20px;
}
/* line 5, ../sass/_IE.scss */
.lt-ie9 .top-bar {
  max-height: 30px;
}
/* line 7, ../sass/_IE.scss */
.lt-ie9 .top-bar .title-area {
  display: none;
}
/* line 11, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section ul {
  background: transparent;
}
/* line 14, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section ul li {
  float: left;
}
/* line 17, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section ul li a {
  background: transparent;
  padding-right: 30px;
}
/* line 21, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section ul li ul.dropdown {
  display: none;
}
/* line 25, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section ul li:hover > ul.dropdown {
  display: block;
}
/* line 27, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section ul li:hover > ul.dropdown a {
  background: white;
  color: #024a94;
}
/* line 32, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section li.has-dropdown.active > a:after {
  border-color: white transparent transparent transparent;
}
/* line 35, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section li.has-dropdown:hover > a:after {
  border-color: white transparent transparent transparent;
}
/* line 38, ../sass/_IE.scss */
.lt-ie9 .top-bar .top-bar-section li.has-dropdown > a:after {
  border-color: white transparent transparent transparent;
}
/* line 43, ../sass/_IE.scss */
.lt-ie9 .top-bar-section .has-dropdown > A:after {
  margin-right: 20px;
}
/* line 46, ../sass/_IE.scss */
.lt-ie9 .top-bar-section .dropdown {
  left: 0;
  top: auto;
  background: transparent;
}
/* line 51, ../sass/_IE.scss */
.lt-ie9 .top-bar-section ul li.has-dropdown:hover a,
.lt-ie9 .top-bar-section ul li ul.dropdown li.has-dropdown ul.dropdown li:hover > a,
.lt-ie9 .top-bar .top-bar-section ul li.has-dropdown ul.dropdown li:hover > a {
  background: #246CB6;
  color: white;
}
/* line 57, ../sass/_IE.scss */
.lt-ie9 .top-bar-section .has-dropdown .dropdown li.has-dropdown:hover > a:after {
  margin-top: -20px;
}
/* line 60, ../sass/_IE.scss */
.lt-ie9 .orbit-container {
  margin-top: 30px;
}
/* line 63, ../sass/_IE.scss */
.lt-ie9 h1 {
  font-size: 25px;
}
/* line 66, ../sass/_IE.scss */
.lt-ie9 h2 {
  font-size: 18px;
}
/* line 69, ../sass/_IE.scss */
.lt-ie9 h3 {
  font-size: 15px;
}
/* line 72, ../sass/_IE.scss */
.lt-ie9 h4 {
  font-size: 14px;
}
/* line 75, ../sass/_IE.scss */
.lt-ie9 h5 {
  font-size: 13px;
}
/* line 78, ../sass/_IE.scss */
.lt-ie9 .top-bar > .top-bar-section > ul > li + li + li + li + li + li {
  position: absolute;
  right: 0;
}

/*
 * Komplementarni css k vlastnimu pluginu (customp) do ckeditoru
 * Tridy se vyuzivaji jak na frontendu, tak v pluginu samotnem
 *
 * Podtrziko v nazvu souboru chybi umyslne
 *   -> do pluginu se tento stylesheet nacita samostatne
 *
 */
/* line 18, ../sass/cpstyles.scss */
.cp-element {
  margin: 1em 0;
}
/* line 21, ../sass/cpstyles.scss */
.cp-element p:last-child {
  margin-bottom: 0;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#da70d6, .cp_font-color-\#da70d6 * {
  color: #da70d6;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#c71585, .cp_font-color-\#c71585 * {
  color: #c71585;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff1493, .cp_font-color-\#ff1493 * {
  color: #ff1493;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff69b4, .cp_font-color-\#ff69b4 * {
  color: #ff69b4;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fff0f5, .cp_font-color-\#fff0f5 * {
  color: #fff0f5;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#db7093, .cp_font-color-\#db7093 * {
  color: #db7093;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#dc143c, .cp_font-color-\#dc143c * {
  color: #dc143c;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffc0cb, .cp_font-color-\#ffc0cb * {
  color: #ffc0cb;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffb6c1, .cp_font-color-\#ffb6c1 * {
  color: #ffb6c1;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fffafa, .cp_font-color-\#fffafa * {
  color: #fffafa;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f08080, .cp_font-color-\#f08080 * {
  color: #f08080;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#bc8f8f, .cp_font-color-\#bc8f8f * {
  color: #bc8f8f;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#cd5c5c, .cp_font-color-\#cd5c5c * {
  color: #cd5c5c;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff0000, .cp_font-color-\#ff0000 * {
  color: #ff0000;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#b22222, .cp_font-color-\#b22222 * {
  color: #b22222;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#a52a2a, .cp_font-color-\#a52a2a * {
  color: #a52a2a;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#8b0000, .cp_font-color-\#8b0000 * {
  color: #8b0000;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#800000, .cp_font-color-\#800000 * {
  color: #800000;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffe4e1, .cp_font-color-\#ffe4e1 * {
  color: #ffe4e1;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fa8072, .cp_font-color-\#fa8072 * {
  color: #fa8072;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff6347, .cp_font-color-\#ff6347 * {
  color: #ff6347;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#e9967a, .cp_font-color-\#e9967a * {
  color: #e9967a;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff7f50, .cp_font-color-\#ff7f50 * {
  color: #ff7f50;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff4500, .cp_font-color-\#ff4500 * {
  color: #ff4500;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffa07a, .cp_font-color-\#ffa07a * {
  color: #ffa07a;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#a0522d, .cp_font-color-\#a0522d * {
  color: #a0522d;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fff5ee, .cp_font-color-\#fff5ee * {
  color: #fff5ee;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#d2691e, .cp_font-color-\#d2691e * {
  color: #d2691e;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#8b4513, .cp_font-color-\#8b4513 * {
  color: #8b4513;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f4a460, .cp_font-color-\#f4a460 * {
  color: #f4a460;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffdab9, .cp_font-color-\#ffdab9 * {
  color: #ffdab9;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#cd853f, .cp_font-color-\#cd853f * {
  color: #cd853f;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#faf0e6, .cp_font-color-\#faf0e6 * {
  color: #faf0e6;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffe4c4, .cp_font-color-\#ffe4c4 * {
  color: #ffe4c4;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff8c00, .cp_font-color-\#ff8c00 * {
  color: #ff8c00;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#deb887, .cp_font-color-\#deb887 * {
  color: #deb887;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#faebd7, .cp_font-color-\#faebd7 * {
  color: #faebd7;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#d2b48c, .cp_font-color-\#d2b48c * {
  color: #d2b48c;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffdead, .cp_font-color-\#ffdead * {
  color: #ffdead;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffebcd, .cp_font-color-\#ffebcd * {
  color: #ffebcd;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffefd5, .cp_font-color-\#ffefd5 * {
  color: #ffefd5;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffe4b5, .cp_font-color-\#ffe4b5 * {
  color: #ffe4b5;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffa500, .cp_font-color-\#ffa500 * {
  color: #ffa500;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f5deb3, .cp_font-color-\#f5deb3 * {
  color: #f5deb3;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fdf5e6, .cp_font-color-\#fdf5e6 * {
  color: #fdf5e6;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fffaf0, .cp_font-color-\#fffaf0 * {
  color: #fffaf0;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#b8860b, .cp_font-color-\#b8860b * {
  color: #b8860b;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#daa520, .cp_font-color-\#daa520 * {
  color: #daa520;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fff8dc, .cp_font-color-\#fff8dc * {
  color: #fff8dc;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffd700, .cp_font-color-\#ffd700 * {
  color: #ffd700;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fffacd, .cp_font-color-\#fffacd * {
  color: #fffacd;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f0e68c, .cp_font-color-\#f0e68c * {
  color: #f0e68c;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#eee8aa, .cp_font-color-\#eee8aa * {
  color: #eee8aa;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#bdb76b, .cp_font-color-\#bdb76b * {
  color: #bdb76b;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fffff0, .cp_font-color-\#fffff0 * {
  color: #fffff0;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffffe0, .cp_font-color-\#ffffe0 * {
  color: #ffffe0;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f5f5dc, .cp_font-color-\#f5f5dc * {
  color: #f5f5dc;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#fafad2, .cp_font-color-\#fafad2 * {
  color: #fafad2;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffff00, .cp_font-color-\#ffff00 * {
  color: #ffff00;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#808000, .cp_font-color-\#808000 * {
  color: #808000;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#6b8e23, .cp_font-color-\#6b8e23 * {
  color: #6b8e23;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#9acd32, .cp_font-color-\#9acd32 * {
  color: #9acd32;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#556b2f, .cp_font-color-\#556b2f * {
  color: #556b2f;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#adff2f, .cp_font-color-\#adff2f * {
  color: #adff2f;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#7fff00, .cp_font-color-\#7fff00 * {
  color: #7fff00;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#7cfc00, .cp_font-color-\#7cfc00 * {
  color: #7cfc00;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#8fbc8b, .cp_font-color-\#8fbc8b * {
  color: #8fbc8b;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f0fff0, .cp_font-color-\#f0fff0 * {
  color: #f0fff0;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#98fb98, .cp_font-color-\#98fb98 * {
  color: #98fb98;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#90ee90, .cp_font-color-\#90ee90 * {
  color: #90ee90;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#32cd32, .cp_font-color-\#32cd32 * {
  color: #32cd32;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#00ff00, .cp_font-color-\#00ff00 * {
  color: #00ff00;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#228b22, .cp_font-color-\#228b22 * {
  color: #228b22;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#008000, .cp_font-color-\#008000 * {
  color: #008000;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#006400, .cp_font-color-\#006400 * {
  color: #006400;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#2e8b57, .cp_font-color-\#2e8b57 * {
  color: #2e8b57;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#3cb371, .cp_font-color-\#3cb371 * {
  color: #3cb371;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#00ff7f, .cp_font-color-\#00ff7f * {
  color: #00ff7f;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f5fffa, .cp_font-color-\#f5fffa * {
  color: #f5fffa;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#00fa9a, .cp_font-color-\#00fa9a * {
  color: #00fa9a;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#66cdaa, .cp_font-color-\#66cdaa * {
  color: #66cdaa;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#7fffd4, .cp_font-color-\#7fffd4 * {
  color: #7fffd4;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#40e0d0, .cp_font-color-\#40e0d0 * {
  color: #40e0d0;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#20b2aa, .cp_font-color-\#20b2aa * {
  color: #20b2aa;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#48d1cc, .cp_font-color-\#48d1cc * {
  color: #48d1cc;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f0ffff, .cp_font-color-\#f0ffff * {
  color: #f0ffff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#e0ffff, .cp_font-color-\#e0ffff * {
  color: #e0ffff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#afeeee, .cp_font-color-\#afeeee * {
  color: #afeeee;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#00ffff, .cp_font-color-\#00ffff * {
  color: #00ffff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#00ffff, .cp_font-color-\#00ffff * {
  color: #00ffff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#008b8b, .cp_font-color-\#008b8b * {
  color: #008b8b;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#008080, .cp_font-color-\#008080 * {
  color: #008080;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#2f4f4f, .cp_font-color-\#2f4f4f * {
  color: #2f4f4f;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#00ced1, .cp_font-color-\#00ced1 * {
  color: #00ced1;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#5f9ea0, .cp_font-color-\#5f9ea0 * {
  color: #5f9ea0;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#b0e0e6, .cp_font-color-\#b0e0e6 * {
  color: #b0e0e6;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#add8e6, .cp_font-color-\#add8e6 * {
  color: #add8e6;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#00bfff, .cp_font-color-\#00bfff * {
  color: #00bfff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#87ceeb, .cp_font-color-\#87ceeb * {
  color: #87ceeb;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#87cefa, .cp_font-color-\#87cefa * {
  color: #87cefa;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#4682b4, .cp_font-color-\#4682b4 * {
  color: #4682b4;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f0f8ff, .cp_font-color-\#f0f8ff * {
  color: #f0f8ff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#1e90ff, .cp_font-color-\#1e90ff * {
  color: #1e90ff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#778899, .cp_font-color-\#778899 * {
  color: #778899;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#708090, .cp_font-color-\#708090 * {
  color: #708090;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#b0c4de, .cp_font-color-\#b0c4de * {
  color: #b0c4de;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#4169e1, .cp_font-color-\#4169e1 * {
  color: #4169e1;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#151b8d, .cp_font-color-\#151b8d * {
  color: #151b8d;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f8f8ff, .cp_font-color-\#f8f8ff * {
  color: #f8f8ff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#e6e6fa, .cp_font-color-\#e6e6fa * {
  color: #e6e6fa;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#0000ff, .cp_font-color-\#0000ff * {
  color: #0000ff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#0000cd, .cp_font-color-\#0000cd * {
  color: #0000cd;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#00008b, .cp_font-color-\#00008b * {
  color: #00008b;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#191970, .cp_font-color-\#191970 * {
  color: #191970;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#000080, .cp_font-color-\#000080 * {
  color: #000080;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#6a5acd, .cp_font-color-\#6a5acd * {
  color: #6a5acd;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#483d8b, .cp_font-color-\#483d8b * {
  color: #483d8b;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#7b68ee, .cp_font-color-\#7b68ee * {
  color: #7b68ee;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#9370db, .cp_font-color-\#9370db * {
  color: #9370db;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#8a2be2, .cp_font-color-\#8a2be2 * {
  color: #8a2be2;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#4b0082, .cp_font-color-\#4b0082 * {
  color: #4b0082;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#9932cc, .cp_font-color-\#9932cc * {
  color: #9932cc;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#9400d3, .cp_font-color-\#9400d3 * {
  color: #9400d3;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ba55d3, .cp_font-color-\#ba55d3 * {
  color: #ba55d3;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#d8bfd8, .cp_font-color-\#d8bfd8 * {
  color: #d8bfd8;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#dda0dd, .cp_font-color-\#dda0dd * {
  color: #dda0dd;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ee82ee, .cp_font-color-\#ee82ee * {
  color: #ee82ee;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff00ff, .cp_font-color-\#ff00ff * {
  color: #ff00ff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ff00ff, .cp_font-color-\#ff00ff * {
  color: #ff00ff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#8b008b, .cp_font-color-\#8b008b * {
  color: #8b008b;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#800080, .cp_font-color-\#800080 * {
  color: #800080;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#ffffff, .cp_font-color-\#ffffff * {
  color: #ffffff;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#f5f5f5, .cp_font-color-\#f5f5f5 * {
  color: #f5f5f5;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#dcdcdc, .cp_font-color-\#dcdcdc * {
  color: #dcdcdc;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#d3d3d3, .cp_font-color-\#d3d3d3 * {
  color: #d3d3d3;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#c0c0c0, .cp_font-color-\#c0c0c0 * {
  color: #c0c0c0;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#a9a9a9, .cp_font-color-\#a9a9a9 * {
  color: #a9a9a9;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#808080, .cp_font-color-\#808080 * {
  color: #808080;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#696969, .cp_font-color-\#696969 * {
  color: #696969;
}

/* line 31, ../sass/cpstyles.scss */
.cp_font-color-\#000000, .cp_font-color-\#000000 * {
  color: #000000;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-8, .cp_font-size-8 * {
  font-size: 8px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-9, .cp_font-size-9 * {
  font-size: 9px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-10, .cp_font-size-10 * {
  font-size: 10px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-11, .cp_font-size-11 * {
  font-size: 11px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-12, .cp_font-size-12 * {
  font-size: 12px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-13, .cp_font-size-13 * {
  font-size: 13px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-14, .cp_font-size-14 * {
  font-size: 14px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-15, .cp_font-size-15 * {
  font-size: 15px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-16, .cp_font-size-16 * {
  font-size: 16px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-18, .cp_font-size-18 * {
  font-size: 18px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-20, .cp_font-size-20 * {
  font-size: 20px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-22, .cp_font-size-22 * {
  font-size: 22px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-24, .cp_font-size-24 * {
  font-size: 24px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-26, .cp_font-size-26 * {
  font-size: 26px;
}

/* line 42, ../sass/cpstyles.scss */
.cp_font-size-28, .cp_font-size-28 * {
  font-size: 28px;
}

/* line 53, ../sass/cpstyles.scss */
.cp_font-lineheight-1\.0, .cp_font-lineheight-1\.0 * {
  line-height: 1.0;
}

/* line 53, ../sass/cpstyles.scss */
.cp_font-lineheight-0\.8, .cp_font-lineheight-0\.8 * {
  line-height: 0.8;
}

/* line 53, ../sass/cpstyles.scss */
.cp_font-lineheight-1\.5, .cp_font-lineheight-1\.5 * {
  line-height: 1.5;
}

/* line 53, ../sass/cpstyles.scss */
.cp_font-lineheight-2\.0, .cp_font-lineheight-2\.0 * {
  line-height: 2.0;
}

/* line 53, ../sass/cpstyles.scss */
.cp_font-lineheight-3\.0, .cp_font-lineheight-3\.0 * {
  line-height: 3.0;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#da70d6 {
  background-color: #da70d6;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#c71585 {
  background-color: #c71585;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff1493 {
  background-color: #ff1493;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff69b4 {
  background-color: #ff69b4;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fff0f5 {
  background-color: #fff0f5;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#db7093 {
  background-color: #db7093;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#dc143c {
  background-color: #dc143c;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffc0cb {
  background-color: #ffc0cb;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffb6c1 {
  background-color: #ffb6c1;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fffafa {
  background-color: #fffafa;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f08080 {
  background-color: #f08080;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#bc8f8f {
  background-color: #bc8f8f;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#cd5c5c {
  background-color: #cd5c5c;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff0000 {
  background-color: #ff0000;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#b22222 {
  background-color: #b22222;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#a52a2a {
  background-color: #a52a2a;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#8b0000 {
  background-color: #8b0000;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#800000 {
  background-color: #800000;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffe4e1 {
  background-color: #ffe4e1;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fa8072 {
  background-color: #fa8072;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff6347 {
  background-color: #ff6347;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#e9967a {
  background-color: #e9967a;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff7f50 {
  background-color: #ff7f50;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff4500 {
  background-color: #ff4500;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffa07a {
  background-color: #ffa07a;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#a0522d {
  background-color: #a0522d;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fff5ee {
  background-color: #fff5ee;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#d2691e {
  background-color: #d2691e;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#8b4513 {
  background-color: #8b4513;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f4a460 {
  background-color: #f4a460;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffdab9 {
  background-color: #ffdab9;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#cd853f {
  background-color: #cd853f;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#faf0e6 {
  background-color: #faf0e6;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffe4c4 {
  background-color: #ffe4c4;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff8c00 {
  background-color: #ff8c00;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#deb887 {
  background-color: #deb887;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#faebd7 {
  background-color: #faebd7;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#d2b48c {
  background-color: #d2b48c;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffdead {
  background-color: #ffdead;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffebcd {
  background-color: #ffebcd;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffefd5 {
  background-color: #ffefd5;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffe4b5 {
  background-color: #ffe4b5;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffa500 {
  background-color: #ffa500;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f5deb3 {
  background-color: #f5deb3;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fdf5e6 {
  background-color: #fdf5e6;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fffaf0 {
  background-color: #fffaf0;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#b8860b {
  background-color: #b8860b;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#daa520 {
  background-color: #daa520;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fff8dc {
  background-color: #fff8dc;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffd700 {
  background-color: #ffd700;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fffacd {
  background-color: #fffacd;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f0e68c {
  background-color: #f0e68c;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#eee8aa {
  background-color: #eee8aa;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#bdb76b {
  background-color: #bdb76b;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fffff0 {
  background-color: #fffff0;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffffe0 {
  background-color: #ffffe0;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f5f5dc {
  background-color: #f5f5dc;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#fafad2 {
  background-color: #fafad2;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffff00 {
  background-color: #ffff00;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#808000 {
  background-color: #808000;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#6b8e23 {
  background-color: #6b8e23;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#9acd32 {
  background-color: #9acd32;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#556b2f {
  background-color: #556b2f;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#adff2f {
  background-color: #adff2f;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#7fff00 {
  background-color: #7fff00;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#7cfc00 {
  background-color: #7cfc00;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#8fbc8b {
  background-color: #8fbc8b;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f0fff0 {
  background-color: #f0fff0;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#98fb98 {
  background-color: #98fb98;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#90ee90 {
  background-color: #90ee90;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#32cd32 {
  background-color: #32cd32;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#00ff00 {
  background-color: #00ff00;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#228b22 {
  background-color: #228b22;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#008000 {
  background-color: #008000;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#006400 {
  background-color: #006400;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#2e8b57 {
  background-color: #2e8b57;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#3cb371 {
  background-color: #3cb371;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#00ff7f {
  background-color: #00ff7f;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f5fffa {
  background-color: #f5fffa;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#00fa9a {
  background-color: #00fa9a;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#66cdaa {
  background-color: #66cdaa;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#7fffd4 {
  background-color: #7fffd4;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#40e0d0 {
  background-color: #40e0d0;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#20b2aa {
  background-color: #20b2aa;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#48d1cc {
  background-color: #48d1cc;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f0ffff {
  background-color: #f0ffff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#e0ffff {
  background-color: #e0ffff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#afeeee {
  background-color: #afeeee;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#00ffff {
  background-color: #00ffff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#00ffff {
  background-color: #00ffff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#008b8b {
  background-color: #008b8b;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#008080 {
  background-color: #008080;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#2f4f4f {
  background-color: #2f4f4f;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#00ced1 {
  background-color: #00ced1;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#5f9ea0 {
  background-color: #5f9ea0;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#b0e0e6 {
  background-color: #b0e0e6;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#add8e6 {
  background-color: #add8e6;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#00bfff {
  background-color: #00bfff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#87ceeb {
  background-color: #87ceeb;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#87cefa {
  background-color: #87cefa;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#4682b4 {
  background-color: #4682b4;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f0f8ff {
  background-color: #f0f8ff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#1e90ff {
  background-color: #1e90ff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#778899 {
  background-color: #778899;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#708090 {
  background-color: #708090;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#b0c4de {
  background-color: #b0c4de;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#4169e1 {
  background-color: #4169e1;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#151b8d {
  background-color: #151b8d;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f8f8ff {
  background-color: #f8f8ff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#e6e6fa {
  background-color: #e6e6fa;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#0000ff {
  background-color: #0000ff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#0000cd {
  background-color: #0000cd;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#00008b {
  background-color: #00008b;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#191970 {
  background-color: #191970;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#000080 {
  background-color: #000080;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#6a5acd {
  background-color: #6a5acd;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#483d8b {
  background-color: #483d8b;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#7b68ee {
  background-color: #7b68ee;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#9370db {
  background-color: #9370db;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#8a2be2 {
  background-color: #8a2be2;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#4b0082 {
  background-color: #4b0082;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#9932cc {
  background-color: #9932cc;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#9400d3 {
  background-color: #9400d3;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ba55d3 {
  background-color: #ba55d3;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#d8bfd8 {
  background-color: #d8bfd8;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#dda0dd {
  background-color: #dda0dd;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ee82ee {
  background-color: #ee82ee;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff00ff {
  background-color: #ff00ff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ff00ff {
  background-color: #ff00ff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#8b008b {
  background-color: #8b008b;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#800080 {
  background-color: #800080;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#ffffff {
  background-color: #ffffff;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#f5f5f5 {
  background-color: #f5f5f5;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#dcdcdc {
  background-color: #dcdcdc;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#d3d3d3 {
  background-color: #d3d3d3;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#c0c0c0 {
  background-color: #c0c0c0;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#a9a9a9 {
  background-color: #a9a9a9;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#808080 {
  background-color: #808080;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#696969 {
  background-color: #696969;
}

/* line 62, ../sass/cpstyles.scss */
.cp_frame-fill-\#000000 {
  background-color: #000000;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-0 {
  border-width: 0px;
  border-style: solid;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-1 {
  border-width: 1px;
  border-style: solid;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-2 {
  border-width: 2px;
  border-style: solid;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-3 {
  border-width: 3px;
  border-style: solid;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-4 {
  border-width: 4px;
  border-style: solid;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-5 {
  border-width: 5px;
  border-style: solid;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-6 {
  border-width: 6px;
  border-style: solid;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-7 {
  border-width: 7px;
  border-style: solid;
}

/* line 71, ../sass/cpstyles.scss */
.cp_frame-width-8 {
  border-width: 8px;
  border-style: solid;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#da70d6 {
  border-color: #da70d6;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#c71585 {
  border-color: #c71585;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff1493 {
  border-color: #ff1493;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff69b4 {
  border-color: #ff69b4;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fff0f5 {
  border-color: #fff0f5;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#db7093 {
  border-color: #db7093;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#dc143c {
  border-color: #dc143c;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffc0cb {
  border-color: #ffc0cb;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffb6c1 {
  border-color: #ffb6c1;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fffafa {
  border-color: #fffafa;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f08080 {
  border-color: #f08080;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#bc8f8f {
  border-color: #bc8f8f;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#cd5c5c {
  border-color: #cd5c5c;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff0000 {
  border-color: #ff0000;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#b22222 {
  border-color: #b22222;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#a52a2a {
  border-color: #a52a2a;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#8b0000 {
  border-color: #8b0000;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#800000 {
  border-color: #800000;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffe4e1 {
  border-color: #ffe4e1;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fa8072 {
  border-color: #fa8072;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff6347 {
  border-color: #ff6347;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#e9967a {
  border-color: #e9967a;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff7f50 {
  border-color: #ff7f50;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff4500 {
  border-color: #ff4500;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffa07a {
  border-color: #ffa07a;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#a0522d {
  border-color: #a0522d;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fff5ee {
  border-color: #fff5ee;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#d2691e {
  border-color: #d2691e;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#8b4513 {
  border-color: #8b4513;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f4a460 {
  border-color: #f4a460;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffdab9 {
  border-color: #ffdab9;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#cd853f {
  border-color: #cd853f;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#faf0e6 {
  border-color: #faf0e6;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffe4c4 {
  border-color: #ffe4c4;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff8c00 {
  border-color: #ff8c00;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#deb887 {
  border-color: #deb887;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#faebd7 {
  border-color: #faebd7;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#d2b48c {
  border-color: #d2b48c;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffdead {
  border-color: #ffdead;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffebcd {
  border-color: #ffebcd;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffefd5 {
  border-color: #ffefd5;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffe4b5 {
  border-color: #ffe4b5;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffa500 {
  border-color: #ffa500;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f5deb3 {
  border-color: #f5deb3;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fdf5e6 {
  border-color: #fdf5e6;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fffaf0 {
  border-color: #fffaf0;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#b8860b {
  border-color: #b8860b;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#daa520 {
  border-color: #daa520;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fff8dc {
  border-color: #fff8dc;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffd700 {
  border-color: #ffd700;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fffacd {
  border-color: #fffacd;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f0e68c {
  border-color: #f0e68c;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#eee8aa {
  border-color: #eee8aa;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#bdb76b {
  border-color: #bdb76b;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fffff0 {
  border-color: #fffff0;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffffe0 {
  border-color: #ffffe0;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f5f5dc {
  border-color: #f5f5dc;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#fafad2 {
  border-color: #fafad2;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffff00 {
  border-color: #ffff00;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#808000 {
  border-color: #808000;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#6b8e23 {
  border-color: #6b8e23;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#9acd32 {
  border-color: #9acd32;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#556b2f {
  border-color: #556b2f;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#adff2f {
  border-color: #adff2f;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#7fff00 {
  border-color: #7fff00;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#7cfc00 {
  border-color: #7cfc00;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#8fbc8b {
  border-color: #8fbc8b;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f0fff0 {
  border-color: #f0fff0;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#98fb98 {
  border-color: #98fb98;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#90ee90 {
  border-color: #90ee90;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#32cd32 {
  border-color: #32cd32;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#00ff00 {
  border-color: #00ff00;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#228b22 {
  border-color: #228b22;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#008000 {
  border-color: #008000;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#006400 {
  border-color: #006400;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#2e8b57 {
  border-color: #2e8b57;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#3cb371 {
  border-color: #3cb371;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#00ff7f {
  border-color: #00ff7f;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f5fffa {
  border-color: #f5fffa;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#00fa9a {
  border-color: #00fa9a;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#66cdaa {
  border-color: #66cdaa;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#7fffd4 {
  border-color: #7fffd4;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#40e0d0 {
  border-color: #40e0d0;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#20b2aa {
  border-color: #20b2aa;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#48d1cc {
  border-color: #48d1cc;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f0ffff {
  border-color: #f0ffff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#e0ffff {
  border-color: #e0ffff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#afeeee {
  border-color: #afeeee;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#00ffff {
  border-color: #00ffff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#00ffff {
  border-color: #00ffff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#008b8b {
  border-color: #008b8b;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#008080 {
  border-color: #008080;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#2f4f4f {
  border-color: #2f4f4f;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#00ced1 {
  border-color: #00ced1;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#5f9ea0 {
  border-color: #5f9ea0;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#b0e0e6 {
  border-color: #b0e0e6;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#add8e6 {
  border-color: #add8e6;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#00bfff {
  border-color: #00bfff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#87ceeb {
  border-color: #87ceeb;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#87cefa {
  border-color: #87cefa;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#4682b4 {
  border-color: #4682b4;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f0f8ff {
  border-color: #f0f8ff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#1e90ff {
  border-color: #1e90ff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#778899 {
  border-color: #778899;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#708090 {
  border-color: #708090;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#b0c4de {
  border-color: #b0c4de;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#4169e1 {
  border-color: #4169e1;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#151b8d {
  border-color: #151b8d;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f8f8ff {
  border-color: #f8f8ff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#e6e6fa {
  border-color: #e6e6fa;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#0000ff {
  border-color: #0000ff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#0000cd {
  border-color: #0000cd;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#00008b {
  border-color: #00008b;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#191970 {
  border-color: #191970;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#000080 {
  border-color: #000080;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#6a5acd {
  border-color: #6a5acd;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#483d8b {
  border-color: #483d8b;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#7b68ee {
  border-color: #7b68ee;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#9370db {
  border-color: #9370db;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#8a2be2 {
  border-color: #8a2be2;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#4b0082 {
  border-color: #4b0082;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#9932cc {
  border-color: #9932cc;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#9400d3 {
  border-color: #9400d3;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ba55d3 {
  border-color: #ba55d3;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#d8bfd8 {
  border-color: #d8bfd8;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#dda0dd {
  border-color: #dda0dd;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ee82ee {
  border-color: #ee82ee;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff00ff {
  border-color: #ff00ff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ff00ff {
  border-color: #ff00ff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#8b008b {
  border-color: #8b008b;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#800080 {
  border-color: #800080;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#ffffff {
  border-color: #ffffff;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#f5f5f5 {
  border-color: #f5f5f5;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#dcdcdc {
  border-color: #dcdcdc;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#d3d3d3 {
  border-color: #d3d3d3;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#c0c0c0 {
  border-color: #c0c0c0;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#a9a9a9 {
  border-color: #a9a9a9;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#808080 {
  border-color: #808080;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#696969 {
  border-color: #696969;
}

/* line 78, ../sass/cpstyles.scss */
.cp_frame-color-\#000000 {
  border-color: #000000;
}

/* line 89, ../sass/cpstyles.scss */
.cp_frame-style-solid {
  border-style: solid !important;
}

/* line 90, ../sass/cpstyles.scss */
.cp_frame-style-dashed {
  border-style: dashed !important;
}

/* line 91, ../sass/cpstyles.scss */
.cp_frame-style-dotted {
  border-style: dotted !important;
}

/* line 92, ../sass/cpstyles.scss */
.cp_frame-style-double {
  border-style: double !important;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-0 {
  border-radius: 0px;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-2 {
  border-radius: 2px;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-4 {
  border-radius: 4px;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-6 {
  border-radius: 6px;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-8 {
  border-radius: 8px;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-10 {
  border-radius: 10px;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-12 {
  border-radius: 12px;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-14 {
  border-radius: 14px;
}

/* line 98, ../sass/cpstyles.scss */
.cp_frame-corners-16 {
  border-radius: 16px;
}

/* line 105, ../sass/cpstyles.scss */
.cp_margin-0 {
  margin: 0px;
}

/* line 105, ../sass/cpstyles.scss */
.cp_margin-10 {
  margin: 10px;
}

/* line 105, ../sass/cpstyles.scss */
.cp_margin-20 {
  margin: 20px;
}

/* line 105, ../sass/cpstyles.scss */
.cp_margin-30 {
  margin: 30px;
}

/* line 105, ../sass/cpstyles.scss */
.cp_margin-40 {
  margin: 40px;
}

/* line 105, ../sass/cpstyles.scss */
.cp_margin-50 {
  margin: 50px;
}

/* line 112, ../sass/cpstyles.scss */
.cp_padding-0 {
  padding: 0px;
}

/* line 112, ../sass/cpstyles.scss */
.cp_padding-10 {
  padding: 10px;
}

/* line 112, ../sass/cpstyles.scss */
.cp_padding-20 {
  padding: 20px;
}

/* line 112, ../sass/cpstyles.scss */
.cp_padding-30 {
  padding: 30px;
}

/* line 112, ../sass/cpstyles.scss */
.cp_padding-40 {
  padding: 40px;
}

/* line 112, ../sass/cpstyles.scss */
.cp_padding-50 {
  padding: 50px;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-0\% {
  width: 0%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-10\% {
  width: 10%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-20\% {
  width: 20%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-30\% {
  width: 30%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-40\% {
  width: 40%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-50\% {
  width: 50%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-60\% {
  width: 60%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-70\% {
  width: 70%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-80\% {
  width: 80%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-90\% {
  width: 90%;
}

/* line 119, ../sass/cpstyles.scss */
.cp_width-100\% {
  width: 100%;
}

/* line 125, ../sass/cpstyles.scss */
.cp_float-left {
  float: left;
}

/* line 126, ../sass/cpstyles.scss */
.cp_float-right {
  float: right;
}

/* line 131, ../sass/cpstyles.scss */
.cp_nofloat-position-left {
  float: left;
}
/* line 131, ../sass/cpstyles.scss */
.cp_nofloat-position-left:after {
  content: '';
  display: block;
  clear: both;
}

/* line 132, ../sass/cpstyles.scss */
.cp_nofloat-position-right {
  float: right;
}
/* line 132, ../sass/cpstyles.scss */
.cp_nofloat-position-right:after {
  content: '';
  display: block;
  clear: both;
}

/* line 133, ../sass/cpstyles.scss */
.cp_nofloat-position-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 1425, ../sass/app.scss */
.flex-video {
  padding: 0 !important;
  height: auto !important;
}
/* line 1428, ../sass/app.scss */
.flex-video > a {
  position: relative !important;
  display: block !important;
}
/* line 1431, ../sass/app.scss */
.flex-video > a:after {
  background-image: url(/images/youtube/play-dark.svg);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .6;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
}
