/* 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-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: #004890;
  --color-csn-blue-dk: #062e57;
  --color-csn-yellow: #ffd200;
  --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);
}

/* Fallback Bootstrap-like variables for isolated page build */
body.page-node-10271 {
  /* Page Styles  */
  /* Hero panel overlay */
  /* Offset primary tabs when user is logged in */
  /* Announcement band */
  /* Tables */
  /* Mobile Table */
  /* Parallax */
  /* CSNGrad */
  /* Nav Cards */
}
body.page-node-10271 .section-bleed {
  padding: 18px 0;
  font-size: 0.95rem;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
body.page-node-10271 main > .container-lg {
  overflow: visible;
}
body.page-node-10271 .region-content {
  position: relative;
  overflow: visible;
}
body.page-node-10271 .commencement-hero-panel-wrapper {
  position: relative;
  margin-top: 43px !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.page-node-10271 .commencement-hero-panel-wrapper {
    margin-top: 0;
    z-index: 2;
    transform: translateY(-531px);
    margin-bottom: -273px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  body.page-node-10271 .commencement-hero-panel-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  body.page-node-10271:has(.tabs-wrapper.tabs-primary) .commencement-hero-panel-wrapper {
    transform: translateY(-598px);
  }
}
body.page-node-10271 .commencement-hero-panel {
  background: rgba(0, 73, 144, 0.85);
  border-radius: 1rem;
  max-width: 100%;
  padding: 22px;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.25), 0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media (min-width: 768px) {
  body.page-node-10271 .commencement-hero-panel {
    max-width: 610px;
    padding: 28px 32px;
  }
}
body.page-node-10271 .hero-title {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 2.2rem;
  color: #FFD200;
}
body.page-node-10271 .hero-text {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}
body.page-node-10271 .commencement-announcements {
  background: #EFF6E2;
  border-top: 1px solid #D6E3D4;
  border-bottom: 1px solid #D6E3D4;
}
body.page-node-10271 .commencement-announcements a {
  font-weight: 600;
}
body.page-node-10271 table.commencement-table {
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  body.page-node-10271 table.commencement-table {
    min-width: 560px;
  }
}
body.page-node-10271 table.commencement-table .col-title {
  width: 32%;
}
body.page-node-10271 table.commencement-table .col-date {
  width: 30%;
}
body.page-node-10271 table.commencement-table .col-time {
  width: 14%;
}
body.page-node-10271 table.commencement-table .col-location {
  width: 24%;
}
body.page-node-10271 table.commencement-table thead th {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
  padding: 0 12px 14px;
}
body.page-node-10271 table.commencement-table tbody th,
body.page-node-10271 table.commencement-table tbody td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  vertical-align: top;
}
@media (min-width: 992px) {
  body.page-node-10271 table.commencement-table tbody th,
  body.page-node-10271 table.commencement-table tbody td {
    font-size: 0.875rem;
  }
}
body.page-node-10271 table.commencement-table tbody tr:not(.commencement-rsvp-row):not(:first-child) {
  border-top: 1px solid #000 !important;
}
body.page-node-10271 table.commencement-table a {
  text-decoration: underline;
}
body.page-node-10271 table.commencement-table,
body.page-node-10271 table.commencement-table thead,
body.page-node-10271 table.commencement-table tbody,
body.page-node-10271 table.commencement-table thead th,
body.page-node-10271 table.commencement-table tbody th,
body.page-node-10271 table.commencement-table tbody td,
body.page-node-10271 table.commencement-table thead tr,
body.page-node-10271 table.commencement-table tbody tr {
  border: none;
  background-color: transparent;
}
body.page-node-10271 .commencement-table-frame {
  background-color: rgba(255, 255, 255, 0.6);
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  overflow: hidden;
}
body.page-node-10271 .commencement-events {
  background: #CCDAE8;
  border-top: 1px solid #dfe5eb;
  border-bottom: 1px solid #dfe5eb;
}
body.page-node-10271 .commencement-events .commencement-table-frame {
  background-color: rgb(255, 255, 255);
}
body.page-node-10271 table.table.commencement-table {
  /* RSVP */
}
body.page-node-10271 table.table.commencement-table thead tr th,
body.page-node-10271 table.table.commencement-table tbody tr th,
body.page-node-10271 table.table.commencement-table tbody tr td {
  padding: 0.5rem !important;
}
body.page-node-10271 table.table.commencement-table tr.commencement-rsvp-row {
  border-top: 0;
  margin-bottom: 12px;
}
body.page-node-10271 table.table.commencement-table tr.commencement-rsvp-row td {
  padding: 0 0 0.5rem !important;
  border-top: 0 !important;
}
body.page-node-10271 table.table.commencement-table tr.commencement-rsvp-row a {
  display: block;
  width: 100%;
  padding: 11px 13px;
  background-color: #004990;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
body.page-node-10271 table.table.commencement-table tr.commencement-rsvp-row a:hover, body.page-node-10271 table.table.commencement-table tr.commencement-rsvp-row a:focus-visible {
  background-color: #003366;
  text-decoration: none;
}
body.page-node-10271 table.table.commencement-table tr.commencement-rsvp-row a:focus-visible {
  outline: 3px solid #F7D117;
  outline-offset: -3px;
}
body.page-node-10271 table.table.commencement-table tbody tr {
  background: rgba(255, 255, 255, 0.85);
}
body.page-node-10271 table.table.commencement-table tbody tr.commencement-rsvp-row td {
  background: transparent;
}
@media (max-width: 992px) {
  body.page-node-10271 .commencement-table {
    min-width: auto;
  }
  body.page-node-10271 .commencement-table thead {
    display: none;
  }
  body.page-node-10271 .commencement-table,
  body.page-node-10271 .commencement-table tbody,
  body.page-node-10271 .commencement-table tr,
  body.page-node-10271 .commencement-table th,
  body.page-node-10271 .commencement-table td {
    display: block;
    width: 100%;
  }
  body.page-node-10271 .commencement-table tr {
    padding: 20px 0;
    border-bottom: 1px solid #CFCFCF;
  }
  body.page-node-10271 .commencement-table th {
    font-weight: 600;
    margin-bottom: 6px;
    border: 0;
    padding: 0;
  }
  body.page-node-10271 .commencement-table td {
    border: 0;
    padding: 2px 0;
  }
  body.page-node-10271 table.commencement-table.upcoming-events tbody tr:first-child {
    border: none;
  }
  body.page-node-10271 table.table.commencement-table .commencement-rsvp-row a {
    border-radius: 0.25rem;
    margin-top: 10px;
  }
  body.page-node-10271 .csngrad > .row > div:first-child {
    margin-top: 0;
  }
}
body.page-node-10271 .commencement-parallax {
  position: relative;
  overflow: hidden;
  overflow-x: clip;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
body.page-node-10271 .commencement-parallax.section-bleed {
  padding: 0;
}
body.page-node-10271 .commencement-parallax::before {
  content: "";
  position: absolute;
  top: 32%;
  right: -90%;
  width: clamp(650px, 165vw, 755px);
  height: 100%;
  background-image: url("//www.csn.edu/sites/default/files/documents/marcom/csn-pinwheel-gradient-800.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.15;
  pointer-events: none;
  transform: translateY(var(--parallax-offset, 0px));
  will-change: transform;
}
body.page-node-10271 .commencement-parallax .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.page-node-10271 .commencement-parallax::before {
    top: 32%;
    right: -28%;
    width: clamp(900px, 60vw, 1400px);
  }
}
@media (min-width: 1400px) {
  body.page-node-10271 .commencement-parallax::before {
    right: -20%;
  }
}
@media (min-width: 2000px) {
  body.page-node-10271 .commencement-parallax::before {
    right: 0;
  }
}
body.page-node-10271 .csngrad-hashtag {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(6rem, 12vw, 15.625rem);
  color: #F7D117;
  line-height: 1;
  margin-bottom: 1rem;
  margin-right: 0.25rem;
}
body.page-node-10271 .csngrad-word {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 5vw, 4.6875rem);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #004990;
  vertical-align: middle;
}
body.page-node-10271 .csngrad-title {
  margin-bottom: 1rem;
}
body.page-node-10271 .csngrad-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 1.5rem;
}
body.page-node-10271 .csngrad-social-link {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-node-10271 .csngrad-social-link img {
  width: 60px;
  height: 60px;
}
body.page-node-10271 .csngrad-social a.csngrad-social-link {
  box-shadow: none;
}
body.page-node-10271 .csngrad-img {
  max-width: 300px;
  border-radius: var(--bs-border-radius-xl);
}
body.page-node-10271 .commencement-nav-quick-links {
  background: #EAEAEA;
  border-top: 1px solid #efe5e5;
  border-bottom: 1px solid #efe5e5;
}
body.page-node-10271 .commencement-card {
  border-radius: 0.375rem;
  overflow: hidden;
  transition: all 0.25s ease;
}
body.page-node-10271 .commencement-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
}
body.page-node-10271 .commencement-card .card-img-top {
  height: 210px;
  object-fit: cover;
}
body.page-node-10271 .commencement-card .card-title {
  letter-spacing: 0.06em;
}
body.page-node-10271 .commencement-card .card-text {
  line-height: 1.6;
  font-size: 0.95rem;
}
/*# sourceMappingURL=../sourcemaps/node-10271--commencement.css.map */
