.block-contents {
  display: flex;
}

.page-header > ul > li:nth-last-of-type(2) {
  border-left: 1px solid gray;
}

.courses-form-holder {
  align-self: center;
  width: 90%;
  margin: 0 auto;
}
.courses-form-holder p {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .courses-form-holder p {
    width: 90%;
  }
}
.courses-form-holder form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  text-align: center;
}
.courses-form-holder form input {
  padding: 10px 12px;
  margin-right: -4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #efefef;
  outline: none;
  height: 40px;
}
.courses-form-holder form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid #efefef;
  padding: 6px 14px 8px;
  background-color: #b0350c;
  height: 40px;
  transition: background-color 500ms ease;
}
.courses-form-holder form button:hover {
  box-shadow: none;
  background-color: #b16106;
}
.courses-form-holder form.hide {
  display: none;
}
.courses-form-holder .thank-you-note {
  text-align: center;
  opacity: 0;
  margin: 50px 0 0;
  transition: opacity 1000ms ease;
}
.courses-form-holder .thank-you-note.show {
  opacity: 1;
}

/*# sourceMappingURL=courses.css.map */
