/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--blue:#003c71;--gold:#ffcd00;--navy:#002a4f;--ink:#111827;--slate:#4b5563;--mist:#f3f4f6;--fog:#ffffff;--radius:12px;--shadow:0 18px 35px rgba(0,0,0,0.12);--font-body:"Source Sans 3","Trebuchet MS",sans-serif;--font-title:"Libre Baskerville","Georgia",serif;}*{box-sizing:border-box;}.rtable{border:none !important;margin-block:0 !important;}.page{display:flex;flex-direction:column;}.site-header{background:linear-gradient(120deg,var(--blue),var(--navy));color:var(--fog);padding:48px 0 36px;box-shadow:var(--shadow);}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;}.brand__eyebrow{text-transform:uppercase;letter-spacing:0.12em;font-size:0.75rem;color:rgba(255,255,255,0.7);}.brand__title{margin:8px 0 6px;font-size:clamp(2rem,3vw,3rem);}.brand__subtitle{margin:0;font-size:1rem;color:rgba(255,255,255,0.85);}main{flex:1;padding:32px 0 48px;}.panel{margin-block:24px;}.panel__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px;}.panel__title{margin:0;font-size:1.25rem;color:var(--blue);}.panel__title--table{margin-bottom:16px;}.panel__meta{margin:0;color:var(--slate);}.controls{display:grid;grid-template-columns:minmax(200px,1fr) auto;gap:16px;align-items:end;}.control{display:grid;gap:8px;}.control label{font-weight:600;color:var(--ink);}.control input,.control select{padding:10px 12px;border-radius:10px;border:2px solid rgba(0,60,113,0.2);font-size:1rem;background:var(--fog);}.control input:focus,.control select:focus,.button:focus,.table__sort:focus,.page-link:focus{outline:3px solid rgba(255,205,0,0.6);outline-offset:2px;}.table__scroll{overflow-x:auto;border-radius:var(--radius);border:1px solid rgba(0,60,113,0.12);background:var(--fog);}.table{width:100%;border-collapse:collapse;min-width:640px;}.table thead th{background:rgba(0,60,113,0.08);text-align:left;padding:14px 16px;font-size:0.95rem;}.table tbody td{padding:14px 16px;border-top:1px solid rgba(0,60,113,0.08);}.table tbody tr:nth-child(even){background:rgba(0,60,113,0.03);}.table__sort{display:inline-flex;align-items:center;gap:8px;font:inherit;font-weight:700;background:transparent;border:none;color:var(--blue);cursor:pointer;padding:0;}.table__sort::after{content:"";font-size:0.85rem;color:var(--slate);}th[aria-sort="ascending"] .table__sort::after{content:"^";}th[aria-sort="descending"] .table__sort::after{content:"v";}.table__message{text-align:center;color:var(--slate);font-style:italic;}.table__star{color:var(--gold);font-size:1rem;}.table__gpa{text-align:center;width:110px;}.pagination{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:16px;padding:16px 0 0;}.pagination__pages{display:flex;flex-wrap:wrap;gap:8px;}.pagination__ellipsis{color:var(--slate);padding:6px 8px;font-weight:600;}.pagination__status{color:var(--slate);font-weight:600;}.button,.page-link{border:2px solid var(--blue);background:var(--blue);color:var(--fog);padding:8px 14px;border-radius:999px;cursor:pointer;font-weight:600;}.button[disabled],.page-link[disabled]{opacity:0.5;cursor:not-allowed;}.page-link{background:var(--fog);color:var(--blue);}.page-link.is-active{background:var(--gold);border-color:var(--gold);color:var(--navy);}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}@media (min-width:720px){.table thead th{position:sticky;top:0;z-index:1;}}@media (max-width:750px){.site-header{padding:32px 0 24px;}.site-header__inner{flex-direction:column;align-items:flex-start;}.panel{padding:18px;}.controls{grid-template-columns:1fr;}.pagination{grid-template-columns:1fr;justify-items:start;}.pagination__pages{width:100%;}}@media (prefers-reduced-motion:no-preference){.table tbody{animation:fade-in 240ms ease-out;}}@media (prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important;scroll-behavior:auto !important;}}@keyframes fade-in{from{opacity:0;transform:translateY(4px);}to{opacity:1;transform:translateY(0);}}
:where(th,td){border:none;}:where(th[scope=row]){background-color:unset;color:unset;text-align:left;}.rtable tbody *{line-height:1.4;vertical-align:top;}.rtable * > p + p{margin-block-start:1em;}.rtable{--label-col:35%;--label-pad:0.5rem;--label-gap:1rem;width:100%;border:1px solid #a8c4dd;border-collapse:collapse;overflow:hidden;margin-block-start:2rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.rtable__cell{font-size:clamp(0.9rem,0.7649rem + 0.5405vw,1.15rem);padding:.5rem .75rem;color:#003c71;}.rtable__cell--head{background:#027AC0;color:#fff;text-align:left;font-family:'Roboto Condensed',sans-serif;line-height:1.1 !important;text-wrap:balance;font-size:clamp(1.1rem,0.9649rem + 0.5405vw,1.35rem);font-weight:bold;}.rtable__body tr:nth-of-type(even){background:#fff;}.rtable__body tr:nth-of-type(odd){background:#f5f6f8;}@media (max-width:640px){.rtable{border:none;border-bottom:1px solid #a8c4dd;}.rtable__head{display:none;}.rtable__body > * + *{border:none;}.rtable__row{position:relative;display:block;overflow:hidden;border-left:#bfd1e0 1px solid;border-top:#bfd1e0 1px solid;border-right:#bfd1e0 1px solid;}.rtable__row > * + *{border-block-start:1px dashed hsla(208,100%,22%,0.2);}.rtable__cell{display:grid;grid-template-columns:var(--label-col) 1fr;gap:var(--label-gap);align-items:start;border-bottom:none;padding:.5rem .75rem .5rem .5rem;}.rtable__cell::before{content:attr(data-label);font-weight:700;display:block;line-height:1.25;white-space:normal;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;padding-right:var(--label-pad);}}:where(th) :where(a){color:unset;}.rtable__row--total{font-weight:700;background:rgb(216 240 229) !important;border-top:1px solid rgb(0 60 113 / 30%);}@media (max-width:640px){.rtable__row--total > .rtable__cell + .rtable__cell{border-block-start:0;}.rtable__row--total::before{display:none;}.rtable__row--total .rtable__cell::before{content:none;}.rtable__row--total{display:block;padding:.5rem .75rem .5rem .5rem;background:#fff8d9 !important;}.rtable__row--total > .rtable__cell{display:inline-block;vertical-align:baseline;background:transparent;border:0;padding:0;}.rtable__row--total > .rtable__cell:first-child{width:var(--label-col);font-weight:700;}.rtable__row--total > .rtable__cell:last-child{width:calc(100% - var(--label-col));text-align:left;font-weight:700;font-size:clamp(1.05rem,0.9rem + 0.6vw,1.35rem);}}@media print{.rtable thead{display:table-header-group;}.rtable__row{display:table-row;}.rtable__cell{display:table-cell;}}
:root{--angle-tan:2.6051;--rise:6rem;--run:calc(var(--rise) / var(--angle-tan));}.alternating-blocks__text-container,.callout__text-container,.hero--landing .hero__text{clip-path:polygon(var(--run) 0,100% 0,100% calc(100% - var(--rise)),calc(100% - var(--run)) 100%,0 100%,0 var(--rise)) !important;}.events-preview__date span.month{text-transform:unset;z-index:1;}.section--style--blue-gradient .section__inner:before,.alternating-blocks .section__inner:before{opacity:.2;transform:skew(338deg) !important;}.hero--intro .hero__text-container:before{opacity:.8;content:"";background-image:linear-gradient(#013b72,#026dab);width:80%;height:100%;display:block;position:absolute;top:0;left:50%;transform:translate(-50%) skew(-23deg);}.hero--landing .hero__tagline,.hero--subsite-home .hero__tagline{font-weight:unset !important;}.hero--landing .hero__text{padding:3rem;}.btn-white--stylized:before,.btn-yellow--stylized:before,.btn-blue-light--stylized:before,.btn-blue-dark--stylized:before,.btn-blue--stylized:before,.btn--stylized:before{background:linear-gradient(113deg,var(--btn-bg) 0%,var(--btn-bg) 35%,var(--btn-bg-secondary) 35%,var(--btn-bg-secondary) 65%,transparent 65%);}.btn-white--stylized:hover:before,.btn-yellow--stylized:hover:before,.btn-blue-light--stylized:hover:before,.btn-blue-dark--stylized:hover:before,.btn-blue--stylized:hover:before,.btn--stylized:hover:before{background:linear-gradient(113deg,var(--btn-bg-hover) 0%,var(--btn-bg-hover) 35%,var(--btn-bg-secondary) 35%,var(--btn-bg-secondary) 65%,transparent 65%);}.router--button-grid.bg--yellow{background-image:url(https://www.alfredstate.edu/sites/default/files/2025-12/bg-yellow-overlay.png);background-position:0 100%;background-repeat:no-repeat;background-size:cover;}.hero--intro .hero__title{transform:skew(23deg);}.hero--intro .hero__title-container{transform:skew(-23deg) translate(-50%);}.front .news,carousel-splide[type=one-with-background-image]{padding-block:3rem;}.section-title{margin:0 0 1rem;}.carousel__title{font-size:clamp(2.5rem,2.0946rem + 1.6216vw,3.25rem) !important;font-weight:revert !important;}.section--style--blue-gradient .carousel__title{margin-block-end:1rem;}.carousel--one-with-background-image .carousel__intro{margin-bottom:2.5rem;}.router--button-grid .router__list{padding:2rem 1rem;}.stats{padding-inline-end:1rem;}.alternating-blocks .splide__pagination{display:none;}.alternating-blocks__text-container [class*=__title]{line-height:1;}.carousel__pagination{display:none;}.news--recent{display:none;}.router--button-grid .router__headline{font-size:2.5rem;}.carousel--one-with-background-image .splide__arrow{width:2.5rem;height:2.5rem;font-size:1.75rem;}.page-title,.hero--carousel
.hero__title,.hero--image
.hero__title{position:relative;}.page-title:before,.hero--carousel
.hero__title:before,.hero--image .hero__title:before,.page-title:after,.hero--carousel
.hero__title:after,.hero--image
.hero__title:after{position:absolute;}.hero--landing{padding:0;}@media (max-width:57.5rem){.section-title.stylized{padding-top:2rem;}}@media (min-width:57.5rem){.section-title.stylized{width:125%;}}.section-title.stylized{margin-bottom:2.5rem;`}.carousel--video{padding-block:5rem;}@media (min-width:57.5rem){.section-title.stylized:after{transform:skew(-23deg);}}div.carousel.carousel--one-with-background-image@container (width >= 47.5rem){.container--small{margin-bottom:2rem;}}.container--small{margin-block-end:2rem;}.news--featured .news__text-container--links-only > * + *{margin-block-start:1.25rem;}.hero--carousel .hero__title-container{margin-block-end:unset;}.webform-submission-form{padding:2.5rem 1em;}.form-select{padding:.8rem;}.featured-video__section-title{display:none;}.video-gallery{padding:0 0 1.5rem;}.video-gallery__title{text-align:left;margin:0 0 1rem;font-weight:700;font-size:clamp(1.5rem,1.2297rem + 1.0811vw,2rem);font-style:italic;line-height:1.1;letter-spacing:-.03ch;}.video-gallery__iframe{aspect-ratio:16/9;background-color:#000;border:none;max-height:85.5vh;margin-left:auto;margin-right:auto;display:block;}.page-body--with-sidebar .page-body__sidebar{padding:0 1rem 2.5rem;}.sidebar-peekaboo{border-bottom:unset;margin-bottom:2rem;}.program-length{margin-block-end:2.5rem;}.sidebar-peekaboo__toggle{margin-top:unset;}.accordion__item{padding:1em 0 0;}.accordion__button{padding:.75rem 3.05rem .75rem 1.5rem;font-size:1.313rem;line-height:1.4;}.wysiwyg__section{padding:2.5rem 0;font-family:Roboto,sans-serif;font-size:1.313rem;}.figcaption{font-size:.9rem;opacity:.8;}.news-article__categories{margin-block-start:4.5rem;clear:both;}@media (min-width:57.5rem){.hero--landing .hero__link,.hero--subsite-home .hero__link{margin:1rem 0 0;}}.callout--full .callout__link{padding:unset;}:is(.callout--full .callout__text-container [class$=__link],.alternating-blocks__text-container [class$=__link]){line-height:1.2;}.alternating-blocks__text-container [class$=__link]{display:block;}:is(.alternating-blocks__links,.callout__links) > * + *{margin-block-start:0.5rem;}.hero__controls__play-pause{cursor:pointer;}.news--featured .news__link{color:#ffcd00;}.btn-white--stylized,.btn-yellow--stylized,.btn-blue-light--stylized,.btn-blue-dark--stylized,.btn-blue--stylized,.btn--stylized{padding-left:0;padding-right:0;}.btn-white,.btn-yellow,.btn-blue-light,.btn-blue-dark,.btn-blue,.callout--block .callout__link,.btn,.btn-white--skewed,.btn-yellow--skewed,.btn-blue-light--skewed,.btn-blue-dark--skewed,.btn-blue--skewed,.btn--skewed,.btn-white--stylized,.btn-yellow--stylized,.btn-blue-light--stylized,.btn-blue-dark--stylized,.btn-blue--stylized,.btn--stylized,.btn-white--small,.btn-yellow--small,.btn-blue-light--small,.btn-blue-dark--small,.btn-blue--small,.btn--small{line-height:1.1;}.block--system-main-block > .container,.hero.hero--carousel .container{margin-block-start:2rem;}.hero--image .hero__title-container{margin-block:2rem 2.625rem;}.page-title,.hero--carousel .hero__title,.hero--image .hero__title{font-size:clamp(2.25rem,1.9091rem + 1.3636vw,3rem);}.news--full .news__headline-link{margin-top:0;}.news--full .news__link{margin-top:0.75rem;display:block;}.news-article__categories a{text-transform:unset;padding:0.575rem 1rem;line-height:1.2;border-radius:.25rem;text-wrap:balance;font-weight:500;}
