
@import url("https://use.typekit.net/ksl5erb.css");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&amp;family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900");
/*      Request ID: 9807ce1df34583895cb75035cc7c19ce_1761333438 (10/27/2025 3:02pm) (tY7RCcQwDENXuQFKNFJxEtOYOk6Jk49uf+WgnaD3+QR6EkqrjKTUd2+GRMqWqYc7CZwnjhlV0lpGVaxiW+csbMMxCld2bNoiKXycetFTvcCXD95fqCQWPP3L3qIo/95/AQ==)      */



/*      Resource ID: 4bfaea3dc98066e732e4a8d1f0f (clarkson.less, compiled by lessc, minified by none) (10/27/2025 3:02pm) (A:28603, B:28603, C:29340, D:29340, F:29340, J:29340, K:29340)      */

/* Variables */
:root {
  /* rgb values */
  --rgb-white: 255 255 255;
  --rgb-gray: 215 210 203;
  --rgb-gray-lt: 248 249 251;
  --rgb-gray-md: 241 243 247;
  --rgb-gray-dk: 51 51 51;
  --rgb-green-lt: 122 154 1;
  --rgb-green-md: 26 96 85;
  --rgb-green: 0 78 66;
  --rgb-green-dk: 10 29 27;
  --rgb-gold: 255 205 0;
  --rgb-orange: 207 69 32;
  --rgb-blue-md: 65 143 222;
  --rgb-blue: 0 85 135;
  --rgb-blue-lt: 123 175 212;
  --rgb-blue-dk: 0 45 114;
  --rgb-teal: 4 211 223;
  --rgb-red: 156 28 49;
  --rgb-red-md: 145, 0, 19;
  --rgb-red-dk: 95 3 9;
  /* colors */
  --white: rgb(var(--rgb-white));
  --gray: rgb(var(--rgb-gray));
  --gray-lt: rgb(var(--rgb-gray-lt));
  --gray-md: rgb(var(--rgb-gray-md));
  --gray-dk: rgb(var(--rgb-gray-dk));
  --green-lt: rgb(var(--rgb-green-lt));
  --green-md: rgb(var(--rgb-green-md));
  --green: rgb(var(--rgb-green));
  --green-dk: rgb(var(--rgb-green-dk));
  --gold: rgb(var(--rgb-gold));
  --orange: rgb(var(--rgb-orange));
  --blue: rgb(var(--rgb-blue));
  --blue-lt: rgb(var(--rgb-blue-lt));
  --blue-md: rgb(var(--rgb-blue-md));
  --blue-dk: rgb(var(--rgb-blue-dk));
  --teal: rgb(var(--rgb-teal));
  --red: rgb(var(--rgb-red));
  --red-md: rgb(var(--rgb-red-md));
  --red-dk: rgb(var(--rgb-red-dk));
  /* fonts */
  --sans-serif: "Montserrat", sans-serif;
  /* misc */
  --box-shadow: 0 1rem 1.5rem rgba(0 0 0 0.6)!important;
  --transition: 300ms ease;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    transform: translateY(1.5rem);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes slide-left-fade {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes slide-right-fade {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes slide-right-fade-reverse {
  0% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Base */
:root {
  scroll-behavior: smooth;
}
@media print {
  :root * {
    color: var(--gray-dk) !important;
  }
}
iframe,
img,
input,
select,
svg {
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  padding: 0.25em 0.375em;
  border: 1px solid;
  border-radius: 0;
  background-color: field;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-overflow: ellipsis;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
:where(:root) {
  cursor: unset;
}
:focus {
  outline-offset: 0.125rem;
}
:focus:not(:focus-visible) {
  outline: 0;
}
.skip-link {
  position: absolute;
  left: -10000rem;
  top: -2rem;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  z-index: 100;
  outline: 0;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border-bottom-right-radius: 0.3rem;
  transition: top 1s ease-out;
  font-family: var(--serif);
  color: var(--white);
}
.skip-link:focus,
.skip-link:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: var(--green-dk);
  transition: top 0.1s ease-in;
  color: var(--white);
}
/*
 * Helpers
 */
.screen-reader-text:not(:focus):not(:active) {
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.container,
.container-sm {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 48em) {
  .container,
  .container-sm {
    padding: 0 3rem;
  }
}
.container-sm {
  max-width: 81rem;
}
@media (min-width: 48em) {
  .wrap-half {
    width: 50%;
    margin-bottom: 4rem;
  }
}
.block {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.zero > :first-child {
  margin-top: 0;
}
.zero > :last-child {
  margin-bottom: 0;
}
.link-cover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.link-u {
  background-image: linear-gradient(90deg, currentcolor 33.333%, transparent 33.333%, transparent 66.666%, currentcolor 66.666%);
  background-position: 100% 100%;
  background-size: 300% 0.0625em;
  text-decoration: none;
}
.link-u:hover {
  transition: background-position 900ms ease-in-out;
  background-position: 0 100%;
}
.select {
  display: inline-block;
  width: 100%;
  position: relative;
}
.select::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: var(--green);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/close.svg") center no-repeat;
  transform: rotate(45deg);
}
.select select {
  width: 100%;
  padding: 1rem 4rem 1rem 1.5rem;
  border: 0;
  background: var(--gray-md);
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: bold;
  appearance: none;
}
@media (min-width: 48em) {
  .select select {
    padding: 1rem 5rem 1rem 1.5rem;
  }
}
.large-only {
  display: none;
}
@media (min-width: 64em) {
  .large-only {
    display: block;
  }
}
.font-bold {
  font-weight: 700;
}
@media not print {
  [data-animation="fade-in-up"] {
    animation: fade-in-up 600ms 300ms ease both;
  }
  [data-animation="slide-left-fade"] {
    animation: slide-left-fade 600ms 300ms ease both;
  }
  [data-animation="slide-right-fade"] {
    animation: slide-right-fade 600ms 300ms ease both;
  }
  [data-animation="slide-right-fade-reverse"] {
    animation: slide-right-fade-reverse 600ms 300ms ease both;
  }
  [data-animate] {
    animation-play-state: paused;
  }
  [data-animate="true"] {
    animation-play-state: running;
  }
}
/* 
 *
 * CU Header Styles 
 *
 */
body.mobile-menu-active,
body.search-menu-active {
  overflow: hidden;
}
@media (min-width: 73.125em) {
  body.mobile-menu-active,
  body.search-menu-active {
    overflow: auto;
  }
}
.header {
  display: flex;
  align-items: center;
  position: relative;
  height: 4.5rem;
  background: var(--white);
  color: var(--green-dk);
  top: 0;
  z-index: 4;
  transform: translateY(0);
  transition: var(--transition);
}
@media (min-width: 73.125em) {
  .header::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3rem;
    background: var(--green-dk);
    z-index: -1;
  }
}
.header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header li {
  margin: 0;
}
.header li::before {
  display: none;
}
.header a {
  color: inherit;
  text-decoration: none;
}
.header.header--sticky {
  position: sticky;
  transform: translateY(0);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  animation-name: slideOut;
  animation-duration: 300ms;
}
.header.header--sticky::before {
  box-shadow: var(--box-shadow);
}
.header.header--unsticky {
  position: sticky;
  transform: translateY(-160%);
  transition: var(--transition);
}
@keyframes slideOut {
  from {
    transform: translateY(-160%);
  }
  to {
    transform: translateY(0%);
  }
}
.header__canvas {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 73.125em) {
  .header__canvas {
    height: calc(100vh + 3rem);
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  max-width: none;
  height: 4.5rem;
  pointer-events: all;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.header--gateway .header__container {
  padding: 0;
}
.header__logo {
  width: 11.125rem;
  margin-right: auto;
}
@media (min-width: 73.125em) {
  .header__logo {
    width: 16.5rem;
  }
}
@media (min-width: 73.125em) {
  .header__logo--mobile {
    display: none;
  }
}
.header__menu-toggle {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
}
.header__menu-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  background: var(--green-dk);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/menu.svg") center no-repeat;
}
.header--gateway .header__menu-toggle::before {
  background: var(--white);
}
.header__menu-toggle[aria-expanded="true"]::before {
  width: 1.25rem;
  height: 1.25rem;
  background: var(--green-dk);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/close.svg") center no-repeat;
}
.header--gateway .header__menu-toggle[aria-expanded="true"]::before {
  background: var(--white);
}
@media (min-width: 73.125em) {
  .header__menu-toggle {
    display: none;
  }
}
.header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 4.5rem);
  padding: 1.5rem;
  transform: translateX(100%);
  transition: transform var(--transition), visibility var(--transition);
  background: var(--white);
  overflow: auto;
  visibility: hidden;
}
@media (min-width: 48em) {
  .header__menu {
    padding: 1.5rem 3rem 3rem;
  }
}
@media (min-width: 73.125em) {
  .header__menu {
    display: flex;
    position: static;
    height: auto;
    padding: 0 2.75rem 0 0;
    transform: none;
    transition: none;
    background: none;
    overflow: visible;
    visibility: visible;
  }
}
[aria-expanded="true"] + .header__menu {
  transform: none;
  visibility: visible;
}
.header__search-toggle {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  padding: 0;
  border: 0;
  background: none;
  transition: var(--transition);
}
.header__search-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--green-dk);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/search.svg") left no-repeat;
}
@media (min-width: 73.125em) {
  .header__search-toggle {
    display: none;
  }
}
.header__search-toggle[aria-expanded="true"]::before {
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/close.svg") right / 1.5rem no-repeat;
}
.header__search-toggle:hover {
  transform: scale(1.2);
}
@media (min-width: 73.125em) {
  .header__search-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5.75rem;
    height: 4.5rem;
    padding: 0;
    border: 0;
  }
}
.header__search-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  background: var(--green-dk);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/search.svg") center no-repeat;
}
.header__search-toggle[aria-expanded="true"]::before {
  width: 1rem;
  height: 1rem;
  background: var(--green-dk);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/close.svg") center no-repeat;
}
.header__search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: calc(100vh - 4.5rem);
  padding: 0 1.5rem;
  transform: translateX(100%);
  transition: transform var(--transition), visibility var(--transition);
  background: var(--white);
  overflow: auto;
  visibility: hidden;
  display: none;
}
.header__search form {
  margin-bottom: 2rem;
}
.header__search ul {
  list-style-type: none;
  margin-top: 1rem;
}
.header__search ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.header__search ul li::before {
  display: block;
  content: "";
  width: 0.6619rem;
  height: 0.6944rem;
  margin-right: 0.5rem;
  background: var(--green);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/arrow-filled.svg") center no-repeat;
}
.header__search ul li a {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--green-md);
  text-transform: uppercase;
}
.header__search ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 48em) {
  .header__search {
    padding: 1.5rem 3rem 3rem;
  }
}
@media (min-width: 73.125em) {
  .header__search {
    top: 101%;
    width: 35rem;
  }
}
[aria-expanded="true"] + .header__search {
  transform: none;
  visibility: visible;
  display: block;
}
.header__label {
  display: flex;
  width: 100%;
}
.header__input-wrapper {
  display: flex;
  width: 100%;
}
.header__input {
  flex-grow: 1;
  padding: 1rem 1.25rem;
  border: 0;
  background: rgba(var(--rgb-green) 0.1);
  color: var(--green);
  font-size: 0.75rem;
  font-weight: bold;
}
.header__input::placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.header__submit {
  position: relative;
  flex-shrink: 0;
  width: 3em;
  height: 3.2rem;
  padding: 1.375rem;
  border: 0;
  background: rgba(var(--rgb-green) 0.1);
  color: var(--green-dk);
}
.header__submit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  background: #0a1d1b;
  background: var(--green-dk);
  -webkit-mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/search.svg") center no-repeat;
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/search.svg") center no-repeat;
}
@media (min-width: 73.125em) {
  .header__nav {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (min-width: 73.125em) {
  .header__nav > ul {
    display: flex;
  }
}
.header__nav > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid rgba(var(--rgb-white) 0.5);
}
@media (min-width: 73.125em) {
  .header__nav > ul > li {
    margin-right: 2rem;
    padding: 0;
    border: 0;
  }
}
@media (min-width: 73.125em) {
  .header__nav > ul > li:last-child ul {
    right: 7.75rem;
  }
}
@media (min-width: 80em) {
  .header__nav > ul > li:last-child ul {
    right: 8.75rem;
  }
}
.header__nav > ul > li > a {
  flex-grow: 1;
  font-family: var(--serif);
  font-size: 1rem;
}
@media (min-width: 73.125em) {
  .header__nav > ul > li > a {
    font: inherit;
    font-weight: bold;
  }
}
.header__nav > ul > li + li {
  margin-top: 0.5rem;
}
@media (min-width: 73.125em) {
  .header__nav > ul > li + li {
    margin-top: 0;
  }
}
.header__nav a:hover {
  text-decoration: underline;
}
.header__nav ul ul {
  display: none;
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (min-width: 73.125em) {
  .header__nav ul ul {
    display: block;
    position: absolute;
    top: 101%;
    column-count: 4;
    width: 100%;
    z-index: 1;
    left: 0;
    padding: 1rem 2rem 2rem 2rem;
    box-shadow: var(--box-shadow);
    transform: translateY(-1.5rem);
    transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
    background: var(--white);
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 73.125em) {
  .header__nav ul ul > * {
    display: inline-block;
    width: 100%;
  }
}
.header__nav ul ul li {
  margin-top: 1rem;
}
@media (min-width: 73.125em) {
  .header__nav ul ul a {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--green);
  }
}
@media (min-width: 73.125em) {
  .header__nav ul ul a:hover {
    color: var(--blue);
    text-decoration: underline;
  }
}
@media (min-width: 73.125em) {
  .header[data-sticky="true"] .header__nav {
    display: none;
  }
}
.header__sub-toggle {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  transition: color var(--transition);
  font-family: var(--serif);
  font-size: 1rem;
  text-align: left;
  background: none;
}
@media (min-width: 73.125em) {
  .header__sub-toggle {
    margin-right: -0.75rem;
    font: inherit;
    font-weight: bold;
  }
}
@media (min-width: 80em) {
  .header__sub-toggle {
    font-size: 1rem;
  }
}
.header__sub-toggle::after {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  transition: transform var(--transition), background-color var(--transition);
  background: currentcolor;
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/triangle-down.svg") center / 0.75rem no-repeat;
}
.header__sub-toggle:hover {
  text-decoration: underline;
}
.header__sub-toggle[aria-expanded="true"] + ul {
  display: block;
}
@media (min-width: 73.125em) {
  .header__sub-toggle[aria-expanded="true"] + ul {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}
.header__sub-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.header__heading {
  margin: 2rem 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 73.125em) {
  .header__heading {
    display: none;
  }
}
@media (min-width: 73.125em) {
  .header__audiences > ul {
    display: flex;
    align-items: center;
    position: absolute;
    left: 3rem;
    top: 100%;
    height: 3rem;
  }
}
.header__audiences li {
  margin-top: 0.5rem;
}
@media (min-width: 73.125em) {
  .header__audiences li {
    margin-top: 0;
    margin-right: 2rem;
  }
}
@media (min-width: 73.125em) {
  .header__audiences a {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--white);
  }
}
.header__audiences a:hover {
  text-decoration: underline;
}
@media (min-width: 73.125em) {
  .header__audiences a:hover {
    text-decoration: none;
    color: var(--gold);
  }
}
@media (min-width: 73.125em) {
  .header[data-sticky="true"] .header__audiences {
    display: none;
  }
}
.header__actions {
  margin-top: 2rem;
}
@media (min-width: 73.125em) {
  .header__actions {
    margin-top: 0;
  }
}
@media (min-width: 73.125em) {
  .header__actions > ul {
    display: flex;
    align-items: center;
    position: absolute;
    right: 3rem;
    top: 100%;
    height: 3rem;
  }
}
.header__actions li {
  margin-top: 1rem;
}
@media (min-width: 73.125em) {
  .header__actions li {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.header__actions a {
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  text-decoration: none;
}
.header__actions a::after {
  content: "";
  position: relative;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  background: var(--green);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/triangle-right.svg") center no-repeat;
  transition: var(--transition);
}
@media (min-width: 73.125em) {
  .header__actions a {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--white);
    text-align: center;
  }
  .header__actions a::after {
    background: var(--gold);
  }
}
.header__actions a:hover::after {
  transform: translateX(50%);
}
@media (min-width: 73.125em) {
  .header__actions a:hover {
    justify-content: space-between;
    color: var(--gold);
  }
}
@media (min-width: 73.125em) {
  .header[data-sticky="true"] .header__actions > ul {
    right: 5.75rem;
    bottom: 50%;
    margin-right: 2rem;
    transform: translateY(50%);
    animation: fade-in var(--transition);
  }
}
@media (min-width: 80em) {
  .header[data-sticky="true"] .header__actions > ul {
    margin-right: 3rem;
  }
}
.header--gateway {
  background: var(--green-dk);
  height: 10.5rem;
}
.header--gateway::before {
  background: var(--white);
}
.header--gateway .header__logo {
  width: 12.1875rem;
}
.header--gateway .header__nav {
  margin-left: unset;
}
@media (min-width: 73.125em) {
  .header--gateway .header__nav {
    color: var(--white);
  }
}
.header--gateway .header__menu,
.header--gateway .header__search {
  margin: 0 -2rem;
  width: calc(100% + 4rem);
}
@media (min-width: 73.125em) {
  .header--gateway .header__menu,
  .header--gateway .header__search {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 73.125em) {
  .header--gateway .header__search {
    width: 35rem;
  }
}
.header--gateway .header__audiences a {
  color: var(--green-dk);
}
.header--gateway .header__actions a {
  color: var(--green-dk);
}
.header--gateway .header__actions a::after {
  background: var(--green-dk);
}
.header--gateway .header__search-toggle::before {
  background: var(--white);
}
@media (min-width: 73.125em) {
  .header--gateway .header__audiences > ul {
    left: 0;
  }
}
@media (min-width: 73.125em) {
  .header__nav .region-primary-menu > ul {
    display: flex;
  }
}
.header__nav .region-primary-menu > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid rgba(var(--rgb-white) 0.5);
}
@media (min-width: 73.125em) {
  .header__nav .region-primary-menu > ul > li {
    margin-right: 2rem;
    padding: 0;
    border: 0;
  }
}
@media (min-width: 73.125em) {
  .header__nav .region-primary-menu > ul > li:last-child ul {
    right: 7.75rem;
  }
}
@media (min-width: 80em) {
  .header__nav .region-primary-menu > ul > li:last-child ul {
    right: 8.75rem;
  }
}
.header__nav .region-primary-menu > ul > li > a {
  flex-grow: 1;
  font-family: var(--serif);
  font-size: 1rem;
}
@media (min-width: 73.125em) {
  .header__nav .region-primary-menu > ul > li > a {
    font: inherit;
    font-weight: bold;
  }
}
.header__nav .region-primary-menu > ul > li + li {
  margin-top: 0.5rem;
}
@media (min-width: 73.125em) {
  .header__nav .region-primary-menu > ul > li + li {
    margin-top: 0;
  }
}
span.c-menu-main__link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  transition: color var(--transition);
  font-family: var(--serif);
  font-size: 1rem;
  text-align: left;
  background: none;
}
@media (min-width: 73.125em) {
  span.c-menu-main__link {
    margin-right: -0.75rem;
    font: inherit;
    font-weight: bold;
  }
}
@media (min-width: 80em) {
  span.c-menu-main__link {
    font-size: 1rem;
  }
}
span.c-menu-main__link::after {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  transition: transform var(--transition), background-color var(--transition);
  background: currentcolor;
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/triangle-down.svg") center / 0.75rem no-repeat;
}
span.c-menu-main__link:hover {
  text-decoration: underline;
}
span.c-menu-main__link[aria-expanded="true"] + ul {
  display: block;
}
@media (min-width: 73.125em) {
  span.c-menu-main__link[aria-expanded="true"] + ul {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}
span.c-menu-main__link[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
@media (min-width: 73.125em) {
  .header__audiences .region-secondary-menu > ul {
    display: flex;
    align-items: center;
    position: absolute;
    left: 3rem;
    top: 100%;
    height: 3rem;
  }
}
.header__audiences li {
  margin-top: 0.5rem;
}
@media (min-width: 73.125em) {
  .header__audiences li {
    margin-top: 0;
    margin-right: 2rem;
  }
}
@media (min-width: 73.125em) {
  .header__audiences a {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--white);
  }
}
.header__audiences a:hover {
  text-decoration: underline;
}
@media (min-width: 73.125em) {
  .header__audiences a:hover {
    text-decoration: none;
    color: var(--gold);
  }
}
@media (min-width: 73.125em) {
  .header[data-sticky="true"] .header__audiences {
    display: none;
  }
}
@media (min-width: 73.125em) {
  .header__actions .region-tertiary-menu > ul {
    display: flex;
    align-items: center;
    position: absolute;
    right: 3rem;
    top: 100%;
    height: 3rem;
  }
}
.header__actions li {
  margin-top: 1rem;
}
@media (min-width: 73.125em) {
  .header__actions li {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.header__actions a {
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  text-decoration: none;
}
.header__actions a::after {
  content: "";
  position: relative;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  background: var(--green);
  mask: url("https://www.clarkson.edu/themes/custom/clarkson_theme/dist/img/triangle-right.svg") center no-repeat;
  transition: var(--transition);
}
@media (min-width: 73.125em) {
  .header__actions a {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--white);
    text-align: center;
  }
  .header__actions a::after {
    background: var(--gold);
  }
}
.header__actions a:hover::after {
  transform: translateX(50%);
}
@media (min-width: 73.125em) {
  .header__actions a:hover {
    justify-content: space-between;
    color: var(--gold);
  }
}
@media (min-width: 73.125em) {
  .header[data-sticky="true"] .header__actions > ul {
    right: 5.75rem;
    bottom: 50%;
    margin-right: 2rem;
    transform: translateY(50%);
    animation: fade-in var(--transition);
  }
}
@media (min-width: 80em) {
  .header[data-sticky="true"] .header__actions > ul {
    margin-right: 3rem;
  }
}
/* 
 * 
 * CU Footer Styles 
 *
 */
.footer {
  position: relative;
  border-top: 1px solid var(--green-dk);
}
.footer .text-xs {
  font-size: 0.75rem;
  color: var(--green);
}
.footer__top {
  padding: 1rem 0 3rem;
}
@media (min-width: 48em) {
  .footer__top {
    padding: 2rem 0 4rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.footer__border {
  border-bottom: 1px solid var(--green-dk);
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 48em) {
  .footer__container {
    flex-direction: row;
    align-items: center;
  }
}
.footer__column {
  width: 100%;
}
@media (min-width: 48em) {
  .footer__column {
    padding-right: 3rem;
  }
}
@media (min-width: 64em) {
  .footer__column {
    flex: 1;
  }
}
@media (min-width: 48em) {
  .footer__column--nav {
    padding-right: 0;
    column-count: 3;
    column-gap: 3rem;
  }
}
.footer__logo {
  display: flex;
  align-items: flex-end;
  max-width: 20.9375rem;
  height: 6.125rem;
  color: inherit;
}
.footer__logo svg {
  width: 100%;
}
.footer__contact {
  margin: 1rem 0;
}
@media (min-width: 48em) {
  .footer__contact {
    margin: 2rem 0;
  }
}
.footer__contact-name {
  text-decoration: none;
}
.footer__contact-name:hover {
  text-decoration: underline;
}
.footer__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__list a {
  color: inherit;
  text-decoration: none;
}
.footer__list a:hover {
  color: var(--green-dk);
  text-decoration: underline;
}
.footer__bottom {
  padding: 1.5rem 0 0;
  background: var(--gray-lt);
}
@media (min-width: 64em) {
  .footer__bottom {
    padding-bottom: 1.5rem;
  }
}
.footer__copyright {
  align-self: center;
  width: 100%;
}
@media (min-width: 64em) {
  .footer__copyright {
    width: auto;
    margin: 0 2rem 0 0;
  }
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  width: 100%;
  margin: 1rem 0 0;
  list-style-type: none;
  padding: 0;
}
.footer__links li::after {
  content: "|";
  padding: 0 0.5rem;
}
.footer__links li:last-child::after {
  display: none;
}
@media (min-width: 64em) {
  .footer__links {
    width: auto;
    margin: 0;
  }
}
.footer__links a {
  color: inherit;
  text-decoration: none;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__social {
  display: flex;
  align-items: center;
  align-self: center;
  height: 5.625rem;
  margin-top: 1rem;
}
@media (min-width: 64em) {
  .footer__social {
    height: auto;
    margin: 0;
  }
}
.footer__icon {
  width: 2rem;
  margin-right: 1rem;
  padding: 0.5rem;
  border-radius: 50%;
  transition: background-color var(--transition);
  background: var(--green-dk);
  fill: var(--white);
}
.footer__icon svg {
  display: block;
}
.footer__icon:hover {
  fill: var(--green-dk);
  background: var(--gold);
}
.footer__container .region-footer-blocks {
  display: flex;
  margin-right: 0;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 48em) {
  .footer__container .region-footer-blocks {
    justify-content: space-between;
    width: 65%;
    margin-right: 10%;
    flex-direction: row;
  }
}
.footer__container .region-footer-blocks .block {
  margin: 0;
}
.region-footer .menu-item {
  list-style-type: none;
  padding: 0;
}
.region-footer .menu-item a {
  color: inherit;
  text-decoration: none;
}
.region-footer .menu-item a:hover {
  color: var(--green-dk);
  text-decoration: underline;
}
.region-footer-bottom .block {
  margin: 0;
}
.region-footer .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  margin: 0 0.5rem 0.5rem 0;
  border: 0;
  transition: var(--transition);
  background: var(--green);
  color: var(--white) !important;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
}
.button span {
  position: relative;
  z-index: 2;
}
.button::after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-right: 50px solid transparent;
  border-bottom: 80px solid var(--gold);
  transform: translateX(-100%);
  transition: var(--transition);
}
.button:hover {
  color: var(--green) !important;
}
.button:hover::after {
  transform: translateX(0);
}
/*
 * Events Styling
 */
.event-title {
  font-size: 1.375rem !important;
}
.lw_cal_today_day {
  font-size: 3rem!important;
}
#lw_cal_header h2 {
  font-size: 1.75rem !important;
}

/*      Resource ID: 92ebf590a8a75b20f09a1e7e420 (main.scss, compiled by node-sass, minified by none) (10/16/2025 11:51am) (A:213, B:213, C:18311, D:18331, F:18331, J:18331, K:18331)      */



body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900 !important; }

body {
  margin: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

#lw_cal .row {
  align-items: flex-start; }

#lw_cal_header {
  padding: 24px 0; }

.group-calendar-header {
  padding: 12px;
  background-color: #f5f5f5;
  margin-bottom: 24px; }
  .group-calendar-header a {
    color: #353a3d;
    float: right; }

.featured-event {
  display: none; }
  body[class*="lw_cal_view"] .featured-event {
    display: flex; }
  body.lw_cal_event_detail .featured-event {
    display: none; }

#day-view {
  display: flex;
  align-items: self-start;
  margin-bottom: 60px; }
  #day-view #day-left {
    display: none; }
    .lw_cal_view_today #day-view #day-left {
      display: block; }
  #day-view #day-right {
    padding-left: 12px; }

