@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;
  }
}
.profile {
  padding-top: 40px;
}
.profile__container {
  width: 100%;
  max-width: 1275px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .profile__container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .profile__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.profile__hero {
  margin-top: 40px;
}
.profile__hero nav.breadcrumb {
  width: 100%;
  max-width: 1275px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .profile__hero nav.breadcrumb {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .profile__hero nav.breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.profile__hero nav.breadcrumb ol li {
  border-color: #0091C8;
}
.profile__hero nav.breadcrumb ol li a {
  color: #0091C8;
}
.profile__hero h1 {
  color: #221B74;
  font-family: var(--heading-font-family);
  font-weight: 400;
  letter-spacing: -0.2px;
  margin-top: 40px;
}
.profile__hero h1 {
  font-size: 44px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  .profile__hero h1 {
    font-size: calc(44px + 18 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .profile__hero h1 {
    font-size: calc(62px + (100vw - 1440px) * 62 / 1440);
  }
}
@media (min-width: 1440px) {
  .profile__hero h1 {
    font-size: calc(62px + (1440px - 1440px) * 62 / 1440);
  }
}
.profile__hero h1 {
  line-height: 44px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  .profile__hero h1 {
    line-height: calc(44px + 28 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .profile__hero h1 {
    line-height: calc(72px + (100vw - 1440px) * 72 / 1440);
  }
}
@media (min-width: 1440px) {
  .profile__hero h1 {
    line-height: calc(72px + (1440px - 1440px) * 72 / 1440);
  }
}
.profile__hero figure {
  height: 100%;
  position: relative;
  width: 100%;
}
.profile__hero figure iframe,
.profile__hero figure video,
.profile__hero figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.profile__hero figure {
  width: 175px;
  height: 228px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .profile__hero figure {
    margin-right: 60px;
  }
}
.profile__hero__details {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .profile__hero__details {
    grid-template-columns: auto 1fr;
  }
}
.profile__hero__details__contact {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.profile__hero__details__contact i {
  color: #0091C8;
}
.profile__hero__details__contact a {
  color: #0091C8;
  font-family: "neue-haas-grotesk-display", Garamond, Verdana, Arial, sans-serif;
  font-size: 18.66px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: none;
  margin-left: 15px;
}
.profile__hero__details__content {
  word-break: break-word;
}
.profile .layout--right-rail {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1275px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .profile .layout--right-rail {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .profile .layout--right-rail {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.profile .layout--right-rail .block + .block {
  margin-top: 10px;
}
.profile .manual-feed {
  background-image: url("/themes/custom/icahn_default/images/pattern-background-grey.jpg");
}

@media (min-width: 768px) {
  .accordion__item--profile-details {
    box-shadow: none;
  }
  .accordion__item--profile-details:not(:last-of-type) {
    border-bottom: 1px solid #979797;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .accordion__item--profile-details .accordion__button {
    background: none;
    border: none;
    padding: 0;
    color: #221B74;
    pointer-events: none;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 24px;
  }
  .accordion__item--profile-details .accordion__button:before, .accordion__item--profile-details .accordion__button:after {
    display: none;
  }
  .accordion__item--profile-details .accordion__content {
    display: block;
    padding: 0;
  }
  .accordion__item--profile-details .accordion__content:before {
    display: none;
  }
}