/* set up */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: 'Roboto', sans-serif; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  margin: 0;
  padding: 0;
  outline: none; }

/**
 * Sellection
 */
/**
 * Selection
::-moz-selection {
  color: $light;
  background: $highlight;
}

::selection {
  color: $light;
  background: $highlight;
}
*/
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: 700; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

sup {
  /*top: -0.5em;*/ }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  display: block; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'Roboto', sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 16px;
  border: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 8px;
  padding-left: 8px; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-2 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-3 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-4 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 50%; }

.col-xs-offset-3 {
  margin-left: 75%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 10%; }
  .col-sm-offset-2 {
    margin-left: 20%; }
  .col-sm-offset-3 {
    margin-left: 30%; }
  .col-sm-offset-4 {
    margin-left: 40%; }
  .col-sm-offset-5 {
    margin-left: 50%; }
  .col-sm-offset-6 {
    margin-left: 60%; }
  .col-sm-offset-7 {
    margin-left: 70%; }
  .col-sm-offset-8 {
    margin-left: 80%; }
  .col-sm-offset-9 {
    margin-left: 90%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 1025px) {
  .row {
    margin-right: -16px;
    margin-left: -16px; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

body {
  background-color: #DFEBEF;
  color: #141D1C; }

#page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%; }
  #page #content {
    overflow-x: hidden; }
  #page > header {
    flex: 0 0 auto;
    position: relative;
    z-index: 100; }
  #page > div {
    flex: 0 0 auto;
    position: relative;
    z-index: 1; }
  #page > footer {
    flex: 0 0 auto;
    position: relative;
    z-index: 100; }

h2 {
  font: 90px 'Enabler';
  color: #2593B5;
  font-weight: normal;
  height: 80px;
  overflow: hidden;
  text-transform: uppercase; }
  h2.float {
    float: left; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 25px;
      height: 23px; } }

h3 {
  font-size: 30px;
  color: #151D1C;
  letter-spacing: -0.22px;
  line-height: 30px;
  font-weight: 100;
  margin-bottom: 32px; }
  h3 .dim {
    opacity: 0.5; }

a {
  color: #2593B5;
  text-decoration: none; }

p {
  font-size: 16px;
  letter-spacing: -0.12px;
  line-height: 24px;
  margin-bottom: 32px;
  font-weight: 200; }

p.txt-light {
  font-weight: 100; }
  p.txt-light strong {
    font-weight: 200; }

