html {
  overscroll-behavior-y: none;
}
body {
  /* background-color: #dddddd; */
  font-family: "Montserrat", sans-serif;
  color: #383838;
  overscroll-behavior-y: none;
}
p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.container {
  max-width: 1000px;
}
.navigation {
  z-index: 2;
  padding-top: 0px;
}
nav a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: /*#ffffff*/ #000;
  border-radius: 22px;
  transition: color 0.2s, background-color 0.2s;
  font-weight: /*600*/ 500;
}
.nav-links {
  min-width: 414px;
  text-align: right;
}
.nav-links a {
  padding: 8px 10px;
}
.nav-items {
  list-style-type: none;
}
.nav-items li {
  display: inline-block;
  max-width: 150px;
}
.nav-items li a.visit-arrow {
  position: relative;
}
/*.nav-items li a.visit-arrow::before {
  content: url(/images/seo/planVisitArrow.svg);
  position: absolute;
  top: 40px;
  right: 45px;
} */
/* .nav-links a::before:hover > a {
color: #ffffff;
} */
.nav-items li a {
  border: 2px solid transparent;
  transition: all 0.3s;
}
.nav-items li a:hover {
  border-color: white;
  border: 2px solid white;
  border-radius: 300px;
  background: none !important;
}
.nav-items li a.blue:hover {
  color: #00446a;
  border-color: #00446a;
}
.nav-items li a.green:hover {
  color: #c1cd23;
  border-color: #c1cd23;
}
.nav-items li a.fuschia:hover {
  color: #e7126e;
  border-color: #e7126e;
}
.nav-items li a.orange-hover:hover {
  color: #f05133;
  border-color: #f05133;
}
.top-banner {
  margin-top: /*-270px*/ 0px;
}
.top-banner,
.top-banner .row,
.banner-inner img {
  z-index: 1;
}

.search-icon:hover {
  border: 2px solid transparent !important;
}

.banner-inner {
  /*   min-height: 682px; */
  min-height: 750px;
  width: 100%;
  /* background-attachment: fixed; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.banner-inner-compact {
  min-height: 500px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.banner-inner-compact-page {
  min-height: 500px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: block;
  position: relative;
  border-bottom: 10px solid rgba(222, 94, 65, 0.98);
}

.navigation {
  position: relative;
  z-index: 10;
}

.banner-inner-compact-page:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    355deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    355deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    355deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.banner-inner-compact-page h1 {
  position: relative;
  z-index: 5;
  padding-top: 320px !important;
  display: block;
}

.ticket {
  width: 8in;
  height: 2.7in;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0.2in;
}
.ticket-img {
  max-width: 100%;
  height: auto;
  position: relative;
}
#event-info {
  display: inline-block;
  position: absolute;
  left: 1.1in;
  top: 0.12in;
  width: 4.7in;
}
.label {
  display: block;
}
.value {
  display: block;
  overflow: hidden;
  font-size: 16px;
}
#title {
  height: 0.4in;
}
#location {
  height: 0.8in;
}
#stub-info {
  display: block;
  position: absolute;
  top: 0.06in;
  left: 6in;
  width: 1.9in;
  text-align: center;
}
#qrcode {
  position: relative;
  width: 70%;
  height: auto;
  margin-top: 0.3in;
  margin-left: 0.3in;
}
#ticket-num {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 12px;
}
#attendee-info {
  text-align: left;
  font-size: 10px;
  position: relative;
  top: 0.18in;
  line-height: 1.6em;
}
#attendee-info .value {
  font-size: 10px;
}

.vs_main_frame {
  width: 100% !important;
}

.sweepstakes h2,
.sweepstakes .page-content h2 {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  color: #414141 !important;
  margin: 20px 0 !important;
}
.sweepstakes h3,
.sweepstakes .page-content h3 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #414141 !important;
  margin: 20px 0 !important;
}
.sweepstakes .page-content :nth-child(1 of figure) img {
  margin: 0 auto;
  max-width: 500px;
}
.sweepstakes .page-content :nth-child(2 of figure) img {
  margin: 0 auto 25px;
  max-width: 300px;
}
/* .prizes {
	margin-top: 50px;
	margin-bottom: 50px;
} */
.prize-listing {
  padding: 30px;
  margin-bottom: 30px;
  height: 94%;
  border-radius: 4px;
}
/* Blue */
.prizes .prize-col:nth-child(3n-1) .prize-listing {
  background-color: rgba(1, 68, 106, 0.11);
}
/* Green */
.prizes .prize-col:nth-child(3n-2) .prize-listing {
  background-color: rgba(194, 207, 32, 0.11);
}
/* Orange */
.prizes .prize-col:nth-child(3n-3) .prize-listing {
  background-color: rgba(253, 187, 54, 0.11);
}
.prize-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
}
a.prize-title:hover {
  text-decoration: underline;
}
.prize-image {
  width: 100%;
}
.sweepstakes data-toggle[modal] {
  display: block;
}
.prize-listing + .modal .modal-body {
  padding: 2rem;
}
.prize-listing + .modal .prize-image {
  margin: 0px 0 20px;
}
.prize-description,
.prize-value {
  margin: 20px 0;
}
.prize-link {
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .ticket {
    transform: scale(0.5);
    left: -170px;
  }

  .banner-inner-compact-page h1 {
    padding-top: 165px !important;
  }
  .banner-inner-compact-page {
    min-height: 320px;
  }
}

