﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
@font-face {
  font-family: "Airbnb Cereal";
  src: url(../../fonts/Airbnb_Cereal-Book.woff2);
}
@font-face {
  font-family: "Airbnb Cereal";
  font-weight: 500;
  src: url(../../fonts/Airbnb_Cereal-Medium.woff2);
}
@font-face {
  font-family: "Airbnb Cereal";
  font-weight: bold;
  src: url(../../fonts/Airbnb_Cereal-Bold.woff2);
}
/* General Colors, Font Sizes (h1, p, a, etc...) */
/* General Form Style(s) */
/* Button(s) */
/* Form Divider Row */
/*Prompt Colors, Font Sizes */
/* Two Column Offset Styles */
/* DROPDOWN CONTENT (select inputs) STYLES*/
/* MATERIALIZE TIME PICKER STYLES */
/* CUSTOM TIMEPICKER STYLES */
/* DATE PICKER STYLES */
/* FONT FAMILY */
/* 'px' sizes */
/* CBS Colors */
/*FONT & LINE HEIGHT SIZES*/
/*FONT WEIGHT*/
/*COLORS - default*/
/*$ltgrey3: #e1e1e1;*/
/*BGCOLORS*/
/*BORDER COLORS*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
}

html {
  /*overflow: hidden;
  overflow-y: auto;*/
}

html,
body {
  overflow-x: hidden;
  font-family: "Airbnb Cereal";
  height: 100%;
}

.center-content {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.contrast-bg {
  background-color: #ebebeb;
}

.red-text {
  color: #BD1919;
}

.bold-text {
  font-weight: bold;
}

.mb-15 {
  margin-bottom: 15px !important;
}

@media (max-width: 1023px) {
  .create-account-header .center-content .logo img {
    max-width: 181px;
  }
}
.create-account-content {
  position: relative;
}
.create-account-content-hero {
  height: 420px;
  width: 100%;
  position: relative;
  text-indent: -5000px;
  background: url(../../images/client-imgs/hero.jpg) center center no-repeat transparent;
  background-size: cover;
}
@media (max-width: 767px) {
  .create-account-content-hero {
    background-image: url(../../images/client-imgs/hero-mobile.jpg);
    height: 240px;
  }
}
.create-account-content-main {
  position: relative;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .create-account-content-main {
    padding: 40px 0;
  }
}
.create-account-content-main-text h1 {
  margin-bottom: 24px;
}
.create-account-content-main-text h2 {
  margin-bottom: 18px;
}
.create-account-content-main-text p {
  margin-bottom: 18px;
}
.create-account-content-main-text p:last-child {
  margin-bottom: 0;
}
.create-account-content-main-form {
  position: relative;
  padding-top: 48px;
}
.create-account-content-main-form h2 {
  padding-top: 48px;
  padding-bottom: 24px;
}
.create-account-content-main-form .login-form-row {
  position: relative;
  margin-bottom: 24px;
}
.create-account-content-main-form .login-form-row .login-form-one-col label {
  font-size: 14px;
  color: #222;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.create-account-content-main-form .login-form-row .login-form-one-col input[type=text], .create-account-content-main-form .login-form-row .login-form-one-col input[type=password] {
  border-radius: 48px;
  border: 1px solid rgba(34, 34, 34, 0.5);
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  line-height: 48px;
  max-width: 544px;
  width: 100%;
  background: #ffffff;
}
.create-account-content-main-form .login-form-row .login-form-one-col input[type=text]#RegistrationCode, .create-account-content-main-form .login-form-row .login-form-one-col input[type=password]#RegistrationCode {
  background: #FF385C;
  color: #ffffff;
}
.create-account-content-main-form .login-form-row .login-form-one-col input[type=text]:disabled, .create-account-content-main-form .login-form-row .login-form-one-col input[type=password]:disabled {
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.05) 0%, rgba(34, 34, 34, 0.05) 100%), #FFF;
}
.create-account-content-main-form .login-form-row .login-form-one-col .login-form-label-disclaimer {
  position: relative;
  display: block;
  font-size: 14px;
  color: #222;
  font-style: italic;
  line-height: 1;
  margin-top: 8px;
}
.create-account-content-main-form .login-form-row .login-form-one-col .login-form-submit {
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  background: rgba(34, 34, 34, 0.9);
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}
.create-account-content-main-form .login-form-row .login-form-one-col .login-form-submit:hover {
  background: #FF385C;
}
.create-account-content-main-form .login-form-row.checkbox-row .login-form-one-col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.create-account-content-main-form .login-form-row.checkbox-row .login-form-one-col input[type=checkbox] {
  position: relative;
  margin-right: 24px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  background: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}
