@charset "UTF-8";
.plain-form label {
  white-space: nowrap;
}
.plain-form #edit-submit, .plain-form.legal-login .form-submit {
  display: inline-block;
  padding: 0 2rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  background-color: #428533;
  border: 0.2rem solid #428533;
  min-width: 25%;
  font-size: 1.6rem;
  border-radius: 20rem;
  line-height: 6rem;
}
@media screen and (max-width: 768px) {
  .plain-form #edit-submit, .plain-form.legal-login .form-submit {
    min-width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .plain-form #edit-submit, .plain-form.legal-login .form-submit {
    min-width: 70%;
  }
}
.plain-form fieldset {
  border: none;
  padding: 0;
  margin: 2rem 0;
}
.plain-form fieldset legend {
  font-family: Merriweather, Georgia, serif;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #1b2b34;
}
.plain-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #428533;
}
.plain-form .form-type-textfield,
.plain-form .form-type-tel,
.plain-form .form-type-email,
.plain-form .form-type-webform-time,
.plain-form .form-type-date {
  position: relative;
  z-index: 1;
}
.plain-form .form-type-textfield input[type=text],
.plain-form .form-type-textfield input[type=tel],
.plain-form .form-type-textfield input[type=email],
.plain-form .form-type-textfield input[type=date],
.plain-form .form-type-textfield input[type=time],
.plain-form .form-type-tel input[type=text],
.plain-form .form-type-tel input[type=tel],
.plain-form .form-type-tel input[type=email],
.plain-form .form-type-tel input[type=date],
.plain-form .form-type-tel input[type=time],
.plain-form .form-type-email input[type=text],
.plain-form .form-type-email input[type=tel],
.plain-form .form-type-email input[type=email],
.plain-form .form-type-email input[type=date],
.plain-form .form-type-email input[type=time],
.plain-form .form-type-webform-time input[type=text],
.plain-form .form-type-webform-time input[type=tel],
.plain-form .form-type-webform-time input[type=email],
.plain-form .form-type-webform-time input[type=date],
.plain-form .form-type-webform-time input[type=time],
.plain-form .form-type-date input[type=text],
.plain-form .form-type-date input[type=tel],
.plain-form .form-type-date input[type=email],
.plain-form .form-type-date input[type=date],
.plain-form .form-type-date input[type=time] {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0.5rem;
  min-height: 4rem;
  max-width: 592px;
}
.plain-form .form-type-textfield input[type=text]::-moz-placeholder, .plain-form .form-type-textfield input[type=tel]::-moz-placeholder, .plain-form .form-type-textfield input[type=email]::-moz-placeholder, .plain-form .form-type-textfield input[type=date]::-moz-placeholder, .plain-form .form-type-textfield input[type=time]::-moz-placeholder, .plain-form .form-type-tel input[type=text]::-moz-placeholder, .plain-form .form-type-tel input[type=tel]::-moz-placeholder, .plain-form .form-type-tel input[type=email]::-moz-placeholder, .plain-form .form-type-tel input[type=date]::-moz-placeholder, .plain-form .form-type-tel input[type=time]::-moz-placeholder, .plain-form .form-type-email input[type=text]::-moz-placeholder, .plain-form .form-type-email input[type=tel]::-moz-placeholder, .plain-form .form-type-email input[type=email]::-moz-placeholder, .plain-form .form-type-email input[type=date]::-moz-placeholder, .plain-form .form-type-email input[type=time]::-moz-placeholder, .plain-form .form-type-webform-time input[type=text]::-moz-placeholder, .plain-form .form-type-webform-time input[type=tel]::-moz-placeholder, .plain-form .form-type-webform-time input[type=email]::-moz-placeholder, .plain-form .form-type-webform-time input[type=date]::-moz-placeholder, .plain-form .form-type-webform-time input[type=time]::-moz-placeholder, .plain-form .form-type-date input[type=text]::-moz-placeholder, .plain-form .form-type-date input[type=tel]::-moz-placeholder, .plain-form .form-type-date input[type=email]::-moz-placeholder, .plain-form .form-type-date input[type=date]::-moz-placeholder, .plain-form .form-type-date input[type=time]::-moz-placeholder {
  color: #434750;
  font-weight: normal;
}
.plain-form .form-type-textfield input[type=text]::placeholder,
.plain-form .form-type-textfield input[type=tel]::placeholder,
.plain-form .form-type-textfield input[type=email]::placeholder,
.plain-form .form-type-textfield input[type=date]::placeholder,
.plain-form .form-type-textfield input[type=time]::placeholder,
.plain-form .form-type-tel input[type=text]::placeholder,
.plain-form .form-type-tel input[type=tel]::placeholder,
.plain-form .form-type-tel input[type=email]::placeholder,
.plain-form .form-type-tel input[type=date]::placeholder,
.plain-form .form-type-tel input[type=time]::placeholder,
.plain-form .form-type-email input[type=text]::placeholder,
.plain-form .form-type-email input[type=tel]::placeholder,
.plain-form .form-type-email input[type=email]::placeholder,
.plain-form .form-type-email input[type=date]::placeholder,
.plain-form .form-type-email input[type=time]::placeholder,
.plain-form .form-type-webform-time input[type=text]::placeholder,
.plain-form .form-type-webform-time input[type=tel]::placeholder,
.plain-form .form-type-webform-time input[type=email]::placeholder,
.plain-form .form-type-webform-time input[type=date]::placeholder,
.plain-form .form-type-webform-time input[type=time]::placeholder,
.plain-form .form-type-date input[type=text]::placeholder,
.plain-form .form-type-date input[type=tel]::placeholder,
.plain-form .form-type-date input[type=email]::placeholder,
.plain-form .form-type-date input[type=date]::placeholder,
.plain-form .form-type-date input[type=time]::placeholder {
  color: #434750;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .plain-form .form-type-textfield input[type=text],
  .plain-form .form-type-textfield input[type=tel],
  .plain-form .form-type-textfield input[type=email],
  .plain-form .form-type-textfield input[type=date],
  .plain-form .form-type-textfield input[type=time],
  .plain-form .form-type-tel input[type=text],
  .plain-form .form-type-tel input[type=tel],
  .plain-form .form-type-tel input[type=email],
  .plain-form .form-type-tel input[type=date],
  .plain-form .form-type-tel input[type=time],
  .plain-form .form-type-email input[type=text],
  .plain-form .form-type-email input[type=tel],
  .plain-form .form-type-email input[type=email],
  .plain-form .form-type-email input[type=date],
  .plain-form .form-type-email input[type=time],
  .plain-form .form-type-webform-time input[type=text],
  .plain-form .form-type-webform-time input[type=tel],
  .plain-form .form-type-webform-time input[type=email],
  .plain-form .form-type-webform-time input[type=date],
  .plain-form .form-type-webform-time input[type=time],
  .plain-form .form-type-date input[type=text],
  .plain-form .form-type-date input[type=tel],
  .plain-form .form-type-date input[type=email],
  .plain-form .form-type-date input[type=date],
  .plain-form .form-type-date input[type=time] {
    min-width: 20rem;
    width: 100%;
  }
}
.plain-form .form-type-textfield input[type=text]:focus,
.plain-form .form-type-textfield input[type=tel]:focus,
.plain-form .form-type-textfield input[type=email]:focus,
.plain-form .form-type-textfield input[type=number]:focus,
.plain-form .form-type-textfield input[type=date]:focus,
.plain-form .form-type-textfield input[type=time]:focus,
.plain-form .form-type-tel input[type=text]:focus,
.plain-form .form-type-tel input[type=tel]:focus,
.plain-form .form-type-tel input[type=email]:focus,
.plain-form .form-type-tel input[type=number]:focus,
.plain-form .form-type-tel input[type=date]:focus,
.plain-form .form-type-tel input[type=time]:focus,
.plain-form .form-type-email input[type=text]:focus,
.plain-form .form-type-email input[type=tel]:focus,
.plain-form .form-type-email input[type=email]:focus,
.plain-form .form-type-email input[type=number]:focus,
.plain-form .form-type-email input[type=date]:focus,
.plain-form .form-type-email input[type=time]:focus,
.plain-form .form-type-webform-time input[type=text]:focus,
.plain-form .form-type-webform-time input[type=tel]:focus,
.plain-form .form-type-webform-time input[type=email]:focus,
.plain-form .form-type-webform-time input[type=number]:focus,
.plain-form .form-type-webform-time input[type=date]:focus,
.plain-form .form-type-webform-time input[type=time]:focus,
.plain-form .form-type-date input[type=text]:focus,
.plain-form .form-type-date input[type=tel]:focus,
.plain-form .form-type-date input[type=email]:focus,
.plain-form .form-type-date input[type=number]:focus,
.plain-form .form-type-date input[type=date]:focus,
.plain-form .form-type-date input[type=time]:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #428533;
}
.plain-form .form-type-textfield input[type=text]:focus + label,
.plain-form .form-type-textfield input[type=tel]:focus + label,
.plain-form .form-type-textfield input[type=email]:focus + label,
.plain-form .form-type-textfield input[type=number]:focus + label,
.plain-form .form-type-textfield input[type=date]:focus + label,
.plain-form .form-type-textfield input[type=time]:focus + label,
.plain-form .form-type-tel input[type=text]:focus + label,
.plain-form .form-type-tel input[type=tel]:focus + label,
.plain-form .form-type-tel input[type=email]:focus + label,
.plain-form .form-type-tel input[type=number]:focus + label,
.plain-form .form-type-tel input[type=date]:focus + label,
.plain-form .form-type-tel input[type=time]:focus + label,
.plain-form .form-type-email input[type=text]:focus + label,
.plain-form .form-type-email input[type=tel]:focus + label,
.plain-form .form-type-email input[type=email]:focus + label,
.plain-form .form-type-email input[type=number]:focus + label,
.plain-form .form-type-email input[type=date]:focus + label,
.plain-form .form-type-email input[type=time]:focus + label,
.plain-form .form-type-webform-time input[type=text]:focus + label,
.plain-form .form-type-webform-time input[type=tel]:focus + label,
.plain-form .form-type-webform-time input[type=email]:focus + label,
.plain-form .form-type-webform-time input[type=number]:focus + label,
.plain-form .form-type-webform-time input[type=date]:focus + label,
.plain-form .form-type-webform-time input[type=time]:focus + label,
.plain-form .form-type-date input[type=text]:focus + label,
.plain-form .form-type-date input[type=tel]:focus + label,
.plain-form .form-type-date input[type=email]:focus + label,
.plain-form .form-type-date input[type=number]:focus + label,
.plain-form .form-type-date input[type=date]:focus + label,
.plain-form .form-type-date input[type=time]:focus + label {
  display: inline-block;
}
.plain-form .form-type-textfield label,
.plain-form .form-type-tel label,
.plain-form .form-type-email label,
.plain-form .form-type-webform-time label,
.plain-form .form-type-date label {
  display: none;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  position: absolute;
  top: -0.75rem;
  left: 1rem;
  z-index: 10;
  color: #428533;
  background: #ffffff;
}
.plain-form .form-type-number {
  width: 250px;
}
.plain-form .form-type-number input[type=number],
.plain-form .form-type-number input[type=date],
.plain-form .form-type-number input[type=time] {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0.5rem;
  min-height: 4rem;
  max-width: 592px;
}
.plain-form .form-type-number input[type=number]::-moz-placeholder, .plain-form .form-type-number input[type=date]::-moz-placeholder, .plain-form .form-type-number input[type=time]::-moz-placeholder {
  color: #434750;
  font-weight: normal;
}
.plain-form .form-type-number input[type=number]::placeholder,
.plain-form .form-type-number input[type=date]::placeholder,
.plain-form .form-type-number input[type=time]::placeholder {
  color: #434750;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .plain-form .form-type-number input[type=number],
  .plain-form .form-type-number input[type=date],
  .plain-form .form-type-number input[type=time] {
    min-width: 20rem;
    width: 100%;
  }
}
.plain-form .form-type-number input[type=number]:focus,
.plain-form .form-type-number input[type=date]:focus,
.plain-form .form-type-number input[type=time]:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #428533;
}
.plain-form .form-type-number input[type=number]:focus + label,
.plain-form .form-type-number input[type=date]:focus + label,
.plain-form .form-type-number input[type=time]:focus + label {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .plain-form .form-type-radio {
    width: 100%;
  }
}
.plain-form .form-type-radio input[type=radio] {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .plain-form .form-type-radio input[type=radio] {
    width: 100%;
  }
}
.plain-form .form-type-radio input[type=radio]:checked + label::after {
  display: inline-block;
}
.plain-form .form-type-radio input[type=radio]:focus + label::before {
  outline: none;
  box-shadow: none;
  border: 4px solid #428533;
}
.plain-form .form-type-radio > label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.plain-form .form-type-radio > label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #6f7176;
  margin-right: 1rem;
}
.plain-form .form-type-radio > label::after {
  position: absolute;
  left: 5px;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #428533;
}
.plain-form .form-type-select {
  max-width: 143px;
}
@media screen and (max-width: 480px) {
  .plain-form .form-type-select {
    width: 100%;
  }
}
.plain-form .form-type-select select {
  font-size: 1.6rem;
  padding: 1rem 0.5rem;
  color: #969696;
}
.plain-form .form-type-select select:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #428533;
}
.plain-form .form-textarea-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .plain-form .form-textarea-wrapper {
    width: 100%;
  }
}
.plain-form .form-textarea-wrapper textarea {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem;
  min-height: 16rem;
  width: 122rem;
  resize: none;
}
@media screen and (max-width: 480px) {
  .plain-form .form-textarea-wrapper textarea {
    min-width: 20rem;
    width: 100%;
  }
}
.plain-form .form-textarea-wrapper label {
  display: none;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  position: absolute;
  top: -0.75rem;
  left: 1rem;
  z-index: 10;
  color: #428533;
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  .plain-form .form-type-checkbox {
    width: 100%;
  }
}
.plain-form .form-type-checkbox input[type=checkbox] {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
.plain-form .form-type-checkbox input[type=checkbox] + label::before {
  content: "";
  border: 1px solid #6f7176;
  display: inline-block;
  font-size: 15px;
  height: 20px;
  width: 20px;
  margin-right: 1rem;
  flex-shrink: 0;
  border-radius: 15%;
}
.plain-form .form-type-checkbox input[type=checkbox]:checked + label::before {
  content: "✓";
  color: #ffffff;
  background-color: #01579b;
  text-align: center;
  border: none;
}
.plain-form .form-type-checkbox input[type=checkbox]:focus + label::before {
  outline: none;
  box-shadow: none;
  border: 4px solid #428533;
}
.plain-form .form-type-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.plain-form .form-composite > legend,
.plain-form .label {
  font-weight: 400;
}
.plain-form .form-composite > legend {
  font-size: 1.6rem;
  font-weight: bold;
}
.plain-form.legal-login details summary {
  font-weight: bold;
}
.plain-form.legal-login details label {
  font-weight: bold;
}
.plain-form.legal-login details label strong {
  padding-right: 0.5rem;
}
.plain-form.legal-login .form-submit {
  margin: 0 auto;
}

.lms--register-form {
  border-radius: 7px;
  background-color: #efeff1;
}
@media screen and (max-width: 768px) {
  .lms--register-form {
    display: flex;
    flex-direction: column;
  }
}
.lms--register-form .form-type-processed-text {
  float: left;
  width: 50%;
  padding: 20px 25px;
  background-color: #ffffff;
  margin: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  min-height: 700px;
}
@media screen and (max-width: 768px) {
  .lms--register-form .form-type-processed-text {
    float: none;
    width: 100%;
    border-radius: 0;
    order: 1;
    min-height: initial;
  }
}
.lms--register-form .form-item-first-name,
.lms--register-form .form-item-last-name,
.lms--register-form .form-item-email,
.lms--register-form div[id^=edit-actions] {
  float: left;
  width: 50%;
  padding: 0 4rem;
  overflow: hidden;
}
.lms--register-form .form-item-first-name input,
.lms--register-form .form-item-last-name input,
.lms--register-form .form-item-email input,
.lms--register-form div[id^=edit-actions] input {
  max-width: 100% !important;
}
.lms--register-form .form-item-first-name input.mss-btn.btn--black,
.lms--register-form .form-item-last-name input.mss-btn.btn--black,
.lms--register-form .form-item-email input.mss-btn.btn--black,
.lms--register-form div[id^=edit-actions] input.mss-btn.btn--black {
  color: #ffffff;
  background-color: #1b2b34;
  border: 0.3rem solid #1b2b34;
  min-width: initial;
  min-height: initial;
  border-radius: 35px;
  padding: 16px 24px;
  text-transform: none;
}
@media screen and (max-width: 480px) {
  .lms--register-form .form-item-first-name,
  .lms--register-form .form-item-last-name,
  .lms--register-form .form-item-email,
  .lms--register-form div[id^=edit-actions] {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lms--register-form .form-item-first-name,
  .lms--register-form .form-item-last-name,
  .lms--register-form .form-item-email,
  .lms--register-form div[id^=edit-actions] {
    float: none;
    width: 100%;
    order: 3;
  }
}
.lms--register-form .lms--half-width {
  float: right;
  width: 50%;
  padding: 4rem 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .lms--register-form .lms--half-width {
    float: none;
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .lms--register-form .lms--half-width {
    float: none;
    width: 100%;
  }
}
.lms--register-form .lms--half-width .lms--link-wrapper {
  border-bottom: solid 2px #c8c8c8;
  padding: 0 0 16px;
}
.lms--register-form .lms-register-link,
.lms--register-form .lms-sign-in-link {
  padding: 0 20px 2px;
  color: #515d67;
  font-size: 24px;
  font-family: Merriweather, Georgia, serif;
}
@media screen and (max-width: 768px) {
  .lms--register-form .lms-register-link,
  .lms--register-form .lms-sign-in-link {
    font-size: 20px;
  }
}
.lms--register-form .lms-sign-in-link.active,
.lms--register-form .lms-register-link.active {
  border-bottom: solid 2px #428533;
  color: #1b2b34;
  padding-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .lms--register-form .lms-sign-in-link.active,
  .lms--register-form .lms-register-link.active {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lms--register-form .lms-register-link.active {
    padding-bottom: 18px;
  }
}
.lms--register-form .form-item .description {
  font-size: 18px;
  margin-bottom: 9px;
}
.lms--register-form .captcha {
  overflow: hidden;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lms--register-form .captcha {
    order: 3;
  }
}
.lms--register-form .messages--error {
  display: none;
}

.registration-course-registration-register-form {
  margin-top: 30px;
  border-radius: 8px;
}
.registration-course-registration-register-form .cta--blue {
  background-color: #01579b;
  color: #ffffff;
  border-radius: 8px;
}
.registration-course-registration-register-form .cta .cta--wrapper {
  padding: 30px;
  text-align: center;
}
.registration-course-registration-register-form.lms-user-has-enrolled, .registration-course-registration-register-form.lms-hide {
  display: none;
}
.registration-course-registration-register-form .registration-who-msg {
  display: none;
}

@media screen and (max-width: 768px) {
  .webform-submission-form label {
    white-space: normal;
  }
  .webform-submission-form .form-type-select select {
    min-width: 300px;
    max-width: 100%;
  }
}