/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body.is-reveal-open {
  overflow: hidden; }

.foundation-mq {
  font-family: "small=0em&msmall=32.5em&xsmall=43.75em&medium=48.0625em&large=64em&xlarge=80em&xxlarge=96.25em&xxxlarge=120em"; }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Oxygen", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #605e5e;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#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; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 32.5em) {
    .row.msmall-collapse > .column, .row.msmall-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.msmall-uncollapse > .column, .row.msmall-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 43.75em) {
    .row.xsmall-collapse > .column, .row.xsmall-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xsmall-uncollapse > .column, .row.xsmall-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 48.0625em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 80em) {
    .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 96.25em) {
    .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 120em) {
    .row.xxxlarge-collapse > .column, .row.xxxlarge-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xxxlarge-uncollapse > .column, .row.xxxlarge-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child, .end.columns:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 .column, .small-up-1 .columns {
  width: 100%;
  float: left; }
  .small-up-1 .column:nth-of-type(1n), .small-up-1 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 .column:nth-of-type(1n+1), .small-up-1 .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 .column:last-child, .small-up-1 .columns:last-child {
    float: left; }

.small-up-2 .column, .small-up-2 .columns {
  width: 50%;
  float: left; }
  .small-up-2 .column:nth-of-type(1n), .small-up-2 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 .column:nth-of-type(2n+1), .small-up-2 .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 .column:last-child, .small-up-2 .columns:last-child {
    float: left; }

.small-up-3 .column, .small-up-3 .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 .column:nth-of-type(1n), .small-up-3 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 .column:nth-of-type(3n+1), .small-up-3 .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 .column:last-child, .small-up-3 .columns:last-child {
    float: left; }

.small-up-4 .column, .small-up-4 .columns {
  width: 25%;
  float: left; }
  .small-up-4 .column:nth-of-type(1n), .small-up-4 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 .column:nth-of-type(4n+1), .small-up-4 .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 .column:last-child, .small-up-4 .columns:last-child {
    float: left; }

.small-up-5 .column, .small-up-5 .columns {
  width: 20%;
  float: left; }
  .small-up-5 .column:nth-of-type(1n), .small-up-5 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 .column:nth-of-type(5n+1), .small-up-5 .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 .column:last-child, .small-up-5 .columns:last-child {
    float: left; }

.small-up-6 .column, .small-up-6 .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 .column:nth-of-type(1n), .small-up-6 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 .column:nth-of-type(6n+1), .small-up-6 .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 .column:last-child, .small-up-6 .columns:last-child {
    float: left; }

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

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 32.5em) {
  .msmall-1 {
    width: 8.33333%; }
  .msmall-push-1 {
    position: relative;
    left: 8.33333%; }
  .msmall-pull-1 {
    position: relative;
    left: -8.33333%; }
  .msmall-offset-0 {
    margin-left: 0%; }
  .msmall-2 {
    width: 16.66667%; }
  .msmall-push-2 {
    position: relative;
    left: 16.66667%; }
  .msmall-pull-2 {
    position: relative;
    left: -16.66667%; }
  .msmall-offset-1 {
    margin-left: 8.33333%; }
  .msmall-3 {
    width: 25%; }
  .msmall-push-3 {
    position: relative;
    left: 25%; }
  .msmall-pull-3 {
    position: relative;
    left: -25%; }
  .msmall-offset-2 {
    margin-left: 16.66667%; }
  .msmall-4 {
    width: 33.33333%; }
  .msmall-push-4 {
    position: relative;
    left: 33.33333%; }
  .msmall-pull-4 {
    position: relative;
    left: -33.33333%; }
  .msmall-offset-3 {
    margin-left: 25%; }
  .msmall-5 {
    width: 41.66667%; }
  .msmall-push-5 {
    position: relative;
    left: 41.66667%; }
  .msmall-pull-5 {
    position: relative;
    left: -41.66667%; }
  .msmall-offset-4 {
    margin-left: 33.33333%; }
  .msmall-6 {
    width: 50%; }
  .msmall-push-6 {
    position: relative;
    left: 50%; }
  .msmall-pull-6 {
    position: relative;
    left: -50%; }
  .msmall-offset-5 {
    margin-left: 41.66667%; }
  .msmall-7 {
    width: 58.33333%; }
  .msmall-push-7 {
    position: relative;
    left: 58.33333%; }
  .msmall-pull-7 {
    position: relative;
    left: -58.33333%; }
  .msmall-offset-6 {
    margin-left: 50%; }
  .msmall-8 {
    width: 66.66667%; }
  .msmall-push-8 {
    position: relative;
    left: 66.66667%; }
  .msmall-pull-8 {
    position: relative;
    left: -66.66667%; }
  .msmall-offset-7 {
    margin-left: 58.33333%; }
  .msmall-9 {
    width: 75%; }
  .msmall-push-9 {
    position: relative;
    left: 75%; }
  .msmall-pull-9 {
    position: relative;
    left: -75%; }
  .msmall-offset-8 {
    margin-left: 66.66667%; }
  .msmall-10 {
    width: 83.33333%; }
  .msmall-push-10 {
    position: relative;
    left: 83.33333%; }
  .msmall-pull-10 {
    position: relative;
    left: -83.33333%; }
  .msmall-offset-9 {
    margin-left: 75%; }
  .msmall-11 {
    width: 91.66667%; }
  .msmall-push-11 {
    position: relative;
    left: 91.66667%; }
  .msmall-pull-11 {
    position: relative;
    left: -91.66667%; }
  .msmall-offset-10 {
    margin-left: 83.33333%; }
  .msmall-12 {
    width: 100%; }
  .msmall-offset-11 {
    margin-left: 91.66667%; }
  .msmall-up-1 .column, .msmall-up-1 .columns {
    width: 100%;
    float: left; }
    .msmall-up-1 .column:nth-of-type(1n), .msmall-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .msmall-up-1 .column:nth-of-type(1n+1), .msmall-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .msmall-up-1 .column:last-child, .msmall-up-1 .columns:last-child {
      float: left; }
  .msmall-up-2 .column, .msmall-up-2 .columns {
    width: 50%;
    float: left; }
    .msmall-up-2 .column:nth-of-type(1n), .msmall-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .msmall-up-2 .column:nth-of-type(2n+1), .msmall-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .msmall-up-2 .column:last-child, .msmall-up-2 .columns:last-child {
      float: left; }
  .msmall-up-3 .column, .msmall-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .msmall-up-3 .column:nth-of-type(1n), .msmall-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .msmall-up-3 .column:nth-of-type(3n+1), .msmall-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .msmall-up-3 .column:last-child, .msmall-up-3 .columns:last-child {
      float: left; }
  .msmall-up-4 .column, .msmall-up-4 .columns {
    width: 25%;
    float: left; }
    .msmall-up-4 .column:nth-of-type(1n), .msmall-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .msmall-up-4 .column:nth-of-type(4n+1), .msmall-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .msmall-up-4 .column:last-child, .msmall-up-4 .columns:last-child {
      float: left; }
  .msmall-up-5 .column, .msmall-up-5 .columns {
    width: 20%;
    float: left; }
    .msmall-up-5 .column:nth-of-type(1n), .msmall-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .msmall-up-5 .column:nth-of-type(5n+1), .msmall-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .msmall-up-5 .column:last-child, .msmall-up-5 .columns:last-child {
      float: left; }
  .msmall-up-6 .column, .msmall-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .msmall-up-6 .column:nth-of-type(1n), .msmall-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .msmall-up-6 .column:nth-of-type(6n+1), .msmall-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .msmall-up-6 .column:last-child, .msmall-up-6 .columns:last-child {
      float: left; }
  .column.msmall-centered, .msmall-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .msmall-uncenter,
  .msmall-push-0,
  .msmall-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 43.75em) {
  .xsmall-1 {
    width: 8.33333%; }
  .xsmall-push-1 {
    position: relative;
    left: 8.33333%; }
  .xsmall-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xsmall-offset-0 {
    margin-left: 0%; }
  .xsmall-2 {
    width: 16.66667%; }
  .xsmall-push-2 {
    position: relative;
    left: 16.66667%; }
  .xsmall-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xsmall-offset-1 {
    margin-left: 8.33333%; }
  .xsmall-3 {
    width: 25%; }
  .xsmall-push-3 {
    position: relative;
    left: 25%; }
  .xsmall-pull-3 {
    position: relative;
    left: -25%; }
  .xsmall-offset-2 {
    margin-left: 16.66667%; }
  .xsmall-4 {
    width: 33.33333%; }
  .xsmall-push-4 {
    position: relative;
    left: 33.33333%; }
  .xsmall-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xsmall-offset-3 {
    margin-left: 25%; }
  .xsmall-5 {
    width: 41.66667%; }
  .xsmall-push-5 {
    position: relative;
    left: 41.66667%; }
  .xsmall-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xsmall-offset-4 {
    margin-left: 33.33333%; }
  .xsmall-6 {
    width: 50%; }
  .xsmall-push-6 {
    position: relative;
    left: 50%; }
  .xsmall-pull-6 {
    position: relative;
    left: -50%; }
  .xsmall-offset-5 {
    margin-left: 41.66667%; }
  .xsmall-7 {
    width: 58.33333%; }
  .xsmall-push-7 {
    position: relative;
    left: 58.33333%; }
  .xsmall-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xsmall-offset-6 {
    margin-left: 50%; }
  .xsmall-8 {
    width: 66.66667%; }
  .xsmall-push-8 {
    position: relative;
    left: 66.66667%; }
  .xsmall-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xsmall-offset-7 {
    margin-left: 58.33333%; }
  .xsmall-9 {
    width: 75%; }
  .xsmall-push-9 {
    position: relative;
    left: 75%; }
  .xsmall-pull-9 {
    position: relative;
    left: -75%; }
  .xsmall-offset-8 {
    margin-left: 66.66667%; }
  .xsmall-10 {
    width: 83.33333%; }
  .xsmall-push-10 {
    position: relative;
    left: 83.33333%; }
  .xsmall-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xsmall-offset-9 {
    margin-left: 75%; }
  .xsmall-11 {
    width: 91.66667%; }
  .xsmall-push-11 {
    position: relative;
    left: 91.66667%; }
  .xsmall-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xsmall-offset-10 {
    margin-left: 83.33333%; }
  .xsmall-12 {
    width: 100%; }
  .xsmall-offset-11 {
    margin-left: 91.66667%; }
  .xsmall-up-1 .column, .xsmall-up-1 .columns {
    width: 100%;
    float: left; }
    .xsmall-up-1 .column:nth-of-type(1n), .xsmall-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .xsmall-up-1 .column:nth-of-type(1n+1), .xsmall-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .xsmall-up-1 .column:last-child, .xsmall-up-1 .columns:last-child {
      float: left; }
  .xsmall-up-2 .column, .xsmall-up-2 .columns {
    width: 50%;
    float: left; }
    .xsmall-up-2 .column:nth-of-type(1n), .xsmall-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .xsmall-up-2 .column:nth-of-type(2n+1), .xsmall-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .xsmall-up-2 .column:last-child, .xsmall-up-2 .columns:last-child {
      float: left; }
  .xsmall-up-3 .column, .xsmall-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .xsmall-up-3 .column:nth-of-type(1n), .xsmall-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .xsmall-up-3 .column:nth-of-type(3n+1), .xsmall-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .xsmall-up-3 .column:last-child, .xsmall-up-3 .columns:last-child {
      float: left; }
  .xsmall-up-4 .column, .xsmall-up-4 .columns {
    width: 25%;
    float: left; }
    .xsmall-up-4 .column:nth-of-type(1n), .xsmall-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .xsmall-up-4 .column:nth-of-type(4n+1), .xsmall-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .xsmall-up-4 .column:last-child, .xsmall-up-4 .columns:last-child {
      float: left; }
  .xsmall-up-5 .column, .xsmall-up-5 .columns {
    width: 20%;
    float: left; }
    .xsmall-up-5 .column:nth-of-type(1n), .xsmall-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .xsmall-up-5 .column:nth-of-type(5n+1), .xsmall-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .xsmall-up-5 .column:last-child, .xsmall-up-5 .columns:last-child {
      float: left; }
  .xsmall-up-6 .column, .xsmall-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .xsmall-up-6 .column:nth-of-type(1n), .xsmall-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .xsmall-up-6 .column:nth-of-type(6n+1), .xsmall-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .xsmall-up-6 .column:last-child, .xsmall-up-6 .columns:last-child {
      float: left; }
  .column.xsmall-centered, .xsmall-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xsmall-uncenter,
  .xsmall-push-0,
  .xsmall-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 48.0625em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 .column, .medium-up-1 .columns {
    width: 100%;
    float: left; }
    .medium-up-1 .column:nth-of-type(1n), .medium-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 .column:nth-of-type(1n+1), .medium-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 .column:last-child, .medium-up-1 .columns:last-child {
      float: left; }
  .medium-up-2 .column, .medium-up-2 .columns {
    width: 50%;
    float: left; }
    .medium-up-2 .column:nth-of-type(1n), .medium-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 .column:nth-of-type(2n+1), .medium-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 .column:last-child, .medium-up-2 .columns:last-child {
      float: left; }
  .medium-up-3 .column, .medium-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 .column:nth-of-type(1n), .medium-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 .column:nth-of-type(3n+1), .medium-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 .column:last-child, .medium-up-3 .columns:last-child {
      float: left; }
  .medium-up-4 .column, .medium-up-4 .columns {
    width: 25%;
    float: left; }
    .medium-up-4 .column:nth-of-type(1n), .medium-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 .column:nth-of-type(4n+1), .medium-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 .column:last-child, .medium-up-4 .columns:last-child {
      float: left; }
  .medium-up-5 .column, .medium-up-5 .columns {
    width: 20%;
    float: left; }
    .medium-up-5 .column:nth-of-type(1n), .medium-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 .column:nth-of-type(5n+1), .medium-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 .column:last-child, .medium-up-5 .columns:last-child {
      float: left; }
  .medium-up-6 .column, .medium-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 .column:nth-of-type(1n), .medium-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 .column:nth-of-type(6n+1), .medium-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 .column:last-child, .medium-up-6 .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 .column, .large-up-1 .columns {
    width: 100%;
    float: left; }
    .large-up-1 .column:nth-of-type(1n), .large-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 .column:nth-of-type(1n+1), .large-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 .column:last-child, .large-up-1 .columns:last-child {
      float: left; }
  .large-up-2 .column, .large-up-2 .columns {
    width: 50%;
    float: left; }
    .large-up-2 .column:nth-of-type(1n), .large-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 .column:nth-of-type(2n+1), .large-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 .column:last-child, .large-up-2 .columns:last-child {
      float: left; }
  .large-up-3 .column, .large-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 .column:nth-of-type(1n), .large-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 .column:nth-of-type(3n+1), .large-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 .column:last-child, .large-up-3 .columns:last-child {
      float: left; }
  .large-up-4 .column, .large-up-4 .columns {
    width: 25%;
    float: left; }
    .large-up-4 .column:nth-of-type(1n), .large-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 .column:nth-of-type(4n+1), .large-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 .column:last-child, .large-up-4 .columns:last-child {
      float: left; }
  .large-up-5 .column, .large-up-5 .columns {
    width: 20%;
    float: left; }
    .large-up-5 .column:nth-of-type(1n), .large-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 .column:nth-of-type(5n+1), .large-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 .column:last-child, .large-up-5 .columns:last-child {
      float: left; }
  .large-up-6 .column, .large-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 .column:nth-of-type(1n), .large-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 .column:nth-of-type(6n+1), .large-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 .column:last-child, .large-up-6 .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 80em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 .column, .xlarge-up-1 .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 .column:nth-of-type(1n), .xlarge-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 .column:nth-of-type(1n+1), .xlarge-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 .column:last-child, .xlarge-up-1 .columns:last-child {
      float: left; }
  .xlarge-up-2 .column, .xlarge-up-2 .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 .column:nth-of-type(1n), .xlarge-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 .column:nth-of-type(2n+1), .xlarge-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 .column:last-child, .xlarge-up-2 .columns:last-child {
      float: left; }
  .xlarge-up-3 .column, .xlarge-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 .column:nth-of-type(1n), .xlarge-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 .column:nth-of-type(3n+1), .xlarge-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 .column:last-child, .xlarge-up-3 .columns:last-child {
      float: left; }
  .xlarge-up-4 .column, .xlarge-up-4 .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 .column:nth-of-type(1n), .xlarge-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 .column:nth-of-type(4n+1), .xlarge-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 .column:last-child, .xlarge-up-4 .columns:last-child {
      float: left; }
  .xlarge-up-5 .column, .xlarge-up-5 .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 .column:nth-of-type(1n), .xlarge-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 .column:nth-of-type(5n+1), .xlarge-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 .column:last-child, .xlarge-up-5 .columns:last-child {
      float: left; }
  .xlarge-up-6 .column, .xlarge-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 .column:nth-of-type(1n), .xlarge-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 .column:nth-of-type(6n+1), .xlarge-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 .column:last-child, .xlarge-up-6 .columns:last-child {
      float: left; }
  .column.xlarge-centered, .xlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncenter,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 96.25em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 .column, .xxlarge-up-1 .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 .column:nth-of-type(1n), .xxlarge-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 .column:nth-of-type(1n+1), .xxlarge-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 .column:last-child, .xxlarge-up-1 .columns:last-child {
      float: left; }
  .xxlarge-up-2 .column, .xxlarge-up-2 .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 .column:nth-of-type(1n), .xxlarge-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 .column:nth-of-type(2n+1), .xxlarge-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 .column:last-child, .xxlarge-up-2 .columns:last-child {
      float: left; }
  .xxlarge-up-3 .column, .xxlarge-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 .column:nth-of-type(1n), .xxlarge-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 .column:nth-of-type(3n+1), .xxlarge-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 .column:last-child, .xxlarge-up-3 .columns:last-child {
      float: left; }
  .xxlarge-up-4 .column, .xxlarge-up-4 .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 .column:nth-of-type(1n), .xxlarge-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 .column:nth-of-type(4n+1), .xxlarge-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 .column:last-child, .xxlarge-up-4 .columns:last-child {
      float: left; }
  .xxlarge-up-5 .column, .xxlarge-up-5 .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 .column:nth-of-type(1n), .xxlarge-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 .column:nth-of-type(5n+1), .xxlarge-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 .column:last-child, .xxlarge-up-5 .columns:last-child {
      float: left; }
  .xxlarge-up-6 .column, .xxlarge-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 .column:nth-of-type(1n), .xxlarge-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 .column:nth-of-type(6n+1), .xxlarge-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 .column:last-child, .xxlarge-up-6 .columns:last-child {
      float: left; }
  .column.xxlarge-centered, .xxlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncenter,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 120em) {
  .xxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .xxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .xxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .xxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .xxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxxlarge-12 {
    width: 100%; }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxxlarge-up-1 .column, .xxxlarge-up-1 .columns {
    width: 100%;
    float: left; }
    .xxxlarge-up-1 .column:nth-of-type(1n), .xxxlarge-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-1 .column:nth-of-type(1n+1), .xxxlarge-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxxlarge-up-1 .column:last-child, .xxxlarge-up-1 .columns:last-child {
      float: left; }
  .xxxlarge-up-2 .column, .xxxlarge-up-2 .columns {
    width: 50%;
    float: left; }
    .xxxlarge-up-2 .column:nth-of-type(1n), .xxxlarge-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-2 .column:nth-of-type(2n+1), .xxxlarge-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxxlarge-up-2 .column:last-child, .xxxlarge-up-2 .columns:last-child {
      float: left; }
  .xxxlarge-up-3 .column, .xxxlarge-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .xxxlarge-up-3 .column:nth-of-type(1n), .xxxlarge-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-3 .column:nth-of-type(3n+1), .xxxlarge-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxxlarge-up-3 .column:last-child, .xxxlarge-up-3 .columns:last-child {
      float: left; }
  .xxxlarge-up-4 .column, .xxxlarge-up-4 .columns {
    width: 25%;
    float: left; }
    .xxxlarge-up-4 .column:nth-of-type(1n), .xxxlarge-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-4 .column:nth-of-type(4n+1), .xxxlarge-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxxlarge-up-4 .column:last-child, .xxxlarge-up-4 .columns:last-child {
      float: left; }
  .xxxlarge-up-5 .column, .xxxlarge-up-5 .columns {
    width: 20%;
    float: left; }
    .xxxlarge-up-5 .column:nth-of-type(1n), .xxxlarge-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-5 .column:nth-of-type(5n+1), .xxxlarge-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxxlarge-up-5 .column:last-child, .xxxlarge-up-5 .columns:last-child {
      float: left; }
  .xxxlarge-up-6 .column, .xxxlarge-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .xxxlarge-up-6 .column:nth-of-type(1n), .xxxlarge-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-6 .column:nth-of-type(6n+1), .xxxlarge-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxxlarge-up-6 .column:last-child, .xxxlarge-up-6 .columns:last-child {
      float: left; }
  .column.xxxlarge-centered, .xxxlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxxlarge-uncenter,
  .xxxlarge-push-0,
  .xxxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1e6ca6;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.8rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #605e5e;
    line-height: 0; }