@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw_cal_view_today #day-view #day-left {
    display: none; }
  #lw_cal_search_form {
    margin-bottom: 1rem; }
  #lw_cal_view_selector {
    position: sticky;
    top: 0;
    background: #fff;
    height: 36px;
    z-index: 5; }
    #lw_page #lw_cal_view_selector {
      top: 40px; }
  #lw_cal_header {
    position: sticky;
    top: 36px;
    background: #fff;
    z-index: 5; }
    #lw_page #lw_cal_header {
      top: 76px; } }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .calendar-content {
    align-items: flex-start; }
    .calendar-content #main-sidebar {
      position: sticky;
      top: 60px; }
  #day-left {
    position: sticky;
    top: 60px;
    width: 200px; }
    #lw_page #day-left {
      top: 120px; } }

#lw_cal > h1 {
  font-size: 48px; }

#lw_cal .calendar-group {
  color: #ffcd00;
  font-weight: bold; }

.button,
.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease; }
  .button:hover,
  .btn:hover {
    text-decoration: none;
    background-color: #004e42;
    color: #fff; }
  @media (max-width: 768px) {
    .button,
    .btn {
      font-size: 16px; } }
  @media (max-width: 550px) {
    .button,
    .btn {
      font-size: 14px; } }
  .button.large,
  .btn.large {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin: 15px 0;
    padding: 10px 24px;
    border-radius: 24px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    text-decoration: none;
    background-color: white !important;
    color: #004e42 !important;
    border: 2px solid #004e42 !important;
    font-size: 14px; }
    .button.large:hover,
    .btn.large:hover {
      text-decoration: none;
      background-color: #004e42;
      color: #fff; }
    @media (max-width: 768px) {
      .button.large,
      .btn.large {
        font-size: 16px; } }
    @media (max-width: 550px) {
      .button.large,
      .btn.large {
        font-size: 14px; } }
    .button.large:hover,
    .btn.large:hover {
      text-decoration: none;
      background-color: #004e42 !important;
      color: #fff !important; }
  .button.small,
  .btn.small {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #004e42;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px; }
    .button.small:hover,
    .btn.small:hover {
      text-decoration: none;
      background-color: #004e42;
      color: #fff; }
    @media (max-width: 768px) {
      .button.small,
      .btn.small {
        font-size: 16px; } }
    @media (max-width: 550px) {
      .button.small,
      .btn.small {
        font-size: 14px; } }

#lw_cal_subscribe {
  all: unset; }
  #lw_cal_subscribe > a,
  #lw_cal_subscribe + a {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin: 15px 0;
    padding: 10px 24px;
    border-radius: 24px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    text-decoration: none;
    background-color: white !important;
    color: #004e42 !important;
    border: 2px solid #004e42 !important;
    font-size: 14px; }
    #lw_cal_subscribe > a:hover,
    #lw_cal_subscribe + a:hover {
      text-decoration: none;
      background-color: #004e42;
      color: #fff; }
    @media (max-width: 768px) {
      #lw_cal_subscribe > a,
      #lw_cal_subscribe + a {
        font-size: 16px; } }
    @media (max-width: 550px) {
      #lw_cal_subscribe > a,
      #lw_cal_subscribe + a {
        font-size: 14px; } }
    #lw_cal_subscribe > a:hover,
    #lw_cal_subscribe + a:hover {
      text-decoration: none;
      background-color: #004e42 !important;
      color: #fff !important; }

#lw_cal_subscribe a.button,
#lw_cal_subscribe + a.button {
  border-radius: 0;
  color: #fff !important;
  background-color: #004e42 !important;
  letter-spacing: normal;
  font-size: 1rem;
  text-transform: none; }
  #lw_cal_subscribe a.button:hover,
  #lw_cal_subscribe + a.button:hover {
    color: #004e42 !important;
    border-color: #ffcd00 !important; }

