/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * agnian.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (agnian.scss) is where all the partials are
 * imported.
 *
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/* Retina Ready Sprite Generation */
/* End Of Retina Ready Sprite Generation */
/*! 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 9, ../zurb_foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 450, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:38.8125em) and (max-width:48em)/";
  width: 38.8125em;
}

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

/* line 460, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:48.0625em) and (max-width:62em)/";
  width: 48.0625em;
}

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

/* line 470, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:62.0625em) and (max-width:75em)/";
  width: 62.0625em;
}

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

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

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

/* line 492, ../zurb_foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

/* line 239, ../zurb_foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 240, ../zurb_foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 163, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 163, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 163, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 278, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/*
@import "../zurb_foundation/scss/foundation/components/accordion";
@import "../zurb_foundation/scss/foundation/components/alert-boxes";
@import "../zurb_foundation/scss/foundation/components/block-grid";
@import "../zurb_foundation/scss/foundation/components/breadcrumbs";
@import "../zurb_foundation/scss/foundation/components/button-groups";
@import "../zurb_foundation/scss/foundation/components/buttons";
@import "../zurb_foundation/scss/foundation/components/clearing";
@import "../zurb_foundation/scss/foundation/components/dropdown";
@import "../zurb_foundation/scss/foundation/components/dropdown-buttons";
@import "../zurb_foundation/scss/foundation/components/flex-video";
@import "../zurb_foundation/scss/foundation/components/forms";
@import "../zurb_foundation/scss/foundation/components/icon-bar";
@import "../zurb_foundation/scss/foundation/components/inline-lists";
@import "../zurb_foundation/scss/foundation/components/joyride";
@import "../zurb_foundation/scss/foundation/components/keystrokes";
@import "../zurb_foundation/scss/foundation/components/labels";
@import "../zurb_foundation/scss/foundation/components/magellan";
@import "../zurb_foundation/scss/foundation/components/orbit";
@import "../zurb_foundation/scss/foundation/components/pagination";
@import "../zurb_foundation/scss/foundation/components/panels";
@import "../zurb_foundation/scss/foundation/components/pricing-tables";
@import "../zurb_foundation/scss/foundation/components/progress-bars";
@import "../zurb_foundation/scss/foundation/components/range-slider";
@import "../zurb_foundation/scss/foundation/components/reveal";
@import "../zurb_foundation/scss/foundation/components/side-nav";
@import "../zurb_foundation/scss/foundation/components/split-buttons";
@import "../zurb_foundation/scss/foundation/components/sub-nav";
@import "../zurb_foundation/scss/foundation/components/switches";
@import "../zurb_foundation/scss/foundation/components/tables";
@import "../zurb_foundation/scss/foundation/components/tabs";
@import "../zurb_foundation/scss/foundation/components/thumbs";
@import "../zurb_foundation/scss/foundation/components/tooltips";
@import "../zurb_foundation/scss/foundation/components/top-bar";
@import "../zurb_foundation/scss/foundation/components/type";
@import "../zurb_foundation/scss/foundation/components/offcanvas";
@import "../zurb_foundation/scss/foundation/components/visibility";
*/
/* ========================= BREAKPOINTS ==========================

$var1: 500px; // assume min-width (by default) if only a number
$var2: 600px 800px; // set min-width/max-width if both values are numbers
$var3: max-width 1000px; // if one value is a string, assume a feature/value pair
$var4: (min-height 1000px) (orientation portrait); // string tests together within parentheses, assume each item is a feature value pair */
/* ========================= END OF BREAKPOINTS ========================== */
/* ========================= COLORS =============================== */
/* ========================= END OF COLORS ======================== */
/* ========================= FONTS =============================== */
/* ========================= END OF FONTS ======================== */
@font-face {
  font-family: 'Titillium';
  src: url("../fonts/Titillium-Regular.eot");
  src: url("../fonts/Titillium-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Titillium-Regular.woff") format("woff"), url("../fonts/Titillium-Regular.ttf") format("truetype"), url("../fonts/Titillium-Regular.svg#Titillium-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/Roboto Medium.eot");
  src: url("../fonts/Roboto Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto Medium.woff2") format("woff2"), url("../fonts/Roboto Medium.woff") format("woff"), url("../fonts/Roboto Medium.svg#Roboto Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FFFD;
}
@font-face {
  font-family: 'Titillium Bd';
  src: url("../fonts/Titillium Bold.eot");
  src: url("../fonts/Titillium Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Titillium Bold.woff2") format("woff2"), url("../fonts/Titillium Bold.woff") format("woff"), url("../fonts/Titillium Bold.svg#Titillium Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F6C3;
}
/* line 2, ../sass/base/_5_overrides.scss */
.row {
  max-width: 73.75rem;
}
/* line 4, ../sass/base/_5_overrides.scss */
.row .row {
  max-width: inherit;
  width: inherit;
  margin: inherit;
}

/* line 13, ../sass/base/_5_overrides.scss */
ul.pagination li.current a,
ul.pagination li.current button {
  background-color: #009bd9;
}

/* Owl Carousel Bug fix for IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 18, ../sass/base/_5_overrides.scss */
  .paragraph.section.style-folder .owl-carousel {
    padding: 0 !important;
  }
  /* line 21, ../sass/base/_5_overrides.scss */
  .paragraph.section.style-folder .owl-carousel .owl-nav {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
  /* line 21, ../sass/base/_5_overrides.scss */
  .paragraph.section.style-folder .owl-carousel .owl-nav {
    display: block;
  }
  /* line 25, ../sass/base/_5_overrides.scss */
  .paragraph.section.style-folder .owl-carousel .owl-nav > .owl-prev {
    left: -25px;
  }
  /* line 28, ../sass/base/_5_overrides.scss */
  .paragraph.section.style-folder .owl-carousel .owl-nav > .owl-next {
    right: -25px;
  }
}

/* line 1, ../sass/base/_6_elements.scss */
body {
  color: #163970;
  font-family: 'Roboto';
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 6, ../sass/base/_6_elements.scss */
body.enScroll.path-frontpage {
  overflow: hidden;
}

/* line 9, ../sass/base/_6_elements.scss */
sup {
  font-size: 33%;
  top: -1.5em;
}

/* line 13, ../sass/base/_6_elements.scss */
#main {
  overflow: hidden;
}

/* ========== Headings ============= */
/* line 15, ../sass/base/_6_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium';
}
/* line 22, ../sass/base/_6_elements.scss */
h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
  color: inherit;
}

/* ========== Anchors ============= */
/* line 27, ../sass/base/_6_elements.scss */
a,
a:active,
a:focus {
  border: 0;
  outline: 0;
  color: #009bd9;
  text-decoration: none;
}

/* ========== Media ============= */
/* line 37, ../sass/base/_6_elements.scss */
iframe,
img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* line 43, ../sass/base/_6_elements.scss */
iframe {
  width: 100%;
}

/* line 45, ../sass/base/_6_elements.scss */
p {
  margin: 0 0 10px;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 50, ../sass/base/_6_elements.scss */
p a:hover {
  text-decoration: underline;
}

/* line 91, ../sass/base/_6_elements.scss */
.title {
  margin: 25px 0;
  color: #163970;
  font: 20px/normal "Titillium", sans-serif;
  text-align: center;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  /* line 91, ../sass/base/_6_elements.scss */
  .title {
    font-size: 30px;
  }
}
@media (min-width: 993px) {
  /* line 91, ../sass/base/_6_elements.scss */
  .title {
    font-size: 48px;
  }
}

/* line 4, ../sass/base/_drupal.scss */
.admin-menu .fixed {
  top: 1.8125em;
}

/* line 11, ../sass/base/_drupal.scss */
#status-messages.reveal-modal .alert-box {
  margin-bottom: 0;
}

/* line 18, ../sass/base/_drupal.scss */
.reveal-modal {
  z-index: 999;
}

/* line 25, ../sass/base/_drupal.scss */
.item-list .pager {
  clear: none;
}

/* line 29, ../sass/base/_drupal.scss */
.item-list .pager li {
  padding: 0;
}

/* line 34, ../sass/base/_drupal.scss */
.inline {
  list-style-type: none;
}
/* line 6, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
.inline, .inline li {
  margin: 0;
  padding: 0;
  display: inline;
}

/* for admin */
/* line 2, ../sass/layout/_1_base-layout.scss */
body.toolbar-fixed {
  padding-top: 0 !important;
}
/* line 4, ../sass/layout/_1_base-layout.scss */
body.toolbar-fixed #toolbar {
  display: none;
}
@media (min-width: 768px) {
  /* line 2, ../sass/layout/_1_base-layout.scss */
  body.toolbar-fixed {
    padding-top: 79px !important;
  }
  /* line 7, ../sass/layout/_1_base-layout.scss */
  body.toolbar-fixed #toolbar {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 2, ../sass/layout/_1_base-layout.scss */
  body.toolbar-fixed {
    padding-top: 79px !important;
  }
  /* line 12, ../sass/layout/_1_base-layout.scss */
  body.toolbar-fixed #header {
    top: 69px;
  }
}

@media (min-width: 768px) {
  /* line 16, ../sass/layout/_1_base-layout.scss */
  body.fixed {
    padding-top: 400px !important;
  }
}

/* line 20, ../sass/layout/_1_base-layout.scss */
body.popup-opened {
  overflow: hidden;
}

/* line 21, ../sass/layout/_1_base-layout.scss */
body.path-user {
  padding-top: 200px !important;
}

/* line 22, ../sass/layout/_1_base-layout.scss */
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #fff url("../images/loading.gif") no-repeat center center;
}

/* line 1, ../sass/layout/_2_header.scss */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* line 16, ../sass/layout/_2_header.scss */
#header > .holder {
  position: relative;
  padding: 10px 0;
}
/* line 21, ../sass/layout/_2_header.scss */
#header > .holder .logo-cont {
  float: left;
}
/* line 23, ../sass/layout/_2_header.scss */
#header > .holder .logo-cont img {
  width: 50%;
  margin: 0 10px;
}
@media (min-width: 769px) {
  /* line 23, ../sass/layout/_2_header.scss */
  #header > .holder .logo-cont img {
    width: 47%;
  }
}
@media (min-width: 992px) {
  /* line 23, ../sass/layout/_2_header.scss */
  #header > .holder .logo-cont img {
    width: 70%;
  }
}
/* line 28, ../sass/layout/_2_header.scss */
#header > .holder .logo-cont img.scrolled {
  display: none;
  width: 50%;
}
@media (min-width: 769px) {
  /* line 28, ../sass/layout/_2_header.scss */
  #header > .holder .logo-cont img.scrolled {
    width: 47%;
  }
}
@media (min-width: 992px) {
  /* line 28, ../sass/layout/_2_header.scss */
  #header > .holder .logo-cont img.scrolled {
    width: 55%;
  }
}
/* line 38, ../sass/layout/_2_header.scss */
#header > .holder > .contact_link {
  display: none;
}
@media (min-width: 769px) {
  /* line 38, ../sass/layout/_2_header.scss */
  #header > .holder > .contact_link {
    display: block;
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
    border: solid 3px;
    border-radius: 50px;
  }
  /* line 53, ../sass/layout/_2_header.scss */
  #header > .holder > .contact_link > a {
    display: block;
    padding: 10px 20px;
    color: #fff;
  }
}
/* line 60, ../sass/layout/_2_header.scss */
#header > .holder .region-header {
  float: right;
  position: absolute;
  right: 170px;
  top: 60%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
