@charset "UTF-8";

.layout-wide.hero {
  background-color: var(--color-tan-white);
  position: relative;
}

@media (min-width: 62em) {
  .layout-wide.hero {
    margin-right: 200px;
  }
}

.layout-wide.hero .hero__content--wrapper {
  position: relative;
}

.layout-wide.hero .hero__content--wrapper.l--offset {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 48em) {
  .layout-wide.hero .hero__content--wrapper.l--offset {
    padding-left: calc(2/27*100%);
    padding-right: calc(2/27*100%);
  }
}

@media (min-width: 62em) {
  .layout-wide.hero .hero__content--wrapper.l--offset {
    padding-left: calc(2/27*100%);
    padding-right: calc(2/27*100%);
  }
}

@media (min-width: 75em) {
  .layout-wide.hero .hero__content--wrapper.l--offset {
    padding-left: inherit;
    padding-right: inherit;
  }
}

.layout-wide.hero .hero__content--wrapper .hero__title {
  padding-top: 45px;
  padding-bottom: 25px;
  font-weight: 500;
}

@media (min-width: 62em) {
  .layout-wide.hero .hero__content--wrapper .hero__title {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

.layout-wide.hero .hero__content--wrapper .hero__body {
  padding-bottom: 45px;
}

@media (min-width: 62em) {
  .layout-wide.hero .hero__content--wrapper .hero__body {
    padding-bottom: 90px;
  }
}

.layout-wide.hero .hero__content--wrapper .hero__body p,
.layout-wide.hero .hero__content--wrapper .hero__body .field--name-field-intro {
  font-family: var(--font-family-serif);
  color: var(--color-dark-gray);
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 160%;
}

@media (min-width: 48em) {
  .layout-wide.hero .hero__content--wrapper .hero__body p,
.layout-wide.hero .hero__content--wrapper .hero__body .field--name-field-intro {
    font-size: 1.125rem;
  }
}

@media (min-width: 62em) {
  .layout-wide.hero .hero__content--wrapper .hero__body p,
.layout-wide.hero .hero__content--wrapper .hero__body .field--name-field-intro {
    font-size: 1.5rem;
  }
}

@media (min-width: 62em) {
  [dir="rtl"] .layout-wide.hero.slider__hero {
    margin-left: 200px;
    margin-right: 0;
  }
}

.align-hero-with-image .contextual-region {
  position: relative;
}

.align-hero-with-image .hero__image--container {
  position: relative;
}

@media (min-width: 25em) {
  .align-hero-with-image .hero__image--container {
    padding-left: 0;
    padding-right: 0;
  }
}

.align-hero-with-image .publication-hero .field--name-field-thumbnail {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.align-hero-with-image .publication-hero .field--name-field-thumbnail img {
  width: auto !important;
}

.align-hero-with-image .hero__image--wrapper .field--name-field-image,
.align-hero-with-image .hero__image--wrapper .field--name-field-featured-image,
.align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail {
  position: relative;
}

@media (min-width: 62em) {
  .align-hero-with-image .hero__image--wrapper .field--name-field-image,
.align-hero-with-image .hero__image--wrapper .field--name-field-featured-image,
.align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding-bottom: 90px;
    padding-left: 35px;
    margin-right: -15vw;
  }
}

@media (min-width: 75em) {
  .align-hero-with-image .hero__image--wrapper .field--name-field-image,
.align-hero-with-image .hero__image--wrapper .field--name-field-featured-image,
.align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail {
    border-left: 2px solid var(--color-ictj-red);
  }
}

.align-hero-with-image .hero__image--wrapper .field--name-field-image img,
.align-hero-with-image .hero__image--wrapper .field--name-field-featured-image img,
.align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail img {
  width: 100%;
  height: auto;
}

.align-hero-with-image .hero__image--wrapper .field--name-field-image .image-caption,
.align-hero-with-image .hero__image--wrapper .field--name-field-featured-image .image-caption,
.align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail .image-caption {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 10px;
  padding: 5px;
  right: 0;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 160%;
}

@media (min-width: 62em) {
  .align-hero-with-image .hero__image--wrapper .field--name-field-image .image-caption,
.align-hero-with-image .hero__image--wrapper .field--name-field-featured-image .image-caption,
.align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail .image-caption {
    bottom: 90px;
  }
}

[dir="rtl"] .align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail {
  position: relative;
}

@media (min-width: 62em) {
  [dir="rtl"] .align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 35px;
    margin-left: -15vw;
    margin-right: 0;
  }
}

@media (min-width: 75em) {
  [dir="rtl"] .align-hero-with-image .hero__image--wrapper .field--name-field-thumbnail {
    border-left: none;
    border-right: 2px solid var(--color-ictj-red);
  }
}

.align-hero-with-image .hero__image--wrapper .field--name-field-media-credit {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 62em) {
  .align-hero-with-image .hero__image--wrapper .field--name-field-media-credit {
    right: -15vw;
    bottom: 90px;
  }
}

.main-body {
  padding-top: 90px;
}

.main-body .l--offset {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  max-width: 964px;
}

@bp (small) {
  .main-body .l--offset {
    padding-left: calc(2/27*100%);
    padding-right: calc(2/27*100%);
  }
}

.main-body.news-body {
  padding-top: 46px;
}

@media (min-width: 75em) {
  .main-body.news-body {
    padding-top: 90px;
  }
}

.main-body.news-body .field--name-field-news-photo-caption {
  padding-top: 15px;
  border-top: 1px solid var(--color-tan);
}

.main-body.news-body .field--name-field-news-photo-caption p {
  font-family: var(--font-family-sans);
  font-style: italic;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 160%;
  color: #464A4D;
  padding-top: 16px;
}

.field--name-body h2, .field--name-body h3 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 37.5em) {
  .field--name-body h2, .field--name-body h3 {
    padding: 0 60px;
  }
}