#banner-imageText {
  margin: 0 auto;
  width: 80%;
  max-width: 880px;
  display: flex;
}
#banner-heading {
  margin: 0 auto;
  width: 80%;
  max-width: 880px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  display: flex;
  font-weight: 600;
}
.banner-heading {
  margin: 0 auto;
  /* width: 80%; */
  max-width: 880px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  display: flex;
  font-weight: 600;
  text-align: center;
  text-shadow: 0px 0px 5px #00000070;
}
h1.banner-heading {
  font-size: 60px;
  padding-top: 10%;
}
#banner-heading div {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#banner-subheading {
  margin: 0 auto;
  text-align: center;
  width: 75%;
  max-width: 640px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  display: flex;
  font-weight: 600;
  padding: 10px 0 0;
  z-index: 1;
}
.banner-subbutton {
  margin-bottom: 80px !important;
  padding: 25px 0 8%;
}
#banner-subheading div {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0 8%;
}
.dropdownContainer {
  position: relative;
  width: 90%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
  z-index: 2;
}
.collapsible {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 18px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.2s;
  z-index: 2;
  margin-top: -33px;
  font-family: "Montserrat", sans-serif;
  color: #555555;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.11);
  position: absolute;
}
#collapse-copy {
  display: inline-block;
}
#collapse-copy::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f078";
  color: #064669;
  right: 0;
  position: absolute;
  font-style: normal;
  padding-right: 30px;
  font-size: 30px;
  margin-top: -6px;
}
.collapsible.active {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  color: #d6d6d6;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.11);
}
.collapsible:focus {
  outline-style: none;
}
.collapsible.active > #collapse-copy::after {
  content: "\f077";
  color: #555555;
}
.banner-collapse-content {
  padding: 0 30px;
  padding-top: 30px;
  position: relative;
  max-height: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  transition: all 0.2s ease-out;
  background-color: #ffffff;
  position: absolute;
}
.banner-dropdown-item {
  padding: 10px 0;
}
.banner-dropdown-item a {
  width: 100%;
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #064669;
  font-size: 20px;
  transition: all 0.3s;
}
.banner-dropdown-item a::after {
  transition: all 0.3s;
}
.banner-dropdown-item a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  color: #064669;
  right: 0;
  position: absolute;
}
.banner-dropdown-item a:hover {
  color: #ed513b;
}
.banner-dropdown-item:hover > a::after {
  color: #ed513b;
  right: -10px;
}
.locationInfo {
}
.hoverScale {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
}
.hoverScale:hover {
  transform: scale(1.05);
}
.hover5 img {
  transition: all 0.3s;
  display: block;
}
.hover5:hover > img {
  transform: scale(1.05);
  /*box-shadow: 0px 0px 12px rgba(255,255,255,.15);*/
}
.locationheader .conventionEntryDate {
}
.locationLink {
  color: ;
}
#getDirSpan,
.hotelHover {
  transition: all 0.2s;
}
.eventTitle,
.hotelTitle,
.workshopTitle {
  min-height: 70px;
}
.hotelRightInner {
  border-left: 1px solid #eeeeee;
  min-height: 80%;
  margin-top: 8%;
}
.hotelRightInner ul {
  list-style: inherit;
  padding: 10px 20px;
}
.warningInner p {
  padding: 10px 0px;
}
.warningInner i {
  font-size: 44px;
}
.locationHeader .locationLink {
  text-align: center;
  width: 100%;
  display: block;
  transition: all 0.2s;
}
.locationHeader .statePinpoint {
  display: block;
  margin: 0 auto;
}
.locationHeaderTitle {
  color: #ffffff;
  font-size: 50px;
  text-shadow: 2px 6px 12px #000000;

  text-shadow: 1px 3px 12px #000000;
}
.locationDate {
  color: #ffffff;
  font-size: 20px;
  text-shadow: 1px 3px 6px #000000;
}
.locationHeaderIcon {
  position: relative;
  max-width: 100px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.35);
  right: 0px;
}
.speaker-hover-group {
  position: relative;
}
.speaker-hover-group {
  /* min-height: 290px; */
}
.speaker-hover-group .hover-back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
.speaker-hover-group {
  border-radius: 25px;
  /* border: 5px solid #fff;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.2); */
  transition: 0.3s;
  margin: 35px 0;
  padding: 0px 5px;
}
/* .speaker-hover-group .hover-front {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 6;
border: 5px solid #fff;
box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
border-radius: 30px;
transition: .3s;
} */
.speaker-hover-group .hover-front {
  position: relative;
  /*top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;*/
  z-index: 6;
  border-radius: 30px;
  transition: 0.3s;
  max-width: 210px;
  margin: 0 auto;
}