/* line 67, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu,
#header > .holder .region-header #block-mainmenu,
#header > .holder .region-header .menu--main-menu {
  display: none;
}
@media (min-width: 768px) {
  /* line 67, ../sass/layout/_2_header.scss */
  #header > .holder .region-header #block-agnian-main-menu,
  #header > .holder .region-header #block-mainmenu,
  #header > .holder .region-header .menu--main-menu {
    display: block;
  }
}
/* line 73, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li,
#header > .holder .region-header #block-mainmenu ul.menu > li,
#header > .holder .region-header .menu--main-menu ul.menu > li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 992px) {
  /* line 73, ../sass/layout/_2_header.scss */
  #header > .holder .region-header #block-agnian-main-menu ul.menu > li,
  #header > .holder .region-header #block-mainmenu ul.menu > li,
  #header > .holder .region-header .menu--main-menu ul.menu > li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 73, ../sass/layout/_2_header.scss */
  #header > .holder .region-header #block-agnian-main-menu ul.menu > li,
  #header > .holder .region-header #block-mainmenu ul.menu > li,
  #header > .holder .region-header .menu--main-menu ul.menu > li {
    font-size: 18px;
  }
}
/* line 81, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li.menu-item--active-trail,
#header > .holder .region-header #block-mainmenu ul.menu > li.menu-item--active-trail,
#header > .holder .region-header .menu--main-menu ul.menu > li.menu-item--active-trail {
  font-weight: bold;
}
/* line 84, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li:not(:last-of-type) a,
#header > .holder .region-header #block-mainmenu ul.menu > li:not(:last-of-type) a,
#header > .holder .region-header .menu--main-menu ul.menu > li:not(:last-of-type) a {
  border-right: solid 2px;
}
/* line 87, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li > a,
#header > .holder .region-header #block-mainmenu ul.menu > li > a,
#header > .holder .region-header .menu--main-menu ul.menu > li > a {
  color: #fff;
  padding: 0 12px;
}
/* line 91, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li > ul.menu,
#header > .holder .region-header #block-mainmenu ul.menu > li > ul.menu,
#header > .holder .region-header .menu--main-menu ul.menu > li > ul.menu {
  display: none;
}
/* line 92, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li.menu-item--active-trail,
#header > .holder .region-header #block-mainmenu ul.menu > li.menu-item--active-trail,
#header > .holder .region-header .menu--main-menu ul.menu > li.menu-item--active-trail {
  position: relative;
  background: #fff;
  padding-bottom: 5px;
  right: 6px;
  margin-right: -6px;
}
/* line 98, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li.menu-item--active-trail a,
#header > .holder .region-header #block-mainmenu ul.menu > li.menu-item--active-trail a,
#header > .holder .region-header .menu--main-menu ul.menu > li.menu-item--active-trail a {
  border: none;
}
/* line 99, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li.menu-item--active-trail > .triangle,
#header > .holder .region-header #block-mainmenu ul.menu > li.menu-item--active-trail > .triangle,
#header > .holder .region-header .menu--main-menu ul.menu > li.menu-item--active-trail > .triangle {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
}
/* line 111, ../sass/layout/_2_header.scss */
#header > .holder .region-header #block-agnian-main-menu ul.menu > li.menu-item--active-trail:before,
#header > .holder .region-header #block-mainmenu ul.menu > li.menu-item--active-trail:before,
#header > .holder .region-header .menu--main-menu ul.menu > li.menu-item--active-trail:before {
  content: "";
  top: -198px;
  left: 0;
  right: 0;
  background: #fff;
  height: 200px;
  position: absolute;
}
/* line 126, ../sass/layout/_2_header.scss */
#header.scrolled {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(190, 190, 190, 0.5);
}
/* line 131, ../sass/layout/_2_header.scss */
#header.scrolled > .holder {
  padding: 10px 0;
  border: none;
}
/* line 135, ../sass/layout/_2_header.scss */
#header.scrolled img {
  display: none;
}
/* line 137, ../sass/layout/_2_header.scss */
#header.scrolled img.scrolled {
  display: block !important;
}
/* line 139, ../sass/layout/_2_header.scss */
#header.scrolled li {
  color: #009bd9 !important;
}
/* line 140, ../sass/layout/_2_header.scss */
#header.scrolled a {
  color: #163970 !important;
}
/* line 141, ../sass/layout/_2_header.scss */
#header.scrolled > .line {
  overflow: hidden;
}
/* line 143, ../sass/layout/_2_header.scss */
#header.scrolled > .line div {
  float: left;
  width: 25%;
  height: 4px;
}
/* line 147, ../sass/layout/_2_header.scss */
#header.scrolled > .line div.one {
  background: #005072;
}
/* line 148, ../sass/layout/_2_header.scss */
#header.scrolled > .line div.two {
  background: #0081ab;
}
/* line 149, ../sass/layout/_2_header.scss */
#header.scrolled > .line div.three {
  background: #009bd9;
}
/* line 150, ../sass/layout/_2_header.scss */
#header.scrolled > .line div.four {
  background: #98dae9;
}
/* line 153, ../sass/layout/_2_header.scss */
#header.scrolled .contact_link {
  color: #163970;
}
/* line 155, ../sass/layout/_2_header.scss */
#header.scrolled.actv img {
  display: block;
}
/* line 157, ../sass/layout/_2_header.scss */
#header.scrolled.actv img.scrolled {
  display: none !important;
}
/* line 161, ../sass/layout/_2_header.scss */
#header.actv {
  background-color: #009bd9;
}
/* line 163, ../sass/layout/_2_header.scss */
#header.actv img {
  opacity: 0.5;
}
/* line 164, ../sass/layout/_2_header.scss */
#header.actv > .line {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 169, ../sass/layout/_2_header.scss */
#header.actv > .line div {
  float: left;
  width: 25%;
  height: 4px;
}
/* line 173, ../sass/layout/_2_header.scss */
#header.actv > .line div.one {
  background: #005072;
}
/* line 174, ../sass/layout/_2_header.scss */
#header.actv > .line div.two {
  background: #0081ab;
}
/* line 175, ../sass/layout/_2_header.scss */
#header.actv > .line div.three {
  background: #009bd9;
}
/* line 176, ../sass/layout/_2_header.scss */
#header.actv > .line div.four {
  background: #98dae9;
}

@media (max-width: 767px) {
  /* line 1, ../sass/layout/_3_content.scss */
  .parallax-mirror {
    display: none;
  }
}

/* line 7, ../sass/layout/_3_content.scss */
#main.bg-orange #header ul.menu > li.menu-item--active-trail a, #main.bg-none #header ul.menu > li.menu-item--active-trail a {
  color: #fd8204;
}
/* line 9, ../sass/layout/_3_content.scss */
#main.bg-orange #header.scrolled .region-header ul.menu > li.menu-item--active-trail, #main.bg-none #header.scrolled .region-header ul.menu > li.menu-item--active-trail {
  background: #fd8204;
}
/* line 11, ../sass/layout/_3_content.scss */
#main.bg-orange #header.scrolled .region-header ul.menu > li.menu-item--active-trail a, #main.bg-none #header.scrolled .region-header ul.menu > li.menu-item--active-trail a {
  color: #fff !important;
}
/* line 12, ../sass/layout/_3_content.scss */
#main.bg-orange #header.scrolled .region-header ul.menu > li.menu-item--active-trail > .triangle, #main.bg-none #header.scrolled .region-header ul.menu > li.menu-item--active-trail > .triangle {
  border-top: 10px solid #fd8204;
}
/* line 13, ../sass/layout/_3_content.scss */
#main.bg-orange #header.scrolled .region-header ul.menu > li.menu-item--active-trail:before, #main.bg-none #header.scrolled .region-header ul.menu > li.menu-item--active-trail:before {
  background: #fd8204;
}
/* line 18, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .image-cont, #main.bg-none .paragraph.big-banner .image-cont {
  background-color: rgba(253, 130, 4, 0.6);
}
/* line 20, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .image-cont #wrapper, #main.bg-none .paragraph.big-banner .image-cont #wrapper {
  background-color: rgba(253, 130, 4, 0.6);
}
/* line 25, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .submenu ul.menu li a, #main.bg-none .paragraph.big-banner .submenu ul.menu li a {
  color: #6f3318;
}
/* line 27, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .submenu ul.menu li.menu-item--active-trail > a, #main.bg-none .paragraph.big-banner .submenu ul.menu li.menu-item--active-trail > a {
  color: #fd8204;
}
/* line 29, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .submenu ul.menu li:not(:first-child), #main.bg-none .paragraph.big-banner .submenu ul.menu li:not(:first-child) {
  border-left: solid 1px #fd8204;
}
/* line 33, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .submenu .line div.one, #main.bg-none .paragraph.big-banner .submenu .line div.one {
  background: #6f3318;
}
/* line 34, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .submenu .line div.two, #main.bg-none .paragraph.big-banner .submenu .line div.two {
  background: #c05016;
}
/* line 35, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .submenu .line div.three, #main.bg-none .paragraph.big-banner .submenu .line div.three {
  background: #fd8204;
}
/* line 36, ../sass/layout/_3_content.scss */
#main.bg-orange .paragraph.big-banner .submenu .line div.four, #main.bg-none .paragraph.big-banner .submenu .line div.four {
  background: #fcc587;
}
/* line 43, ../sass/layout/_3_content.scss */
#main.bg-green #header ul.menu > li.menu-item--active-trail a {
  color: #80bd01;
}
/* line 45, ../sass/layout/_3_content.scss */
#main.bg-green #header.scrolled .region-header ul.menu > li.menu-item--active-trail {
  background: #80bd01;
}
/* line 47, ../sass/layout/_3_content.scss */
#main.bg-green #header.scrolled .region-header ul.menu > li.menu-item--active-trail a {
  color: #fff !important;
}
/* line 48, ../sass/layout/_3_content.scss */
#main.bg-green #header.scrolled .region-header ul.menu > li.menu-item--active-trail > .triangle {
  border-top: 10px solid #80bd01;
}
/* line 49, ../sass/layout/_3_content.scss */
#main.bg-green #header.scrolled .region-header ul.menu > li.menu-item--active-trail:before {
  background: #80bd01;
}
/* line 54, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .image-cont {
  background-color: rgba(128, 189, 1, 0.6);
}
/* line 56, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .image-cont #wrapper {
  background-color: rgba(128, 189, 1, 0.6);
}
/* line 61, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .submenu ul.menu li a {
  color: #5e6a2c;
}
/* line 63, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .submenu ul.menu li.menu-item--active-trail > a {
  color: #80bd01;
}
/* line 65, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .submenu ul.menu li:not(:first-child) {
  border-left: solid 1px #80bd01;
}
/* line 69, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .submenu .line div.one {
  background: #535f1d;
}
/* line 70, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .submenu .line div.two {
  background: #709405;
}
/* line 71, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .submenu .line div.three {
  background: #80bd01;
}
/* line 72, ../sass/layout/_3_content.scss */
#main.bg-green .paragraph.big-banner .submenu .line div.four {
  background: #ccea7e;
}
/* line 80, ../sass/layout/_3_content.scss */
#main.bg-blue #header ul.menu > li.menu-item--active-trail a {
  color: #009bd9;
}
/* line 82, ../sass/layout/_3_content.scss */
#main.bg-blue #header.scrolled .region-header ul.menu > li.menu-item--active-trail {
  background: #009bd9;
}
/* line 84, ../sass/layout/_3_content.scss */
#main.bg-blue #header.scrolled .region-header ul.menu > li.menu-item--active-trail a {
  color: #fff !important;
}
/* line 85, ../sass/layout/_3_content.scss */
#main.bg-blue #header.scrolled .region-header ul.menu > li.menu-item--active-trail > .triangle {
  border-top: 10px solid #009bd9;
}
/* line 86, ../sass/layout/_3_content.scss */
#main.bg-blue #header.scrolled .region-header ul.menu > li.menu-item--active-trail:before {
  background: #009bd9;
}
/* line 91, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .image-cont {
  background-color: rgba(0, 155, 217, 0.6);
}
/* line 93, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .image-cont #wrapper {
  background-color: rgba(0, 155, 217, 0.6);
}
/* line 98, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .submenu ul.menu li a {
  color: #163970;
}
/* line 100, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .submenu ul.menu li.menu-item--active-trail > a {
  color: #009bd9;
}
/* line 102, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .submenu ul.menu li:not(:first-child) {
  border-left: solid 1px #009bd9;
}
/* line 106, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .submenu .line div.one {
  background: #005072;
}
/* line 107, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .submenu .line div.two {
  background: #0081ab;
}
/* line 108, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .submenu .line div.three {
  background: #009bd9;
}
/* line 109, ../sass/layout/_3_content.scss */
#main.bg-blue .paragraph.big-banner .submenu .line div.four {
  background: #98dae9;
}

