.controls-button {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ratio--16-9 {
  position: relative;
}
.ratio--16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.ratio--16-9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio--9-16 {
  position: relative;
}
.ratio--9-16:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.7777777778%;
  overflow: hidden;
}
.ratio--9-16 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio--4-5 {
  position: relative;
}
.ratio--4-5:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
}
.ratio--4-5 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio--1-1 {
  position: relative;
}
.ratio--1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.ratio--1-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*nav.desktop > div > ul > li:hover .dropdown, nav.desktop > div > ul > li:focus .dropdown {
  z-index: 10;
}*/

/*nav.desktop .dropdown, nav.desktop .dropdown.position-right, nav.desktop .dropdown.position-center, nav.desktop .dropdown.position-left {
  display: none;
}*/

/*nav.desktop li:hover .dropdown {
  display: block;
}*/

.faux-nav-bar.alert-present {
  display: none;
}

header .container-fluid {
  position: relative;
}

.mobile.alert-present {
  position: fixed;
  overflow-y: auto;
}
.mobile.alert-present + #page > nav.desktop {
  border-bottom: 0;
  height: 38px;
  position: relative;
}
.mobile.alert-present + #page > nav.desktop:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  left: 0;
  bottom: 0;
}

header {
  position: absolute;
}
header.scroll-fixed {
  position: fixed;
}

.tray--alert.scroll-fixed {
  z-index: -1;
}

@media (min-width: 768px) {
  header {
    position: fixed;
  }
}
.info__image a, .img-wrapper a, .alert__image a {
  display: block;
  position: relative;
}
.info__image a:after, .img-wrapper a:after, .alert__image a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1CBAE9;
  opacity: 0;
}
.info__image a:hover:after, .img-wrapper a:hover:after, .alert__image a:hover:after {
  opacity: 0.3;
}

.img-wrapper a {
  display: unset;
  position: unset;
}

body.no-scroll {
  overflow: hidden;
}

.tray--slider {
  background-color: #fff;
}

.slider {
  width: 100%;
  position: relative;
}
.slider__item {
  position: relative;
  z-index: 1;
}
.slider__item .img-wrapper {
  position: relative;
  overflow: hidden;
}
.slider__item .img-wrapper img {
  width: 100%;
  height: auto;
}
.slider__item .text-wrapper {
  position: absolute;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-size: 3rem;
  padding: 20px 60px 20px 20px;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}

.controls-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 60px;
  color: #1abbe9;
  font-size: 4rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.controls-button .fa {
  font-size: 2.4rem;
}
.controls-button--prev {
  left: 15px;
}
.controls-button--next {
  right: 15px;
}
.controls-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.tns-controls button {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 60px;
    color: #1abbe9;
    font-size: 2.4rem;
    cursor: pointer;
    display: block;
    margin-top: -30px;
    text-indent: -9999px;
    z-index: 1;
}
.tns-controls button:first-child {
    left: 15px;
}
.tns-controls button:last-child {
    right: 15px;
}
.tns-controls button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.tns-controls button:after {
    font-family: FontAwesome;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 40px;
    inset: 0;
    position: absolute;
    text-indent: 0;
    z-index: 1;
}
.tns-controls button:first-child:after {
    content: "\f053";
    text-indent: -5px;
}
.tns-controls button:last-child:after {
    content: "\f054";
    text-indent: 5x;
}

.tray {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tray--flush {
  padding-top: 0;
  padding-bottom: 0;
}

.tray--flush-top {
  padding-top: 0;
}

.tray--flush-bottom {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .slider {
    width: 100%;
    position: relative;
  }
  .slider__item .img-wrapper {
    position: relative;
    width: 280px;
    height: 400px;
    overflow: hidden;
  }
  .slider__item .img-wrapper img, .slider__item .img-wrapper video, .slider__item .img-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.tray--info {
  background-color: #fff;
}

.info-wrapper {
  display: flex;
  flex-direction: column;
}
.info-wrapper .info__image {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.info-wrapper .info__image img {
  width: 100%;
}
.info-wrapper .info__text {
  flex: 1;
}

@media (min-width: 768px) {
  .info-wrapper {
    flex-direction: row;
  }
  .info-wrapper .info__image {
    flex-basis: 25%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .info-wrapper .info__image img {
    width: 100%;
  }
  .info-wrapper .info__image {
    flex-basis: 25%;
  }
  .info-wrapper--images-right {
    flex-direction: row-reverse;
  }
  .info-wrapper--images-right .info__image {
    margin-right: 0;
    margin-left: 20px;
  }
}
.tray--alert {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.8rem;
}
.tray--alert--light {
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}
.tray--alert--dark {
  overflow: hidden;
  color: #fff;
  background-color: #333;
}
.tray--alert--dark .alert-wrapper {
  position: relative;
  z-index: 1;
}
.tray--alert--dark .alert-wrapper::after {
  content: "";
  position: absolute;
  left: -200px;
  top: -60px;
  opacity: 0.15;
  background-image: url("../img/siff-blue.png");
  background-size: 180px 101px;
  background-repeat: repeat-y;
  width: 180px;
  height: 200%;
  z-index: 9;
}
.tray--alert--dark a {
  color: #1CBAE9;
}
.tray--alert--dark a:hover {
  color: #0292ce;
}

.alert-wrapper {
  display: flex;
  flex-direction: column;
}
.alert-wrapper .alert__image {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.alert-wrapper .alert__image img {
  width: 100%;
}
.alert-wrapper .alert__text {
  flex: 1;
}
.alert-wrapper p:last-of-type {
  margin-bottom: 0;
}

.close-alert {
  position: absolute;
  right: 5px;
  top: -30px;
  background-color: transparent;
  border: 0;
  font-size: 2rem;
  color: #1abbe9;
  z-index: 100;
}

header.alert-present {
  position: relative;
}

#page.alert-present {
  padding-top: 0;
}

@media (min-width: 768px) {
  .alert-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .alert-wrapper .alert__image {
    flex-basis: 25%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .alert-wrapper .alert__image img {
    width: 100%;
  }
  .alert-wrapper .alert__image {
    flex-basis: 25%;
  }
}

/*# sourceMappingURL=igx.css.map */


/*Alert Class*/
.alert {
    color: red;
    font-weight: bold;
}

.subscribe-button {
    width: 108px;
}

    .subscribe-button:hover,
    .subscribe-button:focus {
        background: #0077A2;
    }

.elevent-widget-ticket .elevent-list-item.elevent-section-item.clickable-hover td.elevent-text-right a {
    display: none;
}

#spinner {
    z-index: -1;
}

.htmx-request #spinner {
    z-index: 1;
}

.htmx-request#spinner {
    z-index: 1;
}

.img-wrap .icon.centered {
    font-size: 50px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    position: absolute;
    top: 50%;
    width: 50px;
}
