#masthead {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

.admin-bar #masthead {
  top: 32px;
}
span.hero-banner__title small {
  font-size: 50%;
  line-height: 1;
  margin-top: 0;
  display: block;
}
.hero-banner__disclaimer {
  color: #fff;
  font-size: 15px;
  display:block;
  margin-top: 7px;
}
@media screen and (max-width: 782px) {
  #masthead {
    top: 46px;
  }
}
.landing-testimonials.hidden {
  display: none;
}
.header-row {
  display: flex;
  background: #636466;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 1rem;
}

.logo-area {
  display: flex;
  align-items: center;
  color: white;
}

.landing-logo {
  width: 60px;
  height: auto;
}

.landing-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  font-family: "CachetBoldRegular";
  text-transform: uppercase;
  margin-left: 1rem;
}

.landing-phone {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 2rem;
}

.landing-phone:hover {
  color: white;
}

.landing-phone .icon {
  display: inline-block;
  margin-right: 0.5rem;
}

.landing-phone .icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: text-bottom;
}

.landing-phone .icon svg path {
  fill: #cacbce;
}

.btn.btn-primary.landing-join {
  background: white;
  border: none;
  color: var(--dkblue);
}

.btn.btn-primary.landing-join:hover {
  background: var(--dkblue);
  color: white;
}

.landing-hero {
  position: relative;
  width: 100%;
  /* height: 85vh; */
  /* min-height: 800px; */
  height: 58vh;
}

.single-landing_page #quote-tool {
  scroll-margin-top: 5rem;
  margin-top: 5rem;
}
.single-landing_page .quote-tool {
  margin: 1rem;
}

.hero-banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  background: linear-gradient(265deg, #00aeef, #0060af);
  font-family: "CachetBoldRegular";
  overflow: hidden;
}

.hero-banner__title {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}

.hero-banner__subtitle {
  color: white;
  font-size: 3rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin: 0;
  display: block;
}

.left-bg-arrows,
.right-bg-arrows {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}

.right-bg-arrows {
  left: 0;
  right: unset;
}

#hero-form {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-40%);
  background: #636466;
  border: 5px solid white;
  border-radius: 5px;
  max-width: 500px;
  box-shadow: 2px 3px 16px #00000076;
}

.form-top {
  padding: 2rem;
  font-size: 40px;
  font-family: "CachetBoldRegular";
  color: white;
  text-shadow: 2px 2px 4px #00000040;
  text-align: center;
}

.form-top span {
  color: #fcaf17;
}

.form-bottom {
  padding: 2rem;
  background: #cacbce;
}

#hero-form input:not([type="submit"]),
#hero-form select {
  height: 50px;
  background: #636466;
  color: white;
  font-family: "CachetBoldRegular";
  font-size: 20px !important;
  padding: 0.5rem 1rem;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  box-shadow: inset 0px 3px 6px #00000029;
}

#hero-form select {
  appearance: none;
}

#hero-form input::placeholder {
  color: white;
}

#hero-form .gform_button {
  background: #fcaf17;
  border: 3px solid white;
  color: white;
  display: table;
  margin: 0 auto;
}