/* line 116, ../sass/layout/_3_content.scss */
article[about="/about-us/partners"] .paragraph.blocks.grid-4-items {
  padding: 0;
}
/* line 119, ../sass/layout/_3_content.scss */
article[about="/about-us/partners"] .paragraph.blocks.grid-4-items .field__item > section {
  padding: 0;
}

/* line 126, ../sass/layout/_3_content.scss */
body.fixed #header > .holder {
  padding: 5px 0;
}

/* line 129, ../sass/layout/_3_content.scss */
body.node--type-event #block-backbutton {
  text-align: right;
  margin: 15px auto;
  max-width: 73.75rem;
}
/* line 133, ../sass/layout/_3_content.scss */
body.node--type-event #block-backbutton .back-btn {
  color: #009bd9;
  text-decoration: none;
}
/* line 137, ../sass/layout/_3_content.scss */
body.node--type-event #block-backbutton .back-btn:before {
  content: "<";
  display: inline-block;
  margin-right: 3px;
}

/* line 153, ../sass/layout/_3_content.scss */
.paragraph--type--button {
  text-align: center;
}
/* line 155, ../sass/layout/_3_content.scss */
.paragraph--type--button .field--name-field-link {
  display: inline-block;
  color: #163970;
  font-weight: bold;
  border: solid 3px;
  border-radius: 50px;
}
/* line 161, ../sass/layout/_3_content.scss */
.paragraph--type--button .field--name-field-link a {
  display: block;
  padding: 10px 20px;
  color: #163970;
}

/* line 1, ../sass/layout/_4_footer.scss */
#footer {
  background: #163970;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Roboto", sans-serif;
}
/* line 6, ../sass/layout/_4_footer.scss */
#footer > .line > div {
  width: 25%;
  height: 5px;
  float: left;
}
/* line 10, ../sass/layout/_4_footer.scss */
#footer > .line > div.one {
  background: #005072;
}
/* line 11, ../sass/layout/_4_footer.scss */
#footer > .line > div.two {
  background: #0081ab;
}
/* line 12, ../sass/layout/_4_footer.scss */
#footer > .line > div.three {
  background: #009bd9;
}
/* line 13, ../sass/layout/_4_footer.scss */
#footer > .line > div.four {
  background: #98dae9;
}
/* line 18, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top {
  padding: 50px 30px 30px;
}
@media (min-width: 768px) {
  /* line 18, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-top {
    padding: 20px 50px;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-top {
    padding: 40px 80px;
  }
}
/* line 22, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .logo-cont {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 769px) {
  /* line 22, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-top > .logo-cont {
    width: 10%;
  }
}
/* line 28, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .footer-content {
  display: none;
}
@media (min-width: 769px) {
  /* line 28, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-top > .footer-content {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
  }
}
/* line 36, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .footer-content #block-agnian-footer > ul.menu {
  overflow: hidden;
  margin: 0;
  padding: 0 10%;
  font-size: 14px;
}
/* line 41, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .footer-content #block-agnian-footer > ul.menu a {
  color: rgba(255, 255, 255, 0.5);
}
/* line 42, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .footer-content #block-agnian-footer > ul.menu > li.menu-item.menu-item--expanded {
  display: inline-block;
  /* width: 33.3333%; */
  padding: 0 12% 0 10px;
  list-style: none;
  border-left: solid 1px;
  vertical-align: top;
}
/* line 49, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .footer-content #block-agnian-footer > ul.menu > li.menu-item.menu-item--expanded > a {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  color: #fff;
}
/* line 55, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .footer-content #block-agnian-footer > ul.menu > li.menu-item.menu-item--expanded > ul.menu {
  margin: 0;
}
/* line 62, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .app-link {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  vertical-align: bottom;
  text-align: center;
}
@media (min-width: 769px) {
  /* line 62, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-top > .app-link {
    margin: 0;
    width: 9%;
  }
}
/* line 72, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-top > .app-link > a {
  display: inline-block;
  padding: 4px 14px;
}
@media (min-width: 769px) {
  /* line 72, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-top > .app-link > a {
    padding: 4px 0;
  }
}
/* line 79, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-bottom {
  padding: 20px 0;
  margin: 0 20px;
  overflow: hidden;
  font-size: 12px;
  border-top: solid 2px rgba(139, 156, 184, 0.5);
}
@media (min-width: 768px) {
  /* line 79, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom {
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  /* line 79, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom {
    padding: 13px 0;
  }
}
/* line 87, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-bottom p {
  margin: 0;
}
/* line 88, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-bottom > .item {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 769px) {
  /* line 88, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom > .item {
    width: 12%;
  }
  /* line 95, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom > .item.copyright {
    width: 24%;
  }
  /* line 98, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom > .item.privacy {
    width: 36%;
  }
  /* line 101, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom > .item.soc-links {
    width: 24%;
  }
  /* line 104, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom > .item.work-by {
    width: 14%;
  }
}
/* line 109, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-bottom > .soc-links {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 109, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom > .soc-links {
    display: none;
  }
}
/* line 113, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-bottom > .soc-links > a {
  padding: 0 10px;
  color: #8b9cb8;
}
/* line 119, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-bottom > .privacy > a {
  padding: 0 10px;
  color: #8b9cb8;
}
@media (min-width: 769px) {
  /* line 124, ../sass/layout/_4_footer.scss */
  #footer > .holder > .footer-bottom > .work-by {
    text-align: right;
  }
}
/* line 126, ../sass/layout/_4_footer.scss */
#footer > .holder > .footer-bottom > .work-by > a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 2, ../sass/layout/_5_mobilemenu.scss */
body > .mobilemenu.agnian-theme {
  top: 48px;
}
/* line 4, ../sass/layout/_5_mobilemenu.scss */
body > .mobilemenu.agnian-theme.js-mobilemenu--opened {
  background: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzM2E4ZGYiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(51, 168, 223, 0.75)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(51, 168, 223, 0.75));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(51, 168, 223, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(51, 168, 223, 0.75));
}
/* line 7, ../sass/layout/_5_mobilemenu.scss */
body > .mobilemenu.agnian-theme.js-mobilemenu--opened > .mobilemenu--inner {
  display: block;
}
/* line 9, ../sass/layout/_5_mobilemenu.scss */
body > .mobilemenu.agnian-theme > .mobilemenu--inner {
  display: none;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
}
/* line 14, ../sass/layout/_5_mobilemenu.scss */
body > .mobilemenu.agnian-theme > .mobilemenu--inner .js-mobilemenu--ul-processed {
  margin: 0;
  list-style: none;
}
/* line 17, ../sass/layout/_5_mobilemenu.scss */
body > .mobilemenu.agnian-theme > .mobilemenu--inner .js-mobilemenu--ul-processed li span,
body > .mobilemenu.agnian-theme > .mobilemenu--inner .js-mobilemenu--ul-processed li a {
  padding: 8px .9375rem;
  font-size: 20px;
  line-height: 30px;
}

/* line 28, ../sass/layout/_5_mobilemenu.scss */
#page > .mobilemenu--open-icon {
  position: fixed;
  top: 10px;
  right: 13px;
  z-index: 51;
  width: 24px;
  height: 28px;
  cursor: pointer;
}
/* line 36, ../sass/layout/_5_mobilemenu.scss */
#page > .mobilemenu--open-icon > .mobilemenu--open-icon__line {
  display: block;
  height: 4px;
  margin-top: 4px;
  opacity: 1;
  background-color: #009bd9;
}
/* line 44, ../sass/layout/_5_mobilemenu.scss */
#page > .mobilemenu--open-icon.js-mobilemenu--opened:before {
  opacity: 1;
}
/* line 45, ../sass/layout/_5_mobilemenu.scss */
#page > .mobilemenu--open-icon.js-mobilemenu--opened > .mobilemenu--open-icon__line {
  opacity: 0;
}
/* line 48, ../sass/layout/_5_mobilemenu.scss */
#page > .mobilemenu--close-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 28px;
  cursor: pointer;
  display: none;
  top: 10px;
  right: 13px;
  z-index: 51;
}
/* line 124, ../sass/base/_4_mixins.scss */
#page > .mobilemenu--close-icon:before, #page > .mobilemenu--close-icon:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -2px;
  background-color: #c71717;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* line 137, ../sass/base/_4_mixins.scss */
#page > .mobilemenu--close-icon:after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
@media (min-width: 768px) {
  /* line 57, ../sass/layout/_5_mobilemenu.scss */
  #page > .mobilemenu--open-icon,
  #page > .mobilemenu--close-icon {
    display: none;
  }
}

/* line 64, ../sass/layout/_5_mobilemenu.scss */
#header.scrolled #mobile-menu-cont > .trigger > span {
  background-color: #163970;
}
/* line 66, ../sass/layout/_5_mobilemenu.scss */
#header.scrolled #mobile-menu-cont > .trigger > span:before, #header.scrolled #mobile-menu-cont > .trigger > span:after {
  background-color: #163970;
}
/* line 70, ../sass/layout/_5_mobilemenu.scss */
#header.scrolled #mobile-menu-cont > .trigger.actv > span {
  background-color: transparent;
}

