/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 1.15;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

/**
 * 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 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**
* Computes a CSS calc function that betweens a value from
* A to B over viewport-width A to viewport-width B.
* Requires a media query to cap the value at B.
*/
@font-face {
  font-family: "Gotham";
  src: url("/documents/d/zayed-sports-city/gotham-book-1");
  src: url("/documents/d/zayed-sports-city/gotham-bookd41d-1") format("embedded-opentype"), url("/documents/d/zayed-sports-city/gotham-book-1-1") format("woff2"), url("/documents/d/zayed-sports-city/gotham-book-2-1") format("woff"), url("/documents/d/zayed-sports-city/gotham-book-3-1") format("truetype"), url("/documents/d/zayed-sports-city/gotham-book-4-1") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/documents/d/zayed-sports-city/gotham-medium-1");
  src: url("/documents/d/zayed-sports-city/gotham-mediumd41d-1") format("embedded-opentype"), url("/documents/d/zayed-sports-city/gotham-medium-1-1") format("woff2"), url("/documents/d/zayed-sports-city/gotham-medium-2-1") format("woff"), url("/documents/d/zayed-sports-city/gotham-medium-3-1") format("truetype"), url("/documents/d/zayed-sports-city/gotham-medium-4-1") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/documents/d/zayed-sports-city/gotham-bold-4-1");
  src: url("/documents/d/zayed-sports-city/gotham-boldd41d-1") format("embedded-opentype"), url("/documents/d/zayed-sports-city/gotham-bold-1") format("woff2"), url("/documents/d/zayed-sports-city/gotham-bold-1-1") format("woff"), url("/documents/d/zayed-sports-city/gotham-bold-2-1") format("truetype"), url("/documents/d/zayed-sports-city/gotham-bold-3-1") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/documents/d/zayed-sports-city/gotham-black-1");
  src: url("/documents/d/zayed-sports-city/gotham-blackd41d-1") format("embedded-opentype"), url("/documents/d/zayed-sports-city/gotham-black-1-1") format("woff2"), url("/documents/d/zayed-sports-city/gotham-black-2-1") format("woff"), url("/documents/d/zayed-sports-city/gotham-black-3-1") format("truetype"), url("/documents/d/zayed-sports-city/gotham-black-4-1") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* functional breakpoints */
/* COLORS
================================= */
/* Other stuff
================================= */
body {
  color: #58595B !important;
  font-size: 15px;
  letter-spacing: 0.3px;
  background-color: white;
  font-family: "Gotham", "cairo", sans-serif;
  overflow-x: hidden;
}
@media (min-width: 1250px) {
  body {
    font-size: 16px;
  }
}
.show-nav body {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

p {
  line-height: 1.4em;
}

h1 {
  font-weight: 700;
  font-size: 2.4em;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6em;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #f68e20;
}
h2:first-child {
  margin-top: 0;
}

a {
  text-decoration: none;
  transition: 0.2s ease;
  color: #f68e20;
  font-weight: 500;
}
a > .icon {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  transition: inherit;
  color: #58595B;
  margin: 0 0.2em;
}
a:hover {
  color: #f68e20;
}

h1 a, h2 a, h3 a, h4 a {
  font-weight: inherit;
}

input, textarea, button, a {
  outline: 0;
}

.small {
  font-size: 0.9em;
}

.tiny {
  font-size: 0.8em;
}

h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.inner-layout .content h3 {
  text-transform: none;
  margin-top: 1.35em;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 0.6em;
}

.phone-number {
  display: inline-block;
  direction: ltr;
}

.ltr {
  display: inline-block;
  direction: ltr;
}

table.simple {
  border-spacing: 0;
  font-size: 0.94em;
}
table.simple th {
  text-align: inherit;
  font-weight: 500;
}
table.simple th, table.simple td {
  padding: 6px 10px;
  position: relative;
}
table.simple th:nth-child(2n)::before, table.simple td:nth-child(2n)::before {
  content: "";
  display: block;
  border-left: 1px solid #58595B;
  height: 0.5em;
  position: absolute;
  opacity: 0.15;
  top: 50%;
  margin-top: -0.25em;
}
[dir=ltr] table.simple th:nth-child(2n)::before, [dir=ltr] table.simple td:nth-child(2n)::before {
  left: -1px;
}
[dir=rtl] table.simple th:nth-child(2n)::before, [dir=rtl] table.simple td:nth-child(2n)::before {
  right: -1px;
}
table.simple thead th {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(88, 89, 91, 0.2);
}
table.simple tbody tr:nth-child(2n) {
  background-color: rgba(139, 140, 142, 0.2);
}

ul {
  margin: 1.5em 0;
  line-height: 1.4em;
}
ul li {
  margin: 0.6em 0;
}
nav ul, ul.clean {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
}
nav ul li, ul.clean li {
  margin: 0;
}

.aspect-ratio {
  display: block;
}
.aspect-ratio::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.6%;
}
.aspect-ratio.wide::before {
  padding-bottom: 44%;
}
.aspect-ratio.portrait::before {
  padding-bottom: 134%;
}
.aspect-ratio.square::before {
  padding-bottom: 100%;
}

figure {
  margin: 0;
}
figure.aspect-ratio.contain {
  position: relative;
}
figure.aspect-ratio.contain img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.video-wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: #222;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.video-wrap .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-content: center;
  pointer-events: none;
  transition: 0.2s ease;
  will-change: transform;
}
.video-wrap .play-button .icon {
  color: white;
  display: block;
  margin: auto;
  font-size: 30px;
  position: relative;
  left: 0.1em;
}
.video-wrap video:hover + .play-button {
  transform: translate(-50%, -50%) scale(1.08);
  background-color: rgba(0, 0, 0, 0.6);
}
.video-wrap video:hover + .play-button .icon {
  color: #FBED21;
}
.video-wrap video.playing + .play-button {
  opacity: 0;
}

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.cover .media-icon,
.cover .play-icon {
  position: absolute;
  z-index: 100;
  display: flex;
  align-items: center;
  top: 50%;
  left: 50%;
  font-size: 44px;
  box-shadow: 0 0 1.5em rgba(63, 64, 65, 0.4), 0 0 0 1px rgba(63, 64, 65, 0.3);
  box-shadow: 0 0 1.5em rgba(63, 64, 65, 0.4);
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  color: white;
  background-color: rgba(63, 64, 65, 0.7);
  border-radius: 100%;
  transition: 0.25s ease-out;
}
.cover .media-icon svg,
.cover .play-icon svg {
  display: block;
  margin: auto;
  font-size: 0.62em;
}
.cover .play-icon {
  font-size: 40px;
  background-color: rgba(63, 64, 65, 0.5);
}
.cover .play-icon svg {
  font-size: 0.9em;
}
.cover:hover .media-icon, .cover:hover .play-icon {
  transform: scale(1.2);
}
.cover.hover-zoom {
  overflow: hidden;
  position: relative;
}
.cover.hover-zoom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  transition: 0.5s ease;
  will-change: transform;
}
.cover.hover-zoom:hover::after, a:hover .cover.hover-zoom::after {
  transform: scale(1.08);
}
.cover.hover-highlight::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3f4041;
  opacity: 0;
  transition: 0.2s ease-out;
  transform-origin: bottom;
}
.cover.hover-highlight:hover::after, a:hover .cover.hover-highlight::after {
  opacity: 0.6;
  transform: none;
}
.cover.stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pager-arrows {
  display: flex;
  font-size: 30px;
  pointer-events: none;
  color: #f68e20;
}
.pager-arrows button.arrow {
  pointer-events: all;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0.1em;
  color: inherit;
  cursor: pointer;
  transition: 0.2s ease;
}
.pager-arrows button.arrow svg {
  display: block;
}
.pager-arrows button.arrow:hover {
  color: #f68e20;
  transform: scale(1.05);
}
.pager-arrows button.arrow:active {
  color: #4b4c4e;
  transition: 0.05s ease;
  transform: scale(1);
}
.pager-arrows button.arrow.disabled {
  pointer-events: none;
  opacity: 0;
}

.site-wrap {
  min-height: 100%;
  overflow-x: hidden;
}
.site-wrap > main {
  flex: auto;
}

@media (min-width: 1100px) {
  .flex-row {
    display: flex;
  }
  .flex-row > * {
    flex: 1;
  }
  [dir=ltr] .flex-row > * {
    margin-left: 60px;
  }
  [dir=rtl] .flex-row > * {
    margin-right: 60px;
  }
  .flex-row > *:first-child {
    margin: 0;
  }
  .flex-row > *.flex-wider {
    flex: 1.5;
  }
}

.wrapper {
  width: calc(100% - 60px);
  margin: auto;
  max-width: 1400px;
}
@media (min-width: 400px) {
  .wrapper {
    width: calc(100% - 70px);
  }
}
@media (min-width: 740px) {
  .wrapper {
    width: 90%;
  }
}
.wrapper.wide {
  width: 100%;
  max-width: 1600px;
}

.todo {
  background-color: greenyellow;
  color: green;
}
.todo::before {
  content: "TODO: ";
  font-weight: bold;
}

.filter-list.no-results::before {
  display: block;
  margin: 20px;
  content: attr(data-filter-no-results);
  font-weight: 800;
  opacity: 0.2;
  font-size: 1.2em;
}

.filter-list-item.hide {
  display: none;
}

