@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap');
/* --------------------Theming file------------------------ */
/* This is the file you need to modify to change the colors */
/* ----CDS Color Palette---- */
/* ----Fonts---- */
/* ----Logo, Icons && Arrows---- */
/* ----Desktop---- */
/* ----Dropdowns---- */
/* ----Shows Grid---- */
/* ----Mobile---- */
/* ----Club---- */
/* ----Casting---- */
/* ----Socials---- */
/* ----CTA---- */
/* ----CTA Icon---- */
/* ----Microsite----  */
/* ----Mega-Menu---- */
/* ----Modal---- */
/* ----Footer---- */
/* ----Sizes---- */
/* ----Font Sizes---- */
/* languages */
/* Icons */
@-webkit-keyframes nav-cta-btn-text {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-200%);
		        transform: translateY(-200%);
	}
	51% {
		-webkit-transform: translateY(200%);
		        transform: translateY(200%);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes nav-cta-btn-text {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-200%);
		        transform: translateY(-200%);
	}
	51% {
		-webkit-transform: translateY(200%);
		        transform: translateY(200%);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
/* .nav-container{
    @mixin plus;
} */
/* ----Generic files---- */
/* ******************************************** */
/* Start of the CDS Contextual Nav & Footer CSS */
/* ******************************************** */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
:root {
  --zNav: 20;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav-edit-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  padding: 0 1rem;
}
.skipNavigation {
  display: none;
  left: 0;
  position: relative;
  top: 0;
}
.skipNavigation .skipNavigation__link {
  background-color: #fff;
  border: 3px solid transparent;
  color: #1c1c1c;
  font-size: 1.125rem;
  font-weight: 700;
  height: 47px;
  left: 0;
  line-height: 42px;
  position: absolute;
  top: 0;
  width: 250px;
  z-index: -1;
}
.skipNavigation .skipNavigation__link:active,
.skipNavigation .skipNavigation__link:focus {
  z-index: 1000;
}
.skipNavigation .skipNavigation__link:active .skipNavigation, .skipNavigation .skipNavigation__link:focus .skipNavigation {
    z-index: 1000;
  }
@-webkit-keyframes nav-anim__width-in {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
@keyframes nav-anim__width-in {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
@-webkit-keyframes nav-anim__drop-down {
  from {
    margin-top: -200px;
  }
  to {
    margin-top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__drop-down {
  from {
    margin-top: -200px;
  }
  to {
    margin-top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__drop-up {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -200px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__drop-up {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -200px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__drop-down--shows {
  from {
    margin-top: -400px;
  }
  to {
    margin-top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__drop-down--shows {
  from {
    margin-top: -400px;
  }
  to {
    margin-top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__drop-up--shows {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -400px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__drop-up--shows {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -400px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__drop-down--mega {
  from {
    margin-top: -500px;
  }
  to {
    margin-top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__drop-down--mega {
  from {
    margin-top: -500px;
  }
  to {
    margin-top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__drop-up--mega {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -500px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__drop-up--mega {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -500px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__drop-down--microsite {
  from {
    margin-top: -500px;
  }
  to {
    margin-top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__drop-down--microsite {
  from {
    margin-top: -500px;
  }
  to {
    margin-top: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__drop-up--microsite {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -500px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__drop-up--microsite {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -500px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__open-left {
  from {
    margin-left: -400px;
  }
  to {
    margin-left: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__open-left {
  from {
    margin-left: -400px;
  }
  to {
    margin-left: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__close-left {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -400px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__close-left {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -400px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes open-third-menu-left-1col {
  from {
    margin-left: -275px;
  }
  to {
    margin-left: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes open-third-menu-left-1col {
  from {
    margin-left: -275px;
  }
  to {
    margin-left: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes open-third-menu-left-2col {
  from {
    margin-left: -275px;
    width: 275px;
  }
  to {
    margin-left: 0px;
    width: 550px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes open-third-menu-left-2col {
  from {
    margin-left: -275px;
    width: 275px;
  }
  to {
    margin-left: 0px;
    width: 550px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes open-third-menu-left-3col {
  from {
    margin-left: -275px;
    width: 275px;
  }
  to {
    margin-left: 0px;
    width: 825px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes open-third-menu-left-3col {
  from {
    margin-left: -275px;
    width: 275px;
  }
  to {
    margin-left: 0px;
    width: 825px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes close-third-menu-left-1col {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -275px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes close-third-menu-left-1col {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -275px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes close-third-menu-left-2col {
  from {
    margin-left: 0px;
    width: 550px;
  }
  to {
    margin-left: -275px;
    width: 275px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes close-third-menu-left-2col {
  from {
    margin-left: 0px;
    width: 550px;
  }
  to {
    margin-left: -275px;
    width: 275px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes close-third-menu-left-3col {
  from {
    margin-left: 0px;
    width: 825px;
  }
  to {
    margin-left: -275px;
    width: 275px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes close-third-menu-left-3col {
  from {
    margin-left: 0px;
    width: 825px;
  }
  to {
    margin-left: -275px;
    width: 275px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__open-right {
  from {
    margin-right: -400px;
  }
  to {
    margin-right: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__open-right {
  from {
    margin-right: -400px;
  }
  to {
    margin-right: 0px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__close-right {
  from {
    margin-right: 0px;
  }
  to {
    margin-right: -400px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes nav-anim__close-right {
  from {
    margin-right: 0px;
  }
  to {
    margin-right: -400px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes nav-anim__main-menu-open {
  from {
    -webkit-box-flex: 0.001;
            flex-grow: 0.001;
    width: 0px;
  }
  to {
    -webkit-box-flex: 1;
            flex-grow: 1;
    width: 500px;
  }
}
@keyframes nav-anim__main-menu-open {
  from {
    -webkit-box-flex: 0.001;
        -ms-flex-positive: 0.001;
            flex-grow: 0.001;
    width: 0px;
  }
  to {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 500px;
  }
}
@-webkit-keyframes nav-anim__main-menu-close {
  from {
    -webkit-box-flex: 1;
            flex-grow: 1;
    width: 300px;
  }
  to {
    -webkit-box-flex: 0.001;
            flex-grow: 0.001;
    width: 0px;
  }
}
@keyframes nav-anim__main-menu-close {
  from {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 300px;
  }
  to {
    -webkit-box-flex: 0.001;
        -ms-flex-positive: 0.001;
            flex-grow: 0.001;
    width: 0px;
  }
}
@-webkit-keyframes nav-anim__micro-menu-open {
  from {
    -webkit-box-flex: 0.001;
            flex-grow: 0.001;
  }
  to {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}
@keyframes nav-anim__micro-menu-open {
  from {
    -webkit-box-flex: 0.001;
        -ms-flex-positive: 0.001;
            flex-grow: 0.001;
  }
  to {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@-webkit-keyframes nav-anim__micro-menu-close {
  from {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  to {
    -webkit-box-flex: 0.001;
            flex-grow: 0.001;
  }
}
@keyframes nav-anim__micro-menu-close {
  from {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  to {
    -webkit-box-flex: 0.001;
        -ms-flex-positive: 0.001;
            flex-grow: 0.001;
  }
}
@-webkit-keyframes nav-anim__micro-col-open {
  from {
    overflow: hidden;
    min-width: 0;
    max-width: 0;
    width: 0;
  }
  to {
    overflow: auto;
    min-width: 275px;
    max-width: 275px;
    width: 275px;
  }
}
@keyframes nav-anim__micro-col-open {
  from {
    overflow: hidden;
    min-width: 0;
    max-width: 0;
    width: 0;
  }
  to {
    overflow: auto;
    min-width: 275px;
    max-width: 275px;
    width: 275px;
  }
}
@-webkit-keyframes nav-anim__micro-col-close {
  from {
    overflow: hidden;
    min-width: 275px;
    max-width: 275px;
    width: 275px;
  }
  to {
    overflow: hidden;
    width: 0;
    min-width: 0;
    max-width: 0;
    width: 0;
  }
}
@keyframes nav-anim__micro-col-close {
  from {
    overflow: hidden;
    min-width: 275px;
    max-width: 275px;
    width: 275px;
  }
  to {
    overflow: hidden;
    width: 0;
    min-width: 0;
    max-width: 0;
    width: 0;
  }
}
.nav-arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 17px;
  width: 17px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px 3px 3px 0px;
  -webkit-transform: scale(0.5) translateY(-35%) rotate(45deg);
          transform: scale(0.5) translateY(-35%) rotate(45deg);
}
.nav-arrow--up {
    -webkit-transform: scale(0.5) translateY(20%) rotate(-135deg);
            transform: scale(0.5) translateY(20%) rotate(-135deg);
  }
.nav-arrow--right {
    -webkit-transform: scale(0.5) translateY(0%) rotate(-45deg);
            transform: scale(0.5) translateY(0%) rotate(-45deg);
  }
.nav-arrow--left {
    -webkit-transform: scale(0.5) rotate(135deg);
            transform: scale(0.5) rotate(135deg);
  }
.nav-arrow--down {
    -webkit-transform: scale(0.5) rotate(45deg);
            transform: scale(0.5) rotate(45deg);
  }
.nav-arrow--alternate {
    border-color: #000000;
  }
.nav-arrow--desktop {
    display: none;
  }
@media (min-width: 1280px) {

  .nav-arrow--desktop {
      display: inline-block
  }
    }
.nav-arrow--mobile {
    display: inline-block;
  }
@media (min-width: 1280px) {

  .nav-arrow--mobile {
      display: none
  }
    }
.nav-arrow--hidden {
    display: none;
  }
.nav-arrow--margin-left {
    margin-left: 8px;
  }
.nav-x-icon {
  height: 18px;
  width: 18px;
  float: right;
  background: url(../../../dist/components/images/icons/x-icon.svg);
  cursor: pointer;
}
.nav-x-icon:hover,
  .nav-x-icon:focus {
    -webkit-filter: invert(50%);
            filter: invert(50%);
  }
.nav-icon-plus {
  position: relative;
  width: 14px;
  height: 1px;
  background-color: #ffffff;
}
.nav-icon-plus::before {
    content: '';
    position: absolute;
    top: -6.5px;
    left: 6.5px;
    width: 1px;
    height: 14px;
    background-color: #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
@media (min-width: 1280px) {
.nav-icon-plus {
    display: none
}
    }
.nav-icon-plus--right {
  float: right;
  top: 8px;
  left: -5px;
}
.nav-icon-plus--small {
  width: 8px;
  height: 2px;
}
.nav-icon-plus--small::before {
    top: -3px;
    left: 3px;
    width: 2px;
    height: 8px;
  }
.nav-icon-minus {
  background-color: #ffffff;
  display: inline-block;
  height: 1px;
  position: relative;
  width: 14px;
}
@media (min-width: 1280px) {
.nav-icon-minus {
    display: none
}
    }
.nav-icon-minus--small {
  height: 2px;
  width: 8px;
}
.nav-icon-minus--right {
  float: right;
  left: -5px;
  top: 8px;
}
nav {
	font-family: Roboto, sans-serif;
}
nav a {
		text-decoration: none;
	}
nav * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
nav ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
nav img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
nav button {
		background: transparent;
		color: inherit;
		border: none;
		margin: 0;
		padding: 0;
		font: inherit;
		cursor: pointer;
		display: inline-block;
		text-align: left;
		width: auto;
		overflow: visible;
		line-height: normal;
	}
nav :focus {
		outline: 0;
	}
nav ::-moz-focus-inner {
		border: 0;
	}
.main-header.universal-nav {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: unset;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 40;
}
@media (min-width: 600px) {
.main-header.universal-nav {
		bottom: unset;
		top: 0
}
    }
.nav {
	background-color: #000000;
	height: 3.75rem;
	width: 100%;
	z-index: 20;
}
.nav .nav-animate__open--left {
		-webkit-animation: nav-anim__open-left 0.3s;
		        animation: nav-anim__open-left 0.3s;
		-webkit-animation-direction: normal;
		        animation-direction: normal;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
		opacity: 1;
	}
.nav .nav-animate__close--left {
		-webkit-animation: nav-anim__close-left 0.3s;
		        animation: nav-anim__close-left 0.3s;
		-webkit-animation-direction: normal;
		        animation-direction: normal;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
		opacity: 1;
	}
.nav-container {
		background: #1b1b1b;
		-webkit-box-shadow: none;
		        box-shadow: none;
		display: none;
		height: 100vh;
		overflow: auto;
		padding: 1rem 1.875rem;
		position: fixed;
		top: unset;
		width: 260px;
		z-index: 10;
	}
@media (min-width: 600px) {

	.nav-container {
			top: unset
	}
    }
@media (min-width: 1280px) {

	.nav-container {
			background-color: #000000;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			height: auto;
			overflow: visible;
			padding: 0;
			position: fixed;
			width: 100%
	}
    }
.nav-container-open {
			display: block;
		}
.nav-show-container {
		display: block;
	}
@media (min-width: 1280px) {

	.nav-show-container {
			display: block
	}
    }
.nav-single-link {
		border-bottom: 1px solid #333333;
		color: #ffffff;
		display: block;
		outline: 0;
		text-decoration: none;
	}
@media (min-width: 1280px) {

	.nav-single-link {
			display: block;
			border-bottom: 0;
			background-color: #000000
	}
    }
.nav-single-link:visited {
			color: #ffffff;
		}
.nav-single-link:hover,
		.nav-single-link:focus {
			color: #757575;
			text-decoration: none;
		}
@media (min-width: 1280px) {

		.nav-single-link:hover,
		.nav-single-link:focus {
				color: #ffffff;
				background-color: #666666
		}
    }
.nav-link-cds {
		display: block;
		padding-top: 2rem;
		position: relative;
	}
@media (min-width: 1280px) {

	.nav-link-cds {
			display: none
	}
    }
.nav-link-cds a {
			border-bottom: 1px solid #333333;
			color: #919191;
			display: inline-block;
			font-size: 0.875rem;
			font-weight: 700;
			letter-spacing: 0.025em;
			outline: 0;
			padding: 0.8rem 0;
			position: relative;
			text-transform: uppercase;
			width: 100%;
		}
.nav-microsite-primary-menu {
	display: none;
}
@media (min-width: 1280px) {
.nav-microsite-primary-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}
    }
@media (min-width: 1280px) {

	.nav-microsite-primary-menu > li {
			-ms-flex-negative: 0;
			    flex-shrink: 0
	}
    }
.nav-primary__container {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.nav-primary__container--open {
		display: none;
	}
@media (min-width: 1280px) {
.nav-primary-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #000000
}
    }
@media (min-width: 1280px) {
.nav__selected-state {
		background-color: #333333
}
    }
.nav-btn {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
.nav-btn {
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    line-height: 60px;
    text-align: center;
    text-transform: none;
    border-bottom: 0;
    padding: 0 15px
}
    }
.nav-btn-none {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
.nav-btn-none:focus {
      outline: 0;
    }
.nav-btn--no-underline {
    border: none;
  }
.nav-logo {
  display: none;
}
@media (min-width: 1280px) {
.nav-logo {
    display: inline-block;
    padding: 0 4px 0 24px
}
    }
.nav-logo a {
    display: none;
  }
@media (min-width: 1280px) {

  .nav-logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 3.75rem;
      padding: 0 11px
  }
    }
.nav-logo img {
    max-height: 3.75rem;
  }
.nav-animate__shows--down {
  -webkit-animation: nav-anim__drop-down--shows 0.3s;
          animation: nav-anim__drop-down--shows 0.3s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.nav-animate__shows--up {
  -webkit-animation: nav-anim__drop-up--shows 0.3s;
          animation: nav-anim__drop-up--shows 0.3s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.nav-shows-grid {
  display: none;
  z-index: -1;
}
@media (min-width: 1280px) {
.nav-shows-grid {
    background-color: inherit;
    -webkit-box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
            box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2)
}
    }
.nav-shows-grid:before {
    content: '';
    position: absolute;
    bottom: 3rem;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    z-index: 6;
  }
@media (min-width: 1280px) {

  .nav-shows-grid--open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 1100px
  }
    }
.nav-shows-grid li {
    min-width: 25%;
  }
.nav-shows-grid li:not(:last-child) a:before {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    width: calc(100% - 2rem);
    background-color: #cbcbcb;
  }
.nav-shows-grid__btn {
    display: none;
    outline: 0;
    color: #ffffff;
    width: 100%;
  }
@media (min-width: 1280px) {

  .nav-shows-grid__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 0
  }
    }
@media (min-width: 1280px) {

    .nav-shows-grid__btn:focus {
        color: #ffffff;
        background: #666666
    }
    }
.nav-shows-grid__btn--open {
      color: #ffffff;
      background: #666666;
    }
.nav-shows-grid__btn button {
      display: none;
    }
@media (min-width: 1280px) {

    .nav-shows-grid__btn button {
        display: inline-block
    }
    }
.nav-shows-grid__btn--mobile {
      border-bottom: 1px solid #333333;
      color: #ffffff;
      outline: 0;
    }
@media (min-width: 1280px) {

    .nav-shows-grid__btn--mobile {
        display: none
    }
    }
.nav-shows-grid__btn--mobile:hover,
      .nav-shows-grid__btn--mobile:focus {
        color: #757575;
      }
.nav-shows-grid--item {
    position: relative;
    display: block;
    color: #333333;
    font-size: 0.875rem;
    line-height: 1.75rem;
    padding: 0.3rem 1rem;
    outline: 0;
  }
@media (min-width: 1280px) {

  .nav-shows-grid--item {
      display: inline-block;
      font-weight: 400;
      line-height: 3rem;
      margin-top: -1px;
      min-height: 3rem;
      padding: 0rem 1rem;
      width: 100%
  }
    }
@media (min-width: 1280px) {

    .nav-shows-grid--item:hover,
    .nav-shows-grid--item:focus {
        color: #000000;
        background-color: #cbcbcb;
        z-index: 10
    }
    }
.nav-shows-grid--item.-italic {
      font-style: italic;
    }
.nav-shows-filter {
  background-color: #e9e9e9;
  height: 3rem;
  padding: 0 1rem;
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
.nav-shows-filter a {
    position: relative;
    color: #666666;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    outline: 0;
  }
.nav-shows-filter a:before {
      position: absolute;
      top: inherit;
      bottom: -3px;
      left: 0;

      height: 2px;
      width: 100%;

      background-color: #666666;
      content: '';
    }
.nav-shows-filter a:hover::before, .nav-shows-filter a:focus::before {
        -webkit-animation: nav-anim__width-in 0.5s ease;
                animation: nav-anim__width-in 0.5s ease;
      }
.nav-dropdown ul {
    list-style-type: none;
  }
@media (min-width: 1280px) {

  .nav-dropdown__content {
      background-color: #ffffff;
      position: absolute;
      text-align: left;
      width: inherit;
      padding-top: 1px
  }
    }
.nav-casting-login {
  position: relative;
  width: 100%;
  height: 3.4375rem;
  margin-top: 2rem;
}
@media (min-width: 1280px) {
.nav-casting-login {
    height: 3.75rem;
    width: 50px;
    margin-top: 0;
    background-color: #333333
}
    }
.nav-casting-login a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #ffffff;
  }
@media (min-width: 1280px) {

  .nav-casting-login a {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center
  }
    }
.nav-casting-login a path {
      fill: #ffffff;
    }
.nav-casting-login a:hover,
    .nav-casting-login a:focus {
      color: #757575;
    }
.nav-casting-login a:hover path, .nav-casting-login a:focus path {
        fill: #757575;
      }
.nav-casting-login:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background-color: #333333;
    z-index: 15;
  }
@media (min-width: 1280px) {

  .nav-casting-login:after {
      top: 0.625rem;
      right: 0;
      height: 2.5rem;
      width: 1px;
      background-color: #666666
  }
    }
.nav-casting-login__title {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.75rem;
  }
@media (min-width: 1280px) {

  .nav-casting-login__title {
      display: none
  }
    }
.nav-casting-login__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0.625rem;
  }
@media (min-width: 1280px) {

  .nav-casting-login__icon {
      padding-right: 0
  }
    }
.nav-social {
  z-index: 25;
}
.nav-social__container {
  border-bottom: 1px solid #333333;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0px;
}
@media (min-width: 1280px) {
.nav-social__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #333333;
    border-bottom: 0;
    border-top: 0;
    margin-top: 0;
    min-height: 3.75rem;
    padding: 0 5px
}
    }
.nav-socials--icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
  padding: 1.125rem 1.4rem 1.125rem 0;
}
@media (min-width: 1280px) {
.nav-socials--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4375rem 0.5rem
}
    }
.nav-socials--icons svg {
    height: 0.875rem;
  }
.nav-socials--icons path {
    fill: #ffffff;
  }
.nav-socials--icons:hover path, .nav-socials--icons:focus path {
      fill: #757575;
    }
.nav-club {
  display: block;

}
@media (min-width: 1280px) {
.nav-club {
    display: inline-block;
    min-width: 9rem

}
    }
.nav-club .nav-animate__club--down {
    -webkit-animation: nav-anim__drop-down 0.3s;
            animation: nav-anim__drop-down 0.3s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
.nav-club .nav-animate__club--up {
    -webkit-animation: nav-anim__drop-up 0.3s;
            animation: nav-anim__drop-up 0.3s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
@media (min-width: 1280px) {

  .nav-club-microsite {
      display: none
  }
    }
.nav-club-microsite a {
      color: #ffffff;
    }
.nav-club__btn {
    display: none;
  }
@media (min-width: 1280px) {

  .nav-club__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;

      color: #ffffff;
      background: #000000;
      text-transform: uppercase;
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      width: 100%;
      padding: 0;
      z-index: 999;
      outline: 0
  }
    }
.nav-club__btn:focus {
      color: #ffffff;
      background: #666666;
    }
.nav-club__btn::-moz-focus-inner {
      border: 0;
    }
.nav-club__btn--open {
      color: #ffffff;
      background: #666666;
    }
.nav-club__content {
    display: block;
    padding-top: 3rem;
  }
@media (min-width: 1280px) {

  .nav-club__content {
      display: none;
      padding-top: 1px;
      min-width: 9rem;
      -webkit-box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
              box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
      z-index: -1
  }
    }
@media (min-width: 1280px) {

    .nav-club__content li:not(:last-child) a:before {
        content: '';
        position: absolute;
        height: 1px;
        bottom: 0;
        width: calc(100% - 2rem);
        background-color: #cbcbcb
    }
    }
.nav-club__content--open {
      display: block;
      margin-top: -90px;
    }
.nav-club__content li {
      border-bottom: 1px solid #333333;
    }
@media (min-width: 1280px) {

    .nav-club__content li {
        border-bottom: 0;
        padding: 0
    }
    }
.nav-club__item {
    color: #ffffff;
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.8rem 0;
    outline: 0;
  }
@media (min-width: 1280px) {

  .nav-club__item {
      display: block;
      padding: 0rem 1rem;
      font-weight: 400;
      line-height: 3rem;
      min-height: 3rem;
      color: #000000;
      text-transform: none;
      margin-top: -1px
  }
    }
.nav-club__item:hover,
    .nav-club__item:focus {
      color: #757575;
    }
@media (min-width: 1280px) {

    .nav-club__item:hover,
    .nav-club__item:focus {
        color: #000000;
        background: #cbcbcb
    }
    }
.nav-club .nav-link-club-desktop {
    display: none;
  }
@media (min-width: 1280px) {

  .nav-club .nav-link-club-desktop {
      display: block
  }
    }
.nav-club .nav-link-club-mobile {
    display: block;
  }
@media (min-width: 1280px) {

  .nav-club .nav-link-club-mobile {
      display: none
  }
    }
.nav-languages {
  color: #ffffff;
  padding-bottom: 2rem;
  border-top: none;
  margin-top: 0;
}
@media (min-width: 1280px) {
.nav-languages {
    position: relative;
    display: inline-block;
    width: 90px;
    padding-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    border-top: none
}
    }
.nav-languages .nav-animate__languages--down {
    -webkit-animation: nav-anim__drop-down 0.3s;
            animation: nav-anim__drop-down 0.3s;
  }
.nav-languages .nav-animate__languages--up {
    -webkit-animation: nav-anim__drop-up 0.3s;
            animation: nav-anim__drop-up 0.3s;
  }
.nav-languages--ticket {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 0;
  }
@media (min-width: 1280px) {

  .nav-languages--ticket {
      display: none
  }
    }
.nav-languages--ticket .nav-languages__btn {
      font-size: 0.875rem;
      letter-spacing: 0.025em;
      text-align: center;
      text-transform: capitalize;
      line-height: 3.75rem;
      border-bottom: 0;
      padding: 0;
      width: 3.75rem;
    }
.nav-languages--ticket .nav-languages__title-mobile {
      display: none;
    }
.nav-languages--ticket .nav-languages__title-desktop {
      display: inline-block;
    }
.nav-languages--ticket .icon {
      display: none;
    }
.nav-languages--ticket .nav-languages__content {
      background-color: #1b1b1b;
      position: absolute;
      top: 0;
      right: 0;
      height: 100vh;
      width: 260px;
      padding: 1rem 2rem;
    }
.nav-languages--ticket .nav-languages__item {
      text-transform: capitalize;
      font-weight: 700;
      padding: 0.5rem 0;
    }
.nav-languages--ticket .nav-languages__close {
      display: block;
      position: absolute;
      top: 0;
      right: 260px;
      background: #000000;
      width: 60px;
      height: 60px;
    }
.nav-languages--ticket .nav-languages__x-icon {
      display: block;
      height: 60px;
      width: 60px;
      background: url(../../../dist/components/images/icons/x-icon.svg);
      background-size: 22px 22px;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer;
    }
.nav-languages--ticket .nav-languages__x-icon:hover,
      .nav-languages--ticket .nav-languages__x-icon:focus {
        -webkit-filter: invert(50%);
                filter: invert(50%);
      }
.nav-languages--ticket .nav-languages__content-title {
      display: block;
      text-transform: uppercase;
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 2px;
      color: #cbcbcb;
      padding-bottom: 0.8rem;
      margin-bottom: 0.4rem;
      border-bottom: 1px solid #ffffff;
    }
.nav-languages__content {
    display: none;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
@media (min-width: 1280px) {

  .nav-languages__content {
      background-color: #ffffff;
      -webkit-box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
              box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
      padding-top: 1px;
      position: absolute;
      text-align: left;
      width: inherit;
      z-index: -1
  }
    }
.nav-languages__content--open {
      display: block;
    }
@media (min-width: 1280px) {

    .nav-languages__content li:not(:nth-last-child(2)) a:before {
        position: absolute;
        bottom: 0;
        content: '';
        width: calc(100% - 2rem);
        height: 1px;
        background-color: #cbcbcb
    }
    }
@media (min-width: 1280px) {

  .nav-languages button {
      font-size: 0.625rem;
      letter-spacing: 0.2em
  }
    }
.nav-languages a {
    text-transform: uppercase;
    font-size: 0.875rem;
  }
@media (min-width: 1280px) {

  .nav-languages a {
      font-size: 0.625rem;
      font-weight: 700
  }
    }
.nav-languages__item {
    color: #ffffff;
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0.075em;
    outline: 0;
    padding: 0.2rem 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
  }
@media (min-width: 1280px) {

  .nav-languages__item {
      color: #000000;
      letter-spacing: 0.025em;
      line-height: 3rem;
      margin-top: -1px;
      min-height: 3rem;
      padding: 0 0 0 1rem
  }
    }
.nav-languages__item:focus,
    .nav-languages__item:hover {
      color: #757575;
      text-decoration: none;
    }
@media (min-width: 1280px) {

    .nav-languages__item:focus,
    .nav-languages__item:hover {
        color: #000000;
        background: #cbcbcb
    }
    }
.nav-languages__item-mobile {
      color: #ffffff;
      font-size: 0.875rem;
      font-family: Roboto, sans-serif;
      font-weight: 700;
      text-decoration: none;
    }
@media (min-width: 1280px) {

    .nav-languages__item-mobile {
        display: none
    }
    }
.nav-languages__item-mobile:focus,
      .nav-languages__item-mobile:hover {
        text-decoration: none;
      }
.nav-languages__item-desktop {
      display: none;
      color: #000000;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none;
    }
@media (min-width: 1280px) {

    .nav-languages__item-desktop {
        display: block
    }
    }
.nav-languages__item-desktop:focus,
      .nav-languages__item-desktop:hover {
        text-decoration: none;
      }
.nav-languages__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    outline: 0;
    padding-bottom: 0.3rem;
    padding-top: 0.875rem;
    width: 100%;
  }
@media (min-width: 1280px) {

  .nav-languages__btn {
      background-color: #000000;
      border-bottom: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 3.75rem;
      padding: 0;
      text-align: center;
      text-decoration: none;
      text-transform: capitalize
  }
    }
.nav-languages__btn:hover,
    .nav-languages__btn:focus {
      color: #757575;
    }
@media (min-width: 1280px) {

    .nav-languages__btn:hover,
    .nav-languages__btn:focus {
        color: #ffffff;
        background: #666666;
        text-decoration: none
    }
    }
.nav-languages__btn:hover .nav-icon-plus, .nav-languages__btn:focus .nav-icon-plus {
        background-color: #757575;
      }
.nav-languages__btn:hover .nav-icon-plus::before, .nav-languages__btn:focus .nav-icon-plus::before {
          background-color: #757575;
        }
.nav-languages__btn:hover .nav-icon-minus, .nav-languages__btn:focus .nav-icon-minus {
        background-color: #757575;
      }
.nav-languages__btn:hover .nav-arrow--desktop, .nav-languages__btn:focus .nav-arrow--desktop {
        border-color: #ffffff;
      }
.nav-languages__btn:disabled {
      cursor: default;
    }
.nav-languages__btn:disabled:hover,
      .nav-languages__btn:disabled:focus {
        color: #ffffff;
      }
@media (min-width: 1280px) {

      .nav-languages__btn:disabled:hover,
      .nav-languages__btn:disabled:focus {
          color: #ffffff;
          background: #000000
      }
    }
@media (min-width: 1280px) {

    .nav-languages__btn--open {
        color: #ffffff;
        background: #666666
    }
    }
.nav-languages__btn--open .nav-icon-minus {
        background-color: #757575;
      }
.nav-languages__btn::-moz-focus-inner {
      border: 0;
    }
.nav-languages__title-mobile {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 0.075em;
    padding-right: 8px;
    text-decoration: none;
  }
@media (min-width: 1280px) {

  .nav-languages__title-mobile {
      display: none
  }
    }
.nav-languages__title-mobile:hover,
    .nav-languages__title-mobile:focus {
      text-decoration: none;
    }
.nav-languages__title-desktop {
    display: none;
  }
@media (min-width: 1280px) {

  .nav-languages__title-desktop {
      display: inline-block;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.025em
  }
    }
.nav-languages__close {
    display: none;
  }
.nav-languages__content-title {
    display: none;
  }
.nav-modal {
	display: none;
	position: fixed;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.nav-modal a {
		color: #000000;
	}
.nav-modal a:hover,
		.nav-modal a:focus {
			text-decoration: underline;
		}
.nav-modal__content {
		background-color: #ffffff;
		position: absolute;
		max-height: calc(100% - 100px);
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 90vw;
		overflow: auto;
	}
@media (min-width: 1280px) {

	.nav-modal__content {
			width: 615px
	}
    }
@media (min-width: 1280px) {

		.nav-modal__content--booking {
				width: 1190px
		}
    }
.nav-modal__header {
		background-color: #333333;
		color: #ffffff;
		text-transform: uppercase;
		padding: 22px 23px;
	}
@media (min-width: 1280px) {

	.nav-modal__header {
			padding: 22px 33px
	}
    }
.nav-modal__header-title {
			display: inline-block;
			font-size: 0.875rem;
			font-weight: 400;
			letter-spacing: 0.1em;
			margin: 0;
		}
.nav-contact-us {
	padding: 9px 14px;
	overflow: auto;
}
@media (min-width: 1280px) {
.nav-contact-us {
		padding: 28px 30px
}
    }
.nav-contact-us__item {
		padding: 11px 0;
	}
.nav-contact-us__icon {
		float: left;
		width: 44px;
		height: 44px;
		background: #e9e9e9;
		border-radius: 50%;
	}
.nav-contact-us__icon img {
			position: relative;
			width: 26px;
			top: 50%;
			left: 50%;
			-webkit-transform: translateX(-50%) translateY(-50%);
			        transform: translateX(-50%) translateY(-50%);
		}
.nav-contact-us__info {
		display: inline-block;
		font-size: 1rem;
		font-weight: 400;
		margin-left: 16px;
		line-height: 1.3rem;
	}
.nav-contact-us__info-title {
			color: #000000;
			font-size: 1rem;
			margin: 0;
		}
.nav-booking-assistance-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 5px 30px;
	overflow-y: auto;
}
.nav-booking-assistance-grid__header {
		padding: 1rem 0;
		min-width: 100%;
	}
.nav-booking-assistance-grid__show-item {
		border: 2px solid #e9e9e9;
		border-top: none;
		padding: 20px;
		min-width: 100%;
	}
@media (min-width: 1280px) {

	.nav-booking-assistance-grid__show-item {
			min-width: 49%
	}
    }
.nav-booking-assistance-grid__show-item:nth-of-type(2) {
			border-top: 2px solid #e9e9e9;
		}
@media (min-width: 1280px) {
		.nav-booking-assistance-grid__show-item:nth-of-type(-n + 3) {
				border-top: 2px solid #e9e9e9
		}
    }
.nav-booking-assistance-grid__show-title {
		color: #000000;
		float: left;
		margin: 0;
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 1rem;
		padding-right: 1rem;
	}
.nav-booking-assistance-grid__bottom-info {
		padding: 1rem 0;
		min-width: 100%;
	}
.nav-booking-assistance-grid__bottom-info a {
			position: relative;
			text-decoration: none;
		}
.nav-booking-assistance-grid__bottom-info a::before {
				position: absolute;
				top: inherit;
				bottom: -2px;
				left: 0;

				height: 1px;
				width: 100%;

				background-color: #000000;
				content: '';
			}
.nav-booking-assistance-grid__bottom-info a:hover,
			.nav-booking-assistance-grid__bottom-info a:focus {
				text-decoration: none;
			}
.nav-booking-assistance-grid__bottom-info a:hover::before, .nav-booking-assistance-grid__bottom-info a:focus::before {
					-webkit-animation: nav-anim__width-in 0.5s ease;
					        animation: nav-anim__width-in 0.5s ease;
				}
.nav-booking-assistance-grid__show-phones {
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 1rem;
		float: right;
	}
.nav-booking-assistance-grid__show-phones > a {
			font-size: 0.8125rem;
		}
.nav-booking-assistance-grid__icon {
		float: left;
		width: 44px;
		height: 44px;
		background: #e9e9e9;
		border-radius: 50%;
	}
.nav-booking-assistance-grid__icon img {
			position: relative;
			width: 26px;
			top: 50%;
			left: 50%;
			-webkit-transform: translateX(-50%) translateY(-50%);
			        transform: translateX(-50%) translateY(-50%);
		}
.nav-booking-assistance-grid__info {
		display: inline-block;
		color: #000000;
		font-size: 1rem;
		line-height: 2.75rem;
		margin: 0 0 0 1rem;
	}
.nav-animate__microsite--down {
	-webkit-animation: nav-anim__drop-down--microsite 0.3s;
	        animation: nav-anim__drop-down--microsite 0.3s;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	opacity: 1;
}
.nav-animate__microsite--up {
	-webkit-animation: nav-anim__drop-up--microsite 0.3s;
	        animation: nav-anim__drop-up--microsite 0.3s;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	opacity: 1;
}
.nav-animate__microsite--open--1col {
	-webkit-animation: open-third-menu-left-1col 0.3s;
	        animation: open-third-menu-left-1col 0.3s;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: none;
	        animation-fill-mode: none;
	opacity: 1;
}
.nav-animate__microsite--open--2col {
	-webkit-animation: open-third-menu-left-2col 0.3s;
	        animation: open-third-menu-left-2col 0.3s;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: none;
	        animation-fill-mode: none;
	opacity: 1;
}
@media (min-width: 1280px) {

	.nav-animate__microsite--open--2col li {
			-webkit-animation: nav-anim__micro-col-open 0.3s;
			        animation: nav-anim__micro-col-open 0.3s;
			-webkit-animation-direction: normal;
			        animation-direction: normal;
			-webkit-animation-fill-mode: none;
			        animation-fill-mode: none;
			opacity: 1
	}
    }
.nav-animate__microsite--open--3col {
	-webkit-animation: open-third-menu-left-3col 0.3s;
	        animation: open-third-menu-left-3col 0.3s;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: none;
	        animation-fill-mode: none;
	opacity: 1;
}
.nav-animate__microsite--close--1col {
	-webkit-animation: close-third-menu-left-1col 0.3s;
	        animation: close-third-menu-left-1col 0.3s;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: none;
	        animation-fill-mode: none;
	opacity: 1;
}
.nav-animate__microsite--close--2col {
	-webkit-animation: close-third-menu-left-2col 0.3s;
	        animation: close-third-menu-left-2col 0.3s;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: none;
	        animation-fill-mode: none;
	opacity: 1;
}
@media (min-width: 1280px) {

	.nav-animate__microsite--close--2col li {
			-webkit-animation: nav-anim__micro-col-close 0.3s;
			        animation: nav-anim__micro-col-close 0.3s;
			-webkit-animation-direction: normal;
			        animation-direction: normal;
			-webkit-animation-fill-mode: none;
			        animation-fill-mode: none;
			opacity: 1
	}
    }
.nav-animate__microsite--close--3col {
	-webkit-animation: close-third-menu-left-3col 0.3s;
	        animation: close-third-menu-left-3col 0.3s;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: none;
	        animation-fill-mode: none;
	opacity: 1;
}
.nav-microsite-menu {
		display: block;
	}
@media (min-width: 1280px) {
	.nav-microsite-menu {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			background: #e9e9e9
	}

			.nav-microsite-menu--open {
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
			}

				.nav-microsite-menu--open .nav-microsite__main-btn {
					background: #333333;
					width: 25px;
					padding-left: 0;
				}

					.nav-microsite-menu--open .nav-microsite__main-btn .nav-microsite__title {
						display: none;
						width: 0;
						padding: 0;
					}

					.nav-microsite-menu--open .nav-microsite__main-btn .nav-arrow {
						border-color: #ffffff;
						-webkit-transform: scale(0.5) translateX(-4px) rotate(-45deg);
						        transform: scale(0.5) translateX(-4px) rotate(-45deg);
					}

				.nav-microsite-menu--open .nav-microsite__logo {
					opacity: 1;
					background-color: #e9e9e9;
				}

			.nav-microsite-menu--lock {
				overflow: hidden;
			}
    }
.nav-microsite__content {
		display: block;
	}
@media (min-width: 1280px) {

	.nav-microsite__content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
	}
    }
.nav-microsite__main-btn {
		display: none;
	}
@media (min-width: 1280px) {

	.nav-microsite__main-btn {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;

			color: #000000;
			background: #ffffff;
			font-size: 0.8125rem;
			font-weight: 700;
			letter-spacing: 0.025em;
			line-height: 3.75rem;
			text-transform: uppercase;
			outline: 0;
			padding-left: 10px
	}
    }
.nav-microsite__main-btn:hover,
		.nav-microsite__main-btn:focus {
			background-color: #666666;
			color: #ffffff;
		}
.nav-microsite__main-btn:hover .nav-arrow--alternate, .nav-microsite__main-btn:focus .nav-arrow--alternate {
				border-color: #ffffff;
			}
.nav-microsite__container {
		display: block;
	}
@media (min-width: 1280px) {

	.nav-microsite__container {
			display: none
	}
    }
.nav-microsite__container > li {
			display: block;
		}
@media (min-width: 1280px) {

		.nav-microsite__container > li {
				-ms-flex-negative: 0;
				    flex-shrink: 0
		}
    }
.nav-microsite__container--open {
			display: block;
		}
@media (min-width: 1280px) {

		.nav-microsite__container--open {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}
    }
.nav-microsite__first-level {
		display: none;
	}
@media (min-width: 1280px) {

	.nav-microsite__first-level {
			position: absolute;
			background-color: #ffffff;
			text-align: left;
			padding-top: 1px;
			-webkit-box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
			        box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
			z-index: -1
	}
    }
.nav-microsite__first-level--open {
			display: block;
			border-bottom: 1px solid #333333;
			padding: 10px 0;
		}
@media (min-width: 1280px) {

		.nav-microsite__first-level--open {
				border-bottom: none;
				padding: 1px 0 0 0
		}
    }
@media (min-width: 1280px) {

		.nav-microsite__first-level:before {
				content: '';
				position: absolute;
				bottom: 0;
				height: 1px;
				width: 100%;
				background-color: #ffffff;
				z-index: 15
		}
    }
@media (min-width: 1280px) {

		.nav-microsite__first-level li > a:before,
		.nav-microsite__first-level li > button:before {
				content: '';
				position: absolute;
				height: 1px;
				bottom: 0;
				width: calc(100% - 2rem);
				background-color: #cbcbcb;
				z-index: 10
		}
    }
@media (min-width: 1280px) {

	.nav-microsite__second-level {
			width: 17.1875rem
	}
    }
.nav-microsite__item {
		color: #ffffff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-size: 0.8125rem;
		font-family: Roboto, sans-serif;
		font-weight: 400;
		line-height: 1.875rem;
		position: relative;
		outline: 0;
		overflow: hidden;
		text-decoration: none;
	}
@media (min-width: 1280px) {

	.nav-microsite__item {
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			color: #000000;
			background-color: #ffffff;
			text-transform: none;
			letter-spacing: 0.075em;
			padding: 0rem 1rem;
			line-height: normal;
			height: 3rem;
			margin-top: -1px;
			font-weight: 400
	}
    }
.nav-microsite__item .nav-arrow {
			border-color: #ffffff;
		}
@media (min-width: 1280px) {

		.nav-microsite__item .nav-arrow {
				border-color: #000000
		}
    }
.nav-microsite__item:hover,
		.nav-microsite__item:focus {
			color: #757575;
			text-decoration: none;
		}
@media (min-width: 1280px) {

		.nav-microsite__item:hover,
		.nav-microsite__item:focus {
				color: #000000;
				background-color: #cbcbcb;
				z-index: 30
		}
    }
.nav-microsite__item:hover .nav-arrow, .nav-microsite__item:focus .nav-arrow {
				border-color: #757575;
			}
@media (min-width: 1280px) {

			.nav-microsite__item:hover .nav-arrow, .nav-microsite__item:focus .nav-arrow {
					border-color: #000000
			}
    }
.nav-microsite__title {
		height: 3.75rem;
		padding: 0 15px 0 0.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow: hidden;
	}
.nav-microsite__logo {
		display: none;
	}
@media (min-width: 1280px) {

	.nav-microsite__logo {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			opacity: 0
	}
    }
.nav-microsite__logo-img {
		width: 2.375rem;
		width: 130px;
		height: 3.75rem;
		background: url(../../assets/components/images/logos/CDS_Brand_LightBack.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-right: calc(16px - 0.5rem);
	}
.nav-microsite__logo-container {
		height: 60px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-left: 10px;
	}
.nav-microsite__logo-container img {
			max-height: 60px;
		}
.nav-microsite__logo-hover {
		display: none;
	}
.nav-microsite__logo-title {
		display: block;
		color: #1b1b1b;
		font-size: 0.8125rem;
		font-weight: 700;
		letter-spacing: 0.025em;
		text-transform: uppercase;
		padding: 0 0.9rem 0 0.5rem;
	}
.nav-microsite__logo-separator {
		content: '';
		display: block;
		position: relative;
		left: 1px;
		width: 1px;
		height: 2.5rem;
		background-color: #666666;
	}
.nav-microsite__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		color: #ffffff;
		font-size: 0.875rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.075em;
		border-bottom: 1px solid #333333;
		padding: 0.8rem 0;
		width: 100%;
		outline: 0;
		text-decoration: none;
	}
@media (min-width: 1280px) {

	.nav-microsite__btn {
			font-size: 0.875rem;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			color: #333333;
			text-transform: none;
			letter-spacing: 0.025em;
			text-align: center;
			height: 3.75rem;
			padding: 0 0.8rem;
			border-bottom: 0
	}
    }
@media (min-width: 1280px) {

		.nav-microsite__btn.nav__selected-state {
				color: #ffffff;
				background-color: #333333
		}
    }
.nav-microsite__btn span {
			max-width: 90%;
		}
.nav-primary-menu .nav-microsite__btn {
			color: #ffffff;
		}
.nav-microsite__btn .nav-icon-plus,
		.nav-microsite__btn .nav-icon-minus {
			margin-left: 0;
		}
.nav-microsite__btn:hover,
		.nav-microsite__btn:focus {
			color: #757575;
			text-decoration: none;
		}
@media (min-width: 1280px) {

		.nav-microsite__btn:hover,
		.nav-microsite__btn:focus {
				color: #ffffff;
				background: #666666;
				position: relative
		}

				.nav-microsite__btn:hover .nav-arrow, .nav-microsite__btn:focus .nav-arrow {
					border-color: #ffffff;
				}
    }
.nav-microsite__btn:hover .nav-icon-plus, .nav-microsite__btn:focus .nav-icon-plus {
				background-color: #757575;
			}
.nav-microsite__btn:hover .nav-icon-plus::before, .nav-microsite__btn:focus .nav-icon-plus::before {
					background-color: #757575;
				}
.nav-microsite__btn:hover .nav-icon-minus, .nav-microsite__btn:focus .nav-icon-minus {
				background-color: #757575;
			}
.nav-microsite__btn > .nav-arrow {
			border-color: #333333;
		}
.nav-primary-menu .nav-microsite__btn > .nav-arrow {
				border-color: #ffffff;
			}
@media (min-width: 1280px) {

		.nav-microsite__btn--open {
				color: #ffffff;
				background: #666666
		}

				.nav-microsite__btn--open .nav-arrow {
					border-color: #ffffff;
				}
    }
.nav-microsite__btn--open .nav-icon-plus {
				background-color: #ffffff;
			}
.nav-microsite__secondary {
		display: none;
		z-index: -1;
	}
@media (min-width: 1280px) {

		.nav-microsite__secondary .nav-microsite__item {
				background-color: transparent
		}
    }
@media (min-width: 1280px) {

			.nav-microsite__secondary .nav-microsite__item:hover,
			.nav-microsite__secondary .nav-microsite__item:focus {
					color: #000000;
					background-color: #cbcbcb;
					z-index: 30
			}
    }
@media (min-width: 1280px) {

		.nav-microsite__secondary li {
				max-width: 275px;
				min-width: 275px
		}
    }
.nav-microsite__secondary--open {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
@media (min-width: 1280px) {

		.nav-microsite__secondary--open {
				position: absolute;
				left: 17.1875rem;
				top: 0px;
				background: #e9e9e9;
				max-height: 294px;
				padding-top: 1px
		}
    }
@media (min-width: 1280px) {

			.nav-microsite__secondary--open:before {
					content: '';
					position: absolute;
					bottom: 0;
					height: 1px;
					width: 100%;
					background-color: #e9e9e9;
					z-index: 30
			}
    }
@media (min-width: 1280px) {

			.nav-microsite__secondary--open:after {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					-webkit-box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
					        box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
					z-index: -10
			}
    }
.nav-microsite__dropdown {
		position: relative;
	}
.nav-microsite__secondary-btn {
		width: 100%;
	}
.nav-microsite__secondary-btn--open {
			text-transform: uppercase;
			padding: 0 0 0.5rem 0;
			margin-bottom: 0.5rem;
			border-bottom: 1px solid #333333;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
		}
@media (min-width: 1280px) {

		.nav-microsite__secondary-btn--open {
				text-transform: none;
				font-weight: 700;
				border-bottom: 0;
				padding: 0rem 1rem;
				color: #000000;
				background-color: #cbcbcb;
				margin-bottom: 0;
				z-index: 30
		}
    }
@media (min-width: 1280px) {

			.nav-microsite__secondary-btn--open .nav-arrow {
					border-color: #000000
			}
    }
.nav-cta {
  display: none;
}
@media (min-width: 1280px) {
.nav-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #333333;
    position: relative
}
    }
.nav-cta .nav-animate__open--right {
    -webkit-animation: nav-anim__open-right 0.3s;
            animation: nav-anim__open-right 0.3s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
.nav-cta .nav-animate__close--right {
    -webkit-animation: nav-anim__close-right 0.3s;
            animation: nav-anim__close-right 0.3s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
.nav-cta .nav-animate__mega--down {
    -webkit-animation: nav-anim__drop-down--mega 0.3s;
            animation: nav-anim__drop-down--mega 0.3s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
.nav-cta .nav-animate__mega--up {
    -webkit-animation: nav-anim__drop-up--mega 0.3s;
            animation: nav-anim__drop-up--mega 0.3s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
  }
.nav-cta__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #000000;
    background-color: #c8a557;
    border-radius: 1rem;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    padding: 0.4375rem 1.875rem;
    margin: 0 0.6rem;
    outline: 0;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease,
      border-color 0.3s ease, opacity 0.15s;
    transition: background-color 0.3s ease, color 0.3s ease,
      border-color 0.3s ease, opacity 0.15s;
    text-transform: none;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    border: none;
    height: 28px;
    min-width: unset;
    text-decoration: none;
  }
@media (min-width: 1280px) {

  .nav-cta__btn {
      text-decoration: none
  }
    }
.nav-cta__btn:hover,
    .nav-cta__btn:focus {
      color: #c8a557;
      background-color: #000000;
      -webkit-animation: none;
              animation: none;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: 0;
      transition: 0;
      text-decoration: none;
    }
.nav-cta__btn:hover span, .nav-cta__btn:focus span {
        -webkit-animation: nav-cta-btn-text 0.2s linear;
                animation: nav-cta-btn-text 0.2s linear;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: 0;
        transition: 0;
      }
.nav-cta__btn:hover .nav-cta__btn-icon, .nav-cta__btn:focus .nav-cta__btn-icon {
        fill: #c8a557;
        stroke: none;
      }
.nav-cta__btn span {
      display: inline-block;
    }
.nav-cta__btn--notify-me {
      color: #333333;
      background-color: #cbcbcb;
    }
.nav-cta__btn--notify-me:hover,
      .nav-cta__btn--notify-me:focus {
        color: #e9e9e9;
        background-color: #666666;
        -webkit-animation: none;
                animation: none;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: 0;
        transition: 0;
      }
@media (min-width: 1280px) {

        .nav-cta__btn--notify-me:hover span, .nav-cta__btn--notify-me:focus span {
            -webkit-animation: nav-cta-btn-text 0.2s linear;
                    animation: nav-cta-btn-text 0.2s linear;
            -webkit-transform: none;
                    transform: none;
            -webkit-transition: 0;
            transition: 0
        }
    }
.nav-cta__btn.grey {
      color: #333333;
      background-color: #cbcbcb;
    }
.nav-cta__btn.grey:hover,
      .nav-cta__btn.grey:focus {
        color: #e9e9e9;
        background-color: #666666;
        -webkit-animation: none;
                animation: none;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: 0;
        transition: 0;
      }
@media (min-width: 1280px) {

        .nav-cta__btn.grey:hover span, .nav-cta__btn.grey:focus span {
            -webkit-animation: nav-cta-btn-text 0.2s linear;
                    animation: nav-cta-btn-text 0.2s linear;
            -webkit-transform: none;
                    transform: none;
            -webkit-transition: 0;
            transition: 0
        }
    }
.nav-cta__btn-icon {
    fill: #000000;
    stroke: none;
  }
.nav-cta__btn-icon svg {
      max-height: 22px;
    }
.nav-booking-assistance {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
  color: #919191;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 40px;
  outline: 0;
  padding: 0.8rem 0 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1280px) {
.nav-booking-assistance {
    background: #000000;
    border-bottom: 0;
    color: #ffffff;
    margin-top: 0;
    padding: 0 20px;
    width: unset
}
    }
.nav-booking-assistance__icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: white;
    height: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 8px;
    width: 14px;
  }
@media (min-width: 1280px) {

  .nav-booking-assistance__icon {
      height: 20px;
      margin-right: 0;
      width: 20px
  }
    }
.nav-booking-assistance__icon svg {
      width: 14px;
      height: 14px;
    }
@media (min-width: 1280px) {

    .nav-booking-assistance__icon svg {
        width: 20px;
        height: 20px
    }
    }
.nav-booking-assistance a {
    color: #ffffff;
  }
.nav-booking-assistance a:hover,
    .nav-booking-assistance a:focus {
      color: #757575;
    }
@media (min-width: 1280px) {

    .nav-booking-assistance a:hover,
    .nav-booking-assistance a:focus {
        color: #ffffff;
        text-decoration: underline
    }
    }
.nav-mobile__logo {
		display: block;
		width: calc(100% - 120px);
		text-align: center;
		margin: auto;
		padding: 0;
		height: 3.75rem;
	}
@media (min-width: 600px) {
	.nav-mobile__logo {
			display: block
	}
    }
@media (min-width: 1280px) {
	.nav-mobile__logo {
			display: none
	}
    }
.nav-mobile__logo a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			margin: auto;
			height: 100%;
			overflow: hidden;
		}
.nav-mobile__logo-title {
			display: inline-block;
			color: #ffffff;
			line-height: 60px;
			padding: 0 0 0 1rem;
			font-size: 0.8125rem;
			font-weight: 700;
			letter-spacing: 0.04em;
			text-transform: uppercase;
		}
.nav-mobile__logo-container {
			height: 60px;
			width: auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
.nav-mobile__logo-container img {
				max-height: 60px;
				max-width: none;
			}
.nav-mobile__cta {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 60px;
		padding: 0;
	}
@media (min-width: 600px) {

	.nav-mobile__cta {
			width: 60px;
			max-width: 280px
	}
    }
@media (min-width: 1280px) {

	.nav-mobile__cta {
			display: none
	}
    }
.nav-mobile--edit-bar {
		position: relative;
		display: block;
		top: 200px;
		background: #000000;
		height: 60px;
	}
.nav-mobile--edit-item {
		display: inline-block;
		right: 40px;
	}
.nav-mobile--edit-item .nav-mega-menu__btn--desktop {
			display: none;
		}
.nav-mobile--edit-item .nav-mega-menu__btn--mobile {
			display: inline-block;
		}
.nav-mobile--edit-item .nav-languages__btn {
			position: absolute;
			right: 100px;
		}
.nav-mobile__cta-icon {
		width: 44px;
		height: 44px;
	}
.nav-mobile__cta-icon svg {
			width: 100%;
			height: 100%;
		}
.nav-mobile__cta-copy {
		font-weight: 700;
		font-size: 0.75rem;
		text-transform: capitalize;
		letter-spacing: 0.025em;
		padding-top: 4px;
		line-height: 0.75rem;
		text-align: left;
		border-bottom: none;
	}
.nav-mobile__cta-copy:hover,
		.nav-mobile__cta-copy:focus {
			border-bottom: none;
		}
.nav-mobile__close-btn {
		display: none;
		position: absolute;
		top: 0;
		left: 260px;
		background: #000000;
		width: 60px;
		height: 60px;
		z-index: 99;
	}
@media (min-width: 600px) {

	.nav-mobile__close-btn {
			left: 260px
	}
    }
@media (min-width: 1280px) {

	.nav-mobile__close-btn {
			display: none
	}
    }
.nav-mobile__close-btn--visible {
			display: block;
		}
@media (min-width: 1280px) {

		.nav-mobile__close-btn--visible {
				display: none
		}
    }
.nav-mobile__icon-x {
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #000000;
		fill: #ffffff;
		outline: 0;
		padding: 19px;
		z-index: 20;
	}
.nav-mobile__icon-x:hover,
		.nav-mobile__icon-x:focus {
			background-color: #000000;
			fill: #757575;
		}
.nav-mobile__icon-x svg {
			width: 100%;
			height: 100%;
		}
.nav-mobile-header__container {
		position: relative;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
.nav-mobile-header__container > ul {
			background-color: #000000;
			height: 3.75rem;
		}
.nav-mobile-header__menu-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: absolute;
		width: 60px;
		height: 60px;
		outline: 0;
		background-color: #000000;
	}
.nav-mobile-header__menu-icon path {
			fill: #ffffff;
		}
@media (min-width: 1280px) {

	.nav-mobile-header__menu-icon {
			display: none
	}
    }
.nav-mobile-header__menu-icon svg {
			height: 18px;
			width: 37px;
		}
.nav-mobile-header__menu-icon:hover,
		.nav-mobile-header__menu-icon:focus {
			background-color: #000000;
		}
.nav-mobile-header__menu-icon:hover path, .nav-mobile-header__menu-icon:focus path {
				fill: #757575;
			}
.nav-mega-menu__content {
		background-color: #ffffff;
		position: absolute;
		top: 0;
		right: 0;
		width: 16.25rem;
		padding: 1rem 1rem;
		height: 100vh;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
.nav-mega-menu__content .nav-shows-grid--item {
			font-size: 0.875rem;
			line-height: normal;
			text-transform: none;
			letter-spacing: 0.075em;
			padding: 0.8rem 1rem;
		}
@media (min-width: 1280px) {

		.nav-mega-menu__content .nav-shows-grid--item {
				font-size: 0.875rem;
				line-height: 3rem;
				padding: 0rem 1rem
		}
    }
@media (min-width: 1280px) {
	.nav-mega-menu__content {
			top: 3.75rem;
			width: 18.75rem;
			letter-spacing: 0.075em;
			padding: 0;
			height: auto;
			-webkit-box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
			        box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.2);
			z-index: -1
	}
    }
@media (min-width: 1280px) {

		.nav-mega-menu__content::before {
				content: '';
				position: absolute;
				bottom: 0;
				height: 1px;
				width: 100%;
				background-color: #ffffff;
				z-index: 5
		}
    }
.nav-mega-menu__content li:not(:last-child) *::before {
			content: '';
			position: absolute;
			height: 1px;
			bottom: 0;
			width: calc(100% - 2rem);
			background-color: #cbcbcb;
		}
.nav-mega-menu__title {
		font-size: 0.8125rem;
		font-weight: 700;
		letter-spacing: 0.075em;
		text-transform: uppercase !important;
	}
@media (min-width: 1280px) {

	.nav-mega-menu__title {
			font-size: 0.875rem
	}
    }
.nav-mega-menu__title:hover {
			background-color: transparent;
		}
.nav-mega-menu__btn--mobile {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			width: 100%;
			height: 60px;
			background: -webkit-gradient(
	linear,
	left top, left bottom,
	from(rgba(244, 227, 162, 1)),
	to(rgba(175, 130, 46, 1))
);
			background: linear-gradient(
	180deg,
	rgba(244, 227, 162, 1) 0%,
	rgba(175, 130, 46, 1) 100%
);
			outline: 0;
			color: #000000;
			fill: #000000;
			stroke: none;
			text-decoration: none;
		}
@media (min-width: 600px) {
		.nav-mega-menu__btn--mobile {
				max-width: 280px
		}
    }
@media (min-width: 1280px) {
		.nav-mega-menu__btn--mobile {
				display: none
		}
    }
.nav-mega-menu__btn--mobile:hover,
			.nav-mega-menu__btn--mobile:focus {
				background: #333333;
				color: #c8a557;
				fill: #c8a557;
				stroke: none;
				text-decoration: none;
			}
.nav-mega-menu__btn--mobile span:nth-last-child(n + 2),
			.nav-mega-menu__btn--mobile span:nth-last-child(n + 2) ~ nav-mobile__cta-icon {
				width: 24px;
				height: 24px;
			}
.nav-mega-menu__btn--mobile.grey {
				color: #333333;
				fill: #333333;
				background: #cbcbcb;
			}
.nav-mega-menu__btn--mobile.grey:hover,
				.nav-mega-menu__btn--mobile.grey:focus {
					color: #e9e9e9;
					fill: #e9e9e9;
					background: #666666;
				}
.nav-mega-menu__btn--desktop {
			display: none;
		}
@media (min-width: 1280px) {

		.nav-mega-menu__btn--desktop {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex
		}
    }
.nav-mega-menu__btn--open {
			color: #c8a557;
			background-color: #000000;
		}
.nav-mega-menu__close {
		display: block;
		position: absolute;
		top: 0;
		right: 260px;
		width: 60px;
		height: 60px;
		background: #000000;
	}
@media (min-width: 1280px) {

	.nav-mega-menu__close {
			display: none
	}
    }
.nav-mega-menu__x-icon {
		cursor: pointer;
		display: block;
		fill: #ffffff;
		height: 60px;
		outline: 0;
		padding: 19px;
		width: 60px;
	}
.nav-mega-menu__x-icon:hover,
		.nav-mega-menu__x-icon:focus {
			fill: #666;
		}
.nav-back-to-top {
  display: none;
}
@media (min-width: 1280px) {
.nav-back-to-top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
    }
.nav-back-to-top__btn {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.75rem;
    color: #ffffff;
    background: #000000;
    width: 90px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    outline: 0;
    text-decoration: none;
  }
.nav-back-to-top__btn:hover,
    .nav-back-to-top__btn:focus {
      color: #ffffff;
      background-color: #666666;
      text-decoration: none;
    }
.nav-back-to-top__btn:hover .nav-arrow, .nav-back-to-top__btn:focus .nav-arrow {
        border-color: #ffffff;
      }
.nav-back-to-top__btn::-moz-focus-inner {
      border: 0;
    }
/* ******************************************** */
/* CSS FOR THE FOOTER */
/* ******************************************** */
footer {
	font-family: Roboto, sans-serif;
	display: block;
	width: 100%;
	background-color: #000000;
	-webkit-font-smoothing: auto;
}
footer h1,
	footer h2,
	footer h3,
	footer h4,
	footer h5 {
		color: #ffffff;
	}
footer a {
		text-decoration: none;
		color: #ffffff;
	}
footer * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
footer ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
footer img {
		max-width: 100%;
		height: auto;
	}
footer button {
		background: transparent;
		color: inherit;
		border: none;
		margin: 0;
		padding: 0;
		font: inherit;
		cursor: pointer;
		display: inline-block;
		text-align: left;
		width: auto;
		overflow: visible;
		line-height: normal;
	}
footer :focus {
		outline: 0;
	}
footer ::-moz-focus-inner {
		border: 0;
	}
.footer-wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: (auto)[5];
		grid-template-rows: repeat(5, auto);
		margin: 0 auto;
		max-width: 1429px;
		padding: 1.9375rem 0.9375rem;
	}
@media (min-width: 1280px) {
	.footer-wrapper {
			-ms-grid-columns: 1fr 1fr;
			grid-template-columns: 1fr 1fr;
			-ms-grid-rows: auto auto auto;
			grid-template-rows: auto auto auto;
			padding: 2rem 5rem 1.9rem 5rem
	}
    }
.footer-wrapper-medium {
			grid-row-gap: 0.5rem;
		}
@media (min-width: 1280px) {

		.footer-wrapper-medium {
				grid-row-gap: 1rem
		}
    }
.footer-wrapper-small {
			grid-row-gap: 0rem;
		}
@media (min-width: 1280px) {

		.footer-wrapper-small {
				grid-row-gap: 0rem
		}
    }
.footer-logo {
		position: relative;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4 / span 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / span 1;
		min-height: 71px;
		max-height: 71px;
		margin: 1.25rem 0;
	}
@media (min-width: 1280px) {

	.footer-logo {
			margin: 0;
			-ms-grid-row: 1;
			-ms-grid-row-span: 1;
			grid-row: 1 / span 1;
			min-height: 90px;
			max-height: 100px;
			margin-bottom: 0px
	}
    }
.footer-logo img {
			-o-object-fit: cover;
			   object-fit: cover;
			height: 71px;
			width: auto;
		}
@media (min-width: 1280px) {

		.footer-logo img {
				height: 90px
		}
    }
.footer-socials {
		-ms-grid-row-align: end;
		    align-self: end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / span 1;
		-ms-grid-column-align: end;
		    justify-self: end;
	}
@media (min-width: 1280px) {

	.footer-socials {
			-ms-grid-column: 2;
			-ms-grid-column-span: 1;
			grid-column: 2 / span 1;
			padding-bottom: 0
	}
    }
.footer-socials .nav-socials--icons {
			padding: 10px;
		}
.footer-socials svg {
			height: 0.875rem;
		}
.footer-socials li {
			-webkit-transform: translateY(10px);
			        transform: translateY(10px);
		}
.footer-links {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / span 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		margin-top: 25px;
	}
@media (min-width: 1280px) {

	.footer-links {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr 1fr 1fr;
			grid-template-columns: 1fr 1fr 1fr;
			padding-top: 60px;
			margin-top: 0;
			border-top: none;
			border-bottom: none
	}
    }
.footer-bottom {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3 / span 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		border-bottom: 1px solid #333333;
		margin-top: 0.9375rem;
		padding-bottom: 0.625rem;
	}
@media (min-width: 1280px) {

	.footer-bottom {
			-ms-grid-column: 1;
			-ms-grid-column-span: 1;
			grid-column: 1 / span 1;
			border-bottom: none;
			-ms-grid-row-align: end;
			    align-self: end;
			padding-top: 60px;
			margin-top: 0;
			padding-bottom: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap
	}

			.footer-bottom li {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				min-width: 34%;
				height: 40px;
			}

			.footer-bottom li:nth-last-child(n + 5),
			.footer-bottom li:nth-last-child(n + 5) ~ li {
				min-width: 26%;
			}
    }
.footer-bottom-small {
			border-bottom: none;
		}
.footer-bottom a {
			color: #ffffff;
			display: inline-block;
			font-size: 0.875rem;
			font-weight: 400;
			letter-spacing: 0.02em;
			line-height: 1rem;
			padding: 0.625rem 0;
			text-decoration: underline;
			font-family: Roboto, sans-serif;
		}
@media (min-width: 1280px) {

		.footer-bottom a {
				font-size: 0.8125rem;
				padding: 0;
				margin-right: 1.9375rem
		}
    }
.footer-bottom a:hover,
			.footer-bottom a:focus {
				text-decoration: underline;
			}
.footer-legal {
		-ms-grid-row-align: end;
		    align-self: end;
		border-top: none;
		color: #cbcbcb;
		font-size: 0.8125rem;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5 / span 1;
		justify-self: flex-start;
		width: 100%;
		padding: 0;
	}
@media (min-width: 1280px) {

	.footer-legal {
			-webkit-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
			border-top: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			font-size: 0.8125rem;
			-ms-grid-column: 2;
			-ms-grid-column-span: 1;
			grid-column: 2 / span 1;
			-ms-grid-row: 3;
			-ms-grid-row-span: 1;
			grid-row: 3 / span 1;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			padding: 0
	}
    }
.footer-legal-small {
			-ms-grid-column-align: end;
			    justify-self: end;
		}
.footer-legal p {
			margin: 0;
			font-size: 0.8125rem;
		}
@media (min-width: 1280px) {

		.footer-legal p {
				font-size: 0.8125rem
		}
    }
.footer-legal a {
			color: #cbcbcb;
			font-size: 0.8125rem;
			font-weight: 400;
			text-decoration: underline;
		}
@media (min-width: 1280px) {

		.footer-legal a {
				font-size: 0.8125rem
		}
    }
.footer-legal a:hover,
			.footer-legal a:focus {
				text-decoration: none;
			}
.footer-legal__group {
			padding-bottom: 10px;
		}
@media (min-width: 1280px) {

		.footer-legal__group {
				padding-bottom: 0px
		}
    }
.footer-col-title {
		font-size: 0.875rem;
		font-weight: 700;
		letter-spacing: 0.025em;
		padding: 0.8rem 0;
		border-bottom: 1px solid #333333;
		cursor: pointer;
		margin: 0;
	}
@media (min-width: 1280px) {

	.footer-col-title {
			text-transform: uppercase;
			letter-spacing: 0.1em;
			line-height: 1rem;
			outline: 0;
			padding: 16px 0;
			cursor: default
	}
    }
.footer-col-links {
		display: inline-block;
		font-size: 0.875rem;
		font-weight: 400;
		letter-spacing: 0.02em;
		padding-top: 8px;
		padding-bottom: 8px;
		outline: 0;
		text-decoration: none;
	}
.footer-col-links:hover,
		.footer-col-links:focus {
			color: #757575;
			text-decoration: underline;
		}
.footer-col-btn {
		color: #ffffff;
	}
@media (min-width: 1280px) {

	.footer-col-btn {
			cursor: default
	}
    }
.footer-col-btn:focus .footer-col-title {
				color: #757575;
			}
@media (min-width: 1280px) {
			.footer-col-btn:focus .footer-col-title {
					color: #ffffff
			}
    }
.footer-collapsible {
		display: none;
		border-bottom: 1px solid #333333;
		padding-bottom: 1rem;
		padding-top: 8px;
	}
@media (min-width: 1280px) {

	.footer-collapsible {
			display: block;
			padding-top: 0.625rem;
			border-bottom: none;
			padding-bottom: 0rem
	}
    }
.footer-collapsible-visible {
			display: block;
		}
.footer-collapsible a {
			cursor: pointer;
		}
@media (min-width: 1280px) {

	.footer__medium {
			display: none
	}
    }
.footer__small {
		display: none;
	}
@media (min-width: 1280px) {
.col1 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / span 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / span 1;
		padding-right: 1.6875rem
}
    }
@media (min-width: 1280px) {
.col2 {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / span 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / span 1;
		padding-right: 1.6875rem
}
    }
@media (min-width: 1280px) {
.col3 {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3 / span 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / span 1
}
    }
/* ******************************************** */
/* END OF CSS FOR FOOTER
/* ******************************************** */
#ccfrm-title-inner,
#ccfrm-info-inner,
#ccfrm-loading-inner,
div.ccfrm-message {
  color: rgb(233, 233, 233);
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  font-weight: 200;
}
#ccfrm-container {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  text-align: left;
  top: 0;
  visibility: hidden;
  z-index: 1000;
}
#ccfrm-overlay {
  height: 100%;
  position: relative;
  width: 100%;
}
#ccfrm-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
  margin-top: 50px;
}
#ccfrm-wrapper-inner {
  border: 1px solid #303030;
  height: 100px;
  overflow: hidden;
  position: relative;
}
#ccfrm-body {
  height: 100%;
  position: relative;
}
#ccfrm-body-inner {
  height: 100%;
  position: absolute;
  width: 100%;
}
#ccfrm-player.html {
  height: 100%;
  overflow: auto;
}
#ccfrm-body img {
  border: none;
}
#ccfrm-loading {
  height: 100%;
  position: relative;
}
#ccfrm-loading-inner {
  font-size: 0.875rem;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#ccfrm-loading-inner span {
  background: url(/~/media/libraries/shadowbox/loading.gif) no-repeat;
  display: inline-block;
  padding-left: 34px;
}
#ccfrm-body,
#ccfrm-loading {
  background-color: #060606;
}
#ccfrm-title,
#ccfrm-info {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#ccfrm-title,
#ccfrm-title-inner {
  height: 26px;
  line-height: 26px;
}
#ccfrm-title-inner {
  font-size: 1rem;
}
#ccfrm-info,
#ccfrm-info-inner {
  height: 20px;
  line-height: 20px;
}
#ccfrm-info-inner {
  font-size: 0.8125rem;
}
#ccfrm-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#ccfrm-nav a {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  margin-left: 3px;
  width: 16px;
}
#ccfrm-nav-next {
  background-image: url(/~/media/libraries/shadowbox/next.png);
}
#ccfrm-nav-previous {
  background-image: url(/~/media/libraries/shadowbox/previous.png);
}
#ccfrm-nav-play {
  background-image: url(/~/media/libraries/shadowbox/play.png);
}
#ccfrm-nav-pause {
  background-image: url(/~/media/libraries/shadowbox/pause.png);
}
#ccfrm-counter {
  float: left;
  width: 45%;
}
#ccfrm-counter a {
  color: rgb(233, 233, 233);
  cursor: pointer;
  padding: 0 4px 0 0;
  text-decoration: none;
}
#ccfrm-counter a.ccfrm-counter-current {
  text-decoration: underline;
}
div.ccfrm-message {
  font-size: 0.8125rem;
  padding: 10px;
  text-align: center;
}
div.ccfrm-message a:link,
div.ccfrm-message a:visited {
  color: rgb(233, 233, 233);
  text-decoration: underline;
}
#ccfrm-container #ccfrm-title {
    height: 1px !important;
    overflow: visible !important;
    pointer-events: none;
  }
#ccfrm-container #ccfrm-title:before {
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 1;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
      background: url(../../../dist/components/images/icons/close.png) 100% 50%
        no-repeat;
      color: rgb(233, 233, 233);
      content: 'Close';
      padding-right: 30px;
      pointer-events: none;
      position: absolute;
      right: 0;
      bottom: 15px;
    }
[lang='fr'] #ccfrm-container #ccfrm-title:before {
        content: 'Fermer';
      }
[lang='es'] #ccfrm-container #ccfrm-title:before {
        content: 'Cerrar';
      }
.hidden-logged,
.hidden-anonymous {
  display: none !important;
}