/* line 77, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
}
/* line 84, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .trigger {
  position: fixed;
  top: 25px;
  right: 15px;
  padding: 10px 37px 13px 0px;
  cursor: pointer;
}
/* line 90, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .trigger > span {
  position: absolute;
  height: 4px;
  width: 26px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: translateZ(0) rotate(0);
  -moz-transform: translateZ(0) rotate(0);
  -ms-transform: translateZ(0) rotate(0);
  -o-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
/* line 106, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .trigger > span:before {
  position: absolute;
  display: block;
  content: '';
  top: -8px;
  height: 4px;
  width: 26px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: translateZ(0) rotate(0);
  -moz-transform: translateZ(0) rotate(0);
  -ms-transform: translateZ(0) rotate(0);
  -o-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
}
/* line 122, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .trigger > span:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -8px;
  height: 4px;
  width: 26px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: translateZ(0) rotate(0);
  -moz-transform: translateZ(0) rotate(0);
  -ms-transform: translateZ(0) rotate(0);
  -o-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
}
/* line 139, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .trigger.actv > span {
  background-color: transparent;
  -webkit-transition: all 0 ease-in 0s;
  -moz-transition: all 0 ease-in 0s;
  -ms-transition: all 0 ease-in 0s;
  -o-transition: all 0 ease-in 0s;
  transition: all 0 ease-in 0s;
}
/* line 146, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .trigger.actv > span:before {
  top: 0;
  -webkit-transform: translateZ(0) rotate(45deg);
  -moz-transform: translateZ(0) rotate(45deg);
  -ms-transform: translateZ(0) rotate(45deg);
  -o-transform: translateZ(0) rotate(45deg);
  transform: translateZ(0) rotate(45deg);
}
/* line 154, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .trigger.actv > span:after {
  bottom: 0;
  -webkit-transform: translateZ(0) rotate(-45deg);
  -moz-transform: translateZ(0) rotate(-45deg);
  -ms-transform: translateZ(0) rotate(-45deg);
  -o-transform: translateZ(0) rotate(-45deg);
  transform: translateZ(0) rotate(-45deg);
}
/* line 165, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu {
  display: none;
  position: relative;
  padding: 20px 0 80px;
  border-width: 1px 0 1px 1px;
  background-color: #009bd9;
}
/* line 172, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .contact_link {
  max-width: 155px;
  margin: 20px auto 0;
  padding: 10px 20px;
  border: solid 3px #fff;
  border-radius: 50px;
}
/* line 179, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .contact_link > a {
  color: #fff;
}
/* line 183, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu {
  padding: 20px;
}
/* line 185, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu {
  margin: 0;
}
/* line 187, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li {
  display: block;
  cursor: pointer;
  font: 18px/1.1 "Roboto", sans-serif;
}
/* line 193, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li:not(:first-child) {
  border-top: 1px solid #fff;
}
/* line 194, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li > a {
  display: inline-block;
  padding: 6px 2px;
  pointer-events: none;
  color: #fff !important;
}
/* line 201, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li > .menu {
  display: none;
  margin: 0;
}
/* line 204, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li > .menu > li {
  font: 14px/1.1 "Roboto", sans-serif;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
/* line 208, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li > .menu > li a {
  display: block;
  padding: 6px 15px;
  color: #fff !important;
  pointer-events: inherit;
}
/* line 215, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li > .menu.open {
  display: block;
}
/* line 217, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li.menu-item--expanded {
  position: relative;
}
/* line 219, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li.menu-item--expanded:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  zoom: .9;
  height: 16px;
  width: 10px;
  background: url("../images/arr-right.png") no-repeat;
  -webkit-transition: all .4s;
  transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
/* line 235, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .block-menu > .menu > li.menu-item--expanded.opened:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -o-transition: rotate 90deg;
}
/* line 247, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .triangle {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-left: 10px solid #009bd9;
  border-right: 10px solid #009bd9;
  border-bottom: 10px solid transparent;
}
/* line 257, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .triangle:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 3000px;
  height: 10px;
  background: #009bd9;
}
/* line 266, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu > .triangle:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 10px;
  width: 3000px;
  height: 10px;
  background: #009bd9;
}
/* line 276, ../sass/layout/_5_mobilemenu.scss */
#mobile-menu-cont > .mobile-menu.actv {
  display: block;
}
@media (min-width: 768px) {
  /* line 77, ../sass/layout/_5_mobilemenu.scss */
  #mobile-menu-cont {
    display: none;
  }
}

/* line 3, ../sass/layout/_6_messages.scss */
#page > .l-messages .alert-box.success {
  background-color: #009bd9;
}

/* line 7, ../sass/layout/_6_messages.scss */
.sliding-popup-bottom .eu-cookie-compliance-message {
  margin: 12px 0 0;
}
/* line 9, ../sass/layout/_6_messages.scss */
.sliding-popup-bottom .eu-cookie-compliance-message h2 {
  font-weight: normal;
  font-size: 16px;
}
/* line 13, ../sass/layout/_6_messages.scss */
.sliding-popup-bottom .eu-cookie-compliance-message p {
  font-weight: normal;
  font-size: 14px;
}
/* line 16, ../sass/layout/_6_messages.scss */
.sliding-popup-bottom .eu-cookie-compliance-message p a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
/* line 20, ../sass/layout/_6_messages.scss */
.sliding-popup-bottom .eu-cookie-compliance-message p a:hover, .sliding-popup-bottom .eu-cookie-compliance-message p a:active {
  text-decoration: underline;
}
/* line 26, ../sass/layout/_6_messages.scss */
.sliding-popup-bottom .eu-cookie-compliance-buttons {
  margin: 0;
}
/* line 28, ../sass/layout/_6_messages.scss */
.sliding-popup-bottom .eu-cookie-compliance-buttons .find-more-button {
  display: none;
}
/* line 31, ../sass/layout/_6_messages.scss */
.sliding-popup-bottom .eu-cookie-compliance-buttons button {
  width: 100%;
  max-width: 100px;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  border: 3px solid #fff;
  background: transparent;
  text-shadow: none;
}

/* line 2, ../sass/layout/_7_contact.scss */
#get-in-touch {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 2, ../sass/layout/_7_contact.scss */
  #get-in-touch {
    background: #e7ebf0;
  }
}
/* line 5, ../sass/layout/_7_contact.scss */
#get-in-touch .g-recaptcha {
  overflow: hidden;
  margin: 10px 0 20px;
}
/* line 8, ../sass/layout/_7_contact.scss */
#get-in-touch .g-recaptcha > div {
  float: right;
}
/* line 10, ../sass/layout/_7_contact.scss */
#get-in-touch > .holder {
  position: relative;
  padding: 30px 20px;
}
@media (min-width: 769px) {
  /* line 10, ../sass/layout/_7_contact.scss */
  #get-in-touch > .holder {
    padding: 15px 50px 30px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/layout/_7_contact.scss */
  #get-in-touch > .holder {
    padding: 25px 80px 50px;
  }
}
/* line 15, ../sass/layout/_7_contact.scss */
#get-in-touch > .holder > .title {
  font-size: 30px;
  margin: 25px 0 15px;
}
@media (min-width: 993px) {
  /* line 15, ../sass/layout/_7_contact.scss */
  #get-in-touch > .holder > .title {
    font-size: 48px;
  }
}
/* line 20, ../sass/layout/_7_contact.scss */
#get-in-touch > .holder > .sent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  background: #fff;
  border: solid 2px;
}
/* line 30, ../sass/layout/_7_contact.scss */
#get-in-touch > .holder > .sent > .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
}
/* line 37, ../sass/layout/_7_contact.scss */
#get-in-touch > .holder > .sent > p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 22px;
}
/* line 49, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form {
  margin-top: 58px;
  font-family: "Roboto", sans-serif;
}
/* line 53, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 769px) {
  /* line 53, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form > .holder > .holder {
    width: 30%;
  }
}
/* line 58, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item {
  margin: 12px 0;
}
@media (min-width: 769px) {
  /* line 58, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item {
    margin: 12px 15px 12px 0;
  }
}
/* line 61, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item input {
  width: 100%;
  padding: 6px 20px;
  background: #e7ebf0;
  border: none;
}
@media (max-width: 767px) {
  /* line 61, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item input {
    background: #fff;
  }
}
/* line 67, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item input::-webkit-input-placeholder {
  color: #163970;
}
/* line 68, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item input:-moz-placeholder {
  color: #163970;
}
/* line 69, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item input::-moz-placeholder {
  color: #163970;
}
/* line 70, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item input:-ms-input-placeholder {
  color: #163970;
}
/* line 72, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item:first-child {
  margin-top: 0;
}
/* line 75, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item.form-item-select {
  position: relative;
}
/* line 77, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item.form-item-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 9px;
  width: 15px;
  background-image: url('../images/icons-se58d66884e.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 77, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item.form-item-select:after {
    background-image: url('../images/icons_2x-s79265c4b28.png');
    background-position: 0 0;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
}
/* line 87, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item.form-item-select select {
  width: 100%;
  padding: 5px 20px;
  background: #e7ebf0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  /* line 87, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form > .holder > .holder > .form-item.form-item-select select {
    background: #fff;
  }
}
/* line 103, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .form-type-textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 0;
}
@media (min-width: 769px) {
  /* line 103, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form > .holder > .form-type-textarea {
    width: 69%;
  }
}
/* line 109, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .form-type-textarea textarea {
  width: 100%;
  min-height: 123px;
  padding: 5px 20px;
  background: #e7ebf0;
  border: none;
}
@media (max-width: 767px) {
  /* line 109, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form > .holder > .form-type-textarea textarea {
    background: #fff;
  }
}
/* line 116, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .form-type-textarea textarea::-webkit-input-placeholder {
  color: #163970;
}
/* line 117, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .form-type-textarea textarea:-moz-placeholder {
  color: #163970;
}
/* line 118, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .form-type-textarea textarea::-moz-placeholder {
  color: #163970;
}
/* line 119, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form > .holder > .form-type-textarea textarea:-ms-input-placeholder {
  color: #163970;
}
/* line 126, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form .send {
  position: relative;
  float: right;
  padding: 5px 44px;
  border: solid 3px;
  border-radius: 50px;
  font-weight: bold;
}
/* line 133, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form .send > img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
/* line 138, ../sass/layout/_7_contact.scss */
#get-in-touch .agnian-forms-contact-form .send > .button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
  border: none;
}
@media (max-width: 767px) {
  /* line 126, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form .send {
    float: none;
    max-width: 120px;
    padding: 5px 30px;
    font-size: 12px;
    margin: 0 auto;
  }
  /* line 154, ../sass/layout/_7_contact.scss */
  #get-in-touch .agnian-forms-contact-form .send > img {
    max-width: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }
}