.create-account-content-main-form .login-form-row.checkbox-row .login-form-one-col input[type=checkbox]:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.create-account-content-main-form .login-form-row.checkbox-row .login-form-one-col input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FF385C;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.create-account-content-main-form .login-form-row.checkbox-row .login-form-one-col input[type=checkbox]:checked:after {
  opacity: 1;
}
.create-account-content-main-form .login-form-row.checkbox-row .login-form-one-col label.checkbox-copy {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  width: -moz-calc(100% - 48px);
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
}
.create-account-content-main-form .login-form-row.checkbox-row .login-form-one-col label.checkbox-copy a {
  font: inherit;
  color: #FF385C;
}
.create-account-content-main-form .login-form-row.checkbox-row .login-form-one-col label.checkbox-copy .asterisk {
  color: #FF385C;
}
.create-account-content-main-form .login-form-error {
  display: block;
}
.create-account-content-main-form .login-form-error .field-validation-error {
  color: #ff0000;
  font-size: 12px;
}
.hero {
  position: relative;
  width: 100%;
  height: 420px;
  background: url("../../images/client-imgs/hero.jpg") center center no-repeat transparent;
  background-size: cover;
  text-indent: -5000px;
}
.hero.ticket-hero {
  background: url("../../images/client-imgs/ticket-hero.jpg") center center no-repeat transparent;
  background-size: cover !important;
}
.hero.shop-faq-hero {
  background: url("../../images/client-imgs/shop-faq-hero.jpg") center center no-repeat transparent;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .hero {
    width: 100%;
    height: 240px;
    background: url("../../images/client-imgs/hero-mobile.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}

.main {
  position: relative;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .main {
    padding: 40px 0;
  }
}
.main-content {
  position: relative;
}
.main-content h1 {
  margin-bottom: 48px;
}
.main-content h2 {
  margin-bottom: 24px;
}
.main-content p {
  margin-bottom: 24px;
}
.main-content p b, .main-content p strong {
  font-weight: bold;
}
.main-content ol {
  color: #222;
  font-size: 20px;
  padding-left: 20px;
  font-weight: 500;
}
.main-content ol li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0 0;
}
.main-content ol li:last-child {
  border: none;
}
.main-content ol li p.question {
  font-weight: 500;
  margin-bottom: 0;
}
.main-content ol li .answer {
  position: relative;
  padding: 16px 0;
}
.main-content ol li .answer p {
  font-weight: normal;
}
.main-content-btn {
  margin-bottom: 48px;
}
.main-content-pagelinks {
  margin: 48px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content-pagelinks .btn {
  width: 32%;
}
@media (max-width: 767px) {
  .main-content-pagelinks .btn {
    width: 100%;
    margin: 0 0 24px;
  }
}
.main-content-fullimage {
  margin: 48px 0;
}
.main-content-fullimage img {
  width: 100%;
}
.main-content-logo {
  margin: 48px 0;
}
.main-content-logo img {
  max-width: 300px;
}
@media (max-width: 767px) {
  .main-content-logo img {
    max-width: 240px;
  }
}

.registration {
  position: relative;
  z-index: 1;
  background-color: #eeeeee;
}
.registration .registration-hero {
  /*height: auto;
  padding: 80px 0 60px;
  width: 100%;
  position: relative;
  background: $bgblue;*/
  position: relative;
  width: 100%;
  height: 420px;
  background: url("../../images/client-imgs/hero.jpg") center center no-repeat transparent;
  background-size: cover;
  text-indent: -5000px;
}
@media (max-width: 767px) {
  .registration .registration-hero {
    width: 100%;
    height: 240px;
    background: url("../../images/client-imgs/hero-mobile.jpg") center center no-repeat transparent;
    background-size: cover;
  }
}
.registration .registration-hero .registration-hero-content {
  position: relative;
  max-width: 908px !important;
  padding: 0 20px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.registration .registration-hero .registration-hero-content h1 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 300;
  max-width: 640px;
  line-height: 76px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .registration .registration-hero .registration-hero-content h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 20px;
  }
}
.registration .registration-hero .registration-hero-content p {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 20px;
  max-width: 640px;
}
@media (max-width: 767px) {
  .registration .registration-hero .registration-hero-content p {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.registration .registration-hero .registration-hero-content .speakers-section h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 300;
  max-width: 640px;
  line-height: 56px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .registration .registration-hero .registration-hero-content .speakers-section h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
.registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker:last-child {
  margin-bottom: 0;
}
.registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-img {
  width: 25%;
}
@media (max-width: 768px) {
  .registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-img {
    width: 60%;
  }
}
@media (max-width: 418px) {
  .registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-img {
    width: 100%;
  }
}
.registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-img img {
  width: 100%;
  height: 100%;
}
.registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-copy {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 80px;
}
@media (max-width: 1024px) {
  .registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-copy {
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-copy {
    width: 100%;
    margin: 12px 0 0 0;
  }
}
.registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-copy h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 6px;
}
@media (max-width: 768px) {
  .registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-copy h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-copy h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 6px;
}
@media (max-width: 768px) {
  .registration .registration-hero .registration-hero-content .speakers-section .speakers-content .speaker .speaker-copy h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.registration .interior-main {
  position: relative;
  /* &:before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       height: 300px;
       width: 100%;
       background: $bgblue;
   }*/
}
.registration.thankyou .interior-main .reg-form {
  padding: 60px 0;
}
.registration.thankyou .interior-main .reg-form h3 {
  font-size: 36px;
  color: #0099cc;
  margin: 0 0 40px;
}
.registration.thankyou .interior-main .reg-form p {
  font-size: 18px;
  margin: 0 0 20px;
}

.registration.consent-guest .reg-form .form-btn-wrap {
  justify-content: flex-end;
}

.registration.layout .form.interior-main .panel .center-content .main-content-logo {
  margin: 74px 0 48px;
}
.registration.layout .form.interior-main .panel.form-panel {
  position: relative;
  z-index: 2;
}

h1 {
  color: #222;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

p {
  font-size: 16px;
  color: #222;
  line-height: 1.4;
}
p a {
  font: inherit;
  color: #FF385C;
}

label a {
  font: inherit;
  color: #FF385C;
}

.center-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.panel.form-panel {
  background-color: #ffffff;
  padding: 0 20px;
}
.panel.form-panel.header {
  padding: 64px 20px;
}
.panel.form-panel.thankyou-page {
  padding: 64px 0 0;
}
@media (max-width: 767px) {
  .panel.form-panel.thankyou-page {
    padding: 40px 0 0;
  }
}
.panel.form-panel.thankyou-page .center-content {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.panel.form-panel.thankyou-page .center-content h1 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .panel.form-panel.thankyou-page .center-content h1 {
    margin-bottom: 40px;
  }
}
.panel.form-panel.thankyou-page .center-content h2 {
  line-height: 38px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .panel.form-panel.thankyou-page .center-content h2 {
    line-height: 29px;
    margin-bottom: 24px;
  }
}
.panel.form-panel.thankyou-page .center-content p {
  margin-bottom: 24px;
}
.panel.form-panel.thankyou-page .center-content p.no-mb {
  margin-bottom: 0;
}
.panel.form-panel.thankyou-page .center-content .main-content-logo {
  margin: 64px 0 39px;
}
@media (max-width: 767px) {
  .panel.form-panel.thankyou-page .center-content .main-content-logo {
    margin: 40px 0 24px;
  }
}
.panel.form-panel .center-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.layout {
  position: relative;
}
.layout .section {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .layout .section {
    padding: 40px 0;
  }
}
.layout .section.no-bottom-spacing {
  padding-bottom: 0;
}
.layout .section.center {
  text-align: center;
}
.layout .column {
  display: flex;
  flex-wrap: wrap;
}
.layout .column .single-col {
  position: relative;
}
.layout .column .single-col img {
  display: block;
  width: 100%;
}
.layout .column.two-col .single-col {
  width: 50%;
}
@media (max-width: 767px) {
  .layout .column.two-col .single-col {
    width: 100%;
  }
}
.layout .column.four-col .single-col {
  width: 25%;
}
@media (max-width: 767px) {
  .layout .column.four-col .single-col {
    width: 100%;
  }
}
.layout .interior-hero {
  background: #0556a5;
  position: relative;
  width: 100%;
  height: 180px;
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .layout .interior-hero {
    height: 150px;
  }
}
.layout .interior-hero .center-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.layout .interior-hero .center-content h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .layout .interior-hero .center-content h1 {
    font-size: 36px;
    padding-bottom: 20px;
  }
}

.reg-summary {
  /*background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  transform: translateY(-50px);
  padding: 7% 0;*/
}
.reg-summary .center-content {
  max-width: 1200px !important;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .summary-headline {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  color: #222;
}
@media (max-width: 767px) {
  .reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .summary-headline {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .summary-subheadline,
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  margin: 0 0 24px;
  color: #222;
}
@media (max-width: 767px) {
  .reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .summary-subheadline,
  .reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner p {
  font-size: 16px;
  line-height: 22px;
  color: #222;
  margin-bottom: 24px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner p.no-mbottom {
  margin-bottom: 0;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner p .required {
  color: #FF385C;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section {
  padding: 48px 0 16px;
}
@media (max-width: 767px) {
  .reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section {
    padding: 40px 0 0;
  }
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 24px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section ol {
  padding-left: 18px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section ol li {
  font-size: 16px;
  line-height: 22px;
  color: #222;
  margin-bottom: 24px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section ol li:last-child {
  margin-bottom: 0;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-section-headline {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-transform: capitalize;
  color: #222;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #222;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-section-headline {
    font-size: 24px;
    line-height: 29px;
  }
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-section-headline .guest-numbers {
  float: right;
  color: #999999;
  font-weight: bold;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-section-note {
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  color: #222;
  margin-bottom: 48px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-section-copy {
  margin: 10px 0 30px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-btn-wrap {
  margin: 20px 0 0;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-btn-wrap .summary-btn {
  /* display: block;*/
  width: 100%;
  max-width: 200px;
  background-color: rgba(34, 34, 34, 0.9);
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  padding: 15px 0;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-btn-wrap .summary-btn:hover {
  background-color: #222222;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-btn-wrap .summary-btn:disabled {
  cursor: default;
  background-color: #f2f2f2;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status {
  position: relative;
  border-radius: 8px;
  background: rgba(221, 221, 221, 0.3);
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  width: 48%;
}
@media (max-width: 767px) {
  .reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item:last-child {
    margin: 0;
  }
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-icon {
  background-color: #FF385C;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  margin: 0 20px 0 0;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-icon .reg-summary-icon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #ffffff;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-details {
  display: flex;
  flex-direction: column;
  align-self: center;
  color: #666666;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-details .reg-summary-detail-label {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  color: #222;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-details .reg-summary-detail-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #222;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-details .reg-summary-detail-status {
  font-size: 14px;
  font-style: italic;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-details .reg-summary-detail-error {
  font-size: 11px;
  color: #BD1919;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-details .reg-summary-detail-error i {
  padding-right: 5px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .summary-detail-btn {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 16px 24px;
  margin: 0 0 0 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .summary-detail-btn.edit-btn {
  background-color: rgba(34, 34, 34, 0.9);
  color: #ffffff;
  max-width: 78px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .summary-detail-btn.edit-btn:hover {
  background-color: #222222;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .summary-detail-btn.email-btn {
  background-color: #222222;
  color: #ffffff;
  max-width: 41px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .summary-detail-btn.delete-btn {
  background-color: transparent;
  border: 1px solid #222222;
  color: #222222;
  max-width: 41px;
  font-size: 20px;
  line-height: 20px;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item .summary-detail-btn:disabled {
  cursor: default;
  background-color: #f2f2f2;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item:first-child {
  justify-content: flex-start;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item:last-child {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status .reg-summary-status-item:last-child {
    justify-content: flex-start;
  }
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status.guest-status .reg-summary-status-item .reg-summary-status-item-inner .reg-summary-icon {
  background-color: #a0a0a0;
}
.reg-summary .center-content .reg-summary-wrap .reg-summary-wrap-inner .reg-summary-section .reg-summary-status.reg-summary-error:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #BD1919;
}

.reg-form {
  background-color: #ffffff;
  padding: 55px 0 0;
}
.reg-form .section-arrow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1010px;
  display: none;
}
.reg-form .section-arrow-wrap .section-arrow {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  transform: rotate(-45deg);
  position: absolute;
  top: -11px;
  left: 0;
}
.reg-form .section-arrow-wrap .section-arrow.anim {
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.reg-form .form-btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #ffffff;
  margin: 34px 0 0;
  position: relative;
}
.reg-form .form-btn-wrap.nomination-submit {
  justify-content: flex-end;
}
.reg-form .form-btn-wrap .form-btn {
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  text-transform: normal;
  text-align: center;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 16px 24px;
  position: relative;
}
.reg-form .form-btn-wrap .form-btn.previous-btn {
  background-color: #383838;
  border-radius: 8px;
  max-width: 112px;
}
.reg-form .form-btn-wrap .form-btn.previous-btn:disabled {
  cursor: default;
  background-color: #9c9c9c;
}
.reg-form .form-btn-wrap .form-btn.previous-btn:hover {
  background-color: #FF385C;
}
.reg-form .form-btn-wrap .form-btn.next-btn {
  background-color: #383838;
  border-radius: 8px;
  max-width: 85px;
}
.reg-form .form-btn-wrap .form-btn.next-btn:disabled {
  cursor: default;
  background-color: #9c9c9c;
}
.reg-form .form-btn-wrap .form-btn.next-btn:hover {
  background-color: #FF385C;
}
.reg-form .center-content {
  max-width: 1200px !important;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.reg-form .center-content .reg-form-return-link {
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .reg-form .center-content .reg-form-return-link {
    margin: 0 0 25px;
    padding: 0;
  }
}
.reg-form .center-content .reg-form-return-link a {
  font-size: 16px;
  line-height: 22px;
  color: #FF385C;
  text-decoration: underline;
  padding-left: 26px;
  position: relative;
}
.reg-form .center-content .reg-form-return-link a:before {
  display: inline-block;
  content: "";
  background-image: url(../../images/client-imgs/pink-arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 15px;
  padding-right: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  image-rendering: auto;
}
.reg-form .center-content .reg-form-title {
  position: relative;
}
.reg-form .center-content .reg-form-title h2 {
  font-size: 34px;
  font-weight: 300;
  color: #0099cc;
}
.reg-form .center-content .reg-form-title p {
  color: #000000;
  font-size: 18px;
}
.reg-form .center-content .reg-form-section {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner {
  position: relative;
  min-height: 500px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .form-valid {
  position: absolute;
  opacity: 0;
  left: -99999px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-label-headline {
  position: relative;
  display: block;
  margin: 0 0 20px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner #add-companion,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner #remove-companion {
  display: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-label {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 14px;
  color: #222;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-label.tsa-label:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 16px;
  margin: 0 0 0 5px;
  background-image: url("../../../../images/tsa-checkmark.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-label .reg-form-sub-label {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-sub-label {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-label-side {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #FF385C;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-error {
  color: #BD1919;
  font-size: 11px;
  left: 0;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .form-headline {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #222;
  margin-bottom: 32px;
  width: 100%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .form-headline.guest-form.is-disabled {
  display: none !important;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .form-subheadline {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #222;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 24px;
  width: 100%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .form-copy p {
  color: #222;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap {
  border: none;
  padding: 40px 0 0;
  margin: 0;
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap.add-guest-form {
  padding: 0;
  border: none;
  margin: 0;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap.add-guest-form .form-headline {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: normal;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap.add-guest-form .form-copy {
  font-size: 14px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap.guest-form.is-disabled {
  display: none !important;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 30px;
  position: relative;
  width: 100%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row:last-child {
  margin: 0;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.button-row {
  justify-content: flex-start;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.button-row .submit-btn {
  background-color: #222222;
  color: #ffffff;
  display: block;
  width: 100%;
  max-width: 200px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  margin: 0 10px 0 0;
  font-weight: bold;
  cursor: pointer;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.button-row .cancel-btn {
  background-color: transparent;
  color: #222222;
  border: 1px solid #222222;
  display: block;
  width: 100%;
  max-width: 200px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  font-weight: bold;
  cursor: pointer;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box {
  position: relative;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box.optional-activity .control-label {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 14px;
  color: #222;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .select-wrapper .dropdown-content.select-dropdown {
  position: absolute;
  top: initial;
  height: auto !important;
  max-height: 450px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .reg-form-box-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .reg-form-box-inner .reg-form-box-item {
  width: 46%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .reg-form-box-inner .reg-form-box-item:nth-child(2) {
  align-self: center;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .reg-form-text {
  background-color: #333333;
  padding: 10px 20px;
  line-height: 50px;
  color: #333333;
  font-size: 22px;
  border-radius: 3px;
  font-weight: bold;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text],
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password],
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email],
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel] {
  display: block;
  width: 100%;
  color: #909090;
  background-color: #ffffff;
  font-size: 16px;
  border: 1px solid #909090;
  border-radius: 48px;
  padding: 0 16px;
  line-height: 48px;
  box-sizing: border-box;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-ms-clear,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-ms-clear,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-ms-clear,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-ms-clear {
  display: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:disabled,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:disabled,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:disabled,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:disabled {
  -webkit-text-fill-color: #8a8a8a;
  -webkit-opacity: 1;
  background-color: #f2f2f2;
  color: #8a8a8a;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-webkit-input-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-webkit-input-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-webkit-input-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-moz-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-moz-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-moz-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-ms-input-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-ms-input-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-ms-input-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-moz-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-moz-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-moz-placeholder,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text].input-validation-error,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password].input-validation-error,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email].input-validation-error,
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel].input-validation-error {
  border-color: #BD1919;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel] {
  padding-left: 50px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #909090;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #909090;
  border-radius: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box select {
  display: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=radio] {
  display: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=radio] + .radio-btn-label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #666666;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=radio] + .radio-btn-label:after {
  position: absolute;
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #222222;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 50%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=radio]:checked + .radio-btn-label {
  border-color: #222222;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=radio]:checked + .radio-btn-label:after {
  display: block;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] {
  display: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + .checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background-color: #ffffff;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + .checkbox-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid #666666;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + .checkbox-label:after {
  position: absolute;
  display: none;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox]:checked + .checkbox-label:before {
  background-color: #666666;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox]:checked + .checkbox-label:after {
  display: block;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] {
  display: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + input[type=hidden] + .checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 45px;
  background-color: #ffffff;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + input[type=hidden] + .checkbox-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url(../../images/client-imgs/checkbox-notChecked.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  image-rendering: auto;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + input[type=hidden] + .checkbox-label:after {
  position: absolute;
  display: none;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/client-imgs/checkbox-checked.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  image-rendering: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox]:checked + input[type=hidden] + .checkbox-label:before {
  background: transparent;
  border: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox]:checked + input[type=hidden] + .checkbox-label:after {
  display: block;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box {
  position: relative;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-preview {
  position: relative;
  width: 192px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-preview .file-preview-box {
  width: 192px;
  height: 192px;
  background: #222222;
  border: 1px solid #222222;
  box-sizing: border-box;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-preview .file-preview-box.isUploaded {
  background: transparent;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-preview .file-preview-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat transparent;
  background-size: contain;
  text-decoration: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-preview .file-preview-text {
  color: #222222;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-preview .file-preview-text a {
  color: #222222;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-button {
  position: relative;
  width: -moz-calc(100% - 220px);
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-button .file-upload-input .file-preview-text .form-link {
  color: #222222;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-button .file-upload-input .reg-form-file-input {
  position: absolute;
  opacity: 0;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-button .file-upload-input .file-upload-input-inner {
  position: relative;
  margin-bottom: 16px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-button .file-upload-input .file-upload-input-inner .file-upload-btn {
  width: 140px;
  height: 51px;
  background: #383838;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  position: relative;
  display: block;
  padding: 16px 24px;
  margin-top: 24px;
  cursor: pointer;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-button .file-upload-input .file-upload-input-inner .file-upload-btn:hover {
  background: #FF385C;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-button .file-upload-input a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #FF385C;
  margin-right: 12px;
  cursor: pointer;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .file-upload-box-inner .file-button .remove-file {
  color: #222222;
  font-size: 14px;
  text-align: center;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box .file-upload-box .progress-wrp {
  display: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.divider-row {
  border-bottom: 1px dashed #cccccc;
  padding: 0 0 30px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.one-column .reg-form-box {
  width: 100%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.one-column.checkbox-row .checkbox-copy {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 56px;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.one-column.checkbox-row .reg-form-error {
  bottom: -25px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.one-column.submit-row {
  margin-bottom: 0;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.one-column.submit-row.reg-form-box {
  text-align: center;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.two-column .reg-form-box {
  width: 48%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.two-column .reg-form-box#divPhoto .reg-form-label {
  margin: 0 0 16px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.two-column .reg-form-box#divPhoto .note {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #222;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.two-column .reg-form-box#divPhoto .note a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #FF385C;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.three-column .reg-form-box {
  width: 30.5%;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex {
  position: relative;
  display: block;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  max-width: 45%;
  background-color: #ebebeb;
  margin: 0 20px 0 0;
  padding: 14px 10px;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box .radio-btn-copy {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 25px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box .radio-btn-copy .radio-btn-sub-copy {
  font-size: 11px;
  display: block;
  color: #999999;
}
.reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .reg-form-error {
  color: #BD1919;
  font-size: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.reg-form .center-content .reg-form-section.is-hidden {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.reg-form-msg .center-content {
  max-width: 900px;
}
.reg-form-msg .center-content .reg-form-msg-copy {
  text-align: center;
  color: #ff0000;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  background: #ebebeb;
}

@media screen and (max-width: 1023px) {
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row {
    display: block;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box.optional-activity:nth-child(1) {
    padding-bottom: 30px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box.optional-activity .reg-form-error {
    bottom: 10px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-moz-placeholder { /* Firefox 19+ */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-ms-input-placeholder { /* IE 10+ */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-moz-placeholder { /* Firefox 18- */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.two-column .reg-form-box {
    display: block;
    width: 100%;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.two-column .reg-form-box:nth-child(2) {
    margin-top: 30px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.two-column .reg-form-box.optional-activity {
    padding-bottom: 30px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.three-column .reg-form-box {
    display: block;
    width: 100%;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.three-column .reg-form-box:nth-child(2) {
    margin: 30px 0;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .reg-form .form-btn-wrap .form-btn.nomination-submit .form-btn.next-btn {
    max-width: 100%;
    border-bottom-left-radius: 5px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-label .reg-form-sub-label {
    font-size: 12px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .form-copy {
    font-size: 14px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap {
    padding: 32px 0px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .admin-html p {
    font-size: 14px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .optional-activity:nth-child(1) {
    padding-bottom: 30px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box.optional-activity:nth-child(1) {
    padding-bottom: 30px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text],
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password],
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email],
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel] {
    font-size: 14px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + .checkbox-label {
    width: 40px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + input[type=hidden] + .checkbox-label {
    width: 24px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.one-column .admin-html .added-travel-copy {
    font-size: 14px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.one-column.checkbox-row .checkbox-copy {
    padding: 0 0 0 45px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.two-column .reg-form-box.optional-activity:nth-child(1) {
    padding-bottom: 30px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row {
    display: block;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box {
    max-width: 100%;
    margin: 0;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box:first-child {
    margin: 0 0 10px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box:nth-child(3) {
    margin: 10px 0 0;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box .radio-btn-copy {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .reg-form .section-arrow-wrap.no-guest-dot .section-arrow.second-dot {
    left: 31.5%;
  }
  .reg-form .section-arrow-wrap.no-guest-dot .section-arrow.third-dot {
    left: 63.5%;
  }
  .reg-form .section-arrow-wrap.no-guest-dot .section-arrow.fourth-dot {
    left: 95.5%;
  }
  .reg-form .section-arrow-wrap .section-arrow.fourth-dot {
    left: 72%;
  }
  .reg-form .section-arrow-wrap .section-arrow.fifth-dot {
    left: 96%;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap {
    padding: 32px 0px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-moz-placeholder { /* Firefox 19+ */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-ms-input-placeholder { /* IE 10+ */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-moz-placeholder { /* Firefox 18- */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=checkbox] + input[type=hidden] + .checkbox-label:before {
    top: 37%;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row {
    display: block;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box {
    max-width: 100%;
    margin: 0;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box:first-child {
    margin: 0 0 10px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box:nth-child(3) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .reg-form .section-arrow-wrap.no-guest-dot .section-arrow.second-dot {
    left: 31%;
  }
  .reg-form .section-arrow-wrap.no-guest-dot .section-arrow.third-dot {
    left: 63.15%;
  }
  .reg-form .section-arrow-wrap.no-guest-dot .section-arrow.fourth-dot {
    left: 94.5%;
  }
  .reg-form .section-arrow-wrap .section-arrow.second-dot {
    left: 23%;
  }
  .reg-form .section-arrow-wrap .section-arrow.third-dot {
    left: 47%;
  }
  .reg-form .section-arrow-wrap .section-arrow.fourth-dot {
    left: 70%;
  }
  .reg-form .section-arrow-wrap .section-arrow.fifth-dot {
    left: 94%;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap {
    padding: 32px 0px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-webkit-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]::-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]::-moz-placeholder { /* Firefox 19+ */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-ms-input-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-ms-input-placeholder { /* IE 10+ */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=text]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=password]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=email]:-moz-placeholder,
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row .reg-form-box input[type=tel]:-moz-placeholder { /* Firefox 18- */ }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row {
    display: block;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box {
    max-width: 100%;
    margin: 0;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box:first-child {
    margin: 0 0 10px;
  }
  .reg-form .center-content .reg-form-section .registration-form .reg-form-section-inner .reg-form-wrap .reg-form-row.no-flex .radio-btn-row .reg-form-box:nth-child(3) {
    margin: 10px 0 0;
  }
}
.form-progress {
  position: relative;
  display: block;
  width: 100%;
  padding: 64px 20px 0;
  background: #ffffff;
}
.form-progress.bottom-progress-bar {
  display: none;
  padding: 0 20px 120px;
}
.form-progress.bottom-progress-bar .center-content {
  max-width: 1200px;
}
.form-progress .center-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
.form-progress .center-content .progress-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 2px;
}
.form-progress .center-content .progress-line.connector-line {
  background-color: #cccccc;
}
.form-progress .center-content .progress-line.completed-line {
  background-color: #222222;
  width: 0;
  left: 20px;
  transform: none;
  transition: width 0.5s ease-in-out;
  /* Add/Remove depending on how many forms are available */
}
.form-progress .center-content .progress-line.completed-line.first-dot {
  width: 0;
}
.form-progress .center-content .progress-line.completed-line.second-dot {
  width: 25%;
}
.form-progress .center-content .progress-line.completed-line.third-dot {
  width: 48%;
}
.form-progress .center-content .progress-line.completed-line.fourth-dot {
  width: 71%;
}
.form-progress .center-content .progress-line.completed-line.fifth-dot {
  width: 94%;
}
.form-progress .center-content .progress-line.completed-line.sixth-dot {
  width: 93.25%;
}
.form-progress .center-content .progress-bar-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: auto;
  width: 100%;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item {
  position: relative;
  width: 20px;
  height: 20px;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot {
  /*Start Is-Active Progress Item */
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-title {
  width: auto;
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  top: -100%;
  left: -50%;
  transition: color 0.4s ease;
  color: #333333;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-title span {
  position: absolute;
  width: auto;
  transition: color 0.4s ease;
  color: #333333;
  display: none;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  top: 0;
  font-family: "FontAwesome";
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-title span[data-progress-icon="1"]:before {
  content: "\f007";
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-title span[data-progress-icon="2"]:before {
  content: "\f234";
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-title span[data-progress-icon="3"]:before {
  content: "\f0f8";
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-title span[data-progress-icon="4"]:before {
  content: "\f072";
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-title span[data-progress-icon="5"]:before {
  content: "\f236";
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot[data-progress-point="3"] .progress-dot-title {
  width: 185px;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot[data-progress-point="5"] .progress-dot-title {
  width: 151px;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: block;
  color: #ffffff;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-btn:hover:before {
  color: #cccccc;
  transform: translate(-50%, -50%) scale(1);
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-btn:disabled {
  background-color: #ffffff;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot .progress-dot-btn:disabled:after {
  display: none;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.is-active {
  /*Start Is-Active & Is-Invalid Progress Item*/
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.is-active.progress-dot .progress-dot-title {
  color: #222222;
  font-weight: bold;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.is-active.progress-dot .progress-dot-btn {
  border-color: #222222;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.is-active.progress-dot .progress-dot-btn:before {
  transform: translate(-50%, -50%) scale(1);
  background-color: #222222;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.is-active.is-invalid.progress-dot .progress-dot-title {
  color: #BD1919;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.is-active.is-invalid.progress-dot .progress-dot-btn {
  border-color: #BD1919;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.disabled-guest {
  cursor: default;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.disabled-guest .progress-dot-title {
  opacity: 0.25;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.disabled-guest .progress-dot-btn {
  cursor: default;
  border-color: white;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.progress-dot.disabled-guest .progress-dot-btn:hover:before {
  display: none;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.is-invalid.progress-dot .progress-dot-title {
  color: #222222;
  font-weight: bold;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.is-invalid .progress-dot-btn {
  position: relative;
  background-color: #BD1919;
  border-color: #BD1919;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.is-invalid .progress-dot-btn:before {
  display: none;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.is-invalid .progress-dot-btn:after {
  content: "\f12a";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 1;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.is-valid.progress-dot .progress-dot-title {
  color: #222222;
  font-weight: bold;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.is-valid .progress-dot-btn {
  position: relative;
  background-color: #222222;
  border-color: #222222;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.is-valid .progress-dot-btn:before {
  display: none;
}
.form-progress .center-content .progress-bar-wrap .progress-bar-item.is-valid .progress-dot-btn:after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 1;
}
.form-progress.no-guest-dot .center-content .progress-line.completed-line.first-dot {
  width: 0;
}
.form-progress.no-guest-dot .center-content .progress-line.completed-line.second-dot {
  width: 32%;
}
.form-progress.no-guest-dot .center-content .progress-line.completed-line.third-dot {
  width: 63%;
}
.form-progress.no-guest-dot .center-content .progress-line.completed-line.fourth-dot {
  width: 94.5%;
}
.form-progress.no-guest-dot .center-content .progress-line.completed-line.fifth-dot {
  width: 94.5%;
}
.form-progress.no-guest-dot .center-content .progress-bar-wrap .progress-bar-item[data-progress-point="2"] .progress-dot-title {
  width: 185px;
}
.form-progress.no-guest-dot .center-content .progress-bar-wrap .progress-bar-item[data-progress-point="3"] .progress-dot-title {
  width: auto;
}
.form-progress.no-guest-dot .center-content .progress-bar-wrap .progress-bar-item[data-progress-point="4"] .progress-dot-title {
  width: 151px;
}
.form-progress .progressbar-container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  z-index: 2;
}
.form-progress .progressbar-container .progressbar {
  counter-reset: step;
  width: 100%;
}
.form-progress .progressbar-container .progressbar li {
  list-style-type: none;
  width: auto;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.form-progress .progressbar-container .progressbar li button {
  width: 20px;
  height: 20px;
  line-height: 30px;
  border: 2px solid #999999;
  display: block;
  text-align: center;
  margin: 5px auto 0 auto;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: relative;
}
.form-progress .progressbar-container .progressbar li span {
  color: #000000;
  width: 110px;
  height: 35px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  text-align: center;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .form-progress .progressbar-container .progressbar li span {
    position: relative;
    color: transparent !important;
  }
}
@media (max-width: 767px) {
  .form-progress .progressbar-container .progressbar li span {
    width: 100%;
  }
}
.form-progress .progressbar-container .progressbar li span:before {
  display: none;
}
@media (max-width: 1023px) {
  .form-progress .progressbar-container .progressbar li span:before {
    display: block;
    content: "";
    font-family: "FontAwesome";
    color: #ffffff;
    position: absolute;
    font-size: 18px;
  }
}
.form-progress .progressbar-container .progressbar li:before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #999999;
  bottom: 8px;
  left: -50%;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-progress .progressbar-container .progressbar li:first-child:before {
  content: none;
}
.form-progress .progressbar-container .progressbar li.is-active span {
  color: #222222;
  opacity: 1;
}
.form-progress .progressbar-container .progressbar li.is-active span:before {
  color: #FF385C;
}
.form-progress .progressbar-container .progressbar li.is-active button {
  border-color: #222222;
}
.form-progress .progressbar-container .progressbar li.is-active ~ li:before {
  background-color: #222 !important;
}
.form-progress .progressbar-container .progressbar li.is-valid span {
  color: #222222;
}
.form-progress .progressbar-container .progressbar li.is-valid span:before {
  color: #222;
}
.form-progress .progressbar-container .progressbar li.is-valid button {
  border-color: #222;
}
.form-progress .progressbar-container .progressbar li.is-valid button:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #222;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-progress .progressbar-container .progressbar li.is-valid + li:before {
  background-color: #222;
}
.form-progress .progressbar-container .progressbar li.is-invalid span {
  color: #FF385C;
}
.form-progress .progressbar-container .progressbar li.is-invalid button {
  border-color: #FF385C;
}
.form-progress .progressbar-container .progressbar li.is-invalid button:after {
  content: "\f12a";
  font-family: "FontAwesome";
  color: #FF385C;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 1;
}
.form-progress .progressbar-container .progressbar li[data-progress-point="1"] span:before {
  content: "\f007";
}
.form-progress .progressbar-container .progressbar li[data-progress-point="2"] span:before {
  content: "\f0f8";
}
.form-progress .progressbar-container .progressbar li[data-progress-point="3"] span:before {
  content: "\f072";
}
.form-progress .progressbar-container .progressbar li[data-progress-point="4"] span:before {
  content: "\f236";
}
.form-progress .progressbar-container .progressbar li[data-progress-point="5"] span:before {
  content: "\f095";
}
.form-progress .progressbar-container .progressbar.nav_2 li {
  width: 50%;
}
.form-progress .progressbar-container .progressbar.nav_3 li {
  width: 33%;
}
.form-progress .progressbar-container .progressbar.nav_4 li {
  width: 25%;
}
.form-progress .progressbar-container .progressbar.nav_5 li {
  width: 20%;
}
.form-progress .progressbar-container .progressbar.nav_6 li {
  width: 16.6%;
}
.form-progress .progressbar-container .progressbar.nav_7 li {
  width: 14.28%;
}

/*@import "responsive/_form-progress.scss";*/
.form-footer {
  background-image: url("../../images/client-imgs/footer-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-footer .form-footer-copy {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding: 65px 0 0;
  letter-spacing: 0.1em;
}
.form-footer .form-footer-copy .form-footer-link {
  font-size: 12px;
  color: #222222;
  text-decoration: underline;
}
.form-footer .form-footer-copy .form-footer-link:hover {
  text-decoration: none;
}

.loader,
.loader:before,
.loader:after {
  background: #FF385C;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FF385C;
  text-indent: -9999em;
  margin: 0 auto;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 24px;
  background-image: url("../../images/client-imgs/bg-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 100vh;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .login-box {
    height: auto;
  }
}
.login-box .login-box-content {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 823px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .login-box .login-box-content {
    border-radius: 8px;
  }
}
.login-box .login-box-content .login-box-header {
  display: block;
  background-color: #ffffff;
  padding: 24px 24px 0;
  font-family: "Airbnb Cereal" !important;
}
.login-box .login-box-content .login-box-header .login-box-header-logo img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.login-box .login-box-content .login-box-header .login-box-header-copy .login-box-header-text {
  padding: 20px 0 0;
  color: #222222;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Airbnb Cereal" !important;
}
.login-box .login-box-content .login-box-form {
  display: block;
  padding: 0 40px 40px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .login-box .login-box-content .login-box-form {
    padding: 0 20px 24px;
  }
}
.login-box .login-box-content .login-box-form .center-content {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.login-box .login-box-content .login-box-form .center-content .login-box-form-header {
  text-align: center;
  max-width: 544px;
  margin: 0 auto 40px;
  font-family: "Airbnb Cereal" !important;
}
@media (max-width: 767px) {
  .login-box .login-box-content .login-box-form .center-content .login-box-form-header {
    margin-bottom: 24px;
  }
}
.login-box .login-box-content .login-box-form .center-content .login-box-form-header h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #222;
  font-family: "Airbnb Cereal" !important;
}
@media (max-width: 767px) {
  .login-box .login-box-content .login-box-form .center-content .login-box-form-header h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.login-box .login-box-content .login-box-form .center-content .login-box-form-header p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  margin-top: 40px;
  font-family: "Airbnb Cereal" !important;
}
@media (max-width: 767px) {
  .login-box .login-box-content .login-box-form .center-content .login-box-form-header p {
    margin-top: 24px;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
  }
}
.login-box .login-box-content .login-box-form .center-content .login-box-form-header p a {
  color: #FF385C;
}
.login-box .login-box-content .login-box-form .center-content .login-box-form-header .hero-unit h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #222;
  font-family: "Airbnb Cereal" !important;
}
@media (max-width: 767px) {
  .login-box .login-box-content .login-box-form .center-content .login-box-form-header .hero-unit h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
.login-box .login-box-content .login-box-form .center-content .login-box-form-header .hero-unit p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  margin-top: 40px;
  font-family: "Airbnb Cereal" !important;
}
@media (max-width: 767px) {
  .login-box .login-box-content .login-box-form .center-content .login-box-form-header .hero-unit p {
    margin-top: 24px;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
  }
}
.login-box .login-box-content .login-box-form .center-content .login-box-form-header .hero-unit p a {
  color: #FF385C;
}
.login-box .login-box-content .login-box-form .center-content .login-box-copy,
.login-box .login-box-content .login-box-form .center-content .login-box-form-copy {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .login-box .login-box-content .login-box-form .center-content .login-box-copy,
  .login-box .login-box-content .login-box-form .center-content .login-box-form-copy {
    margin-top: 24px;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
  }
}
.login-box .login-box-content .login-box-form .center-content .login-box-copy.no-spacing,
.login-box .login-box-content .login-box-form .center-content .login-box-form-copy.no-spacing {
  margin: 0;
  padding: 0;
}
.login-box .login-box-content .login-box-form .center-content .login-box-copy .login-box-copy-link,
.login-box .login-box-content .login-box-form .center-content .login-box-form-copy .login-box-copy-link {
  color: #222222;
}
.login-box .login-box-content .login-box-form .center-content.center-aligned {
  text-align: center;
}
.login-box .login-box-content .login-box-form .center-content p a {
  color: #FF385C;
}
.login-box .login-box-content .login-box-form .login-form {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 544px;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row {
  margin-bottom: 24px;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row.not-visible {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row.sm-top-padding {
  padding-top: 10px;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row:last-child {
  margin-bottom: 0;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col {
  position: relative;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col label {
  font-size: 14px;
  color: #222;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .login-form-label {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .login-form-error {
  font-size: 11px;
  color: #BD1919;
  display: inline;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .login-form-error .field-validation-error {
  display: inline-block;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=text],
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=password] {
  border-radius: 48px;
  border: 1px solid rgba(34, 34, 34, 0.5);
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  color: #909090;
  font-weight: 400;
  line-height: 48px;
  max-width: 544px;
  width: 100%;
  background: #ffffff;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=text]:disabled,
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=password]:disabled {
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.05) 0%, rgba(34, 34, 34, 0.05) 100%), #FFF;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=text].input-validation-error,
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=password].input-validation-error {
  border-color: #BD1919;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox] {
  display: none;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox] + .checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background-color: #ebebeb;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox] + .checkbox-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid #666666;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox] + .checkbox-label:after {
  position: absolute;
  display: none;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox]:checked + .checkbox-label:before {
  background-color: #666666;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox]:checked + .checkbox-label:after {
  display: block;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox] + input[type=hidden] + .checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background-color: #ebebeb;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox] + input[type=hidden] + .checkbox-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid #666666;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox] + input[type=hidden] + .checkbox-label:after {
  position: absolute;
  display: none;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox]:checked + input[type=hidden] + .checkbox-label:before {
  background-color: #666666;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col input[type=checkbox]:checked + input[type=hidden] + .checkbox-label:after {
  display: block;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .checkbox-copy {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 100px;
  font-size: 16px;
  line-height: 22px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .checkbox-copy p {
  display: inline;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .checkbox-copy .asterisk {
  display: inline;
  color: red;
  font-size: 11px;
  vertical-align: super;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .login-form-label-disclaimer {
  font-size: 11px;
  color: #000000;
  display: block;
  padding: 5px 0 0;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .login-form-submit {
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  background: rgba(34, 34, 34, 0.9);
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}
.login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .login-form-submit:hover {
  background: #222222;
}
.login-box .login-box-content .login-box-form .validation-summary-errors {
  position: relative;
  padding-bottom: 20px;
}
.login-box .login-box-content .login-box-form .validation-summary-errors ul {
  position: relative;
  padding-left: 20px;
}
.login-box .login-box-content .login-box-form .validation-summary-errors ul li {
  color: #ff0000;
  font-size: 12px;
}
.login-box .login-box-content .forgot-password-copy {
  text-align: right;
  font-size: 16px;
}
.login-box .login-box-content .forgot-password-copy.--left {
  text-align: left;
}
.login-box .login-box-content .forgot-password-copy a,
.login-box .login-box-content .forgot-password-copy .forgot-password-link {
  color: #FF385C;
}
.login-box .login-box-content .login-box-footer {
  padding: 0 24px 40px;
  position: relative;
  background: #ffffff;
}
.login-box .login-box-content .login-box-footer-content {
  max-width: 544px;
  position: relative;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
.login-box .login-box-content .login-box-footer-content .footer-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 24px;
}
.login-box .login-box-content .login-box-footer-content .footer-links li {
  position: relative;
}
.login-box .login-box-content .login-box-footer-content .footer-links li a {
  font-size: 14px;
  line-height: 1.2;
  color: #222;
  text-decoration: none;
  font-weight: 500;
}
.login-box .login-box-content .login-box-footer-content p {
  font-size: 12px;
  color: #222;
  line-height: 1.2;
  margin-bottom: 14px;
  margin-top: 0;
}
.login-box .login-box-content .login-box-footer-content p:last-child {
  margin-bottom: 0;
}
.login-box .login-box-content .login-box-footer .login-box-footer-copy {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.login-box .login-box-content .login-box-footer .login-box-footer-copy .login-footer-link {
  color: #222222;
  font-style: italic;
}

@media (max-width: 520px) {
  .login-box .login-box-content .login-box-header .login-box-header-copy .login-box-header-text {
    font-size: 24px;
    line-height: 24px;
  }
  .login-box .login-box-content .login-box-form .login-box-form-header {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  .login-box .login-box-content .login-box-form .login-form .login-form-row .login-form-one-col .login-form-label {
    font-size: 14px;
  }
  .login-box .login-box-content .login-box-footer .login-box-footer-copy {
    font-size: 14px;
    line-height: 18px;
  }
}
.prompt {
  display: block;
  background-color: #333333;
  color: #ffffff;
  padding: 20px 20px 20px;
  text-align: left;
  font-size: 12px;
  position: absolute;
  font-weight: normal;
}
.prompt:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #333333;
  font-size: 30px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateY(-50%);
}
.prompt .close-prompt {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  transform: rotate(45deg);
  cursor: pointer;
}

/* Form Progress Prompts */
.form-progress .prompt.guest-selection-prompt {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 200px;
}
.form-progress .prompt.guest-fields-prompt {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 200px;
}

/* Reg Form Prompts */
.reg-form .prompt {
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  max-width: 230px;
}
.reg-form .prompt.dob-year-prompt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  max-height: 220px;
  transform: translate(-50%, -100%);
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  padding: 20px 30px;
  z-index: 1;
}
.reg-form .prompt.dob-year-prompt:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #222222;
  font-size: 30px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateY(-50%);
}
.reg-form .prompt.dob-year-prompt .close-dob-prompt {
  position: absolute;
  top: 0;
  right: 10px;
  transform: rotate(45deg);
  color: #ffffff;
  font-size: 30px;
}

.header {
  background-color: #ffffff;
  height: 80px;
}
.header .logo-box {
  background-color: #ffffff;
}
.header .logo-box a {
  display: inline-block;
  margin: 0 auto;
}
.header .account-links-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  display: flex;
  align-items: center;
}
.header .account-links-wrapper #account-dropdown-toggle {
  display: none;
}
.header .account-links-wrapper #account-dropdown-toggle:checked ~ .account-links-dropdown {
  opacity: 1;
  height: auto;
}
.header .account-links-wrapper #account-dropdown-toggle:checked ~ .account-links-dropdown .account-links-menu {
  opacity: 1;
  height: auto;
  padding: 25px 0 25px;
}
.header .account-links-wrapper #account-dropdown-toggle:checked + .account-dropdown-btn svg rect {
  stroke: #FF385C;
}
.header .account-links-wrapper .account-dropdown-btn {
  cursor: pointer;
  display: block;
  width: 100%;
}
.header .account-links-wrapper .account-links-dropdown {
  transition: all 0.4s ease;
  -web-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 315px;
  background-color: #ffffff;
}
.header .account-links-wrapper .account-links-dropdown .account-links-menu {
  opacity: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.header .account-links-wrapper .account-links-dropdown .account-links-menu .account-link-item {
  display: block;
  padding: 0 30px 0;
  list-style-type: none;
  line-height: 50px;
  text-align: left;
}
.header .account-links-wrapper .account-links-dropdown .account-links-menu .account-link-item .account-link {
  text-transform: uppercase;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.35s ease;
}
.header .account-links-wrapper .account-links-dropdown .account-links-menu .account-link-item .account-link:hover {
  color: #FF385C;
}
.header .menu-links-wrapper {
  flex-grow: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.header .menu-links-wrapper input, .header .menu-links-wrapper label {
  display: none;
}
.header .menu-links-wrapper .menu-links {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .menu-links-wrapper .menu-links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 32px;
  height: 100%;
}
.header .menu-links-wrapper .menu-links li a {
  display: block;
  position: relative;
  padding: 0;
  color: #222;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.25s ease;
  font-weight: 400;
}
.header .menu-links-wrapper .menu-links li a.header-btn {
  display: block;
  margin: 11px 0 0;
  border: 1px solid #ffffff;
  padding: 15px 35px;
}
.header .menu-links-wrapper .menu-links li a.header-btn.is-active {
  border-color: #222222;
}
.header .menu-links-wrapper .menu-links li a.header-btn:after {
  display: none;
}
.header .menu-links-wrapper .menu-links li a.header-btn:hover {
  color: #ffffff;
  border-color: #222222;
}
.header .menu-links-wrapper .menu-links li a:hover {
  text-decoration: underline;
}
.header .menu-links-wrapper .menu-links li a.is-active {
  font-weight: 500;
}
.header.header-A {
  height: 173px;
}
.header.header-B {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header.header-B .center-content {
  display: flex;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  height: 100%;
  justify-content: space-between;
}
.header.header-B .center-content > div {
  height: 100%;
}
.header.header-B .center-content .logo-box {
  height: 100%;
}
.header.header-B .center-content .logo-box img {
  width: auto;
  height: 80px;
  display: block;
  margin: 0 auto;
}
.header.header-B .center-content .menu-language {
  display: flex;
  padding-top: 10px;
  padding-left: 30px;
}
.header.header-B .center-content .menu-language select {
  display: block;
  width: 100%;
  color: black;
  background-color: white;
  font-size: 18px;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 45px;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABxSURBVGhD7c8xCoBADETRLa29iof3eJoU0wiirsFN5D+YduA3AAAAAADwO7NtCZ5/fm6yrbYtaP7ln0NExQyNkLcxKSKkNyZVhDyNSRkhd2NSR8hVTIkIOYspFSHHmJIRopjSEeIB5SMAAAAAADW0tgMDBmzDpUF0VAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header.header-B .center-content .menu-language select option:hover {
  background-color: white;
}
.security-page .header {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header .menu-links-wrapper {
    padding-right: 0;
  }
  .header .menu-links-wrapper .menu-links li {
    padding-left: 20px;
  }
  .header .menu-links-wrapper .menu-links li a.header-btn {
    padding: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .header .menu-links-wrapper {
    padding-right: 0;
  }
  .header .menu-links-wrapper .menu-links li {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-links-wrapper {
    display: block;
    width: 100%;
    max-width: 35px;
    height: 100%;
    color: #222;
    overflow: visible;
    z-index: 1;
  }
  .header .menu-links-wrapper input, .header .menu-links-wrapper label {
    display: block;
  }
  .header .menu-links-wrapper #mobile-dropdown-toggle {
    display: none;
  }
  .header .menu-links-wrapper #mobile-dropdown-toggle:checked ~ .menu-links {
    opacity: 1;
    height: auto;
    padding: 25px 0;
  }
  .header .menu-links-wrapper .mobile-dropdown-btn {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .header .menu-links-wrapper .mobile-dropdown-btn:before {
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .header .menu-links-wrapper .menu-links {
    transition: all 0.4s ease;
    -web-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    height: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #222;
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: block;
  }
  .header .menu-links-wrapper .menu-links li {
    display: block;
    list-style-type: none;
    text-align: left;
    margin-left: 20px;
  }
  .header .menu-links-wrapper .menu-links li a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0;
  }
  .header .menu-links-wrapper .menu-links li a.header-btn {
    border: none;
    padding: 0;
    color: #222222;
  }
  .header .menu-links-wrapper .menu-links li a.header-btn:hover {
    color: #222222;
  }
  .header .menu-links-wrapper .menu-links li a:after {
    display: none;
  }
  .header .menu-links-wrapper .menu-links .account-dropdown-btn {
    display: none;
  }
  .header .menu-links-wrapper .menu-links .account-links-dropdown {
    position: relative;
    height: auto;
    top: 0;
    background: transparent;
    opacity: 1;
    margin-top: 40px;
  }
  .header .menu-links-wrapper .menu-links .account-links-dropdown .account-links-menu {
    height: auto;
    opacity: 1;
  }
  .header .menu-links-wrapper .menu-links .account-links-dropdown .account-links-menu .account-link-item {
    padding: 0;
    line-height: 1;
    margin-left: 0;
  }
  .header .menu-links-wrapper .menu-links .account-links-dropdown .account-links-menu .account-link-item a {
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
  }
  .header.header-B .center-content:before {
    /*content: '';
    order: 2;
    flex-grow: 1;*/
  }
  .header.header-B .center-content .logo-box {
    /*order: 1;
    width: 100%;
    max-width: 100%;
    padding: 19px 20px;
    display: inline-block;*/
  }
  .header.header-B .center-content .logo-box img {
    margin: 0;
  }
  .header.header-B .center-content .menu-links-wrapper {
    order: 3;
  }
  .header.header-B .center-content .account-links-wrapper {
    order: 4;
  }
  .header.header-B .center-content .account-links-wrapper .account-links-dropdown {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .menu-links-wrapper {
    padding-right: 0;
  }
  .header .menu-links-wrapper .menu-links li {
    padding-left: 15px;
  }
}
.hero {
  display: block;
  position: relative;
  width: 100%;
}
.hero.landing-hero {
  display: block;
  background-image: url("../../images/client-imgs/hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 50vh;
}
.hero.landing-hero .landing-hero-img {
  display: block;
  width: 100%;
}
.hero.subpage-hero {
  display: block;
  background-image: url("../../images/client-imgs/subpage-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 240px;
}
.hero.subpage-hero .subpage-hero-img {
  display: block;
  width: 100%;
}
.hero.subpage-hero.nomination-hero {
  background-image: url("../../../../images/client-imgs/nomination-hero.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 240px;
  padding: 0 20px;
}
.hero .hero-content {
  padding: 12% 5%;
}
.hero .hero-content h1, .hero .hero-content p {
  color: #ffffff;
}
.hero .hero-content h1 {
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
  max-width: 1100px;
  margin-bottom: 20px;
}
.hero .hero-content p {
  font-size: 22px;
}
.hero .hero-content a {
  width: 285px;
  padding: 20px 65px;
  background-color: #222222;
  font-size: 18px;
  color: #ffffff;
}
.hero.type-A .hero-content p {
  margin-bottom: 50px;
}
.hero.type-B .hero-content h1 {
  margin: 0 auto 20px auto;
}
.hero.type-B .hero-content h1, .hero.type-B .hero-content p {
  text-align: center;
}
.hero.type-B .hero-content a {
  display: block;
  margin: 30px auto;
}
.hero.type-C {
  padding: 20% 0 5% 0;
}
.hero.type-C .hero-content {
  background-color: rgba(8, 122, 161, 0.25);
  width: 100%;
  max-width: 100%;
  padding: 60px 5%;
}
.hero.type-C .hero-content h1, .hero.type-C .hero-content p, .hero.type-C .hero-content .button-wrapper {
  max-width: 1280px;
  margin: auto;
}
.hero.type-C .hero-content h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
.hero.type-C .hero-content .button-wrapper {
  padding-top: 45px;
}
.hero.type-C .hero-content .button-wrapper a {
  background-color: #ffffff;
  color: #222222;
}

.security-page .hero {
  display: none;
}

@media screen and (max-width: 1280px) {
  .hero .hero-content h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .hero .hero-content p {
    font-size: 18px;
  }
  .hero.type-C .hero-content h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .hero.landing-hero {
    height: 600px;
  }
  .hero.subpage-hero {
    height: 492px;
  }
  .hero .hero-content h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .hero .hero-content p {
    font-size: 16px;
  }
  .hero.type-C .hero-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .hero.landing-hero {
    height: 400px;
  }
  .hero.subpage-hero {
    height: 300px;
  }
  .hero .hero-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero .hero-content a {
    padding: 15px 50px;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .hero .hero-content h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .hero .hero-content p {
    font-size: 14px;
  }
  .hero.type-C .hero-content {
    padding: 40px 5%;
  }
  .hero.type-C .hero-content h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.one-column-text {
  padding: 50px 20px;
}
.one-column-text .center-content .one-column-text-container h1 {
  color: #222;
  margin: 0 0 40px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.one-column-text .center-content .one-column-text-container h1 {
  font-size: 32px;
}
@media screen and (min-width: 327px) {
  .one-column-text .center-content .one-column-text-container h1 {
    font-size: calc(32px + 16 * ((100vw - 327px) / 1593));
  }
}
@media screen and (min-width: 1920px) {
  .one-column-text .center-content .one-column-text-container h1 {
    font-size: 48px;
  }
}
.one-column-text .center-content .one-column-text-container h1.one-column-text-header {
  font-size: 24px;
}
@media screen and (min-width: 327px) {
  .one-column-text .center-content .one-column-text-container h1.one-column-text-header {
    font-size: calc(24px + 8 * ((100vw - 327px) / 1593));
  }
}
@media screen and (min-width: 1920px) {
  .one-column-text .center-content .one-column-text-container h1.one-column-text-header {
    font-size: 32px;
  }
}
.one-column-text .center-content .one-column-text-container h1.one-column-text-header.bold-header {
  font-weight: 700;
  margin-bottom: 48px;
}
.one-column-text .center-content .one-column-text-container h2.one-column-text-header {
  color: #222;
}
.one-column-text .center-content .one-column-text-container h2.one-column-text-header {
  font-size: 32px;
}
@media screen and (min-width: 327px) {
  .one-column-text .center-content .one-column-text-container h2.one-column-text-header {
    font-size: calc(32px + 16 * ((100vw - 327px) / 1593));
  }
}
@media screen and (min-width: 1920px) {
  .one-column-text .center-content .one-column-text-container h2.one-column-text-header {
    font-size: 48px;
  }
}
.one-column-text .center-content .one-column-text-container h2.one-column-text-header.bold-header {
  font-weight: 700;
  margin-bottom: 48px;
}
.one-column-text .center-content .one-column-text-container h3.one-column-text-subheader {
  color: #222;
  font-weight: 500;
  margin-bottom: 24px;
}
.one-column-text .center-content .one-column-text-container h3.one-column-text-subheader {
  font-size: 24px;
}
@media screen and (min-width: 327px) {
  .one-column-text .center-content .one-column-text-container h3.one-column-text-subheader {
    font-size: calc(24px + 8 * ((100vw - 327px) / 1593));
  }
}
@media screen and (min-width: 1920px) {
  .one-column-text .center-content .one-column-text-container h3.one-column-text-subheader {
    font-size: 32px;
  }
}
.one-column-text .center-content .one-column-text-container p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 30px;
}
.one-column-text .center-content .one-column-text-container p:last-child {
  padding-bottom: 0;
}
.one-column-text .center-content .one-column-text-container h4 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
}
.one-column-text .center-content .one-column-text-container h4 a {
  color: #222222;
  display: block;
}
.one-column-text .center-content .one-column-text-container .offset-box-address {
  display: block;
  line-height: 22px;
}
.one-column-text.nomination-one-column-text {
  padding-bottom: 100px;
}

.faqs .center-content .faq-container .faq-item-wrap {
  padding: 20px 25px;
}
.faqs .center-content .faq-container .faq-item-wrap div:last-child {
  border: none;
}
.faqs .center-content .faq-container .faq-item-wrap .faq-item {
  padding: 20px 0;
  background-image: url("../../images/client-imgs/dot-border-bg.png");
  background-position: bottom center;
  background-size: 8px 8px;
  background-repeat: repeat-x;
}
.faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-question .faq-item-question-text {
  font-size: 24px;
  color: #222222;
  margin: 0 0 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer .faq-item-answer-copy {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin: 0 0 10px;
}
.faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ol, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ul {
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}
.faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ol li, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ul li {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ol li strong, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ol li i, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ol li b, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ol li u, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ul li strong, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ul li i, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ul li b, .faqs .center-content .faq-container .faq-item-wrap .faq-item .faq-item-answer ul li u {
  font-size: inherit;
  color: inherit;
}
.faqs .center-content .faq-container .faq-item-wrap .faq-item:last-child {
  background-image: none;
}

.intro {
  padding: 75px 0 55px;
}
.intro h1 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
}

.columnBlock {
  display: flex;
  justify-content: space-between;
}

.imageRow img {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

.copyRow {
  padding-bottom: 55px;
}
.copyRow h3 {
  margin: 15px 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  letter-spacing: 0.1em;
}
.copyRow p {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 15px;
}
.copyRow p a {
  color: #222222;
}
.copyRow p a:hover {
  text-decoration: none;
}

.oneColGutter .imageRow {
  height: 280px;
}
.oneColGutter .columnBlock > div:first-child {
  width: calc(66.6% - 15px);
}
.oneColGutter .columnBlock > div:last-child {
  width: calc(33.3% - 15px);
}

.twoCol {
  padding: 0 20px;
}
.twoCol .center-content .columnBlock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twoCol .center-content .columnBlock > div {
  width: 100%;
  max-width: 45%;
  /*& > div:first-child {
      height: 215px;
  }*/
}

.threeCol .columnBlock > div {
  width: calc(33.3% - 15px);
}
.threeCol .columnBlock > div .imageRow {
  background-size: cover;
  height: 241px;
}

.fourCol .columnBlock > div {
  width: calc(25% - 15px);
}
.fourCol .columnBlock > div .imageRow {
  background-size: cover;
  height: 179px;
}

.fullWidthInterior {
  display: flex;
  margin-bottom: 5%;
}
.fullWidthInterior > div:last-child .copyRow {
  border: none;
}
.fullWidthInterior .imageRow {
  height: 638px;
}
.fullWidthInterior .copyRow {
  padding: 8%;
  border-right: 1px solid #cccccc;
  background-color: #ebebeb;
}
.fullWidthInterior .copyRow p {
  color: #333333;
}

.four-col .four-col-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.four-col .four-col-wrap .four-col-item {
  position: relative;
  width: 100%;
  max-width: 24%;
  border: 1px solid #cccccc;
}
.four-col .four-col-wrap .four-col-item .four-col-item-link .four-col-img {
  width: 100%;
  display: block;
}
.four-col .four-col-wrap .four-col-item .four-col-item-link .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  transition: all 0.35s ease;
}
.four-col .four-col-wrap .four-col-item .four-col-item-link .four-col-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  z-index: 2;
}
.four-col .four-col-wrap .four-col-item .four-col-item-link:hover .hover-overlay {
  background-color: #222222;
}

@media screen and (max-width: 1280px) {
  .threeCol .columnBlock {
    flex-wrap: wrap;
  }
  .threeCol .columnBlock > div {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1023px) {
  .interior.fullWidthInterior {
    flex-direction: column;
  }
  .interior.fullWidthInterior > div {
    width: 100%;
  }
  .copyRow h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .oneColGutter .columnBlock {
    justify-content: initial;
    flex-direction: column;
  }
  .oneColGutter .columnBlock > div:first-child, .oneColGutter .columnBlock > div:last-child {
    width: 100%;
  }
  .oneColGutter .columnBlock > div:last-child {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .oneColGutter .columnBlock > div:last-child .imageRow {
    width: calc(40% - 15px);
  }
  .oneColGutter .columnBlock > div:last-child .copyRow {
    width: calc(60% - 15px);
  }
  .oneColGutter .columnBlock > div:last-child .copyRow h3 {
    margin-top: 0;
  }
  .fourCol .columnBlock {
    flex-wrap: wrap;
  }
  .fourCol .columnBlock > div {
    width: calc(50% - 15px);
  }
  .four-col .four-col-wrap {
    flex-wrap: wrap;
  }
  .four-col .four-col-wrap .four-col-item {
    max-width: 49%;
  }
  .four-col .four-col-wrap .four-col-item:nth-child(1), .four-col .four-col-wrap .four-col-item:nth-child(2) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .twoCol .center-content .columnBlock {
    flex-direction: column;
  }
  .twoCol .center-content .columnBlock .copyRow {
    padding-bottom: 0;
  }
  .twoCol .center-content .columnBlock .copyRow .copyRow h3 {
    margin-top: 25px;
  }
  .twoCol .center-content .columnBlock > div {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .fullWidthInterior {
    flex-direction: column;
  }
  .fullWidthInterior .copyRow {
    padding: 8% 5%;
  }
  .fullWidthInterior > div {
    width: 100%;
  }
  .four-col .four-col-wrap .four-col-item {
    max-width: 49%;
    margin-bottom: 15px;
    /*&:nth-child(1),
    &:nth-child(2),
    &:nth-child(3){
        margin-bottom: 15px;
    }*/
  }
}
@media (max-width: 520px) {
  .oneColGutter h3 {
    margin-top: 25px;
  }
  .oneColGutter .columnBlock > div:last-child {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .oneColGutter .columnBlock > div:last-child .imageRow {
    width: 100%;
  }
  .oneColGutter .columnBlock > div:last-child .copyRow {
    width: 100%;
  }
  .oneColGutter .columnBlock > div:last-child .copyRow h3 {
    margin-top: 25px;
  }
  .threeCol .columnBlock > div, .fourCol .columnBlock > div {
    width: 100%;
    margin-bottom: 25px;
  }
  .fullWidthInterior .imageRow {
    height: 520px;
  }
  .four-col .four-col-wrap .four-col-item {
    max-width: 49%;
    margin-bottom: 15px;
    /*&:nth-child(1),
    &:nth-child(2),
    &:nth-child(3){
        margin-bottom: 15px;
    }*/
  }
  .four-col .four-col-wrap .four-col-item .four-col-item-link .four-col-text {
    font-size: 20px;
  }
}
.two-column-offset .center-content .offset-container {
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.two-column-offset .center-content .offset-container .offset-box .offset-box-img {
  display: block;
  width: 100%;
}
.two-column-offset .center-content .offset-container .offset-box .offset-box-header {
  font-size: 24px;
  margin: 0 0 24px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.two-column-offset .center-content .offset-container .offset-box .offset-box-copy {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin: 0 0 40px;
}
.two-column-offset .center-content .offset-container .offset-box .offset-box-copy .offset-box-address {
  display: block;
  line-height: 22px;
}
.two-column-offset .center-content .offset-container .offset-box .offset-box-link {
  text-transform: uppercase;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}
.two-column-offset .center-content .offset-container.offset-left .offset-box {
  padding: 0 50px 0 0;
  border-right: 2px dotted #cccccc;
  width: 35%;
}
.two-column-offset .center-content .offset-container.offset-left .offset-box:nth-child(2) {
  padding: 0 0 0 50px;
  width: 65%;
  border: none;
}
.two-column-offset .center-content .offset-container.offset-left .offset-box.offset-box-img {
  border: none;
  padding: 0;
}
.two-column-offset .center-content .offset-container.offset-right {
  flex-direction: row-reverse;
}
.two-column-offset .center-content .offset-container.offset-right .offset-box {
  padding: 0 0 0 50px;
  border: none;
  width: 35%;
}
.two-column-offset .center-content .offset-container.offset-right .offset-box:nth-child(2) {
  padding: 0 50px 0 0;
  width: 65%;
  border-right: 2px dotted #cccccc;
}
.two-column-offset .center-content .offset-container.offset-box-img-wrap .offset-box {
  border: none;
  padding: 0;
}
.two-column-offset .center-content .offset-container.offset-box-img-wrap .offset-box .offset-box-img {
  width: 100%;
  display: block;
}
.two-column-offset .center-content .offset-container.offset-box-img-wrap .offset-box:nth-child(2) {
  border: none;
}

.four-square {
  padding: 0 20px;
}
.four-square .center-content .four-square-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.four-square .center-content .four-square-wrap .four-square-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0;
}
.four-square .center-content .four-square-wrap .four-square-row:first-child {
  background-image: url("../../images/client-imgs/dot-border-bg.png");
  background-position: bottom center;
  background-size: 8px 8px;
  background-repeat: repeat-x;
}
.four-square .center-content .four-square-wrap .four-square-row .four-square-item {
  width: 50%;
}
.four-square .center-content .four-square-wrap .four-square-row .four-square-item .four-square-item-headline {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  padding: 0 0 15px;
  letter-spacing: 0.1em;
}
.four-square .center-content .four-square-wrap .four-square-row .four-square-item .four-square-item-copy {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.four-square .center-content .four-square-wrap .four-square-row .four-square-item:first-child {
  background-image: url("../../images/client-imgs/dot-border-bg.png");
  background-position: top right;
  background-size: 8px 8px;
  background-repeat: repeat-y;
  padding-right: 30px;
}
.four-square .center-content .four-square-wrap .four-square-row .four-square-item:last-child {
  padding-bottom: 0;
  padding-left: 30px;
}

/*@import "responsive/_four-square.scss";*/
.footer {
  padding: 64px 0;
  position: relative;
  border-top: 1px solid #ddd;
  background: #ffffff;
}
.footer-content {
  position: relative;
  max-width: 1200px;
  padding: 0;
  width: 90%;
  margin: auto;
  box-sizing: border-box;
}
.footer-content .footer-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  list-style: none;
}
.footer-content .footer-links-item {
  position: relative;
  padding: 0 6px 0 5px;
  position: relative;
}
.footer-content .footer-links-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 60%;
  width: 1px;
  background: #909090;
}
.footer-content .footer-links-item:first-child {
  padding-left: 0;
}
.footer-content .footer-links-item:last-child {
  border-right: none;
}
.footer-content .footer-links-item:last-child:after {
  display: none;
}
.footer-content .footer-links-item a {
  font-size: 14px;
  line-height: 1.2;
  color: #909090;
  text-decoration: none;
  font-weight: 500;
}
.footer-content .footer-links-item a:hover {
  text-decoration: underline;
}
.footer-content p {
  font-size: 12px;
  color: #909090;
  line-height: 1.2;
  margin-bottom: 14px;
  margin-top: 0;
}
.footer-content p:last-child {
  margin-bottom: 0;
}

.Registration .footer {
  padding: 64px 20px;
}
.Registration .footer.module .footer-content {
  width: 100%;
}

.itinerary .hero.interior .center-content .hero-image.itinerary-icon {
  margin: 50px 60px 0 0 !important;
}
@media (max-width: 767px) {
  .itinerary .hero.interior .center-content .hero-image.itinerary-icon {
    margin: 45px auto 0 !important;
  }
}
.itinerary .hero.interior .center-content .hero-copy {
  padding-top: 80px !important;
}
@media (max-width: 1023px) {
  .itinerary .hero.interior .center-content .hero-copy {
    padding-top: 40px !important;
  }
}
.itinerary .section {
  padding: 50px 0 0;
}
.itinerary .section .center-content .itinerary-intro {
  color: #000000;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  width: 85%;
  margin: auto;
}
@media (max-width: 1023px) {
  .itinerary .section .center-content .itinerary-intro {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-intro {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    padding: 0 10px;
  }
}
.itinerary .section .center-content .itinerary-day {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day {
    margin: 0 0 45px;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item {
    margin: 20px auto;
    width: 90%;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info .itinerary-date {
  width: 35%;
  text-align: right;
}
@media (max-width: 1150px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info .itinerary-date {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info .itinerary-date {
    width: 100%;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info .itinerary-date h3 {
  display: inline-block;
  font-size: 21px;
  line-height: 40px;
  color: #ffffff;
  margin: 0 0 15px;
  background: #222222;
  min-width: 280px;
  width: auto;
  max-width: 100%;
  padding: 0 20px 3px;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
}
@media (max-width: 993px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info .itinerary-date h3 {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info .itinerary-date h3 {
    margin: 0;
    font-size: 20px;
  }
}
@media (max-width: 376px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info .itinerary-date h3 {
    min-width: 100%;
    font-size: 17px;
    padding: 0 0 3px 10px;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info p {
  width: 35%;
  font-size: 17px;
  line-height: 17px;
  text-align: right;
  color: #000000;
  margin: 0 0 5px;
}
@media (max-width: 1150px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info p {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info p {
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    margin: 0;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info h5 {
  width: 65%;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  color: #000000;
  margin-left: 40px;
}
@media (max-width: 1150px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info h5 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info h5 {
    font-size: 17px;
    line-height: 24px;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 993px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-info h5.itinerary-date-description {
    display: none;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description {
    flex-direction: column;
    padding-top: 10px;
    margin-bottom: 5px;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description p {
  color: #000000;
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description p.location {
  width: 35%;
  font-size: 17px;
  text-align: right;
  margin: 0 0 5px;
}
@media (max-width: 1150px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description p.location {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description p.location {
    width: 100%;
    font-size: 15px;
    text-align: left;
    line-height: 16px;
    margin: 0;
  }
}
.itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description p.description {
  width: 65%;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
  margin-left: 40px;
  /*
      @media(max-width:1023px) {
          width: 70%;
      }*/
}
@media (max-width: 1150px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description p.description {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .itinerary .section .center-content .itinerary-day .itinerary-item .itinerary-description p.description {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    margin: 16px 0 0;
  }
}
.itinerary .column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .itinerary .column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }
}
.itinerary .column .single-col {
  display: flex;
  flex-direction: column;
  background: #0099cc;
  width: 49%;
  padding: 20px 40px;
}
@media (max-width: 1023px) {
  .itinerary .column .single-col {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .itinerary .column .single-col {
    padding: 25px 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.itinerary .column .single-col .col-content {
  position: relative;
  width: 100%;
}
@media (max-width: 1400px) {
  .itinerary .column .single-col .col-content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .itinerary .column .single-col .col-content {
    width: 85%;
  }
}
.itinerary .column .single-col .col-content .card-title {
  font-size: 29px;
  color: #ffffff;
  margin: 0 0 16px;
  position: relative;
}
@media (max-width: 767px) {
  .itinerary .column .single-col .col-content .card-title {
    font-size: 26px;
    margin: 0 0 10px;
  }
}
.itinerary .column .single-col .col-content .card-title:hover {
  text-decoration: underline;
}
.itinerary .column .single-col .col-content .card-title:after {
  display: inline-block;
  content: "";
  background-image: url(../../images/client-imgs/yellow-right-arrow-qatar2022.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 22px;
  padding-left: 60px;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 767px) {
  .itinerary .column .single-col .col-content .card-title:after {
    background-image: url(../../images/client-imgs/yellow-right-arrow-mobile-qatar2022.png);
    width: 10px;
    height: 18px;
    image-rendering: -webkit-optimize-contrast;
  }
}
.itinerary .column .single-col .col-content p {
  font-size: 17px;
  color: #ffffff;
  line-height: 23px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .itinerary .column .single-col .col-content p {
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 10px;
  }
}
.itinerary .column.five-col .single-col {
  padding: 30px;
  display: block;
}
@media (max-width: 1023px) {
  .itinerary .column.five-col .single-col {
    width: 50%;
  }
}
.itinerary .column.five-col .single-col .col-content {
  width: 100%;
}
.itinerary .column.five-col .single-col .col-content p {
  margin: 15px 0;
}
.itinerary .footer-ui {
  width: 100%;
  height: 627px;
  margin: 0 0 30px;
}
@media (max-width: 1300px) {
  .itinerary .footer-ui {
    height: 527px;
  }
}
@media (max-width: 1150px) {
  .itinerary .footer-ui {
    height: 427px;
  }
}
@media (max-width: 1023px) {
  .itinerary .footer-ui {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .itinerary .footer-ui {
    height: 253px;
  }
}
@media (max-width: 480px) {
  .itinerary .footer-ui {
    height: 122px;
  }
}
.itinerary .footer-ui .container-ui {
  background-position: center center;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .itinerary .footer-ui .container-ui {
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .itinerary .footer-ui .container-ui {
    background-size: cover;
  }
}

.tp-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.tp-overlay .tp-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 100%;
  max-width: 480px;
}
.tp-overlay .tp-modal .tp-header {
  background-color: #FF385C;
  padding: 15px;
}
.tp-overlay .tp-modal .tp-header .tp-header-text {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.tp-overlay .tp-modal .tp-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 20px;
}
.tp-overlay .tp-modal .tp-content .tp-item {
  width: 100%;
  position: relative;
  margin: 0 5px;
}
.tp-overlay .tp-modal .tp-content .tp-item input[type=text] {
  background-color: #f6f6f6;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
  line-height: 50px;
}
.tp-overlay .tp-modal .tp-content .tp-item.tp-hour-item {
  max-width: 100px;
}
.tp-overlay .tp-modal .tp-content .tp-item.tp-colon {
  color: #999999;
  font-size: 30px;
  line-height: 50px;
  width: 8px;
}
.tp-overlay .tp-modal .tp-content .tp-item.tp-min-item {
  max-width: 120px;
}
.tp-overlay .tp-modal .tp-content .tp-item.tp-meridiem-item {
  max-width: 150px;
}
.tp-overlay .tp-modal .tp-content .tp-item .select-wrapper input.select-dropdown {
  width: 100%;
}
.tp-overlay .tp-modal .tp-content .tp-item .dropdown-content.select-dropdown {
  position: absolute;
  bottom: 0;
}
.tp-overlay .tp-modal .tp-content .tp-item .dropdown-content.select-dropdown.hour-dropdown {
  height: 250px !important;
}
.tp-overlay .tp-modal .tp-content .tp-item .dropdown-content.select-dropdown.min-dropdown {
  height: 250px !important;
}
.tp-overlay .tp-modal .tp-content .tp-item .dropdown-content.select-dropdown.meridiem-dropdown {
  height: 110px !important;
}
.tp-overlay .tp-modal .tp-choose-time {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 30px 0;
}
.tp-overlay .tp-modal .tp-choose-time .tp-cancel-item {
  color: #BD1919;
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 0 20px 0 0;
  cursor: pointer;
  line-height: 49px;
}
.tp-overlay .tp-modal .tp-choose-time .tp-submit-btn {
  display: block;
  background-color: #383838;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0 0 0 20px;
  border-radius: 8px;
  cursor: pointer;
}
.tp-overlay .tp-modal .tp-choose-time .tp-submit-btn:disabled {
  opacity: 0.5;
}
.tp-overlay .tp-modal .tp-choose-time .tp-submit-btn:hover {
  background-color: #FF385C;
}
.tp-overlay.is-open {
  display: block;
}

.timepicker-box {
  position: relative;
  margin-top: 24px;
}
.timepicker-box .timepicker-icon {
  background-image: url("../../images/client-imgs/grey-clock-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/*
.timepicker-box .timepicker-icon, .datepicker-icon {
    transform: initial;
    width: calc(100% - 21px);
    height: 45px;
    top: 2px;
    right: 11px;
    background-position: right;
    background-size: auto;
}
*/
@media only screen and (max-width: 767px) {
  .tp-overlay .tp-modal {
    max-width: 80%;
  }
}
@media only screen and (max-width: 580px) {
  .tp-overlay .tp-modal .tp-content {
    display: block;
  }
  .tp-overlay .tp-modal .tp-content .tp-item {
    display: block;
    margin: 0 auto 20px;
  }
  .tp-overlay .tp-modal .tp-content .tp-item.tp-hour-item {
    max-width: 100%;
  }
  .tp-overlay .tp-modal .tp-content .tp-item.tp-colon {
    display: none;
  }
  .tp-overlay .tp-modal .tp-content .tp-item.tp-min-item {
    max-width: 100%;
  }
  .tp-overlay .tp-modal .tp-content .tp-item.tp-meridiem-item {
    max-width: 100%;
  }
}
.datepicker {
  pointer-events: none;
  opacity: 0.7;
}

.timepicker {
  pointer-events: none;
  opacity: 0.7;
}

.datepicker-box {
  position: relative;
}

.datepicker-icon {
  background-image: url("../../images/client-imgs/grey-calendar-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 14px;
  height: 16px;
  cursor: pointer;
}

/* Modal */
.datepicker-modal {
  max-width: 370px;
  min-width: 300px;
  max-height: none;
}

.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}
.datepicker-controls .selects-container {
  display: flex;
}
.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}
.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}
.datepicker-controls .select-wrapper .caret {
  display: none;
}
.datepicker-controls .select-year input {
  width: 100px;
  line-height: 32px;
}
.datepicker-controls .select-month input {
  width: 145px;
  line-height: 32px;
}

.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #FF385C;
  color: #ffffff;
  padding: 20px 22px;
  font-weight: 500;
}
.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
}
.datepicker-date-display .date-text {
  display: block;
  font-size: 2rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
.datepicker-calendar-container {
  flex: 2.5 auto;
  padding: 20px;
  background-color: #ffffff;
}

.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}
.datepicker-table thead {
  border-bottom: none;
}
.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}
.datepicker-table tr {
  border: none;
}
.datepicker-table abbr {
  text-decoration: none;
  color: #FF385C;
}
.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}
.datepicker-table td.is-today {
  color: #FF385C;
}
.datepicker-table td.is-selected {
  background-color: #FF385C;
  color: #ffffff;
}
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: #cccccc;
  pointer-events: none;
}

.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}
.datepicker-day-button:focus {
  background-color: #f6f6f6;
  color: #333333;
}
.datepicker-day-button:hover {
  background-color: #f6f6f6;
  color: #333333;
}

/* Footer */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  padding: 10px;
}
.datepicker-cancel:hover,
.datepicker-clear:hover,
.datepicker-today:hover,
.datepicker-done:hover {
  cursor: pointer;
}

.datepicker-clear {
  background-color: transparent;
  color: #383838;
  text-decoration: underline;
}

.datepicker-cancel {
  background-color: transparent;
  color: #FF385C;
  text-decoration: underline;
}

.datepicker-done {
  background-color: #383838;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
  .datepicker-modal {
    max-width: 625px;
  }
  .datepicker-container.modal-content {
    flex-direction: column;
  }
  .datepicker-date-display {
    flex: 0 1 0;
  }
  .datepicker-controls,
  .datepicker-table,
  .datepicker-footer {
    width: 320px;
  }
  .datepicker-day-button {
    line-height: 44px;
  }
}
/*@import "_time-picker.scss";*/
/* Select Field
  ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: #0556a5;
  width: 100%;
  padding: 12px;
  border: #999999;
  border-radius: 0;
  height: 30px;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error] {
  /*@extend %hidden-text;*/
}
.select-wrapper.valid > input.select-dropdown {
  /*@extend %valid-input-style;*/
}
.select-wrapper.valid ~ .helper-text:after {
  /*@extend %custom-success-message;*/
}
.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus {
  /*@extend %invalid-input-style;*/
}
.select-wrapper.invalid ~ .helper-text:after {
  /*@extend %custom-error-message;*/
}
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper + label:after {
  /*@extend %input-after-style;*/
}
.select-wrapper input.select-dropdown {
  position: relative;
  background-image: url("../../images/client-imgs/grey-arrow-down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 15px 8px;
  padding: 0 40px 0 16px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: $medgrey;
  outline: none;
  height: $font30;
  line-height: $font30;
  width: 100%;
  font-size: $font16;
  margin: 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;*/
}
.select-wrapper .caret {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 16px;
}

select:disabled {
  color: #d1d3d4;
}

.select-wrapper.disabled + label {
  color: #d1d3d4;
}
.select-wrapper.disabled .caret {
  fill: #d1d3d4;
}

.select-wrapper input.select-dropdown:disabled {
  color: #d1d3d4;
  cursor: default;
  user-select: none;
}

.select-wrapper i {
  color: #d1d3d4;
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: #999999;
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: #f6f6f6;
}

.select-dropdown.dropdown-content li:hover {
  background-color: #e5e5e5;
}
.select-dropdown.dropdown-content li:focus {
  background-color: #e5e5e5;
}
.select-dropdown.dropdown-content li.selected {
  background-color: #e5e5e5;
}
.select-dropdown.dropdown-content li span:focus {
  background-color: #e5e5e5;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 20px;
  width: 20px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #999999;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

.dropdown-content {
  background-color: #f6f6f6;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content li {
  clear: both;
  color: #333333;
  cursor: pointer;
  min-height: 30px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #999999;
}
.dropdown-content li:focus {
  outline: none;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #333333;
  display: block;
  line-height: 22px;
  padding: 6px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

body.keyboard-focused .dropdown-content li:focus {
  background-color: #999999;
}

.input-field.col .dropdown-content [type=checkbox] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

.dropdown-trigger {
  cursor: pointer;
}

.modal {
  /*@extend .z-depth-5;*/
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 100%;
  max-width: 370px;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  /*.modal-content {
      padding: 24px;
  }*/
}
.modal:focus {
  outline: none;
}
@media only screen and (min-width: 601px) {
  .modal {
    width: 80%;
  }
}
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

@media only screen and (max-width: 480px) {
  .modal {
    max-height: 90%;
    max-width: 320px;
  }
}
.reg-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
}
.reg-modal.reg-modal-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.reg-modal.reg-modal-overlay .reg-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 652px;
  padding: 35px;
  background-color: #ffffff;
  text-align: center;
}
.reg-modal.reg-modal-overlay .reg-modal-content .close-modal {
  position: absolute;
  top: 0;
  right: 2.5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 48px;
  line-height: 48px;
  cursor: pointer;
}
.reg-modal.reg-modal-overlay .reg-modal-content .reg-modal-headline {
  font-size: 36px;
  line-height: 36px;
  color: #222222;
  letter-spacing: 3px;
  margin: 0 0 15px 0;
  font-weight: bold;
}
.reg-modal.reg-modal-overlay .reg-modal-content .reg-modal-copy {
  font-family: "Airbnb Cereal";
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin: 0 0 35px 0;
}
.reg-modal[data-modal-type=alert] .modal-btns.alert-modal-btns {
  display: block;
}
.reg-modal[data-modal-type=alert] .modal-btns.confirm-modal-btns {
  display: none;
}
.reg-modal[data-modal-type=confirm] .modal-btns.alert-modal-btns {
  display: none;
}
.reg-modal[data-modal-type=confirm] .modal-btns.confirm-modal-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.reg-modal.is-visible {
  animation: fadeIn 1s 1 forwards;
  -webkit-animation: fadeIn 1s 1 forwards;
  -moz-animation: fadeIn 1s 1 forwards;
  -o-animation: fadeIn 1s 1 forwards;
}

.btn {
  cursor: pointer;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  border-radius: 4px;
}
.btn.modal-btn {
  width: 100%;
  max-width: 250px;
  padding: 10px 0;
  color: #ffffff;
  background-color: #222222;
}
.btn.modal-btn.confirm-btn {
  margin: 0 auto;
}
.btn.modal-btn.yes-btn {
  margin: 0 10px 0 0;
}
.btn.modal-btn.no-btn {
  margin: 0 0 0 10px;
}

.btn {
  text-decoration: none;
}
.btn.btn-primary {
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(34, 34, 34, 0.3);
  background: rgba(34, 34, 34, 0.9);
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: normal;
  text-transform: none;
  width: auto;
  display: inline-block;
}
.btn.btn-primary:hover {
  background-color: #222222;
}
.btn.btn-pagelinks {
  padding: 34px 0;
  width: 350px;
  border-radius: 8px;
  border: 1px solid rgba(34, 34, 34, 0.5);
  background: #ffffff;
  font-size: 24px;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn.btn-pagelinks {
    padding: 20px 0;
  }
}
.btn.btn-pagelinks svg, .btn.btn-pagelinks img {
  margin-left: 15px;
}
.btn.btn-pagelinks:hover {
  background: rgba(34, 34, 34, 0.05);
}

.dropdown-content.select-dropdown.year-dropdown {
  height: 531px !important;
}

.text-bold {
  font-weight: bold;
}

.dropdown-content li {
  list-style-type: none !important;
}

.reg-form-section-inner .alert {
  display: none;
}

.admin-html a {
  color: #FF385C;
  text-decoration: underline;
}
.admin-html a:hover {
  text-decoration: none;
}
.admin-html .terms-and-conditions-copy {
  margin-bottom: 30px;
}
.admin-html .general-info-copy {
  margin-bottom: 30px;
}
.admin-html .added-travel-copy {
  margin-bottom: 0;
}
.admin-html .grey-text {
  color: #999999;
}
.admin-html .italic-text {
  font-style: italic;
}

.security-page.create-account .login-box .login-content {
  padding-bottom: 5%;
  top: 5%;
  transform: translate(-50%, 0);
}

.security-page.change-password .login-box .login-content {
  padding-bottom: 5%;
  top: 5%;
  transform: translate(-50%, 0);
}

/* IE 11 CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel] {
    height: 50px;
  }
  .header.header-B .center-content .logo-box {
    padding: 20px;
  }
}
html .dropdown-content.select-dropdown, body .dropdown-content.select-dropdown {
  top: 10%;
  position: fixed;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  max-height: 420px !important;
  /*height: 419px!important;*/
}