/* scrollbars */
@media (min-width: 740px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    background: #f68e20;
  }

  ::-webkit-scrollbar-track {
    background: #dededf;
  }
}
.site-header {
  font-size: 0.94em;
  position: relative;
  z-index: 100;
}
.site-header .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media (min-width: 740px) {
  .site-header .wrapper {
    flex-direction: row;
  }
}
@media (max-width: 739px) {
  .site-header .wrapper {
    width: auto;
  }
}
@media (min-width: 740px) and (max-width: 1099px) {
  .site-header .wrapper {
    width: auto;
  }
  [dir=ltr] .site-header .wrapper {
    margin-left: 5%;
    margin-right: 58px;
  }
  [dir=rtl] .site-header .wrapper {
    margin-right: 5%;
    margin-left: 58px;
  }
}
.site-header .site-logo {
  margin: 30px auto;
  width: 160px;
}
@media (min-width: 740px) {
  .site-header .site-logo {
    width: 170px;
    margin: 40px 0 50px;
  }
}
@media (min-width: 1100px) {
  .site-header .site-logo {
    margin: 40px 0;
    margin: 50px 0 30px;
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .site-header .site-logo {
    margin: 60px 0 30px;
  }
}
.site-header .site-logo img {
  width: 100%;
  display: block;
}
[data-page=crisis] .site-header .site-logo {
  filter: grayscale(100%) brightness(0.1);
  opacity: 0.9;
}
.site-header .header-content {
  flex: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-header .header-options {
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
@media (max-width: 739px) {
  [dir=ltr] .site-header .header-options {
    padding-right: 58px;
  }
  [dir=rtl] .site-header .header-options {
    padding-left: 58px;
  }
}
.site-header .header-options .option {
  display: flex;
  align-items: center;
  line-height: 1.2em;
  transition: 0.2s ease;
}
.search-mode .site-header .header-options .option:not(.search) {
  pointer-events: none;
  transform: scale(0.9);
  opacity: 0.2;
}
[dir=ltr] .site-header .header-options .option {
  margin-left: 1.2em;
}
[dir=rtl] .site-header .header-options .option {
  margin-right: 1.2em;
}
@media (min-width: 740px) {
  [dir=ltr] .site-header .header-options .option {
    margin-left: 1.6em;
  }
  [dir=rtl] .site-header .header-options .option {
    margin-right: 1.6em;
  }
}
@media (min-width: 1100px) {
  [dir=ltr] .site-header .header-options .option {
    margin-left: 2em;
  }
  [dir=rtl] .site-header .header-options .option {
    margin-right: 2em;
  }
}
.site-header .header-options .option .button {
  margin: 0;
}
.site-header .header-options .option a:not(.button) {
  color: #58595B;
}
.site-header .header-options .option a:not(.button):hover {
  color: #f68e20;
}
.site-header .header-options .option .icon {
  display: block;
  margin: auto 0;
  font-size: 18px;
}
[dir=ltr] .site-header .header-options .option .icon {
  margin-right: 0.8em;
}
[dir=rtl] .site-header .header-options .option .icon {
  margin-left: 0.8em;
}
.site-header .header-options .option.search {
  position: relative;
  z-index: 100;
}
.site-header .header-options .option.social-media a {
  font-size: 18px;
}
[dir=ltr] .site-header .header-options .option.social-media a:not(:first-child) {
  margin-left: 1em;
}
[dir=rtl] .site-header .header-options .option.social-media a:not(:first-child) {
  margin-right: 1em;
}
@media (max-width: 849px) {
  .site-header .header-options .option.social-media, .site-header .header-options .option.contact {
    position: fixed;
    z-index: 2000;
    top: -46px;
    height: 42px;
    transition: 0.3s ease;
  }
  [dir=ltr] .site-header .header-options .option.social-media, [dir=ltr] .site-header .header-options .option.contact {
    right: 20px;
  }
  [dir=rtl] .site-header .header-options .option.social-media, [dir=rtl] .site-header .header-options .option.contact {
    left: 20px;
  }
  html.show-nav .site-header .header-options .option.social-media, html.show-nav .site-header .header-options .option.contact {
    transform: translateY(50px);
  }
  .site-header .header-options .option.social-media a, .site-header .header-options .option.contact a {
    color: white;
  }
}
@media (max-width: 849px) {
  [dir=ltr] .site-header .header-options .option.contact {
    right: 135px;
  }
  [dir=rtl] .site-header .header-options .option.contact {
    left: 135px;
  }
  html.show-nav .site-header .header-options .option.contact {
    transition-delay: 0.05s;
  }
}
@media (max-width: 1099px) {
  .site-header .header-options .option.book {
    order: 2;
  }
}
@media (max-width: 739px) {
  .site-header .header-options .option.language {
    order: 1;
  }
}

.crisis-language-toggle {
  display: flex;
  justify-content: flex-end !important;
  font-weight: bold;
  height: auto;
  margin: 1em 1em -1em;
  filter: grayscale(90%);
}
.crisis-language-toggle a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media (min-width: 740px) {
  .crisis-language-toggle {
    margin: auto 0;
  }
}
@media (min-width: 1100px) {
  .crisis-language-toggle {
    margin: auto 0 2em;
  }
}

.main-nav {
  position: relative;
}
@media (max-width: 1099px) {
  .main-nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    background-color: #3f4041;
    background-color: #41123f;
    width: 300px;
    transition: 0.3s ease;
  }
  .main-nav .nav-trigger {
    position: absolute;
    border: 0;
    top: 4px;
    padding: 0;
    z-index: 100;
    background-color: #f68e20;
    width: 50px;
    height: 40px;
    font-size: 32px;
    color: white;
    transition: 0.3s ease;
    border-radius: 3px 0 0 3px;
    border-radius: 3px;
  }
  [dir=ltr] .main-nav .nav-trigger {
    right: calc(100% + 4px);
  }
  [dir=rtl] .main-nav .nav-trigger {
    left: calc(100% + 4px);
  }
  html.show-nav[dir=ltr] .main-nav .nav-trigger {
    transform: translateX(40px);
  }
  html.show-nav[dir=rtl] .main-nav .nav-trigger {
    transform: translateX(-40px);
  }
  .main-nav .nav-trigger div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
  }
  .main-nav .nav-trigger div svg {
    display: block;
  }
  .main-nav .nav-trigger div.open, html.show-nav .main-nav .nav-trigger div.close {
    opacity: 1;
    transform: scale(1);
  }
  .main-nav .nav-trigger div.close, html.show-nav .main-nav .nav-trigger div.open {
    opacity: 0;
    transform: scale(0);
  }
  [dir=ltr] .main-nav {
    right: 0;
    transform: translateX(300px);
  }
  [dir=rtl] .main-nav {
    left: 0;
    transform: translateX(-300px);
  }
  html.show-nav[dir=ltr] .main-nav {
    transform: translateX(0);
  }
  html.show-nav[dir=rtl] .main-nav {
    transform: translateX(0);
  }
  .main-nav a {
    color: white;
    display: inline-block;
  }
  .main-nav ul.root {
    padding: 70px 30px 40px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: 100%;
  }
  .main-nav ul.root > li + li {
    margin-top: 30px;
  }
  .main-nav ul.root > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
  }
  .main-nav .sub {
    padding: 10px 10px 0 10px;
  }
  .main-nav .sub.cols {
    display: none;
  }
  .main-nav .sub a {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3em;
    padding: 0.3em 0;
  }
}
@media (min-width: 1100px) {
  .main-nav {
    margin-bottom: 10px;
  }
  .main-nav .nav-trigger {
    display: none;
  }
  .main-nav::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: calc(5vw - 30px);
    height: 2px;
    margin-top: -1px;
    background-color: #FCBD14;
    background-image: linear-gradient(90deg, #FCBD14, #F68E20);
  }
  [dir=ltr] .main-nav::after {
    left: calc(100% + 30px);
  }
  [dir=rtl] .main-nav::after {
    right: calc(100% + 30px);
  }
}
@media (min-width: 1100px) and (min-width: 1550px) {
  .main-nav::after {
    width: calc((100vw - 1440px) / 2);
  }
  [dir=ltr] .main-nav::after {
    left: calc(100% + 50px);
  }
  [dir=rtl] .main-nav::after {
    right: calc(100% + 50px);
  }
}
@media (min-width: 1100px) {
  .main-nav .root {
    display: flex;
  }
  [dir=ltr] .main-nav .root {
    margin-right: -1em;
  }
  [dir=rtl] .main-nav .root {
    margin-left: -1em;
  }
  .main-nav .root > li {
    position: relative;
  }
  .main-nav .root > li > a {
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 1em;
    border-radius: 2px;
  }
  .main-nav .root > li:focus > a, .main-nav .root > li:hover > a {
    background-color: #f68e20;
    color: white;
  }
  .main-nav .root > li:focus .sub, .main-nav .root > li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (min-width: 1100px) {
  .main-nav a {
    color: #58595B;
    display: block;
    line-height: 1.2em;
    cursor: pointer;
  }
}
@media (min-width: 1100px) {
  .main-nav .sub {
    position: absolute;
    transition: 0.2s ease;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    background-color: white;
    min-width: calc(100% + 2.4em);
    padding: 0.5em 0;
    border-top: 3px solid #FCBD14;
    box-shadow: 3px 3px 0px 0px rgba(75, 76, 78, 0.1), 0px 0px 0px 1px rgba(75, 76, 78, 0.12);
    width: auto;
    font-size: 0.9em;
  }
  [dir=ltr] .main-nav .sub {
    left: -0.5em;
  }
  [dir=rtl] .main-nav .sub {
    right: -0.5em;
  }
  .main-nav .sub li {
    display: block;
  }
  .main-nav .sub a {
    display: block;
    padding: 0.5em 1.7em;
  }
  .main-nav .sub a:hover {
    /* background-color: #f68e20; */
    color: #f68e20;
  }
  .main-nav .sub.cols {
    display: flex;
  }
  .main-nav .sub.cols .col {
    flex: 1;
  }
  [dir=ltr] .main-nav .sub.cols .col:not(:first-child) {
    margin-left: 0.6em;
  }
  [dir=rtl] .main-nav .sub.cols .col:not(:first-child) {
    margin-right: 0.6em;
  }
  .main-nav .sub.cols .col li {
    padding: 0 0.5em;
  }
  .main-nav .sub.cols .col a {
    width: 12em;
    height: 3.6em;
    padding: 0.4em 1.1em;
    box-shadow: 0 1px 0 rgba(88, 89, 91, 0.1);
    border-radius: 2px;
    display: flex;
    align-content: center;
    align-items: center;
  }
}

.site-footer {
  background-color: #f7f8f8;
  font-weight: 400;
  font-size: 0.86em;
  line-height: 1.4em;
  color: #8b8c8e;
}
[data-page=crisis] .site-footer {
  filter: grayscale(90%);
}
.site-footer a {
  display: inline-block;
  color: #8b8c8e;
}
.site-footer a:hover {
  color: #f68e20;
}
.site-footer .section {
  padding: 30px 0;
}
@media (min-width: 1100px) {
  .site-footer .section {
    padding: 50px 0;
  }
}
.site-footer .section h4 {
  color: #F68E20;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.site-footer .section h4 a {
  color: inherit;
  font-weight: inherit;
}
.site-footer .section h4 a:hover {
  color: #f68e20;
}
.site-footer .section ul li a {
  padding: 0.2em 0;
}
.site-footer .section.sports {
  background-color: #f0f0f0;
  border-bottom: 4px solid white;
}
.site-footer .section.sports ul {
  margin: 0 -2px;
}
.site-footer .section.sports ul li {
  margin: 4px 2px;
  display: inline-block;
}
.site-footer .section.sports ul a {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 0px 0px rgba(75, 76, 78, 0.1), 0px 0px 0px 1px rgba(75, 76, 78, 0.12);
  border-radius: 3px;
  display: inline-block;
  padding: 0.5em 1em;
}
.site-footer .section.sports ul a:hover {
  background-color: #f68e20;
  color: white;
}
.site-footer .section.sitemap {
  border-bottom: 4px solid white;
  padding-bottom: 10px;
}
@media (min-width: 1100px) {
  .site-footer .section.sitemap {
    padding-bottom: 20px;
  }
}
@media (min-width: 400px) {
  .site-footer .section.sitemap .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-footer .section.sitemap .wrapper .col {
    width: 46%;
  }
}
@media (min-width: 400px) and (min-width: 740px) {
  .site-footer .section.sitemap .wrapper .col {
    width: 30%;
  }
}
@media (min-width: 400px) and (min-width: 1100px) {
  .site-footer .section.sitemap .wrapper .col {
    width: 20%;
  }
}
@media (min-width: 740px) and (max-width: 1100px) {
  .site-footer .section.sitemap .wrapper .col.misc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .site-footer .section.sitemap .wrapper .col.misc .footer-box {
    width: 30%;
  }
}
.site-footer .section.sitemap .footer-box {
  margin-bottom: 30px;
}
[data-page=crisis] .site-footer .section.sitemap .footer-box.social-media {
  display: none;
}
.site-footer .social-media-icons {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 14px;
}
.site-footer .social-media-icons a {
  display: block;
}
[dir=ltr] .site-footer .social-media-icons a + a {
  margin-left: 1em;
}
[dir=rtl] .site-footer .social-media-icons a + a {
  margin-right: 1em;
}
.site-footer .social-media-icons a svg {
  display: block;
}
.site-footer .section.bottom {
  padding: 24px 0;
  font-size: 0.9em;
  background-color: whitesmoke;
}
@media (max-width: 739px) {
  .site-footer .section.bottom {
    text-align: center;
  }
}
@media (min-width: 1100px) {
  .site-footer .section.bottom {
    padding: 20px 0;
  }
}
.site-footer .section.bottom:first-child {
  margin-top: 3em;
}
@media (min-width: 740px) {
  .site-footer .section.bottom .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1100px) {
  .site-footer .section.bottom .wrapper {
    justify-content: flex-start;
  }
}
.site-footer .section.bottom .footer-box:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 740px) {
  .site-footer .section.bottom .footer-box:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 1100px) {
  .site-footer .section.bottom .footer-box:not(:first-child) {
    margin-top: 0;
  }
}
.site-footer .section.bottom .logo {
  width: 100%;
}
[data-page=crisis] .site-footer .section.bottom .logo {
  filter: grayscale(100%) brightness(0.1);
  opacity: 0.9;
}
@media (min-width: 1100px) {
  .site-footer .section.bottom .logo {
    width: auto;
  }
}
@media (min-width: 1100px) {
  [dir=ltr] .site-footer .section.bottom .logo {
    margin-right: auto;
  }
  [dir=rtl] .site-footer .section.bottom .logo {
    margin-left: auto;
  }
}
.site-footer .section.bottom .logo .site-logo {
  display: block;
  margin: auto;
  width: 130px;
}
@media (min-width: 1100px) {
  .site-footer .section.bottom .logo .site-logo {
    width: 120px;
  }
}
.site-footer .section.bottom .logo .site-logo img {
  max-width: 100%;
  display: block;
}
.site-footer .section.bottom .links {
  line-height: 20px;
}
@media (min-width: 740px) {
  .site-footer .section.bottom .links {
    width: 30%;
  }
}
@media (min-width: 1100px) {
  .site-footer .section.bottom .links {
    width: auto;
    margin: 0 50px;
  }
}
.site-footer .section.bottom .links a {
  display: inline-block;
}
[dir=ltr] .site-footer .section.bottom .links a + a {
  margin-left: 2em;
}
[dir=rtl] .site-footer .section.bottom .links a + a {
  margin-right: 2em;
}
.site-footer .section.bottom .copyrights {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
}
.site-footer .section.bottom .copyrights p {
  margin: 0;
}

[data-fancybox], [data-popup], [data-ajax-popup] {
  outline: 0px;
  cursor: pointer;
}

button.fancybox-button:disabled {
  opacity: 0.4 !important;
}

.fancybox-caption {
  padding: 25px 30px;
  line-height: 1.3em;
}
.fancybox-caption::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.8) 80%);
}
@media (min-width: 740px) {
  .fancybox-caption {
    padding-left: 20%;
    padding-right: 20%;
  }
  .fancybox-caption::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 80%);
  }
}

.popup-buffer {
  display: none;
}

.popup-box {
  width: 96%;
  max-width: 700px;
  min-width: 300px;
  margin: 40px auto;
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: visible;
  border-radius: 2px;
}
@media (min-width: 740px) {
  .popup-box {
    min-width: 340px;
    width: 90%;
    width: auto;
  }
  .popup-box.popup-form {
    width: 520px;
  }
}
[dir=rtl] .popup-box {
  direction: rtl;
  text-align: right;
}
.popup-box .fancybox-close-small {
  color: white;
  padding: 0;
  top: -40px;
  right: 0px;
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #f68e20;
  border-radius: 2px;
}
[dir=rtl] .popup-box .fancybox-close-small {
  right: auto;
  left: 0px;
}
.popup-box.form-feedback .message {
  margin: 30px 0;
}
.popup-box.privacy, .popup-box.terms {
  font-size: 0.8em;
  max-width: 700px;
}

.popup-content {
  padding: 30px;
}
@media (min-width: 740px) {
  .popup-content {
    padding: 40px;
  }
}
.popup-content h1 {
  margin-top: 0;
  font-size: 30px;
}

.popup-header figure.cover {
  position: relative;
}
.popup-header figure.cover img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

@media (min-width: 740px) {
  .fancybox-slide--video .fancybox-content {
    max-width: 70%;
    max-height: 70%;
    margin: 0;
  }
}

/* 1-2 -- FIX THE RTL PROBLEM */
html[dir=rtl] .fancybox-stage {
  direction: inherit;
}

html[dir=rtl] .fancybox-slide > * {
  text-align: initial;
}

/* 2-2 -- FIX Caption Decleration */
html[dir=rtl] .fancybox-caption-wrap {
  direction: inherit;
}

/* 3-3 - FIX close button position */
html[dir=rtl] .fancybox-navigation .fancybox-button--arrow_left {
  left: initial;
  right: 0;
  transform: rotate(180deg);
}

html[dir=rtl] .fancybox-navigation .fancybox-button--arrow_right {
  right: initial;
  left: 0;
  transform: rotate(180deg);
}

input, select, textarea {
  outline: none;
  border-radius: 0px;
  font-family: inherit;
}

