/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__content, body.frontend .block-registration-form__content {
  max-width: 793px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__content, body.frontend .block-registration-form__content {
    margin-bottom: 50px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__content p, body.frontend .block-registration-form__content p {
  font-size: 20px;
  line-height: 1.5;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__footnote, body.frontend .block-registration-form__footnote {
  max-width: 793px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__footnote, body.frontend .block-registration-form__footnote {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__footnote, body.frontend .block-registration-form__footnote {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__footnote, body.frontend .block-registration-form__footnote {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__footnote, body.frontend .block-registration-form__footnote {
    margin-bottom: 96px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__footnote p, body.frontend .block-registration-form__footnote p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__footnote a, body.frontend .block-registration-form__footnote a {
  color: #083657;
  display: inline-block;
  text-decoration: underline;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__footnote a:hover, body.frontend .block-registration-form__footnote a:hover {
  color: inherit;
  text-decoration: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form, body.frontend .block-registration-form__form {
  margin-bottom: 56px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form, body.frontend .block-registration-form__form {
    margin-bottom: 50px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .form-group, body.frontend .block-registration-form__form form .form-group {
  margin-bottom: 26px;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .form-group .err-msg, body.frontend .block-registration-form__form form .form-group .err-msg {
  display: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-style: italic;
  color: #EF441E !important;
  font-family: "Sora", sans-serif;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .form-group.error .form-control,
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .form-group.error .select__control, body.frontend .block-registration-form__form form .form-group.error .form-control,
body.frontend .block-registration-form__form form .form-group.error .select__control {
  border-color: #EF441E;
  background-color: rgba(239, 68, 30, 0.05);
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .form-group.error .err-msg, body.frontend .block-registration-form__form form .form-group.error .err-msg {
  display: block;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .form-control, body.frontend .block-registration-form__form form .form-control {
  margin-bottom: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__control, body.frontend .block-registration-form__form form .select__control {
  width: 100%;
  outline: none;
  cursor: pointer;
  border-width: 0;
  font-size: 18px;
  z-index: 1;
  padding: 8px 18px;
  position: relative;
  min-height: 40.8px;
  border-radius: 6px;
  padding-right: 40px;
  line-height: normal;
  color: #444444;
  border-color: transparent;
  background: #F5F5F5;
  border: 1px solid transparent;
  font-family: "Sora", sans-serif;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__indicator, body.frontend .block-registration-form__form form .select__indicator {
  cursor: pointer;
  line-height: 0;
  max-width: 20px;
  min-width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: -1;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(0deg);
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__value, body.frontend .block-registration-form__form form .select__value {
  font-weight: 400;
  color: #083657;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__menu, body.frontend .block-registration-form__form form .select__menu {
  opacity: 0;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: top left;
  transition: all 0.3s ease-in-out;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__menu-options, body.frontend .block-registration-form__form form .select__menu-options {
  overflow: auto;
  list-style: none;
  overflow-x: hidden;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__menu-options li, body.frontend .block-registration-form__form form .select__menu-options li {
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 8px 18px;
  transition: all 0.3s;
  text-transform: uppercase;
  background: #083657;
  font-family: "Sora", sans-serif;
  border-bottom: 1px solid #ffffff;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__menu-options li.selected, .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__menu-options li:hover, body.frontend .block-registration-form__form form .select__menu-options li.selected, body.frontend .block-registration-form__form form .select__menu-options li:hover {
  border: none;
  background: #de39aa;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__menu-options li:before, body.frontend .block-registration-form__form form .select__menu-options li:before {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__menu-options li:last-child, body.frontend .block-registration-form__form form .select__menu-options li:last-child {
  border-bottom: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__container, body.frontend .block-registration-form__form form .select__container {
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__container.open .select__menu, body.frontend .block-registration-form__form form .select__container.open .select__menu {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  pointer-events: auto;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .select__container.open .select__indicator, body.frontend .block-registration-form__form form .select__container.open .select__indicator {
  transform: translateY(-50%) rotate(180deg);
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .form-wrapper, body.frontend .block-registration-form__form form .form-wrapper {
  max-width: 793px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .form-wrapper, body.frontend .block-registration-form__form form .form-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form select, body.frontend .block-registration-form__form form select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-image: url("/wp-content/themes/genesis-child/dist/images/arrow-down.png") !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .btn-submit, body.frontend .block-registration-form__form form .btn-submit {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .btn-submit, body.frontend .block-registration-form__form form .btn-submit {
    margin-top: 50px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form .btn-submit button, body.frontend .block-registration-form__form form .btn-submit button {
  outline: none;
  background: transparent;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form form #nv_form_message, body.frontend .block-registration-form__form form #nv_form_message {
  margin-top: 32px;
  color: #EF441E !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form .thank-you-message, body.frontend .block-registration-form__form .thank-you-message {
  max-width: 900px;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form .thank-you-message h2, body.frontend .block-registration-form__form .thank-you-message h2 {
  font-size: 40px;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form .thank-you-message h2, body.frontend .block-registration-form__form .thank-you-message h2 {
    font-size: 46px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form.submitted, body.frontend .block-registration-form__form.submitted {
  max-width: 900px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form.submitted, body.frontend .block-registration-form__form.submitted {
    margin-top: 112px;
    margin-bottom: 112px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form.submitted form, body.frontend .block-registration-form__form.submitted form {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .block-registration-form__form.submitted .thank-you-message, body.frontend .block-registration-form__form.submitted .thank-you-message {
  display: block;
}
/*# sourceMappingURL=block.css.map*/