input.form-submit.button {
  background-image: none;
}
input.form-submit.button:hover, input.form-submit.button:active, input.form-submit.button:focus {
  background-image: none;
}

#validate-and-pay-button .button.form-submit {
  margin-top: 20px;
}

.form-sso .form-control {
  width: 100%;
}

form legend {
  margin-bottom: 0;
}

.webform-submission-form {
  max-width: 780px;
  margin: auto;
}
.webform-submission-form .messages--custom + .messages--error {
  display: none;
}

.form-item {
  position: relative;
  margin-bottom: 40px;
}
.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item input[type=password],
.form-item input[type=search],
.form-item input[type=url],
.form-item input[type=file],
.form-item input:not([type]),
.form-item select,
.form-item .select2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=tel],
  .form-item input[type=password],
  .form-item input[type=search],
  .form-item input[type=url],
  .form-item input[type=file],
  .form-item input:not([type]),
  .form-item select,
  .form-item .select2 {
    max-width: 357px;
  }
}
.form-item input[type=text].error,
.form-item input[type=email].error,
.form-item input[type=tel].error,
.form-item input[type=password].error,
.form-item input[type=search].error,
.form-item input[type=url].error,
.form-item input[type=file].error,
.form-item input:not([type]).error,
.form-item select.error,
.form-item .select2.error {
  border-color: var(--obe-functional-error);
}
.form-item textarea {
  width: 100%;
}
.form-item.webform-has-field-suffix, .form-item.webform-has-field-prefix {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.form-item.webform-has-field-suffix input[type=text],
.form-item.webform-has-field-suffix input[type=email],
.form-item.webform-has-field-suffix input[type=tel],
.form-item.webform-has-field-suffix input[type=password],
.form-item.webform-has-field-suffix input[type=search],
.form-item.webform-has-field-suffix input[type=url],
.form-item.webform-has-field-suffix input[type=file],
.form-item.webform-has-field-suffix input:not([type]),
.form-item.webform-has-field-suffix select,
.form-item.webform-has-field-suffix textarea, .form-item.webform-has-field-prefix input[type=text],
.form-item.webform-has-field-prefix input[type=email],
.form-item.webform-has-field-prefix input[type=tel],
.form-item.webform-has-field-prefix input[type=password],
.form-item.webform-has-field-prefix input[type=search],
.form-item.webform-has-field-prefix input[type=url],
.form-item.webform-has-field-prefix input[type=file],
.form-item.webform-has-field-prefix input:not([type]),
.form-item.webform-has-field-prefix select,
.form-item.webform-has-field-prefix textarea {
  width: auto;
  flex: 1;
}
.form-item > label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  
  margin-bottom: 9px;
  display: block;
  color: var(--obe-body-text-highlight);
  width: 100%;
}
.form-item > label.form-required::after {
  content: "*";
  color: var(--obe-accent-orange);
  margin-left: 5px;
}
.form-item > label a:not(.obe-button) {
  color: var(--obe-body-text-highlight);
  text-decoration: underline;
}
.form-item > label a:not(.obe-button):hover, .form-item > label a:not(.obe-button):focus {
  color: var(--obe-accent-orange);
}
.form-item > label + .description {
  margin-top: -5px;
  margin-bottom: 5px;
}
.form-item > .description,
.form-item > .webform-element-description {
  font-size: 14px;
  color: var(--obe-body-text-low);
  line-height: 18px;
  margin-top: 5px;
  width: 100%;
}
.form-item > .description:has(+ .webform-element-description) {
  margin-top: -5px;
}
.form-item > .field-prefix,
.form-item > .field-suffix {
  padding: 9px 0;
  font-size: 16px;
  line-height: 22px;
  
  color: var(--obe-body-text);
}
.form-item :not(.form-item--error-message) > strong.error:not(:empty),
.form-item .form-item--error-message:not(:empty), .form-item.webform-type-checkboxes > .fieldset-wrapper > div:not([class]), .form-item.webform-type-radios > .fieldset-wrapper > div:not([class]), .form-item.webform-type-webform-checkboxes-other > .fieldset-wrapper > div:not([class]), .form-item.webform-type-webform-radios-other > .fieldset-wrapper > div:not([class]) {
  color: var(--obe-body-text-highlight);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  
  margin: 5px 0 0 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.form-item :not(.form-item--error-message) > strong.error:not(:empty):hover,
.form-item .form-item--error-message:not(:empty):hover, .form-item.webform-type-checkboxes > .fieldset-wrapper > div:not([class]):hover, .form-item.webform-type-radios > .fieldset-wrapper > div:not([class]):hover, .form-item.webform-type-webform-checkboxes-other > .fieldset-wrapper > div:not([class]):hover, .form-item.webform-type-webform-radios-other > .fieldset-wrapper > div:not([class]):hover {
  z-index: 99;
  max-height: 99em;
  white-space: normal;
  min-width: max(100%, 357px);
}
.form-item :not(.form-item--error-message) > strong.error:not(:empty)::before,
.form-item .form-item--error-message:not(:empty)::before, .form-item.webform-type-checkboxes > .fieldset-wrapper > div:not([class])::before, .form-item.webform-type-radios > .fieldset-wrapper > div:not([class])::before, .form-item.webform-type-webform-checkboxes-other > .fieldset-wrapper > div:not([class])::before, .form-item.webform-type-webform-radios-other > .fieldset-wrapper > div:not([class])::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/error.svg) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0;
}

