.cc26-date {
  color:#b1ddca;
  display:block;
  font-size:50px;
  text-shadow:0 -1px 0 #0f729a,1px 0 0 #0f729a,0 1px 0 #0f729a,-1px 0 0 #0f729a;
}
.what .card {
  background-color:#b1ddca;
  border-radius:0;
}
.cc26-btn {
  display:inline-block;
  font-size:20px;
  font-weight:700;
  padding:20px 3rem;
}
.cc26-text-purple {
  color:#6867af;
}
.cc26-text-blue-dark {
  color:#0c5d7d!important;
}
.cc26-bg-teal-light {
  background-color:#b1ddca;
}
.cc26-bg-yellow {
  background-color:#ffc641;
}
.skyline {
  background-position:center 40px!important;
  background-size:auto 100%!important;
}
.hotel-images {
  align-items:center;
}
.hotel-images div {
  background-position:center;
  background-repeat:no-repeat;
  background-size:auto 100%;
  border:4px solid #fff;
  overflow:hidden;
  position:relative;
  transition:.75s background ease;
}
.hotel-images div:hover {
  background-size:auto 120%;
}
.hotel-images div:first-child,
.hotel-images div:nth-child(5) {
  height:100px;
  width:10%;
}
.hotel-images div:nth-child(2),
.hotel-images div:nth-child(4) {
  height:130px;
  width:20%;
}
.hotel-images div:nth-child(3) {
  height:260px;
  width:40%;
}
.hotel-images div:first-child {
  right:-45px;
}
.hotel-images div:nth-child(2) {
  right:-40px;
}
.hotel-images div:nth-child(3) {
  z-index:9;
}
.hotel-images div:nth-child(4) {
  left:-40px;
  z-index:5;
}
.hotel-images div:nth-child(5) {
  left:-45px;
}
#speaker-photos .speaker {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
}
#speaker-photos .speaker:first-child {
  background-color:#0c4069;
}
#speaker-photos .speaker:nth-child(2) {
  background-color:#0d517a;
}
#speaker-photos .speaker:hover img {
  transform:scale(1.08);
}
#speaker-photos img {
  position:relative;
  transition:transform .75s ease;
}
.hbspt-form {
  background-color:#f8f8f8;
  padding:3rem;
}