#lw_cal_view_selector li.active a:hover {
  color: #ffcd00; }

#lw_cal_view_selector li a {
  font-weight: 400;
  font-size: 16px; }
  #lw_cal_view_selector li a:hover {
    color: #004e42; }

#lw_cal_search_form {
  display: flex; }
  #lw_cal_search_form button {
    padding: 0.45rem; }

#lw_mini_cal {
  margin: 12px 0 24px; }
  #lw_mini_cal h3 {
    font-size: 18px;
    color: #004e42; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      #lw_mini_cal h3 {
        font-size: 14px; } }
    #lw_mini_cal h3 a {
      color: #004e42; }
      #lw_mini_cal h3 a:hover {
        color: #ffcd00; }
  #lw_mini_cal td.today {
    background-color: #004e42 !important; }
    #lw_mini_cal td.today a {
      color: white !important; }
  #lw_mini_cal td.selected, #lw_mini_cal td.selected.active {
    background-color: #f5f5f5; }
    #lw_mini_cal td.selected a, #lw_mini_cal td.selected.active a {
      color: black; }
  #lw_mini_cal td.selected a, #lw_mini_cal td.has_items a {
    font-weight: bold; }
  #lw_mini_cal th,
  #lw_mini_cal td {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem; }
  #lw_mini_cal a {
    text-decoration: none; }