h1 {
  font-size: 3.125rem; }

h2 {
  font-size: 1.5625rem; }

h3 {
  font-size: 1.3125rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

@media screen and (min-width: 48.0625em) {
  h1 {
    font-size: 3.4375rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.3125rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 3.625rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1.0625rem; } }

@media screen and (min-width: 80em) {
  h1 {
    font-size: 3.875rem; }
  h2 {
    font-size: 2.1875rem; }
  h3 {
    font-size: 1.875rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.375rem; }
  h6 {
    font-size: 1.1875rem; } }

@media screen and (min-width: 96.25em) {
  h1 {
    font-size: 4.125rem; }
  h2 {
    font-size: 2.375rem; }
  h3 {
    font-size: 2.0625rem; }
  h4 {
    font-size: 1.75rem; }
  h5 {
    font-size: 1.5rem; }
  h6 {
    font-size: 1.3125rem; } }

@media screen and (min-width: 120em) {
  h1 {
    font-size: 4.375rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2.125rem; }
  h4 {
    font-size: 1.8125rem; }
  h5 {
    font-size: 1.5625rem; }
  h6 {
    font-size: 1.375rem; } }

a {
  color: #1e6ca6;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1a5d8f; }
  a img {
    border: 0; }

hr {
  max-width: 120rem;
  height: 0;
  border-top: 0;
  border-bottom: 1px solid #605e5e;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 2rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 2rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #605e5e; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #333333; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #333333; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #605e5e;
  cursor: help;
  border-bottom: 1px dotted #000000; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  background-color: #747373;
  border: 1px solid #605e5e;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #747373;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333333; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

@media screen and (min-width: 32.5em) {
  .msmall-text-left {
    text-align: left; } }

@media screen and (min-width: 43.75em) {
  .xsmall-text-left {
    text-align: left; } }

@media screen and (min-width: 48.0625em) {
  .medium-text-left {
    text-align: left; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; } }

@media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left; } }

@media screen and (min-width: 96.25em) {
  .xxlarge-text-left {
    text-align: left; } }

@media screen and (min-width: 120em) {
  .xxxlarge-text-left {
    text-align: left; } }

.text-right {
  text-align: right; }

@media screen and (min-width: 32.5em) {
  .msmall-text-right {
    text-align: right; } }

@media screen and (min-width: 43.75em) {
  .xsmall-text-right {
    text-align: right; } }

@media screen and (min-width: 48.0625em) {
  .medium-text-right {
    text-align: right; } }

@media screen and (min-width: 64em) {
  .large-text-right {
    text-align: right; } }

@media screen and (min-width: 80em) {
  .xlarge-text-right {
    text-align: right; } }

@media screen and (min-width: 96.25em) {
  .xxlarge-text-right {
    text-align: right; } }

@media screen and (min-width: 120em) {
  .xxxlarge-text-right {
    text-align: right; } }

.text-center {
  text-align: center; }

@media screen and (min-width: 32.5em) {
  .msmall-text-center {
    text-align: center; } }

@media screen and (min-width: 43.75em) {
  .xsmall-text-center {
    text-align: center; } }

@media screen and (min-width: 48.0625em) {
  .medium-text-center {
    text-align: center; } }

@media screen and (min-width: 64em) {
  .large-text-center {
    text-align: center; } }

@media screen and (min-width: 80em) {
  .xlarge-text-center {
    text-align: center; } }

@media screen and (min-width: 96.25em) {
  .xxlarge-text-center {
    text-align: center; } }

@media screen and (min-width: 120em) {
  .xxxlarge-text-center {
    text-align: center; } }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 32.5em) {
  .msmall-text-justify {
    text-align: justify; } }