.form--inline {
  display: inline-flex;
  flex-wrap: wrap;
}
.form--inline .form-item {
  float: none;
  flex-grow: 1;
}

.webform-element-more {
  margin-top: 5px;
}
.webform-element-more .webform-element-more--link > a {
  color: var(--obe-body-text-low);
}
.webform-element-more .webform-element-more--link > a:hover, .webform-element-more .webform-element-more--link > a:focus {
  color: var(--obe-accent-orange);
}

fieldset.webform-type-fieldset.form-item.form-wrapper {
  margin-top: 30px;
}
fieldset.webform-type-fieldset.form-item.form-wrapper > legend > span.fieldset-legend {
  font-size: var(--obe-heading-size-4);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1666;
  color: var(--obe-body-text-highlight);
}
fieldset.webform-type-fieldset.form-item.form-wrapper > .fieldset-wrapper {
  margin-top: 20px;
}
fieldset.webform-type-fieldset.form-item.form-wrapper .webform-type-fieldset > legend > span.fieldset-legend {
  font-size: var(--obe-heading-size-5);
}

.webform-section {
  margin-top: 60px;
  margin-bottom: 40px;
}
.webform-section > .webform-section-title {
  font-size: var(--obe-heading-size-3);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1333;
  color: var(--obe-body-text-highlight);
  margin-bottom: 30px;
  display: block;
}

fieldset.form-composite {
  position: relative;
  margin-bottom: 20px;
}
fieldset.form-composite > legend {
  margin-bottom: 9px;
}
fieldset.form-composite > legend > .fieldset-legend {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  
  color: var(--obe-body-text-highlight);
}
fieldset.form-composite > legend .form-required:not([style])::after {
  content: "*";
  color: var(--obe-accent-orange);
  margin-left: 5px;
}
fieldset.form-composite > legend .form-required + .form-required {
  display: none;
}

.form-type-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 20px;
}
.form-type-checkbox:has(.file) {
  align-items: center;
}
.form-type-checkbox > label {
  font-weight: normal;
  color: var(--obe-body-text);
  margin: 0;
  width: auto;
  max-width: calc(100% - 30px);
}
.form-type-checkbox > .description {
  width: 100%;
  padding-left: 30px;
  margin: 0;
}
.webform-options-display-side-by-side .form-type-checkbox {
  display: inline-flex;
  margin-right: 20px;
  margin-top: 0;
}

