@import url("https://use.typekit.net/tvg4pki.css");
@import url("https://use.typekit.net/tvg4pki.css");
:root {
  --heading-font-family: Times New Roman, Times, serif;
  --body-font-family: neue-haas-grotesk-display, Garamond, Verdana, Arial, sans-serif;
}

@keyframes arrowLinkHover {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 10px;
  }
}
:root {
  --heading-font-family: Times New Roman, Times, serif;
  --body-font-family: neue-haas-grotesk-display, Garamond, Verdana, Arial, sans-serif;
}

@keyframes arrowLinkHover {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .drupal-form {
    padding: 0 15px;
  }
}
.drupal-form .form-group input[type=text],
.drupal-form .form-group input[type=email],
.drupal-form .form-group input[type=tel],
.drupal-form .form-group input[type=password],
.drupal-form .form-group textarea,
.drupal-form .form-group select,
.drupal-form .form-group .choices-inner,
.drupal-form .form-group .choices__inner {
  border-radius: 0;
}
.drupal-form .form-group .choices__list--single {
  padding: 8px 15px;
  font-size: 18px;
}
.drupal-form .form-group.drupal-form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 575.98px) {
  .drupal-form .form-group.drupal-form-inner {
    grid-template-columns: 1fr;
  }
}
.drupal-form .form-group label.form-required {
  position: relative;
}
.drupal-form .form-group label.form-required:after {
  content: "*";
  color: red;
  position: absolute;
  right: -10px;
  top: -10px;
}
.drupal-form .form-item-checkbox {
  grid-column: 1/span 2;
  text-align: right;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 575.98px) {
  .drupal-form .form-item-checkbox {
    grid-column: 1;
  }
}
.drupal-form .form-item-text-area,
.drupal-form .form-item-scale,
.drupal-form .webform-address--wrapper,
.drupal-form .form-item-signature {
  grid-column: 1/span 2;
}
@media (max-width: 575.98px) {
  .drupal-form .form-item-text-area,
  .drupal-form .form-item-scale,
  .drupal-form .webform-address--wrapper,
  .drupal-form .form-item-signature {
    grid-column: 1;
  }
}
.drupal-form #edit-actions {
  text-align: right;
}
.drupal-form #edit-actions .webform-button--submit {
  display: inline-block;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none;
  line-height: 1;
  min-height: 60px;
  text-transform: none;
  transition: all 0.25s ease-in-out;
  letter-spacing: normal;
  min-width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-size: 18.66px;
  font-family: "neue-haas-grotesk-display", Garamond, Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: linear-gradient(153deg, #007FAD 0%, #007FAD 50%, #221B74 100%);
  background-size: 100% 300%;
  background-position: 0 90%;
  padding: 0 30px;
  width: auto;
}
.drupal-form #edit-actions .webform-button--submit:after {
  content: "";
  -webkit-mask-image: url("/themes/custom/icahn_default/images/arrow-right-icon.svg");
          mask-image: url("/themes/custom/icahn_default/images/arrow-right-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  display: block;
  position: relative;
  margin-left: 10px;
  right: 0;
  transition: all 0.25s ease-in-out;
  width: 18px;
  height: 18px;
}
.is-tabbing .drupal-form #edit-actions .webform-button--submit:focus:after {
  right: -10px;
}
@media (hover: hover) {
  .drupal-form #edit-actions .webform-button--submit:hover:after {
    right: -10px;
  }
}
.is-tabbing .drupal-form #edit-actions .webform-button--submit:focus {
  background-position: 0 0;
}
@media (hover: hover) {
  .drupal-form #edit-actions .webform-button--submit:hover {
    background-position: 0 0;
  }
}
.drupal-form .form-item-date-and-time {
  grid-column: 1/span 2;
}
@media (max-width: 575.98px) {
  .drupal-form .form-item-date-and-time {
    grid-column: 1;
  }
}
.drupal-form .form-item-date-and-time #edit-date-and-time {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 575.98px) {
  .drupal-form .form-item-date-and-time #edit-date-and-time {
    grid-template-columns: 1fr;
  }
}
.drupal-form .webform-address--wrapper {
  padding: 30px 15px;
  background-color: #efefef;
}
.drupal-form .webform-address--wrapper .fieldset-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
@media (max-width: 767.98px) {
  .drupal-form .webform-address--wrapper .fieldset-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .drupal-form .webform-address--wrapper .fieldset-wrapper {
    grid-template-columns: 1fr;
  }
}
.drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address, .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address-2 {
  grid-column: 1/span 4;
}
@media (max-width: 767.98px) {
  .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address, .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address-2 {
    grid-column: 1/span 2;
  }
}
@media (max-width: 575.98px) {
  .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address, .drupal-form .webform-address--wrapper .fieldset-wrapper .form-item-address-address-2 {
    grid-column: 1;
  }
}
.drupal-form .webform-signature-pad:before {
  padding-top: 13%;
}
.drupal-form .webform-signature-pad .form-submit.button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  height: 30px;
  width: 65px;
}