.bg-light {
  background-color: #ffffff; }

.bg-grey {
  background-color: #EDEEED; }

.bg-hightlight-dark {
  background-color: #2593B5; }

.bg-dark {
  background-color: #000000; }

.txt-light {
  color: #fff; }

.bg-grey-white, .sub-banner-media {
  background: #edeeed;
  background: -moz-linear-gradient(left, #edeeed 0%, #edeeed 50%, white 50%, white 51%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #edeeed), color-stop(50%, #edeeed), color-stop(50%, white), color-stop(51%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(left, #edeeed 0%, #edeeed 50%, white 50%, white 51%, white 100%);
  background: -o-linear-gradient(left, #edeeed 0%, #edeeed 50%, white 50%, white 51%, white 100%);
  background: -ms-linear-gradient(left, #edeeed 0%, #edeeed 50%, white 50%, white 51%, white 100%);
  background: linear-gradient(to right, #edeeed 0%, #edeeed 50%, white 50%, white 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edeeed', endColorstr='#ffffff', GradientType=1); }
  @media only screen and (max-width: 767px) {
    .bg-grey-white, .sub-banner-media {
      background: none; } }

.bg-grey-white-vert {
  background: #edeeed;
  background: -moz-linear-gradient(top, #edeeed 0%, #edeeed 50%, white 50%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #edeeed), color-stop(50%, #edeeed), color-stop(50%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #edeeed 0%, #edeeed 50%, white 50%, white 100%);
  background: -o-linear-gradient(top, #edeeed 0%, #edeeed 50%, white 50%, white 100%);
  background: -ms-linear-gradient(top, #edeeed 0%, #edeeed 50%, white 50%, white 100%);
  background: linear-gradient(to bottom, #edeeed 0%, #edeeed 50%, white 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edeeed', endColorstr='#ffffff', GradientType=0); }

.bg-blue-grey {
  background: #2593b5;
  background: -moz-linear-gradient(left, #2593b5 0%, #2593b5 50%, #edeeed 50%, #edeeed 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2593b5), color-stop(50%, #2593b5), color-stop(50%, #edeeed), color-stop(100%, #edeeed));
  background: -webkit-linear-gradient(left, #2593b5 0%, #2593b5 50%, #edeeed 50%, #edeeed 100%);
  background: -o-linear-gradient(left, #2593b5 0%, #2593b5 50%, #edeeed 50%, #edeeed 100%);
  background: -ms-linear-gradient(left, #2593b5 0%, #2593b5 50%, #edeeed 50%, #edeeed 100%);
  background: linear-gradient(to right, #2593b5 0%, #2593b5 50%, #edeeed 50%, #edeeed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2593b5', endColorstr='#ffffff', GradientType=1); }
  @media only screen and (max-width: 767px) {
    .bg-blue-grey {
      background: none; } }

.video-container {
  max-width: 1400px;
  margin: 0 auto; }
  .video-container > div {
    position: relative;
    padding-bottom: 44.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    max-width: 1200px;
    margin: 0 auto; }
    .video-container > div iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

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

.center {
  display: block;
  margin: 0 auto; }

.wide {
  max-width: 100%;
  width: 100%; }

.p-48 {
  padding: 48px; }

.pt-48 {
  padding-top: 48px; }

.pb-48 {
  padding-bottom: 48px; }

.block {
  display: block; }

.text-2-col {
  column-count: 2;
  column-gap: 24px; }
  @media only screen and (max-width: 767px) {
    .text-2-col {
      column-count: 1;
      column-gap: 0; } }

.row-separator [class*='col'] {
  margin-bottom: 16px; }

@media only screen and (max-width: 767px) {
  .mobile-wide {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .img-mobile-wide {
    max-width: 100%;
    width: 100%; } }

/* not in mobile */
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .img-centered .row > div {
    position: relative; }
  .img-centered img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-height: calc(100% + 128px); } }

/* ui */
button {
  border: 0;
  background-color: transparent; }

.btn {
  border: 0;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 3px 4px 4px -1px rgba(0, 0, 0, 0.28);
  border-radius: 3px; }
  .btn.primary {
    background-color: #2593B5;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 48px; }
  .btn.dark {
    background-color: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 48px; }

/*
#pantalla-Cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 150000; }

#cookie-bar {
  background-color: #fff;
  border-radius: 3px;
  width: 480px;
  padding: 48px 48px 0 48px;
  position: absolute;
  z-index: 150001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  #cookie-bar .myButton {
    border: 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 3px 4px 4px -1px rgba(0, 0, 0, 0.28);
    border-radius: 3px;
    background-color: #2593B5;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 48px; }*/

.page-switch {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding-bottom: 16px; }
  .page-switch a {
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.1px;
    text-decoration: none; }
  .page-switch .back a span {
    display: inline-block;
    transform: rotate(90deg);
    color: #7E7C7C;
    margin-right: 16px; }
  .page-switch .switch a span {
    font-size: 12px;
    color: #7E7C7C; }
  .page-switch .switch a.prev span {
    display: inline-block;
    transform: rotate(90deg);
    margin-right: 16px; }
  .page-switch .switch a.next {
    margin-left: 64px; }
    .page-switch .switch a.next span {
      display: inline-block;
      transform: rotate(-90deg);
      margin-left: 16px; }
  @media only screen and (max-width: 767px) {
    .page-switch {
      margin-top: 16px;
      flex-wrap: wrap; }
      .page-switch .back {
        margin: 0 0 24px; }
      .page-switch .back,
      .page-switch .switch {
        flex: 0 0 100%;
        justify-content: space-between;
        display: flex; } }

.scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  padding: 16px; }
  .scrollable .item {
    box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.5);
    flex: 0 0 544px;
    margin-right: 24px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
    .scrollable .item .img {
      flex: 1 1 auto;
      display: block; }
      .scrollable .item .img img {
        display: block;
        margin: 0 auto 24px;
        width: auto; }
    .scrollable .item .text {
      flex: 0 0; }
      .scrollable .item .text strong {
        display: block;
        margin-bottom: 16px; }
      .scrollable .item .text p {
        margin-bottom: 0; }
  .scrollable:after {
    content: '\00a0';
    display: block;
    width: 1px;
    height: 1px; }

.slider-experiences .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  cursor: pointer; }
  .slider-experiences .slick-arrow.slick-prev {
    left: -24px; }
  .slider-experiences .slick-arrow.slick-next {
    right: -24px; }
  @media only screen and (max-width: 767px) {
    .slider-experiences .slick-arrow {
      display: none !important; } }

.slider-experiences .slick-dots {
  list-style-type: none;
  width: 100%;
  text-align: center;
  padding: 32px 0 0; }
  .slider-experiences .slick-dots li {
    display: inline-block;
    text-align: center;
    height: 2px;
    width: 20px;
    margin: 0 2px; }
    .slider-experiences .slick-dots li button {
      display: inline-block;
      height: 2px;
      width: 20px;
      overflow: hidden;
      border: 0;
      background-color: #ffffff;
      /*#FE0267;*/ }
    .slider-experiences .slick-dots li.slick-active button {
      background-color: #FE0267; }

/* Components */
.page-404 {
  height: 150px; }
  .page-404 a {
    font-weight: bold;
    color: #2593B5;
    text-decoration: none; }

.back {
  padding-bottom: 16px; }
  .back a {
    color: #141D1C;
    text-decoration: none; }
  .back [class*='icon'] {
    font-size: 12px; }

.banner-media {
  background-color: #d3d4d3; }
  .banner-media.video {
    /* para video */ }
    .banner-media.video > div {
      max-width: 1400px;
      margin: 0 auto; }
      .banner-media.video > div > div {
        position: relative;
        padding-bottom: 44.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
        max-width: 1200px;
        margin: 0 auto; }
        .banner-media.video > div > div iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .banner-media.img {
    position: relative; }
    .banner-media.img:before {
      content: '';
      display: block;
      background: #edeeed;
      background: -moz-linear-gradient(left, #edeeed 0%, #edeeed 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #edeeed), color-stop(50%, #edeeed), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, #edeeed 0%, #edeeed 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, #edeeed 0%, #edeeed 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(left, #edeeed 0%, #edeeed 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, #edeeed 0%, #edeeed 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      height: 32px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .banner-media.img > div {
      max-width: 1400px;
      margin: 0 auto; }
      .banner-media.img > div img {
        max-width: 100%; }
  .banner-media.img-nosuperpuesto {
    position: relative; }
    .banner-media.img-nosuperpuesto > div {
      max-width: 1400px;
      margin: 0 auto; }
      .banner-media.img-nosuperpuesto > div img {
        max-width: 100%; }

.page-template-contacto .contact {
  margin-bottom: 30px; }
  .page-template-contacto .contact .country {
    font-size: 30px;
    font-weight: 200; }
  .page-template-contacto .contact .details {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 16px; }
    .page-template-contacto .contact .details .responsable {
      font-weight: 600;
      margin-bottom: 5px; }
    .page-template-contacto .contact .details .email {
      margin-bottom: 5px; }
      .page-template-contacto .contact .details .email a {
        text-decoration: none;
        color: black; }
    .page-template-contacto .contact .details .phone {
      margin-bottom: 5px; }

/* eventos de la home */
.event-home {
  position: relative;
  margin-bottom: 16px;
  min-height: 300px;
  background-color: #EDEEED; }
  .event-home .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    background-color: #F2F2F2;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box; }
    .event-home .date .day {
      font-size: 50px;
      line-height: 50px;
      color: #000000;
      letter-spacing: -0.36px;
      display: block; }
    .event-home .date .month {
      font-size: 22px;
      color: #000000;
      letter-spacing: -1.4px;
      display: block; }
  .event-home img {
    width: 100%; }
  .event-home .text {
    background-color: rgba(255, 255, 255, 0.75);
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 16px;
    box-sizing: border-box;
    color: blacK;
    text-decoration: none; }
    .event-home .text p {
      margin: 0; }

/* bloque spara los listados de eventos y talleres, */
.event-list {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 64px;
  overflow: hidden;
  min-height: 342px; }
  .event-list .event-block {
    margin-bottom: 48px;
    display: flex;
    position: relative; }
    .event-list .event-block .img {
      flex: 0 0 50%;
      position: relative;
      display: flex; }
      .event-list .event-block .img img {
        max-width: 100%; }
    .event-list .event-block .txt {
      flex: 0 0 50%;
      background-color: #2593B5;
      color: #ffffff;
      position: relative;
      box-sizing: border-box; }
      .event-list .event-block .txt .title {
        font-size: 30px;
        color: #F2F2F2;
        letter-spacing: -0.82px;
        line-height: 34px;
        margin-bottom: 16px;
        display: block;
        text-decoration: none; }
      .event-list .event-block .txt p {
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: -0.12px;
        margin-bottom: 32px;
        line-height: 16px; }
      .event-list .event-block .txt .time {
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: -0.13px;
        margin-bottom: 16px;
        display: block; }
      .event-list .event-block .txt .date {
        position: absolute;
        top: 40px;
        background-color: #000;
        padding: 8px 24px;
        text-align: center;
        height: 135px; }
        .event-list .event-block .txt .date span {
          display: block; }
          .event-list .event-block .txt .date span:nth-child(1) {
            font-size: 50px;
            color: #FFFFFF;
            letter-spacing: -0.36px;
            font-weight: 700; }
          .event-list .event-block .txt .date span:nth-child(2) {
            font-size: 22px;
            color: #FFFFFF;
            letter-spacing: -1.4px;
            font-weight: 200; }
        .event-list .event-block .txt .date.enddate {
          top: 191px;
          background-color: #fff;
          color: #000000; }
          .event-list .event-block .txt .date.enddate span:nth-child(1) {
            color: #000000; }
          .event-list .event-block .txt .date.enddate span:nth-child(2) {
            color: #000000; }
    .event-list .event-block:nth-child(odd) .txt {
      padding: 88px 48px 0 88px; }
      .event-list .event-block:nth-child(odd) .txt:before {
        content: '';
        display: block;
        background-color: #EDEEED;
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0; }
      .event-list .event-block:nth-child(odd) .txt .date {
        left: 0;
        transform: translateX(-50%); }
    .event-list .event-block:nth-child(even) {
      flex-direction: row-reverse; }
      .event-list .event-block:nth-child(even) .img {
        padding-top: 40px; }
        .event-list .event-block:nth-child(even) .img:before {
          content: '';
          display: block;
          background-color: #EDEEED;
          width: 100%;
          height: 40px;
          position: absolute;
          left: 0;
          top: 0; }
      .event-list .event-block:nth-child(even) .txt {
        padding: 56px 88px 0 40px; }
        .event-list .event-block:nth-child(even) .txt .date {
          right: 0;
          transform: translateX(50%); }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .event-list {
      max-width: 100%;
      box-sizing: border-box;
      padding: 0 16px; }
      .event-list .event-block .txt {
        padding: 64px 40px 0 88px; } }
  @media only screen and (max-width: 767px) {
    .event-list {
      max-width: 100%;
      box-sizing: border-box;
      padding: 0 16px; }
      .event-list .event-block:nth-child(even), .event-list .event-block:nth-child(odd) {
        flex-direction: column;
        align-items: flex-end; }
        .event-list .event-block:nth-child(even) .txt, .event-list .event-block:nth-child(odd) .txt {
          padding: 32px 24px;
          max-width: calc(100% - 16px);
          margin-top: -32px;
          padding-bottom: 0;
          padding-right: 112px; }
          .event-list .event-block:nth-child(even) .txt:before, .event-list .event-block:nth-child(odd) .txt:before {
            display: none; }
          .event-list .event-block:nth-child(even) .txt .date, .event-list .event-block:nth-child(odd) .txt .date {
            top: 0;
            right: 0;
            left: auto;
            transform: translateY(-50%);
            position: absolute; }
            .event-list .event-block:nth-child(even) .txt .date.enddate, .event-list .event-block:nth-child(odd) .txt .date.enddate {
              top: 151px; }
        .event-list .event-block:nth-child(even) .img, .event-list .event-block:nth-child(odd) .img {
          padding: 0;
          width: 100%;
          align-items: flex-end; }
          .event-list .event-block:nth-child(even) .img img, .event-list .event-block:nth-child(odd) .img img {
            width: 100%;
            max-width: none; }
          .event-list .event-block:nth-child(even) .img:before, .event-list .event-block:nth-child(odd) .img:before {
            display: none; } }

.experience-data .address {
  display: flex;
  align-items: flex-start;
  color: #fff; }
  .experience-data .address span {
    font-size: 42px;
    margin-right: 8px; }

.experience-data .when {
  display: flex;
  color: #fff; }
  .experience-data .when .date {
    margin-right: 16px; }
    .experience-data .when .date .day {
      background-color: #ffffff;
      white-space: nowrap;
      color: #2593B5;
      font-size: 50px;
      line-height: 48px;
      font-weight: 700;
      padding: 8px;
      text-align: center; }
      .experience-data .when .date .day [class*='icon'] {
        font-size: 16px;
        vertical-align: middle;
        margin: 0 8px; }
    .experience-data .when .date .month {
      background-color: #DFEBEF;
      white-space: nowrap;
      font-size: 14px;
      padding: 8px;
      color: #141D1C;
      display: flex;
      justify-content: space-between; }
    .experience-data .when .date .timetable {
      display: block; }
      .experience-data .when .date .timetable > div {
        display: block; }

.experience-data .description {
  color: #141D1C;
  padding: 56px 0 0 32px; }

@media only screen and (max-width: 767px) {
  .experience-data {
    padding: 0; }
    .experience-data .container-fluid {
      padding-left: 0;
      padding-right: 0; }
      .experience-data .container-fluid .row > div:first-child {
        background-color: #2593B5;
        padding: 32px 24px; }
      .experience-data .container-fluid .row > div:last-child {
        background-color: #EDEEED;
        padding: 32px; } }

.experience-data.event-data .data {
  background-color: #2593B5; }

.experience-data.event-data .img {
  padding: 0; }

@media only screen and (max-width: 767px) {
  .experience-data .img img {
    margin: 0 auto;
    max-width: 100%; } }

.experiences-detail img {
  display: block;
  max-width: 100%;
  margin-bottom: 16px; }

.experiences-detail .data {
  display: flex;
  flex-wrap: wrap; }
  .experiences-detail .data > div {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding-right: 16px;
    margin-bottom: 16px; }
    .experiences-detail .data > div strong {
      font-size: 14px;
      color: #141D1C;
      letter-spacing: -0.1px;
      line-height: 23px;
      display: block; }
    .experiences-detail .data > div span {
      font-size: 18px;
      color: #141D1C;
      letter-spacing: -0.13px;
      line-height: 23px;
      font-weight: 200; }

.galeria-experiencias .row > div {
  margin-bottom: 16px; }
  .galeria-experiencias .row > div img {
    max-width: 100%; }

.experiencias-home .slide {
  display: flex !important; }
  .experiencias-home .slide .img {
    flex: 0 0 50%; }
    .experiencias-home .slide .img img {
      min-height: 100%;
      max-width: 100%;
      width: 100%; }
  .experiencias-home .slide .text {
    flex: 0 0 50%;
    padding: 48px 32px;
    background-color: #fff;
    box-sizing: border-box; }
    .experiencias-home .slide .text .title {
      font-size: 40px;
      color: #000000;
      line-height: 30px;
      margin-bottom: 16px; }
      .experiencias-home .slide .text .title a {
        font-size: 40px;
        color: #000000;
        line-height: 30px;
        text-decoration: none; }
    .experiencias-home .slide .text .author {
      font-size: 20px;
      color: #000000;
      letter-spacing: -0.15px;
      line-height: 30px;
      margin-bottom: 16px; }
      .experiencias-home .slide .text .author a {
        font-size: 20px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 30px;
        margin-bottom: 16px;
        text-decoration: none; }
    .experiencias-home .slide .text .where {
      display: flex;
      width: 100%;
      align-items: center; }
      .experiencias-home .slide .text .where span {
        flex: 0 0 auto;
        white-space: nowrap;
        font: 60px 'Enabler';
        color: #000000;
        letter-spacing: 0;
        line-height: 50px;
        text-transform: uppercase; }
      .experiencias-home .slide .text .where p {
        flex: 0 0 auto;
        margin: 0 0 0 64px;
        text-transform: uppercase;
        font-size: 20px;
        color: #000000;
        letter-spacing: -0.15px;
        line-height: 30px; }
        .experiencias-home .slide .text .where p a {
          text-decoration: none;
          color: black; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .experiencias-home .slide .text .where span {
    font-size: 50px; }
  .experiencias-home .slide .text .where p {
    margin-left: 32px; } }

@media only screen and (max-width: 767px) {
  .experiencias-home .slide {
    display: block !important; }
    .experiencias-home .slide .img img {
      height: 224px; }
    .experiencias-home .slide .text {
      clear: both; }
      .experiencias-home .slide .text .where span {
        font-size: 35px; }
      .experiencias-home .slide .text .where p {
        margin-left: 32px; } }

#page > footer {
  background-color: #D3D4D3; }
  #page > footer > div {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    padding: 40px 0 24px; }
    #page > footer > div strong {
      font-size: 14px;
      letter-spacing: -0.1px;
      margin-bottom: 24px;
      display: block;
      font-weight: normal; }
    #page > footer > div .links {
      display: flex;
      margin-bottom: 40px; }
      #page > footer > div .links > div {
        display: flex; }
        #page > footer > div .links > div:first-child {
          flex: 0 0 50%;
          flex-wrap: wrap; }
        #page > footer > div .links > div:last-child {
          margin-top: -45px;
          flex: 0 0 50%;
          display: flex;
          justify-content: flex-end;
          white-space: nowrap; }
          #page > footer > div .links > div:last-child div {
            padding-left: 16px; }
            #page > footer > div .links > div:last-child div span {
              display: block;
              font-size: 10px;
              margin-bottom: 16px; }
            #page > footer > div .links > div:last-child div img {
              display: inline-block;
              height: 16px; }
    #page > footer > div ul {
      list-style-type: none; }
      #page > footer > div ul li a {
        color: #141D1C; }
    #page > footer > div .countries {
      flex: 1 1 auto; }
      #page > footer > div .countries li {
        width: 33%;
        float: left; }
        #page > footer > div .countries li:nth-child(3n+1) {
          clear: left; }
        #page > footer > div .countries li a {
          font-size: 14px;
          color: #2593B5;
          letter-spacing: -0.1px;
          line-height: 30px;
          text-decoration: none; }
    #page > footer > div .email {
      flex: 0 0 100%;
      display: flex;
      justify-content: flex-start;
      margin-top: 16px; }
      #page > footer > div .email a {
        font-size: 14px;
        color: #2593B5;
        letter-spacing: -0.1px;
        line-height: 30px;
        text-decoration: none;
        align-self: center; }
        #page > footer > div .email a span {
          font-size: 20px;
          vertical-align: middle;
          padding-right: 10px; }
    #page > footer > div .legal {
      font-size: 12px;
      color: #FFFFFF;
      letter-spacing: -0.09px;
      display: flex;
      flex: 1 1 auto; }
      #page > footer > div .legal li a {
        text-decoration: none; }
      #page > footer > div .legal li:after {
        content: '';
        display: inline-block;
        border-right: 1px solid #141D1C;
        height: 13px;
        margin: 0 8px;
        vertical-align: middle; }
      #page > footer > div .legal li:last-child:after {
        display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page > footer {
      padding: 0 16px; }
      #page > footer > div .links div {
        flex-wrap: wrap; }
      #page > footer > div .countries {
        flex: 0 0 100%; }
      #page > footer > div .email {
        flex: 0 0 100%;
        justify-content: flex-start;
        border: 0; } }
  @media only screen and (max-width: 767px) {
    #page > footer {
      padding: 0 16px; }
      #page > footer > div .links {
        flex-wrap: wrap; }
        #page > footer > div .links > div {
          flex-wrap: nowrap; }
          #page > footer > div .links > div:first-child {
            flex: 0 0 50%; }
          #page > footer > div .links > div:last-child {
            flex: 0 0 50%;
            justify-content: flex-start;
            margin-top: 16px; }
        #page > footer > div .links .empresas {
          margin-top: 16px;
          flex-wrap: wrap; }
          #page > footer > div .links .empresas > div {
            flex: 0 0 100%; }
            #page > footer > div .links .empresas > div:first-child {
              padding: 0; }
            #page > footer > div .links .empresas > div:last-child {
              padding: 0;
              margin-top: 24px; }
      #page > footer > div .countries {
        flex: 0 0 100%; }
        #page > footer > div .countries li {
          width: 50%; }
          #page > footer > div .countries li:nth-child(3n+1) {
            clear: none; }
          #page > footer > div .countries li:nth-child(2n+1) {
            clear: left; }
      #page > footer > div .email {
        flex: 0 0 100%;
        justify-content: flex-start;
        border: 0; }
      #page > footer > div .rrss {
        margin: 40px 0 0 0; }
      #page > footer > div .legal {
        flex-wrap: wrap; }
        #page > footer > div .legal li {
          width: 100%;
          margin-bottom: 16px; }
          #page > footer > div .legal li:after {
            display: none; } }