.webform-type-checkboxes {
  position: relative;
}
.webform-type-checkboxes .form-checkboxes:has(+ .description), .webform-type-checkboxes:has(+ .description) {
  margin-bottom: 0;
}
.webform-type-checkboxes .description,
.webform-type-checkboxes + .description {
  font-size: 14px;
  color: var(--obe-body-text-low);
  line-height: 18px;
  margin-top: 5px;
}
.webform-type-checkboxes .field-prefix .description {
  margin-top: -10px;
  margin-bottom: 10px;
}
.webform-type-checkboxes > .fieldset-wrapper {
  margin-top: 10px;
  position: relative;
}

.webform-type-checkboxes-other .webform-checkboxes-other-input {
  margin-top: 20px;
}

.form-type-radio {
  display: flex;
  gap: 5px 10px;
  margin-bottom: 20px;
}
.form-type-radio > label {
  font-weight: normal;
  color: var(--obe-body-text);
  margin: 0;
  width: auto;
}
.form-type-radio > .description {
  width: 100%;
  padding-left: 30px;
  margin: 0;
}
.webform-options-display-side-by-side .form-type-radio {
  display: inline-flex;
  margin-right: 20px;
}

.webform-type-radios {
  position: relative;
}
.webform-type-radios:has(+ .description) {
  margin-bottom: 0;
}
.webform-type-radios + .description {
  font-size: 14px;
  color: var(--obe-body-text-low);
  line-height: 18px;
  margin-top: 5px;
}
.webform-type-radios > .fieldset-wrapper {
  margin-top: 10px;
  position: relative;
}

.webform-type-webform-radios-other .webform-radios-other-input {
  margin-top: 20px;
}

.webform-document-file {
  display: flex;
}