.hero-headline h1 {
  font-size: 80px;
  color: var(--white);
  text-shadow: 4px 4px 13px #00000039;
}
.hero-headline {
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
.hero-headline {
  left: 6rem;
}
.hero-headline .headline-text {
  position: relative;
}
.hero-headline .headline-button .btn.btn-primary.program-btn {
  margin: 1rem 0;
}

.hero-headline__arrows {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.intro-banner {
  position: relative;
  text-align: center;
  padding: 3rem 3rem 5rem 3rem;
  padding-top: 1rem;
  background: linear-gradient(265deg, #00aeef, #0060af, #0060af);
}

.intro-banner-sub {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 1rem 2rem;
  border-radius: 5px;
  font-size: 40px;
  font-family: "CachetMediumRegular";
  line-height: 1.2;
  width: 80%;
  color: white;
  background: linear-gradient(265deg, #00aeef, #0089d0);
}
.intro-banner h2 {
  color: var(--white);
}
.landing-body {
  padding: 2rem 0;
}
.landing-body .intro-copy-header {
  text-align: center;
  color: var(--dkblue);
  padding-top: 2rem;
}

.big-container {
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.value-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.value-card {
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  background: white;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  margin-right: 1rem;
}

.value-card:last-child {
  margin-right: 0;
}

.value-card h3 {
  color: var(--dkblue);
}

.value-card h3 span {
  color: var(--ltblue);
  display: block;
}

.value-card ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.value-card li {
  padding: 0.5rem 0;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "CachetBoldRegular";
}

.value-card li:nth-child(1) {
  background: #636466;
}

.value-card li:nth-child(2) {
  background: #828385;
}

.value-card li:nth-child(3) {
  background: #a1a2a3;
}

.membership-cards {
  display: flex;
  justify-content: space-between;
}

.membership-card {
  width: 48%;
  background: white;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.membership-card h3 {
  background: linear-gradient(265deg, #00aeef, #0060af);
  color: white;
  font-size: 40px;
  padding: 1rem;
  font-family: "CachetMediumRegular";
}

.membership-card h3 span {
  font-weight: bold;
}

.membership-card ul {
  padding: 1rem;
  list-style: none;
  text-align: left;
  max-width: 85%;
  margin: 0 auto;
}

.membership-card li {
  color: #636466;
  font-size: 1.2rem;
  font-family: "CachetBoldRegular";
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.membership-card li::before {
  content: "";
  display: inline-block;
  background: #cacbce;
  margin-right: 0.5rem;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  clip-path: polygon(20% 0, 50% 50%, 20% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.membership-card h4 {
  color: #636466;
  opacity: 0.55;
  max-width: 85%;
  margin: 0 auto;
  text-align: left;
}

.separator {
  color: #0060af;
  font-size: 5rem;
  font-family: "CachetMediumRegular";
  padding-top: 1rem;
}

.landing-programs {
  padding: 3rem 0;
  position: relative;
}

.landing-programs::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(265deg, #00aeef, #0089d0);
  z-index: -1;
}

.landing-programs h2 {
  text-align: center;
  color: var(--dkblue);
}

.program-cards {
  display: flex;
  justify-content: space-between;
  max-width: 1530px;
  padding: 0 15px;
  margin: 2rem auto;
}

.program-card {
  width: 32%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.program-card img {
  margin: 0;
}

.program-card h3 {
  margin: 0;
  position: absolute;
  /*	bottom: 1rem;*/
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: white;
  z-index: 1;
  bottom: 0rem;
  display: flex;
  height: 7.5rem;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.program-card p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: white;
  line-height: 1.2;
  width: 80%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.program-card .overlay {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  height: 7.5rem;
  background: #636466;
  opacity: 0.88;
  transition: height 0.5s ease;
}

.program-card:hover .overlay {
  height: 100%;
}

.program-card:hover p {
  opacity: 1;
}

.btn.btn-primary.program-btn {
  background: white;
  color: var(--dkblue);
  border: none;
  transition: all 0.5s ease;
  display: table;
  margin: 1rem auto;
}

.btn.btn-primary.program-btn:hover {
  background: var(--dkblue);
  color: white;
}

.landing-testimonials h2 {
  margin: 0;
  background: var(--dkblue);
  color: white;
  text-align: center;
  padding: 1rem;
}

.carousel-wrap {
  position: relative;
}

#testimonial-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 3rem;
  background: rgba(99, 100, 102, 0.7);
  border-radius: 10px;
  color: white;
  text-align: center;
}

#testimonial-carousel h3 {
  font-size: 40px;
}

#testimonial-carousel h4 {
  font-size: 40px;
  color: var(--ltblue);
  font-family: "CachetMediumRegular";
}

#testimonial-carousel .carousel-inner {
  min-height: unset;
}

#testimonial-carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: none;
  opacity: 1;
}

#testimonial-carousel .carousel-indicators li.active {
  background: var(--ltblue);
}

.testimonial-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

h3.membership-cta {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .hero-headline__arrows {
    display: none;
  }
  .hero-headline {
    max-width: calc(100vw - 650px);
  }
  .program-card h3 {
    font-size: 32px;
  }
  .program-card .overlay {
    height: 6.5rem;
  }
  .program-cards {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .program-card {
    min-width: 400px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 992px) {
  .landing-phone {
    margin-right: 1rem;
    font-size: 2rem;
  }
  .phone-text {
    display: none;
  }
  .site-title {
    font-size: 24px;
  }
  .hero-headline {
    display: none;
  }
  .hero-headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: unset;
    left: 0;
    padding: 3rem;
  }
  .left-bg-arrows,
  .right-bg-arrows {
    width: 20vw;
  }
  #hero-form {
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .intro-banner-sub {
    position: relative;
    transform: unset;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .intro-banner {
    padding: 0;
  }
  .intro-banner h1 {
    padding: 1rem;
    margin: 0;
  }
  .value-cards {
    flex-wrap: wrap;
  }
  .value-card {
    width: 48%;
    flex-grow: unset;
    flex-basis: unset;
    margin: 0;
    margin-bottom: 1rem;
  }
  .big-container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .form-top {
    line-height: 1;
  }
  .hero-banner__subtitle {
    font-size: 16px;
  }
  .hero-banner__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .site-title {
    display: none;
  }
  #hero-form .gform_button {
    line-height: 1.5;
  }
  .value-cards {
    flex-wrap: wrap;
  }
  .value-card {
    width: 100%;
  }
  .membership-cards {
    flex-direction: column;
  }
  .membership-card {
    width: 100%;
    margin-bottom: 1rem;
  }
  .separator {
    padding: 0;
    line-height: 1;
    text-align: center;
    margin-top: -1rem;
  }
  .membership-card h4 {
    margin-bottom: 1rem;
    font-size: 20px;
  }
  .program-card {
    min-width: unset;
    width: 100%;
    max-width: 600px;
  }
  #testimonial-carousel h3,
  #testimonial-carousel h4 {
    font-size: 24px;
  }
  #testimonial-carousel .carousel-inner {
    padding: 0;
  }
  .value-card ul {
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.5s ease-in-out;
  }
  .value-card.active ul {
    max-height: 200px;
  }
  #testimonial-carousel {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    border-radius: 0;
    width: 100%;
    background: var(--ltblue);
    padding: 0;
  }
  #testimonial-carousel .carousel-indicators li.active {
    background: var(--dkblue);
  }
  .testimonial-card {
    display: flex;
    flex-direction: column-reverse;
  }
  #testimonial-carousel .detail-wrap {
    background: var(--dkblue);
    padding: 1rem;
  }
  #testimonial-carousel .detail-wrap h3,
  #testimonial-carousel .detail-wrap h4 {
    color: white;
  }
  #testimonial-carousel p {
    padding: 2rem;
  }
  .landing-testimonials {
    position: relative;
  }
  .landing-testimonials h2 {
    position: absolute;
    top: 2rem;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    z-index: 1;
    background: transparent;
    text-shadow: 3px 3px 6px #00000067;
  }
  img.testimonial-bg {
    height: auto;
    min-height: 200px;
  }
}

@media (max-width: 576px) {
  .landing-hero {
    height: 700px;
  }
  .hero-banner {
    z-index: 1;
  }
  .form-bottom {
    background: transparent;
  }
  #hero-form {
    max-width: unset;
    border-radius: 0;
    border: none;
    background: rgba(99, 100, 102, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #hero-form input:not([type="submit"]),
  #hero-form select {
    background: rgba(255, 255, 255, 0.8);
    color: #636466;
  }
  #hero-form input::placeholder {
    color: #636466;
  }
}