@media screen and (min-width: 43.75em) {
  .xsmall-text-justify {
    text-align: justify; } }

@media screen and (min-width: 48.0625em) {
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 80em) {
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 96.25em) {
  .xxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 120em) {
  .xxxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #1e6ca6;
  color: #fff; }
  [data-whatinput="mouse"] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #1a5c8d;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #1e6ca6;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #185685;
      color: #fff; }
  .button.secondary {
    background: #333333;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #292929;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #1e6ca6;
    color: #1e6ca6; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0f3653;
      color: #0f3653; }
    .button.hollow.primary {
      border: 1px solid #1e6ca6;
      color: #1e6ca6; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0f3653;
        color: #0f3653; }
    .button.hollow.secondary {
      border: 1px solid #333333;
      color: #333333; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #1a1a1a;
        color: #1a1a1a; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.5625rem;
  padding: 0.75rem;
  border: 0;
  margin: 0 0 1.5rem;
  font-family: inherit;
  font-size: 1.375rem;
  color: #333333;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus,
  textarea:focus {
    border: 0;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #605e5e;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #747373;
  cursor: default; }

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1.5rem; }

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type="checkbox"],
label > [type="label"] {
  margin-right: 0.75rem; }

[type="file"] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333333; }
  label.middle {
    margin: 0 0 1.5rem;
    padding: 0.75rem 0; }

.help-text {
  margin-top: -0.75rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.5rem; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #747373;
  color: #000000;
  border: 1px solid #605e5e; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.75rem; }

.fieldset {
  border: 1px solid #605e5e;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 3.5625rem;
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
  margin: 0 0 1.5rem;
  font-size: 1.375rem;
  font-family: inherit;
  line-height: normal;
  color: #333333;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.75rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #747373;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 32.4375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 32.5em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 32.5em) {
  .hide-for-msmall {
    display: none !important; } }

@media screen and (max-width: 32.4375em) {
  .show-for-msmall {
    display: none !important; } }

@media screen and (min-width: 32.5em) and (max-width: 43.6875em) {
  .hide-for-msmall-only {
    display: none !important; } }

@media screen and (max-width: 32.4375em), screen and (min-width: 43.75em) {
  .show-for-msmall-only {
    display: none !important; } }

@media screen and (min-width: 43.75em) {
  .hide-for-xsmall {
    display: none !important; } }

@media screen and (max-width: 43.6875em) {
  .show-for-xsmall {
    display: none !important; } }

@media screen and (min-width: 43.75em) and (max-width: 48em) {
  .hide-for-xsmall-only {
    display: none !important; } }

@media screen and (max-width: 43.6875em), screen and (min-width: 48.0625em) {
  .show-for-xsmall-only {
    display: none !important; } }

@media screen and (min-width: 48.0625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 48em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48.0625em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 48em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 79.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 80em) and (max-width: 96.1875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 79.9375em), screen and (min-width: 96.25em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 96.25em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 96.1875em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 96.25em) and (max-width: 119.9375em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 96.1875em), screen and (min-width: 120em) {
  .show-for-xxlarge-only {
    display: none !important; } }

@media screen and (min-width: 120em) {
  .hide-for-xxxlarge {
    display: none !important; } }

@media screen and (max-width: 119.9375em) {
  .show-for-xxxlarge {
    display: none !important; } }

@media screen and (min-width: 120em) {
  .hide-for-xxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 119.9375em) {
  .show-for-xxxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #1e6ca6;
  color: #ffffff; }
  .badge.secondary {
    background: #333333;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #1e6ca6;
  color: #ffffff; }
  .label.secondary {
    background: #333333;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f9f9f9;
    color: #605e5e; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll; }

table.hover tr:hover {
  background-color: #fafafa; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

::before,
::after {
  content: ' ';
  display: table; }

::after {
  clear: both; }

padding: 2rem;
ul {
  background-color: #ffffff; }

input {
  width: 200px;
  margin-right: 1rem; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/** Custom styles **/
/* Base css */
body {
  overflow-x: hidden;
  padding-top: 8.8125rem;
  max-width: 120rem;
  margin: auto;
  position: relative; }

body img a,
body a img,
a:focus {
  border: 0 !important;
  outline: 0 !important; }

sup {
  display: inline-block;
  font-size: 50%;
  letter-spacing: -0.0625rem;
  top: -0.7em; }

.no_padding {
  padding: 0; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: 700; }

.design_wrap {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.design_wrap_more {
  padding-left: 2.25rem;
  padding-right: 2.25rem; }

.row_hero {
  margin-bottom: 1.5rem; }

.row_content {
  padding-bottom: 1.5rem; }

.text_block {
  margin-bottom: 0.9375rem; }

@media screen and (min-width: 48.0625em) {
  /* Base medium */
  .design_wrap {
    padding-left: 1.8125rem;
    padding-right: 1.8125rem; }
  .design_wrap_more {
    padding-left: 4rem;
    padding-right: 4rem; }
  .row_hero {
    margin-bottom: 1.8125rem; }
  .row_content {
    padding-bottom: 1.8125rem; } }

@media screen and (min-width: 64em) {
  /* Base large */
  .design_wrap {
    padding-left: 2.75rem;
    padding-right: 2.75rem; }
  .design_wrap_more {
    padding-left: 5.6875rem;
    padding-right: 5.6875rem; }
  .row_hero {
    margin-bottom: 2.75rem; }
  .row_content {
    padding-bottom: 2.75rem; } }

@media screen and (min-width: 80em) {
  /* Base xlarge */
  .design_wrap {
    padding-left: 3.625rem;
    padding-right: 3.625rem; }
  .design_wrap_more {
    padding-left: 7.3125rem;
    padding-right: 7.3125rem; }
  .row_hero {
    margin-bottom: 3.625rem; }
  .row_content {
    padding-bottom: 3.625rem; } }

@media screen and (min-width: 96.25em) {
  /* Base xxlarge */
  .design_wrap {
    padding-left: 4.5625rem;
    padding-right: 4.5625rem; }
  .design_wrap_more {
    padding-left: 9rem;
    padding-right: 9rem; }
  .row_hero {
    margin-bottom: 4.5625rem; }
  .row_content {
    padding-bottom: 4.5625rem; } }

@media screen and (min-width: 120em) {
  /* Base xxxlarge */
  .row {
    max-width: 1920px;
    margin: auto; }
  .row_hero {
    margin-bottom: 5.9375rem; }
  .row_content {
    padding-bottom: 5.9375rem; }
  .design_wrap {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem; }
  .design_wrap_more {
    padding-left: 11.4375rem;
    padding-right: 11.4375rem; }
  .text_block {
    margin-bottom: 4.0625rem; } }

/* End Base css */
/* Custom typography */
body p {
  font-size: 0.875rem; }
  body p.blue {
    color: #1e6ca6; }

.list_text *:before,
.list_text *:after {
  display: initial; }

.list_text ul {
  list-style: none; }
  .list_text ul li {
    position: relative;
    margin-bottom: 2rem; }
    .list_text ul li:before {
      content: "";
      display: inline-block;
      background: #6394bf;
      border-radius: 50%;
      width: 0.8125rem;
      height: 0.8125rem; }
    .list_text ul li a {
      margin-left: 1rem;
      color: #605e5e;
      font-weight: 700;
      font-size: 1.1875rem; }
      .list_text ul li a:hover {
        color: #1e6ca6; }

.line_height_reduced p {
  line-height: 1; }

.gray_background {
  background: #f2f2f2;
  color: #605e5e;
  font-family: "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 1rem;
  display: table;
  vertical-align: middle;
  width: 100%; }

@media screen and (min-width: 48.0625em) {
  /* Custom typography medium */
  body p {
    font-size: 1rem; }
  .list_text ul li:before {
    width: 0.9375rem;
    height: 0.9375rem; }
  .list_text ul li a {
    font-size: 1.375rem; } }

@media screen and (min-width: 64em) {
  /* Custom typography large */
  body p {
    font-size: 1rem; }
  .list_text ul li:before {
    width: 0.9375rem;
    height: 0.9375rem; }
  .list_text ul li a {
    font-size: 1.375rem; } }

@media screen and (min-width: 80em) {
  /* Custom typography xlarge */
  body p {
    font-size: 1.125rem; }
  .list_text ul li:before {
    width: 1.0625rem;
    height: 1.0625rem; }
  .list_text ul li a {
    font-size: 1.5625rem; } }

@media screen and (min-width: 96.25em) {
  /* Custom typography xxlarge */
  body p {
    font-size: 1.25rem; }
  .list_text ul li:before {
    width: 1.125rem;
    height: 1.125rem; }
  .list_text ul li a {
    font-size: 1.6875rem; } }

@media screen and (min-width: 120em) {
  /* Custom typography xxxlarge */
  body p {
    font-size: 1.375rem; }
  .list_text ul li:before {
    width: 1.25rem;
    height: 1.25rem; }
  .list_text ul li a {
    font-size: 1.875rem; } }

/* End Custom typography */
/* Navigation */
.navigation {
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998; }
  .navigation ul,
  .navigation li {
    list-style: none; }
  .navigation .primary_navigation .left_section {
    background: #ffffff;
    width: 100%; }
    .navigation .primary_navigation .left_section ul.left_menu {
      position: relative;
      margin: 0; }
      .navigation .primary_navigation .left_section ul.left_menu li.menu_logo {
        position: absolute;
        width: 6.6875rem;
        height: 6.6875rem;
        display: block;
        z-index: 999;
        top: 0.125rem; }
        .navigation .primary_navigation .left_section ul.left_menu li.menu_logo a.logo {
          display: block; }
          .navigation .primary_navigation .left_section ul.left_menu li.menu_logo a.logo img {
            display: block; }
      .navigation .primary_navigation .left_section ul.left_menu li.menu_toggle {
        display: block;
        float: right; }
        .navigation .primary_navigation .left_section ul.left_menu li.menu_toggle a.toggle {
          font-size: 3.125rem;
          display: block;
          padding: 1.25rem 0; }
          .navigation .primary_navigation .left_section ul.left_menu li.menu_toggle a.toggle i {
            display: block; }
          .navigation .primary_navigation .left_section ul.left_menu li.menu_toggle a.toggle.active .fa-bars:before {
            content: "\f00d"; }
  .navigation .primary_navigation .right_section {
    position: relative;
    width: 100%; }
    .navigation .primary_navigation .right_section a.nav {
      color: #747373; }
      .navigation .primary_navigation .right_section a.nav:hover {
        color: #333333; }
    .navigation .primary_navigation .right_section ul.main_menu {
      background: #f2f2f2;
      width: 100%;
      position: absolute;
      z-index: 998;
      margin: 0;
      overflow: hidden;
      transition: max-height 1s ease;
      max-height: 0;
      opacity: 0; }
      .navigation .primary_navigation .right_section ul.main_menu.active {
        max-height: 100vh;
        opacity: 1;
        overflow: auto; }
      .navigation .primary_navigation .right_section ul.main_menu li {
        display: block;
        width: 100%;
        border-bottom: 0.0625rem solid #1e6ca6; }
        .navigation .primary_navigation .right_section ul.main_menu li a.nav {
          display: block;
          text-transform: uppercase;
          font-size: 1.125rem;
          line-height: 4.375rem; }
        .navigation .primary_navigation .right_section ul.main_menu li.with_submenu > a.nav {
          display: block;
          position: relative; }
          .navigation .primary_navigation .right_section ul.main_menu li.with_submenu > a.nav span.icon {
            position: absolute;
            right: 0;
            display: block;
            top: 0;
            /*transition-duration: 4s;*/
            font-size: 2px; }
        .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown {
          background: #ffffff;
          width: 100%;
          z-index: 997;
          margin: 0;
          overflow: hidden;
          transition: height 1s ease;
          height: 0;
          opacity: 0; }
          .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown.dropdown_show {
            opacity: 1;
            margin-bottom: 1.75rem;
            box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
            height: auto; }
          .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li {
            display: block;
            border: 0; }
            .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li:first-child {
              margin-top: 0; }
            .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li a.nav {
              padding-left: 1.5rem; }
            .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li.with_sub_submenu > a.nav {
              display: block;
              position: relative;
              font-size: 1.125rem;
              line-height: 4.375rem; }
              .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li.with_sub_submenu > a.nav span.icon {
                position: absolute;
                right: 1.5rem;
                display: block;
                top: 50%;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                font-size: 2px; }
            .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li.with_sub_submenu ul.sub_menu_dropdown {
              background: #ffffff;
              box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
              z-index: 996;
              position: relative;
              /*opacity: 0;
										width: 100%;
										transition: max-height 1s ease;
										max-height: 0;*/
              /*&.sub_menu_dropdown_show {
											opacity: 1;
											max-height: 100vh;
										}*/ }
      .navigation .primary_navigation .right_section ul.main_menu > li:first-child {
        margin-top: 2.5rem; }
      .navigation .primary_navigation .right_section ul.main_menu li.log_section {
        background: #1e6ca6; }
        .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0; }
          .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li {
            display: block;
            float: left;
            margin: 0;
            border: 0;
            text-align: left; }
            .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li a {
              color: #ffffff;
              display: block;
              text-transform: uppercase;
              font-size: 1.125rem;
              padding-top: 2.5rem;
              padding-bottom: 2.5rem; }
              .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li a:hover {
                background: #ffffff;
                color: #1e6ca6; }
            .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.tab_100 {
              width: 100%; }
            .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.tab_50 {
              width: 50%;
              border-top: 0.0625rem solid #ffffff; }
              .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.tab_50.lang {
                border-right: 0.0625rem solid #ffffff; }
              .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.tab_50.promo {
                border-right: 0.0625rem solid #ffffff;
                border-bottom: 0.0625rem solid #ffffff; }
              .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.tab_50.gift {
                border-bottom: 0.0625rem solid #ffffff; }
              .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.tab_50 a {
                background: #3b85bc; }
                .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.tab_50 a:hover {
                  background: #ffffff; }
            .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.social {
              text-align: center; }
              .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.social a {
                background: #ffffff;
                border-radius: 50%;
                color: #1e6ca6;
                width: 4rem;
                height: 4rem;
                margin: 2.5rem auto;
                line-height: 4rem;
                font-size: 3.125rem;
                border: 0.0625rem solid #ffffff;
                transition-duration: 0.4s;
                padding-top: 0;
                padding-bottom: 0; }
                .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.social a:hover {
                  color: #ffffff;
                  background: #1e6ca6; }
                .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li.social a i:before {
                  margin-top: 0.625rem;
                  margin-left: -0.4375rem; }

.scroll .navigation {
  /*box-shadow: 0 0 rem-calc(40) rgba(0,0,0,0.1);*/ }
  .scroll .navigation.active {
    height: 100vh;
    overflow: auto; }

@media screen and (min-width: 64em) {
  /* Primary navigation large */
  .navigation .primary_navigation {
    width: 100%;
    background: #ffffff; }
    .navigation .primary_navigation .left_section {
      background: transparent;
      width: auto;
      float: left;
      width: 14%;
      max-width: 8.75rem; }
      .navigation .primary_navigation .left_section ul.left_menu li.menu_toggle {
        display: none; }
    .navigation .primary_navigation .right_section {
      position: relative;
      width: auto;
      float: right;
      width: 86%; }
      .navigation .primary_navigation .right_section.design_wrap {
        padding-left: 0; }
      .navigation .primary_navigation .right_section ul.main_menu {
        background: transparent;
        width: auto;
        position: relative;
        z-index: initial;
        overflow: initial;
        transition: initial;
        max-height: initial;
        opacity: 1;
        display: table;
        float: right; }
        .navigation .primary_navigation .right_section ul.main_menu li {
          display: table-cell;
          width: auto;
          border-bottom: 0;
          float: none; }
          .navigation .primary_navigation .right_section ul.main_menu li.design_wrap {
            padding: 0; }
          .navigation .primary_navigation .right_section ul.main_menu li a.nav {
            display: inline-block;
            text-transform: uppercase;
            font-size: 0.75rem;
            letter-spacing: -0.03125rem;
            line-height: 5.25rem;
            padding: 0 0.25rem; }
          .navigation .primary_navigation .right_section ul.main_menu li.with_submenu {
            padding-right: 1.25rem;
            position: relative; }
            .navigation .primary_navigation .right_section ul.main_menu li.with_submenu > a.nav {
              display: inline-block; }
              .navigation .primary_navigation .right_section ul.main_menu li.with_submenu > a.nav span.icon {
                right: -0.6rem;
                font-size: 1px; }
            .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown {
              background: #ffffff;
              width: auto;
              z-index: 9999;
              margin: 0;
              overflow: hidden;
              transition: height 1s ease;
              height: 0;
              opacity: 0;
              width: 0;
              position: absolute; }
              .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown.dropdown_show {
                height: auto;
                opacity: 1;
                margin-bottom: 1.75rem;
                width: 200%;
                overflow: visible; }
              .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li {
                display: block;
                border: 0; }
                .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li:first-child {
                  margin-top: 0; }
                .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li a.nav {
                  padding-left: 1.5rem !important;
                  padding-right: 1.5rem !important;
                  line-height: 3;
                  width: 100%; }
                  .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li a.nav:hover {
                    background: #1e6ca6 !important;
                    color: #ffffff !important; }
                .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li.with_sub_submenu > a.nav {
                  font-size: 0.8125rem;
                  line-height: 3; }
                  .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li.with_sub_submenu > a.nav:hover {
                    background: #ffffff !important;
                    color: #747373 !important; }
                  .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li.with_sub_submenu > a.nav span.icon {
                    font-size: 1px;
                    line-height: 3;
                    -webkit-transform: translateY(-50%) rotate(270deg);
                        -ms-transform: translateY(-50%) rotate(270deg);
                            transform: translateY(-50%) rotate(270deg); }
                .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li.with_sub_submenu ul.sub_menu_dropdown {
                  position: absolute;
                  left: 100%;
                  top: 0;
                  margin-left: 0;
                  opacity: 0;
                  width: 0;
                  transition: width 1s ease; }
                  .navigation .primary_navigation .right_section ul.main_menu li.with_submenu ul.dropdown li.with_sub_submenu ul.sub_menu_dropdown.sub_menu_dropdown_show {
                    opacity: 1;
                    width: 100%; }
        .navigation .primary_navigation .right_section ul.main_menu > li:first-child {
          margin-top: 0; }
        .navigation .primary_navigation .right_section ul.main_menu li.log_section {
          display: none !important;
          height: 0 !important;
          width: 0 !important;
          opacity: 0 !important; }
  .top_section {
    background: #1e6ca6; }
    .top_section ul.secondary_navigation {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0; }
      .top_section ul.secondary_navigation li {
        display: block;
        float: left;
        margin: 0;
        border: 0;
        text-align: left; }
        .top_section ul.secondary_navigation li.left_top_section {
          float: left; }
        .top_section ul.secondary_navigation li.right_top_section {
          float: right; }
        .top_section ul.secondary_navigation li a {
          color: #ffffff;
          display: block;
          text-transform: none;
          font-size: 1rem;
          border: 0;
          padding: 1rem;
          transition-duration: 0.4s; }
          .top_section ul.secondary_navigation li a:hover {
            background: #18202d; }
        .top_section ul.secondary_navigation li.social {
          text-align: center; }
          .top_section ul.secondary_navigation li.social a {
            background: #ffffff;
            border-radius: 50%;
            color: #1e6ca6;
            width: 1.875rem;
            height: 1.875rem;
            margin: 0.8125rem 1rem;
            line-height: 1.875rem;
            font-size: 1.375rem;
            border: 0;
            transition-duration: 0.4s;
            padding-top: 0;
            padding-bottom: 0; }
            .top_section ul.secondary_navigation li.social a:hover {
              color: #ffffff;
              background: #18202d; }
            .top_section ul.secondary_navigation li.social a i:before {
              margin-left: -0.4375rem;
              margin-top: 0.375rem; } }

@media screen and (min-width: 80em) {
  /* Primary navigation xlarge */
  .navigation .right_section ul.main_menu li a.nav {
    font-size: 0.875rem !important;
    padding: 0 0.625rem !important; }
  .navigation .right_section ul.main_menu li.with_submenu > a.nav {
    display: inline-block; }
    .navigation .right_section ul.main_menu li.with_submenu > a.nav span.icon {
      /*font-size: 2px !important;*/ } }

@media screen and (min-width: 96.25em) {
  /* Primary navigation xxlarge */
  .navigation .right_section ul.main_menu li a.nav {
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    padding: 0 0.75rem !important; }
  .navigation .right_section ul.main_menu li.with_submenu > a.nav {
    display: inline-block; } }

@media screen and (min-width: 120em) {
  /* Primary navigation xxxlarge */
  .navigation .right_section ul.main_menu li a.nav {
    font-size: 1.125rem !important;
    padding: 0 1.125rem !important; }
  .navigation .right_section ul.main_menu li.with_submenu > a.nav {
    display: inline-block; } }

@media screen and (max-width: 1023px) {
  .navigation .right_section.design_wrap {
    padding: 0; } }

/* End Navigation */
/* Footer */
.footer {
  background: #30414c;
  color: #ffffff;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  .footer h4 {
    color: #ffffff;
    font-size: 1.25rem; }
  .footer p {
    color: #ffffff;
    font-size: 0.875rem; }
  .footer .columns {
    margin-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .footer ul {
    list-style-type: none;
    margin-left: 0; }
    .footer ul li a {
      color: #ffffff;
      transition-duration: 0.2s; }
      .footer ul li a:hover {
        color: #747373; }

@media screen and (min-width: 48.0625em) {
  /* Footer medium */
  .footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; } }

@media screen and (min-width: 64em) {
  /* Footer large */
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem; }
    .footer .columns {
      margin-bottom: 0; } }

@media screen and (min-width: 80em) {
  /* Footer xlarge */
  .footer {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; } }

@media screen and (min-width: 96.25em) {
  /* Footer xxlarge */
  .footer {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; } }

@media screen and (min-width: 120em) {
  /* Footer xxxlarge */
  .footer {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; } }

/* End Footer */
/* Navigable Hero */
/* End Navigable Hero */
/* Hero restaurant */
.hero_restaurant {
  background: url(../images/design/top_restaurant.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 6.25rem; }
  .hero_restaurant .hero_text_block {
    max-width: 65rem;
    margin: auto;
    box-sizing: content-box; }
    .hero_restaurant .hero_text_block h1 {
      color: #ffffff;
      margin-bottom: 0;
      font-size: 2.6875rem;
      text-transform: uppercase;
      margin-bottom: 1rem; }
    .hero_restaurant .hero_text_block p {
      color: #ffffff; }
  .hero_restaurant .hero_icon_block {
    max-width: 90rem;
    margin: auto;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem; }
    .hero_restaurant .hero_icon_block a * {
      transition-duration: 0.8s; }
    .hero_restaurant .hero_icon_block a img.thumb {
      margin: 1.5625rem auto;
      max-width: 100%;
      border-radius: 50%;
      padding: 0.875rem;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.2); }
    .hero_restaurant .hero_icon_block a p {
      color: #ffffff;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      line-height: 1; }
    .hero_restaurant .hero_icon_block a:hover img.thumb {
      -webkit-transform: scale(1.05) translateY(-20px);
          -ms-transform: scale(1.05) translateY(-20px);
              transform: scale(1.05) translateY(-20px); }

@media screen and (min-width: 48.0625em) {
  /* Hero storia medium */
  .hero_restaurant .hero_text_block h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 2.9375rem; } }

@media screen and (min-width: 64em) {
  /* Hero storia large */
  .hero_restaurant .hero_text_block h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 3.125rem; } }

@media screen and (min-width: 80em) {
  /* Hero storia xlarge */
  .hero_restaurant .hero_text_block h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 3.3125rem; } }

@media screen and (min-width: 96.25em) {
  /* Hero storia xxlarge */
  .hero_restaurant .hero_text_block h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 3.5625rem; } }

@media screen and (min-width: 120em) {
  /* Hero restaurant xxxlarge */
  .hero_restaurant .hero_text_block h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 3.75rem; } }

/* End Hero restaurant */
/* Hero text */
.hero_text {
  position: relative;
  z-index: 0;
  background-color: #f2f2f2;
  padding-top: 1.875rem;
  padding-bottom: 4.375rem; }
  .hero_text:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 1.875rem;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 1%, rgba(59, 59, 59, 0) 30%, #c8c8c8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c8c8c8',GradientType=0 );
    /* IE6-9 */
    opacity: 0.1; }
  .hero_text .hero_text_block {
    max-width: 54.375rem;
    margin: auto;
    padding: 0 0.9375rem;
    box-sizing: content-box; }
    .hero_text .hero_text_block h1 {
      color: #333333;
      margin-bottom: 0; }
    .hero_text .hero_text_block h2 {
      margin-bottom: 0.8rem; }
    .hero_text .hero_text_block p {
      color: #333333; }
    .hero_text .hero_text_block .icon_hero {
      position: relative;
      z-index: 2;
      margin-top: 2.375rem; }
      .hero_text .hero_text_block .icon_hero:before {
        content: "";
        display: block;
        width: 30%;
        background: #747373;
        height: 0.0625rem;
        position: absolute;
        z-index: 3;
        left: 8%;
        top: 50%; }
      .hero_text .hero_text_block .icon_hero:after {
        content: "";
        display: block;
        width: 30%;
        background: #747373;
        height: 0.0625rem;
        position: absolute;
        z-index: 3;
        right: 8%;
        top: 50%; }
      .hero_text .hero_text_block .icon_hero .icon {
        font-size: 3px; }

@media screen and (min-width: 48.0625em) {
  /* Hero text medium */
  .hero_text {
    /*padding-bottom: rem-calc(70);*/ }
    .hero_text .hero_text_block .icon_hero {
      position: relative;
      z-index: 2;
      margin-top: 2.375rem; }
      .hero_text .hero_text_block .icon_hero .icon {
        font-size: 4px; } }

@media screen and (min-width: 64em) {
  /* Hero text large */
  .hero_text {
    /*padding-bottom: rem-calc(70);*/ }
    .hero_text .hero_text_block .icon_hero .icon {
      font-size: 5px; } }

/* End Hero text */
/* Hero slider */
.hero_slider {
  max-width: 100%;
  overflow: hidden; }
  .hero_slider .sliding_cont {
    position: relative;
    z-index: 0;
    height: 28%;
    overflow: hidden; }
    .hero_slider .sliding_cont .image_slide img {
      width: 100%; }
    .hero_slider .sliding_cont .caption {
      position: relative;
      display: block;
      z-index: 1;
      padding-top: 2.5rem; }

@media screen and (min-width: 64em) {
  /* Hero slider large */
  .hero_slider .sliding_cont {
    position: relative;
    z-index: 0; }
    .hero_slider .sliding_cont .caption {
      position: absolute;
      display: block;
      z-index: 1;
      max-width: 90%;
      padding-top: 0; }
      .hero_slider .sliding_cont .caption.caption-middle-left {
        text-align: left;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
      .hero_slider .sliding_cont .caption.caption-middle-right {
        text-align: right;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; }
      .hero_slider .sliding_cont .caption.caption-middle-2-right {
        text-align: right;
        top: 55%;
        right: 0; }
      .hero_slider .sliding_cont .caption.caption-top-left {
        text-align: left;
        top: 5%;
        left: 0; }
      .hero_slider .sliding_cont .caption.caption-top-right {
        text-align: right;
        top: 5%;
        right: 0; }
      .hero_slider .sliding_cont .caption.caption-bottom-left {
        text-align: left;
        bottom: 5%;
        left: 0; }
      .hero_slider .sliding_cont .caption.caption-bottom-right {
        text-align: right;
        bottom: 5%;
        right: 0; }
      .hero_slider .sliding_cont .caption h2 {
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase; }
      .hero_slider .sliding_cont .caption p {
        color: #ffffff; } }

/* End Hero slider */
/* Hero 2 columns */
.hero_2_columns {
  margin-top: 2.5rem;
  /*.col_right {

		a {
			background:url(../images/design/download_cal_2015.jpg);
			display: block;
			background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    	height: 100%;
    	width: 100%;
			position: relative;

			.promo_text {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				max-width: 90%;
				max-height: 80%;
				overflow: hidden;

				h2 {
					color: $white;
					line-height: 1;
				}

				p {
					color: $white;
					line-height: 1;
				}

			}

		}

	}*/ }
  .hero_2_columns .equalize {
    overflow: hidden; }
    .hero_2_columns .equalize .slick-slider {
      margin-bottom: 0; }

a.cal_new_gar {
  background: url(../images/design/download_cal_2015.jpg);
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 210%;
  position: relative;
  margin-top: 50px; }
  a.cal_new_gar .promo_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 80%;
    overflow: hidden; }
    a.cal_new_gar .promo_text h2 {
      color: #ffffff;
      line-height: 1; }
    a.cal_new_gar .promo_text p {
      color: #ffffff;
      line-height: 1; }

@media screen and (min-width: 48.0625em) {
  /* Hero 2 columns medium */
  .hero_2_columns {
    margin-top: 3.125rem; } }

@media screen and (min-width: 64em) {
  /* Hero 2 columns large */
  .hero_2_columns {
    margin-top: 3.75rem; } }

@media screen and (min-width: 80em) {
  /* Hero 2 columns xlarge */
  .hero_2_columns {
    margin-top: 4.375rem; } }

@media screen and (min-width: 96.25em) {
  /* Hero 2 columns xxlarge */
  .hero_2_columns {
    margin-top: 4.6875rem; } }

@media screen and (min-width: 120em) {
  /* Hero 2 columns xxxlarge */
  .hero_2_columns {
    margin-top: 5rem; } }

/* End Hero 2 columns */
@media screen and (max-width: 767px) {
  .hero_2_columns .col_right {
    height: 23.75rem; } }

/* Hero slider_2 */
.hero_slider_2 .sliding_cont {
  overflow: hidden; }
  .hero_slider_2 .sliding_cont img {
    width: 100%; }
  .hero_slider_2 .sliding_cont .caption time strong {
    display: inline-block; }
  .hero_slider_2 .sliding_cont .caption h2 {
    position: relative; }
    .hero_slider_2 .sliding_cont .caption h2:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75%;
      height: 0.0625rem;
      content: "";
      display: block; }

@media screen and (min-width: 64em) {
  /* Hero slider_2 large */
  .hero_slider_2 .sliding_cont .caption * {
    color: #ffffff; } }

/* End Hero slider_2 */
/* People_01 */
.people_01 .img_people {
  border-radius: 50%;
  overflow: hidden;
  background: #6394bf;
  display: inline-block;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }
  .people_01 .img_people img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit; }

@media screen and (min-width: 43.75em) {
  /* Hero storia xsmall */
  .people_01 .img_people {
    margin-top: initial;
    margin-bottom: initial; } }

/* End People_01 */
/* People_02 */
.people_02 ul.people_02_contacts {
  display: table;
  margin-left: 0;
  /*&:before,
		&:after,
		*:before,
		*:after {
			display: initial;
		}*/ }
  .people_02 ul.people_02_contacts li {
    vertical-align: middle;
    display: block;
    clear: both;
    padding-bottom: 1rem; }
    .people_02 ul.people_02_contacts li.icon_cont {
      padding-right: 1rem; }
    .people_02 ul.people_02_contacts li strong {
      display: inline-block;
      margin-right: 0.75rem; }
    .people_02 ul.people_02_contacts li a {
      text-decoration: none;
      color: #605e5e; }
      .people_02 ul.people_02_contacts li a strong {
        display: inline-block;
        margin-right: 0.75rem; }
      .people_02 ul.people_02_contacts li a .icon {
        font-size: 1rem; }
      .people_02 ul.people_02_contacts li a .fa {
        background: #1e6ca6;
        border-radius: 50%;
        color: #ffffff;
        width: 1.5625rem;
        height: 1.5625rem;
        margin: auto;
        line-height: 1.5625rem;
        font-size: 1rem;
        border: 0.0625rem solid #1e6ca6;
        transition-duration: 0.4s;
        padding-top: 0;
        padding-bottom: 0; }
        .people_02 ul.people_02_contacts li a .fa.fa-facebook:before {
          margin-left: 0.4375rem; }
        .people_02 ul.people_02_contacts li a .fa.fa-linkedin:before {
          margin-left: 0.375rem; }
        .people_02 ul.people_02_contacts li a .fa:hover {
          color: #1e6ca6;
          background: #ffffff; }

@media screen and (min-width: 32.5em) {
  /* People_02 msmall */
  .people_02 ul.people_02_contacts li {
    display: inline-block;
    padding-right: 2rem;
    clear: none; } }

@media screen and (min-width: 48.0625em) {
  /* People_02 medium */
  .people_02 ul.people_02_contacts li {
    display: inline-block;
    padding-right: 3rem;
    padding-bottom: 1rem; } }

@media screen and (min-width: 64em) {
  /* People_02 large */
  .people_02 ul.people_02_contacts li {
    display: table-cell;
    padding-right: 2rem; }
    .people_02 ul.people_02_contacts li strong {
      display: block;
      clear: both; }
    .people_02 ul.people_02_contacts li a strong {
      display: block;
      clear: both; } }

@media screen and (min-width: 80em) {
  /* People_02 xlarge */
  .people_02 ul.people_02_contacts li {
    display: table-cell;
    padding-right: 3rem;
    vertical-align: middle;
    /*strong {
						display: inline-block;
						margin-right: rem-calc(12);
					}

				a {

					strong {
						display: inline-block;
						margin-right: rem-calc(12);
					}

				}*/ } }

@media screen and (min-width: 96.25em) {
  /* People_02 xxlarge */
  .people_02 ul.people_02_contacts li strong {
    display: inline-block;
    margin-right: 0.75rem; }
  .people_02 ul.people_02_contacts li a strong {
    display: inline-block;
    margin-right: 0.75rem; } }

/* End People_02 */
/* Grid storia */
.grid_storia {
  position: relative;
  min-height: 34.375rem; }
  .grid_storia .text_grid {
    padding: 4.375rem 10%;
    /*position: absolute;
		top: 50%;
		transform:translateY(-50%);*/ }
    .grid_storia .text_grid p {
      font-size: 1.25rem;
      line-height: 1.2; }

.invert .grid_storia.grid_left {
  float: right; }

.invert .grid_storia.grid_right {
  float: left; }

/* End Grid storia */
/* Calendar */
.calendar {
  background: #f2f2f2;
  padding: 4% 2%; }
  .calendar.row {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem; }
  .calendar .row {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .calendar .columns {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem; }
  .calendar .month.row {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-left: -0.4375rem;
    margin-right: -0.4375rem; }
  .calendar .month .columns {
    display: table; }
    .calendar .month .columns h5 {
      display: table-cell;
      vertical-align: middle;
      text-transform: uppercase;
      font-weight: 400; }
    .calendar .month .columns span {
      display: table-cell;
      vertical-align: middle; }
      .calendar .month .columns span.icon {
        font-size: 2px;
        cursor: pointer;
        transition-duration: 0.25s; }
        .calendar .month .columns span.icon.left_blue:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .calendar .month .columns span.icon.right_blue:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
  .calendar .week.row {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-left: -0.4375rem;
    margin-right: -0.4375rem; }
  .calendar .week .columns {
    display: table;
    table-layout: fixed; }
    .calendar .week .columns span {
      display: table-cell;
      width: 14.29%;
      vertical-align: middle; }
      .calendar .week .columns span strong {
        display: inline-block;
        font-weight: 400;
        padding: 0 25%; }
  .calendar .days.row {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem; }
  .calendar .days .columns {
    display: table;
    table-layout: fixed; }
    .calendar .days .columns span {
      display: table-cell;
      width: 14.29%;
      vertical-align: middle; }
      .calendar .days .columns span strong {
        display: inline-block;
        background: #ffffff;
        font-weight: 400;
        padding: 20% 28%;
        cursor: pointer;
        transition-duration: 0.25s; }
        .calendar .days .columns span strong:hover {
          background: #1e6ca6;
          color: #ffffff; }
        .calendar .days .columns span strong.new_month {
          color: #c1c1c1; }

@media screen and (min-width: 64em) {
  /* Calendar large */
  .calendar {
    font-size: 1.125rem; } }

@media screen and (min-width: 80em) {
  /* Calendar xlarge */
  .calendar {
    font-size: 1.25rem; } }

/* End Calendar */
/* Slot */
.slot {
  /*max-height: rem-calc(580);
	overflow: hidden;
	background: $ultra-light-gray;*/ }
  .slot table {
    background: #f2f2f2;
    width: 100%; }
    .slot table tbody {
      border: 0;
      background: transparent; }
      .slot table tbody tr {
        height: 3.75rem; }
  .slot ::-webkit-scrollbar {
    width: 0.25rem; }
  .slot ::-webkit-scrollbar-track {
    background: transparent;
    overflow: hidden; }
  .slot ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #1e6ca6; }
  .slot .slot_control .columns {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem; }
  .slot .slot_control h5.gray_background {
    margin-bottom: 0.875rem; }
    .slot .slot_control h5.gray_background strong {
      font-weight: 400;
      display: table-cell; }
    .slot .slot_control h5.gray_background .icon {
      font-size: 2px;
      display: table-cell;
      vertical-align: middle;
      cursor: pointer;
      transition-duration: 0.25s; }
      .slot .slot_control h5.gray_background .icon.bottom_blue {
        text-align: right; }
        .slot .slot_control h5.gray_background .icon.bottom_blue:hover {
          -webkit-transform: translateY(8px);
              -ms-transform: translateY(8px);
                  transform: translateY(8px); }
      .slot .slot_control h5.gray_background .icon.left_blue {
        text-align: left; }
        .slot .slot_control h5.gray_background .icon.left_blue:hover {
          -webkit-transform: translateX(-8px);
              -ms-transform: translateX(-8px);
                  transform: translateX(-8px); }
      .slot .slot_control h5.gray_background .icon.right_blue {
        text-align: right; }
        .slot .slot_control h5.gray_background .icon.right_blue:hover {
          -webkit-transform: translateX(8px);
              -ms-transform: translateX(8px);
                  transform: translateX(8px); }
    .slot .slot_control h5.gray_background.bg_trasp {
      background: transparent; }
  .slot .slot_control .amount {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .slot .slot_control .action .primary.large.button {
    font-size: 1.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    .slot .slot_control .action .primary.large.button:hover {
      background: #333333 !important; }

.scrollbox {
  max-height: 36.25rem;
  overflow: auto; }

/* End Slot */
/* Form_01 */
.form_01 {
  background: transparent;
  padding: 1.25rem 0.9375rem; }
  .form_01 textarea {
    min-height: 11.875rem;
    padding: 1.5rem;
    border: 0.0625rem solid #605e5e; }
  .form_01 input {
    padding: 1.5rem;
    border: 0.0625rem solid #605e5e; }
  .form_01 input#checkbox-info {
    width: auto; }
  .form_01 a.button {
    padding: 1.875rem 3.75rem;
    margin-top: 1.25rem; }
    .form_01 a.button:hover {
      background: #1e6ca6; }
  .form_01 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333 !important;
    opacity: 1 !important;
    font-size: 16px !important; }
  .form_01 :-ms-input-placeholder {
    /* IE 10+ */
    color: #333333 !important;
    opacity: 1 !important;
    font-size: 16px !important; }
  .form_01 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333 !important;
    opacity: 1 !important;
    font-size: 16px !important; }
  .form_01 :-moz-placeholder {
    /* Firefox 18- */
    color: #333333 !important;
    opacity: 1 !important;
    font-size: 16px !important; }

/* End form_01 */
/* Form_footer */
.form_footer {
  background: transparent; }
  .form_footer .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0; }
  .form_footer textarea {
    min-height: 7.5rem;
    padding: 1.125rem 1rem;
    color: #333333;
    box-shadow: none;
    border: 0;
    background: #ffffff;
    font-size: 0.875rem; }
  .form_footer input#checkbox-footer-info {
    width: auto;
    margin-left: 0.9375rem; }
  .form_footer label {
    color: #ffffff; }
  .form_footer input,
  .form_footer input:focus {
    color: #333333;
    box-shadow: none;
    border: 0;
    background: #ffffff;
    font-size: 0.875rem;
    margin-bottom: 0.9375rem; }
  .form_footer .white.button.hollow {
    border: 0.0625rem solid #ffffff;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0.875rem 12%;
    transition-duration: 0.8s;
    margin-top: 1.875rem; }
    .form_footer .white.button.hollow:hover {
      background: #333333; }
  .form_footer ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333 !important;
    font-size: 14px !important; }
  .form_footer :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333 !important;
    font-size: 14px !important; }
  .form_footer ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333 !important;
    font-size: 14px !important; }
  .form_footer :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333 !important;
    font-size: 14px !important; }

/* End form_footer */
/* Sleep */
.sleep {
  background: url(../images/design/sleep_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative; }
  .sleep .left_content .left_text_block .sleep_title h2 {
    color: #ffffff; }
  .sleep .left_content .left_text_block .sleep_title p {
    color: #ffffff;
    line-height: 1.3; }
  .sleep .right_content {
    position: relative;
    padding-top: 3.125rem;
    margin-top: 1.25rem; }
    .sleep .right_content:before {
      content: "";
      display: block;
      width: 100%;
      height: 0.0625rem;
      background: #c6c7c8;
      position: absolute;
      top: 0;
      left: 0; }
    .sleep .right_content .columns:last-child {
      float: left; }
    .sleep .right_content .hotel_text {
      margin-bottom: 1rem; }
      .sleep .right_content .hotel_text p {
        color: #ffffff;
        line-height: 1.3; }
        .sleep .right_content .hotel_text p a {
          display: inline-block;
          color: #ffffff; }

@media screen and (min-width: 64em) {
  /* Sleep large */
  .sleep .left_content .left_text_block .sleep_title {
    max-width: 21.875rem;
    margin: auto;
    /*position: absolute;
					top: 50%;
					transform: translateY(-50%);*/ }
  .sleep .right_content {
    position: relative; }
    .sleep .right_content:before {
      content: "";
      display: block;
      width: 0.0625rem;
      height: 70%;
      background: #c6c7c8;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; } }

@media screen and (min-width: 80em) {
  /* Sleep xlarge */
  .sleep .left_content .left_text_block .sleep_title {
    max-width: 26.875rem; } }

@media screen and (min-width: 96.25em) {
  /* Sleep xxlarge */
  .sleep .left_content .left_text_block .sleep_title {
    max-width: 37.5rem; } }

/* End Sleep */
/* News filter */
.news_filter .text_block {
  margin-bottom: 2.5rem; }
  .news_filter .text_block h2 {
    margin-bottom: 0.625rem;
    line-height: 1.2; }
  .news_filter .text_block a {
    overflow: hidden;
    display: block; }
    .news_filter .text_block a img {
      transition-duration: 1s; }
    .news_filter .text_block a:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

@media screen and (min-width: 48.0625em) {
  /* News filter medium */
  .news_filter .text_block {
    margin-bottom: 3.125rem; } }

@media screen and (min-width: 64em) {
  /* News filter large */
  .news_filter .text_block {
    margin-bottom: 4.375rem; } }

@media screen and (min-width: 80em) {
  /* News filter xlarge */
  .news_filter .text_block {
    margin-bottom: 5rem; } }

@media screen and (min-width: 96.25em) {
  /* News filter xxlarge */
  .news_filter .text_block {
    margin-bottom: 6.25rem; } }

@media screen and (min-width: 120em) {
  /* News filter xxxlarge */
  .news_filter .text_block {
    margin-bottom: 7.5rem; } }

/* End News filter */
/* News summary */
.news_summary {
  position: relative; }
  .news_summary ul.custom_paging {
    list-style: none;
    display: inline-block; }
    .news_summary ul.custom_paging li {
      list-style: none;
      display: inline-block;
      padding: 0.1875rem 0.5rem;
      border: 0.0625rem solid #1e6ca6;
      margin: 0 0.625rem;
      color: #1e6ca6;
      cursor: pointer; }
      .news_summary ul.custom_paging li:hover {
        color: #ffffff !important;
        background: #1e6ca6; }
        .news_summary ul.custom_paging li:hover a {
          color: #ffffff !important;
          background: #1e6ca6; }
      .news_summary ul.custom_paging li a {
        text-decoration: none;
        color: #1e6ca6;
        cursor: pointer; }
        .news_summary ul.custom_paging li a:hover {
          color: #ffffff !important;
          background: #1e6ca6; }
  .news_summary .news_page .news_block .news {
    display: block;
    transition-duration: 1s;
    cursor: pointer; }
    .news_summary .news_page .news_block .news:hover {
      background: #f2f2f2; }
    .news_summary .news_page .news_block .news p {
      color: #605e5e; }
    .news_summary .news_page .news_block .news time {
      color: #1e6ca6; }
      .news_summary .news_page .news_block .news time strong {
        display: inline-block; }
    .news_summary .news_page .news_block .news p.type {
      color: #1e6ca6 !important; }
    .news_summary .news_page .news_block .news .button.hollow.primary {
      border: 0.125rem solid #1e6ca6;
      transition-duration: 0.4s;
      font-weight: bold; }
      .news_summary .news_page .news_block .news .button.hollow.primary:hover {
        color: #ffffff;
        background: #1e6ca6; }
  .news_summary .news_page .primary.button.hollow {
    transition-duration: 0.8s; }
    .news_summary .news_page .primary.button.hollow:hover {
      background: #1e6ca6;
      color: #ffffff !important; }

/* End News summary */
/* News summary list */
.news_summary_list {
  padding-top: 3.75rem; }
  .news_summary_list .news_block .text_block {
    display: block;
    transition-duration: 1s;
    cursor: pointer; }
    .news_summary_list .news_block .text_block p {
      color: #605e5e; }
    .news_summary_list .news_block .text_block:hover {
      background: #f2f2f2; }
    .news_summary_list .news_block .text_block .image_news {
      float: left;
      max-width: 30%; }
      .news_summary_list .news_block .text_block .image_news img {
        width: 95%; }
    .news_summary_list .news_block .text_block .text_news {
      clear: right; }

/* End News list */
/* News */
.news_det .news_block h1 {
  margin-bottom: 0; }

.news_det .primary.button.hollow {
  transition-duration: 0.4s; }
  .news_det .primary.button.hollow:hover {
    background: #1e6ca6 !important;
    color: #ffffff !important; }

/* End News */
/* Promo buche */
.promo_buche {
  background: url(../images/design/promo_buche.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem; }
  .promo_buche .promo_buche_text {
    max-width: 50.625rem; }
    .promo_buche .promo_buche_text h2 {
      color: #ffffff; }
    .promo_buche .promo_buche_text p {
      color: #ffffff; }
    .promo_buche .promo_buche_text .button.hollow {
      border: 1px solid #ffffff;
      color: #ffffff;
      transition-duration: 0.8s; }
      .promo_buche .promo_buche_text .button.hollow:hover {
        background: #1e6ca6; }

/* End Promo buche */
/* CTA Buche */
.cta_buche {
  background-color: #000000; }
  .cta_buche .cta {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 12.5rem;
    padding-bottom: 10rem;
    transition-duration: 1s; }
    .cta_buche .cta.corsi {
      background-image: url(../images/design/corsi_buche.jpg); }
    .cta_buche .cta.professionisti {
      background-image: url(../images/design/pro_buche.jpg); }
    .cta_buche .cta:hover {
      opacity: 0.5; }
    .cta_buche .cta a {
      display: block; }
    .cta_buche .cta h3 {
      color: #ffffff; }
    .cta_buche .cta p {
      color: #ffffff; }

/* End CTA Buche */
/* Slider Buche */
.slider_buche .tee_distance {
  margin-top: 8.75rem; }
  .slider_buche .tee_distance table tbody {
    border: 0; }
    .slider_buche .tee_distance table tbody tr {
      background: #ffffff; }
      .slider_buche .tee_distance table tbody tr td .fa.white {
        color: #f2f2f2; }
      .slider_buche .tee_distance table tbody tr td .fa.blue {
        color: blue; }
      .slider_buche .tee_distance table tbody tr td .fa.yellow {
        color: yellow; }
      .slider_buche .tee_distance table tbody tr td .fa.red {
        color: red; }

/* End Slider Buche */
/* List Buche */
.list_buche .table_buche table tbody {
  border: 0; }
  .list_buche .table_buche table tbody tr {
    background: #ffffff; }
    .list_buche .table_buche table tbody tr td a {
      color: #605e5e; }

/* End List Buche */
/* Log 01 */
.log_01 {
  background: #1e6ca6;
  background-color: #357baf;
  background-color: rgba(30, 108, 166, 0.9);
  padding: 5%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  overflow: auto;
  height: 100vh; }
  .log_01.modal_active {
    display: block; }
  .log_01 .close_white {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 4px;
    cursor: pointer;
    transition-duration: 1s; }
    .log_01 .close_white:hover {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      opacity: 0.5; }
  .log_01 .white {
    color: #ffffff; }
  .log_01 h3 {
    margin-top: 5rem; }
  .log_01 input,
  .log_01 input:focus {
    background: transparent;
    color: #ffffff;
    box-shadow: none;
    border: 0.0625rem solid #ffffff;
    margin-bottom: 3.125rem; }
  .log_01 .button.hollow {
    border: 0.0625rem solid #ffffff;
    color: #ffffff;
    font-size: 1.875rem;
    padding: 1% 8%; }
    .log_01 .button.hollow:hover {
      background: #333333; }
  .log_01 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff !important;
    font-size: 20px !important; }
  .log_01 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff !important;
    font-size: 20px !important; }
  .log_01 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff !important;
    font-size: 20px !important; }
  .log_01 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff !important;
    font-size: 20px !important; }

/* End Log 01 */
/* Partner grid */
.partner_grid {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .partner_grid .columns {
    padding: 1.875rem; }
  .partner_grid .partner_logo {
    border: 0.0625rem solid #919191;
    padding-top: 100%;
    background: #f2f2f2;
    position: relative;
    transition-duration: 0.8s; }
    .partner_grid .partner_logo img {
      max-width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      transition-duration: 0.8s; }
    .partner_grid .partner_logo:hover {
      /*box-shadow: 0 0 rem-calc(5) rem-calc(5) rgba(160,160,160,0.4) inset;*/
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98); }
      .partner_grid .partner_logo:hover img {
        opacity: 0.8; }

@media screen and (min-width: 80em) {
  /* Partner grid xlarge */
  .partner_grid {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
    .partner_grid .columns {
      /*padding: rem-calc(50);*/ } }

/* End Partner grid */
/* Gallery grid */
.gallery_grid {
  /*margin-left: rem-calc(-20);
	margin-right: rem-calc(-20);*/ }
  .gallery_grid .columns {
    /*padding: rem-calc(0);*/ }
  .gallery_grid .gallery_thumb {
    padding-top: 100%;
    background: #f2f2f2;
    position: relative;
    transition-duration: 0.8s; }
    .gallery_grid .gallery_thumb img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      transition-duration: 0.8s; }
    .gallery_grid .gallery_thumb:hover {
      -o-box-shadow: 0 0 0.3125rem 0.3125rem #a0a0a0 inset;
      box-shadow: 0 0 0.3125rem 0.3125rem #a0a0a0 inset; }
      .gallery_grid .gallery_thumb:hover img {
        opacity: 0.8; }

/* End Gallery grid */
/* Gallery frame */
.gallery_frame {
  padding-top: 0;
  background: transparent; }
  .gallery_frame .row .gallery_frame_content {
    position: relative;
    width: 100%;
    position: relative;
    padding-bottom: 43%;
    overflow: hidden;
    /*background: rgba(0,0,0,0.8);*/ }
    .gallery_frame .row .gallery_frame_content .sliding_gallery {
      z-index: 1;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0 auto; }
      .gallery_frame .row .gallery_frame_content .sliding_gallery .sliding_image_gallery img {
        margin: auto; }
    .gallery_frame .row .gallery_frame_content .gallery_description {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.7);
      padding: 2% 10%; }
      .gallery_frame .row .gallery_frame_content .gallery_description p {
        color: #ffffff;
        margin-bottom: 0; }

/* End Gallery frame */
/* Click to call */
.click_to_call .secondary.button:hover {
  background: #1e6ca6 !important;
  color: #ffffff !important; }

/* End Click to call */
/* Partner slider */
.partner_slider.slick-slider {
  margin-bottom: 0; }

.partner_slider .sliding_cont a {
  display: block; }

.partner_slider .sliding_cont .image_slide {
  position: relative;
  padding-top: 50%; }
  .partner_slider .sliding_cont .image_slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 70%; }

@media screen and (min-width: 64em) {
  /* Partner slider large */
  .partner_slider {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }

@media screen and (min-width: 80em) {
  /* Partner slider xlarge */
  .partner_slider {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; } }

@media screen and (min-width: 96.25em) {
  /* Partner slider xxlarge */
  .partner_slider {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; } }

@media screen and (min-width: 120em) {
  /* Partner slider xxxlarge */
  .partner_slider {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; } }

/* End Partner slider */
/* Hero home */
.hero_home {
  padding: 0;
  position: relative;
  overflow: hidden; }
  .hero_home .slick-slider {
    margin-bottom: 0; }
  .hero_home .home_top_foreground_slider {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 50%;
    height: 100%; }
    .hero_home .home_top_foreground_slider .slick-list {
      /* overflow: visible; */ }
    .hero_home .home_top_foreground_slider .sliding_cont * {
      color: #ffffff; }
    .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont {
      position: relative;
      padding-bottom: 60%;
      background: url(../images/design/bg_fore_slide.png);
      background-size: contain;
      /*&:before {
					display: block;
			    position: absolute;
			    background: rgba(30,108,166,0.7);
			    content: "";
			    left: -157px;
			    top: 0;
			    width: 3000px;
			    height: 100%;
			    z-index: -1;
			    transform: skew(-29deg, 0deg);
				}*/ }
      .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding {
        position: absolute;
        top: 50%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 10; }
        .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black {
          background: transparent;
          color: #ffffff;
          padding: 0; }
          .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black p {
            line-height: 1.1;
            margin-bottom: 0; }
            .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black p strong {
              display: inline-block; }
            .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black p.meteo_where {
              font-size: 1.5rem; }
            .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black p.meteo_time {
              font-size: 0.875rem; }
            .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black p.meteo_temp {
              font-size: 3rem; }
            .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black p.meteo_data {
              font-size: 0.875rem;
              letter-spacing: -0.0625rem;
              margin-bottom: 0.625rem; }
          .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black .data_row {
            padding-top: 2rem; }
            .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black .data_row .columns.left {
              padding-right: 0.3125rem; }
            .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding .meteo_black .data_row .columns.right {
              padding-left: 0.3125rem; }

/* End Hero home */
/* Welcome */
.welcome {
  padding-top: 3.5rem;
  padding-bottom: 8.75rem; }
  .welcome .all_cont strong {
    display: inline-block; }
  .welcome .all_cont .left_cont {
    padding-top: 3.125rem; }
  .welcome .all_cont .right_cont {
    padding-bottom: 0.625rem; }
    .welcome .all_cont .right_cont .percorso_home_text_block h2 {
      font-size: 1.875rem; }
    .welcome .all_cont .right_cont .percorso_home_text_block p {
      max-height: 7.5rem;
      font-size: 0.875rem;
      line-height: 1.7;
      overflow: hidden;
      margin-bottom: 0; }
    .welcome .all_cont .right_cont .percorso_home_text_block.campo_home img {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .welcome .all_cont .right_cont .percorso_info_table h6 {
      display: none; }

@media screen and (min-width: 64em) {
  /* Welcome large */
  section#section-home-welcome {
    margin-bottom: -15%; } }

@media screen and (min-width: 80em) {
  /* Welcome large */
  .welcome {
    background: url(../images/design/bg_home_section02.png);
    background-size: cover;
    background-position: bottom right -124px;
    position: relative; }
    .welcome .all_cont .left_cont {
      background: transparent; }
    .welcome .all_cont .right_cont {
      background: transparent; }
      .welcome .all_cont .right_cont .percorso_home_text_block.campo_home img {
        max-height: 15.625rem;
        float: right;
        padding-top: 1rem;
        padding-bottom: 1rem; }
      .welcome .all_cont .right_cont .percorso_info_table .table_wrapper {
        max-width: 22.5rem;
        margin-left: 0;
        float: right;
        font-size: 70%; }
        .welcome .all_cont .right_cont .percorso_info_table .table_wrapper table tbody tr td span.badge {
          font-size: inherit; }
  section#section-home-welcome {
    margin-bottom: -11%; } }

@media screen and (min-width: 96.25em) {
  /* Welcome xxlarge */
  .welcome {
    background-position: bottom right -80px; } }

@media screen and (min-width: 120em) {
  /* Welcome xxxlarge */
  .welcome {
    background-position: bottom right 0; }
  section#section-home-welcome {
    margin-bottom: -6.2%; } }

/* End Welcome */
/* Course home */
.course_home .course_home_left {
  background: #ffffff; }
  .course_home .course_home_left h2 {
    color: #333333; }

.course_home .course_home_right .course_home_right_top {
  background: #f2f2f2; }
  .course_home .course_home_right .course_home_right_top .percorso_info_table .table_wrapper h6 {
    display: none; }
  .course_home .course_home_right .course_home_right_top .percorso_info_table .table_wrapper table tbody {
    background-color: transparent; }
    .course_home .course_home_right .course_home_right_top .percorso_info_table .table_wrapper table tbody tr {
      background-color: transparent; }

.course_home .course_home_right .course_home_right_bottom {
  background: #2773ab;
  color: #ffffff; }

/* End Course home */
/* Prenota home */
.prenota_home {
  background: url(../images/design/prenota_home-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10.625rem;
  padding-bottom: 3.125rem; }
  .prenota_home .left_cont {
    /*padding-top: rem-calc(210);
		padding-bottom: rem-calc(110);
		background: url(../images/design/bg_prenota.jpg);
		background-size: cover;*/ }
  .prenota_home .right_cont {
    /*padding-top: rem-calc(210);
		padding-bottom: rem-calc(110);
		background: #2878a8;
		position: relative;

		&:after {
			position: absolute;
	    background: url(../images/design/overlay.png);
	    background-size: cover;
	    background-position: left;
	    width: 59px;
	    height: 100%;
	    top: 0;
	    left: -59px;
	    content: "";
	    display: block;
	    z-index: 995;
		}*/ }
    .prenota_home .right_cont .prenota_cont a.white {
      border-color: #ffffff;
      transition-duration: 0.8s; }
      .prenota_home .right_cont .prenota_cont a.white:hover {
        background: #333333; }
    .prenota_home .right_cont .prenota_cont * {
      color: #ffffff; }
    .prenota_home .right_cont .prenota_cont .title_prenota:before {
      content: "";
      width: 2.875rem;
      height: 2.875rem;
      display: block;
      float: left;
      background: url(../images/design/calendar.svg);
      background-size: cover; }

@media screen and (min-width: 64em) {
  /* Prenota home large */
  .prenota_home .overlayer {
    background-color: transparent;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 998;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 40%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .prenota_home .left_cont {
    padding-bottom: 24%; }
    .prenota_home .left_cont.large-6 {
      width: 53%; }
  .prenota_home .right_cont {
    padding-bottom: 24%;
    position: relative; }
    .prenota_home .right_cont.large-6 {
      width: 47%; }
    .prenota_home .right_cont .prenota_cont {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 70%;
      z-index: 999; }
      .prenota_home .right_cont .prenota_cont * {
        color: #ffffff; }
  section#section-home-prenota {
    position: relative;
    z-index: 1; } }

/* End Prenota home */
/* News home*/
.news_home {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem; }
  .news_home .left_news a.sliding_news {
    position: relative;
    display: block;
    /*padding-left: rem-calc(16);*/
    /*&:before {
		    content: "";
		    position: absolute;
		    top: rem-calc(12);
		    left: 0;
		    width: rem-calc(8);
		    height: rem-calc(8);
		    display: block;
		    background: $white;
		    border-radius: 50%;
		    overflow: hidden;
		    z-index: 1;
			}*/ }
    .news_home .left_news a.sliding_news h4 {
      margin-bottom: 0.25rem; }
      .news_home .left_news a.sliding_news h4.date {
        background: #e9e6e6;
        color: #333333;
        display: table;
        line-height: 2;
        margin-bottom: 2rem; }
        .news_home .left_news a.sliding_news h4.date span {
          display: table-cell;
          padding: 0 1rem; }
          .news_home .left_news a.sliding_news h4.date span.day {
            background: #1e6ca6;
            color: #ffffff;
            font-weight: bold; }
          .news_home .left_news a.sliding_news h4.date span.month-year {
            font-weight: normale; }
      .news_home .left_news a.sliding_news h4.title {
        font-size: 1.5rem;
        color: #333333; }
    .news_home .left_news a.sliding_news p {
      color: #333333; }
  .news_home .left_news .secondary.hollow.button {
    color: #333333;
    border: 0.0625rem solid #333333;
    transition-duration: 0.8s; }
    .news_home .left_news .secondary.hollow.button:hover {
      background: #333333;
      color: #ffffff; }
  .news_home .meteo_back {
    text-align: center; }
    .news_home .meteo_back * {
      color: #ffffff; }
    .news_home .meteo_back a.webcam {
      display: inline-block;
      margin: auto; }

section#section-home-welcome {
  background: url(../images/design/meteo/meteo_sole.jpg);
  background-size: 125% 50%;
  background-repeat: no-repeat;
  background-position: right bottom; }

@media screen and (min-width: 64em) {
  /* News home large */
  section#section-home-welcome {
    background-size: 41.5% 100%;
    background-position: center right; }
  .news_home {
    position: relative; }
    .news_home .meteo_back {
      padding-top: 3rem; }
      .news_home .meteo_back a.webcam {
        position: absolute;
        right: 0;
        top: 1rem; } }

/* End News home */
/* Meteo black */
.meteo_black {
  background: rgba(0, 0, 0, 0.7);
  color: #c6c7c8;
  padding: 3.625rem 1.75rem 3rem; }
  .meteo_black p {
    line-height: 1.1;
    margin-bottom: 0; }
    .meteo_black p strong {
      display: inline-block; }
    .meteo_black p.meteo_where {
      font-size: 1.5rem; }
    .meteo_black p.meteo_time {
      font-size: 0.875rem; }
    .meteo_black p.meteo_temp {
      font-size: 3rem; }
    .meteo_black p.meteo_data {
      font-size: 0.875rem;
      letter-spacing: -0.0625rem;
      margin-bottom: 0.625rem; }
  .meteo_black .data_row {
    padding-top: 2rem; }
    .meteo_black .data_row .columns.left {
      padding-right: 0.3125rem; }
    .meteo_black .data_row .columns.right {
      padding-left: 0.3125rem; }

/* End Meteo black */
/* Meteo buca */
.meteo_buca {
  position: fixed;
  top: 10.25rem;
  right: 0;
  z-index: 997; }

@media screen and (min-width: 120em) {
  /* Meteo buca xxxlarge */
  .meteo_buca {
    position: absolute; } }

/* End Meteo buca */
/* Buca banner */
.buca_banner {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border-radius: 50%;
  width: 22%;
  max-width: 26.25rem;
  position: absolute;
  top: 17.25rem;
  left: 6%;
  z-index: 997; }
  .buca_banner .buca_banner_cont {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
    .buca_banner .buca_banner_cont .info_buca {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 26.25rem;
      height: 80%;
      text-align: center;
      overflow: hidden; }
      .buca_banner .buca_banner_cont .info_buca .icon {
        font-size: 6px;
        margin-bottom: 1rem;
        display: block; }
      .buca_banner .buca_banner_cont .info_buca h2 {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold; }
      .buca_banner .buca_banner_cont .info_buca p {
        line-height: 1.3;
        overflow: hidden; }

@media screen and (min-width: 96.25em) {
  /* Buca banner xxlarge */
  .buca_banner .buca_banner_cont .info_buca p {
    max-height: 6.5rem; } }

@media screen and (min-width: 120em) {
  /* Buca banner xxxlarge */
  .buca_banner .buca_banner_cont .info_buca p {
    max-height: 7.125rem; } }

/* End Buca banner */
/* Buca info table */
.buca_info_table .row .info_table .table_wrapper {
  /*width: rem-calc(390);
				margin-left: 20%;*/
  margin-top: 6rem; }
  .buca_info_table .row .info_table .table_wrapper table {
    width: 100%; }
    .buca_info_table .row .info_table .table_wrapper table tbody {
      border: 0; }
      .buca_info_table .row .info_table .table_wrapper table tbody tr {
        background: #ffffff; }
        .buca_info_table .row .info_table .table_wrapper table tbody tr td span.badge {
          min-width: 1.8em;
          font-size: 1.3rem;
          font-weight: bold;
          color: transparent; }
          .buca_info_table .row .info_table .table_wrapper table tbody tr td span.badge.gray {
            background: #f4f4f4; }
          .buca_info_table .row .info_table .table_wrapper table tbody tr td span.badge.yellow {
            background: #ffd200; }
          .buca_info_table .row .info_table .table_wrapper table tbody tr td span.badge.blue {
            background: #2148b7; }
          .buca_info_table .row .info_table .table_wrapper table tbody tr td span.badge.red {
            background: #ff0000; }
        .buca_info_table .row .info_table .table_wrapper table tbody tr td a {
          color: #605e5e; }

.buca_info_table .row .info_par {
  /*max-width: rem-calc(394);
			margin-right: 5%;*/
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #1e6ca6; }
  .buca_info_table .row .info_par .buca_num {
    font-size: 4.5rem;
    margin-bottom: 3rem; }
    .buca_info_table .row .info_par .buca_num .circle_cont {
      max-width: 8.125rem;
      margin: auto; }
      .buca_info_table .row .info_par .buca_num .circle_cont .circle {
        border-radius: 50%;
        border: 0.25rem solid #c0c0c0;
        padding-bottom: 100%;
        position: relative;
        margin: auto; }
        .buca_info_table .row .info_par .buca_num .circle_cont .circle span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
  .buca_info_table .row .info_par .buca_par {
    border-right: 0.0625rem solid #c0c0c0;
    padding-right: 10%; }
    .buca_info_table .row .info_par .buca_par .details {
      float: right; }
  .buca_info_table .row .info_par .buca_hcp {
    border-left: 0.0625rem solid #c0c0c0;
    padding-left: 10%; }
    .buca_info_table .row .info_par .buca_hcp .details {
      float: left; }
  .buca_info_table .row .info_par .buca_par span,
  .buca_info_table .row .info_par .buca_hcp span {
    display: block;
    text-transform: uppercase; }
    .buca_info_table .row .info_par .buca_par span.title,
    .buca_info_table .row .info_par .buca_hcp span.title {
      font-size: 1.875rem;
      margin-bottom: 0.5rem; }
    .buca_info_table .row .info_par .buca_par span.value,
    .buca_info_table .row .info_par .buca_hcp span.value {
      font-size: 3rem;
      /*font-weight: $global-weight-bold;*/ }

@media screen and (min-width: 96.25em) {
  /* Buca banner xxlarge */
  .buca_banner .buca_banner_cont .info_buca p {
    max-height: 6.5rem; } }

@media screen and (min-width: 120em) {
  /* Buca banner xxxlarge */
  .buca_banner .buca_banner_cont .info_buca p {
    max-height: 7.125rem; } }

/* End Buca info table */
/* Percorso info table */
.percorso_info_table .table_wrapper {
  max-width: 45rem;
  margin-left: 7%; }
  .percorso_info_table .table_wrapper table {
    width: 100%; }
    .percorso_info_table .table_wrapper table tbody {
      border: 0; }
      .percorso_info_table .table_wrapper table tbody tr {
        background: #ffffff; }
        .percorso_info_table .table_wrapper table tbody tr td span.badge {
          min-width: 1.8em;
          font-size: 1.3rem;
          font-weight: bold;
          color: transparent; }
          .percorso_info_table .table_wrapper table tbody tr td span.badge.gray {
            background: #f4f4f4; }
          .percorso_info_table .table_wrapper table tbody tr td span.badge.yellow {
            background: #ffd200; }
          .percorso_info_table .table_wrapper table tbody tr td span.badge.blue {
            background: #2148b7; }
          .percorso_info_table .table_wrapper table tbody tr td span.badge.red {
            background: #ff0000; }
        .percorso_info_table .table_wrapper table tbody tr td a {
          color: #605e5e; }

/* End Percorso info table */
/* Nuovo campo */
.nuovo_campo .image_campo img {
  display: block;
  margin: auto; }

.nuovo_campo .text_block h4 {
  text-transform: uppercase; }

.nuovo_campo .car_table span {
  font-size: 0.875rem; }
  .nuovo_campo .car_table span.span_TEE {
    width: 100%;
    float: left;
    clear: both;
    font-size: 0.875rem; }
  .nuovo_campo .car_table span.TEE_badge {
    float: left;
    clear: both; }
  .nuovo_campo .car_table span.badge {
    width: 1rem;
    padding: .6em;
    min-width: inherit;
    margin: 0.25rem auto;
    float: none !important; }
    .nuovo_campo .car_table span.badge.yellow {
      background: #ffd200; }
    .nuovo_campo .car_table span.badge.blue {
      background: #2148b7; }
    .nuovo_campo .car_table span.badge.red {
      background: #ff0000; }

.nuovo_campo .menu_buche {
  display: table;
  width: 100%; }
  .nuovo_campo .menu_buche .buca_num {
    display: table-cell;
    text-align: center;
    width: 5.55%; }
    .nuovo_campo .menu_buche .buca_num a {
      padding: 0.5rem 0.7rem;
      color: #333333;
      display: inline-block;
      border: 0.0625rem solid transparent;
      font-size: 1.125rem; }
      .nuovo_campo .menu_buche .buca_num a:hover, .nuovo_campo .menu_buche .buca_num a.selected {
        border: 0.0625rem solid #1e6ca6; }

@media screen and (min-width: 64em) {
  /* Nuovo campo large */
  .nuovo_campo .car_table {
    display: table;
    width: 100%;
    float: left;
    clear: both;
    border: 0.0625rem solid #f2f2f2; }
    .nuovo_campo .car_table .car_cont {
      display: table-cell;
      vertical-align: middle; }
      .nuovo_campo .car_table .car_cont.car_cont_left {
        padding-right: 0;
        background-color: #1e6ca6; }
        .nuovo_campo .car_table .car_cont.car_cont_left h4 {
          color: #ffffff;
          margin-bottom: 0; }
      .nuovo_campo .car_table .car_cont.car_cont_right {
        padding-left: 0; }
        .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table {
          padding: 0 0.9375rem; }
          .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table .columns {
            padding: 0.9375rem 0.3125rem; }
          .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table span {
            font-size: 0.875rem; }
            .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table span.span_TEE {
              width: 100%;
              float: left;
              clear: both;
              font-size: 0.875rem; }
            .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table span.TEE_badge {
              float: left;
              clear: both; }
            .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table span.badge {
              width: 1rem;
              padding: .6em;
              min-width: inherit;
              margin: 0.25rem auto;
              float: none !important; }
              .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table span.badge.yellow {
                background: #ffd200; }
              .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table span.badge.blue {
                background: #2148b7; }
              .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table span.badge.red {
                background: #ff0000; }
          .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table .inner_car_table_row {
            max-height: 1rem;
            overflow: hidden;
            width: 100%;
            float: left;
            clear: both;
            margin: 0 0 0.25rem 0; }
            .nuovo_campo .car_table .car_cont.car_cont_right .inner_car_table .inner_car_table_row span {
              display: block;
              float: left;
              font-size: 0.875rem;
              line-height: 1rem; }
      .nuovo_campo .car_table .car_cont .inner_car_table {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem; } }

/* End Nuovo campo */
/** End Custom styles **/