/* line 163, ../sass/layout/_7_contact.scss */
.block-webform {
  width: 100%;
  max-width: 73.75rem;
  margin: 0 auto;
  position: relative;
  padding: 30px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 163, ../sass/layout/_7_contact.scss */
  .block-webform {
    background: #e7ebf0;
  }
}
@media (min-width: 769px) {
  /* line 163, ../sass/layout/_7_contact.scss */
  .block-webform {
    padding: 15px 50px 80px;
  }
}
@media (min-width: 1200px) {
  /* line 163, ../sass/layout/_7_contact.scss */
  .block-webform {
    padding: 25px 80px 80px;
  }
}
/* line 173, ../sass/layout/_7_contact.scss */
.block-webform > h2 {
  font-size: 30px;
  margin: 25px 0 15px;
  font-weight: normal;
}
@media (min-width: 993px) {
  /* line 173, ../sass/layout/_7_contact.scss */
  .block-webform > h2 {
    font-size: 48px;
  }
}
/* line 179, ../sass/layout/_7_contact.scss */
.block-webform form {
  margin-top: 0;
  margin-bottom: 2em;
  font-family: "Roboto", sans-serif;
}
/* line 183, ../sass/layout/_7_contact.scss */
.block-webform form .header-section {
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  /* line 183, ../sass/layout/_7_contact.scss */
  .block-webform form .header-section {
    margin-bottom: 58px;
  }
}
/* line 189, ../sass/layout/_7_contact.scss */
.block-webform form .left-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
@media (min-width: 769px) {
  /* line 189, ../sass/layout/_7_contact.scss */
  .block-webform form .left-section {
    width: 30%;
  }
}
/* line 195, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item {
  margin: 12px 0;
}
@media (min-width: 769px) {
  /* line 195, ../sass/layout/_7_contact.scss */
  .block-webform form .left-section .form-item {
    margin: 12px 15px 12px 0;
  }
}
/* line 198, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item input {
  width: 100%;
  padding: 6px 20px;
  background: #e7ebf0;
  border: none;
}
@media (max-width: 767px) {
  /* line 198, ../sass/layout/_7_contact.scss */
  .block-webform form .left-section .form-item input {
    background: #fff;
  }
}
/* line 204, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item input::-webkit-input-placeholder {
  color: #163970;
}
/* line 205, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item input:-moz-placeholder {
  color: #163970;
}
/* line 206, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item input::-moz-placeholder {
  color: #163970;
}
/* line 207, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item input:-ms-input-placeholder {
  color: #163970;
}
/* line 208, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item input:focus {
  outline: 0 none;
}
/* line 212, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item input:-webkit-autofill, .block-webform form .left-section .form-item textarea:-webkit-autofill, .block-webform form .left-section .form-item select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #e7ebf0 inset;
}
/* line 215, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item:first-child {
  margin-top: 0;
}
/* line 218, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item.form-type-select {
  position: relative;
}
/* line 220, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item.form-type-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 9px;
  width: 15px;
  background-image: url('../images/icons-se58d66884e.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 220, ../sass/layout/_7_contact.scss */
  .block-webform form .left-section .form-item.form-type-select:after {
    background-image: url('../images/icons_2x-s79265c4b28.png');
    background-position: 0 0;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
}
/* line 230, ../sass/layout/_7_contact.scss */
.block-webform form .left-section .form-item.form-type-select select {
  width: 100%;
  padding: 5px 20px;
  background: #e7ebf0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  /* line 230, ../sass/layout/_7_contact.scss */
  .block-webform form .left-section .form-item.form-type-select select {
    background: #fff;
  }
}
/* line 246, ../sass/layout/_7_contact.scss */
.block-webform form > .form-type-textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 0;
}
@media (min-width: 769px) {
  /* line 246, ../sass/layout/_7_contact.scss */
  .block-webform form > .form-type-textarea {
    width: 69%;
  }
}
/* line 252, ../sass/layout/_7_contact.scss */
.block-webform form > .form-type-textarea textarea {
  width: 100%;
  min-height: 123px;
  padding: 5px 20px;
  background: #e7ebf0;
  border: none;
}
@media (max-width: 767px) {
  /* line 252, ../sass/layout/_7_contact.scss */
  .block-webform form > .form-type-textarea textarea {
    background: #fff;
  }
}
/* line 259, ../sass/layout/_7_contact.scss */
.block-webform form > .form-type-textarea textarea::-webkit-input-placeholder {
  color: #163970;
}
/* line 260, ../sass/layout/_7_contact.scss */
.block-webform form > .form-type-textarea textarea:-moz-placeholder {
  color: #163970;
}
/* line 261, ../sass/layout/_7_contact.scss */
.block-webform form > .form-type-textarea textarea::-moz-placeholder {
  color: #163970;
}
/* line 262, ../sass/layout/_7_contact.scss */
.block-webform form > .form-type-textarea textarea:-ms-input-placeholder {
  color: #163970;
}
/* line 263, ../sass/layout/_7_contact.scss */
.block-webform form > .form-type-textarea textarea:focus {
  outline: 0 none;
}
/* line 267, ../sass/layout/_7_contact.scss */
.block-webform form > .form-type-textarea input:-webkit-autofill, .block-webform form > .form-type-textarea textarea:-webkit-autofill, .block-webform form > .form-type-textarea select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #e7ebf0 inset;
}
/* line 271, ../sass/layout/_7_contact.scss */
.block-webform form .webform-actions {
  position: relative;
  float: right;
  padding: 16px 44px;
  border: solid 3px;
  border-radius: 50px;
  font-weight: bold;
  width: 170px;
}
/* line 279, ../sass/layout/_7_contact.scss */
.block-webform form .webform-actions > .button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../send-icon.png") no-repeat 120px center;
  width: 100%;
  border: none;
}
@media (max-width: 767px) {
  /* line 271, ../sass/layout/_7_contact.scss */
  .block-webform form .webform-actions {
    float: none;
    font-size: 12px;
    margin: 0 auto;
  }
}

/* line 300, ../sass/layout/_7_contact.scss */
.region-popup > .block {
  display: none;
  position: fixed;
  z-index: 99999;
  max-height: 90%;
  max-width: 90%;
  width: 100%;
  background-color: #fff;
  padding: 0 20px 10px;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  overflow-y: auto;
  outline: 12px solid white;
  -moz-box-shadow: 0 12px 27.26px 1.74px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 12px 27.26px 1.74px rgba(0, 0, 0, 0.4);
  box-shadow: 0 12px 27.26px 1.74px rgba(0, 0, 0, 0.4) !important;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  /* line 300, ../sass/layout/_7_contact.scss */
  .region-popup > .block {
    top: 120px;
    width: 400px;
    padding: 0 10px 10px;
  }
}
/* line 329, ../sass/layout/_7_contact.scss */
.region-popup > .block.popup-open {
  display: block;
}
/* line 332, ../sass/layout/_7_contact.scss */
.region-popup > .block > h2 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: normal;
  text-align: center;
  color: #163970;
}
/* line 340, ../sass/layout/_7_contact.scss */
.region-popup > .block form {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}
/* line 343, ../sass/layout/_7_contact.scss */
.region-popup > .block form h2, .region-popup > .block form h3, .region-popup > .block form #mc_embed_signup_scroll > h2 {
  text-align: center;
  margin: 0;
  font-size: 20px;
}
/* line 348, ../sass/layout/_7_contact.scss */
.region-popup > .block form .indicates-required, .region-popup > .block form .asterisk {
  display: none;
  text-align: right;
  font-size: 14px;
}
/* line 353, ../sass/layout/_7_contact.scss */
.region-popup > .block form .pr-link {
  font-size: 11px;
  margin: 0;
}
/* line 357, ../sass/layout/_7_contact.scss */
.region-popup > .block form .left-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
@media (min-width: 769px) {
  /* line 357, ../sass/layout/_7_contact.scss */
  .region-popup > .block form .left-section {
    width: 50%;
    padding-right: 20px;
  }
}
/* line 364, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group {
  margin: 12px 0;
  text-align: left;
}
/* line 367, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group input {
  width: 100%;
  padding: 6px 10px;
  background: #e7ebf0;
  border: none;
}
/* line 373, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group input::-webkit-input-placeholder {
  color: #163970;
}
/* line 374, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group input:-moz-placeholder {
  color: #163970;
}
/* line 375, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group input::-moz-placeholder {
  color: #163970;
}
/* line 376, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group input:-ms-input-placeholder {
  color: #163970;
}
/* line 377, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group input:focus {
  outline: 0 none;
}
@media (min-width: 769px) {
  /* line 367, ../sass/layout/_7_contact.scss */
  .region-popup > .block form .mc-field-group input {
    display: inline-block;
    width: 68.8%;
    vertical-align: top;
  }
}
/* line 386, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group label {
  color: #333;
  font-weight: 400;
}
@media (min-width: 769px) {
  /* line 386, ../sass/layout/_7_contact.scss */
  .region-popup > .block form .mc-field-group label {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    font-size: 18px;
  }
}
/* line 396, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group:first-child {
  margin-top: 0;
}
/* line 399, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group.form-type-select {
  position: relative;
}
/* line 401, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group.form-type-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 9px;
  width: 15px;
  background-image: url('../images/icons-se58d66884e.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 401, ../sass/layout/_7_contact.scss */
  .region-popup > .block form .mc-field-group.form-type-select:after {
    background-image: url('../images/icons_2x-s79265c4b28.png');
    background-position: 0 0;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
}
/* line 411, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group select {
  width: 100%;
  padding: 5px 26px 5px 12px;
  background-color: #e7ebf0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down.png);
  background-position: 96% 12px;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  /* line 411, ../sass/layout/_7_contact.scss */
  .region-popup > .block form .mc-field-group select {
    display: inline-block;
    width: 68.8%;
    vertical-align: top;
  }
}
/* line 427, ../sass/layout/_7_contact.scss */
.region-popup > .block form .mc-field-group select:focus {
  outline: 0 none;
}
/* line 434, ../sass/layout/_7_contact.scss */
.region-popup > .block form .right-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  text-align: left;
}
@media (min-width: 769px) {
  /* line 434, ../sass/layout/_7_contact.scss */
  .region-popup > .block form .right-section {
    width: 50%;
    padding-left: 20px;
  }
}
/* line 441, ../sass/layout/_7_contact.scss */
.region-popup > .block form .right-section:textarea {
  width: 100%;
  min-height: 123px;
  padding: 5px 20px;
  background: #e7ebf0;
  border: none;
  border-radius: 5px;
}
/* line 448, ../sass/layout/_7_contact.scss */
.region-popup > .block form .right-section:textarea::-webkit-input-placeholder {
  color: #163970;
}
/* line 449, ../sass/layout/_7_contact.scss */
.region-popup > .block form .right-section:textarea:-moz-placeholder {
  color: #163970;
}
/* line 450, ../sass/layout/_7_contact.scss */
.region-popup > .block form .right-section:textarea::-moz-placeholder {
  color: #163970;
}
/* line 451, ../sass/layout/_7_contact.scss */
.region-popup > .block form .right-section:textarea:-ms-input-placeholder {
  color: #163970;
}
/* line 452, ../sass/layout/_7_contact.scss */
.region-popup > .block form .right-section:textarea:focus {
  outline: 0 none;
}
/* line 457, ../sass/layout/_7_contact.scss */
.region-popup > .block form .clear.submit {
  position: relative;
  float: right;
  padding: 22px 44px;
  border: none;
  background: #163970;
  width: 170px;
}
/* line 467, ../sass/layout/_7_contact.scss */
.region-popup > .block form .clear.submit > .button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: none;
  color: #fff;
  background: #163970;
  font-weight: normal;
  font-size: 22px;
}
@media (min-width: max-width 767px1) {
  /* line 457, ../sass/layout/_7_contact.scss */
  .region-popup > .block form .clear.submit {
    float: none;
    font-size: 12px;
    margin: 10px 0;
  }
}

