@import 'base/animations.css';
@import 'base/webfonts.css';
body {
  font-family: "Blinker", sans-serif;
  color: #333;
}
body.no-scroll {
  overflow: hidden;
}

h1, h2, h3, h4 {
  font-family: "Raleway", sans-serif;
  color: #333;
}

h1 {
  color: #333;
}
@media (max-width: 600px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  color: #243855;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.2em;
  }
  .login-panel h3, .signup-panel h3 {
    font-size: 1.5em;
  }
}

html,
body {
  height: 100%;
  font-size: 16px;
}

body {
  background-color: #f2ede8;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-flow: column;
}
body.no-scroll {
  overflow: hidden;
}

body.security-signin {
  background-image: url("/assets/app/images/static/LATCo 2026 background.png");
  background-size: 100% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body.security-signin .portal-footer {
  background: rgba(0, 0, 0, 0);
}
body.security-signin .portal-header__background {
  background: rgba(0, 0, 0, 0);
}

.portal {
  /*Header*/
  /**Footer*/
}
.portal__content {
  flex: 1 0 auto;
  align-items: center;
  display: flex;
  padding: 20px 15px 40px 15px;
  flex-flow: column;
}
body.security-signin .portal__content {
  z-index: 10;
}
.portal__content > .row {
  width: 100%;
}
@media (max-width: 900px) {
  body.security-signin .portal__content {
    max-width: 95%;
  }
  body.booking-checkout .portal__content, body.booking-payment .portal__content {
    padding: 20px 0 40px 0;
  }
}
@media (max-width: 600px) {
  body.security-signin .portal__content {
    max-width: 100%;
    padding: 0;
  }
}
.portal-header {
  position: relative;
  flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  height: 240px;
  display: flex;
  /*align-items: center;*/
  color: #FFF;
  /*z-index: 11;*/
  padding-top: 40px;
}
@media (max-width: 600px) {
  .portal-header {
    height: 60px;
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    clip-path: none;
    padding-top: 0;
  }
}
.portal-header .row {
  height: 100%;
}
.portal-header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #243855;
  clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 100%);
}
@media (max-width: 600px) {
  .portal-header__background {
    clip-path: none;
  }
  .security-signin .portal-header__background {
    background: #FFFFFF;
  }
}
.portal-header__logo-container {
  display: flex;
  align-items: center;
}
.portal-header__logo-image {
  max-height: 75px;
  position: relative;
  top: -60px;
}
@media (max-width: 600px) {
  .portal-header__logo-image {
    max-height: 50px;
    top: 0;
  }
}
.portal-header__heading-container {
  display: flex;
  flex-flow: column;
}
@media (max-width: 600px) {
  .portal-header__heading-container {
    justify-content: center;
  }
}
.portal-header__event-name {
  color: #FFF;
}
@media (max-width: 900px) {
  .portal-header__event-name {
    display: none;
  }
}
@media (max-width: 1200px) {
  .portal-header__event-name {
    display: none;
  }
}
@media (max-width: 600px) {
  .portal-header__event-name {
    font-size: 26px;
    margin: 0;
  }
  .security-signin .portal-header__event-name {
    color: #243855;
  }
}
.portal-header__strapline {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  color: #FFF;
}
@media (max-width: 600px) {
  .portal-header__strapline {
    display: none;
  }
}
@media (max-width: 900px) {
  .portal-header__strapline {
    display: none;
  }
}
@media (max-width: 1200px) {
  .portal-header__strapline {
    display: none;
  }
}
.portal-header .container {
  position: relative;
}
.portal-footer {
  clip-path: polygon(0% 40%, 100% 0%, 100% 100%, 0% 100%);
  height: 200px;
  padding-top: 60px;
  background-color: var(--primary-color);
  border: none;
  position: relative;
  background: #243855;
  flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .portal-footer {
    clip-path: none;
    flex: 0 0 140px;
    padding: 0;
  }
}
.portal-footer__container {
  width: 100%;
  padding: 0 15px;
  background-color: transparent;
  color: #333;
}
.portal-footer__section {
  display: flex;
  align-items: center;
}
.portal-footer__copy {
  justify-content: center;
}
.portal-footer__text {
  margin: 0;
  font-size: 0.8rem;
  color: #FFF;
}
@media (max-width: 600px) {
  .portal-footer__text {
    display: none;
  }
}
.portal-footer__logo-container {
  justify-content: center;
}
.portal-footer__link {
  color: #FFC845;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.portal-footer__link:hover {
  color: #FF7A00;
}
@media (max-width: 600px) {
  .portal-footer__link {
    display: none;
  }
}
.portal-footer__logo-link {
  display: inline-block;
}
.portal-footer__logo-image {
  height: 70px;
  width: auto;
}
.portal-section {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.portal-section__header {
  font-weight: 600;
  text-transform: uppercase;
  border-left: 5px solid #FFC845;
  margin: 20px 0 40px 0;
  padding-left: 20px;
  color: #243855;
  /*background-image: linear-gradient( 45deg, #f9d2cf, transparent);*/
}
.portal-section__header--small {
  font-size: 36px;
}
.portal-section__header > span {
  display: block;
}
.portal-section__subheading {
  text-transform: none;
  font-size: 30px;
  font-weight: 300;
}
.portal-section__description, .att-panel__description {
  margin: 20px 0 15px 0;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #FFF;
}
.portal-section__description-text {
  margin: 0;
}
@media (max-width: 360px) {
  .portal-section__description, .att-panel__description {
    font-size: 14px;
  }
}
.portal-section__description--notice {
  border: 1px solid #FF7A00;
  background-color: rgb(252, 222, 219);
  color: #FF7A00;
  font-weight: 600;
}

.background__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  width: 110%;
  display: none;
}
.background__stripe {
  height: 50px;
  /*border-radius: 25px;*/
  margin: 10px;
  /*border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #FFF;
  opacity: 0.03;
  animation-name: pop-login;
  animation-duration: 0.2s;
  animation-fill-mode: backwards;
}
.background__stripe-1 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-2 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-3 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-4 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-5 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-6 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-7 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-8 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-9 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-10 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-11 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-12 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-13 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-14 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-15 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-16 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-17 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-18 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-19 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-20 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-21 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-22 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-23 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-24 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-25 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-26 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-27 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-28 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-29 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-30 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-31 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-32 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-33 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-34 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-35 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-36 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-37 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-38 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-39 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-40 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-41 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-42 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-43 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-44 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-45 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-46 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-47 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-48 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-49 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-50 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-51 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-52 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-53 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-54 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-55 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-56 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-57 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-58 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-59 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-60 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-61 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-62 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-63 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-64 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-65 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-66 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-67 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-68 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-69 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-70 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-71 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-72 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-73 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-74 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-75 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-76 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-77 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-78 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-79 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-80 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-81 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-82 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-83 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-84 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-85 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-86 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-87 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-88 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-89 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-90 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-91 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-92 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-93 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-94 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-95 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-96 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-97 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-98 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-99 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-100 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-101 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-102 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-103 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-104 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-105 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-106 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-107 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-108 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-109 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-110 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-111 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-112 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-113 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-114 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-115 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-116 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-117 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-118 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-119 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-120 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-121 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-122 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-123 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-124 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-125 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-126 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-127 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-128 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-129 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-130 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-131 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-132 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-133 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-134 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-135 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-136 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-137 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-138 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-139 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-140 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-141 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-142 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-143 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-144 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-145 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-146 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-147 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-148 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-149 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-150 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-151 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-152 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-153 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-154 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-155 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-156 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-157 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-158 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-159 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-160 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-161 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-162 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-163 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-164 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-165 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-166 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-167 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-168 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-169 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-170 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-171 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-172 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-173 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-174 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-175 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-176 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-177 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-178 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-179 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-180 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-181 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-182 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-183 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-184 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-185 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-186 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-187 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-188 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-189 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-190 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-191 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-192 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-193 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-194 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-195 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-196 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-197 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-198 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-199 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-200 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-201 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-202 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-203 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-204 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-205 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-206 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-207 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-208 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-209 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-210 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-211 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-212 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-213 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-214 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-215 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-216 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-217 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-218 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-219 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-220 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-221 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-222 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-223 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-224 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-225 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-226 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-227 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-228 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-229 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-230 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-231 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-232 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-233 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-234 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-235 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-236 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-237 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-238 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-239 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-240 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-241 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-242 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-243 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-244 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-245 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-246 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-247 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-248 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-249 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-250 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-251 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-252 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-253 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-254 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-255 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-256 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-257 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-258 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-259 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-260 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-261 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-262 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-263 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-264 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-265 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-266 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-267 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-268 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-269 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-270 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-271 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-272 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-273 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-274 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-275 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-276 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-277 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-278 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-279 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-280 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-281 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-282 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-283 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-284 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-285 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-286 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-287 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-288 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-289 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-290 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-291 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-292 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-293 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-294 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-295 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-296 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-297 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-298 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-299 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-300 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-301 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-302 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-303 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-304 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-305 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-306 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-307 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-308 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-309 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-310 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-311 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-312 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-313 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-314 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-315 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-316 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-317 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-318 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-319 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-320 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-321 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-322 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-323 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-324 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-325 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-326 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-327 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-328 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-329 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-330 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-331 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-332 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-333 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-334 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-335 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-336 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-337 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-338 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-339 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-340 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-341 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-342 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-343 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-344 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-345 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-346 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-347 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-348 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-349 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-350 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-351 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-352 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-353 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-354 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-355 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-356 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-357 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-358 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-359 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-360 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-361 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-362 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-363 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-364 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-365 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-366 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-367 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-368 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-369 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-370 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-371 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-372 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-373 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-374 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-375 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-376 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-377 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-378 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-379 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-380 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-381 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-382 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-383 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-384 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-385 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-386 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-387 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-388 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-389 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-390 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-391 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-392 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-393 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-394 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-395 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-396 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-397 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-398 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-399 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-400 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-401 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-402 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-403 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-404 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-405 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-406 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-407 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-408 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-409 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-410 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-411 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-412 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-413 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-414 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-415 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-416 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-417 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-418 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-419 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-420 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-421 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-422 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-423 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-424 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-425 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-426 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-427 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-428 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-429 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-430 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-431 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-432 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-433 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-434 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-435 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-436 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-437 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-438 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-439 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-440 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-441 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-442 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-443 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-444 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-445 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-446 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-447 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-448 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-449 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-450 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-451 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-452 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-453 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-454 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-455 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-456 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-457 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-458 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-459 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-460 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-461 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-462 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-463 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-464 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-465 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-466 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-467 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-468 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-469 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-470 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-471 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-472 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-473 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-474 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-475 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-476 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-477 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-478 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-479 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-480 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-481 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-482 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-483 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-484 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-485 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-486 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-487 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-488 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-489 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-490 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-491 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-492 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-493 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-494 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-495 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-496 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-497 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-498 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-499 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-500 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-501 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-502 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-503 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-504 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-505 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-506 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-507 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-508 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-509 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-510 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-511 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-512 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-513 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-514 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-515 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-516 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-517 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-518 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-519 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-520 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-521 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-522 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-523 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-524 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-525 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-526 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-527 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-528 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-529 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-530 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-531 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-532 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-533 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-534 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-535 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-536 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-537 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-538 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-539 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-540 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-541 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-542 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-543 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-544 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-545 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-546 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-547 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-548 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-549 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-550 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-551 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-552 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-553 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-554 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-555 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-556 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-557 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-558 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-559 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-560 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-561 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-562 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-563 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-564 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-565 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-566 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-567 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-568 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-569 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-570 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-571 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-572 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-573 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-574 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-575 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-576 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-577 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-578 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-579 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-580 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-581 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-582 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-583 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-584 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-585 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-586 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-587 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-588 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-589 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-590 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-591 {
  background-color: #243855;
  width: 51px;
}
.background__stripe-592 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-593 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-594 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-595 {
  background-color: #FF7A00;
  width: 51px;
}
.background__stripe-596 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-597 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-598 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-599 {
  background-color: #FFC845;
  width: 51px;
}
.background__stripe-600 {
  background-color: #243855;
  width: 51px;
}

.panelled__block, .home-booking__block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.panelled__block .panelled-section:nth-child(1n), .home-booking__block .panelled-section:nth-child(1n) {
  margin-right: 0;
  margin-left: 10px;
}
.panelled__block .panelled-section:nth-child(1n+1), .home-booking__block .panelled-section:nth-child(1n+1) {
  margin-left: 0;
  margin-right: 10px;
}
.panelled-section {
  display: flex;
  margin: 10px 5px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% / 1) - 10px);
  margin-bottom: 25px;
  -ms-flex-flow: column;
  flex-flow: column;
  border-top: none;
  position: relative;
  border: none;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.panelled-section__title, .booking-summary-section__title {
  background: #243855;
  padding: 10px;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.6rem;
}
.panelled-section__body {
  padding: 15px 20px;
  margin-top: 10px;
  flex: 1 0 auto;
}
.panelled-section__body--centered {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.panelled-section__footer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 20px 20px 20px;
  flex-wrap: wrap;
}
.panelled-section__description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin: 15px 0 0 0;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.panelled-section__description--white {
  background-color: white;
}

@media screen and (max-width: 768px) {
  .panelled__block .panelled-section:nth-child(1n), .home-booking__block .panelled-section:nth-child(1n) {
    margin-left: 0;
  }
  .panelled__block .panelled-section:nth-child(1n+1), .home-booking__block .panelled-section:nth-child(1n+1) {
    margin-right: 0;
  }
  .panelled-section {
    flex: 1 1 100%;
  }
}
.alert {
  /**Classic style alerts (Like bootstrap just adapting the colours)*/
  /**Solid style alerts*/
  /*Close button*/
}
.alert__validation-errors {
  /*No way of doing this BEM like as is returned by the server as a plain ul*/
}
.alert__validation-errors ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.alert--big {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 20px;
}
.alert--info {
  border-color: #058ED9;
  background: #d5effe;
  color: #0479b8;
}
.alert--success {
  border-color: #54c08a;
  background: #e5f6ed;
  color: #43b67c;
}
.alert--warning {
  border-color: #FF9F1C;
  background: #fff5e8;
  color: #ff9300;
}
.alert--danger {
  border-color: #dc3545;
  background: #fae1e3;
  color: #c62232;
}
.alert--info-solid {
  border-color: #058ED9;
  background: #058ED9;
  color: #FFFFFF;
  font-weight: 300;
}
.alert--success-solid {
  border-color: #54c08a;
  background: #54c08a;
  color: #FFFFFF;
  font-weight: 300;
}
.alert--warning-solid {
  border-color: #FF9F1C;
  background: #FF9F1C;
  color: #FFFFFF;
  font-weight: 300;
}
.alert--danger-solid {
  border-color: #dc3545;
  background: #dc3545;
  color: #FFFFFF;
  font-weight: 300;
}
.alert--order-confirmed {
  border-color: #FFC845;
  background: #f6f090;
  color: #243855;
  font-weight: 400;
}
.alert__close {
  color: #FFFFFF;
  opacity: 1;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-shadow: none;
}
.alert__close:active, .alert__close:focus {
  outline: 0;
}
.alert__close:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  opacity: 1;
  color: #FFFFFF;
}
.alert__close:hover:active {
  text-shadow: none;
}
.alert__close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.alert__close--info {
  color: #058ED9;
}
.alert__close--info:hover {
  color: #058ED9;
}
.alert__close--success {
  color: #54c08a;
}
.alert__close--success:hover {
  color: #54c08a;
}
.alert__close--warning {
  color: #FF9F1C;
}
.alert__close--warning:hover {
  color: #FF9F1C;
}
.alert__close--danger {
  color: #dc3545;
}
.alert__close--danger:hover {
  color: #dc3545;
}