.event-hover-group .hover-front:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hover-front img {
  /* -webkit-clip-path: polygon(15% 0, 100% 15%, 85% 100%, 0 85%);
  clip-path: polygon(15% 0, 100% 15%, 85% 100%, 0 85%); */
  /*
  -webkit-clip-path: inset(0 0 0 0 round 10%);
  clip-path: inset(0 0 0 0 round 10%);
  */
  transition: all 0.3s;
  transform: rotate(-10deg) scale(1.15);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  width: 210px;
  height: 210px;
  object-fit: cover;
  position: relative;
}
.event-hover-group .hover-front img {
  /* -webkit-clip-path: polygon(15% 0, 100% 15%, 85% 100%, 0 85%);
  clip-path: polygon(15% 0, 100% 15%, 85% 100%, 0 85%); */
  /*
  -webkit-clip-path: inset(0 0 0 0 round 10%);
  clip-path: inset(0 0 0 0 round 10%);
  */
  transition: all 0.3s;
  transform: rotate(-10deg) scale(1.15);
  -webkit-transform-style: preserve-3d;
  min-width: 136px !important;
  min-height: 136px !important;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.hover-front .hover-border {
  border-radius: 30px;
  border: 5px solid #ececec;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(10deg);
  /*   position: absolute;
  top: 17px;
  left: 17px;
  bottom: 17px;
  right: 17px; */
  z-index: 6;
  border-radius: 30px;
  transition: 0.3s;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
}
/* .hover-front:hover img{
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
} */
.hover-front:hover .hover-border {
  transform: rotate(0deg);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.hover-front:hover img {
  transform: translateZ(0) scale(1) rotate(0deg);
}

.speaker-name {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #3b3b3b;
  font-weight: 400;
  font-size: 22px;
  display: block;
  margin: 0px auto;
  width: 85%;
  transition: 0.3s;
}
/* .speaker-name:hover {
color:#064669;

} */
.hover-con a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
/* .hover-con:hover .speaker-name {
color: #064669;
font-weight: 500;
} */
.hover-con:hover .hover-border {
  transform: rotate(0deg);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  /* border: 5px solid #064669; */
  border: 5px solid #ececec;
}
.hover-con:hover .hover-front img {
  transform: translateZ(1px) scale(1) rotate(0deg);
}
/* .hover-path {
-webkit-clip-path: polygon(15% 0, 100% 15%, 85% 100%, 0 85%);
clip-path: polygon(15% 0, 100% 15%, 85% 100%, 0 85%);
border-radius: 20px;
transition: .2s;
}
.hover-path-2 {
clip-path: inset(0 0 0 0 round 10%);
}
.hover-con:hover .hover-path {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
} */
#allSpeakers {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-weight: 600;
  border-radius: 150px;
}
.gradient-wrap {
  background-image: linear-gradient(to right, #fafafa, #f0f0f0);
}
.gradient-wrap.backLink {
  background: #ececec;
  padding-bottom: 13px;
}
.abbrev {
  font-size: 35px;
  line-height: 62px;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  margin-top: -35px;
}
.locationTitle {
  /* 	transform: rotate(-90deg) translateX(-45%) translateY(-207%); */
  transform: translateX(-35%);
  left: 0;
  top: 120px;
  position: absolute;
  min-width: 200px;
}
.locationTitle .inner {
  /* 	transform: rotate(-90deg) translateX(-45%) translateY(-207%); */
  transform: rotate(-90deg);
  text-align: right;
}
.registerLink a {
  transition: all 0.3s;
}
.registerLink a:hover {
  color: #ed513b;
}
.locationLink a i {
  padding: 0 10px;
  transition: all 0.3s;
}
.locationLink:hover a i {
  padding: 0 5px 0 15px;
}
.learnMoreLink {
  font-weight: 500;
}
.learnMoreLink i {
  padding: 0 10px;
  transition: padding 0.3s;
}
.learnMoreLink:hover i {
  padding: 0 5px 0 15px;
}
.quoteRed {
  background-image: url("/images/testimony/quoteRed.svg");
  background-position: 5% 0;
  align-self: center;
  background-repeat: no-repeat;
}
.quoteBlue {
  background-image: url("/images/testimony/quoteBlue.svg");
  background-position: 5% 0;
  background-repeat: no-repeat;
  align-self: center;
}
.sponsorLeft {
  padding-left: 0px;
}
.sponsorRight {
  padding-right: 0px;
}
.sponsorCarousel .owl-item {
  display: flex;
  align-items: center;
}
.sponsorCarousel .owl-stage {
  display: flex;
}
.sponsorCarousel .owl-item img {
  display: block;
  width: 90% !important;
  margin: 0 auto;
}
.sponsorBlocks .sponsorBackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  height: 100%;
}
.sponsorBlocks .sponsorInner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}
.no-background.sponsorBlocks .sponsorInner {
  min-height: 0px;
}
.wideSponsorInner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 600px;
  height: 100%;
}
.sponsorInner.left {
  margin-right: 0px;
  margin-left: auto;
}
.sponsorInner .imageDiv {
  max-height: 290px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -20px;
}
.eventInner img {
  height: 227px;
  width: 100%;
  object-fit: cover;
}
.readMoreDropdown.event p:first-of-type {
  padding-top: 15px;
}
.readMoreDropdown.event p {
  padding-bottom: 15px;
}
.readMoreDropdown ul {
  padding: 0 0 15px 15px;
}
.readMoreDropdown blockquote {
  padding: 15px 0 15px 15px;
}
.readMoreDropdown li {
  line-height: 2;
}
.readMoreDropdown h2 {
  padding: 15px 0;
}
.readMoreDropdown.event a {
  text-decoration: underline;
  transition: all 0.3s;
}
.readMoreDropdown.event a:hover {
  color: #ed513b;
}
.youtubeContent {
  padding-top: 20px;
  padding-bottom: 30px;
}
.youtubeEmbedContain {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-left: 15px;
}
.youtubeEmbed {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
}
.hotelInner img {
  width: 100%;
  object-fit: cover;
}
.starSwap {
  background-image: url("/images/seo/greyStar.svg");
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s;
}
.starSave a:hover .starSwap {
  background-image: url("/images/seo/redStar.svg");
}
.navbar {
  background-color: transparent;
}
.brand {
  margin: 0;
}
.brand img {
  max-width: 80%;
  display: block;
  max-height: 150px;
  margin: 0 auto;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
.navbar-collapse ul {
  margin-right: 50px;
}
.navbar-collapse ul li {
  margin-right: 25px;
}
.workshopTitle {
  min-height: 70px;
}

/* Crumb styles */
.crumbs {
  list-style-type: none;
  margin: 15px 0 20px;
}
.crumbs li {
  float: left;
}
.crumbs li a {
  color: #555555;
  text-decoration: none;
  transition: color 0.3s;
  padding: 0 10px;
}
.crumbs li a:hover {
  color: #ed513b;
}
.activeCrumb {
  color: #212529;
  padding: 0 10px;
}
.previousCrumb i {
  transition: all 0.3s;
}
.previousCrumb:hover i {
  /*transform: rotateY(180deg);*/
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
  color: #ed513b;
}
/* End Crumb styles */

/* Map styles */
/*.map-form{
padding: 0 30px;
padding-top: 30px;
position: relative;
max-height: 0;
width: 100%;
margin: 0 auto;
display: block;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
overflow: hidden;
transition: all 0.2s ease-out;
background-color: #ffffff;
position:absolute;
}
.map-form {
padding: 0 30px;
position: relative;
width: 33%;
margin: 0 auto;
display: block;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
overflow: hidden;
transition: all 0.2s ease-out;
background-color: #ffffff;
position: absolute;
display: flex;
z-index: 50;
margin-top: -20px;
height: 40px;
transform: translateX(50%);
} */
.map-form {
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.2s;
  z-index: 2;
  margin-top: -25px;
  font-family: "Montserrat", sans-serif;
  color: #555555;
  font-style: italic;
  font-weight: 500;
  box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.11);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 315px;
}
.map-form input {
  min-width: 96%;
}
.map-form i {
  color: #a3a3a3;
}
.active i {
  color: #064669;
}
.disabled i {
  color: #ed513b;
}
/* End Map styles */