/* line 492, ../sass/layout/_7_contact.scss */
.openned-box.opened {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* line 502, ../sass/layout/_7_contact.scss */
.close-box {
  position: absolute;
  display: block;
  background: url(../images/close.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 10px;
  margin: 0;
  width: 16px;
  height: 16px;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s !important;
  transition: opacity 0.2s, -webkit-transform 0.2s !important;
  transition: transform 0.2s, opacity 0.2s !important;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s !important;
}
/* line 521, ../sass/layout/_7_contact.scss */
.close-box:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 529, ../sass/layout/_7_contact.scss */
.ui-widget.ui-widget-content {
  border: 3px solid #163970;
  border-radius: 25px;
  -moz-box-shadow: 0 12px 27.26px 1.74px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 12px 27.26px 1.74px rgba(0, 0, 0, 0.4);
  box-shadow: 0 12px 27.26px 1.74px rgba(0, 0, 0, 0.4) !important;
  -webkit-overflow-scrolling: touch;
}
/* line 536, ../sass/layout/_7_contact.scss */
.ui-widget.ui-widget-content .ui-dialog-titlebar {
  background: none;
  border: none;
}
/* line 540, ../sass/layout/_7_contact.scss */
.ui-widget.ui-widget-content .webform-confirmation-modal--content.ui-dialog-content {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
/* line 545, ../sass/layout/_7_contact.scss */
.ui-widget.ui-widget-content button.ui-dialog-titlebar-close {
  right: .8em;
}
/* line 547, ../sass/layout/_7_contact.scss */
.ui-widget.ui-widget-content button.ui-dialog-titlebar-close:hover, .ui-widget.ui-widget-content button.ui-dialog-titlebar-close:active, .ui-widget.ui-widget-content button.ui-dialog-titlebar-close:focus {
  outline: 0 none;
}
/* line 550, ../sass/layout/_7_contact.scss */
.ui-widget.ui-widget-content button.ui-dialog-titlebar-close .ui-icon {
  background: url(../images/close.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s !important;
  transition: opacity 0.2s, -webkit-transform 0.2s !important;
  transition: transform 0.2s, opacity 0.2s !important;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s !important;
}
/* line 561, ../sass/layout/_7_contact.scss */
.ui-widget.ui-widget-content button.ui-dialog-titlebar-close .ui-icon:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 569, ../sass/layout/_7_contact.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

@-webkit-keyframes from_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes from_left {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes from_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes from_right {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes from_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes from_bottom {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes from_left_bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
  }
  70% {
    -webkit-transform: translate(10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes from_left_bounce {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  70% {
    transform: translate(10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes from_right_bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
  }
  70% {
    -webkit-transform: translate(-10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes from_right_bounce {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  70% {
    transform: translate(-10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes from_bottom_bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
  }
  70% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes from_bottom_bounce {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  70% {
    transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes from_bottom_left_bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 50px);
  }
  70% {
    -webkit-transform: translate(10px, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes from_bottom_left_bounce {
  0% {
    opacity: 0;
    transform: translate(-50px, 50px);
  }
  70% {
    transform: translate(10px, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* line 156, ../sass/pages/_frontpage.scss */
.anim-from-left {
  -webkit-animation: from_left .45s ease-out forwards;
  animation: from_left .45s ease-out forwards;
}

/* line 160, ../sass/pages/_frontpage.scss */
.anim-from-right {
  -webkit-animation: from_right .45s ease-out forwards;
  animation: from_right .45s ease-out forwards;
}

/* line 164, ../sass/pages/_frontpage.scss */
.anim-from-bottom {
  -webkit-animation: from_bottom .45s ease-out forwards;
  animation: from_bottom .45s ease-out forwards;
}

/* line 169, ../sass/pages/_frontpage.scss */
.anim-from-left-bounce {
  -webkit-animation: from_left_bounce .25s ease-out forwards;
  animation: from_left_bounce .25s ease-out forwards;
}

/* line 173, ../sass/pages/_frontpage.scss */
.anim-from-right-bounce {
  -webkit-animation: from_right_bounce .25s ease-out forwards;
  animation: from_right_bounce .25s ease-out forwards;
}

/* line 177, ../sass/pages/_frontpage.scss */
.anim-from-bottom-bounce {
  -webkit-animation: from_bottom_bounce .25s ease-out forwards;
  animation: from_bottom_bounce .25s ease-out forwards;
}

/* line 182, ../sass/pages/_frontpage.scss */
.anim-from-bottom-left-bounce {
  -webkit-animation: from_bottom_left_bounce .25s ease-out forwards;
  animation: from_bottom_left_bounce .25s ease-out forwards;
}

@media (min-width: 769px) {
  /* line 189, ../sass/pages/_frontpage.scss */
  body.path-frontpage.node--type-front-page .paragraph.blocks .field__item {
    opacity: 0;
  }
  /* line 192, ../sass/pages/_frontpage.scss */
  body.path-frontpage.node--type-front-page .paragraph.blocks .field__item.rst-opacity {
    opacity: 1;
  }
}

/* line 203, ../sass/pages/_frontpage.scss */
.anim-from-left-bounce {
  -webkit-animation: from_left_bounce .5s ease-out forwards;
  animation: from_left_bounce .5s ease-out forwards;
}

/* line 207, ../sass/pages/_frontpage.scss */
.anim-from-right-bounce {
  -webkit-animation: from_right_bounce .5s ease-out forwards;
  animation: from_right_bounce .5s ease-out forwards;
}

/* line 211, ../sass/pages/_frontpage.scss */
.anim-from-bottom-bounce {
  -webkit-animation: from_bottom_bounce .5s ease-out forwards;
  animation: from_bottom_bounce .5s ease-out forwards;
}

/* line 1, ../sass/pages/_contact.scss */
#contact-page {
  overflow: hidden;
}
/* line 3, ../sass/pages/_contact.scss */
#contact-page .map > .info {
  padding: 0 20px;
  margin: 15px 0;
}
@media (min-width: 769px) {
  /* line 1, ../sass/pages/_contact.scss */
  #contact-page {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  /* line 12, ../sass/pages/_contact.scss */
  #contact-page > .map {
    width: 100%;
    max-width: 590px;
    float: right;
  }
}

@media (min-width: 769px) {
  /* line 19, ../sass/pages/_contact.scss */
  #contact-page + .webforms {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  /* line 24, ../sass/pages/_contact.scss */
  #contact-page + .webforms form {
    width: 100% !important;
  }
  /* line 26, ../sass/pages/_contact.scss */
  #contact-page + .webforms form .form-item {
    margin: 12px 0 !important;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  /* line 29, ../sass/pages/_contact.scss */
  #contact-page + .webforms form > .form-type-textarea, #contact-page + .webforms form > .left-section {
    width: 100%;
  }
}

@media (min-width: 769px) {
  /* line 35, ../sass/pages/_contact.scss */
  #contact-page + .webforms > div {
    width: 100%;
    max-width: 590px;
  }
}
@media (min-width: 769px) {
  /* line 40, ../sass/pages/_contact.scss */
  #contact-page + .webforms > div .block-webform {
    padding-top: 0;
  }
}
/* line 42, ../sass/pages/_contact.scss */
#contact-page + .webforms > div .block-webform > h2 {
  margin-top: 0 !important;
}

/*#block-breadcrumbs{
	margin-left: 20px;
	@include breakpoint($desk) {
		margin-left: 0;
	}
    > .breadcrumb{
        max-width: $custom_row_width;
        margin: 0 auto;
        padding: 15px 0;
        text-transform: uppercase;
        font: 13px/1.1 $segoe_ui_bd;
        > ol > li:not(:last-child) {
			> a{color: $sky-blue;}
			&:hover {
				> a{text-decoration:underline}
			}
		}
        > ol > li:last-child {color: #8C8C8C;}
        > ol > li:not(:first-child):before{content: '>';}
    }
    & + #block-agnian-page-title > .page-title{padding-top: 15px;}
}*/
/* line 1, ../sass/blocks/_video.scss */
#video {
  position: relative;
  background-image: url("/themes/agnian/videos/big-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Titillium", sans-serif;
}
/* line 8, ../sass/blocks/_video.scss */
#video > .video-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
/* line 15, ../sass/blocks/_video.scss */
#video > .video-content > .message {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.3em;
}
@media (min-width: 620px) {
  /* line 15, ../sass/blocks/_video.scss */
  #video > .video-content > .message {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  /* line 15, ../sass/blocks/_video.scss */
  #video > .video-content > .message {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  /* line 15, ../sass/blocks/_video.scss */
  #video > .video-content > .message {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  /* line 15, ../sass/blocks/_video.scss */
  #video > .video-content > .message {
    font-size: 65px;
  }
}
/* line 36, ../sass/blocks/_video.scss */
#video > .video-content > .anim-message {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 48px;
  font-family: "Titillium Bd", sans-serif;
  color: #fff;
  z-index: 1;
}
/* line 46, ../sass/blocks/_video.scss */
#video > .video-content > .anim-message span {
  font-family: "Titillium", sans-serif;
  color: #fd8204;
}
/* line 54, ../sass/blocks/_video.scss */
#video > .video-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16 / 9) {
  /* line 54, ../sass/blocks/_video.scss */
  #video > .video-content video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  /* line 54, ../sass/blocks/_video.scss */
  #video > .video-content video {
    width: 300%;
    left: -100%;
  }
}
/* line 70, ../sass/blocks/_video.scss */
#video > .video-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 80, ../sass/blocks/_video.scss */
#video > .down-arrow {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
/* line 88, ../sass/blocks/_video.scss */
#video > .down-arrow > .button {
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}
/* line 92, ../sass/blocks/_video.scss */
#video > .down-arrow > .button > span {
  display: inline-block;
  padding: 5px 20px;
  border: solid 3px;
  border-radius: 20px;
}
/* line 99, ../sass/blocks/_video.scss */
#video > .down-arrow > span {
  display: inline-block;
  height: 18px;
  width: 30px;
  background-image: url('../images/icons-se58d66884e.png');
  background-position: 0 -9px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 99, ../sass/blocks/_video.scss */
  #video > .down-arrow > span {
    background-image: url('../images/icons_2x-s79265c4b28.png');
    background-position: 0 -9px;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
}
/* line 104, ../sass/blocks/_video.scss */
#video > #video_player {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}
/* line 112, ../sass/blocks/_video.scss */
#video > #video_player .button {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
/* line 116, ../sass/blocks/_video.scss */
#video > #video_player .button > span {
  display: inline-block;
  padding: 5px 20px;
  border: solid 3px;
  border-radius: 20px;
  vertical-align: middle;
}
/* line 122, ../sass/blocks/_video.scss */
#video > #video_player .button > span i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 28px;
}
/* line 132, ../sass/blocks/_video.scss */
#video.visible .holder > .video-cont {
  background: none !important;
}
/* line 135, ../sass/blocks/_video.scss */
#video.after-load > .video-content > .anim-message {
  overflow: hidden;
  width: 388px;
  text-align: left;
  left: 50%;
  margin-left: -194px;
  line-height: 1;
}
/* line 143, ../sass/blocks/_video.scss */
#video.after-load > .video-content > .anim-message > .text-part1 {
  display: inline-block;
  font-family: "Titillium Bd", sans-serif;
}
/* line 147, ../sass/blocks/_video.scss */
#video.after-load > .video-content > .anim-message > .text-part2 {
  display: inline-block;
  margin-left: 10px;
  font-family: "Titillium", sans-serif;
  vertical-align: bottom;
  overflow: hidden;
  position: absolute;
  top: -300%;
  color: #fd8204;
  opacity: 0;
  -webkit-animation: messageView 7s  infinite ease-in-out;
  -moz-animation: messageView 7s  infinite ease-in-out;
  -ms-animation: messageView 7s  infinite ease-in-out;
  -o-animation: messageView 7s  infinite ease-in-out;
  animation: messageView 7s  infinite ease-in-out;
}