body {
  position: relative;
  left: 0;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
body.basket--opened {
  left: calc(-320px / 2 );
  -moz-transition: 0.4s left 0.1s;
  -o-transition: 0.4s left 0.1s;
  -webkit-transition: 0.4s left 0.1s;
  transition: 0.4s left 0.1s;
}

.basket {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  flex-flow: column;
  background: #FFF;
  /*border: 2px solid $event-color;*/
  z-index: 2;
}
.basket__item-count {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FF7A00;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 1;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-10px, 10px) scale(1);
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.basket__open-button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%) scale(1);
  font-size: 1.5rem;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #243855;
  color: #FFF;
  z-index: 1;
  border: 1px solid #FFF;
  border-right: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  text-decoration: none;
}
.basket__open-button:hover {
  border-color: #243855;
  width: 55px;
  color: #FFF;
  text-decoration: none;
}
.basket__open-button:hover .basket__item-count {
  transform: translate(-10px, 10px) scale(0);
}
.basket__close-button {
  display: none;
  position: absolute;
  top: 15px;
  right: 8px;
  font-size: 1.5rem;
  background: #FFF;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background: #243855;
  color: #FFF;
  -webkit-animation: close-button-in 0.3s ease-in 1;
  -webkit-animation-delay: 0.3s;
  animation: close-button-in 0.3s ease-in 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.275s;
  -o-transition: all 0.275s;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.basket__close-button:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #FFC845;
}
.basket__container {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 320px;
  display: flex;
  flex-flow: column;
  z-index: 13;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
}
.basket__container.basket--opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.basket__container.basket--opened .basket__open-button {
  -webkit-transform: translate(0, -50%) scale(0.7);
  -ms-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.basket__container.basket--opened .basket__close-button {
  display: flex;
}
.basket__container.basket--opened + .basket__overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.3);
}
.basket__overlay {
  display: none;
  -webkit-animation: fade-in 0.3s ease-in 1;
  animation: fade-in 0.3s ease-in 1;
  animation-fill-mode: forwards;
  opacity: 0;
}
.basket__title {
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 10px 35px 15px;
  background: #243855;
  color: #FFF;
  margin: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
}
.basket__body {
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  flex: 1 1 100%;
  overflow-y: auto;
  padding: 20px 15px;
}
.basket__footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px 10px 20px 10px;
  border-top: 1px solid #CCC;
  background: rgba(36, 56, 85, 0.08);
}
.basket__totals {
  width: 220px;
  margin: 10px auto 20px auto;
}
.basket__current-attendee {
  flex: 1 1 50%;
}
.basket__attendee {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.basket__attendee-icon {
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
  margin-right: 10px;
  font-size: 1.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.basket__attendee-details {
  display: flex;
  flex-flow: column;
}
.basket__attendee-name {
  line-height: 1;
  font-weight: 600;
}
.basket__attendee-list {
  margin: 0;
  padding: 0;
}
.basket__attendee-item {
  display: flex;
  flex-flow: column;
  padding: 5px;
  margin: 5px 0;
  border: 1px dashed #243855;
}
.basket__attendee-price {
  text-align: right;
  font-weight: 600;
}
.basket__attendance-type {
  font-style: italic;
  /*font-weight: 300;*/
}
.basket__item-list {
  padding: 0;
  list-style: none;
  /*font-size: 0.9rem;*/
  margin-bottom: 0;
}
.basket__item {
  display: flex;
  flex-flow: column;
  margin: 8px 0;
  padding: 5px 5px 5px 10px;
  /* border: 1px solid; */
  background: #f4f7fa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.basket__item-name {
  line-height: 1;
  display: flex;
}
.basket__item-text {
  flex: 1 1 100%;
}
.basket__item-price {
  font-weight: 600;
  text-align: right;
}
.basket__delete-item {
  color: #dc3545;
  padding: 0;
  width: 24px;
  height: 24px;
  background: #d6e0ee;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  top: -5px;
  right: -5px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.basket__subtotal {
  padding: 5px 10px;
  display: flex;
  background: #f5f5f5;
  font-weight: 600;
  margin-bottom: 20px;
}
.basket__subtotal-text {
  flex: 1;
}
.basket__others {
  flex: 1 1 50%;
}
.basket__others-title {
  display: flex;
  padding: 3px 5px;
  background: #243855;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 300;
}

.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5rem 0.75rem;
  font-size: 1.1rem;
  min-width: 200px;
  margin: 0 1%;
  text-align: center;
  text-decoration: none;
  border: none;
  font-weight: 300;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /*@include box-shadow(0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08));*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Blinker", sans-serif;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .button,
  a.button {
    min-width: 140px;
    width: 100%;
    width: calc(100% - 30px);
    margin: 5px 0;
  }
}
@media (max-width: 360px) {
  .button,
  a.button {
    max-width: 300px;
  }
}
.button:hover,
a.button:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.button:active, .button:active:hover,
a.button:active,
a.button:active:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.button:disabled,
a.button:disabled {
  opacity: 0.7;
  box-shadow: none;
}
.button:disabled:hover,
a.button:disabled:hover {
  box-shadow: none;
}
.button:focus, .button:active,
a.button:focus,
a.button:active {
  outline: 0;
}
.button--font-1,
a.button--font-1 {
  font-family: "Blinker", sans-serif;
}
.button--no-shadow,
a.button--no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button--light-weight,
a.button--light-weight {
  font-weight: 300;
}
.button--primary,
a.button--primary {
  background-color: #243855;
  color: #FFF;
}
.button--secondary,
a.button--secondary {
  background-color: #FF7A00;
  color: #FFF;
}
.button--terciary,
a.button--terciary {
  background-color: #FFC845;
  color: #FFF;
}
.button--dark,
a.button--dark {
  background-color: #333;
  color: #FFF;
}
.button--light,
a.button--light {
  background-color: #DDDDDD;
  color: #333;
}
.button--info,
a.button--info {
  background-color: #058ED9;
  color: #FFF;
}
.button--warning,
a.button--warning {
  background-color: #FF9F1C;
  color: #FFF;
}
.button--danger,
a.button--danger {
  background-color: #dc3545;
  color: #FFF;
}
.button--success,
a.button--success {
  background-color: #54c08a;
  color: #FFF;
}
.button--form-builder,
a.button--form-builder {
  background-color: #FF7A00;
  color: #FFF;
}
.button--loading,
a.button--loading {
  padding-left: 30px;
  -moz-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}
.button--disabled,
a.button--disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
.button--disabled::after,
a.button--disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  animation: fade-in 0.4s linear;
}
.button__icon,
a.button__icon {
  font-size: 1.2em;
  margin-right: 5px;
}
.button__icon--left,
a.button__icon--left {
  left: 15px;
}
.button__icon--right,
a.button__icon--right {
  right: 15px;
}
.button__loading-icon,
a.button__loading-icon {
  position: absolute;
  left: 10px;
}

.contact-card {
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 10px 5px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% / 2) - 10px);
  min-width: 320px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #FFF;
}
.contact-card-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-card--current {
  /*border: 1px solid $color-terciary;*/
}
.contact-card__heading {
  background: #243855;
  padding: 5px 10px;
}
.contact-card__heading--current {
  background: #FF7A00;
}
.contact-card__title {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
}
.contact-card__title--current {
  font-weight: 400;
}
.contact-card__body {
  padding: 15px;
  flex: 1 0 auto;
}
.contact-card__footer {
  padding: 0 15px 15px 15px;
  text-align: center;
}
.contact-card__row {
  display: flex;
  margin-bottom: 5px;
}
.contact-card__label {
  font-weight: 600;
  margin: 0 10px 0 0;
  flex: 0 0 100px;
  text-align: right;
}
.contact-card__text {
  word-break: break-all;
}

.form {
  /*Placeholder styles. It has to go on individual rules. Repeating the css!*/
  /*Placeholder styles. It has to go on individual rules. Repeating the css!*/
  /*Demographics*/
}
.form__container {
  width: 100%;
  position: relative;
  padding: 15px 40px;
  /*border: 1px solid $form-border-color;*/
  background-color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  .form__container {
    padding: 15px 20px;
    border: none;
  }
}
.form__container--attendee-details {
  border: none;
  padding: 0;
}
.form__container--product {
  padding: 5px 10px;
  border: 1px dashed #7697c5;
  background: #f1f5f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 25px;
}
.form__section {
  padding-bottom: 20px;
  position: relative;
}
.form__table-section {
  max-width: 100%;
}
.form__header {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.7em;
  text-transform: uppercase;
  color: #20324d;
  margin: 20px 0 25px 0;
  /*background: scale-color($event-color, $lightness:85%);*/
  background: #FFF;
  border-left: 5px solid #243855;
  padding: 0.4rem 20px;
  border-bottom: none;
  /*color: $color-primary;
  display: block;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 2px solid $event-color;
  */
}
.form__header--attendee-details {
  background: #FFF;
  border-left: 5px solid #243855;
  padding: 5px 20px 5px 20px;
  color: #20324d;
  border-bottom: none;
}
.form--small {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.form--medium {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.form--bordered {
  /*border: 1px solid $form-border-color;*/
  border: none;
  padding: 20px 20px 10px 20px;
  border-radius: 3px;
  background: #FFF;
}
@media (max-width: 600px) {
  .form--bordered {
    padding: 15px 0;
    border: none;
  }
}
.form__row {
  margin: 15px 0;
  position: relative;
  width: 100%;
  /*Validation*/
  /*Styles for currency input field. Class on the wrapping div as input do not have ::after and ::before*/
}
.form__row--color {
  width: 100px;
}
.form__row--extra {
  margin: 0 0 0 20px;
  flex: 0 1 300px;
  display: none;
}
.form__row i.fa.fa-exclamation-circle, .form__row i.fa.fa-check, .form__row i.fad.remote-check-icon {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 25px;
  z-index: 1;
}
.form__row .form__input--ignore-valid ~ i.fa.fa-check {
  display: none;
}
.form__row--hidden-validation i.fa.fa-exclamation-circle, .form__row--hidden-validation i.fa.fa-check, .form__row--hidden-validation label.error {
  display: none !important;
}
.form__row--multi > i.fa.fa-exclamation-circle, .form__row--multi > i.fa.fa-check {
  top: 0;
  bottom: auto;
  right: -30px;
}
.form__row--multi > label.error, .form__row--multi .form__list-item--radio label.error {
  bottom: auto;
  top: -48px;
}
.form__row--textarea > i.fa.fa-exclamation-circle, .form__row--textarea > i.fa.fa-check {
  top: 38px;
  bottom: auto;
  right: -30px;
}
.form__row--textarea > label.error {
  bottom: auto;
  top: -10px;
}
.form__row.form__panel i.fa.fa-exclamation-circle, .form__row.form__panel i.fa.fa-check {
  top: 10px;
  right: 30px;
}
.form__row i.fa.fa-exclamation-circle {
  color: #dc3545;
}
.form__row i.fa.fa-check {
  color: #54c08a;
}
.form__row.ignore-valid i.fa.fa-check {
  display: none;
}
.form__row--currency {
  position: relative;
}
.form__row--currency input[type=text] {
  padding-left: 50px;
}
.form__row--currency .currency-symbol {
  display: inline-flex;
  position: absolute;
  left: 1px;
  top: 26px;
  height: 38px;
  width: 38px;
  align-items: center;
  justify-content: center;
}
.form__row--currency .currency-symbol i {
  font-size: 22px;
}
.form__row--50 {
  width: 50%;
}
.form__label {
  font-size: 1em;
  text-align: left;
  display: block;
  font-family: "Blinker", sans-serif;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.3rem;
  cursor: pointer;
  display: inline-block;
}
.form__label--required::after {
  content: "*";
  color: #FF7A00;
  margin-left: 3px;
}
.form__label--inline {
  display: inline;
}
.form__label--thin {
  font-weight: normal;
}
.form__input, .form__textarea, .form__select, .form__color {
  border: 1px solid #e0e2e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /*@include box-shadow(inset 2px 2px 5px 0px rgba(0,0,0,0.05));*/
  padding: 5px 10px;
  font-size: 15px;
  width: 100%;
  font-family: "Blinker", sans-serif;
  color: #333;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #FFFFFF;
}
.form__input:focus, .form__textarea:focus, .form__select:focus, .form__color:focus {
  outline: none;
  border-color: #3b5c8c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c8d5e8;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c8d5e8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c8d5e8;
}
.form__input.form__element--invalid, .form__textarea.form__element--invalid, .form__select.form__element--invalid, .form__color.form__element--invalid {
  border-color: #ed969f;
  border-style: dashed;
}
.form__input.form__element--invalid:focus, .form__textarea.form__element--invalid:focus, .form__select.form__element--invalid:focus, .form__color.form__element--invalid:focus {
  -webkit-box-shadow: 0 0 10px #f5c2c7;
  -moz-box-shadow: 0 0 10px #f5c2c7;
  box-shadow: 0 0 10px #f5c2c7;
}
.form__input, .form__select, .form__color {
  height: 40px;
}
.form__color {
  width: 50px;
  padding: 0 3px;
  cursor: pointer;
}
.form__input--rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.form__input--addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form__textarea {
  resize: none;
}
.form__select option:first-of-type {
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__input-group {
  display: flex;
}
.form__addon {
  flex: 1 1 50px;
  background: #243855;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  white-space: nowrap;
}
.form__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__input::-moz-placeholder { /* Firefox 19+ */
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__input:-ms-input-placeholder { /* IE 10+ */
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__input:-moz-placeholder { /* Firefox 18- */
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__textarea::-moz-placeholder { /* Firefox 19+ */
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__textarea:-ms-input-placeholder { /* IE 10+ */
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__textarea:-moz-placeholder { /* Firefox 18- */
  color: #c1c6c9;
  font-weight: 100;
  font-style: italic;
}
.form__input--with-icon {
  padding-left: 45px;
  padding-right: 45px;
}
.form__input--with-icon:focus ~ .form__input-icon {
  color: #243855;
}
.form__input--with-icon:focus ~ .form__input-icon--show-pass {
  display: block;
}
.form__input-icon {
  font-size: 1.5rem;
  position: absolute;
  color: #304a70;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  bottom: 9px;
}
.form__input-icon--left {
  left: 13px;
}
.form__input-icon--right {
  right: 13px;
}
.form__input-icon--show-pass {
  right: 40px;
  display: none;
}
.form__row-actions {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  clear: both;
  justify-content: center;
  align-items: center;
}
@media (max-width: 360px) {
  .form__row-actions {
    flex-flow: column;
  }
}
.form__row-actions--main {
  background: #FFF;
  border-top: 1px solid #e4eaf3;
  position: fixed;
  bottom: 0;
  left: 210px;
  right: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  z-index: 10;
  padding: 5px 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.form__row-actions--main.slide-up {
  animation-delay: 0.5s;
}
.form__row-actions--main .button {
  margin: 5px;
  height: 47px;
  min-width: 180px;
}
.form__row-actions--main .button i {
  display: none;
}
.form__input-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.form__list-item {
  display: flex;
  align-items: center;
  margin: 5px;
  flex-wrap: wrap;
}
.form__list-item .form__checkbox {
  margin-right: 5px;
}
.form__list-item label {
  margin: 0;
}
.form__list-item-group-name {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.form__button {
  width: 49%;
  max-width: 250px;
}
.form__DemographicsForm .form__row {
  max-width: 560px;
  width: 100%;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .form__row--50 {
    width: 100%;
  }
}
/*Individual field validation*/
label.error,
.login-panel__right label.error {
  display: block;
  position: absolute;
  right: 0;
  bottom: 46px;
  margin: 0;
  background: #fcebec;
  border: 1px solid #f5c2c7;
  color: #dc3545;
  padding: 5px 15px 6px 15px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-animation: 0.2s pop 0.1s ease-in 1 forwards;
  -moz-animation: 0.2s pop 0.1s ease-in 1 forwards;
  -o-animation: 0.2s pop 0.1s ease-in 1 forwards;
  animation: 0.2s pop 0.1s ease-in 1 forwards;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  font-weight: 400;
  z-index: 1;
  font-size: 0.9em;
  white-space: nowrap;
}

.form__panel label.error,
.input-group label.error {
  top: -40px;
}

.form__panel label.error {
  right: 20px;
}

label.error:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #f5c2c7;
  position: absolute;
  bottom: -13px;
  right: 14px;
  z-index: 1;
}

label.error:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #fcebec;
  position: absolute;
  bottom: -11px;
  right: 14px;
  z-index: 2;
}

.ignore label.error {
  display: none;
}

/*Validation*/
.validation-summary-valid {
  display: none;
}

.error-summary {
  display: none;
  border: 1px solid #dc3545;
  padding: 8px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 100;
  margin-top: 15px;
  padding: 10px 15px;
  color: #dc3545;
  text-align: center;
  background: rgba(249, 192, 159, 0.2);
}

.error-summary.success-summary {
  border: 1px solid #9FCE20;
  color: #9FCE20;
  background: rgba(238, 248, 211, 0.2);
}

.error-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.error-list li {
  margin: 4px 0px;
}

.exhibitor-form-send-msg {
  position: relative;
  top: -8px;
}

/**Posting form waiting spinner*/
.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.loading-wrap > i.fa-spin {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: var(--primary-color);
}

/*Radio styles*/
.form__radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  visibility: hidden;
}
.form__radio-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form__radio-container:hover input ~ .form__radio-checkmark {
  background-color: rgba(51, 51, 51, 0.3);
}
.form__radio-container:hover input:checked ~ .form__radio-checkmark {
  background-color: #FFC845;
}
.form__radio:checked ~ .form__radio-checkmark {
  background-color: #FFC845;
}
.form__radio:checked ~ .form__radio-checkmark:after {
  display: block;
}
.form__radio-checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  flex: 0 0 16px;
  background-color: rgba(51, 51, 51, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 5px;
}
.form__radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFC845;
  top: 50%;
  border: 2px solid #FFF;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: pop-centered;
  animation-duration: 0.2s;
}

.form__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  visibility: hidden;
}
.form__checkbox-container {
  display: flex;
  /*align-items: center;*/
  cursor: pointer;
}
.form__checkbox-container--inline {
  display: block;
}
.form__checkbox-container:hover input ~ .form__checkbox-checkmark {
  background-color: rgba(51, 51, 51, 0.3);
}
.form__checkbox-container:hover input:checked ~ .form__checkbox-checkmark {
  background-color: #FFC845;
}
.form__checkbox:checked ~ .form__checkbox-checkmark {
  background-color: #FFC845;
}
.form__checkbox:checked ~ .form__checkbox-checkmark:after {
  display: block;
}
.form__checkbox-checkmark {
  position: relative;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  flex: 0 0 16px;
  background-color: rgba(51, 51, 51, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 5px;
  display: inline-block;
}
.form__checkbox-checkmark--inline {
  top: 3px;
}
.form__checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #FFC845;
  top: 50%;
  border: 2px solid #FFF;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: pop-centered;
  animation-duration: 0.2s;
}

.portal-dialog {
  display: flex;
  flex-flow: column;
  -ms-flex-flow: column;
  font-size: 1rem;
  padding: 0;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.portal-dialog .ui-dialog-titlebar.ui-corner-all {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.portal-dialog .ui-dialog-titlebar {
  background: none;
  background-color: #243855;
  border-color: #243855;
}
.portal-dialog span.ui-dialog-title {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.portal-dialog.ui-dialog .ui-dialog-titlebar-close {
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  border: none;
  background: #243855;
}
.portal-dialog.ui-dialog .ui-dialog-titlebar-close::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  color: #DDDDDD;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.portal-dialog.ui-dialog .ui-dialog-titlebar-close:hover::after {
  color: #333;
}
.portal-dialog.ui-dialog .ui-dialog-titlebar-close span {
  background-image: none;
}
.portal-dialog.ui-dialog .ui-dialog-content {
  flex: 1 1 100%;
  display: block;
  width: auto;
  min-height: 20px;
  height: auto;
  font-family: "Blinker", sans-serif;
  padding: 20px;
}
.portal-dialog.ui-dialog .ui-dialog-buttonpane {
  padding: 0 0 5px 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.portal-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
}
.portal-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  min-width: 150px;
  font-family: "Blinker", sans-serif;
  padding: 6px;
  font-weight: 300;
}
.portal-dialog--dark .ui-dialog-titlebar {
  background-color: #333;
  border-color: #333;
}
.portal-dialog--dark.ui-dialog .ui-dialog-titlebar-close {
  background-color: #333;
}
.portal-dialog--dark.ui-dialog .ui-dialog-titlebar-close:hover::after {
  color: #dc3545;
}
.portal-dialog--success .ui-dialog-titlebar {
  background-color: #54c08a;
  border-color: #54c08a;
}
.portal-dialog--success.ui-dialog .ui-dialog-titlebar-close {
  background-color: #54c08a;
}
.portal-dialog--info .ui-dialog-titlebar {
  background-color: #058ED9;
  border-color: #058ED9;
}
.portal-dialog--info.ui-dialog .ui-dialog-titlebar-close {
  background-color: #058ED9;
}
.portal-dialog--warning .ui-dialog-titlebar {
  background-color: #FF9F1C;
  border-color: #FF9F1C;
}
.portal-dialog--warning.ui-dialog .ui-dialog-titlebar-close {
  background-color: #FF9F1C;
}
.portal-dialog--danger .ui-dialog-titlebar {
  background-color: #dc3545;
  border-color: #dc3545;
}
.portal-dialog--danger.ui-dialog .ui-dialog-titlebar-close {
  background-color: #dc3545;
}

.ui-widget-overlay.ui-front {
  background: #FFFFFF;
  opacity: 0.4;
}

.wrapper {
  width: 180px;
  height: 60px;
  position: relative;
}

.circle {
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}
.circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scale(1.7, 0.3);
  }
  40% {
    height: 14px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.shadow {
  width: 14px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease-out;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

/*Notifications.***********************************/
.notification {
  position: fixed;
  top: 100px;
  z-index: 10000;
  right: 0;
  -moz-transition: left 0.4s;
  -o-transition: left 0.4s;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  left: 0;
  padding: 0 5px;
}
.notification--error {
  z-index: 20000; /*Over everything*/
}
.notification__body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: auto;
  position: relative;
  font-family: "Blinker", sans-serif;
  font-weight: 300;
  padding: 22px 15px;
  font-size: 18px;
  max-width: 600px;
  color: #FFFFFF;
}
.notification__close-button {
  position: absolute;
  right: 20px;
  color: #FFFFFF;
  font-size: 20px;
  top: 19px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.notification__close-button:hover {
  color: #FFFFFF;
}
.notification__close-button--success {
  color: #3ba16e;
}
.notification__close-button--danger {
  color: #a31c29;
}
.notification__close-button--warning {
  color: #e28300;
}
.notification__close-button--info {
  color: #0472ae;
}
.notification__text {
  text-align: left;
  color: #FFF;
  padding-left: 70px;
  padding-right: 40px;
  margin-bottom: 5px;
}
.notification__message {
  font-weight: 400;
}
.notification__icon {
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #FFFFFF;
  font-size: 1.5em;
  top: 11px;
  padding: 0;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification__icon--success {
  color: #54c08a;
}
.notification__icon--danger {
  color: #dc3545;
}
.notification__icon--warning {
  color: #FF9F1C;
}
.notification__icon--info {
  color: #058ED9;
}
.notification--success {
  background-color: #54c08a;
  border: none;
  border-left: 8px solid #3ba16e;
  text-shadow: 0 1px 1px #3ba16e;
}
.notification--danger {
  background-color: #dc3545;
  border: none;
  border-left: 8px solid #a31c29;
  text-shadow: 0 1px 1px #a31c29;
}
.notification--warning {
  background-color: #FF9F1C;
  border: none;
  border-left: 8px solid #e28300;
  text-shadow: 0 1px 1px #e28300;
}
.notification--info {
  background-color: #058ED9;
  border: none;
  border-left: 8px solid #0472ae;
  text-shadow: 0 1px 1px #058ED9;
}

.portal-panel {
  display: flex;
  flex-flow: column;
  border-radius: 4px;
  border: 1px solid #DDD;
  /*IE*/
  width: 100%;
}
.portal-panel__heading {
  padding: 10px;
  background: #DDD;
}
.portal-panel__title {
  font-weight: 400;
}
.portal-panel__title--centered {
  text-align: center;
}
.portal-panel__body {
  padding: 10px 30px;
  flex: 1 1 100%;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.portal-panel__body--row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
.portal-panel__footer {
  padding: 10px 10px 20px 10px;
}

.tracker {
  padding: 0;
  margin: 10px 0 60px 0;
  list-style: none;
  list-style-type: none;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .tracker {
    display: none;
  }
}
.tracker__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 10px 0;
  z-index: 1;
  flex: 1 1 100%;
  position: relative;
}
.tracker__item:after, .tracker__item:before {
  content: "";
  height: 0;
  border-top: 1px dashed #243855;
  width: 50%;
  top: 25px;
  position: absolute;
  z-index: 0;
}
.tracker__item:after {
  left: 50%;
}
.tracker__item:before {
  left: 0;
}
.tracker__item--current:before, .tracker__item--previous:after, .tracker__item--previous:before {
  border-top: 1px solid #FFC845;
}
.tracker__item:first-of-type:before, .tracker__item:last-of-type:after {
  content: none;
}
.tracker__stage-icon {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  border: 1px dashed #243855;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 10px;
  background: #7FA4E3;
  color: #243855;
  z-index: 1;
  font-size: 1.5em;
}
.tracker__stage-icon--current {
  background: #FF7A00;
  border-color: #FF7A00;
  color: #FFF;
  -webkit-box-shadow: 0 2px 8px #FF7A00;
  -moz-box-shadow: 0 2px 8px #FF7A00;
  box-shadow: 0 2px 8px #FF7A00;
}
.tracker__stage-icon--previous {
  background: #FFC845;
  border-color: #FFC845;
  color: #FFFFFF;
}
.tracker__stage-name {
  padding: 1px 10px;
  background: #7FA4E3;
  color: #243855;
  border: 1px dashed #243855;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
}
.tracker__stage-name--current {
  background: #FF7A00;
  border-color: #FF7A00;
  color: #FFF;
  -webkit-box-shadow: 0 2px 8px #FF7A00;
  -moz-box-shadow: 0 2px 8px #FF7A00;
  box-shadow: 0 2px 8px #FF7A00;
  font-weight: 300;
}
.tracker__stage-name--previous {
  background: #FFC845;
  border-color: #FFC845;
  color: #FFFFFF;
  font-weight: 300;
}

.user-panel {
  position: absolute;
  display: inline-block;
  top: 40px;
  perspective: 800px;
  z-index: 11;
  color: #FFF;
}
@media (max-width: 600px) {
  .user-panel {
    right: 10px;
    top: 12px;
  }
}
@media (min-width: 576px) {
  .user-panel {
    right: calc((100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .user-panel {
    right: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .user-panel {
    right: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .user-panel {
    right: calc((100% - 1140px) / 2);
  }
}
.user-panel__name {
  font-weight: 300;
}
@media (max-width: 600px) {
  .user-panel__name {
    display: none;
  }
}
.user-panel__toggle-menu {
  font-size: 20px;
  background: #FFF;
  color: #243855;
  width: 36px;
  height: 36px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.user-panel__toggle-menu:hover {
  color: #FF7A00;
}
.user-panel__toggle-menu.user-menu--opened {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

@keyframes user-menu {
  0% {
    opacity: 0;
    transform: translateZ(-40px) rotateX(-40deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotateX(0);
  }
}
.user-menu {
  display: none;
  background: #FFF;
  overflow: hidden;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transform-origin: top;
  animation-fill-mode: backwards;
  animation: user-menu 0.25s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.ie .user-menu {
  width: 220px;
}
.user-menu.user-menu--opened {
  display: flex;
  position: absolute;
  right: 0;
}
.user-menu__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block;
}
.user-menu__link {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  border: none;
  text-align: left;
  color: #243855;
  outline: none;
  font-weight: 300;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  align-items: center;
  white-space: nowrap;
  background: #FFF;
}
.user-menu__link:focus {
  outline: none;
}
.user-menu__link:hover {
  background: #FF7A00;
  color: #FFF;
  text-decoration: none;
}
.user-menu__icon {
  margin-right: 10px;
  width: 20px;
}

.loading__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.loading__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: rgba(255, 122, 0, 0.9);
  padding: 40px;
  color: #FFF;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-animation: pop 0.3s ease-in 1 forwards;
  -moz-animation: pop 0.3s ease-in 1 forwards;
  -o-animation: pop 0.3s ease-in 1 forwards;
  animation: pop 0.3s ease-in 1 forwards;
}
.loading__message {
  margin-bottom: 10px;
  font-size: 20px;
}

.modal__content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: none;
}
.modal__header {
  border: none;
}
.modal__header--centered {
  justify-content: center;
}
.modal__title--danger {
  color: #dc3545;
}
.modal__icon:first-of-type {
  margin-right: 10px;
}
.modal__icon:last-of-type {
  margin-left: 10px;
}
.modal__footer {
  border: none;
  padding-bottom: 1.2rem;
}
.modal__footer--centered {
  justify-content: center;
}

.policyGDPR2018.gdpr-big {
  margin-bottom: 50px;
}
.policyGDPR2018.gdpr-big > .alert.gdprDiv {
  border: none !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.additional-product-form {
  margin: 10px 5px;
  flex: 0 1 calc((100% / 3) - 10px);
}
.additional-product__group-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.additional-product__group-list .product-form:nth-child(3n) {
  margin-right: 0;
  margin-left: 10px;
}
.additional-product__group-list .product-form:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 10px;
}
.additional-product__group-title {
  background: #FFF;
  border-left: 5px solid #243855;
  padding: 5px 20px;
  border-bottom: none;
  font-weight: 400;
  /*display: inline-block;*/
  text-transform: uppercase;
  margin: 30px 0 20px 0;
  flex: 0 0 100%;
}

.att-form {
  margin: 10px 5px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% / 2) - 10px);
}
@media (max-width: 600px) {
  .att-form {
    margin: 10px 0;
    flex: 0 0 100%;
  }
}
.att__list-container {
  display: flex;
  flex-wrap: wrap;
}
.att__list-container .att-form:nth-child(2n) {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .att__list-container .att-form:nth-child(2n) {
    margin-left: 0;
  }
}
.att__list-container .att-form:nth-child(2n+1) {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .att__list-container .att-form:nth-child(2n+1) {
    margin-right: 0;
  }
}
.att-panel {
  margin-bottom: 20px;
  /*border-color: $event-color;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 100%;
  background: #FFF;
  border: none;
  overflow: hidden;
}
.att-panel__heading {
  background: #FFF;
  color: #243855;
  padding: 30px 30px 10px 30px;
}
.att-panel__title {
  margin: 0;
  font-family: "Blinker", sans-serif;
  text-align: center;
  font-weight: 600;
}
.att-panel__body {
  justify-content: flex-start;
  padding-top: 30px;
  align-items: center;
}
.att-panel__description {
  margin-top: 0;
}
.att-panel__footer {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  /*padding: 10px;
  background: $event-color;
  border-top: 1px solid $event-color;*/
}
.att-panel__product, .home-booking__product, .booking-summary__attendee, .booking-summary__product {
  margin: 0;
  display: flex;
  flex-flow: column;
  padding: 0 10px;
  margin: 20px 0;
}
.att-panel__product-list, .home-booking__product-list, .booking-summary__attendee-list, .booking-summary__product-list {
  margin-bottom: 0;
}
.att-panel__product-icon-wrapper, .home-booking__product-icon-wrapper, .booking-summary__attendee-icon-wrapper, .booking-summary__product-icon-wrapper {
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #243855;
  background: rgba(36, 56, 85, 0.2);
  top: 5px;
}
.att-panel__product-icon, .home-booking__product-icon, .booking-summary__attendee-icon, .booking-summary__product-icon {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.att-panel__product-rate {
  font-style: italic;
}
.att-panel__product-price {
  font-weight: 600;
}

.booking-summary__block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.booking-summary__block .booking-summary-section:nth-child(2n) {
  margin-right: 0;
  margin-left: 10px;
}
.booking-summary__block .booking-summary-section:nth-child(2n+1) {
  margin-left: 0;
  margin-right: 10px;
}
.booking-summary-section {
  display: flex;
  margin: 10px 5px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% / 2) - 10px);
  margin-bottom: 25px;
  -ms-flex-flow: column;
  flex-flow: column;
  /*border: 2px solid scale-color($event-color, $lightness:85%);
  border-top: none;*/
  position: relative;
  border: none;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.booking-summary-section__title {
  padding-left: 20px;
}
.booking-summary-section__body {
  padding: 15px 20px;
  margin-top: 10px;
  flex: 1 0 auto;
}
.booking-summary-section__body--centered {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.booking-summary-section__footer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 20px 20px 20px;
  border-top-color: #FFF;
  flex-wrap: wrap;
}
.booking-summary__product {
  position: relative;
}
.booking-summary__product p {
  margin: 0;
}
.booking-summary__product-name {
  font-weight: 600;
}
.booking-summary__product-description {
  font-style: italic;
}
.booking-summary__product-icon-wrapper--main {
  color: #FF9F1C;
  background: #fff5e8;
}
.booking-summary__attendee {
  position: relative;
  border: 1px solid;
  font-weight: 600;
  color: #243855;
  margin-bottom: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0;
}
.booking-summary__attendee-link {
  padding: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.booking-summary__attendee-link:hover {
  text-decoration: none;
  background: #243855;
  color: #FFFFFF;
}
.booking-summary__attendee-icon-wrapper {
  height: calc(100% + 2px);
  border-radius: 0;
  top: -1px;
  border: 1px solid;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 2.5em;
  left: -2.5em;
}
.booking-summary__attendee-icon-wrapper--main {
  color: #FF9F1C;
  background: #fff5e8;
}
.booking-summary__attendee-icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (max-width: 768px) {
  .booking-summary__block .booking-summary-section:nth-child(2n) {
    margin-left: 0;
  }
  .booking-summary__block .booking-summary-section:nth-child(2n+1) {
    margin-right: 0;
  }
  .booking-summary-section {
    flex: 1 1 100%;
  }
}
.checkout-panel {
  /*border: 1px solid $event-color;*/
  border: none;
  width: 100%;
  margin-bottom: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 600px) {
  .checkout-panel {
    border: none;
  }
}
.checkout-panel--basket {
  /*border: 2px solid $event-color;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.checkout-panel__heading {
  padding: 12px 10px;
  background: #243855;
  font-size: 1.4rem;
}
.checkout-panel__title {
  font-weight: 400;
  color: #FFF;
  font-size: 1.5rem;
  margin: 0;
}
.checkout-panel__body {
  padding: 20px 40px 30px 40px;
}
body.ie .checkout-panel__body {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 600px) {
  .checkout-panel__body {
    padding: 20px;
  }
}
.checkout-panel__footer {
  padding: 0;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .checkout-panel__footer {
    flex-flow: column;
  }
  .checkout-panel__footer > form {
    margin: 5px 0;
  }
  .checkout-panel__footer > form > .button {
    display: block;
    margin: auto;
  }
}
.checkout__promo {
  width: 200px;
  padding: 5px;
  background: #e5f6ed;
  border: 1px solid #bbe6d0;
  margin-top: 15px;
  text-align: center;
}
.checkout__code {
  font-weight: 600;
}
.checkout-subpanel {
  border: none;
  margin-bottom: 20px;
}
.checkout-subpanel__heading {
  padding: 0;
  background: #FFF;
}
.checkout-subpanel__title, .payment-section__title,
.order-complete-section__title {
  font-size: 1.7rem;
  background: #FFF;
  border-left: 5px solid #243855;
  padding: 0.4rem 20px;
  color: #243855;
  border-bottom: none;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  font-weight: 500;
}
@media (max-width: 600px) {
  .checkout-subpanel__title, .payment-section__title,
  .order-complete-section__title {
    font-size: 1.2rem;
  }
}
.checkout-subpanel__body {
  padding: 20px 0;
}
body.ie .checkout-subpanel__body {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.checkout__attendee-action {
  flex: 1 1 100%;
}
.checkout__contact-card {
  display: flex;
  padding: 10px;
  align-items: center;
  border: 1px dashed #d6d6d6;
}
@media (max-width: 600px) {
  .checkout__contact-card {
    flex-flow: column;
  }
}
.checkout__contact-details {
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  flex: 1 1 100%;
}
.checkout__attendee-name {
  font-size: 1.2rem;
  font-weight: 600;
}
.checkout__attendee-address {
  margin: 0;
}
@media (max-width: 600px) {
  .checkout__actions {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
  }
}

.orderlines {
  margin-bottom: 0;
}
.orderlines__rate {
  text-align: center;
}
.orderlines__money {
  text-align: center;
}
.orderlines__money--footer {
  background: #f2ede8;
  font-weight: 600;
  text-align: center;
}
.orderlines__actions {
  position: relative;
  text-align: center;
}
.orderlines__button {
  display: inline-flex;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.orderlines__button:hover .orderlines__tooltip {
  display: block;
}
.orderlines__icon {
  margin: 0;
  font-size: 1.3rem;
  margin: 0;
}
.orderlines__tooltip {
  display: none;
  position: absolute;
  top: 0;
  transform: translate(calc( -40px - 2px), calc(-100% + 10px));
  white-space: nowrap;
  right: 0;
  font-weight: 300;
  background: rgba(51, 51, 51, 0.6);
  border: 1px solid #333;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 0.9rem;
  font-family: "Blinker", sans-serif;
  -webkit-animation: fade-in 0.3s ease-in 1;
  animation: fade-in 0.3s ease-in 1;
  animation-fill-mode: forwards;
  opacity: 0;
}
.orderlines tbody td, .orderlines tfoot td {
  border: 1px dashed #d6d6d6;
  vertical-align: middle;
  padding: 0.5rem 0.6rem;
}
.orderlines tbody td.orderlines__package, .orderlines tfoot td.orderlines__package {
  border-right: none;
}
.orderlines tbody td.orderlines__money, .orderlines tbody td.orderlines__rate, .orderlines tfoot td.orderlines__money, .orderlines tfoot td.orderlines__rate {
  border-left: none;
  border-right: none;
}
.orderlines tbody td.orderlines__money--footer, .orderlines tfoot td.orderlines__money--footer {
  border-color: #243855;
}
.orderlines tbody td.orderlines__subtotal, .orderlines tfoot td.orderlines__subtotal {
  border-right-color: #243855;
  padding: 0.8rem;
}
.orderlines tbody td.orderlines__empty, .orderlines tfoot td.orderlines__empty {
  border: none;
}
.orderlines tbody td.orderlines__actions, .orderlines tfoot td.orderlines__actions {
  border-left: none;
}
.orderlines tbody tr:last-of-type td.orderlines__money {
  border-bottom-color: #243855;
}

.home-booking__block .home-booking-section:nth-child(1n) {
  margin-right: 0;
  margin-left: 10px;
}
.home-booking__block .home-booking-section:nth-child(1n+1) {
  margin-left: 0;
  margin-right: 10px;
}
.home-booking-section {
  margin: 10px 5px;
  flex: 0 1 calc((100% / 1) - 10px);
}
.home-booking__product p {
  margin: 0;
}
.home-booking__product-name {
  font-weight: 600;
}
.home-booking__product-description {
  font-style: italic;
}
.home-booking__product-icon-wrapper--main {
  color: #FF9F1C;
  background: #fff5e8;
}
@media screen and (max-width: 768px) {
  .panelled__block .home-booking-section:nth-child(1n), .home-booking__block .home-booking-section:nth-child(1n) {
    margin-left: 0;
  }
  .panelled__block .home-booking-section:nth-child(1n+1), .home-booking__block .home-booking-section:nth-child(1n+1) {
    margin-right: 0;
  }
  .panelled-section {
    flex: 1 1 100%;
  }
}
.product-form {
  margin: 10px 5px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% / 3) - 10px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #FFF;
}
@media (max-width: 900px) {
  .product-form {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc((100% / 2) - 10px);
  }
}
@media (max-width: 600px) {
  .product-form {
    margin: 10px 0;
    flex: 0 0 100%;
  }
}
.product__list-container {
  display: flex;
  flex-wrap: wrap;
}
.product__list-container .product-form:nth-child(3n) {
  margin-right: 0;
  margin-left: 10px;
}
.product__list-container .product-form:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .product__list-container .product-form:nth-child(2n) {
    margin-right: 0;
    margin-left: 10px;
  }
  .product__list-container .product-form:nth-child(2n+1) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .product__list-container .product-form:nth-child(3n) {
    margin-left: 0;
  }
  .product__list-container .product-form:nth-child(3n+1) {
    margin-right: 0;
  }
  .product__list-container .product-form:nth-child(2n) {
    margin-left: 0;
  }
  .product__list-container .product-form:nth-child(2n+1) {
    margin-right: 0;
  }
}
.product-panel {
  margin-bottom: 20px;
  /*border-color: $event-color;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 100%;
  background: #FFF;
  border: none;
  overflow: hidden;
}
.product-panel--not-available, .product-panel--already-booked {
  background: rgba(5, 142, 217, 0.1);
  -webkit-box-shadow: 0 4px 10px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0 4px 10px rgba(51, 51, 51, 0.3);
  box-shadow: 0 4px 10px rgba(51, 51, 51, 0.3);
  border: 2px solid #058ED9;
}
.product-panel--not-available .product-panel__heading, .product-panel--already-booked .product-panel__heading {
  background: transparent;
}
.product-panel--booked-with-another-option {
  background: #FFF;
}
.product-panel--booked-with-another-option .product-panel__heading {
  background: transparent;
}
.product-panel--time-clash {
  background: #fff5e8;
}
.product-panel__heading {
  /*background: $event-color;
  color: $header-text-color;*/
  background: #FFF;
  color: #243855;
  padding: 30px 30px 10px 30px;
}
.product-panel__title {
  margin: 0;
  font-family: "Blinker", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.product-panel__body {
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
}
body.ie .product-panel__body {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-panel__body--not-available {
  justify-content: center;
}
.product-panel__info {
  display: flex;
  flex-flow: column;
  flex: 1 1 100%;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.product-panel__info--centered {
  align-items: center;
  font-size: 1.2rem;
}
.product-panel__status {
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  flex: 1 1 100%;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.product-panel__status--already-booked {
  color: #058ED9;
  text-align: center;
}
.product-panel__status--time-clash {
  color: #FF9F1C;
  text-align: center;
}
.product-panel__status--booked-with-another-option {
  display: none;
}
.product-panel__rate {
  font-style: italic;
}
.product-panel__price {
  font-weight: 600;
}
.product-panel__actions {
  margin-bottom: 0;
}
.product-panel__footer {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}
.product__description-panel {
  width: 100%;
}
.product__description-body ul {
  padding-left: 20px;
  margin-top: 10px;
}

.payment-section,
.order-complete-section {
  margin-bottom: 25px;
  padding: 40px 40px 25px 40px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.payment-section__title,
.order-complete-section__title {
  /*font-weight: 400;*/
  font-size: 1.6rem;
  margin: 0 0 25px 0;
}
.payment-section__body,
.order-complete-section__body {
  /*border: 1px solid scale-color($event-color, $lightness:75%);*/
  border: none;
  margin-top: 0;
  background: #FFF;
}
.payment-section__body--order-contact,
.order-complete-section__body--order-contact {
  padding-bottom: 15px;
}
.payment-section__footer--terms-and-conditions,
.order-complete-section__footer--terms-and-conditions {
  padding: 10px 20px;
  /*border: 1px solid scale-color($event-color, $lightness:75%);*/
  display: inline-flex;
  position: relative;
  top: -1px;
  border-top-color: #FFF;
}
.payment-section--ts-and-cs,
.order-complete-section--ts-and-cs {
  max-height: 600px;
  overflow: auto;
}

.signin-page-panel {
  background: #FFFFFF;
  padding: 20px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  max-width: 800px;
  width: 100%;
  overflow: hidden;
  margin: auto;
  -ms-flex: 0 0 340px;
}
@media (max-width: 600px) {
  .signin-page-panel {
    flex-flow: column;
    padding: 0;
    flex: 1 1 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}

.signup-panel {
  padding: 20px 0;
  color: #FFF;
  -ms-flex: 0 0 340px;
  border-color: #243855;
}
@media (max-width: 600px) {
  .signup-panel {
    padding: 0;
  }
}
.signup-panel__wrapper {
  background: #243855;
  margin: -20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .signup-panel__wrapper {
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    flex: 1 1 50%;
  }
}
.signup-panel__heading {
  background: #243855;
}
@media (max-width: 600px) {
  .signup-panel__heading {
    margin-top: 20px;
  }
}
.signup-panel__title {
  color: #FFF;
}
.signup-panel__button {
  background: #FF7A00;
  color: #FFF;
}
.signup-panel__button:hover {
  color: #FFF;
}

.login-panel {
  border-color: #FFF;
}
@media (max-width: 600px) {
  .login-panel__wrapper {
    flex: 1 1 50%;
  }
}
.login-panel__heading {
  background: #FFF;
}
@media (max-width: 600px) {
  .login-panel {
    margin-top: 20px;
    flex: 1 1 50%;
  }
}

.ts-and-cs {
  padding: 40px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.payment-section--ts-and-cs .ts-and-cs {
  padding: 0;
}
.ts-and-cs__section {
  margin-bottom: 15px;
}
.ts-and-cs__title {
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
}

/*# sourceMappingURL=main.css.map */
