@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
:root {
  --indigo-blue: #004e76;
  --red: #d2414b;
  --ship-grey: #999;
  --space-grey: #3c4748;
  --rich-black: #081d20;
  --white: #fff;
  --yale-blue: #10568C;
}

.bt-child-plugin {
  background-color: var(--yale-blue);
  color: var(--rich-black);
}

/* Typographical Elements
--------------------------------------------- */
a {
  color: var(--yale-blue);
}

.more-link, .sb-in-the-news .wp-block-post-excerpt__more-link {
  border-bottom: 2px solid var(--red);
  color: var(--red);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.site-container .wp-block-pullquote,
.site-container .wp-block-quote {
  font-size: clamp(15px, 2.96875vw, 38px);
  margin: 60px 0;
  padding: 0;
}
.site-container .wp-block-pullquote blockquote,
.site-container .wp-block-quote blockquote {
  margin-left: clamp(54px, 6.25vw, 80px);
  margin-right: clamp(54px, 6.25vw, 80px);
}
.site-container .wp-block-pullquote blockquote::before,
.site-container .wp-block-quote blockquote::before {
  display: none;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote.is-style-large p {
  font-size: 38px;
  font-size: clamp(24px, 2.96875vw, 38px);
  line-height: 1.5;
}

.site-container .wp-block-pullquote cite {
  color: var(--yale-blue);
  font-size: 24px;
  font-size: clamp(16px, 1.875vw, 24px);
  font-style: italic;
  text-transform: capitalize !important;
  text-align: right;
  margin-right: 20%;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, .wp-block-details summary, h4, h5, h6 {
  font-family: "PT Serif", serif;
}

h1,
h1.entry-title,
h1.archive-title {
  font-size: clamp(44px, 4.6875vw, 60px);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 45px;
}

h2,
.hero-title {
  font-size: clamp(22px, 3.90625vw, 50px);
}
@media screen and (max-width: 860px) {
  h2,
  .hero-title {
    letter-spacing: -0.5px;
  }
}

h3, .wp-block-details summary {
  font-size: clamp(24px, 2.1875vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}

h4 {
  font-size: 22px;
  color: var(--rich-black);
}

/* Forms
--------------------------------------------- */
.give-btn {
  background: var(--yale-blue);
  color: var(--white);
}
.give-btn:hover {
  background: #14628a;
}

.site-container .wp-block-button__link {
  background-color: var(--red);
  font-size: 16px;
  line-height: 1;
  padding: 17px 26.5px 14px 26.7px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
.alm-reveal .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 0;
}
.alm-reveal .post-icon {
  display: none;
}
@media (min-width: 576px) {
  .alm-reveal .post-icon {
    display: block;
  }
}

.border-blue {
  border: 1px solid var(--yale-blue);
}

.container--tabs {
  padding-top: clamp(40px, 4.6875vw, 60px);
  padding-bottom: clamp(40px, 8.59375vw, 110px);
}
.container--tabs .nav-tabs-container {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  justify-content: center;
}
.container--tabs .nav-tabs-container h3, .container--tabs .nav-tabs-container .wp-block-details summary, .wp-block-details .container--tabs .nav-tabs-container summary {
  font-size: clamp(15px, 1.5625vw, 20px);
  font-weight: normal;
  line-height: 1.5;
}
.container--tabs .nav-tabs-container .nav-tabs {
  margin-left: 0;
  font-size: clamp(15px, 1.5625vw, 20px);
  margin-bottom: 1.33333rem;
}
.container--tabs .nav-tabs-container .nav-tabs > li {
  display: inline-block;
}
.container--tabs .nav-tabs-container .nav-tabs > li > a {
  color: var(--space-grey);
  text-decoration: none;
  display: block;
  padding: 0 0.5rem;
}
.container--tabs .nav-tabs-container .nav-tabs > li > a:hover {
  text-decoration: underline;
}
.container--tabs .nav-tabs-container .nav-tabs > li.active > a,
.container--tabs .nav-tabs-container .nav-tabs > li.active > a:hover,
.container--tabs .nav-tabs-container .nav-tabs > li.active > a:focus {
  font-weight: 700;
  cursor: default;
  text-decoration: none;
}
.container--tabs .nav-tabs-container .nav-tabs > li:last-child {
  border-left: 1px solid var(--space-grey);
}
.container--tabs .tab-content a {
  position: relative;
  display: inline-block;
}
.container--tabs .tab-content h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--white);
  font-size: clamp(12px, 2.1875vw, 28px);
  padding: clamp(19px, 2.5vw, 32px);
  margin-bottom: 0;
  width: 89%;
  height: clamp(66px, 9.140625vw, 117px);
}
@media screen and (max-width: 1023px) {
  .container--tabs .tab-content h4 {
    font-size: clamp(12px, 1.71875vw, 22px);
    padding-left: 10px;
    padding-right: 10px;
    height: clamp(66px, 9.140625vw, 97px);
    width: 95%;
  }
}
.container--tabs .tab-content > .tab-pane {
  display: none;
  opacity: 0;
}
.container--tabs .tab-content > .tab-pane.active {
  display: block;
  opacity: 1;
}
.container--tabs .tab-content > .tab-pane.active > div > div > a {
  animation: sweep 750ms ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container--tabs .tab-content > .active {
  display: block;
}

.page-template-issue-listing .related-issues {
  padding-top: 30px;
}
.page-template-issue-listing .related-issues a {
  text-decoration: none;
}
.page-template-issue-listing .related-issues .related-issues-item {
  background: var(--yale-blue);
  height: 100% !important;
}
.page-template-issue-listing .related-issues .related-issues-item img {
  width: 100%;
  height: auto;
}
.page-template-issue-listing .related-issues .related-issues-content {
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
}
.page-template-issue-listing .related-issues .related-issues-content h2 {
  font-size: 32px;
  padding: 0;
  word-wrap: break-word;
  color: #fff;
  margin: 0;
}
.page-template-issue-listing .related-issues .related-issues-content p {
  word-wrap: break-word;
  color: #fff;
  margin: 0;
}
.page-template-issue-listing .related-issues .related-issues-content i {
  font-size: 32px;
  line-height: 1.2;
  text-align: right;
}

.facetwp-template .type-product,
.facetwp-template .type-tribe_venue,
.facetwp-template .type-page,
.facetwp-template .type-people,
.search-results .type-product,
.search-results .type-tribe_venue,
.search-results .type-page,
.search-results .type-people,
.type-tribe_events,
.type-post,
.type-issues,
.type-workproducts {
  border-top: 1px solid #ccc;
}

.category .listing-wrapper article:first-of-type,
.page-template-template-general-listing .listing-wrapper article:first-of-type,
.page-template-template-issue-listing .listing-wrapper article:first-of-type,
.search-results .listing-wrapper article:first-of-type,
.tax-wp_type .listing-wrapper article:first-of-type {
  border: none;
}

[data-name=site_search] .row {
  margin-bottom: 0;
  padding: 30px 0;
}

.listing-navigation .nav-pills {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  border: 2px solid var(--yale-blue);
  background-color: var(--yale-blue);
  border-radius: 25px;
  overflow: hidden;
}
.listing-navigation .nav-pills .nav-item {
  border-right: 2px solid var(--yale-blue);
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.listing-navigation .nav-pills .nav-item:last-of-type {
  border-right: none;
}
.listing-navigation .nav-pills .nav-item.active, .listing-navigation .nav-pills .nav-item:hover {
  background-color: var(--yale-blue);
}
.listing-navigation .nav-pills .nav-item.active .nav-link, .listing-navigation .nav-pills .nav-item:hover .nav-link {
  color: var(--white) !important;
}
.listing-navigation .nav-pills .nav-link {
  color: var(--rich-black) !important;
  border-radius: 0;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  width: 150px;
}
@media screen and (max-width: 992px) {
  .listing-navigation .nav-pills .nav-link {
    width: 170px;
  }
}
.listing-navigation .nav-pills .nav-link.show,
.listing-navigation .nav-pills .nav-link.active {
  color: var(--white) !important;
  background-color: var(--yale-blue);
}

.navigation.listing-navigation {
  margin-bottom: 120px;
}

.listing-navigation .screen-reader-text {
  width: inherit;
}
.listing-navigation .nav-input-number,
.listing-navigation .nav-current-display,
.listing-navigation .nav-listed-display {
  font-weight: 700;
}
.listing-navigation .nav-input-number {
  text-align: center;
  width: inherit;
  padding: 7px 4px;
}
.listing-navigation .nav-page-form {
  display: inline;
}
.listing-navigation .nav-next,
.listing-navigation .nav-previous {
  margin-top: -8px;
  display: inline-block;
}
.listing-navigation .nav-next a,
.listing-navigation .nav-previous a {
  font-size: 32px;
}
.listing-navigation .nav-next a.disabled,
.listing-navigation .nav-previous a.disabled {
  border: none;
  color: #ccc;
  padding: 0;
  margin-top: -15px;
}
.listing-navigation .listing-nav-right {
  text-align: right;
}
.listing-navigation .listing-nav-description {
  margin-bottom: 10px;
}

/* Site Containers
--------------------------------------------- */
.site-container .wp-block-columns.three-column {
  margin: 60px 0;
}

.site-inner {
  padding-top: 60px;
}

.single-workproducts .breakthrough-page-title > .wrap, .single-post .breakthrough-page-title > .wrap {
  display: flex;
  flex-direction: column-reverse;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Genesis
--------------------------------------------- */
.breadcrumb {
  color: var(--ship-grey);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 30px 12px 0;
}
.breadcrumb .breadcrumb-link {
  text-decoration: none;
}
.breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    max-width: 800px;
  }
}
@media screen and (max-width: 860px) {
  .breadcrumb {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

.archive-description {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.entry-content .search-form,
.site-header .search-form {
  margin-bottom: 0;
  width: 100%;
  max-width: 232px;
}

.search-form-input,
.wp-block-search__inside-wrapper {
  border-radius: 25px;
  background: #ccc;
  border: none;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 9px;
  color: var(--white);
}
.search-form-input::placeholder,
.wp-block-search__inside-wrapper::placeholder {
  color: var(--white);
}

.wp-block-search__button-inside .wp-block-search__label {
  visibility: hidden;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  width: 232px;
  height: 40px;
  position: relative;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  background: #ccc;
  color: var(--white);
  margin-right: 40px;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  color: var(--white);
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border: none;
  box-shadow: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0;
  background: #ccc;
  border: 1px solid var(--white);
  border-radius: 25px;
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  top: 0;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  transform: scaleX(-1);
}

/* Plugins
---------------------------------------------------------------------------- */
.alm-btn-wrap .alm-load-more-btn.done {
  display: none;
  visibility: hidden;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header > .wrap {
  border-bottom: 15px solid var(--yale-blue);
}

.wp-custom-logo .site-header > .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

/* Title Area
--------------------------------------------- */
.title-area {
  width: 265px;
}
.title-area .site-title,
.title-area .site-description {
  display: none;
}

.custom-logo {
  max-width: 198px;
}

/* Site Navigation
---------------------------------------------------------------------------- */
/* Site Header Navigation
--------------------------------------------- */
.site-header .nav-primary {
  width: 100%;
  max-width: calc(100% - 265px);
}

.genesis-nav-menu .search {
  position: absolute;
  bottom: -26px;
  right: 40px;
}
@media screen and (max-width: 1023px) {
  .genesis-nav-menu .search {
    position: initial;
    left: initial;
    float: none;
    max-width: 232px;
    margin: 30px auto 0;
  }
}

.menu-primary .social {
  width: 100%;
  max-width: 200px;
  margin-right: 40px;
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .menu-primary .social {
    margin-right: 0;
    max-width: 135px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-primary .social {
    max-width: 150px;
    margin: 30px auto;
    float: none;
  }
}
.menu-primary .social .social-icons {
  display: flex;
  justify-content: space-between;
}
.menu-primary .social .social-icons a {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}

@media screen and (max-width: 1200px) and (min-width: 1023px) {
  .title-area {
    width: 198px;
  }
  .site-header .nav-primary {
    max-width: calc(100% - 198px);
  }
}
/* Content Area
---------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.error404 .content .entry-content, .single .content .entry-content, .archive .content .entry-content, .page:not(.home.page) .content .entry-content {
  padding-left: 0;
  padding-right: 0;
}

/* Featured Image
--------------------------------------------- */
.full-width-image img,
.breakthrough-featured-image img,
.portfolio-featured-image img {
  filter: none;
}

/* Entry Details
--------------------------------------------- */
.entry-details h1 {
  margin-bottom: 15px;
}
.entry-details .entry-type {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.entry-details .entry-type a {
  color: var(--yale-blue) !important;
  text-decoration: none;
}
.entry-details .entry-type a:hover {
  text-decoration: underline;
}
.entry-details .entry-title a {
  color: var(--rich-black) !important;
}
.entry-details .tag-type a {
  color: var(--yale-blue) !important;
  text-decoration: underline !important;
}
.entry-details .tag-type a:hover {
  text-decoration: none !important;
}
.entry-details .people-details {
  margin-bottom: 30px;
}
.entry-details .people-title {
  margin-bottom: 0;
}
.entry-details .people-social {
  padding: 0;
  list-style: none;
}
.entry-details .people-social li {
  display: inline;
  margin-right: 10px;
}

/* Entry Meta
--------------------------------------------- */
.entry-meta {
  margin-bottom: 60px;
}
.entry-meta a {
  font-weight: normal;
  text-decoration: underline;
}
.entry-meta + .entry-header h1 {
  margin-bottom: 1rem;
}
.entry-meta .entry-time {
  font-weight: normal;
}

.entry-share {
  text-align: right;
}

/* Entry Resources
--------------------------------------------- */
.entry-resources {
  padding: 30px 0;
  margin-bottom: clamp(30px, 4.6875vw, 60px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.entry-resource {
  position: relative;
}
.entry-resource a {
  padding-left: 30px;
}
.entry-resource .svg {
  position: absolute;
  height: 25px;
}

/* Entry Footer
--------------------------------------------- */
.entry-footer {
  padding-top: 3rem;
}
.entry-footer h2.section-title {
  padding-bottom: 1rem;
}

/* Podcast Channels
--------------------------------------------- */
.podcast-channels {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: clamp(30px, 4.6875vw, 60px);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Above Footer CTA
---------------------------------------------------------------------------- */
.above-footer-cta .wrap {
  background-color: transparent;
}
.above-footer-cta .wrap > section {
  text-align: center;
}
.above-footer-cta .wrap > section a.button-hero {
  border: 10px solid var(--white);
}

/* Footer 
---------------------------------------------------------------------------- */
.footer-widgets a {
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets .widget-halves .widget {
  width: auto;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .title-area {
    width: 50%;
  }
  .menu-toggle {
    margin-right: 0;
    width: auto;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    box-shadow: none;
    outline: none;
  }
  .site-header .nav-primary {
    max-width: initial;
  }
  .breadcrumb {
    text-align: left;
  }
}
@media only screen and (max-width: 860px) {
  .site-container .wp-block-pullquote blockquote,
  .site-container .wp-block-quote blockquote {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page:is(.home.page) .content .entry-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 500px) {
  .wp-custom-logo .site-header > .wrap {
    min-height: 150px;
  }
}
/* Block library
---------------------------------------------------------------------------- */
.page.full-width-content .entry-content .alignfull,
.single.full-width-content .entry-content .alignfull {
  margin-left: calc(50% - (50vw - 30px));
  margin-right: calc(50% - (50vw - 30px));
  max-width: 1000%;
}

.wp-block-details {
  border-top: 1px solid #CCC;
  position: relative;
}
.wp-block-details summary {
  color: var(--yale-blue);
  display: block;
  padding-top: 17px;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 0;
}
.wp-block-details summary::after {
  content: "View more";
  color: var(--rich-black);
  font-size: clamp(8px, 1.171875vw, 15px);
  position: absolute;
  right: clamp(27px, 3.125vw, 40px);
  top: 1.5rem;
  transition: color 250ms ease-in-out;
}
.wp-block-details summary::before {
  content: "+";
  color: var(--rich-black);
  position: absolute;
  font-size: clamp(28px, 4.21875vw, 54px);
  right: 5px;
  line-height: 0;
  top: 27px;
  transition: color 500ms ease-in-out;
}
.wp-block-details summary:focus {
  outline: none;
}
.wp-block-details summary::marker, .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details:not([open]) {
  border-bottom: 1px solid #CCC;
  transition: color 500ms ease-in;
}
.wp-block-details[open] {
  border-bottom: none;
  padding-bottom: 60px;
}
.wp-block-details[open] summary {
  padding-bottom: 40px;
}
.wp-block-details[open] summary::after {
  content: "View less";
  color: #ccc;
}
.wp-block-details[open] summary::before {
  content: "-";
  color: #ccc;
}
.wp-block-details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
.wp-block-details > :not(summary) {
  margin-block-end: 28px;
}

.gb-block-container {
  padding-bottom: clamp(30px, 4.6875vw, 60px);
}

.sponsorship-table {
  margin: 30px auto;
  border: 1px solid;
}
.sponsorship-table .wp-block-genesis-blocks-gb-columns:first-of-type {
  border-bottom: 1px solid;
}
@media only screen and (max-width: 600px) {
  .sponsorship-table .wp-block-genesis-blocks-gb-columns:first-of-type {
    border-bottom: none;
  }
}
.sponsorship-table .wp-block-genesis-blocks-gb-columns .gb-block-layout-column {
  padding: 10px;
}
.sponsorship-table .wp-block-genesis-blocks-gb-columns .gb-block-layout-column:not(:first-child) {
  border-left: 1px solid;
}
@media only screen and (max-width: 600px) {
  .sponsorship-table .wp-block-genesis-blocks-gb-columns .gb-block-layout-column:not(:first-child) {
    border-left: none;
  }
}
@media only screen and (max-width: 600px) {
  .sponsorship-table {
    border: none;
  }
}

.container--two-col-landing {
  padding-bottom: clamp(30px, 4.6875vw, 60px);
}
.container--two-col-landing a {
  text-decoration: none;
}
.container--two-col-landing a.org-url {
  text-decoration: underline;
}
.container--two-col-landing .page-tile,
.container--two-col-landing .people-tile {
  display: flex;
  flex-direction: column;
}
.container--two-col-landing .tile-desc {
  background-color: var(--white);
  padding: clamp(19px, 2.5vw, 32px);
  min-height: clamp(66px, 9.140625vw, 117px);
  margin-top: -15%;
  width: 89%;
}
.container--two-col-landing .tile-desc h4 {
  font-size: clamp(18px, 2.1875vw, 28px);
  margin-bottom: 0;
}
.container--two-col-landing .tile-desc p {
  margin-bottom: 0;
}

.wp-block-genesis-blocks-gb-column.border-blue {
  margin-bottom: 2em;
}

/* Footer */
.footer-widgets .widget-area .wrap > section:nth-child(2) {
  width: calc(100% - 235px);
  max-width: 1045px;
}
@media only screen and (max-width: 1023px) {
  .footer-widgets .widget-area .wrap > section:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
}
.footer-widgets .widget-area .nav-footer {
  font-size: 14px;
}
.footer-widgets .widget-area .nav-footer p {
  margin-bottom: 10px;
}
.footer-widgets .widget-area .nav-footer ul {
  margin-bottom: 20px;
}

/* Gravity Forms
---------------------------------------------------------------------------- */
.gform_legacy_markup_wrapper,
.gform_wrapper {
  margin-bottom: 0;
  padding-bottom: clamp(30px, 4.6875vw, 60px);
}

/* Front Page
---------------------------------------------------------------------------- */
.hero-section,
.page.full-width-content .entry-content .alignfull,
.single.full-width-content .entry-content .alignfull {
  padding-bottom: clamp(30px, 4.6875vw, 60px);
}

/* Sponsorships Page
---------------------------------------------------------------------------- */
.page-id-1492 #custom_html-3 {
  display: none;
}

.modal button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.tribe-block__tickets__registration__checkout__submit {
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  background-color: var(--yale-blue) !important;
  color: #fff !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* News & Events Page
---------------------------------------------------------------------------- */
.news-listing .row {
  margin-top: 60px;
}
.news-listing:first-of-type {
  margin-top: 30px;
}
.news-listing .news-tile {
  background-image: linear-gradient(top, var(--yale-blue), var(--yale-blue) 70%, transparent 70%, transparent 100%);
  background-image: -webkit-linear-gradient(top, var(--yale-blue), var(--yale-blue) 70%, transparent 70%, transparent 100%);
  padding-top: clamp(10px, 2.5vw, 32px);
  padding-right: clamp(0px, 3.125vw, 40px);
  border-bottom: 1px solid var(--space-grey);
  min-height: 200px;
}
.news-listing .news-tile a {
  text-decoration: none;
}
.news-listing .news-tile a:hover {
  text-decoration: underline;
}
.news-listing .news-tile p {
  margin-bottom: 0;
}
.news-listing .news-tile .tile-img {
  padding-left: clamp(19px, 2.5vw, 40px);
  padding-right: clamp(19px, 2.5vw, 40px);
  padding-bottom: 32px;
}
.news-listing .news-tile .tile-desc {
  background: var(--white);
  padding: clamp(19px, 2.5vw, 40px);
  padding-bottom: clamp(19px, 2.5vw, 40px);
  padding-bottom: 24px;
}
.news-listing .news-tile .tile-desc .tile-meta a {
  color: var(--rich-black);
}
.news-listing .news-tile .tile-desc .tile-meta .issues a {
  text-decoration: underline;
}
.news-listing.participating .row:nth-child(odd) .news-tile {
  background-image: linear-gradient(top, #087BB4, #087BB4 70%, transparent 70%, transparent 100%);
  background-image: -webkit-linear-gradient(top, #087BB4, #087BB4 70%, transparent 70%, transparent 100%);
}

.view-all-link {
  text-align: center;
}

.tribe-events-notices {
  background: #d9edf7;
  border-radius: 4px;
  border: 1px solid #bce8f1;
  color: #3a87ad;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #fff;
}

div.tribe-events-notices > ul, div.tribe-events-notices > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-primary .widget-wrap {
  margin-top: 15px;
}
.sidebar-primary .widget-wrap h3, .sidebar-primary .widget-wrap .wp-block-details summary, .wp-block-details .sidebar-primary .widget-wrap summary {
  color: var(--yale-blue);
}

.sb-in-the-news .type-post {
  border-top: none;
}
.sb-in-the-news .wp-block-post-featured-image,
.sb-in-the-news .wp-block-post-title,
.sb-in-the-news .wp-block-post-excerpt__excerpt,
.sb-in-the-news .wp-block-post-terms {
  margin-bottom: 20px;
}
.sb-in-the-news .wp-block-post-title a {
  color: var(--rich-black);
  text-decoration: none;
}
.sb-in-the-news .wp-block-post-title a:hover {
  text-decoration: underline;
}
.sb-in-the-news .wp-block-post-terms a {
  color: var(--rich-black);
}
/* Contact Page / Join Email list page
---------------------------------------------------------------------------- */
.page-contact-us .entry-content > p,
.page-contact-us .gb-block-container,
.page-contact-us .gform_heading,
.page-contact-us #gform_7,
.page-join-aai-email-list .entry-content > p,
.page-join-aai-email-list .gb-block-container,
.page-join-aai-email-list .gform_heading,
.page-join-aai-email-list #gform_7 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.page-contact-us h1.entry-title,
.page-join-aai-email-list h1.entry-title {
  text-align: center;
}
.page-contact-us .gform_legacy_markup_wrapper,
.page-join-aai-email-list .gform_legacy_markup_wrapper {
  max-width: 750px;
  margin: 16px auto;
}