@import url(https://fonts.googleapis.com/css?family=Montserrat:300i,400,700);/*---------------------------------------------------------------*\
    RESPONSIVE PROPERTY HANDLER
      handles the per-breakpoint property for mobile-first approach
  
      note: requires a key-less 'breakpoints' scss map
            e.g. $breakpoints: ( 320px, 760px, 1080px, 1280px );
  
      usage:
        @include respond((
          display: flex,
          margin: (2px, 3px, 4px, 5px),
          padding: (3rem, 4rem, 5rem, 6rem),
          flex: ("0 1 50%", null, (1 1 100%))
        ));
  \*---------------------------------------------------------------*/

.u-mb-mt-o {
  margin-top: 0;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-r-25 {
  right: 25px;
}

.u-bt-0 {
  border-top: 0;
}

.u-ma-0a {
  margin: 0 auto !important;
}

.u-fc-w {
  color: white !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.h1 {
  font-family: "Montserrat", san-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.h1--option-1 {
  letter-spacing: 0.8px;
}

.h1--uppercase {
  color: #00234C;
  text-transform: uppercase;
}

.h1--border-bottom,
.h2--border-bottom {
  color: #00234C;
  text-transform: uppercase;
  padding-bottom: 23px;
  border-bottom: solid 2px rgba(121, 121, 121, 0.3);
  margin-bottom: 30px;
}

.h1--title {
  font-size: 20px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .h1--title {
    font-size: 24px;
  }
}

.h1--page-title {
  margin-top: 50px;
}

.h1--title-card {
  font-size: 16px;
  line-height: 28px;
  color: #00234C;
  white-space: nowrap; 
  width: 100%; 
  /*width: 280px; */
  overflow: hidden;
  text-overflow:ellipsis;
}

.text-overflow {
  white-space: nowrap; 
  width: 280px; 
  overflow: hidden;
  text-overflow:ellipsis;
}

@media (min-width: 1024px) {
  .h1--title-card {
    font-size: 24px;
  }
}

.h1--title-large {
  font-size: 26px;
  text-transform: uppercase;
}

.h1--option-2 {
  margin-left: 25px;
  margin-right: 25px;
}

@media (min-width: 1024px) {
  .h1--option-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.h2 {
  font-family: "Montserrat", san-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.h2--border-bottom {
  padding-bottom: 15px;
  width: 100%;
}

.h3 {
  font-family: "Montserrat", san-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.h3--option-1 {
  font-weight: 500;
  line-height: 16px;
}

.h4 {
  font-family: "Montserrat", san-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}

.h4--light {
  font-weight: 500;
  line-height: 19px;
}

.p,
.c-tab__content-data p {
  font-family: "Montserrat", san-serif;
  font-size: 16px;
  line-height: 32px;
  color: #00234C;
}

.p a,
.c-tab__content-data p a {
  color: #1484BE;
}

.p--option-1 {
  margin: 30px 0;
}

.p--option-2 {
  margin: 30px 0 105px 0;
}

.p--option-3 {
  padding: 0 25px;
}

@media (min-width: 1290px) {
  .p--option-3 {
    padding: 0;
  }
}

.p--medium {
  font-size: 14px;
  line-height: 16px;
  margin: 11px 0;
}

.p--small {
  font-size: 12px;
  line-height: 24px;
}

.p--semi-bold {
  font-weight: 600;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  zoom: 1;
  font-family: "Montserrat", san-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main {
  min-height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}

figure {
  margin: 0;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input {
  border: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}

p {
  line-height: 28px;
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.c-glide--main-slider {
  position: relative;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .c-glide--main-slider {
    margin-bottom: 45px;
  }
}

.c-glide--main-slider .glide__track {
  height: auto;
  /*height: 500px;*/
}

@media (min-width: 768px) {
  .c-glide--main-slider .glide__track {
    height: auto;
    /*height: 500px;*/
  }
}

.c-glide--main-slider .glide__track ul {
  height: 100%;
}

.c-glide--main-slider .glide__track li.glide__slide {
  overflow: hidden;
}

.c-glide--main-slider .glide__track li.glide__slide > .desktop,
.c-glide--main-slider .glide__track li.glide__slide .mobile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .c-glide--main-slider .glide__track li.glide__slide > .mobile {
    display: none;
  }
}

.c-glide--main-slider .glide__track li.glide__slide > .desktop {
  display: none;
}

@media (min-width: 768px) {
  .c-glide--main-slider .glide__track li.glide__slide > .desktop {
    display: block;
  }
}

.c-glide--main-slider .glide__bullets .glide__bullet {
  height: 13px;
  width: 13px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}

.c-glide--main-slider .glide__bullets .glide__bullet--active {
  border: 1px solid #1484BE;
  background-color: #1484BE;
}

.c-glide--main-slider .o-content-wrap {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -100px;
  margin: auto;
  padding: 0 25px;
}

@media (min-width: 768px) {
  .c-glide--main-slider .o-content-wrap {
    bottom: 50px;
  }
}

@media (min-width: 1340px) {
  .c-glide--main-slider .o-content-wrap {
    padding: 0;
  }
}

.c-glide--main-slider .o-content-wrap > button {
  display: block;
  margin: 0 auto 24px auto;
  width: 259px;
}

@media (min-width: 768px) {
  .c-glide--main-slider .o-content-wrap > button {
    margin: 0 0 24px auto;
  }
}

.c-glide--perview .c-glide__controls {
  display: none;
}

@media (min-width: 1024px) {
  .c-glide--perview .c-glide__controls {
    display: block;
  }
}

.c-glide--perview .c-glide__prev,
.c-glide--perview .c-glide__next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 50px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

.c-glide--perview .c-glide__prev {
  left: -40px;
  background-image: url("../images/carousel-previous-icon.svg");
}

.c-glide--perview .c-glide__next {
  right: -40px;
  background-image: url("../images/carousel-next-icon.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*the container must be positioned relative:*/

.custom-select {
  position: relative;
  font-family: Arial;
  width: 300px;
  /*style the items (options), including the selected item:*/
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.custom-select .select-selected {
  background-color: DodgerBlue;
}

.custom-select .select-selected:after {
  /*style the arrow inside the select element:*/
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.custom-select .select-selected.select-arrow-active:after {
  /*point the arrow upwards when the select box is open (active):*/
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.custom-select .select-items div,
.custom-select .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-select .select-items {
  /*style items (options):*/
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select .select-hide {
  /*hide the items when the select box is closed:*/
}

.lightpick {
  position: absolute;
  z-index: 99999;
  padding: 4px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #000;
  font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.125em;
}

.lightpick--inlined {
  position: relative;
  display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lightpick.is-hidden {
  display: none;
}

.lightpick__months {
  display: grid;
  background-color: #EEE;
  grid-template-columns: auto;
  grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
  grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
  grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
  grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
  padding: 4px;
  width: 288px;
  background-color: #FFF;
}

.lightpick__month-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightpick__month-title {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  cursor: default;
  padding: 0 4px;
  border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
  border: none;
  background-color: transparent;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.lightpick__month-title > .lightpick__select:disabled {
  color: #333;
}

.lightpick__month-title > .lightpick__select-months {
  font-weight: bold;
  font-size: 1em;
  margin-right: .5em;
}

.lightpick__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  width: 32px;
  height: 32px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #DDD;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
  font-size: 12px;
}

.lightpick__close-action {
  font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
  color: inherit;
}

.lightpick__days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightpick__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}

.lightpick__day.is-today {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: 18.8% auto;
  background-position: center bottom;
  color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: rgba(38, 139, 210, 0.1);
  background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
  opacity: 1;
}

.lightpick__day.is-in-range {
  border-radius: 0;
  background-color: rgba(38, 139, 210, 0.1);
  background-image: none;
}

.lightpick__day.is-in-range:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
  border-top-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50%;
  background-color: #268BD2;
  background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-color: #268BD2;
  background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  color: #FFF;
  font-weight: bold;
}

.lightpick__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
}

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.lightpick__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lightpick__reset-action,
.lightpick__apply-action {
  border-radius: 5px;
  font-size: 12px;
  border: none;
}

.lightpick__reset-action {
  color: #fff;
  background-color: #aeacad;
}

.lightpick__apply-action {
  color: #fff;
  background-color: #2495f3;
}

.c-date-picker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  width: 145px;
  padding: 8px;
  border: solid 0.5px gray;
  border-radius: 2px;
}

@media (min-width: 1024px) {
  .c-date-picker {
    width: unset;
    display: none;
  }
}

.lightpick__previous-action,
.lightpick__next-action {
  line-height: 60px;
  overflow: hidden;
  background-image: url("../images/show-events-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.lightpick__previous-action:after,
.lightpick__next-action:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}

.lightpick__previous-action {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.lightpick__month-title > .lightpick__select-months,
.lightpick__month-title .lightpick__select {
  color: #666666;
  font-family: "Montserrat", san-serif;
  font-size: 16px;
}

.lightpick__day {
  color: #A6A6A6;
}

.lightpick__day-of-the-week {
  color: #666666;
}

.lightpick__day.is-today {
  font-weight: 700;
  background: none;
  background-color: #1484BE;
  border-radius: 25px;
  color: #ffffff;
}

.lightpick__day.is-event-day {
  position: relative;
  font-weight: 700;
  color: #1484BE;
}

.lightpick__day.is-event-day:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 25px;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  position: absolute;
  background: #1484BE;
}

.c-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.c-menu__button {
  cursor: pointer;
  height: 50px;
  width: 50px;
}

.c-menu__button > span {
  position: relative;
  display: block;
  background: #134B86;
  height: 4px;
  width: 25px;
  border-radius: 1px;
  margin: 3px auto;
  left: 0;
  right: 0;
  top: 14px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-menu__button.is-active {
  background: #E2E8EF;
  border-radius: 50px;
  max-height: 50px;
  max-width: 50px;
}

.c-menu__button.is-active span:nth-of-type(1) {
  top: 6px;
  opacity: 0;
}

.c-menu__button.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

.c-menu__button.is-active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

.c-menu nav {
  position: absolute;
  top: 72px;
  right: -25px;
  z-index: 5;
  background-color: #fff;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  padding: 20px;
  visibility: hidden;
  -webkit-box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .c-menu nav {
    right: 0;
  }
}

.c-menu nav.is-active {
  visibility: visible;
  max-height: 500px;
}

.c-menu nav:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 15px;
  border: 7px solid transparent;
  border-color: transparent transparent #CCCCCC transparent;
  border-radius: 2px;
  display: block;
}

.c-menu nav ul > li {
  padding: 7px 0;
  color: #00234C;
  font-weight: 500;
}

.c-menu nav li {
  line-height: 28px;
}

.c-menu nav li.sub {
  position: relative;
  font-size: 16px;
}

.c-menu nav li.sub:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 15px;
  border: 5px solid transparent;
  border-color: #134B86 transparent transparent transparent;
  border-radius: 2px;
}

.c-menu nav li.sub:hover {
  color: #13B997;
  font-weight: 600;
}

.c-menu nav li.is-active {
  cursor: pointer;
}

.c-menu nav li.is-active > ul {
  max-height: 500px;
}

.c-menu nav li > ul {
  -webkit-transition: max-height linear 300ms;
  transition: max-height linear 300ms;
  max-height: 0px;
  overflow: hidden;
  padding-left: 20px;
}

.c-menu nav li > ul li {
  padding: 4px 0;
}

.c-menu nav li > a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #00234C;
  letter-spacing: 0.5px;
  -webkit-transition: all linear 10ms;
  transition: all linear 10ms;
}

.c-menu nav li > a:hover {
  color: #13B997;
  font-weight: 600;
  letter-spacing: normal;
}

.c-menu nav > .h2 {
  display: block;
  color: #00234C;
  text-transform: uppercase;
  padding: 10px 0 18px 0;
  margin-bottom: 7px;
  border-bottom: solid 1px rgba(121, 121, 121, 0.36);
}

.c-footer__subscribe {
  background: #021247;
  color: #fff;
  text-align: center;
  padding: 40px;
}

@media (min-width: 1024px) {
  .c-footer__subscribe {
    padding: 40px 0;
  }
}

.c-footer__subscribe h1 {
  display: inline-block;
}

.c-footer__subscribe form {
  display: inline-block;
  padding-top: 20px;
}

@media (min-width: 768) {
  .c-footer__subscribe form {
    padding-top: 0;
  }
}

.c-footer__subscribe .o-input-field--option-2 {
  border-bottom: 1px solid rgba(181, 192, 206, 0.2);
}

.c-footer__subscribe p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: normal;
}

.c-footer__subscribe a {
  color: #71C7F4;
}

.c-footer__subscribe button {
  display: block;
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .c-footer__subscribe button {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
}

.c-footer__links {
  background: #031758;
  color: #fff;
}

.c-footer__links .o-logo {
  margin-bottom: 25px;
}

@media (min-width: 900px) {
  .c-footer__links .o-logo {
    margin-bottom: 0;
  }
}

.c-footer__links .o-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 24px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  .c-footer__links .o-content-wrap {
    padding: 60px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .c-footer__account {
    display: none;
  }
}

.c-footer__col {
  position: relative;
}

@media (min-width: 900px) {
  .c-footer__col:last-of-type {
    width: 225px;
  }
}

.c-footer__col .h4 {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}

.c-footer__col ul {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: linear 300ms max-height;
  transition: linear 300ms max-height;
  margin-bottom: 10px;
}

.c-footer__col ul.is-active {
  max-height: 500px;
}

@media (min-width: 900px) {
  .c-footer__col ul.ul--col-2 {
    position: relative;
    width: 250px;
  }

  .c-footer__col ul.ul--col-2 > li:nth-of-type(4),
  .c-footer__col ul.ul--col-2 li:nth-of-type(5) {
    position: absolute;
    top: 0;
    right: 0;
  }

  .c-footer__col ul.ul--col-2 > li:nth-of-type(5) {
    top: 25px;
  }
}

@media (min-width: 900px) {
  .c-footer__col ul {
    margin: 0;
    max-height: none;
  }
}

.c-footer__col li {
  margin: 0 0 8px;
  width: 100%;
}

.c-footer__col li > a {
  font-size: 12px;
}

@media (min-width: 900px) {
  .c-footer__col li {
    width: 145px;
  }
}

.c-footer__col a.h4,
.c-footer__col div.h4 {
  position: relative;
  width: 90%;
  display: inline-block;
}

@media (min-width: 900px) {
  .c-footer__col a.h4,
  .c-footer__col div.h4 {
    width: 100%;
  }
}

.c-footer__col a.h4 ~ span,
.c-footer__col div.h4 ~ span {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 9950;
  right: 0;
  top: 7px;
  background-image: url("../images/show-details-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 900px) {
  .c-footer__col a.h4 ~ span,
  .c-footer__col div.h4 ~ span {
    display: none;
  }
}

.c-footer__col a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-footer__col a:hover {
  color: #13B997;
}

.c-footer__col:last-of-type ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.c-footer__sub {
  background: #021247;
  color: #fff;
}

.c-footer__sub .o-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  padding: 15px 50px;
  position: relative;
}

@media (min-width: 769px) {
  .c-footer__sub .o-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 50px;
  }
}

.c-footer__copyright {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

@media (min-width: 769px) {
  .c-footer__copyright {
    text-align: left;
  }
}

.c-footer__social-media {
  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;
  top: -50px;
  left: 5px;
}

@media (min-width: 900px) {
  .c-footer__social-media {
    position: static;
  }
}

.c-footer__social-media .o-sm {
  text-align: center;
  width: 30px;
  margin: 0 5px;
  cursor: pointer;
}

@media (min-width: 900px) {
  .c-footer__social-media .o-sm {
    margin: 0 10px;
  }
}

.c-header {
  font-weight: 600;
  color: #134B86;
  padding: 0 25px;
  position: relative;
}

.c-header .o-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0;
  position: relative;
}

.c-header .o-logo {
  margin-right: 20px;
}

@media (min-width: 1100px) {
  .c-header .o-logo {
    margin-right: 0px;
  }
}

.c-header .o-logo img {
  vertical-align: middle;
  max-width: 100px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

@media (min-width: 425px) {
  .c-header .o-logo img {
    max-width: 300px;
  }
}

.c-header__account {
  display: none;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
}

@media (min-width: 1120px) {
  .c-header__account {
    display: inline-block;
  }
}

.c-header__account--mobile {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  padding: 10px 0;
  background-color: #00234C;
  text-align: center;
}

.c-header__account--mobile .o-button {
  margin: 0 10px;
}

.c-header__account--mobile .o-button--text-login {
  color: #fafafa;
}

@media (min-width: 1120px) {
  .c-header__account--mobile {
    display: none;
  }
}

.c-header__account--mobile-option-1 {
  display: inline-block;
  position: relative;
  background-color: none;
}

.c-header__account--mobile-option-1.is-logged-in {
  display: none;
}

@media (min-width: 1120px) {
  .c-header__account--mobile-option-1 {
    display: none;
  }
}

.c-header__account > span {
  margin: 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.c-header__account .o-button--text.o-account--logged-in {
  position: relative;
  margin-right: 10px;
  margin-left: 40px;
  padding: 0;
  /*width: 80%;*/
  /*width: 122px;*/
  height: 50px;
  letter-spacing: 0.7px;
  line-height: 38px;
}

.c-header__account .o-button--text.o-account--logged-in::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../images/my-account.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px;
  width: 18px;
}

.c-header__account .o-button--text.o-account--logged-in:hover + .c-account-menu {
  visibility: visible;
  min-height: auto;
}

.c-header__account .o-button--text.o-account--logged-in:hover + .c-account-menu a {
  color: #00234C;
}

.c-header__account .o-button--text-login {
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}

.c-header__account .o-button--green {
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}

.c-header__account .c-account-menu {
  position: absolute;
  z-index: 100;
  top: 85px;
  right: 0;
  background: #fff;
  padding: 25px 20px 20px 20px;
  width: 300px;
  min-height: 0;
  visibility: hidden;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  -webkit-box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
}

.c-header__account .c-account-menu:after {
  position: absolute;
  content: "";
  top: -17px;
  right: 12px;
  border: 7px solid transparent;
  border-color: transparent transparent #CCCCCC transparent;
  border-radius: 2px;
}

.c-header__account .c-account-menu:hover {
  visibility: visible;
  max-height: 500px;
}

.c-header__account .c-account-menu:hover a {
  color: #00234C;
}

.c-header__account .c-account-menu.is-active {
  visibility: visible;
  max-height: 500px;
}

.c-header__account .c-account-menu li {
  cursor: pointer;
  padding: 10px 0;
  font-size: 16px;
}

.c-header__account .c-account-menu li:hover > a {
  color: #13B997;
}

.c-header__account .c-account-menu li:last-of-type {
  border-top: solid 1px #F5F5F5;
}

.c-header__account .c-account-menu a {
  font-weight: 500;
  text-transform: none;
  color: transparent;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.c-header__search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.c-header__search-button {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-header__search-button img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-header__search-button:hover,
.c-header__search-button.is-active {
  background: #E2E8EF;
  border-radius: 50px;
}

.c-header__search .o-search-bar {
  position: absolute;
  z-index: 1;
  top: 79px;
  right: -66px;
  padding: 22px 15px 15px 15px;
  background: #fff;
  max-width: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  -webkit-box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .c-header__search .o-search-bar {
    right: -10px;
  }
}

.c-header__search .o-search-bar:after {
  position: absolute;
  content: "";
  top: -8px;
  right: 15px;
  border: 7px solid transparent;
  border-color: transparent transparent #CCCCCC transparent;
  border-radius: 2px;
  display: block;
}

@media (min-width: 1100px) {
  .c-header__search .o-search-bar.is-active {
    visibility: visible;
    max-width: 500px;
  }
}

.c-header__search .o-search-bar .o-field-wrap {
  position: relative;
  border: 1px solid #838383;
  border-radius: 2px;
}

.c-header__search .o-search-bar .o-field-wrap input {
  width: 100%;
  min-width: 270px;
  border: 0;
  background-color: #FFFFFF;
  padding: 0 15px;
}

@media (min-width: 1100px) {
  .c-header__search .o-search-bar .o-field-wrap input {
    width: 480px;
  }
}

.c-header__search .o-search-bar .o-field-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0;
  height: 100%;
  width: 40px;
}

.c-header__search .o-search-bar .o-field-wrap button img {
  vertical-align: middle;
}

.c-header__events {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}

@media (min-width: 1100px) {
  .c-header__events {
    margin-left: 0;
  }
}

.c-header__events-button {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

@media (min-width: 1100px) {
  .c-header__events-button {
    display: none;
  }
}

.c-header__events-button img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 22px;
  width: 22px;
}

.c-header__events-button:hover,
.c-header__events-button.is-active {
  background: #E2E8EF;
  border-radius: 50px;
}

.c-header__events-select {
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  top: 79px;
  right: -125px;
  max-height: 0;
  min-width: 320px;
  -webkit-box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  -webkit-transition: padding linear 10ms;
  transition: padding linear 10ms;
  background: #ffffff;
}

.c-header__events-select:after {
  position: absolute;
  content: "";
  top: -7px;
  right: 12px;
  border: 7px solid transparent;
  border-color: transparent transparent #CCCCCC transparent;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .c-header__events-select {
    padding: 0;
    right: -240px;
    width: 640px;
  }

  .c-header__events-select:after {
    display: none;
  }
}

@media (min-width: 1100px) {
  .c-header__events-select.is-active {
    padding: 20px;
    max-height: 800px;
  }
}

@media (min-width: 1100px) {
  .c-header__events-select {
    max-height: 800px;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.c-header__events-select > .o-input-dropdown,
.c-header__events-select > #quickBuySelect{
  width: 100%;
  margin: 8px auto;
}

@media (min-width: 768px) {
  .c-header__events-select > .o-input-dropdown,
  .c-header__events-select > #quickBuySelect {
    width: 255px;
    margin: 0 3px;
  }
}

.c-header__events-select > .o-button--blue {
  width: 100%;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .c-header__events-select > .o-button--blue {
    margin-top: 0;
    width: 64px;
    height: 48px;
  }
}

.c-header__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-header__events-select--mobile {
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 100px;
  max-height: 0;
  padding: 0;
  min-width: 320px;
  -webkit-box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  -webkit-transition: padding linear 10ms;
  transition: padding linear 10ms;
  background: #ffffff;
}

.c-header__events-select--mobile:after {
  position: absolute;
  content: "";
  top: -7px;
  right: 12px;
  border: 7px solid transparent;
  border-color: transparent transparent #CCCCCC transparent;
  border-radius: 2px;
}

.c-header__events-select--mobile.is-active {
  padding: 25px;
  max-height: 800px;
}

@media (min-width: 1100px) {
  .c-header__events-select--mobile.is-active {
    max-height: 0;
    padding: 0;
  }
}

.c-header__events-select--mobile > .o-input-dropdown,
.c-header__events-select--mobile > #quickBuySelectMobile {
  width: 100%;
  margin: 8px auto;
}

@media (min-width: 600px) {
  .c-header__events-select--mobile > .o-input-dropdown,
  .c-header__events-select--mobile > #quickBuySelectMobile {
    width: calc((100% /2 ) - 50px);
    margin: 0 3px;
  }
}

.c-header__events-select--mobile > .o-button--blue {
  width: 100%;
  margin-top: 8px;
}

@media (min-width: 600px) {
  .c-header__events-select--mobile > .o-button--blue {
    margin-top: 0;
    width: 64px;
    height: 48px;
  }
}

@media (min-width: 1100px) {
  .c-header__events-select--mobile {
    display: none;
  }
}

.c-header__search--mobile {
  position: absolute;
  z-index: 9999;
  top: 100px;
  right: 0;
  width: 100%;
  padding: 22px 15px 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  max-width: 0;
}

@media (min-width: 1100px) {
  .c-header__search--mobile {
    display: none;
  }
}

.c-header__search--mobile.is-active {
  visibility: visible;
  max-width: 600px;
}

@media (min-width: 1100px) {
  .c-header__search--mobile.is-active {
    visibility: hidden;
    max-width: 0;
  }
}

@media (min-width: 768px) {
  .c-header__search--mobile .o-search-bar {
    right: -10px;
  }
}

.c-header__search--mobile .o-search-bar:after {
  position: absolute;
  content: "";
  top: -8px;
  right: 15px;
  border: 7px solid transparent;
  border-color: transparent transparent #CCCCCC transparent;
  border-radius: 2px;
  display: block;
}

.c-header__search--mobile .o-search-bar .o-field-wrap {
  position: relative;
  border: 1px solid #838383;
  border-radius: 2px;
}

.c-header__search--mobile .o-search-bar .o-field-wrap input {
  width: 100%;
  min-width: 270px;
  border: 0;
  background-color: #FFFFFF;
  padding: 0 15px;
}

@media (min-width: 1100px) {
  .c-header__search--mobile .o-search-bar .o-field-wrap input {
    width: 480px;
  }
}

.c-header__search--mobile .o-search-bar .o-field-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0;
  height: 100%;
  width: 40px;
}

.c-header__search--mobile .o-search-bar .o-field-wrap button img {
  vertical-align: middle;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #00234C;
  margin: 0 auto;
  width: 280px;
}

@media (min-width: 376px) {
  .c-card {
    width: auto;
  }
}

@media (min-width: 768px) {
  .c-card {
    width: 280px;
  }
}

.c-card__poster {
  width: 100%;
  height: 400px;
  background-color: #134B86;
  overflow: hidden;
}

.c-card__poster > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}

.c-card__details {
  margin-top: 10px;
}

.c-card__details p {
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 1024px) {
  .c-card__details p {
    font-size: 14px;
  }
}

.c-card__details p,
.c-card__details .o-date,
.c-card__details .o-button--green {
  margin: 7px 0;
}

.c-card button {
  display: block;
  margin: auto 0 0;
  width: 100%;
}

.c-venue-events-list {
  margin-bottom: 40px;
}

.c-venue-events-list__header,
.c-venue-events-list__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid rgba(121, 121, 121, 0.36);
  margin: 0 19px;
}

@media (min-width: 1280px) {
  .c-venue-events-list__header,
  .c-venue-events-list__footer {
    margin: auto;
    margin: 0 25px;
  }
}

.c-venue-events-list__header > h1,
.c-venue-events-list__footer > h1 {
  color: #00234C;
  margin: 15px 0;
  font-size: 18px;
}

@media (min-width: 1024px) {
  .c-venue-events-list__header > h1,
  .c-venue-events-list__footer > h1 {
    font-size: 24px;
  }
}

.c-venue-events-list__header > a,
.c-venue-events-list__footer > a {
  text-transform: uppercase;
  font-weight: 600;
  color: #134B86;
  line-height: 0;
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  .c-venue-events-list__header > a,
  .c-venue-events-list__footer > a {
    display: inline-block;
    font-size: 16px;
  }
}

.c-venue-events-list__header > a img,
.c-venue-events-list__footer > a img {
  margin: auto 0 auto 8px;
}

.c-venue-events-list__shows {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .c-venue-events-list__shows {
    padding: 40px 60px;
  }
}

.c-venue-events-list__footer {
  border-bottom: 0;
}

.c-venue-events-list__footer > a {
  display: block;
  font-size: 14px;
}

.c-venue-events-list__footer > a img {
  vertical-align: baseline;
  height: 11px;
}

@media (min-width: 768px) {
  .c-venue-events-list__footer > a {
    display: none;
  }
}

.c-event {
  padding: 30px 25px 20px 25px;
}

@media (min-width: 1024px) {
  .c-event {
    padding: 30px 0 20px 0;
  }
}

@media (min-width: 1024px) {
  .c-event .o-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
  }
}

.c-event .o-col {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .c-event .o-col {
    width: 300px;
  }
}

.c-event .o-col:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 30%;
          flex: 3 0 30%;
}

@media (min-width: 1024px) {
  .c-event .o-col:nth-of-type(2) {
    margin-left: 45px;
  }
}

.c-event .o-col .h1 {
  line-height: 28px;
}

.c-event .o-col .h1--border-bottom,
.c-event .o-col .h2--border-bottom {
  padding-bottom: 20px;
  border-bottom: solid 1px #E4E4E4;
}

.c-event .o-col > .o-button {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-event .o-col > .o-button {
    width: auto;
    margin-left: auto;
  }
}

.c-event .o-image-wrap {
  width: 270px;
  height: 440px;
  margin: 20px 0;
}

@media (min-width: 1024px) {
  .c-event .o-image-wrap {
    width: 300px;
  }
}

.c-event .o-info__button {
  position: relative;
  background-color: #F6F8FA;
  padding: 20px 40px 20px 10px;
}

.c-event .o-info__button::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 5px;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url("../images/show-events-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

.c-event .o-info__button.is-active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 1024px) {
  .c-event .o-info__button {
    display: none;
  }
}

.c-event .o-text-wrap {
  overflow: hidden;
  padding: 10px;
  max-height: 0;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

@media (min-width: 1024px) {
  .c-event .o-text-wrap {
    padding: 0;
    max-height: none;
    background: none;
  }
}

.c-event .o-text-wrap.is-active {
  max-height: 850px;
  background-color: #F6F8FA;
}

.c-event .o-text-wrap > .h1.h1--uppercase {
  display: none;
}

@media (min-width: 1024px) {
  .c-event .o-text-wrap > .h1.h1--uppercase {
    display: block;
  }
}

.c-event .o-text-wrap > .p,
.c-event .c-tab__content-data .o-text-wrap > p,
.c-tab__content-data .c-event .o-text-wrap > p {
  line-height: 28px;
  margin: 24px 0;
}

.c-event .o-text-wrap .ol--number {
  list-style-type: decimal;
  color: #00234C;
}

.c-event .o-text-wrap .ol--number > li {
  margin: 17px 0 17px 20px;
  padding-left: 10px;
}

.c-event__terms {
  margin-bottom: 75px;
}

@media (min-width: 1024px) {
  .c-event__terms {
    padding: 0 24px;
  }
}

.c-event__terms p {
  margin: 7px 0 10px 0;
  font-size: 12px;
  line-height: 25px;
}

.c-event__terms p:nth-of-type(1) {
  font-size: 14px;
  color: #00234C;
}

@media (min-width: 1024px) {
  .c-event__terms p:nth-of-type(1) {
    font-size: 16px;
  }
}

.c-event__terms p > a {
  color: #1484BE;
}

.c-event__terms input,
.c-event__terms .o-input-checkbox {
  width: 16px;
  height: 16px;
  margin: 5px 0.5ex;
  cursor: pointer;
  border: 1px solid #DFDFDF;
  vertical-align: middle;
}

.c-event__terms input + p,
.c-event__terms .o-input-checkbox + p {
  display: inline-block;
  width: 89%;
  vertical-align: top;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 425px) {
  .c-event__terms input + p,
  .c-event__terms .o-input-checkbox + p {
    font-size: 12px;
  }
}

.c-event-banner {
  background: linear-gradient(23.39deg, #021247 0%, #134B86 100%);
  padding: 25px;
}

@media (min-width: 1024px) {
  .c-event-banner {
    padding: 37px 80px;
  }
}

.c-event-banner .o-content-wrap {
  position: relative;
}

@media (min-width: 550px) {
  .c-event-banner .o-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-event-banner .o-image-wrap {
  display: inline-block;
  width: 120px;
  height: 168px;
  -webkit-box-shadow: 4px 12px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 4px 12px 20px 0 rgba(0, 0, 0, 0.5);
  margin: 0 15px 15px 0;
}

@media (min-width: 550px) {
  .c-event-banner .o-image-wrap {
    margin-right: 0;
  }
}

.c-event-banner__details {
  display: inline-block;
}

@media (min-width: 550px) {
  .c-event-banner__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }
}

.c-event-banner__details-row {
  color: #fff;
}

.c-event-banner__details-row .h1.h1--title-large {
  margin-bottom: 10px;
}

.c-event-banner__details-row .h3.h3--option-1 {
  margin-top: 8px;
}

.c-event-banner__details-row:first-of-type {
  display: none;
}

@media (min-width: 550px) {
  .c-event-banner__details-row:first-of-type {
    display: block;
  }
}

.c-event-banner__details-row:nth-of-type(2) {
  margin: auto 0 0;
}

.c-event-banner__details-row--mob-flr {
  display: inline-block;
  width: calc((100%/2) - 50px);
  vertical-align: top;
}

@media (min-width: 550px) {
  .c-event-banner__details-row--mob-flr {
    display: none;
  }
}

.c-event-banner .o-button--text {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin: 15px auto 0 0;
  display: block;
  color: #fff;
  position: relative;
  font-size: 14px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .c-event-banner .o-button--text {
    /*margin: 0 0 0 83%;*/
    margin: 0 0 0 auto;
    font-size: 16px;
    padding-left: 15px;
  }
}

.c-event-banner .o-button--text::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 5px;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/show-details-icon--teal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

.c-event-banner .o-button--text.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -8px;
}

@media (min-width: 1024px) {
  .c-event-banner .o-button--text:hover {
    color: #13B997;
  }

  .c-event-banner .o-button--text:hover:after {
    background-image: url("../images/show-details-icon--teal.svg");
  }
}

.c-event-banner__description {
  margin-top: 30px;
  color: #fff;
  overflow: hidden;
  min-height: 0px;
  max-height: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: auto;
  max-width: 1170px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-event-banner__description.is-active {
  margin-top: 30px;
  max-height: none;
}

.c-event-banner__description .h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.35);
}

.c-event-banner__description a {
  color: #71C7F4;
}

.c-event-banner__description p {
  font-size: 16px;
}

.c-airlines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1120px) {
  .c-airlines {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-airlines__airline {
  padding: 60px 20px;
  background: #ADCAED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1120px) {
  .c-airlines__airline {
    width: 100%;
    padding: 60px 60px 20px 60px;
  }
  .c-airlines__airline .o-content-wrap {
    margin-left: 25%;
    max-width: 50%;
  }
}
@media (max-width: 1120px) {
  .c-airlines__airline .o-content-wrap {
    max-width: 70%;
  }
}

.c-airlines__airline:nth-of-type(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}


.c-airlines__airline:nth-of-type(2) {
  background: #D9E7F9;
}

.c-airlines__airline .o-airline__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) {
  .c-airlines__airline .o-airline__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-airlines__airline .o-brand {
  display: inline-block;
}

.c-airlines__airline .o-trip-selector {
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .c-airlines__airline .o-trip-selector {
    margin-top: 0;
  }
}

.c-airlines__airline .o-trip-selector .o-trip {
  display: inline-block;
  padding: 8px;
  background: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #134B86;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  cursor: pointer;
}

.c-airlines__airline .o-trip-selector .o-trip:nth-of-type(1) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.c-airlines__airline .o-trip-selector .o-trip:nth-of-type(2) {
  margin-left: -4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.c-airlines__airline .o-trip-selector .o-trip--selected {
  background: #134B86;
  color: #fff;
}

.c-airlines__airline .o-trip-selector.o-trip--red .o-trip {
  color: #A94A4C;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-airlines__airline .o-trip-selector.o-trip--red .o-trip--selected {
  background: #A94A4C;
  color: #fff;
}

.c-airlines__airline form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .c-airlines__airline form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-airlines__airline .o-field-wrap {
  width: 100%;
  margin-top: 15px;
  max-width: 450px;
}

@media (min-width: 768px) {
  .c-airlines__airline .o-field-wrap {
    width: calc((100% / 2 ) - 15px);
  }

  .c-airlines__airline .o-field-wrap:nth-of-type(n+5) {
    width: calc((100% / 3) - 20px);
    max-width: 280px;
  }
}

.c-airlines__airline .o-field-wrap label {
  display: block;
  margin-bottom: 5px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.c-list {
  margin-bottom: 70px;
}

@media (min-width: 1024px) {
  .c-list > h1 {
    padding: 0 24px 20px 24px;
  }
}

.c-list--tab-content {
  display: none;
}

.c-list--tab-content.is-active {
  display: block;
}

.c-list:nth-of-type(3) {
  margin-bottom: 35px;
}

.c-list__header {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}

@media (min-width: 1024px) {
  .c-list__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 24px;
  }
}

.c-list__header--option-1,
.c-list__header--option-2,
.c-list__header--option-3 {
  padding: 0 20px;
}

.c-list__header--option-1 .c-list__header-col,
.c-list__header--option-2 .c-list__header-col,
.c-list__header--option-3 .c-list__header-col {
  color: #797979;
  font-weight: 600;
}

.c-list__header--option-1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none;
}

@media (min-width: 1024px) {
  .c-list__header--option-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 44px;
  }
}

@media (min-width: 1024px) {
  .c-list__header--option-1 .c-list__header-col:nth-of-type(1) {
    -webkit-box-flex: 30%;
        -ms-flex: 30% 0;
            flex: 30% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(2) {
    -webkit-box-flex: 30%;
        -ms-flex: 30% 0;
            flex: 30% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(3) {
    -webkit-box-flex: 14%;
        -ms-flex: 14% 0;
            flex: 14% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(4) {
    -webkit-box-flex: 34%;
        -ms-flex: 34% 0;
            flex: 34% 0;
  }
}

@media (min-width: 1110px) {
  .c-list__header--option-1 .c-list__header-col:nth-of-type(1) {
    -webkit-box-flex: 32%;
        -ms-flex: 32% 0;
            flex: 32% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(2) {
    -webkit-box-flex: 30%;
        -ms-flex: 30% 0;
            flex: 30% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(3) {
    -webkit-box-flex: 25%;
        -ms-flex: 25% 0;
            flex: 25% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(4) {
    -webkit-box-flex: 33%;
        -ms-flex: 33% 0;
            flex: 33% 0;
  }
}

@media (min-width: 1200px) {
  .c-list__header--option-1 .c-list__header-col:nth-of-type(1) {
    -webkit-box-flex: 33%;
        -ms-flex: 33% 0;
            flex: 33% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(2) {
    -webkit-box-flex: 31%;
        -ms-flex: 31% 0;
            flex: 31% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(3) {
    -webkit-box-flex: 16%;
        -ms-flex: 16% 0;
            flex: 16% 0;
  }

  .c-list__header--option-1 .c-list__header-col:nth-of-type(4) {
    -webkit-box-flex: 20%;
        -ms-flex: 20% 0;
            flex: 20% 0;
  }
}

.c-list__header--option-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none;
}

@media (min-width: 1024px) {
  .c-list__header--option-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 44px;
  }
}

.c-list__header--option-2 .c-list__header-col:nth-of-type(1) {
  -webkit-box-flex: 34%;
      -ms-flex: 34% 0;
          flex: 34% 0;
}

.c-list__header--option-2 .c-list__header-col:nth-of-type(2) {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 0;
          flex: 40% 0;
}

.c-list__header--option-2 .c-list__header-col:nth-of-type(3) {
  -webkit-box-flex: 20%;
      -ms-flex: 20% 0;
          flex: 20% 0;
}

@media (min-width: 1070px) {
  .c-list__header--option-2 .c-list__header-col:nth-of-type(2) {
    -webkit-box-flex: 41%;
        -ms-flex: 41% 0;
            flex: 41% 0;
  }
}

@media (min-width: 1150px) {
  .c-list__header--option-2 .c-list__header-col:nth-of-type(2) {
    -webkit-box-flex: 44%;
        -ms-flex: 44% 0;
            flex: 44% 0;
  }
}

@media (min-width: 1300px) {
  .c-list__header--option-2 .c-list__header-col:nth-of-type(2) {
    -webkit-box-flex: 46%;
        -ms-flex: 46% 0;
            flex: 46% 0;
  }
}

.c-list__header--option-2-reservations,
.c-list__header--option-2-tickets {
  padding: 0;
}

.c-list__header--option-2-reservations > .c-list__header-col,
.c-list__header--option-2-tickets > .c-list__header-col {
  max-width: none;
}

.c-list__header--option-2-reservations > .c-list__header-col:nth-of-type(1),
.c-list__header--option-2-tickets > .c-list__header-col:nth-of-type(1) {
  -webkit-box-flex: 43%;
      -ms-flex: 43% 0 0px;
          flex: 43% 0 0;
}

.c-list__header--option-2-reservations > .c-list__header-col:nth-of-type(2),
.c-list__header--option-2-tickets > .c-list__header-col:nth-of-type(2) {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
}

.c-list__header--option-2-tickets > .c-list__header-col:nth-of-type(1) {
  -webkit-box-flex: 41%;
      -ms-flex: 41% 0 0px;
          flex: 41% 0 0;
}

.c-list__header--option-3 {
  display: none;
  margin: 0;
  padding: 0 20px 31px 20px;
}

@media (min-width: 1024px) {
  .c-list__header--option-3 {
    display: block;
  }
}

.c-list__header--option-3 .c-list__header-row {
  margin: 10px 0;
  font-size: 16px;
  color: #00234C;
}

.c-list__header--option-3 .c-list__header-row:nth-of-type(1) {
  font-weight: 700;
}

.c-list__header--option-3 .c-list__header-row--dark {
  color: #505050;
}

.c-list__header--option-4 {
  margin-top: 40px;
}

.c-list__header-col {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 25px;
}

@media (min-width: 1024px) {
  .c-list__header-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.c-list__header-col:nth-of-type(4) {
  width: calc(100% / 5);
}

.c-list__header-col .h1 {
  text-transform: uppercase;
  color: #00234C;
  width: 100%;
  padding-bottom: 23px;
  border-bottom: solid 2px rgba(121, 121, 121, 0.3);
  margin-right: 0;
  margin-bottom: 30px;
}

.c-list__header-col .h1.h1--title.h1--option-1 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .c-list__header-col .h1 {
    width: auto;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0 15px 0 0;
  }
}

.c-list__header-col--2col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-list__header-col--2col .o-field-wrap:first-of-type {
  width: 30%;
  margin-left: 0;
}

.c-list__header-col--2col .o-field-wrap:last-of-type {
  width: 65%;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .c-list__header-col--2col .o-field-wrap {
    margin: 0 15px;
  }

  .c-list__header-col--2col .o-field-wrap:first-of-type {
    width: 140px;
  }

  .c-list__header-col--2col .o-field-wrap:last-of-type {
    width: 240px;
  }
}

.c-list__header--3col > .c-list__header-col {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 0px;
          flex: 30% 0 0;
}

.c-list__header .o-field-wrap {
  margin: 8px 15px;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-list__header .o-field-wrap {
    margin: 0 15px;
    width: auto;
  }
}

.c-list__header .o-label--option-2 {
  display: inline-block;
  margin-right: 10px;
}

.c-list__header .o-input-dropdown,
.c-list__header .o-input-field {
  padding: 5px 7px;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-list__header .o-input-dropdown,
  .c-list__header .o-input-field {
    width: 75px;
  }

  .c-list__header .o-input-dropdown--long,
  .c-list__header .o-input-field--long {
    width: 160px;
  }
}

.c-list__items2,
.c-list__items {
  padding: 0 24px;
}

.c-list__items2 li,
.c-list__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #E4E4E4;
  padding: 20px 0 28px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .c-list__items2 li,
  .c-list__items li {
    padding: 20px 0;
  }
}

@media (min-width: 1024px) {
  .c-list__items2 li,
  .c-list__items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-list__items2 li:last-of-type,
.c-list__items li:last-of-type {
  border-bottom: solid 1px #E4E4E4;
}

.c-list__items2 li > div,
.c-list__items li > div {
  width: 100%;
  text-align: left;
  margin: 8px 0;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .c-list__items li > div {
    margin: 0 15px 0 0;
    width: calc((100% / 4) - 15px);
  }
}

@media (min-width: 1024px) {
  .c-list__items2 li > div {
    margin: 0 15px 0 0;
    width: calc((100% / 3) - 15px);
  }
}

.c-list__items2 li > div:nth-of-type(1),
.c-list__items li > div:nth-of-type(1) {
  color: #505050;
  font-weight: 700;
}

.c-list__items2 li > div:nth-of-type(3),
.c-list__items li > div:nth-of-type(3) {
  color: #595959;
  margin: 0 auto;
}

.c-list__items li > div:nth-of-type(4) {
  /*width: calc(100% / 5);*/
}

.c-list__items li > .o-button,
.c-list__items2 li > .o-button {
  width: 100%;
}

@media (min-width: 768px) {
  .c-list__items2 li > .o-button,
  .c-list__items li > .o-button {
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  .c-list__items li > .o-button {
    margin-right: 20px;
    padding: 8px 15px;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .c-list__items2 li > .o-button {
    margin-right: 20px;
    padding: 8px 15px;
    width: 185px;
  }
}

.c-list__items li .o-button--blue.o-button--blue-small.js-modal__trigger,
.c-list__items2 li .o-button--blue.o-button--blue-small.js-modal__trigger {
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
}

@media (min-width: 769px) {
  .c-list__items li .o-button--blue.o-button--blue-small.js-modal__trigger,
  .c-list__items2 li .o-button--blue.o-button--blue-small.js-modal__trigger {
    width: 130px;
    max-width: none;
  }
}

.c-list__items--listings li > .o-button {
  margin-top: 8px;
}

.c-list__items--option-1 li,
.c-list__items--option-2 li,
.c-list__items--option-3 li,
.c-list__items--option-4 li {
  padding: 20px;
  height: 88px;
  border: 0;
}

.c-list__items--option-1 li:last-of-type,
.c-list__items--option-2 li:last-of-type,
.c-list__items--option-3 li:last-of-type,
.c-list__items--option-4 li:last-of-type {
  border: 0;
}

.c-list__items--option-1 li > div:nth-of-type(1),
.c-list__items--option-1 li > div:nth-of-type(3),
.c-list__items--option-2 li > div:nth-of-type(1),
.c-list__items--option-2 li > div:nth-of-type(3),
.c-list__items--option-3 li > div:nth-of-type(1),
.c-list__items--option-3 li > div:nth-of-type(3),
.c-list__items--option-4 li > div:nth-of-type(1),
.c-list__items--option-4 li > div:nth-of-type(3) {
  color: #00234C;
  font-weight: 700;
}

.c-list__items--option-1 {
  padding: 0;
}

@media (min-width: 1024px) {
  .c-list__items--option-1 {
    padding: 0 24px;
  }
}

.c-list__items--option-1 li {
  display: list-item;
  height: auto;
}

@media (min-width: 1024px) {
  .c-list__items--option-1 li {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 88px;
  }
}

.c-list__items--option-1 li > div {
  width: 100%;
  display: block;
}

.c-list__items--option-1 li > div:nth-of-type(2) > .o-input-dropdown {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .c-list__items--option-1 li > div:nth-of-type(2) > .o-input-dropdown {
    margin-bottom: 0;
  }
}

.c-list__items--option-1 li > div:nth-of-type(3) {
  text-align: right;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .c-list__items--option-1 li > div:nth-of-type(3) {
    text-align: left;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 1110px) {
  .c-list__items--option-1 li > div:nth-of-type(3) {
    width: 75%;
    text-align: left;
  }
}

.c-list__items--option-1 li > div:nth-of-type(3) > span {
  display: inline-block;
  width: calc((100% / 2) - 50px);
  font-weight: 500;
  font-family: "Montserrat", san-serif;
  color: #797979;
  text-align: left;
  float: left;
}

@media (min-width: 550px) {
  .c-list__items--option-1 li > div:nth-of-type(3) > span {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .c-list__items--option-1 li > div:nth-of-type(3) > span {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-list__items--option-1 li > div:nth-of-type(3) > span {
    display: none;
  }
}

.c-list__items--option-1 li > div:nth-of-type(4) {
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .c-list__items--option-1 li > div:nth-of-type(1) {
    -webkit-box-flex: 35%;
        -ms-flex: 35% 0;
            flex: 35% 0;
  }

  .c-list__items--option-1 li > div:nth-of-type(2) {
    -webkit-box-flex: 33%;
        -ms-flex: 33% 0;
            flex: 33% 0;
  }

  .c-list__items--option-1 li > div:nth-of-type(3) {
    -webkit-box-flex: 18%;
        -ms-flex: 18% 0;
            flex: 18% 0;
  }

  .c-list__items--option-1 li > div:nth-of-type(4) {
    -webkit-box-flex: 15%;
        -ms-flex: 15% 0;
            flex: 15% 0;
  }

  .c-list__items--option-1 li > div > .o-button {
    width: 130px;
  }
}

.c-list__items--option-1 li > div > .o-button--green,
.c-list__items--option-1 li > div .o-button--blue {
  width: 100%;
}

@media (min-width: 500px) {
  .c-list__items--option-1 li > div > .o-button--green,
  .c-list__items--option-1 li > div .o-button--blue {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .c-list__items--option-1 li > div > .o-button--green,
  .c-list__items--option-1 li > div .o-button--blue {
    max-width: 130px;
  }
}

.c-list__items--option-1 li > div > .o-button--blue {
  margin: 8px 0;
}

@media (min-width: 1024px) {
  .c-list__items--option-1 li > div > .o-button--blue {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .c-list__items--option-1 li > div > .o-button--blue {
    width: 130px;
  }
}

.c-list__items--option-1-reservations,
.c-list__items--option-1-sports,
.c-list__items--option-1-disney,
.c-list__items--option-1-tickets {
  padding: 0;
}

.c-list__items--option-1-reservations li,
.c-list__items--option-1-tickets li {
  height: auto;
  padding: 30px 0;
  border-bottom: solid 1px #E4E4E4;
}

.c-list__items--option-1-sports li,
.c-list__items--option-1-disney li {
  padding: 30px 20px;
}

.c-list__items--option-1-reservations li:first-of-type,
.c-list__items--option-1-tickets li:first-of-type {
  padding: 0 0 30px 0;
}

.c-list__items--option-1-tickets li > div:nth-of-type(1),
.c-list__items--option-1-tickets li > div:nth-of-type(2) {
  -webkit-box-flex: 42%;
      -ms-flex: 42% 0 0px;
          flex: 42% 0 0;
}

.c-list__items--option-1-reservations li > div:nth-of-type(1),
.c-list__items--option-1-reservations li > div:nth-of-type(2) {
  -webkit-box-flex: 42%;
      -ms-flex: 42% 0 0px;
          flex: 42% 0 0;
}

.c-list__items--option-1-sports li > div:nth-of-type(1),
.c-list__items--option-1-disney li > div:nth-of-type(1),
.c-list__items--option-1-sports li > div:nth-of-type(2) {
  -webkit-box-flex: 42%;
      -ms-flex: 42% 0 0px;
}

.c-list__items--option-1-reservations li > div:nth-of-type(3),
.c-list__items--option-1-tickets li > div:nth-of-type(3) {
  -webkit-box-flex: 10%;
      -ms-flex: 10% 0 0px;
          flex: 10% 0 0;
  width: auto;
  margin: 0;
}

.c-list__items--option-1-disney li > div:nth-of-type(3),
.c-list__items--option-1-sports li > div:nth-of-type(3) {
  -webkit-box-flex: 10%;
      -ms-flex: 10% 0 0px;
  width: auto;
  margin: 0;
}

.c-list__items--option-1-reservations li > div:nth-of-type(1) {
  margin-right: 10px;
  color: #505050;
}

.c-list__items--option-1-tickets li > div:nth-of-type(1),
.c-list__items--option-1-tickets li > div:nth-of-type(2) {
  -webkit-box-flex: 41%;
      -ms-flex: 41% 0 0px;
          flex: 41% 0 0;
}

.c-list__items--option-1-disney li > div:nth-of-type(1),
.c-list__items--option-1-disney li > div:nth-of-type(2),
.c-list__items--option-1-sports li > div:nth-of-type(1),
.c-list__items--option-1-sports li > div:nth-of-type(2) {
  -webkit-box-flex: 35%;
      -ms-flex: 35% 0 0px;
}

.c-list__items--option-1-tickets li > div:nth-of-type(1) {
  color: #505050;
}

.c-list__items--option-1-disney li > div:nth-of-type(1),
.c-list__items--option-1-sports li > div:nth-of-type(1) {
  color: #505050;
  width:100%;
  /*overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; */
}

@media (min-width: 768px) {
  .c-list__items--option-1-tickets li > div:nth-of-type(2) {
    -webkit-box-flex: 35%;
        -ms-flex: 35% 0 0px;
            flex: 35% 0 0;
  }
}

@media (min-width: 768px) {
  .c-list__items--option-1-disney li > div:nth-of-type(2),
  .c-list__items--option-1-sports li > div:nth-of-type(2) {
    -webkit-box-flex: 15%;
        -ms-flex: 15% 0 0px;
  }
}

.c-list__items--option-1-tickets li > div:nth-of-type(3) {
  width: 100%;
}

.c-list__items--option-1-disney li > div:nth-of-type(3),
.c-list__items--option-1-sports li > div:nth-of-type(3) {
  width: 100%;
 /* overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; */
}

@media (min-width: 768px) {
  .c-list__items--option-1-tickets li > div:nth-of-type(3) {
    -webkit-box-flex: 25%;
        -ms-flex: 25% 0 0px;
            flex: 25% 0 0;
  }
}

@media (min-width: 768px) {
  .c-list__items--option-1-disney li > div:nth-of-type(3),
  .c-list__items--option-1-sports li > div:nth-of-type(3) {
    -webkit-box-flex: 28%;
        -ms-flex: 28% 0 0px;
  }
}

.c-list__items--option-1-tickets li > div .o-button--green {
  width: 100%;
}

.c-list__items--option-1-disney li > div .o-button--green,
.c-list__items--option-1-sports li > div .o-button--green {
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; 
}

.c-list__items--option-2 {
  padding: 0;
}

@media (min-width: 1024px) {
  .c-list__items--option-2 {
    padding: 0 24px;
  }
}

.c-list__items--option-2 li {
  display: list-item;
  position: relative;
  height: auto;
}

@media (min-width: 1024px) {
  .c-list__items--option-2 li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 88px;
  }
}

.c-list__items--option-2 li > div {
  width: 100%;
  margin: 25px 0;
}

@media (min-width: 1024px) {
  .c-list__items--option-2 li > div {
    margin: 8px 0;
    width: calc((100% / 3) - 15px);
  }
}

.c-list__items--option-2 li > div:nth-of-type(1) {
  -webkit-box-flex: 35%;
      -ms-flex: 35% 0;
          flex: 35% 0;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .c-list__items--option-2 li > div:nth-of-type(1) {
    padding-right: 0;
  }
}

.c-list__items--option-2 li > div:nth-of-type(2) {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 0;
          flex: 40% 0;
  color: #00234C;
}

.c-list__items--option-2 li > div:nth-of-type(3) {
  -webkit-box-flex: 18%;
      -ms-flex: 18% 0;
          flex: 18% 0;
  text-align: right;
  font-size: 14px;
}

.c-list__items--option-2 li > div:nth-of-type(3) > span {
  display: inline-block;
  width: calc((100% / 2) - 50px);
  font-weight: 500;
  font-family: "Montserrat", san-serif;
  color: #797979;
  text-align: left;
  float: left;
}

@media (min-width: 1024px) {
  .c-list__items--option-2 li > div:nth-of-type(3) {
    text-align: left;
  }

  .c-list__items--option-2 li > div:nth-of-type(3) > span {
    display: none;
  }
}

@media (min-width: 1068px) {
  .c-list__items--option-2 li > div:nth-of-type(3) {
    text-align: right;
  }
}

.c-list__items--option-2 li > div:nth-of-type(4) {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: absolute;
  top: 11px;
  right: 22px;
}

@media (min-width: 1024px) {
  .c-list__items--option-2 li > div:nth-of-type(4) {
    position: static;
    width: calc(100% / 5);
  }
}

.c-list__items--option-2 li .o-button {
  width: 12px;
  height: 12px;
  padding: 8px;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../images/close-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-list__items--option-3 {
  padding: 0;
}

@media (min-width: 1024px) {
  .c-list__items--option-3 {
    padding: 0 24px;
  }
}

.c-list__items--option-3 li {
  display: list-item;
  height: auto;
}

@media (min-width: 1024px) {
  .c-list__items--option-3 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    min-height: 88px;
  }
}

.c-list__items--option-3 li:last-of-type {
  border-top: solid 1px #E4E4E4;
  border-bottom: solid 1px #E4E4E4;
}

.c-list__items--option-3 li:last-of-type > div {
  width: 100%;
  -webkit-box-flex: 45%;
      -ms-flex: 45% 0;
          flex: 45% 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .c-list__items--option-3 li:last-of-type > div {
    width: calc((100% / 2) - 15px);
    text-align: left;
  }
}

.c-list__items--option-3 li:last-of-type > div:nth-of-type(1) {
  -webkit-box-flex: 75%;
      -ms-flex: 75% 0;
          flex: 75% 0;
}

.c-list__items--option-3 li:last-of-type > div:nth-of-type(2) {
  text-align: center;
  -webkit-box-flex: 25%;
      -ms-flex: 25% 0;
          flex: 25% 0;
}

.c-list__items--option-3 li > div {
  width: 100%;
  margin: 25px 0;
}

@media (min-width: 1024px) {
  .c-list__items--option-3 li > div {
    margin: 8px 0;
    width: calc((100% / 3) - 15px);
    -webkit-box-flex: 35%;
        -ms-flex: 35% 0;
            flex: 35% 0;
  }
}

.c-list__items--option-3 li > div:nth-of-type(1) {
  -webkit-box-flex: 35%;
      -ms-flex: 35% 0;
          flex: 35% 0;
}

.c-list__items--option-3 li > div:nth-of-type(2) {
  color: #00234C;
}

@media (min-width: 1024px) {
  .c-list__items--option-3 li > div:nth-of-type(2) {
    -webkit-box-flex: 40%;
        -ms-flex: 40% 0;
            flex: 40% 0;
  }
}

.c-list__items--option-3 li > div:nth-of-type(3) {
  -webkit-box-flex: 16%;
      -ms-flex: 16% 0;
          flex: 16% 0;
  text-align: right;
}

.c-list__items--option-3 li > div:nth-of-type(3) > span {
  display: inline-block;
  width: calc((100% / 2) - 50px);
  font-weight: 500;
  font-family: "Montserrat", san-serif;
  color: #797979;
  text-align: left;
  float: left;
}

@media (min-width: 1024px) {
  .c-list__items--option-3 li > div:nth-of-type(3) > span {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-list__items--option-3-reservations li > div:nth-of-type(3) {
    -webkit-box-flex: 18%;
        -ms-flex: 18% 0;
            flex: 18% 0;
  }
}

@media (min-width: 1024px) {
  .c-list__items--option-3-reservations li:last-of-type > div:last-of-type {
    text-align: right;
    -webkit-box-flex: 21%;
        -ms-flex: 21% 0;
            flex: 21% 0;
  }
}

.c-list__items--option-4 {
  padding: 0;
}

@media (min-width: 1024px) {
  .c-list__items--option-4 {
    padding: 0 24px;
  }
}

.c-list__items--option-4 li {
  height: auto;
  /*padding: 0 0 30px 0;*/
  border-bottom: solid 1px #E4E4E4;
}

@media (min-width: 768px) {
  .c-list__items--option-4 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-list__items--option-4 li:last-of-type {
  padding: 30px 0;
  border-bottom: solid 1px #E4E4E4;
}

.c-list__items--option-4 li > div {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .c-list__items--option-4 li > div {
    width: calc(100% / 2);
  }
}

.c-list__items--option-4 li > div:nth-of-type(1) > span {
  display: block;
  line-height: 21px;
  margin: 10px 0;
}

.c-list__items--option-4 li > div:nth-of-type(1) > span:nth-of-type(1) {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #797979;
}

.c-list__items--option-4 li > div:nth-of-type(1) > span:nth-of-type(2) {
  color: #505050;
}

.c-list__items--option-4 li > .o-button--green {
  margin-right: 0px;
  width: 192px;
}

@media (min-width: 768px) {
  .c-list__items--option-5 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-list__items--option-5 li .o-button {
  margin: 8px 0;
}

.c-list__items--zebra > ul li:nth-of-type(even) {
  background: #F5F5F5;
}

.c-list__items--zebra-odd > ul li:nth-of-type(odd) {
  background: #F5F5F5;
}

.c-list__items--zebra-odd.c-list__items--option-3 > ul li:last-of-type {
  background: #ffffff;
}

.o-seat-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.o-seat-counter .o-button {
  margin: 0;
}

.o-seat-counter .o-button.o-button--counter {
  position: relative;
  padding: 0;
  width: 15px;
  height: 32px;
  border-radius: 2px 0 0 2px;
}

.o-seat-counter .o-button.o-button--counter:after {
  position: absolute;
  content: "";
  top: 10px;
  left: -1px;
  border: 6px solid transparent;
  border-color: transparent #fff transparent transparent;
  border-radius: 2px;
}

.o-seat-counter .o-button.o-button--counter:nth-of-type(2) {
  border-radius: 0 2px 2px 0;
}

.o-seat-counter .o-button.o-button--counter:nth-of-type(2):after {
  left: 4px;
  border-color: transparent transparent transparent #fff;
}

.o-seat-counter .o-button.o-button--green {
  margin-left: 9px;
  padding: 8px 15px;
}

.o-seat-counter input {
  border-radius: 0;
  border: solid 1px #243D5B;
  color: #243D5B;
  height: 32px;
  width: 30px;
}

.c-seat-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .c-seat-counter {
    max-width: 200px;
  }
}

@media (min-width: 1024px) {
  .c-seat-counter {
    margin: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .c-seat-counter {
    margin: 10px 0;
  }
}

.c-seat-counter .o-button {
  margin: 0;
}

.c-seat-counter .o-button.o-button--counter {
  position: relative;
  padding: 0;
  width: 15px;
  border-radius: 2px 0 0 2px;
}

@media (min-width: 425px) {
  .c-seat-counter .o-button.o-button--counter {
    width: 25px;
  }
}

@media (min-width: 550px) {
  .c-seat-counter .o-button.o-button--counter {
    width: 40px;
  }
}

@media (min-width: 768px) {
  .c-seat-counter .o-button.o-button--counter {
    width: 25px;
    height: 32px;
  }
}

@media (min-width: 1024px) {
  .c-seat-counter .o-button.o-button--counter {
    width: 15px;
  }
}

.c-seat-counter .o-button.o-button--counter:after {
  position: absolute;
  content: "";
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  border: 6px solid transparent;
  border-color: transparent #fff transparent transparent;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .c-seat-counter .o-button.o-button--counter:after {
    left: -1px;
    top: 10px;
  }
}

.c-seat-counter .o-button.o-button--counter:nth-of-type(2) {
  border-radius: 0 2px 2px 0;
}

.c-seat-counter .o-button.o-button--counter:nth-of-type(2):after {
  left: 4px;
  border-color: transparent transparent transparent #fff;
}

.c-seat-counter .o-button.o-button--green {
  margin-left: 9px;
  padding: 8px 15px;
  width: 76%;
}

@media (min-width: 1024px) {
  .c-seat-counter .o-button.o-button--green {
    width: auto;
  }
}

.c-seat-counter input {
  border-radius: 0;
  border: solid 1px #243D5B;
  color: #243D5B;
  font-size: 16px;
  text-align: center;
  width: 10%;
}

@media (min-width: 768px) {
  .c-seat-counter input {
    width: 50px;
    height: 32px;
  }
}

@media (min-width: 1024px) {
  .c-seat-counter input {
    width: 30px;
  }
}

.c-pagination {
  text-align: center;
  margin: 20px auto;
}

@media (min-width: 1024px) {
  .c-pagination {
    text-align: right;
    margin: 20px 0;
    padding: 0 25px;
  }
}

.c-pagination li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  margin: 0 5px;
  width: 38px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 38px;
  color: #8C8C8C;
  cursor: pointer;
  -webkit-transition: background-color linear 300ms;
  transition: background-color linear 300ms;
}

.c-pagination li:hover {
  color: #0B3569;
  font-weight: 600;
}

.c-pagination li.is-active {
  background-color: #0B3569;
  color: #fff;
  font-weight: 600;
}

.c-pagination li:nth-of-type(1) {
  width: 88px;
}

.c-pagination li:last-of-type {
  margin-right: 0;
  width: 55px;
}

@media (min-width: 1024px) {
  .c-pagination li {
    font-size: 16px;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.c-modal--is-close {
  display: none;
}

.c-modal--is-open {
  opacity: 1;
}

.c-modal-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
}

@media (min-width: 768px) {
  .c-modal__content {
    width: 475px;
  }
}

.c-modal__content--security {
  max-width: 449px;
}

.c-modal__content--medium {
  max-height: 80%;
  overflow: scroll;
}

.c-modal__content--medium > .c-modal__desc {
  padding: 25px;
}

.c-modal__content--medium > .c-modal__desc > .c-modal__close {
  right: 25px;
}

.c-modal__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 44px 44px;
  width: 100%;
}

.c-modal__desc p {
  color: #00234C;
  font-size: 16px;
  margin: 0 0 42px 0;
}

.c-modal__desc p.p--step {
  margin-bottom: 27px;
}

.c-modal__title {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(121, 121, 121, 0.36);
  margin-top: 20px;
  margin-bottom: 31px;
}

.c-modal__title > img {
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.c-modal__title > .h1 {
  color: #00234C;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.c-modal__desc > *:not(:last-child) {
  margin: 0 0 27px;
}

.c-modal__desc > *:not(:last-child).c-modal__close {
  margin: 0 0 16px auto;
}

.c-modal__desc > *:not(:last-child).c-modal__title {
  margin: 20px 0 31px 0;
}

.c-modal__desc > *:not(:last-child).c-seats__info {
  margin-bottom: 0;
}

.c-modal__attention {
  border: 1px solid #FA9D6F;
  border-radius: 8px;
  background-color: #FFF7F3;
  padding: 24px;
}

.c-modal__attention > p {
  margin: 0;
  line-height: 25px;
}

.c-modal__close {
  display: inline-block;
  position: absolute;
  right: 50px;
  margin-left: auto;
  margin-bottom: 16px;
  height: 18px;
  width: 18px;
  background-image: url("../images/close-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.c-modal__desc > .c-modal__close {
  margin-left: auto;
}

.c-modal .o-form__col--terms {
  margin: 0;
}

.c-modal .o-form__col--terms .o-input-checkbox {
  vertical-align: middle;
  margin: auto 2px auto 0;
}

.c-modal .o-form__col--terms p {
  width: auto;
  margin: auto;
  vertical-align: middle;
  color: #797979;
  font-family: "Montserrat", san-serif;
  font-size: 12px;
  line-height: 38px;
}

.c-modal--body-lock {
  overflow: hidden;
}

.c-modal--seatselect {
  overflow: scroll;
}

.c-modal__desc--seats {
  min-height: 350px;
}

.c-modal--seatselect .c-modal__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

@media (min-width: 1024px) {
  .c-modal--seatselect .c-modal__content {
    max-height: none;
    max-width: none;
  }
}

.c-modal--seatselect .c-modal__head {
  background-color: #134B86;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-modal--seatselect .c-modal__head--seats {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-modal--seatselect .c-modal__title {
  padding: 0;
  margin: auto 0;
  border: 0;
}

.c-modal--seatselect .c-modal__title .h1 {
  color: #ffffff;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 0px;
}

@media (min-width: 1024px) {
  .c-modal--seatselect .c-modal__title .h1 {
    margin-left: 15px;
  }
}

.c-modal--seatselect .c-modal__desc {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: scroll;
}

@media (min-width: 1024px) {
  .c-modal--seatselect .c-modal__desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-modal--seatselect .c-modal__desc .c-seats__info-row-mobile {
  margin: 0;
}

.c-modal--seatselect .c-modal__desc .c-seats {
  min-width: 100%;
  overflow: scroll;
  margin: 0;
}

@media (min-width: 1024px) {
  .c-modal--seatselect .c-modal__desc .c-seats {
    min-width: 600px;
  }
}

.c-modal--seatselect .c-modal__desc .c-seats__info {
  min-width: 300px;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-modal--seatselect .c-modal__desc .c-seats__info {
    width: auto;
  }
}

.c-modal--seatselect .c-modal__close {
  margin: auto 0 0 auto;
  right: 20px;
  top: 25px;
}

@media (min-width: 1024px) {
  .c-modal--seatselect .c-modal__close {
    right: 50px;
    top: auto;
  }
}

.c-modal--promo .c-modal__close,
.c-modal--error .c-modal__close,
.c-modal--login .c-modal__close,
.c-modal--password .c-modal__close {
  right: 25px;
}

@media (min-width: 768px) {
  .c-modal--promo .c-modal__close,
  .c-modal--error .c-modal__close,
  .c-modal--login .c-modal__close {
    right: 50px;
  }
}

.c-modal--promo .c-modal__desc,
.c-modal--error .c-modal__desc,
.c-modal--login .c-modal__desc,
.c-modal--password .c-modal__desc {
  padding: 36px 25px;
}

@media (min-width: 768px) {
  .c-modal--promo .c-modal__desc,
  .c-modal--error .c-modal__desc,
  .c-modal--login .c-modal__desc,
.c-modal--password .c-modal__desc {
    padding: 36px 50px;
  }
}

.c-modal--promo .c-modal__desc > p,
.c-modal--error .c-modal__desc > p,
.c-modal--login .c-modal__desc > p,
.c-modal--password .c-modal__desc > p {
  line-height: 25px;
  margin-bottom: 42px;
}

.c-modal--promo .c-modal__title > .h1,
.c-modal--error .c-modal__title > .h1,
.c-modal--login .c-modal__title > .h1,
.c-modal--password .c-modal__title > .h1 {
  margin-left: 0;
}

.c-modal--promo .c-modal__step,
.c-modal--error .c-modal__step,
.c-modal--login .c-modal__step,
.c-modal--password .c-modal__step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.c-modal--promo .c-modal__step.is-active,
.c-modal--error .c-modal__step.is-active,
.c-modal--login .c-modal__step.is-active,
.c-modal--password .c-modal__step.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-modal--promo .o-input-group,
.c-modal--error .o-input-group,
.c-modal--login .o-input-group,
.c-modal--password .o-input-group {
  margin-bottom: 32px;
}

.c-modal--promo .o-input-group .o-label,
.c-modal--error .o-input-group .o-label,
.c-modal--login .o-input-group .o-label,
.c-modal--password .o-input-group .o-label {
  margin-bottom: 14px;
}

.c-modal--promo .o-button--green,
.c-modal--error .o-button--green,
.c-modal--login .o-button--green,
.c-modal--password .o-button--green {
  margin-bottom: 11px;
}

.c-modal--promo .o-button--text,
.c-modal--error .o-button--text,
.c-modal--login .o-button--text,
.c-modal--password .o-button--text {
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #1484BE;
  margin: 0 auto;
  text-transform: none;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .c-modal--promo .o-button--text,
  .c-modal--error .o-button--text,
  .c-modal--login .o-button--text,
  .c-modal--password .o-button--text {
    font-size: 12px;
  }
}

.c-modal--imagepop .c-modal__content {
  width: auto;
}

.c-modal--imagepop #js-modal__imagepop {
  height: 60vh;
}

@media (min-width: 600px) {
  .c-modal--imagepop #js-modal__imagepop {
    height: 90vh;
  }
}

.c-modal--imagepop #js-modal__imagepop img {
  max-height: 100%;
}

.c-modal--login .o-input-group,
.c-modal--password .o-input-group {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .c-modal--login .o-input-group,
  .c-modal--password .o-input-group {
    margin-bottom: 32px;
  }
}

.c-modal--login .o-input-group:nth-of-type(2),
.c-modal--password .o-input-group:nth-of-type(2) {
  margin-bottom: 9px;
}

.c-modal--login .o-button--green,
.c-modal--password .o-button--green {
  display: block;
  width: 100%;
  margin-top: 24px;
}

.c-modal--login .o-button--text,
.c-modal--password .o-button--text {
  display: inline-block;
  text-align: left;
  line-height: 38px;
  font-size: 11px;
}

@media (min-width: 375px) {
  .c-modal--login .o-button--text,
  .c-modal--password .o-button--text  {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .c-modal--login .o-button--text,
  .c-modal--password .o-button--text {
    text-align: left;
  }
}

.c-modal--login .o-form__col--terms,
.c-modal--password .o-form__col--terms {
  display: inline-block;
  width: 49%;
  padding: 0;
}

.c-modal--login .o-form__col--terms > .p--small,
.c-modal--password .o-form__col--terms > .p--small {
  font-size: 11px;
}

@media (min-width: 375px) {
  .c-modal--login .o-form__col--terms,
  .c-modal--password .o-form__col--terms {
    width: 53%;
  }

  .c-modal--login .o-form__col--terms > .p--small,
  .c-modal--password .o-form__col--terms > .p--small {
    font-size: 12px;
  }
}

@media (min-width: 425px) {
  .c-modal--login .o-form__col--terms,
  .c-modal--password .o-form__col--terms {
    padding: 0 25px;
  }
}

.c-modal--login .p,
.c-modal--password .p,
.c-modal--login .c-tab__content-data p,
.c-modal--password .c-tab__content-data p,
.c-tab__content-data .c-modal--login p,
.c-tab__content-data .c-modal--password p {
  color: #8D8D8D;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin: 20px auto 0px auto;
}

.js-modal__trigger {
  cursor: pointer;
}

.c-modal--loading .c-modal__content > .c-modal__desc {
  margin: auto 0;
}

.c-modal--loading .c-modal__content > .c-modal__desc > img {
  height: 100px;
}

.c-modal--loading.no-bg .c-modal__content {
  background: unset;
}

.c-modal--loading .c-modal__desc > .c-modal__title {
  margin-bottom: 20px;
}

.c-modal--loading .c-modal__content {
  min-height: 220px;
}

.c-date-dropdown .select-selected {
  background-color: #13B997;
  border: 1px solid #13B997;
  border-radius: 4px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-date-dropdown .select-selected:after {
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms;
}

.c-date-dropdown .select-selected.select-arrow-active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.c-date-dropdown .select-items {
  display: block;
  background-color: #00234C;
  overflow: hidden;
  max-height: 800px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-date-dropdown .select-hide {
  max-height: 0;
}

.c-custom-select {
  position: relative;
  width: 270px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .c-custom-select {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .c-custom-select {
    width: 300px;
    border-radius: 6px;
  }
}

.c-custom-select > ul {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background-color: #00234C;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-custom-select__option {
  border-bottom: 1px solid rgba(234, 234, 234, 0.06);
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-custom-select__option:hover {
  background-color: #13B997;
}

.c-custom-select__option > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.88px;
  line-height: 15px;
  text-transform: uppercase;
}

.c-custom-select__option > span:nth-of-type(2) {
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 500;
}

.c-custom-select__option--selected {
  position: relative;
  background-color: #13B997;
  border-radius: 4px;
}

.c-custom-select__option--selected:after {
  position: absolute;
  content: "";
  top: 7px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #fff transparent transparent transparent;
  border-radius: 2px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-custom-select--active > ul {
  max-height: 300px;
}

.c-custom-select--active .c-custom-select__option--selected {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.c-custom-select--active .c-custom-select__option--selected:after {
  border-color: transparent transparent #fff transparent;
  top: -10px;
}

@media (min-width: 1024px) {
  .c-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-tab--option-1 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.c-tab--option-1 .o-form__col--actions {
  margin: 25px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-tab__col {
  width: 100%;
}

@media (min-width: 1024px) {
  .c-tab__col {
    width: 20%;
  }
}

.c-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: scroll;
}

@media (min-width: 1024px) {
  .c-tab__nav {
    display: inline-block;
    overflow: hidden;
    width: auto;
  }
}

.c-tab__nav > li {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #999999;
  position: relative;
  padding: 25px;
  height: 76px;
  width: 190px;
  background-color: #F7F7F7;
  border-bottom: solid 1px #EBEBEB;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
}

.c-tab__nav > li.nav--long {
  width: 222px;
}

@media (min-width: 1024px) {
  .c-tab__nav > li.nav--long {
    width: 255px;
  }
}

@media (min-width: 1024px) {
  .c-tab__nav > li {
    text-align: left;
    width: 255px;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.c-tab__nav > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 6px;
  width: 100%;
  background-color: #13B997;
  max-height: 0;
  max-width: none;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

@media (min-width: 1024px) {
  .c-tab__nav > li:before {
    bottom: auto;
    top: 0;
    height: 100%;
    width: 6px;
    max-height: none;
    max-width: 0;
  }
}

.c-tab__nav > li:hover,
.c-tab__nav > li.is-active {
  font-weight: 700;
  color: #00234C;
}

.c-tab__nav > li:hover:before,
.c-tab__nav > li.is-active:before {
  max-height: 10px;
  max-width: none;
}

@media (min-width: 1024px) {
  .c-tab__nav > li:hover:before,
  .c-tab__nav > li.is-active:before {
    max-height: none;
    max-width: 10px;
  }
}

.c-tab__content {
  position: relative;
  width: 100%;
  padding: 0 25px;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .c-tab__content {
    padding: 0;
    margin-top: 5px;
    margin-left: 90px;
    width: 80%;
  }
}

@media (min-width: 1170px) {
  .c-tab__content {
    margin-left: 55px;
  }
}

.c-tab__content-data {
  display: none;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.c-tab__content-data .c-list__items--option-4 {
  padding: 0;
}

.c-tab__content-data .o-form--tickets {
  max-width: 613px;
}

.c-tab__content-data .o-form--tickets > .o-form__col {
  margin-top: 0;
}

.c-tab__content-data .o-form--tickets > .o-form__col > .h2.h2--border-bottom {
  margin-bottom: 15px;
}

.c-tab__content-data .o-form--tickets > .o-form__col--actions {
  margin-top: 30px;
}

.c-tab__content-data.is-active {
  display: block;
}

.c-tab__content-data--account {
  max-width: 613px;
}

.c-tab__content-data .h1 {
  color: #00234C;
}

.c-tab__content-data p {
  margin-bottom: 41px;
}

.c-tab__content-data p.p--small {
  font-size: 12px;
  line-height: 24px;
}

.c-tab__content-data .o-input-checkbox {
  margin-top: 7px;
}

.c-tab__content-data .o-input-checkbox > input.consent:checked,
.c-tab__content-data .o-input-checkbox > input.consent.is-checked {
  display: none;
}

.c-tab__content-data .o-input-checkbox + p {
  display: inline-block;
  vertical-align: top;
  width: 88%;
  margin-top: 0;
  margin-left: 10px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

@media (min-width: 470px) {
  .c-tab__content-data .o-input-checkbox + p {
    width: 89%;
  }
}

@media (min-width: 489px) {
  .c-tab__content-data .o-input-checkbox + p {
    width: 93%;
  }
}

@media (min-width: 655px) {
  .c-tab__content-data .o-input-checkbox + p {
    width: 95%;
  }
}

.c-tab__content-data .c-event__terms > .p,
.c-tab__content-data .c-event__terms > p {
  margin-bottom: 10px;
}

.c-tab__content-data .c-event__terms .o-input-checkbox + p {
  margin-left: 0;
}

.c-outlet {
  margin: 37px 0 70px 0;
}

.c-outlet:first-of-type {
  margin-top: 45px;
}

.c-outlet:last-of-type {
  margin-bottom: 88px;
}

.c-outlet .o-image-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 146px;
  text-align: center;
  background: transparent;
  margin: 0 35px;
}

@media (min-width: 1024px) {
  .c-outlet .o-image-wrap {
    margin: 0;
  }
}

.c-outlet .h1 {
  display: inline-block;
  color: #00234C;
  margin: 20px 35px;
}

@media (min-width: 768px) {
  .c-outlet .o-image-wrap + .h1 {
    margin-left: 24px;
  }
}

.c-outlet .h2 {
  color: #00234C;
  font-weight: 600;
}

.c-outlet .p,
.c-outlet .c-tab__content-data p,
.c-tab__content-data .c-outlet p {
  margin: 8px 0 0 0;
  line-height: 25px;
}

.c-outlet ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-outlet li {
  background-color: #f6f8fa;
  border-radius: 4px;
  padding: 16px 32px;
  margin: 8px 0;
}

.c-outlet .o-field-wrap--search {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 0 25px;
  margin-bottom: 35px;
  width: 400px;
}

.c-outlet .o-field-wrap--search:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
}

@media (min-width: 860px) {
  .c-outlet .o-field-wrap--search {
    float: right;
    padding: 0;
    margin-bottom: 0px;
  }

  .c-outlet .o-field-wrap--search:after {
    right: 16px;
  }
}

.c-outlet .o-field-wrap--search > input.o-input-field {
  border: 0.6px solid #838383;
  border-radius: 2px;
  padding: 7px 16px;
}

.c-outlet .o-field-wrap--search > input.o-input-field::-webkit-input-placeholder {
  color: #969696;
  font-size: 14px;
  line-height: 38px;
}

.c-outlet .o-field-wrap--search > input.o-input-field::-moz-placeholder {
  color: #969696;
  font-size: 14px;
  line-height: 38px;
}

.c-outlet .o-field-wrap--search > input.o-input-field::-ms-input-placeholder {
  color: #969696;
  font-size: 14px;
  line-height: 38px;
}

.c-outlet .o-field-wrap--search > input.o-input-field::placeholder {
  color: #969696;
  font-size: 14px;
  line-height: 38px;
}

@media (min-width: 860px) {
  .c-outlet .o-field-wrap--search > input.o-input-field {
    font-size: 16px;
  }
}

.c-seats {
  background-color: #EFEFEF;
  max-width: 650px;
  max-height: 600px;
  padding: 25px;
}

.c-seats::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.c-seats::-webkit-scrollbar-track {
  background-color: #EFEFEF;
  border: 0;
}

.c-seats::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  border-radius: 25px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  cursor: pointer;
}

.c-seats::-webkit-scrollbar-thumb:hover {
  background-color: #00234C;
}

.c-seats::-webkit-scrollbar-corner {
  background-color: #EFEFEF;
}

.c-seats__info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 25px;
  min-width: 300px;
}

@media (min-width: 769px) {
  .c-seats__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .c-seats__info {
    display: block;
  }
}

.c-seats__info .h2 {
  color: #797979;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 4px;
}

.c-seats__info span {
  font-size: 20px;
  line-height: 20px;
}

.c-seats__info-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
}

@media (min-width: 769px) {
  .c-seats__info-mobile {
    display: none;
  }
}

.c-seats__info-mobile .c-seats__info-row {
  display: block;
  text-align: center;
}

.c-seats__info-mobile .h2 {
  display: inline-block;
}

.c-seats__info-mobile > .o-button.o-button--green {
  margin-top: 5px;
}

.c-seats__info.-data {
  margin: 12px 0;
}

@media (min-width: 550px) {
  .c-seats__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .c-seats__info-row {
    display: block;
  }
}

.c-seats__info-row > div {
  margin: 10px 0;
  color: #00234C;
}

@media (min-width: 550px) {
  .c-seats__info-row > div {
    width: calc((100% / 3) - 10px);
    margin: 0 5px;
  }
}

@media (min-width: 1024px) {
  .c-seats__info-row > div {
    width: 100%;
    margin: 10px 0;
  }
}

.c-seats__info-row-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 425px) {
  .c-seats__info-row-mobile {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 769px) {
  .c-seats__info-row-mobile {
    display: none;
  }
}

.c-seats__info-row-mobile > div {
  margin: 10px 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.c-seats__info-row-mobile > div > span {
  margin-right: 5px;
  height: 17px;
  width: 17px;
}

.c-seats__info-row--2col {
  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: 25px;
}

@media (min-width: 1024px) {
  .c-seats__info-row--2col {
    display: block;
  }
}

.c-seats__info-row--2col > div {
  width: calc((100% / 2) - 10px);
}

@media (min-width: 1024px) {
  .c-seats__info-row--2col > div {
    width: 100%;
  }
}

.c-seats__info-row--2col > div:nth-of-type(1) {
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .c-seats__info-row--2col > div:nth-of-type(1) {
    margin: 14px 0;
  }
}

.c-seats__info-row--2col > div:nth-of-type(2) {
  margin-left: 10px;
}

@media (min-width: 1024px) {
  .c-seats__info-row--2col > div:nth-of-type(2) {
    margin-left: 0;
    margin-top: 28px;
  }
}

.c-seats__info-row--2col > div:nth-of-type(2) > div {
  margin: 28px 0;
}

.c-seats__info-row--2col > div:nth-of-type(2) > div:first-of-type {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .c-seats__info-row--2col > div:nth-of-type(2) > div:first-of-type {
    margin-top: 10px;
  }
}

.c-seats__info > .o-button {
  bottom: 25px;
  margin-top: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .c-seats__info > .o-button {
    width: 250px;
  }
}

@media (min-width: 1024px) {
  .c-seats__info > .o-button {
    margin-top: 0;
    position: absolute;
  }
}

.c-seats__stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px;
  margin: 0 auto;
}

.c-seats__stage-col {
  height: 100px;
  width: calc(100% / 3);
  text-align: center;
  font-family: "Montserrat", san-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #333333;
}

.c-seats__stage-col:nth-of-type(1) {
  text-align: left;
}

.c-seats__stage-col:nth-of-type(3) {
  text-align: right;
}

.c-seats__row {
  text-align: center;
  margin: 0 auto;
}

.c-seats__slot {
  display: inline-block;
  height: 15px;
  width: 15px;
  /*margin: 2px;*/
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  font-size: 6px;
  font-weight: 600;
  padding: 5px 0 5px 0;
  line-height: 16px;
}

.c-seats__slot--taken {
  background-color: #CCCCCC;
  color: #ffffff;
  line-height: 22px;
}

.c-seats__slot--available {
  border: 1px solid #134B86;
  color: #134B86;
  cursor: pointer;
}

.c-seats__slot--available-legend {
  border: 1px solid #134B86;
  color: #134B86;
  cursor: pointer;
}

.c-seats__slot--selected {
  background-color: #134B86;
  color: #ffffff;
}

span.c-seats__slot {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  height: 21px;
  width: 21px;
}

.c-attention {
  margin-bottom: 25px;
  padding: 25px;
  max-width: 950px;
  border: 0.6px solid transparent;
  border-radius: 4px;
  text-align: left;
}

.c-attention > h1 {
  font-size: 18px;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

@media (min-width: 1024px) {
  .c-attention > h1 {
    font-size: 20px;
  }
}

.c-attention:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.c-attention--fail {
  background: #FCF4F1;
  border-color: #C03804;
}

.c-attention--fail:before {
  background: url("../images/error-icon.svg"), no-repeat;
}

.c-attention--success {
  background: #F4FAF6;
  border-color: #0AA040;
}

.c-attention--success:before {
  background: url("../images/success-icon.svg"), no-repeat;
}

.c-calendar {
  padding: 0 25px 25px 25px;
}

@media (min-width: 1024px) {
  .c-calendar {
    padding: 25px 58px 36px 58px;
  }
}

.c-calendar .o-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1280px) {
  .c-calendar .o-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-calendar__day {
  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;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1024px) {
  .c-calendar__day {
    margin-top: 25px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 1280px) {
  .c-calendar__day {
    width: calc((100% / 2) - 25px);
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 60px;
  }
}

@media (min-width: 1350px) {
  .c-calendar__day {
    margin-top: 40px;
  }
}

.c-calendar__day .h1,
.c-calendar__day .h4 {
  color: #021247;
  line-height: 19px;
  max-height: 30px;
}

@media (min-width: 1024px) {
  .c-calendar__day .h1,
  .c-calendar__day .h4 {
    margin: 0 25px;
  }
}

.c-calendar__day .h1--title {
  text-transform: none;
  font-weight: 600;
  line-height: 30px;
}

@media (min-width: 1024px) {
  .c-calendar__day .h1--title {
    margin: 0 20px;
  }
}

.c-calendar__day .h4--light {
  position: relative;
  float: right;
  line-height: 30px;
  width: 130px;
}

.c-calendar__day .h4--light:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url("../images/carousel-next-icon-white.svg") no-repeat;
  background-size: contain;
}

@media (min-width: 1024px) {
  .c-calendar__day .h4--light {
    width: auto;
  }

  .c-calendar__day .h4--light:after {
    content: none;
  }
}

.c-calendar-container {
  background: linear-gradient(9.89deg, #00092F 0%, #2366A3 100%);
}

@media (min-width: 1024px) {
  .c-calendar-container {
    padding: 40px 20px 26px;
  }
}

.c-calendar__month {
  display: none;
  width: calc((100% / 2) - 25px);
  margin: 0 auto 75px auto;
  min-width: calc(85px * 7);
}

@media (min-width: 1024px) {
  .c-calendar__month {
    display: block;
  }
}

@media (min-width: 1350px) {
  .c-calendar__month {
    margin-bottom: 0;
  }
}

.c-calendar__month-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc((85px * 7) - 60px);
  margin: 0 10px 20px 35px;
}

.c-calendar__month-date > div {
  height: 19.2px;
  width: 170.5px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}

.c-calendar__month-date button {
  width: 13px;
  height: 13px;
  padding: 0;
  background: url("../images/carousel-previous-icon-white.svg") no-repeat;
  background-size: contain;
}

.c-calendar__month-date button:last-of-type {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-calendar__month-week {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  max-width: calc(85px * 7);
  min-width: calc((85px * 7) - 10px);
}

.c-calendar__month-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: calc(85px * 7);
}

@media (min-width: 1280px) {
  .c-calendar__month-days {
    max-width: calc(80px * 7);
  }
}

@media (min-width: 1340px) {
  .c-calendar__month-days {
    max-width: calc(85px * 7);
  }
}

.c-calendar__month-days > div {
  width: 85px;
  padding: 23px 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", san-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.5;
}

@media (min-width: 1280px) {
  .c-calendar__month-days > div {
    width: 80px;
  }
}

@media (min-width: 1340px) {
  .c-calendar__month-days > div {
    width: 85px;
  }
}

.c-calendar__month-day {
  position: relative;
  width: 85px;
  height: 80px;
  padding: 27px 30px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  color: #173d4e;
  text-align: center;
  font-family: "Montserrat", san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  background: white;
  cursor: pointer;
}

.c-calendar__month-day.active-event:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 25px;
  height: 10px;
  width: 10px;
  background-color: #1484BE;
}

.c-calendar__month-day.is-disabled {
  color: #9B9B9B;
}

.c-calendar__month-day.is-selected {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  background-color: #13B997;
}

.c-calendar__month-day.is-selected:before {
  background-color: #13B997;
}

@media (min-width: 1280px) {
  .c-calendar__month-day {
    width: 80px;
    height: 75px;
  }
}

@media (min-width: 1340px) {
  .c-calendar__month-day {
    width: 85px;
    height: 80px;
  }
}

.c-calendar__event {
  position: relative;
  width: 98%;
  color: #021247;
  padding: 32px 11px 24px 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.16);
}

@media (min-width: 1024px) {
  .c-calendar__event {
    padding: 32px 11px 24px 23px;
  }
}

.c-calendar__event > .h2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 13px;
  color: #021247;
  line-height: 19px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .c-calendar__event > .h2 {
    max-width:76%; 
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
  }
}

.c-calendar__event > .h2:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 25px;
  background-color: #1484BE;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-calendar__event > span {
  margin-left: 24px;
  color: #021247;
  font-family: "Montserrat", san-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  max-width: 73%;
  display: block;
}

.c-calendar__event-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  max-height: 550px;
  overflow-y: scroll;
  display: none;
}

.c-calendar__event-list::-webkit-scrollbar {
  width: 11px;
  margin-top: 20px;
}

.c-calendar__event-list::-webkit-scrollbar-track {
  width: 11px;
  margin-top: 27px;
  background-color: #023D65;
  border-radius: 5.5px;
}

.c-calendar__event-list::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  border-radius: 25px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  background-color: #1C79B6;
}

.c-calendar__event-list::-webkit-scrollbar-corner {
  background-color: transparent;
}

.c-calendar__event-list.is-active {
  display: block;
}

.c-calendar__event-list--no-events {
  overflow: auto;
  height: 100%;
}

@media (min-width: 1280px) {
  .c-calendar__event-list--no-events {
    min-height: 500px;
    margin-left: 24px;
  }
}

.c-calendar__event-list > .h2 {
  margin: 40px auto 20px auto;
  color: #021247;
}

.c-calendar__event-time {
  position: relative;
  /*padding-left: 22px;*/
}

.c-calendar__event-time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  /*background: url(../images/time.svg) no-repeat;*/
  background-size: cover;
}

.c-calendar__event .o-button {
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 20px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .c-calendar__event .o-button {
    width: 117px;
    height: 30px;
  }
}

@media (min-width: 1024px) {
  .c-calendar__event .o-button {
    position: absolute;
    margin: auto 0;
  }
}

button,
.o-button,
.o-button-account {
  border-radius: 3px;
  border: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #fafafa;
  text-transform: uppercase;
  font-family: "Montserrat", san-serif;
  line-height: 32px;
  letter-spacing: 0.7px;
}

.o-buttons {
  border-radius: 3px;
  border: 0px;
  font-size: 10px;
  font-weight: 700;
  color: #fafafa;
  text-transform: uppercase;
  font-family: "Montserrat", san-serif;
  line-height: 32px;
  letter-spacing: 0.7px;
}

button,
.o-button {
  padding: 8px 15px;
}


.o-button--blue {
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
  background: #134B86;
}

.o-button--blue:hover {
  background: #0B3569;
}

@media (min-width: 768px) {
  .o-button--blue-small {
    font-size: 12px;
    line-height: 15px;
  }
}

.o-button--blue-disabled {
  background-color: #B5C0CE;
}

.o-button--blue-disabled:hover {
  cursor: no-drop;
  background: #B5C0CE;
}

.o-button--green {
  background: #13B997;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.o-button--green:hover {
  background: #14846D;
}

@media (min-width: 768px) {
  .o-button--green-small {
    font-size: 12px;
    line-height: 15px;
  }
}

.o-button--green-large {
  padding: 18px 74px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.17px;
}

.o-button--green-disabled {
  background-color: #C7DAD6;
}

.o-button--green-disabled:hover {
  cursor: no-drop;
  background: #C7DAD6;
}

.o-button--skyJet,
.o-button--royalAir {
  background: #134B86;
  margin: 40px 0 20px 0;
}

@media (min-width: 768px) {
  .o-button--skyJet,
  .o-button--royalAir {
    margin: 30px auto 0px auto;
  }
}

@media (min-width: 1024px) {
  .o-button--skyJet {
    /*padding: 10px 30px;*/
    padding: 10px 5px;
    width: 120px;
    /*font-size: 12px;*/
    font-size: 10px;
    /*line-height: 15px;*/
    line-height: 10px;
  }
}

@media (min-width: 1024px) {
  .o-button--royalAir {
    padding: 10px 5px;
    /*padding: 10px 30px;*/
    width: 120px;
    /*font-size: 12px;*/
    font-size: 10px;
    /*line-height: 15px;*/
    line-height: 10px;
  }
}

.o-button--royalAir {
  background: #14846D;
}

.o-button--text {
  background: transparent;
  border: none;
  color: #134B86;
}

.o-buttons--text {
  background: transparent;
  border: none;
  color: #134B86;
}

@media (min-width: 1024px) {
  .o-button--text:hover {
    color: #0B3569;
  }
}

.o-input-field {
  padding: 5px 15px;
  width: 100%;
  border: 0.6px solid #b5b5b5;
  border-radius: 2px;
  font-size: 16px;
  line-height: 38px;
  color: #00234C;
  font-family: "Montserrat", san-serif;
}

.o-input-field::-webkit-input-placeholder {
  color: #969696;
}

.o-input-field::-moz-placeholder {
  color: #969696;
}

.o-input-field::-ms-input-placeholder {
  color: #969696;
}

.o-input-field::placeholder {
  color: #969696;
}

.o-input-field--option-1,
.o-input-field--option-3 {
  /*padding: 12px 15px;*/
  background-color: #FAFAFA;
  border: 0;
  border-radius: 3px;
  font-size: 10px;
  line-height: 15px;
}

.o-input-field--option-2 {
  padding: 10px;
  margin: 0 10px;
  vertical-align: middle;
  background: transparent;
  text-align: center;
  width: 230px;
  border: 0;
  border-bottom: 1px solid #B5C0CE;
  border-radius: 0;
  font-size: 17px;
  letter-spacing: 0.48px;
  line-height: 24px;
  color: #fff;
}

.o-input-field--option-2::-webkit-input-placeholder {
  color: #5f697a;
}

.o-input-field--option-2::-moz-placeholder {
  color: #5f697a;
}

.o-input-field--option-2::-ms-input-placeholder {
  color: #5f697a;
}

.o-input-field--option-2::placeholder {
  color: #5f697a;
}

.o-input-field--option-3 {
  background-image: url("../images/airlines-calendar-icon-gray.svg");
  background-position: 97% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.o-text-area {
  padding: 8px 16px;
  border: 0.6px solid #b5b5b5;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-family: "Montserrat", san-serif;
  font-size: 16px;
  line-height: 32px;
  color: #00234C;
}

.o-text-area::-webkit-input-placeholder {
  color: #969696;
}

.o-text-area::-moz-placeholder {
  color: #969696;
}

.o-text-area::-ms-input-placeholder {
  color: #969696;
}

.o-text-area::placeholder {
  color: #969696;
}

.o-input-checkbox {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  cursor: pointer;
}

.o-input-checkbox > input {
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 0.5px solid #979797;
  cursor: pointer;
}

.o-input-checkbox > input:checked ~ .checkmark,
.o-input-checkbox > input.is-checked ~ .checkmark {
  background: url("../images/checkbox-selected-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
}

.o-input-dropdown {
  width: 100%;
  padding: 7px 15px;
  border: 0.6px solid #b5b5b5;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat", san-serif;
  background-image: linear-gradient(45deg, transparent 50%, #031147 50%), linear-gradient(135deg, #031147 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(20px + 0px), calc(100% - 15px) calc(20px + 0px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
  color: #969696;
}

.o-input-dropdown.selected {
  color: #00234C;
  padding-right: 30px;
}

/*@media (min-width: 320px) {
  .o-input-dropdown.selected {
    display:none;
  }

  .viewportMobile {
    display:none;
  }
}

@media (min-width: 554px) {
  .o-input-dropdown.selected {
    display:none;
  }

  .viewportMobile {
    display:none;
  }
}

@media (min-width: 768px) {
  .o-input-dropdown.selected {
    display:none;
  }

  .viewportMobile {
    display:none;
  }
}
*/
.o-input-dropdown > option:selected {
  color: #00234C;
}

.o-input-dropdown > option:disabled,
.o-input-dropdown option:invalid {
  color: #969696;
}

.o-input-dropdown::-webkit-input-placeholder {
  color: #9B9B9B;
}

.o-input-dropdown::-moz-placeholder {
  color: #9B9B9B;
}

.o-input-dropdown::-ms-input-placeholder {
  color: #9B9B9B;
}

.o-input-dropdown::placeholder {
  color: #9B9B9B;
}

.o-input-dropdown--option-1 {
  /*padding: 12px 15px;*/
  background-color: #FAFAFA;
  border: 0;
  /*font-size: 12px;*/
  font-size: 10px;
  line-height: 15px;
  background-position: calc(100% - 20px) calc(20px + -5px), calc(100% - 15px) calc(20px + -5px);
}

.o-input-dropdown--option-2 {
  border: 1px solid #b5b5b5;
  border-radius: 2px;
  background-image: linear-gradient(45deg, transparent 50%, #031147 50%), linear-gradient(135deg, #031147 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #031147 50%), linear-gradient(135deg, #031147 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(20px + 0px), calc(100% - 15px) calc(20px + 0px);
}

.o-label {
  font-size: 14px;
  font-weight: 600;
  color: #797979;
  /*line-height: 18px;*/
}

.o-label--option-1 {
  color: #00234C;
  margin-bottom: 14px;
  font-size: 10px;
  /*line-height: 15px;*/
}

.o-label--option-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.o-error {
  display: block;
  margin-top: 6px;
  font-family: "Montserrat", san-serif;
  font-size: 12px;
  line-height: 25px;
  color: #C03804;
}

.o-input-group {
  width: 100%;
}

@media (min-width: 1024px) {
  .o-input-group {
    width: auto;
  }
}

.o-input-group .o-label {
  display: block;
  margin-bottom: 10px;
}

.o-input-group .o-input-field {
  border: 0.6px solid #b5b5b5;
}

.o-input-group--small .o-label {
  margin-bottom: 10px;
}

.o-form {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .o-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.o-form .p--hidden {
  display: block;
  margin-bottom: 33px;
}

.o-form .o-input-group {
  margin: 12px 0;
}

.o-form--hidden {
  overflow: hidden;
  max-height: 800px;
  -webkit-transition: max-height linear 300ms;
  transition: max-height linear 300ms;
}

.o-form--hidden.is-disabled {
  max-height: 220px;
}

.o-form--hidden.is-disabled .p--hidden {
  display: none;
}

.o-form--hidden .h1--border-bottom,
.o-form--hidden .h2--border-bottom {
  margin-bottom: 14px;
}

.o-form--hidden .o-input-group {
  margin-top: 25px;
}

.o-form.is-disabled .o-input-field,
.o-form.is-disabled .o-input-dropdown {
  background-color: #EBEBEB;
  border: 0.5px solid #979797;
  color: #969696;
  cursor: no-drop;
}

.o-form.is-disabled .o-input-dropdown {
  background-image: linear-gradient(45deg, transparent 50%, #CCCCCC 50%), linear-gradient(135deg, #CCCCCC 50%, transparent 50%);
}

.o-form__captcha {
  display: inline-block;
  margin: 30px auto 0 auto;
  width: 100%;
  text-align: left;
}

@media (min-width: 405px) {
  .o-form__captcha {
    padding: 0 25px;
  }
}

.o-form__captcha img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .o-form__captcha {
    padding: 0;
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    width: 49%;
    margin: 30px 0 0 0;
  }

  .o-form__captcha + .o-form__col--actions {
    width: 49%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin: 30px 0 0 0;
  }
}

.o-form__col {
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.o-form__col--section {
  margin-top: 50px;
  width: 100%;
}

@media (min-width: 1024px) {
  .o-form__col--section {
    width: auto;
  }
}

.o-form__col--section > p {
  font-size: 14px;
  line-height: 25px;
  margin: 16px 0;
}

@media (min-width: 1024px) {
  .o-form__col--section > p {
    font-size: 12px;
    line-height: 24px;
  }
}

.o-form__col--password {
  position: relative;
}

.o-form__col--password .js-password {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 10px;
  margin: auto 0;
  right: 15px;
  background: url("../images/show-icon.svg") no-repeat;
  background-size: contain;
}

.o-form__col--password .js-password--hidden {
  background: url("../images/hide-icon.svg") no-repeat;
}

.o-form__col--actions {
  text-align: center;
  margin: 30px auto 100px auto;
  width: 100%;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .o-form__col--actions {
    text-align: right;
    display: block;
    margin-top: 30px;
    width: auto;
    padding: 0;
  }
}

.o-form__col--actions .o-button--text {
  color: #797979;
}

.o-form__col--actions .o-button--green {
  width: 100%;
  padding: 8px 28px;
}

@media (min-width: 1024px) {
  .o-form__col--actions .o-button--green {
    max-width: 350px;
    width: auto;
  }
}

.o-form__col--terms {
  width: calc(100% / 2);
  width: 100%;
  padding: 0 25px;
}

@media (min-width: 1024px) {
  .o-form__col--terms {
    margin-bottom: 100px;
    width: auto;
    padding: 0;
  }
}

.o-form__col--terms .o-input-checkbox {
  margin-top: 15px;
  margin-right: 10px;
}

.o-form__col--terms p,
.o-form__col--terms .p--small {
  width: 88%;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  margin: 10px 0;
  font-size: 14px;
}

@media (min-width: 554px) {
  .o-form__col--terms p,
  .o-form__col--terms .p--small {
    width: 93%;
  }
}

@media (min-width: 768px) {
  .o-form__col--terms p,
  .o-form__col--terms .p--small {
    font-size: 12px;
  }
}

@media (min-width: 914px) {
  .o-form__col--terms p,
  .o-form__col--terms .p--small {
    width: 95%;
  }
}

.o-form__col-60 {
  -webkit-box-flex: 60%;
      -ms-flex: 60% 0 0px;
          flex: 60% 0 0;
}

.o-form__col-50 {
  -webkit-box-flex: 49%;
      -ms-flex: 49% 0 0px;
          flex: 49% 0 0;
}

.o-form__col-45 {
  -webkit-box-flex: 48%;
      -ms-flex: 48% 0 0px;
          flex: 48% 0 0;
}

.o-form__col-40 {
  -webkit-box-flex: 43%;
      -ms-flex: 43% 0 0px;
          flex: 43% 0 0;
}

.o-form__col-30 {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 0px;
          flex: 30% 0 0;
}

.o-form__col-10 {
  -webkit-box-flex: 10%;
      -ms-flex: 10% 0 0px;
          flex: 10% 0 0;
}

.o-fieldset {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 25px;
  margin-top: 44px;
  border: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .o-fieldset {
    padding: 0;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc((100% / 2) - 35px);
  }
}

.o-fieldset--margin-top {
  margin-top: 44px;
}

.o-fieldset .o-input-group:nth-of-type(1) {
  margin-top: 0px;
}

.o-form-div {
  display: block;
  background: #797979;
  opacity: 0.36;
  height: 3px;
  width: 85%;
  margin: 40px auto 17px auto;
  padding: 0 25px;
}

@media (min-width: 768px) {
  .o-form-div {
    width: 100%;
  }
}

a.o-form-option {
  position: absolute;
  right: 0;
  top: 0;
  color: #1484BE;
  font-size: 12px;
  line-height: 25px;
}

.o-tooltip {
  position: relative;
}

.o-tooltip:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/tooltip-icon.svg") no-repeat;
  background-size: contain;
}

.o-content-wrap {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

@media (min-width: 1024px) {
  header + .o-content-wrap {
    padding: 0 24px;
  }
}

.o-copy-wrap ul {
  margin-bottom: 30px;
  position: relative;
}

.o-copy-wrap li {
  font-family: "Montserrat", san-serif;
  font-size: 16px;
  line-height: 25px;
  color: #00234C;
  margin-bottom: 25px;
  padding-left: 35px;
}

.o-copy-wrap li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: 35px;
  line-height: 18px;
}

.o-image-wrap {
  overflow: hidden;
}

.o-image-wrap > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.o-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-flex-wrap--colrev-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .o-flex-wrap--colrev-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.o-flex-wrap-col-30 {
  -webkit-box-flex: 37%;
      -ms-flex: 37% 0 0px;
          flex: 37% 0 0;
}

.o-flex-wrap-col-50 {
  -webkit-box-flex: 55%;
      -ms-flex: 55% 0 0px;
          /*flex: 55% 0 0;*/
}

.o-date {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  padding: 5px 20px;
  border-radius: 3px;
  background: #2884B4;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; 
}

.ol--number {
  list-style-type: decimal;
  color: #00234C;
}

.ol--number > li {
  margin: 17px 0 17px 20px;
  padding-left: 10px;
}

.page-customer-care {
  margin-bottom: 44px;
}

@media (min-width: 768px) {
  .page-customer-care {
    margin-bottom: 88px;
  }
}

@media (min-width: 1024px) {
  .page-customer-care {
    padding: 0 24px;
  }
}

.page-customer-care__info {
  margin-top: 20px;
  padding: 38px;
  background: #F6F8FA;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
  color: #00234C;
}

.page-customer-care__info > div {
  margin: 12px 0;
}

.page-customer-care__info > div > img {
  margin-right: 13px;
}

.page-customer-care__info > .p,
.c-tab__content-data .page-customer-care__info > p {
  margin: 8px 0 20px 0;
}

.page-customer-care__info h1.h1 {
  padding: 0;
}

.page-customer-care__col-50 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.page-customer-care__col-50.o-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 25px;
}

@media (min-width: 1024px) {
  .page-customer-care__col-50.o-form {
    padding: 0;
    margin-left: 45px;
  }
}

.page-customer-care .o-form__col--actions {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .page-customer-care .o-form__col--actions {
    margin-bottom: 100px;
  }
}

.page-customer-care .h1 {
  padding-right: 25px;
}

@media (min-width: 1024px) {
  .page-customer-care .h1 {
    padding-left: inherit;
    padding-right: inherit;
  }
}

.page-customer-care .h1--border-bottom,
.page-customer-care .h2--border-bottom {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .page-customer-care .h1--border-bottom,
  .page-customer-care .h2--border-bottom {
    margin-bottom: 30px;
    padding-left: 0
  }
}

.page-purchase {
  padding: 47px 25px;
}

@media (min-width: 1300px) {
  .page-purchase {
    padding: 47px 0;
  }
}

.page-purchase__content {
  max-width: 950px;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .page-purchase__content {
    margin-bottom: 126px;
  }
}

.page-purchase .p,
.page-purchase .c-tab__content-data p,
.c-tab__content-data .page-purchase p {
  line-height: 25px;
}

.page-purchase .o-copy-wrap li {
  margin-bottom: 0;
}

.page-purchase .o-button--green {
  text-align: center;
}

@media (min-width: 768px) {
  .page-purchase .o-button--green {
    display: inline-block;
  }
}

.page-purchase .c-venue-events-list__header > h1,
.page-purchase .c-venue-events-list__footer > h1 {
  margin-bottom: 27px;
}

.page-calendar > .h1--page-title {
  margin-top: 52px;
  margin-bottom: 42px;
  color: #00234C;
}

@media (min-width: 1024px) {
  .page-calendar > .h1--page-title {
    margin: 52px 0 42px 0;
  }
}

.page-unsubscribe {
  margin: 55px auto 88px auto;
  padding: 0 25px;
}

@media (min-width: 1300px) {
  .page-unsubscribe {
    padding: 0;
  }
}

.page-unsubscribe .c-attention--success {
  color: #00234C;
}

.page-unsubscribe .o-copy-wrap {
  max-width: 880px;
}

.page-unsubscribe .p,
.page-unsubscribe .c-tab__content-data p,
.c-tab__content-data .page-unsubscribe p {
  margin: 8px 0;
  line-height: 25px;
}

.page-unsubscribe .p--medium {
  margin: 0 0 14px 0;
  font-weight: 600;
  line-height: 18px;
  color: #797979;
}

.page-unsubscribe .p--semi-bold {
  margin-bottom: 32px;
}

.page-unsubscribe .o-input-field {
  padding: 8px 16px;
  margin-bottom: 32px;
  line-height: 32px;
  width: 100%;
}

@media (min-width: 768px) {
  .page-unsubscribe .o-input-field {
    width: 550px;
  }
}

.page-unsubscribe .o-text-area {
  margin: 6px 0 33px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .page-unsubscribe .o-text-area {
    width: 550px;
  }
}

.page-unsubscribe .o-button {
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .page-unsubscribe .o-button {
    width: 174px;
  }
}

.page-search-results {
  margin-top: 58px;
  min-height: 296px;
}

.page-search-results .c-list__header {
  margin-bottom: 29px;
}

.page-search-results .c-list__items > li:first-of-type {
  border-top: 1px solid rgba(121, 121, 121, 0.36);
}

.page-search-results .c-list__items > li:last-of-type {
  border-bottom: 0;
}

.page-search-results .c-list__items .o-date {
  margin: 5px 6px;
}

@media (min-width: 1024px) {
  .page-account {
    padding: 0 24px;
  }
}

.page-account > .h1.h1--title.h1--page-title.h1--border-bottom,
.page-account > .h1.h1--title.h1--page-title.h2--border-bottom {
  margin: 50px 25px 0 25px;
}

@media (min-width: 1024px) {
  .page-account > .h1.h1--title.h1--page-title.h1--border-bottom,
  .page-account > .h1.h1--title.h1--page-title.h2--border-bottom {
    margin: 50px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .page-account .c-list__items--option-2,
  .page-account .c-list__items--option-3 {
    padding: 0;
  }
}

.page-account .c-list__items--zebra-odd.c-list__items--option-3 > ul li:last-of-type {
  background: #f5f5f5;
}

.page-account .c-list__items--option-4 li > .o-button--green {
  width: 100%;
}

@media (min-width: 768px) {
  .page-account .c-list__items--option-4 li > .o-button--green {
    width: 192px;
  }
}

.page-account .c-list > .h2.h2--border-bottom > span.js-modal__trigger {
  margin-left: 10px;
}

@media (min-width: 1024px) {
  .page-account .c-list > .h2.h2--border-bottom > span.js-modal__trigger {
    display: none;
  }
}

.page-account .c-modal__desc > .o-text-wrap .p:last-of-type,
.page-account .c-modal__desc > .o-text-wrap .c-tab__content-data p:last-of-type,
.c-tab__content-data .page-account .c-modal__desc > .o-text-wrap p:last-of-type {
  margin-bottom: 0;
}

.page-account .c-event__terms {
  margin-top: 47px;
}

.page-account .c-event__terms + .o-button--green {
  display: block;
  margin-left: auto;
}

.page-account .c-tab__nav + .o-text-wrap {
  margin-top: 60px;
  display: none;
}

@media (min-width: 1024px) {
  .page-account .c-tab__nav + .o-text-wrap {
    display: none;
  }

  .page-account .c-tab__nav + .o-text-wrap.is-active {
    display: block;
  }
}

@media (min-width: 1024px) {
  .page-terms-and-conditions {
    padding: 0 24px;
  }
}

.page-terms-and-conditions .c-tab__content-data {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .page-about {
    padding: 0 24px;
  }
}

.page-about .c-tab__content-data::nth-of-type(1) {
  margin-bottom: 53px;
}

.page-about .c-tab__content > div:first-child {
  margin-bottom: 53px;
}

@media (min-width: 1024px) {
  .page-register {
    padding: 0 24px;
  }
}

.page-register > h1:first-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .page-register > h1:first-of-type {
    margin-bottom: 30px;
  }
}



@media only screen and (max-width: 768px) {
  .c-calendar__day .h4--light:after {
      content: "";
      display: inline-block;
      position: relative;
      width: 12px;
      height: 12px;
      margin-left: 10px;
      background: url("../images/calendar.svg") no-repeat;
      background-size: contain;
  }
}








#seatsModal {
  min-height: 450px;
}








.dropbtn {
  background-color: #13B997;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  font-family: Arial;
  width: 300px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00234B;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 300px;
/*  height: 300px;
  overflow-y: scroll;*/
}

.show {display: block;}

#reg_fname, #reg_lname {
  text-transform: capitalize !important;   
}

#reg_email {
  text-transform: lowercase;
}

#quickBuySelect, #quickbuySelectMobile{
    color: transparent;
    background: none;
}

#quickBuySelect, #quickbuySelectMobile {
  opacity: 0;
  position: absolute;
  width: 255px;
  padding: 7px 15px;
  border: 0.6px solid #b5b5b5;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat", san-serif;
  background-image: linear-gradient(45deg, transparent 50%, #031147 50%), linear-gradient(135deg, #031147 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(20px + 0px), calc(100% - 15px) calc(20px + 0px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
  color: #969696;

}

 .viewport, .viewportMobile{
    text-align: left;
 }

 #day_display {
  text-transform: uppercase;
 }

 #loadingWhite {
  z-index: 10000;
 }

.showDates {
  background-color: #F7F7F7;
}









/*.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  height: 80px;
  background-color: #134B86;
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltiptext {
  padding: 30px 0 0 0;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #134B86 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}*/


.tooltip {
    display:inline-block;
    position:relative;
    text-align:center;
}

.tooltip .bottom {
    min-width:auto; 
    top:25px;
    left:50%;
    transform:translate(-50%, 0);
    padding:10px 20px;
    color:#fff;
    background-color:#134B86;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .bottom {
    display:block;
}

.tooltip .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#134B86;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.imagepop {
  max-height: 555px;
  max-width: 555px;
}


@media only screen and (max-width: 768px) {
  .c-event-banner__description img {
    width: 100% !important;
    height: auto !important;
  }
}

.column_aisle {
  margin-right:15px !important;  
}

.row_aisle {
  margin-bottom: 15px;
}

.disney_div {
  padding: 0 24px;
}

.emptyCartButton {
  width: 12px;
  height: 12px;
  padding: 8px;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../images/close-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
}

.main { 
    width: 800px;
    margin: 0 auto;
}

.sidebar    {
    width: 50px;
    float: left;
    font-size:12px;
}

.leftbar, .c-seats__stage  {
    margin-left: 50px;
}

#paypal-button-container {
  float: right;
  width: 240px;
}

.credit_card_payment, .paypal_payment {
  border:1px solid #134B86;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  height: 100px;
  width:100px;
  border-radius: 10px;
  padding: 10px;
}

#checkout {
  float: right;
}

.o-image-seagames {
  margin: 20px 0;
}

.o-image-seagames > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .o-image-seagames {
    width: 300px;
    padding: 30px 25px 20px 0;
  }
}

@media only screen and (max-width: 768px) { 
  .o-image-seagames > img {
    padding: 30px 25px 20px 25px;
  }

}