/**
 * Breakpoints list
 */
/**
 * Number of total columns
 */
/**
 * Number of total columns
 */
/**
 * Space between columns
 */
/**
 * Colours
 */
/**
 * Regions and their colors
 */
/**
 * Font stacks
 */
/**
 * Slick.js
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/*
 * Fonts
 */
*,
*:before,
*:after {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.wf-loading {
  visibility: hidden; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.inline {
  display: inline;
  margin-right: 10px; }

.bold {
  font-family: "museo-slab";
  font-weight: 700; }

.clearfix:before, .page-header:before, .container:before, .row:before, .section:before, .clearfix:after, .page-header:after, .container:after, .row:after, .section:after {
  content: '';
  display: table;
  line-height: 0; }

.clearfix:after, .page-header:after, .container:after, .row:after, .section:after {
  clear: both; }

.hidden {
  display: none; }

.page-header {
  border-bottom: solid 1px #818181;
  margin-bottom: 24px; }
  .page-header .form--search {
    display: inline-block;
    float: left;
    margin-left: 48px; }
  .page-header h1 {
    float: left;
    display: inline-block;
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase; }

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

/**
 * Sticky
 */
.sticky {
  z-index: 99; }

.sticky--stuck {
  position: fixed;
  top: 0;
  margin-top: 0; }

/**
 * Icon
 */
.fa {
  margin-right: 10px; }

.ui-sortable-handle .fa {
  cursor: -webkit-grab;
  cursor: grab; }

/**
 * Accessibility
 */
.sr-only {
  display: none; }

/**
 * Visibility classes
 */
@media screen and (min-width: 768px) {
  .show-for-small {
    display: none !important; } }

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

/**
 * Text
 */
.text-align-centre {
  text-align: center; }

/**
 * Scrollable
 */
.scrollable {
  height: 300px;
  overflow: auto; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 24px; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body {
  color: #818181;
  font-size: 100%;
  line-height: 1.5;
  font-family: "museo-sans";
  font-weight: 300; }
  body.admin {
    background: #e5f2f8; }

h1, h2, h3, h4, h5, h6,
p, ul, ol, address, hr {
  margin-bottom: 24px; }

h1, h2, h3, h4, h5, h6 {
  color: #585858; }

h1, h2, h3 {
  font-family: "museo-slab";
  font-weight: 700; }

h2 {
  font-size: 20px;
  font-size: 1.25rem; }

ul, ol {
  margin-left: 24px; }

a {
  color: inherit;
  text-decoration: none; }

img,
iframe {
  display: block;
  max-width: 100%; }

hr {
  background-color: #818181;
  color: #818181;
  height: 1px; }

address {
  font-style: normal; }

strong,
th {
  font-family: "museo-sans";
  font-weight: 700; }

table {
  border-collapse: collapse;
  width: 100%; }
  table th,
  table td {
    padding: 24px;
    vertical-align: top; }
  table th:first-child,
  table td:first-child {
    padding-left: 0; }
  table th:last-child,
  table td:last-child {
    padding-right: 0; }
  table th {
    color: #585858;
    text-align: left; }

.table {
  margin-bottom: 24px; }
  .table > thead:first-child > tr:first-child > th {
    vertical-align: bottom;
    border-bottom: solid 2px #818181; }
  .table > tbody > tr {
    border-top: solid 1px #818181; }
    .table > tbody > tr .is-hidden-on-hover {
      opacity: 0; }
    .table > tbody > tr:hover .is-hidden-on-hover {
      opacity: 1; }

fieldset {
  border: solid 1px #585858;
  margin-bottom: 24px;
  padding: 24px 24px 0; }
  fieldset > legend {
    background-color: #e5f2f8;
    color: #585858;
    font-family: "museo-sans";
    font-weight: 700;
    padding: 0 24px;
    text-transform: uppercase; }

label {
  display: block;
  margin-bottom: 12px; }

.label--inline {
  display: inline;
  margin-right: 10px; }

button {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select,
.select-wrapper {
  background-color: #fff;
  border: solid 1px #888;
  border-radius: 5px;
  display: inline-block;
  font: inherit;
  height: 48px;
  padding: 0 12px;
  width: 100%; }

input[type="file"] {
  height: auto;
  padding: 12px; }

select {
  padding: 12px; }

textarea {
  min-height: 300px; }

.select-wrapper {
  padding: 0;
  width: auto; }
  .select-wrapper span,
  .select-wrapper select {
    height: 46px;
    line-height: 46px;
    float: left; }
  .select-wrapper select {
    border: 0;
    border-radius: 0; }
  .select-wrapper span {
    margin: 0 24px; }

.input--smallest {
  width: 60px; }

.input--small {
  width: 80px; }

.input--normal {
  width: 120px; }

.form--search {
  position: relative; }
  .form--search input {
    padding-right: 36px;
    width: 300px; }
  .form--search i {
    position: absolute;
    right: 0;
    top: 15px; }

.form__group,
.form__actions {
  margin-bottom: 24px; }

.form__group > label {
  color: #585858;
  font-family: "museo-sans";
  font-weight: 700; }

.form__group > input[type="checkbox"],
.form__group input[type="radio"] {
  float: left;
  margin-right: 10px;
  margin-top: 3px; }

.form__group--inline {
  display: inline-block; }

.form__actions {
  text-align: right; }

.form--edit {
  display: none; }
  .form--edit input {
    width: 150px; }

span[data-editable-toggle] {
  cursor: pointer; }

/**
 * Selectize
 */
/**
  * selectize.css (v0.11.2)
  * Copyright (c) 2013 Brian Reavis & contributors
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
  * file except in compliance with the License. You may obtain a copy of the License at:
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software distributed under
  * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
  * ANY KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  *
  * @author Brian Reavis <brian@thirdroute.com>
  */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.navbar {
  font-family: "museo-slab";
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%; }
  .navbar .nav {
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .navbar .nav {
        float: none; } }
  .navbar ul:not(.nav--main):not(.nav--social) li > a {
    padding: 12px; }
    @media screen and (min-width: 768px) {
      .navbar ul:not(.nav--main):not(.nav--social) li > a::after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        bottom: 5px;
        left: 12px;
        height: 2px;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: opacity 0.3s, width 0.3s;
                transition: opacity 0.3s, width 0.3s; }
      .navbar ul:not(.nav--main):not(.nav--social) li > a:hover::after {
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
        opacity: 1; } }
  @media screen and (min-width: 768px) {
    .navbar ul:not(.nav--main):not(.nav--social) li:first-child > a {
      padding-left: 0; }
      .navbar ul:not(.nav--main):not(.nav--social) li:first-child > a::after {
        left: 0; }
      .navbar ul:not(.nav--main):not(.nav--social) li:first-child > a:hover::after {
        width: -webkit-calc(100% - 12px);
        width: calc(100% - 12px);
        left: 0; }
    .navbar ul:not(.nav--main):not(.nav--social) li ul > li:first-child > a {
      padding: 12px; }
      .navbar ul:not(.nav--main):not(.nav--social) li ul > li:first-child > a::after {
        left: 12px; }
      .navbar ul:not(.nav--main):not(.nav--social) li ul > li:first-child > a:hover::after {
        left: 12px;
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px); }
    .navbar ul:not(.nav--main):not(.nav--social) li ul > li > a {
      display: block;
      padding: 12px; }
      .navbar ul:not(.nav--main):not(.nav--social) li ul > li > a::after {
        background: rgba(0, 0, 0, 0.2); } }
  .navbar.navbar--secondary {
    background-color: #a9a9a9; }
    .navbar.navbar--secondary ul > li > a {
      color: white; }
      .navbar.navbar--secondary ul > li > a::after {
        background: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 768px) {
      .navbar.navbar--secondary ul > li {
        display: block; } }
    @media screen and (min-width: 1200px) {
      .navbar.navbar--secondary .container {
        position: relative; }
        .navbar.navbar--secondary .container:before {
          content: "";
          position: absolute;
          height: 65px;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 9;
          background-image: url("../img/bg.png"); }
        .navbar.navbar--secondary .container ul.nav {
          position: relative;
          z-index: 99; } }
  .navbar.navbar--global {
    background-color: #f7f7f7; }
    @media screen and (max-width: 768px) {
      .navbar.navbar--global {
        padding: 12px 0; }
        .navbar.navbar--global .nav-collapse-toggle {
          position: absolute;
          right: 12px; } }
    .navbar.navbar--global .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 768px) {
        .navbar.navbar--global .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .navbar.navbar--global .container .brand {
        margin-right: 24px; }
        @media screen and (max-width: 768px) {
          .navbar.navbar--global .container .brand {
            text-align: center;
            margin: 0; }
            .navbar.navbar--global .container .brand img {
              display: inline;
              max-width: 200px; } }
      .navbar.navbar--global .container .navbar__heading h1 {
        font-size: 32px;
        font-size: 2rem;
        font-family: "museo-slab";
        font-weight: 300;
        margin-bottom: 0; }
      .navbar.navbar--global .container .navbar__heading .navbar__link--indent {
        font-family: "museo-sans";
        font-weight: 700;
        margin-left: 24px; }
      @media screen and (max-width: 768px) {
        .navbar.navbar--global .container .navbar__heading {
          font-size: 20px;
          font-size: 1.25rem;
          margin: 6px 0;
          text-align: center; } }
    .navbar.navbar--global .nav--social {
      margin-bottom: 0;
      margin-left: auto; }
      .navbar.navbar--global .nav--social li {
        vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .navbar.navbar--global .nav--social {
          margin: auto; } }
  .navbar.navbar--admin {
    background-color: #0A445C; }
    .navbar.navbar--admin ul > li > a {
      color: white; }
      .navbar.navbar--admin ul > li > a::after {
        background: rgba(255, 255, 255, 0.5); }
  .navbar.navbar--admin--secondary {
    background-color: #c0d2dc;
    text-transform: none; }
    .navbar.navbar--admin--secondary .btn--sm {
      margin: 6px 0; }

.main {
  padding: 48px 0; }

/* Continent-specific styles */
body.asia-pacific .navbar--conference {
  background: #6c1a75; }
  @media screen and (min-width: 1200px) {
    body.asia-pacific .navbar--conference .container:before {
      background-image: url("../img/bg--asia-pacific.png"); } }

body.europe-middle-east-africa .navbar--conference {
  background: #8fd03c; }
  @media screen and (min-width: 1200px) {
    body.europe-middle-east-africa .navbar--conference .container:before {
      background-image: url("../img/bg--emea.png"); } }

body.spain-latin-america .navbar--conference {
  background: #3993ca; }
  @media screen and (min-width: 1200px) {
    body.spain-latin-america .navbar--conference .container:before {
      background-image: url("../img/bg--spain-latam.png"); } }

body.united-states-canada .navbar--conference {
  background: #c1201a; }
  @media screen and (min-width: 1200px) {
    body.united-states-canada .navbar--conference .container:before {
      background-image: url("../img/bg--us-canada.png"); } }

.masonry {
  margin: 0 -12px;
  position: relative; }
  .masonry .masonry__item {
    margin-bottom: 24px;
    padding: 0 12px;
    width: 20%; }

/*! 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: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  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("../img/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("../img/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("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  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("../img/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("../img/fancybox_sprite@2x.png");
    -webkit-background-size: 44px 152px;
            background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* Sticky Footer */
html, body {
  height: 100%; }

.content-wrapper {
  min-height: 100%;
  margin-bottom: -264px; }

.content-wrapper:after {
  content: "";
  display: block; }

footer, .content-wrapper:after {
  height: 264px; }

.admin__meta {
  border-top: 1px solid #818181;
  padding-top: 24px; }
  .admin__meta ul {
    list-style: none;
    margin-left: 0; }

.admin__benefits__type-select {
  display: block;
  font-family: "museo-sans";
  font-weight: 700; }

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px; }
  .container.container--small {
    max-width: 700px; }
  .container.container--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.row {
  margin-left: -24px; }

.col {
  float: left;
  padding-left: 24px;
  position: relative; }
  .col--clear-at-6:nth-of-type(6n+1) {
    clear: both; }

@media only screen and (max-width: 768px) {
  .col--sd-1 {
    width: 8.3333333333%; }
  .col--sd-offset-1 {
    margin-left: 8.3333333333%; }
  .col--sd-2 {
    width: 16.6666666667%; }
  .col--sd-offset-2 {
    margin-left: 16.6666666667%; }
  .col--sd-3 {
    width: 25%; }
  .col--sd-offset-3 {
    margin-left: 25%; }
  .col--sd-4 {
    width: 33.3333333333%; }
  .col--sd-offset-4 {
    margin-left: 33.3333333333%; }
  .col--sd-5 {
    width: 41.6666666667%; }
  .col--sd-offset-5 {
    margin-left: 41.6666666667%; }
  .col--sd-6 {
    width: 50%; }
  .col--sd-offset-6 {
    margin-left: 50%; }
  .col--sd-7 {
    width: 58.3333333333%; }
  .col--sd-offset-7 {
    margin-left: 58.3333333333%; }
  .col--sd-8 {
    width: 66.6666666667%; }
  .col--sd-offset-8 {
    margin-left: 66.6666666667%; }
  .col--sd-9 {
    width: 75%; }
  .col--sd-offset-9 {
    margin-left: 75%; }
  .col--sd-10 {
    width: 83.3333333333%; }
  .col--sd-offset-10 {
    margin-left: 83.3333333333%; }
  .col--sd-11 {
    width: 91.6666666667%; }
  .col--sd-offset-11 {
    margin-left: 91.6666666667%; }
  .col--sd-12 {
    width: 100%; }
  .col--sd-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .col--md-1 {
    width: 8.3333333333%; }
  .col--md-offset-1 {
    margin-left: 8.3333333333%; }
  .col--md-2 {
    width: 16.6666666667%; }
  .col--md-offset-2 {
    margin-left: 16.6666666667%; }
  .col--md-3 {
    width: 25%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-4 {
    width: 33.3333333333%; }
  .col--md-offset-4 {
    margin-left: 33.3333333333%; }
  .col--md-5 {
    width: 41.6666666667%; }
  .col--md-offset-5 {
    margin-left: 41.6666666667%; }
  .col--md-6 {
    width: 50%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-7 {
    width: 58.3333333333%; }
  .col--md-offset-7 {
    margin-left: 58.3333333333%; }
  .col--md-8 {
    width: 66.6666666667%; }
  .col--md-offset-8 {
    margin-left: 66.6666666667%; }
  .col--md-9 {
    width: 75%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-10 {
    width: 83.3333333333%; }
  .col--md-offset-10 {
    margin-left: 83.3333333333%; }
  .col--md-11 {
    width: 91.6666666667%; }
  .col--md-offset-11 {
    margin-left: 91.6666666667%; }
  .col--md-12 {
    width: 100%; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 1200px) {
  .col--ld-1 {
    width: 8.3333333333%; }
  .col--ld-offset-1 {
    margin-left: 8.3333333333%; }
  .col--ld-2 {
    width: 16.6666666667%; }
  .col--ld-offset-2 {
    margin-left: 16.6666666667%; }
  .col--ld-3 {
    width: 25%; }
  .col--ld-offset-3 {
    margin-left: 25%; }
  .col--ld-4 {
    width: 33.3333333333%; }
  .col--ld-offset-4 {
    margin-left: 33.3333333333%; }
  .col--ld-5 {
    width: 41.6666666667%; }
  .col--ld-offset-5 {
    margin-left: 41.6666666667%; }
  .col--ld-6 {
    width: 50%; }
  .col--ld-offset-6 {
    margin-left: 50%; }
  .col--ld-7 {
    width: 58.3333333333%; }
  .col--ld-offset-7 {
    margin-left: 58.3333333333%; }
  .col--ld-8 {
    width: 66.6666666667%; }
  .col--ld-offset-8 {
    margin-left: 66.6666666667%; }
  .col--ld-9 {
    width: 75%; }
  .col--ld-offset-9 {
    margin-left: 75%; }
  .col--ld-10 {
    width: 83.3333333333%; }
  .col--ld-offset-10 {
    margin-left: 83.3333333333%; }
  .col--ld-11 {
    width: 91.6666666667%; }
  .col--ld-offset-11 {
    margin-left: 91.6666666667%; }
  .col--ld-12 {
    width: 100%; }
  .col--ld-offset-12 {
    margin-left: 100%; } }

.col--ld-4:not(.slick-slide):nth-of-type(3n+1),
.col--md-4:not(.slick-slide):nth-of-type(3n+1) {
  clear: both; }

button.nav-collapse-toggle {
  z-index: 9999;
  display: none;
  padding: 12px;
  text-transform: uppercase;
  color: white; }
  button.nav-collapse-toggle i {
    margin-right: 6px; }
  @media screen and (max-width: 768px) {
    button.nav-collapse-toggle {
      display: block; } }

a.nav-collapse-toggle {
  cursor: default; }
  a.nav-collapse-toggle:before {
    font-family: "FontAwesome";
    font-weight: bold;
    content: "\f107";
    padding-right: 6px;
    -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s; }
  @media screen and (max-width: 768px) {
    a.nav-collapse-toggle:before {
      padding-right: 0;
      position: absolute;
      left: -10px; }
    a.nav-collapse-toggle.active:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }

.nav-collapse {
  display: block; }
  @media screen and (max-width: 768px) {
    .nav-collapse {
      max-height: 100vh;
      overflow: auto;
      clear: both;
      display: none; } }

.nav {
  list-style: none;
  margin: 0; }
  .nav > li {
    display: inline-block;
    position: relative; }
    .nav > li:first-child {
      padding-left: 0; }
    @media screen and (max-width: 768px) {
      .nav > li {
        margin-left: 12px; } }
    .nav > li > a {
      display: block; }
    .nav > li.active > a {
      font-family: "museo-slab";
      font-weight: 700; }
    .nav > li:hover > ul, .nav > li:focus > ul {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0) translateZ(0);
              transform: translateY(0) translateZ(0); }
    .nav > li > ul {
      list-style: none; }
      @media screen and (max-width: 768px) {
        .nav > li > ul > li:not(:last-child) {
          border-bottom: 1px solid white; }
        .nav > li > ul > li > a {
          display: block; }
        .nav > li > ul > li > * {
          color: white; } }
      @media screen and (min-width: 768px) {
        .nav > li > ul {
          border: 1px solid #DADADA;
          border-top: none;
          margin: 0;
          left: -1px;
          background: #f7f7f7;
          visibility: hidden;
          -webkit-transition: all 0.3s;
                  transition: all 0.3s;
          -webkit-transform: translateY(10px) translateZ(0);
                  transform: translateY(10px) translateZ(0);
          opacity: 0;
          position: absolute;
          width: 300px;
          top: 45px;
          z-index: 99; }
          .nav > li > ul > li > a:link,
          .nav > li > ul > li a:visited {
            position: relative;
            color: #818181; } }
  @media screen and (min-width: 768px) {
    .nav .nav__item--right {
      float: right; } }

ul.nav--fenced > li {
  border-right: solid 1px #818181;
  padding: 0 36px; }
  @media screen and (max-width: 768px) {
    ul.nav--fenced > li {
      border-right: 0;
      border-bottom: solid 1px #818181;
      display: block;
      padding: 12px 0; } }
  ul.nav--fenced > li:first-child {
    padding-left: 0; }
  ul.nav--fenced > li:last-child {
    border: 0;
    padding-bottom: 0;
    padding-right: 0; }

.nav--list {
  margin-bottom: 24px; }
  .nav--list > li {
    display: block; }
    .nav--list > li i {
      text-align: center;
      vertical-align: text-top;
      width: 24px; }

.nav--ui-list > li {
  border-bottom: solid 1px #fff;
  padding: 12px 0; }
  .nav--ui-list > li:last-child {
    border-bottom: 0; }

.nav--main {
  float: right; }

.nav--pills {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px; }
  .nav--pills > li.active > a {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25); }
  .nav--pills > li > a {
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    border: solid 1px #DADADA;
    color: #818181;
    padding: 6px 24px; }

.nav--timeline {
  margin-top: 12px; }
  .nav--timeline > li {
    border-top: solid 1px #DADADA;
    margin: 0 -5px; }
    .nav--timeline > li.active > a {
      color: #444; }
    .nav--timeline > li > a {
      color: inherit;
      padding: 24px 24px 0;
      position: relative;
      text-align: center; }
      .nav--timeline > li > a:after {
        background-color: #f7f7f7;
        border: solid 1px #DADADA;
        border-radius: 100%;
        content: '';
        height: 24px;
        left: 50%;
        margin-left: -12px;
        position: absolute;
        top: -12px;
        width: 24px; }

.nav--social {
  float: right; }
  @media screen and (max-width: 768px) {
    .nav--social {
      float: none;
      text-align: center; } }
  .nav--social > li {
    margin-left: 0; }
    .nav--social > li:not(:first-of-type) {
      margin-left: 12px; }
    .nav--social > li > a {
      -webkit-transition: color 0.2s;
              transition: color 0.2s;
      background-color: #818181;
      border-radius: 50%;
      color: #DADADA;
      font-size: 16px;
      font-size: 1rem;
      height: 36px;
      line-height: 36px;
      text-align: center;
      width: 36px; }
      .nav--social > li > a > i {
        margin-right: 0;
        vertical-align: baseline; }
      .nav--social > li > a:hover {
        color: white; }
      @media screen and (max-width: 768px) {
        .nav--social > li > a {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 16px;
          font-size: 1rem; } }
  .nav--social:after {
    content: '';
    display: block;
    clear: both; }

.benefit h1 {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase; }

.benefit h2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }

.benefit h3 {
  text-transform: uppercase;
  font-family: "museo-slab";
  font-weight: 700; }

.benefit__sponsors {
  border: 1px solid #f7f7f7;
  padding: 12px;
  margin-bottom: 24px; }

.btn {
  background-color: transparent;
  border: solid 2px #585858;
  border-radius: 6px;
  color: #585858;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "museo-sans";
  font-weight: 700;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
          transition: all 200ms;
  width: auto;
  /**
   * Types
   */
  /**
   * Sizes
   */ }
  .btn:hover {
    background-color: #585858;
    color: #fff; }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn .fa {
    margin-right: 0; }
  .btn.btn--link {
    border: 0; }
  .btn.btn--primary {
    border-color: #99cc33;
    color: #99cc33; }
    .btn.btn--primary:hover {
      background-color: #99cc33;
      color: #fff; }
  .btn.btn--danger {
    background-color: #f4c1c1;
    border-color: #dc3132;
    color: #dc3132; }
  .btn.btn--white {
    border-color: #fff;
    color: #fff; }
    .btn.btn--white:hover {
      background-color: #fff;
      color: #585858; }
  .btn:disabled {
    color: #818181;
    background-color: #DADADA;
    border-color: #DADADA;
    cursor: not-allowed; }
    .btn:disabled:hover {
      background-color: #DADADA;
      color: #818181; }
  .btn.btn--sm {
    line-height: 36px;
    height: 36px;
    padding: 0 12px; }
  .btn.btn--block {
    display: block; }

.section {
  background-color: #fff;
  padding: 48px 0;
  position: relative; }
  .section .section__overlay {
    left: 0;
    right: 0;
    height: auto;
    top: 0;
    position: absolute;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .section .section__overlay {
        width: inherit;
        max-width: inherit;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); } }
  .section .section__intro {
    font-family: "museo-slab";
    font-weight: 700;
    text-align: center; }
    .section .section__intro address,
    .section .section__intro p {
      font-size: 19.2px;
      font-size: 1.2rem;
      text-transform: uppercase; }
    .section .section__intro .section__archive-link {
      text-transform: uppercase;
      font-family: "museo-slab";
      font-weight: 300; }
      @media screen and (min-width: 768px) {
        .section .section__intro .section__archive-link {
          float: right; } }
  .section .section__title {
    border-bottom: solid 1px #818181;
    font-family: "museo-slab";
    font-weight: 900;
    font-size: 48px;
    font-size: 3rem;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .section .section__title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1; } }
  .section .section__sub-title {
    font-family: "museo-slab";
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    text-transform: uppercase; }
    .section .section__sub-title.section__sub-title--centred {
      text-align: center; }
  .section .video {
    margin: 0 auto 24px; }

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

.section--overlay {
  margin-top: -96px;
  padding-top: 0; }

.section--light {
  background-color: #DADADA; }

.section--lightest {
  background-color: #f7f7f7; }

.section--dark,
.section--darkest {
  color: #fff; }
  .section--dark .section__title,
  .section--dark h2,
  .section--dark h3,
  .section--dark .btn,
  .section--dark hr,
  .section--dark .nav--sessions a,
  .section--darkest .section__title,
  .section--darkest h2,
  .section--darkest h3,
  .section--darkest .btn,
  .section--darkest hr,
  .section--darkest .nav--sessions a {
    color: #fff; }
  .section--dark .section__title,
  .section--darkest .section__title {
    border-color: #fff; }
  .section--dark .btn,
  .section--darkest .btn {
    border-color: #fff; }
  .section--dark hr,
  .section--darkest hr {
    background-color: #fff; }

.section--dark {
  background-color: #585858; }

.section--darkest {
  background-color: #383838; }

/*
 * Modifiers
 */
@media screen and (min-width: 768px) {
  .section--home {
    background: url("../img/index-background.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; } }

#speakers {
  background-color: #fff; }

#venue {
  height: 400px;
  padding: 0;
  position: relative; }
  #venue #map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #venue #map {
        position: relative; } }
  #venue .container {
    height: 100%; }
  #venue .section__title {
    border-bottom: 0; }
  #venue .section__intro {
    background-color: #99cc33;
    color: #fff;
    float: left;
    height: 100%;
    padding: 24px;
    position: relative;
    width: 33%;
    z-index: 2; }
    #venue .section__intro.bubble--asia-pacific .chart,
    #venue .section__intro.bubble--asia-pacific .bubble__percentage {
      color: #0A445C; }
    #venue .section__intro.section__intro--asia-pacific {
      background-color: #6c1a75; }
    #venue .section__intro.section__intro--europe-middle-east-africa {
      background-color: #8fd03c; }
    #venue .section__intro.section__intro--spain-latin-america {
      background-color: #3993ca; }
    #venue .section__intro.section__intro--united-states-canada {
      background-color: #c1201a; }
    @media screen and (max-width: 768px) {
      #venue .section__intro {
        width: 100%; } }
    #venue .section__intro address {
      color: inherit; }

#contact-details {
  font-size: 20px;
  font-size: 1.25rem;
  word-break: break-word; }

#partner-strip {
  padding: 24px 0; }
  #partner-strip article.partner {
    padding: 24px;
    margin-bottom: 0;
    background: white;
    height: 110px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    #partner-strip article.partner > img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-height: 62px;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 768px) {
      #partner-strip article.partner {
        height: 90px;
        margin: 0 0 12px 0;
        padding: 0;
        position: relative; }
        #partner-strip article.partner > img {
          max-width: 80%;
          max-height: 80%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  #partner-strip .partner-strip-title {
    display: block;
    margin-top: 12px;
    font-family: "museo-slab";
    font-weight: 300;
    text-transform: uppercase;
    text-align: center; }

#what-we-do {
  font-family: "museo-slab";
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem; }

@media screen and (max-width: 768px) {
  .footer .nav--social {
    margin-bottom: 24px; } }

@media screen and (max-width: 768px) {
  .footer .pull-left {
    display: block;
    float: none;
    margin-bottom: 24px; } }

.footer .section__title {
  border-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "museo-slab";
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .footer .nav--fenced {
    float: none;
    margin-bottom: 24px; } }

@media screen and (min-width: 768px) {
  .footer .nav--fenced > li {
    padding: 0 18px; }
    .footer .nav--fenced > li:first-child {
      padding-left: 0; }
    .footer .nav--fenced > li:last-child {
      padding-right: 0; } }

.sponsor {
  background-color: #fff;
  display: table;
  table-layout: fixed;
  padding: 12px;
  width: 100%; }
  .sponsor .sponsor__logo {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.partner {
  background-color: #fff;
  text-align: center;
  height: 99px;
  margin-bottom: 12px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .partner a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block; }
    .partner a img {
      display: block;
      max-height: 75px;
      padding: 6px; }

.sponsor,
.speaker {
  margin-bottom: 24px;
  text-align: center;
  /**
   * Types
   */
  /**
   * Elements
   */ }
  .sponsor.speaker--single, .sponsor.sponsor--single,
  .speaker.speaker--single,
  .speaker.sponsor--single {
    background-color: transparent;
    display: block;
    padding: 0;
    text-align: left; }
    .sponsor.speaker--single img, .sponsor.sponsor--single img,
    .speaker.speaker--single img,
    .speaker.sponsor--single img {
      margin: 0 0 24px; }
  @media screen and (max-width: 768px) {
    .sponsor .speaker--profile,
    .sponsor .sponsor--profile,
    .speaker .speaker--profile,
    .speaker .sponsor--profile {
      text-align: center; }
      .sponsor .speaker--profile img,
      .sponsor .sponsor--profile img,
      .speaker .speaker--profile img,
      .speaker .sponsor--profile img {
        margin: 0 auto; } }
  .sponsor .speaker__title .speaker__name,
  .speaker .speaker__title .speaker__name {
    font-size: 19.2px;
    font-size: 1.2rem; }
  .conference .sponsor .speaker__title, .conference
  .speaker .speaker__title {
    font-size: 16px;
    font-size: 1rem; }
  .sponsor img,
  .speaker img {
    margin: auto; }

/**
 * Responsive conference gallery
 */
@media screen and (max-width: 768px) {
  a.fancybox {
    display: block;
    height: 500px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    a.fancybox > img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

.alert {
  text-align: center;
  background-color: #DADADA;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 24px;
  padding: 12px 24px; }
  .alert a {
    text-decoration: underline; }
  .alert.alert--danger {
    background-color: #dc3132; }
  .alert.alert--info {
    background-color: #5587BE; }
  .alert.alert--success {
    background-color: #87B03A; }

.panel {
  background-color: #DADADA;
  margin-bottom: 24px;
  padding: 48px 48px 24px;
  /**
   * Elements
   */ }
  .panel.panel--dark {
    background-color: #0A445C;
    color: #fff; }
    .panel.panel--dark .panel__title {
      color: #fff; }
  .panel.panel--green {
    background-color: #87B03A;
    color: #fff; }
    .panel.panel--green .panel__title {
      color: #fff; }
  .panel.panel--light {
    background-color: #f7f7f7;
    color: #818181; }
    .panel.panel--light .panel__title {
      color: #818181; }
  .panel .panel__title {
    text-transform: uppercase; }

.conference-part, .conference-part--asia-pacific, .conference-part--europe-middle-east-africa, .conference-part--spain-latin-america, .conference-part--united-states-canada {
  background: white;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 12px 0; }
  .conference-part:hover .conference-part__view-details, .conference-part--asia-pacific:hover .conference-part__view-details, .conference-part--europe-middle-east-africa:hover .conference-part__view-details, .conference-part--spain-latin-america:hover .conference-part__view-details, .conference-part--united-states-canada:hover .conference-part__view-details, .conference-part:hover .conference-part__coming-soon, .conference-part--asia-pacific:hover .conference-part__coming-soon, .conference-part--europe-middle-east-africa:hover .conference-part__coming-soon, .conference-part--spain-latin-america:hover .conference-part__coming-soon, .conference-part--united-states-canada:hover .conference-part__coming-soon,
  .conference-part:focus .conference-part__view-details, .conference-part--asia-pacific:focus .conference-part__view-details, .conference-part--europe-middle-east-africa:focus .conference-part__view-details, .conference-part--spain-latin-america:focus .conference-part__view-details, .conference-part--united-states-canada:focus .conference-part__view-details, .conference-part:focus .conference-part__coming-soon, .conference-part--asia-pacific:focus .conference-part__coming-soon, .conference-part--europe-middle-east-africa:focus .conference-part__coming-soon, .conference-part--spain-latin-america:focus .conference-part__coming-soon, .conference-part--united-states-canada:focus .conference-part__coming-soon,
  .conference-part:active .conference-part__view-details, .conference-part--asia-pacific:active .conference-part__view-details, .conference-part--europe-middle-east-africa:active .conference-part__view-details, .conference-part--spain-latin-america:active .conference-part__view-details, .conference-part--united-states-canada:active .conference-part__view-details, .conference-part:active .conference-part__coming-soon, .conference-part--asia-pacific:active .conference-part__coming-soon, .conference-part--europe-middle-east-africa:active .conference-part__coming-soon, .conference-part--spain-latin-america:active .conference-part__coming-soon, .conference-part--united-states-canada:active .conference-part__coming-soon {
    visibility: visible;
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .conference-part, .conference-part--asia-pacific, .conference-part--europe-middle-east-africa, .conference-part--spain-latin-america, .conference-part--united-states-canada {
      padding: 12px 0 0 0; } }
  .conference-part .conference-part__title, .conference-part--asia-pacific .conference-part__title, .conference-part--europe-middle-east-africa .conference-part__title, .conference-part--spain-latin-america .conference-part__title, .conference-part--united-states-canada .conference-part__title {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 0; }
  .conference-part .conference-part__venue, .conference-part--asia-pacific .conference-part__venue, .conference-part--europe-middle-east-africa .conference-part__venue, .conference-part--spain-latin-america .conference-part__venue, .conference-part--united-states-canada .conference-part__venue {
    display: block;
    text-transform: uppercase; }
  .conference-part .conference-part__time, .conference-part--asia-pacific .conference-part__time, .conference-part--europe-middle-east-africa .conference-part__time, .conference-part--spain-latin-america .conference-part__time, .conference-part--united-states-canada .conference-part__time {
    display: block; }
  .conference-part .conference-part__view-details, .conference-part--asia-pacific .conference-part__view-details, .conference-part--europe-middle-east-africa .conference-part__view-details, .conference-part--spain-latin-america .conference-part__view-details, .conference-part--united-states-canada .conference-part__view-details, .conference-part .conference-part__coming-soon, .conference-part--asia-pacific .conference-part__coming-soon, .conference-part--europe-middle-east-africa .conference-part__coming-soon, .conference-part--spain-latin-america .conference-part__coming-soon, .conference-part--united-states-canada .conference-part__coming-soon {
    font-family: "museo-slab";
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
    background: white; }
    @media screen and (min-width: 768px) {
      .conference-part .conference-part__view-details, .conference-part--asia-pacific .conference-part__view-details, .conference-part--europe-middle-east-africa .conference-part__view-details, .conference-part--spain-latin-america .conference-part__view-details, .conference-part--united-states-canada .conference-part__view-details, .conference-part .conference-part__coming-soon, .conference-part--asia-pacific .conference-part__coming-soon, .conference-part--europe-middle-east-africa .conference-part__coming-soon, .conference-part--spain-latin-america .conference-part__coming-soon, .conference-part--united-states-canada .conference-part__coming-soon {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding-top: 100px;
        padding-bottom: 100px;
        opacity: 0;
        visibility: hidden;
        color: white; } }
    @media screen and (max-width: 768px) {
      .conference-part .conference-part__view-details, .conference-part--asia-pacific .conference-part__view-details, .conference-part--europe-middle-east-africa .conference-part__view-details, .conference-part--spain-latin-america .conference-part__view-details, .conference-part--united-states-canada .conference-part__view-details, .conference-part .conference-part__coming-soon, .conference-part--asia-pacific .conference-part__coming-soon, .conference-part--europe-middle-east-africa .conference-part__coming-soon, .conference-part--spain-latin-america .conference-part__coming-soon, .conference-part--united-states-canada .conference-part__coming-soon {
        padding: 12px 0;
        margin-top: 12px;
        border-top: 1px solid #585858;
        border-bottom: 1px solid #585858; } }
  @media screen and (min-width: 768px) {
    .conference-part .conference-part__coming-soon, .conference-part--asia-pacific .conference-part__coming-soon, .conference-part--europe-middle-east-africa .conference-part__coming-soon, .conference-part--spain-latin-america .conference-part__coming-soon, .conference-part--united-states-canada .conference-part__coming-soon {
      background: #585858 !important; } }

.conference-part--asia-pacific .conference-part__time {
  color: #6c1a75; }

@media screen and (max-width: 768px) {
  .conference-part--asia-pacific .conference-part__view-details, .conference-part--asia-pacific .conference-part__coming-soon {
    border-color: #6c1a75;
    color: #6c1a75; } }

@media screen and (min-width: 768px) {
  .conference-part--asia-pacific .conference-part__view-details, .conference-part--asia-pacific .conference-part__coming-soon {
    background: #6c1a75; } }

.conference-part--europe-middle-east-africa .conference-part__time {
  color: #8fd03c; }

@media screen and (max-width: 768px) {
  .conference-part--europe-middle-east-africa .conference-part__view-details, .conference-part--europe-middle-east-africa .conference-part__coming-soon {
    border-color: #8fd03c;
    color: #8fd03c; } }

@media screen and (min-width: 768px) {
  .conference-part--europe-middle-east-africa .conference-part__view-details, .conference-part--europe-middle-east-africa .conference-part__coming-soon {
    background: #8fd03c; } }

.conference-part--spain-latin-america .conference-part__time {
  color: #3993ca; }

@media screen and (max-width: 768px) {
  .conference-part--spain-latin-america .conference-part__view-details, .conference-part--spain-latin-america .conference-part__coming-soon {
    border-color: #3993ca;
    color: #3993ca; } }

@media screen and (min-width: 768px) {
  .conference-part--spain-latin-america .conference-part__view-details, .conference-part--spain-latin-america .conference-part__coming-soon {
    background: #3993ca; } }

.conference-part--united-states-canada .conference-part__time {
  color: #c1201a; }

@media screen and (max-width: 768px) {
  .conference-part--united-states-canada .conference-part__view-details, .conference-part--united-states-canada .conference-part__coming-soon {
    border-color: #c1201a;
    color: #c1201a; } }

@media screen and (min-width: 768px) {
  .conference-part--united-states-canada .conference-part__view-details, .conference-part--united-states-canada .conference-part__coming-soon {
    background: #c1201a; } }

#media-box .container {
  border: 4px solid #DADADA;
  padding: 12px;
  position: relative; }
  #media-box .container:before {
    content: attr(data-title);
    position: absolute;
    top: -25px;
    left: 12px;
    background: white;
    display: inline-block;
    line-height: 50px;
    padding: 0 12px;
    font-family: "museo-sans";
    font-weight: 700;
    text-transform: uppercase;
    color: #383838; }

@media screen and (max-width: 768px) {
  .conference__video {
    margin-bottom: 24px; } }

.conference__video p {
  margin-bottom: 0; }

.conference__media_unit {
  height: inherit;
  overflow-y: auto; }
  .conference__media_unit::-webkit-scrollbar {
    width: 10px; }
  .conference__media_unit::-webkit-scrollbar-track {
    background: #f7f7f7; }
  .conference__media_unit::-webkit-scrollbar-thumb {
    background-color: #DADADA;
    border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .conference__media_unit {
      height: auto !important; } }
  .conference__media_unit > h4 {
    text-transform: uppercase;
    margin: 0 0 6px 12px; }
    @media screen and (max-width: 768px) {
      .conference__media_unit > h4 {
        text-align: center; } }
  .conference__media_unit > ul {
    list-style: none;
    margin-left: 0; }
    .conference__media_unit > ul > li {
      padding: 12px 0;
      margin: 0 12px;
      border-bottom: 1px solid #DADADA; }
      .conference__media_unit > ul > li img {
        float: left;
        margin-right: 6px;
        max-width: 100px; }
      .conference__media_unit > ul > li a {
        font-family: "museo-sans";
        font-weight: 700; }
      .conference__media_unit > ul > li p {
        margin-bottom: 0; }

.section--conference-info {
  padding: 24px 0;
  font-family: "museo-slab";
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem; }
  .section--conference-info .divider {
    color: #818181;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }

@media screen and (max-width: 768px) {
  .continent {
    margin-top: 0; } }

.continent .continent__title {
  background-color: #818181;
  margin-bottom: 6px;
  display: table;
  width: 100%; }
  .continent .continent__title > span {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    display: table-cell;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }

.continent.continent--asia-pacific .continent__title {
  background-color: #6c1a75; }

.continent.continent--europe-middle-east-africa .continent__title {
  background-color: #8fd03c; }

.continent.continent--spain-latin-america .continent__title {
  background-color: #3993ca; }

.continent.continent--united-states-canada .continent__title {
  background-color: #c1201a; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transition: background 200ms;
          transition: background 200ms;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  position: absolute;
  display: block;
  height: 50px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background: #fff;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.1; }

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  line-height: 1;
  color: #585858;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  @media screen and (max-width: 768px) {
    .slick-prev {
      left: 0; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    font-family: FontAwesome;
    content: '\f104'; }
    [dir="rtl"] .slick-prev:before {
      content: '\f104'; }

.slick-next {
  right: -49px; }
  @media screen and (max-width: 768px) {
    .slick-next {
      right: 0; } }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    font-family: FontAwesome;
    content: '\f105'; }
    [dir="rtl"] .slick-next:before {
      content: '\f105'; }

.sessions {
  margin-bottom: 24px; }
  .sessions .session-date {
    margin-top: 24px;
    font-weight: bold;
    color: #5587BE; }
    .sessions .session-date::first-of-type {
      margin-top: 0; }

.sessions--secondary-track {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #DADADA; }
  .sessions--secondary-track h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem; }

.sessions__date-select li {
  font-family: "museo-slab";
  font-weight: 700; }
  .sessions__date-select li a {
    padding-left: 35px; }

.sessions__date-select .active a:before {
  display: block;
  position: absolute;
  top: 25%;
  left: 10px;
  font-family: FontAwesome;
  content: "\f058";
  color: #818181; }

.sessions__date-select a {
  font-size: 20px;
  font-size: 1.25rem; }
  .sessions__date-select a:before {
    display: block;
    position: absolute;
    top: 25%;
    left: 10px;
    font-family: FontAwesome;
    content: "\f10c";
    color: #DADADA; }
  .sessions__date-select a time {
    display: block;
    font-size: 16px;
    font-size: 1rem; }

.session {
  padding-left: 90px; }
  .session:first-child .session__time,
  .session:first-child .session__info {
    padding-top: 24px; }
  .session:first-child .session__info:after {
    top: 25.5px; }
  .session.active .session-collapse-toggle:after {
    content: "\f068"; }
  .session .session__time {
    float: left;
    text-align: right;
    margin-left: -114px;
    padding-bottom: 24px;
    width: 90px; }
  .session .session__info {
    border-left: solid 3px #DADADA;
    padding: 0 0 24px 24px;
    position: relative; }
    .session .session__info:after {
      background-color: #c0d2dc;
      border: solid 3px #fff;
      border-radius: 100%;
      color: #fff;
      content: '';
      display: block;
      line-height: 27px;
      height: 27px;
      left: -13.5px;
      margin-left: -1px;
      margin-top: -4px;
      position: absolute;
      text-align: center;
      top: 1.5px;
      vertical-align: middle;
      width: 27px; }
    .session .session__info p:last-child {
      margin-bottom: 0; }
  .session .session__title {
    margin-bottom: 0; }
  .session .session-collapse-toggle {
    font-family: "museo-slab";
    font-weight: 700;
    position: relative; }
    .session .session-collapse-toggle:after {
      color: #fff;
      content: "\f067";
      left: -39px;
      font-size: 10px;
      font-size: 0.625rem;
      font-family: FontAwesome;
      font-style: normal;
      line-height: 27px;
      height: 27px;
      position: absolute;
      text-align: center;
      top: -6px;
      width: 27px;
      z-index: 90; }
  .session .session-speaker {
    margin-bottom: 0; }
    .session .session-speaker span {
      display: block; }
      .session .session-speaker span a {
        text-decoration: underline; }
  .session .session-collapse {
    display: none;
    padding-top: 24px; }
    .session .session-collapse .fa {
      margin-right: 0; }
    .session .session-collapse a:link {
      text-decoration: underline; }
  .session h4 {
    margin-bottom: 0; }
    .session h4.inline {
      display: inline-block; }
  .session .nav--tags {
    display: inline-block;
    margin-bottom: 0;
    text-align: left; }
    .session .nav--tags > li + li {
      margin-left: 12px; }

.section--dark h4 {
  color: #fff; }

.section--dark .session__info {
  border-color: #fff; }

.session--modal {
  padding-left: 0; }
  .session--modal .session--modal__time {
    display: block;
    margin-top: -24px;
    margin-bottom: 24px; }
  .session--modal .session--modal__partner {
    text-align: center;
    border-top: 1px solid #DADADA;
    padding-top: 12px; }
    .session--modal .session--modal__partner img {
      margin: 12px auto;
      height: 100px; }

.agenda {
  position: relative; }
  .agenda tbody th {
    white-space: nowrap;
    display: inline-block; }

.agenda__nav {
  display: block;
  cursor: pointer;
  height: 50px; }
  .agenda__nav > i {
    line-height: 50px;
    margin-right: 0;
    font-size: 40px;
    font-size: 2.5rem;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }

.disabled > i {
  color: #f7f7f7;
  cursor: auto; }

.agenda__nav--prev {
  position: absolute;
  top: 0;
  left: 0; }

.agenda__nav--next {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right; }

table.agenda, .sticky-wrap {
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  overflow-x: auto; }
  table.agenda td, .sticky-wrap td {
    padding: 12px 12px 0 12px; }
  table.agenda tr, .sticky-wrap tr {
    border: none; }
  table.agenda .agenda__timeslot.agenda__timeslot--plenary, .sticky-wrap .agenda__timeslot.agenda__timeslot--plenary {
    background: #fbfbfb;
    border: inherit none; }
    table.agenda .agenda__timeslot.agenda__timeslot--plenary .timeslot__session h3, .sticky-wrap .agenda__timeslot.agenda__timeslot--plenary .timeslot__session h3 {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      table.agenda .agenda__timeslot.agenda__timeslot--plenary .timeslot__session, .sticky-wrap .agenda__timeslot.agenda__timeslot--plenary .timeslot__session {
        width: 100vw; } }
  table.agenda .agenda__timeslot.agenda__timeslot--break, .sticky-wrap .agenda__timeslot.agenda__timeslot--break {
    background: white; }
  table.agenda thead th, .sticky-wrap thead th {
    border-bottom: 2px solid #818181;
    background: white;
    padding: 12px;
    width: 270px; }
  table.agenda tbody tr:not(.agenda__session-info), .sticky-wrap tbody tr:not(.agenda__session-info) {
    border-top: 1px solid #818181; }
  table.agenda tbody tr.agenda__session-info, .sticky-wrap tbody tr.agenda__session-info {
    display: none;
    background: #fbfbfb; }
  table.agenda tbody th, .sticky-wrap tbody th {
    padding: 12px; }
  table.agenda .agenda__header__time, .sticky-wrap .agenda__header__time {
    width: 80px;
    border-bottom: 2px solid #818181; }
  table.agenda .agenda__time, .sticky-wrap .agenda__time {
    background: #fbfbfb;
    text-align: center; }
  table.agenda h4, .sticky-wrap h4 {
    margin-bottom: 0; }
    table.agenda h4.inline, .sticky-wrap h4.inline {
      display: inline-block; }

.timeslot__track_select_form {
  font-family: "museo-slab";
  font-weight: 300; }
  .timeslot__track_select_form label {
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    -webkit-transition: background 0.1s ease-in;
            transition: background 0.1s ease-in;
    border: 1px solid #DADADA; }
    .timeslot__track_select_form label:before {
      font-family: FontAwesome;
      content: "\f10c";
      margin-right: 10px;
      color: #DADADA; }
    .timeslot__track_select_form label.active {
      -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25); }
      .timeslot__track_select_form label.active:before {
        font-family: FontAwesome;
        content: "\f058";
        margin-right: 10px;
        color: #818181; }
    .timeslot__track_select_form label input {
      display: none; }

.timeslot__info {
  color: #99cc33;
  font-weight: bold; }

.timeslot__session__speakers {
  margin-left: 0; }
  .timeslot__session__speakers li {
    list-style: none; }
  .timeslot__session__speakers a {
    text-decoration: underline; }

.timeslot__session .session__title {
  font-family: "museo-slab";
  font-weight: 700; }

.timeslot__session + .timeslot__session {
  border-top: 1px solid #DADADA;
  margin-top: 12px;
  padding-top: 12px; }

.sticky-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .sticky-wrap {
      overflow-x: auto; } }

.sticky-thead th {
  background: white; }

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  background: #fbfbfb;
  top: 0;
  left: 0;
  -webkit-transition: all .125s ease-in-out;
          transition: all .125s ease-in-out;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */ }

.sticky-wrap .sticky-thead {
  -webkit-box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
          box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 90;
  width: 100%;
  /* Force stretch */ }

.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 95; }

.sticky-wrap .sticky-intersect th {
  border-bottom: 2px solid #818181; }

.sticky-wrap td,
.sticky-wrap th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 80vh; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.md-content main {
  max-height: 75vh;
  overflow: auto; }

.md-header {
  z-index: 2001;
  background: white;
  position: fixed;
  text-align: right;
  width: 100%; }

.md-content__heading {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase; }

.md-actions {
  background: #e3e3e3;
  text-align: center;
  padding: 24px 0; }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.md-close--x {
  font-size: 32px;
  font-size: 2rem;
  padding: 0 12px; }
  .md-close--x:focus {
    outline: none; }

.banner, .banner--asia-pacific, .banner--europe-middle-east-africa, .banner--spain-latin-america, .banner--united-states-canada {
  color: white;
  padding-top: 12px;
  padding-bottom: 12px; }

.banner--asia-pacific {
  background-color: #6c1a75; }

.banner--europe-middle-east-africa {
  background-color: #8fd03c; }

.banner--spain-latin-america {
  background-color: #3993ca; }

.banner--united-states-canada {
  background-color: #c1201a; }

.promo {
  text-align: center;
  margin-top: 24px;
  padding-left: 6px;
  padding-right: 6px; }

.promo__image {
  display: inline; }

@media screen and (min-width: 1200px) {
  .stickypromo {
    position: fixed;
    right: 0;
    top: 50%;
    width: 100px;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
    .stickypromo i.fa {
      margin: 0;
      display: block; }
    .stickypromo.is-hidden {
      right: -100px; } }

.stickypromo__link {
  display: block;
  background: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  text-align: center;
  font-size: 80%;
  color: white;
  padding: 12px; }
  @media screen and (min-width: 1200px) {
    .stickypromo__link .stickypromo__icon {
      font-size: 200%;
      padding-bottom: 12px; } }

.stickypromo__toggle {
  position: absolute;
  bottom: -24px;
  right: 0;
  cursor: pointer;
  padding: 6px; }
  @media screen and (max-width: 768px) {
    .stickypromo__toggle {
      display: none; } }
  .stickypromo__toggle.is-active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 100px; }

.avatar {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin-bottom: 12px;
  text-align: center;
  display: inline-block; }

.avatar__image {
  position: relative; }

.avatar__logo {
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .avatar__logo:hover {
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .avatar__logo {
      display: none; } }

.card, .card--light, .card--region-asia-pacific, .card--region-europe-middle-east-africa, .card--region-spain-latin-america, .card--region-united-states-canada {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #818181;
  margin-bottom: 24px;
  text-align: center; }
  .card .card__title, .card--light .card__title, .card--region-asia-pacific .card__title, .card--region-europe-middle-east-africa .card__title, .card--region-spain-latin-america .card__title, .card--region-united-states-canada .card__title {
    font-family: "museo-slab";
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 6px; }
  .card .card__body, .card--light .card__body, .card--region-asia-pacific .card__body, .card--region-europe-middle-east-africa .card__body, .card--region-spain-latin-america .card__body, .card--region-united-states-canada .card__body {
    padding: 24px; }
  .card .card__cta, .card--light .card__cta, .card--region-asia-pacific .card__cta, .card--region-europe-middle-east-africa .card__cta, .card--region-spain-latin-america .card__cta, .card--region-united-states-canada .card__cta {
    display: block;
    border-top: 1px solid #818181;
    color: #585858;
    font-family: "museo-sans";
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 48px;
    height: 48px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff; }
  .card a.card__cta, .card--light a.card__cta, .card--region-asia-pacific a.card__cta, .card--region-europe-middle-east-africa a.card__cta, .card--region-spain-latin-america a.card__cta, .card--region-united-states-canada a.card__cta {
    -webkit-transition: all 200ms;
            transition: all 200ms; }
    .card a.card__cta:hover, .card--light a.card__cta:hover, .card--region-asia-pacific a.card__cta:hover, .card--region-europe-middle-east-africa a.card__cta:hover, .card--region-spain-latin-america a.card__cta:hover, .card--region-united-states-canada a.card__cta:hover {
      background-color: #585858;
      color: #fff; }
  .card .card__info, .card--light .card__info, .card--region-asia-pacific .card__info, .card--region-europe-middle-east-africa .card__info, .card--region-spain-latin-america .card__info, .card--region-united-states-canada .card__info {
    text-transform: uppercase;
    border-bottom: 1px solid #818181;
    color: #585858; }
  .card .card__price, .card--light .card__price, .card--region-asia-pacific .card__price, .card--region-europe-middle-east-africa .card__price, .card--region-spain-latin-america .card__price, .card--region-united-states-canada .card__price, .card .card__price--text, .card--light .card__price--text, .card--region-asia-pacific .card__price--text, .card--region-europe-middle-east-africa .card__price--text, .card--region-spain-latin-america .card__price--text, .card--region-united-states-canada .card__price--text {
    color: #99cc33;
    margin-bottom: 6px;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1; }
  .card .card__price--text, .card--light .card__price--text, .card--region-asia-pacific .card__price--text, .card--region-europe-middle-east-africa .card__price--text, .card--region-spain-latin-america .card__price--text, .card--region-united-states-canada .card__price--text {
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: uppercase; }

.card--benefit {
  position: relative;
  padding-bottom: 24px; }
  .card--benefit .card__cta {
    position: absolute;
    bottom: 0;
    width: 100%; }

.card--light {
  background-color: #818181; }
  .card--light .card__title,
  .card--light .card__info {
    color: #fff;
    border-color: #fff; }

.card--region-asia-pacific {
  border-color: #6c1a75; }
  .card--region-asia-pacific a.card__cta {
    background: #6c1a75;
    color: white; }
    .card--region-asia-pacific a.card__cta:hover {
      background: #93239f; }
  .card--region-asia-pacific .card__price, .card--region-asia-pacific .card__price--text {
    color: #6c1a75; }

.card--region-europe-middle-east-africa {
  border-color: #8fd03c; }
  .card--region-europe-middle-east-africa a.card__cta {
    background: #8fd03c;
    color: white; }
    .card--region-europe-middle-east-africa a.card__cta:hover {
      background: #a7da65; }
  .card--region-europe-middle-east-africa .card__price, .card--region-europe-middle-east-africa .card__price--text {
    color: #8fd03c; }

.card--region-spain-latin-america {
  border-color: #3993ca; }
  .card--region-spain-latin-america a.card__cta {
    background: #3993ca;
    color: white; }
    .card--region-spain-latin-america a.card__cta:hover {
      background: #61a9d5; }
  .card--region-spain-latin-america .card__price, .card--region-spain-latin-america .card__price--text {
    color: #3993ca; }

.card--region-united-states-canada {
  border-color: #c1201a; }
  .card--region-united-states-canada a.card__cta {
    background: #c1201a;
    color: white; }
    .card--region-united-states-canada a.card__cta:hover {
      background: #e3322b; }
  .card--region-united-states-canada .card__price, .card--region-united-states-canada .card__price--text {
    color: #c1201a; }

.masthead, .masthead--simple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px; }

.masthead__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.masthead__benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto; }
  @media screen and (max-width: 1200px) {
    .masthead__benefits {
      display: none; } }

.masthead__benefit {
  width: 380px;
  position: relative; }

.masthead__benefit-image {
  width: 100%; }

.masthead__benefit-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  color: white;
  font-family: "museo-slab";
  font-weight: 300; }

.masthead__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-background-size: cover;
          background-size: cover;
  background-position-x: center;
  background-position-y: center; }

.masthead__partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

.masthead__partner {
  background: white;
  padding: 24px 48px;
  display: block;
  opacity: 0.8;
  max-width: 20%; }
  .masthead__partner:not(:last-of-type) {
    margin-right: 24px; }
    @media screen and (max-width: 768px) {
      .masthead__partner:not(:last-of-type) {
        margin-right: 12px; } }
  @media screen and (max-width: 768px) {
    .masthead__partner {
      padding: 12px 24px;
      max-width: 30%; } }
  @media screen and (max-width: 1200px) {
    .masthead__partner {
      margin-bottom: 10%; } }

.masthead__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 72px;
  margin-bottom: 0;
  height: 197px;
  color: white;
  background: #818181;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "museo-slab";
  font-weight: 700; }
  @media screen and (max-width: 1200px) {
    .masthead__title {
      position: absolute;
      bottom: 0;
      height: auto;
      background: none;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75); } }
  @media screen and (max-width: 768px) {
    .masthead__title {
      padding: 24px;
      font-family: "museo-slab";
      font-weight: 300; } }

@media screen and (min-width: 1200px) {
  .masthead__title[data-continent=asia-pacific] {
    background: #6c1a75; } }

@media screen and (min-width: 1200px) {
  .masthead__title[data-continent=europe-middle-east-africa] {
    background: #8fd03c; } }

@media screen and (min-width: 1200px) {
  .masthead__title[data-continent=spain-latin-america] {
    background: #3993ca; } }

@media screen and (min-width: 1200px) {
  .masthead__title[data-continent=united-states-canada] {
    background: #c1201a; } }

.masthead--simple {
  min-height: 580px; }
  .masthead--simple .masthead__title {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: auto;
    width: 100%;
    max-width: 1200px;
    padding: 24px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75); }
    @media screen and (min-width: 768px) {
      .masthead--simple .masthead__title {
        font-size: 58px;
        font-size: 3.625rem; } }
  .masthead--simple .masthead__partner {
    margin-bottom: 10%; }

.header__top {
  background: #585858;
  padding: 12px 0;
  margin-bottom: 0;
  font-family: "museo-slab";
  font-weight: 300;
  color: white; }
  .header__top .header__social {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.header__social {
  white-space: nowrap; }

.header__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.header__brand {
  background: #f7f7f7;
  padding: 24px 0; }
  .header__brand .header__strapline h1 {
    font-size: 32px;
    font-size: 2rem;
    font-family: "museo-slab";
    font-weight: 300;
    margin-bottom: 0; }
  .header__brand .header__strapline .navbar__link--indent {
    font-family: "museo-sans";
    font-weight: 700;
    margin-left: 24px; }
  .header__brand .header__brand-dcd {
    margin-right: 24px; }
  .header__brand .header__brand-ui {
    margin-left: auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "museo-slab";
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .header__brand .header__brand-ui {
        display: none; } }

.header__badge, .header__badge--new {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 99px;
  width: 89px;
  overflow: hidden;
  color: white;
  font-family: "museo-slab";
  font-weight: 300;
  margin-left: 24px;
  background-image: url("../img/badge.png"); }
  @media screen and (max-width: 768px) {
    .header__badge, .header__badge--new {
      display: none; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header__badge, .header__badge--new {
      background-image: url("../img/badge@2x.png");
      -webkit-background-size: contain;
              background-size: contain; } }
  .header__badge .header__badge-text, .header__badge--new .header__badge-text {
    position: absolute;
    top: 0;
    width: 89px;
    line-height: 12px;
    padding-top: 37px;
    padding-bottom: 23px;
    text-align: center; }
  .header__badge .header__badge-line1, .header__badge--new .header__badge-line1 {
    display: block;
    font-family: "museo-slab";
    font-weight: 700;
    font-size: 30px;
    padding-left: 5px; }
    .header__badge .header__badge-line1 sup, .header__badge--new .header__badge-line1 sup {
      font-size: 11px;
      font-family: "museo-slab";
      font-weight: 300;
      vertical-align: baseline;
      position: relative;
      top: -15px; }
  .header__badge .header__badge-line2, .header__badge--new .header__badge-line2 {
    display: block;
    font-size: 11px; }

.header__badge--new {
  background-image: url("../img/badge--new.png"); }
  .header__badge--new .header__badge-text {
    line-height: 17px;
    padding-top: 35px; }
  .header__badge--new .header__badge-line1 {
    font-size: 20px;
    padding-left: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header__badge--new {
      background-image: url("../img/badge--new@2x.png"); } }