/* Banner Styles */
.locationSiteBanner {
}
.locationHeaderBorder {
  position: absolute;
  top: 0;
  /* z-index: 500; */
  width: 100%;
}
.locationHeaderMenu {
  width: 100%;
} /*
  .nav6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nav6item {
display: flex;
flex-direction: column;
align-self: flex-end;
width: 140px;
transition: all .3s;
}*/
.nav6 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
.nav6item {
  transition: all 0.3s;
  width: 140px;
  position: relative;
  min-height: 92px;
  margin: 24px 0px 22px;
}
.nav6item.active {
  border-bottom: 10px solid #ffffff;
  margin: 27px 0 -7px 0px;
}
.nav6item.active .nav6title {
  bottom: 20px;
}
.nav6item.active:hover {
  transform: scale(1);
  cursor: default;
}
.nav6item:hover {
  transform: scale(1.04);
}
.nav6item img {
  display: block;
  margin: 0 auto;
  height: 50px;
}
.nav6title {
  display: block;
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 18px;
  padding-top: 13px;
  font-family: montserrat;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.simple-nav6title {
  display: block;
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 20px;
  padding-top: 15px;
  font-family: montserrat;
  text-transform: uppercase;
}
/* End Banner Styles */
/* Paginate Styles */
.paginate-info .col-sm-4:first-child {
  text-align: left;
}
.paginate-info .col-sm-4:nth-child(2) {
  text-align: center;
}
.paginate-info .col-sm-4:last-child {
  text-align: right;
}
/* End Paginate Styles */
/* Checkout Styles */

.family-number.spec-btn {
  padding: 10px 6px;
}

.white-or {
  padding: 6px 7px 6px !important;
  top: 10px !important;
}

/* End Checkout Styles */
/* Microsite Styles */
.locationCTA {
}
.sessionItem {
}
.sessionTime {
  display: block;
  text-align: right;
  font-weight: bold;
  font-family: Montserrat;
}
.sessionDesc {
  display: block;
  text-align: left;
  font-family: Montserrat;
}
/* End Microsite Styles */

/* FOOTER */
.footer {
  background: linear-gradient(to bottom right, #fafafa, #f0f0f0);
}
.footerItem {
  color: #555555;
  font-family: Sanchez, serif;
  font-size: 24px;
  padding: 0px 10px 15px;
}
.footerItem:hover,
.footerItem a:hover {
  cursor: default;
}
.footerChildren .footerItem {
  color: #064669;
  font-family: Montserrat, serif;
  font-size: 17px;
  padding: 4px 10px;
  transition: all 0.3s;
}
.footerChildren .footerItem:hover,
.footerChildren .footerItem a:hover {
  color: #ed513b;
  cursor: pointer;
}
.footerSocial {
  padding: 5px 10px;
}
.footerSocial a {
  color: #064669;
  font-size: 25px;
}
.footerSocial i {
  padding-right: 15px;
}
.footerButton {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #555555;
  border: 2px solid #555555;
  border-radius: 30px;
  background: transparent;
  transition: linear 0.2s;
  margin-top: 25px;
}
/* .footerButton:hover {
border: 2px solid #064669;
background: #064669 !important;
color: #fff;
} */
.footerButton i {
  padding: 0 10px;
  transition: all 0.3s;
}
.footerButton:hover i {
  padding: 0 5px 0 15px;
}
.footerWrap {
  background: #212121;
  color: #ffffff;
}
.afterFooterCopy {
  display: inline-block;
  padding: 13px 0px;
  max-width: 80%;
}
.afterFooterImage {
  float: right;
  display: inline-block;
  max-height: 41px;
  padding-top: 6px;
}
/* END Footer */

/* Page Content Elements */

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin: 20px 0px 20px 0px;
  font-weight: 700 !important;
  color: #414141;
}

.page-content h1 {
  font-size: 40px !important;
}
.page-content h2 {
  font-size: 32px !important;
}
.page-content h3 {
  font-size: 28px !important;
}
.page-content h4 {
  font-size: 22px !important;
}
.page-content h5 {
  font-size: 18px !important;
}
.page-content h6 {
  font-size: 16px !important;
}

.page-content a {
  color: #064669;
  font-weight: 600;
  transition: 0.2s ease all;
}
.page-content a:hover {
  color: #c1cd23;
  font-weight: 600;
}
.page-content p {
  line-height: 1.8;
  color: #414141;
  margin-bottom: 15px;
}

.page-content input,
textarea,
select {
  border: 1px solid #c2c2c2;
  padding: 7px 10px;
  margin-top: 5px;
  border-radius: 3px;
}
.page-content label {
  color: #414141;
}

.card-header h5 {
  margin-top: 0px;
}

.page-content ol,
.page-content li {
  list-style: disc;
  margin-left: 20px;
}

.page-content blockquote {
  /* background: rgba(226, 226, 226, 0.45); */
  padding: 40px 35px 28px 48px;
  border-radius: 13px;
  margin-bottom: 20px;
  background-image: url(/images/testimony/quoteRed.svg);
  background-position: 23px 12px;
  align-self: center;
  border-left: 3px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
  border-top: 2px solid #f7f7f7;
  border-right: 7px solid #f7f7f7;
  background-repeat: no-repeat;
}

.text-decoration-none {
  text-decoration: none !important;
}

.upvote-vote-match .unmatched {
  display: none !important;
}

.upvote-vote-match .matched {
  display: block !important;
}

.upvote-vote-match .starSwap {
  background-image: url(/images/pages/california-star.svg) !important;
}

.upvote-vote {
  color: #5d5d5d !important;
  cursor: pointer !important;
}

.upvote-vote-match {
  color: #ed513a !important;
  cursor: pointer !important;
}

/* Accordion Elements */

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 5px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-body p:last-child {
  margin-bottom: 0px;
}

.card-header button:focus {
  outline: none;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.bg-light-blue-100 {
  background: #e8f6fd;
}
.bg-light-blue-200 {
  background: #c6e7f9;
}
.bg-light-light-blue-500 {
  background: #a3d9f5;
}
.bg-light-blue-500 {
  background: #5fbdee;
}
.bg-light-blue-500 {
  background: #1aa0e6;
}
.bg-light-blue-600 {
  background: #1790cf;
}
.bg-light-blue-700 {
  background: #10608a;
}
.bg-light-blue-800 {
  background: #0c4868;
}
.bg-light-blue-900 {
  background: #083045;
}
.hover\:text-blue-100:hover {
  color: #e8f6fd;
}
.hover\:text-blue-200:hover {
  color: #c6e7f9;
}
.hover\:text-light-blue-500:hover {
  color: #a3d9f5;
}
.hover\:text-light-blue-500:hover {
  color: #5fbdee;
}
.hover\:text-blue-500:hover {
  color: #1aa0e6;
}
.hover\:text-blue-600:hover {
  color: #1790cf;
}
.hover\:text-blue-700:hover {
  color: #10608a;
}
.hover\:text-blue-800:hover {
  color: #0c4868;
}
.hover\:text-blue-800:hover {
  color: #083045;
}
.text-light-blue-100 {
  color: #e8f6fd;
}
.text-light-blue-200 {
  color: #c6e7f9;
}
.text-light-light-blue-500 {
  color: #a3d9f5;
}
.text-light-blue-500 {
  color: #5fbdee;
}
.text-light-blue-500 {
  color: #1aa0e6;
}
.text-light-blue-600 {
  color: #1790cf;
}
.text-light-blue-700 {
  color: #10608a;
}
.text-light-blue-800 {
  color: #0c4868;
}
.text-light-blue-900 {
  color: #083045;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* Freeform custom css */
.dark-form {
  background: #00456a;
  padding: 4rem;
  color: #000;
  margin-top: 20px;
}
.dark-form label {
  font-weight: 700;
  color: #fff;
}
.dark-form-instructions {
  font-weight: 700;
  color: #000 !important;
}
.dark-form input {
  padding: 0.5rem 2rem;
  border-radius: 0.75rem;
}
.dark-form input:focus-visible {
  outline-color: #c2cf20;
}
.dark-form select {
  padding: 0.5rem 2rem;
  border-radius: 0.75rem;
}
.dark-form select:focus-visible {
  outline-color: #c2cf20;
}
.dark-form textarea {
  padding: 0.5rem 2rem;
  border-radius: 0.75rem;
}
.dark-form textarea:focus-visible {
  outline-color: #c2cf20;
}
.dark-form-button {
  color: #636262 !important;
  background: #c2cf20 !important;
}
.dark-form-button:hover {
  opacity: 0.6;
  background: #c2cf20 !important;
}

.light-form {
  background: #f9f9f9;
  padding: 4rem;
  color: #000;
  margin-top: 20px;
}
.light-form label {
  font-weight: 700;
  color: #000;
}
.light-form-instructions {
  font-weight: 700;
  color: #000 !important;
}
.light-form input {
  padding: 0.5rem 2rem;
  border-radius: 0.75rem;
  border-color: #c2cf20 !important;
}
.light-form input:focus-visible {
  outline-color: #c2cf20;
}
.light-form select {
  padding: 0.5rem 2rem;
  border-radius: 0.75rem;
  border-color: #c2cf20 !important;
}
.light-form select:focus-visible {
  outline-color: #c2cf20;
}
.light-form textarea {
  padding: 0.5rem 2rem;
  border-radius: 0.75rem;
  border-color: #c2cf20 !important;
}
.light-form textarea:focus-visible {
  outline-color: #c2cf20;
}
.light-form-button {
  color: #636262 !important;
  background: #c2cf20 !important;
  border-color: #c2cf20 !important;
}
.light-form-button:hover {
  opacity: 0.6;
  background: #c2cf20 !important;
}

.freeform-pages {
  display: none !important;
}

/* Medishare Modal */
.medishare-modal {
  background-color: transparent;
}
.medishare-modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  color: #fff;
  width: 40px;
  font-size: 30px;
}
.medishare-modal-close:focus {
  outline: none !important;
}
.medishare-modal-content {
}

/* Locations */
.locations-padding {
  padding-left: 150px;
  padding-right: 150px;
}

/* Tracks */
.tracks-padding {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 1020px) {
  .navigation {
    max-width: 100%;
    padding-top: 0px;
  }
  .brand {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1289px) {
}
@media only screen and (max-width: 1024px) {
  .locationTitle {
    transform: translateX(-40%);
  }
}
@media only screen and (max-width: 768px) {
  .nav6 {
    max-width: 420px;
  }
  .nav6item {
    padding: 15px 0;
  }
  .nav6item:nth-child(3n + 1) {
    clear: left;
  }
}
/*@media only screen and (max-width: 780px) {
  .top-banner {
    margin-top: -380px;
  }
  .nav-links {
    min-height: 200px;
  }
  .nav-items {
    min-height: 200px;
  }
}*/
@media only screen and (max-width: 768px) {
  .sponsorLeft {
    padding: 15px 7.5px 15px 15px;
  }
  .sponsorRight {
    padding: 15px 15px 15px 7.5px;
  }
  .sponsorInner.left {
    margin: 0px auto !important;
  }
  .sponsorInner.right {
    margin: 0px auto !important;
  }
  .sponsorHeading {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .hotelInner * {
    text-align: center;
  }
  .hotelRightInner {
    min-height: inherit;
    margin: 5% 0;
  }
  .hotelRightInner ul {
    max-width: 165px;
    margin: 0 auto;
    text-align: left;
  }
  .hotelRightInner li {
    text-align: left;
  }
  .top-banner {
    margin-top: 0 !important;
  }
  .locations-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tracks-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 640px) {
  /*
  .nav-links a {
    padding: 0px;
  }
*/
}
@media only screen and (max-width: 625px) {
  .afterFooterImage {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .locationTitle {
    transform: translateX(-25%);
  }
  .nav-items li:nth-child(2) a::before {
    content: "";
  }
  .nav-links {
    min-width: 0px;
  }

  .nav-items {
    text-align: center;
  }

  .sponsorLeft {
    padding: 7.5px 15px;
  }
  .sponsorRight {
    padding: 7.5px 15px;
  }
  .locationHeaderIcon {
    display: none !important;
  }
  h1.banner-heading {
    padding-top: 20%;
  }
  .prize-listing {
    height: auto;
  }
}
@media only screen and (max-width: 570px) {
  .workshopInner .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .map-form {
    width: 50% !important;
  }
}
@media only screen and (max-width: 500px) {
  .banner-dropdown-item a::after {
    content: " ";
  }
  .collapsible {
    font-size: 16px;
    padding: 15px 30px;
  }
  .banner-dropdown-item a {
    font-size: 16px;
  }
  .footerButton i {
    display: none;
  }
  .footerButton:hover {
    background-color: #555555;
    color: #ffffff;
  }
  .header h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .banner-inner {
    min-height: 450px;
  }
  .nav6 {
    max-width: 280px;
  }
  .nav6item:nth-child(3n + 1) {
    clear: none;
  }
  .nav6item:nth-child(2n + 1) {
    clear: left;
  }
  .nav-links a {
    padding: 10px 10px;
  }
  .footerSocial {
    text-align: center;
    padding: 0px;
  }
  .footerSocial i {
    padding-right: 7px;
  }
  .locations-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tracks-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .nav-links a {
    padding: 10px 60px;
  }
  .locations-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tracks-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