@keyframes messageView {
  0% {
    top: -300%;
    opacity: 1;
  }
  25% {
    top: -200%;
  }
  50% {
    top: -100%;
  }
  75% {
    top: 0%;
  }
  99.99% {
    top: 100%;
    opacity: 1;
  }
  99.999% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: -300%;
    opacity: 0;
  }
}
@-moz-keyframes messageView {
  0% {
    top: -300%;
    opacity: 1;
  }
  25% {
    top: -200%;
  }
  50% {
    top: -100%;
  }
  75% {
    top: 0%;
  }
  99.99% {
    top: 100%;
    opacity: 1;
  }
  99.999% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: -300%;
    opacity: 0;
  }
}
@-webkit-keyframes messageView {
  0% {
    top: -300%;
    opacity: 1;
  }
  25% {
    top: -200%;
  }
  50% {
    top: -100%;
  }
  75% {
    top: 0%;
  }
  99.99% {
    top: 100%;
    opacity: 1;
  }
  99.999% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: -300%;
    opacity: 0;
  }
}
@-o-keyframes messageView {
  0% {
    top: -300%;
    opacity: 1;
  }
  25% {
    top: -200%;
  }
  50% {
    top: -100%;
  }
  75% {
    top: 0%;
  }
  99.99% {
    top: 100%;
    opacity: 1;
  }
  99.999% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: -300%;
    opacity: 0;
  }
}
@-ms-keyframes messageView {
  0% {
    top: -300%;
    opacity: 1;
  }
  25% {
    top: -200%;
  }
  50% {
    top: -100%;
  }
  75% {
    top: 0%;
  }
  99.99% {
    top: 100%;
    opacity: 1;
  }
  99.999% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: -300%;
    opacity: 0;
  }
}
/* line 3, ../sass/blocks/_events.scss */
.view-id-events > .view-content {
  position: relative;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
/* line 10, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 20px 1%;
  vertical-align: top;
  overflow: hidden;
}
/* line 19, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row img {
  width: 100%;
}
@media (min-width: 481px) {
  /* line 10, ../sass/blocks/_events.scss */
  .view-id-events > .view-content > .views-row {
    width: 47%;
    margin: 35px 1% 30px;
  }
}
/* line 24, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .views-field-field-image {
  position: relative;
}
/* line 26, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .views-field-field-image .triangle {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid;
  border-right: 10px solid;
  border-top: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
/* line 37, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .views-field-field-image .triangle:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 300px;
  height: 10px;
}
/* line 45, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .views-field-field-image .triangle:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 300px;
  height: 10px;
}
/* line 55, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder {
  padding: 3% 4% 50px;
}
/* line 58, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
/* line 65, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .date {
  position: relative;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
}
/* line 69, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .date p {
  margin: 0;
}
/* line 71, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .venue {
  margin-bottom: 20px;
}
/* line 74, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .link {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 10px;
  text-align: center;
}
/* line 81, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .link > a {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  border: solid 3px #fff;
  border-radius: 20px;
}
/* line 87, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .link > a:hover {
  background: #fff;
}
/* line 93, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 99, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row > .holder > .line > div {
  float: left;
  width: 25%;
  height: 5px;
}
@media (min-width: 768px) {
  /* line 10, ../sass/blocks/_events.scss */
  .view-id-events > .view-content > .views-row {
    width: 30%;
  }
}
/* line 107, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+1) {
  background: #d8006c;
}
/* line 109, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+1) .link > a:hover {
  color: #d8006c;
}
/* line 110, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+1) .triangle {
  border-left-color: #d8006c;
  border-right-color: #d8006c;
}
/* line 113, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+1) .triangle:before, .view-id-events > .view-content > .views-row:nth-child(6n+1) .triangle:after {
  background: #d8006c;
}
/* line 117, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+1) .line > div.one {
  background-color: #682045;
}
/* line 118, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+1) .line > div.two {
  background-color: #a40069;
}
/* line 119, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+1) .line > div.three {
  background-color: #d8006c;
}
/* line 120, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+1) .line > div.four {
  background-color: #ee94b8;
}
/* line 123, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+2) {
  background: #009bd9;
}
/* line 125, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+2) .link > a:hover {
  color: #009bd9;
}
/* line 126, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+2) .triangle {
  border-left-color: #009bd9;
  border-right-color: #009bd9;
}
/* line 129, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+2) .triangle:before, .view-id-events > .view-content > .views-row:nth-child(6n+2) .triangle:after {
  background: #009bd9;
}
/* line 133, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+2) .line > div.one {
  background-color: #005071;
}
/* line 134, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+2) .line > div.two {
  background-color: #0081ab;
}
/* line 135, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+2) .line > div.three {
  background-color: #009bd9;
}
/* line 136, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+2) .line > div.four {
  background-color: #97daeb;
}
/* line 139, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+3) {
  background: #fd8204;
}
/* line 141, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+3) .link > a:hover {
  color: #fd8204;
}
/* line 142, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+3) .triangle {
  border-left-color: #fd8204;
  border-right-color: #fd8204;
}
/* line 145, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+3) .triangle:before, .view-id-events > .view-content > .views-row:nth-child(6n+3) .triangle:after {
  background: #fd8204;
}
/* line 149, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+3) .line > div.one {
  background-color: #6f3318;
}
/* line 150, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+3) .line > div.two {
  background-color: #c05016;
}
/* line 151, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+3) .line > div.three {
  background-color: #fd8204;
}
/* line 152, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+3) .line > div.four {
  background-color: #fbc586;
}
/* line 155, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+4) {
  background: #80bd01;
}
/* line 157, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+4) .link > a:hover {
  color: #80bd01;
}
/* line 158, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+4) .triangle {
  border-left-color: #80bd01;
  border-right-color: #80bd01;
}
/* line 161, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+4) .triangle:before, .view-id-events > .view-content > .views-row:nth-child(6n+4) .triangle:after {
  background: #80bd01;
}
/* line 165, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+4) .line > div.one {
  background-color: #535f1d;
}
/* line 166, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+4) .line > div.two {
  background-color: #709405;
}
/* line 167, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+4) .line > div.three {
  background-color: #80bd01;
}
/* line 168, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+4) .line > div.four {
  background-color: #cddf81;
}
/* line 171, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+5) {
  background: #f5c300;
}
/* line 173, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+5) .link > a:hover {
  color: #f5c300;
}
/* line 174, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+5) .triangle {
  border-left-color: #f5c300;
  border-right-color: #f5c300;
}
/* line 177, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+5) .triangle:before, .view-id-events > .view-content > .views-row:nth-child(6n+5) .triangle:after {
  background: #f5c300;
}
/* line 181, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+5) .line > div.one {
  background-color: #635246;
}
/* line 182, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+5) .line > div.two {
  background-color: #a37705;
}
/* line 183, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+5) .line > div.three {
  background-color: #f5c300;
}
/* line 184, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n+5) .line > div.four {
  background-color: #fce2a4;
}
/* line 187, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n) {
  background: #5f6772;
}
/* line 189, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n) .link > a:hover {
  color: #5f6772;
}
/* line 190, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n) .triangle {
  border-left-color: #5f6772;
  border-right-color: #5f6772;
}
/* line 193, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n) .triangle:before, .view-id-events > .view-content > .views-row:nth-child(6n) .triangle:after {
  background: #5f6772;
}
/* line 197, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n) .line > div.one {
  background-color: #364249;
}
/* line 198, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n) .line > div.two {
  background-color: #5a6771;
}
/* line 199, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n) .line > div.three {
  background-color: #a4acae;
}
/* line 200, ../sass/blocks/_events.scss */
.view-id-events > .view-content > .views-row:nth-child(6n) .line > div.four {
  background-color: #d1d3d2;
}

