@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media (max-width: 992px) {
  .header-component {
    border: none;
    height: 60px;
    background: rgba(51,51,51,.5);
    border: 0;
    position: fixed;
    z-index: 10;
  }
  .header-container .header-component {
    background: rgba(51,51,51,.7);
  }
  .header--nav-logo {
    height: 60px;
    line-height: 60px;
    margin-left: -14px;
  }
  .header-container .header-component .header--nav-logo {
    color: #fff;
  }
  .header-container .header-component .header--nav-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 60px;
    left: 0;
    min-width: 100%;
    z-index: 1;
    background: #000;
    max-height: calc(100% - 60px);
    overflow: hidden;
    color: #fff;
    height: 0;
  }
  .header-component.opened {
    background: #333
  }

  .header-component.opened .header--nav-items {
    height: calc(100% - 60px)
  }
  .header-container .header-component .header--nav-link {
    font-size: 15px;
    height: 49px;
    line-height: 49px;
    margin-left: 30px;
    color: #fff;
    display: inline-block;
  }

  .header-container .header-component .header--nav-link:first-child {
    margin-top: 10px
  }
  .header-container .header-component .header--nav-link:after {
    background: hsla(0, 0%, 100%, .1);
    opacity: 1
  }
  .header-container .call-dropdown:before {
    border-bottom: 5px solid #fff;
  }
  .header-dark .header--dropdown-wrap:hover .header--nav-link:before {
    border-bottom: 4px solid transparent;
    border-top: 4px solid #fff;
  }
  .header-res-container .header--dropdown-wrap:hover .header--nav-link:before {
    border-bottom: 4px solid transparent;
    border-top: 4px solid #fff;
  }
  .header--dropdown-wrap {
    width: 100%;
  }
  .header-dark .header--dropdown {
    position: relative;
    transform: translate(0,0);
    left: 0;
    top: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.15);
  }
  .header-res-container .header--dropdown {
    position: relative;
    transform: translate(0,0);
    left: 0;
    top: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.15);
  }
  .header--dropdown:before {
    display: none;
  }
  .header--dropdown-link {
    padding: 20px 32px;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .header--nav-toggle {
    display: none
  }
}

/*@media (max-width: 767px) {*/
/*  .header--nav-logo {*/
/*    height: 60px;*/
/*    line-height: 60px;*/
/*    margin-left: -14px*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .header.dark {*/
/*    background: rgba(51, 51, 51, .7);*/
/*    border: none*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .header.dark .header--nav-logo {*/
/*    color: #fff*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .header.dark .header--nav-link {*/
/*    color: #fff*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .header.dark .header--nav-link:after {*/
/*    background: hsla(0, 0%, 100%, .1);*/
/*    opacity: 1*/
/*  }*/
/*}*/