.field--name-body blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: var(--color-tan-white);
  padding: 30px;
  font-style: italic;
  font-weight: 400;
  text-indent: 0;
  color: var(--color-ictj-blue);
}

@media (min-width: 37.5em) {
  .field--name-body blockquote {
    padding: 60px;
  }
}

@media (min-width: 48em) {
  .field--name-body blockquote {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.7;
  }
}

.field--name-body p {
  padding: 0 15px;
}

@media (min-width: 37.5em) {
  .field--name-body p {
    padding: 0 60px;
  }
}

.field--name-body p img.align-right {
  padding: 40px 0;
}

@media (min-width: 37.5em) {
  .field--name-body p img.align-right {
    padding: 100px 0 40px 40px;
  }
}

.field--name-body p img.align-left {
  padding: 40px 0;
}

@media (min-width: 37.5em) {
  .field--name-body p img.align-left {
    padding: 28px 40px 40px 0;
  }
}

.field--name-body ul {
  padding-left: 15px !important;
  padding-right: 15px;
}

@media (min-width: 37.5em) {
  .field--name-body ul {
    padding-left: 60px !important;
    padding-right: 60px;
  }
}

.field--name-body ul > li > p {
  padding: 0;
}

.field--name-body a {
  color: var(--color-text-link);
  text-decoration: underline;
}

.field--name-body a:hover {
  text-decoration: none;
}

.field--name-body .quote__person {
  padding-top: 24px;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 160%;
}

.c-link-list.l--offset {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 37.5em) {
  .c-link-list.l--offset {
    padding: 0 60px;
  }
}

.c-link-list.l--offset .c-link-list__heading {
  margin-bottom: 1em;
}

.c-link-list.l--offset .c-link-list__content .field__item {
  list-style-type: none;
}

.c-link-list.l--offset .c-link-list__content a {
  font-family: var(--font-family-serif);
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 170%;
  text-decoration: underline;
  color: var(--color-lite-blue);
}

.c-link-list.l--offset .c-link-list__content a:hover {
  color: var(--color-dark-blue);
  text-decoration: none;
}

