#page-accelerator-program main.container {
  max-width: unset!important;
  padding: 0;
}

header.header {
  background: url("/assets/bloomstack_website/images/bg.png") no-repeat center;
  background-size: cover;
}

.header h1 {
  color: #FE654F;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 4.813rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-right: -0.25em;
}

.header h2 {
  display: flex;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 3.625rem;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin-top: 2rem;
  overflow: hidden;
  text-align: center;
  align-items: center;
}

.header span.line {
  border-bottom: 1px solid #fff;
  display: inline-block;
  flex: 1 1 auto;
  height: 0;
  display: flex;
  align-items: center;
}

header span.line:first-of-type {
  justify-content: flex-end;
  margin-right: 25px;
}

header span.line:first-of-type:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: #fff;
}

header span.line:last-of-type {
  margin-left: 20px;
  justify-content: flex-start;
}

header span.line:last-of-type:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: #fff;
}

.header h2 img {
  margin-bottom: 2.3rem;
  height: 4.5rem;
  flex: 0 0 auto;
}

.header h2 span:not(.line) {
  flex: 0 0 auto;
}

.header p {
  color: #BABBBC;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 2.25rem;
  letter-spacing: 0.035em;
  padding: 0 11rem;
}

#page-accelerator-program main.form-content {
  background: #E3E3E3;
  padding: 3rem 0 2rem;
}

.form-content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 4.063rem;
  text-transform: capitalize;
}

.form-content p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 2.938rem;
  color: #646464;
}

#accelerator-program-form {
  width: 65%;
  margin: auto;
}

#accelerator-program-form .form-control {
  color: #999999;
  font-size: 0.875rem;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

#accelerator-program-form .btn {
  background-color: #FE654F;
  color: #FFFFFF;
  border: 2px solid #FE654F;
  border-radius: 0.7rem;
  font-size: 1.125rem;
  padding: 0rem 1.5rem;
}

#accelerator-program-form .btn:hover {
  border: 2px solid #FE654F;
  background-color: transparent;
  color: #FE654F;
}

#accelerator-program-form .btn:focus {
  box-shadow: none;
}

#error,
span.help-block {
  color: red;
  font-style: italic;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
}

span.help-block {
  display: block;
  padding-left: 10px;
  text-align: center;
}

.error {
  margin-bottom: 10px;
}

.form-check label a {
  color: #2680EB;
  text-decoration: none;
}

/* Thankyou Modal CSS */
#thankmodal .modal-header {
  border: 0;
}

#thankmodal .close span {
  font-size: 30px;
  font-weight: 100;
  color: #101416;
}

#thankmodal h3 {
  display: block;
  width: 100%;
  font-family: 'Lato',sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #101416;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding: 4px 0;
}

#thankmodal p {
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #747474;

}

@media screen and (max-width: 992px) {
  .header .container {
    padding: 3rem 0 !important;
  }

  .header h1 {
    font-size: 3.313rem;
  }

  .header h2 {
    font-size: 2.125rem;
  }

  .header h2 img {
    height: 4rem;
  }

  .header p {
    padding: 1rem;
  }

  #accelerator-program-form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header h2 span.line {
    display: none;
  }

  .header h2 {
    margin: 0 1rem;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 1rem 0;
    font-size: 2.25rem;
    display: block;
  }

  .header h2 img {
    margin-bottom: 1rem;
    margin-left: 1rem;
    height: 3.5rem;
  }

  .header h2 span {
    display: block;
  }
}

@media screen and (max-width: 567px) {
  .header h1 {
    font-size: 2.25rem;
    margin-right: 0;
  }

  .header p {
    padding: 1rem;
    font-size: 1.125rem;
    line-height: 1.688rem;
  }

  .form-content p {
    line-height: 1.25rem;
    padding: 0 1rem;
  }

  #accelerator-program-form {
    width: 90%;
  }

  #accelerator-program-form .form-control {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 456px) {
  .header .container {
    padding: 2rem 1rem !important;
  }

  .header h1,
  .header h2 {
    font-size: 1.75rem !important;
  }

  .form-content h3,
  .form-content p {
    font-size: 1.125rem;
  }

  .form-content p {
    padding: 0 !important;
  }
}