/* line 1, ../sass/blocks/_team.scss */
.view-id-team {
  padding-top: 30px;
}
/* line 4, ../sass/blocks/_team.scss */
.view-id-team > .view-header {
  position: relative;
}
/* line 6, ../sass/blocks/_team.scss */
.view-id-team > .view-header > .close-btn {
  display: none;
  position: absolute;
  right: 0;
  top: -14px;
  z-index: 1;
  padding: 0 20px;
  cursor: pointer;
  color: #009bd9;
}
@media (min-width: 621px) {
  /* line 6, ../sass/blocks/_team.scss */
  .view-id-team > .view-header > .close-btn {
    top: 34px;
    padding: 0;
  }
}
/* line 20, ../sass/blocks/_team.scss */
.view-id-team > .view-header > .close-btn:before {
  content: "<";
  display: inline-block;
  margin-right: 3px;
}
/* line 27, ../sass/blocks/_team.scss */
.view-id-team > .view-content {
  text-align: center;
  position: relative;
  min-height: 255px;
}
/* line 31, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .description {
  margin: 0 0 30px;
  font-size: 18px;
}
/* line 35, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 10px 1%;
  vertical-align: top;
  -webkit-transition: top .3s, left .3s, opacity .3s;
  transition: top .3s, left .3s, opacity .3s;
}
@media (min-width: 621px) {
  /* line 35, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row {
    width: 47%;
    margin: 35px 1% 30px;
  }
}
/* line 49, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.invisible {
  opacity: 0;
}
/* line 50, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.full {
  position: static;
  width: 98%;
  margin-bottom: 30px;
}
/* line 54, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.full > .holder {
  display: block;
}
/* line 56, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.full > .holder > .title {
  font-size: 48px;
}
@media (min-width: 769px) {
  /* line 56, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row.full > .holder > .title {
    text-align: left;
  }
}
/* line 61, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.full > .holder > .text {
  display: block;
}
/* line 63, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.full > .views-field-field-image img {
  pointer-events: none;
}
/* line 65, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.actv {
  overflow: hidden;
}
/* line 67, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.actv > .views-field-field-image {
  margin: 0 auto;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 620px) {
  /* line 67, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row.actv > .views-field-field-image {
    float: left;
    width: 33%;
  }
}
/* line 75, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.actv > .views-field-field-image img {
  width: 100%;
}
/* line 79, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.actv > .views-field-field-image .line {
  max-width: 380px;
}
/* line 83, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.actv > .holder {
  display: none;
}
@media (min-width: 620px) {
  /* line 83, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row.actv > .holder {
    float: left;
    width: 65%;
    text-align: left;
  }
}
/* line 92, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.bigger {
  min-width: 240px;
}
/* line 94, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row.bigger > .views-field-field-image > img {
  width: 240px;
}
/* line 96, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image {
  cursor: pointer;
}
/* line 98, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image img {
  max-width: 300px;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 106, ../sass/base/_4_mixins.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image img.actv, .view-id-team > .view-content > .views-row > .views-field-field-image img:hover {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0' /></filter></svg>#greyscale");
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (min-width: 621px) {
  /* line 98, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row > .views-field-field-image img {
    max-width: 220px;
  }
}
/* line 103, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image .line {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 621px) {
  /* line 103, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row > .views-field-field-image .line {
    max-width: 220px;
  }
}
/* line 109, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image .line > div {
  width: 25%;
  height: 4px;
  float: left;
}
/* line 113, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image .line > div.one {
  background: #005072;
}
/* line 114, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image .line > div.two {
  background: #0081ab;
}
/* line 115, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image .line > div.three {
  background: #009bd9;
}
/* line 116, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image .line > div.four {
  background: #98dae9;
}
/* line 120, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image:hover .line,
.view-id-team > .view-content > .views-row > .views-field-field-image:hover img {
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 129, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .views-field-field-image:hover .line > div {
  height: 10px;
}
/* line 132, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .holder {
  padding: 4% 3% 8%;
}
@media (min-width: 769px) {
  /* line 132, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row > .holder {
    padding: 8% 3%;
  }
}
/* line 136, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .holder > .title {
  margin: 0;
  font-size: 28px;
}
/* line 140, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .holder > .position {
  margin-top: 6px;
  line-height: 1.1;
  font-size: 16px;
  color: #009bd9;
  font-family: "Roboto", sans-serif;
}
/* line 147, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .holder > .text {
  display: none;
  position: relative;
  margin: 20px;
  text-align: justify;
}
/* line 152, ../sass/blocks/_team.scss */
.view-id-team > .view-content > .views-row > .holder > .text p {
  margin: 0 0 10px;
}
@media (min-width: 620px) {
  /* line 147, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row > .holder > .text {
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  /* line 35, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row {
    width: 30%;
  }
}
@media (min-width: 992px) {
  /* line 35, ../sass/blocks/_team.scss */
  .view-id-team > .view-content > .views-row {
    width: 22%;
  }
}
/* line 162, ../sass/blocks/_team.scss */
.view-id-team > .view-content.single-mode > .close-btn {
  display: block;
}
/* line 163, ../sass/blocks/_team.scss */
.view-id-team > .view-content.single-mode > .views-row > .views-field-field-image {
  max-width: 350px;
  pointer-events: none;
}
/* line 166, ../sass/blocks/_team.scss */
.view-id-team > .view-content.single-mode > .views-row > .views-field-field-image img {
  max-width: 350px;
}
/* line 167, ../sass/blocks/_team.scss */
.view-id-team > .view-content.single-mode > .views-row > .views-field-field-image .line {
  -webkit-transform: rotate(90deg) scaleX(1.45);
  transform: rotate(90deg) scaleX(1.45);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
/* line 174, ../sass/blocks/_team.scss */
.view-id-team > .view-content.single-mode > .views-row > .views-field-field-image .line > div {
  height: 10px;
}
/* line 180, ../sass/blocks/_team.scss */
.view-id-team.single-mode .close-btn {
  display: block;
}

/* line 2, ../sass/blocks/_media.scss */
.view-id-media > .view-content {
  padding: 25px 20px;
}
@media (min-width: 769px) {
  /* line 2, ../sass/blocks/_media.scss */
  .view-id-media > .view-content {
    padding: 2% 15%;
  }
}
/* line 5, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  /* line 5, ../sass/blocks/_media.scss */
  .view-id-media > .view-content > .views-row {
    margin-bottom: 30px;
  }
}
@media (min-width: 993px) {
  /* line 5, ../sass/blocks/_media.scss */
  .view-id-media > .view-content > .views-row {
    margin-bottom: 50px;
  }
}
/* line 10, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .title {
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  /* line 10, ../sass/blocks/_media.scss */
  .view-id-media > .view-content > .views-row > .title {
    font-weight: normal;
    margin-top: 0;
  }
}
/* line 20, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .title a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
/* line 30, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .views-field-field-text {
  font-size: 18px;
}
/* line 31, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .info {
  padding: 10px 30px 10px 0;
  font-size: 14px;
  color: #009bd9;
  overflow: hidden;
}
/* line 36, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .info > div {
  float: left;
  padding: 0 10px;
}
/* line 39, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .info > div.date {
  border-right: solid 1px #163970;
  padding-left: 0;
}
/* line 45, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .views-field-field-link {
  position: absolute;
  top: 10px;
  right: 0;
  text-indent: -9999999px;
  height: 25px;
  width: 25px;
  background-image: url('../images/icons-se58d66884e.png');
  background-position: 0 -27px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../sass/blocks/_media.scss */
  .view-id-media > .view-content > .views-row > .views-field-field-link {
    background-image: url('../images/icons_2x-s79265c4b28.png');
    background-position: 0 -27px;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
}
/* line 51, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .views-field-field-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 59, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .line {
  width: 100%;
  overflow: hidden;
}
/* line 62, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .line > div {
  width: 25%;
  height: 1px;
  float: left;
}
/* line 66, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .line > div.one {
  background: #6f3318;
}
/* line 67, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .line > div.two {
  background: #c05016;
}
/* line 68, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .line > div.three {
  background: #fd8204;
}
/* line 69, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row > .line > div.four {
  background: #fcc587;
}
/* line 73, ../sass/blocks/_media.scss */
.view-id-media > .view-content > .views-row:first-child > .line {
  display: none;
}
/* line 79, ../sass/blocks/_media.scss */
.view-id-media.view-display-id-block_2 > .view-content > .views-row {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  /* line 79, ../sass/blocks/_media.scss */
  .view-id-media.view-display-id-block_2 > .view-content > .views-row {
    margin-bottom: 60px;
  }
}
@media (min-width: 993px) {
  /* line 79, ../sass/blocks/_media.scss */
  .view-id-media.view-display-id-block_2 > .view-content > .views-row {
    margin-bottom: 90px;
  }
}
/* line 84, ../sass/blocks/_media.scss */
.view-id-media.view-display-id-block_2 > .view-content > .views-row > .title {
  margin: 30px 0;
}

/* line 2, ../sass/blocks/_news.scss */
.view-id-news > .view-content {
  padding: 25px 20px;
}
@media (min-width: 769px) {
  /* line 2, ../sass/blocks/_news.scss */
  .view-id-news > .view-content {
    padding: 2% 15%;
  }
}
/* line 5, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  /* line 5, ../sass/blocks/_news.scss */
  .view-id-news > .view-content > .views-row {
    margin-bottom: 30px;
  }
}
@media (min-width: 993px) {
  /* line 5, ../sass/blocks/_news.scss */
  .view-id-news > .view-content > .views-row {
    margin-bottom: 50px;
  }
}
/* line 11, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-title > .title {
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 769px) {
  /* line 11, ../sass/blocks/_news.scss */
  .view-id-news > .view-content > .views-row > .views-field-title > .title {
    font-weight: normal;
    margin-top: 0;
  }
}
/* line 19, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-title > .title a:before {
  content: '';
  position: absolute;
  top: 10px;
  right: -26px;
  bottom: 0;
  height: 26px;
  width: 26px;
  background-image: url(../images/arrow-right.jpg);
  background-repeat: no-repeat;
}
/* line 34, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-summery {
  font-size: 18px;
}
/* line 35, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-news-link {
  position: absolute;
  top: 10px;
  right: 0;
  text-indent: -9999999px;
}
/* line 41, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-news-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26px;
  width: 26px;
  background-image: url(../images/arrow-up.jpg);
  background-repeat: no-repeat;
}
/* line 53, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-date-news {
  padding: 10px 30px 10px 0;
  font-size: 14px;
  color: #009bd9;
  overflow: hidden;
}
/* line 58, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-date-news .field-content {
  padding: 0;
}
/* line 61, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-date-news > div {
  float: left;
  padding: 0 10px;
}
/* line 64, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-date-news > div.date {
  border-right: solid 1px #163970;
  padding-left: 0;
}
/* line 70, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-link {
  position: absolute;
  top: 10px;
  right: 0;
  text-indent: -9999999px;
  height: 25px;
  width: 25px;
  background-image: url('../images/icons-se58d66884e.png');
  background-position: 0 -27px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 70, ../sass/blocks/_news.scss */
  .view-id-news > .view-content > .views-row > .views-field-field-link {
    background-image: url('../images/icons_2x-s79265c4b28.png');
    background-position: 0 -27px;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
}
/* line 76, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .views-field-field-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 84, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .line {
  width: 100%;
  overflow: hidden;
}
/* line 87, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .line > div {
  width: 25%;
  height: 1px;
  float: left;
}
/* line 91, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .line > div.one {
  background: #6f3318;
}
/* line 92, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .line > div.two {
  background: #c05016;
}
/* line 93, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .line > div.three {
  background: #fd8204;
}
/* line 94, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row > .line > div.four {
  background: #fcc587;
}
/* line 98, ../sass/blocks/_news.scss */
.view-id-news > .view-content > .views-row:first-child > .line {
  display: none;
}
/* line 104, ../sass/blocks/_news.scss */
.view-id-news.view-display-id-block_2 > .view-content > .views-row {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  /* line 104, ../sass/blocks/_news.scss */
  .view-id-news.view-display-id-block_2 > .view-content > .views-row {
    margin-bottom: 60px;
  }
}
@media (min-width: 993px) {
  /* line 104, ../sass/blocks/_news.scss */
  .view-id-news.view-display-id-block_2 > .view-content > .views-row {
    margin-bottom: 90px;
  }
}
/* line 109, ../sass/blocks/_news.scss */
.view-id-news.view-display-id-block_2 > .view-content > .views-row > .title {
  margin: 30px 0;
}

/* line 116, ../sass/blocks/_news.scss */
.field--name-field-news-paragraphs .paragraph--type--news {
  max-width: 824px;
  margin: 0 auto;
}
/* line 119, ../sass/blocks/_news.scss */
.field--name-field-news-paragraphs .paragraph--type--news .field--name-field-news-date {
  padding: 10px 30px 0px 0;
  font-size: 14px;
  color: #009bd9;
  overflow: hidden;
}
/* line 125, ../sass/blocks/_news.scss */
.field--name-field-news-paragraphs .paragraph--type--news .field--name-field-news-title {
  margin: 15px 0;
  color: #163970;
  font: 20px/normal "Titillium", sans-serif;
  text-align: left;
  line-height: 1.1em;
}
@media (min-width: 769px) {
  /* line 125, ../sass/blocks/_news.scss */
  .field--name-field-news-paragraphs .paragraph--type--news .field--name-field-news-title {
    font-size: 30px;
  }
}
@media (min-width: 993px) {
  /* line 125, ../sass/blocks/_news.scss */
  .field--name-field-news-paragraphs .paragraph--type--news .field--name-field-news-title {
    font-size: 48px;
  }
}
/* line 138, ../sass/blocks/_news.scss */
.field--name-field-news-paragraphs .paragraph--type--news .field--name-field-news-text {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 144, ../sass/blocks/_news.scss */
.field--name-field-news-paragraphs .paragraph--type--news .field--name-field-news-pdf .file--application-pdf {
  background-image: url(../images/icons/pdf-icon.png) !important;
  padding-left: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 154, ../sass/blocks/_news.scss */
body.node--type-news #block-newsbackbutton {
  text-align: right;
  margin: 15px auto;
  max-width: 73.75rem;
}
/* line 158, ../sass/blocks/_news.scss */
body.node--type-news #block-newsbackbutton .back-btn {
  color: #009bd9;
  text-decoration: none;
}
/* line 162, ../sass/blocks/_news.scss */
body.node--type-news #block-newsbackbutton .back-btn:before {
  content: "<";
  display: inline-block;
  margin-right: 3px;
}
