/* Import SCSS variables */
:root {
  --font-main: Inter, sans-serif;
  --font-heading: Alegreya Sans, sans-serif;
  --font-accent: Inter, sans-serif;
  --font-open-sans: "Open Sans", sans-serif;
  --color-black: #000;
  --color-black-lt: #2a2a2a;
  --color-white: #ffffff;
  --color-gray: #6f6f6f;
  --color-gray-lt: #eeefff;
  --color-gray-lt-alt: #eaeaea;
  --color-gray-dk: #54585a;
  --color-red: #b4182d;
  --color-blue: #3a97b4;
  --color-blue-dk: #052d5c;
  --color-teal: #005e63;
  --color-teal-lt: #00aebb;
  --color-green: #a9ad00;
  --color-orange: #f26722;
  --color-yellow: #fdb714;
  --color-olive: #666515;
  --color-csn-blue: #004990;
  --color-csn-blue-75: color-mix(in srgb, var(--color-csn-blue) 75%, white);
  --color-csn-blue-80: color-mix(in srgb, var(--color-csn-blue) 80%, white);
  --color-csn-blue-90: color-mix(in srgb, var(--color-csn-blue) 90%, white);
  --color-csn-blue-dk: #062e57;
  --color-csn-yellow: #ffd200;
  --color-csn-yellow-60: color-mix(in srgb, var(--color-csn-yellow) 60%, white);
  --color-csn-yellow-45: color-mix(in srgb, var(--color-csn-yellow) 45%, white);
  --color-faded-sand: #f9f1e2;
  --color-midnight-purple: #004890;
  --color-rich-black: #1e1d1b;
  --color-sky-blue: #4387f8;
  --color-yellow-ochre: #db9b2e;
  --color-cactus-green: #536810;
  --color-baked-clay: #bb612d;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.333rem;
  --bs-body-color: var(--color-black-lt);
  --bs-body-bg: var(--color-white);
  --black: 0, 0, 0;
  --black-lt: 42, 42, 42;
  --white: 255, 255, 255;
  --gray: 111, 111, 111;
  --gray-lt: 238, 239, 239;
  --gray-dk: 84, 88, 90;
  --red: 180, 24, 45;
  --blue: 58, 151, 180;
  --blue-dk: 5, 45, 92;
  --teal: 0, 94, 99;
  --teal-lt: 0, 174, 187;
  --green: 169, 173, 0;
  --orange: 242, 103, 34;
  --yellow: 253, 183, 20;
  --olive: 102, 101, 21;
  --CSN-Blue: 0, 72, 144;
  --CSN-Blue-dk: 6, 46, 87;
  --CSN-Yellow: 255, 210, 0;
  --Faded-Sand: 249, 241, 226;
  --Midnight-Purple: 54, 28, 81;
  --Rich-Black: 30, 29, 27;
  --Sky-Blue: 67, 135, 248;
  --Yellow-Ochre: 219, 155, 46;
  --Cactus-Green: 83, 104, 12;
  --Baked-Clay: 187, 97, 45;
  --transparent: rgba(0, 0, 0, 0);
  --shadow: 0 0 .625rem .125rem rgba(var(--color-black), .1);
  --heading: var(--font-heading);
  --body: var(--font-main);
  --logo: "optimabold";
  --transition-duration: .3s;
  --transition-easing: ease;
  --transition: var(--transition-duration) var(--transition-easing);
}