#lw_cal_header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  line-height: 1.25em;
  font-weight: 400;
  color: #004e42;
  padding-left: 12px; }

#lw_cal_header #lw_cal_scroll_links {
  top: 20px; }
  #lw_cal_header #lw_cal_scroll_links a:hover {
    color: #ffcd00; }

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  #lw_cal_header h2 {
    font-size: 1.75em; }
  #lw_cal_header #lw_cal_date_selector {
    top: 21px; }
  #lw_cal_header #lw_cal_scroll_links {
    top: 15px; } }

@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #lw_cal_header h2 {
    font-size: 1.25em; }
  #lw_cal_header #lw_cal_scroll_links {
    top: 10px; }
    #lw_cal_header #lw_cal_scroll_links .lw-icon-2x {
      font-size: 1.5em; } }

#lw_cal_date_selector form select {
  max-width: 180px; }

#lw_cal_scroll_links {
  top: 20px; }

form.filter {
  position: relative;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  background: #FFFFFF;
  box-sizing: border-box; }
  form.filter fieldset {
    margin: 0;
    padding: 0;
    border: 0; }

.filter-label {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #004e42;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
  display: block;
  font-size: 1rem;
  padding: 11px 15px; }
  .filter-label:hover {
    text-decoration: none;
    background-color: #004e42;
    color: #fff; }
  @media (max-width: 768px) {
    .filter-label {
      font-size: 16px; } }
  @media (max-width: 550px) {
    .filter-label {
      font-size: 14px; } }
  .filter-label .filter-icon {
    position: absolute;
    right: 12px;
    top: 0;
    font-size: 1.8em;
    transition: transform .2s; }
    .is-active .filter-label .filter-icon {
      transform: rotate(180deg);
      top: 3px; }

.filter-dropdown {
  background-color: #fff;
  display: none;
  border: 1px solid #ced4da;
  border-radius: 0 0 3px 3px;
  padding: 16px;
  z-index: 15;
  box-sizing: border-box;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto; }
  .filter-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.filter-option {
  margin-bottom: 0px; }
  .filter-option label {
    cursor: pointer; }
    .filter-option label:hover {
      text-decoration: underline; }
  .filter-option input {
    margin-right: 8px; }

.lwc-event-widget .lwc-featured-event .lwc-event-title a {
  color: #004e42; }
  .lwc-event-widget .lwc-featured-event .lwc-event-title a:hover {
    color: #004e42; }

#lw_cal_events {
  padding: 0; }
  #lw_cal_events h3,
  #lw_cal_events .lw_cal_event_list > h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 6px 12px;
    margin-bottom: 24px;
    background-color: #004e42;
    color: #fff;
    border: none !important; }
    #lw_cal_events h3:after,
    #lw_cal_events .lw_cal_event_list > h4:after {
      content: ''; }
  #lw_cal_events .lw_cal_event_list {
    padding-left: 0; }