.c-link-list.l--offset .c-link-list__content a:before {
  font-size: 1.375rem;
  line-height: 22px;
  content: "";
  background-image: url(../../../images/icons/angle-right.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  width: 9px;
  height: 22px;
  left: 152px;
  top: 11px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  flex-grow: 0;
  margin: 0px 14px 0 0;
}

.c-experts-wrapper.l--offset {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 37.5em) {
  .c-experts-wrapper.l--offset {
    padding: 0 60px;
  }
}

.c-experts-wrapper.l--offset .field__label {
  padding-top: 60px;
  padding-bottom: 32px;
}

.c-experts-wrapper.l--offset .staff-contact-wrapper .field--staff-gridcount-1 {
  display: block;
}

@media (min-width: 62em) {
  .c-experts-wrapper.l--offset .staff-contact-wrapper .field--staff-gridcount-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.c-experts-wrapper.l--offset .staff-contact-wrapper .field--staff-gridcount-2 {
  display: block;
}

@media (min-width: 62em) {
  .c-experts-wrapper.l--offset .staff-contact-wrapper .field--staff-gridcount-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 62em) {
  .c-experts-wrapper .staff-contact-wrapper .field__items .field__item:first-of-type {
    padding-right: 35px;
  }
}

.c-experts-wrapper .staff-contact-content {
  display: -webkit-box;
  display: flex;
  background-color: var(--color-tan-white);
  border-left: 2px solid var(--color-ictj-red);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 50px;
  margin-bottom: 40px;
  height: 100%;
}

@media (min-width: 62em) {
  .c-experts-wrapper .staff-contact-content {
    margin-bottom: 0;
  }
}

.c-experts-wrapper .staff-contact-content .staff__left-wrapper .staff__image {
  margin-left: -50px;
  padding-right: 24px;
}

.c-experts-wrapper .staff-contact-content .staff__left-wrapper .staff__image img {
  max-width: 100px;
  max-height: 100px;
}

.c-experts-wrapper .staff-contact-content .staff__right-wrapper {
  padding-right: 20px;
}

.c-experts-wrapper .staff-contact-content .staff__right-wrapper .staff__title {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: black;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 6px 0;
}

.c-experts-wrapper .staff-contact-content .staff__right-wrapper .staff__region {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: black;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.publication--content-container {
  margin: auto;
  overflow: hidden;
  padding: 0 15px;
}

@media (min-width: 37.5em) {
  .publication--content-container {
    padding: 0;
  }
}

.publication--content-container p {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 37.5em) {
  .publication--content-container p {
    padding: 0 60px;
  }
}

.publication--content-container p:first-child {
  margin-top: 0;
}

.publication--content-container.component.layout {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 37.5em) {
  .publication--content-container.component.layout {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 48em) {
  .publication--content-container.component.layout {
    padding-left: calc(2/27*100%);
    padding-right: calc(2/27*100%);
  }
}

@media (min-width: 62em) {
  .publication--content-container.component.layout {
    padding-left: calc(2/27*100%);
    padding-right: calc(2/27*100%);
  }
}

@media (min-width: 75em) {
  .publication--content-container.component.layout {
    padding-left: inherit;
    padding-right: inherit;
  }
}

.publication--content-container.component.layout .publication-content.component.l--offset {
  padding-left: 0;
  padding-right: 0;
}

.publication--content-container.component.layout .publication-info.component {
  padding-bottom: 60px;
}

@media (min-width: 75em) {
  .publication--content-container.component.layout .publication-info.component {
    padding-bottom: 0;
  }
}

.publication--content-container.component.layout .publication-info.component .field--name-field-author-non-profile-text {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--color-ictj-blue);
  width: 75%;
}

.publication--content-container.l--offset {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 62em) {
  .publication--content-container.l--offset {
    padding: 0 60px;
  }
}

@media (min-width: 75em) {
  .publication--content-container.l--offset {
    padding: inherit;
  }
}

.push {
  float: none;
  height: unset !important;
}

@media (min-width: 75em) {
  .push {
    float: left;
    width: 0;
    margin: 1em 0 0 0;
  }
}

@media (min-width: 48em) {
  .publication-info.video-media {
    display: block;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.publication-info {
  float: right;
  width: 400px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  min-height: 150px;
}

@media (min-width: 37.5em) {
  .publication-info {
    padding-left: 16px;
    margin-left: 120px;
    margin-right: -50px;
  }
}

@media (min-width: 48em) {
  .publication-info {
    display: block;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .publication-info .sidebar-bottom {
    margin-right: 30%;
  }
}

@media (min-width: 75em) {
  .publication-info {
    padding-left: 32px;
    border-left: 2px solid var(--color-lite-tan);
    display: block;
  }
}

.publication-info .sidebar-top {
  padding-bottom: 20px;
}

@media (min-width: 75em) {
  .publication-info.video-media {
    margin-right: -100px;
  }
}

.publication-info .date-wrapper {
  display: -webkit-box;
  display: flex;
}

.publication-info .date-wrapper.news-date-flex {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.publication-info .date-wrapper .date-label {
  text-transform: none;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: black;
}

.publication-info .date-wrapper .date-sidebar {
  text-transform: none;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: black;
  padding-left: 4px;
}

.publication-info .date-wrapper .news-date {
  text-transform: none;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: black;
  padding-left: 10px;
}

[dir="rtl"] .publication-info .date-wrapper {
  -webkit-box-pack: end;
          justify-content: end;
}

[dir="rtl"] .publication-info .date-wrapper .date-label {
  padding-left: 10px;
}

.publication-info .files-label {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: black;
}

[dir="rtl"] .publication-info .files-label {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: black;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: left;
          justify-content: left;
}

[dir="rtl"] .publication-info .files-label svg {
  margin-left: 10px;
}

.publication-info .field--name-field-date-published,
.publication-info .field--name-created {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: black;
  padding-left: 5px;
}

.publication-info .field--name-field-publication-author {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--color-ictj-blue);
  width: 75%;
}

[dir="rtl"] .publication-info .field--name-field-publication-author {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--color-ictj-blue);
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: left;
          justify-content: left;
}

.publication-info .field--name-field-pdf {
  width: 75%;
}

.publication-info .field--name-field-pdf a {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--color-ictj-blue);
}

[dir="rtl"] .publication-info .field--name-field-pdf {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: left;
          justify-content: left;
}

[dir="rtl"] .publication-info .field--name-field-pdf a {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--color-ictj-blue);
}

.publication-info .field--name-field-document-download {
  padding-left: 0;
}

.publication-info .field--name-field-document-download .field__item {
  list-style-type: none;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--color-ictj-blue);
  padding-bottom: 20px;
}

[dir="rtl"] .publication-info .field--name-field-document-download .field__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.publication-info.news-content {
  display: block;
  min-height: unset;
  padding-bottom: 17px;
}

@media (min-width: 75em) {
  .publication-info.news-content {
    margin-right: -80px;
  }
}

@media screen and (max-width: 1200px) {
  .publication-info {
    clear: left;
    width: 100%;
  }
}

.categories--wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 37.5em) {
  .categories--wrapper {
    padding: 40px 60px 0 60px;
  }
}

@media (min-width: 62em) {
  .categories--wrapper {
    padding: 40px 60px 0 60px;
  }
}

@media (min-width: 75em) {
  .categories--wrapper {
    padding: 40px 60px 0 60px;
  }
}

.categories--wrapper.l--offset {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 37.5em) {
  .categories--wrapper.l--offset {
    padding: 0 60px;
  }
}

@media (min-width: 48em) {
  .categories--wrapper.l--offset {
    padding: 0;
  }
}

.article-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.article-link .cta__link a {
  background: var(--color-lite-tan);
  color: black;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 20px;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-link .cta__link a:after {
  background-image: url(../../../images/icons/angle-right.svg);
  font-size: 1.375rem;
  line-height: 22px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 22px;
  left: 152px;
  top: 11px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  flex-grow: 0;
  margin: 0px 10px;
}

.article-link .cta__link a:active {
  text-decoration: none;
  border: 4px solid rgba(36, 121, 194, 0.5);
}

.article-link .cta__link a:hover {
  background: var(--color-tan);
  text-decoration: none;
}

.career-dateline {
  display: -webkit-box;
  display: flex;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-size: 0.875rem;
  line-height: 160%;
  padding: 0rem 15px;
}

@media (min-width: 37.5em) {
  .career-dateline {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 37.5em) and (min-width: 48em) {
  .career-dateline {
    padding-left: calc(2/27*100%);
    padding-right: calc(2/27*100%);
  }
}

@media (min-width: 37.5em) and (min-width: 62em) {
  .career-dateline {
    padding-left: calc(2/27*100%);
    padding-right: calc(2/27*100%);
  }
}

@media (min-width: 37.5em) and (min-width: 75em) {
  .career-dateline {
    padding-left: inherit;
    padding-right: inherit;
  }
}

.career-location {
  font-weight: 600;
  padding-right: 5px;
}

.career-posted {
  padding-left: 5px;
}

.c-event a.c-event__title_link {
  text-decoration: none;
}

.c-event a.c-event__title_link:before {
  display: none;
}

.c-event a.c-event__title_link:hover {
  color: var(--color-dark-blue);
  text-decoration: underline;
}

.c-event .c-event__title {
  margin-top: 10px;
}

.c-event .field--name-field-teaser-text {
  padding-top: 32px;
}

.c-event a {
  font-family: var(--font-family-serif);
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 170%;
  text-decoration: underline;
  color: var(--color-lite-blue);
}

.c-event a:hover {
  color: var(--color-dark-blue);
  text-decoration: none;
}

.c-event a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.375rem;
  line-height: 22px;
  content: "";
  position: static;
  width: 9px;
  height: 22px;
  left: 152px;
  top: 11px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  flex-grow: 0;
  margin: 0px 10px 0 0;
  color: var(--color-ictj-red);
  display: inline-block;
  text-decoration: none;
}

.event-dateline {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.event-dateline .c-event-dateline__icon {
  padding-right: 16px;
}

.event-dateline .c-event-dateline__date {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--color-dark-gray);
  padding-right: 16px;
}

.event-dateline .c-event-dateline__dot {
  padding-right: 16px;
  display: -webkit-box;
  display: flex;
  align-self: center;
}

.event-dateline .c-event-dateline__time {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--color-dark-gray);
}

@media (min-width: 37.5em) and (min-width: 75em) {
  .event-dateline {
    padding-left: inherit;
    padding-right: inherit;
  }
}

.field--name-field-exclude-from-search {
  display: none;
}