.webform--container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1500px) {
  .webform--container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .webform--container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.webform--container .headline--T2 {
  text-align: center;
  margin-bottom: 20px;
}
.webform--container .copy--body {
  width: 70%;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 767.98px) {
  .webform--container .copy--body {
    width: 100%;
  }
}

.form-group {
  width: 100%;
  display: block;
  position: relative;
}
.form-group label {
  color: #313131;
  font-weight: 400;
  margin-bottom: 5px;
}
.form-group label {
  font-size: 16px;
}
@media (min-width: 525px) {
  .form-group label {
    font-size: calc(16px + 2 * (100vw - 525px) / 1475);
  }
}
@media (min-width: 2000px) {
  .form-group label {
    font-size: 18px;
  }
}
.form-group .form-control {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #000;
  padding: 8px 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
.form-group .form-control::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-in-out linear 0.15s;
  transition: opacity 0.2s ease-in-out linear 0.15s;
  color: #000;
  opacity: 0.5;
}

.form-group .form-control:-moz-placeholder {
  -moz-transition: opacity 0.2s ease-in-out linear 0.15s;
  transition: opacity 0.2s ease-in-out linear 0.15s;
  color: #000;
  opacity: 0.5;
}

.form-group .form-control::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-in-out linear 0.15s;
  transition: opacity 0.2s ease-in-out linear 0.15s;
  color: #000;
  opacity: 0.5;
}

.form-group .form-control:-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-in-out linear 0.15s;
  transition: opacity 0.2s ease-in-out linear 0.15s;
  color: #000;
  opacity: 0.5;
}