.event-label {
  padding: 5px 9px 4px;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #353a3d;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
  .event-label::before {
    background-image: url("/live/resource/image/_ingredients/themes/global/images/icons/globe.png");
    background-size: contain;
    height: 17px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.event {
  margin-bottom: 36px;
  padding: 1.5rem .75rem;
  line-height: 1.4;
  background-color: #f5f5f5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 550px) {
    .event {
      flex-wrap: wrap; } }
  .event:first-child {
    margin-top: 0; }
  .event p {
    margin: 0 0 16px; }

.cal_date {
  min-width: 50px;
  border: 1px solid black;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  left: 10px; }
  .cal_date [class*="day"] {
    font-weight: 400;
    font-size: 36px;
    background-color: #fff;
    color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    font-size: 24px;
    padding: 2px 8px; }
  .cal_date [class*="month"] {
    font-weight: 700;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    background: #004e42;
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif; }

.event-left {
  flex: 0 0 200px;
  margin: 0 .75rem;
  position: relative; }
  .featured-event .event-left {
    flex: 0 0 300px; }
  @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .event-left {
      flex: 0 0 150px;
      height: auto; } }
  @media only screen and (max-width: 579px) {
    .event-left {
      display: none; } }
  .event-left .event-label {
    z-index: 1;
    position: absolute;
    left: 15px;
    bottom: 15px; }
  .event-left img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: auto;
    background-color: #d2d5d7; }
  .event-left .thumbnail {
    display: block; }
    .event-left .thumbnail a {
      display: block; }
    .event-left .thumbnail:hover img {
      -webkit-filter: brightness(0.85);
      filter: brightness(0.85); }

.event-right {
  display: flex;
  margin: 0 .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch; }

.event-header {
  font-size: 13px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #666;
  margin-bottom: .5em; }

.event-title {
  margin: 0 0 24px;
  color: #004e42;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1; }
  .event-title a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease; }
    .event-title a:hover {
      text-decoration: none;
      opacity: 0.7; }
  @media (max-width: 992px) {
    .event-title {
      font-size: 26px; } }
  @media (max-width: 768px) {
    .event-title {
      font-size: 22px; } }
  @media (max-width: 550px) {
    .event-title {
      font-size: 20px; } }

.event-summary {
  margin-bottom: 8px; }
  .event-summary br {
    display: none; }
  .event-summary h1,
  .event-summary h2,
  .event-summary h3,
  .event-summary h4,
  .event-summary h5 {
    font-size: 1.4rem; }

.event-info {
  font-size: 14px; }
  .event-info div {
    margin-bottom: 6px; }
    .event-info div span.fa {
      margin-left: -24px;
      width: 24px; }

.lw_cal_event_view #lw_cal_events {
  padding: 12px; }