#page > header > div:nth-child(1) {
  background-color: #2593B5; }
  #page > header > div:nth-child(1) div {
    height: 64px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between; }
    #page > header > div:nth-child(1) div a img {
      height: 34px;
      align-self: center; }

#page > header > div:nth-child(2) {
  background-color: #D3D4D3;
  overflow: hidden; }
  #page > header > div:nth-child(2) div {
    height: 80px;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between; }
  #page > header > div:nth-child(2) img {
    flex: 0 0 auto;
    align-self: center; }
  #page > header > div:nth-child(2) button[data-function='nav-trigger'] {
    color: #ffffff;
    width: 64px;
    font-size: 24px;
    display: none; }

#page > header a {
  flex: 0 0 auto;
  align-content: center;
  display: flex; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page > header > div:nth-child(2) div {
    padding: 0 24px; } }

@media only screen and (max-width: 767px) {
  #page > header > div:nth-child(1) div {
    justify-content: flex-start; }
    #page > header > div:nth-child(1) div img {
      margin-right: 16px; }
  #page > header > div:nth-child(2) div {
    padding: 0 16px;
    height: 0; }
    #page > header > div:nth-child(2) div button[data-function='nav-trigger'] {
      display: block;
      position: absolute;
      top: 16px;
      right: 16px; } }

