/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 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; }

/* 11. Global
   ========================================================================== */
/* 12. Grid
   ========================================================================== */
/* 10. Forms
   ========================================================================== */
/* 7. Date Picker
   ========================================================================== */
/* 8. Dropdown
   ========================================================================== */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 679px) {
  .container {
    width: 85%; } }
@media only screen and (min-width: 993px) {
  .container {
    width: 70%; } }
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.pull-s1 {
      right: 8.3333333333%; }
    .row .col.push-s1 {
      left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.pull-s2 {
      right: 16.6666666667%; }
    .row .col.push-s2 {
      left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.pull-s4 {
      right: 33.3333333333%; }
    .row .col.push-s4 {
      left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.pull-s5 {
      right: 41.6666666667%; }
    .row .col.push-s5 {
      left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.pull-s7 {
      right: 58.3333333333%; }
    .row .col.push-s7 {
      left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.pull-s8 {
      right: 66.6666666667%; }
    .row .col.push-s8 {
      left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.pull-s10 {
      right: 83.3333333333%; }
    .row .col.push-s10 {
      left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.pull-s11 {
      right: 91.6666666667%; }
    .row .col.push-s11 {
      left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 679px) {
      .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-m1 {
        right: 8.3333333333%; }
      .row .col.push-m1 {
        left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-m2 {
        right: 16.6666666667%; }
      .row .col.push-m2 {
        left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-m4 {
        right: 33.3333333333%; }
      .row .col.push-m4 {
        left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-m5 {
        right: 41.6666666667%; }
      .row .col.push-m5 {
        left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-m7 {
        right: 58.3333333333%; }
      .row .col.push-m7 {
        left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-m8 {
        right: 66.6666666667%; }
      .row .col.push-m8 {
        left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-m10 {
        right: 83.3333333333%; }
      .row .col.push-m10 {
        left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-m11 {
        right: 91.6666666667%; }
      .row .col.push-m11 {
        left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-l1 {
        right: 8.3333333333%; }
      .row .col.push-l1 {
        left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-l2 {
        right: 16.6666666667%; }
      .row .col.push-l2 {
        left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-l4 {
        right: 33.3333333333%; }
      .row .col.push-l4 {
        left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-l5 {
        right: 41.6666666667%; }
      .row .col.push-l5 {
        left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-l7 {
        right: 58.3333333333%; }
      .row .col.push-l7 {
        left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-l8 {
        right: 66.6666666667%; }
      .row .col.push-l8 {
        left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-l10 {
        right: 83.3333333333%; }
      .row .col.push-l10 {
        left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-l11 {
        right: 91.6666666667%; }
      .row .col.push-l11 {
        left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }

/* General Styles */
body {
  font-family: "Aileron", Helvetica, Arial, sans-serif;
  color: #1B2538;
  font-size: 18px;
  line-height: 1.42em; }

p {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em; }

h1 {
  font-size: 44px;
  font-weight: 200;
  color: #00A7E1;
  margin: 10px 0; }

h2 {
  font-size: 38px;
  font-weight: 300;
  margin: 30px 0; }

h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px; }

.header-alt {
  margin: 50px 0;
  color: #1B2538; }

ul {
  font-size: 16px;
  padding-left: 0; }

ul ul {
  padding-left: 40px; }

ol {
  counter-reset: item;
  font-size: 16px;
  padding-left: 0; }

ol ol {
  margin-left: 40px; }

ol li {
  display: block; }

ol li:before {
  content: counters(item,".") ". ";
  counter-increment: item; }

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  color: inherit; }
  a:active {
    outline: none;
    color: inherit; }
  a:visited {
    color: inherit; }
  a:hover {
    color: #00A7E1; }

hr {
  border-color: #B2D7E4;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0;
  margin: 30px 0 40px; }

.row {
  position: relative; }
  .row:last-child {
    margin-bottom: 0; }

textarea {
  resize: vertical; }

.btn {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0.5em 1.8em;
  font-size: 0.8em; }
  .btn.btn-outline {
    border: 1px solid;
    z-index: 1;
    background: transparent;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
    .btn.btn-outline:before {
      content: "";
      position: absolute;
      background-color: rgba(38, 96, 164, 0.2);
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s;
      -ms-transition: all 0.6s;
      transition: all 0.6s;
      top: 0;
      right: 0;
      height: 100%;
      width: 0;
      z-index: -1; }
    .btn.btn-outline.light {
      color: #fff;
      border-color: #fff; }
      .btn.btn-outline.light:before {
        background-color: rgba(38, 96, 164, 0.8); }
    .btn.btn-outline.dark {
      color: #1B2538;
      border-color: #1B2538; }
    .btn.btn-outline:hover:before {
      top: 0;
      right: 0;
      height: 100%;
      width: 100%; }
    .btn.btn-outline.btn-arrow {
      padding: 0.5em 2.8em 0.5em 1.8em; }
      .btn.btn-outline.btn-arrow.light:after {
        content: url("../assets/arr-r.svg"); }
      .btn.btn-outline.btn-arrow.dark:after {
        content: url("../assets/arr-r-dark.svg"); }
      .btn.btn-outline.btn-arrow:after {
        position: absolute;
        right: 18px;
        -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
      .btn.btn-outline.btn-arrow:hover {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s; }
        .btn.btn-outline.btn-arrow:hover:after {
          right: 10px; }
    .btn.btn-outline.btn-external.dark:after {
      content: url("../assets/icon-external-graydark.svg");
      margin-left: 20px; }
  .btn.btn-viacard {
    color: #00A7E1; }
    .btn.btn-viacard:hover {
      color: #006e95; }

.pagination-row {
  margin-right: 10px;
  padding: 0px 30px 60px 30px;
  text-align: center; }
  .pagination-row .btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: .9em;
    font-weight: bold;
    padding: 0; }
    .pagination-row .btn:last-of-type {
      margin-right: 0; }

.viaorange {
  color: #F16531; }

.viablue {
  color: #00587C; }

.viacard-subheader {
  font-weight: 300;
  margin: 0 0 40px; }

.btn-camera:after {
  content: url("../assets/camera.svg");
  margin-left: 6px; }

.btn-lock:after {
  content: url("../assets/lock.svg");
  margin-right: 6px;
  float: left;
  position: relative;
  left: -5px; }

.btn-list:after {
  content: url("../assets/list.svg");
  margin-right: 6px;
  float: left;
  position: relative;
  left: -5px; }

.btn-sign:after {
  content: url("../assets/pencil.svg");
  margin-right: 6px;
  float: left;
  position: relative;
  left: -5px; }
.btn-sign:before {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.btn-app-download {
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 10px 10px 0; }
  .btn-app-download img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

.table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 20px 0; }
  .table tr {
    border-bottom: 1px solid #ccc; }
    .table tr th {
      background: #1B2538;
      color: #fff;
      padding: 5px 15px;
      text-align: left; }
      .table tr th:last-of-type {
        text-align: right; }
    .table tr td {
      padding: 10px 15px;
      text-align: left; }
      .table tr td .classe {
        display: inline-block;
        vertical-align: middle; }
      .table tr td img {
        margin: 5px;
        vertical-align: middle; }
      .table tr td:last-of-type {
        text-align: right; }

.p-all20 {
  padding: 20px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.container {
  max-width: 1200px; }

.container-liquid {
  max-width: 1400px;
  margin: 0 auto; }

.clearfix:before, .first-row .live-traffic:before, .survey-row:before, .clearfix:after, .first-row .live-traffic:after, .survey-row:after {
  content: " ";
  display: table; }

.clearfix:after, .first-row .live-traffic:after, .survey-row:after, .container:after {
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.wrapper-oh {
  overflow: hidden; }

.gray-bg {
  background: #F3F1ED;
  padding-top: 130px !important; }

.block {
  background: #fff;
  padding: 20px 50px 40px; }

.small {
  font-size: 0.8em;
  line-height: 1.3em; }

/* Navigation ------------------------------------------------------------------------------------*/
.main-nav {
  width: 100%;
  background: #fff;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: fixed;
  height: 100px;
  z-index: 4;
  font-size: 13px;
  padding: 30px 20px;
  /* first level ul style */
  /* Sub-menu */ }
  .main-nav .nav-logo {
    width: 15%;
    float: left; }
    .main-nav .nav-logo img {
      width: 100%;
      max-width: 200px; }
  .main-nav .nav-right {
    width: 15%;
    float: left;
    padding: 8px 0;
    text-align: right; }
    .main-nav .nav-right .btn {
      display: inline;
      padding: 5px 8px;
      font-size: 13px; }
    .main-nav .nav-right .btn-viacard {
      background-image: url(../assets/lock.svg);
      background-position: center left 10px;
      background-size: 10px;
      background-repeat: no-repeat;
      background-color: #00587C;
      color: #fff;
      font-weight: 500;
      padding-right: 10px;
      padding-left: 30px; }
      .main-nav .nav-right .btn-viacard:hover {
        background-color: #002a4c; }
  @media screen and (max-width: 1100px) {
    .main-nav ul.collapse-mobile li a {
      font-size: 11px; } }
  .main-nav > ul, .main-nav > .submenu-inner {
    width: 70%;
    float: left;
    text-align: center;
    margin: 0 auto;
    padding: 0; }
  .main-nav > ul > li {
    display: inline-block;
    margin: 0 1%; }
    .main-nav > ul > li:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      bottom: 0;
      position: relative;
      left: 0;
      background-color: #1B2538;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .main-nav > ul > li:hover:after, .main-nav > ul > li.sub-menu-open:after {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    .main-nav > ul > li > a {
      padding: 0.5em 0.1em;
      display: inline-block;
      vertical-align: middle;
      color: #1B2538;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      letter-spacing: 1px;
      position: relative; }
    .main-nav > ul > li.active > a:after {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
  .main-nav .sub-menu {
    max-height: 0;
    position: absolute;
    background: rgba(27, 37, 56, 0.92);
    width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: 99px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    -o-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s; }
    .main-nav .sub-menu > ul > li {
      font-size: 16px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      position: relative;
      -webkit-transform: translateX(-15%);
      -moz-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
      -o-transform: translateX(-15%);
      transform: translateX(-15%);
      display: block;
      float: left;
      -webkit-transition: 0s;
      -moz-transition: 0s;
      -o-transition: 0s;
      -ms-transition: 0s;
      transition: 0s;
      transition-delay: .3s;
      opacity: 0; }
      .main-nav .sub-menu > ul > li a {
        color: #fff;
        display: block;
        padding: 20px 20px; }
        .main-nav .sub-menu > ul > li a:after {
          content: "";
          height: 0;
          background: #00A7E1;
          position: absolute;
          width: 100%;
          left: 0px;
          bottom: 0;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -o-transition: 0.2s;
          -ms-transition: 0.2s;
          transition: 0.2s; }
        .main-nav .sub-menu > ul > li a:hover + .sub-sub-menu {
          max-height: 370px; }
  .main-nav .sub-sub-menu {
    position: absolute;
    background: rgba(27, 37, 56, 0.92);
    text-align: left;
    -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    max-height: 0;
    padding: 0;
    min-width: 260px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0; }
    .main-nav .sub-sub-menu:hover {
      max-height: 700px; }
    .main-nav .sub-sub-menu li {
      display: block;
      width: 100%;
      border: none; }
      .main-nav .sub-sub-menu li:first-of-type {
        border-top: 1px solid rgba(0, 0, 0, 0.3); }
      .main-nav .sub-sub-menu li a {
        padding: 10px 20px !important;
        width: 100%; }
        .main-nav .sub-sub-menu li a:hover {
          background: #004862; }
          .main-nav .sub-sub-menu li a:hover:after {
            display: none; }
  .main-nav .sub-menu-open .sub-menu {
    max-height: 70px;
    overflow: visible;
    -webkit-transition: 0.3s ease-in-out 0.3s;
    -moz-transition: 0.3s ease-in-out 0.3s;
    -o-transition: 0.3s ease-in-out 0.3s;
    -ms-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s; }
    .main-nav .sub-menu-open .sub-menu > ul > li {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      .main-nav .sub-menu-open .sub-menu > ul > li:nth-child(1) {
        transition-delay: 0.4s; }
      .main-nav .sub-menu-open .sub-menu > ul > li:nth-child(2) {
        transition-delay: 0.6s; }
      .main-nav .sub-menu-open .sub-menu > ul > li:nth-child(3) {
        transition-delay: 0.8s; }
      .main-nav .sub-menu-open .sub-menu > ul > li:nth-child(4) {
        transition-delay: 1s; }
      .main-nav .sub-menu-open .sub-menu > ul > li:nth-child(5) {
        transition-delay: 1.2s; }
    .main-nav .sub-menu-open .sub-menu a:hover:after {
      height: 6px; }
  .main-nav .submenu-inner:before, .main-nav .submenu-inner:after {
    content: " ";
    display: table; }
  .main-nav .submenu-inner .submenu-inner:after {
    clear: both; }

.home {
  /* Hollow header */ }

/* Menu icon */
.menu-toggle {
  font-size: 10px;
  display: none;
  -webkit-transition: 0.1s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.1s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.1s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: 0.1s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.1s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  background: 0;
  margin: 14px;
  height: 24px;
  width: 24px;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0;
  right: 0;
  top: 0; }

.bar, .bar::before, .bar::after {
  -webkit-transition: 0.2s background cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, 0.2s top cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, 0.2s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.2s background cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, 0.2s top cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, 0.2s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.2s background cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, 0.2s top cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, 0.2s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: 0.2s background cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, 0.2s top cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, 0.2s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s background cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, 0.2s top cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, 0.2s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  background: #1B2538;
  margin: auto;
  width: 100%;
  height: 0.3em;
  content: '';
  top: 50%;
  left: 0; }
.bar {
  margin-top: -0.1em; }
.bar::before {
  top: -0.8em; }
.bar::after {
  top: 0.8em; }
.bar::before, .bar::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
.active .bar {
  background: 0; }
  .active .bar::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .active .bar::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .active .bar::before, .active .bar::after {
    top: 0; }
  .active .bar, .active .bar::before, .active .bar::after {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    -moz-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    -o-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    -ms-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s; }

.lang-selection {
  position: absolute;
  top: 7px;
  right: 19px;
  margin: 0; }
  .lang-selection li {
    display: inline-block; }
    .lang-selection li a {
      padding: 2px !important;
      color: #aaa; }
      .lang-selection li a:hover {
        color: #00A7E1; }

/* Fade elements in*/
.fadein {
  opacity: 0;
  -webkit-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -ms-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px); }

.fadedone {
  opacity: 1 !important;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

/* Structure */
#main {
  padding-top: 100px; }

.parallax-window {
  height: calc(100vh + 100px);
  background: transparent; }

.parallax-mirror {
  background: #1B2538; }

.article-container {
  position: relative;
  margin-top: 0; }
  .article-container.animate-top {
    animation: animate-top 1.5s ease-out forwards;
    -webkit-animation: animate-top 1.5s ease-out forwards;
    -moz-animation: animate-top 1.5s ease-out forwards; }
  .article-container.scrolled {
    margin-top: -500px; }
    @media screen and (max-width: 993px) {
      .article-container.scrolled {
        margin-top: -150px; } }
@keyframes animate-top {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 0px; }
  100% {
    margin-top: -500px; } }
@-webkit-keyframes animate-top {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 0px; }
  100% {
    margin-top: -500px; } }
@-moz-keyframes animate-top {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 0px; }
  100% {
    margin-top: -500px; } }
  .article-container article {
    background: #fff;
    z-index: 3;
    margin-bottom: 50px;
    padding: 50px 7vw;
    color: #4A4A4A; }
  .article-container h2, .article-container h3, .article-container h4, .article-container h5, .article-container h6 {
    color: #1B2538;
    margin: 40px 0 -5px; }
  .article-container header {
    margin-bottom: 80px; }
    .article-container header p {
      font-weight: normal;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .article-container figure {
    text-align: center;
    margin: 60px 0 50px;
    font-size: 0.8em;
    color: #8E9EAA; }
    .article-container figure img {
      max-width: 100%; }

.breadcrumb {
  display: inline-block;
  color: #fff;
  padding: 16px 25px;
  background: #8E9EAA;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.8px; }
  .breadcrumb span {
    margin-left: 20px;
    font-weight: 700; }

/* Home Slider */
.home-banner {
  min-height: 400px;
  color: #fff; }
  .home-banner .swiper-wrapper, .home-banner .swiper-slide {
    height: 70vh;
    min-height: 500px; }
  .home-banner .swiper-slide {
    background-size: cover;
    background-position: center center;
    padding: 20vh 80px 0; }
    .home-banner .swiper-slide.swiper-slide-active h2, .home-banner .swiper-slide.swiper-slide-active h3, .home-banner .swiper-slide.swiper-slide-active .btn {
      -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
      -moz-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
      -o-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
      -ms-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
      transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .home-banner .swiper-slide.swiper-slide-active h2 {
      -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
      -moz-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
      -o-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
      -ms-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
      transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; }
  .home-banner h2 {
    font-size: 56px;
    letter-spacing: 1.6px;
    line-height: 46px;
    font-weight: 800;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    margin: 0 0 0; }
  .home-banner h3 {
    font-size: 19px;
    letter-spacing: 0.47px;
    line-height: 26px;
    font-weight: 300;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
  .home-banner .btn {
    padding: 10px 45px 10px 30px;
    margin-top: 10px; }
  .home-banner h2, .home-banner h3, .home-banner .btn {
    -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .home-banner + .swiper-nav a {
    top: -60px; }

.swiper-nav {
  position: absolute;
  z-index: 3;
  width: 100%; }
  .swiper-nav .col {
    padding: 0; }
  .swiper-nav a {
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    float: right;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 15px; }
    .swiper-nav a:after {
      display: block;
      content: url("../assets/arr-swiper.svg");
      height: 27px; }
    .swiper-nav a:before {
      content: "";
      position: absolute;
      background-color: rgba(27, 37, 56, 0.6);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      top: 0;
      right: 0;
      height: 100%;
      width: 0;
      z-index: -1; }
    .swiper-nav a:hover:before {
      top: 0;
      right: 0;
      height: 100%;
      width: 100%; }
  .swiper-nav .next {
    border-left: none; }
    .swiper-nav .next:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .swiper-nav .next.swiper-button-disabled, .swiper-nav .prev.swiper-button-disabled {
    cursor: default;
    opacity: 0.2; }
    .swiper-nav .next.swiper-button-disabled:hover:before, .swiper-nav .prev.swiper-button-disabled:hover:before {
      width: 0; }

.first-row {
  border-bottom: 1px solid #EDEDED;
  background: #F2F8FC;
  text-align: center; }
  .first-row .col {
    height: 100%;
    padding: 0; }
  .first-row .viacard-highlight {
    display: inline-block;
    margin-bottom: -10px;
    padding: 0;
    position: relative;
    width: 100%; }
    .first-row .viacard-highlight > .top-phrase {
      color: #959595;
      display: inline-block;
      font-size: 14px;
      right: 20px;
      margin: 0;
      position: absolute;
      text-align: right;
      top: 20px;
      z-index: 3; }
      .first-row .viacard-highlight > .top-phrase a {
        color: #959595;
        text-decoration: underline; }
    .first-row .viacard-highlight > div {
      margin: 70px auto 0 auto;
      max-width: 450px;
      padding: 20px;
      padding-bottom: 0;
      width: 100%; }
      .first-row .viacard-highlight > div p {
        color: #00587C;
        font-style: 18px;
        margin: 20px 0 50px; }
      .first-row .viacard-highlight > div img {
        width: 170px; }
      .first-row .viacard-highlight > div .btn {
        background-color: #F16531;
        border: none;
        color: #ffffff;
        font-weight: 400; }
        .first-row .viacard-highlight > div .btn:before {
          background-color: #00587C; }
      .first-row .viacard-highlight > div .cards {
        height: 180px;
        margin-bottom: -6px;
        max-width: 450px;
        overflow: hidden;
        position: relative;
        width: 100%; }
        .first-row .viacard-highlight > div .cards img {
          top: 40px;
          position: absolute;
          width: 280px;
          -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -ms-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
          .first-row .viacard-highlight > div .cards img:nth-of-type(1) {
            top: 80px;
            left: 30px; }
          .first-row .viacard-highlight > div .cards img:nth-of-type(2) {
            right: 30px;
            z-index: 2; }
  .first-row .live-traffic {
    color: #fff;
    background: #1B2538;
    position: relative;
    z-index: 2;
    margin-top: -60px;
    box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.3); }
    .first-row .live-traffic h3 {
      font-size: 22px;
      text-transform: uppercase;
      margin: 60px 10px;
      font-weight: 800;
      letter-spacing: 1px; }
    .first-row .live-traffic .traffic-1, .first-row .live-traffic .traffic-2 {
      width: 50%;
      float: left;
      position: relative;
      background-size: cover;
      height: 390px;
      border-top: 1px solid rgba(0, 0, 0, 0.5); }
    .first-row .live-traffic .traffic-live-bottom {
      position: absolute;
      width: 100%;
      bottom: 30px;
      text-align: center;
      display: block; }
    .first-row .live-traffic .traffic-1 {
      background-image: url("../img/traffic_1.jpg");
      border-right: 1px solid rgba(0, 0, 0, 0.5);
      background-color: #360404; }
    .first-row .live-traffic .traffic-2 {
      background-image: url("../img/traffic_2.jpg");
      background-color: #082F43; }

/* NEWS */
.news-top {
  background: #dbe0e7;
  width: 100%;
  padding: 70px 40px 100px 40px; }
  .news-top .container-liquid h1 {
    color: #1B2538; }

.news-row {
  padding: 0 30px; }
  .news-row h2 {
    margin-top: 100px; }
  .news-row .container-liquid > .row {
    margin-bottom: 0; }
    .news-row .container-liquid > .row:first-of-type {
      padding-top: 40px; }
    .news-row .container-liquid > .row .news-list-item {
      background-color: transparent; }
      .news-row .container-liquid > .row .news-list-item a img {
        width: 100%;
        -webkit-backface-visibility: hidden; }
      .news-row .container-liquid > .row .news-list-item h3 {
        margin-top: 0; }
      .news-row .container-liquid > .row .news-list-item a:first-of-type + .row {
        margin-top: 15px; }
      .news-row .container-liquid > .row .news-list-item > .row {
        margin-bottom: 50px; }
        .news-row .container-liquid > .row .news-list-item > .row .col {
          padding: 0; }
      .news-row .container-liquid > .row .news-list-item p {
        margin-bottom: 0; }
      .news-row .container-liquid > .row .news-list-item .btn-arrow {
        margin-top: 20px; }
    .news-row .container-liquid > .row .news-highlight {
      top: auto; }
      .news-row .container-liquid > .row .news-highlight .btn-arrow {
        margin-top: 0; }
  .news-row .swiper-container h2.swiper-title {
    color: #424B54;
    margin-bottom: 50px; }
  .news-row .swiper-nav .container-liquid .row {
    padding: 40px 20px; }

.news-list-item h3 {
  margin: 15px 0 8px; }
.news-list-item time {
  font-size: 14px;
  color: #939393;
  letter-spacing: 0.3px;
  line-height: 18px; }
.news-list-item > a:not(.btn) {
  background: #1B2538;
  display: block; }
  .news-list-item > a:not(.btn) img {
    display: block;
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .news-list-item > a:not(.btn) .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    margin-bottom: 20px;
    outline: none;
    width: 100%; }
    @media screen and (max-width: 992px) {
      .news-list-item > a:not(.btn) .image {
        height: 320px; } }
    @media screen and (max-width: 678px) {
      .news-list-item > a:not(.btn) .image {
        height: 280px; } }
.news-list-item:hover img {
  opacity: 0.8; }

.news-highlight {
  position: relative;
  top: -60px; }
  .news-highlight > a {
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 10px; }
  .news-highlight .img-responsive {
    width: 100%; }
  .news-highlight .btn-arrow {
    float: right;
    margin: 15px 0; }

.other-news-row {
  margin-top: 40px;
  padding: 0 30px; }
  .other-news-row .swiper-main-wrapper {
    width: calc(100% + 42px);
    position: relative;
    padding-bottom: 100px; }
    .other-news-row .swiper-main-wrapper .swiper-nav {
      position: absolute;
      bottom: 10px;
      right: 10px; }

/* NEWS ARTICLE PAGE */
.news-article-row {
  background: #dbe0e7;
  padding: 70px 0;
  margin-bottom: 70px; }
  .news-article-row .article-container {
    margin-top: 0;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; }
    .news-article-row .article-container .row.top h1 {
      font-size: 36px; }
    .news-article-row .article-container .row.top img {
      width: 100%; }
    .news-article-row .article-container .row.top time {
      font-size: 14px;
      color: #939393;
      letter-spacing: 0.3px;
      line-height: 18px; }
    .news-article-row .article-container .row.top .social_share {
      margin-top: 20px; }
      .news-article-row .article-container .row.top .social_share p {
        color: #424B54;
        font-size: 14px; }
        .news-article-row .article-container .row.top .social_share p .btn {
          background-repeat: no-repeat;
          background-position: center;
          background-size: 14px;
          height: 25px;
          width: 25px;
          line-height: 25px;
          padding: 0;
          margin-top: -3px;
          margin-left: 5px;
          vertical-align: middle; }
          .news-article-row .article-container .row.top .social_share p .btn.facebook {
            background-image: url(../assets/icon-facebook-graydark.svg); }
          .news-article-row .article-container .row.top .social_share p .btn.twitter {
            background-image: url(../assets/icon-twitter-graydark.svg); }
    .news-article-row .article-container article {
      margin-bottom: 0; }

.view-all-news-row {
  width: 100%;
  margin-bottom: 40px;
  text-align: center; }

/* TERMS & CONDITIONS */
.documentation-row {
  background: #dbe0e7;
  padding-top: 70px;
  margin-bottom: 0; }
  .documentation-row .article-container {
    margin-top: 0; }
    .documentation-row .article-container article {
      margin-bottom: 0; }
      .documentation-row .article-container article h1 {
        color: #424B54; }

.img-responsive {
  max-width: 100%; }

.img-full {
  width: 100%;
  display: block; }

.news-slider {
  width: 130%; }
  .news-slider h3 {
    margin-top: 0; }
  .news-slider img {
    margin-bottom: 15px;
    width: 100%; }
  .news-slider p {
    font-size: 15px;
    line-height: 22px; }
  .news-slider .swiper-slide {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 10px; }
  .news-slider .swiper-slide-prev {
    opacity: 0; }
  .news-slider time {
    display: block;
    margin: 12px 0 17px; }

.survey-row {
  color: #fff;
  padding: 40px 0;
  background-color: #094677;
  margin-top: 20px;
  max-height: 320px; }
  @media screen and (min-width: 679px) and (max-width: 992px) {
    .survey-row h2 {
      font-size: 26px; }
      .survey-row h2 img {
        float: none; } }
  .survey-row .col {
    padding: 25px; }
    .survey-row .col:first-child {
      background: #094677;
      position: relative;
      margin-top: -100px;
      padding: 110px 30px 0; }
      .survey-row .col:first-child img {
        margin: 20px 20px 120px; }
  .survey-row h2 {
    margin-bottom: 6px; }
  .survey-row h4 {
    font-size: 18px;
    color: rgba(254, 255, 254, 0.67);
    letter-spacing: 0.9px;
    line-height: 20px;
    font-weight: 300;
    text-transform: none;
    margin: 0; }

.survey-page {
  background: #dbe0e7;
  padding: 70px 0; }
  .survey-page .survey-container {
    margin-top: 0; }
    .survey-page .survey-container article {
      background: #fff;
      z-index: 3;
      margin-bottom: 50px;
      padding: 50px 7vw;
      color: #4A4A4A; }
      .survey-page .survey-container article .survey-icon-container {
        right: 0;
        margin-top: -80px;
        text-align: center; }
        .survey-page .survey-container article .survey-icon-container img {
          max-width: 150px;
          max-height: 150px; }
          @media screen and (max-width: 678px) {
            .survey-page .survey-container article .survey-icon-container img {
              position: absolute;
              right: 10px;
              max-width: 100px;
              max-height: 100px;
              top: -120px; } }
      .survey-page .survey-container article .form-wrapper form#survey-form {
        font-size: 14px; }
        .survey-page .survey-container article .form-wrapper form#survey-form .step {
          /* WORKAROND: form validate nao funciona quando os campos tem em display: none */
          display: block !important;
          position: absolute;
          top: -1000%;
          left: -1000%; }
          .survey-page .survey-container article .form-wrapper form#survey-form .step.current {
            display: block !important;
            position: relative;
            top: auto;
            left: auto; }
          .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper {
            margin-bottom: 30px;
            /* .question-wrapper */ }
            .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper.if-client {
              display: none; }
            .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .question, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper .question {
              font-size: 14px;
              display: block;
              color: #000;
              padding-bottom: 5px;
              margin-bottom: 0; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .question.main, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper .question.main {
                font-size: 16px;
                margin-bottom: 10px; }
            .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper {
              margin-bottom: 20px;
              position: relative;
              overflow: visible; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper:last-of-type {
                margin-bottom: 0; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper label.error {
                display: inline-block;
                position: absolute;
                width: 100%;
                bottom: -24px;
                font-size: 12px;
                color: #a23939;
                left: 0px; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper .row {
                margin-left: 0;
                margin-right: 0;
                margin-bottom: 10px; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper label {
                display: inline;
                color: #575757; }
                .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper label.error + .unit {
                  margin-left: 4px; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper .label-for-shorter {
                width: calc(100% - 70px);
                display: inline-block;
                vertical-align: middle;
                line-height: 16px; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="text"], .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="number"], .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="time"], .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper textarea {
                width: 100%;
                padding: 6px 10px;
                font-size: 14px;
                border: 1px solid #ccc;
                border-radius: 0;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none; }
                .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="text"].short, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="number"].short, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="time"].short, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper textarea.short {
                  width: 100px; }
                .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="text"].shorter, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="number"].shorter, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="time"].shorter, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper textarea.shorter {
                  width: 60px;
                  vertical-align: middle; }
                .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="text"].error, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="number"].error, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="time"].error, .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper textarea.error {
                  margin-top: -1px;
                  margin-bottom: 1px; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="time"] {
                height: 30px;
                /* mobile fix */ }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper input[type="radio"].error:first-of-type {
                margin-right: 4px; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper .unit {
                opacity: .4; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper .row .col {
                padding: 0;
                font-size: 12px; }
                .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper .input-wrapper .row .col.top-label {
                  line-height: 14px;
                  vertical-align: bottom; }
            .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper.row .input-wrapper.col label.error {
              left: 10px; }
            .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper.radio-buttons-table {
              margin-bottom: 50px; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper.radio-buttons-table .input-wrapper .row {
                border-bottom: 1px solid #dadada;
                padding-bottom: 10px;
                margin-bottom: 11px; }
                .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper.radio-buttons-table .input-wrapper .row:last-of-type {
                  border-bottom: none; }
              .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper.radio-buttons-table .input-wrapper .row .col label.error {
                text-align: right;
                bottom: -5px; }
            .survey-page .survey-container article .form-wrapper form#survey-form .step .question-wrapper #profissao-outra {
              display: none; }
        .survey-page .survey-container article .form-wrapper form#survey-form .actions {
          text-align: right; }
          .survey-page .survey-container article .form-wrapper form#survey-form .actions .backward[disabled='disabled'], .survey-page .survey-container article .form-wrapper form#survey-form .actions .forward[disabled='disabled'] {
            display: none; }
          .survey-page .survey-container article .form-wrapper form#survey-form .actions .submit {
            line-height: inherit;
            display: none;
            vertical-align: top;
            margin: 0;
            width: auto; }

.app-row {
  background: url("../img/app-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .app-row > div {
    max-width: 820px; }
    .app-row > div .row {
      width: 100%; }
    .app-row > div .col {
      padding: 0; }
      .app-row > div .col .btn {
        text-align: center;
        width: 300px; }
    .app-row > div .col.m7 {
      padding: 80px 20px; }
      .app-row > div .col.m7 h2 {
        margin-top: 0; }
  .app-row .row {
    margin-bottom: 0;
    display: flex;
    align-items: stretch; }
    @media screen and (max-width: 678px) {
      .app-row .row {
        display: inline-block;
        align-items: none; } }
  .app-row .col {
    padding: 0 30px; }
    .app-row .col.m7 {
      padding-bottom: 60px; }
  .app-row .viacard-logo {
    width: 225px;
    margin: 70px 0 0px; }
  .app-row h2 {
    font-size: 46px; }
  .app-row p {
    max-width: 440px; }
  .app-row .app-phone {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 364px;
    width: 100%; }
    @media screen and (max-width: 678px) {
      .app-row .app-phone {
        height: 350px;
        margin-bottom: -6px; } }

.birds-row .swiper-main-wrapper {
  margin-top: 60px; }
  .birds-row .swiper-main-wrapper .swiper-nav {
    position: relative;
    padding: 40px 10px 0 10px; }
  .birds-row .swiper-main-wrapper .swiper-container {
    margin-top: 0;
    padding-top: 20px; }

.footer {
  font-size: 14px;
  color: #B2B2B2;
  overflow: hidden;
  width: 100%;
  background: #1B2538; }
  .footer li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    margin: 0 10px; }
  .footer a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
    .footer a:hover {
      opacity: 0.6; }

.footer-secondary {
  padding: 5px 0;
  margin-bottom: 0; }
  .footer-secondary ul {
    margin: 0; }
  .footer-secondary li {
    font-weight: 300; }
  .footer-secondary .reclamacoes {
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    margin-left: 6px; }
  .footer-secondary ul:nth-child(2) {
    text-align: right;
    padding-top: 9px;
    padding-bottom: 9px; }
  .footer-secondary a {
    color: #B2B2B2; }

.footer-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px 0;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .footer-nav img {
    max-width: 150px;
    width: 100%;
    vertical-align: middle; }
  .footer-nav ul {
    padding: 0; }

/* TRAFFIC */
.remove-vignette {
  overflow: hidden; }

.traffic-container {
  position: relative; }
  .traffic-container.top {
    margin: 60px 0; }
    .traffic-container.top .traffic-label {
      left: 10px;
      top: 30px; }
  .traffic-container.bottom {
    margin: 0 0 60px; }
    .traffic-container.bottom .traffic-label {
      bottom: -20px;
      right: 10px; }
  .traffic-container .traffic-label {
    background: #fff;
    display: inline-block;
    padding: 20px;
    z-index: 1;
    position: absolute;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
    margin-top: -60px; }
    .traffic-container .traffic-label h4 {
      margin: 0; }

.contact-label {
  position: absolute;
  right: 0.75rem !important;
  top: 50px;
  background: #fff;
  padding: 10px 30px !important;
  z-index: 1;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1); }
  .contact-label.left {
    left: 10px !important;
    margin-left: 0 !important; }

.contact-form-container {
  background: #fff;
  padding: 0;
  margin-top: 80px; }
  .contact-form-container .container-liquid {
    margin-bottom: 60px; }
    .contact-form-container .container-liquid > .row .col-map {
      padding: 0; }
    .contact-form-container .container-liquid > .row form {
      padding: 50px 20px 0 20px; }
      @media screen and (max-width: 678px) {
        .contact-form-container .container-liquid > .row form .col {
          padding: 0; } }
      .contact-form-container .container-liquid > .row form .text-right {
        padding: 0; }
      .contact-form-container .container-liquid > .row form .input-field input, .contact-form-container .container-liquid > .row form .input-field textarea {
        width: 100%;
        padding: 6px 10px;
        margin: 0 0 20px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none; }
        @media screen and (max-width: 678px) {
          .contact-form-container .container-liquid > .row form .input-field input, .contact-form-container .container-liquid > .row form .input-field textarea {
            margin: 0 0 0px; } }
      @media screen and (max-width: 678px) {
        .contact-form-container .container-liquid > .row form button[type="submit"] {
          width: 100%;
          margin: 15px 0 0; } }
      .contact-form-container .container-liquid > .row form label {
        display: block; }
    .contact-form-container .container-liquid .g-recaptcha {
      margin-bottom: 40px; }
  .contact-form-container .map-wrapper {
    height: 600px; }
    @media screen and (max-width: 678px) {
      .contact-form-container .map-wrapper {
        height: 300px; } }
    .contact-form-container .map-wrapper #map {
      height: 100%;
      width: 100%; }

.viacard-page {
  color: #fff;
  padding: 60px 30px 30px; }
  .viacard-page p.contact-number {
    font-size: 20px;
    margin: 0;
    text-align: left; }
  @media screen and (max-width: 679px) {
    .viacard-page {
      text-align: center; } }

.viacard-bg {
  background-image: url(../assets/cover_1.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 200px !important; }
  .viacard-bg .container-liquid {
    margin-bottom: 80px; }
  .viacard-bg .text p {
    font-size: 18px;
    line-height: 25px; }
    .viacard-bg .text p span {
      color: #F16531; }
  .viacard-bg .table-title {
    color: #00587C;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px; }
  .viacard-bg .discounts-wrapper {
    margin-bottom: 0;
    margin-top: 50px; }
    .viacard-bg .discounts-wrapper img {
      display: block;
      margin: 10px auto;
      margin-bottom: 30px;
      max-width: 250px;
      width: 100%; }
    .viacard-bg .discounts-wrapper .discounts {
      border: 1px solid #00587C; }
      .viacard-bg .discounts-wrapper .discounts > div {
        border-bottom: 1px solid #00587C;
        padding: 10px; }
        .viacard-bg .discounts-wrapper .discounts > div:last-of-type {
          border-bottom: none; }
        .viacard-bg .discounts-wrapper .discounts > div .bridge {
          color: #003049;
          font-size: 14px; }
        .viacard-bg .discounts-wrapper .discounts > div .discount {
          color: #B0B0B0;
          display: inline-block;
          float: right;
          font-size: 14px;
          vertical-align: middle; }
          .viacard-bg .discounts-wrapper .discounts > div .discount strong {
            color: #003049;
            font-size: 32px; }
        @media screen and (max-width: 1260px) {
          .viacard-bg .discounts-wrapper .discounts > div {
            text-align: center; }
            .viacard-bg .discounts-wrapper .discounts > div .discount {
              display: inline-block;
              float: none;
              margin-top: 10px;
              text-align: center;
              width: 100%; } }
        @media screen and (max-width: 993px) {
          .viacard-bg .discounts-wrapper .discounts > div {
            text-align: left; }
            .viacard-bg .discounts-wrapper .discounts > div .discount {
              float: right;
              margin-top: 0;
              text-align: right;
              width: auto; } }
    .viacard-bg .discounts-wrapper .text-center {
      display: block;
      float: left;
      margin: 50px 0;
      width: 100%; }
    .viacard-bg .discounts-wrapper .btn {
      background-color: #F16531;
      border: none;
      color: #ffffff !important;
      font-weight: 400; }
      .viacard-bg .discounts-wrapper .btn:before {
        background-color: #00587C; }
  .viacard-bg .contact p {
    color: #888888;
    font-size: 14px; }
  .viacard-bg .contact .fb a svg {
    border: 1px solid #888;
    display: inline-block;
    height: 22px;
    padding: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 22px; }
    .viacard-bg .contact .fb a svg path {
      fill: #888888; }
  .viacard-bg .contact .fb a:hover svg {
    border-color: #00A7E1; }
  .viacard-bg .contact .fb a:hover svg path {
    fill: #00A7E1; }
  .viacard-bg .contact .tel {
    text-align: right; }
    .viacard-bg .contact .tel a {
      display: inline-block; }
  @media only screen and (max-width: 993px) {
    .viacard-bg .contact p {
      margin: 0; }
    .viacard-bg .contact .tel {
      text-align: left; }
      .viacard-bg .contact .tel p {
        margin-bottom: 20px; } }

/* Donut Charts */
.chart-container {
  position: relative;
  min-height: 200px;
  margin: 15px auto;
  width: 100%;
  overflow: hidden;
  clear: both; }
  .chart-container:before, .chart-container:after {
    clear: both; }

@media only screen and (min-width: 679px) {
  .chart-donut-container {
    width: 200px;
    float: right; }

  .chart-legends {
    display: block;
    padding-top: 5px !important;
    list-style-type: none;
    margin-right: 210px; }

  .title {
    display: block;
    margin-right: 150px; }

  .author {
    float: right;
    width: 150px; }

  .lt {
    display: none; } }
@media only screen and (max-width: 678px) {
  .chart-container {
    text-align: center;
    width: 100%; }

  .chart-donut-container {
    width: 200px;
    margin: 0 auto;
    float: none; }

  .chart-legends {
    list-style-type: none;
    padding-top: 0px !important;
    margin: 0 auto;
    display: inline-block;
    text-align: left; }

  .lt {
    display: block; }

  .rt {
    display: none; } }
.chart-legends li {
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 200;
  letter-spacing: 0.5px;
  color: #000; }
  .chart-legends li span.icon {
    width: 22px;
    height: 22px;
    float: left; }
  .chart-legends li span.label {
    display: block;
    margin-left: 30px;
    font-size: 15px;
    line-height: 22px; }

.uppercase {
  text-transform: uppercase; }

.bird-slider {
  width: 130%;
  padding: 80px 0 40px;
  margin-left: -15%; }
  @media screen and (max-width: 678px) {
    .bird-slider {
      width: 100%;
      margin-left: auto; } }
  .bird-slider .swiper-slide.swiper-slide-active {
    opacity: 1; }

.bird-img {
  width: 60%;
  position: absolute;
  min-width: 300px;
  margin: 0 8%; }
  @media screen and (max-width: 678px) {
    .bird-img {
      width: 100%;
      position: relative;
      margin: 0; } }

.bird-description {
  width: 60%;
  max-width: 280px;
  top: 0;
  float: right;
  position: relative;
  margin: 140px 0; }
  @media screen and (max-width: 678px) {
    .bird-description {
      width: auto;
      max-width: none;
      float: none;
      margin: -50px 10px 0 50px; } }
  .bird-description h3 {
    font-weight: 900;
    margin: 10px 0 5px;
    text-transform: uppercase; }
    .bird-description h3 + h3 {
      font-weight: 300;
      font-style: italic;
      margin: 5px 0 20px; }
  .bird-description p {
    font-size: 14px;
    line-height: 1.4em; }

/* Card animation */
.cardContainer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*depth of the elements */
  perspective: 800px;
  -webkit-perspective: 800px;
  padding-left: 1%; }

.card {
  width: 99%;
  min-height: 350px;
  height: auto;
  cursor: pointer;
  /*transition effects */
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .card .btn {
    z-index: auto;
    font-size: 13px;
    padding: 2px 8px; }
  .card .content {
    pointer-events: none; }
  .card.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    .card.flipped .front {
      pointer-events: none;
      -webkit-transform: translateZ(1px);
      -moz-transform: translateZ(1px);
      -ms-transform: translateZ(1px);
      -o-transform: translateZ(1px);
      transform: translateZ(1px); }
  .card .front, .card .back {
    display: block;
    padding: 15px 30px 15px;
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26); }
    .card .front h3, .card .back h3 {
      font-size: 16px;
      margin-bottom: 5px; }
  .card .front {
    position: relative;
    min-height: 350px; }
  .card .back {
    width: 100%;
    position: absolute;
    min-height: 350px;
    padding-left: 3%;
    padding-right: 3%;
    top: 0;
    -webkit-transform: rotateY(180deg) translateZ(1px);
    -moz-transform: rotateY(180deg) translateZ(1px);
    -ms-transform: rotateY(180deg) translateZ(1px);
    -o-transform: rotateY(180deg) translateZ(1px);
    transform: rotateY(180deg) translateZ(1px); }
    @media screen and (max-width: 678px) {
      .card .back .content {
        max-width: 240px;
        margin: 0 auto; } }
  .card .bar-chart-container {
    min-height: 300px; }

.error {
  font-size: 14px;
  margin: -15px 0 0;
  color: #a23939; }

/* CARDS */
.info-cards-wrapper .info-card .title {
  font-weight: bold;
  width: 100%; }
.info-cards-wrapper .info-card .image img {
  width: 100%; }
.info-cards-wrapper .info-card .text {
  font-size: 14px; }
@media screen and (max-width: 590px) {
  .info-cards-wrapper .col {
    width: 100% !important; } }

/* ----------------------------------------- QUERIES -----------------------------------------

$small-screen: 678px  - S
$medium-screen: 992px - M
$large-screen: 1200px - L

*/
@media screen and (min-width: 679px) and (max-width: 992px) {
  .footer a {
    margin: 0 3px; } }
@media screen and (max-width: 1201px) {
  .main-nav ul > li > a {
    padding: 0.5em 0em;
    letter-spacing: 0.5px; } }
@media screen and (max-width: 993px) {
  #main {
    padding-top: 55px; }

  .main-nav {
    font-size: 80%;
    height: 55px;
    padding: 0;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .main-nav .nav-logo {
      width: 100%; }
      .main-nav .nav-logo img {
        height: 44px;
        margin-top: 6px; }
    .main-nav .nav-right {
      width: 100%;
      background: #fff;
      display: block;
      text-align: center;
      overflow: hidden;
      max-height: 0;
      padding: 0;
      -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      -moz-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      -o-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      -ms-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s; }
      .main-nav .nav-right .btn {
        margin: 10px;
        display: inline-block; }
    .main-nav .sub-menu-open .sub-menu {
      max-height: 1000px;
      top: 0;
      -webkit-transition: max-height 1s;
      -moz-transition: max-height 1s;
      -o-transition: max-height 1s;
      -ms-transition: max-height 1s;
      transition: max-height 1s; }
      .main-nav .sub-menu-open .sub-menu li {
        -webkit-transition: 0.1s ease-in-out 0s !important;
        -moz-transition: 0.1s ease-in-out 0s !important;
        -o-transition: 0.1s ease-in-out 0s !important;
        -ms-transition: 0.1s ease-in-out 0s !important;
        transition: 0.1s ease-in-out 0s !important; }

  .collapse-mobile {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    display: block !important;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 30px; }

  .lang-selection {
    position: relative; }

  .menu-open {
    overflow: hidden; }
    .menu-open .collapse-mobile {
      max-height: 1000px; }
    .menu-open .nav-right {
      max-height: 120px; }
    .menu-open .main-nav {
      height: 100vh; }

  .menu-toggle {
    display: block; }

  .main-nav .submenu-inner > div {
    width: 100%;
    float: none;
    padding: 0 2em; }

  .main-nav > ul, .main-nav .submenu-inner {
    width: 100%;
    padding: 0; }

  .main-nav .submenu-inner {
    padding: 0;
    font-size: 75%; }

  .main-nav > ul > li {
    display: block;
    margin: 0;
    overflow: hidden; }
    .main-nav > ul > li:hover:after, .main-nav > ul > li.sub-menu-open:after {
      visibility: hidden; }

  .main-nav > ul > li > a {
    display: block;
    padding: 1em 3em;
    font-size: 16px; }

  .main-nav .sub-menu {
    position: relative;
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; }
    .main-nav .sub-menu .submenu-inner {
      border-bottom: 1px solid #F3F1ED; }
    .main-nav .sub-menu ul li {
      display: block;
      width: 100%;
      float: none;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .main-nav .sub-menu ul li > a {
        color: #2660A4;
        padding: 12px 20px; }
        .main-nav .sub-menu ul li > a:hover {
          color: #00A7E1; }
        .main-nav .sub-menu ul li > a:after {
          display: none; }

  .sub-sub-menu {
    display: none; }

  .sub-menu h4 {
    padding-top: 0.6em; }

  .parallax-window {
    min-height: 300px;
    height: 50vh; }

  .article-container {
    position: relative;
    margin-top: -150px; }

  .news-top {
    padding: 20px 40px 30px 40px; }

  .news-row .container-liquid > .row .news-highlight {
    margin-top: 0; }
    .news-row .container-liquid > .row .news-highlight .btn-arrow {
      float: none;
      margin-top: 20px; }

  .news-slider {
    width: 110%; }

  .contact-label h1 {
    font-size: 32px; }
  .contact-label p {
    font-size: 15px;
    line-height: 22px; }

  .footer {
    float: left; }

  .footer-nav, .footer-secondary {
    float: left;
    width: 50%; }
    .footer-nav .col, .footer-secondary .col {
      padding: 20px 10px;
      text-align: left !important; }
    .footer-nav li, .footer-secondary li {
      width: 100%; }

  .footer-nav {
    border-bottom: none;
    border-right: 1px solid #5F6165;
    margin: 20px 0;
    padding: 10px 20px; }
    .footer-nav li {
      width: 100%;
      display: block;
      margin: 6px 0; }

  .footer-logo {
    margin: 0 0 20px; } }
@media screen and (max-width: 679px) {
  .header-alt {
    margin: 30px 0 20px 0; }

  .breadcrumb span {
    display: block;
    margin-left: 0; }

  .btn:before {
    pointer-events: none;
    display: none; }
  .btn:hover, .btn:active {
    background-color: #d3dfed; }

  .btn-camera {
    font-size: .7em; }
    .btn-camera:after {
      display: none; }

  .table tr td .classe {
    width: 100%;
    margin-bottom: 5px; }

  .article-container {
    width: 100%;
    padding: 0 10px; }
    .article-container article {
      padding: 10px; }
      .article-container article header {
        padding: 0;
        margin-bottom: 40px; }
        .article-container article header h1 {
          font-size: 36px; }

  .home-banner {
    min-height: auto;
    height: 380px; }
    .home-banner .swiper-slide {
      padding: 40px 20px; }

  .swiper-nav .next:before, .swiper-nav .prev:before {
    display: none; }
  .swiper-nav .next:hover, .swiper-nav .next:active, .swiper-nav .prev:hover, .swiper-nav .prev:active {
    background-color: #5e636c; }

  .first-row {
    padding: 0; }
    .first-row .live-traffic {
      margin-top: 0; }
      .first-row .live-traffic .traffic-1, .first-row .live-traffic .traffic-2 {
        height: 300px; }

  .news-top {
    padding: 20px 10px 30px 10px; }

  .news-row {
    padding: 0;
    padding-top: 10px; }
    .news-row h2 {
      margin-top: 40px; }
    .news-row .container-liquid > .row:first-of-type {
      padding-top: 0; }
    .news-row .container-liquid > .row .news-list-item > .row {
      margin-bottom: 40px; }
    .news-row .container-liquid > .row .news-highlight {
      margin-top: 20px;
      top: 0;
      margin-top: 30px; }
      .news-row .container-liquid > .row .news-highlight .btn-arrow {
        margin: 10px 0;
        float: left; }

  .other-news-row {
    padding: 0; }
    .other-news-row .swiper-main-wrapper {
      padding-bottom: 60px;
      width: 100%; }
      .other-news-row .swiper-main-wrapper .swiper-nav {
        position: relative;
        bottom: auto;
        right: auto;
        padding: 0;
        padding-bottom: 10px; }

  .news-article-row {
    padding-top: 10px;
    margin-bottom: 0; }

  .news-slider {
    width: auto; }

  .documentation-row {
    padding-top: 10px; }

  .survey-row {
    max-height: initial;
    margin-top: 20px; }
    .survey-row .col {
      padding: 10px; }
      .survey-row .col:first-child {
        margin-top: 0;
        top: 0;
        padding-top: 0; }
        .survey-row .col:first-child img {
          margin: 40px 20px 0 0; }
        .survey-row .col:first-child h2 {
          font-size: 28px; }

  .app-row .col {
    padding: 0 10px;
    text-align: center; }
    .app-row .col p {
      max-width: initial; }
    .app-row .col a.btn {
      padding: 0.5em 10px;
      width: 100%;
      max-width: 350px; }

  .birds-row .swiper-main-wrapper {
    margin-top: 60px; }
    .birds-row .swiper-main-wrapper .swiper-nav {
      position: relative;
      padding: 40px 10px 0 10px; }
    .birds-row .swiper-main-wrapper .swiper-container {
      margin-top: 0px; }

  .contact-label {
    position: static;
    margin-top: 10px;
    margin-bottom: 40px; }
    .contact-label .col {
      padding: 0; }

  .contact-form-container {
    margin-top: 40px; }
    .contact-form-container .container-liquid {
      margin-bottom: 60px; }
      .contact-form-container .container-liquid form > .col {
        padding: 0; }
      .contact-form-container .container-liquid form .input-field {
        padding: 0; }

  .viacard-page {
    padding: 60px 0; }

  .viacard-bg {
    padding-top: 70px !important; }
    .viacard-bg .block {
      padding: 20px; }

  .viaorange img {
    display: block;
    float: none !important;
    margin: 10px 0 40px 0; }

  .footer li a {
    padding: 0;
    margin: 0; } }
.contact-number {
  font-size: 20px !important;
  margin: 40px 0 50px 0;
  text-align: center; }

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .hidden-medium {
    display: none; } }
article p a:not(.btn) {
  color: #2CBDFF !important; }

#cookies {
  font-size: 14px;
  background-color: #2e3e5b;
  padding: .6em;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.3); }

.cookies-notice {
  color: #fff; }
  .cookies-notice a {
    text-decoration: underline; }

.cookies-button {
  color: #191919;
  background-color: #00A7E1;
  padding: 5px;
  margin-left: 20px;
  cursor: pointer;
  border-radius: .2em; }
