/**
 * OVERVIEW
 *
 * IMPORTS
 * reset, core, patterns, plugins
 *
 * LAYOUT
 * Grid / Elements (icons, slideshow, other, ...)
 * Header / Main / Footer
 * Content elements (no overrides from main)
 * Pages (page overrides)
 *
 * Hooks (IE, ...)
 * Print
 */
/**
 * GUIDELINES
 *
 * CLASSES
 * Naming: lorem-ipsum
 * Abbreviations: Emmet - http://docs.emmet.io/cheat-sheet/ | example: .va-m
 *
 * MEDIAQUERIES
 * @media @mobile, @tabletMini, @tablet, @desktop, @netbook, @wide ...
 */
/* =============================================================================
   IMPORTS
   ========================================================================== */
/* CSS Reset */
/*
 * Esign reset.less
 * Adapted version of:
 * - Eric Meyer reset
 * - Boilerplate Normalize.css
 * - Normalize opentype
 */
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
time,
section,
main {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  *behavior: url('../js/polyfills/boxsizing.htc');
}
/* HTML5 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
/* TYPE */
a:focus {
  outline: thin dotted;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/**
 * Turn on proper supercript numerals
 */
sup {
  top: -0.5em;
}
/**
 * Turn on proper subscript numerals
 */
sub {
  bottom: -0.25em;
}
figure {
  margin: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
/**
 * Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase;
}
time {
  display: block;
}
/* FORMS */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* TABLE */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Core */
/* Preboot.less
 * Variables and mixins to pre-ignite any new web development project
 * ------------------------------------------------------------------ */
/* 600px */
/* 767px */
/* 767px */
/* 980px */
/* 1024px */
/* 1350px */
/* 1500px */
/* 1725px */
/* Micro clearfix hack for clearing floats - h5bp.com/q */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
/* Image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.vh.focusable:active,
.vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* User select */
.text-truncate {
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
/* Flexbox */
/* Direction of the elements inside a flexbox */
/* row | row-reverse | column | column-reverse */
/* Order elements (int) inside a flexbox */
/* Single line or multiple lines inside a flexbox */
/* nowrap | wrap | wrap-reverse */
/* Length of the item relative to the rest of the flexible items */
.column-break-inside-avoid {
  /* Chrome, Safari */
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
}
/* ------------------------ */
/* LESS mixin for CSS arrow */
/* ------------------------ */
/* Usage
 * .arrow(size, color, direction, offset, border-size, border-color); 
 */
/* Where
 * Size is the with of the arrow
 * Color is the color of the arrow (plain color required)
 * Direction is the orientation of the arrow (top, right, bottom, left)
 * Offset is the position of the arrow on its axis (px / em)
 * Border-size is the width of the border if there is one (optional; default "0")
 * Border-color is the color of the border if there is one (optional; default "inherit"); 
 */
/* Extra
 * Drop-shadows can be used on the element to create a shadow on the arrow as well 
 */
/* Init mediaqueries */
@media (min-width: 37em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 47em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (max-width: 47em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 65em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 68em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 84em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 98em) {
  .init-mediaqueries {
    margin: 0;
  }
}
/* Styled patterns and elements */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?qkw2qa');
  src: url('../fonts/icomoon.eot?qkw2qa#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?qkw2qa') format('truetype'), url('../fonts/icomoon.woff?qkw2qa') format('woff'), url('../fonts/icomoon.svg?qkw2qa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
/* BODY */
p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
p.large {
  font-size: 18px;
  font-size: 1.8rem;
}
p.small {
  font-size: 14px;
  font-size: 1.4rem;
}
.small-text {
  font-size: 14px;
  font-size: 1.4rem;
}
strong,
.strong {
  font-weight: 700;
  font-size: inherit;
}
em {
  font-style: italic;
  font-weight: inherit;
}
a {
  color: #000000;
  text-decoration: underline;
  transition: 0.2s;
  font-weight: inherit;
  font-style: inherit;
}
a:hover,
a:focus {
  color: #1FB1EB;
}
a:focus,
a:active {
  outline: 0;
}
a.tdn {
  text-decoration: none;
}
a.tdn:hover,
a.tdn:focus {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
a[href^=tel]:hover,
a[href^=tel]:focus {
  text-decoration: underline;
}
a:not([href]) {
  color: #000000;
  text-decoration: none;
}
li a {
  text-decoration: none;
  color: #0B2D61;
}
.fade-link {
  opacity: 1;
  display: block;
}
.fade-link:hover,
.fade-link:focus {
  opacity: 0.7;
}
a.fancybox,
a.fancybox-iframe {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
span.highlight {
  padding: 0px 4px;
  background-color: #1FB1EB;
  color: #ffffff;
}
span.highlight.light {
  background-color: #E8F7FD;
  color: #333333;
}
span.highlight.dark {
  background-color: #0050A0;
  color: #ffffff;
}
span.highlight.yellow {
  background-color: #fff415;
  color: #333333;
}
/* HEADINGS */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #0B2D61;
  line-height: 1.2em;
  margin: 0 0 0.8em;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
  outline: 0;
  font-weight: inherit;
  color: #0B2D61;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
h1 a:focus,
.h1 a:focus,
h2 a:focus,
.h2 a:focus,
h3 a:focus,
.h3 a:focus,
h4 a:focus,
.h4 a:focus,
h5 a:focus,
.h5 a:focus,
h6 a:focus,
.h6 a:focus {
  color: #0050A0;
}
h1.light,
.h1.light,
h2.light,
.h2.light,
h3.light,
.h3.light,
h4.light,
.h4.light,
h5.light,
.h5.light,
h6.light,
.h6.light {
  color: #1FB1EB;
}
h1,
.h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 47em) {
  h1.smaller,
  .h1.smaller {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (min-width: 47em) {
  h1,
  .h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (min-width: 65em) {
  h1,
  .h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
h2,
.h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 47em) {
  h2.smaller,
  .h2.smaller {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 47em) {
  h2,
  .h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h3,
.h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
h3.lower,
.h3.lower {
  text-transform: initial;
}
@media (min-width: 47em) {
  h3,
  .h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h4,
.h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}
h4.small,
.h4.small {
  font-size: 14px;
  font-size: 1.4rem;
}
h4.lc,
.h4.lc {
  text-transform: initial;
}
@media (min-width: 47em) {
  h4,
  .h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h4.small,
  .h4.small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* LISTS */
ul,
ol {
  margin: 0 0 1.5em 16px;
}
ul li,
ol li {
  line-height: 1.5em;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: square;
}
ul ul {
  list-style: square;
}
ul.social-list {
  margin: 0;
  list-style: none;
}
ul.social-list a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
ul.social-list a.facebook {
  background-color: #3B5998;
}
ul.social-list a.facebook:hover,
ul.social-list a.facebook:focus {
  background-color: #2d4373;
}
ul.social-list a.twitter {
  background-color: #00A3D9;
}
ul.social-list a.twitter:hover,
ul.social-list a.twitter:focus {
  background-color: #007da6;
}
ul.social-list a.instagram {
  background-color: #D95576;
}
ul.social-list a.instagram:hover,
ul.social-list a.instagram:focus {
  background-color: #cd2e56;
}
ul.social-list a.linkedin {
  background-color: #0077B5;
}
ul.social-list a.linkedin:hover,
ul.social-list a.linkedin:focus {
  background-color: #005582;
}
ul.social-list a.googleplus {
  background-color: #DD4F43;
}
ul.social-list a.googleplus:hover,
ul.social-list a.googleplus:focus {
  background-color: #c93124;
}
ul.social-list a.whatsapp {
  background-color: #58AF33;
}
ul.social-list a.whatsapp:hover,
ul.social-list a.whatsapp:focus {
  background-color: #448827;
}
ul.inline li {
  float: left;
  margin-right: 1px;
}
ul.blocks {
  list-style: none;
  margin-left: 0;
}
ul.blocks li {
  position: relative;
  padding-left: 18px;
}
ul.blocks li p {
  margin-bottom: 0;
}
ul.blocks li:before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #1FB1EB;
}
ul.space li {
  margin-bottom: 15px;
}
ul.space li:last-child {
  margin-bottom: 0px;
}
ul.lined {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.lined ul {
  list-style: none;
}
ul.lined li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}
ul.lined li {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0;
}
ul.lined li:first-child {
  padding-top: 0;
}
ul.lined li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
ul.small-list {
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
ol {
  list-style: decimal;
}
.unstyled,
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.unstyled ul,
nav ul ul {
  list-style: none;
}
.unstyled li,
nav ul li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}
nav ul {
  *zoom: 1;
}
nav ul:before,
nav ul:after {
  display: table;
  content: " ";
}
nav ul:after {
  clear: both;
}
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl ul {
  list-style: none;
}
dl li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}
dl dd {
  font-weight: 700;
  border-bottom: 1px solid #E6E6E6;
  padding: 5px 0 15px;
  margin-bottom: 15px;
}
dl dd:last-child {
  margin-bottom: 0;
  border-bottom: 0px solid #E6E6E6;
  padding-bottom: 0;
}
/* MISC */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E6E6E6;
  margin: 30px 0 30px;
}
hr.strong {
  border-top: 3px solid #E6E6E6;
}
hr.dark {
  border-color: #B4B4B4;
}
blockquote {
  color: #1FB1EB;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 100;
  font-size: 18px;
  font-size: 1.8rem;
}
/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
  width: 100%;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  margin: 0 0 0;
}
table th,
table td {
  padding: 8px 6px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #B4B4B4;
  line-height: 1.5em;
}
table th.a-l.a-l,
table td.a-l.a-l {
  text-align: left;
}
table th.a-r.a-r,
table td.a-r.a-r {
  text-align: right;
}
@media (min-width: 47em) {
  table th.mw100,
  table td.mw100 {
    min-width: 100px;
  }
}
table th.mw40,
table td.mw40 {
  min-width: 40px;
}
table th.highlight,
table td.highlight {
  background-color: #E8F7FD;
  color: #0B2D61;
  font-weight: 700;
}
table th {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  background-color: #F2F2F2;
}
table tr:last-child td {
  border-bottom: 0px solid #B4B4B4;
}
table tr.highlight {
  background-color: #E8F7FD;
  color: #0B2D61;
  font-weight: 700;
}
table.center td,
table.center th {
  text-align: center;
}
@media (max-width: 47em) {
  table.mobile-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.table-mobile-small {
  overflow-x: scroll;
}
@media (max-width: 47em) {
  .table-mobile-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 47em) {
  .table-ranking th:nth-child(5),
  .table-ranking td:nth-child(5),
  .table-ranking th:nth-child(6),
  .table-ranking td:nth-child(6),
  .table-ranking th:nth-child(7),
  .table-ranking td:nth-child(7),
  .table-ranking th:nth-child(8),
  .table-ranking td:nth-child(8),
  .table-ranking th:nth-child(9),
  .table-ranking td:nth-child(9),
  .table-ranking th:nth-child(10),
  .table-ranking td:nth-child(10) {
    display: none;
  }
}
.club-icon {
  height: 20px;
  width: 20px;
}
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin: 0;
}
.page-form {
  margin-top: 90px;
}
.form-element {
  margin-bottom: 20px;
}
.form-element button,
.form-element input[type="button"],
.form-element input[type="reset"],
.form-element input[type="submit"],
.form-element .button {
  float: none;
}
.form-element .input-group {
  *zoom: 1;
}
.form-element .input-group:before,
.form-element .input-group:after {
  display: table;
  content: " ";
}
.form-element .input-group:after {
  clear: both;
}
.form-element .input-group input {
  width: calc(100% - 80px);
  float: left;
  margin-bottom: 0;
}
.form-element .input-group .button {
  height: 45px;
  width: 80px;
  float: left;
}
.form-element .input-group.squared input {
  width: calc(100% - 45px);
}
.form-element .input-group.squared .button {
  width: 45px;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  color: #fff;
  font-size: 18px;
}
button,
input,
select,
textarea,
.button {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
/* Prevent zoom on touch devices in active inputs */
@media (max-width: 47em) {
  input,
  textarea {
    font-size: 16px;
  }
}
label,
.label,
input,
select,
textarea {
  font-family: 'Sintony', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  vertical-align: middle;
  color: #0B2D61;
  font-weight: 700;
}
label,
.label {
  display: block;
  margin-bottom: 8px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border: none;
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  padding: 6px 12px 5px;
  margin-bottom: 2px;
  display: block;
  font-weight: 400;
  background: #fff;
  height: 45px;
  line-height: inherit;
  width: 100%;
  border: 1px solid #B4B4B4;
  transition: 0.3s;
  border-radius: 0px;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #000000;
}
input[type="text"]:disabled,
input[type="search"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="date"]:disabled,
textarea:disabled,
select:disabled {
  background-color: #F2F2F2;
}
input[type="email"] {
  display: block;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  height: 185px;
  padding: 14px 12px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  *height: 13px;
  *width: 13px;
  line-height: normal;
  border: none;
}
input[type="file"] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
button,
input[type="reset"],
input[type="submit"],
.button,
a.button {
  float: left;
  display: block;
  clear: both;
  transition: 0.3s;
  outline: 0;
  line-height: 1.2em;
  padding: 18px 18px;
  margin: 0 0 0;
  background: #0B2D61;
  border-radius: 0px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
a.button:hover,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
a.button:focus,
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
a.button:active {
  background: #0050A0;
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
a.button:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
.button::-moz-focus-inner,
a.button::-moz-focus-inner {
  border: 0;
}
button.small,
input[type="reset"].small,
input[type="submit"].small,
.button.small,
a.button.small {
  padding: 12px 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
button.medium,
input[type="reset"].medium,
input[type="submit"].medium,
.button.medium,
a.button.medium {
  padding: 14px 16px 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 47em) {
  button.tablet--small,
  input[type="reset"].tablet--small,
  input[type="submit"].tablet--small,
  .button.tablet--small,
  a.button.tablet--small {
    padding: 12px 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 84em) {
  button.tablet--small,
  input[type="reset"].tablet--small,
  input[type="submit"].tablet--small,
  .button.tablet--small,
  a.button.tablet--small {
    padding: 18px 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
button.large,
input[type="reset"].large,
input[type="submit"].large,
.button.large,
a.button.large {
  padding: 20px 25px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 47em) {
  button.large,
  input[type="reset"].large,
  input[type="submit"].large,
  .button.large,
  a.button.large {
    padding: 25px 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 65em) {
  button.large,
  input[type="reset"].large,
  input[type="submit"].large,
  .button.large,
  a.button.large {
    padding: 30px 35px;
    font-size: 20px;
    font-size: 2rem;
  }
}
button.full,
input[type="reset"].full,
input[type="submit"].full,
.button.full,
a.button.full {
  width: 100%;
  float: none;
}
button.wide,
input[type="reset"].wide,
input[type="submit"].wide,
.button.wide,
a.button.wide {
  padding-left: 35px;
  padding-right: 35px;
}
button.negative,
input[type="reset"].negative,
input[type="submit"].negative,
.button.negative,
a.button.negative {
  background-color: #ff3f3e;
}
button.warning,
input[type="reset"].warning,
input[type="submit"].warning,
.button.warning,
a.button.warning {
  background-color: #f1d608;
}
button.positive,
input[type="reset"].positive,
input[type="submit"].positive,
.button.positive,
a.button.positive {
  background-color: #53cc57;
}
button.positive:hover,
input[type="reset"].positive:hover,
input[type="submit"].positive:hover,
.button.positive:hover,
a.button.positive:hover,
button.positive:focus,
input[type="reset"].positive:focus,
input[type="submit"].positive:focus,
.button.positive:focus,
a.button.positive:focus {
  background-color: #2a8f2e;
}
button.link,
input[type="reset"].link,
input[type="submit"].link,
.button.link,
a.button.link {
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0B2D61;
  background-color: transparent;
  font-weight: 400;
  text-transform: initial;
  border-bottom: 1px solid #0B2D61;
  float: none;
  display: inline;
}
button.link:hover,
input[type="reset"].link:hover,
input[type="submit"].link:hover,
.button.link:hover,
a.button.link:hover,
button.link:focus,
input[type="reset"].link:focus,
input[type="submit"].link:focus,
.button.link:focus,
a.button.link:focus {
  color: #1FB1EB;
  border-bottom: 1px solid #1FB1EB;
}
button.more.more,
input[type="reset"].more.more,
input[type="submit"].more.more,
.button.more.more,
a.button.more.more {
  position: relative;
  padding-right: 50px;
  overflow: hidden;
}
button.more.more:before,
input[type="reset"].more.more:before,
input[type="submit"].more.more:before,
.button.more.more:before,
a.button.more.more:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transform: translate3D(-100%, 0, 0);
  -ms-transform: translate3D(-100%, 0, 0);
  /* IE 9 */
  -moz-transform: translate3D(-100%, 0, 0);
  /* Firefox */
  -webkit-transform: translate3D(-100%, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3D(-100%, 0, 0);
  /* Opera */
  transition: 0.3s;
}
button.more.more span,
input[type="reset"].more.more span,
input[type="submit"].more.more span,
.button.more.more span,
a.button.more.more span {
  position: relative;
  z-index: 2;
}
button.more.more:after,
input[type="reset"].more.more:after,
input[type="submit"].more.more:after,
.button.more.more:after,
a.button.more.more:after {
  font-family: 'icomoon';
  content: "\e907";
  display: block;
  position: absolute;
  z-index: 2;
  font-weight: 400;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
  transition: 0.3s;
}
button.more.more:hover,
input[type="reset"].more.more:hover,
input[type="submit"].more.more:hover,
.button.more.more:hover,
a.button.more.more:hover,
button.more.more:focus,
input[type="reset"].more.more:focus,
input[type="submit"].more.more:focus,
.button.more.more:focus,
a.button.more.more:focus {
  background-color: #0B2D61;
}
button.more.more:hover:before,
input[type="reset"].more.more:hover:before,
input[type="submit"].more.more:hover:before,
.button.more.more:hover:before,
a.button.more.more:hover:before,
button.more.more:focus:before,
input[type="reset"].more.more:focus:before,
input[type="submit"].more.more:focus:before,
.button.more.more:focus:before,
a.button.more.more:focus:before {
  background-color: #0050A0;
  transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  /* IE 9 */
  -moz-transform: translate3D(0, 0, 0);
  /* Firefox */
  -webkit-transform: translate3D(0, 0, 0);
  /* Safari and Chrome */
  -o-transform: translate3D(0, 0, 0);
  /* Opera */
}
button.more.more:hover:after,
input[type="reset"].more.more:hover:after,
input[type="submit"].more.more:hover:after,
.button.more.more:hover:after,
a.button.more.more:hover:after,
button.more.more:focus:after,
input[type="reset"].more.more:focus:after,
input[type="submit"].more.more:focus:after,
.button.more.more:focus:after,
a.button.more.more:focus:after {
  right: 15px;
}
button.with-large-icon.with-large-icon,
input[type="reset"].with-large-icon.with-large-icon,
input[type="submit"].with-large-icon.with-large-icon,
.button.with-large-icon.with-large-icon,
a.button.with-large-icon.with-large-icon {
  padding-left: 100px;
}
button.with-large-icon.with-large-icon i,
input[type="reset"].with-large-icon.with-large-icon i,
input[type="submit"].with-large-icon.with-large-icon i,
.button.with-large-icon.with-large-icon i,
a.button.with-large-icon.with-large-icon i {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 25px;
  font-size: 2.5rem;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
}
@media (min-width: 47em) {
  button.with-large-icon.with-large-icon i,
  input[type="reset"].with-large-icon.with-large-icon i,
  input[type="submit"].with-large-icon.with-large-icon i,
  .button.with-large-icon.with-large-icon i,
  a.button.with-large-icon.with-large-icon i {
    font-size: 40px;
    font-size: 4rem;
  }
}
button.light,
input[type="reset"].light,
input[type="submit"].light,
.button.light,
a.button.light {
  background-color: #1FB1EB;
  color: #ffffff;
}
button.light:hover,
input[type="reset"].light:hover,
input[type="submit"].light:hover,
.button.light:hover,
a.button.light:hover,
button.light:focus,
input[type="reset"].light:focus,
input[type="submit"].light:focus,
.button.light:focus,
a.button.light:focus,
button.light:active,
input[type="reset"].light:active,
input[type="submit"].light:active,
.button.light:active,
a.button.light:active {
  background: #0050A0;
}
@media (max-width: 47em) {
  button.mobile-full,
  input[type="reset"].mobile-full,
  input[type="submit"].mobile-full,
  .button.mobile-full,
  a.button.mobile-full {
    width: 100%;
    text-align: center;
  }
}
button.disabled,
input[type="reset"].disabled,
input[type="submit"].disabled,
.button.disabled,
a.button.disabled {
  background-color: #E6E6E6;
  color: #B4B4B4;
}
button.prelabel div,
input[type="reset"].prelabel div,
input[type="submit"].prelabel div,
.button.prelabel div,
a.button.prelabel div {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
button.prelabel span,
input[type="reset"].prelabel span,
input[type="submit"].prelabel span,
.button.prelabel span,
a.button.prelabel span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
button.simple.simple,
input[type="reset"].simple.simple,
input[type="submit"].simple.simple,
.button.simple.simple,
a.button.simple.simple {
  background-color: transparent;
  color: #0B2D61;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
}
button.simple.simple:hover,
input[type="reset"].simple.simple:hover,
input[type="submit"].simple.simple:hover,
.button.simple.simple:hover,
a.button.simple.simple:hover,
button.simple.simple:focus,
input[type="reset"].simple.simple:focus,
input[type="submit"].simple.simple:focus,
.button.simple.simple:focus,
a.button.simple.simple:focus {
  color: #0050A0;
}
button.facebook,
input[type="reset"].facebook,
input[type="submit"].facebook,
.button.facebook,
a.button.facebook {
  background-color: #3B5998;
}
button.facebook:hover,
input[type="reset"].facebook:hover,
input[type="submit"].facebook:hover,
.button.facebook:hover,
a.button.facebook:hover,
button.facebook:focus,
input[type="reset"].facebook:focus,
input[type="submit"].facebook:focus,
.button.facebook:focus,
a.button.facebook:focus {
  background-color: #2d4373;
}
button.twitter,
input[type="reset"].twitter,
input[type="submit"].twitter,
.button.twitter,
a.button.twitter {
  background-color: #00A3D9;
}
button.twitter:hover,
input[type="reset"].twitter:hover,
input[type="submit"].twitter:hover,
.button.twitter:hover,
a.button.twitter:hover,
button.twitter:focus,
input[type="reset"].twitter:focus,
input[type="submit"].twitter:focus,
.button.twitter:focus,
a.button.twitter:focus {
  background-color: #007da6;
}
button.linkedin,
input[type="reset"].linkedin,
input[type="submit"].linkedin,
.button.linkedin,
a.button.linkedin {
  background-color: #0077B5;
}
button.linkedin:hover,
input[type="reset"].linkedin:hover,
input[type="submit"].linkedin:hover,
.button.linkedin:hover,
a.button.linkedin:hover,
button.linkedin:focus,
input[type="reset"].linkedin:focus,
input[type="submit"].linkedin:focus,
.button.linkedin:focus,
a.button.linkedin:focus {
  background-color: #005582;
}
button.googleplus,
input[type="reset"].googleplus,
input[type="submit"].googleplus,
.button.googleplus,
a.button.googleplus {
  background-color: #DD4F43;
}
button.googleplus:hover,
input[type="reset"].googleplus:hover,
input[type="submit"].googleplus:hover,
.button.googleplus:hover,
a.button.googleplus:hover,
button.googleplus:focus,
input[type="reset"].googleplus:focus,
input[type="submit"].googleplus:focus,
.button.googleplus:focus,
a.button.googleplus:focus {
  background-color: #c93124;
}
button,
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
a.button:focus,
select:focus {
  outline: 0;
  *outline: inherit;
  box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.1);
}
select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/chevron-down.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}
::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
::-moz-placeholder {
  color: #999;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
  font-style: italic;
}
/*::-ms-reveal { display: none; } /* Hide reveal password ie 10+ */
::-ms-clear {
  display: none;
}
/* Hide clear text field ie 10+ */
input[type="search"] {
  -webkit-appearance: none;
}
/* Remove the rounded corners */
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* Hide the cancel button */
::-webkit-search-results-button {
  -webkit-appearance: none;
}
/* Hide the magnifying glass */
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Hide number input spinner */
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/* Style file upload button */
/* forms */
form .row {
  margin-bottom: 0;
}
fieldset {
  width: auto;
}
fieldset p,
fieldset ul,
fieldset li {
  *zoom: 1;
}
fieldset p:before,
fieldset ul:before,
fieldset li:before,
fieldset p:after,
fieldset ul:after,
fieldset li:after {
  display: table;
  content: " ";
}
fieldset p:after,
fieldset ul:after,
fieldset li:after {
  clear: both;
}
fieldset ul {
  margin-left: -20px;
}
fieldset ul li {
  list-style: none;
  background: none;
  list-style-image: none;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
}
fieldset ul li.error input {
  border-color: #f1062c;
}
fieldset ul li.space {
  margin-top: 25px;
}
@media (min-width: 47em) {
  fieldset ul li.one-half {
    width: 50%;
  }
  fieldset ul li.one-fourth {
    width: 25%;
  }
}
.buttons {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.buttons:before,
.buttons:after {
  display: table;
  content: " ";
}
.buttons:after {
  clear: both;
}
.buttons li {
  float: left;
}
.buttons li a.active {
  background-color: #0050A0;
}
.buttons.filled {
  display: table;
  width: 100%;
}
.buttons.filled li {
  display: table-cell;
  float: none;
}
.buttons.filled li .button {
  display: block;
  width: 100%;
  text-align: center;
}
.buttons.center {
  display: inline-block;
}
.buttons.full li {
  width: 100%;
}
.buttons.full li .button {
  display: block;
  width: 100%;
}
@media (max-width: 47em) {
  .buttons.full-mobile {
    display: block;
  }
  .buttons.full-mobile li {
    float: none;
  }
  .buttons.full-mobile .button {
    display: block;
    width: 100%;
  }
}
.buttons.seperated li {
  border-right: 2px solid #ffffff;
}
.buttons.seperated li:last-child {
  border-right: 0px solid transparent;
}
.buttons.seperated-top li {
  border-top: 2px solid #ffffff;
}
.buttons.smaller .button {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 65em) {
  .buttons.smaller .button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 98em) {
  .buttons.smaller .button {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.buttons.small .button {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 10px;
}
@media (max-width: 47em) {
  .buttons.split-mobile li {
    display: block;
    min-width: 50%;
    float: left;
    margin-bottom: 2px;
    border-right: 0px solid #ffffff;
  }
  .buttons.split-mobile li:nth-child(odd) {
    border-right: 2px solid #ffffff;
  }
}
.a-c .button,
.a-c a.button,
.a-c button {
  float: none;
  clear: none;
  display: inline-block;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "\e906";
  font-family: "Icomoon";
  color: #0B2D61;
  position: absolute;
  right: 2px;
  top: 50%;
  line-height: 40px;
  background-color: #ffffff;
  width: 50px;
  height: 40px;
  pointer-events: none;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
  display: none;
}
.select-wrapper select {
  line-height: 1.8em;
}
.select-wrapper select::-ms-expand {
  display: none;
}
/*
 * Custom checkbox
 */
/* Base for label styling */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-top: 12px;
}
/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #B4B4B4;
  border-radius: 0px;
  background-color: #ffffff;
}
/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1FB1EB;
  transition: all .2s;
}
/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #F2F2F2;
}
input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
input[type="checkbox"]:disabled + label {
  color: #aaa;
}
input[type="checkbox"] + label {
  font-weight: 400;
}
/* accessibility */
input[type="checkbox"]:checked + label:before {
  border-color: #0B2D61;
}
/*
 * Custom radiobutton
 */
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  font-weight: 400;
  cursor: pointer;
}
input[type="radio"] + label span {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
input[type="radio"] + label span {
  background-color: #ffffff;
  border: 1px solid #B4B4B4;
}
input[type="radio"]:checked + label span {
  background-color: #ffffff;
  border: 1px solid #0B2D61;
}
input[type="radio"]:checked + label span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%) translateY(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateX(-50%) translateY(-50%);
  /* Opera */
  background-color: #1FB1EB;
}
/* Plugins */
/* Validation engine */
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.formErrorInsideDialog.formError {
  z-index: 5000;
}
.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}
.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError,
.formError * {
  box-sizing: content-box;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  margin: 0 0 0 -116px;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  background: #0B2D61;
  position: relative;
  color: #fff;
  width: 150px;
  border: 1px solid #0B2D61;
  padding: 5px 10px 5px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.formError .formErrorArrow {
  /*width: 15px; margin: -2px 0 0 13px;*/
  position: relative;
  margin: -2px 0 0 145px;
  height: 10px;
  display: none;
}
.formError .formErrorArrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #0B2D61;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  display: none;
  /*font-size: 0px; height: 1px; background: @accent; margin: 0 auto; line-height: 0; font-size: 0; display: block;
	border-left: 1px solid @accent; border-right: 1px solid @accent; 
	.box-shadow(0 0 1px 1px rgba(200,200,200,0.2));*/
}
/*
.formError .formErrorArrowBottom div {
	.box-shadow(none);
}

.formError .formErrorArrow .line10 {
	width: 15px; border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px; border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid @accent;
	border-right: 2px solid @accent;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: @accent;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: @accent;
}
*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 0px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
/* grow */
.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* swing */
.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #0B2D61;
  border: 2px solid #0B2D61;
  border-radius: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #0B2D61;
  left: 0px;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #0B2D61;
  left: -3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #0B2D61;
  left: 3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #0B2D61;
  left: 0px;
  top: -3px;
}
/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #0B2D61;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #0B2D61;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #0B2D61;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #0B2D61;
}
/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
}
.flip-clock-wrapper.clearfix {
  *zoom: 1;
}
/* Main */
.flip-clock-wrapper {
  -webkit-user-select: none;
}
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flip-clock-wrapper:after {
  clear: both;
}
/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a div.down {
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: white;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #222;
  border-radius: 6px;
  line-height: 94px;
  font-size: 84px;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-dot {
  display: block;
  background: #222;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -96px;
  color: white;
  text-shadow: none;
  top: -30px;
}
.flip-clock-divider.days .flip-clock-label {
  right: -88px;
}
.flip-clock-divider.minutes .flip-clock-label {
  right: -103px;
}
.flip-clock-divider.seconds .flip-clock-label {
  right: -105px;
}
.flip-clock-dot.top {
  top: 30px;
}
.flip-clock-dot.bottom {
  bottom: 30px;
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  animation: turn 0.5s 0.5s linear both;
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  animation: turn2 0.5s linear both;
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: hide 0.5s 0.2s linear both;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.clock-wrap {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.5);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.5);
  /* IE 9 */
  -moz-transform: translateY(-50%) translateX(-50%) scale(0.5);
  /* Firefox */
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
  /* Safari and Chrome */
  -o-transform: translateY(-50%) translateX(-50%) scale(0.5);
  /* Opera */
  margin-top: -20px;
}
@media (min-width: 47em) {
  .clock-wrap {
    transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    /* IE 9 */
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    /* Firefox */
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    /* Safari and Chrome */
    -o-transform: translateY(-50%) translateX(-50%) scale(1);
    /* Opera */
    margin-top: 0px;
  }
}
@media (min-width: 65em) {
  .clock-wrap {
    transform: translateY(-50%) translateX(-50%) scale(1.2);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* IE 9 */
    -moz-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Firefox */
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Safari and Chrome */
    -o-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Opera */
    margin-top: 0px;
  }
}
@media (min-width: 84em) {
  .clock-wrap {
    transform: translateY(-50%) translateX(-50%) scale(1.2);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* IE 9 */
    -moz-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Firefox */
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Safari and Chrome */
    -o-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Opera */
    margin-top: -20px;
  }
}
@media (min-width: 98em) {
  .clock-wrap {
    transform: translateY(-50%) translateX(-50%) scale(1.2);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* IE 9 */
    -moz-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Firefox */
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Safari and Chrome */
    -o-transform: translateY(-50%) translateX(-50%) scale(1.2);
    /* Opera */
    margin-top: 0px;
  }
}
@media (min-width: 108em) {
  .clock-wrap {
    transform: translateY(-50%) translateX(-50%) scale(1.5);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1.5);
    /* IE 9 */
    -moz-transform: translateY(-50%) translateX(-50%) scale(1.5);
    /* Firefox */
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.5);
    /* Safari and Chrome */
    -o-transform: translateY(-50%) translateX(-50%) scale(1.5);
    /* Opera */
  }
}
.clock-subtitle {
  text-align: center;
  display: block;
  width: 100%;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 600;
}
.countdown-clock {
  width: 620px;
  margin: 0 auto;
  margin-top: -100px;
}
.countdown-clock > * {
  display: inline-block;
}
/* =============================================================================
   LAYOUT
   ========================================================================== */
@media (min-width: 47em) {
  html,
  body {
    height: 100%;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: 'Sintony', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.page-wrap {
  position: relative;
}
@media (max-width: 47em) {
  .page-wrap {
    overflow: hidden;
  }
}
@media (min-width: 47em) {
  .page-wrap {
    height: auto;
    min-height: 100%;
    z-index: 2;
  }
}
/* typekit async loading (all elements using @ typekit font) */
.wf-loading {
  overflow: hidden;
}
.wf-loading body {
  visibility: hidden;
}
::-moz-selection {
  background-color: rgba(0, 80, 160, 0.2);
  color: inherit;
}
::selection {
  background-color: rgba(0, 80, 160, 0.2);
  color: inherit;
}
/* =============================================================================
   GRID
   ========================================================================== */
.container {
  margin: 0 15px;
  position: relative;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (max-width: 47em) {
  .container.mobile-no-m {
    margin: 0px;
  }
}
@media (min-width: 47em) {
  .container {
    margin: 0 20px;
  }
}
@media (min-width: 65em) {
  .container {
    width: 980px;
    margin: 0 auto;
  }
  .container.small {
    width: 960px;
  }
}
@media (min-width: 84em) {
  .container {
    width: 1240px;
  }
  .container.small {
    width: 960px;
  }
}
@media (min-width: 98em) {
  .container {
    width: 1400px;
  }
}
.row {
  *zoom: 1;
  margin: 0 0 0px -20px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
@media (min-width: 47em) {
  .row.g0 {
    margin-left: 0px;
  }
  .row.g0 > .one-half,
  .row.g0 > .two-third,
  .row.g0 > .one-third,
  .row.g0 > .three-fourth,
  .row.g0 > .one-fourth,
  .row.g0 > .one-sixth,
  .row.g0 > .one-full {
    padding-left: 0px;
  }
  .row.g0-late {
    margin-left: -30px;
  }
  .row.g0-late > .one-half,
  .row.g0-late > .two-third,
  .row.g0-late > .one-third,
  .row.g0-late > .three-fourth,
  .row.g0-late > .one-fourth,
  .row.g0-late > .one-sixth,
  .row.g0-late > .one-full {
    padding-left: 30px;
  }
  .row.g20 {
    margin-left: -20px;
  }
  .row.g20 > .one-half,
  .row.g20 > .two-third,
  .row.g20 > .one-third,
  .row.g20 > .three-fourth,
  .row.g20 > .one-fourth,
  .row.g20 > .one-sixth,
  .row.g20 > .three-fifth,
  .row.g20 > .one-full {
    padding-left: 20px;
  }
  .row.g30 {
    margin-left: -30px;
  }
  .row.g30 > .one-half,
  .row.g30 > .two-third,
  .row.g30 > .one-third,
  .row.g30 > .three-fourth,
  .row.g30 > .one-fourth,
  .row.g30 > .one-fifth,
  .row.g30 > .two-fifth,
  .row.g30 > .three-fifth,
  .row.g30 > .one-sixth,
  .row.g30 > .one-ninth,
  .row.g30 > .one-full {
    padding-left: 30px;
  }
  .row.g80 {
    margin-left: -40px;
  }
  .row.g80 > .one-half,
  .row.g80 > .two-third,
  .row.g80 > .one-third,
  .row.g80 > .three-fourth,
  .row.g80 > .one-fourth,
  .row.g80 > .one-sixth,
  .row.g80 > .one-full {
    padding-left: 40px;
  }
}
@media (min-width: 65em) {
  .row.g80 {
    margin-left: -80px;
  }
  .row.g80 > .one-half,
  .row.g80 > .two-third,
  .row.g80 > .one-third,
  .row.g80 > .three-fourth,
  .row.g80 > .one-fourth,
  .row.g80 > .one-sixth,
  .row.g80 > .one-full {
    padding-left: 80px;
  }
}
@media (min-width: 84em) {
  .row.g0-late {
    margin-left: 0px;
  }
  .row.g0-late > .one-half,
  .row.g0-late > .two-third,
  .row.g0-late > .one-third,
  .row.g0-late > .three-fourth,
  .row.g0-late > .one-fourth,
  .row.g0-late > .one-sixth,
  .row.g0-late > .one-full {
    padding-left: 0px;
  }
}
.row.hold.hold .one-half {
  width: 50%;
}
.row.hold.hold .one-third {
  width: 33.33%;
}
.row.hold.hold .one-fifth {
  width: 20%;
}
.row.hold.hold .two-fifth {
  width: 40%;
}
.row.hold.hold .one-ninth {
  width: 11.11%;
}
.row.late .one-third {
  width: 100%;
}
@media (min-width: 47em) {
  .row.late .one-third {
    width: 50%;
  }
}
@media (min-width: 84em) {
  .row.late .one-third {
    width: 33.33%;
  }
}
@media (min-width: 84em) {
  .row.wide--full.wide--full > * {
    width: 100%;
  }
}
@media (min-width: 47em) {
  .row.reverse > * {
    float: right;
  }
}
.row.center-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.one-half,
.two-third,
.one-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.one-sixth,
.one-ninth,
.three-fifth,
.one-full {
  float: left;
  display: block;
  width: 100%;
  padding-left: 20px;
}
.one-full {
  width: 100%;
}
@media (min-width: 47em) {
  .one-half {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .two-third {
    width: 66.66%;
  }
}
@media (min-width: 47em) {
  .one-third {
    width: 33.33%;
  }
}
@media (min-width: 47em) {
  .one-third.tablet-full.tablet-full {
    width: 100%;
  }
}
@media (min-width: 84em) {
  .one-third.tablet-full.tablet-full {
    width: 33.33%;
  }
}
@media (min-width: 37em) {
  .three-fourth {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .three-fourth {
    width: 75%;
  }
}
@media (min-width: 37em) {
  .one-fourth {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .one-fourth {
    width: 25%;
  }
}
.one-fifth {
  width: 100%;
}
@media (min-width: 47em) {
  .one-fifth {
    width: 20%;
  }
}
.two-fifth {
  width: 100%;
}
@media (min-width: 47em) {
  .two-fifth {
    width: 40%;
  }
}
.three-fifth {
  width: 100%;
}
@media (min-width: 47em) {
  .three-fifth {
    width: 60%;
  }
}
.one-sixth {
  width: 100%;
}
@media (min-width: 47em) {
  .one-sixth {
    width: 33.33%;
  }
}
@media (min-width: 65em) {
  .one-sixth {
    width: 16.66%;
  }
}
.one-ninth {
  width: 100%;
}
@media (min-width: 47em) {
  .one-ninth {
    width: 11.11%;
  }
}
.row.home-grid {
  background-color: #ffffff;
}
@media (min-width: 47em) {
  .row.home-grid {
    padding-bottom: 40px;
  }
}
@media (min-width: 65em) {
  .row.home-grid {
    padding-bottom: 0;
  }
}
.row.home-grid .one-third {
  width: 100%;
}
@media (min-width: 65em) {
  .row.home-grid .one-third {
    width: 50%;
  }
}
@media (min-width: 84em) {
  .row.home-grid .one-third {
    width: 33.33%;
  }
}
.row.home-grid > .two-third {
  width: 100%;
}
@media (min-width: 65em) {
  .row.home-grid > .two-third {
    width: 50%;
  }
}
@media (min-width: 84em) {
  .row.home-grid > .two-third {
    width: 66.66%;
  }
}
.row.home-grid > .two-third.first .one-half {
  width: 100%;
}
@media (min-width: 47em) {
  .row.home-grid > .two-third.first .one-half {
    width: 50%;
  }
}
@media (min-width: 65em) {
  .row.home-grid > .two-third.first .one-half {
    width: 100%;
  }
}
@media (min-width: 84em) {
  .row.home-grid > .two-third.first .one-half {
    width: 50%;
  }
}
@media (min-width: 65em) {
  .row.home-grid > .two-third.first {
    width: 50%;
  }
  .row.home-grid > .two-third.first .visual-wrapper .visual {
    padding-bottom: 41%;
  }
}
@media (min-width: 84em) {
  .row.home-grid > .two-third.first {
    width: 66.66%;
  }
  .row.home-grid > .two-third.first .visual-wrapper .visual {
    padding-bottom: 56.5%;
  }
}
@media (min-width: 65em) {
  .row.home-grid > .two-third.first:after {
    content: "";
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    width: 30px;
    background-color: #ffffff;
  }
}
@media (min-width: 84em) {
  .row.home-grid > .two-third.first:after {
    width: 32px;
    margin-left: -2px;
  }
}
.row.home-grid > .two-third.last {
  width: 100%;
}
@media (min-width: 84em) {
  .row.home-grid > .two-third.last {
    width: 66.66%;
  }
}
.row.home-grid .shop {
  display: none;
}
@media (min-width: 84em) {
  .row.home-grid .shop {
    display: block;
  }
}
.row.home-grid .shop--mobile {
  display: block;
  margin-bottom: 30px;
}
.row.home-grid .shop--mobile .shop-slider .item {
  padding-bottom: 100%;
}
@media (min-width: 47em) {
  .row.home-grid .shop--mobile .shop-slider .item {
    padding-bottom: 40%;
  }
}
@media (min-width: 84em) {
  .row.home-grid .shop--mobile {
    display: none;
  }
}
.row.home-grid .mb60 {
  margin-bottom: 30px;
}
@media (min-width: 84em) {
  .row.home-grid .mb60 {
    margin-bottom: 60px;
  }
}
/* =============================================================================
   ELEMENTS
   ========================================================================== */
/* ICONS */
.icon-search:before {
  content: "\e916";
}
.icon-stopwatch:before {
  content: "\e914";
}
.icon-video-camera:before {
  content: "\e90d";
}
.icon-camera:before {
  content: "\e90e";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-google-plus:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-triangle-down:before {
  content: "\e906";
}
.icon-whatsapp:before {
  content: "\e915";
}
.icon-ball:before {
  content: "\e913";
}
.icon-chevron-right:before {
  content: "\e907";
}
.icon-chevron-left:before {
  content: "\e908";
}
.icon-chevron-down:before {
  content: "\e909";
}
.icon-triangle-right:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e907";
}
.icon-chevron-left:before {
  content: "\e908";
}
.icon-chevron-down:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e90f";
}
.icon-bicycle:before {
  content: "\e910";
}
.icon-bus:before {
  content: "\e911";
}
.icon-car:before {
  content: "\e912";
}
.icon-ticket:before {
  content: "\e90c";
}
.icon-changeplayer .icon-chevron-right,
.icon-changeplayer .icon-chevron-left {
  color: #990000;
}
.icon-changeplayer .icon-chevron-left {
  color: #336600;
}
.icon-card-red,
.icon-card-yellow {
  width: 15px;
  height: 21px;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #FFCC00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #FFCC00 0%, #FFEE00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00', endColorstr='#FFEE00', GradientType=1);
  /* IE6-9 */
}
.icon-card-red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #B00000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #B00000 0%, #CC3300 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B00000', endColorstr='#FFEE00', GradientType=1);
  /* IE6-9 */
}
.card .icon-card-red,
.card .icon-card-yellow {
  height: 18px;
  width: 12px;
  position: relative;
  top: 2px;
}
.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
  width: 24px;
  position: absolute;
  height: 1px;
  border-top: 3px solid #0B2D61;
  transition: 0.2s;
}
.icon-hamburger {
  position: relative;
}
.icon-hamburger:before,
.icon-hamburger:after {
  content: "";
  margin-left: 0;
}
.icon-hamburger:before {
  margin-top: 3px;
}
.icon-hamburger:after {
  margin-top: 9px;
}
/* HELPERS */
.a-c {
  text-align: center;
}
.a-l {
  text-align: left;
}
.a-r {
  text-align: right;
}
.desktop-a-l {
  text-align: left;
}
.desktop-a-c {
  text-align: center;
}
.desktop-a-r {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.float-left.float-left {
  float: left;
  clear: none;
}
.float-right.float-right {
  float: right;
  clear: none;
}
.tt {
  text-transform: uppercase;
}
.dis-b {
  display: block;
}
.dis-ib {
  display: inline-block;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.max500 {
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.max700 {
  display: block;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 47em) {
  .mobile-mb20.mobile-mb20 {
    margin-bottom: 20px;
  }
}
.mb0.mb0 {
  margin-bottom: 0;
}
.mb6.mb6 {
  margin-bottom: 6px;
}
.mb10.mb10 {
  margin-bottom: 10px;
}
.mb20.mb20 {
  margin-bottom: 20px;
}
.mb30.mb30 {
  margin-bottom: 30px;
}
.mb40.mb40,
.mb50.mb50,
.mb60.mb60,
.mb80.mb80,
.mb100.mb100 {
  margin-bottom: 40px;
}
@media (min-width: 47em) {
  .mb50.mb50 {
    margin-bottom: 50px;
  }
  .mb60.mb60 {
    margin-bottom: 60px;
  }
  .mb80.mb80 {
    margin-bottom: 80px;
  }
  .mb100.mb100 {
    margin-bottom: 100px;
  }
}
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px;
}
.mt35-neg {
  margin-top: -35px;
}
.mobile-show {
  display: block;
}
@media (min-width: 47em) {
  .mobile-show {
    display: none;
  }
}
.mobile-show-inline {
  display: inline;
}
@media (min-width: 47em) {
  .mobile-show-inline {
    display: none;
  }
}
.mobile-hide {
  display: none;
}
@media (min-width: 47em) {
  .mobile-hide {
    display: block;
  }
}
.mobile-hide-default {
  display: none;
}
@media (min-width: 47em) {
  .mobile-hide-default {
    display: inherit;
  }
}
.tablet-show {
  display: none;
}
@media (min-width: 47em) {
  .tablet-show {
    display: block;
  }
}
/* SLIDESHOW */
.cycle-slideshow {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cycle-slideshow.news-slider {
  position: relative;
}
.cycle-slideshow.news-slider .slide {
  background-color: #ffffff;
}
.cycle-slideshow.hero-slider {
  z-index: 0;
  height: 100%;
}
.visual-pager {
  position: absolute;
  right: 0;
  top: 0px;
}
.visual-pager .cycle-arrow {
  position: relative;
  float: left;
  top: 0;
  transform: translateY(0);
  -ms-transform: translateY(0);
  /* IE 9 */
  -moz-transform: translateY(0);
  /* Firefox */
  -webkit-transform: translateY(0);
  /* Safari and Chrome */
  -o-transform: translateY(0);
  /* Opera */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  font-size: 20px;
  font-size: 2rem;
  transition: 0.3s;
}
.visual-pager .cycle-arrow:hover,
.visual-pager .cycle-arrow:focus {
  background-color: #ffffff;
}
.visual-pager .cycle-arrow.prev {
  left: 0px;
}
.visual-pager .cycle-arrow.next {
  right: 0px;
}
.cycle-pager {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.cycle-pager span {
  border: 2px solid #fff;
  border-radius: 20px;
  height: 15px;
  width: 15px;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
  line-height: 14px;
  font-size: 36px;
  color: #fff;
  overflow: hidden;
  text-indent: -500px;
  transition: 0.2s;
  background-color: #0B2D61;
  color: #0B2D61;
}
.cycle-pager span:hover,
.cycle-pager span:focus {
  transition: none;
  background-color: #1FB1EB;
  color: #1FB1EB;
}
.cycle-pager span:hover,
.cycle-pager span:focus,
.cycle-pager .cycle-pager-active {
  text-indent: 0;
  background-color: #1FB1EB;
  color: #1FB1EB;
}
.cycle-arrow {
  position: absolute;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
  cursor: pointer;
}
.cycle-arrow:after {
  font-family: 'icomoon';
  transition: 0.3s;
}
.cycle-arrow.prev {
  left: 20px;
}
.cycle-arrow.prev:after {
  content: "\e908";
}
.cycle-arrow.next {
  right: 20px;
}
.cycle-arrow.next:after {
  content: "\e907";
}
.cycle-arrow:hover:after,
.cycle-arrow:focus:after {
  color: #1FB1EB;
}
.cycle-arrow.large {
  font-size: 30px;
  font-size: 3rem;
}
.slide {
  position: relative;
  width: 100%;
}
/* OTHER */
/* google maps mw */
.gm-style img {
  max-width: inherit;
}
/* responsive video */
.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facebook-video-wrapper {
  min-height: 350px;
  background: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 47em) {
  .facebook-video-wrapper {
    min-height: 500px;
  }
}
/* equal height */
.equal-h {
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.equal-h:before,
.equal-h:after {
  display: none;
}
html.no-flexbox .equal-h {
  height: 100%;
}
html.no-flexbox .equal-h > div {
  float: left;
}
/* vertical align */
.va-wrap,
.va-m,
.va-b {
  display: table;
  width: 100%;
  height: 100%;
}
.va-wrap {
  table-layout: fixed;
}
.va-m,
.va-b {
  display: table-cell;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.va-abs-m {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
}
/* blocklink */
.blocklink {
  cursor: pointer;
}
/* =============================================================================
   HEADER
   ========================================================================== */
.page-header {
  background-color: #ffffff;
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 47em) {
  .page-header {
    position: fixed;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
}
.sticky-header.headroom--top .logo-text {
  opacity: 1;
}
@media (min-width: 47em) {
  .sticky-header.headroom--not-top .logo-text {
    opacity: 0;
  }
}
@media (max-width: 47em) {
  .sticky-header.headroom--not-top .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
  }
  .sticky-header.headroom--not-top .extra-nav-item {
    position: fixed;
    top: 0;
  }
}
@media (min-width: 47em) {
  .home .page-header .logo-text {
    display: none;
  }
}
.top-banner {
  background-color: #0B2D61;
  color: #ffffff;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 47em) {
  .top-banner {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (min-width: 65em) {
  .top-banner {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 84em) {
  .top-banner {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.top-banner .subnav,
.top-banner .side-nav {
  list-style: none;
  margin: 0;
}
.top-banner .subnav li,
.top-banner .side-nav li {
  float: left;
}
.top-banner .subnav li.highlight a,
.top-banner .side-nav li.highlight a {
  background-color: #1FB1EB;
}
.top-banner .subnav li.highlight a:hover,
.top-banner .side-nav li.highlight a:hover,
.top-banner .subnav li.highlight a:focus,
.top-banner .side-nav li.highlight a:focus {
  background-color: #0050A0;
}
@media (min-width: 47em) {
  .top-banner .subnav li.highlight a,
  .top-banner .side-nav li.highlight a {
    padding: 12px 14px;
  }
}
@media (min-width: 65em) {
  .top-banner .subnav li.highlight a,
  .top-banner .side-nav li.highlight a {
    padding: 12px 14px;
  }
}
@media (min-width: 84em) {
  .top-banner .subnav li.highlight a,
  .top-banner .side-nav li.highlight a {
    padding: 12px 14px;
  }
}
@media (min-width: 98em) {
  .top-banner .subnav li.highlight a,
  .top-banner .side-nav li.highlight a {
    padding: 12px 18px;
  }
}
.top-banner .subnav a,
.top-banner .side-nav a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 12px 18px;
}
.top-banner .subnav a.highlight,
.top-banner .side-nav a.highlight {
  background-color: #1FB1EB;
}
@media (min-width: 47em) {
  .top-banner .subnav a,
  .top-banner .side-nav a {
    padding: 12px 5px;
    font-size: 9px;
  }
}
@media (min-width: 65em) {
  .top-banner .subnav a,
  .top-banner .side-nav a {
    padding: 12px 14px;
    font-size: 11px;
  }
}
@media (min-width: 84em) {
  .top-banner .subnav a,
  .top-banner .side-nav a {
    padding: 12px 14px;
    font-size: 12px;
  }
}
@media (min-width: 98em) {
  .top-banner .subnav a,
  .top-banner .side-nav a {
    padding: 12px 18px;
  }
}
.top-banner .subnav li:hover a,
.top-banner .subnav li:focus a,
.top-banner .subnav li.active a {
  background-color: #0050A0;
}
@media (max-width: 47em) {
  .top-banner .subnav {
    display: none;
  }
}
.top-banner .side-nav {
  float: right;
}
.top-banner .side-nav > li:hover > a,
.top-banner .side-nav > li:focus > a,
.top-banner .side-nav > li.active > a {
  background-color: #0050A0;
}
.top-banner .icon-search {
  font-size: 8px;
  padding: 0px 5px;
}
@media (min-width: 65em) {
  .top-banner .icon-search {
    font-size: 10px;
    padding: 0px 0px;
  }
}
@media (min-width: 84em) {
  .top-banner .icon-search {
    font-size: 11px;
  }
}
@media (max-width: 47em) {
  .top-banner .lang-selector a {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.top-banner .one-half.one-half:first-child {
  width: 70%;
}
@media (min-width: 47em) {
  .top-banner .one-half.one-half:first-child {
    width: 50%;
  }
}
.top-banner .one-half.one-half:last-child {
  width: 30%;
}
@media (min-width: 47em) {
  .top-banner .one-half.one-half:last-child {
    width: 50%;
  }
}
@media (max-width: 47em) {
  .header-content {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 47em) {
  .extra-nav-item {
    position: absolute;
    right: 0;
    top: 100%;
  }
  .extra-nav-item a {
    background-color: #1FB1EB;
    color: #ffffff;
  }
  .extra-nav-item a:hover,
  .extra-nav-item a:focus {
    background-color: #0050A0;
  }
}
.extra-nav-item.mobile {
  display: block;
}
.extra-nav-item.mobile a {
  padding: 16px 18px 15px;
}
@media (min-width: 47em) {
  .extra-nav-item.mobile {
    display: none;
  }
}
.extra-nav-item.desktop {
  display: none;
}
@media (min-width: 47em) {
  .extra-nav-item.desktop {
    display: block;
  }
}
.inline-lang-list li {
  position: relative;
}
.inline-lang-list li a.lang-flag {
  padding: 12px 5px 12px 29px;
}
@media (min-width: 65em) {
  .inline-lang-list li a.lang-flag {
    padding: 12px 10px 12px 34px;
  }
}
.inline-lang-list li a.lang-flag:before {
  left: 7px;
}
@media (min-width: 65em) {
  .inline-lang-list li a.lang-flag:before {
    left: 12px;
  }
}
@media (max-width: 47em) {
  .inline-lang-list {
    display: none;
  }
}
.lang-selector {
  position: relative;
  cursor: pointer;
}
.lang-selector a.lang-flag {
  padding: 12px 18px 12px 40px;
}
.lang-selector a.lang-flag:before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
  float: left;
  width: 16px;
  height: 11px;
  margin-right: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.lang-selector a.lang-nl:before {
  background-image: url("../images/lang/nl.svg");
}
.lang-selector a.lang-fr:before {
  background-image: url("../images/lang/fr.svg");
}
.lang-selector a.lang-en:before {
  background-image: url("../images/lang/en.svg");
}
.lang-selector .lang-trigger {
  display: block;
}
@media (max-width: 47em) {
  .lang-selector .lang-trigger a {
    padding: 34px 18px 34px 40px;
  }
}
.lang-selector .lang-trigger a:hover,
.lang-selector .lang-trigger a:focus {
  background-color: #0050A0;
}
.lang-selector .lang-list {
  display: none;
  list-style: none;
  position: absolute;
  background-color: #0B2D61;
  top: 100%;
  margin: 0;
}
.lang-selector .lang-list li {
  float: none;
}
.lang-selector .lang-list li a {
  position: relative;
}
.lang-selector .lang-list li a:hover,
.lang-selector .lang-list li a:focus {
  background-color: #0050A0;
}
.lang-selector li.active {
  background-color: #0050A0;
}
.lang-selector li.disabled {
  cursor: default;
}
.lang-selector li.disabled a {
  pointer-events: none;
}
.logo {
  position: relative;
  height: 80px;
  padding: 15px;
  text-decoration: none;
  opacity: 1;
  backface-visibility: hidden;
  z-index: 100;
  *zoom: 1;
  display: block;
  float: left;
}
.logo:before,
.logo:after {
  display: table;
  content: " ";
}
.logo:after {
  clear: both;
}
@media (min-width: 47em) {
  .logo {
    padding: 0;
    position: absolute;
    width: 10%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari and Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    top: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 65em) {
  .logo {
    margin-top: 5px;
  }
}
@media (min-width: 84em) {
  .logo {
    margin-top: -25px;
  }
}
.logo .logo-image {
  margin-bottom: 0.7em;
}
@media (max-width: 47em) {
  .logo .logo-image {
    float: left;
  }
}
.logo .logo-text {
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 47em) {
  .logo .logo-text {
    float: left;
    height: 23px;
    margin-left: 10px;
    margin-top: 16px;
  }
}
.logo img {
  display: block;
  height: 100%;
}
@media (min-width: 47em) {
  .logo img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
.logo:hover,
.logo:focus {
  opacity: 1;
  backface-visibility: hidden;
}
.main-nav {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #0B2D61;
}
.main-nav a {
  text-decoration: none;
  color: #0B2D61;
  padding: 10px 0 10px 25px;
  display: block;
  border-top: 1px solid #F2F2F2;
}
@media (max-width: 47em) {
  .main-nav a:hover,
  .main-nav a:focus,
  .main-nav li.active a {
    background-color: #E8F7FD;
  }
  .main-nav li.active a {
    font-weight: 700;
  }
}
.main-nav li {
  float: left;
  width: 50%;
}
.main-nav li:nth-child(odd) {
  border-right: 1px solid #F2F2F2;
}
.main-nav li.external {
  width: 100%;
}
.main-nav li.external a {
  text-align: center;
  background-color: #1FB1EB;
  color: #ffffff;
  padding: 10px;
}
.main-nav li.external a:hover,
.main-nav li.external a:focus {
  background-color: #0050A0;
}
.main-nav .trigger {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 0 9px 50px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-nav .trigger .icon-hamburger {
  position: absolute;
  left: 14px;
  top: 14px;
}
.main-nav .nav-wrap {
  display: none;
  margin: 0 0 0px;
}
@media (min-width: 47em) {
  .main-nav li {
    font-size: 11px;
    font-size: 1.1rem;
    float: left;
    margin: 0 0 0 0px;
    width: 11.11%;
  }
  .main-nav li.large {
    width: 22.22%;
  }
  .main-nav li:nth-child(3) {
    margin-right: 11.11%;
  }
  .main-nav li:nth-child(1),
  .main-nav li:nth-child(2),
  .main-nav li:nth-child(3) {
    text-align: left;
  }
  .main-nav li:nth-child(4),
  .main-nav li:nth-child(5),
  .main-nav li:nth-child(6),
  .main-nav li:nth-child(7),
  .main-nav li:nth-child(8) {
    text-align: right;
  }
  .main-nav li:nth-child(odd) {
    border-right: 0px solid #F2F2F2;
  }
  .main-nav a {
    display: inline-block;
    border-top: 0;
    border-bottom: 5px solid transparent;
    padding: 25px 5px 18px;
    font-weight: 700;
  }
  .main-nav a:hover,
  .main-nav a:focus,
  .main-nav li.active a {
    border-bottom: 5px solid #1FB1EB;
  }
  .main-nav .trigger {
    display: none;
  }
  .main-nav .nav-wrap {
    margin: 0 0 0 0px;
    display: block;
  }
}
@media (min-width: 65em) {
  .main-nav li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main-nav a {
    padding: 25px 10px 18px;
  }
}
@media (min-width: 84em) {
  .main-nav li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* =============================================================================
   MAIN
   ========================================================================== */
.main {
  padding: 123px 0 0px;
  /* 50 */
  /* 60 */
  /* 100 */
  /* 100 */
}
@media (min-width: 47em) {
  .main {
    padding: 92px 0 0px;
    padding-bottom: 389px;
  }
}
@media (min-width: 65em) {
  .main {
    padding: 97px 0px 0px;
    padding-bottom: 465px;
  }
}
@media (min-width: 84em) {
  .main {
    padding: 101px 0px 0px;
    padding-bottom: 415px;
  }
}
@media (min-width: 98em) {
  .main {
    padding: 101px 0px 0px;
    padding-bottom: 441px;
  }
}
.main.zero.zero {
  padding-bottom: 0;
}
@media (min-width: 47em) {
  .main.zero.zero {
    padding-bottom: 409px;
  }
}
@media (min-width: 65em) {
  .main.zero.zero {
    padding-bottom: 485px;
  }
}
@media (min-width: 84em) {
  .main.zero.zero {
    padding-bottom: 435px;
  }
}
@media (min-width: 98em) {
  .main.zero.zero {
    padding-bottom: 461px;
  }
}
.main.community {
  padding-bottom: 0;
}
@media (min-width: 47em) {
  .main.community {
    padding-bottom: 275px;
  }
}
@media (min-width: 65em) {
  .main.community {
    padding-bottom: 275px;
  }
}
@media (min-width: 84em) {
  .main.community {
    padding-bottom: 275px;
  }
}
@media (min-width: 98em) {
  .main.community {
    padding-bottom: 275px;
  }
}
.header-divider {
  background-color: #1FB1EB;
  background-image: url('../images/layout/pattern.png');
  height: 0;
}
@media (min-width: 47em) {
  .header-divider {
    height: 75px;
  }
}
@media (min-width: 65em) {
  .header-divider {
    height: 80px;
  }
}
@media (min-width: 84em) {
  .header-divider {
    height: 60px;
  }
}
@media (min-width: 98em) {
  .header-divider {
    height: 95px;
  }
}
/* =============================================================================
   FOOTER
   ========================================================================== */
.page-footer {
  position: relative;
}
.page-footer .sitemap h4 {
  margin-top: 20px;
}
.page-footer .sitemap .one-fifth {
  width: 100%;
}
@media (min-width: 47em) {
  .page-footer .sitemap .one-fifth {
    width: 20%;
  }
}
.page-footer .sitemap .small-list {
  margin-bottom: 30px;
}
.page-footer .sitemap .small-list a {
  color: #0B2D61;
  text-decoration: none;
}
.page-footer .sitemap .small-list a:hover,
.page-footer .sitemap .small-list a:focus {
  color: #1FB1EB;
}
.page-footer .sitemap .small-list + h4 {
  margin-top: 30px;
}
.page-footer .one-family {
  width: 550px;
  padding: 0 40px;
  display: block;
  margin: 0 auto;
}
.page-footer .social-list {
  display: inline-block;
  margin-top: 7px;
}
.page-footer .social-list li {
  float: left;
  margin: 0px 5px;
}
@media (min-width: 47em) {
  .page-footer {
    height: 389px;
    margin: -389px 0 0;
    z-index: 5;
  }
}
@media (min-width: 65em) {
  .page-footer {
    height: 465px;
    margin: -465px 0 0;
  }
}
@media (min-width: 84em) {
  .page-footer {
    height: 415px;
    margin: -415px 0 0;
  }
}
@media (min-width: 98em) {
  .page-footer {
    height: 441px;
    margin: -441px 0 0;
  }
}
@media (min-width: 47em) {
  .page-footer.community {
    height: 275px;
    margin: -275px 0 0;
  }
}
@media (min-width: 65em) {
  .page-footer.community {
    height: 275px;
    margin: -275px 0 0;
  }
}
@media (min-width: 84em) {
  .page-footer.community {
    height: 275px;
    margin: -275px 0 0;
  }
}
@media (min-width: 98em) {
  .page-footer.community {
    height: 275px;
    margin: -275px 0 0;
  }
}
a.esign {
  width: 104px;
  height: 20px;
  background-image: url('../images/logo-esign.png');
  text-indent: -9999px;
  opacity: 0.6;
  backface-visibility: hidden;
  transition: 1s;
  display: block;
  outline: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  a.esign {
    background-image: url('../images/logo-esign@2x.png');
    background-size: 104px 20px;
  }
}
a.esign:hover,
a.esign:focus {
  opacity: 1;
  backface-visibility: hidden;
}
@media (min-width: 47em) {
  a.esign {
    float: right;
  }
}
/* =============================================================================
   CONTENT
   ========================================================================== */
.large {
  font-size: 16px;
  font-size: 1.6rem;
}
.center-block {
  text-align: center;
  *zoom: 1;
  margin: 20px 0;
}
.center-block:before,
.center-block:after {
  display: table;
  content: " ";
}
.center-block:after {
  clear: both;
}
.center-block .button {
  float: none;
  display: inline-block;
}
.box {
  margin: 0 0 20px;
  padding: 15px 15px 15px;
  *zoom: 1;
  background: #E8F7FD;
}
.box:before,
.box:after {
  display: table;
  content: " ";
}
.box:after {
  clear: both;
}
.box ul,
.box p {
  margin-bottom: 0px;
}
.box.error {
  background: #f1062c;
  color: #ffffff;
}
.box.success {
  background: #0B2D61;
  color: #ffffff;
}
section {
  position: relative;
}
.section.pull-up {
  margin-top: -80px;
}
@media (min-width: 47em) {
  .section.pull-up {
    margin-top: -120px;
  }
}
@media (min-width: 65em) {
  .section.pull-up {
    margin-top: -150px;
  }
}
@media (min-width: 84em) {
  .section.pull-up {
    margin-top: -200px;
  }
}
@media (min-width: 98em) {
  .section.pull-up {
    margin-top: -200px;
  }
}
@media (min-width: 98em) {
  .section.pull-up {
    margin-top: -200px;
  }
}
.home-mixed-data-wrapper:after {
  content: '';
  display: block;
  background-color: #ffffff;
  width: 30px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.home-mixed-data-bg {
  /* make a blue background to wait for the background-image */
  position: relative;
}
.home-mixed-data-bg:after {
  content: "";
  display: none;
  background-color: #2175B4;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 80px;
  height: 100%;
  width: 100%;
}
@media (min-width: 47em) {
  .home-mixed-data-bg:after {
    top: 120px;
  }
}
@media (min-width: 65em) {
  .home-mixed-data-bg:after {
    top: 150px;
    display: block;
  }
}
@media (min-width: 84em) {
  .home-mixed-data-bg:after {
    top: 200px;
  }
}
.home-mixed-data.home-mixed-data {
  background-image: url("../images/home/background-light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 80px;
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}
@media (min-width: 47em) {
  .home-mixed-data.home-mixed-data {
    background-position: 0 120px;
  }
}
@media (min-width: 65em) {
  .home-mixed-data.home-mixed-data {
    background-position: 0 150px;
  }
}
@media (min-width: 84em) {
  .home-mixed-data.home-mixed-data {
    background-position: 0 200px;
  }
}
@media (min-width: 65em) {
  .home-mixed-data.home-mixed-data {
    padding-bottom: 60px;
  }
}
.home-mixed-data.home-mixed-data .row {
  position: relative;
}
.home-mixed-data.home-mixed-data .pad30-sides {
  padding: 0px 30px;
}
.home-mixed-data.home-mixed-data .pad30 {
  padding: 30px;
}
.home-mixed-data.home-mixed-data .post-item h3 {
  margin-bottom: 0;
}
.home-mixed-data.home-mixed-data .post-item .title-stripper {
  height: 19px;
  display: block;
  overflow: hidden;
}
@media (min-width: 47em) {
  .home-mixed-data.home-mixed-data .albums {
    display: none;
  }
}
@media (min-width: 84em) {
  .home-mixed-data.home-mixed-data .albums {
    display: block;
  }
}
.home-mixed-data.home-mixed-data .extra-shop {
  display: none;
}
@media (min-width: 84em) {
  .home-mixed-data.home-mixed-data .extra-shop {
    display: none;
  }
}
.p30.p30 {
  padding: 30px 0px;
}
.pt30.pt30 {
  padding-top: 30px;
}
.pb30.pb30 {
  padding-bottom: 30px;
}
@media (min-width: 47em) {
  .tablet--pb30.tablet--pb30 {
    padding-bottom: 30px;
  }
}
.p60.p60 {
  padding: 30px 0px;
}
@media (min-width: 47em) {
  .p60.p60 {
    padding: 60px 0px;
  }
}
.pb60.pb60 {
  padding-bottom: 30px;
}
@media (min-width: 47em) {
  .pb60.pb60 {
    padding-bottom: 60px;
  }
}
.pt60.pt60 {
  padding-top: 30px;
}
@media (min-width: 47em) {
  .pt60.pt60 {
    padding-top: 60px;
  }
}
.p90.p90 {
  padding: 30px 0px;
}
@media (min-width: 84em) {
  .p90.p90 {
    padding: 90px 0px;
  }
}
.pb90.pb90 {
  padding-bottom: 30px;
}
@media (min-width: 47em) {
  .pb90.pb90 {
    padding-bottom: 90px;
  }
}
.pt90.pt90 {
  padding-top: 60px;
}
@media (min-width: 47em) {
  .pt90.pt90 {
    padding-top: 90px;
  }
}
.pad30.pad30 {
  padding: 30px;
}
@media (max-width: 47em) {
  .pad30.pad30.mobile-no-pad {
    padding: 30px 0px;
  }
}
.pad10 {
  padding: 10px;
}
.pad15 {
  padding: 15px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray {
  background-color: #F2F2F2;
}
.bg-accentHover {
  background-color: #0050A0;
}
.bg-accentGray {
  background-color: #E6EAEF;
}
.bg-grayMiddle {
  background-color: #E6E6E6;
}
.bg-accentLighter {
  background-color: #E8F7FD;
}
.newsletter-wrap {
  border: 2px solid #E8F7FD;
  height: 100%;
  padding: 30px;
}
.newsfilter-row .one-third {
  width: 100%;
}
@media (min-width: 65em) {
  .newsfilter-row .one-third {
    width: 33.33%;
  }
}
.newsfilter-row .two-third {
  width: 100%;
}
@media (min-width: 65em) {
  .newsfilter-row .two-third {
    width: 66.66%;
  }
}
.map {
  width: 100%;
  height: 350px;
  background: #efefef;
  margin: 0 0 40px;
}
.route-map {
  width: 100%;
  height: 350px;
  background: #efefef;
  margin: 0 0 0px;
}
.interactive-map {
  width: 100%;
  height: 350px;
  background: #efefef;
  margin: 0 0 0px;
}
#route-instructions .panel {
  display: none;
}
#route-instructions .panel.active {
  display: block;
}
/* =============================================================================
   PAGES
   ========================================================================== */
.news-ticker {
  background-color: #1FB1EB;
  color: #ffffff;
  height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.news-ticker ul {
  padding: 0px 0px;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  visibility: hidden;
  display: inline-block;
}
.news-ticker ul li {
  display: inline;
  padding-left: 30px;
  line-height: 62px;
}
.news-ticker ul a {
  color: #ffffff;
}
.news-ticker ul a:hover,
.news-ticker ul a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.news-ticker .js-marquee-wrapper ul {
  visibility: visible;
}
.news-ticker .js-marquee {
  float: none !important;
  display: inline-block;
}
.rotation {
  left: 0;
  line-height: 1.2;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.rotation__line__wrapper {
  position: relative;
  width: 100%;
}
.rotation__line {
  display: inline-block;
  animation: marquee 50s linear infinite;
  backface-visibility: hidden;
  padding: 0 .25rem 0 0;
  will-change: transform;
  padding-left: 0;
  margin-left: 0;
}
.rotation__line__wrapper + .rotation__line__wrapper .rotation__line {
  animation-direction: reverse;
}
.rotation__line + .rotation__line {
  animation: marquee-duplicate 50s -25s linear infinite;
}
.rotation:hover .rotation__line {
  animation-play-state: paused;
}
.rotation__line a {
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rotation__line a::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  right: -5px;
  bottom: 0;
  background-color: #000000;
  z-index: -99;
  transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rotation__line a:hover {
  color: #ffffff;
}
.rotation__line a:hover::before {
  top: 0;
}
.rotation__line li {
  display: inline-block;
  position: relative;
  margin-right: 55px;
  margin-left: 10px;
  text-align: -webkit-match-parent;
  @include fs(24);
  @include display-font();
  font-weight: 200;
}
.rotation__line li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(50%);
  width: 45px;
  height: 1px;
  border-bottom: 1px solid #000000;
  background-color: transparent;
}
@keyframes marquee {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee-duplicate {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-200%, 0, 0);
  }
}
@keyframes marquee-ie {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee-duplicate-ie {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.christmas-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, #0b2d61 80%);
  background-position: -100px 0;
}
.christmas-wrapper {
  position: relative;
  left: -30px;
}
.christmas-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 33px;
  background-color: #fff;
}
@media (max-width: 47em) {
  .christmas-wrapper {
    width: 130%;
  }
  .christmas-wrapper:before {
    height: 54px;
  }
}
@media (min-width: 65em) {
  .christmas-wrapper:before {
    content: none;
  }
}
.christmas-bg {
  position: absolute;
  bottom: 0px;
  left: -10px;
}
@media (max-width: 47em) {
  .christmas-bg {
    bottom: 30px;
  }
}
@media (min-width: 65em) {
  .christmas-bg {
    left: -30px;
    bottom: -37px;
  }
}
.santa-wrapper {
  position: relative;
  top: -300px;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.santa-movement-y {
  position: absolute;
  width: 100%;
  top: 50px;
  animation: yAxis 14s infinite cubic-bezier(0.6, 0.71, 0.61, 0.97);
}
.santa-movement-x {
  animation: xAxis 14s infinite cubic-bezier(0.28, 0.43, 0.73, 0.75);
}
.sleigh-wrapper {
  display: block;
  width: 300px;
  height: 85px;
  position: relative;
  transform: translateX(-300px) rotate(10deg) scale(0.3);
  animation: rotate 14s infinite linear;
}
.santa {
  position: absolute;
  left: 0;
}
.rope {
  position: absolute;
  left: 33%;
  top: 60%;
}
.deer1 {
  position: absolute;
  left: 65%;
  animation: deerhop 0.5s infinite linear;
}
.deer2 {
  position: absolute;
  left: 67%;
  animation: deerhop 0.5s infinite linear;
  animation-delay: 0.4s;
}
@keyframes xAxis {
  80% {
    -animation-timing-function: linear;
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes yAxis {
  0% {
    display: none;
  }
  1% {
    display: block;
  }
  40% {
    -animation-timing-function: linear;
    transform: translateY(150px);
  }
  80% {
    -animation-timing-function: linear;
    transform: translateY(10px);
  }
  99% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    display: none;
  }
}
@keyframes rotate {
  40% {
    -animation-timing-function: linear;
    transform: translateX(-100px) rotate(-15deg) scale(0.5);
  }
  80% {
    -animation-timing-function: linear;
    transform: translateX(0) rotate(0deg) scale(0.5);
  }
  100% {
    transform: translateX(0) rotate(0deg) scale(0.3);
  }
}
@keyframes deerhop {
  50% {
    transform: translateY(10px);
  }
}
.hero-intro {
  position: relative;
  height: 350px;
  overflow: hidden;
  background-color: #F2F2F2;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 47em) {
  .hero-intro {
    height: 550px;
  }
}
@media (min-width: 65em) {
  .hero-intro {
    height: 700px;
  }
}
@media (min-width: 84em) {
  .hero-intro {
    height: 700px;
  }
}
@media (min-width: 98em) {
  .hero-intro {
    height: 700px;
  }
}
@media (min-width: 108em) {
  .hero-intro {
    height: 800px;
  }
}
.hero-intro:before,
.hero-intro:after {
  content: "";
  background-color: #2175B4;
  position: absolute;
  bottom: 0;
  width: 130%;
  height: 30%;
  z-index: 1;
  display: none;
}
@media (min-width: 65em) {
  .hero-intro:before,
  .hero-intro:after {
    display: block;
    bottom: -50px;
  }
}
@media (min-width: 84em) {
  .hero-intro:before,
  .hero-intro:after {
    bottom: 0;
  }
}
.hero-intro:before {
  left: -70%;
  transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -moz-transform: rotate(15deg);
  /* Firefox */
  -webkit-transform: rotate(15deg);
  /* Safari and Chrome */
  -o-transform: rotate(15deg);
  /* Opera */
}
.hero-intro:after {
  right: -70%;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -moz-transform: rotate(-15deg);
  /* Firefox */
  -webkit-transform: rotate(-15deg);
  /* Safari and Chrome */
  -o-transform: rotate(-15deg);
  /* Opera */
}
.hero-intro .slide {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero-intro .slide.valign-top {
  background-position: center top;
}
.hero-intro .slide.valign-center {
  background-position: center center;
}
.hero-intro .slide.valign-bottom {
  background-position: center bottom;
}
.h3.hero-intro__countdown-title-top {
  color: white;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 65em) {
  .h3.hero-intro__countdown-title-top {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.h3.hero-intro__countdown-title-bottom {
  color: white;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 12px;
}
@media (min-width: 65em) {
  .h3.hero-intro__countdown-title-bottom {
    margin-top: 40px;
    font-size: 16px;
  }
}
.hero-intro__countdown {
  z-index: 999;
  top: 35%;
  position: absolute;
  color: white;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(11, 45, 97, 0.8);
  padding: 20px;
}
@media (min-width: 65em) {
  .hero-intro__countdown {
    padding: 60px;
  }
}
.countdown {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.countdown__item {
  display: inline-block;
  margin: 0 10px;
}
@media (min-width: 65em) {
  .countdown__item {
    margin: 0 15px;
  }
}
.countdown__time {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  margin-bottom: 10px;
}
.countdown__time span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 65em) {
  .countdown__time span {
    font-size: 40px;
  }
}
@media (min-width: 65em) {
  .countdown__time {
    width: 100px;
    height: 100px;
  }
}
.countdown__label {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 65em) {
  .countdown__label {
    font-size: 16px;
  }
}
.multi-info-block {
  margin-bottom: 0px;
}
@media (min-width: 84em) {
  .multi-info-block {
    margin-bottom: 30px;
  }
}
.multi-info-block .tabs {
  list-style: none;
  margin: 0;
  display: table;
  width: 100.1%;
}
.multi-info-block .tabs li {
  position: relative;
  display: table-cell;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.multi-info-block .tabs li:last-child {
  border-right: 0px solid transparent;
}
.multi-info-block .tabs li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 6px;
  width: 100%;
  background-color: transparent;
}
.multi-info-block .tabs li a {
  display: block;
  background-color: #0B2D61;
  padding: 25px 5px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 47em) {
  .multi-info-block .tabs li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.multi-info-block .tabs li.active:after {
  background-color: #E6E6E6;
}
.multi-info-block .tabs li:hover a,
.multi-info-block .tabs li:focus a,
.multi-info-block .tabs li.active a {
  background-color: #E6E6E6;
  color: #0B2D61;
}
.multi-info-block .info-block-wrapper {
  position: relative;
  background-color: #F2F2F2;
}
@media (min-width: 65em) {
  .multi-info-block .info-block-wrapper {
    min-height: 530px;
  }
}
@media (min-width: 84em) {
  .multi-info-block .info-block-wrapper {
    min-height: 530px;
  }
}
@media (min-width: 98em) {
  .multi-info-block .info-block-wrapper {
    min-height: 500px;
  }
}
.multi-info-block .info-block-wrapper .label-note {
  background-color: #1FB1EB;
  padding: 6px 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}
@media (min-width: 65em) {
  .multi-info-block .info-block-wrapper .label-note {
    position: absolute;
    right: 100%;
    top: 0;
    transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    /* IE 9 */
    -moz-transform: rotate(-90deg) translateY(-100%);
    /* Firefox */
    -webkit-transform: rotate(-90deg) translateY(-100%);
    /* Safari and Chrome */
    -o-transform: rotate(-90deg) translateY(-100%);
    /* Opera */
    transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    /* IE 9 */
    -moz-transform-origin: 100% 0%;
    /* Firefox */
    -webkit-transform-origin: 100% 0%;
    /* Safari and Chrome */
    -o-transform-origin: 100% 0%;
    /* Opera */
  }
  .multi-info-block .info-block-wrapper .label-note:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 36px 10px;
    border-color: transparent transparent #1FB1EB transparent;
  }
}
.multi-info-block .info-block-wrapper .arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
}
@media (min-width: 47em) {
  .multi-info-block .info-block-wrapper .arrows {
    height: 76px;
  }
}
@media (min-width: 65em) {
  .multi-info-block .info-block-wrapper .arrows {
    height: 79px;
  }
}
.multi-info-block .info-block {
  display: none;
}
.multi-info-block .info-block.active {
  display: block;
}
.multi-info-block .info-block .title {
  position: relative;
  background-color: #E6E6E6;
  height: 75px;
  text-align: center;
}
.multi-info-block .info-block .title p {
  margin-bottom: 0;
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 47em) {
  .multi-info-block .info-block .title p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 47em) {
  .multi-info-block .info-block .title p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 65em) {
  .multi-info-block .info-block .title p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.multi-info-block .info-block .content {
  position: relative;
  padding: 20px;
  background-color: #F2F2F2;
}
@media (min-width: 47em) {
  .multi-info-block .info-block .content {
    padding: 30px;
  }
}
@media (min-width: 65em) {
  .multi-info-block .info-block .content {
    min-height: 449px;
  }
}
.multi-info-block .info-block .content .wrap {
  position: relative;
}
@media (min-width: 65em) {
  .multi-info-block .info-block .content.with-title {
    height: 261px;
    min-height: auto;
    min-height: initial;
  }
}
@media (min-width: 84em) {
  .multi-info-block .info-block .content.with-title {
    height: 261px;
  }
}
@media (min-width: 98em) {
  .multi-info-block .info-block .content.with-title {
    height: 220px;
  }
}
.multi-info-block .info-block .clubs {
  width: 100%;
}
.multi-info-block .info-block .club-wrap {
  padding: 10px 10px;
}
.multi-info-block .info-block .club {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin: 0 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
@media (min-width: 47em) {
  .multi-info-block .info-block .club {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 65em) {
  .multi-info-block .info-block .club {
    width: 100px;
    height: 100px;
  }
}
.multi-info-block .info-block .club-title {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  height: 32px;
}
@media (min-width: 47em) {
  .multi-info-block .info-block .club-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 65em) {
  .multi-info-block .info-block .club-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.multi-info-block .info-block .scoreboard {
  font-weight: 700;
  color: #0B2D61;
  font-size: 26px;
  font-size: 2.6rem;
  height: 80px;
}
@media (min-width: 47em) {
  .multi-info-block .info-block .scoreboard {
    font-size: 22px;
    font-size: 2.2rem;
    height: 95px;
  }
}
@media (min-width: 65em) {
  .multi-info-block .info-block .scoreboard {
    font-size: 30px;
    font-size: 3rem;
    height: 120px;
  }
}
.multi-info-block .info-block .scoreboard #match-not-future {
  display: none;
}
.multi-info-block .info-block .scoreboard #match-future {
  display: block;
}
.multi-info-block .info-block .scoreboard.played-or-live #match-not-future {
  display: block;
}
.multi-info-block .info-block .scoreboard.played-or-live #match-future {
  display: none;
}
.multi-info-block .info-block .timeboard {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari and Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
  background-color: #1FB1EB;
  color: #ffffff;
  padding: 6px 18px;
  line-height: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.multi-info-block .info-block .game-buttons-wrap {
  min-height: 110px;
  padding: 25px;
}
@media (max-width: 47em) {
  .multi-info-block .info-block .game-buttons-wrap.multiple-mobile {
    min-height: 187px;
  }
}
.multi-info-block .info-block .splitter {
  display: block;
  width: 1px;
  height: 100%;
  position: relative;
  background-color: #dadada;
  left: 50%;
  transform: translateX(-0.5px);
  -ms-transform: translateX(-0.5px);
  /* IE 9 */
  -moz-transform: translateX(-0.5px);
  /* Firefox */
  -webkit-transform: translateX(-0.5px);
  /* Safari and Chrome */
  -o-transform: translateX(-0.5px);
  /* Opera */
}
.multi-info-block .info-block .border-right {
  border-right: 1px solid #dadada;
}
.multi-info-block.for-article {
  margin-bottom: 30px;
}
.multi-info-block.for-article .info-block-wrapper {
  min-height: 0;
}
.multi-info-block.for-article .content {
  min-height: 0;
}
.multi-info-block.for-article .game-buttons-wrap {
  min-height: 0;
}
.multi-info-block.for-article .buttons {
  margin-bottom: 0;
}
.inline-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.inline-title .title {
  display: inline;
  margin-bottom: 0;
}
.inline-title .title a:hover,
.inline-title .title a:focus {
  color: #1FB1EB;
}
.inline-title .sublink.sublink {
  float: right;
}
.inline-title.sublink-only-wide .sublink {
  display: none;
}
@media (min-width: 84em) {
  .inline-title.sublink-only-wide .sublink {
    display: block;
  }
}
.slider-block {
  position: relative;
  background-color: #F2F2F2;
}
.slider-block .title {
  padding: 30px;
  text-align: center;
}
.slider-block .title p {
  margin-bottom: 0;
}
@media (min-width: 47em) {
  .slider-block .title p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 84em) {
  .slider-block .title p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.slider-block .content {
  padding: 0px 0px;
}
.slider-block .item {
  padding-bottom: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 84em) {
  .slider-block .item {
    padding-bottom: 80%;
  }
}
@media (min-width: 98em) {
  .slider-block .item {
    padding-bottom: 100%;
  }
}
.slider-block.small .item {
  padding-bottom: 75.5%;
}
.fancybox-width-fix {
  width: 100%;
}
@media (min-width: 47em) {
  .fancybox-width-fix {
    min-width: 700px;
  }
}
.visual-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.visual-wrapper.no-visual {
  border-bottom: 1px solid #E6E6E6;
}
.visual-wrapper .visual {
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -o-transform: scale(1);
  /* Opera */
  transition: 0.3s;
}
.visual-wrapper .visual.video:after {
  content: "\e90b";
  font-family: 'icomoon';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%) translateY(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateX(-50%) translateY(-50%);
  /* Opera */
  color: #000000;
  font-size: 45px;
  font-size: 4.5rem;
  opacity: 0.7;
}
.visual-wrapper .visual.video:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%) translateY(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateX(-50%) translateY(-50%);
  /* Opera */
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.visual-wrapper .visual:hover,
.visual-wrapper .visual:focus {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
}
.visual-wrapper .tag {
  text-transform: uppercase;
  background-color: #1FB1EB;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 12px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0px;
}
.visual-wrapper .tag:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 0;
  border-color: transparent #1FB1EB transparent transparent;
}
.visual-wrapper .inner-content {
  position: absolute;
  left: 0;
  bottom: 0;
}
.visual-wrapper .count {
  background-color: #1FB1EB;
  background-color: rgba(31, 177, 235, 0.8);
  color: #ffffff;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.visual-wrapper .count i {
  margin-right: 4px;
}
.visual-wrapper .count.zero i {
  margin-right: 0;
}
a .visual-wrapper:hover .inner-content .button.more:after,
a .visual-wrapper:focus .inner-content .button.more:after {
  right: 15px;
}
a .visual-wrapper:hover .inner-content .button.more:before,
a .visual-wrapper:focus .inner-content .button.more:before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  /* IE 9 */
  -moz-transform: translateX(0);
  /* Firefox */
  -webkit-transform: translateX(0);
  /* Safari and Chrome */
  -o-transform: translateX(0);
  /* Opera */
}
.social-list.top {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 2;
}
.social-list.top li.label {
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 47em) {
  .social-list.top li.label a {
    width: 100px;
  }
  .social-list.top li.label span {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (min-width: 84em) {
  .social-list.top li.label span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.social-list.top li span {
  display: block;
  width: 100%;
  font-size: 10px;
  margin-bottom: 0;
  color: #0B2D61;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%) translateY(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Safari and Chrome */
  -o-transform: translateX(-50%) translateY(-50%);
  /* Opera */
}
@media (min-width: 47em) {
  .social-list.top {
    margin-top: -35px;
    margin-right: 0px;
  }
  .social-list.top li {
    float: left;
  }
  .social-list.top li a {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    height: 35px;
    width: 35px;
    line-height: 38px;
  }
}
@media (min-width: 65em) {
  .social-list.top {
    display: block;
    margin-top: -35px;
    right: -30px;
  }
}
@media (min-width: 84em) {
  .social-list.top {
    margin-top: -50px;
  }
  .social-list.top li {
    float: left;
  }
  .social-list.top li a {
    font-size: 18px;
    font-size: 1.8rem;
    height: 50px;
    width: 50px;
    line-height: 53px;
  }
}
.date {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.sponsors {
  padding: 30px 0px 10px;
  background-color: #ffffff;
}
@media (min-width: 47em) {
  .sponsors {
    padding: 30px 0px 10px;
  }
}
@media (min-width: 65em) {
  .sponsors {
    padding: 40px 0px 20px;
  }
}
@media (min-width: 84em) {
  .sponsors {
    padding: 60px 0px 60px;
  }
}
.sponsor-wrap {
  float: left;
  width: 12%;
  padding: 0px 10px;
  margin-bottom: 30px;
}
@media (min-width: 47em) {
  .sponsor-wrap {
    padding: 0px 20px;
  }
}
@media (min-width: 84em) {
  .sponsor-wrap {
    padding: 0px 40px;
  }
}
.sponsor-wrap.big {
  width: 16.66%;
}
.sponsor-wrap.small {
  margin-bottom: 30px;
  width: 16.66%;
}
@media (min-width: 47em) {
  .sponsor-wrap.small {
    width: 16.66%;
  }
}
@media (min-width: 84em) {
  .sponsor-wrap.small {
    width: 14%;
  }
}
.sponsor-wrap a {
  height: 100%;
}
.sponsor {
  padding-bottom: 50%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  display: block;
}
.sponsor:hover,
.sponsor:focus {
  opacity: 0.7;
}
.page-floating-background {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #ffffff;
}
@media (min-width: 65em) {
  .page-floating-background {
    background-color: transparent;
    background-image: url("../images/home/background-light.jpg");
  }
}
.page-floating-content {
  position: relative;
}
.page-floating-content:before,
.page-floating-content:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 100%;
  top: 0;
}
.page-floating-content:before {
  right: 100%;
}
.page-floating-content:after {
  left: 100%;
}
@media (min-width: 65em) {
  .page-floating-content {
    margin-top: 60px;
  }
}
.page-heading {
  background-color: #ffffff;
  padding: 40px 0px 35px;
}
.page-heading h1 {
  margin-bottom: 0;
}
.page-heading h2 {
  margin-bottom: 0;
}
.page-heading .heading-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-top: 20px;
}
.page-heading .heading-nav li {
  float: left;
  margin: 0px 10px;
}
@media (max-width: 47em) {
  .page-heading .heading-nav li {
    display: none;
  }
}
.page-heading .heading-nav li.active a {
  color: #1FB1EB;
}
.page-heading .heading-nav li.back {
  position: relative;
  padding-right: 20px;
  margin-right: 15px;
}
@media (max-width: 47em) {
  .page-heading .heading-nav li.back {
    display: block;
  }
}
.page-heading .heading-nav li.back a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6em;
}
.page-heading .heading-nav li.back span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
@media (max-width: 47em) {
  .page-heading .heading-nav li.back span {
    display: inline-block;
  }
}
@media (min-width: 47em) {
  .page-heading .heading-nav li.back:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: 0;
    top: -2px;
    background-color: #1FB1EB;
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    /* IE 9 */
    -moz-transform: rotate(15deg);
    /* Firefox */
    -webkit-transform: rotate(15deg);
    /* Safari and Chrome */
    -o-transform: rotate(15deg);
    /* Opera */
  }
}
.page-heading .heading-nav a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 700;
  color: #0B2D61;
}
.page-heading .heading-nav a:hover,
.page-heading .heading-nav a:focus {
  color: #1FB1EB;
}
.page-heading .heading-nav.without-list .back .mobile-show {
  display: inline-block;
}
.page-heading .heading-nav.without-list .back:after {
  display: none;
}
.page-heading .heading-game {
  margin-top: 15px;
  padding: 20px;
  color: #0B2D61;
  text-transform: uppercase;
}
.page-heading .heading-game strong {
  margin: 0 10px;
}
.page-heading .heading-game img {
  height: 50px;
  margin: 0 25px;
}
@media (max-width: 47em) {
  .page-heading .heading-game img {
    display: none;
  }
}
.page-content {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  z-index: 1;
}
.page-content.overflow {
  overflow-x: scroll;
}
#error-screen-fix .privacy-policyformError {
  left: inherit !important;
  right: 0 !important;
}
.overview-grid-group {
  margin-bottom: 20px;
}
@media (min-width: 47em) {
  .overview-grid-group {
    margin-bottom: 30px;
  }
}
.overview-grid-group.line {
  border-bottom: 1px solid #E6E6E6;
}
.overview-grid-group.splitted .overview-grid-contact-item {
  width: 100%;
}
.overview-grid-item {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 47em) {
  .overview-grid-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 47em) {
  .overview-grid-item {
    width: 33.33%;
  }
}
@media (min-width: 84em) {
  .overview-grid-item {
    width: 25%;
  }
}
.overview-grid-item h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 47em) {
  .overview-grid-item h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 65em) {
  .overview-grid-item h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 84em) {
  .overview-grid-item h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.overview-grid-item a {
  text-decoration: none;
}
.overview-grid-item a:hover .overlay span,
.overview-grid-item a:focus .overlay span {
  background-color: #0b2d61;
}
.overview-grid-item a:hover .image,
.overview-grid-item a:focus .image {
  opacity: 0.5;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
}
.overview-grid-item a:hover .content:after,
.overview-grid-item a:focus .content:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
@media (max-width: 47em) {
  .overview-grid-item a:hover .content:after,
  .overview-grid-item a:focus .content:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 250%, 0);
  }
}
.overview-grid-item a:hover .content:before,
.overview-grid-item a:focus .content:before {
  opacity: 0.75;
  transition-delay: 0.1s;
}
.overview-grid-item .content {
  position: relative;
  padding: 30px;
  height: 200px;
  overflow: hidden;
}
.overview-grid-item .content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
@media (max-width: 47em) {
  .overview-grid-item .content:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  }
}
.overview-grid-item .content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0B2D61;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
}
.overview-grid-item .content .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 30px;
  opacity: 0.75;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -o-transform: scale(1);
  /* Opera */
  transition: 0.3s;
}
.overview-grid-item .content .image.valign-top {
  background-position: center top;
}
.overview-grid-item .content .image.valign-bottom {
  background-position: center bottom;
}
.overview-grid-item .content .overlay {
  position: relative;
  height: 100%;
  z-index: 1;
}
.overview-grid-item .content .overlay span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px 20px;
  background-color: #0B2D61;
  background-color: rgba(11, 45, 97, 0.8);
  color: #ffffff;
  text-align: center;
  width: 100%;
  transition: 0.3s;
}
.overview-grid-item .content .overlay span > * {
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.overview-grid-team-item {
  margin-bottom: 50px;
  width: 50%;
}
@media (min-width: 47em) {
  .overview-grid-team-item {
    width: 33.33%;
  }
}
@media (min-width: 65em) {
  .overview-grid-team-item {
    width: 33.33%;
  }
}
@media (min-width: 84em) {
  .overview-grid-team-item {
    width: 20%;
  }
}
.overview-grid-team-item a:hover .number,
.overview-grid-team-item a:focus .number {
  background-color: #1FB1EB;
}
.overview-grid-team-item a:hover img,
.overview-grid-team-item a:focus img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
}
.overview-grid-team-item .image-wrap {
  display: block;
  overflow: hidden;
}
.overview-grid-team-item .image {
  position: relative;
  margin-bottom: 10px;
}
.overview-grid-team-item .image img {
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -o-transform: scale(1);
  /* Opera */
  transition: 0.3s;
}
.overview-grid-team-item .number {
  text-align: center;
  background-color: #0B2D61;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  transform: translateY(-33.33%);
  -ms-transform: translateY(-33.33%);
  /* IE 9 */
  -moz-transform: translateY(-33.33%);
  /* Firefox */
  -webkit-transform: translateY(-33.33%);
  /* Safari and Chrome */
  -o-transform: translateY(-33.33%);
  /* Opera */
  font-size: 24px;
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  line-height: 33px;
  transition: 0.3s;
}
@media (min-width: 47em) {
  .overview-grid-team-item .number {
    font-size: 28px;
    font-size: 2.8rem;
    width: 70px;
    height: 70px;
    line-height: 53px;
  }
}
.overview-grid-team-item .title {
  padding-right: 90px;
  font-weight: 700;
}
.overview-grid-team-item .title span {
  display: block;
  line-height: 1.2em;
}
.overview-grid-contact-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 47em) {
  .overview-grid-contact-item {
    width: 50%;
  }
}
@media (min-width: 65em) {
  .overview-grid-contact-item {
    width: 50%;
  }
}
@media (min-width: 84em) {
  .overview-grid-contact-item {
    width: 33.33%;
  }
}
@media (min-width: 47em) {
  .overview-grid-contact-item {
    margin-bottom: 50px;
  }
}
.overview-grid-contact-item .info {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.overview-grid-contact-item p {
  margin-bottom: 0;
}
.overview-grid-contact-item a {
  font-weight: 400;
  text-decoration: none;
}
.overview-grid-contact-item a:hover,
.overview-grid-contact-item a:focus {
  color: #0050A0;
}
.overview-grid-contact-item .h3,
.overview-grid-contact-item h3 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 84em) {
  .overview-grid-contact-item .h3,
  .overview-grid-contact-item h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.overview-grid-contact-item .h4 {
  text-transform: initial;
  font-weight: 400;
}
.overview-grid-contact-item ul {
  list-style: none;
  margin: 0;
  margin-top: 5px;
}
.overview-grid-contact-item ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.overview-grid-contact-item:last-child {
  margin-bottom: 0px;
}
.overview-grid-media-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 47em) {
  .overview-grid-media-item {
    width: 50%;
  }
}
@media (min-width: 65em) {
  .overview-grid-media-item {
    width: 25%;
  }
}
@media (min-width: 84em) {
  .overview-grid-media-item {
    width: 20%;
  }
}
.overview-grid-media-item .visual-wrapper {
  margin-bottom: 6px;
}
.overview-grid-media-item .visual-wrapper .visual {
  padding-bottom: 67.5%;
  background-color: #F2F2F2;
  background-size: contain;
  background-repeat: no-repeat;
}
.overview-grid-media-item.video .visual-wrapper .visual {
  padding-bottom: 56.5%;
  background-size: cover;
}
@media (min-width: 47em) {
  .overview-grid-media-item {
    margin-bottom: 30px;
  }
}
.overview-grid-wigwam-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 47em) {
  .overview-grid-wigwam-item {
    width: 50%;
  }
}
@media (min-width: 65em) {
  .overview-grid-wigwam-item {
    width: 25%;
  }
}
@media (min-width: 84em) {
  .overview-grid-wigwam-item {
    width: 20%;
  }
}
.overview-grid-wigwam-item .wigwam-cover {
  margin-bottom: 6px;
}
@media (min-width: 47em) {
  .overview-grid-wigwam-item {
    margin-bottom: 30px;
  }
}
.news-grid .post-item {
  margin-bottom: 30px;
}
.news-grid .post-item-wrapper .post-item {
  margin-bottom: 0;
  position: relative;
  height: 100%;
  padding-bottom: 90px;
}
.news-grid .post-item-wrapper .post-item a.button {
  position: absolute;
  bottom: 60px;
}
.news-grid .post-item-wrapper:nth-child(3n+1) {
  clear: both;
}
.news-grid.big .one-third {
  width: 100%;
}
@media (min-width: 47em) {
  .news-grid.big .one-third {
    width: 50%;
  }
}
@media (min-width: 65em) {
  .news-grid.big .one-third {
    width: 33.33%;
  }
}
@media (min-width: 47em) {
  .news-grid.big .post-item.with-visual .dotdotdot {
    height: 150px;
  }
}
@media (min-width: 65em) {
  .news-grid.big .post-item.with-visual .dotdotdot {
    height: 150px;
  }
}
@media (min-width: 84em) {
  .news-grid.big .post-item.with-visual .dotdotdot {
    height: 50px;
  }
}
.news-grid.big .post-item .dotdotdot {
  height: 80px;
}
@media (min-width: 47em) {
  .news-grid.big .post-item .dotdotdot {
    height: 305px;
  }
}
@media (min-width: 65em) {
  .news-grid.big .post-item .dotdotdot {
    height: 285px;
  }
}
.post-item .visual-wrapper {
  margin-bottom: 15px;
}
.post-item .visual-wrapper.no-visual {
  margin-bottom: 50px;
}
.post-item p {
  margin-bottom: 10px;
}
.post-item .double-line {
  height: 40px;
}
.post-item .fade-link {
  display: block;
}
.post-item .h4,
.post-item a {
  color: #1FB1EB;
}
.post-item.small .visual-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 47em) {
  .post-item.with-visual .dotdotdot {
    height: 150px;
  }
}
@media (min-width: 65em) {
  .post-item.with-visual .dotdotdot {
    height: 150px;
  }
}
@media (min-width: 84em) {
  .post-item.with-visual .dotdotdot {
    height: 50px;
  }
}
.post-item .dotdotdot {
  height: 80px;
}
@media (min-width: 47em) {
  .post-item .dotdotdot {
    height: 285px;
  }
}
.dotdotdot {
  visibility: hidden;
}
.dotdotdot.visible {
  visibility: visible;
}
@media (min-width: 47em) {
  .related-news {
    margin-top: 30px;
  }
}
@media (min-width: 65em) {
  .related-news {
    margin-top: 50px;
  }
}
@media (min-width: 84em) {
  .related-news {
    margin-top: 100px;
  }
}
.load-more {
  margin-top: 30px;
}
@media (min-width: 47em) {
  .load-more {
    margin-top: 60px;
  }
}
.share-page.share-page {
  display: inline-block;
}
.share-page.share-page label {
  color: #B4B4B4;
}
.share-page.share-page .count {
  display: block;
  background-color: #F2F2F2;
  font-size: 10px;
}
@media (min-width: 68em) {
  .share-page.share-page {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari and Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
  }
  .share-page.share-page ul.social-list li {
    float: none;
    margin: 1px 0;
    margin-bottom: 15px;
  }
  .share-page.share-page ul.social-list a {
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .share-page.share-page label {
    width: 60px;
  }
  .share-page.share-page .count {
    font-size: 12px;
  }
}
@media (min-width: 98em) {
  .share-page.share-page ul.social-list a {
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.share-page.share-page .whatsapp {
  display: block;
}
@media (min-width: 65em) {
  .share-page.share-page .whatsapp {
    display: none;
  }
}
.player {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.player .number {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0B2D61;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  font-size: 6rem;
}
@media (min-width: 47em) {
  .player .number {
    transform: translateX(-33.33%);
    -ms-transform: translateX(-33.33%);
    /* IE 9 */
    -moz-transform: translateX(-33.33%);
    /* Firefox */
    -webkit-transform: translateX(-33.33%);
    /* Safari and Chrome */
    -o-transform: translateX(-33.33%);
    /* Opera */
    font-size: 85px;
    font-size: 8.5rem;
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
}
.filter-wrapper {
  margin-bottom: 30px;
  border-bottom: 2px solid #E6E6E6;
}
@media (min-width: 47em) {
  .filter-wrapper {
    margin-bottom: 40px;
  }
}
.filter-wrapper > .row .one-third {
  width: 100%;
}
@media (min-width: 47em) {
  .filter-wrapper > .row .one-third {
    width: 50%;
  }
}
@media (min-width: 65em) {
  .filter-wrapper > .row .one-third {
    width: 33.33%;
  }
}
.filter-wrapper > .row .two-third {
  width: 100%;
}
@media (min-width: 47em) {
  .filter-wrapper > .row .two-third {
    width: 50%;
  }
}
@media (min-width: 65em) {
  .filter-wrapper > .row .two-third {
    width: 66.66%;
  }
}
.filter-wrapper .filter-group {
  margin-bottom: 30px;
}
.filter-wrapper .filter-group.mb20 {
  margin-bottom: 20px;
}
.filter-wrapper .filter-tags ul {
  margin: 0;
  list-style: none;
  *zoom: 1;
}
.filter-wrapper .filter-tags ul:before,
.filter-wrapper .filter-tags ul:after {
  display: table;
  content: " ";
}
.filter-wrapper .filter-tags ul:after {
  clear: both;
}
.filter-wrapper .filter-tags ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (min-width: 47em) {
  .filter-wrapper .filter-tags ul li {
    float: left;
  }
}
.filter-wrapper .filter-tags ul li.active a {
  background-color: #1FB1EB;
  color: #ffffff;
}
.filter-wrapper .filter-tags ul a {
  background-color: #F2F2F2;
  color: #B4B4B4;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: 700;
}
.filter-wrapper .filter-tags ul a:hover,
.filter-wrapper .filter-tags ul a:focus {
  background-color: #1FB1EB;
  color: #ffffff;
}
.bg-accentLighter .filter-tags ul a {
  background-color: #ffffff;
}
.tribune {
  margin-bottom: 60px;
}
.tribune h3 {
  margin-bottom: 0;
  padding: 10px;
  color: #ffffff;
  position: relative;
}
.tribune h3 .icon {
  position: absolute;
  right: 10px;
  top: 20%;
  display: block;
  height: 60%;
}
.tribune h3 .icon img {
  height: 100%;
}
@media (max-width: 47em) {
  .tribune h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tribune .category-block {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: #B4B4B4;
  vertical-align: middle;
}
.tribune table {
  font-size: 10px;
  font-size: 1rem;
}
@media (min-width: 47em) {
  .tribune table {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tribune thead {
  background-color: #F2F2F2;
}
.tribune thead td,
.tribune thead th {
  border-bottom: 0px solid #B4B4B4;
  text-align: center;
}
.tribune tbody td {
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  min-width: 60px;
}
.tribune tbody td img {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
}
@media (min-width: 47em) {
  .tribune tbody td {
    min-width: 100px;
  }
}
.tribune tbody td.name {
  text-align: left;
  width: 100%;
}
@media (min-width: 47em) {
  .tribune tbody td.seats {
    min-width: 200px;
  }
}
@media (min-width: 65em) {
  .tribune tbody td.seats {
    min-width: 200px;
  }
}
.tribune tbody td.discount {
  min-width: 20px;
}
.tribune tbody tr:last-child td {
  border-bottom: 1px solid #E6E6E6;
}
.alphabet-block {
  position: relative;
}
.alphabet-block .letter {
  color: #1FB1EB;
  position: relative;
  top: 0;
  left: 0;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 0;
  display: inline-block;
}
.alphabet-block ul {
  margin-top: 0px;
  margin-bottom: 40px;
}
.popup {
  padding: 30px;
}
.community .hero {
  height: 250px;
  background-size: cover;
  background-position: center center;
  border-bottom: 40px solid #0B2D61;
}
@media (min-width: 47em) {
  .community .hero {
    height: 350px;
  }
}
@media (min-width: 65em) {
  .community .hero {
    height: 500px;
  }
}
.community .community-logo {
  width: 120px;
  display: block;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 30px;
}
@media (min-width: 47em) {
  .community .community-logo {
    width: 180px;
    margin-top: -90px;
  }
}
@media (min-width: 65em) {
  .community .community-logo {
    width: 250px;
    margin-top: -120px;
  }
}
.community .related-news {
  margin-top: 50px;
}
.main.executive {
  background-color: #000000;
  background-image: url("../images/executive/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'Lora';
}
.main.executive h1 {
  display: inline-block;
  font-family: 'Great Vibes';
  font-size: 45px;
  font-size: 4.5rem;
  border-bottom: 1px solid #ae995b;
}
@media (min-width: 47em) {
  .main.executive h1 {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
@media (min-width: 65em) {
  .main.executive h1 {
    font-size: 95px;
    font-size: 9.5rem;
  }
}
.main.executive h1,
.main.executive h2,
.main.executive h3,
.main.executive h4,
.main.executive h5 {
  color: #ae995b;
  text-transform: initial;
  font-weight: 400;
}
.main.executive a {
  color: #ffffff;
}
.main.executive hr {
  border-color: #ae995b;
  max-width: 50%;
  margin: 60px auto;
}
.main.executive label {
  color: #ffffff;
  font-weight: 400;
  font-family: 'Lora';
}
.main.executive input,
.main.executive select {
  border-color: #33414e;
  background-color: #010a14;
  color: #ffffff;
}
.main.executive input:disabled,
.main.executive select:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.main.executive .intro {
  padding: 20px 0 40px;
  text-align: center;
}
.main.executive .intro .button {
  float: none;
  display: inline-block;
}
.main.executive input[type="radio"] + label span {
  border-color: #ae995b;
  background-color: #010a14;
  margin: -2px 8px 0 0;
}
.main.executive input[type="radio"]:checked + label span {
  border-color: #ae995b;
}
.main.executive input[type="radio"]:checked + label span:after {
  background-color: #ffffff;
}
.main.executive input[type="checkbox"]:not(:checked) + label,
.main.executive input[type="checkbox"]:checked + label {
  padding-left: 27px;
}
.main.executive input[type="checkbox"]:not(:checked) + label:before,
.main.executive input[type="checkbox"]:checked + label:before {
  border-color: #ae995b;
  background-color: #010a14;
  width: 18px;
  height: 18px;
  top: 2px;
}
.main.executive input[type="checkbox"]:not(:checked) + label:after,
.main.executive input[type="checkbox"]:checked + label:after {
  color: #ffffff;
}
.main.executive .button {
  text-transform: uppercase;
  background-color: #ae995b;
  letter-spacing: 0.05em;
}
.main.executive .button:hover,
.main.executive .button:focus {
  background-color: #8f7d47;
}
.main.executive .page-heading {
  background-color: transparent;
  margin-top: 50px;
}
.main.executive .page-heading h1 {
  color: #ae995b;
}
.main.executive .page-content {
  background-color: transparent;
  color: #ffffff;
}
.main.executive .box {
  border: 4px solid #ae995b;
  padding: 20px;
  background: transparent;
}
.main.executive .box.success {
  color: #ffffff;
  border-color: #ffffff;
}
.main.executive .alert {
  margin: 15px 0;
}
.main.executive .executive-contact {
  color: #ae995b;
  margin-top: 4px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 47em) {
  .main.executive .executive-contact {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.main.executive .executive-contact a {
  color: #ae995b;
  text-decoration: none;
}
.main.executive .executive-contact a:hover,
.main.executive .executive-contact a:focus {
  color: #8f7d47;
}
.main.executive .form-element .wrap {
  position: relative;
}
.main.executive .form-element .wrap input {
  padding-right: 45px;
}
.main.executive .password-reset {
  display: inline-block;
  margin-top: 15px;
}
.main.executive .remove-extra-person {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  transition: 0.3s;
  cursor: pointer;
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  line-height: 44px;
}
.main.executive .remove-extra-person span {
  display: inline-block;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.main.executive .remove-extra-person:hover,
.main.executive .remove-extra-person:focus {
  color: #ae995b;
}
.main.executive .extra-persons {
  padding-left: 27px;
}
.main.executive .add-extra-person {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  visibility: visible;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  padding: 2px 0px;
}
.main.executive .add-extra-person span {
  color: #ae995b;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  top: 3px;
  transition: 0.3s;
  display: inline-block;
  backface-visibility: hidden;
}
.main.executive .add-extra-person:hover,
.main.executive .add-extra-person:focus {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
}
/* =============================================================================
   PAGINATION
   ========================================================================== */
.pagination {
  display: inline-block;
}
.pagination li {
  display: block;
  float: left;
  margin: 0 5px;
  min-width: 25px;
  background-color: transparent;
  transition: 0.3s;
}
.pagination li.active {
  background-color: #E8F7FD;
}
.pagination li.disabled {
  opacity: 0.25;
}
.pagination li:hover,
.pagination li:focus {
  background-color: transparent;
}
.pagination li span {
  padding: 4px 5px;
  display: block;
}
.pagination li a {
  padding: 8px 5px;
  display: block;
}
.sticker {
  background-color: #0050A0;
  height: 80px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 47em) {
  .sticker {
    height: 100px;
  }
}
@media (min-width: 65em) {
  .sticker {
    height: 120px;
  }
}
@media (min-width: 84em) {
  .sticker {
    height: 155px;
  }
}
.sticker .image {
  padding: 20px;
  float: left;
  height: 100%;
}
.sticker .image img {
  height: 100%;
  width: auto;
  display: block;
}
.sticker .text {
  display: block;
  color: white;
  text-align: center;
  font-size: 20px;
  height: 100%;
  line-height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 47em) {
  .sticker .text {
    font-size: 30px;
    line-height: 100px;
  }
}
@media (min-width: 65em) {
  .sticker .text {
    font-size: 40px;
    line-height: 120px;
  }
}
@media (min-width: 84em) {
  .sticker .text {
    font-size: 50px;
    line-height: 155px;
  }
}
.landing-quiz {
  background-color: #1FB1EB;
  background-image: url('../images/layout/pattern.png');
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 47em) {
  .landing-quiz {
    min-height: calc(100vh - 101px);
  }
}
@media (min-width: 84em) {
  .landing-quiz {
    min-height: calc(100vh - 196px);
  }
}
.logoBig {
  display: none;
  background-image: url('../images/quiz/indiaanBig.svg');
  background-repeat: no-repeat;
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: -700px;
}
@media (min-width: 47em) {
  .logoBig {
    display: block;
  }
}
.landing-quiz__content {
  max-width: 960px;
  margin: auto;
  padding: 20px;
  z-index: 5;
}
.landing-quiz__content img {
  display: block;
  margin: auto;
  -webkit-filter: drop-shadow(12px 12px 25px rgba(255, 255, 255, 0.5));
  height: 100px;
}
.landing-quiz__content p {
  text-align: center;
  margin-top: 100px;
}
@media (min-width: 47em) {
  .landing-quiz__content img {
    height: 150px;
  }
  .landing-quiz__content p {
    margin-top: 100px;
  }
}
@media (min-width: 84em) {
  .landing-quiz__content img {
    height: 250px;
  }
  .landing-quiz__content p {
    margin-top: 200px;
  }
}
.h1.title {
  color: white;
  text-transform: none;
}
.row.row--quiz {
  margin-bottom: 50px;
}
.one-half.one-half--quiz .question-element {
  position: relative;
  top: -15px;
  height: 52px;
  width: 139px;
  padding-top: 12px;
  padding-left: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../images/quiz/QuestionBox.svg);
}
.one-half.one-half--quiz .form-element {
  padding: 20px;
  padding-top: 0;
}
@media (min-width: 47em) {
  .one-half.one-half--quiz .question-element {
    left: -150px;
  }
}
@media (min-width: 84em) {
  .one-half.one-half--quiz .question-element {
    top: -20px;
    left: -60px;
  }
  .one-half.one-half--quiz .form-element {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.middle {
  margin: auto;
}
.page-content--nohead {
  margin-top: 100px;
}
.score {
  z-index: 1;
  text-align: right;
  padding-right: 35%;
}
.score p {
  font-size: 200px;
  color: #0B2D61;
  margin-bottom: 0px;
}
.total-questions {
  z-index: -2;
  position: absolute;
  bottom: 0;
  right: 50%;
}
.total-questions p {
  text-align: right;
  font-size: 200px;
  color: #1FB1EB;
  margin-bottom: 0px;
  padding-right: 20%;
}
.row--result {
  height: 300px;
}
.quiz-result-text {
  line-height: 2em;
}
@media (min-width: 47em) {
  .one-half--small {
    display: none;
  }
}
.one-half--small h1 {
  margin-bottom: 50px;
}
.one-half--big {
  display: none;
}
@media (min-width: 47em) {
  .one-half--big {
    display: block;
  }
}
.fb-share {
  background-color: #0B2D61;
  margin-top: 50px;
  display: table;
}
.fb-share > div {
  float: left;
}
.fb-share .fb-share__logo {
  border-right: 1px solid white;
  padding: 10px;
}
.fb-share .fb-share__logo img {
  height: 21px;
  margin: 0 8px;
}
.fb-share .fb-share__text {
  color: white;
  text-transform: uppercase;
}
.fb-share .fb-share__text p {
  margin: 10px 20px;
  font-weight: bold;
  position: relative;
  top: 1px;
}
/* =============================================================================
   TRIGGER
   ========================================================================== */
.toggle-content {
  display: none;
}
.toggle-trigger {
  cursor: pointer;
}
@media (min-width: 47em) {
  .toggle-wrapper.toggle-mobile .toggle-content {
    display: block;
  }
  .toggle-wrapper.toggle-mobile .toggle-trigger {
    display: none;
  }
}
/* =============================================================================
   RTE
   ========================================================================== */
.virtual-tour-business p:last-of-type {
  display: block;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
  position: relative;
  margin: 0 0 30px;
}
@media (min-width: 47em) {
  .virtual-tour-business p:last-of-type {
    padding-bottom: 74%;
  }
}
.virtual-tour-business iframe {
  height: 710px;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 150px);
}
.rte a {
  color: #0B2D61;
}
.rte a:hover,
.rte a:focus {
  color: #1FB1EB;
}
.rte a.button {
  float: none;
  display: inline-block;
  color: #ffffff;
}
.rte strong {
  font-weight: 700;
}
.rte h2 {
  color: #0B2D61;
  text-transform: initial;
  font-size: 20px;
  font-size: 2rem;
}
.rte h3 {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.4em;
}
.rte h4 {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.4em;
  text-transform: initial;
}
.rte ul {
  list-style: square;
  margin-bottom: 30px;
}
.rte ul li {
  position: relative;
}
.rte ul li p,
.rte ul li h1,
.rte ul li h2,
.rte ul li h3 {
  margin-bottom: 0;
}
.rte ul li:before {
  content: '';
  display: none;
  position: absolute;
  margin-top: 0.65em;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #1FB1EB;
}
.rte ul li li:before {
  background-color: #0B2D61;
}
.rte ul li li li:before {
  display: none;
}
.rte ul.album_list {
  *zoom: 1;
  margin: 0;
  list-style: none;
  margin-left: -30px;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rte ul.album_list:before,
.rte ul.album_list:after {
  display: table;
  content: " ";
}
.rte ul.album_list:after {
  clear: both;
}
.rte ul.album_list:before,
.rte ul.album_list:after {
  display: none;
}
.rte ul.album_list li {
  float: left;
  margin-bottom: 30px;
  padding-left: 30px;
  width: 50%;
}
@media (min-width: 65em) {
  .rte ul.album_list li {
    width: 25%;
  }
}
.rte ul.album_list li img {
  width: 100% !important;
}
.rte img {
  display: block;
  width: auto !important;
  height: auto !important;
  margin-bottom: 30px;
}
@media (min-width: 47em) {
  .rte img.align-left,
  .rte img.align-right {
    max-width: 50%;
  }
}
@media (max-width: 47em) {
  .rte img.image-left {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 47em) {
  .rte img.image-left {
    float: left;
    width: auto;
    margin-right: 30px;
  }
}
@media (max-width: 47em) {
  .rte img.image-right {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 47em) {
  .rte img.image-right {
    float: right;
    width: auto;
    margin-left: 30px;
  }
}
.rte img.full-img {
  width: 100% !important;
}
.rte img.center-img {
  margin-left: auto;
  margin-right: auto;
}
.rte blockquote {
  color: #1FB1EB;
  font-size: 18px;
  font-size: 1.8rem;
  border-left: 5px solid #1FB1EB;
  padding-left: 20px;
  margin: 30px 0px;
}
@media (min-width: 47em) {
  .rte blockquote {
    margin: 60px 0px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.rte blockquote p {
  margin-bottom: 0;
}
.rte table {
  margin-bottom: 20px;
}
.rte table tr:last-child td {
  border-bottom: 0px solid #B4B4B4;
}
.rte table td {
  border-bottom: 1px solid #B4B4B4;
  padding: 8px 6px;
}
.rte table td:last-child {
  text-align: right;
}
.rte input {
  display: block;
}
.rte input[type='radio'] {
  display: inline-block;
  margin-right: 10px;
}
.rte iframe {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.rte .highlight-dark {
  display: block;
  background-color: #0B2D61;
  text-align: center;
  padding: 30px;
  color: #ffffff;
  margin: 30px 0px;
}
@media (min-width: 47em) {
  .rte .highlight-dark {
    margin: 60px 0px;
    padding: 60px;
  }
}
.rte .highlight-dark h3 {
  color: #ffffff;
  margin-bottom: 2.0em;
}
.rte .highlight-dark p:last-child {
  margin-bottom: 0;
}
.rte .highlight-light {
  display: block;
  background-color: #E8F7FD;
  padding: 30px;
  margin: 30px 0px;
}
.rte .highlight-light p:last-child {
  margin-bottom: 0;
}
.rte .datepicker {
  *zoom: 1;
}
.rte .datepicker:before,
.rte .datepicker:after {
  display: table;
  content: " ";
}
.rte .datepicker:after {
  clear: both;
}
.rte .datepicker select {
  margin-bottom: 10px;
}
.rte .datepicker select:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 47em) {
  .rte .datepicker select {
    width: 26%;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.intro-info {
  background-color: #E8F7FD;
  padding: 30px;
  margin-bottom: 30px;
}
@media (min-width: 47em) {
  .intro-info {
    margin-bottom: 60px;
  }
}
/* =============================================================================
   HOOKS
   ========================================================================== */
.lt-ie9 .logo img {
  max-width: inherit;
}
.lt-ie8 {
  /* box model ie7 clear fix */
}
.lt-ie8 .row {
  float: left;
  width: 100%;
  clear: both;
}
/* =============================================================================
   PRINT
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  html {
    font-size: 10px;
  }
  * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .ir {
    text-indent: 0;
    overflow: visible;
    direction: inherit;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm 1cm;
  }
  .page-footer,
  .main-nav {
    display: none;
  }
  .one-half {
    width: 50%;
  }
  .two-third {
    width: 66.66%;
  }
  .one-third {
    width: 33.33%;
  }
  .three-fourth {
    width: 75%;
  }
  .one-fourth {
    width: 25%;
  }
}
.clickable-row {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