.iframe {
  position: relative;
  z-index: 1; }
  .iframe:before {
    content: '';
    display: block;
    height: 48px;
    background-color: #2593B5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .iframe .row > div img {
    position: relative; }
  .iframe .row > div iframe {
    width: 100%;
    min-height: 528px;
    display: block;
    position: relative;
    z-index: 2; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .iframe .row > div {
      min-height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .iframe .row > div {
      min-height: 352px; } }

.listado-noticias {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .listado-noticias a {
    color: #141D1C;
    text-decoration: none; }
  .listado-noticias .noticia {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #ffffff;
    margin-bottom: 16px; }
    .listado-noticias .noticia div {
      box-sizing: border-box; }
    .listado-noticias .noticia .img {
      display: flex; }
      .listado-noticias .noticia .img img {
        width: 100%; }
    .listado-noticias .noticia .txt .date {
      font-size: 16px;
      color: #191919;
      letter-spacing: -0.12px;
      margin-bottom: 24px;
      display: block; }
    .listado-noticias .noticia .txt .title {
      font-size: 30px;
      color: #191919;
      letter-spacing: -0.82px;
      line-height: 34px;
      margin-bottom: 24px;
      display: block; }
    .listado-noticias .noticia .txt p {
      font-size: 16px;
      color: #191919;
      letter-spacing: -0.12px; }
    .listado-noticias .noticia:nth-child(1) {
      flex-basis: calc(50% - 8px);
      margin-right: 8px; }
      .listado-noticias .noticia:nth-child(1) .txt {
        padding: 32px 24px; }
    .listado-noticias .noticia:nth-child(2) {
      flex-basis: calc(50% - 8px);
      margin-left: 8px; }
      .listado-noticias .noticia:nth-child(2) .txt {
        padding: 32px 24px; }
    .listado-noticias .noticia:nth-child(3), .listado-noticias .noticia:nth-child(4) {
      flex-basis: 100%;
      display: flex; }
      .listado-noticias .noticia:nth-child(3) .img, .listado-noticias .noticia:nth-child(4) .img {
        flex: 0 0 50%;
        display: flex; }
        .listado-noticias .noticia:nth-child(3) .img img, .listado-noticias .noticia:nth-child(4) .img img {
          width: 100%; }
      .listado-noticias .noticia:nth-child(3) .txt, .listado-noticias .noticia:nth-child(4) .txt {
        flex: 0 1 50%;
        padding: 32px 24px; }
    .listado-noticias .noticia:nth-child(4) {
      flex-direction: row-reverse; }
    .listado-noticias .noticia:nth-child(5), .listado-noticias .noticia:nth-child(6), .listado-noticias .noticia:nth-child(7) {
      flex-basis: calc(33.333% - 8px);
      margin-right: 12px; }
      .listado-noticias .noticia:nth-child(5) .txt, .listado-noticias .noticia:nth-child(6) .txt, .listado-noticias .noticia:nth-child(7) .txt {
        padding: 32px; }
    .listado-noticias .noticia:nth-child(7) {
      margin-right: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .listado-noticias .noticia:nth-child(n+5):nth-child(odd) {
      flex-basis: calc(50% - 8px);
      margin: 0 8px 16px 0; }
    .listado-noticias .noticia:nth-child(n+5):nth-child(even) {
      flex-basis: calc(50% - 8px);
      margin: 0 0 16px 8px; } }
  @media only screen and (max-width: 767px) {
    .listado-noticias .noticia:nth-child(n) {
      display: block;
      flex-basis: 100%;
      flex-direction: column;
      margin: 0 0 16px 0; } }

/* setup columnas */
.grid-sizer,
.grid-item {
  width: calc(33.333% - 13px); }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 10px); } }

