/* normalize.css */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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.
 */

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.
 */

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/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

/* Text-level semantics
   ========================================================================== */

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

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

figure {
  margin: 1em 40px;
}

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

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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.
 */

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.
 */

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.
 */

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.
 */

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

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

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

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

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.
 */

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.
 */

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`.
 */

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
 *    (include `-moz` to future-proof).
 */

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

/**
 * 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).
 */

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

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

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.
 */

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

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.
 */

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

/* foundation.css */
html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%; }

.row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse {
    margin-left: 0;
    margin-right: 0; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }

.column,
.columns {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media only screen and (min-width: 640px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 1024px) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

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

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

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

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

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 1260px) {
  .xl-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .xl-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }

  .xl-1 {
    width: 8.33333%; }

  .xl-2 {
    width: 16.66667%; }

  .xl-3 {
    width: 25%; }

  .xl-4 {
    width: 33.33333%; }

  .xl-5 {
    width: 41.66667%; }

  .xl-6 {
    width: 50%; }

  .xl-7 {
    width: 58.33333%; }

  .xl-8 {
    width: 66.66667%; }

  .xl-9 {
    width: 75%; }

  .xl-10 {
    width: 83.33333%; }

  .xl-11 {
    width: 91.66667%; }

  .xl-12 {
    width: 100%; }

  .xl-offset-0 {
    margin-left: 0% !important; }

  .xl-offset-1 {
    margin-left: 8.33333% !important; }

  .xl-offset-2 {
    margin-left: 16.66667% !important; }

  .xl-offset-3 {
    margin-left: 25% !important; }

  .xl-offset-4 {
    margin-left: 33.33333% !important; }

  .xl-offset-5 {
    margin-left: 41.66667% !important; }

  .xl-offset-6 {
    margin-left: 50% !important; }

  .xl-offset-7 {
    margin-left: 58.33333% !important; }

  .xl-offset-8 {
    margin-left: 66.66667% !important; }

  .xl-offset-9 {
    margin-left: 75% !important; }

  .xl-offset-10 {
    margin-left: 83.33333% !important; }

  .xl-offset-11 {
    margin-left: 91.66667% !important; }

  .xl-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.xl-centered,
  .columns.xl-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.xl-uncentered,
  .columns.xl-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.xl-centered:last-child,
  .columns.xl-centered:last-child {
    float: none; }

  .column.xl-uncentered:last-child,
  .columns.xl-uncentered:last-child {
    float: left; }

  .column.xl-uncentered.opposite,
  .columns.xl-uncentered.opposite {
    float: right; }

  .row.xl-collapse > .column,
  .row.xl-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xl-collapse {
    margin-left: 0;
    margin-right: 0; }
  .row.xl-uncollapse > .column,
  .row.xl-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* block-grid.css */
[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0 -10px;
}

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

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

[class*="block-grid-"] > li,
[class*="block-grid-"] > div {
	display: block;
	float: left;
	height: auto;
	padding: 0 10px 20px 10px;
}

[class*="block-grid-xs-"] > li,
[class*="block-grid-xs-"] > div {
	list-style: none;
}

[class*="block-grid-xs-"] > li:nth-of-type(1n),
[class*="block-grid-xs-"] > div:nth-of-type(1n) {
	clear:none;
}

.block-grid-xs-1  > li:nth-of-type(1n+1),    .block-grid-xs-1  > div:nth-of-type(1n+1),
.block-grid-xs-2  > li:nth-of-type(2n+1),    .block-grid-xs-2  > div:nth-of-type(2n+1),
.block-grid-xs-3  > li:nth-of-type(3n+1),    .block-grid-xs-3  > div:nth-of-type(3n+1),
.block-grid-xs-4  > li:nth-of-type(4n+1),    .block-grid-xs-4  > div:nth-of-type(4n+1),
.block-grid-xs-5  > li:nth-of-type(5n+1),    .block-grid-xs-5  > div:nth-of-type(5n+1),
.block-grid-xs-6  > li:nth-of-type(6n+1),    .block-grid-xs-6  > div:nth-of-type(6n+1),
.block-grid-xs-7  > li:nth-of-type(7n+1),    .block-grid-xs-7  > div:nth-of-type(7n+1),
.block-grid-xs-8  > li:nth-of-type(8n+1),    .block-grid-xs-8  > div:nth-of-type(8n+1),
.block-grid-xs-9  > li:nth-of-type(9n+1),    .block-grid-xs-9  > div:nth-of-type(9n+1),
.block-grid-xs-10 > li:nth-of-type(10n+1),   .block-grid-xs-10 > div:nth-of-type(10n+1),
.block-grid-xs-11 > li:nth-of-type(11n+1),   .block-grid-xs-11 > div:nth-of-type(11n+1),
.block-grid-xs-12 > li:nth-of-type(12n+1),   .block-grid-xs-12 > div:nth-of-type(12n+1) {
	clear:both;
}

.block-grid-xs-1 > li,  .block-grid-xs-1 > div  { width: 100%; }
.block-grid-xs-2 > li,  .block-grid-xs-2 > div  { width: 50%; }
.block-grid-xs-3 > li,  .block-grid-xs-3 > div  { width: 33.33333%; }
.block-grid-xs-4 > li,  .block-grid-xs-4 > div  { width: 25%; }
.block-grid-xs-5 > li,  .block-grid-xs-5 > div  { width: 20%; }
.block-grid-xs-6 > li,  .block-grid-xs-6 > div  { width: 16.66667%; }
.block-grid-xs-7 > li,  .block-grid-xs-7 > div  { width: 14.28571%; }
.block-grid-xs-8 > li,  .block-grid-xs-8 > div  { width: 12.5%; }
.block-grid-xs-9 > li,  .block-grid-xs-9 > div  { width: 11.11111%; }
.block-grid-xs-10 > li, .block-grid-xs-10 > div { width: 10%; }
.block-grid-xs-11 > li, .block-grid-xs-11 > div { width: 9.09091%; }
.block-grid-xs-12 > li, .block-grid-xs-12 > div { width: 8.33333%; }



@media (min-width: 640px) {

	[class*="block-grid-sm-"] > li,
	[class*="block-grid-sm-"] > div {
		list-style: none;
	}

	[class*="block-grid-sm-"] > li:nth-of-type(1n),
	[class*="block-grid-sm-"] > div:nth-of-type(1n) {
		clear: none;
	}

	.block-grid-sm-1  > li:nth-of-type(1n+1),    .block-grid-sm-1  > div:nth-of-type(1n+1),
	.block-grid-sm-2  > li:nth-of-type(2n+1),    .block-grid-sm-2  > div:nth-of-type(2n+1),
	.block-grid-sm-3  > li:nth-of-type(3n+1),    .block-grid-sm-3  > div:nth-of-type(3n+1),
	.block-grid-sm-4  > li:nth-of-type(4n+1),    .block-grid-sm-4  > div:nth-of-type(4n+1),
	.block-grid-sm-5  > li:nth-of-type(5n+1),    .block-grid-sm-5  > div:nth-of-type(5n+1),
	.block-grid-sm-6  > li:nth-of-type(6n+1),    .block-grid-sm-6  > div:nth-of-type(6n+1),
	.block-grid-sm-7  > li:nth-of-type(7n+1),    .block-grid-sm-7  > div:nth-of-type(7n+1),
	.block-grid-sm-8  > li:nth-of-type(8n+1),    .block-grid-sm-8  > div:nth-of-type(8n+1),
	.block-grid-sm-9  > li:nth-of-type(9n+1),    .block-grid-sm-9  > div:nth-of-type(9n+1),
	.block-grid-sm-10 > li:nth-of-type(10n+1),   .block-grid-sm-10 > div:nth-of-type(10n+1),
	.block-grid-sm-11 > li:nth-of-type(11n+1),   .block-grid-sm-11 > div:nth-of-type(11n+1),
	.block-grid-sm-12 > li:nth-of-type(12n+1),   .block-grid-sm-12 > div:nth-of-type(12n+1) {
		clear: both;
	}

	.block-grid-sm-1 > li,  .block-grid-sm-1 > div  { width: 100%; }
	.block-grid-sm-2 > li,  .block-grid-sm-2 > div  { width: 50%; }
	.block-grid-sm-3 > li,  .block-grid-sm-3 > div  { width: 33.33333%; }
	.block-grid-sm-4 > li,  .block-grid-sm-4 > div  { width: 25%; }
	.block-grid-sm-5 > li,  .block-grid-sm-5 > div  { width: 20%; }
	.block-grid-sm-6 > li,  .block-grid-sm-6 > div  { width: 16.66667%; }
	.block-grid-sm-7 > li,  .block-grid-sm-7 > div  { width: 14.28571%; }
	.block-grid-sm-8 > li,  .block-grid-sm-8 > div  { width: 12.5%; }
	.block-grid-sm-9 > li,  .block-grid-sm-9 > div  { width: 11.11111%; }
	.block-grid-sm-10 > li, .block-grid-sm-10 > div { width: 10%; }
	.block-grid-sm-11 > li, .block-grid-sm-11 > div { width: 9.09091%; }
	.block-grid-sm-12 > li, .block-grid-sm-12 > div { width: 8.33333%; }

}

@media (min-width: 1024px) {

	[class*="block-grid-md-"] > li,
	[class*="block-grid-md-"] > div {
		list-style: none;
	}

	[class*="block-grid-md-"] > li:nth-of-type(1n),
	[class*="block-grid-md-"] > div:nth-of-type(1n) {
		clear: none;
	}

	.block-grid-md-1  > li:nth-of-type(1n+1),    .block-grid-md-1  > div:nth-of-type(1n+1),
	.block-grid-md-2  > li:nth-of-type(2n+1),    .block-grid-md-2  > div:nth-of-type(2n+1),
	.block-grid-md-3  > li:nth-of-type(3n+1),    .block-grid-md-3  > div:nth-of-type(3n+1),
	.block-grid-md-4  > li:nth-of-type(4n+1),    .block-grid-md-4  > div:nth-of-type(4n+1),
	.block-grid-md-5  > li:nth-of-type(5n+1),    .block-grid-md-5  > div:nth-of-type(5n+1),
	.block-grid-md-6  > li:nth-of-type(6n+1),    .block-grid-md-6  > div:nth-of-type(6n+1),
	.block-grid-md-7  > li:nth-of-type(7n+1),    .block-grid-md-7  > div:nth-of-type(7n+1),
	.block-grid-md-8  > li:nth-of-type(8n+1),    .block-grid-md-8  > div:nth-of-type(8n+1),
	.block-grid-md-9  > li:nth-of-type(9n+1),    .block-grid-md-9  > div:nth-of-type(9n+1),
	.block-grid-md-10 > li:nth-of-type(10n+1),   .block-grid-md-10 > div:nth-of-type(10n+1),
	.block-grid-md-11 > li:nth-of-type(11n+1),   .block-grid-md-11 > div:nth-of-type(11n+1),
	.block-grid-md-12 > li:nth-of-type(12n+1),   .block-grid-md-12 > div:nth-of-type(12n+1) {
		clear: both;
	}

	.block-grid-md-1 > li,  .block-grid-md-1 > div  { width: 100%; }
	.block-grid-md-2 > li,  .block-grid-md-2 > div  { width: 50%; }
	.block-grid-md-3 > li,  .block-grid-md-3 > div  { width: 33.33333%; }
	.block-grid-md-4 > li,  .block-grid-md-4 > div  { width: 25%; }
	.block-grid-md-5 > li,  .block-grid-md-5 > div  { width: 20%; }
	.block-grid-md-6 > li,  .block-grid-md-6 > div  { width: 16.66667%; }
	.block-grid-md-7 > li,  .block-grid-md-7 > div  { width: 14.28571%; }
	.block-grid-md-8 > li,  .block-grid-md-8 > div  { width: 12.5%; }
	.block-grid-md-9 > li,  .block-grid-md-9 > div  { width: 11.11111%; }
	.block-grid-md-10 > li, .block-grid-md-10 > div { width: 10%; }
	.block-grid-md-11 > li, .block-grid-md-11 > div { width: 9.09091%; }
	.block-grid-md-12 > li, .block-grid-md-12 > div { width: 8.33333%; }

}


@media (min-width: 1260px) {

	[class*="block-grid-lg-"] > li,
	[class*="block-grid-lg-"] > div {
		list-style: none;
	}

	[class*="block-grid-lg-"] > li:nth-of-type(1n),
	[class*="block-grid-lg-"] > div:nth-of-type(1n) {
		clear:none;
	}

	.block-grid-lg-1  > li:nth-of-type(1n+1),    .block-grid-lg-1  > div:nth-of-type(1n+1),
	.block-grid-lg-2  > li:nth-of-type(2n+1),    .block-grid-lg-2  > div:nth-of-type(2n+1),
	.block-grid-lg-3  > li:nth-of-type(3n+1),    .block-grid-lg-3  > div:nth-of-type(3n+1),
	.block-grid-lg-4  > li:nth-of-type(4n+1),    .block-grid-lg-4  > div:nth-of-type(4n+1),
	.block-grid-lg-5  > li:nth-of-type(5n+1),    .block-grid-lg-5  > div:nth-of-type(5n+1),
	.block-grid-lg-6  > li:nth-of-type(6n+1),    .block-grid-lg-6  > div:nth-of-type(6n+1),
	.block-grid-lg-7  > li:nth-of-type(7n+1),    .block-grid-lg-7  > div:nth-of-type(7n+1),
	.block-grid-lg-8  > li:nth-of-type(8n+1),    .block-grid-lg-8  > div:nth-of-type(8n+1),
	.block-grid-lg-9  > li:nth-of-type(9n+1),    .block-grid-lg-9  > div:nth-of-type(9n+1),
	.block-grid-lg-10 > li:nth-of-type(10n+1),   .block-grid-lg-10 > div:nth-of-type(10n+1),
	.block-grid-lg-11 > li:nth-of-type(11n+1),   .block-grid-lg-11 > div:nth-of-type(11n+1),
	.block-grid-lg-12 > li:nth-of-type(12n+1),   .block-grid-lg-12 > div:nth-of-type(12n+1),
	.block-grid-lg-13 > li:nth-of-type(13n+1),   .block-grid-lg-13 > div:nth-of-type(13n+1) {
		clear: both;
	}

	.block-grid-lg-1 > li,  .block-grid-lg-1 > div  { width: 100%; }
	.block-grid-lg-2 > li,  .block-grid-lg-2 > div  { width: 50%; }
	.block-grid-lg-3 > li,  .block-grid-lg-3 > div  { width: 33.33333%; }
	.block-grid-lg-4 > li,  .block-grid-lg-4 > div  { width: 25%; }
	.block-grid-lg-5 > li,  .block-grid-lg-5 > div  { width: 20%; }
	.block-grid-lg-6 > li,  .block-grid-lg-6 > div  { width: 16.66667%; }
	.block-grid-lg-7 > li,  .block-grid-lg-7 > div  { width: 14.28571%; }
	.block-grid-lg-8 > li,  .block-grid-lg-8 > div  { width: 12.5%; }
	.block-grid-lg-9 > li,  .block-grid-lg-9 > div  { width: 11.11111%; }
	.block-grid-lg-10 > li, .block-grid-lg-10 > div { width: 10%; }
	.block-grid-lg-11 > li, .block-grid-lg-11 > div { width: 9.09091%; }
	.block-grid-lg-12 > li, .block-grid-lg-12 > div { width: 8.33333%; }
    .block-grid-lg-13 > li, .block-grid-lg-13 > div { width: 7.69230%; }

}

/* select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* slick.css */
/*--------------------------------------
    #Slick
--------------------------------------*/


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}


.slick-list {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}


.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}


.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}


.slick-track:after {
    clear: both;
}


.slick-loading .slick-track {
    visibility: hidden;
}


.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}


[dir='rtl'] .slick-slide {
    float: right;
}


.slick-slide img {
    display: block;
}


.slick-slide.slick-loading img {
    display: none;
}


.slick-slide.dragging img {
    pointer-events: none;
}


.slick-initialized .slick-slide {
    display: block;
}


.slick-loading .slick-slide {
    visibility: hidden;
}


.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


.slick-arrow.slick-hidden {
    display: none;
}

/* simplelightbox.css */
/* line 1, ../sass/simplelightbox.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1006;
}

/* line 12, ../sass/simplelightbox.scss */
.sl-wrapper {
  z-index: 1000;
}
/* line 14, ../sass/simplelightbox.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
}
/* line 20, ../sass/simplelightbox.scss */
.sl-wrapper button:hover {
  opacity: 0.7;
}
/* line 25, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1015;
}
/* line 33, ../sass/simplelightbox.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015;
}
/* line 41, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
/* line 44, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif;
}
/* line 55, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 40px;
}
/* line 59, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 40px;
}
/* line 65, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
/* line 70, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}
/* line 75, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 87, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}

/* line 98, ../sass/simplelightbox.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

/* line 117, ../sass/simplelightbox.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* maps.css */
.maps-map {
	width: 100%;
	height: 270px;
}


.map-actions {
	margin-top: 10px;
}

/* modal.css */
/*--------------------------------------
    #Modal
--------------------------------------*/


.modal {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: z-index 250ms ease, visibility 250ms ease, opacity 250ms ease;
  transition: z-index 250ms ease, visibility 250ms ease, opacity 250ms ease;
}

.modal.is-open {
  z-index: 31;
  opacity: 1;
  visibility: visible;
}


.modal-bg {
  cursor: pointer;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #001a2a;
}


.modal-box {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
}

.modal.is-open .modal-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.modal-close {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  color: #c0c0c0;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.modal-close:before {
  content: "\f00d";
  font-family: FontAwesome;
}

.modal-close:hover {
  color: #0097bd;
}


.modal-content {
  padding: 40px 20px 20px 20px;
  font-size: 20px;
}


.modal-image {
  display: block;
  margin-bottom: 15px;
}


.modal-content h1,
.modal-content h2 {
  color: #0097bd;
  text-align: center;
  font-family: din, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}


.modal-content h3 {
  font-size: 1.75rem;
}


.modal-content p:last-child { margin-bottom: 0; }


@media only screen and (min-width: 640px) {


  .modal { padding: 20px; }


  .modal-content { padding: 40px; }


  .modal-image { margin-bottom: 30px; }


  .modal-content h1, .modal-content h2 {
    font-size: 3rem;
  }

  .modal-content h3 { font-size: 2.5rem; }


}

/* tooltip.css */
/*--------------------------------------
    #Tooltip
--------------------------------------*/


.tooltip {
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	max-width: 320px;
	padding: 20px;
	color: #ffffff;
	background-color: #0097bd;
	-webkit-transition: opacity 250ms ease 250ms, visibility 250ms ease 250ms;
	transition: opacity 250ms ease 250ms, visibility 250ms ease 250ms;
	-webkit-font-smoothing: subpixel-antialiased;
}

.tooltip.is-shown {
	opacity: 1;
	visibility: visible;
}


.tooltip.tooltip--orange {
	background-color: #faa21b;
}


.tooltip:before {
	content: "\f0d8";
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 40px;
	margin: 0 0 0 -20px;
	color: #0097bd;
	line-height: 9px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 40px;
}

.tooltip.arrow-up:before {
	bottom: auto;
	top: 100%;
	content: "\f0d7";
}

.tooltip--orange:before {
	color: #faa21b;
}


.tooltip-content { margin: 0; }

/* push-notify.css */
/*--------------------------------------
    #Push-notify
--------------------------------------*/


.push-notify {
    z-index: 30;
    position: fixed;
    top: 62px;
    right: 0;
    width: 100%;
    max-width: 480px;
    background-color: #faa21b;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 350ms ease, box-shadow 350ms ease;
    transition: transform 350ms ease, box-shadow 350ms ease;
}

.push-notify.show-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}


.push-close.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    outline: none;
    border: none;
    color: #ffffff;
    line-height: 40px;
}


.push-notify .push-close .fa {
    margin-left: 0;
    line-height: 40px;
    font-size: 24px;
}


.push-item {
    display: block;
    padding: 25px;
}


.push-title {
    margin-bottom: 5px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 18px;
}


.push-ingress {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}


@media only screen and (min-width: 640px) {


	.push-notify {
	    top: 80px;
	}


}


@media only screen and (min-width: 768px) {


    .push-notify { top: 10%; }


    .push-notify.show-push {
        -webkit-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }


}

/* subpage.css */
/*

  Brand blue: #0097bd
  Brand orange: #faa21b

*/

/*--------------------------------------
    #Sidepanel
--------------------------------------*/


.sidepanel-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
}


.sidepanel-title-link {
    color: #555;
}





/*--------------------------------------
    #Sidemenu
--------------------------------------*/


.sidemenu,
.sidemenu--sub {
    margin: 0 0 20px;
    padding: 0;
    list-style: none outside;
}


.sidemenu:last-child {
    margin-bottom: 0;
}


.sidemenu--sub {
    display: none;
    margin: 0;
    padding-left: 20px;
}


.sidemenu--sub.is-open {
    display: block;
}


.sidemenu-item {
    border-bottom: 1px solid #f4f4f4;
}


.sidemenu-item:first-child {
    border-top: 1px solid #f4f4f4;
}


.sidemenu--sub .sidemenu-item:last-child {
    border-bottom: none;
}


.sidemenu-item {
    z-index: 1;
    position: relative;
}


.sidemenu-link {
    display: block;
    padding: 10px;
    line-height: 20px;
}


.sidemenu-link:before {
    content: '\f105';
    display: inline-block;
    margin-right: 7px;
    vertical-align: bottom;
    line-height: 20px;
    font-family: FontAwesome;
    font-size: 14px;
}


.sidemenu-link:hover {
    background-color: #f4f4f4;
}


.sidemenu-link.has-submenu {
    padding-right: 40px;
}


.sidemenu-link.is-current {
    color: #555;
    font-weight: 500;
}


.sidemenu-toggler {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #0097bd;
    line-height: 40px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.sidemenu-toggler:before {
    content: '\f067';
}


.sidemenu-link:hover .sidemenu-toggler {
    -webkit-transform: scale(1);
    transform: scale(1);
}


.sidemenu-link.is-current .sidemenu-toggler {
    color: #555;
}


.sidemenu-toggler.is-open:before {
    content: '\f068';
}





/*--------------------------------------
    #Blockmenu
--------------------------------------*/


.blockmenu-item {
    padding-bottom: 11px !important;
}


.blockmenu-link {
    display: block;
    padding: 6px 10px;
}


.blockmenu-link:hover {
    background-color: #0097bd;
    color: #fff;
}





/*--------------------------------------
    #Trail
--------------------------------------*/


.trail {
    margin: 10px 0;
}


.trail-item {
    float: left;
    color: #0097bd;
    line-height: 20px;
}


.trail-item.is-current {
    color: #555;
    font-weight: 500;
}


.trail-spacer {
    float: left;
    margin: 0 10px;
    color: #555;
    line-height: 20px;
    font-style: normal;
}


.trail-spacer:before {
    content: '\f105';
    line-height: 20px;
    font-family: FontAwesome;
}


.trail-item .fa {
    margin-left: 2px;
    vertical-align: top;
    font-size: 14px;
}





/*--------------------------------------
    #Page header elements
--------------------------------------*/


.page-hero {
    position: relative;
    margin: 20px 0;
	background-color: #001a2a;
}


.page-hero--office {
    margin-bottom: 0;
	background-color: transparent;
}


.page-hero-img {
    display: block;
	opacity: 0.5;
}


.page-hero--office .page-hero-img {
	width: 100%;
	opacity: 1;
}


.page-hero-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.page-title-link {
    color: #555;
}


@media only screen and (min-width: 768px) {


	.page-hero-img {
		opacity: 1;
	}


	.page-hero-logo {
	    position: absolute;
	    top: 20px;
		left: auto;
	    right: 20px;
		-webkit-transform: none;
		transform: none;
	}


}





/*--------------------------------------
    #Model page header elements
--------------------------------------*/


.model-heading {
    margin-bottom: 10px;
}


.model-subtitle {
    margin-top: 15px;
    margin-bottom: 11px;
}





/*--------------------------------------
    #Model list
--------------------------------------*/


.modellist-linkbox {
    display: block;
    height: 456px;
    /* HOX */
    background-color: #fff;
}


.modellist-imgwrap {
    overflow: hidden;
}


.modellist-img {
    width: 100%;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
}


.modellist-linkbox:hover .modellist-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.modellist-content {
    padding: 20px;
    color: #555;
}


.modellist-title {
    margin-bottom: 0.25em;
    color: #0097bd;
}


.modellist-description:last-child {
    margin-bottom: 0;
}





/*--------------------------------------
    #Model page header elements
--------------------------------------*/
.model-heading {
    margin-bottom: 10px;
}
.model-subtitle {
    margin-top: 15px;
    margin-bottom: 11px;
}





/*--------------------------------------
    #Car item
--------------------------------------*/


.addthis_sharing_toolbox {
    float: right;
    margin-top: 15px;
}


.car-sub {
    bottom: 0;
    color: #faa21b;
    font-size: 0.6em;
}


.car-pricebox {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}


.car-price,
.car-price-sub {
    display: block;
}


.car-price {
    font-size: 1.25em;
}


.car-price strong {
    color: #0097bd;
}


.car-slide-img {
    cursor: pointer;
    display: block;
}


.car-thumbs {
    margin: 5px -5px 0;
}


.car-thumb-item {
    cursor: pointer;
    float: left;
    width: calc(25% - 10px);
    height: 82px;
    margin: 5px;
    background: no-repeat center center;
    background-size: auto 100%;
}


.car-infobox {
    position: relative;
    margin: 40px 0 20px;
    padding: 20px 10px 10px;
    border: 1px solid #e0e0e0;
}


.car-infobox-label {
    position: absolute;
    top: -14px;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    background-color: #fff;
    color: #0097bd;
    font-size: 1.25em;
}


.car-infolist {
    font-size: 16px;
}


.car-infolist .car-infolist-item {
    padding-top: 5px;
    padding-bottom: 5px;
}


.car-infolist .car-infolist-item:nth-child(2n+1) {
    border-right: 1px solid #e0e0e0;
}


.car-infolist-label {
    font-weight: 500;
}


.car-infolist-value {
    float: right;
}





/*--------------------------------------
    #Maintenance content
--------------------------------------*/


.section.maintenance-content {
    padding-top: 0;
}





/*--------------------------------------
    #Biilidiili
--------------------------------------*/


.biilidiili-title {
    margin-bottom: 30px;
}


.biilidiili-link {
    display: block;
}


.biilidiili--vaihtoautot {
	display: block;
	margin: 20px 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}


.biilidiili--vaihtoautot-logo {
	width: 150px;
}


.biilidiili--vaihtoautot-text {
	display: block;
	margin-top: 0.5em;
}


@media only screen and (min-width: 640px) {


	.biilidiili--vaihtoautot {
		position: relative;
		float: right;
		width: 210px;
		margin: -41px 0 0 0;
	}


}





/*--------------------------------------
    #Page hero carousel
--------------------------------------*/


.page-hero-img-carousel img {
	display: none;
}


.page-hero-img-carousel .slick-dots {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	overflow: hidden;
	margin: 15px 10px 0 0;
	padding: 0 5px;
	list-style: none outside;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.page-hero-img-carousel .slick-dots li {
	margin: -7px 5px 5px 5px;
	float: left;
}


.page-hero-img-carousel .slick-dots button {
	display: block;
	width: 24px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #0097bd;
	text-indent: -9999px;
	-webkit-transform: rotate(22.5deg);
	transform: rotate(22.5deg);
}

.page-hero-img-carousel .slick-dots .slick-active button {
	background-color: #ffffff;
}

/* valikko.css */
.menu-item.menu-item--office {
	float: left;
}

.menu-link.level-1 span {
	font-size: 12px;
}

@media only screen and (min-width: 1024px) {
	.menu-link.level-1 {
		padding: 0 18px;
	}
}


@media screen and (min-width: 768px) {
	.newslist-linkbox {
		min-height: 296px;
	}
}