.webform-options-display-buttons {
  margin-bottom: 40px;
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper {
  margin: 0;
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper > .form-item {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper > .form-item > label {
  width: 100%;
  border: 1px solid var(--obe-border);
  border-radius: 0;
  border-right-width: 0;
  display: block;
  padding: 9px 21px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper > .form-item > input:checked + label {
  background-color: var(--obe-accent-orange);
  color: var(--obe-body-text-inverse);
  border-color: var(--obe-accent-orange);
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper > .form-item > input:checked + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_253_9179)"><path opacity="0.01" d="M20 0H0V20H20V0Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 4.79996C17.5016 4.54707 17.429 4.29926 17.291 4.08728C17.1531 3.87529 16.956 3.70846 16.7242 3.60746C16.4923 3.50646 16.2358 3.47576 15.9867 3.51916C15.7375 3.56257 15.5066 3.67817 15.3225 3.85163L7.67249 11.3L5.15166 8.4933C4.90487 8.28006 4.58635 8.16843 4.26044 8.18096C3.93452 8.19349 3.62551 8.32924 3.39582 8.5608L2.87832 9.0808C2.65336 9.30766 2.51944 9.60916 2.50193 9.92816C2.48442 10.2472 2.58454 10.5615 2.78332 10.8116L6.92166 16.0116C7.04221 16.1638 7.19559 16.2868 7.37034 16.3713C7.54509 16.4559 7.73669 16.4999 7.93082 16.5C8.12496 16.4999 8.31656 16.4559 8.49131 16.3713C8.66606 16.2868 8.81944 16.1638 8.93999 16.0116L17.2158 5.61163C17.4 5.38121 17.5002 5.09494 17.5 4.79996Z" fill="white"/></g><defs><clipPath id="clip0_253_9179"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-size: contain;
  margin-right: 4px;
  vertical-align: middle;
  transform: translateY(-1.5px);
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper > .form-item > input:checked:focus + label {
  box-shadow: 0 0 5px var(--obe-accent-orange);
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper:first-child > .form-item > label {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.webform-options-display-buttons .webform-options-display-buttons-wrapper:last-child > .form-item > label {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right-width: 1px;
}

.webform-element-help {
  border-color: var(--obe-border);
  background-color: var(--obe-border);
  color: var(--obe-body-text-inverse);
  margin: 0 5px;
}
.webform-element-help:hover {
  background-color: var(--obe-accent-orange);
  border-color: var(--obe-accent-orange);
}

.form-item.form-type-datetime > .container-inline {
  display: flex;
  gap: 20px;
  width: 100%;
}
.form-item.form-type-datetime .form-item {
  margin: 0;
}

.form-item.form-type-datelist > .container-inline {
  display: flex;
  gap: 5px;
}
.form-item.form-type-datelist .form-item {
  margin: 0;
  flex: 1;
}

.form-type-date .hasDatepicker {
  background-image: url("../images/date-icon-black.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  width: auto !important;
}

fieldset.webform-composite-hidden-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.form-type-range .field-suffix {
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}

.form-type-color {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.form-type-color > label {
  width: 100%;
}
.form-type-color input[type=color] {
  width: 40px;
  height: 40px;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px;
}
.form-type-color .form-color-output {
  margin: 0 !important;
  padding: 9px 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 40px !important;
  width: 7em !important;
}

.form-type-textarea {
  display: block;
}

.form-type-textarea:has(+ .filter-wrapper) {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-type-textarea:has(+ .filter-wrapper) + .filter-wrapper {
  font-size: 12px;
  color: var(--obe-body-text-low);
}
.form-type-textarea:has(+ .filter-wrapper) + .filter-wrapper label {
  font-size: 14px;
}
.form-type-textarea:has(+ .filter-wrapper) + .filter-wrapper ul {
  margin-top: 5px;
}
.form-type-textarea:has(+ .filter-wrapper) + .filter-wrapper ul > li {
  margin-bottom: 5px;
}

.form-type-managed-file label.button {
  margin: 0;
  padding: 9px 20px;
  border-radius: 10px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  color: var(--obe-body-text-highlight);
  display: inline-block;
}
.form-type-managed-file label.button:hover {
  background-color: #000;
  color: #fff;
}
.form-type-managed-file label.button:active {
  background-color: var(--obe-accent-orange);
  color: #fff;
  border-color: var(--obe-accent-orange);
}

.webform-type-webform-select-other .form-item {
  margin-bottom: 0;
}
.webform-type-webform-select-other .webform-select-other-input {
  margin-top: 20px;
  margin-bottom: 0;
}

.iti {
  display: block;
}
.iti input[type=tel] {
  padding-left: 70px;
}
.iti ul.iti__country-list {
  list-style: none;
  border-radius: 10px;
}
.iti ul.iti__country-list li.iti__country {
  padding: 10px;
  outline: 0;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #ccc;
  color: #333;
}
.iti ul.iti__country-list .iti__country.iti__highlight {
  background-color: #000;
  color: #ddd;
}
.iti ul.iti__country-list li.iti__divider {
  display: none;
}
.iti .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
  box-shadow: 0 0 4px 0 #f16e00;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.iti .iti__selected-flag {
  padding: 0 10px 0 8px;
  border-right: 1px solid #ccc;
}
.iti .iti__arrow {
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #555;
}
.iti .iti__arrow--up {
  border-top: none;
  border-bottom: 8px solid #555;
}
.iti .iti--allow-dropdown input,
.iti .iti--allow-dropdown input[type=tel] {
  padding-left: 78px;
}

.webform-table .form-item {
  margin-bottom: 0;
}
.webform-table > tbody > tr > td,
.webform-table > thead > tr > th {
  padding: 10px;
}
.webform-table > tbody > tr > td:first-child,
.webform-table > thead > tr > th:first-child {
  padding-left: 0;
}
.webform-table > tbody > tr > td:last-child,
.webform-table > thead > tr > th:last-child {
  padding-right: 0;
}

.tableselect .form-type-checkbox,
.tableselect-sort .form-type-checkbox {
  margin-bottom: 0;
  margin-right: 10px;
}
.tableselect > tbody > tr > td,
.tableselect > thead > tr > th,
.tableselect-sort > tbody > tr > td,
.tableselect-sort > thead > tr > th {
  vertical-align: middle;
}

.tableselect-sort > tbody > tr > th:first-child,
.tableselect-sort > tbody > tr > td:first-child {
  width: 60px;
}

.js input.form-autocomplete {
  background-image: url(../images/input-loader-icon.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.js input.form-autocomplete.ui-autocomplete-loading {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url(../images/input-loader-icon-spin.svg);
}

.ajax-progress-throbber .throbber {
  background: transparent url(../images/input-loader-icon-spin.svg) no-repeat 0 center;
  background-size: contain;
}

ul.ui-autocomplete {
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}

.ui-menu {
  border-radius: 10px;
  border: 1px solid var(--obe-border);
  background: var(--obe-body-background-highlight);
}
.ui-menu > .ui-menu-item {
  padding: 0;
  margin: 0;
}
.ui-menu > .ui-menu-item > a {
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--obe-body-text-highlight);
  transition: all 0.3s ease-in-out;
  display: block;
  border: 0;
  margin: 0;
  border-bottom: 1px solid var(--obe-border);
}
.ui-menu > .ui-menu-item > a:hover, .ui-menu > .ui-menu-item > a.ui-state-active {
  background-color: #000;
  color: #fff;
  border: 0;
  border-bottom: 1px solid var(--obe-border);
  margin: 0;
}
.ui-menu > .ui-menu-item > a:active {
  background-color: var(--obe-accent-orange);
  color: #fff;
  border-color: var(--obe-accent-orange);
}

.form-type-webform-codemirror {
  display: block;
}
.form-type-webform-codemirror .CodeMirror {
  border-radius: 10px;
}

div.svg.rateit div.rateit-range {
  background-image: url(../images/rating/star-normal.svg);
}
div.svg.rateit div.rateit-hover {
  background-image: url(../images/rating/star-hover.svg);
}
div.svg.rateit div.rateit-selected {
  background-image: url(../images/rating/star-selected.svg);
}
div.svg.rateit div.rateit-preset {
  background-image: url(../images/rating/star-preset.svg);
}
div.svg.rateit button.rateit-reset {
  background-image: url(../images/rating/reset-normal.svg);
}
div.svg.rateit button.rateit-reset:hover {
  background-image: url(../images/rating/reset-hover.svg);
}

.webform-scale-option label.option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  color: var(--obe-body-text-highlight);
  transition: all 0.3s ease-in-out;
}
.webform-scale-option label.option:hover {
  background-color: #000;
  color: #fff;
}
.webform-scale-option label.option:active {
  background-color: var(--obe-accent-orange);
  color: #fff;
  border-color: var(--obe-accent-orange);
}
.webform-scale-option input:checked + label.option {
  background-color: var(--obe-accent-orange);
  color: #fff;
  border-color: var(--obe-accent-orange);
}
.webform-scale-option input:focus + label.option {
  box-shadow: 0 0 5px var(--obe-accent-orange);
}

.webform-scale-text {
  font-size: 12px;
  font-weight: 700;
  color: var(--obe-body-text-highlight);
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-type-webform-signature {
  display: block;
}
.form-type-webform-signature .webform-signature-pad {
  border-radius: 10px;
  border: 1px solid var(--obe-border);
  background: var(--obe-body-background-highlight);
}
.form-type-webform-signature .webform-signature-pad .button {
  border: 0;
  background: transparent;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: normal;
}
.form-type-webform-signature .webform-signature-pad .button:hover, .form-type-webform-signature .webform-signature-pad .button:focus {
  color: var(--obe-accent-orange);
}

.webform-likert-table > tbody > tr > td:not(:first-child) {
  text-align: center;
}
.webform-likert-table > tbody > tr > td:not(:first-child) > .form-type-radio {
  display: inline-flex;
  gap: 0;
}
.webform-likert-table .form-item {
  margin-bottom: 0;
}

.webform-multiple-table {
  border-left: 3px solid var(--obe-border-low);
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
}
.webform-multiple-table table > thead > tr:first-child {
  border: 0;
}
.webform-multiple-table table > thead > tr > th,
.webform-multiple-table table > thead > tr > td {
  color: var(--obe-body-text-highlight);
  padding: 0 10px;
}
.webform-multiple-table table > thead > tr > th:first-child,
.webform-multiple-table table > thead > tr > td:first-child {
  padding-left: 0;
}
.webform-multiple-table table > thead > tr > th:last-child,
.webform-multiple-table table > thead > tr > td:last-child {
  padding-right: 0;
}
.webform-multiple-table table > thead > tr > th .form-required::after,
.webform-multiple-table table > thead > tr > td .form-required::after {
  content: "*";
  color: var(--obe-accent-orange);
  margin-left: 5px;
}
.webform-multiple-table table > tbody > tr > td,
.webform-multiple-table table > tbody > tr > th {
  padding: 10px 10px 0 10px;
}
.webform-multiple-table table > tbody > tr > td:first-child,
.webform-multiple-table table > tbody > tr > th:first-child {
  padding-left: 0;
}
.webform-multiple-table table > tbody > tr > td:last-child,
.webform-multiple-table table > tbody > tr > th:last-child {
  padding-right: 0;
}
.webform-multiple-table table > tbody > tr + tr > td,
.webform-multiple-table table > tbody > tr + tr > th {
  padding-top: 40px;
}
.webform-multiple-table a.tabledrag-handle .handle {
  margin-top: 0;
  margin-bottom: 0;
}
.webform-multiple-table .link {
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: normal;
  color: var(--obe-body-text-low);
}
.webform-multiple-table .link:hover, .webform-multiple-table .link:focus {
  color: var(--obe-accent-orange);
}
.webform-multiple-table td input[type=image] {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border: none;
}

.webform-multiple-table + .webform-multiple-add {
  border-left: 3px solid var(--obe-border-low);
  padding: 10px 0 10px 20px;
  margin: 0 0 0 20px;
}
.webform-multiple-add .form-type-number,
.webform-multiple-add .plus-icon {
  display: none;
}
.webform-multiple-add .button {
  padding: 9px 10px 9px 40px;
  line-height: 22px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #fff;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  color: var(--obe-body-text-highlight);
  display: inline-block;
  background: url(../images/iconPlus.svg) no-repeat 10px center;
}
.webform-multiple-add .button:hover, .webform-multiple-add .button:focus {
  background-color: #000 !important;
  color: #fff !important;
  background-image: url(../images/iconPlus-white.svg);
}
.webform-multiple-add .button:active {
  background-color: var(--obe-accent-orange);
  color: #fff;
  border-color: var(--obe-accent-orange);
  background-image: url(../images/iconPlus-white.svg);
}

.form-type-webform-same {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.form-type-webform-same > label {
  font-weight: normal;
  color: var(--obe-body-text);
  margin: 0;
}
.form-type-webform-same > .description {
  width: 100%;
  padding-left: 30px;
  margin: 0;
}

.messages, .messages.messages--info {
  border: 1px solid var(--obe-border);
  border-radius: 0;
  padding: 15px;
  padding-left: 47px;
  color: var(--obe-body-text);
  background-color: var(--obe-body-background-highlight);
  background-repeat: no-repeat;
  position: relative;
  box-shadow: none;
  margin-bottom: 20px;
  font-size: 14px;
}
.messages strong,
.messages b {
  color: var(--obe-body-text-highlight);
  font-weight: 700;
}
.messages.messages--info {
  border-color: var(--obe-functional-info);
  background-image: url(../images/info.svg);
}
.messages.messages--status, .messages.messages--success {
  border-color: var(--obe-functional-success);
  background-image: url(../images/success.svg);
}
.messages.messages--warning {
  border-color: var(--obe-functional-warning);
  background-image: url(../images/warning.svg);
}
.messages.messages--error, .messages.messages--custom {
  border-color: var(--obe-functional-error);
  background-image: url(../images/error.svg);
}
.messages .item-list__comma-list > li {
  margin: 0;
  font-weight: 700;
}

.webform-actions,
.form-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.webform-actions > .button,
.form-actions > .button {
  margin: 0;
}

.webform-button--preview {
  order: 1;
  margin: 0;
}

.webform-button--previous {
  order: 2;
  margin: 0;
}

.webform-button--next,
.webform-button--submit,
.webform-button--previous + .webform-button--preview,
.form-actions input[type=submit].button:not([class*=webform-button]):not([class*=secondary]) {
  margin: 0;
}

.webform-wizard-page-edit {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .webform-flex--container > .form-item {
    margin-bottom: 40px !important;
  }
}

.webform-flexbox {
  margin-top: 0;
  margin-bottom: 0;
}


@media (min-width: 400px) {
  .webform-options-display-two-columns {
    display: block;
    max-width: 900px;
    margin-top: 10px;
    column-count: 2;
  }
  .webform-options-display-three-columns {
    display: block;
    max-width: 900px;
    margin-top: 10px;
    column-count: 3;
  }
  .webform-options-display-two-columns div.form-item,
  .webform-options-display-three-columns div.form-item {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .webform-type-address > .fieldset-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  .webform-type-address > .fieldset-wrapper .form-item {
    margin-bottom: 20px;
  }
  .webform-type-address > .fieldset-wrapper .form-item > input {
    width: 100%;
  }
  .webform-type-address > .fieldset-wrapper > [id*=country-code] {
    grid-column: 1/span 2;
    order: 1;
  }
  .webform-type-address > .fieldset-wrapper > [id*=country-code] .form-item {
    margin-bottom: 20px !important;
  }
  .webform-type-address > .fieldset-wrapper > [class*=given-name] {
    grid-column: 1/span 1;
    order: 2;
  }
  .webform-type-address > .fieldset-wrapper > [class*=family-name] {
    grid-column: 2/span 1;
    order: 3;
  }
  .webform-type-address > .fieldset-wrapper > [class*=organization] {
    grid-column: 1/span 1;
    order: 4;
  }
  .webform-type-address > .fieldset-wrapper > [class*=address-line1] {
    grid-column: 1/span 2;
    order: 5;
    margin-bottom: 0;
  }
  .webform-type-address > .fieldset-wrapper > [class*=address-line1] input {
    max-width: 100%;
  }
  .webform-type-address > .fieldset-wrapper > [class*=address-line2] {
    grid-column: 1/span 2;
    order: 6;
  }
  .webform-type-address > .fieldset-wrapper > [class*=address-line2] input {
    max-width: 100%;
  }
  .webform-type-address > .fieldset-wrapper > [class*=administrative-area] {
    grid-column: 1/span 1;
    order: 7;
  }
  .webform-type-address > .fieldset-wrapper > [class*=postal-code] {
    grid-column: 1/span 1;
    order: 8;
  }
  .webform-type-address > .fieldset-wrapper > [class*=locality] {
    grid-column: 2/span 1;
    order: 9;
  }
  .webform-type-address > .fieldset-wrapper > *:empty {
    display: none;
  }
  .webform-type-address > .fieldset-wrapper > .description {
    grid-column: 1/span 2;
    order: 99;
  }
}

.webform-type-webform-address .form-item > input {
  width: 100%;
}
.webform-type-webform-address .webform-address__address input,
.webform-type-webform-address .webform-address__address-2 input {
  max-width: 100%;
}
.webform-type-webform-address .webform-address__address-2 {
  margin-top: -20px;
}
.webform-type-webform-address .webform-address__address-2 .form-item > label {
  display: none;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  border: 1px solid #CCC;
  border-radius: 10px;
  font-family: "Helvetica Neue", Helvetica, sans-serif, Arial;
  padding-top: 21px;
  padding: 21px 10px 10px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header {
  background-color: #FFF;
  border: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
  position: relative;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-prev {
  order: 2;
  position: absolute;
  top: 50%;
  left: auto;
  right: 38px;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  padding: 6px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-prev span {
  position: static;
  background-image: none;
  width: 9px;
  height: 9px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  left: auto;
  top: auto;
  margin: 0;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-next {
  order: 3;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  padding: 6px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-next.ui-state-hover {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-next span {
  position: static;
  background-image: none;
  width: 9px;
  height: 9px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  left: auto;
  margin: 0;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-widget-header .ui-datepicker-title {
  order: 1;
  margin: 0;
  width: 85%;
  text-align: left;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all select {
  border: 0;
  font-weight: 700;
  padding: 0;
  height: auto;
  border-radius: 0px;
  background-image: none !important;
  width: auto;
  color: #000;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tr {
  border-bottom: 0;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody .ui-state-default {
  border: 0;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, sans-serif, Arial;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 0.2em 0;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody td.ui-datepicker-current-day {
  background-color: #F16E00;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody td.ui-datepicker-current-day .ui-state-default {
  color: #FFF;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody td.ui-datepicker-today {
  position: relative;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody td.ui-datepicker-today::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #F16E00;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody td.ui-datepicker-today .ui-state-default {
  color: #F16E00;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody td.ui-datepicker-today.ui-datepicker-current-day .ui-state-default {
  color: #FFF;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody td .ui-state-default {
  border: 1px solid transparent;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody td .ui-state-default:hover {
  border: 1px solid #CCC;
}

.webform-element-more > .webform-element-more--link::before {
  color: var(--obe-border);
}
.webform-element-more .webform-element-more--content {
  border-left: 3px solid var(--obe-border-low);
  padding: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .webform-progress .progress-step:not(.is-active) {
    flex: 0;
  }
  .webform-progress .progress-step:not(.is-active) .progress-marker-title {
    display: none;
  }
}

.obe-modal .webform-submission-form {
  max-width: none;
}
@media (max-width: 767px) {
  .obe-modal .webform-submission-form {
    padding-bottom: 100px;
  }
}
.obe-modal .form-actions {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid var(--obe-border);
}
@media (max-width: 767px) {
  .obe-modal .form-actions {
    position: fixed;
    width: 100vw;
    bottom: 0;
    padding-bottom: 15px;
    background-color: var(--obe-body-background-highlight);
  }
}

.view-articles .views-exposed-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .view-articles .views-exposed-form {
    grid-template-columns: repeat(4, 1fr);
  }
}
.view-articles .views-exposed-form > .obe-form-item {
  margin: 0;
}
.view-articles .views-exposed-form > .form-actions {
  width: 100%;
}

.toolbar-oriented .toolbar-bar {
  z-index: 2000;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: var(--obe-accent-orange);
}

img {
  max-width: 100%;
  height: auto;
}

.coh-column > .obe-card {
  height: 100%;
}

.views-view-responsive-grid__item-inner,
.views-view-responsive-grid__item-inner > article,
.views-view-responsive-grid__item-inner > article > .obe-card {
  height: 100%;
}

.coh-container.obe-flex::before, .coh-container.obe-flex::after {
  content: none;
}

.obe-article-selection swiper-slide > article {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.js-hide {
  display: none !important;
}
/*# sourceMappingURL=global.css.map */