@media only screen and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%; } }

/* estilos elementos */
.grid-item {
  margin-bottom: 13px;
  overflow: hidden; }
  .grid-item img {
    width: 100%; }
  .grid-item a {
    color: #141D1C;
    display: block; }
  .grid-item .txt {
    max-height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 20px;
    padding: 16px;
    box-sizing: border-box;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s linear;
    overflow-y: auto;
    min-height: 100%;
    background-color: #fff; }
    .grid-item .txt ul {
      list-style-type: none; }
  .grid-item:hover .txt {
    opacity: 1;
    z-index: 1;
    left: 0; }
  @media only screen and (max-width: 767px) {
    .grid-item .txt {
      position: relative;
      opacity: 1;
      background-color: #fff;
      z-index: 1;
      left: 0; } }

.bg-light .txt {
  background-color: #EDEEED; }

.noticia-destacada {
  padding-bottom: 16px; }
  .noticia-destacada a {
    color: #ffffff;
    text-decoration: none; }
  .noticia-destacada .img {
    display: flex;
    overflow-x: hidden; }
  .noticia-destacada .txt {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background-color: #2593B5;
    padding: 32px 24px; }
    .noticia-destacada .txt .date {
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: -0.12px;
      display: block;
      margin-bottom: 24px; }
    .noticia-destacada .txt .title {
      font-size: 30px;
      color: #F2F2F2;
      letter-spacing: -0.82px;
      line-height: 32px;
      display: block;
      margin-bottom: 24px; }
    .noticia-destacada .txt p {
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: -0.12px;
      font-weight: 500;
      margin-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .noticia-destacada .img {
      padding: 0; }
      .noticia-destacada .img img {
        width: 100%; } }

#nav {
  display: flex;
  flex: 1 1;
  list-style-type: none;
  align-self: center;
  min-width: 240px; }
  #nav li {
    margin-right: 48px;
    padding: 0 4px 4px; }
    #nav li a {
      font-size: 16px;
      letter-spacing: -0.12px;
      text-decoration: none;
      font-weight: 200;
      color: #000;
      cursor: pointer;
      display: flex;
      align-items: center; }
      #nav li a:hover {
        color: #439EBF; }
      #nav li a span {
        font-size: 12px;
        vertical-align: middle;
        margin-left: 16px; }
    #nav li.on {
      border-bottom: 2px solid #2593B5; }
      #nav li.on a {
        font-weight: 500; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #nav li {
      margin-right: 24px; } }
  @media only screen and (max-width: 767px) {
    #nav {
      background-color: #fff;
      position: absolute;
      top: 100%;
      right: 0;
      display: none;
      text-align: left;
      box-shadow: -4px 6px 9px 0 rgba(0, 0, 0, 0.49); }
      #nav li {
        padding: 16px 32px;
        margin: 0;
        border-bottom: 1px solid #aaaaaa; }
        #nav li:last-child {
          border: 0; }
        #nav li a {
          color: #141D1C;
          font-size: 18px;
          letter-spacing: -0.13px;
          font-weight: 200;
          display: flex;
          align-items: center;
          justify-content: space-between; }
        #nav li.on {
          border-bottom: 1px solid  #aaaaaa; }
          #nav li.on a {
            font-weight: 200; } }