#lw_cal .event-details {
  display: flex; }
  #lw_cal .event-details #lw_cal_event_leftcol {
    min-width: 270px; }
    #lw_cal .event-details #lw_cal_event_leftcol > * {
      margin-bottom: 2em; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    #lw_cal .event-details {
      flex-direction: column; }
      #lw_cal .event-details #lw_cal_event_leftcol {
        order: 2;
        width: auto;
        display: flex;
        flex-direction: column;
        min-width: 270px; }
        #lw_cal .event-details #lw_cal_event_leftcol .lw_cal_event_detail_map {
          order: 1; }
          #lw_cal .event-details #lw_cal_event_leftcol .lw_cal_event_detail_map .lw_responsive_iframe_wrapper {
            height: 250px;
            padding-top: 50%; }
        #lw_cal .event-details #lw_cal_event_leftcol .event-more-info {
          order: 2; }
        #lw_cal .event-details #lw_cal_event_leftcol picture {
          order: 3;
          text-align: center; }
      #lw_cal .event-details #lw_cal_event_rightcol {
        order: 1; } }
  #lw_cal .event-details .lw_widget_saveandshare {
    display: flex; }
  #lw_cal .event-details #event_options a:hover {
    color: #004e42 !important; }

.lwc_submit_form {
  line-height: 1.5; }
  .lwc_submit_form > fieldset {
    padding: 1rem 2rem;
    border-radius: .5rem;
    background: #eee;
    margin: 1rem 0 2rem; }
  .lwc_submit_form .field {
    margin-bottom: 1.5rem; }
    .lwc_submit_form .field + .field {
      padding-top: 1rem;
      border-top: 1px dotted #ccc; }
  .lwc_submit_form h6,
  .lwc_submit_form .h6 {
    color: #004e42;
    font-weight: normal; }
  .lwc_submit_form legend {
    float: none;
    background-color: #ffcd00;
    color: white;
    padding: 2px 8px;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8; }
  .lwc_submit_form input[type=text]:not([name*="_time"]),
  .lwc_submit_form textarea {
    width: 100%; }
  .lwc_submit_form small {
    margin-bottom: .25rem;
    display: inline-block; }
  .lwc_submit_form .upload-image .lw_uploader {
    position: relative; }
    .lwc_submit_form .upload-image .lw_uploader ul {
      padding: 0;
      list-style: none; }
  .lwc_submit_form .upload-image .image-caption {
    display: none; }
  .lwc_submit_form .upload-image:has(.lw_uploader_complete) .lw_uploader_browse {
    display: none; }
  .lwc_submit_form .upload-image:has(.lw_uploader_complete) .image-caption {
    display: block; }
  .lwc_submit_form .categories ul {
    width: 48%;
    float: left;
    list-style-type: none;
    padding-left: 0; }
    .lwc_submit_form .categories ul li {
      padding: 0 0 .5em .5em; }
  .lwc_submit_form .categories input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .lwc_submit_form .event-setting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .lwc_submit_form .event-setting ul {
      width: auto;
      float: none;
      display: inline;
      list-style-type: none;
      padding-left: 0; }
      .lwc_submit_form .event-setting ul li {
        padding: .5em 1em .5em 0;
        display: inline-block; }
    .lwc_submit_form .event-setting input {
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 0;
      vertical-align: middle;
      position: relative;
      top: -2px; }
  .lwc_submit_form input.lw_time {
    margin-left: 0; }
  .lwc_submit_form .lw_online_fields {
    display: none;
    border: 0 solid #ccc;
    border-width: 0 1px 1px 1px;
    padding: 10px 14px 0;
    margin-top: -1rem;
    margin-bottom: 1rem; }
  .lwc_submit_form .lw_online > label {
    display: block;
    padding: 5px 8px;
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 0; }
  .lwc_submit_form .event-types li {
    display: flex;
    align-items: baseline;
    gap: 0.5rem; }
    .lwc_submit_form .event-types li input {
      top: 1px; }
  .lwc_submit_form button[type="submit"] {
    background-color: #004e42;
    border-color: #004e42;
    color: white; }
    .lwc_submit_form button[type="submit"]:hover {
      background-color: #ffcd00;
      border-color: #ffcd00; }

#ui-datepicker-div {
  width: 250px; }

/*      Resource ID: 391a0e5401aa7df47a1fa2dda51 (mobile.less, compiled by lessc, minified by none) (10/16/2025 10:52am) (A:4283, B:4283, C:6264, D:6264, F:6264, J:6264, K:6264)      */

/* -------------------------------------------------------------------------- */
/*                                 mobile.less                                */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  #lw_cal_date_selector {
    display: none;
  }
  #lw_cal_subscribe {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  #lw_cal_view_selector .all a .m {
    display: none;
  }
  #lw_cal_header h5 {
    font-size: 2.15em;
    margin: 5px 10px 0px 10px;
  }
}
@media screen and (max-width: 991px) {
  #lw_cal_view_selector {
    background-color: #eee;
    padding: 0 5px;
  }
  #lw_cal_view_selector .day {
    display: none;
  }
  #lw_cal_view_selector li a {
    padding: 5px 10px;
  }
  #lw_cal_view_selector li.all {
    float: left;
    white-space: nowrap;
  }
  #lw_cal_view_selector li.all a span {
    display: none;
  }
  #lw_cal_view_selector li.all a span.m {
    display: inline;
  }
  #lw_cal_view_selector li.today a:before {
    content: "";
  }
  form.lw_payments_charge table td {
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 8px;
    border-bottom: none;
  }
  form.lw_payments_charge table td:nth-child(1) {
    padding-bottom: 0;
  }
  form.lw_payments_charge table td:nth-child(2) {
    padding-top: 0;
  }
  form.lw_payments_charge label {
    margin-bottom: 0;
  }
  form.lw_payments_charge input[type="text"],
  form.lw_payments_charge textarea,
  form.lw_payments_charge .lw_forms_form input[type="text"],
  form.lw_payments_charge .lw_forms_form textarea {
    width: 100%;
  }
  .lw_cal_month_view {
    position: relative;
  }
  .lw_cal_month_view th span {
    display: none;
  }
  .lw_cal_month_view #lw_cal_events td {
    height: auto;
    min-height: 60px;
    padding: 26px 4px 4px;
    position: relative;
  }
  .lw_cal_month_view #lw_cal_events td:hover {
    background: #eef;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event {
    position: static;
    width: 13px;
    height: 13px;
    border: 3px solid transparent;
    padding: 3px;
    float: left;
    margin: 0 2px 2px 0;
    background-color: #999;
    overflow: hidden;
    border-radius: 50%;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event * {
    color: #999;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event a {
    display: none !important;
    /* dots aren't clickable/tabbable */
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event.active {
    background-color: #000 !important;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event.active .lw_cal_date {
    color: #000 !important;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event.active .lw_cal_event_info {
    position: fixed;
    background-color: #000;
    border-radius: 0;
    bottom: 10%;
    left: 20%;
    right: 20%;
    height: auto;
    padding: 10px 10px 0;
    z-index: 9999999;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event.active .lw_cal_event_info * {
    color: #fff !important;
  }
  .lw_cal_month_view .lw_cal_date {
    text-align: left;
    font-size: 1.8em;
    line-height: 1;
    white-space: nowrap;
  }
  .lw_cal_month_view .lw_cal_date a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px;
  }
  .lw_cal_month_view .lw_cal_date a:focus {
    border: 2px solid #000;
    padding: 1px;
  }
  #lw_cal_month_table .lw_cal_event {
    display: block !important;
  }
  #lw_cal_month_table td > a {
    display: none;
  }
  #lw_cal_events {
    padding: 0;
  }
  #lw_cal_header {
    padding-left: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #lw_cal_header h5 {
    font-size: 1.5em;
  }
  .lw_cal_search_wrapper {
    padding: 12px;
    margin-top: 10px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
  }
  #lw_cal_search_form {
    margin: 0;
    display: flex;
  }
  li#lw_calendar_manage_images {
    display: none;
  }
  #lw_toolbar.lw_element .lw_block > a {
    padding: 5px !important;
  }
  #lw_toolbar.lw_element .lw_block > a #lw_toolbar.lw_element .lw_block > a span {
    margin: 0 !important;
  }
  .text-right {
    float: left;
  }
  #lw_cal_scroll_links {
    top: 18px;
  }
  .lw_cal_tz_abbrv,
  .lw_user_time {
    display: none;
  }
  #lw_cal_location_map {
    width: 200px;
    z-index: 200;
  }
  #lw_page {
    margin-top: 60px;
  }
  #lw_cal_day_leftcol {
    display: none;
  }
  #lw_cal_day_rightcol,
  #lw_cal_event_leftcol {
    padding: 0;
    border: none;
    min-height: 0;
  }
  #lw_cal_event_rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .lw_cal_month_view #lw_cal_events td {
    height: 60px;
  }
  #lw_cal_events .lw_cal_show_day {
    font-size: 10px;
    display: block;
    width: 100%;
    clear: both;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_event_list .lw_cal_event {
    width: 3px;
    height: 3px;
    padding: 1px;
    margin: 6px 6px 2px 0;
    background-color: rgb(0 78 66);
  }
  #lw_mini_cal th,
  #lw_mini_cal td > a {
    font-size: 0.75rem;
  }
  #lw_mini_cal td {
    padding: 0.25rem;
  }
  form.lw_payments_charge td {
    width: 100% !important;
  }
  form.lw_payments_charge td label {
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  body.calendar .m,
  body.calendar span.fa-search,
  body.calendar header.title {
    display: none;
  }
  #lw_cal_search_form {
    display: block;
  }
  #lw_cal_search_form input {
    width: 100%;
  }
  #lw_cal_view_selector li a {
    font-size: 0.75em;
  }
  #lw_cal_header {
    padding: 0;
    padding-bottom: 20px;
  }
  #lw_cal_scroll_links {
    top: 5px;
  }
  #lw_cal_this_day {
    clear: left;
    width: 100%;
    padding-top: 10px;
  }
}
@media screen and (min-width: 991px) {
  #lw_cal_view_selector {
    border-bottom: 1px solid rgb(0 78 66);
    margin-bottom: 1em;
  }
  #main-content > .group-calendar-header {
    margin-top: 1em;
  }
  #main-content > #lw_cal_view_selector {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 991px) {
  #main-sidebar #main-sidebar-collapse button {
    width: 100%;
    border: none;
    position: relative;
  }
  #main-sidebar .sidebar-content {
    display: none;
    margin-top: 1rem;
    padding: 0 1rem 1rem 1rem;
  }
}