<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("//hello.myfonts.net/count/3146fc");
/* line 102, ../sass/foundation/_settings.scss */
.large-centered,
.medium-centered,
.small-centered {
  float: none !important;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 221, ../../node_modules/foundation-sites/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 231, ../../node_modules/foundation-sites/scss/_global.scss */
body {
  margin: 0;
}
.ovh-x{
	overflow-x:hidden;
}

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
/* line 289, ../../node_modules/foundation-sites/scss/_global.scss */
[hidden],
template {
  display: none;
}

.schovat { display:none !important; }
.skryt { display:none; }

.red p { color:#e33101; }
p.red { color:#e33101; }


/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 301, ../../node_modules/foundation-sites/scss/_global.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 310, ../../node_modules/foundation-sites/scss/_global.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 339, ../../node_modules/foundation-sites/scss/_global.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 357, ../../node_modules/foundation-sites/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 366, ../../node_modules/foundation-sites/scss/_global.scss */
small {
  font-size: 80%;
}

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

/* line 382, ../../node_modules/foundation-sites/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 386, ../../node_modules/foundation-sites/scss/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 397, ../../node_modules/foundation-sites/scss/_global.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 405, ../../node_modules/foundation-sites/scss/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 416, ../../node_modules/foundation-sites/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 424, ../../node_modules/foundation-sites/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 433, ../../node_modules/foundation-sites/scss/_global.scss */
pre {
  overflow: auto;
}

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 478, ../../node_modules/foundation-sites/scss/_global.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 489, ../../node_modules/foundation-sites/scss/_global.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 502, ../../node_modules/foundation-sites/scss/_global.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 514, ../../node_modules/foundation-sites/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 523, ../../node_modules/foundation-sites/scss/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the &lt;fieldset&gt; element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 600, ../../node_modules/foundation-sites/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 609, ../../node_modules/foundation-sites/scss/_global.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 629, ../../node_modules/foundation-sites/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 634, ../../node_modules/foundation-sites/scss/_global.scss */
td,
th {
  padding: 0;
}

/* line 120, ../../node_modules/foundation-sites/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&amp;medium=47.9375em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em";
}

/* line 124, ../../node_modules/foundation-sites/scss/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

/* line 130, ../../node_modules/foundation-sites/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 137, ../../node_modules/foundation-sites/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 152, ../../node_modules/foundation-sites/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 164, ../../node_modules/foundation-sites/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 171, ../../node_modules/foundation-sites/scss/_global.scss */
select {
  width: 100%;
  border-radius: 0;
}

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

/* line 189, ../../node_modules/foundation-sites/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, ../../node_modules/foundation-sites/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 205, ../../node_modules/foundation-sites/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 26, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.row.padding-top {
  padding-top:40px;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.row::after {
  clear: both;
}
/* line 31, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.row.collapse &gt; .column, .row.collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 37, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  max-width: none;
}
@media screen and (min-width: 47.9375em) {
  /* line 37, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
/* line 40, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
/* line 47, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}
/* line 50, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 58, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 47.9375em) {
  /* line 58, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* line 82, ../../node_modules/foundation-sites/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
/* line 46, ../../node_modules/foundation-sites/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 70, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}
/* line 74, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  width: 100%;
  float: left;
}
/* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
  clear: both;
}
/* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
  float: left;
}

/* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  width: 50%;
  float: left;
}
/* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
  clear: both;
}
/* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
  float: left;
}

/* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  width: 33.33333%;
  float: left;
}
/* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
  clear: both;
}
/* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
  float: left;
}

/* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  width: 25%;
  float: left;
}
/* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
  clear: both;
}
/* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
  float: left;
}

/* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  width: 20%;
  float: left;
}
/* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
  clear: both;
}
/* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
  float: left;
}

/* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  width: 16.66667%;
  float: left;
}
/* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
  clear: both;
}
/* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
  float: left;
}

/* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  width: 14.28571%;
  float: left;
}
/* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
  clear: both;
}
/* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
  float: left;
}

/* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  width: 12.5%;
  float: left;
}
/* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
  clear: both;
}
/* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
  float: left;
}

/* line 117, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 119, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 128, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 132, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 137, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}





@media screen and (max-width: 1080px) {
	.large-3c {
		width: 320px;
	}
}

@media screen and (max-width: 980px) {
	.large-3c {
		width: 100%;
	}
}


.links-container.large-3c {width: 290px;}
@media (max-width: 980px) {
  .links-container.large-3c {width: 100%;}
}

	
@media screen and (min-width: 47.9375em) {
  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
    float: left;
  }

  /* line 117, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 128, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 132, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 137, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }
  
  .large-3b {
    width: 130px;
  }
  
  .large-3c {
    width: 320px;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }
  
  .large-6b {
    width: 57%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 91, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }

  /* line 103, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
    float: left;
  }

  /* line 17, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
    float: left;
  }

  /* line 117, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 128, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 132, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 137, ../../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* line 232, ../../node_modules/foundation-sites/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 256, ../../node_modules/foundation-sites/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 264, ../../node_modules/foundation-sites/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, ../../node_modules/foundation-sites/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 278, ../../node_modules/foundation-sites/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, ../../node_modules/foundation-sites/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 299, ../../node_modules/foundation-sites/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

/* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
h1 {
  font-size: 1.5rem;
}

/* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
h2 {
  font-size: 1.25rem;
}

/* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
h3 {
  font-size: 1.1875rem;
}

/* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem;
}

/* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
h5 {
  font-size: 1.0625rem;
}

/* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
h6 {
  font-size: 1rem;
}

@media screen and (min-width: 47.9375em) {
  /* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }

  /* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
  h2 {
    font-size: 2.5rem;
  }

  /* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }

  /* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }

  /* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
  h5 {
    font-size: 1.25rem;
  }

  /* line 309, ../../node_modules/foundation-sites/scss/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 317, ../../node_modules/foundation-sites/scss/typography/_base.scss */
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
/* line 323, ../../node_modules/foundation-sites/scss/typography/_base.scss */
a:hover, a:focus {
  color: #1585cf;
}


a.grey {
  color: rgba(0, 0, 0, 0.3);
}
/* line 323, ../../node_modules/foundation-sites/scss/typography/_base.scss */
a.grey:hover, a.grey:focus {
  color: rgba(0, 0, 0, 0.5);
}

a.underline {
  text-decoration:underline;
}
a.underline-h:hover {
  text-decoration:underline;
}

/* line 331, ../../node_modules/foundation-sites/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, ../../node_modules/foundation-sites/scss/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

/* line 349, ../../node_modules/foundation-sites/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

/* line 358, ../../node_modules/foundation-sites/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, ../../node_modules/foundation-sites/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

/* line 369, ../../node_modules/foundation-sites/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, ../../node_modules/foundation-sites/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}


.txt-content li {
  font-size: 1.125rem; font-family:"loraregular"; color: rgba(0, 0, 0, 0.5)
}
.txt-content h3{
	padding:2.1rem 0 1.8rem 0; margin:0; font-size:1.5rem;
}
@media screen and (min-width: 767px) {
	.txt-content h3{
		font-size:2rem;
	}
}


/* line 382, ../../node_modules/foundation-sites/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}
/* line 385, ../../node_modules/foundation-sites/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 392, ../../node_modules/foundation-sites/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
/* line 397, ../../node_modules/foundation-sites/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 404, ../../node_modules/foundation-sites/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
/* line 409, ../../node_modules/foundation-sites/scss/typography/_base.scss */
cite:before {
  content: '\2014 \0020';
}

/* line 415, ../../node_modules/foundation-sites/scss/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, ../../node_modules/foundation-sites/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 432, ../../node_modules/foundation-sites/scss/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* line 48, ../../node_modules/foundation-sites/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 57, ../../node_modules/foundation-sites/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 63, ../../node_modules/foundation-sites/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
/* line 67, ../../node_modules/foundation-sites/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, ../../node_modules/foundation-sites/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 47.9375em) {
  /* line 10, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }

  /* line 10, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }

  /* line 10, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }

  /* line 10, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  /* line 10, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }

  /* line 10, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }

  /* line 10, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }

  /* line 10, ../../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}
/* line 13, ../../node_modules/foundation-sites/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 16, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 26, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }

  /* line 27, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 29, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 30, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 31, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 32, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 33, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 34, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 37, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 39, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 42, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 47, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 50, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  /* line 57, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 62, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 66, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 74, ../../node_modules/foundation-sites/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 192, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fefefe;
}
/* line 197, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}
/* line 197, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}
/* line 197, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}
/* line 202, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 207, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}
/* line 207, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.secondary {
  background-color: #777;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
/* line 207, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.success {
  background-color: #3adb76;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
/* line 207, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
/* line 207, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}
/* line 224, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
/* line 120, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
/* line 132, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
/* line 229, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
/* line 132, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
/* line 229, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
/* line 132, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
/* line 229, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
/* line 132, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
/* line 229, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
/* line 132, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
/* line 229, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
/* line 132, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
/* line 237, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 153, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
/* line 254, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

/* line 106, ../../node_modules/foundation-sites/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  /*display: block;*/
  box-sizing: border-box;
  /*width: 100%;*/
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  /*margin: 0 0 1rem;*/
  font-family: inherit;
  /*font-family: "loraregular", "arial", "sans";*/
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
 /*box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
  /*border-radius: 0;*/
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 92, ../../node_modules/foundation-sites/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 114, ../../node_modules/foundation-sites/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 117, ../../node_modules/foundation-sites/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 125, ../../node_modules/foundation-sites/scss/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
/* line 130, ../../node_modules/foundation-sites/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 138, ../../node_modules/foundation-sites/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 147, ../../node_modules/foundation-sites/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, ../../node_modules/foundation-sites/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../node_modules/foundation-sites/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* line 25, ../../node_modules/foundation-sites/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 31, ../../node_modules/foundation-sites/scss/forms/_checkbox.scss */
label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem;
}

/* line 37, ../../node_modules/foundation-sites/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 41, ../../node_modules/foundation-sites/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
/* line 44, ../../node_modules/foundation-sites/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../node_modules/foundation-sites/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
/* line 36, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group &gt; :first-child {
  border-radius: 0 0 0 0;
}
/* line 41, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group &gt; :last-child &gt; * {
  border-radius: 0 0 0 0;
}

/* line 47, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

/* line 56, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
/* line 76, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}
/* line 80, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 86, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 101, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
/* line 115, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 124, ../../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, ../../node_modules/foundation-sites/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, ../../node_modules/foundation-sites/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

/* line 51, ../../node_modules/foundation-sites/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 30, ../../node_modules/foundation-sites/scss/forms/_fieldset.scss */
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* line 63, ../../node_modules/foundation-sites/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"&gt;&lt;polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"&gt;&lt;/polygon&gt;&lt;/svg&gt;');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0\0) {
  /* line 63, ../../node_modules/foundation-sites/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
/* line 46, ../../node_modules/foundation-sites/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
/* line 52, ../../node_modules/foundation-sites/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 56, ../../node_modules/foundation-sites/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../node_modules/foundation-sites/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

/* line 71, ../../node_modules/foundation-sites/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840;
}

/* line 77, ../../node_modules/foundation-sites/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
/* line 80, ../../node_modules/foundation-sites/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 94, ../../node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

/* line 102, ../../node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
/* line 65, ../../node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
/* line 71, ../../node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
/* line 79, ../../node_modules/foundation-sites/scss/components/_accordion.scss */
.is-active &gt; .accordion-title::before {
  content: 'ÔÇô';
}

/* line 106, ../../node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}

/* line 15, ../../node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent &gt; a {
  position: relative;
}
/* line 18, ../../node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

/* line 27, ../../node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] &gt; a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

/* line 40, ../../node_modules/foundation-sites/scss/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_badge.scss */
.badge.secondary {
  background: #777;
  color: #fefefe;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_badge.scss */
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_badge.scss */
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 87, ../../node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
/* line 62, ../../node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
/* line 77, ../../node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #2199e8;
}
/* line 80, ../../node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* line 90, ../../node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 145, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}
/* line 42, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  font-size: 0.9rem;
}
/* line 50, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group .button:not(:last-child) {
  margin-right: 1px;
}
/* line 150, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}
/* line 150, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}
/* line 150, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}
/* line 156, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}
/* line 65, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
/* line 79, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: 50%;
  margin-right: 1px;
}
/* line 79, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: 33.33333%;
  margin-right: 1px;
}
/* line 79, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: 25%;
  margin-right: 1px;
}
/* line 79, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: 20%;
  margin-right: 1px;
}
/* line 79, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: 16.66667%;
  margin-right: 1px;
}
/* line 161, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}
/* line 161, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
/* line 161, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
/* line 161, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
/* line 161, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
/* line 112, ../../node_modules/foundation-sites/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}
/* line 103, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
  border-right: 1px solid transparent;
}
/* line 113, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
  border-bottom: 1px solid #fefefe;
}
@media screen and (min-width: 47.9375em) {
  /* line 130, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
  }
  /* line 138, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px;
  }
}
@media screen and (min-width: 64em) {
  /* line 130, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
  }
  /* line 138, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px;
  }
}
@media screen and (max-width: 47.875em) {
  /* line 192, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 196, ../../node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 88, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}
/* line 55, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout &gt; :first-child {
  margin-top: 0;
}
/* line 59, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout &gt; :last-child {
  margin-bottom: 0;
}
/* line 92, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout.primary {
  background-color: #def0fc;
}
/* line 92, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout.secondary {
  background-color: #ebebeb;
}
/* line 92, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout.success {
  background-color: #e1faea;
}
/* line 92, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
}
/* line 92, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout.alert {
  background-color: #fce6e2;
}
/* line 97, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
/* line 101, ../../node_modules/foundation-sites/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 58, ../../node_modules/foundation-sites/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
/* line 51, ../../node_modules/foundation-sites/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 225, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}
/* line 46, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu &gt; li {
  display: table-cell;
  vertical-align: middle;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu &gt; li {
  outline: 0;
}
/* line 59, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu &gt; li &gt; a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
/* line 66, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
/* line 161, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu &gt; li &gt; a img,
.menu &gt; li &gt; a i {
  vertical-align: middle;
}
/* line 166, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu &gt; li &gt; a i + span,
.menu &gt; li &gt; a img + span {
  vertical-align: middle;
}
/* line 180, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu &gt; li &gt; a img,
.menu &gt; li &gt; a i {
  margin-right: 0.25rem;
  display: inline-block;
}
/* line 100, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu &gt; li {
  display: table-cell;
}
/* line 120, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.vertical &gt; li {
  display: block;
}
@media screen and (min-width: 47.9375em) {
  /* line 100, ../../node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.medium-horizontal &gt; li {
    display: table-cell;
  }
  /* line 120, ../../node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.medium-vertical &gt; li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  /* line 100, ../../node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.large-horizontal &gt; li {
    display: table-cell;
  }
  /* line 120, ../../node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.large-vertical &gt; li {
    display: block;
  }
}
/* line 132, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
/* line 138, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}
/* line 263, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-right &gt; li {
  float: right;
}
/* line 270, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
/* line 273, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.expanded &gt; li:first-child:last-child {
  width: 100%;
}
/* line 191, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-top &gt; li &gt; a {
  text-align: center;
}
/* line 199, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-top &gt; li &gt; a img,
.menu.icon-top &gt; li &gt; a i {
  display: block;
  margin: 0 auto 0.25rem;
}
/* line 284, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}
/* line 289, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu .active &gt; a {
  color: #fefefe;
  background: #2199e8;
}

/* line 295, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

/* line 300, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu-centered {
  text-align: center;
}
/* line 303, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.menu-centered &gt; .menu {
  display: inline-block;
}

/* line 309, ../../node_modules/foundation-sites/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../node_modules/foundation-sites/scss/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
/* line 105, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, ../../node_modules/foundation-sites/scss/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
/* line 105, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 27, ../../node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}
/* line 31, ../../node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block !important;
}

/* line 37, ../../node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
/* line 47, ../../node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
/* line 53, ../../node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 59, ../../node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent &gt; a {
  position: relative;
}
/* line 62, ../../node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 71, ../../node_modules/foundation-sites/scss/components/_drilldown.scss */
.js-drilldown-back &gt; a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 56, ../../node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
/* line 50, ../../node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 61, ../../node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 61, ../../node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 61, ../../node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 52, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
/* line 60, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
/* line 68, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  padding-right: 1.5rem;
  position: relative;
}
/* line 73, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
/* line 118, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}
/* line 82, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0;
}
/* line 87, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical &gt; li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
/* line 94, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical &gt; li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
/* line 35, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px;
  margin-top: -3px;
}
/* line 40, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
/* line 44, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 47.9375em) {
  /* line 52, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical &gt; li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical &gt; li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  /* line 52, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical &gt; li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical &gt; li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
/* line 141, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

/* line 149, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}
/* line 152, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 157, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}
/* line 160, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
/* line 167, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}
/* line 171, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

/* line 177, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
/* line 35, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
  right: 14px;
  margin-top: -3px;
}
/* line 40, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
/* line 44, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
/* line 194, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
/* line 199, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu &gt; li {
  width: 100%;
}
/* line 205, ../../node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu:not(.js-dropdown-nohover) &gt; .is-dropdown-submenu-parent:hover &gt; .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 52, ../../node_modules/foundation-sites/scss/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 39, ../../node_modules/foundation-sites/scss/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%;
}
/* line 55, ../../node_modules/foundation-sites/scss/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
/* line 59, ../../node_modules/foundation-sites/scss/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 41, ../../node_modules/foundation-sites/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}
/* line 49, ../../node_modules/foundation-sites/scss/components/_label.scss */
.label.secondary {
  background: #777;
  color: #fefefe;
}
/* line 49, ../../node_modules/foundation-sites/scss/components/_label.scss */
.label.success {
  background: #3adb76;
  color: #fefefe;
}
/* line 49, ../../node_modules/foundation-sites/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #fefefe;
}
/* line 49, ../../node_modules/foundation-sites/scss/components/_label.scss */
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 70, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block;
}
/* line 73, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}
@media screen and (max-width: 47.875em) {
  /* line 83, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  /* line 64, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 90, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}
/* line 42, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}
/* line 46, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
/* line 100, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}
/* line 104, ../../node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 46, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
html,
body {
  height: 100%;
}

/* line 51, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

/* line 59, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after {
  clear: both;
}

/* line 67, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 82, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

/* line 156, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
/* line 159, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
/* line 124, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.is-open-left {
  transform: translateX(250px);
}
/* line 160, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
/* line 124, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 47.9375em) {
  /* line 167, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 171, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  /* line 167, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 171, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, ../../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
/* line 152, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 156, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

/* line 160, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%;
}
/* line 72, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 164, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 168, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* line 172, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 176, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}
/* line 108, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 180, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 185, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 190, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}
/* line 134, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}
/* line 141, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
/* line 145, ../../node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 131, ../../node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}
/* line 68, ../../node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: inline-block;
}
/* line 91, ../../node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
/* line 98, ../../node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: transparent;
}
/* line 134, ../../node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: transparent;
  color: black;
  cursor: default;
}
/* line 138, ../../node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
/* line 118, ../../node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}
/* line 142, ../../node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

/* line 43, ../../node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #2199e8;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #777;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #3adb76;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}
/* line 48, ../../node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #ec5840;
}

/* line 56, ../../node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

/* line 61, ../../node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 102, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

/* line 107, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
/* line 43, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 112, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}
/* line 63, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #1583cc;
}
/* line 67, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 117, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 123, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
/* line 84, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
/* line 90, ../../node_modules/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/* line 6, ../../node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 16, ../../node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
/* line 20, ../../node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}
/* line 24, ../../node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 29, ../../node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
/* line 34, ../../node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 113, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 118, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 123, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media screen and (min-width: 47.9375em) {
  /* line 123, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}
/* line 70, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}
/* line 76, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal &gt; :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 47.9375em) {
  /* line 123, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 47.9375em) {
  /* line 135, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
/* line 143, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 47.9375em) {
  /* line 148, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 47.9375em) {
  /* line 149, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 47.9375em) {
  /* line 150, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
/* line 153, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 47.875em) {
  /* line 123, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
/* line 161, ../../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 189, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

/* line 194, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch-input {
  opacity: 0;
  position: absolute;
}

/* line 199, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}
/* line 96, ../../node_modules/foundation-sites/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}
/* line 101, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}
/* line 116, ../../node_modules/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #2199e8;
}
/* line 119, ../../node_modules/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
/* line 169, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 204, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 209, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}
/* line 141, ../../node_modules/foundation-sites/scss/components/_switch.scss */
input:checked + label &gt; .switch-active {
  display: block;
}

/* line 215, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}
/* line 150, ../../node_modules/foundation-sites/scss/components/_switch.scss */
input:checked + label &gt; .switch-inactive {
  display: none;
}

/* line 171, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
/* line 177, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
/* line 182, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 171, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
/* line 177, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
/* line 182, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 171, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
/* line 177, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
/* line 182, ../../node_modules/foundation-sites/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 209, ../../node_modules/foundation-sites/scss/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
/* line 64, ../../node_modules/foundation-sites/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 72, ../../node_modules/foundation-sites/scss/components/_table.scss */
caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 78, ../../node_modules/foundation-sites/scss/components/_table.scss */
thead,
tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}
/* line 84, ../../node_modules/foundation-sites/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}
/* line 89, ../../node_modules/foundation-sites/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 102, ../../node_modules/foundation-sites/scss/components/_table.scss */
tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* line 115, ../../node_modules/foundation-sites/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  /* line 188, ../../node_modules/foundation-sites/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 193, ../../node_modules/foundation-sites/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 197, ../../node_modules/foundation-sites/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 203, ../../node_modules/foundation-sites/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 219, ../../node_modules/foundation-sites/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 153, ../../node_modules/foundation-sites/scss/components/_table.scss */
table.hover tr:hover {
  background-color: #f9f9f9;
}
/* line 159, ../../node_modules/foundation-sites/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 227, ../../node_modules/foundation-sites/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}
/* line 230, ../../node_modules/foundation-sites/scss/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 116, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 63, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.vertical &gt; li {
  width: auto;
  float: none;
  display: block;
}

/* line 127, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.simple &gt; li &gt; a {
  padding: 0;
}
/* line 130, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.simple &gt; li &gt; a:hover {
  background: transparent;
}

/* line 137, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.primary {
  background: #2199e8;
}
/* line 140, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.primary &gt; li &gt; a {
  color: #fefefe;
}
/* line 143, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
  background: #1893e4;
}

/* line 150, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}
/* line 74, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-title &gt; a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}
/* line 80, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-title &gt; a:hover {
  background: #fefefe;
}
/* line 84, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
  background: #e6e6e6;
}

/* line 154, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

/* line 158, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 162, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}
/* line 110, ../../node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 51, ../../node_modules/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
/* line 44, ../../node_modules/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

/* line 38, ../../node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}
/* line 52, ../../node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

/* line 70, ../../node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 74, ../../node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 80, ../../node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

/* line 86, ../../node_modules/foundation-sites/scss/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
/* line 105, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 97, ../../node_modules/foundation-sites/scss/components/_tooltip.scss */
.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

/* line 101, ../../node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}
/* line 64, ../../node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* line 72, ../../node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
/* line 78, ../../node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
/* line 86, ../../node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* line 119, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}
/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}
/* line 47, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: white;
}
/* line 60, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
/* line 66, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
/* line 72, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}
/* line 91, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 47.9375em) {
  /* line 110, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 91, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  /* line 91, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

/* line 154, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

/* line 160, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 164, ../../node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

/* line 62, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.875em) {
  /* line 82, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 47.9375em) {
  /* line 86, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 47.9375em) {
  /* line 73, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.875em) {
  /* line 77, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
  /* line 82, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.875em), screen and (min-width: 64em) {
  /* line 86, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 73, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 93, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 100, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 107, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  /* line 107, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 107, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 120, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  /* line 120, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 120, ../../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../node_modules/foundation-sites/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../node_modules/foundation-sites/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../node_modules/foundation-sites/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 148, ../../node_modules/foundation-sites/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../node_modules/motion-ui/src/util/_transition.scss */
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, ../../node_modules/motion-ui/src/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, ../../node_modules/motion-ui/src/_classes.scss */
.slow {
  transition-duration: 750ms !important;
}

/* line 56, ../../node_modules/motion-ui/src/_classes.scss */
.fast {
  transition-duration: 250ms !important;
}

/* line 62, ../../node_modules/motion-ui/src/_classes.scss */
.linear {
  transition-timing-function: linear !important;
}

/* line 62, ../../node_modules/motion-ui/src/_classes.scss */
.ease {
  transition-timing-function: ease !important;
}

/* line 62, ../../node_modules/motion-ui/src/_classes.scss */
.ease-in {
  transition-timing-function: ease-in !important;
}

/* line 62, ../../node_modules/motion-ui/src/_classes.scss */
.ease-out {
  transition-timing-function: ease-out !important;
}

/* line 62, ../../node_modules/motion-ui/src/_classes.scss */
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

/* line 62, ../../node_modules/motion-ui/src/_classes.scss */
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, ../../node_modules/motion-ui/src/_classes.scss */
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, ../../node_modules/motion-ui/src/_classes.scss */
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, ../../node_modules/motion-ui/src/_classes.scss */
.short-delay {
  transition-delay: 300ms !important;
}

/* line 68, ../../node_modules/motion-ui/src/_classes.scss */
.long-delay {
  transition-delay: 700ms !important;
}

/* line 76, ../../node_modules/motion-ui/src/_classes.scss */
.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
/* line 77, ../../node_modules/motion-ui/src/_classes.scss */
.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
/* line 78, ../../node_modules/motion-ui/src/_classes.scss */
.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
/* line 79, ../../node_modules/motion-ui/src/_classes.scss */
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
/* line 81, ../../node_modules/motion-ui/src/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

/* line 90, ../../node_modules/motion-ui/src/_classes.scss */
.infinite {
  animation-iteration-count: infinite;
}

/* line 94, ../../node_modules/motion-ui/src/_classes.scss */
.slow {
  animation-duration: 750ms !important;
}

/* line 94, ../../node_modules/motion-ui/src/_classes.scss */
.fast {
  animation-duration: 250ms !important;
}

/* line 100, ../../node_modules/motion-ui/src/_classes.scss */
.linear {
  animation-timing-function: linear !important;
}

/* line 100, ../../node_modules/motion-ui/src/_classes.scss */
.ease {
  animation-timing-function: ease !important;
}

/* line 100, ../../node_modules/motion-ui/src/_classes.scss */
.ease-in {
  animation-timing-function: ease-in !important;
}

/* line 100, ../../node_modules/motion-ui/src/_classes.scss */
.ease-out {
  animation-timing-function: ease-out !important;
}

/* line 100, ../../node_modules/motion-ui/src/_classes.scss */
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

/* line 100, ../../node_modules/motion-ui/src/_classes.scss */
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, ../../node_modules/motion-ui/src/_classes.scss */
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, ../../node_modules/motion-ui/src/_classes.scss */
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, ../../node_modules/motion-ui/src/_classes.scss */
.short-delay {
  animation-delay: 300ms !important;
}

/* line 106, ../../node_modules/motion-ui/src/_classes.scss */
.long-delay {
  animation-delay: 700ms !important;
}

/* line 58, ../sass/_settings.scss */
.grey-bg {
  background-color: #e5e5e5;
}

/* line 62, ../sass/_settings.scss */
.lightgrey-bg {
  background-color: #f4f5f9;
}

/* line 66, ../sass/_settings.scss */
.red-bg {
  background-color: #f0450d;
}

/* line 70, ../sass/_settings.scss */
.lightred-bg {
  background-color: #f05c2c;
}

/* line 74, ../sass/_settings.scss */
.lightyellow-bg {
  background-color: #ffee7d;
}

/* line 78, ../sass/_settings.scss */
.lightblue-bg {
  background-color: #a7ebec;
}

@font-face {
  font-family: 'CoreSansC-75ExtraBold';
  src: url("../fonts/3146FC_0_0.eot");
  src: url("../fonts/3146FC_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3146FC_0_0.woff2") format("woff2"), url("../fonts/3146FC_0_0.woff") format("woff"), url("../fonts/3146FC_0_0.ttf") format("truetype"), url("../fonts/3146FC_0_0.svg#wf") format("svg");
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.otf") format("opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.otf") format("opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.otf") format("opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.otf") format("opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url("../fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaT-Thin.otf") format("opentype"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype"), url("../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lorabold';
  src: url("../fonts/lora-bold-webfont.woff2") format("woff2"), url("../fonts/lora-bold-webfont.woff") format("woff"), url("../fonts/lora-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lorabold_italic';
  src: url("../fonts/lora-bolditalic-webfont.woff2") format("woff2"), url("../fonts/lora-bolditalic-webfont.woff") format("woff"), url("../fonts/lora-bolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'loraitalic';
  src: url("../fonts/lora-italic-webfont.woff2") format("woff2"), url("../fonts/lora-italic-webfont.woff") format("woff"), url("../fonts/lora-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'loraregular';
  src: url("../fonts/lora-regular-webfont.woff2") format("woff2"), url("../fonts/lora-regular-webfont.woff") format("woff"), url("../fonts/lora-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'spc';
  src: url("../fonts/spc.eot?67040077");
  src: url("../fonts/spc.eot?67040077#iefix") format("embedded-opentype"), url("../fonts/spc.woff2?67040077") format("woff2"), url("../fonts/spc.woff?67040077") format("woff"), url("../fonts/spc.ttf?67040077") format("truetype"), url("../fonts/spc.svg?67040077#spc") 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: 'spc';
    src: url('../font/spc.svg?67040077#spc') format('svg');
  }
}
*/
/* line 234, ../sass/_settings.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "spc";
  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%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 269, ../sass/_settings.scss */
.icon-spc_facebook:before {
  content: '\e800';
}

/* 'ţáÇ' */
/* line 270, ../sass/_settings.scss */
.icon-spc_twitter:before {
  content: '\e801';
}

/* 'ţáü' */
/* line 271, ../sass/_settings.scss */
.icon-spc_cross:before {
  content: '\e802';
}

/* 'ţáé' */
/* line 272, ../sass/_settings.scss */
.icon-spc_check:before {
  content: '\e803';
}

/* 'ţáâ' */
/* line 273, ../sass/_settings.scss */
.icon-spc_googleplus:before {
  content: '\e804';
}

/* 'ţáä' */
/* line 274, ../sass/_settings.scss */
.icon-spc_cross_small:before {
  content: '\e805';
}

/* 'ţáů' */
/* line 275, ../sass/_settings.scss */
.icon-spc_check_small:before {
  content: '\e806';
}

/* 'ţáć' */
/* line 276, ../sass/_settings.scss */
.icon-spc_arrow:before {
  content: '\e807';
}

/* 'ţáç' */
/* line 277, ../sass/_settings.scss */
.icon-spc_lock:before {
  content: '\e808';
}

/* 'ţáł' */
/* line 278, ../sass/_settings.scss */
.icon-spc_send:before {
  content: '\e809';
}

/* 'ţáë' */
/* line 279, ../sass/_settings.scss */
.icon-spc_help:before {
  content: '\e80a';
}

/* 'ţáŐ' */
/* line 280, ../sass/_settings.scss */
.icon-spc_redactor:before {
  content: '\e80b';
}

/* 'ţáő' */
/* line 281, ../sass/_settings.scss */
.icon-spc_home:before {
  content: '\e80c';
}

/* 'ţáî' */
/* line 282, ../sass/_settings.scss */
.icon-spc_pdf:before {
  content: '\e80d';
}

/* 'ţáŹ' */
/* line 283, ../sass/_settings.scss */
.icon-spc_calendar:before {
  content: '\e80e';
}

/* 'ţáÄ' */
/* line 284, ../sass/_settings.scss */
.icon-spc_chat:before {
  content: '\e80f';
}

/* 'ţáĆ' */
/* line 285, ../sass/_settings.scss */
.icon-spc_trash:before {
  content: '\e810';
}

/* 'ţáÉ' */
/* line 286, ../sass/_settings.scss */
.icon-spc_pencil:before {
  content: '\e811';
}

/* 'ţáĹ' */
/* line 287, ../sass/_settings.scss */
.icon-spc_news:before {
  content: '\e812';
}

/* 'ţáĺ' */
/* line 288, ../sass/_settings.scss */
.icon-spc_warning:before {
  content: '\e813';
}

/* 'ţáô' */
/* line 289, ../sass/_settings.scss */
.icon-spc_setting:before {
  content: '\e814';
}

/* 'ţáö' */
/* line 290, ../sass/_settings.scss */
.icon-spc_arrow_select:before {
  content: '\e815';
}

/* 'ţáĽ' */
/* line 291, ../sass/_settings.scss */
.icon-spc_checkbox:before {
  content: '\e816';
}

/* 'ţáľ' */
/* line 292, ../sass/_settings.scss */
.icon-spc_plus:before {
  content: '\e817';
}

/* 'ţáŚ' */
/* line 293, ../sass/_settings.scss */
.icon-spc_plus_2:before {
  content: '\e818';
}

/* 'ţáś' */
/* line 294, ../sass/_settings.scss */
.icon-spc_plus_3:before {
  content: '\e819';
}

/* 'ţáÖ' */
/* line 295, ../sass/_settings.scss */
.icon-spc_heart:before {
  content: '\e81a';
}

/* 'ţáÜ' */
/* line 296, ../sass/_settings.scss */
.icon-spc_search:before {
  content: '\e81b';
}

/* 'ţáŤ' */
/* line 297, ../sass/_settings.scss */
.icon-spc_arrow_big:before {
  content: '\e81c';
}

/* 'ţáť' */
/* line 1, ../sass/_typography.scss */
h1 {
  font-family: "CoreSansC-75ExtraBold", "Arial";
  color: white;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../sass/_typography.scss */
h2 {
  font-family: "CoreSansC-75ExtraBold", "Arial";
  color: black;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 40px;
}
/* line 23, ../sass/_typography.scss */
h2.serif {
  font-family: "lorabold", "arial", "sans";
  font-size: 3.75rem;
  line-height: 1.33333;
  letter-spacing: 0;
}
/* line 29, ../sass/_typography.scss */
h2.small {
  font-size: 2rem;
  letter-spacing: 0.005em;
}
/* line 34, ../sass/_typography.scss */
h2.xsmall {
  font-size: 1.25rem;
  letter-spacing: 0.005em;
  margin-bottom: 15px;
}
/* line 40, ../sass/_typography.scss */
h2.dash-after:after {
  content: "";
  height: 1px;
  background-color: black;
  width: 70px;
  position: relative;
  display: block;
  margin-top: 15px;
}

/* line 54, ../sass/_typography.scss */
h3 {
  font-family: "CoreSansC-75ExtraBold", "Arial";
  color: black;
  font-size: 2.8125rem;
  line-height: 1;
  letter-spacing: 0.005em;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 40px;
}
/* line 65, ../sass/_typography.scss */
h3.medium {
  font-size: 1.75rem;
  margin-bottom: 15px;
}
/* line 70, ../sass/_typography.scss */
h3.serif {
  font-family: "lorabold", "arial", "sans";
  letter-spacing: 0;
}
/* line 75, ../sass/_typography.scss */
h3.small {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
h3.small2 {
  font-size: 1.25rem;
  margin:0;
  padding:2.3rem 0 1.9rem 0;
  
}
h3.small3 {
  font-size: 1.25rem;
  margin:0;
  padding:2.3rem 0 1.2rem 0;
}
/* line 80, ../sass/_typography.scss */
h3.xsmall {
  font-size: 0.875rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 89, ../sass/_typography.scss */
h3.dash-after-centered:after {
  content: "";
  height: 1px;
  background-color: black;
  width: 60px;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* line 104, ../sass/_typography.scss */
h3.dash-after:after {
  content: "";
  height: 1px;
  background-color: black;
  width: 25px;
  position: relative;
  display: block;
  margin-top: 15px;
}

/* line 116, ../sass/_typography.scss */
h4 {
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.09375;
  font-family: "CoreSansC-75ExtraBold", "Arial";
}
/* line 123, ../sass/_typography.scss */
h4.small {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* line 128, ../sass/_typography.scss */
h4.serif {
  font-family: "lorabold", "arial", "sans";
  letter-spacing: 0;
}
/* line 133, ../sass/_typography.scss */
h4.dash-after {
  margin-bottom: 15px;
}
/* line 135, ../sass/_typography.scss */
h4.dash-after:after {
  content: "";
  height: 1px;
  background-color: black;
  width: 75px;
  position: relative;
  display: block;
  margin-top: 15px;
}

/* line 147, ../sass/_typography.scss */
h5 {
  font-weight: normal;
  font-style: normal;
}

/* line 153, ../sass/_typography.scss */
p {
  font-family: "loraregular", "arial", "sans";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  line-height: 1.44444;
}
/* line 159, ../sass/_typography.scss */
p.large {
  font-size: 1.5rem;
  line-height: 1.25;
}
/* line 164, ../sass/_typography.scss */
p.medium {
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
/* line 170, ../sass/_typography.scss */
p.small {
  font-family: "ProximaNova-Regular", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.625;
}
/* line 176, ../sass/_typography.scss */
p.small strong {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: black;
}
/* line 183, ../sass/_typography.scss */
p.dash-after-centered:after {
  content: "";
  height: 1px;
  background-color: black;
  width: 60px;
  position: relative;
  display: block;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
/* line 197, ../sass/_typography.scss */
p strong {
  font-family: "lorabold", "arial", "sans";
  color: black;
}
/* line 202, ../sass/_typography.scss */
p a {
  color: inherit;
  text-decoration: underline;
}
/* line 205, ../sass/_typography.scss */
p a:hover {
  color: black;
}

/* line 213, ../sass/_typography.scss */
ul.default {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
}
/* line 217, ../sass/_typography.scss */
ul.default li {
  font-size: 1.25rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  font-family: "loraregular", "arial", "sans";
  position: relative;
  padding-left: 70px;
}
/* line 226, ../sass/_typography.scss */
ul.default li:before {
  content: "";
  width: 30px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid black;
  margin-top: 12px;
  position: absolute;
  left: 0;
  top: 0px;
}

/* line 241, ../sass/_typography.scss */
blockquote {
  border-left: 0;
  font-family: "loraregular", "arial", "sans";
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  z-index: 1;
  line-height: 1.625;
}
/* line 251, ../sass/_typography.scss */
blockquote.large {
  font-size: 1.5rem;
  padding-left: 40px;
  padding-right: 30px;
}
/* line 255, ../sass/_typography.scss */
blockquote.large:before {
  font-size: 13.75rem;
}

/* line 261, ../sass/_typography.scss */
.link-clear {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  font-family: "ProximaNova-Regular", sans-serif;
}
/* line 265, ../sass/_typography.scss */
.link-clear:hover {
  color: black;
}

/* line 271, ../sass/_typography.scss */
blockquote:before {
  color: #e1e4ec;
  content: "\201D";
  font-size: 6em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

/* line 284, ../sass/_typography.scss */
address {
  font-family: "ProximaNova-Regular", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.625;
  font-style: normal;
}
/* line 290, ../sass/_typography.scss */
address .name {
  display: block;
}
.school-info {
  font-family: "ProximaNova-Regular", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.625;
  font-style: normal;
  margin-bottom:0rem;
}

/* line 1, ../sass/_gui.scss */
.btn {
  font-family: "CoreSansC-75ExtraBold", "Arial";
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
/* line 6, ../sass/_gui.scss */
.btn:focus {
  outline: none;
}
/* line 10, ../sass/_gui.scss */
.btn.red {
  background-color: #f0450d;
  color: white;
}
/* line 13, ../sass/_gui.scss */
.btn.red:hover {
  background-color: #b52d00;
}
/* line 18, ../sass/_gui.scss */
.btn.grey {
  background-color: #e5e5e5;
  color: #9b9b9b;
}
/* line 21, ../sass/_gui.scss */
.btn.grey:hover {
  background-color: #9b9b9b;
}
/* line 25, ../sass/_gui.scss */
.btn.white {
  background-color: white;
  color: #f0450d;
}
/* line 28, ../sass/_gui.scss */
.btn.white:hover {
  background-color: #f0450d;
  color: white;
}
/* line 33, ../sass/_gui.scss */
.btn.orange {
  background-color: #ffa310;
  color: white;
}
/* line 36, ../sass/_gui.scss */
.btn.orange:hover {
  background-color: #df6e00;
}
.btn.yellow {
  background-color: #f77b00;
  color: white;
}
/* line 36, ../sass/_gui.scss */
.btn.yellow:hover {
  background-color: #d16800;
}

/* line 43, ../sass/_gui.scss */
.btn-container {
  padding: 15px 0;
}

/* line 46, ../sass/_gui.scss */
.btn-centered {
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 150px;
}

/* line 52, ../sass/_gui.scss */
.btn-round-border {
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.625rem;
  font-family: "ProximaNova-Semibold", sans-serif;
  border-radius: 24px;
  padding: 0 15px;
  margin: 5px;
}
/* line 64, ../sass/_gui.scss */
.btn-round-border:hover, .btn-round-border.active, .btn-round-border:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
/* line 69, ../sass/_gui.scss */
.btn-round-border.light {
  border: 1px solid transparent;
}
/* line 71, ../sass/_gui.scss */
.btn-round-border.light:hover, .btn-round-border.light.active, .btn-round-border.light:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  background-color: white;
}

/* line 79, ../sass/_gui.scss */
.btn-round {
  box-sizing: border-box;
  border-radius: 22px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.6875rem;
  padding: 15px 25px;
  display: inline-block;
  min-width: 160px;
  text-align: center;
  line-height: 1.5;
  margin:0;
}
/* line 91, ../sass/_gui.scss */
.btn-round.large {
  padding: 22px 60px;
  border-radius: 30px;
  font-size: 0.8125rem;
}
/* line 96, ../sass/_gui.scss */
.btn-round.small {
  padding: 10px 25px;
  border-radius: 18px;
}

/* line 102, ../sass/_gui.scss */
.btn-circle {
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  font-size: 0.6875rem;
  overflow:hidden;
}
/* line 107, ../sass/_gui.scss */
.btn-circle.medium {
  height: 36px;
  width: 36px;
}

.btn-circle img {
  height:100%; width:auto; max-width:none; position:relative; left:-3px;
}


/* line 113, ../sass/_gui.scss */
.article-tag {
  display: inline-block;
  color: white;
  border-radius: 16px;
  padding: 3px 15px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
  letter-spacing: 0.15em;
}
/* line 123, ../sass/_gui.scss */
.article-tag.news {
  background-color: #f0450d;
}
/* line 126, ../sass/_gui.scss */
.article-tag.opinion {
  background-color: #ff9a17;
}
/* line 129, ../sass/_gui.scss */
.article-tag.culture {
  background-color: #40c4f6;
}
/* line 132, ../sass/_gui.scss */
.article-tag.lifestyle {
  background-color: #d7b4ef;
}
/* line 135, ../sass/_gui.scss */
.article-tag.entertainment {
  background-color: #42cbcc;
}
/* line 138, ../sass/_gui.scss */
.article-tag.calendar {
  background-color: #ffcc00;
}

/* line 144, ../sass/_gui.scss */
.main-icons {
  background-image: url("../img/icons/icon-sprite.png");
  height: 144px;
  width: 144px;
}
/* line 148, ../sass/_gui.scss */
.main-icons.large {
  height: 144px;
  width: 144px;
}
/* line 152, ../sass/_gui.scss */
.main-icons.medium {
  height: 108px;
  width: 108px;
}
/* line 156, ../sass/_gui.scss */
.main-icons.small {
  height: 72px;
  width: 72px;
}
/* line 160, ../sass/_gui.scss */
.main-icons.centered {
  margin-left: auto;
  margin-right: auto;
}
/* line 165, ../sass/_gui.scss */
.main-icons.writing {
  background-position: 0 0;
  height: 108px;
  width: 108px;
}
/* line 170, ../sass/_gui.scss */
.main-icons.reading {
  height: 108px;
  width: 108px;
  background-position: -108px 0;
}
/* line 175, ../sass/_gui.scss */
.main-icons.magazine {
  height: 108px;
  width: 108px;
  background-position: -216px 0;
}
/* line 180, ../sass/_gui.scss */
.main-icons.certificate {
  height: 108px;
  width: 108px;
  background-position: -324px 0;
}
/* line 185, ../sass/_gui.scss */
.main-icons.card {
  height: 108px;
  width: 108px;
  background-position: -432px 0px;
}
/* line 190, ../sass/_gui.scss */
.main-icons.bag {
  height: 108px;
  width: 108px;
  background-position: 0px -108px;
}
/* line 195, ../sass/_gui.scss */
.main-icons.wallet {
  height: 108px;
  width: 108px;
  background-position: -108px -108px;
}
/* line 200, ../sass/_gui.scss */
.main-icons.computer {
  height: 144px;
  width: 144px;
  background-position: 0px -216px;
}
/* line 205, ../sass/_gui.scss */
.main-icons.visible {
  height: 144px;
  width: 144px;
  background-position: -144px -216px;
}
/* line 210, ../sass/_gui.scss */
.main-icons.newspaper {
  height: 144px;
  width: 144px;
  background-position: -288px -216px;
}
/* line 215, ../sass/_gui.scss */
.main-icons.house-01 {
  height: 144px;
  width: 144px;
  background-position: 0px -360px;
}
/* line 220, ../sass/_gui.scss */
.main-icons.house-02 {
  height: 144px;
  width: 144px;
  background-position: -144px -360px;
}
/* line 225, ../sass/_gui.scss */
.main-icons.house-03 {
  height: 144px;
  width: 144px;
  background-position: -288px -360px;
}
/* line 230, ../sass/_gui.scss */
.main-icons.small-house {
  height: 20px;
  width: 20px;
  background-position: -320px -504px;
}

/* line 237, ../sass/_gui.scss */
.button-container {
  text-align: center;
  padding: 50px 0;
}

/* line 242, ../sass/_gui.scss */
.input-group-container {
  position: relative;
}
/* line 245, ../sass/_gui.scss */
.input-group-container label {
  font-size: 0.8125rem;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
/* line 251, ../sass/_gui.scss */
.input-group-container input {
  border-radius: 20px;
  height: 42px;
  border: 0;
  width: calc(100% - 110px);
  padding: 0 15px;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.input-group-container input:hover {
  border: 0;
  outline: 0;
  box-shadow: none;
}
/* line 259, ../sass/_gui.scss */
.input-group-container input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
/* line 265, ../sass/_gui.scss */
.input-group-container button {
  border-radius: 20px;
  height: 42px;
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  z-index: 9;
}

/* line 278, ../sass/_gui.scss */
.round-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
/* line 285, ../sass/_gui.scss */
.round-icon.yes {
  background-color: #6ae4e5;
}
/* line 287, ../sass/_gui.scss */
.round-icon.yes:before {
  content: "";
  display: block;
  border-bottom: 3px solid white;
  width: 6px;
  position: absolute;
  top: 15px;
  left: 8px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 297, ../sass/_gui.scss */
.round-icon.yes:after {
  content: "";
  display: block;
  width: 12px;
  border-bottom: 3px solid white;
  position: absolute;
  top: 15px;
  left: 11px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 308, ../sass/_gui.scss */
.round-icon.no {
  background-color: #f0450d;
}
/* line 311, ../sass/_gui.scss */
.round-icon.no:before {
  content: "";
  display: block;
  width: 15px;
  border-bottom: 3px solid white;
  position: absolute;
  top: 15px;
  left: 8px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 321, ../sass/_gui.scss */
.round-icon.no:after {
  content: "";
  display: block;
  width: 15px;
  border-bottom: 3px solid white;
  position: absolute;
  top: 15px;
  left: 8px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 339, ../sass/_gui.scss */
.input-container input {
  height: 46px;
  border-radius: 4px;
  border: 2px solid transparent;
  box-shadow: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #8a8a8a;
  letter-spacing: 0.2em;
  font-family: "ProximaNova-Semibold", sans-serif;
  padding: 0px 15px;
  position: relative;
  z-index: 9;
  margin: 0;
}
.input-container input:hover { border: 2px solid transparent; }
/* line 356, ../sass/_gui.scss */
.input-container input:focus {
  border: 2px solid #e7e8ee;
}

/* line 363, ../sass/_gui.scss */
.files-icons.pdf-icon {
  width: 24px;
  height: 20px;
  background-image: url("../img/icons/pdf_icon.png");
  background-repeat: no-repeat;
}

/* line 374, ../sass/_gui.scss */
.select2-container .select2-selection--single {
  height: 46px;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 0px;
}
/* line 382, ../sass/_gui.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  text-align: left;
  border: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #8a8a8a;
  letter-spacing: 0.2em;
  font-family: "ProximaNova-Semibold", sans-serif;
  padding: 0px 15px;
}
/* line 394, ../sass/_gui.scss */
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
}
/* line 401, ../sass/_gui.scss */
.select2-container .select2-selection--single .select2-selection__arrow b {
  border: 0px;
  width: 32px;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  left: auto;
  right: auto;
  top: 0;
}
/* line 412, ../sass/_gui.scss */
.select2-container .select2-selection--single .select2-selection__arrow b:before {
  font-family: "spc";
  content: '\e816';
  font-size: 1.625rem;
  color: #686868;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  line-height: 1.8;
  top: 5px;
  text-align: center;
}
/* line 430, ../sass/_gui.scss */
.select2-container.select2-container--open .select2-selection__arrow b:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 439, ../sass/_gui.scss */
.select2-container.select2-container--above.select2-container--open .select2-selection--single {
  border-bottom: 2px solid #e7e8ee;
  border-top: 2px solid transparent;
  border-right: 2px solid #e7e8ee;
  border-left: 2px solid #e7e8ee;
}
/* line 449, ../sass/_gui.scss */
.select2-container.select2-container--below.select2-container--open .select2-selection--single {
  border-top: 2px solid #e7e8ee;
  border-right: 2px solid #e7e8ee;
  border-left: 2px solid #e7e8ee;
  border-bottom: 2px solid transparent;
}
/* line 458, ../sass/_gui.scss */
.select2-container .select2-dropdown--below {
  border-bottom: 2px solid #e7e8ee;
  border-top: 0px;
  border-right: 2px solid #e7e8ee;
  border-left: 2px solid #e7e8ee;
}
/* line 464, ../sass/_gui.scss */
.select2-container .select2-dropdown--above {
  border-top: 2px solid #e7e8ee;
  border-right: 2px solid #e7e8ee;
  border-left: 2px solid #e7e8ee;
  border-bottom: 0px;
}
/* line 472, ../sass/_gui.scss */
.select2-container.select2-container--focus {
  outline: 0;
}
/* line 474, ../sass/_gui.scss */
.select2-container.select2-container--focus .select2-selection--single {
  outline: 0;
}
/* line 479, ../sass/_gui.scss */
.select2-container .select2-results__options {
  margin-top: -2px;
}
/* line 482, ../sass/_gui.scss */
.select2-container .select2-results__options .select2-results__option {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #8a8a8a;
  font-family: "ProximaNova-Semibold", sans-serif;
  letter-spacing: 0.1em;
  padding: 10px 15px;
}
/* line 492, ../sass/_gui.scss */
.select2-container .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: black;
  background-color: transparent;
}
/* line 496, ../sass/_gui.scss */
.select2-container .select2-results__options .select2-results__option.hover {
  color: black;
  background-color: transparent;
}
/* line 501, ../sass/_gui.scss */
.select2-container .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
/* line 508, ../sass/_gui.scss */
.select2-container.select2-container--border .select2-selection--single {
  height: 46px;
  border-left: 2px solid #e7e8ee;
  border-top: 2px solid #e7e8ee;
  border-right: 2px solid #e7e8ee;
  border-bottom: 2px solid #e7e8ee;
}
/* line 516, ../sass/_gui.scss */
.select2-container.select2-container--border .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  text-align: left;
  border: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #8a8a8a;
  letter-spacing: 0.2em;
  font-family: "ProximaNova-Semibold", sans-serif;
  padding: 0px 15px;
}
/* line 534, ../sass/_gui.scss */
.select2-container.select2-container--wide.select2-container--above.select2-container--open:after {
  content: "";
  background-color: white;
  position: absolute;
  top: -8px;
  height: 10px;
  width: 100%;
  border-right: 2px solid #e7e8ee;
  border-left: 2px solid #e7e8ee;
  left: 0;
}
/* line 548, ../sass/_gui.scss */
.select2-container.select2-container--wide.select2-container--below.select2-container--open:after {
  content: "";
  background-color: white;
  position: absolute;
  bottom: -8px;
  height: 10px;
  width: 100%;
  border-right: 2px solid #e7e8ee;
  border-left: 2px solid #e7e8ee;
  left: 0;
}
/* line 562, ../sass/_gui.scss */
.select2-container.select2-container--wide .select2-selection--single {
  background-color: white;
  border-radius: 4px;
}
/* line 567, ../sass/_gui.scss */
.select2-container.select2-container--wide .select2-dropdown--above {
  margin-top: -8px;
}
/* line 570, ../sass/_gui.scss */
.select2-container.select2-container--wide .select2-dropdown--above .select2-results {
  margin-top: 3px;
}
/* line 574, ../sass/_gui.scss */
.select2-container.select2-container--wide .select2-dropdown--below {
  margin-top: 8px;
}
/* line 576, ../sass/_gui.scss */
.select2-container.select2-container--wide .select2-dropdown--below .select2-results {
  margin-top: 3px;
}
/* line 581, ../sass/_gui.scss */
.select2-container.select2-container--wide .select2-results {
  width: 670px;
}
/* line 584, ../sass/_gui.scss */
.select2-container.select2-container--wide .select2-dropdown {
  width: auto !important;
}
/* line 587, ../sass/_gui.scss */
.select2-container.select2-container--wide .select2-results__options {
  max-height: 200px !important;
  overflow-y: scroll;
}

/* line 1, ../sass/_mCarousel.scss */
.mCarousel {
  width: 100%;
  position: relative;
  /*Carousel navigation */
  /*Carousel main body */
}
/* line 8, ../sass/_mCarousel.scss */
.mCarousel .mCarouselNavigation.disabled {
  display: none;
}
/* line 12, ../sass/_mCarousel.scss */
.mCarousel .mCarouselNavigation .mCarouselPrevious,
.mCarousel .mCarouselNavigation .mCarouselNext {
  height: 48px;
  width: 48px;
  top: 50%;
  margin-top: -24px;
  position: absolute;
  z-index: 99;
  border: 0;
  text-align: center;
}
/* line 23, ../sass/_mCarousel.scss */
.mCarousel .mCarouselNavigation .mCarouselPrevious &gt; span,
.mCarousel .mCarouselNavigation .mCarouselNext &gt; span {
  font-size: 32px;
  color: white;
  display: inline-block;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 29, ../sass/_mCarousel.scss */
.mCarousel .mCarouselNavigation .mCarouselPrevious:hover, .mCarousel .mCarouselNavigation .mCarouselPrevious:focus,
.mCarousel .mCarouselNavigation .mCarouselNext:hover,
.mCarousel .mCarouselNavigation .mCarouselNext:focus {
  border: 0;
  outline: 0;
}
/* line 32, ../sass/_mCarousel.scss */
.mCarousel .mCarouselNavigation .mCarouselPrevious:hover &gt; span, .mCarousel .mCarouselNavigation .mCarouselPrevious:focus &gt; span,
.mCarousel .mCarouselNavigation .mCarouselNext:hover &gt; span,
.mCarousel .mCarouselNavigation .mCarouselNext:focus &gt; span {
  color: #9b9b9b;
}
/* line 37, ../sass/_mCarousel.scss */
.mCarousel .mCarouselNavigation .mCarouselPrevious {
  left: 10px;
}
/* line 39, ../sass/_mCarousel.scss */
.mCarousel .mCarouselNavigation .mCarouselPrevious &gt; span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 43, ../sass/_mCarousel.scss */
.mCarousel .mCarouselNavigation .mCarouselNext {
  right: 10px;
}
/* line 49, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBody {
  list-style-type: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 57, ../sass/_mCarousel.scss */
.mCarousel .mCarouselList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* line 67, ../sass/_mCarousel.scss */
.mCarousel .mCarouselItem {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
/* line 73, ../sass/_mCarousel.scss */
.mCarousel .mCarouselItem.is-active {
  opacity: 1;
  z-index: 9;
}
/* line 77, ../sass/_mCarousel.scss */
.mCarousel .mCarouselItem .mCarouselBackground {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
/* line 83, ../sass/_mCarousel.scss */
.mCarousel .mCarouselItem .mCarouselContent {
  height: 100%;
  position: relative;
  z-index: 1;
}
/* line 88, ../sass/_mCarousel.scss */
.mCarousel .mCarouselItem .btn {
  margin-right: 10px;
}
/* line 93, ../sass/_mCarousel.scss */
.mCarousel .mCarouselHeader {
  position: absolute;
  right: 0%;
  max-width: 400px;
  bottom: 200px;
  z-index: 999;
}
/* line 100, ../sass/_mCarousel.scss */
.mCarousel .mCarouselHeader h2 {
  max-width: 400px;
  margin-bottom: 60px;
}
/* line 104, ../sass/_mCarousel.scss */
.mCarousel .mCarouselHeader .btn {
  margin-right: 10px;
}
/* line 108, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: block;
  z-index: 999;
  text-align: center;
  width: 300px;
}
/* line 117, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets .mCarouselBullet {
  width: 30px;
  display: inline-block;
}
/* line 121, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets .mCarouselBullet.is-active button, .mCarousel .mCarouselBullets .mCarouselBullet:hover button, .mCarousel .mCarouselBullets .mCarouselBullet:focus button {
  background-color: #9b9b9b;
}
/* line 125, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets .mCarouselBullet button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
  background-color: #e5e5e5;
}
/* line 134, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets.numbers {
  counter-reset: bullet;
  counter-reset: prefixNum;
  position: relative;
  text-align: left;
  margin-left: 0;
  width: auto;
  margin-bottom: 60px;
}
/* line 145, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets.numbers .mCarouselBullet {
  counter-increment: bullet;
  display: inline-block;
  width: 30px;
  text-align: left;
  margin-right: 15px;
}
/* line 153, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets.numbers .mCarouselBullet button {
  background-color: transparent;
  font-size: 0.6875rem;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  min-width: 25px;
  height: 20px;
  text-align: left;
}
/* line 161, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets.numbers .mCarouselBullet:nth-child(10n) {
  counter-increment: prefixNum;
}
/* line 165, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets.numbers .mCarouselBullet:hover button, .mCarousel .mCarouselBullets.numbers .mCarouselBullet.is-active button {
  background-color: transparent;
}
/* line 167, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets.numbers .mCarouselBullet:hover button:after, .mCarousel .mCarouselBullets.numbers .mCarouselBullet.is-active button:after {
  color: black;
}
/* line 174, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets.numbers .mCarouselBullet button {
  border: 0;
}
/* line 176, ../sass/_mCarousel.scss */
.mCarousel .mCarouselBullets.numbers .mCarouselBullet button:after {
  color: rgba(0, 0, 0, 0.3);
  font-family: "CoreSansC-75ExtraBold", "Arial";
  content: counter(prefixNum)counter(bullet);
}

/*.moveFromRight {
  -webkit-animation: moveFromRight 0.5s ease-in-out;
  animation: moveFromRight 0.5s ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.moveToRight {
  -webkit-animation: moveToRight 0.5s ease-in-out;
  animation: moveToRight 0.5s ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

}

.moveFromLeft {
  -webkit-animation: moveFromLeft 0.5s ease-in-out;
  animation: moveFromLeft 0.5s ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.moveToLeft {
  -webkit-animation: moveToLeft 0.5s ease-in-out;
  animation: moveToLeft 0.5s ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

*/
@-webkit-keyframes moveToLeft {
  from {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes moveToLeft {
  from {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes moveToRight {
  from {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    -ms-transform: translateX(100%);
    /* IE 9 */
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes moveToRight {
  from {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    -ms-transform: translateX(100%);
    /* IE 9 */
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
    /* IE 9 */
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
    /* IE 9 */
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
/* line 1, ../sass/_animations.scss */
.bg-pattern-animation {
  -moz-animation: bgAnimation 8s linear;
  -webkit-animation: bgAnimation 8s linear;
  animation: bgAnimation 8s linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 6, ../sass/_animations.scss */
.scaleIn-animation-bounce {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-animation: scaleInBounce 0.8s linear;
  -webkit-animation: scaleInBounce 0.8s linear;
  animation: scaleInBounce 0.8s linear;
  -moz-animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-moz-keyframes scaleInBounce {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  35% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  55% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleInBounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  35% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleInBounce {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  35% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  55% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  10% {
    -moz-transform: translateX(10px) translateY(20px);
    transform: translateX(10px) translateY(20px);
  }
  20% {
    -moz-transform: translateX(15px) translateY(-30px);
    transform: translateX(15px) translateY(-30px);
  }
  45% {
    -moz-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px);
  }
  60% {
    -moz-transform: translateX(-8px) translateY(-15px);
    transform: translateX(-8px) translateY(-15px);
  }
  75% {
    -moz-transform: translateX(-20px) translateY(35px);
    transform: translateX(-20px) translateY(35px);
  }
  90% {
    -moz-transform: translateX(10px) translateY(5px);
    transform: translateX(10px) translateY(5px);
  }
  100% {
    -moz-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  10% {
    -webkit-transform: translateX(10px) translateY(20px);
    transform: translateX(10px) translateY(20px);
  }
  20% {
    -webkit-transform: translateX(15px) translateY(-30px);
    transform: translateX(15px) translateY(-30px);
  }
  45% {
    -webkit-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px);
  }
  60% {
    -webkit-transform: translateX(-8px) translateY(-15px);
    transform: translateX(-8px) translateY(-15px);
  }
  75% {
    -webkit-transform: translateX(-20px) translateY(35px);
    transform: translateX(-20px) translateY(35px);
  }
  90% {
    -webkit-transform: translateX(10px) translateY(5px);
    transform: translateX(10px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes wiggle {
  0% {
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  10% {
    -moz-transform: translateX(10px) translateY(20px);
    -ms-transform: translateX(10px) translateY(20px);
    -webkit-transform: translateX(10px) translateY(20px);
    transform: translateX(10px) translateY(20px);
  }
  20% {
    -moz-transform: translateX(15px) translateY(-30px);
    -ms-transform: translateX(15px) translateY(-30px);
    -webkit-transform: translateX(15px) translateY(-30px);
    transform: translateX(15px) translateY(-30px);
  }
  45% {
    -moz-transform: translateX(10px) translateY(25px);
    -ms-transform: translateX(10px) translateY(25px);
    -webkit-transform: translateX(10px) translateY(25px);
    transform: translateX(10px) translateY(25px);
  }
  60% {
    -moz-transform: translateX(-8px) translateY(-15px);
    -ms-transform: translateX(-8px) translateY(-15px);
    -webkit-transform: translateX(-8px) translateY(-15px);
    transform: translateX(-8px) translateY(-15px);
  }
  75% {
    -moz-transform: translateX(-20px) translateY(35px);
    -ms-transform: translateX(-20px) translateY(35px);
    -webkit-transform: translateX(-20px) translateY(35px);
    transform: translateX(-20px) translateY(35px);
  }
  90% {
    -moz-transform: translateX(10px) translateY(5px);
    -ms-transform: translateX(10px) translateY(5px);
    -webkit-transform: translateX(10px) translateY(5px);
    transform: translateX(10px) translateY(5px);
  }
  100% {
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@-moz-keyframes rocketFire {
  0% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes rocketFire {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes rocketFire {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes rocketMove {
  0% {
    -moz-transform: translate3d(-100%, 100%, 1000px) scale(0.1);
    transform: translate3d(-100%, 100%, 1000px) scale(0.1);
  }
  100% {
    -moz-transform: translate3d(0%, 0%, 0px) scale(1);
    transform: translate3d(0%, 0%, 0px) scale(1);
  }
}
@-webkit-keyframes rocketMove {
  0% {
    -webkit-transform: translate3d(-100%, 100%, 1000px) scale(0.1);
    transform: translate3d(-100%, 100%, 1000px) scale(0.1);
  }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0px) scale(1);
    transform: translate3d(0%, 0%, 0px) scale(1);
  }
}
@keyframes rocketMove {
  0% {
    -moz-transform: translate3d(-100%, 100%, 1000px) scale(0.1);
    -ms-transform: translate3d(-100%, 100%, 1000px) scale(0.1);
    -webkit-transform: translate3d(-100%, 100%, 1000px) scale(0.1);
    transform: translate3d(-100%, 100%, 1000px) scale(0.1);
  }
  100% {
    -moz-transform: translate3d(0%, 0%, 0px) scale(1);
    -ms-transform: translate3d(0%, 0%, 0px) scale(1);
    -webkit-transform: translate3d(0%, 0%, 0px) scale(1);
    transform: translate3d(0%, 0%, 0px) scale(1);
  }
}
@-moz-keyframes rocketShadow {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rocketShadow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rocketShadow {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bgAnimation {
  0% {
    background-position: 507px 0px;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes bgAnimation {
  0% {
    background-position: 507px 0px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes bgAnimation {
  0% {
    background-position: 507px 0px;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes houseLarge {
  0% {
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes houseLarge {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes houseLarge {
  0% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes houseLeft {
  0% {
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes houseLeft {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes houseLeft {
  0% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes houseRight {
  0% {
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes houseRight {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes houseRight {
  0% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes houseShadow {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes houseShadow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes houseShadow {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes houseBook {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes houseBook {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes houseBook {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 4, ../sass/_top-bar.scss */
#topbar {
  height: 87px;
}

/* line 7, ../sass/_top-bar.scss */
.top-bar {
  height: 87px;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 16, ../sass/_top-bar.scss */
.main-menu-container {
  text-align: center;
}

/* line 20, ../sass/_top-bar.scss */
.main-menu {
  padding: 8px 0;
  margin: 0;
}
/* line 23, ../sass/_top-bar.scss */
.main-menu .main-menu-item {
  display: inline-block;
}
/* line 25, ../sass/_top-bar.scss */
.main-menu .main-menu-item a {
  text-transform: uppercase;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  font-size: 0.75rem;
  padding: 10px 15px;
  color: #8a8a8a;
  letter-spacing: 0.2em;
  display: block;
}
/* line 34, ../sass/_top-bar.scss */
.main-menu .main-menu-item a:hover, .main-menu .main-menu-item a:focus {
  color: black;
}


@media screen and (max-width: 1087px) {
	.main-menu .main-menu-item.hide1000 {
		display:none;
	}
}


/* line 43, ../sass/_top-bar.scss */
.logo-container a {
  display: block;
}
/* line 45, ../sass/_top-bar.scss */
.logo-container a img {
  height: 100%;
  width: 105px;
  margin-top:4px;
}

/* line 50, ../sass/_top-bar.scss */
.links-container {
  padding: 8px 0;
  text-align: right;
}
/* line 54, ../sass/_top-bar.scss */
.links-container a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  padding: 0;
  text-align: center;
}
.links-container a.no-margin-left {
  margin-left:0;
}
/* line 60, ../sass/_top-bar.scss */
.links-container a .small-icons {
  font-size: 22px;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 63, ../sass/_top-bar.scss */
.links-container a .small-icons:before {
  margin: 0;
  line-height: 1.7;
}
/* line 69, ../sass/_top-bar.scss */
.links-container a:hover .small-icons {
  color: white;
}
/* line 74, ../sass/_top-bar.scss */
.links-container .demo-button {
  position: relative;
}
/* line 76, ../sass/_top-bar.scss */
.links-container .demo-button .free-sign {
  position: absolute;
  z-index: 9;
  top: -22px;
}

.btn-account { text-decoration:none; background-color:#5acc1b; color:#fff; }
.btn-account:hover { text-decoration:none; background-color:#48a813; color:#fff; }

.languages {
	display:inline-block; position:relative; top:12px; margin-left:8px;
}
.languages .language {
	cursor:pointer;
}

.languages .lng-drop-down{
	position:absolute; top:28; right:0; background-color:#fff;
}


@media (max-width: 980px) {
  .languages { position:absolute; top:18px; right:60px; }
}


.popup-menu {
	display:none;
	z-index:1500; text-align:left;
	position:absolute; width:150px; height:auto; top:40px; right:0; background-color:#fff; padding:10px 0; border:1px solid #e0e0e0;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.18);
	box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.18);
}
.popup-menu:before {
  content: '';
  position: absolute;
  right: 5%;
  top: 0%;
  margin-top: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #4c4c4c;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.popup-menu:after {
  content: '';
  position: absolute;
  right: 5%;
  top: 0%;
  margin-top: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}


.links-container a.menu-item {
  text-transform: uppercase;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  font-size: 0.75rem;
  color: #8a8a8a;
  letter-spacing: 0.15em;
  position:relative; top:-2px;
}
.links-container a.menu-item .small-icons{
	transition: color 0s ease-in-out;
	position: relative;
	left:2px;
}
.links-container a.menu-item:hover {
  color: #000;
}
.links-container a.menu-item:hover .small-icons{
	color: #000;
}

/* line 84, ../sass/_top-bar.scss */
.menu-toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
}
/* line 91, ../sass/_top-bar.scss */
.menu-toggle .line {
  height: 1px;
  background-color: black;
  width: 16px;
  margin: 5px auto;
  display: block;
}

@media (max-width: 1024px) {
  /* line 111, ../sass/_top-bar.scss */
  .top-bar .main-menu-container {
    padding: 0;
  }
  /* line 116, ../sass/_top-bar.scss */
  .top-bar .main-menu .main-menu-item a {
    padding: 10px 5px;
  }
  /* line 122, ../sass/_top-bar.scss */
  .top-bar .links-container a {
    margin: 0 5px;
  }
}
@media (max-width: 980px) {
  /* line 134, ../sass/_top-bar.scss */
  .menu-toggle {
    display: block;
  }

  /* line 137, ../sass/_top-bar.scss */
  .top-bar {
    height: 65px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
    /*overflow: hidden;*/
  }
  /* line 147, ../sass/_top-bar.scss */
  .top-bar .logo-container a {
    height: 40px;
  }
  .top-bar .logo-container a img{
    margin-top:0;
  }
  /* line 152, ../sass/_top-bar.scss */
  .top-bar.is-active {
    position: fixed;
    height: 100%;
  }
  /* line 155, ../sass/_top-bar.scss */
  .top-bar.is-active .main-menu {
    display: block;
  }
  /* line 159, ../sass/_top-bar.scss */
  .top-bar.is-active .links-container {
    display: block;
  }
  /* line 164, ../sass/_top-bar.scss */
  .top-bar .main-menu {
    display: none;
    margin-bottom: 50px;
  }
  /* line 167, ../sass/_top-bar.scss */
  .top-bar .main-menu .main-menu-item {
    display: block;
  }
  /* line 172, ../sass/_top-bar.scss */
  .top-bar .links-container {
    display: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .top-bar .fancy-login {
    display: block;
  }
   .top-bar .language-menu {
		/*bottom:40px;
		top:initial;*/
  }
  /*
  .languages .lng-drop-down{
	right:-34px;
  }
  */
  /*
  .popup-menu#language-menu:before {
	  right: 25%;
	  top: 120px;
	  border-bottom:0;
	  border-top: 8px solid #b9b9b9;
	  border-left: 8px solid transparent;
	  border-right: 8px solid transparent;
	}
	.popup-menu#language-menu:after {
	  right: 25%;
	  top: 119px;
	  border-bottom:0;
	  border-top: 8px solid #fff;
	  border-left: 8px solid transparent;
	  border-right: 8px solid transparent;
	}
	*/
}

.bg-center {
  background-position:center center;
}

/* line 1, ../sass/_header.scss */
.main-header {
  height: calc(100vh - 87px);
}
.main-header.bg-cover {
  background-size:cover;
}
/* line 4, ../sass/_header.scss */
.main-header.red {
  background-color: #f05c2c;
}
/* line 7, ../sass/_header.scss */
.main-header.cyan {
  background-color: #6ae4e5;
}
/* line 10, ../sass/_header.scss */
.main-header.yellow {
  background-color: #ffd71b;
}
/* line 13, ../sass/_header.scss */
.main-header.orange {
  background-color: #ffa310;
}
/* line 17, ../sass/_header.scss */
.main-header.small {
  height: 500px;
  position: relative;
  z-index:10;
}
.main-header.small2 {
  height: 350px;
  position: relative;
  z-index:10;
}
/* line 21, ../sass/_header.scss */
.main-header.small .ilustration-container {
  position: relative;
}
/* line 25, ../sass/_header.scss */
.main-header.small .text-container {
  position: relative;
}
/* line 27, ../sass/_header.scss */
.main-header.small .text-container p {
  color: white;
  font-family: "loraregular", "arial", "sans";
  max-width: 550px;
}
.main-header.small .text-container p.subheader {
  max-width: 100%;
}
.main-header.small .text-container p.about {
  max-width: 100%; 
}
/* line 36, ../sass/_header.scss */
.main-header.filters-bottom .header-content {
  padding-bottom: 120px;
}
/* line 40, ../sass/_header.scss */
.main-header .filters-container {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.main-header .filters-container.inline {
  position: static;
}
/* line 45, ../sass/_header.scss */
.main-header .header-content {
  height: 100%;
  position: relative;
  z-index: 1;
}

.main-header .header-content .header-avatar {
	display:block; width:176px; height:176px; margin:0 auto 1.5rem auto; border-radius:50%; overflow:hidden;
}
.main-header .header-content .header-avatar.whiteblue {
	background-color:#fcfefc;
}
.main-header .header-content .header-avatar.bg-image {
	background-size:contain; background-position:center center; background-repeat:no-repeat;
	box-sizing:content-box; border:7px solid #fcfefc;
}
.main-header .header-content .header-avatar img {
	height:100%; width:auto; max-width:none; position:relative; left:-10px;
}

/* line 51, ../sass/_header.scss */
.main-header .header-content h1 {
  font-family: "CoreSansC-75ExtraBold", "Arial";
  color: white;
  font-size: 5rem;
  margin-bottom: 30px;
}
/* line 57, ../sass/_header.scss */
.main-header .header-content h1.serif {
  font-size: 3.75rem;
  font-family: "lorabold", "arial", "sans";
}
.text-shadow {
  text-shadow: 2px 2px 16px #000;
  /*-webkit-text-stroke: 1px rgba(0,0,0,0.6);*/
}
/* line 62, ../sass/_header.scss */
.main-header .header-content p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  font-family: "loraregular", "arial", "sans";
  margin-bottom: 30px;
}
/* line 69, ../sass/_header.scss */
.main-header .header-content .text-container {
  height: 100%;
  float: left;
  position: relative;
  z-index: 9;
}
/* line 74, ../sass/_header.scss */
.main-header .header-content .text-container.full-width {
  width: 100%;
  height: 100%;
}
/* line 79, ../sass/_header.scss */
.main-header .header-content .ilustration-container {
  height: 100%;
  position: relative;
  z-index: 1;
}
/* line 84, ../sass/_header.scss */
.main-header .header-content .social-icons {
  text-align: center;
}
/* line 86, ../sass/_header.scss */
.main-header .header-content .social-icons .social-links {
  display: inline-block;
  padding: 0 5px;
}
/* line 89, ../sass/_header.scss */
.main-header .header-content .social-icons .social-links .small-icons {
  color: white;
}
/* line 91, ../sass/_header.scss */
.main-header .header-content .social-icons .social-links .small-icons:before {
  font-size: 28px;
}
/* line 104, ../sass/_header.scss */
.main-header .mCarouselBackground {
  -moz-animation: bgAnimation 8s linear;
  -webkit-animation: bgAnimation 8s linear;
  animation: bgAnimation 8s linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 108, ../sass/_header.scss */
.main-header .mCarouselItem {
  display: none;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
/* line 111, ../sass/_header.scss */
.main-header .mCarouselItem.is-active {
  display: block;
}
/* line 119, ../sass/_header.scss */
.main-header .mCarouselItem.yellow {
  background-color: #ffd71b;
}
/* line 122, ../sass/_header.scss */
.main-header .mCarouselItem.orange {
  background-color: #ffa310;
}
/* line 126, ../sass/_header.scss */
.main-header .mCarouselBullets.numbers {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
/* line 135, ../sass/_header.scss */
.main-header .mCarouselBullets.numbers .mCarouselBullet button {
  margin: 0 5px !important;
}
/* line 140, ../sass/_header.scss */
.main-header .mCarouselBullets.numbers button:after {
  font-size: 0.6875rem;
  font-family: "CoreSansC-75ExtraBold", "Arial";
}
/* line 146, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration {
  margin: 0 auto;
}
/* line 149, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.rocket-animation {
  position: relative;
  width: 540px;
  height: 540px;
}
/* line 154, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.rocket-animation .rocket {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/animations/rocket.png");
  backface-visibility: hidden;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
/* line 162, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.rocket-animation .rocket.wrapper, .main-header .mCarouselItem.is-active .ilustration.rocket-animation .rocket.wrapper2 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: none;
}
/* line 172, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.rocket-animation .rocket.wrapper {
  -moz-animation: wiggle 12s ease-in-out;
  -webkit-animation: wiggle 12s ease-in-out;
  animation: wiggle 12s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 176, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.rocket-animation .rocket.wrapper2 {
  -moz-animation: rocketMove 1s ease-in-out;
  -webkit-animation: rocketMove 1s ease-in-out;
  animation: rocketMove 1s ease-in-out;
}
/* line 180, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.rocket-animation .rocket.fire {
  top: 45%;
  -moz-animation: rocketFire 2s ease-in-out;
  -webkit-animation: rocketFire 2s ease-in-out;
  animation: rocketFire 2s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  right: 48%;
  left: auto;
  background-position: 0px -490px;
  width: 69%;
  height: 69%;
}
/* line 191, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.rocket-animation .rocket.body {
  background-position: 0px 0px;
  width: 94%;
  height: 89%;
  right: 0%;
  left: auto;
}
/* line 198, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.rocket-animation .rocket.shadow {
  background-position: -511px 0px;
  width: 88%;
  height: 92%;
  right: -20%;
  left: auto;
  top: 10%;
  -moz-animation: rocketShadow 1s ease-in-out;
  -webkit-animation: rocketShadow 1s ease-in-out;
  animation: rocketShadow 1s ease-in-out;
}
/* line 210, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.house-animation {
  position: relative;
  width: 540px;
  height: 540px;
}
/* line 215, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.house-animation .house {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/animations/house.png");
  backface-visibility: hidden;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
/* line 223, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.house-animation .house.wrapper {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: none;
  -moz-animation: wiggle 12s ease-in-out;
  -webkit-animation: wiggle 12s ease-in-out;
  animation: wiggle 12s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 234, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.house-animation .house.large {
  top: 0%;
  -moz-animation: houseLarge 0.5s ease-in-out;
  -webkit-animation: houseLarge 0.5s ease-in-out;
  animation: houseLarge 0.5s ease-in-out;
  -moz-transform-origin: 55% 90%;
  -ms-transform-origin: 55% 90%;
  -webkit-transform-origin: 55% 90%;
  transform-origin: 55% 90%;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  right: 16%;
  left: auto;
  background-position: 0px 0px;
  width: 83%;
  height: 100%;
}
/* line 248, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.house-animation .house.left {
  top: 50%;
  -moz-animation: houseLeft 0.5s ease-in-out;
  -webkit-animation: houseLeft 0.5s ease-in-out;
  animation: houseLeft 0.5s ease-in-out;
  -moz-transform-origin: 55% 90%;
  -ms-transform-origin: 55% 90%;
  -webkit-transform-origin: 55% 90%;
  transform-origin: 55% 90%;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  right: 77%;
  left: auto;
  background-position: -48% 0px;
  width: 37%;
  height: 39%;
}
/* line 262, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.house-animation .house.right {
  top: 40%;
  -moz-animation: houseLeft 0.5s ease-in-out;
  -webkit-animation: houseLeft 0.5s ease-in-out;
  animation: houseLeft 0.5s ease-in-out;
  -moz-transform-origin: 55% 90%;
  -ms-transform-origin: 55% 90%;
  -webkit-transform-origin: 55% 90%;
  transform-origin: 55% 90%;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  right: 0%;
  left: auto;
  background-position: 91% 27%;
  width: 34%;
  height: 49%;
}
/* line 275, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.house-animation .house.book {
  top: 78%;
  -moz-animation: houseBook 0.5s ease-in-out;
  -webkit-animation: houseBook 0.5s ease-in-out;
  animation: houseBook 0.5s ease-in-out;
  right: 2%;
  left: auto;
  background-position: 0px 57%;
  width: 100%;
  height: 23%;
}
/* line 284, ../sass/_header.scss */
.main-header .mCarouselItem.is-active .ilustration.house-animation .house.shadow {
  top: 40%;
  -moz-animation: houseShadow 0.5s ease-in-out;
  -webkit-animation: houseShadow 0.5s ease-in-out;
  animation: houseShadow 0.5s ease-in-out;
  right: -7%;
  left: auto;
  background-position: 0% 100%;
  width: 125%;
  height: 76%;
}

@media (max-width: 768px) {
	.main-header .header-content .header-avatar {
		width:120px; height:120px;
	}
}



/* line 302, ../sass/_header.scss */
.heading-animation span {
  opacity: 0;
  font-size: 1.25rem;
  letter-spacing: 1em;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 309, ../sass/_header.scss */
.heading-animation .letter-animation {
  opacity: 1 !important;
  font-size: 5rem;
  letter-spacing: 0.005em;
}

/* line 315, ../sass/_header.scss */
.filters-container {
  text-align: center;
  z-index: 99;
}
/* line 319, ../sass/_header.scss */
.filters-container .select-container {
  display: inline-block;
  /*max-width: 245px;*/
  max-width: 30%;
  width: 100%;
  margin: 5px;
  position: relative;
}
/* line 325, ../sass/_header.scss */
.filters-container .submit-container {
  display: inline-block;
  max-width: 160px;
  width: 100%;
  margin: 5px;
  position: relative;
}
/* line 331, ../sass/_header.scss */
.filters-container .search-input {
  display: inline-block;
  max-width: 245px;
  width: 100%;
  margin: 5px;
  position: relative;
}
.filters-container .search-input.bigger {
  max-width: 320px;
}
/* line 338, ../sass/_header.scss */
.filters-container .search-input .small-icons {
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  width: 32px;
  line-height: 1.4;
}
/* line 348, ../sass/_header.scss */
.filters-container .search-input input {
  padding-left: 40px;
  position: relative;
  z-index: 0;
  width:100%;
}



/*UPRAVY*/
input.f-search { 
	display:inline; 
}


@media (max-width: 1200px) {
  /* line 358, ../sass/_header.scss */
  .main-header .rocket-animation,
  .main-header .house-animation {
    -moz-transform-origin: 25% 25%;
    -ms-transform-origin: 25% 25%;
    -webkit-transform-origin: 25% 25%;
    transform-origin: 25% 25%;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media (max-width: 1024px) {
  /* line 370, ../sass/_header.scss */
  .main-header.filters-bottom .header-content {
    padding-bottom: 120px;
  }
  /* line 375, ../sass/_header.scss */
  .main-header .filters-container {
    bottom: 0;
    padding: 20px 0;
  }
  /* line 382, ../sass/_header.scss */
  .main-header.small .header-content .ilustration-container {
    height: 100%;
  }
  /* line 385, ../sass/_header.scss */
  .main-header.small .header-content .ilustration-container .ilustration {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  /* line 390, ../sass/_header.scss */
  .main-header.small .header-content .text-container {
    height: 100%;
  }
  /* line 398, ../sass/_header.scss */
  .main-header .header-content .text-container {
    text-align: center;
    box-sizing: border-box;
    height: 100%;
  }
  /* line 402, ../sass/_header.scss */
  .main-header .header-content .text-container .heading-animation .letter-animation {
    font-size: 4.375rem;
  }
  /* line 406, ../sass/_header.scss */
  .main-header .header-content .ilustration-container {
    box-sizing: border-box;
    height: 100%;
  }
  /* line 409, ../sass/_header.scss */
  .main-header .header-content .ilustration-container .display-table {
    width: 100%;
    text-align: center;
  }
  /* line 414, ../sass/_header.scss */
  .main-header .header-content .rocket-animation,
  .main-header .header-content .house-animation {
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    -webkit-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  /* line 422, ../sass/_header.scss */
  .filters-container .input-container,
  .filters-container .select-container {
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  /* line 433, ../sass/_header.scss */
  .main-header .header-content .text-container {
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    min-height: 100px;
  }
  /* line 439, ../sass/_header.scss */
  .main-header .header-content .text-container .heading-animation .letter-animation {
    font-size: 3.125rem;
  }
  /* line 444, ../sass/_header.scss */
  .main-header .header-content .ilustration-container {
    height: 50%;
  }
}
@media (max-width: 767px) {
  /* line 457, ../sass/_header.scss */
  .main-header.small {
    height: 400px;
  }
  .main-header.small2 {
    height: 350px;
  }
  /* line 460, ../sass/_header.scss */
  .main-header.small .header-content .ilustration-container {
    width: 250px;
    height: 200px;
  }
  /* line 464, ../sass/_header.scss */
  .main-header.small .header-content .text-container {
    height: auto;
  }
  .main-header.small .header-content .text-container.height-100 {
    height: 100%;
  }
  /* line 471, ../sass/_header.scss */
  .main-header .header-content .heading-animation span {
    font-size: 2.25rem;
    min-height: 72px;
  }
  /* line 475, ../sass/_header.scss */
  .main-header .header-content h1 {
    font-size: 2.25rem;
    margin-bottom: 10px;
  }
  /* line 478, ../sass/_header.scss */
  .main-header .header-content h1.serif {
    font-size: 2.5rem;
  }
  /* line 482, ../sass/_header.scss */
  .main-header .header-content p {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
  /* line 486, ../sass/_header.scss */
  .main-header .header-content .text-container {
    height: auto;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
  }
  /* line 491, ../sass/_header.scss */
  .main-header .header-content .text-container .display-table {
    width: 100%;
  }
  /* line 495, ../sass/_header.scss */
  .main-header .header-content .ilustration-container {
    width: 220px;
    height: 200px;
    margin: 0 auto;
    box-sizing: border-box;
    float: none;
  }
  /* line 502, ../sass/_header.scss */
  .main-header .header-content .rocket-animation,
  .main-header .header-content .house-animation {
    -moz-transform-origin: 7% 7%;
    -ms-transform-origin: 7% 7%;
    -webkit-transform-origin: 7% 7%;
    transform-origin: 7% 7%;
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  /* line 510, ../sass/_header.scss */
  .main-header.mCarousel {
    height: 550px;
  }
  /* line 514, ../sass/_header.scss */
  .main-header.mCarousel .mCarouselItem .mCarouselBackground {
    width: 100%;
  }
  /* line 521, ../sass/_header.scss */
  .main-header.mCarousel .mCarouselNavigation .mCarouselPrevious,
  .main-header.mCarousel .mCarouselNavigation .mCarouselNext {
    top: auto;
    bottom: 45px;
  }
}
/* line 1, ../sass/_footer.scss */
#footer {
  background-color: black;
  position: relative;
  z-index: 9;
}

/* line 6, ../sass/_footer.scss */
.footer-container {
  padding-bottom: 80px;
}
/* line 10, ../sass/_footer.scss */
.footer-container .input-group-container {
  max-width: 360px;
  text-align: center;
  margin: 30px auto;
}
/* line 15, ../sass/_footer.scss */
.footer-container .input-group-container label {
  font-size: 0.8125rem;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  color: rgba(255, 255, 255, 0.5);
}
/* line 20, ../sass/_footer.scss */
.footer-container .input-group-container input {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  display:block;
}
/* line 23, ../sass/_footer.scss */
.footer-container .input-group-container input:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 27, ../sass/_footer.scss */
.footer-container .input-group-container button {
  background-color: #686868;
  color: black;
}
/* line 32, ../sass/_footer.scss */
.footer-container p.small {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8125rem;
}
/* line 36, ../sass/_footer.scss */
.footer-container p.small a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/* line 44, ../sass/_footer.scss */
.top {
  border-bottom: 1px solid #3a3a3a;
}

/* line 48, ../sass/_footer.scss */
.language-menu,
.footer-menu {
  margin: 0;
  padding: 20px 0;
}
/* line 52, ../sass/_footer.scss */
.language-menu .language-menu-item,
.footer-menu .language-menu-item {
  display: block;
  text-align:left;
}
/* line 54, ../sass/_footer.scss */
.language-menu .language-menu-item a,
.footer-menu .language-menu-item a {
  font-family: "CoreSansC-75ExtraBold", "Arial";
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 5px 15px 10px 15px;
}
/* line 61, ../sass/_footer.scss */
.language-menu .language-menu-item a:hover, .language-menu .language-menu-item a:focus, .language-menu .language-menu-item a.active,
.footer-menu .language-menu-item a:hover,
.footer-menu .language-menu-item a:focus,
.footer-menu .language-menu-item a.active {
  color: rgba(0, 0, 0, 0.8);
}

/* line 70, ../sass/_footer.scss */
.footer-menu {
  margin: 0;
  padding: 20px 0;
}
/* line 73, ../sass/_footer.scss */
.footer-menu .footer-menu-item {
  display: inline-block;
}
/* line 75, ../sass/_footer.scss */
.footer-menu .footer-menu-item a {
  font-family: "CoreSansC-75ExtraBold", "Arial";
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 5px 15px;
}
/* line 82, ../sass/_footer.scss */
.footer-menu .footer-menu-item a:hover, .footer-menu .footer-menu-item a:focus, .footer-menu .footer-menu-item a.active {
  color: white;
}

/* line 91, ../sass/_footer.scss */
.social-menu {
  margin: 0; text-align:right;
}
/* line 94, ../sass/_footer.scss */
.social-menu .social-menu-item {
  display: inline-block;
}
/* line 96, ../sass/_footer.scss */
.social-menu .social-menu-item a {
  display: block;
  padding: 10px 5px;
}
/* line 100, ../sass/_footer.scss */
.social-menu .social-menu-item a:hover .small-icons {
  color: #e5e5e5;
}
/* line 105, ../sass/_footer.scss */
.social-menu .social-menu-item .small-icons {
  font-size: 1.875rem;
  color: #686868;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 109, ../sass/_footer.scss */
.social-menu .social-menu-item .small-icons:before {
  margin: 0;
}

@media (max-width: 767px) {
  /* line 118, ../sass/_footer.scss */
  .language-menu,
  .footer-menu {
    text-align: center;
  }

  /* line 123, ../sass/_footer.scss */
  .footer-menu .footer-menu-item {
    display: block;
  }

  /* line 127, ../sass/_footer.scss */
  .social-menu {
    text-align: center;
  }
}
/* line 1, ../sass/_global.scss */
#content {
  background-color: white;
  position: relative;
  z-index: 9;
}

/* line 7, ../sass/_global.scss */
.display-table {
  display: table;
  height: 100%;
  vertical-align: middle;
}

/* line 13, ../sass/_global.scss */
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 19, ../sass/_global.scss */
.how-it-works-container .heading {
  margin-bottom: 80px;
}

/* line 24, ../sass/_global.scss */
.todo-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 29, ../sass/_global.scss */
.todo-list .todo-item .text {
  padding-top: 15px;
}
/* line 32, ../sass/_global.scss */
.todo-list .todo-item .illustration-container {
  margin: -20px auto 0;
}

/* line 40, ../sass/_global.scss */
.section-padding {
  padding: 100px 0;
}

/* line 44, ../sass/_global.scss */
.smaller-section-padding {
  padding: 70px 0;
}

/* line 48, ../sass/_global.scss */
.top-bottom-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.top-bottom-padding2 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.top-padding-none {
  padding-top: 0;
}


/* line 53, ../sass/_global.scss */
.showcase-carousel {
  height: 820px;
}
/* line 55, ../sass/_global.scss */
.showcase-carousel.blue {
  background-color: #6ae4e5;
}
/* line 60, ../sass/_global.scss */
.showcase-carousel.left .mCarouselItem .mCarouselBackground {
  left: auto;
  right: 0;
}
/* line 65, ../sass/_global.scss */
.showcase-carousel.left .mCarouselContent {
  float: left;
}
/* line 68, ../sass/_global.scss */
.showcase-carousel.left .mCarouselHeader {
  left: 0%;
  margin-left: 0px;
  bottom: 200px;
  z-index: 999;
}
/* line 78, ../sass/_global.scss */
.showcase-carousel.left .mCarouselBullets.numbers:before {
  display: none;
}
/* line 81, ../sass/_global.scss */
.showcase-carousel.left .mCarouselBullets.numbers:after {
  display: inline-block;
}
/* line 88, ../sass/_global.scss */
.showcase-carousel .mCarouselBullets:before {
  content: "";
  border-bottom: 1px solid black;
  margin-top: 12px;
  width: 80px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
/* line 98, ../sass/_global.scss */
.showcase-carousel .mCarouselBullets:after {
  content: "";
  border-bottom: 1px solid black;
  margin-top: 12px;
  width: 80px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  display: none;
}
/* line 109, ../sass/_global.scss */
.showcase-carousel .mCarouselItem {
  opacity: 1;
}
/* line 113, ../sass/_global.scss */
.showcase-carousel .mCarouselItem.is-before .mCarouselBackground {
  opacity: 0.5;
  -moz-transform: scale(0.8) translateY(-25%);
  -ms-transform: scale(0.8) translateY(-25%);
  -webkit-transform: scale(0.8) translateY(-25%);
  transform: scale(0.8) translateY(-25%);
}
/* line 119, ../sass/_global.scss */
.showcase-carousel .mCarouselItem.is-after .mCarouselBackground {
  opacity: 0.5;
  -moz-transform: scale(0.8) translateY(25%);
  -ms-transform: scale(0.8) translateY(25%);
  -webkit-transform: scale(0.8) translateY(25%);
  transform: scale(0.8) translateY(25%);
}
/* line 125, ../sass/_global.scss */
.showcase-carousel .mCarouselItem.is-active .mCarouselBackground {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
/* line 129, ../sass/_global.scss */
.showcase-carousel .mCarouselItem.is-active .mCarouselContent {
  opacity: 1;
}
/* line 134, ../sass/_global.scss */
.showcase-carousel .mCarouselItem .mCarouselBackground {
  height: auto;
  opacity: 0;
  top: calc(50% - 33%);
  width: 70%;
  left: 0;
  bottom: auto;
  right: auto;
  background-size: cover;
  position: relative;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
/* line 145, ../sass/_global.scss */
.showcase-carousel .mCarouselItem .mCarouselBackground img {
  width: 100%;
}
/* line 151, ../sass/_global.scss */
.showcase-carousel .mCarouselItem .mCarouselContent {
  opacity: 0;
}
/* line 154, ../sass/_global.scss */
.showcase-carousel .mCarouselItem .mCarouselContent .slide-description {
  position: absolute;
  bottom: 160px;
  width: 400px;
  margin-left: 200px;
  z-index: 99;
  left: 50%;
  padding-left: 100px;
}
/* line 162, ../sass/_global.scss */
.showcase-carousel .mCarouselItem .mCarouselContent .slide-description p {
  color: rgba(0, 0, 0, 0.3);
}

/* line 171, ../sass/_global.scss */
.newspaper-carousel {
  height: 650px;
}
/* line 173, ../sass/_global.scss */
.newspaper-carousel.blue {
  background-color: #6ae4e5;
}
/* line 178, ../sass/_global.scss */
.newspaper-carousel.left .mCarouselItem .mCarouselBackground {
  left: auto;
  right: 0;
  float: right;
}
/* line 184, ../sass/_global.scss */
.newspaper-carousel.left .mCarouselContent {
  float: left;
}
/* line 187, ../sass/_global.scss */
.newspaper-carousel.left .mCarouselHeader {
  left: 0%;
  /*margin-left: 100px;*/
  margin-left: 0;
  padding: 0 15px;
  /*bottom: 150px;*/
  bottom: 80px;
  z-index: 999;
}
/* line 197, ../sass/_global.scss */
.newspaper-carousel.left .mCarouselBullets.numbers:before {
  display: none;
}
/* line 200, ../sass/_global.scss */
.newspaper-carousel.left .mCarouselBullets.numbers:after {
  display: inline-block;
}
/* line 207, ../sass/_global.scss */
.newspaper-carousel .mCarouselBullets:before {
  content: "";
  border-bottom: 1px solid black;
  margin-top: 12px;
  width: 80px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
/* line 216, ../sass/_global.scss */
.newspaper-carousel .mCarouselBullets:after {
  content: "";
  border-bottom: 1px solid black;
  margin-top: 12px;
  width: 80px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  display: none;
}
/* line 227, ../sass/_global.scss */
.newspaper-carousel .mCarouselItem {
  opacity: 1;
}
/* line 231, ../sass/_global.scss */
.newspaper-carousel .mCarouselItem.is-active .mCarouselBackground {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
/* line 235, ../sass/_global.scss */
.newspaper-carousel .mCarouselItem.is-active .mCarouselContent {
  opacity: 1;
}
/* line 240, ../sass/_global.scss */
.newspaper-carousel .mCarouselItem .mCarouselBackground {
  height: auto;
  opacity: 0;
  top: calc(50% - 33%);
  width: 65%;
  left: 0;
  bottom: auto;
  right: auto;
  background-size: cover;
  position: relative;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
/* line 251, ../sass/_global.scss */
.newspaper-carousel .mCarouselItem .mCarouselBackground img {
  width: 100%;
}
/* line 257, ../sass/_global.scss */
.newspaper-carousel .mCarouselItem .mCarouselContent {
  opacity: 0;
}
/* line 260, ../sass/_global.scss */
.newspaper-carousel .mCarouselItem .mCarouselContent .slide-description {
  position: absolute;
  bottom: 160px;
  width: 400px;
  margin-left: 200px;
  z-index: 99;
  left: 50%;
  padding-left: 100px;
}
/* line 268, ../sass/_global.scss */
.newspaper-carousel .mCarouselItem .mCarouselContent .slide-description p {
  color: rgba(0, 0, 0, 0.3);
}

/* line 276, ../sass/_global.scss */
.schools-carousel {
  height: 460px;
  margin-bottom: 50px;
}
/* line 279, ../sass/_global.scss */
.schools-carousel .mCarouselList {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}
/* line 283, ../sass/_global.scss */
.schools-carousel .mCarouselBody {
  height: 400px;
}
/* line 286, ../sass/_global.scss */
.schools-carousel .mCarouselItem {
  max-width: 400px;
  height: 400px;
  position: relative;
  float: left;
  opacity: 1;
  padding: 10px;
}
/* line 294, ../sass/_global.scss */
.schools-carousel .mCarouselItem a {
  background-color: #f4f5f9;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 301, ../sass/_global.scss */
.schools-carousel .mCarouselBullets {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
/* line 309, ../sass/_global.scss */
.schools-carousel .ilustration-container {
  text-align: center;
  padding: 20px 30px;
}
/* line 312, ../sass/_global.scss */
.schools-carousel .ilustration-container .main-icons {
  margin: 0 auto;
}
/* line 316, ../sass/_global.scss */
.schools-carousel .text-contaner {
  text-align: center;
  padding: 20px 30px;
}

/* line 322, ../sass/_global.scss */
.avatar {
  height: 62px;
  width: 62px;
  border-radius: 31px;
  overflow: hidden;
}
.avatar img {
  height: 62px;
  width: 62px;
  object-fit: cover;
}

/* line 330, ../sass/_global.scss */
.testemonial blockquote {
  max-width: 450px;
}
/* line 333, ../sass/_global.scss */
.testemonial h4 {
  font-size: 0.75rem;
  display: block;
  text-transform: uppercase;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  letter-spacing: 0.2em;
}
/* line 340, ../sass/_global.scss */
.testemonial p {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  max-width: 250px;
  font-family: "ProximaNova-Regular", sans-serif;
  line-height: 1.2;
  font-size: 0.8125rem;
}

#infographic h2{ text-align:center; margin:50px 0 0 0; font-size:3rem; }

/* line 351, ../sass/_global.scss */
.infographic .infographic-item {
  padding: 70px 50px;
  /*border-right: 1px solid rgba(0, 0, 0, 0.1);*/
}
/* line 354, ../sass/_global.scss */
.infographic .infographic-item:first-child {
  /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
}
/* line 358, ../sass/_global.scss */
.infographic .illustration {
  margin: 0 auto;
}
/* line 361, ../sass/_global.scss */
.infographic .number {
  display: block;
  font-size: 5.3125rem;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  margin-top: -25px;
}
/* line 367, ../sass/_global.scss */
.infographic .description {
  display: block;
  font-family: "loraregular", "arial", "sans";
  color: rgba(0, 0, 0, 0.5);
  margin-top: -15px;
}

/* line 381, ../sass/_global.scss */
.testemonials.is-open .quote {
  border-bottom: 1px solid transparent;
}
/* line 384, ../sass/_global.scss */
.testemonials.is-open .detail {
  height: auto;
}
/* line 386, ../sass/_global.scss */
.testemonials.is-open .detail .detail-wrapper {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 390, ../sass/_global.scss */
.testemonials.is-open .avatar-overlay {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 395, ../sass/_global.scss */
.testemonials blockquote {
  padding-left: 60px;
  font-size: 1.25rem;
}
/* line 399, ../sass/_global.scss */
.testemonials blockquote:before {
  font-family: "Georgia";
  color: #f0f0f0;
  font-size: 250px;
  top: 60px;
}
/* line 406, ../sass/_global.scss */
.testemonials .quote {
  min-height: 200px;
  border-bottom: 1px solid #dbdad8;
  min-height: 250px;
  padding: 80px 50px;
}
/* line 412, ../sass/_global.scss */
.testemonials .person {
  position: relative;
  padding: 80px 10px 80px 50px;
  min-height: 250px;
  cursor: pointer;
}
/* line 418, ../sass/_global.scss */
.testemonials .person .avatar-overlay {
  -moz-transition: background-color 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
/* line 428, ../sass/_global.scss */
.testemonials .person .avatar-overlay:before {
  width: 4px;
  height: 16px;
  content: "";
  background-color: white;
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 8px);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 439, ../sass/_global.scss */
.testemonials .person .avatar-overlay:after {
  height: 4px;
  width: 16px;
  content: "";
  background-color: white;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 8px);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 452, ../sass/_global.scss */
.testemonials .person:hover .avatar-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 454, ../sass/_global.scss */
.testemonials .person:hover .avatar-overlay:after, .testemonials .person:hover .avatar-overlay:before {
  opacity: 1;
}
/* line 463, ../sass/_global.scss */
.testemonials .detail {
  overflow: hidden;
  position: relative;
  height: 0px;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
/* line 469, ../sass/_global.scss */
.testemonials .detail .detail-wrapper {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
/* line 474, ../sass/_global.scss */
.testemonials .timeline {
  padding: 50px 0;
}
/* line 477, ../sass/_global.scss */
.testemonials .text {
  padding: 50px 0;
  font-family: "loraitalic", "arial", "sans";
  font-style: italic;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
/* line 485, ../sass/_global.scss */
.testemonials .avatar {
  position: absolute;
  top: calc(50% - 99px);
  left: 50px;
  width: 197px;
  height: 197px;
  z-index: 0;
  border-radius: 50%;
}
/* line 494, ../sass/_global.scss */
.testemonials .avatar img {
  width: 100%;
  height: 100%;
}
/* line 499, ../sass/_global.scss */
.testemonials .text-container {
  padding-left: 170px;
  position: relative;
  z-index: 9;
}
/* line 503, ../sass/_global.scss */
.testemonials .text-container p {
  line-height: 1.2;
  font-size: 0.8125rem;
}

/* line 511, ../sass/_global.scss */
.small-claim {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
/* line 516, ../sass/_global.scss */
.small-claim p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.25rem;
}

/* line 525, ../sass/_global.scss */
.illustrated-block {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
/* line 531, ../sass/_global.scss */
.illustrated-block.dark-bg h2 {
  color: white;
}
/* line 534, ../sass/_global.scss */
.illustrated-block.dark-bg p {
  color: rgba(255, 255, 255, 0.8);
}
/* line 538, ../sass/_global.scss */
.illustrated-block .illustration {
  margin: 0 auto;
}
/* line 542, ../sass/_global.scss */
.illustrated-block p {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.25rem;
}
/* line 549, ../sass/_global.scss */
.illustrated-block h2 {
  font-size: 2.8125rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
/* line 554, ../sass/_global.scss */
.illustrated-block .main-icons {
  margin-left: auto;
  margin-right: auto;
}
/* line 558, ../sass/_global.scss */
.illustrated-block .claim-text {
  margin-bottom: 40px;
}
/* line 561, ../sass/_global.scss */
.illustrated-block .name {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #212121;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-bottom: 5px;
}
.illustrated-block .name.odsz1 {
	 margin-top: 35px;
}
/* line 570, ../sass/_global.scss */
.illustrated-block .email, .illustrated-block .tel {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 5px;
  font-family: "ProximaNova-Regular", sans-serif;
}
.illustrated-block .fce {
  font-size: 1rem;
  display: block;
  margin-bottom: 5px; font-style:italic;
  font-family: "ProximaNova-Regular", sans-serif;
}
/* line 579, ../sass/_global.scss */
.showcases {
  position: relative;
}
/* line 582, ../sass/_global.scss */
.showcases .showcase-item {
  padding: 100px 0 100px;
}
/* line 585, ../sass/_global.scss */
.showcases .illustration-container {
  width: 160px;
  float: left;
  margin-top: -10px;
}
/* line 590, ../sass/_global.scss */
.showcases .note {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-top: 15px;
}
/* line 598, ../sass/_global.scss */
.showcases .text-container {
  width: 100%;
  max-width: 350px;
  float: left;
  position: relative;
  z-index: 9;
}
/* line 604, ../sass/_global.scss */
.showcases .text-container h4 {
  margin-bottom: 30px;
}
/* line 607, ../sass/_global.scss */
.showcases .text-container p {
  line-height: 1.4;
}
/* line 609, ../sass/_global.scss */
.showcases .text-container p a {
  color: black;
}
/* line 613, ../sass/_global.scss */
.showcases .text-container .price {
  font-size: 2rem;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  margin-bottom: 20px;
  display: block;
}
/* line 620, ../sass/_global.scss */
.showcases .backround-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: 0;
}

/* line 628, ../sass/_global.scss */
.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 30px 0 30px;
  display: block;
}

/* line 635, ../sass/_global.scss */
.pricing-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 640, ../sass/_global.scss */
.pricing-list .pricing-item {
  padding: 0 30px;
}
/* line 643, ../sass/_global.scss */
.pricing-list .note {
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  display: block;
}
/* line 651, ../sass/_global.scss */
.pricing-list .pricing-body {
  position: relative;
  background-color: white;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 657, ../sass/_global.scss */
.pricing-list .pricing-body h4 {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
}
/* line 662, ../sass/_global.scss */
.pricing-list .pricing-body .price {
  font-size: 3.75rem;
  display: block;
  text-align: center;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  margin-top: -10px;
}
/* line 669, ../sass/_global.scss */
.pricing-list .pricing-body .description {
  color: rgba(0, 0, 0, 0.5);
  font-family: "ProximaNova-Regular", sans-serif;
  display: block;
  text-align: center;
  margin-top: -15px;
}
/* line 676, ../sass/_global.scss */
.pricing-list .pricing-body .button-container {
  text-align: center;
  padding: 15px 0;
}
/* line 680, ../sass/_global.scss */
.pricing-list .pricing-body .services-list {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 687, ../sass/_global.scss */
.pricing-list .pricing-body .services-list .service-item:after {
  clear: both;
  content: "";
  display: table;
}
/* line 692, ../sass/_global.scss */
.pricing-list .pricing-body .services-list .service-item .title,
.pricing-list .pricing-body .services-list .service-item .result {
  font-family: "ProximaNova-Semibold", sans-serif;
  width: 50%;
  float: left;
  font-size: 1rem;
  line-height: 1.2;
  min-height: 67px;
}
/* line 701, ../sass/_global.scss */
.pricing-list .pricing-body .services-list .service-item .title {
  padding: 15px 20px 15px 0;
  color: #686868;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 706, ../sass/_global.scss */
.pricing-list .pricing-body .services-list .service-item .result {
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  padding: 15px 0px 15px 0px;
}

/* line 716, ../sass/_global.scss */
.smallprice-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 722, ../sass/_global.scss */
.smallprice-list .smallprice-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}
/* line 725, ../sass/_global.scss */
.smallprice-list .smallprice-item .title {
  width: 60%;
  font-family: "loraregular", "arial", "sans";
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: left;
}
/* line 733, ../sass/_global.scss */
.smallprice-list .smallprice-item .result {
  width: 40%;
  font-family: "CoreSansC-75ExtraBold", "Arial";
  font-size: 1.125rem;
  display: inline-block;
  text-align: right;
}

/* line 743, ../sass/_global.scss */
.newspapers-fliter {
  text-align: center;
  margin-bottom: 50px;
}

/* line 748, ../sass/_global.scss */
.articles-filter {
  text-align: center;
  margin-bottom: 50px;
}

/* line 752, ../sass/_global.scss */
.schools-fliter {
  padding: 50px 0;
}
/* line 754, ../sass/_global.scss */
.schools-fliter .category-select {
  max-width: 280px;
  margin-bottom: 40px;
}

/* line 760, ../sass/_global.scss */
.articles-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 764, ../sass/_global.scss */
.articles-list:after {
  clear: both;
  display: table;
  content: "";
}
/* line 770, ../sass/_global.scss */
.articles-list.one-column .article-body {
  max-width: none;
}
/* line 773, ../sass/_global.scss */
.articles-list.one-column .autor-info {
  width: 100%;
  left: 0;
  right: 0;
}
/* line 778, ../sass/_global.scss */
.articles-list.one-column .text-container {
  padding: 0;
}
/* line 784, ../sass/_global.scss */
.articles-list .image-container {
  margin: 0;
  position: relative;
  width:100%;	/*doplneno*/
  padding-bottom: 56%;/*doplneno*/
  overflow:hidden;/*doplneno*/
  
  max-width: 370px;
  /*height:208px; overflow:hidden;*/	/*doplneno*/
  float: left;
  margin-bottom: 30px;
  /*padding: 0;*/
}
.articles-list  .article-item.horizontal .image-container {	/*doplneno*/
  padding-bottom: 230px;/*doplneno*/
}
.articles-list  .article-item.horizontal.no-image .image-container {	/*doplneno*/
  padding-bottom: 0;/*doplneno*/
}
.articles-list  .article-item.horizontal.no-image .image-container img{	/*doplneno*/
  display:none;
}
/* line 792, ../sass/_global.scss */
.articles-list .image-container .article-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
/* line 797, ../sass/_global.scss */
.articles-list .image-container img {
  /*position: relative;*/
  position: absolute;/*doplneno*/
  width:100%;/*doplneno*/
  top: 0; bottom: 0; left: 0; right: 0;/*doplneno*/
}
/* line 801, ../sass/_global.scss */
.articles-list .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 804, ../sass/_global.scss */
.articles-list .text-container {
	width:100%;/*doplneno*/
  min-height: 260px;
  position: relative;
  padding: 0 15px;
  max-width: 370px;
  float: left;
}
/* line 811, ../sass/_global.scss */
.articles-list .text-container h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "lorabold", "arial", "sans";
  font-size: 1.5rem;
  line-height: 1.2;
}
/* line 818, ../sass/_global.scss */
.articles-list .text-container p {
  max-height: 78px;
  overflow-y: hidden;
}
/* line 825, ../sass/_global.scss */
.articles-list .autor-info {
  position: absolute;
  min-height: 50px;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
  left: 15px;
  right: 15px;
}
/* line 836, ../sass/_global.scss */
.articles-list .article-body {
  display: block;
  max-width: 370px;
  height: 100%;
  margin: 0 auto;
}
/* line 842, ../sass/_global.scss */
.articles-list .article-body:after {
  display: table;
  content: "";
  clear: both;
}
/* line 848, ../sass/_global.scss */
.articles-list .article-item {
  bottom: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 854, ../sass/_global.scss */
.articles-list .article-item:after {
  clear: both;
  display: table;
  content: "";
}
/* line 862, ../sass/_global.scss */
.articles-list .article-item.horizontal .image-container {
  max-width: 370px;
}
/* line 865, ../sass/_global.scss */
.articles-list .article-item.horizontal .text-container {
  width: calc(100% - 400px);
  float: right;
  max-width: none;
}
/* line 871, ../sass/_global.scss */
.articles-list .article-item .avatar {
  width: 44px;
  height: 44px;
  margin-right:14px;
  float: left;
  display: inline-block;
}
.articles-list .article-item .avatar img {
  height:100%; width:auto; max-width:none; position:relative; left:-5px;
}
.articles-list .article-item .avatar.thin {
  width: 1px; margin-right:0;
}
/* line 878, ../sass/_global.scss */
.articles-list .article-item.no-image .image-container {
  max-width: 100%;
  float: none;
  position: relative;
}
/* line 882, ../sass/_global.scss */
.articles-list .article-item.no-image .image-container .article-tag {
  position: relative;
  left: 0px;
  top: auto;
}
/* line 888, ../sass/_global.scss */
.articles-list .article-item.no-image .text-container {
  width: 100%;
  max-width: none;
  padding: 0;
  min-height: 240px;
}
/* line 894, ../sass/_global.scss */
.articles-list .article-item.no-image .text-container .author {
  left: 0;
  right: 0;
}
/* line 901, ../sass/_global.scss */
.articles-list .article-item.small .text-container {
  min-height: 200px;
}
#top-articles-result{
	counter-reset: chart;	/*nastavi pocitadlo na nulu*/
}
/* line 909, ../sass/_global.scss */
.top-articles-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 915, ../sass/_global.scss */
.top-articles-list .top-article-item {
  counter-increment: chart;	/*zvysi pocet vyskytu prvku*/
  margin: 25px 0;
  position: relative;
  padding-left: 50px;
}
/* line 921, ../sass/_global.scss */
.top-articles-list .top-article-item:before {
  content: counter(chart);	/*vypise pocet vyskytu*/
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: top;
  border-radius: 16px;
  /*padding-left: 10px;*/
  text-align:center;
  padding-top: 3px;
  color: rgba(0, 0, 0, 0.3);
  font-family: "ProximaNova-Semibold", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}
/* line 938, ../sass/_global.scss */
.top-articles-list .top-article-item a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
  font-family: "lorabold", "arial", "sans";
  line-height: 1.4;
  display: inline-block;
}
/* line 945, ../sass/_global.scss */
.top-articles-list .top-article-item a:hover {
  color: black;
}

/* line 953, ../sass/_global.scss */
.files-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "ProximaNova-Regular", sans-serif;
}
/* line 958, ../sass/_global.scss */
.files-list .file-item {
  padding: 5px 0;
}
/* line 960, ../sass/_global.scss */
.files-list .file-item span {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
/* line 967, ../sass/_global.scss */
.files-list .file-item .files-icons {
  margin-top: 10px;
  vertical-align: top;
  margin-right: 10px;
}
/* line 972, ../sass/_global.scss */
.files-list .file-item a {
  color: rgba(0, 0, 0, 0.8);
  font-family: "ProximaNova-Regular", sans-serif;
}
/* line 976, ../sass/_global.scss */
.files-list .file-item a:hover {
  color: black;
}
.files-list .file-item span.nolink {
  color: rgba(0, 0, 0, 0.5);
}

/* line 983, ../sass/_global.scss */
.staff-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.staff-list .staff-item  {
  margin-bottom:10px; position:relative;
}
/* line 988, ../sass/_global.scss */
.staff-list .staff-item a {
  display: block;
}
/* line 991, ../sass/_global.scss */
.staff-list .staff-item .text-container {
  display: inline-block;
  vertical-align: top;
}
/* line 994, ../sass/_global.scss */
.staff-list .staff-item .text-container h4 {
  color: black;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-top: 10px;
  margin-bottom: -5px;
}
/* line 1001, ../sass/_global.scss */
.staff-list .staff-item .text-container h4 .school-class {
  font-family: "ProximaNova-Regular", sans-serif;
}
/* line 1005, ../sass/_global.scss */
.staff-list .staff-item .text-container .time {
  color: rgba(0, 0, 0, 0.3);
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 0.85rem;
  margin-top: -5px;
}
/* line 1012, ../sass/_global.scss */
.staff-list .staff-item .avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right:10px;
}
.staff-list .staff-item .avatar img {
  height:100%; width:auto; max-width:none; position:relative; left:-5px;
}

/* line 1023, ../sass/_global.scss */
.two-columns .right .right-wrapper {
  margin-left: 20px;
  padding: 40px;
  /*position: absolute;*/
  height: 100%;
  width: 100%;
}
.two-columns .right .right-wrapper2 {
  position:absolute; width:100%; height:100%; background-color: #f4f5f9;
}
.two-columns .right .right-wrapper.padding-top {
  padding-top: 50px;
}
.two-columns .right .right-wrapper .relative {
  position: relative;
}

/* line 1029, ../sass/_global.scss */
.two-columns .right .right-wrapper &gt; .row {
  max-width: 300px;
}
/* line 1033, ../sass/_global.scss */
.two-columns .right section {
  margin-bottom: 30px;
}
.two-columns .right section.padding-bottom-1 {
  margin-bottom: 50px;
}

/* line 1041, ../sass/_global.scss */
.autor-info {
  position: relative;
  margin: 10px 0;
}
/* line 1048, ../sass/_global.scss */
.autor-info .avatar {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin-right:10px;
}
.autor-info .avatar img {
  height:100%; width:auto; max-width:none; position:relative; left:-5px;
}
/* line 1055, ../sass/_global.scss */
.autor-info .title {
  display: inline-block;
  vertical-align: top;
}
/* line 1059, ../sass/_global.scss */
.autor-info .title h4 {
  color: black;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-top: 10px;
  margin-bottom: -5px;
  letter-spacing: 0.05em;
}
.autor-info .title h4 a {
	color:#000;
}
/* line 1068, ../sass/_global.scss */
.autor-info .title .school-class {
  font-family: "ProximaNova-Regular", sans-serif;
}
/* line 1072, ../sass/_global.scss */
.autor-info .title .date,
.autor-info .title .magazine {
  color: #b7b7b7;
  font-size: 0.75rem;
  font-family: "ProximaNova-Regular", sans-serif;
}
.autor-info .title .magazine a {
  color: #b7b7b7;
}
/* line 1080, ../sass/_global.scss */
.autor-info .social-icons {
  display: inline-block;
  float: right;
}
.autor-info .social-icons.margin {
  margin-bottom:20px;
}
/* line 1083, ../sass/_global.scss */
.autor-info .social-icons a {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  padding: 0 5px;
}
/* line 1087, ../sass/_global.scss */
.autor-info .social-icons a:hover {
  color: rgba(0, 0, 0, 0.5);
}
/* line 1092, ../sass/_global.scss */
.autor-info .like {
  display: inline-block;
  vertical-align: top;
  float: right;
  cursor:pointer;
}
/* line 1098, ../sass/_global.scss */
.autor-info .like:hover .counter {
  color: #f0450d;
}
/* line 1101, ../sass/_global.scss */
.autor-info .like:hover .small-icons {
  color: #f0450d;
}
/* line 1105, ../sass/_global.scss */
.autor-info .like .counter {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
  font-family: "ProximaNova-Regular", sans-serif;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
/* line 1114, ../sass/_global.scss */
.autor-info .like .small-icons {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  vertical-align: top;
  font-size: 1.875rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  width: 32px;
  line-height: 1.1;
}

/* line 1126, ../sass/_global.scss */
.used-filters {
  margin-bottom: 35px;
}
/* line 1128, ../sass/_global.scss */
.used-filters p {
  font-family: "loraregular", "arial", "sans";
  letter-spacing: 0;
  font-size: 1rem;
  color: #8a8a8a;
  text-transform: initial;
}

/* line 1137, ../sass/_global.scss */
.pagination {
  margin: 30px auto;
  text-align: center;
  display: block;
}
/* line 1141, ../sass/_global.scss */
.pagination a, .pagination span {
  font-family: "CoreSansC-75ExtraBold", "Arial";
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-top: 10px;
}
/* line 1147, ../sass/_global.scss */
.pagination a:hover, .pagination span:hover {
  color: black;
}
/* line 1152, ../sass/_global.scss */
.pagination .current a, .pagination .current span {
  color: black;
}
/* line 1158, ../sass/_global.scss */
.pagination .pagination-previous {
  padding-top: 0px;
  float: left;
}
/* line 1161, ../sass/_global.scss */
.pagination .pagination-previous.disabled {
  padding: 0;
}
/* line 1163, ../sass/_global.scss */
.pagination .pagination-previous.disabled:before {
  display: none;
}
/* line 1167, ../sass/_global.scss */
.pagination .pagination-previous a, .pagination .pagination-previous span {
  font-size: 30px;
  padding: 0;
  text-align: left;
  padding-top: 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 1175, ../sass/_global.scss */
.pagination .pagination-previous a:hover, .pagination .pagination-previous span:hover {
  background: none !important;
}
/* line 1179, ../sass/_global.scss */
.pagination .pagination-previous a:after {
  display: none !important;
}
/* line 1184, ../sass/_global.scss */
.pagination .pagination-next {
  float: right;
}
/* line 1187, ../sass/_global.scss */
.pagination .pagination-next.disabled {
  padding: 0;
}
/* line 1190, ../sass/_global.scss */
.pagination .pagination-next a, .pagination .pagination-next span {
  font-size: 30px;
  padding: 0;
  text-align: right;
}
/* line 1195, ../sass/_global.scss */
.pagination .pagination-next a:after {
  display: none !important;
}

/* line 1200, ../sass/_global.scss */
.search-result-list {
  padding: 0;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}
/* line 1207, ../sass/_global.scss */
.search-result-list .search-result-item {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left:5rem;
}
.search-result-list .search-result-item.school {
  background: url("../img/icons/magazine.png") no-repeat 15px center;
}
.search-result-list .search-result-item.user {
  background: url("../img/icons/user.png") no-repeat 15px center;
}
.search-result-list .search-result-item.user2 {
  padding-left:0.8rem;
}
/* line 1208, ../sass/_global.scss */
.search-result-list .search-result-item:hover {
  background-color: #f4f5f9;
}
/* line 1212, ../sass/_global.scss */
.search-result-list .search-result-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1218, ../sass/_global.scss */
.search-result-list .search-result-item h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "lorabold", "arial", "sans";
  font-size: 24px;
}
/* line 1225, ../sass/_global.scss */
.search-result-list .small-icons {
  font-size: 30px;
}
/* line 1228, ../sass/_global.scss */
.search-result-list .result-link {
  display: block;
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.3);
}
/* line 1232, ../sass/_global.scss */
.search-result-list .result-link:hover {
  color: black;
}

@media (max-width: 480px) {
	.search-result-list .search-result-item {
	  padding-left:3rem;
	}
	.search-result-list .search-result-item.school {
	   background: url("../img/icons/magazine.png") no-repeat 5px center;
	   background-size:40px auto;
	}
	.search-result-list .search-result-item.user {
	   background: url("../img/icons/user.png") no-repeat 5px center;
	   background-size:40px auto;
	}
}



/* line 1238, ../sass/_global.scss */
.text-content {
  margin-bottom: 100px;
}
/* line 1241, ../sass/_global.scss */
.text-content h1 {
  font-size: 3.375rem;
  color: black;
  font-family: "lorabold", "arial", "sans";
  margin-left: -100px;
  margin-right: -100px;
  text-align: center;
  line-height: 1.2;
}
/* line 1250, ../sass/_global.scss */
.text-content h2 {
  font-size: 1.875rem;
  color: black;
  font-family: "lorabold", "arial", "sans";
  line-height: 1.2;
}
/* line 1256, ../sass/_global.scss */
.text-content p {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.88235;
  margin-bottom: 40px;
}
/* line 1262, ../sass/_global.scss */
.text-content p.large {
  font-size: 1.5rem;
  font-family: "loraregular", "arial", "sans";
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 50px;
  line-height: 1.58333;
}
/* line 1269, ../sass/_global.scss */
.text-content .article-tag-container {
  margin: 20px 0;
  text-align: center;
}
/* line 1274, ../sass/_global.scss */
.text-content .image-container {
  margin: 50px 0;
}
/* line 1276, ../sass/_global.scss */
.text-content .image-container.large {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -100px;
  margin-right: -100px;
}
.text-content .image-container.large img{
  width:100%;
}
/* line 1282, ../sass/_global.scss */
.text-content .image-container .image-description {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.625rem;
  display: block;
  margin-top: 10px;
  font-family: "ProximaNova-Regular", sans-serif;
}
/* line 1291, ../sass/_global.scss */
.text-content .image-container .image-description strong {
  color: #686868;
}
/* line 1297, ../sass/_global.scss */

.autor-footer{ display:inline-block; margin-bottom:2rem; position:relative; }
.autor-footer:last-child{ margin-bottom:0; }

.text-content .autor-info {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 1304, ../sass/_global.scss */
.text-content .autor-info.large {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-width: none;
  padding: 30px 0;
}
/* line 1311, ../sass/_global.scss */
.text-content blockquote {
  position: relative;
  font-family: "loraitalic", "arial", "sans";
  font-size: 1.25rem;
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 50px 0;
  text-align: center;
  color: #424242;
}
/* line 1324, ../sass/_global.scss */
.text-content blockquote:before {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 0.5;
}
/* line 1334, ../sass/_global.scss */
.text-content blockquote:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1347, ../sass/_global.scss */
.recommended-list {
  list-style-type: none;
  margin: 40px 0 0;
  padding: 0;
}
/* line 1352, ../sass/_global.scss */
.recommended-list .recommended-item .image-container {
  margin: 0;
  position: relative;
}
/* line 1355, ../sass/_global.scss */
.recommended-list .recommended-item .image-container .article-tag {
  position: absolute;
  left: 15px;
  top: 15px;
}
/* line 1361, ../sass/_global.scss */
.recommended-list .recommended-item .text-container {
  padding: 15px 0;
}
/* line 1363, ../sass/_global.scss */
.recommended-list .recommended-item .text-container h4 {
  color: rgba(0, 0, 0, 0.5);
  text-transform: initial;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.4;
}

/* line 1375, ../sass/_global.scss */
.timeline-list {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 1382, ../sass/_global.scss */
.timeline-list .timeline-item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
/* line 1391, ../sass/_global.scss */
.timeline-list .timeline-item:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 1402, ../sass/_global.scss */
.timeline-list .timeline-item:after {
  content: "";
  position: absolute;
  left: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  top: 8px;
  bottom: 0;
  height: 100%;
}

@media (max-width: 1200px) {
  /* line 5, ../sass/_responsive.scss */
  .text-content {
    padding: 0 15px;
  }
  /* line 8, ../sass/_responsive.scss */
  .text-content h1 {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 16, ../sass/_responsive.scss */
  .text-content .image-container.large {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 23, ../sass/_responsive.scss */
  .text-content blockquote {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  /* line 34, ../sass/_responsive.scss */
  .section-padding,
  .smaller-section-padding {
    padding: 40px 25px;
  }

  /* line 39, ../sass/_responsive.scss */
  .pricing-list .pricing-item {
    padding: 0 15px;
  }

  /* line 43, ../sass/_responsive.scss */
  .showcases .showcase-item {
    padding: 40px 25px;
  }
  /* line 47, ../sass/_responsive.scss */
  .showcases .illustration-container .main-icons {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 52, ../sass/_responsive.scss */
  .showcases .text-container {
    max-width: none;
  }
  /* line 55, ../sass/_responsive.scss */
  .showcases .backround-image {
    display: none;
  }

  /* line 60, ../sass/_responsive.scss */
  .pricing-list .pricing-item {
    margin-bottom: 20px;
  }

  /* line 65, ../sass/_responsive.scss */
  .two-columns .right .right-wrapper {
    margin-left: 0;
    position: relative;
  }
  .two-columns .right .right-wrapper2 {
    position: relative;
  }
  /* line 68, ../sass/_responsive.scss */
  .two-columns .right .right-wrapper &gt; .row {
    max-width: none;
  }

  /* line 73, ../sass/_responsive.scss */
  .showcase-carousel,
  .newspaper-carousel {
    height: 550px;
  }
  /* line 77, ../sass/_responsive.scss */
  .showcase-carousel .mCarouselItem .mCarouselBackground,
  .newspaper-carousel .mCarouselItem .mCarouselBackground {
    margin: 0 auto;
    left: auto;
    width: 60%;
    top: 10%;
  }
  /* line 84, ../sass/_responsive.scss */
  .showcase-carousel .mCarouselHeader,
  .newspaper-carousel .mCarouselHeader {
    bottom: 0;
  }
  /* line 89, ../sass/_responsive.scss */
  .showcase-carousel.left .mCarouselHeader,
  .newspaper-carousel.left .mCarouselHeader {
    bottom: 20px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 98, ../sass/_responsive.scss */
  .section-padding,
  .smaller-section-padding {
    padding: 30px 15px;
  }

  /* line 103, ../sass/_responsive.scss */
  .pricing-list .pricing-item {
    padding: 8px;
  }
  /* line 105, ../sass/_responsive.scss */
  .pricing-list .pricing-item .pricing-body {
    padding: 15px;
  }
  /* line 108, ../sass/_responsive.scss */
  .pricing-list .pricing-item .pricing-body .services-list .service-item .title {
    width: 65%;
  }
  /* line 111, ../sass/_responsive.scss */
  .pricing-list .pricing-item .pricing-body .services-list .service-item .result {
    width: 35%;
  }
}

@media (max-width: 980px) {
  /* line 137, ../sass/_responsive.scss */
  #topbar {
    height: 65px;
  }
}

@media (max-width: 767px) {
  /* line 123, ../sass/_responsive.scss */
  .articles-list .article-item {
    max-width: 370px;
    margin: 0 auto 2.5rem auto;
    float: none !important;
  }
  /* line 127, ../sass/_responsive.scss */
  .articles-list .article-item .image-container {
    width: 100%;
  }
  /* line 130, ../sass/_responsive.scss */
  .articles-list .article-item .text-container {
    width: 100% !important;
  }
	.articles-list  .article-item.horizontal .image-container {	/*doplneno*/
	  padding-bottom: 56%;/*doplneno*/
	}
 
  /* line 141, ../sass/_responsive.scss */
  h1 {
    font-size: 2rem;
  }

  /* line 145, ../sass/_responsive.scss */
  h2 {
    font-size: 1.75rem;
  }

  /* line 149, ../sass/_responsive.scss */
  h3 {
    font-size: 1.5rem;
  }
  /* line 151, ../sass/_responsive.scss */
  h3.medium {
    font-size: 1.25rem;
  }
  /* line 154, ../sass/_responsive.scss */
  h3.small {
    font-size: 1.125rem;
  }

  /* line 159, ../sass/_responsive.scss */
  h4 {
    font-size: 1.375rem;
  }
  /* line 162, ../sass/_responsive.scss */
  h4.dash-after:after {
    margin: 15px auto 0;
  }

  /* line 167, ../sass/_responsive.scss */
  p.medium {
    font-size: 1.125rem;
  }

  /* line 171, ../sass/_responsive.scss */
  ul.default {
    margin-left: 0;
  }
  /* line 174, ../sass/_responsive.scss */
  ul.default li {
    padding-left: 50px;
  }

  /* line 180, ../sass/_responsive.scss */
  .schools-carousel .mCarouselItem {
    max-width: 320px;
  }

  /* line 185, ../sass/_responsive.scss */
  .showcase-carousel,
  .newspaper-carousel {
    height: 600px;
  }
  /* line 189, ../sass/_responsive.scss */
  .showcase-carousel .mCarouselItem .mCarouselBackground,
  .newspaper-carousel .mCarouselItem .mCarouselBackground {
    margin: 0 auto;
    left: auto;
    width: 90%;
    float: none !important;
  }
  /* line 196, ../sass/_responsive.scss */
  .showcase-carousel .mCarouselHeader,
  .newspaper-carousel .mCarouselHeader {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
  /* line 200, ../sass/_responsive.scss */
  .showcase-carousel .mCarouselHeader h2,
  .newspaper-carousel .mCarouselHeader h2 {
    margin-bottom: 20px;
  }
  /* line 204, ../sass/_responsive.scss */
  .showcase-carousel .mCarouselBullets.numbers,
  .newspaper-carousel .mCarouselBullets.numbers {
    bottom: 10px;
    margin-bottom: 20px;
  }

  /* line 210, ../sass/_responsive.scss */
  .mobile-hidden {
    display: none;
  }

  /* line 213, ../sass/_responsive.scss */
  .btn-round {
    padding: 10px 15px;
    min-width: 90px;
    letter-spacing: 0.1em;
  }
  /* line 218, ../sass/_responsive.scss */
  .btn-round.large {
    padding: 12px 30px;
    letter-spacing: 0.1em;
  }

  /* line 227, ../sass/_responsive.scss */
  .illustrated-block p {
    font-size: 1rem;
  }
  /* line 231, ../sass/_responsive.scss */
  .illustrated-block h2 {
    font-size: 1.75rem;
  }

  /* line 241, ../sass/_responsive.scss */
  .todo-list .todo-item .illustration-container {
    margin: 0;
  }

  /* line 249, ../sass/_responsive.scss */
  .search-result-list .search-result-item h3 {
    font-size: 1.25rem;
  }

  /* line 256, ../sass/_responsive.scss */
  .pagination li a {
    padding: 0 5px;
  }

  /* line 264, ../sass/_responsive.scss */
  .showcases .showcase-item {
    padding: 40px 15px 40px;
  }
  /* line 268, ../sass/_responsive.scss */
  .showcases .illustration-container {
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 275, ../sass/_responsive.scss */
  .showcases .text-container {
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 282, ../sass/_responsive.scss */
  .showcases .backround-image {
    display: none;
  }

  /* line 286, ../sass/_responsive.scss */
  .testemonial {
    text-align: center;
  }
  /* line 288, ../sass/_responsive.scss */
  .testemonial blockquote.large {
    font-size: 1.125rem;
    margin: 20px auto;
  }
  /* line 292, ../sass/_responsive.scss */
  .testemonial .avatar {
    margin: 20px auto;
  }
  /* line 295, ../sass/_responsive.scss */
  .testemonial p {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 300, ../sass/_responsive.scss */
  .testemonials {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 303, ../sass/_responsive.scss */
  .testemonials .quote {
    padding: 20px 0 30px;
    min-height: 0;
    border-bottom: 0;
  }
  /* line 308, ../sass/_responsive.scss */
  .testemonials blockquote {
    font-size: 1.125rem;
  }
  /* line 311, ../sass/_responsive.scss */
  .testemonials .person {
    padding: 0;
  }
  /* line 313, ../sass/_responsive.scss */
  .testemonials .person .avatar {
    top: 20px;
  }
  /* line 316, ../sass/_responsive.scss */
  .testemonials .person .text-container {
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 240px;
    text-align: center;
  }

  /* line 328, ../sass/_responsive.scss */
  .infographic .number {
    font-size: 3.125rem;
  }

  /* line 332, ../sass/_responsive.scss */
  .select2-container.select2-container--wide .select2-results {
    width: 240px !important;
  }

  /* line 336, ../sass/_responsive.scss */
  .text-content h1 {
    font-size: 2.125rem;
  }
  /* line 339, ../sass/_responsive.scss */
  .text-content h2 {
    font-size: 1.5rem;
  }
  /* line 342, ../sass/_responsive.scss */
  .text-content p {
    font-size: 0.875rem;
  }
  /* line 345, ../sass/_responsive.scss */
  .text-content p.large {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  /* line 352, ../sass/_responsive.scss */
  .showcase-carousel,
  .newspaper-carousel {
    height: 450px;
  }
}


.clanek-box{ padding:20px 20px 1px 20px; margin-bottom:20px; }


/*Cookie*/
#cookiemsg { display:none; position: fixed; left:0; bottom:0; width:100%; text-align:center; color:#fff; 
font-family: "CoreSansC-75ExtraBold", "Arial"; letter-spacing: 0.2em; font-size:0.75rem; background-color:rgba(0,0,0,0.7); z-index: 1000; padding:0.5rem 0; }
#cookiemsg a { color:#fff; text-decoration:underline; }
#cookiemsg a:hover { color:#fff; text-decoration:none; }
#cookiemsg button { background:#dc3d09; color:#fff; cursor:pointer; border-radius:24px; padding:0.6rem; }
#cookiemsg button:hover { background:#dc3d09; }



/*Slide top*/
#slidetop {
	display:none; position:absolute; right:20px; bottom:-200px; width:1px; height:1px;
}
@media (min-width: 840px) {
	#slidetop {
		display:none; cursor:pointer; position: fixed; right:20px; bottom:20px; width:70px; height:70px; color:#fff; z-index: 500; background-image:url("../img/slide-top.png"); background-repeat:no-repeat;
	}
}

//* =============================================================================
//	Preloader http://www.bypeople.com/material-design-css-loader/
//============================================================================= */
.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #F7C223;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #1B9A59;
  }
  75% {
    stroke: #4285F4;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes colors {
  0% {
    stroke: #F7C223;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #1B9A59;
  }
  75% {
    stroke: #4285F4;
  }
  100% {
    stroke: #4285F4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}




.banner { display:inline-block; width:40%; text-align:left; padding:24px 16px; margin-bottom:50px; }
.banner.margin-left { margin-left:30px; }
.banner .img { display:inline-block; width:130px; vertical-align:top; }
.banner .img img { max-width:120px; }
.banner .text { display:inline-block; width:calc(100% - 140px); }
.banner .text h2 { font-family: "CoreSansC-75ExtraBold", "Arial"; font-size:1.3rem; margin-bottom:10px; color:#fff; }
.banner .text p { font-family: "ProximaNova-Regular", sans-serif; font-size:1.1rem; color:#fff; }
.banner .text .btn-round { padding:10px 20px; min-width:50px; }

.banner.orange { background-color:#f05c2c; background-image: url("../img/patterns/pattern_05.png"); background-position:100% -50%;}
.banner.yellow { background-color:#ffa310; background-image: url("../img/patterns/pattern_01.png"); background-position:100% -50%;}


@media (max-width: 800px) {
	.banner { display:block; width:80%; margin:0 auto 30px auto; }
	.banner.margin-left { margin-left: auto; margin-bottom:50px; }
}
@media (max-width: 500px) {
	.banner .img { width:100px; }
	.banner .img img { max-width:90px; }
}

/*---------------
// Formular
----------------*/
form .row { display:block; padding:0.7rem 0; text-align:left; }
form .row.skryt { display:none; }
form .row.odsz-top { margin-top:2rem; } 
form .row.border { border:1px solid #e7e7e7; border-width:1px 0 1px 0; }
form .row.border-bottom { border-bottom:1px solid #e7e7e7; }
form .row.submit { text-align:center; }
form label { display:block; padding-bottom:0.4rem; font-size:1rem; text-align:left; color:#686868; font-family: "ProximaNova-Regular", sans-serif; }
form .like-label { font-size:1rem; text-align:left; color:#686868; font-family: "ProximaNova-Regular", sans-serif; }
form#formular_nl label { display:block; padding:0; text-align:center; width:100%; }
form label.blank { display:block; padding:2rem 0 0 0; width:auto; text-align:left; }
form input, form select, form textarea{ padding:0.5rem; width:100%; box-sizing:border-box; border:1px solid #cacaca; border-radius:4px; font-size:1rem; color:#212121; }
form textarea { min-height:80px; }
form input:hover, form select:hover, form textarea:hover { border:1px solid #9e9e9e; }
form input:focus, form select:focus, form textarea:focus { border:1px solid #8a8a8a; }

form.broken label { display:block; width:100%; text-align:left; padding-right:1rem; }
form.broken input, form select, form textarea { display:block; width:100%; max-width:initial; }

form .left-row { display:block; padding-bottom:0.4rem; font-size:0.9rem; text-align:left; }
form .right-row { text-align:left; }
form .infotext { text-align:left; font-size:0.8rem; color:#6d6d6d; font-style:italic; padding:0.3rem 0 0.3rem 0; }
form .infotext.red { color:#ff0000; }
form .autowidth { padding-right:0.2rem; }

form .inline { display:inline-block; }

form .fsize1 { font-size:1.2rem; }

	/*Vlastni checkbox+radio*/
	form input[type=radio], form input[type=checkbox] { display:none; width:auto; }
	
	form input[type=radio] + label, form input[type=checkbox] + label {
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding:0 2rem 0.5rem 1.9rem;
		font-size:initial;
		width:auto;
	}
	
	form input[type=radio] + label.minwidth, form input[type=checkbox] + label.minwidth{
		min-width:140px; text-align:left;
	}
	
	form.broken input[type=radio] + label, form.broken input[type=checkbox] + label {
		padding:0 2rem 0.5rem 1.9rem;
	}
	
	form input[type=radio]+ label:last-child , form input[type=checkbox] + label:last-child  {
		padding-right:0;
	}
	
	form input[type=radio] + label:before, form input[type=checkbox] + label:before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		position: absolute;
		left: 0;
		top: 6px;
		border:1px solid #adadad;
		background-color:#fff;
	}
	
	form input[type=radio] + label:before {
		top: 5px;
	}
	
	form input[type=radio] + label:hover:before, form input[type=checkbox] + label:hover:before {
		border:1px solid #9e9e9e;
	}

	form input[type=radio] + label:before {
		border-radius:50%;
	}

	form input[type=checkbox] + label:before {
		border-radius:4px;
	}

	form input[type=radio]:checked + label:before {
		content: "\2022";
		color: #2aa8dd;
		font-size: 2.5rem;
		text-align: center;
		line-height: 11px;
		border:1px solid #2da5cc;
	}

	form input[type=checkbox]:checked + label:before {
		content: "\2713";
		font-weight:bold;
		/*text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);*/
		color: #2b2b2b;
		text-align: center;
		line-height: 19px;
		border:1px solid #2da5cc;
	}



form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
   color: #636262;
}
form input:-moz-placeholder, form textarea:-moz-placeholder { /* Firefox 18- */
   color: #636262;  
}
form input::-moz-placeholder, form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #636262;  
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {  
   color: #636262;  
}

form button { width:auto; margin:1rem 0 4rem 0; padding:15px 25px; border:0; border-radius:22px !important; font-size:1rem; color:#fff; background-color:#ffa310;
font-family: "CoreSansC-75ExtraBold", "Arial"; text-transform:uppercase; letter-spacing:0.2rem; font-size:0.7rem;
margin-left:auto; margin-right:auto; display:inherit; 
	cursor:pointer; 
	-moz-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
form button.sto { width:100%; }
form button.bezodsz { margin:0.3rem 0 0 0; }
form button:hover { background-color:#df6e00; }


@media (min-width: 520px) {
	form button { width:auto; }
	
	form input[type=radio] + label, form input[type=checkbox] + label {
		padding:0 4rem 0.5rem 1.9rem;
	}
	form input[type=radio] + label.blank, form input[type=checkbox] + label.blank {
		padding:0 0 0.5rem 1.9rem;
	}
}

@media (min-width: 800px) {
	form label { display:inline-block; width:30%; text-align:right; padding-right:1rem; }
	form label.base-top { vertical-align:top; padding-top:0.5rem; }
	form input, form select, form textarea { display:inline-block; width:60%; max-width:450px; }
	
	
	
	form input[type=radio] + label.minwidth, form input[type=checkbox] + label.minwidth{
		min-width:200px;
	}

	form .row button { /*margin-left:30%;*/ }
	form .row.submit { text-align:left; }
	form.broken .row button { margin-left:0; }
	form .left-row { display:inline-block; width:30%; text-align:right; padding-right:1rem; }
	form .right-row { display:inline-block; width:60%; }
	form .right-row.margin { margin-left:30%; padding-left:0.3rem; }
	form .infotext { margin-left:30%; width:60%; max-width:450px; padding-left:0.3rem; }
	form .infotext.nolimit { max-width:none; }
	form .infotext.nomargin { margin-left:0; }
	form .autowidth { width:auto; }
}</pre></body></html>