.form-group .form-control:focus {
  border-color: #b3b3b3;
}
.form-group .form-control:disabled {
  background-color: rgba(142, 149, 149, 0.25);
  cursor: not-allowed;
  border: none;
}
.form-group .password-toggle .toggle-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none;
  line-height: 1;
  min-height: 60px;
  text-transform: none;
  transition: all 0.25s ease-in-out;
  letter-spacing: normal;
  min-width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-size: 18.66px;
  font-family: "neue-haas-grotesk-display", Garamond, Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.form-group .password-toggle .toggle-icon:after {
  content: "";
  -webkit-mask-image: url("/themes/custom/icahn_default/images/arrow-right-icon.svg");
          mask-image: url("/themes/custom/icahn_default/images/arrow-right-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  display: block;
  position: relative;
  margin-left: 10px;
  right: 0;
  transition: all 0.25s ease-in-out;
  width: 18px;
  height: 18px;
}
.is-tabbing .form-group .password-toggle .toggle-icon:focus:after {
  right: -10px;
}
@media (hover: hover) {
  .form-group .password-toggle .toggle-icon:hover:after {
    right: -10px;
  }
}
.form-group .password-toggle .toggle-icon:before {
  content: "\f143";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-group .password-toggle.show .toggle-icon:before {
  content: "\f142";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-group textarea.form-control {
  min-height: 90px;
}
.form-group .select-container {
  position: relative;
  box-shadow: 0 0 5px #979797;
}
.form-group .select-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group .select-container select::-ms-expand {
  display: none;
}
.form-group .select-container select:disabled {
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
}
.form-group .select-container .form-control {
  padding-right: 45px;
}
.form-group .select-container:after {
  content: "\f113";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=password],
.form-group textarea,
.form-group select {
  background-color: #F1F2F4;
  border: none;
  border-radius: 0;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=password],
.form-group textarea,
.form-group select {
  font-size: 16px;
}
@media (min-width: 525px) {
  .form-group input[type=text],
  .form-group input[type=email],
  .form-group input[type=tel],
  .form-group input[type=password],
  .form-group textarea,
  .form-group select {
    font-size: calc(16px + 2 * (100vw - 525px) / 1475);
  }
}
@media (min-width: 2000px) {
  .form-group input[type=text],
  .form-group input[type=email],
  .form-group input[type=tel],
  .form-group input[type=password],
  .form-group textarea,
  .form-group select {
    font-size: 18px;
  }
}
.form-group.error input[type=text],
.form-group.error input[type=email],
.form-group.error input[type=tel],
.form-group.error input[type=password],
.form-group.error textarea,
.form-group.error select, .form-group.is-invalid input[type=text],
.form-group.is-invalid input[type=email],
.form-group.is-invalid input[type=tel],
.form-group.is-invalid input[type=password],
.form-group.is-invalid textarea,
.form-group.is-invalid select {
  border-color: #df1f1f;
}
.form-group.error input[type=text]:focus,
.form-group.error input[type=email]:focus,
.form-group.error input[type=tel]:focus,
.form-group.error input[type=password]:focus,
.form-group.error textarea:focus,
.form-group.error select:focus, .form-group.is-invalid input[type=text]:focus,
.form-group.is-invalid input[type=email]:focus,
.form-group.is-invalid input[type=tel]:focus,
.form-group.is-invalid input[type=password]:focus,
.form-group.is-invalid textarea:focus,
.form-group.is-invalid select:focus {
  border-color: #df1f1f;
}
.form-group.error label, .form-group.is-invalid label {
  color: #df1f1f;
}
.form-group.error .invalid-feedback, .form-group.is-invalid .invalid-feedback {
  display: block;
}
.form-group.error .choices-inner, .form-group.is-invalid .choices-inner {
  border-color: #df1f1f;
}
.form-group.error .choices-dropdown input[type=text], .form-group.is-invalid .choices-dropdown input[type=text] {
  border-color: inherit;
}
.form-group .help-text {
  color: #333333;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.form-group .invalid-feedback {
  color: #df1f1f;
  font-size: 12px;
  margin-top: 2px;
}
.form-group.webform-address--wrapper .fieldset-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-check input[type=radio],
.form-check input[type=checkbox] {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check input[type=radio]::-ms-check,
.form-check input[type=checkbox]::-ms-check {
  display: none;
}
.form-check input[type=radio] + label,
.form-check input[type=checkbox] + label {
  position: relative;
  color: #000;
  display: inline-block;
  padding-left: 20px;
}
.form-check input[type=radio] + label:before, .form-check input[type=radio]:checked + label:after,
.form-check input[type=checkbox] + label:before,
.form-check input[type=checkbox]:checked + label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.form-check input[type=radio] + label:before, .form-check input[type=radio]:checked + label:after,
.form-check input[type=checkbox] + label:before,
.form-check input[type=checkbox]:checked + label:after {
  font-size: 18px;
}
.form-check input[type=radio]:focus,
.form-check input[type=checkbox]:focus {
  box-shadow: none;
}
.is-tabbing .form-check input[type=radio]:focus + label:before, .is-tabbing .form-check input[type=radio]:checked:focus + label:before,
.is-tabbing .form-check input[type=checkbox]:focus + label:before,
.is-tabbing .form-check input[type=checkbox]:checked:focus + label:before {
  box-shadow: 0 0 0 0.2rem #0091C8;
  outline: 0 !important;
  transition: box-shadow 0.25s ease-in-out linear 0.15s;
}
.form-check input[type=radio][type=checkbox]:not(:checked) + label:before,
.form-check input[type=checkbox][type=checkbox]:not(:checked) + label:before {
  content: "\f111";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-check input[type=radio][type=checkbox]:checked + label:after,
.form-check input[type=checkbox][type=checkbox]:checked + label:after {
  color: #0091C8;
  content: "\f110";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-check input[type=radio][type=radio]:not(:checked) + label:before,
.form-check input[type=checkbox][type=radio]:not(:checked) + label:before {
  content: "\f12a";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-check input[type=radio][type=radio]:checked + label:after,
.form-check input[type=checkbox][type=radio]:checked + label:after {
  color: #0091C8;
  content: "\f129";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-check input[type=radio]:disabled,
.form-check input[type=checkbox]:disabled {
  cursor: default;
}
.form-check input[type=radio]:disabled + label,
.form-check input[type=checkbox]:disabled + label {
  opacity: 0.5;
}
.form-check.error input[type=radio],
.form-check.error input[type=checkbox] {
  border-color: #df1f1f;
}
.form-check.error input[type=radio]:checked + label:after,
.form-check.error input[type=checkbox]:checked + label:after {
  color: #df1f1f;
}
.form-check.error label {
  color: #df1f1f;
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group .form-control {
  border: none;
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
}
.input-group .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-text {
  /* empty */
}
.input-group-prepend, .input-group-append {
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.input-group-prepend {
  border-right: 0;
}
.input-group-append {
  border-left: 0;
}

[data-toggle=buttons] {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
[data-toggle=buttons] > label {
  margin: 0;
  position: relative;
  font-weight: 400;
}
[data-toggle=buttons] > label input[type=radio],
[data-toggle=buttons] > label input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-toggle=buttons] > label:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
[data-toggle=buttons] > label:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.option {
  color: #000;
  font-weight: 400;
}
.option::before {
  color: #0091C8;
}

form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
form .button-action,
form .webform-button--submit.form-control {
  width: auto;
  color: #fff !important;
  background-image: linear-gradient(135deg, #0091C8, #221B74) !important;
  padding: 12px 15px;
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.form-element:hover, .form-element:focus, .form-element:hover .form-element:focus {
  box-shadow: 0 0 0 2px #0091C8;
}
.form-type-select select {
  position: relative;
  border: none;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}
.form .js-webform-image-file {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

[id^=ajax-wrapper] {
  width: 75%;
}
[id^=ajax-wrapper] .js-webform-image-file {
  width: 100%;
}
[id^=ajax-wrapper] .js-webform-image-file.form-managed-file.no-upload {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
  padding: 3px;
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
[id^=ajax-wrapper] .js-webform-image-file.form-managed-file.no-upload .form-managed-file__main {
  width: 100%;
  justify-content: space-between;
}
[id^=ajax-wrapper] .js-webform-image-file.form-managed-file.no-upload .form-managed-file__main .file--image {
  width: 50%;
}
[id^=ajax-wrapper] .js-webform-image-file.form-managed-file.no-upload .form-managed-file__main input[id*=remove] {
  flex: 0;
}

.select2-container .selection .select2-selection {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}
.select2-container .selection .select2-selection__rendered {
  color: #0091C8;
  font-weight: 700;
  border: none;
  padding: 8px 15px;
}
.select2-container .selection .select2-selection--single {
  height: 100%;
  border-radius: 0;
}
.select2-container .selection .select2-selection__arrow {
  height: 100%;
}
.select2-container--open, .select2-container--below {
  border-radius: 0;
}
.select2-container .select2-dropdown {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.25);
}
.select2-results__option {
  font-size: 16px;
}
@media (min-width: 525px) {
  .select2-results__option {
    font-size: calc(16px + 2 * (100vw - 525px) / 1475);
  }
}
@media (min-width: 2000px) {
  .select2-results__option {
    font-size: 18px;
  }
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #0091C8 !important;
}