.subnav {
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  left: 0;
  height: 80px;
  width: 100%;
  overflow: hidden;
  display: none;
  list-style-type: none;
  align-content: center;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
  min-width: 240px; }
  .subnav li {
    justify-self: center;
    align-self: center; }
    .subnav li a {
      font-size: 16px;
      color: rgba(0, 0, 0, 0.85);
      letter-spacing: -0.12px;
      text-decoration: none;
      margin: 0 16px;
      font-weight: 200; }
  @media only screen and (max-width: 767px) {
    .subnav {
      background-color: #fff;
      position: absolute;
      top: 100%;
      right: 0;
      display: none;
      height: auto;
      width: auto;
      left: auto;
      padding: 0;
      text-align: left; }
      .subnav li {
        padding: 16px 32px;
        margin: 0;
        border-bottom: 1px solid #aaaaaa; }
        .subnav li:last-child {
          border: 0; }
        .subnav li a {
          color: #141D1C;
          font-size: 18px;
          letter-spacing: -0.13px;
          margin: 0; } }

.pre-footer .row > div {
  padding-right: 64px; }
  .pre-footer .row > div p {
    font-weight: 200; }
  .pre-footer .row > div .rrss {
    display: flex;
    list-style-type: none; }
    .pre-footer .row > div .rrss li {
      margin-right: 16px;
      background-color: #2593B5;
      box-shadow: 3px 4px 4px -1px rgba(0, 0, 0, 0.28);
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      text-align: center; }
      .pre-footer .row > div .rrss li:last-child {
        margin-right: 0; }
      .pre-footer .row > div .rrss li a {
        text-decoration: none;
        font-size: 24px;
        color: #fff;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px; }
        .pre-footer .row > div .rrss li a span {
          margin-left: 1px;
          position: relative;
          top: 1px; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .pre-footer .row > div {
    margin-bottom: 48px; }
    .pre-footer .row > div:last-child {
      margin-bottom: 0; } }

.senses > span {
  display: inline-block;
  margin-right: 8px; }

.sub-banner-media {
  position: relative; }
  .sub-banner-media .container-fluid .row > div:nth-child(2) {
    padding: 24px 0; }
  @media only screen and (max-width: 767px) {
    .sub-banner-media {
      background-color: #ffffff; } }

/* superposicion de la imagen si el bloque enterior es un banner media de imagen */
.banner-media.img + .sub-banner-media .row > div:nth-child(2) {
  margin-top: -48px;
  padding: 16px; }
  .banner-media.img + .sub-banner-media .row > div:nth-child(2) img {
    max-width: 100%; }

.banner-media.video + .sub-banner-media .row > div:nth-child(2) img {
  max-width: 100%; }

.submenu-experiencias {
  float: right;
  max-height: 80px; }
  .submenu-experiencias ul {
    list-style-type: none;
    line-height: 80px; }
    .submenu-experiencias ul li {
      display: inline-block; }
      .submenu-experiencias ul li a {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.12px;
        color: #141D1C;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 24px; }
      .submenu-experiencias ul li:last-child a {
        margin: 0; }
      .submenu-experiencias ul li.on a {
        color: #2593B5; }
  @media only screen and (max-width: 767px) {
    .submenu-experiencias {
      float: none;
      margin: -48px -24px 32px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      padding: 0 16px; }
      .submenu-experiencias .slick-slide {
        line-height: 32px; }
        .submenu-experiencias .slick-slide > div a {
          font-size: 18px;
          color: #000000;
          letter-spacing: -0.13px;
          padding: 0 24px;
          height: 60px;
          line-height: 60px;
          display: block; } }
  .submenu-experiencias .slick-current > div a {
    border-bottom: 4px solid #2593B5;
    color: #2593B5; }

.twitter-feed {
  font-size: 15px; }
  .twitter-feed > div {
    margin-bottom: 8px;
    display: flex; }
    .twitter-feed > div:nth-child(even) {
      padding-left: 4px; }
    .twitter-feed > div:nth-child(odd) {
      padding-right: 4px; }
    .twitter-feed > div > div {
      background-color: #ffffff;
      padding: 32px 16px;
      display: flex; }
      .twitter-feed > div > div .photo {
        flex: 0 0 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 16px; }
        .twitter-feed > div > div .photo img {
          max-width: 100%; }
      .twitter-feed > div > div strong {
        display: inline-block;
        margin-bottom: 16px; }
      .twitter-feed > div > div a {
        color: #141D1C;
        text-decoration: underline; }

/* Debug -  quitar para produccion */
/*@import 'debug';*/

/*# sourceMappingURL=maps/theme.css.map */
