.post-page .banner {
  padding: 52px 0;
}

.post-page .banner img {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
}

.post-page .web-header {
  display: none;
}

.post-page .mobile-header {
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #14274D;
  padding: 23px;
  transform: translateY(-80px);
  position: fixed;
  width: 100%;
  top: var(--top-banner-height, 0px);
  z-index: 100;
}

.post-page .mobile-header.open {
  transition: transform 0.2s ease;
  transform: translateY(0);
}

.post-page .search,
.post-page .back {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.285;
  font-size: 1.125rem;‬
}

.post-page .search:hover {
  cursor: pointer;
}

.post-page .back .back-arrow {
  transition: transform 0.2s ease;
}

.post-page .back:hover .back-arrow {
  transform: translateX(-5px);
}

.post-page .back-text {
  color: #0089CF;
  font-weight: 500;
  margin-left: 12px;
}

.post-page .search-text {
  color: white;
  margin-right: 12px;
}


.post-page .mobile-header-form {
  background-color: #14274D;
  padding: 37px 15px 40px;
}

.post-page .mobile-header-form .sub-form form .hs-email,
.post-page .mobile-header-form .sub-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.post-page .sub-form .hs_error_rollup {
  display: none !important;
}
.post-page ul.hs-error-msgs {
  padding: 0;
  margin: -8px 0px 13px;
  text-decoration: none;
  list-style: none;
}

.post-page .hs-email ul.hs-error-msgs li label {
  font-size: 12px;
  font-weight: 450;
  line-height: 1.285;
  color: #E04E27;
}

.post-page .hs-email .temp {
  display: flex;
  flex-direction: column;
}

.post-page .hbspt-form .hs-email .input .hs-input.invalid.error {
  border: 2px solid #E04E27;
}

.post-page .sub-form form .hs-email label {
  font-size: 0.875rem;
  line-height: 1.285;
  color: white;
  margin-bottom: 10px;
}


.post-page .sub-form form .input input,
.post-page .sub-form form .hs-submit .actions input {
  font-family: 'Gotham';
  font-size: 0.875rem;
  line-height: 1.285;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.post-page .sub-form form .hs-email,
.post-page .sub-form form .hs-submit {
  width: 100%;
}

.post-page .sub-form form .input {
  border: none;
  margin-bottom: 10px;
  width: 100%;
}

.post-page .sub-form form .input input {
  color: white;
  padding: 9px 9px 8px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}

.post-page .sub-form form .input input::placeholder {
  color: #5A6782;
}

.post-page .sub-form form .hs-submit {

}

.post-page .sub-form form .hs-submit .actions {
  width: 100%;
}

.post-page .sub-form form .hs-submit .actions input:hover {
  cursor: pointer;
}

.post-page .sub-form form .hs-submit .actions input {
  color: #FDB933;
  border: 2px solid #FDB933;
  background-color: transparent;
  padding: 9px 25px 8px;
  width: 100%;
}

.post-page .sub-form form .hs-email > label .hs-form-required {
  display: none;
}

.post-page .sub-form .submitted-message p {
  color: white;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .post-page ul.hs-error-msgs {
    margin: 4px 0 0;
    display: none !important;
  }

  .post-page .banner {
    max-width: 1440px;
    margin: 0 auto;
  }

  .post-page .web-header {
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3% 2%;
    transition: transform 0.2s ease;
    transform: translateY(-80px);
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #14274D;
    top: calc(0px + var(--top-banner-height, 0px));
  }

  .post-page .web-header.open {
    transition: transform 0.7s ease;
    transform: translateY(0);
  }

  .post-page .mobile-header-form,
  .post-page .mobile-header { 
    display: none;
  }

  .post-page .sub-form form .hs-email,
  .post-page .sub-form form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .post-page .sub-form form .hs-email label {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .post-page .sub-form form .input {
    border: none;
    margin-right: 10px;
    margin-bottom: 0;
    width: 100%;
    width: 222px;
  }

  .post-page .sub-form form .hs-email {
    width: auto;
  }

  .post-page .sub-form form .hs-submit {
    width: 134px;
  }

  .post-page .sub-form form .input input {
    color: white;
    padding: 8px 9px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 100%;
  }

  .post-page .sub-form form .hs-submit .actions input {
    color: #FDB933;
    border: 2px solid #FDB933;
    background-color: transparent;
    padding: 8px 25px;
  }

  .post-page .search {
    flex-grow: 1;
    margin-right: 70px;
  }

  .post-page .search,
  .post-page .back {
    justify-content: flex-end;
  }

  .post-page .thank-you {
    margin-left: 129px; 
    margin-right: 110px;
  }
}

@media (min-width: 1200px) {
  .post-page .banner img {
    max-height: 640px;
  }
}

@media screen and (min-width: 1281px) {
  .post-page .search {
    flex-grow: 0;
    margin-right: 0;
    margin-left: 260px;
  }

  .post-page .search,
  .post-page .back {
    justify-content: center;
  }
}