.page-node-306 #block-csn-pagetitle,
.page-node-306 #block-csn-tabs {
  z-index: 1;
}
.page-node-306 .section-bleed,
.page-node-306 .hero-overlay-wrapper {
  padding: 1.125rem 0;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
.page-node-306 main > .container-lg {
  overflow: visible;
}
.page-node-306 .paragraph--type--header-banner {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-node-306 .paragraph--type--header-banner {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-node-306 .paragraph--type--header-banner.style-cinematic .background-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 27%, rgba(0, 0, 0, 0.3) 42%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}
.page-node-306 .hero-overlay-wrapper {
  margin-bottom: 1rem;
  z-index: 2;
  background: var(--color-csn-blue);
}
@media (min-width: 992px) {
  .page-node-306 .hero-overlay-wrapper {
    margin-top: -24rem !important;
    margin-bottom: 8.7rem;
    background: transparent;
    min-height: 265px;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .page-node-306.role-authenticated .hero-overlay-wrapper {
    margin-top: calc(-24rem - 65px) !important; /* hero pull - admin affset */
    margin-bottom: calc(7.45rem + 65px) !important; /* hero space - admin affset */
  }
}
.page-node-306 .hero-title,
.page-node-306 .hero-text,
.page-node-306 .quote,
.page-node-306 .quote-attribute {
  font-family: "Open Sans", sans-serif;
}
.page-node-306 .hero-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (min-width: 992px) {
  .page-node-306 .hero-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  }
}
.page-node-306 .hero-text {
  font-weight: 600;
  font-size: clamp(1.35rem, 3.24vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: var(--color-csn-yellow-60);
  text-wrap: balance;
}
@media (min-width: 992px) {
  .page-node-306 .hero-text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  }
}
@media (max-width: 991.98px) {
  .page-node-306 #block-csn-pagetitle {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
.page-node-306 .president-quote {
  background: var(--color-csn-blue-80);
}
.page-node-306 .custom-pull-quote {
  position: relative;
  margin: 0;
  padding-left: 4rem;
}
.page-node-306 .quote-icon {
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 1;
  color: var(--color-csn-yellow-45);
}
.page-node-306 .quote {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #fff;
}
.page-node-306 .quote-attribute {
  display: block;
  margin-top: 1rem;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.75rem);
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: var(--color-csn-yellow-45);
  text-align: right;
}
.page-node-306 .speaking-requests {
  background: var(--color-gray-lt-alt);
}
.page-node-306 .speaking-requests .btn-transparent-purple {
  background: #fff;
}
.page-node-306 .gallery-card {
  position: relative;
  text-align: center;
}
.page-node-306 .gallery-card:has(a) {
  cursor: pointer;
}
.page-node-306 .gallery-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}
.page-node-306 .gallery-card:has(a):hover img, .page-node-306 .gallery-card:has(a):focus-within img {
  transform: scale(1.02);
}
.page-node-306 .gallery-card h4 {
  margin-top: 1rem;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.11em;
  color: var(--color-csn-blue);
  text-wrap: balance;
}
.page-node-306 .gallery-card h4 a,
.page-node-306 .gallery-card h4 a:link,
.page-node-306 .gallery-card h4 a:visited {
  position: relative;
  z-index: 2;
  text-decoration: underline !important;
  text-decoration-color: var(--color-csn-blue) !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.page-node-306 .gallery-card:hover h4 a, .page-node-306 .gallery-card:focus-within h4 a,
.page-node-306 .gallery-card h4 a:hover,
.page-node-306 .gallery-card h4 a:focus {
  text-decoration-color: var(--color-csn-yellow) !important;
}
.page-node-306 .gallery-card .stretched-link::after {
  z-index: 3;
}
.page-node-306 .president-news {
  background: var(--color-csn-blue);
  color: #fff;
}
@media (min-width: 992px) {
  .page-node-306 .president-news .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 2.5rem;
  }
}
.page-node-306 .president-news h4 {
  border-left: 0.375rem solid var(--color-csn-yellow);
  padding-left: 1rem;
  margin: 0 0.75rem;
}
.page-node-306 .president-news .news-item h4 {
  margin: 0;
  padding-left: 1rem;
}
.page-node-306 .president-news .news-item:hover h4 a, .page-node-306 .president-news .news-item:focus-within h4 a,
.page-node-306 .president-news .news-item a:hover,
.page-node-306 .president-news .news-item a:focus {
  color: #fff;
  text-decoration-color: var(--color-csn-yellow);
}
.page-node-306 .president-news-title {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2rem);
  line-height: 1.125;
  letter-spacing: 0.11em;
}
@media (min-width: 992px) {
  .page-node-306 .news-klips .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 2.5rem;
  }
}
.page-node-306 .news-klips .news-item h4 {
  padding: 0 0.75rem 2.5rem;
  margin: 0;
  border-bottom: 2px dashed var(--color-csn-blue-80);
}
.page-node-306 .news-klips .news-item:last-child h4 {
  border-bottom: none;
}
@media (min-width: 768px) {
  .page-node-306 .news-klips .news-item:nth-last-child(-n+2) h4 {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .page-node-306 .news-klips .news-item:nth-last-child(-n+3) h4 {
    border-bottom: none;
  }
}
.page-node-306 .news-klips .news-item:hover h4 a, .page-node-306 .news-klips .news-item:focus-within h4 a,
.page-node-306 .news-klips .news-item a:hover,
.page-node-306 .news-klips .news-item a:focus {
  color: var(--color-csn-blue);
  text-decoration-color: var(--color-csn-yellow);
}
.page-node-306 .news-klips .news-item,
.page-node-306 .president-news .news-item {
  position: relative;
  cursor: pointer;
}
.page-node-306 .news-klips .news-item h4,
.page-node-306 .president-news .news-item h4 {
  position: relative;
  z-index: 2;
  height: 100%;
}
.page-node-306 .news-klips .news-item a,
.page-node-306 .president-news .news-item a {
  position: static;
}
.page-node-306 .news-klips .news-item a::after,
.page-node-306 .president-news .news-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.page-node-306 .page-node-306 .news-klips .news-item h4 > a,
.page-node-306 .page-node-306 .president-news .news-item h4 > a {
  text-decoration: none;
}
.page-node-306 .news-klips .news-item h4 > a,
.page-node-306 .president-news .news-item h4 > a {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.65;
  letter-spacing: 0.11em;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}
.page-node-306 .news-klips .news-item:hover h4 > a,
.page-node-306 .news-klips .news-item:focus-within h4 > a,
.page-node-306 .news-klips .news-item h4 > a:hover,
.page-node-306 .news-klips .news-item h4 > a:focus,
.page-node-306 .news-klips .news-item h4 > a:focus-visible,
.page-node-306 .president-news .news-item:hover h4 > a,
.page-node-306 .president-news .news-item:focus-within h4 > a,
.page-node-306 .president-news .news-item h4 > a:hover,
.page-node-306 .president-news .news-item h4 > a:focus,
.page-node-306 .president-news .news-item h4 > a:focus-visible {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--color-csn-yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.page-node-306 .president-info {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-node-306 .president-info {
    margin-bottom: 0.5rem;
  }
}
.page-node-306 .president-info .card-subtitle {
  text-wrap: balance;
  color: var(--bs-gray-700) !important;
}
@media (min-width: 992px) {
  .page-node-306 .president-info address .street-1::after {
    content: ", ";
  }
}
@media (min-width: 1200px) {
  .page-node-306 .president-info address .street-2::after {
    content: ", ";
  }
}
.page-node-306 .quick-links-list {
  row-gap: 0.25rem;
}
.page-node-306 .quick-links-list li {
  width: 100%;
  margin: 0 !important;
}
.page-node-306 .text-formatted .quick-links-list a:not([class^=btn]) {
  display: block;
  width: 100%;
  padding: 0.5rem 1.25rem;
  border: 1px solid var(--color-csn-blue);
  border-radius: 0.25rem;
  background: var(--color-csn-blue);
  color: #fff;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-wrap: balance;
  transition: all 0.2s ease;
}
.page-node-306 .text-formatted .quick-links-list a:not([class^=btn]):hover, .page-node-306 .text-formatted .quick-links-list a:not([class^=btn]):focus-visible {
  background: var(--color-csn-yellow);
  color: var(--color-csn-blue);
  border-color: var(--color-csn-yellow);
  transform: translateY(-1px);
}
.page-node-306 .text-formatted .quick-links-list a:not([class^=btn]):active {
  transform: translateY(0);
}
/*# sourceMappingURL=../sourcemaps/node-306--president.css.map */
