:root {
  --cast-blue: #2161ae;
  --hover-orange: #e46c02;
  --light-grey: lightgrey;
  --button-blue: #3898ec;
  --text-white: white;
  --ball: #ef373e;
  --text-gray: #464646;
  --head-gray: #252525;
  --green: #00ab4e;
  --super-light-gray: #f3f3f3;
  --yellow-table: #ffe101;
  --royal-blue: #1d61ae;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #2161ae;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  color: var(--cast-blue);
  text-align: left;
  margin-top: 1.25rem;
  margin-bottom: .25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
}

h4 {
  color: #555;
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--cast-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: #464646;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #288ee7;
  text-decoration: none;
}

a:hover {
  color: var(--hover-orange);
}

.body {
  background-color: #0000;
  height: 100%;
  font-size: 16px;
  line-height: 1.1;
}

.footer {
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  margin-top: 12px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.sec-animate {
  background-color: #0000;
  background-image: url('../bkg_cast_color.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #8d8d8d;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.sec-animate.promo-sec {
  background-image: url('../jpg/home_cast2022.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 6px;
}

.hdr-bar {
  text-align: center;
  background-color: #2161ae;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  display: block;
}

.sec-register {
  margin-top: 20px;
  margin-bottom: 10px;
  transform: translate(0);
}

.register {
  text-align: center;
  margin-top: 9px;
  padding: 10px;
}

.button-register {
  color: #fff;
  text-align: center;
  background-color: #ef373e;
  border-radius: 6px;
  margin: 7px auto 21px;
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  transition: background-color .2s;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 5px #474747;
}

.button-register:hover {
  background-color: #fd902c;
}

.button-register:active {
  background-color: #009743;
}

.copyright {
  color: #464646;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.ball-logo-red {
  float: right;
  display: none;
}

.section-color-band {
  height: 25px;
}

.section-color-band.red {
  background-color: var(--cast-blue);
  height: 6px;
  margin-bottom: 11px;
}

.field-label {
  color: #555;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-field {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-submit {
  background-color: #3898ec;
  border-radius: 6px;
  margin-top: 7px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  transition: all .225s;
  box-shadow: 1px 1px 4px #474747;
}

.button-submit:hover {
  background-color: #ec5c38;
}

.button-submit:active {
  color: #272727;
  background-color: #fff;
  border: 1px solid #464646;
}

.button-submit.small {
  padding: 7px 12px;
  font-size: 16px;
  line-height: 17px;
}

.checkbox {
  font-family: Open Sans, sans-serif;
}

.checkbox-label {
  padding-top: 2px;
  padding-left: 3px;
  font-size: 16px;
}

.radio-label {
  color: #555;
  padding-top: 2px;
  padding-left: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.checkbox-box, .radio-box {
  font-size: 18px;
}

.select-field {
  color: #555;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-area {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.breadcrumb-block {
  border: 1px solid var(--light-grey);
  text-align: center;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}

.button-crumb {
  color: #555;
  background-color: #f3f3f3;
  border: 1px #8f8f8f;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}

.crumb-icon {
  padding-left: 3px;
  font-family: Fontawesome webfont, sans-serif;
}

.crumb-icon.red {
  color: #ec5c38;
}

.time-block {
  float: left;
  width: 40%;
}

.time-block.date {
  float: left;
  width: 20%;
}

.time-header-block {
  color: #fcfbfb;
  background-color: #464646;
}

.time-title {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
}

.time-data {
  border-right: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  color: #555;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.time-data.red {
  border-right-width: 1px;
  border-right-color: var(--light-grey);
  border-bottom-width: 1px;
  border-bottom-color: var(--light-grey);
  border-left-width: 1px;
  border-left-color: var(--light-grey);
  color: #252525;
  background-color: #00000040;
}

.time-data.yellow {
  border-right-width: 1px;
  border-right-color: var(--light-grey);
  border-bottom-width: 1px;
  border-bottom-color: var(--light-grey);
  border-left-width: 1px;
  border-left-color: var(--light-grey);
  background-color: #0000001a;
}

.hour-block {
  float: left;
  width: 20%;
}

.sp10 {
  height: 10px;
}

.sp20 {
  height: 20px;
}

.sp50 {
  height: 50px;
}

.validate_error {
  color: #ef373e;
}

.content {
  flex: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .225s;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.sp25 {
  height: 25px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo-block {
  text-align: center;
  place-content: space-around space-between;
  align-items: center;
  margin-bottom: 27px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.logo-container {
  max-width: 100vw;
  display: block;
}

.copyright-txt {
  margin-top: 15px;
  font-size: 9px;
  font-weight: 400;
  line-height: 10px;
}

.get-the-app-text {
  float: left;
  color: #fff;
  text-align: right;
  align-self: center;
  margin-right: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: inline;
}

.app-store-link-block {
  float: none;
  width: 45%;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.app-button-block {
  float: right;
  flex: 0 auto;
}

.cast-logo {
  height: 50px;
  margin-top: 9px;
  margin-bottom: 9px;
  display: block;
  position: relative;
}

.cast-logo.timer {
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
}

.phone {
  text-align: center;
  height: 150px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: 20px;
  display: block;
}

.footer2 {
  border-top: 1px solid #3898ec;
}

.copyright-txt-2 {
  margin-top: 12px;
}

.share-block {
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #555;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.link-4 {
  color: #3898ec;
}

.link-4:hover {
  color: var(--hover-orange);
}

.hdr-bar-logo {
  margin-top: -6px;
}

.image-2 {
  width: 150px;
}

.app-icon-apple {
  margin-left: 0;
  margin-right: 18px;
  display: block;
}

.app-icon-google {
  display: block;
}

.col-app-icons {
  justify-content: flex-end;
  display: block;
}

.store-buttons {
  justify-content: flex-start;
  margin-top: 16px;
  display: flex;
}

.store-google {
  margin-right: 5px;
}

.store-apple {
  margin-left: 0;
}

.bold-text {
  font-style: normal;
}

.columns {
  align-items: center;
  display: block;
}

.cast-logo-2 {
  width: 225px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.intro {
  font-size: 1rem;
  line-height: 1.5em;
}

.hero-photo {
  border-bottom: 8px solid var(--cast-blue);
  background-image: url('../jpg/homepage_cast24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.contain {
  max-width: 1200px;
}

.icon-plus {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
}

.visit-count {
  width: 25%;
  display: inline-block;
}

.accord-icon-block {
  background-color: #002958;
  border: 1px #2161ae;
  align-self: center;
  width: 40px;
  height: 40px;
}

.accord-icon-block:hover {
  background-color: #002958;
}

.accordion-content {
  padding: 14px;
  display: block;
}

.icon-plus-block {
  color: #002958;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.visit-date {
  width: 45%;
  display: inline-block;
}

.accord-title {
  padding-left: 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
}

.accord-title:hover {
  color: #ef373e;
}

.accordion-item {
  border: 1px solid #002958;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.visit-color-yellow {
  background-color: #ffe101;
  width: 50%;
  display: inline-block;
}

.icon-minus {
  width: 25px;
  height: 25px;
  display: none;
  position: absolute;
}

.accord-hdr {
  color: #002958;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.visit-color-red {
  background-color: #ef373e;
  width: 50%;
  display: inline-block;
}

.welcome-box {
  color: var(--cast-blue);
  background-color: #fff;
  padding: 67px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.tabs {
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-top: 31px;
  margin-bottom: 20px;
  display: block;
}

.tabs-content {
  border: 3px solid var(--cast-blue);
  padding: 16px 12px;
}

.intro-date {
  color: var(--cast-blue);
  text-align: center;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.button-intro-register {
  background-color: var(--hover-orange);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px #000;
  border-radius: 11px;
  margin-top: .8rem;
  padding: .8rem 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .2s;
  display: inline-block;
  box-shadow: 2px 2px 6px #000;
}

.button-intro-register:hover {
  background-color: var(--cast-blue);
  color: #fff;
  box-shadow: 1px 1px 6px #00000047;
}

.button-intro-register.hero {
  margin-top: 0;
}

.button-intro-register.hero:hover {
  background-color: var(--button-blue);
}

.tab-link {
  border-style: solid solid none;
  border-width: 3px 3px 0;
  border-color: var(--cast-blue) var(--cast-blue) #fff;
  color: var(--cast-blue);
  text-align: center;
  background-color: #fdfdfd;
  border-radius: 6px 6px 0 0;
  margin-right: 8px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.tab-link.w--current {
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: var(--cast-blue);
  background-color: var(--cast-blue);
  color: #fdfdfd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.tabs-menu {
  width: 1100px;
  max-width: 1100px;
  top: 3px;
}

.center-text-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  text-align: center;
  line-height: 1.2em;
}

.app-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.col-text {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.align-col-block {
  text-align: center;
}

.align-col-block.flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.thumb-cat {
  margin-top: 36px;
  margin-bottom: 6px;
}

.social-address {
  color: #616161;
}

.logo-link-block {
  flex: 0 auto;
  margin: 15px 2px 15px 0;
  padding: 9px 12px;
}

.logo-link-block.w--current {
  width: 300px;
  max-width: 300px;
}

.bobbleheads {
  width: 70%;
  margin: 20px auto 25px;
}

.title-cali-trials {
  width: 500px;
  margin-bottom: 13px;
}

.title-follow {
  color: #2ba39d;
  text-align: center;
  margin-bottom: 11px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.button-to-map {
  text-align: center;
  background-color: #f47c20;
  border-radius: 19px;
  width: 80%;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
  font-size: 18px;
  line-height: 1em;
  transition: all .2s;
  display: block;
  position: static;
  box-shadow: 1px 1px 3px #000000d4;
}

.button-to-map:hover {
  color: #fff;
  background-color: #2ea79f;
}

.paragraph-2 {
  line-height: 1.4em;
}

.button-big-register {
  background-color: var(--hover-orange);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  border-radius: 15px;
  margin-right: 0%;
  padding: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  transition: all .225s;
  display: block;
  position: relative;
  box-shadow: 1px 6px 10px #000000e3;
}

.button-big-register:hover {
  background-color: var(--cast-blue);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  box-shadow: 1px 1px 4px -10px #000000e3;
}

.test-image {
  border-bottom: 8px solid var(--cast-blue);
  background-image: url('../test-vid-template.html');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.mobile-block {
  display: flex;
}

.video {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.register-button-on-video {
  z-index: 10;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  text-align: center;
  background-color: #2161aeb3;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 700px;
  height: 75px;
  padding: 21px 25px 19px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  transition: all .225s;
}

.register-button-on-video:hover {
  background-color: var(--hover-orange);
  color: #fff;
}

.video-wrapper {
  z-index: 0;
  background-color: var(--cast-blue);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 56.25%;
  display: block;
  position: relative;
}

.content-video {
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  transition: all .225s;
}

.bkg-for-video {
  background-color: var(--cast-blue);
  width: 100vw;
  height: 100vh;
}

.burpee-logo {
  margin-bottom: 12px;
}

.countdown-outer {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.timer-text {
  color: #e0e0e0;
  margin-bottom: 4px;
  margin-right: 14px;
  font-size: 1rem;
  line-height: 1.4;
}

.countdown-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.countdown-block {
  color: #fff;
  background-color: #10407a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95px;
  margin: 4px 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
}

.countdown-time {
  font-size: 37px;
  line-height: 1;
}

.logo-timer-block {
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  display: flex;
}

.hdr-bar-timer {
  text-align: center;
  background-color: #2161ae;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.timer-text-block {
  margin-left: 12px;
  margin-right: 12px;
}

.virtual-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 18px;
  display: flex;
}

.virtual-tour-block {
  border: 1px solid var(--cast-blue);
  color: var(--cast-blue);
  flex-direction: column;
  justify-content: space-between;
  width: 32.3%;
  min-height: 25px;
  padding: 10px;
  transition: all .225s;
  display: flex;
}

.virtual-tour-block:hover {
  background-color: var(--cast-blue);
  color: #fff;
}

.virtual-hdr {
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.virtual-tour-title-block {
  background-color: var(--cast-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.virtual-text-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 66%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 17px;
  display: block;
}

.virtual-img-block {
  width: 33%;
  margin-right: 21px;
}

.text-white {
  color: #fff;
}

.logo-virtual-tour {
  width: 150px;
}

.tab-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.two-image-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  height: 50vh;
  display: flex;
}

.hero-half {
  width: 50%;
  min-height: 25px;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.information {
  margin-bottom: 2rem;
}

.h1-style {
  border-bottom: 3px solid var(--cast-blue);
  background-color: var(--text-white);
  color: var(--cast-blue);
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: .8rem .8rem .1rem 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.location-block-flex {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.location-col {
  width: 30%;
}

.location-col.col-2 {
  width: 70%;
}

.location-col.lrg {
  width: 25%;
}

.location-col.long {
  width: 75%;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
}

.register-logo-block {
  width: 13%;
  margin-right: 1rem;
}

.register-logo-block.col-2 {
  width: 80%;
}

.register-logo-block.lrg {
  width: 25%;
}

.register-logo-block.long {
  width: 75%;
}

.register-logo-flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
}

.location-block-wrap {
  border: 1px solid var(--cast-blue);
  width: 35%;
  padding: .8rem;
}

.save-date-main-block {
  background-color: var(--cast-blue);
  margin-top: 1rem;
}

.save-date-text-block {
  background-color: var(--cast-blue);
  color: var(--text-white);
  text-align: center;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 25px;
  padding: 1.1rem;
  display: flex;
}

.hero-h1 {
  color: var(--text-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1;
}

.save-date-text-wrap {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-date {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.welcome-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.welcome-img-block {
  width: 65%;
}

.welcome-text {
  background-color: var(--cast-blue);
  color: var(--text-white);
  text-align: center;
  padding: .9rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.welcome-hdr {
  color: var(--text-white);
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

.welcome-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

html.w-mod-js [data-ix="spotlight-logo"] {
  opacity: 0;
  transform: translate(0, -100px);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .footer {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .sec-animate {
    height: 400px;
  }

  .hdr-bar {
    flex: none;
    padding: 4px 0;
  }

  .button-crumb {
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .time-data.red {
    border-bottom-width: 1px;
    border-bottom-color: var(--light-grey);
    border-left-width: 1px;
    border-left-color: var(--light-grey);
  }

  .time-data.yellow {
    border-bottom-width: 1px;
    border-bottom-color: var(--light-grey);
    border-left-width: 1px;
    border-left-color: var(--light-grey);
    background-color: #0003;
  }

  .sp10 {
    height: 10px;
  }

  .sp20 {
    height: 20px;
  }

  .sp50 {
    height: 50px;
  }

  .wrapper {
    justify-content: space-between;
  }

  .logo-block {
    flex-flow: column;
    place-content: center space-around;
    align-items: center;
  }

  .get-the-app-text {
    flex: 0 auto;
    margin-right: 16px;
    font-size: 14px;
    position: relative;
    top: 3px;
    left: 0;
  }

  .app-store-link-block {
    width: 46%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 4px;
    display: inline-block;
  }

  .app-button-block {
    flex: 0 auto;
  }

  .cast-logo {
    position: relative;
    left: 6px;
  }

  .col-app-icons {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .store-buttons {
    display: flex;
  }

  .hero-photo {
    height: 55vh;
  }

  .contain {
    max-width: 735px;
  }

  .tabs-content {
    margin: 0 3px 5px;
  }

  .button-intro-register {
    width: 90%;
  }

  .button-intro-register.hero {
    width: auto;
  }

  .tab-link {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1rem;
  }

  .logo-link-block {
    flex: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bobbleheads {
    width: 80%;
  }

  .title-cali-trials {
    max-width: 90%;
    margin-bottom: 0;
  }

  .button-to-map {
    width: 87%;
    font-size: 17px;
    line-height: 1.2em;
  }

  .button-big-register {
    margin-right: 0%;
  }

  .test-image {
    height: 55vh;
  }

  .register-button-on-video {
    width: auto;
    height: auto;
    margin-right: 0%;
    padding: 9px 15px 12px;
    font-size: 22px;
  }

  .content-video {
    width: 100%;
  }

  .countdown-outer {
    flex-direction: column;
    width: 68%;
  }

  .countdown-row {
    margin-top: .5rem;
  }

  .countdown-block {
    width: 94px;
  }

  .hdr-bar-timer {
    flex: none;
    padding: 1rem 10px;
  }

  .timer-text-block {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .virtual-tour-block {
    width: 31.5%;
  }

  .virtual-text-block {
    width: 60%;
  }

  .virtual-img-block {
    width: 40%;
  }

  .location-block-wrap {
    width: 50%;
  }

  .hero-h1, .hero-date {
    font-size: 1.5rem;
  }

  .welcome-img-block {
    width: 50%;
  }

  .welcome-img {
    object-position: 81% 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .footer {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .sec-animate {
    height: 290px;
  }

  .hdr-bar {
    flex: none;
  }

  .copyright {
    text-align: center;
  }

  .breadcrumb-block {
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .button-crumb {
    text-align: left;
    width: 80%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .time-block {
    float: left;
    width: 100%;
  }

  .time-block.date {
    width: 100%;
  }

  .time-table {
    margin-bottom: 20px;
  }

  .content {
    padding-left: 9px;
    padding-right: 9px;
  }

  .logo-block {
    top: 0;
  }

  .get-the-app-text {
    float: left;
    text-align: center;
    flex: 0 auto;
    font-size: 13px;
    line-height: 14px;
    display: block;
    position: relative;
    top: 1px;
    left: 48px;
  }

  .app-store-link-block {
    text-align: center;
    width: 50%;
    margin-top: 3px;
    margin-left: 9px;
    margin-right: 9px;
    display: block;
  }

  .app-button-block {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    inset: 0;
  }

  .cast-logo {
    text-align: center;
    height: 40px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    left: 0;
  }

  .cast-logo.timer {
    width: 58%;
  }

  .hdr-bar-logo {
    margin-top: 0;
  }

  .image-2 {
    width: 130px;
  }

  .app-icon-apple {
    float: none;
    width: 114px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .app-icon-google {
    float: none;
    width: 114px;
  }

  .col-app-icons {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 4px;
  }

  .store-buttons {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    text-align: center;
  }

  .cast-logo-2 {
    text-align: center;
    margin-bottom: 8px;
    padding-top: 0;
  }

  .intro {
    margin-bottom: 15px;
  }

  .hero-photo {
    height: 35vh;
  }

  .visit-count {
    width: 35%;
    font-size: 13px;
  }

  .visit-date {
    width: 60%;
    font-size: 13px;
  }

  .visit-color-yellow {
    width: 35%;
    font-size: 13px;
  }

  .visit-color-red {
    width: 60%;
    font-size: 13px;
  }

  .tabs {
    max-width: 600px;
    margin-top: 14px;
    margin-bottom: 1px;
  }

  .tabs-content {
    width: 470px;
    margin-top: 11px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .intro-date {
    margin-top: 6px;
    margin-bottom: 9px;
  }

  .button-intro-register {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  .button-intro-register.hero {
    margin-bottom: 0;
    padding: .5rem;
    font-size: .9rem;
  }

  .tab-link {
    margin-bottom: -1px;
    margin-left: 11px;
    margin-right: 11px;
    padding: 12px 5px;
    display: block;
  }

  .tab-link.w--current {
    font-size: 15px;
  }

  .tabs-menu {
    width: 470px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-text {
    flex-direction: column;
  }

  .logo-link-block {
    width: 100%;
    margin: 1px 1px 9px;
  }

  .logo-link-block.w--current {
    width: 100%;
  }

  .button-to-map {
    width: 90%;
  }

  .button-big-register {
    margin-right: 0%;
    font-size: 20px;
  }

  .test-image {
    height: 35vh;
  }

  .register-button-on-video {
    margin-right: 0%;
    font-size: 18px;
  }

  .video-wrapper {
    height: 28vh;
  }

  .content-video {
    padding-left: 9px;
    padding-right: 9px;
  }

  .countdown-outer {
    width: 100%;
    margin-bottom: 14px;
  }

  .countdown-row {
    justify-content: center;
    width: 95%;
    display: block;
  }

  .countdown-block {
    margin-left: .2rem;
    margin-right: .2rem;
  }

  .logo-timer-block {
    flex-wrap: wrap;
  }

  .hdr-bar-timer {
    flex-wrap: wrap;
    flex: none;
  }

  .timer-text-block {
    margin-bottom: 7px;
  }

  .virtual-tour-block {
    width: 31%;
  }

  .virtual-tour-title-block {
    object-fit: cover;
    align-items: center;
  }

  .virtual-text-block {
    width: 85%;
    padding: 0 13px 0 2px;
  }

  .virtual-img-block {
    width: 43%;
    margin-left: 0;
    margin-right: 13px;
  }

  .text-white {
    margin-bottom: 25px;
  }

  .heading-2 {
    margin-bottom: 11px;
  }

  .h1-style {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .location-col {
    width: 20%;
  }

  .location-block-wrap {
    width: 100%;
  }

  .save-date-main-block {
    position: relative;
  }

  .save-date-text-block {
    padding: .2rem;
    inset: 0% 0% auto;
  }

  .hero-h1, .hero-date {
    font-size: 1.1rem;
  }

  .welcome-wrap {
    flex-flow: column;
  }

  .welcome-img-block {
    width: 100%;
  }

  .save-date-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
    line-height: 24px;
  }

  h3 {
    font-size: 1.1rem;
  }

  .sec-animate {
    height: 225px;
  }

  .hdr-bar {
    flex: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .breadcrumb-block {
    padding: 2px;
  }

  .button-crumb {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .content {
    padding-left: 9px;
    padding-right: 9px;
  }

  .logo-block {
    top: 0;
  }

  .get-the-app-text {
    flex: 1;
    margin-right: 0;
    font-size: 10px;
    display: block;
    top: -3px;
    left: -6px;
  }

  .app-store-link-block {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .app-button-block {
    flex: none;
    align-self: stretch;
    align-items: flex-start;
  }

  .cast-logo {
    margin-top: 16px;
  }

  .phone {
    margin-right: 16px;
    display: none;
  }

  .app-icon-apple {
    width: 125px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 0;
  }

  .app-icon-google {
    width: 125px;
  }

  .col-app-icons {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .store-buttons {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .store-google {
    align-self: center;
    margin-right: 0;
  }

  .store-apple {
    flex: 0 auto;
    align-self: center;
  }

  .cast-logo-2 {
    width: 150px;
    margin-top: 19px;
  }

  .hero-photo {
    height: 25vh;
  }

  .visit-count {
    letter-spacing: -.2px;
    width: 23%;
    font-size: 12px;
  }

  .accordion-content {
    padding: 14px 6px;
  }

  .visit-date {
    letter-spacing: -.02em;
    width: 75%;
    font-size: 12px;
  }

  .text-block {
    font-size: 12px;
  }

  .accord-title {
    padding-left: 10px;
    font-size: 16px;
  }

  .visit-color-yellow {
    letter-spacing: -.2px;
    width: 25%;
    font-size: 12px;
  }

  .visit-color-red {
    letter-spacing: -.02em;
    width: 75%;
    font-size: 12px;
  }

  .tabs {
    max-width: 300px;
    margin-top: 16px;
    margin-bottom: 4px;
  }

  .tabs-content {
    width: 300px;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-date {
    margin-top: 9px;
    margin-bottom: 13px;
    font-size: 16px;
  }

  .button-intro-register {
    width: 100%;
  }

  .button-intro-register.hero {
    margin-top: .7rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    font-size: 1rem;
  }

  .tab-link {
    margin-bottom: -4px;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .tabs-menu {
    width: 300px;
    max-width: 300px;
  }

  .col-text {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bobbleheads {
    width: 80%;
  }

  .button-to-map {
    width: 100%;
  }

  .paragraph-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-big-register {
    padding: 14px;
    font-size: 16px;
  }

  .test-image {
    height: 25vh;
  }

  .register-button-on-video {
    padding: 14px;
    font-size: 16px;
  }

  .video-wrapper {
    height: 15vh;
  }

  .content-video {
    padding-left: 9px;
    padding-right: 9px;
  }

  .countdown-outer {
    margin-bottom: 9px;
  }

  .timer-text {
    font-size: .9rem;
  }

  .countdown-row {
    width: 97%;
  }

  .countdown-block {
    width: 4.1rem;
    margin-left: 2px;
    margin-right: 2px;
  }

  .countdown-time {
    font-size: 2rem;
  }

  .countdown-detail {
    font-size: 13px;
  }

  .hdr-bar-timer {
    flex: none;
  }

  .virtual-tour-block {
    width: 100%;
  }

  .virtual-tour-title-block {
    flex-wrap: wrap;
  }

  .virtual-text-block {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .virtual-img-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    font-size: 24px;
  }

  .location-col {
    width: 35%;
  }

  .location-col.col-2 {
    width: 65%;
  }

  .save-date-main-block {
    flex-flow: column;
    display: block;
  }

  .save-date-text-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .9rem;
  }

  .hero-h1 {
    margin-bottom: .5rem;
    font-size: 1.7rem;
  }

  .save-date-text-wrap {
    flex-flow: column;
  }

  .hero-date {
    font-size: 1.5rem;
  }

  .save-date-img {
    position: relative;
  }

  .heading-3 {
    font-size: 1.2rem;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../eot/fontawesome-webfont.eot') format('embedded-opentype'), url('../eot/fontawesome-webfont.eot') format('embedded-opentype'), url('../woff/fontawesome-webfont.woff') format('woff'), url('../ttf/fontawesome-webfont.ttf') format('truetype'), url('../ttf/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}