/* ---------------- home hero ---------------*/
@media (max-width: 767px) {
  .home--hero {
    height: 100vh;
    min-height: 100vh
  }
}
@media (max-width: 767px) {
  .home--hero-copy {
    bottom: 45px;
    left: 30px;
    max-width: calc(100% - 30px);
    width: calc(100% - 30px)
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .home--hero-copy {
    bottom: 60px;
    left: 45px;
    max-width: calc(100% - 45px);
    width: calc(100% - 45px)
  }
}
@media (min-width: 562px) and (max-width: 767px) {
  .home--hero-copy h1 {
    font-size: 34px
  }
}

@media (min-width: 562px) and (max-width: 767px) {
  .home--hero-copy p {
    font-size: 24px
  }
}


/* ---------------- home research -----------*/
@media (min-width: 768px) {
  .home--research .row {
    flex-wrap: nowrap
  }
}

@media (max-width: 767px) {
  .home--research .left {
    border-radius: 9px 9px 0 0
  }
}

@media (min-width: 768px) {
  .home--research .left {
    flex: 0 1 33.3333333% !important
  }
}

@media (min-width: 562px) and (max-width: 767px) {
  .home--research .left {
    border-radius: 9px 0 0 9px
  }
}

@media (max-width: 767px) {
  .home--research .right {
    border-radius: 0 0 9px 9px;
    max-width: 300px
  }
}

@media (min-width: 768px) {
  .home--research .right {
    flex: 0 1 66.6666666% !important
  }
}

@media (min-width: 562px) and (max-width: 767px) {
  .home--research .right {
    border-radius: 0 9px 9px 0
  }
}

@media (max-width: 767px) {
  .home--research .right ul li {
    flex: 0 1 100%;
    max-width: 100%
  }
}

/* Added: responsive tweaks for current home research markup */
@media (max-width: 767px) {
  .home--research {
    padding: 48px 16px;
  }
  .home--research .top > div {
    padding: 24px 20px;
  }
  .home--research .bottom > div {
    padding: 24px 16px 16px;
  }
  .home--research .bottom ul li {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .home--research .bottom ul li a span {
    height: auto;
    min-height: 80px;
    padding: 16px 20px;
  }
  .home--research .bottom ul li a span .image-corner img {
    max-width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .home--research {
    padding-left: 48px;
    padding-right: 48px;
  }
  .home--research .bottom ul li {
    flex: 0 1 50%;
    max-width: 50%;
  }
  /* Align Mission text padding with tile padding on tablet */
  .home--research .top > div {
    padding: 40px 75px;
  }
}

@media (min-width: 1040px) {
  /* Align Mission text padding with tile padding on desktop */
  .home--research .top > div {
    padding: 40px 75px;
  }
}

/* -------------- home publication ---------------- */
@media (max-width: 561px) {
  .home--publication .col-card {
    max-width: calc(50% - 30px);
    margin-bottom: 30px
  }

  .home--publication .col-card:last-of-type {
    display: none
  }
}

@media (min-width: 562px) and (max-width: 767px) {
  .home--publication .col-card {
    padding: 0;
    min-width: 60px;
    min-height: 125px
  }

  .home--publication .col-card:nth-last-of-type(-n+2) {
    display: none
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .home--publication .col-card {
    padding: 0;
    min-width: 70px;
    min-height: 130px
  }
}

@media (min-width: 1040px) and (max-width: 1199px) {
  .home--publication .col-card {
    padding: 8px;
    min-width: 80px;
    min-height: 150px
  }
}

@media (min-width: 562px) and (max-width: 767px) {
  .home--publication .col-card img {
    margin-top: 10px;
    max-width: 50px
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .home--publication .col-card img {
    max-width: 60px
  }
}

@media (min-width: 1040px) and (max-width: 1199px) {
  .home--publication .col-card img {
    max-width: 70px
  }
}

@media (min-width: 562px) and (max-width: 767px) {
  .home--publication .col-card-lower {
    padding: 0 10px
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .home--publication .col-card-lower {
    padding: 0 5px
  }
}

@media (min-width: 1040px) and (max-width: 1199px) {
  .home--publication .col-card-lower {
    height: 75px;
    padding: 0 5px
  }
}

@media (min-width: 562px) and (max-width: 767px) {
  .home--publication .col-card-lower p {
    font-size: 12px
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .home--publication .col-card-lower p {
    font-size: 12px
  }
}

@media (min-width: 1040px) and (max-width: 1199px) {
  .home--publication .col-card-lower p {
    font-size: 13px
  }
}

@media (max-width: 767px) {
  .home--publication .card-outer {
    display: block;
    margin-bottom: 16px;
    width: calc(100% - 8px)
  }

  .home--publication .card-outer:last-child {
    display: block
  }
}

@media (min-width: 768px) {
  .home--publication .card-outer {
    display: flex;
    width: calc(33.33333% - 8px)
  }

  .home--publication .card-outer:nth-last-child(-n+2) {
    display: none
  }
}

@media (min-width: 1040px) {
  .home--publication .card-outer {
    display: flex !important;
    width: calc(20% - 8px)
  }
}

@media (max-width: 767px) {
  .home--publication .card-outer .card {
    height: 220px
  }
}

@media (min-width: 768px) {
  .home--publication .card-outer .card {
    height: 200px
  }
}

@media (min-width: 1040px) {
  .home--publication .card-outer .card {
    height: 240px
  }
}

@media (max-width: 767px) {
  .home--publication .card-outer .card--bg-image {
    height: 220px
  }
}

@media (min-width: 768px) {
  .home--publication .card-outer .card--bg-image {
    height: 200px
  }
}

@media (min-width: 1040px) {
  .home--publication .card-outer .card--bg-image {
    height: 240px
  }
}

@media (max-width: 767px) {
  .home--careers-copy {
    right: 30px;
    bottom: 48px
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .home--careers-copy {
    right: 45px;
    bottom: 45px
  }
}

@media (max-width: 767px) {
  .home--careers.Left .home--careers-copy {
    bottom: 30px;
    left: 30px;
    max-width: calc(100% - 30px);
    width: calc(100% - 30px)
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .home--careers.Left .home--careers-copy {
    bottom: 45px;
    left: 45px;
    max-width: calc(100% - 45px);
    width: calc(100% - 45px)
  }
}

/* -------------------- publications group ---------------------*/
@media (max-width: 767px) {
  .publication.container.content {
    display: block;
    margin-top: 0
  }
}
@media (max-width: 767px) {
  .publication--detail {
    width: 100%
  }
}
@media (max-width: 767px) {
  .publication--list {
    padding-left: 0;
    margin-top: 50px
  }
}

/* ----------------- search box -------------------*/
@media (max-width: 767px) {
  .search-box {
    width: auto;
    margin-top: 60px;
  }
  .fellowships--search .search-box {
    margin-top: 60px;
  }
}

/* --------------------- news page ----------------- */
@media (max-width: 767px) {
  .news--detail {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .team--group .card--bg-image-outer {
    min-height: 280px;
  }
}

@media (min-width: 1040px) {
  .team--group .card--bg-image-outer {
    min-height: 280px;
  }
}

@media (min-width: 1040px) {
  .team--group .card--copy p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .team--detail .row {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .publications-for-member-container,
  .events-for-member-container {
    display: none;
  }
  .publications-for-member-title-media,
  .events-for-member-title-media {
    display: block;
  }
}

/* --------------------- team pages ------------------*/
@media (max-width: 767px) {
  .team--group .col {
    max-width: calc(50% - 16px);
    width: calc(50% - 16px);
  }
}

@media (min-width: 768px) {
  .team--group .col {
    max-width: calc(25% - 16px);
    width: calc(25% - 16px);
  }
}

@media (min-width: 1040px) {
  .team--group .col {
    max-width: calc(20% - 16px);
    width: calc(20% - 16px);
  }
}

@media (min-width: 1200px) {
  .team--nav-menu {
    margin-left: 0px;
    margin-right: 0px;
  }
  .team--nav-wrapper:hover img {
    opacity: 0;
  }
}

/* --------------------- footer component ------------------*/
@media (max-width: 767px) {
  .footer .col-6 {
    display: block
  }
}
@media (min-width: 1040px) {
  .footer .footer-logo {
    margin: 0 60px 0 0
  }
}
@media (min-width: 768px) {
  .footer ul {
    margin: 0 30px 0 0
  }
}

@media (min-width: 1040px) {
  .footer ul {
    margin: 0 60px 0 0
  }
}
@media (max-width: 767px) {
  .footer .row {
    flex-wrap: wrap
  }
}

/* ---------------- publication list item (team page) ---------------- */
@media (max-width: 767px) {
  .publications-for-member .publication--group {
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .publications-for-member .publication--group > .publication-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .publications-for-member .publication--group > .publication-icon img,
  .publications-for-member .publication--group > .publication-icon video {
    width: 100%;
    height: auto;
  }
  .publications-for-member .publication--group-title {
    font-size: 18px;
    line-height: 22px;
  }
  .publications-for-member .publication--group-title a {
    padding-right: 16px;
  }
  .publications-for-member .publication--event {
    max-width: 100%;
    font-size: 11px;
  }
  .publications-for-member .publication--group-authors {
    margin-top: 12px;
    padding-right: 0;
    font-size: 13px;
    line-height: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .publications-for-member .publication-icon {
    width: 160px;
    margin-right: 20px;
  }
  .publications-for-member .publication--group-authors {
    padding-right: 20px;
  }
}

/* ---------------- publication list item (publications page) ---------------- */
@media (max-width: 767px) {
  .publication-list-item .publication--group {
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .publication-list-item .publication--group > .publication-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .publication-list-item .publication--group > .publication-icon img,
  .publication-list-item .publication--group > .publication-icon video {
    width: 100%;
    height: auto;
  }
  .publication-list-item .publication--group-title {
    font-size: 18px;
    line-height: 22px;
  }
  .publication-list-item .publication--group-title a {
    padding-right: 16px;
  }
  .publication-list-item .publication--event {
    max-width: 100%;
    font-size: 11px;
  }
  .publication-list-item .publication--group-authors {
    margin-top: 12px;
    padding-right: 0;
    font-size: 13px;
    line-height: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .publication-list-item .publication--group > .publication-icon {
    width: 160px;
    margin-right: 20px;
  }
  .publication-list-item .publication--group-authors {
    padding-right: 20px;
  }
}

/* ---------------- gradient bar (event programs banner) ---------------- */
@media (max-width: 767px) {
  .gradient-bar {
    height: 180px;
    margin-top: 64px;
    margin-bottom: 24px;
    padding: 0 16px;
  }
  .gradient-bar .text-container .title {
    font-size: 36px;
  }
  .gradient-bar .text-container .sub-title {
    font-size: 14px;
  }
  .gradient-bar .svg-image {
    right: -25px;
    height: 70%;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .gradient-bar {
    height: 200px;
    margin-top: 64px;
    margin-bottom: 28px;
    padding: 0 24px;
  }
  .gradient-bar .text-container .title {
    font-size: 56px;
  }
  .gradient-bar .text-container .sub-title {
    font-size: 18px;
  }
  .gradient-bar .svg-image {
    right: -25px;
    height: 70%;
  }
}

@media (max-width: 420px) {
  .gradient-bar {
    height: 160px;
  }
  .gradient-bar .text-container .title {
    font-size: 28px;
  }
  .gradient-bar .text-container .sub-title {
    font-size: 12px;
  }
  .gradient-bar .svg-image {
    right: -25px;
    height: 70%;
  }
}

/* ---------------- event programs page ---------------- */
@media (max-width: 767px) {
  .event-content {
    flex-direction: column;
    gap: 16px;
  }
  .event-content .filters {
    flex: none;
    width: 100%;
    padding: 16px;
  }
  .event-content .filters select {
    width: calc(100% - 16px);
  }
  .event-content .events {
    width: 100%;
  }
  .event-content .news--group {
    padding: 24px 16px;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .event-content {
    gap: 20px;
  }
  .event-content .filters {
    flex: 0 0 220px;
  }
  .event-content .filters select {
    width: calc(100% - 16px);
  }
}