.button,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom),
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom),
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) {
  background-color: #f68e20;
  background-image: linear-gradient(176deg, #f68e20, #f68e20 70%);
  background-repeat: no-repeat;
  color: white;
  border-radius: 3px;
  border: 0px solid #f68e20;
  display: inline-flex;
  align-items: center;
  padding: 0px 18px;
  min-height: 40px;
  margin: 0.4em 0;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  outline: 0px;
  transition: 0.2s ease;
}
.button.orange,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).orange,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).orange,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).orange {
  background-image: linear-gradient(176deg, #F68E20, #f3820a 70%);
}
.button.white,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).white,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).white,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).white {
  color: #F68E20;
}
.button.white:not(.ghost),
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).white:not(.ghost),
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).white:not(.ghost),
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).white:not(.ghost) {
  background-image: linear-gradient(176deg, white, #f2f2f2 70%);
}
.button .icon,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom) .icon,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) .icon,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) .icon {
  display: inline-block;
  font-size: 18px;
  color: white !important;
  transition: 0.2s ease;
}
@media (min-width: 1100px) {
  .button .icon,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom) .icon,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) .icon,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) .icon {
    font-size: 20px;
  }
}
[dir=ltr] .button .icon,
[dir=ltr] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom) .icon,
[dir=ltr] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) .icon,
[dir=ltr] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) .icon {
  margin-right: 0.8em;
}
[dir=rtl] .button .icon,
[dir=rtl] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom) .icon,
[dir=rtl] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) .icon,
[dir=rtl] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom) .icon {
  margin-left: 0.8em;
}
.button:hover,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom):hover,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom):hover,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom):hover {
  color: white;
  background-position: 0 60px;
}
@media (min-width: 1100px) {
  .button.small,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).small,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).small,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).small {
    height: 38px;
    font-size: 0.94em;
  }
  .button:not(.small),
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom):not(.small),
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom):not(.small),
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom):not(.small) {
    padding: 0px 30px;
    min-height: 50px;
    font-size: 15px;
  }
}
.button:disabled,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom):disabled,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom):disabled,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom):disabled {
  background-color: #656668;
  color: #98999b;
  pointer-events: none;
}
.button.ghost,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).ghost,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost {
  background-color: transparent !important;
  border-width: 1px;
  box-shadow: none;
  color: #f68e20;
  background-position: 0 60px;
  border-color: #f68e20 !important;
}
.button.ghost .icon,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).ghost .icon,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost .icon,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost .icon {
  color: currentColor !important;
}
.button.ghost:hover,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).ghost:hover,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost:hover,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost:hover {
  color: white;
  background-position: 0 0px;
}
.button.ghost:hover .icon,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).ghost:hover .icon,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost:hover .icon,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost:hover .icon {
  color: currentColor !important;
}
.button.ghost.white,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).ghost.white,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost.white,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost.white {
  color: white !important;
  border-color: white !important;
  background-image: none !important;
  background-color: rgba(75, 76, 78, 0);
}
.button.ghost.white:hover,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).ghost.white:hover,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost.white:hover,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost.white:hover {
  background-color: rgba(51, 51, 51, 0.2) !important;
}
.button.ghost:disabled,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).ghost:disabled,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost:disabled,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).ghost:disabled {
  background-color: rgba(139, 140, 142, 0.3) !important;
  color: white;
  pointer-events: none;
  border-color: rgba(139, 140, 142, 0.2) !important;
}
[data-state=error] .button.state-labels, .button.state-labels[data-state=error],
[data-state=error] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=error],
[data-state=error] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=error],
[data-state=error] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=error] {
  background-color: #f68e20;
  pointer-events: none;
  border-color: #f68e20;
  background-image: none;
}
[data-state=working] .button.state-labels, .button.state-labels[data-state=working],
[data-state=working] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=working],
[data-state=working] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=working],
[data-state=working] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=working] {
  background-color: #F68E20;
  pointer-events: none;
  border-color: #F68E20;
  background-image: none;
}
[data-state=success] .button.state-labels, .button.state-labels[data-state=success],
[data-state=success] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=success],
[data-state=success] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success],
[data-state=success] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success] {
  background-color: #259c2d;
  pointer-events: none;
  border-color: #259c2d;
  background-image: none;
}
[data-state=success-response] .button.state-labels, .button.state-labels[data-state=success-response],
[data-state=success-response] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response],
[data-state=success-response] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response],
[data-state=success-response] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response] {
  background-color: #259c2d;
  pointer-events: none;
  border-color: #259c2d;
  background-image: none;
}
.button.state-labels .txt,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt {
  display: flex;
  align-items: center;
  line-height: 1em;
  display: none;
}
.button.state-labels .txt svg,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt svg,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt svg,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt svg {
  display: block;
}
.button.state-labels .txt .small,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt .small,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt .small,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt .small {
  font-size: 0.8em;
  line-height: inherit;
}
.button.state-labels .txt[data-for=ready],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready] {
  display: flex;
}
[data-state=error] .button.state-labels .txt[data-for=ready], .button.state-labels[data-state=error] .txt[data-for=ready],
[data-state=error] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=error] .txt[data-for=ready],
[data-state=error] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=error] .txt[data-for=ready],
[data-state=error] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=error] .txt[data-for=ready] {
  display: none;
}
[data-state=error] .button.state-labels .txt[data-for=error], .button.state-labels[data-state=error] .txt[data-for=error],
[data-state=error] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=error],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=error] .txt[data-for=error],
[data-state=error] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=error],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=error] .txt[data-for=error],
[data-state=error] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=error],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=error] .txt[data-for=error] {
  display: flex;
}
[data-state=working] .button.state-labels .txt[data-for=ready], .button.state-labels[data-state=working] .txt[data-for=ready],
[data-state=working] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=ready],
[data-state=working] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=ready],
[data-state=working] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=ready] {
  display: none;
}
[data-state=working] .button.state-labels .txt[data-for=working], .button.state-labels[data-state=working] .txt[data-for=working],
[data-state=working] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=working],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=working],
[data-state=working] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=working],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=working],
[data-state=working] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=working],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=working] {
  display: flex;
}
[data-state=working] .button.state-labels .txt[data-for=working] .icon, .button.state-labels[data-state=working] .txt[data-for=working] .icon,
[data-state=working] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=working] .icon,
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=working] .icon,
[data-state=working] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=working] .icon,
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=working] .icon,
[data-state=working] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=working] .icon,
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=working] .txt[data-for=working] .icon {
  animation-name: spin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
[data-state=success] .button.state-labels .txt[data-for=ready], .button.state-labels[data-state=success] .txt[data-for=ready], [data-state=success-response] .button.state-labels .txt[data-for=ready], .button.state-labels[data-state=success-response] .txt[data-for=ready],
[data-state=success] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=success] .txt[data-for=ready],
[data-state=success-response] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response] .txt[data-for=ready],
[data-state=success] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success] .txt[data-for=ready],
[data-state=success-response] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response] .txt[data-for=ready],
[data-state=success] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success] .txt[data-for=ready],
[data-state=success-response] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=ready],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response] .txt[data-for=ready] {
  display: none;
}
[data-state=success] .button.state-labels .txt[data-for=success], .button.state-labels[data-state=success] .txt[data-for=success], [data-state=success-response] .button.state-labels .txt[data-for=success], .button.state-labels[data-state=success-response] .txt[data-for=success],
[data-state=success] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=success],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=success] .txt[data-for=success],
[data-state=success-response] button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=success],
button:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=owl-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response] .txt[data-for=success],
[data-state=success] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=success],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success] .txt[data-for=success],
[data-state=success-response] input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=success],
input[type=submit]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response] .txt[data-for=success],
[data-state=success] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=success],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success] .txt[data-for=success],
[data-state=success-response] input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels .txt[data-for=success],
input[type=button]:not([class^=pika-]):not([class^=fancybox-]):not([class^=flickity-]):not([class^=at-]):not(.custom).state-labels[data-state=success-response] .txt[data-for=success] {
  display: flex;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
optgroup {
  padding: 0;
  margin: 0;
}

.inner-layout .content form {
  margin: 40px 0;
}
form .hint {
  font-size: 0.85em;
  line-height: 1.2em;
  margin-top: 0.6em;
  font-weight: 300;
}
form.filter-form {
  display: flex;
  flex-wrap: wrap;
}
form.filter-form .field-wrap {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
form.filter-form .field-wrap > .label:first-child {
  margin: 0.5em 0;
}
[dir=ltr] form.filter-form .field-wrap > .label:first-child {
  margin-right: 1em;
}
[dir=right] form.filter-form .field-wrap > .label:first-child {
  margin-left: 1em;
}
[dir=ltr] form.filter-form .field-wrap {
  margin-right: 1em;
}
[dir=right] form.filter-form .field-wrap {
  margin-left: 1em;
}
form.filter-form .field {
  width: auto;
}
form .field-wrap {
  position: relative;
  margin-bottom: 1.3em;
  display: block;
}
@media (min-width: 400px) {
  form .field-wrap.cols {
    display: flex;
  }
  form .field-wrap.cols > * {
    width: calc(50% - 10px);
  }
  form .field-wrap.cols > *.label {
    margin-right: 20px;
  }
}
form .field-wrap .error-msg {
  position: absolute;
  display: block;
  z-index: 10;
  top: 100%;
  margin-top: -1em;
  right: 10px;
  display: block;
  background-color: white;
  color: #f68e20;
  background-color: #f68e20;
  color: white;
  font-size: 0.7em;
  line-height: 1.3em;
  padding: 0.3em 8px;
  border-radius: 3px;
  white-space: nowrap;
  font-weight: 400;
  display: none;
}
[dir=rtl] form .field-wrap .error-msg {
  left: auto;
  right: 10px;
}
form .field-wrap .error-msg::before {
  content: "!";
  display: none;
  left: 0;
  font-size: 11px;
  font-weight: 900;
  width: 1.3em;
  height: 1.3em;
  line-height: 1em;
  text-align: center;
  border: 1px solid #f68e20;
  border-radius: 50%;
  margin-right: 7px;
}
[dir=rtl] form .field-wrap .error-msg::before {
  margin-right: 0;
  margin-left: 7px;
}
form .field-wrap .error-msg::after {
  position: absolute;
  content: "";
  display: none;
  top: 100%;
  left: 10px;
  border-top: 5px solid #f68e20;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
[dir=rtl] form .field-wrap .error-msg::after {
  left: auto;
  right: 10px;
}
form .field-wrap .checkbox-wrap .error-msg {
  margin-bottom: 2px;
  left: -4px;
}
[dir=rtl] form .field-wrap .checkbox-wrap .error-msg {
  left: auto;
  right: -4px;
}
form .field-wrap [data-state=error] ~ .error-msg,
form .field-wrap .error-msg.show {
  display: block;
}
form .field-wrap.submit {
  margin-top: 1.6em;
  margin-bottom: 0;
}
@media (min-width: 400px) {
  form .field-row {
    display: flex;
  }
  form .field-row .field-wrap {
    flex: 1;
  }
  [dir=ltr] form .field-row .field-wrap {
    margin-left: 20px;
  }
  [dir=rtl] form .field-row .field-wrap {
    margin-right: 20px;
  }
  form .field-row .field-wrap:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  form .field-row .field-wrap.wider {
    flex: 1.5;
  }
}
form .hidden {
  display: none;
}
form .field-wrap.hidden {
  display: none;
}
form .fieldset + .fieldset {
  border-top: 1px solid #8b8c8e;
  margin-top: 30px;
  padding-top: 30px;
}
form input, form select, form button {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
form [name=emiratesId] {
  direction: ltr;
}
form .label, form label {
  color: #58595B;
  font-size: inherit;
  font-weight: 500;
  text-align: inherit;
  padding: 0;
  margin: 0;
}
form .field-wrap > .label:first-child,
form .field-wrap > label:first-child {
  display: block;
  margin-bottom: 0.6em;
  margin-top: 0.2em;
}
form .field {
  border: 1px solid rgba(88, 89, 91, 0.2);
  padding: 0px 1em;
  height: 40px;
  color: inherit;
  display: block;
  transition: border-color 0.2s ease;
  border-radius: 3px;
  width: 100%;
  color: #58595B;
  transition: 0.2s ease;
}
@media (min-width: 740px) {
  form .field:not(.small) {
    padding: 0px 1.6em;
    height: 50px;
  }
}
form .field::placeholder {
  color: rgba(88, 89, 91, 0.6);
}
form .field:focus::placeholder {
  color: rgba(88, 89, 91, 0.9);
}
form .field:hover {
  background-color: white;
}
form .field:focus {
  border: 1px solid rgba(88, 89, 91, 0.7);
}
form .field[data-state=error] {
  background-color: white;
  border-color: #f68e20;
}
form textarea.field {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  height: auto;
  min-height: 100px;
  line-height: 1.4em;
}
form select.field {
  line-height: 2em;
}
form select.field option {
  color: #58595B;
  height: 20px;
  padding: 10px;
}
form select.field option[value="n/a"] {
  color: rgba(88, 89, 91, 0.5);
}
form select.field option[value="n/a"][disabled] {
  color: rgba(88, 89, 91, 0.2);
}
form .radio-box label {
  display: block;
  margin: 0 0.5em;
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}
[dir=ltr] form .radio-box label {
  padding-left: 30px;
}
[dir=rtl] form .radio-box label {
  padding-right: 30px;
}
form .radio-box label input {
  margin: 0.5em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
form .radio-box label input + span {
  display: inline-block;
  opacity: 0.8;
  transition: 0.2s ease;
}
form .radio-box label input + span::before, form .radio-box label input + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0 0 1px #58595b;
  transition: 0.1s ease;
}
[dir=ltr] form .radio-box label input + span::before, [dir=ltr] form .radio-box label input + span::after {
  left: 0px;
}
[dir=rtl] form .radio-box label input + span::before, [dir=rtl] form .radio-box label input + span::after {
  right: 0px;
}
form .radio-box label input + span::after {
  background-color: #f68e20;
  transform: scale(0);
  box-shadow: none;
}
form .radio-box label input:checked + span {
  font-weight: bold;
  opacity: 1;
}
form .radio-box label input:checked + span::after {
  transform: scale(0.65);
}
form .radio-box label:hover input + span {
  opacity: 1;
}
form .radio-box label:hover input + span::before {
  box-shadow: 0 0 2px #58595b;
}
form .checkbox-line input {
  margin-right: 1em;
}
form .checkbox-wrap {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
[dir=ltr] form .checkbox-wrap {
  padding-left: 34px;
  text-align: left;
}
[dir=rtl] form .checkbox-wrap {
  padding-right: 34px;
  text-align: right;
}
form .checkbox-wrap .text {
  margin: 0;
  display: inline-block;
  opacity: 0.8;
}
form .checkbox-wrap .text a:hover {
  text-decoration: underline;
}
form .checkbox-wrap:hover .text {
  opacity: 1;
}
form .checkbox-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
form .checkbox-wrap .checkmark {
  display: block;
  position: absolute;
  top: -1px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(88, 89, 91, 0.3);
  transition: 0.2s ease;
}
[dir=ltr] form .checkbox-wrap .checkmark {
  left: 0;
}
[dir=rtl] form .checkbox-wrap .checkmark {
  right: 0;
}
form .checkbox-wrap:hover .checkmark {
  border-color: rgba(88, 89, 91, 0.6);
}
form .checkbox-wrap .checkmark::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #58595B;
  border-width: 0 2px 2px 0;
  transform: scale(0.8) rotate(60deg);
  transition: 0.2s ease;
}
form .checkbox-wrap input[type=checkbox]:checked ~ .checkmark {
  border-color: #58595b;
}
form .checkbox-wrap input[type=checkbox]:checked ~ .checkmark::after {
  opacity: 1;
  transform: scale(1) rotate(45deg);
}
form .checkbox-wrap input[type=checkbox]:checked ~ .text {
  color: #58595B;
  opacity: 1;
}
form .checkbox-wrap input[type=checkbox].error ~ .checkmark {
  border-color: #f68e20;
}
form .checkbox-wrap input[type=checkbox].error ~ .text {
  color: #f68e20;
}
form .checkbox-wrap + span.error {
  margin-top: 4px;
}
form select option[disabled] {
  color: #ddd;
}
form + .response-box {
  margin: 20px 0;
  padding: 20px;
  box-shadow: 3px 3px 0px 0px rgba(75, 76, 78, 0.1), 0px 0px 0px 1px rgba(75, 76, 78, 0.12);
  border-top: 4px solid #259c2d;
  font-weight: 600;
  line-height: 1.4em;
  transition: 0.3s ease;
  opacity: 0;
}
form[data-state=success-response] + .response-box {
  opacity: 1;
  transform: translateY(0px);
}
form.collapse[data-state=success-response] {
  display: none;
}

.intl-tel-input {
  width: 100%;
  direction: ltr;
}

.popup-content .intl-tel-input.allow-dropdown input,
.popup-content .intl-tel-input.allow-dropdown input[type=tel],
.popup-content .intl-tel-input.allow-dropdown input[type=text],
.popup-content .intl-tel-input.separate-dial-code input,
.popup-content .intl-tel-input.separate-dial-code input[type=tel],
.popup-content .intl-tel-input.separate-dial-code input[type=text] {
  padding-left: 110px !important;
}

.box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  color: #58595B;
  box-shadow: 3px 3px 0px 0px rgba(75, 76, 78, 0.1), 0px 0px 0px 1px rgba(75, 76, 78, 0.12);
  background-color: white;
  border-radius: 3px;
}
.box:hover {
  box-shadow: 4px 4px 3px 0px rgba(75, 76, 78, 0.12), 0px 0px 0px 1px rgba(75, 76, 78, 0.18);
}
.box .box-cover:first-child figure {
  border-radius: 3px 3px 0 0;
}
.box .box-content {
  padding: 20px;
}
@media (min-width: 400px) {
  .box .box-content {
    padding: 30px;
  }
}
.box .box-content h1:first-child, .box .box-content h2:first-child, .box .box-content h3:first-child, .box .box-content h4:first-child {
  margin-top: 0;
}
.box .box-content > p:first-child {
  margin-top: 0;
}
.box .box-content > p:last-child {
  margin-bottom: 0;
}
.box .box-content h3:first-child {
  margin-top: 0;
}
.box .box-content .button {
  margin: 0;
}
.box.landscape {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  border-radius: 3px;
}
@media (min-width: 550px) {
  .box.landscape {
    flex-wrap: nowrap;
  }
}
.box.landscape .box-thumb {
  background-color: #f68e20;
  color: white;
  width: 90px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  transition: 0.2s ease;
  border-radius: 3px 0 0 0;
}
[dir=rtl] .box.landscape .box-thumb {
  border-radius: 0 3px 0 0;
}
@media (min-width: 550px) {
  .box.landscape .box-thumb {
    border-radius: 3px 0 0 3px;
  }
  [dir=rtl] .box.landscape .box-thumb {
    border-radius: 0 3px 3px 0;
  }
}
.box.landscape .box-thumb .icon {
  display: block;
  font-size: 30px;
}
.box.landscape:hover .box-thumb {
  background-color: #f68e20;
}
.box.landscape .box-cover {
  width: 100%;
  min-width: 100px;
}
@media (min-width: 550px) {
  .box.landscape .box-cover {
    width: 130px;
  }
  .box.landscape .box-cover:first-child figure {
    border-radius: 3px 0 0 3px;
  }
}
.box.landscape .box-cover figure {
  height: 100%;
}
.box.landscape .box-thumb + .box-cover {
  width: calc(100% - 90px);
}
.box.landscape .box-thumb + .box-cover figure {
  border-radius: 0 3px 0 0;
}
[dir=rtl] .box.landscape .box-thumb + .box-cover figure {
  border-radius: 3px 0 0 0;
}
@media (min-width: 550px) {
  .box.landscape .box-thumb + .box-cover {
    width: 130px;
  }
  .box.landscape .box-thumb + .box-cover figure {
    border-radius: 0;
  }
  [dir=rtl] .box.landscape .box-thumb + .box-cover figure {
    border-radius: 0;
  }
}
.box.landscape .box-content {
  width: auto;
  display: flex;
  align-items: center;
  padding: 20px;
  font-weight: 400;
  background-color: white;
  color: #58595B;
  font-size: 0.92em;
}
.box.landscape .box-content .box-title {
  font-size: 1.1em;
  text-transform: unset;
  margin: 0;
}
@media (min-width: 550px) {
  .box.landscape .box-content {
    padding: 30px;
    border-radius: 0 3px 3px 0;
  }
  [dir=rtl] .box.landscape .box-content {
    border-radius: 3px 0 0 3px;
  }
}
.box.landscape .box-content p {
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #717275;
}
.box.landscape.tight .box-content {
  padding: 14px 24px;
}
.box.landscape .box-thumb + .box-content {
  width: calc(100% - 90px);
  border-radius: 0 3px 3px 0;
}
.box.landscape.tight .box-thumb {
  width: 75px;
}
.box.landscape.tight .box-thumb + .box-cover {
  width: calc(100% - 75px);
}
@media (min-width: 550px) {
  .box.landscape.tight .box-thumb + .box-cover {
    width: 130px;
  }
}
.box.landscape.tight .box-thumb + .box-content {
  width: calc(100% - 75px);
}
.box.landscape .box-cover + .box-content {
  width: 100%;
  border-radius: 0 0 3px 3px;
}
@media (min-width: 550px) {
  .box.landscape .box-cover + .box-content {
    width: calc(100% - 220px);
    border-radius: 0 3px 3px 0;
  }
}
@media (min-width: 550px) {
  .box.landscape .box-cover:first-child + .box-content {
    width: calc(100% - 130px);
  }
}
@media (min-width: 550px) {
  .box.landscape.tight .box-cover + .box-content {
    width: calc(100% - 205px);
  }
}

.box-slider {
  position: relative;
}
.box-slider .box-slider-list {
  position: relative;
  padding: 4px;
  margin-left: -4px;
  margin-right: -4px;
  overflow: hidden;
}
.box-slider .flickity-viewport {
  overflow: visible;
}
.box-slider .box {
  margin: 4px;
}
.box-slider .box-slider-pager {
  position: absolute;
  margin-bottom: 0.5em;
  bottom: 100%;
  right: 0;
  z-index: 10;
  border-radius: 3px;
}
[dir=rtl] .box-slider .box-slider-pager {
  right: auto;
  left: 0;
}

.box-list {
  list-style: none;
  padding: 0;
}

.search-box {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 110;
}
.search-box::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 3px);
  height: 100%;
  width: calc(100vw - 81px);
  width: 220px;
  background-color: white;
  box-shadow: 0 0 2px rgba(88, 89, 91, 0.1), 0 1px 3px rgba(88, 89, 91, 0.2);
  box-shadow: 3px 3px 0px 0px rgba(75, 76, 78, 0.1), 0px 0px 0px 1px rgba(75, 76, 78, 0.12);
  border-radius: 3px;
  border-bottom: 2px solid #f68e20;
  transition: 0.2s ease;
  transform: translateY(-80px);
}
[dir=ltr] .search-box::before {
  left: 0;
}
[dir=rtl] .search-box::before {
  right: 0;
}
@media (min-width: 740px) {
  .search-box::before {
    width: 220px;
  }
}
.search-mode .search-box::before {
  transform: translateY(0%);
}
.search-box input {
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  width: calc(100vw - 90px);
  border: 0;
  padding: 0 10px;
  background: transparent;
  transition: 0.2s ease;
  transform: translateY(-100%);
}
[dir=ltr] .search-box input {
  left: 100%;
}
[dir=rtl] .search-box input {
  right: 100%;
}
@media (min-width: 740px) {
  .search-box input {
    width: 180px;
  }
}
.search-mode .search-box input {
  transform: translateY(0%);
  transition-delay: 0.05s;
}
.search-box button {
  position: relative;
  z-index: 10;
  border: 0px;
  background: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: 0.2s ease;
  cursor: pointer;
}
.search-box button svg {
  display: block;
  margin: auto;
}

.search-bar {
  position: relative;
  width: 100%;
}
.search-bar input {
  padding: 0 35px;
  width: 100%;
  border: 0;
  height: 50px;
  border-bottom: 2px solid rgba(139, 140, 142, 0.4);
  font-size: 0.95em;
  font-weight: 300;
  color: #58595B;
  font-weight: 800;
  margin-bottom: -1px;
}
@media (min-width: 740px) {
  .search-bar input {
    padding: 0 40px;
    font-size: 1.2em;
  }
}
.search-bar input::placeholder {
  color: #2BA8E0;
}
.search-bar input:focus {
  border-color: #f68e20;
}
.search-bar input:focus::placeholder {
  color: rgba(88, 89, 91, 0.2);
}
.search-bar input:focus + .icon {
  color: #f68e20;
}
.search-bar .icon {
  position: absolute;
  font-size: 22px;
  top: 50%;
  margin-top: -0.5em;
  color: #f68e20;
}
@media (min-width: 740px) {
  .search-bar .icon {
    font-size: 24px;
  }
}

.search-results {
  max-width: 40em;
}
.search-results li {
  border-bottom: 1px solid rgba(88, 89, 91, 0.2);
}
.search-results li h3 {
  margin-bottom: 0.3em;
}
.search-results li .path {
  font-size: 0.9em;
  opacity: 0.6;
}
.search-results li p {
  font-size: 0.96em;
}

ul.pagination.clean {
  display: flex;
  align-items: center;
  margin-top: 2em;
  font-size: 0.86em;
}
ul.pagination.clean li {
  width: 2.2em;
  text-align: center;
  color: rgba(88, 89, 91, 0.15);
  line-height: 2.2em;
  font-weight: 600;
}
ul.pagination.clean li.disabled {
  pointer-events: none;
}
ul.pagination.clean li.disabled a {
  color: rgba(88, 89, 91, 0.15);
}
ul.pagination.clean li.disabled a svg {
  color: inherit;
}
ul.pagination.clean li a {
  display: flex;
  height: 2.2em;
  align-items: center;
  justify-content: center;
  color: rgba(88, 89, 91, 0.5);
}
ul.pagination.clean li a svg {
  transition: 0.2s;
  color: #58595B;
}
ul.pagination.clean li a:hover {
  color: #58595B;
  background-color: rgba(88, 89, 91, 0.04);
}
ul.pagination.clean li a:hover svg {
  color: inherit;
}
ul.pagination.clean li + li {
  margin-left: 0.3em;
}
ul.pagination.clean li.current {
  color: #58595B;
  background-color: rgba(88, 89, 91, 0.07);
}

@media (min-width: 850px) {
  .event-browser {
    display: flex;
    justify-content: space-between;
  }
  .event-browser .event-list-wrap {
    order: 1;
    width: 50%;
  }
  .event-browser .event-calendar {
    order: 2;
    width: 41.6666666667%;
    height: 100%;
  }
}
@media (min-width: 1100px) {
  .event-browser .event-list-wrap {
    width: 58.3333333333%;
  }
  .event-browser .event-calendar {
    width: 33.3333333333%;
  }
}

.event-calendar {
  padding: 14px;
}
[dir=rtl] .event-calendar .navigation {
  direction: ltr;
}
[dir=rtl] .event-calendar .navigation .period {
  direction: rtl;
}
.event-calendar .navigation .prev.past {
  opacity: 0.2;
  pointer-events: none;
}
.event-calendar .hello-week .period {
  font-size: 1.3em;
  font-weight: 800;
  text-transform: uppercase;
}
.event-calendar .hello-week .month {
  cursor: default;
}
.event-calendar .hello-week .month.rtl {
  flex-direction: row;
}
.event-calendar .hello-week .week {
  font-size: 1em;
  font-weight: 800;
  color: #f68e20;
}
.event-calendar .hello-week .week.rtl {
  flex-direction: row;
}
.event-calendar .hello-week .day {
  position: relative;
  box-shadow: 0 0 0 1px white;
}
.event-calendar .hello-week .day.is-today {
  background-color: transparent;
  color: #037680;
  font-weight: 600;
  box-shadow: 0 0 0 3px #f68e20, 0 0 0 5px white, 0 0 0 1px #f68e20 inset, 0 0 0 3px white inset;
  z-index: 5;
}
.event-calendar .hello-week .day.is-weekend {
  color: unset;
}
.event-calendar .hello-week .day.is-disabled {
  cursor: default;
}
.event-calendar .hello-week .day.is-selected {
  color: unset !important;
  background-color: unset !important;
}
.event-calendar .hello-week .day.is-highlight {
  background-color: #f68e20;
  color: white;
  cursor: pointer;
}
.event-calendar .hello-week .day.is-highlight.is-selected {
  background-color: #f68e20 !important;
  color: white !important;
}
.event-calendar .hello-week .day.is-highlight.is-disabled {
  pointer-events: all;
  color: #58595B;
  background-color: rgba(139, 140, 142, 0.4);
}
.event-calendar .hello-week .day.is-highlight.is-disabled:hover {
  background-color: rgba(139, 140, 142, 0.7);
}
.event-calendar .hello-week .day.is-highlight.is-today {
  background-color: #037680;
}
.event-calendar .hello-week .day.is-highlight:hover {
  background-color: #037680;
}
.event-calendar .hello-week .day.is-highlight:hover.is-selected {
  background-color: #037680 !important;
}
.event-calendar .hello-week .day-peek {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 4px 4px 3px 0px rgba(75, 76, 78, 0.12), 0px 0px 0px 1px rgba(75, 76, 78, 0.18);
  color: #037680;
  padding: 0.7em 0.8em;
  min-width: 12em;
  min-height: 120%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  transform: translate(-50%, -50%) scale(0.5);
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  will-change: transform, opacity;
}
.event-calendar .hello-week .day-peek .event-title {
  margin: 0.3em 0;
}
.event-calendar .hello-week .day-peek .date {
  font-weight: 800;
  color: #f68e20;
  margin: 0.3em 0;
}
.event-calendar .hello-week .day-peek a {
  color: #037680;
  display: block;
}
.event-calendar .hello-week .day-peek a:hover {
  color: #f68e20;
}
.event-calendar .hello-week .day-peek a .loading-spinner {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 4px;
  font-size: 14px;
  color: #58595B;
  transition: 0.2s ease;
}
[dir=ltr] .event-calendar .hello-week .day-peek a .loading-spinner {
  right: 4px;
}
[dir=rtl] .event-calendar .hello-week .day-peek a .loading-spinner {
  left: 4px;
}
.event-calendar .hello-week .day-peek a.loading .loading-spinner {
  opacity: 0.7;
}
.event-calendar .hello-week .day.peeking {
  z-index: 10;
  opacity: 1;
}
.event-calendar .hello-week .day.peeking .day-peek {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.event-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 20px 0;
}
.event-list > li {
  margin: 0;
  padding: 0;
}
.event-list > li.event-month-divider {
  margin-top: 40px;
  width: 100%;
}
.event-list > li.event-month-divider:first-child {
  margin-top: 0;
}
.event-list > li.no-events {
  font-weight: 800;
  opacity: 0.3;
}
.event-list > li.loading {
  font-weight: 800;
  opacity: 0.6;
}
.event-list > li.loading .icon {
  margin: 0 0.5em;
  font-size: 20px;
}
.event-list + button.event-loader {
  min-width: 280px;
  display: block !important;
  margin: 30px auto !important;
}
.event-list + button.event-loader .txt {
  justify-content: center;
}
@media (min-width: 980px) {
  .event-list.wide {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .event-list.wide > li:not(.event-month-divider) {
    margin: 0px 20px;
    width: calc(50% - 40px);
    display: flex;
  }
  .event-list.wide > li:not(.event-month-divider) .event-thumb.box {
    margin: 10px 0;
  }
  .event-list.wide > li.event-month-divider {
    margin: 30px 20px 15px;
  }
  .event-list.wide > li.event-month-divider:first-child {
    margin-top: 0;
  }
}
.event-list .event-month-divider {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #037680;
}
.event-list .event-month-divider::after {
  content: " ";
  display: block;
  border-bottom: 1px solid #f68e20;
  flex: auto;
  height: 0px;
  line-height: 0px;
  opacity: 0.4;
}
[dir=ltr] .event-list .event-month-divider::after {
  margin-left: 1em;
}
[dir=rtl] .event-list .event-month-divider::after {
  margin-right: 1em;
}

.event-thumb.box {
  position: relative;
}
.event-thumb.box .loading-spinner {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  pointer-events: 0;
  opacity: 0;
  overflow: hidden;
}
[dir=ltr] .event-thumb.box .loading-spinner {
  right: 0;
  border-radius: 0 3px 3px 0;
}
[dir=rtl] .event-thumb.box .loading-spinner {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.event-thumb.box .loading-spinner::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 118, 128, 0.85);
  transition: 0.2s ease-out;
}
[dir=ltr] .event-thumb.box .loading-spinner::before {
  border-radius: 0 3px 3px 0;
  transform: translateX(100%);
}
[dir=rtl] .event-thumb.box .loading-spinner::before {
  border-radius: 3px 0 0 3px;
  transform: translateX(-100%);
}
.event-thumb.box .loading-spinner .icon {
  position: relative;
  z-index: 10;
  transition: 0.2s ease;
}
[dir=ltr] .event-thumb.box .loading-spinner .icon {
  transform: translateX(10px);
}
[dir=rtl] .event-thumb.box .loading-spinner .icon {
  transform: translateX(-10px);
}
.event-thumb.box .loading-spinner .icon svg {
  font-size: 24px;
  display: block;
  color: white;
}
.event-thumb.box.loading .loading-spinner {
  opacity: 1;
}
.event-thumb.box.loading .loading-spinner::before {
  transform: translateX(0) !important;
}
.event-thumb.box.loading .loading-spinner .icon {
  transform: translateX(0) !important;
}
.event-thumb.box .box-thumb .day {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
.event-thumb.box .box-thumb .month {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.event-thumb.box .event-dates {
  font-size: 0.9em;
}
.event-thumb.box.is-past {
  opacity: 0.5;
}
.event-thumb.box.is-past:hover {
  opacity: 0.7;
}
.event-thumb.box.is-past .box-thumb {
  background-color: rgba(139, 140, 142, 0.2);
}
.event-thumb.box.is-today .box-thumb {
  background-color: #037680;
}
.event-thumb.box.is-today:hover .box-thumb {
  background-color: #f68e20;
}

.event-details .event-info,
.page-header .event-info {
  background-color: #f68e20;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 0.94em;
  line-height: 1.4em;
}
.event-details .event-info-bit,
.page-header .event-info-bit {
  display: block;
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  text-decoration: none;
  color: white;
}
.event-details .event-info-bit > .icon,
.page-header .event-info-bit > .icon {
  font-size: 20px;
  width: 1em;
  color: white;
}
[dir=ltr] .event-details .event-info-bit > .icon,
[dir=ltr] .page-header .event-info-bit > .icon {
  margin-right: 1em;
  margin-left: 0;
}
[dir=rtl] .event-details .event-info-bit > .icon,
[dir=rtl] .page-header .event-info-bit > .icon {
  margin-left: 1em;
  margin-right: 0;
}
.event-details .addthis-wrapper,
.page-header .addthis-wrapper {
  margin-bottom: 1em;
}
.event-details.popup-box,
.page-header.popup-box {
  max-width: 600px;
}
.event-details.popup-box .addthis-wrapper,
.page-header.popup-box .addthis-wrapper {
  margin-top: 1em;
}

.page-header .event-info {
  border-top: 1px solid #FCBD14;
  border-bottom: 1px solid #FCBD14;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-header .event-info .event-info-bit {
  display: flex;
  color: #037680;
}
.page-header .event-info .event-info-bit .icon {
  color: #FCBD14;
}
.page-header .event-info a.event-info-bit:hover {
  color: #f68e20;
}
.page-header .event-info a.event-info-bit:hover .icon {
  color: #f68e20;
}

.tab-bar {
  white-space: nowrap;
  margin-top: 1em;
  position: relative;
}
.tab-bar.overflown .flickity-viewport {
  overflow: visible;
}
.tab-bar:not(.overflown).tab-list {
  overflow: hidden;
  padding: 4px 10px 1px 10px;
  margin: 0 -10px;
}
.tab-bar:not(.overflown).tab-list .flickity-viewport {
  overflow: visible;
}
.tab-bar:not(.overflown).tab-list::before, .tab-bar:not(.overflown).tab-list::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 10px;
  left: 0px;
  background-image: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
  transition: 0.2s ease;
  opacity: 0;
}
.tab-bar:not(.overflown).tab-list::after {
  left: auto;
  right: 0px;
  background-image: linear-gradient(to left, white 20%, rgba(255, 255, 255, 0) 100%);
}
.tab-bar:not(.overflown).tab-list.overflown-prev::before {
  opacity: 1;
}
.tab-bar:not(.overflown).tab-list.overflown-next::after {
  opacity: 1;
}
.tab-bar .tab {
  display: block;
}
.tab-bar:not(.unstyled-tabs) .tab-list {
  box-shadow: 0px -1px 0 white inset, 0px -2px 0 #58595B inset;
}
.tab-bar:not(.unstyled-tabs) .tab,
.tab-bar:not(.unstyled-tabs) a.tab {
  position: relative;
  width: auto;
  display: block;
  padding: 0.4em 0.7em;
  color: rgba(88, 89, 91, 0.8);
  font-weight: 400;
  border-bottom: 1px solid #58595B;
  box-shadow: 0 0 1px 0px rgba(88, 89, 91, 0), 1px 1px 2px 0px rgba(88, 89, 91, 0);
}
.tab-bar:not(.unstyled-tabs) .tab + .tab,
.tab-bar:not(.unstyled-tabs) a.tab + .tab {
  margin-left: 4px;
}
.tab-bar:not(.unstyled-tabs) .tab::after,
.tab-bar:not(.unstyled-tabs) a.tab::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background-color: #f68e20;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: 0.2s ease;
}
.tab-bar:not(.unstyled-tabs) .tab:hover,
.tab-bar:not(.unstyled-tabs) a.tab:hover {
  color: #f68e20;
}
.tab-bar:not(.unstyled-tabs) .tab:hover::after,
.tab-bar:not(.unstyled-tabs) a.tab:hover::after {
  transform: scaleY(0.75);
}
.tab-bar:not(.unstyled-tabs) .tab.active,
.tab-bar:not(.unstyled-tabs) a.tab.active {
  background-color: white;
  color: #f68e20;
  box-shadow: 0 0 1px 0px rgba(88, 89, 91, 0.2), 1px 1px 2px 0px rgba(88, 89, 91, 0.1);
}
.tab-bar:not(.unstyled-tabs) .tab.active::after,
.tab-bar:not(.unstyled-tabs) a.tab.active::after {
  transform: scaleY(1) translateY(1px);
}
.tab-bar .tab-controls {
  position: absolute;
  top: 0;
  left: -36px;
  right: -36px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 850px) {
  .tab-bar .tab-controls {
    left: -44px;
    right: -44px;
  }
}
.tab-bar .tab-controls .arrow {
  pointer-events: all;
  display: flex;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  transition: 0.2s ease;
  cursor: pointer;
}
.tab-bar .tab-controls .arrow .icon {
  display: block;
  margin: auto;
}
.tab-bar .tab-controls .arrow.prev {
  left: -30px;
  left: 0px;
}
.tab-bar .tab-controls .arrow.next {
  right: -30px;
  right: 0px;
}
.tab-bar .tab-controls .arrow:hover {
  background-color: #f68e20;
  color: white;
}
.tab-bar .tab-controls .arrow.disabled {
  opacity: 0;
  pointer-events: none;
}

.tab-content-wrapper .tab-content {
  display: none;
}
.tab-content-wrapper .tab-content.active {
  display: block;
}

@media (min-width: 1600px) {
  .tab-bar.thumb-slider {
    margin-top: 50px;
  }
}
.tab-bar.thumb-slider .tab-list {
  position: relative;
}
.tab-bar.thumb-slider .tab-list > .tab:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(1) {
  transform: translateX(0%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(2) {
  transform: translateX(100%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(3) {
  transform: translateX(200%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(4) {
  transform: translateX(300%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(5) {
  transform: translateX(400%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(6) {
  transform: translateX(500%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(7) {
  transform: translateX(600%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(8) {
  transform: translateX(700%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(9) {
  transform: translateX(800%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(10) {
  transform: translateX(900%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(11) {
  transform: translateX(1000%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(12) {
  transform: translateX(1100%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(13) {
  transform: translateX(1200%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(14) {
  transform: translateX(1300%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(15) {
  transform: translateX(1400%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(16) {
  transform: translateX(1500%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(17) {
  transform: translateX(1600%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(18) {
  transform: translateX(1700%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(19) {
  transform: translateX(1800%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(20) {
  transform: translateX(1900%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(21) {
  transform: translateX(2000%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(22) {
  transform: translateX(2100%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(23) {
  transform: translateX(2200%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(24) {
  transform: translateX(2300%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(25) {
  transform: translateX(2400%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(26) {
  transform: translateX(2500%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(27) {
  transform: translateX(2600%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(28) {
  transform: translateX(2700%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(29) {
  transform: translateX(2800%);
}
.tab-bar.thumb-slider .tab-list > .tab:nth-child(30) {
  transform: translateX(2900%);
}
.tab-bar.thumb-slider .tab {
  width: 60%;
  position: relative;
  border: 2px solid white;
}
@media (min-width: 550px) {
  .tab-bar.thumb-slider .tab {
    width: 40%;
  }
}
@media (min-width: 740px) {
  .tab-bar.thumb-slider .tab {
    width: 30%;
  }
}
@media (min-width: 1100px) {
  .tab-bar.thumb-slider .tab {
    width: 25%;
  }
}
.tab-bar.thumb-slider .tab .thumb-image {
  position: relative;
  z-index: 1;
}
.tab-bar.thumb-slider .tab .thumb-image::before {
  padding-bottom: 46%;
}
.tab-bar.thumb-slider .tab .thumb-label {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 4.3vw;
  text-transform: uppercase;
  white-space: normal;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 550px) {
  .tab-bar.thumb-slider .tab .thumb-label {
    font-size: 3.1vw;
  }
}
@media (min-width: 740px) {
  .tab-bar.thumb-slider .tab .thumb-label {
    font-size: 2.2vw;
  }
}
@media (min-width: 1100px) {
  .tab-bar.thumb-slider .tab .thumb-label {
    font-size: 1.9vw;
  }
}
@media (min-width: 1400px) {
  .tab-bar.thumb-slider .tab .thumb-label {
    font-size: 26px;
  }
}
.tab-bar.thumb-slider .tab .thumb-label span {
  display: block;
  will-change: transform;
  transition: 0.3s ease;
  transform: scale(0.8);
}
.tab-bar.thumb-slider .tab::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f68e20;
  background-image: linear-gradient(80deg, #f68e20, #f68e20 80%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.2s ease;
  transform: scale(0.2);
}
.tab-bar.thumb-slider .tab.active::before {
  opacity: 1;
  transform: scale(1);
}
.tab-bar.thumb-slider .tab.active .thumb-label span {
  transform: scale(1);
}

@media (min-width: 740px) {
  .thumb-slider-contents {
    display: flex;
  }
}
.thumb-slider-contents .thumb-slider-covers {
  border: 2px solid white;
  position: relative;
  height: 100%;
}
@media (min-width: 740px) {
  .thumb-slider-contents .thumb-slider-covers {
    width: 40%;
  }
}
@media (min-width: 1100px) {
  .thumb-slider-contents .thumb-slider-covers {
    width: 50%;
  }
}
.thumb-slider-contents .thumb-slider-covers .tab-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: top center;
  transition: 0.2s ease;
  transform: scale(1) translateY(-40%);
  transform: translateY(20%) rotateX(-10deg);
  transform: translateY(10%);
  opacity: 0;
  width: 100%;
  pointer-events: none;
  will-change: opacity, transform;
}
.thumb-slider-contents .thumb-slider-covers .tab-content.active {
  position: relative;
  pointer-events: all;
  z-index: 10;
  transform: scale(1) translateY(0);
  transform: translateY(0) rotateX(0deg);
  transform: translateY(0);
  transition: 0.4s ease;
  transition-delay: 0.1s;
  opacity: 1;
}
.thumb-slider-contents .tab-content-wrapper:not(.thumb-slider-covers) {
  padding: 20px 0;
  position: relative;
}
@media (min-width: 740px) {
  .thumb-slider-contents .tab-content-wrapper:not(.thumb-slider-covers) {
    padding: 40px 50px;
  }
  .thumb-slider-contents .tab-content-wrapper:not(.thumb-slider-covers) .tab-content h2,
.thumb-slider-contents .tab-content-wrapper:not(.thumb-slider-covers) .tab-content h3:first-child {
    max-width: calc(100% - 80px);
    margin-bottom: 1.4em;
  }
}
.thumb-slider-contents .tab-content-wrapper:not(.thumb-slider-covers) .tab-pager {
  justify-content: flex-end;
  margin-top: -8px;
  margin-bottom: 6px;
  margin-left: -0.1em;
  margin-right: -0.1em;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (min-width: 740px) {
  .thumb-slider-contents .tab-content-wrapper:not(.thumb-slider-covers) .tab-pager {
    padding-left: inherit;
    padding-right: inherit;
    margin-top: -6px;
    margin-bottom: 0px;
  }
}
@media (min-width: 740px) {
  .thumb-slider-contents .thumb-slider-covers + .tab-content-wrapper {
    width: 60%;
  }
}
@media (min-width: 1100px) {
  .thumb-slider-contents .thumb-slider-covers + .tab-content-wrapper {
    padding: 50px 60px;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .thumb-slider-contents .thumb-slider-covers + .tab-content-wrapper {
    padding: 5% 5.8333333333%;
  }
}
@media (min-width: 1600px) {
  .thumb-slider-contents .thumb-slider-covers + .tab-content-wrapper {
    padding: 5.8333333333% 6.6666666667%;
  }
}

[data-image-carousel]:not(.flickity-enabled) > *:first-child {
  position: relative;
  z-index: 10;
}
[data-image-carousel]:not(.flickity-enabled) > *:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.image-carousel {
  position: relative;
}
.image-carousel:not(.flickity-enabled) > *:first-child {
  position: relative;
  z-index: 10;
}
.image-carousel:not(.flickity-enabled) > *:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.image-carousel .image-carousel-pager {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  z-index: 100;
  color: white;
  justify-content: space-between;
}
.image-carousel .image-carousel-pager .arrow {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 5px;
  border-radius: 3px;
}
.image-carousel .image-carousel-pager .arrow:hover {
  color: #FBED21;
  background-color: rgba(0, 0, 0, 0.4);
}
.image-carousel figure, .image-carousel .cover {
  position: relative;
}
.image-carousel figure .caption, .image-carousel .cover .caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  color: white;
  padding: 0.5em 1em;
  max-width: calc(100% - 90px);
}
[dir=ltr] .image-carousel figure .caption, [dir=ltr] .image-carousel .cover .caption {
  left: 0;
}
[dir=rtl] .image-carousel figure .caption, [dir=rtl] .image-carousel .cover .caption {
  right: 0;
}
.image-carousel figure img, .image-carousel .cover img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

.logo-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -6px 50px;
}
@media (min-width: 740px) {
  .logo-list {
    margin: 20px -10px 50px;
  }
}
.logo-list li {
  display: block;
  margin: 6px;
}
@media (min-width: 740px) {
  .logo-list li {
    margin: 10px;
  }
}
.logo-list .logo-thumb {
  position: relative;
  box-shadow: 3px 3px 0px 0px rgba(75, 76, 78, 0.1), 0px 0px 0px 1px rgba(75, 76, 78, 0.12);
  display: block;
  width: 120px;
}
.logo-list .logo-thumb::before {
  padding-bottom: 65%;
}
@media (min-width: 740px) {
  .logo-list .logo-thumb {
    width: 140px;
  }
}
.logo-list .logo-thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.logo-list .logo-thumb img + .logo-caption {
  display: none;
}
.logo-list .logo-thumb .logo-caption {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #8b8c8e;
}
.logo-list.partners .logo-thumb {
  width: 185px;
}
@media (min-width: 740px) {
  .logo-list.partners .logo-thumb {
    width: 200px;
  }
}
@media (min-width: 850px) {
  .logo-list.partners .logo-thumb {
    width: 236px;
  }
}

.social-media-thumbs {
  position: relative;
}
.social-media-thumbs::before {
  display: none;
  content: "2";
}
@media (min-width: 550px) {
  .social-media-thumbs::before {
    content: "3";
  }
}
@media (min-width: 850px) {
  .social-media-thumbs::before {
    content: "4";
  }
}
@media (min-width: 1100px) {
  .social-media-thumbs::before {
    content: "5";
  }
}
@media (min-width: 1600px) {
  .social-media-thumbs::before {
    content: "6";
  }
}
@media (min-width: 1800px) {
  .social-media-thumbs::before {
    content: "7";
  }
}
@media (min-width: 2000px) {
  .social-media-thumbs::before {
    content: "8";
  }
}

.social-media-post-list {
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social-media-post-list > .loading {
  opacity: 0.4;
  text-align: center;
  margin: 30px auto 20px;
}
.social-media-post-list > .loading .icon {
  margin: 0 0.5em;
  font-size: 20px;
}
.social-media-post-list .flickity-viewport {
  overflow: visible;
}
.social-media-post-list .post-item {
  width: calc(50% - 10px);
  margin: 4px;
  position: relative;
}
@media (min-width: 550px) {
  .social-media-post-list .post-item {
    width: calc(33.3333% - 10px);
  }
}
@media (min-width: 850px) {
  .social-media-post-list .post-item {
    width: calc(25% - 10px);
  }
}
@media (min-width: 1100px) {
  .social-media-post-list .post-item {
    width: calc(20% - 10px);
  }
}
@media (min-width: 1600px) {
  .social-media-post-list .post-item {
    width: calc(16.6666666667% - 10px);
  }
}
@media (min-width: 1800px) {
  .social-media-post-list .post-item {
    width: calc(14.2857142857% - 10px);
  }
}
@media (min-width: 2000px) {
  .social-media-post-list .post-item {
    width: calc(12.5% - 10px);
  }
}
.social-media-post-list .post-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #2BA8E0;
  color: white;
}
.social-media-post-list .post-thumb:hover {
  color: white;
}
.social-media-post-list .post-thumb .box-content {
  font-weight: 500;
  font-size: 0.9em;
}
.social-media-post-list .post-thumb figure.cover {
  height: 100%;
}
.social-media-post-list .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.social-media-post-list .post-link {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  color: white;
  font-size: 11px;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  border-radius: 3px 3px 0 0;
}
@media (min-width: 1100px) {
  .social-media-post-list .post-link {
    font-size: 12px;
    opacity: 0.6;
  }
}
.social-media-post-list .post-link::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  border-radius: 3px 3px 0 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -20px;
  left: 0;
  right: 0;
  opacity: 0.7;
  transition: 0.2s;
}
.social-media-post-list .post-link .name {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0.3em 1em;
}
@media (min-width: 1100px) {
  .social-media-post-list .post-link .name {
    opacity: 0;
    transition: 0.2s ease;
    transform: translateY(10px);
  }
}
.social-media-post-list .post-link .icon {
  position: relative;
  z-index: 2;
  display: block;
  color: white;
  margin: 0.4em 0.5em;
}
.social-media-post-list .post-link:hover {
  opacity: 1;
}
.social-media-post-list .post-link:hover::before {
  opacity: 1;
}
.social-media-post-list .post-link:hover .name {
  opacity: 1;
  transform: translateY(0px);
}
.social-media-post-list .post-thumb[data-type=text] + .post-link::before {
  background-image: linear-gradient(rgba(26, 117, 187, 0.9) 50%, rgba(26, 117, 187, 0) 100%);
}
.social-media-post-list .post-thumb:hover + .post-link {
  opacity: 1;
}
.social-media-post-list .post-thumb:hover + .post-link .name {
  opacity: 1;
  transform: translateY(0px);
}
.social-media-post-list .post-caption {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  padding: 0.8em;
  opacity: 0.8;
  transition: 0.2s ease;
}
@media (min-width: 1100px) {
  .social-media-post-list .post-caption {
    opacity: 0;
    transform: translateY(20px);
  }
}
.social-media-post-list .post-caption .copy {
  position: relative;
  z-index: 10;
}
.social-media-post-list .post-caption::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: -20px;
  left: 0;
  right: 0;
}
.social-media-post-list .post-thumb:hover .post-caption {
  opacity: 1;
  transform: translateY(0px);
}
.social-media-post-list + button.social-media-expand {
  display: block !important;
  margin: 20px auto !important;
}
.social-media-post-list + button.social-media-expand:disabled {
  display: none !important;
}

.social-media-post.popup-box {
  max-width: 500px;
}
@media (min-width: 850px) {
  .social-media-post.popup-box {
    max-width: 900px;
    width: 80%;
  }
  .social-media-post.popup-box[data-type=text] {
    max-width: 500px;
  }
  .social-media-post.popup-box .wrap {
    display: flex;
  }
  .social-media-post.popup-box .wrap .popup-header {
    width: 60%;
  }
  .social-media-post.popup-box .wrap .popup-header:last-child {
    width: 100%;
  }
  .social-media-post.popup-box .wrap .popup-header + .popup-content {
    width: 40%;
  }
  .social-media-post.popup-box .wrap .popup-content {
    max-width: 500px;
  }
}
.social-media-post.popup-box .post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-media-post.popup-box .post-header .account-id {
  font-weight: bold;
  color: #f68e20;
}
.social-media-post.popup-box .post-header .source-icon {
  font-size: 26px;
  display: block;
  opacity: 0.4;
  color: #58595B;
}
.social-media-post.popup-box .post-header:hover .account-id {
  color: #f68e20;
}
.social-media-post.popup-box .post-header:hover .source-icon {
  opacity: 1;
  color: #f68e20;
}
.social-media-post.popup-box .post-header + p {
  margin-top: 20px;
  font-size: 1.1em;
}
@media (min-width: 850px) {
  .social-media-post.popup-box .post-header + p {
    margin-top: 30px;
    font-size: 1.3em;
    font-weight: 300;
  }
}

.addthis-wrapper {
  display: flex;
  position: relative;
}
.addthis-wrapper .addthis-label {
  position: absolute;
  left: 40px;
  line-height: 30px;
  transition: 0.1s ease;
  transform-origin: left center;
  text-transform: uppercase;
  font-size: 12px;
}
[dir=rtl] .addthis-wrapper .addthis-label {
  left: auto;
  right: 40px;
  transform-origin: right center;
}
.addthis-wrapper .addthis-toggle {
  cursor: pointer;
  display: block;
  margin-right: 0.4em;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 16px;
  position: relative;
  background-color: rgba(139, 140, 142, 0.2);
}
[dir=rtl] .addthis-wrapper .addthis-toggle {
  margin-right: 0em;
  margin-left: 0.4em;
}
.addthis-wrapper .addthis-toggle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s ease;
}
.addthis-wrapper .addthis-toggle .icon.close {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.addthis-wrapper .addthis-toggle.show-tools ~ .addthis-label {
  opacity: 0;
  transform: scale(0.9) translate(-10px, 0);
}
[dir=rtl] .addthis-wrapper .addthis-toggle.show-tools ~ .addthis-label {
  transform-origin: right center;
  transform: scale(0.9) translate(10px, 0);
}
.addthis-wrapper .addthis-toggle.show-tools .icon.close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.addthis-wrapper .addthis-toggle.show-tools .icon.open {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.addthis-wrapper .addthis-toggle ~ .addthis_inline_share_toolbox {
  opacity: 0;
  pointer-events: none;
  transition: 0.1s ease;
  transform-origin: left center;
  transform: scale(0.9) translate(-5px, 0);
}
[dir=rtl] .addthis-wrapper .addthis-toggle ~ .addthis_inline_share_toolbox {
  transform-origin: right center;
  transform: scale(0.9) translate(5px, 0);
}
.addthis-wrapper .addthis-toggle.show-tools ~ .addthis_inline_share_toolbox {
  pointer-events: all;
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

.property-map {
  background-color: #F8F8F3;
  /* INTERACTIVE ELEMENTS */
  /* clickable elements */
  /* hovered elements */
}
[dir=rtl] .property-map {
  direction: ltr;
}
[dir=rtl] .property-map [id$=-en], [dir=ltr] .property-map [id$=-ar] {
  display: none;
}
[dir=rtl] .property-map .mapplic-tooltip {
  direction: rtl;
}
.property-map .mapplic-tooltip h4.mapplic-tooltip-title {
  line-height: 1.2em;
}
[dir=rtl] .property-map .mapplic-tooltip .mapplic-tooltip-close {
  right: auto;
  left: 6px;
}
[dir=rtl] .property-map .mapplic-tooltip:not(.mapplic-hovertip) h4.mapplic-tooltip-title {
  margin: 0 0 0 12px !important;
}
.property-map .mapplic-button.mapplic-disabled {
  background-color: #FaFaF5;
  opacity: 0.3;
}
.property-map .mapplic-clickable:not(g),
.property-map g.mapplic-clickable > * {
  opacity: 1;
  transition: 0.2s ease;
}
.property-map .mapplic-clickable:not(g):hover[id*="--pitch"], .property-map .mapplic-clickable:not(g):hover[id*="--rays"], .property-map .mapplic-clickable:not(g):hover[id*="--rays"], .property-map .mapplic-clickable:not(g):hover[id*="--oval"], .property-map .mapplic-clickable:not(g):hover[id*="--rect"], .property-map .mapplic-clickable:not(g):hover[id*="--stroke"],
.property-map g.mapplic-clickable:hover > *[id*="--pitch"],
.property-map g.mapplic-clickable:hover > *[id*="--rays"],
.property-map g.mapplic-clickable:hover > *[id*="--rays"],
.property-map g.mapplic-clickable:hover > *[id*="--oval"],
.property-map g.mapplic-clickable:hover > *[id*="--rect"],
.property-map g.mapplic-clickable:hover > *[id*="--stroke"] {
  fill: #666 !important;
}
.property-map .mapplic-clickable:not(g):hover[id*="--shape"],
.property-map g.mapplic-clickable:hover > *[id*="--shape"] {
  fill: #333 !important;
}
.property-map .mapplic-clickable:not(g):hover[id*="--shape"] ~ [id*="--shape"],
.property-map g.mapplic-clickable:hover > *[id*="--shape"] ~ [id*="--shape"] {
  fill: #666 !important;
}
.property-map .mapplic-clickable:not(g):hover[id*="--label"],
.property-map g.mapplic-clickable:hover > *[id*="--label"] {
  fill: white !important;
}
.property-map .mapplic-clickable:not(g):hover[id*="--hit"] + [id*="--label"], .property-map .mapplic-clickable:not(g):hover.hover-dark,
.property-map g.mapplic-clickable:hover > *[id*="--hit"] + [id*="--label"],
.property-map g.mapplic-clickable:hover > *.hover-dark {
  fill: #333 !important;
}
.home-hero {
  position: relative;
  z-index: 10;
  background-color: #f7f8f8;
}
[data-page=crisis] .home-hero {
  filter: grayscale(90%);
}
.home-hero .hero-cover {
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
}
.home-hero .hero-cover-image {
  max-height: 700px;
  overflow: hidden;
}
.home-hero .hero-cover-list {
  position: relative;
  width: 100%;
}
.home-hero .hero-cover-list > .carousel-item {
  transform: scale(0.9);
}
.home-hero .hero-cover-list > .carousel-item .hero-cover-image {
  opacity: 0.2;
  transform: scale(1.6);
  filter: saturate(0);
}
.home-hero .hero-cover-list > .carousel-item:first-child {
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
.home-hero .hero-cover-list > .carousel-item:not(:first-child) {
  display: none;
}
.home-hero .hero-cover-list.flickity-enabled .carousel-item {
  background-color: #58595b;
  transition: transform 0.5s ease;
  transform: scale(0.9);
}
.home-hero .hero-cover-list.flickity-enabled .carousel-item .hero-cover-image {
  opacity: 0.2;
  transition: 0.5s ease;
  transform: scale(1.6);
  filter: saturate(0);
  will-change: transform, opacity, filter;
}
.home-hero .hero-cover-list.flickity-enabled .carousel-item.is-selected {
  transform: scale(1);
  outline: 4px solid white;
}
.home-hero .hero-cover-list.flickity-enabled .carousel-item.is-selected .hero-cover-image {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1);
}
.home-hero .hero-content-outer {
  position: relative;
  z-index: 20;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 740px) {
  .home-hero .hero-content-outer {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.home-hero .hero-content-outer .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
}
@media (max-width: 1099px) {
  .home-hero .hero-content-outer .wrapper {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .home-hero .hero-content-outer .wrapper {
    padding: 0 70px 50px;
  }
}
@media (min-width: 1400px) {
  .home-hero .hero-content-outer .wrapper {
    padding: 0 70px 60px;
  }
}
.home-hero .hero-content-box {
  position: relative;
  min-height: 200px;
  width: 100%;
  height: auto;
  pointer-events: all;
  transition: 0.1s ease;
  background-color: rgba(75, 76, 78, 0.9);
  will-change: background-color;
}
@media (min-width: 740px) {
  .home-hero .hero-content-box {
    width: 50%;
  }
}
@media (min-width: 850px) {
  .home-hero .hero-content-box {
    width: calc(33.333% - 2px);
  }
}
@media (min-width: 1100px) {
  .home-hero .hero-content-box {
    width: 400px;
  }
}
.home-hero .hero-content-box .framing-side {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  fill: rgba(75, 76, 78, 0.9);
}
[dir=rtl] .home-hero .hero-content-box .framing-side {
  left: auto;
  right: 100%;
}
.home-hero .hero-content-box .framing-side svg {
  display: block;
  height: 100%;
  width: auto;
  transition: 0.1s ease;
  will-change: fill;
}
[dir=rtl] .home-hero .hero-content-box .framing-side svg {
  transform: rotate(180deg);
}
.home-hero .hero-content-box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(80deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 80%);
}
[dir=rtl] .home-hero .hero-content-box::before {
  background-image: linear-gradient(280deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 80%);
}
.home-hero[data-theme=blue] .hero-content-box {
  background-color: rgba(26, 117, 187, 0.9);
}
.home-hero[data-theme=blue] .hero-content-box .framing-side {
  fill: rgba(26, 117, 187, 0.9);
}
.home-hero[data-theme=purple] .hero-content-box {
  background-color: rgba(144, 41, 140, 0.9);
}
.home-hero[data-theme=purple] .hero-content-box .framing-side {
  fill: rgba(144, 41, 140, 0.9);
}
.home-hero[data-theme=green] .hero-content-box {
  background-color: rgba(116, 182, 72, 0.9);
}
.home-hero[data-theme=green] .hero-content-box .framing-side {
  fill: rgba(116, 182, 72, 0.9);
}
.home-hero[data-theme=teal] .hero-content-box {
  background-color: rgba(246, 142, 32, 0.9);
}
.home-hero[data-theme=teal] .hero-content-box .framing-side {
  fill: rgba(246, 142, 32, 0.9);
}
.home-hero[data-theme=orange] .hero-content-box {
  background-color: rgba(246, 142, 32, 0.9);
}
.home-hero[data-theme=orange] .hero-content-box .framing-side {
  fill: rgba(246, 142, 32, 0.9);
}
.home-hero .pager-arrows {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: white;
  padding: 20px 35px;
}
[dir=ltr] .home-hero .pager-arrows {
  right: 0;
}
[dir=rtl] .home-hero .pager-arrows {
  left: 0;
}
@media (min-width: 740px) {
  .home-hero .pager-arrows {
    padding: 30px 38px;
  }
}
.home-hero .pager-arrows button {
  border-radius: 100%;
}
.home-hero .pager-arrows button:hover {
  color: white;
}
.home-hero .hero-content-list {
  z-index: 5;
}
.home-hero .hero-content-list > .hero-content:not(:first-child) {
  display: none;
}
.home-hero .hero-content {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.home-hero .hero-content .hero-title, .home-hero .hero-content h1 {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.85em;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #fdcb46;
  color: white;
}
@media (min-width: 1100px) {
  .home-hero .hero-content .hero-title, .home-hero .hero-content h1 {
    font-size: 2.2em;
  }
}
.home-hero .hero-content .hero-title .white, .home-hero .hero-content h1 .white {
  color: white;
}
.home-hero .hero-content p {
  font-size: 0.9em;
  line-height: 1.3em;
}
.home-hero .hero-content .button {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.home-hero .hero-content-inner {
  padding: 30px;
  color: white;
}
@media (min-width: 740px) {
  .home-hero .hero-content-inner {
    padding: 35px 40px;
  }
}

.sub-hero-boxes {
  margin: 4px 0;
  background-color: #f0f0f0;
}
@media (min-width: 740px) {
  .sub-hero-boxes .wrapper {
    outline: 4px solid white;
    display: flex;
    justify-content: space-between;
  }
}
.sub-hero-boxes .sub-hero {
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 740px) {
  .sub-hero-boxes .sub-hero {
    margin-bottom: 0;
  }
}
.sub-hero-boxes .sub-hero .cover-list {
  position: relative;
}
.sub-hero-boxes .sub-hero .cover-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(280deg, rgba(43, 168, 224, 0.05), rgba(56, 57, 58, 0.7) 70%);
}
[dir=rtl] .sub-hero-boxes .sub-hero .cover-list::after {
  background-image: linear-gradient(80deg, rgba(43, 168, 224, 0.05), rgba(56, 57, 58, 0.7) 70%);
}
.sub-hero-boxes .sub-hero .cover-list > .cover-item:not(:first-child) {
  display: none;
}
.sub-hero-boxes .sub-hero:nth-child(2) .cover-list::after {
  background-image: linear-gradient(280deg, rgba(233, 13, 139, 0.05), rgba(56, 57, 58, 0.7) 70%);
}
[dir=rtl] .sub-hero-boxes .sub-hero:nth-child(2) .cover-list::after {
  background-image: linear-gradient(80deg, rgba(233, 13, 139, 0.05), rgba(56, 57, 58, 0.7) 70%);
}
.sub-hero-boxes .sub-hero:nth-child(3) .cover-list::after {
  background-image: linear-gradient(280deg, rgba(252, 189, 20, 0.05), rgba(56, 57, 58, 0.7) 70%);
}
[dir=rtl] .sub-hero-boxes .sub-hero:nth-child(3) .cover-list::after {
  background-image: linear-gradient(80deg, rgba(233, 13, 139, 0.05), rgba(56, 57, 58, 0.7) 70%);
}
.sub-hero-boxes .sub-hero .cover-item {
  width: 100%;
}
@media (min-width: 740px) {
  .sub-hero-boxes .sub-hero {
    width: calc((100% - 8px) / 3);
  }
}
.sub-hero-boxes .sub-hero .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  padding: 8%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .sub-hero-boxes .sub-hero .content-wrap {
    padding: 12% 10%;
  }
}
.sub-hero-boxes .sub-hero .content-wrap .feature-section {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
}
@media (min-width: 1100px) {
  .sub-hero-boxes .sub-hero .content-wrap .feature-section {
    font-size: 1em;
  }
}
.sub-hero-boxes .sub-hero .content-wrap .feature-list {
  font-size: 1.8em;
  line-height: 0.85em;
  height: 1.7em;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1100px) {
  .sub-hero-boxes .sub-hero .content-wrap .feature-list {
    font-size: 2.3em;
  }
}
.sub-hero-boxes .sub-hero .content-wrap .feature-title {
  text-transform: uppercase;
  font-weight: 700;
}
.sub-hero-boxes .sub-hero .content-wrap .pager-arrows {
  color: white;
  margin-top: auto;
}
.sub-hero-boxes .sub-hero .content-wrap .pager-arrows button {
  border-radius: 100%;
}
.sub-hero-boxes .sub-hero .content-wrap .pager-arrows button:hover {
  color: white;
}
.sub-hero-boxes .sub-hero .content-wrap .feature-title {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: 0.4s ease;
  opacity: 0;
  will-change: transform, opacity;
  transition-delay: 0s;
}
.sub-hero-boxes .sub-hero .content-wrap .feature-title.active {
  position: relative;
  transform: translateY(0%);
  transition: 0.4s ease;
  transition-delay: 0.05s;
  opacity: 1;
}
.sub-hero-boxes .sub-hero .content-wrap .feature-title.active ~ .feature-title {
  transform: translateY(100%);
}

[data-page=home] .upcoming-events {
  background-color: #f7f8f8;
  padding: 30px 0;
  margin: 4px 0;
  text-align: center;
}
@media (min-width: 740px) {
  [data-page=home] .upcoming-events {
    padding: 40px 0;
  }
}
[data-page=home] .upcoming-events h2 {
  text-align: center;
  color: #f68e20;
}
[data-page=home] .upcoming-events .event-list {
  text-align: initial;
}
@media (min-width: 1100px) {
  [data-page=home] .upcoming-events .event-list {
    display: flex;
    flex-wrap: wrap;
  }
  [data-page=home] .upcoming-events .event-list > li {
    width: calc(50% - 20px);
    display: flex;
  }
  [dir=ltr] [data-page=home] .upcoming-events .event-list > li:nth-child(2n) {
    margin-left: 40px;
  }
  [dir=rtl] [data-page=home] .upcoming-events .event-list > li:nth-child(2n) {
    margin-right: 40px;
  }
}

[data-page=home] .newsletter {
  background-color: #f68e20;
  padding: 40px 0;
  color: white;
  text-align: center;
  margin: 4px 0;
}
@media (min-width: 740px) {
  [data-page=home] .newsletter {
    padding: 50px 0;
  }
}
@media (min-width: 1100px) {
  [data-page=home] .newsletter {
    padding: 70px 0;
  }
}
[data-page=home] .newsletter h3 {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-top: 0;
}
[data-page=home] .newsletter form {
  display: inline-flex;
  margin: 20px auto 0;
}
[data-page=home] .newsletter form input, [data-page=home] .newsletter form button {
  border: 0;
  margin: 0 !important;
}
[data-page=home] .newsletter form .field-wrap {
  margin: 0;
}
[data-page=home] .newsletter form input {
  color: #58595B;
  border: 1px solid white;
  border-radius: 3px 0 0 3px;
}
[dir=rtl] [data-page=home] .newsletter form input {
  border-radius: 0 3px 3px 0;
}
@media (min-width: 740px) {
  [data-page=home] .newsletter form input {
    width: 400px;
  }
}
[data-page=home] .newsletter form input[data-state=error] {
  border-color: #f68e20;
}
[data-page=home] .newsletter form button {
  border-radius: 0 3px 3px 0 !important;
}
[dir=rtl] [data-page=home] .newsletter form button {
  border-radius: 3px 0 0 3px !important;
}
[data-page=home] .newsletter form[data-state=error] button, [data-page=home] .newsletter form[data-state=success] button {
  background-image: none !important;
}

[data-page=home] section.social-media {
  background-color: #f7f8f8;
  overflow: hidden;
  position: relative;
  margin: 4px 0;
}
[data-page=home] section.social-media .wrapper {
  position: relative;
  z-index: 2;
}

[data-page=home] .map {
  background-color: #e7e0d9;
  position: relative;
  padding: 40px 0;
  color: white;
  text-align: center;
  margin: 4px 0;
}
@media (min-width: 740px) {
  [data-page=home] .map {
    padding: 50px 0;
  }
}
@media (min-width: 1100px) {
  [data-page=home] .map {
    padding: 100px 0;
  }
}
[data-page=home] .map .backdrop {
  opacity: 0.3;
}
[data-page=home] .map .wrapper {
  position: relative;
  z-index: 2;
  max-width: 400px;
}
[data-page=home] .map h3 {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-top: 0;
}

main {
  padding-bottom: 30px;
}
@media (min-width: 1100px) {
  main {
    padding-top: 40px;
  }
}
@media (min-width: 1600px) {
  main {
    padding-top: 50px;
  }
}
main > .wrapper:first-child {
  position: relative;
  padding-top: 2px;
}
main > .wrapper:first-child::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #FCBD14;
  background-image: linear-gradient(270deg, #FCBD14, #F68E20);
}
[dir=ltr] main > .wrapper:first-child::before {
  left: 50%;
  transform: translateX(-50%);
}
[dir=rtl] main > .wrapper:first-child::before {
  right: 50%;
  transform: translateX(50%);
}
@media (min-width: 740px) {
  main > .wrapper:first-child::before {
    width: calc((100vw - 100% - 60px) / 2);
  }
  [dir=ltr] main > .wrapper:first-child::before {
    left: auto;
    right: calc(100% + 30px);
    transform: none;
  }
  [dir=rtl] main > .wrapper:first-child::before {
    right: auto;
    left: calc(100% + 30px);
    transform: none;
  }
}
@media (min-width: 1550px) {
  main > .wrapper:first-child::before {
    width: calc((100vw - 100% - 100px) / 2);
  }
  [dir=ltr] main > .wrapper:first-child::before {
    right: calc(100% + 50px);
  }
  [dir=rtl] main > .wrapper:first-child::before {
    left: calc(100% + 50px);
  }
}
main .page-cover {
  position: relative;
}
@media (max-width: 740px) {
  main .page-cover {
    width: 100vw;
  }
  [dir=ltr] main .page-cover {
    left: 50%;
    transform: translateX(-50%);
  }
  [dir=rtl] main .page-cover {
    right: 50%;
    transform: translateX(50%);
  }
}
main .page-cover .page-cover-image {
  position: relative;
}
main .page-cover .page-cover-image img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}
main .page-header {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  main .page-header:first-child h1 {
    margin-top: -0.6em;
  }
}
main .page-header p {
  font-weight: bold;
}
main .page-content h1, main .page-content h2 {
  max-width: calc(100% - 70px);
}
main .page-content + .page-content {
  margin-top: 30px;
}
main.layout-narrow > .wrapper:first-child {
  position: relative;
}
@media (min-width: 740px) {
  main.layout-narrow > .wrapper:first-child {
    min-height: 440px;
  }
}
@media (min-width: 740px) and (min-width: 740px) {
  main.layout-narrow > .wrapper:first-child::before {
    width: calc(32% + 5vw);
  }
  [dir=ltr] main.layout-narrow > .wrapper:first-child::before {
    right: 68%;
  }
  [dir=rtl] main.layout-narrow > .wrapper:first-child::before {
    left: 68%;
  }
}
@media (min-width: 740px) and (min-width: 1250px) {
  main.layout-narrow > .wrapper:first-child::before {
    width: calc(38% + 5vw);
  }
  [dir=ltr] main.layout-narrow > .wrapper:first-child::before {
    right: 62%;
  }
  [dir=rtl] main.layout-narrow > .wrapper:first-child::before {
    left: 62%;
  }
}
@media (min-width: 740px) and (min-width: 1550px) {
  main.layout-narrow > .wrapper:first-child::before {
    width: calc(38% + (100vw - 1400px) / 2);
  }
}
@media (min-width: 740px) {
  main.layout-narrow > .wrapper:first-child .page-cover {
    position: absolute;
    margin-top: 3em;
    width: calc(32% + 5vw);
  }
  [dir=ltr] main.layout-narrow > .wrapper:first-child .page-cover {
    left: -5vw;
  }
  [dir=rtl] main.layout-narrow > .wrapper:first-child .page-cover {
    right: -5vw;
  }
}
@media (min-width: 1250px) {
  main.layout-narrow > .wrapper:first-child .page-cover {
    width: calc(38% + 5vw);
  }
}
@media (min-width: 740px) {
  main.layout-narrow > .wrapper:first-child .page-header {
    width: 50%;
    margin-bottom: 30px;
  }
  [dir=ltr] main.layout-narrow > .wrapper:first-child .page-header {
    margin-left: 40%;
  }
  [dir=rtl] main.layout-narrow > .wrapper:first-child .page-header {
    margin-right: 40%;
  }
  main.layout-narrow > .wrapper:first-child .page-header h1 {
    margin-top: -0.6em;
  }
}
@media (min-width: 1250px) {
  main.layout-narrow > .wrapper:first-child .page-header {
    width: 40%;
  }
  [dir=ltr] main.layout-narrow > .wrapper:first-child .page-header {
    margin-left: 45%;
  }
  [dir=rtl] main.layout-narrow > .wrapper:first-child .page-header {
    margin-right: 45%;
  }
}
@media (min-width: 740px) {
  main.layout-narrow > .wrapper:first-child .page-content {
    width: 50%;
  }
  [dir=ltr] main.layout-narrow > .wrapper:first-child .page-content {
    margin-left: 40%;
  }
  [dir=rtl] main.layout-narrow > .wrapper:first-child .page-content {
    margin-right: 40%;
  }
  main.layout-narrow > .wrapper:first-child .page-content.wider {
    width: 60%;
  }
}
@media (min-width: 1250px) {
  main.layout-narrow > .wrapper:first-child .page-content {
    width: 40%;
  }
  [dir=ltr] main.layout-narrow > .wrapper:first-child .page-content {
    margin-left: 45%;
  }
  [dir=rtl] main.layout-narrow > .wrapper:first-child .page-content {
    margin-right: 45%;
  }
  main.layout-narrow > .wrapper:first-child .page-content.wider {
    width: 55%;
  }
  main.layout-narrow > .wrapper:first-child .page-content.aside {
    position: absolute;
    top: 50px;
    width: 38%;
  }
  [dir=ltr] main.layout-narrow > .wrapper:first-child .page-content.aside {
    left: 0;
    margin-left: 0 !important;
  }
  [dir=rtl] main.layout-narrow > .wrapper:first-child .page-content.aside {
    right: 0;
    margin-right: 0 !important;
  }
}
main.layout-wide .page-header {
  margin-bottom: 30px;
}
@media (min-width: 740px) {
  main.layout-wide .page-header {
    max-width: 60%;
  }
}
@media (min-width: 1100px) {
  main.layout-wide .page-header {
    max-width: 50%;
  }
}
@media (min-width: 740px) {
  main.layout-columns .wrapper {
    display: flex;
    justify-content: space-between;
  }
  main.layout-columns .wrapper .layout-col {
    width: 50%;
  }
  main.layout-columns .wrapper .layout-col:nth-child(2) {
    padding-top: 2.6em;
    width: 44%;
  }
}
@media (min-width: 1250px) {
  main.layout-columns .wrapper .layout-col {
    width: 44%;
  }
  main.layout-columns .wrapper .layout-col:nth-child(2) {
    width: 40%;
    margin: 0 8%;
  }
}

.booking-info.popup-box {
  max-width: 500px;
}
.booking-info h2 {
  margin-bottom: 1.5em;
}
.booking-info h4 {
  margin-bottom: 0;
}
.booking-info h3 + .booking-contact-list {
  margin-top: 1em;
}

.booking-contact-list {
  margin: 2em 0;
}
.booking-contact-list .icon {
  margin: 0 0.6em;
}

.booking-contact-item {
  margin: 1em 0;
}

.restaurant-list-item {
  margin: 50px 0;
  position: relative;
}
@media (min-width: 740px) {
  .restaurant-list-item {
    min-height: 180px;
  }
}
.restaurant-list-item .restaurant-contacts {
  list-style: none;
  padding: 0;
  font-size: 0.9em;
}
@media (min-width: 740px) {
  .restaurant-list-item .restaurant-contacts {
    display: flex;
  }
}
.restaurant-list-item .restaurant-contacts li .icon {
  font-size: 14px;
  margin: 0 0.5em;
  color: #f68e20;
}
.restaurant-list-item .restaurant-contacts li a {
  color: #717275;
  font-weight: 400;
}
@media (min-width: 740px) {
  .restaurant-list-item .restaurant-contacts li {
    margin-top: 0;
  }
}
[dir=ltr] .restaurant-list-item .restaurant-contacts li:not(:last-child) {
  margin-right: 10px;
}
[dir=rtl] .restaurant-list-item .restaurant-contacts li:not(:last-child) {
  margin-left: 10px;
}
.restaurant-list-item .restaurant-image {
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 740px) {
  .restaurant-list-item .restaurant-image {
    position: absolute;
    width: 64%;
    top: 0;
  }
  [dir=ltr] .restaurant-list-item .restaurant-image {
    right: 100%;
    margin-right: 16%;
  }
  [dir=rtl] .restaurant-list-item .restaurant-image {
    left: 100%;
    margin-left: 16%;
  }
}
@media (min-width: 1100px) {
  .restaurant-list-item .restaurant-image::before {
    padding-bottom: 46%;
  }
}
@media (min-width: 1250px) {
  .restaurant-list-item .restaurant-image {
    width: 84%;
  }
  [dir=ltr] .restaurant-list-item .restaurant-image {
    margin-right: 17.5%;
  }
  [dir=rtl] .restaurant-list-item .restaurant-image {
    margin-left: 17.5%;
  }
}
.gallery-folder-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
@media (min-width: 740px) {
  .gallery-folder-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -1%;
  }
}
.gallery-folder-list li {
  display: block;
  width: 100%;
  max-width: 30em;
}
@media (min-width: 740px) {
  .gallery-folder-list li {
    width: 48%;
    margin: 1%;
  }
}
@media (min-width: 1100px) {
  .gallery-folder-list li {
    width: 31.3333%;
    margin: 1%;
  }
}
.gallery-folder-list .gallery-folder {
  display: block;
  width: 100%;
  position: relative;
}
.gallery-folder-list .gallery-folder-cover {
  display: block;
  width: 100%;
}
.gallery-folder-list .gallery-folder-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  padding: 20px 22px;
  overflow: hidden;
}
.gallery-folder-list .gallery-folder-overlay > .wrap {
  position: relative;
  z-index: 5;
  max-width: 22em;
  transition: 0.4s ease;
  transform-origin: left top;
  will-change: transform;
}
[dir=rtl] .gallery-folder-list .gallery-folder-overlay > .wrap {
  transform-origin: right top;
}
.gallery-folder-list .gallery-folder-overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(280deg, rgba(246, 142, 32, 0.3), rgba(246, 142, 32, 0.8) 50%);
  transition: 0.2s ease;
}
[dir=rtl] .gallery-folder-list .gallery-folder-overlay::before {
  background-image: linear-gradient(280deg, rgba(246, 142, 32, 0.3), rgba(246, 142, 32, 0.8) 50%);
}
.gallery-folder-list .gallery-folder.theme-purple .gallery-folder-overlay::before {
  background-image: linear-gradient(280deg, rgba(144, 41, 140, 0.3), rgba(144, 41, 140, 0.8) 50%);
}
[dir=rtl] .gallery-folder-list .gallery-folder.theme-purple .gallery-folder-overlay::before {
  background-image: linear-gradient(80deg, rgba(144, 41, 140, 0.3), rgba(144, 41, 140, 0.8) 50%);
}
.gallery-folder-list .gallery-folder.theme-orange .gallery-folder-overlay::before {
  background-image: linear-gradient(280deg, rgba(246, 142, 32, 0.3), rgba(246, 142, 32, 0.8) 50%);
}
[dir=rtl] .gallery-folder-list .gallery-folder.theme-orange .gallery-folder-overlay::before {
  background-image: linear-gradient(80deg, rgba(246, 142, 32, 0.3), rgba(246, 142, 32, 0.8) 50%);
}
.gallery-folder-list .gallery-folder.theme-blue .gallery-folder-overlay::before {
  background-image: linear-gradient(280deg, rgba(26, 117, 187, 0.3), rgba(26, 117, 187, 0.8) 50%);
}
[dir=rtl] .gallery-folder-list .gallery-folder.theme-blue .gallery-folder-overlay::before {
  background-image: linear-gradient(80deg, rgba(26, 117, 187, 0.3), rgba(26, 117, 187, 0.8) 50%);
}
.gallery-folder-list .gallery-folder.theme-teal .gallery-folder-overlay::before {
  background-image: linear-gradient(280deg, rgba(1, 159, 174, 0.3), rgba(1, 159, 174, 0.8) 50%);
}
[dir=rtl] .gallery-folder-list .gallery-folder.theme-teal .gallery-folder-overlay::before {
  background-image: linear-gradient(80deg, rgba(1, 159, 174, 0.3), rgba(1, 159, 174, 0.8) 50%);
}
.gallery-folder-list .gallery-folder.theme-green .gallery-folder-overlay::before {
  background-image: linear-gradient(280deg, rgba(116, 182, 72, 0.3), rgba(116, 182, 72, 0.8) 50%);
}
[dir=rtl] .gallery-folder-list .gallery-folder.theme-green .gallery-folder-overlay::before {
  background-image: linear-gradient(80deg, rgba(116, 182, 72, 0.3), rgba(116, 182, 72, 0.8) 50%);
}
.gallery-folder-list .gallery-folder-title {
  color: white;
  margin-bottom: 0.4em;
  max-width: none;
  margin-top: 0;
}
.gallery-folder-list .gallery-folder-title ~ p {
  font-weight: 400;
  font-size: 0.9em;
  margin: 0.5em 0;
  transition: 0.2s ease;
}
.gallery-folder-list .gallery-folder:hover .gallery-folder-overlay::before {
  opacity: 0.5;
}
.gallery-folder-list .gallery-folder:hover .gallery-folder-overlay > .wrap {
  transform: scale(0.8) translate(-10px, -10px);
  opacity: 0.6;
}
[dir=rtl] .gallery-folder-list .gallery-folder:hover .gallery-folder-overlay > .wrap {
  transform: scale(0.8) translate(10px, -10px);
}
.gallery-folder-list .gallery-folder:hover .gallery-folder-overlay .gallery-folder-title ~ * {
  opacity: 0;
}

.gallery-thumb-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 30px -2px;
}
.gallery-thumb-list li {
  display: block;
  width: 100%;
  width: 50%;
  margin: 0;
  border: 2px solid white;
}
@media (min-width: 550px) {
  .gallery-thumb-list li {
    width: 33.3333%;
  }
}
@media (min-width: 850px) {
  .gallery-thumb-list li {
    width: 25%;
  }
}
@media (min-width: 1100px) {
  .gallery-thumb-list li {
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .gallery-thumb-list li {
    width: 16.6666666667%;
  }
}
.gallery-thumb-list .gallery-thumb {
  display: block;
  width: 100%;
  position: relative;
  background-color: black;
}
.gallery-thumb-list .gallery-thumb-cover {
  display: block;
  width: 100%;
  opacity: 0.9;
}
.gallery-thumb-list .gallery-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  padding: 20px 22px;
  overflow: hidden;
}
.gallery-thumb-list .gallery-thumb-overlay > .wrap {
  position: relative;
  z-index: 5;
  max-width: 22em;
  transition: 0.4s ease;
  transform-origin: left top;
  opacity: 0;
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
[dir=rtl] .gallery-thumb-list .gallery-thumb-overlay > .wrap {
  transform-origin: right top;
}
.gallery-thumb-list .gallery-thumb-overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-image: linear-gradient(280deg, rgba(88, 89, 91, 0.3), rgba(88, 89, 91, 0.8) 50%);
  transition: 0.3s ease;
}
[dir=rtl] .gallery-thumb-list .gallery-thumb-overlay::before {
  background-image: linear-gradient(80deg, rgba(88, 89, 91, 0.3), rgba(88, 89, 91, 0.8) 50%);
}
.gallery-thumb-list.theme-purple .gallery-thumb-overlay::before, .gallery-thumb-list .gallery-thumb.theme-purple .gallery-thumb-overlay::before {
  background-image: linear-gradient(280deg, rgba(144, 41, 140, 0.3), rgba(144, 41, 140, 0.8) 50%);
}
[dir=rtl] .gallery-thumb-list.theme-purple .gallery-thumb-overlay::before, [dir=rtl] .gallery-thumb-list .gallery-thumb.theme-purple .gallery-thumb-overlay::before {
  background-image: linear-gradient(80deg, rgba(144, 41, 140, 0.3), rgba(144, 41, 140, 0.8) 50%);
}
.gallery-thumb-list.theme-orange .gallery-thumb-overlay::before, .gallery-thumb-list .gallery-thumb.theme-orange .gallery-thumb-overlay::before {
  background-image: linear-gradient(280deg, rgba(246, 142, 32, 0.3), rgba(246, 142, 32, 0.8) 50%);
}
[dir=rtl] .gallery-thumb-list.theme-orange .gallery-thumb-overlay::before, [dir=rtl] .gallery-thumb-list .gallery-thumb.theme-orange .gallery-thumb-overlay::before {
  background-image: linear-gradient(80deg, rgba(246, 142, 32, 0.3), rgba(246, 142, 32, 0.8) 50%);
}
.gallery-thumb-list.theme-blue .gallery-thumb-overlay::before, .gallery-thumb-list .gallery-thumb.theme-blue .gallery-thumb-overlay::before {
  background-image: linear-gradient(280deg, rgba(26, 117, 187, 0.3), rgba(26, 117, 187, 0.8) 50%);
}
[dir=rtl] .gallery-thumb-list.theme-blue .gallery-thumb-overlay::before, [dir=rtl] .gallery-thumb-list .gallery-thumb.theme-blue .gallery-thumb-overlay::before {
  background-image: linear-gradient(80deg, rgba(26, 117, 187, 0.3), rgba(26, 117, 187, 0.8) 50%);
}
.gallery-thumb-list.theme-teal .gallery-thumb-overlay::before, .gallery-thumb-list .gallery-thumb.theme-teal .gallery-thumb-overlay::before {
  background-image: linear-gradient(280deg, rgba(1, 159, 174, 0.3), rgba(1, 159, 174, 0.8) 50%);
}
[dir=rtl] .gallery-thumb-list.theme-teal .gallery-thumb-overlay::before, [dir=rtl] .gallery-thumb-list .gallery-thumb.theme-teal .gallery-thumb-overlay::before {
  background-image: linear-gradient(80deg, rgba(1, 159, 174, 0.3), rgba(1, 159, 174, 0.8) 50%);
}
.gallery-thumb-list.theme-green .gallery-thumb-overlay::before, .gallery-thumb-list .gallery-thumb.theme-green .gallery-thumb-overlay::before {
  background-image: linear-gradient(280deg, rgba(116, 182, 72, 0.3), rgba(116, 182, 72, 0.8) 50%);
}
[dir=rtl] .gallery-thumb-list.theme-green .gallery-thumb-overlay::before, [dir=rtl] .gallery-thumb-list .gallery-thumb.theme-green .gallery-thumb-overlay::before {
  background-image: linear-gradient(80deg, rgba(116, 182, 72, 0.3), rgba(116, 182, 72, 0.8) 50%);
}
.gallery-thumb-list .gallery-thumb-copy {
  font-weight: 400;
  font-size: 0.9em;
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0.05s;
  will-change: transform, opacity;
  transform: scale(0.96) translateY(10px);
}
.gallery-thumb-list .gallery-thumb-video-marker {
  position: absolute;
  z-index: 10;
  font-size: 32px;
  transition: 0.2s ease;
  will-change: transform, opacity;
}
.gallery-thumb-list .gallery-thumb-options {
  margin-top: auto;
  display: flex;
}
.gallery-thumb-list .gallery-thumb-options .icon {
  font-size: 22px;
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0.15s;
  will-change: transform, opacity;
  transform: scale(0.8) translateY(6px);
}
.gallery-thumb-list .gallery-thumb-options .icon svg {
  display: block;
}
.gallery-thumb-list .gallery-thumb:hover .gallery-thumb-overlay::before {
  opacity: 1;
}
.gallery-thumb-list .gallery-thumb:hover .gallery-thumb-overlay .gallery-thumb-video-marker {
  opacity: 0;
  transform: scale(0.9) translateY(-10px);
}
.gallery-thumb-list .gallery-thumb:hover .gallery-thumb-overlay > .wrap {
  opacity: 1;
}
.gallery-thumb-list .gallery-thumb:hover .gallery-thumb-overlay > .wrap .gallery-thumb-copy {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.gallery-thumb-list .gallery-thumb:hover .gallery-thumb-overlay > .wrap .gallery-thumb-options .icon {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.download-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
@media (min-width: 980px) {
  .download-list {
    display: flex;
    flex-wrap: wrap;
  }
  .download-list > li {
    margin: 10px 0;
    width: calc(50% - 20px);
    max-width: 35em;
    display: flex;
  }
  [dir=ltr] .download-list > li:nth-child(2n) {
    margin-left: 40px;
  }
  [dir=rtl] .download-list > li:nth-child(2n) {
    margin-right: 40px;
  }
  .download-list > li > .box {
    margin: 0;
  }
}

.newsletter-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
h2 + .newsletter-list, h3 + .newsletter-list {
  margin-top: 0;
}
@media (min-width: 550px) {
  .newsletter-list {
    display: flex;
    flex-wrap: wrap;
  }
  .newsletter-list > li {
    margin: 10px 0;
    width: calc(50% - 10px);
    max-width: 35em;
    display: flex;
  }
}
@media (min-width: 550px) and (max-width: 850px) {
  [dir=ltr] .newsletter-list > li:nth-child(2n) {
    margin-left: 20px;
  }
  [dir=rtl] .newsletter-list > li:nth-child(2n) {
    margin-right: 20px;
  }
}
@media (min-width: 550px) {
  .newsletter-list > li > .box {
    margin: 0;
  }
}
@media (min-width: 850px) {
  .newsletter-list > li {
    width: calc(33.3333% - 20px);
  }
}
@media (min-width: 850px) and (max-width: 1250px) {
  [dir=ltr] .newsletter-list > li {
    margin-left: 30px;
  }
  [dir=rtl] .newsletter-list > li {
    margin-right: 30px;
  }
  [dir=ltr] .newsletter-list > li:nth-child(3n+1) {
    margin-left: 0px;
  }
  [dir=rtl] .newsletter-list > li:nth-child(3n+1) {
    margin-right: 0px;
  }
}
@media (min-width: 1250px) {
  .newsletter-list > li {
    width: calc(25% - 24px);
  }
  [dir=ltr] .newsletter-list > li {
    margin-left: 32px;
  }
  [dir=rtl] .newsletter-list > li {
    margin-right: 32px;
  }
  [dir=ltr] .newsletter-list > li:nth-child(4n+1) {
    margin-left: 0px;
  }
  [dir=rtl] .newsletter-list > li:nth-child(4n+1) {
    margin-right: 0px;
  }
}

.intl-tel-input,
.iti{
  width: 100%;
}

main .page-cover .page-cover-image {
  padding: 0;
}

.aspect-ratio:not([class*=aspect-ratio-]) {
  padding-bottom: 0;
}

#wrapper {
  color: #58595B !important;
  font-size: unset !important;
}

.fa-twitter-x{
	font-family:sans-serif;
}

.fa-twitter-x::before{
	content:"𝕏";
	font-size:1.2em;
}

.timings table, .location table {
  margin-bottom: 20px;
  }

  .timings table td, .location table td {
    padding: 6px 10px;
  }

.timings table tbody tr:nth-child(2n), .location table tbody tr:nth-child(2n) {
  background-color: rgba(139, 140, 142, 0.2);
}

.head-left-line .page-header:before {
  content: "";
  display: block;
  width: 2.5vw;
  position: absolute;
  top: 212px;
  height: 2px;
  background-color: #FCBD14;
  background-image: linear-gradient(270deg, #FCBD14, #F68E20);
  left: 0;
}

@media (min-width: 1550px) {
  .head-left-line .page-header:before {
    width: 11vw;
    top: 222px;
  }
}

.rtl .head-left-line .page-header:before {
  left: auto;
  right: 0;
}

.head-left-line .page-header p {
  font-weight: bold;
}

.rtl a[href^="tel:"], .rtl a[href^="mailto:"] {
  direction: ltr;
}