.pds-form .pds-form-wrapper .pds-form-field { margin-bottom: 0 }
.form-item { margin-bottom: 24px }
.webform-flex--container .webform-flex--container { margin-left: 0; margin-right: 0 }
fieldset.webform-composite-hidden-title { margin-top: 0; margin-bottom: 0 }
.fieldset__legend--invisible { margin: 0 !important}
@media screen and (min-width: 768px) { .form-item-state { margin-right: 0.5em } }

.custom-input-control {	
	font-weight: 400;
    font-size: var(--pds-base-type-font-size-16);
    line-height: var(--pds-base-type-line-height-28);
    font-family: var(--pds-base-type-font-family-100);
    letter-spacing: var(--pds-base-type-letter-spacing-default);
    text-transform: none;
    display: flex;
    width: 100%;
    height: calc(var(--pds-base-unit)* 6);
    padding-left: calc(var(--pds-base-unit)* 2);
    padding-right: calc(var(--pds-base-unit)* 2);
    border-radius: calc(var(--pds-base-unit)* .5);
    background-color: var(--pds-semantic-background-default);
    border: 1px solid var(--pds-semantic-border-strong);
    box-shadow: none;
    color: var(--pds-semantic-text-default);
}

.custom-input-control:active,
.select2-container .select2-selection--single:active, 
.custom-input-control:focus,
.select2-container .select2-selection--single:focus {
    outline: none;
    background-color: var(--pds-semantic-background-subtle);
    border-color: var(--pds-semantic-border-interactive-xstrong);
    box-shadow: 0 0 calc(var(--pds-base-unit)* 1) var(--pds-semantic-border-interactive-xstrong);
}	
	
.custom-input-control:hover {
    background-color: var(--pds-semantic-background-subtle);
    border-color: var(--pds-semantic-border-interactive-strong);
}

.select2-selection--single:hover {
    background-color: var(--pds-semantic-background-subtle);
    border: 1px solid #004887 !important;
}

.custom-border-light,
.custom-input-control {
  border: 1px solid #E8E8E8;
}

#edit-email-confirm-flexbox {
  flex-direction: column;
  margin-bottom: 0;
}

.select2-container {
	display: block;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #E8E8E8;
}

.select2-container .select2-selection--single {
	height: calc(var(--pds-base-unit)* 6);
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.js-form-item.form-item.js-form-type-email.form-type--email.js-form-item-email-confirm-mail-1.form-item--email-confirm-mail-1 {
    margin-top: -20px;
}

@media (min-width: 768px) {
  .custom-input-control.form-textarea {
    height: 270px;
  }
  .webform-flex--container {
    margin: 0 0.75em;
  }
}

form:not(.pds-form,.pds-form-wrapper) .form-item__label {
  color: var(--text-default, #333);
  font-feature-settings: 'ss04' on, 'ss05' on, 'ss03' on, 'ss02' on, 'ss01' on;
  font-family: "FS Elliot Pro" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .js-form-item.form-item.js-form-type-email.form-type--email.js-form-item-email-confirm-mail-1.form-item--email-confirm-mail-1 {
    margin-top: unset;
  }
  form:not(.pds-form,.pds-form-wrapper) .form-item {
    margin-top: 0 !important;
  }
  textarea#edit-comments-or-question {
    height: 232px;
    padding: 10px 16px;
  }
}

@media (min-width: 768px) {
  .webform-flexbox .webform-flexbox {
      flex-direction: column;
  }
}

.webform-email-confirm--wrapper, .webform-flexbox.js-webform-flexbox {
    margin-bottom: 0 !important;
}