@charset "UTF-8";
.bordered > * + * {
  border-top: 0;
  padding-top: var(--flow-space);
  margin-top: var(--flow-space);
}

.applybtn:hover {
  background-color: rgba(0, 90, 139, 0.7) !important;
}

.gradcas {
  max-width: 80rem !important;
  margin: auto !important;
}

.table-force-wrap td,
.table-force-wrap th {
  white-space: normal !important;
}

/********    Button Styles       ***********/
.button:hover a {
  color: #25375b !important;
}

/******    Faculty Carousel CSS   ******/
/* css pseudo over-ride from main0610 */
/*
.frame.rounded.faculty-carousel {
    border-radius: 15% !important;
}
*/
.frame.rounded.faculty-carousel {
  border-radius: 15% !important;
}



/* used to order by emails as listed in ADD Query Logic content element */
.hidden-div {
  display: none;
}

/* swipe gallery css */
.swipe-gallery {
  position: relative;
  width: 90vw; /* 100vw */ /* 80vw */
  /* height: 500px; */ /* 50vh / 100vh */
  overflow: hidden;
  padding: 0;
  touch-action: pan-y;
}

.swipe-slides {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  will-change: transform;
}

.swipe-slide {
  /* min-width: calc(100% / 5); */
  box-sizing: border-box;
  flex-shrink: 0;
  text-align: left;
  color: var(--color-light);
  padding-right: 20px;
  padding-left: 20px;
}
.swipe-slide h4 {
  padding-top: 10px;
}
.swipe-slide p {
  color: var(--color-dark);
  font-size: 1em; /* 16px */
  line-height: 1.4;
}
.swipe-slide img {
  max-width: 100%;
  height: auto;
}

.swipe-caption {
  margin-top: 10px;
  font-size: 1.2em;
}

/* swipe buttons */
.swipe-buttons {
  position: absolute;
  bottom: 0;
  height: 55px;
  right: 10px; /* 0; */
}
@media (min-width: 769px) and (max-width: 1024px) {
  .swipe-buttons {
    right: 20px;
  }
}
.swipe-buttons button {
  background: var(--color-dark); /* #201f1f / rgba(0,0,0,0.5); */
  color: var(--color-light);
  border: none;
  margin: 0 0 0 0.5em;
  padding: 1em;
  cursor: pointer;
}

.swiper-prev::after,
.swiper-next::after {
  color: var(--color-light); /* light */
}

.swiper-next,
.swiper-prev {
  color: var(--color-light);
}

#swipe-nextBtn.active,
#swipe-prevBtn.active {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}

#swipe-nextBtn.active,
#swipe-prevBtn.active {
  color: var(--color-dark) !important;
}

#swipe-nextBtn:not(.active),
#swipe-prevBtn:not(.active) {
  background-color: var(--color-dark) !important;
  border-color: var(--color-dark);
}

#swipe-nextBtn:not(.active),
#swipe-prevBtn:not(.active) {
  color: var(--color-light) !important;
}

#swipe-nextBtn.active:after,
#swipe-prevBtn.active:after {
  color: var(--color-dark);
}

/* progress bar */
.swipe-progress {
  position: absolute;
  bottom: 50px;
  height: 6px;
  width: 100%; /* 90% */
  background: var(--color-gray); /* rgba(255, 255, 255, 0.2) */
  overflow: hidden;
  z-index: 10;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .swipe-progress {
    left: 20px;
    right: 20px;
  }
}

.swipe-progress-bar {
  position: absolute;
  height: 100%;
  background: var(--color-orange);
  width: 30%; /* This matches 3 visible slides out of 10 total */
  transform: translateX(0%);
  transition: transform 0.3s ease;
}

/*
span#swipe-counter, span#swipe-counter-mobile {
  font-weight: 700;  
}
*/
span#swipe-counter, span#swipe-counter-mobile {
  font-weight: 700;
}
@media (min-width: 768px) {
  span#swipe-counter {
    display: inline;
  }
  span#swipe-counter-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  span#swipe-counter {
    display: none;
  }
  span#swipe-counter-mobile {
    display: inline;
  }
}

button#swipe-prevBtn {
  font-weight: 600;
  margin-left: 20px;
}

/* text */
.card-heading-name {
  font-size: 1em;
}

/******    FACULTY AND STAFF LISTINGS   ******/
p.para-with-space {
  padding-top: 1.5rem;
}

.FSL_grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 1rem;
}

.FSL_left-column {
  color: rgb(20, 20, 20);
  padding: 0.5rem;
  font-size: 0.85rem;
  /* border-bottom: 1px solid #CCC; */
}

.FSL_left-column strong a {
  font-size: 0.8rem;
}

.FSL_right-column img {
  border-radius: 30%;
  border-top-right-radius: 0px;
  /*  Squircle Code */
  width: 235px !important;
}

.FSL_right-column {
  color: rgb(20, 20, 20);
  padding: 0.5rem;
  /* border-bottom: 1px solid #CCC; */
}

@media screen and (max-width: 1240px) {
  .FSL_grid-container {
    margin: 0px auto;
    grid-template-columns: 1fr;
  }
  .FSL_grid-container > div:nth-child(1) {
    padding-top: 0px;
    border-bottom: 1px solid #CCC;
    /* border:3px solid blue; */
    order: 2;
  }
  .FSL_grid-container > div:nth-child(2) {
    border-bottom: none;
    /* border:3px solid red; */
    padding: 2rem 0.5rem 2rem;
    order: 1;
  }
  .FSL_grid-container > div:nth-child(3) {
    padding-top: 0px;
    border-bottom: 1px solid #CCC;
    /* border:3px solid purple; */
    order: 4;
  }
  .FSL_grid-container > div:nth-child(4) {
    border-bottom: none;
    padding: 2rem 0.5rem 2rem;
    /* border:3px solid green; */
    order: 3;
  }
  p.para-with-space {
    padding-top: 0rem;
  }
}
/******    AUTOMATED FACULTY AND STAFF LISTINGS   ******/
/* 
    global - taken from /media/umassboston/staff-directory/directory.css 
*/
.card-heading-name {
  color: #005a8b;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.hide-div {
  display: none;
}

/* END global */
/* Directory Profile Form css on bottom */
.auto-list {
  clear: both;
  margin: auto;
}

.auto-list-1col-group,
.auto-list-2col-group,
.auto-list-only-group {
  margin-bottom: 3em;
}

.auto-list-1col-group h3,
.auto-list-2col-group h3,
.auto-list-only-group h3 {
  /* 
  margin: 2em 0 0.5em 0;
  */
  padding-bottom: 1em;
  width: 100%;
}

.auto-list-1col div.staff-div {
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 2em;
  padding-bottom: 3em;
  width: 100%;
}
.auto-list-1col div.staff-div .bio p {
  padding-bottom: 1em;
}
.auto-list-1col div.staff-div .bio .photo {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
  width: 25% !important;
}
@media (min-width: 368px) and (max-width: 1027px) {
  .auto-list-1col div.staff-div .bio .photo .frame {
    /* width: 30%; */ /* 50% */
  }
}
@media (max-width: 599px) {
  .auto-list-1col div.staff-div .bio .photo { /* 767 */
    /* float: left; */
  }
}
@media (max-width: 1027px) {
  .auto-list-1col div.staff-div .bio .photo {
    margin-bottom: 1.5em;
    /* margin-left: 0px; */
    /* width: 100% !important; */ /* 96% */
  }
}

.auto-list-2col div.staff-div {
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 2em;
  padding-bottom: 3em;
  width: 48%;
}
@media (max-width: 1027px) {
  .auto-list-2col div.staff-div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .auto-list-2col div.staff-div .bio h4 {
    width: 58%;
  }
}
.auto-list-2col div.staff-div .bio .photo {
  float: right;
  width: 25%;
}
@media (min-width: 368px) and (max-width: 1027px) {
  .auto-list-2col div.staff-div .bio .photo .frame {
    width: 30%; /* 50% */
  }
}
@media (max-width: 1027px) {
  .auto-list-2col div.staff-div .bio .photo {
    float: left;
    margin-bottom: 1.5em;
    margin-left: 0px;
    width: 96% !important; /* 100% */
  }
}

.auto-list-1col, .auto-list-2col {
  border: 0px solid red;
  display: flex;
  flex-wrap: wrap;
}
.auto-list-1col div.staff-list, .auto-list-2col div.staff-list {
  border-bottom: 1px solid var(--color-gray);
  min-height: 100px;
  /* margin: 2em 0.25em 1em 0.25em; */
  padding-top: 2em;
  padding-bottom: 1.25em;
}
@media (max-width: 600px) {
  .auto-list-1col div.staff-list, .auto-list-2col div.staff-list { /* 873px */
    width: 100% !important;
  }
}
.auto-list-1col div.staff-list .bio, .auto-list-2col div.staff-list .bio {
  border: 0px solid red;
  float: left;
  line-height: normal;
  padding: 0px 0px 0px 10px;
  width: 100%;
}
.auto-list-1col div.staff-list .photo, .auto-list-2col div.staff-list .photo {
  border: 0px solid #ccc;
  float: right;
  margin: 0px 0px 0px 10px;
  padding: 0;
  width: 35%;
}
@media (max-width: 1027px) {
  .auto-list-1col div.staff-list .photo, .auto-list-2col div.staff-list .photo {
    padding-bottom: 2em !important;
  }
}

@media (min-width: 874px) {
  .auto-list-2col div.staff-div:nth-child(2n+1) {
    padding-right: 4em;
  }
}
@media (min-width: 874px) {
  .auto-list-2col div.staff-div:nth-child(2n) {
    padding-left: 4em;
  }
}

.auto-list .wrapper {
  padding-left: 0px;
}

.auto-list-1col .staff-div .bio {
  padding-left: 0px !important;
}

.auto-list-only {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 3em;
}
.auto-list-only div.staff-list {
  margin-top: 0.25em;
}
.auto-list-only div.staff-list:before {
  color: var(--color-blue-light);
  content: "•";
  padding-right: 0.5em;
}
.auto-list-only div.staff-list li.staff-list {
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 20px;
}
@media (min-width: 874px) {
  .auto-list-only ul {
    padding-left: 1.5rem;
  }
}
@media (max-width: 873px) {
  .auto-list-only ul {
    padding-left: 0.5rem;
  }
}
.auto-list-only ul li.staff-list {
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 20px;
}
.auto-list-only ul li.staff-list::marker {
  color: var(--color-blue-light);
}
@media (min-width: 874px) {
  .auto-list-only ul.destination-full-time-faculty-1, .auto-list-only ul.destination-full-time-faculty-2, .auto-list-only ul.destination-full-time-faculty-3, .auto-list-only ul.destination-full-time-faculty-4, .auto-list-only ul.destination-full-time-faculty-5, .auto-list-only ul.destination-full-time-faculty-6 {
    padding-left: 1.5rem;
  }
}
@media (max-width: 873px) {
  .auto-list-only ul.destination-full-time-faculty-1, .auto-list-only ul.destination-full-time-faculty-2, .auto-list-only ul.destination-full-time-faculty-3, .auto-list-only ul.destination-full-time-faculty-4, .auto-list-only ul.destination-full-time-faculty-5, .auto-list-only ul.destination-full-time-faculty-6 {
    padding-left: 0.5rem;
  }
}
.auto-list-only ul.destination-full-time-faculty-1 li.staff-list, .auto-list-only ul.destination-full-time-faculty-2 li.staff-list, .auto-list-only ul.destination-full-time-faculty-3 li.staff-list, .auto-list-only ul.destination-full-time-faculty-4 li.staff-list, .auto-list-only ul.destination-full-time-faculty-5 li.staff-list, .auto-list-only ul.destination-full-time-faculty-6 li.staff-list {
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 20px;
}
.auto-list-only ul.destination-full-time-faculty-1 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-2 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-3 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-4 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-5 li.staff-list::marker, .auto-list-only ul.destination-full-time-faculty-6 li.staff-list::marker {
  color: var(--color-blue-light);
}

/* 
    css for Directory Profile Form - Manual -- Media Library Image 
*/
.frame.rounded.rounded-top-right.directory-image figure img {
  border-radius: 30%;
  border-top-right-radius: 0px;
}

/*
    show/hide   checkboxes
                department
                expertise
*/
.department-show .bio .dept-show {
  display: block;
}
.department-show li.staff-list span.dept-show {
  display: inline;
}

.department-no-show .bio .dept-show {
  display: none;
}
.department-no-show li.staff-list span.dept-show {
  display: none;
}

.expertise-show .bio .expert-show {
  display: block;
}

.expertise-no-show .bio .expert-show {
  display: none;
}

/* Directory Profile Form css */
.bio-div {
  margin-top: 1.5em;
}

ul.linklist li {
  margin-bottom: 1em;
}

/******    FormAssembly CSS (& Slate css on bottom)   ******/
.hint {
  color: var(--color-light);
  font-size: 1em !important;
  opacity: 0.9 !important;
}

.errMsg span {
  color: var(--color-light) !important;
}

.wFormContainer {
  background: none;
}
.wFormContainer fieldset legend {
  color: var(--color-light) !important;
}
.wFormContainer .oneChoice .label.postField {
  font-weight: 500 !important;
}
.wFormContainer .wForm {
  box-shadow: 0px !important;
  -webkit-box-shadow: 0px !important;
  border: 0px !important;
  margin-top: 0px !important;
  padding: 0px !important;
}
.wFormContainer .wForm a {
  color: var(--color-light) !important;
  text-decoration: underline !important;
}
.wFormContainer .wForm a:hover {
  text-decoration: none !important;
}
.wFormContainer .wForm :link:hover {
  color: var(--color-light) !important;
}
.wFormContainer .wForm form {
  padding: 0px !important;
}
.wFormContainer .wForm .inputWrapper input[type=file]::file-selector-button {
  background: var(--color-blue-dark) !important;
  color: var(--color-dark);
  border-radius: 5rem !important;
  border: none;
  transition: 250ms ease;
  transition: var(--transition);
  font-weight: 700;
}
.wFormContainer .wForm .inputWrapper input[type=file]::file-selector-button::hover {
  color: var(--color-blue-dark) !important;
  background: var(--color-blue-light) !important;
}
.wFormContainer .wForm .inputWrapper input[type=text], .wFormContainer .wForm .inputWrapper textarea {
  background-color: #DDEBF9 !important;
}
.wFormContainer .label .preField {
  font-weight: 600 !important;
}
.wFormThankYou h1 {
  color: var(--color-light) !important;
}

.htmlSection h3 {
  padding: 0 0 1em 0 !important;
}
.htmlSection .htmlContent {
  color: var(--color-light) !important;
}
.htmlSection .htmlContent h4 {
  color: var(--color-light) !important;
  padding-bottom: 1em;
}
.htmlSection .htmlContent h5 {
  color: var(--color-light) !important;
}

@media (min-width: 850px) {
  .form-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wrapper-max-width, 85rem);
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
@media (max-width: 768px) {
  .form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper .general-content-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 850px) {
  .form-contact-css {
    width: 65%;
  }
}
.wFormContainer .wForm .primaryAction {
  background-image: none;
}

/* radio button/checkbox */
.oneChoice input[type=radio] {
  accent-color: var(--color-yellow) !important;
}
.oneChoice input[type=checkbox] {
  accent-color: var(--color-yellow) !important;
}

/* next/prev/submit buttons */
.wFormContainer .wfPagingButtons .wfPageNextButton, .wFormContainer .wfPagingButtons .wfPagePreviousButton {
  background-color: var(--color-yellow) !important;
  border-radius: 5em;
  color: var(--color-blue) !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  width: 250px !important;
}
@media (max-width: 767px) {
  .wFormContainer .wfPagingButtons .wfPageNextButton, .wFormContainer .wfPagingButtons .wfPagePreviousButton {
    width: 300px !important;
  }
}

#submit_button {
  background-color: var(--color-yellow) !important;
  border-radius: 5em;
  color: var(--color-blue) !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  width: 250px !important;
}
@media (max-width: 767px) {
  #submit_button {
    width: 300px !important;
  }
}

/******    Slate CSS   ******/
/* 
div.form_question {
  padding-bottom: 1em !important;
  @media only screen and (max-width: 736px) {
    margin-bottom: 1em !important;
  }
}
div.form h2.h3 {
  padding: 0.75em 0 0 0;
}
.form button {
  font-size: var(--size-step-m);
}
  */
div .form h2.h3 {
  padding: 0.75em 0 0 0;
}
div .form_question {
  padding-bottom: 0.5em !important;
}
@media only screen and (max-width: 736px) {
  div .form_question {
    margin-bottom: 1em !important;
  }
}

.form button {
  font-size: var(--size-step-m);
}

/*
.form label, .form .form_label, .form .form_label strong {
    font-weight: normal !important;
}
*/
.form label, .form .form_label {
  font-weight: 600 !important;
}
.form label p, .form .form_label p {
  font-weight: 400 !important;
}
.form label p strong, .form .form_label p strong {
  font-weight: 600 !important;
}
.form label strong, .form .form_label strong {
  font-weight: 600 !important;
}

.form_label p {
  font-weight: 500 !important;
}
.form_label p strong {
  font-weight: 600 !important;
}
.form_label strong {
  font-weight: 600 !important;
}

/*
.form_responses .form_response label
Specificity: (0,2,1)
 {
    font-weight: 500 !important;
}
*/
.form_responses .form_response label {
  font-weight: 500 !important;
}

/******    T4 CSS   ******/
span.js-label-text {
  color: var(--color-light);
}

strong.red.bigger-110.js-required {
  color: var(--color-light);
}

/* CTA image with hanger */
.image-with-hanger-2 {
  position: relative;
  max-width: 25rem;
  margin: max(2.63rem, min(2.48rem + 0.73vw, 3rem)) auto max(5.25rem, min(4.96rem + 1.46vw, 6rem)) auto;
  margin: var(--space-xl) auto var(--space-3xl) auto;
}

.image-with-hanger-2 .frame:first-child {
  width: 80%;
  margin-left: auto;
}

@media (min-width: 64em) {
  .image-with-hanger-2 .frame:first-child {
    width: 70%;
  }
}
.image-with-hanger-2 .frame:last-child {
  position: absolute;
  width: 50%;
  top: 70%;
  transform: translateY(-70%);
  z-index: 2;
}

@media (min-width: 64em) {
  .image-with-hanger-2 .frame:last-child {
    width: 50%;
    right: 50%;
    margin-bottom: -2rem;
    margin-top: 0;
    /* changed - added margin */
  }
  .image-with-hanger-2 {
    max-width: 25rem;
    align-self: flex-end;
    margin-bottom: max(2.63rem, min(2.48rem + 0.73vw, 3rem));
    margin-bottom: var(--space-3xl);
    /* changed from xl */
  }
}
@media (min-width: 80em) {
  .image-with-hanger-2 {
    max-width: 37.5rem;
    margin-top: 0;
    /* added margin */
  }
}
@media (min-width: 48em) {
  .md\:flex {
    align-items: center;
  }
  /* Changed from flex end */
}
/* custom selectors */
@media (max-width: 1123px) {
  :root {
    --gutter: var(--space-l);
  }
}
@media (min-width: 20em) {
  .region {
    padding-top: var(--region-space, var(--space-m));
    /*--change from 3XL --*/
    padding-bottom: var(--region-space, var(--space-m));
  }
}
@media (min-width: 48em) {
  .region {
    padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-top: var(--region-space, var(--space-l));
    /*--changed from 3XL --*/
    padding-bottom: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-bottom: var(--region-space, var(--space-l));
  }
}
@media (min-width: 64em) {
  .region {
    padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-top: var(--region-space, var(--space-xl));
    /*--change from 3XL--*/
    padding-bottom: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-bottom: var(--region-space, var(--space-xl));
  }
}
/******    Event Listing & Events CSS   ******/
/******    Event Listing CSS   ******/
/* global fix - vertical scrolling */
/* 
@media (min-width: 48em) {
  .pin-scroll {
    margin-bottom: -20px;
  }
} 
*/
/*
@media (min-width: 48em) {
  .pin-scroll {
    align-items: flex-start;
    overflow: hidden;
  }
}

@media (min-width: 48em) {
  .pin-scroll__content {
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
    padding-top: var(--space-xl) !important;
    padding-left: var(--space-xl) !important;
    padding-right: var(--space-xl) !important;
    padding-bottom: 0 !important;
  }
}
*/
/* updates / new class name */
@media (max-width: 768px) {
  .pin-scroll__content {
    padding-top: var(--space-xs) !important;
    /* padding-right: var(--space-xs); */
    padding-bottom: var(--space-m);
    /* padding-left: var(--space-xs); */
  }
}
@media (min-width: 80em) {
  .pin-scroll__content {
    padding-top: var(--space-xs) !important;
    padding-bottom: var(--space-xs) !important;
  }
}
.pin-scroll__content > * + * {
  /* 
  @media (max-width: 768px) {
      padding-top: var(--space-xs);
  } */
  padding-top: var(--space-xs);
}
/*
@media (max-width: 417px) {
  .pin-scroll__content .event-listing-container .feature.feature--s.event .frame .event__date > div:first-child {
    padding-top: 7px;
    padding-bottom: 3px;
  }
}
.pin-scroll__content .event-listing-container .feature.feature--s.event .frame .event__date > div:first-child h4 {
  font-size: var(--size-step-0);
}
@media (max-width: 417px) {
  .pin-scroll__content .event-listing-container .feature.feature--s.event .frame .event__date > div:first-child h4 {
    font-size: 12px;
  }
}
@media (max-width: 417px) {
  .pin-scroll__content .event-listing-container .feature.feature--s.event .frame .event__date > div:last-child {
    margin-top: -10px !important;
  }
}
*/
.pin-scroll__content_tertiery {
  padding: max(2.63rem, min(2.48rem + 0.73vw, 3rem));
  padding: var(--space-xl); /* 1em 0 */
  padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
  padding-top: var(--space-xl);
}
@media (max-width: 768px) {
  .pin-scroll__content_tertiery {
    padding-left: var(--space-xs);
    padding-right: var(--space-xs);
  }
}
@media (max-width: 26em) {
  .pin-scroll__content_tertiery {
    padding: 1em 0; /* var(--space-s) */
  }
}
.pin-scroll__content_tertiery > * + * {
  margin-top: max(2.63rem, min(2.48rem + 0.73vw, 2rem));
  /* margin-top: var(--space-xl); */
  /* padding-top: max(2.63rem, min(calc(2.48rem + 0.73vw), 2.00rem)); */
  /* padding-top: var(--space-xl); */
}
@media (min-width: 80em) {
  .pin-scroll__content_tertiery {
    padding: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding: 1em 0;
  }
}
@media (max-width: 768px) {
  .pin-scroll__content_tertiery .event-listing-container {
    padding-top: var(--space-xs);
  }
}
.pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .flow {
  min-width: 0;
}
.pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .flow p {
  margin-top: 5px !important; /* 16px */
  min-width: 0;
}
.pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .flow p strong {
  display: inline;
}
.pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .frame .event__date {
  background-color: var(--color-light) !important; /* --color-ecru-light */
}
.pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .frame .event__date > div:first-child {
  font-size: var(--size-step-0) !important;
}
@media (max-width: 26em) {
  .pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .frame .event__date > div:first-child {
    font-size: 12px !important;
    line-height: 0;
  }
}
.pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .frame .event__date > div:last-child {
  font-size: var(--size-step-3) !important;
}
/*
.pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .frame .event__date > div:first-child h4 {
  font-size: var(--size-step-0) !important;
}
@media (max-width: 26em) {
  .pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .frame .event__date > div:first-child h4 {
    font-size: 12px !important;
    line-height: 0;
  }
}
*/
@media (max-width: 26em) {
  .pin-scroll__content_tertiery .event-listing-container .feature.feature--s.event .frame .event__date > div:last-child {
    font-size: var(--size-step-2) !important;
    line-height: 0.5;
  }
}

.pin-scroll--stats .pin-scroll__content_tertiery {
  background: var(--color-light);
}

.event {
  flex-direction: row-reverse !important;
}
.event > :last-child {
  /* max-width: 120px !important; */
  margin-right: auto;
  /* 
  @media (max-width: 26em) {
      max-width: 80px !important;
  } 
  */
}
.event .frame .event__datediv:first-child {
  font-size: var(--size-step-0) !important;
  /* 
  @media (max-width: 26em) {
      font-size: 12px !important;
  } 
  */
}
.event .frame .event__datediv:last-child {
  font-size: var(--size-step-3) !important;
  /*
  @media (max-width: 26em) {
      font-size: var(--size-step-2) !important;
  } 
  */
}
.event .frame.rounded.rounded-top-left {
  max-width: 120px !important;
}
@media (max-width: 26em) {
  .event .frame.rounded.rounded-top-left {
    max-width: 80px !important;
  }
}
@media (min-width: 1280px) {
  .event .frame.rounded.rounded-top-left {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .events-listing {
    margin: 2.5em 0;
  }
}

.feature.feature--s.event .flow p {
  margin-top: 5px !important;
}

/******    Events CSS   ******/
.event-page article {
  margin-top: 2em;
}
.event-page p.back-to-calendar {
  margin: 0px !important;
}

/* CSS - gutter for mobile and region vertical spacing  */
@media (max-width: 1123px) {
  :root {
    --gutter: var(--space-l);
  }
}
@media (min-width: 20em) {
  .region {
    padding-top: var(--region-space, var(--space-m));
    /*--change from 3XL --*/
    padding-bottom: var(--region-space, var(--space-m));
  }
}
@media (min-width: 48em) {
  .region {
    padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-top: var(--region-space, var(--space-l));
    /*--changed from 3XL --*/
    padding-bottom: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-bottom: var(--region-space, var(--space-l));
  }
}
@media (min-width: 64em) {
  .region {
    padding-top: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-top: var(--region-space, var(--space-xl));
    /*--change from 3XL--*/
    padding-bottom: max(5.25rem, min(4.96rem + 1.46vw, 6rem));
    padding-bottom: var(--region-space, var(--space-xl));
  }
}
.p-m {
  padding: clamp(1.25rem, 1.8rem + 0.58vw, 1.75rem);
}
/* 
Bug: In this section dropdown width goes beyond wrapper, causing a horizontal scroll bar on mobile.
Override .c-menu-sidebar__toggle width to 95%. It used to be 100% 
*/
.c-menu-sidebar__toggle {
  width: calc(95% + var(--space-xl) * 2);
}


/* Left menu fix for 768 - 1023px */
    
@media (max-width: 48em) {/* 1023px */
  .c-menu-sidebar__heading span {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-menu-sidebar__content { /* 48em */
    display: flex !important;
    flex-direction: column !important;
  }
}

@media (max-width: 48em) {
  .c-menu-sidebar__toggle { /* 1023px */
    display: block !important;
  }
}
    
[aria-expanded=true] + .c-menu-sidebar__content {
  display: flex;
}
@media (max-width: 48em){/* 1023px */
  [aria-expanded=false] + .c-menu-sidebar__content {
    display: none;
  }
}
    
/* cee below matches .left-menu--c-menu-sidebar__toggle to .c-menu-sidebar__toggle */
.left-menu--c-menu-sidebar__toggle {
  border: none;
  display: flex;
  justify-content: center;
  width: calc(100% + max(2.63rem, min(2.48rem + 0.73vw, 3rem)) * 2);
  width: calc(100% + var(--space-xl) * 2);
  margin: 0 calc(-1 * max(2.63rem, min(2.48rem + 0.73vw, 3rem)));
  margin: 0 calc(-1 * var(--space-xl));
  padding: max(0.88rem, min(0.83rem + 0.24vw, 1rem));
  padding: var(--space-s);
  border-top: 1px var(--color-gray) solid;
  border-bottom: 1px var(--color-gray) solid;
}
@media (max-width: 1023px) {
  .left-menu--c-menu-sidebar__toggle {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .left-menu--c-menu-sidebar__toggle { /* 48em */
    display: none;
  }
}
.left-menu--c-menu-sidebar__toggle::after {
  color: var(--color-dark);
  font-size: 1.5rem;
  position: absolute;
  right: 2rem;
}
.left-menu--c-menu-sidebar__toggle > span {
  color: var(--color-blue-light) !important;
  margin-right: 0.5rem;
}

@media (max-width: 1023px) {
  .left-menu--c-menu-sidebar__heading,
  .left-menu--c-menu-sidebar__content { /* 48em */
    display: none;
  }
}

.left-menu--c-menu-sidebar__heading {
  color: var(--color-dark) !important;
  font-family: var(--sans-serif) !important;
  font-size: var(--size-step-0) !important;
}
@media (min-width: 1024px) {
  .left-menu--c-menu-sidebar__heading {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Whyte", serif;
    font-family: var(--sans-serif);
    font-size: var(--size-step-0);
    color: var(--color-dark);
  }
}
@media (min-width: 1024px) {
  .left-menu--c-menu-sidebar__heading::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px var(--color-gray) solid;
    bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .left-menu--c-menu-sidebar__heading span {
    display: flex;
    align-items: center;
    position: relative;
    background: var(--color-light);
    /* padding-right: max(0.69rem, min(calc(0.66rem + 0.12vw), 0.75rem)); */
    padding-right: var(--space-xs);
    z-index: 1;
  }
}
    
/* Make Hero gradient less dark */
.hero__media::before,
.hero-marketing--full .frame-gradient::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

/* Hero Pattern */
.hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero--sm .hero__media {
  max-height: 12.125rem;
}

@media screen and (max-width: 48em) {
  .hero--sm .hero__media {
    max-height: 11.125rem;
  }
}
@media screen and (max-width: 32em) {
  .hero--sm .hero__media {
    max-height: 8.125rem;
  }
}
.hero--pattern .hero__media {
  aspect-ratio: 16/9;
  background-color: var(--color-blue);
  background-image: url(https://www.umb.edu/media/umassboston/site-assets/images/favicons/squircle-pattern.svg);
  background-size: 9rem;
  background-position: center;
  width: 100%;
  max-width: none;
  max-width: initial;
}

@media screen and (max-width: 48em) {
  .hero--pattern .hero__media {
    aspect-ratio: 16/9;
    background-size: 7rem;
  }
}
/* MKT: Overview and Form - Short and MKT: Hero Header - Short */
.marketing-new-layout .title-center {
  /*  Overview  */
  display: block !important;
  text-align: left;
  margin-top: 0em !important;
  font-family: var(--sans-serif) !important;
  font-size: var(--size-step-1);
  font-weight: 500;
  /* 400 */
  color: var(--color-blue);
}

.marketing-new-layout .hero-marketing__description {
  display: none !important;
}

.marketing-new-layout.feature-alt-marketing > :nth-child(1) {
  display: flex;
  flex-direction: column;
}

.marketing-new-layout.feature-alt-marketing > :nth-child(1) > :nth-child(1) {
  order: 0;
}

.marketing-new-layout.feature-alt-marketing > :nth-child(1) > :nth-child(2) {
  order: -1;
  padding-bottom: 1em;
}

@media (min-width: 64em) {
  .padding-area-mark {
    padding-bottom: 0;
    padding-top: 3rem;
  }
}
@media (max-width: 450px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 38vh;
  }
  /* #top > div.canvas > */
  div.padding-area-mark.bg-light {
    padding-top: 0.8em;
  }
}
@media (min-width: 451px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 52vh;
  }
  .marketing-new-layout .title-center {
    font-size: var(--size-step-2);
    font-weight: 500;
    padding-left: 0.3em;
  }
  .marketing-new-layout div.padding-area-mark.bg-light {
    padding-top: 0em !important;
  }
}
@media (min-width: 768px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 52vh;
  }
  .marketing-new-layout .hero-marketing__content {
    /*. Header. */
    width: 90vw !important;
  }
  .marketing-new-layout .hero-marketing__title {
    /*. Header. */
    max-width: 90vw;
    /* was 90vw  */
    /* .js-form-mobile > js-form > p {
          /* border: 2p solid red; 
    } */
  }
}
@media (min-width: 1024px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 56vh;
  }
  .marketing-new-layout .hero-marketing__content {
    /*. Header. */
    width: 57vw !important;
  }
  .marketing-new-layout .hero-marketing__title {
    /*. Header. */
    max-width: 57vw;
    /* was 90vw  */
  }
  .marketing-new-layout .title-center {
    /*  Overview  */
    /* font: 2.2rem "Arizona", sans-serif; */
    font-size: 2.2rem;
    font-family: var(--serif) !important;
    color: var(--color-blue);
    padding-bottom: 0em;
  }
  .marketing-new-layout.feature-alt-marketing > :nth-child(1) > :nth-child(2) {
    /* decreases vertical width between H2 and icons  */
    padding-bottom: 0em;
  }
  /* .form_label > h3 {
      padding: 0 0;
            /* border: 2px solid green;
    }*/
}
@media (min-width: 1280px) {
  .marketing-new-layout.hero-marketing.hero-marketing--full {
    height: 64vh !important;
  }
}
/* Hero Size */
@media (max-width: 48em) {
  .hero__media img {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 48em) {
  .hero__media img {
    height: 50vh;
    max-height: 400px;
  }
}
@media (min-width: 64em) {
  .hero__media img {
    aspect-ratio: 16/9;
    height: 55vh;
    max-height: 420px;
  }
}
@media (min-width: 80em) {
  .hero__media img {
    aspect-ratio: 16/9;
    height: 56vh;
    max-height: 480px;
  }
}
/* Header Lockup */
.header--lockup .header__logo {
  display: flex;
  max-width: 30rem;
  text-decoration: none;
  font-weight: bold;
  justify-content: start;
  align-items: center;
  font-size: 18px;
}
.header--lockup figure {
  padding-right: 10px;
  border-right: 1px solid var(--color-blue);
  margin-right: 10px;
}
.header--lockup .site-name {
  color: var(--color-blue);
  line-height: 1.1;
}
@media only screen and (min-width: 48em) {
  .header--lockup .site-name {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 48em) {
  .header--lockup .site-name {
    font-size: 0.8em;
  }
}

/* Router Style */
.router a {
  color: black;
  display: flex;
  justify-content: space-between;
  font-size: var(--size-step-0);
  font-weight: 700;
  font-weight: var(--font-bold);
  text-decoration: none;
  line-height: calc(1em + 0.75rem);
  box-shadow: 0 0.1875rem var(--color-gray);
  padding: 0 0 0.25rem;
  padding-bottom: 0.5rem;
  transition: 250ms ease;
  transition: var(--transition);
}
.router a:hover {
  box-shadow: 0 0.375rem var(--color-blue-light);
}

/******    SOCIAL MEDIA DIRECTORY CSS   ******/
.social-media-list-show {
  display: block;
}

.social-media-list-hide {
  display: none;
}

ul.social-media-directory-ul, ul.social-media-directory-ul-academics, ul.social-media-directory-ul-campus-life, ul.social-media-directory-ul-ci {
  list-style-type: none;
  /* margin: 0; */
  border-bottom: 1px solid var(--color-gray);
  clear: both;
  margin-bottom: 2em;
  padding: 16px 0 32px 0; /* 10px 0 */
}
@media (max-width: 767px) {
  ul.social-media-directory-ul, ul.social-media-directory-ul-academics, ul.social-media-directory-ul-campus-life, ul.social-media-directory-ul-ci {
    display: inline-block;
    width: 100%;
  }
}
ul.social-media-directory-ul li, ul.social-media-directory-ul-academics li, ul.social-media-directory-ul-campus-life li, ul.social-media-directory-ul-ci li {
  border: 0px solid green;
  display: inline-block;
  /* 
  &:nth-last-child(n+2) {
      margin-right: 16px;
  } 
  */
}
ul.social-media-directory-ul li:first-child, ul.social-media-directory-ul-academics li:first-child, ul.social-media-directory-ul-campus-life li:first-child, ul.social-media-directory-ul-ci li:first-child {
  vertical-align: top;
}
@media (min-width: 768px) {
  ul.social-media-directory-ul li:first-child, ul.social-media-directory-ul-academics li:first-child, ul.social-media-directory-ul-campus-life li:first-child, ul.social-media-directory-ul-ci li:first-child {
    padding-top: 12px;
    width: 30%; /* 35% */
  }
}
@media (max-width: 767px) {
  ul.social-media-directory-ul li:first-child, ul.social-media-directory-ul-academics li:first-child, ul.social-media-directory-ul-campus-life li:first-child, ul.social-media-directory-ul-ci li:first-child {
    padding-bottom: 12px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  ul.social-media-directory-ul li:nth-child(n+2), ul.social-media-directory-ul-academics li:nth-child(n+2), ul.social-media-directory-ul-campus-life li:nth-child(n+2), ul.social-media-directory-ul-ci li:nth-child(n+2) {
    float: right;
    padding-right: 10px;
    /* width: 10%; */
  }
}
@media (max-width: 767px) {
  ul.social-media-directory-ul li:nth-child(n+2), ul.social-media-directory-ul-academics li:nth-child(n+2), ul.social-media-directory-ul-campus-life li:nth-child(n+2), ul.social-media-directory-ul-ci li:nth-child(n+2) {
    float: left;
    padding-top: 16px;
    /* width: 16%; */
  }
}
ul.social-media-directory-ul li:nth-child(n+2) a, ul.social-media-directory-ul-academics li:nth-child(n+2) a, ul.social-media-directory-ul-campus-life li:nth-child(n+2) a, ul.social-media-directory-ul-ci li:nth-child(n+2) a {
  background-color: var(--color-blue);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.625rem;
  width: 2.625rem;
  margin: 0 0 0 16px;
  padding: 10px;
  transition: 250msease;
  transition: var(--transition);
}
ul.social-media-directory-ul li:nth-child(n+2) a:hover, ul.social-media-directory-ul-academics li:nth-child(n+2) a:hover, ul.social-media-directory-ul-campus-life li:nth-child(n+2) a:hover, ul.social-media-directory-ul-ci li:nth-child(n+2) a:hover {
  background-color: var(--color-blue-dark);
  transform: scale(1.25);
}
ul.social-media-directory-ul li:nth-child(n+2) a:hover svg, ul.social-media-directory-ul-academics li:nth-child(n+2) a:hover svg, ul.social-media-directory-ul-campus-life li:nth-child(n+2) a:hover svg, ul.social-media-directory-ul-ci li:nth-child(n+2) a:hover svg {
  fill: var(--color-light);
  transform: scale(0.8);
}
ul.social-media-directory-ul li a span.svg svg, ul.social-media-directory-ul-academics li a span.svg svg, ul.social-media-directory-ul-campus-life li a span.svg svg, ul.social-media-directory-ul-ci li a span.svg svg {
  fill: var(--color-light);
}
ul.social-media-directory-ul li a span.svg.svg--social-instagram, ul.social-media-directory-ul li a span.svg.svg--social-facebook, ul.social-media-directory-ul li a span.svg.svg--social-linkedIn, ul.social-media-directory-ul li a span.svg.svg--social-ticktok, ul.social-media-directory-ul li a span.svg.svg--social-twitter, ul.social-media-directory-ul li a span.svg.svg--social-youtube, ul.social-media-directory-ul-academics li a span.svg.svg--social-instagram, ul.social-media-directory-ul-academics li a span.svg.svg--social-facebook, ul.social-media-directory-ul-academics li a span.svg.svg--social-linkedIn, ul.social-media-directory-ul-academics li a span.svg.svg--social-ticktok, ul.social-media-directory-ul-academics li a span.svg.svg--social-twitter, ul.social-media-directory-ul-academics li a span.svg.svg--social-youtube, ul.social-media-directory-ul-campus-life li a span.svg.svg--social-instagram, ul.social-media-directory-ul-campus-life li a span.svg.svg--social-facebook, ul.social-media-directory-ul-campus-life li a span.svg.svg--social-linkedIn, ul.social-media-directory-ul-campus-life li a span.svg.svg--social-ticktok, ul.social-media-directory-ul-campus-life li a span.svg.svg--social-twitter, ul.social-media-directory-ul-campus-life li a span.svg.svg--social-youtube, ul.social-media-directory-ul-ci li a span.svg.svg--social-instagram, ul.social-media-directory-ul-ci li a span.svg.svg--social-facebook, ul.social-media-directory-ul-ci li a span.svg.svg--social-linkedIn, ul.social-media-directory-ul-ci li a span.svg.svg--social-ticktok, ul.social-media-directory-ul-ci li a span.svg.svg--social-twitter, ul.social-media-directory-ul-ci li a span.svg.svg--social-youtube {
  width: 25px;
}

/* Pagination */
.c-pagination {
  font-weight: bold;
  font-size: 1rem;
}
.c-pagination a.next:hover,
.c-pagination a.last:hover,
.c-pagination a.prev:hover,
.c-pagination a.first:hover {
  background: transparent;
  text-decoration: underline;
}
.c-pagination a.first {
  padding-left: 0;
}
.c-pagination a.last {
  padding-right: 0;
}
.c-pagination .active, .c-pagination .active:hover {
  color: white;
  background-color: var(--color-blue);
}
/*
.c-pagination .page {
  display: none;
} 
*/
@media (min-width: 32em) {
  .c-pagination .page {
    display: inline-flex;
  }
}
.c-pagination .ellipses {
  display: none;
  font-weight: normal;
}
@media (min-width: 32em) {
  .c-pagination .ellipses {
    display: inline-flex;
  }
}

/* Content items should scroll below sticky nav */
.header--sticky ~ #content-main [id^="d.en"] {
  scroll-margin-top: 77px;
}

/******    Stats CSS   ******/

/* global vertical scroll fix */
@media (min-width: 48em) {
    .pin-scroll__sticky {
        top: 0;/* 5rem */
    }
}
/* end global vertical scroll fix */

.stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  max-width: 1200px; /* adjust this value as needed */
  /*height: 45vh;
  margin: 0 auto;*/
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}
@media (max-width: 1023px) {
  .stats-wrapper {
    justify-content: center;
    margin: auto !important;
  }
}
@media (min-width: 831px) and (max-width: 1023px) {
  .stats-wrapper {
    width: 90%;
    max-width: 1000px; /* slightly smaller max-width for tablet */
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
}
@media (max-width: 830px) {
  .stats-wrapper {
    width: 90%;
    max-width: 500px; /* smaller max-width for mobile */
    /* height: 110vh; */
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
}

.stats-grid_layout {
  flex-grow: 0;
  flex-shrink: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 830px) {
  .stats-grid_layout {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 300px; /* matches single item width */
    gap: 4rem;
  }
}

.stats-single-item {
  width: 100%;
  max-width: 300px; /* adjust this value as needed */
  /* height: 20vh; */
}
@media (min-width: 831px) and (max-width: 1023px) {
  .stats-single-item {
    width: 25vw;
    max-width: 250px; /* adjust as needed */
  }
}
@media (max-width: 830px) {
  .stats-single-item {
    width: 100%;
    max-width: 300px;
  }
}

.stats-stat__number {
  position: relative;
  font-size: 3.5rem;
  font-family: "Arizona", sans-serif;
  font-family: var(--serif);
  /* white-space: nowrap; */
  line-height: 1;
  padding-bottom: 0.5rem;
  color: var(--color-blue) !important;
}
@media (min-width: 64em) {
  .stats-stat__number {
    font-size: 3.75rem;
  }
}
.stats-stat__number::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  height: 5px;
  width: 100%;
  /* background-color: var(--color-orange); */
  z-index: 1;
}
.stats-stat__number.yellow::after {
  background-color: #f6df50 !important; /*  var(--color-ecru)  */
}
.stats-stat__number.orange::after {
  background-color: var(--color-orange) !important;
}
.stats-stat__number.blue::after {
  background-color: var(--color-blue-light) !important;
}

.stats-stat__description {
  color: var(--color-blue);
  max-inline-size: 20ch;
  line-height: 1.2;
}

/* ########   STATS NUMBER ANIMATION   ##########*/
/* Define a custom numeric CSS property */
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.counter {
  font-size: 3rem;
  /* font-weight: bold; */
  color: #2c3e50;
  /* Animate --num from 0 to 40 */
  animation: count 4s forwards ease-in-out;
  counter-reset: num var(--num);
}
.counter::before {
  content: counter(num);
}

@keyframes count {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  } /* 40 */
}
/* ############  */
@property --new-num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.new-counter {
  font-size: 3rem;
  /* font-weight: bold; */
  color: #2c3e50;
  animation: new-count 4s forwards ease-in-out;
  counter-reset: new-num var(--new-num);
}
.new-counter::before {
  content: counter(new-num);
}

@keyframes new-count {
  from {
    --new-num: 0;
  }
  to {
    --new-num: 200;
  } /*  Change 40 to any target number */
}
/* ##############  */
/* Custom property for the counter */
@property --alt-num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
/* Styling and animation */
.alt-counter {
  font-size: 3rem; /* Adjust font size */
  /* font-weight: bold; */
  color: #2c3e50; /* Change color */
  animation: alt-count 4s forwards ease-in-out; /* Adjust duration (4s) */
  counter-reset: alt-num var(--alt-num);
}

/* Display the counter */
.alt-counter::before {
  content: counter(alt-num);
}

/* Keyframes for animation */
@keyframes alt-count {
  from {
    --alt-num: 0;
  }
  to {
    --alt-num: 60;
  } /* Change target number (e.g., 60) */
}
/******    Student Testimonial Carousel CSS - Testimonial Carousel - Pilot  ******/
html, body {
  height: 100%;
}

.testimonial-swiper__paging.is-single {
  display: none;
}
.testimonial-swiper__paging .swiper-prev::after, .testimonial-swiper__paging .swiper-next::after {
  color: var(--color-dark) !important;
}

.testimonial-swiper.is-single {
  padding-bottom: 0px !important;
}
@media (min-width: 800px) and (max-width: 1080px) {
  .testimonial-swiper .swiper-slide { /* (min-width: 767px) */
    height: 370px; /* 490px */
  }
}
@media (min-width: 767px) and (max-width: 799px) {
  .testimonial-swiper .swiper-slide {
    height: 500px;
  }
}

.testimonial {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1080px) {
  .testimonial {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .testimonial {
    flex-direction: column;
  }
}
.testimonial .frame {
  /* max-width: 16rem; */ /* 40% */ /* Controls image width */
  /* min-width: 150px !important; */
  position: relative;
  /* may need to be just with .frame */
  --n: 16;
  --d: 9;
  aspect-ratio: var(--n)/var(--d);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center; /* flex-start */
  color: var(--color-light);
}
@media (min-width: 768px) {
  .testimonial .frame {
    max-width: 25rem;
    min-width: 250px !important;
    min-height: 250px !important;
  }
}
@media (max-width: 767px) {
  .testimonial .frame {
    max-width: 16rem;
    min-width: 150px !important;
  }
}
@media (min-width: 1185px) and (max-width: 1197px) {
  .testimonial .frame {
    margin-top: -10px;
  }
}
@media (min-width: 1089px) and (max-width: 1184px) {
  .testimonial .frame {
    margin-top: -20px;
  }
}
@media (min-width: 936px) and (max-width: 1088px) {
  .testimonial .frame {
    margin-top: -40px;
  }
}
@media (min-width: 914px) and (max-width: 935px) {
  .testimonial .frame {
    margin-top: -65px;
  }
}
@media (min-width: 845px) and (max-width: 913px) {
  .testimonial .frame .testimonial .frame {
    margin-top: -70px;
  }
}
@media (min-width: 808px) and (max-width: 844px) {
  .testimonial .frame .testimonial .frame {
    margin-top: -95px;
  }
}
@media (min-width: 768px) and (max-width: 807px) {
  .testimonial .frame .testimonial .frame {
    margin-top: -85px;
  }
}
@media (max-width: 767px) {
  .testimonial .frame {
    aspect-ratio: 1/1;
    margin-top: 0;
  }
}
.testimonial .frame img {
  width: 100%;
  height: auto; /* 100% */
  object-fit: cover; /* Or contain, depending on design */
}
.testimonial.testimonial--l blockquote::before {
  width: 3.375rem;
}
@media (min-width: 768px) {
  .testimonial.testimonial--l blockquote::before {
    left: -5.25rem;
  }
}
@media (max-width: 767px) {
  .testimonial.testimonial--l blockquote::before {
    left: 0;
  }
}

cite {
  padding-top: 1em;
}

.t-flex-container {
  /* width: 70%; */ /* 50% */ /* Match .frame */
  display: flex;
  flex-direction: column;
  /* justify-content: stretch; */
  align-items: stretch;
}
@media (max-width: 767px) {
  .t-flex-container {
    width: 100%;
    display: block; /* <--- Important: switch from flex to block */
  }
}

.t-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push .t-bottom down */
  flex-grow: 1;
}
@media (max-width: 767px) {
  .t-right {
    display: block; /* <--- Removes flex restrictions */
  }
}

.t-top {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .t-top {
    width: 100%; /* Ensure full width text and button */
  }
}

.t-bottom {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start; /* Align button to left */
}
@media (max-width: 767px) {
  .t-bottom {
    width: 100%; /* Ensure full width text and button */
  }
}

/* Feature Panel with WYSIWYG css */
.bg-blue-gradient .feature-full a.button {
  background: var(--color-yellow);
  color: var(--color-blue-dark);
}
.bg-blue-gradient .feature-full a.button:hover {
  background: var(--color-ecru-light);
}

/* Yellow background color on feature panel */
.bg-yellow * {
  color: black;
}
.bg-yellow ul:not([class]) li::marker {
  color: black;
}
.bg-yellow .button,
.bg-yellow .form button {
  background-color: var(--color-blue);
  color: var(--color-light);
}
.bg-yellow .button:hover,
.bg-yellow .form button:hover {
  background-color: var(--color-blue-light);
  color: var(--color-light);
}
.bg-yellow h2,
.bg-yellow h3,
.bg-yellow h4 {
  color: var(--color-blue);
}

/******    Pilot Program Enhancements   ******/
.program-detail .l-page-sidebar > div {
  top: -25px;
  /* width: 30vw; */ /* added to make room */
}
/* 
@media (min-width: 1024px) {
  .program-detail .l-page-sidebar > div {
  	width: 30vw;
  }
} 
*/

.program-header {
  display: flex;
  flex-direction: column;
}
@media (min-width: 699px) {
  .program-header {
    flex-direction: row;
    margin: 0;
  }
}

.program-squircle-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.program-squircle-header .header-image {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .header-image {
    margin-top: 2em;
  }
}
.header-image img {
  max-height: 400px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header-image img {
    max-height: 350px;
  }
}

.program-name-tagline {
  margin-top: 1em;
  z-index: 1;
}
@media (max-width: 1023px) {
  .program-name-tagline {
    margin-right: 0;
  }
}

h2.program-name {
  line-height: 1em;
  text-wrap: balance;
}

@media (min-width: 48em) {
  .program-name--short h2 {
    font-size: clamp(4rem, 1.2rem + 3.05vw, 4.6rem);
  }
}

@media (min-width: 48em) {
  .program-name--medium h2 {
    font-size: clamp(3rem, 1.2rem + 3.05vw, 3.5rem);
  }
}

@media (min-width: 48em) {
  .program-name--long h2 {
    font-size: clamp(2.5rem, 1.2rem + 3.05vw, 3rem);
  }
}

@media (min-width: 699px) and (max-width: 1023px) {
  .program-name--short .cta__buttons a,
  .program-name--medium .cta__buttons a {
    display: block;
    width: 50%;
  }
  .program-name--short .cta__buttons a:first-child,
  .program-name--medium .cta__buttons a:first-child {
    margin-bottom: 1rem;
  }
}

.video-description p {
  margin-top: 2rem;
}

.gap-0 {
  gap: 0;
}

.margin-top-0 {
  margin-top: 0;
}

.tagline {
  font-size: 1.2rem;
  color: var(--color-blue);
  line-height: 1.2em;
  padding-bottom: var(--region-space, var(--space-s));
  text-wrap: pretty;
}
@media (min-width: 1280px) {
  .tagline {
    font-size: 1.6rem;
  }
}

.program-button {
  display: inline-block;
  background-color: var(--color-blue-dark);
  color: var(--color-light);
  border-radius: 5rem;
  border: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: var(--size-step-s);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: fit-content;
  transition: var(--transition);
}
.program-button:hover {
  color: var(--color-blue-dark);
  background: var(--color-blue-light);
}

.program-finder-links {
  margin: 1rem 0;
  padding: 0;
}
.program-finder-links ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  row-gap: 0.5em;
  column-gap: 1em;
  flex-wrap: wrap;
}
.program-finder-links.secondary-menu ul:first-child a:hover {
  text-decoration: none;
}
.program-finder-links a.button:hover {
  background-color: #F0F5FA;
}

.accordion__alternate {
  margin-top: 0;
}
.accordion__alternate .accordion__summary {
  padding: var(--space-s-m) 0;
}
.accordion__alternate summary > h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
  line-height: 1.5;
}
.accordion__alternate:not([open]) .label-close {
  display: none;
}
.accordion__alternate:not([open]) .label-open {
  display: inline;
}
.accordion__alternate[open] .label-close {
  display: inline;
}
.accordion__alternate[open] .label-open {
  display: none;
}
.accordion__alternate summary {
  justify-content: start;
}
.accordion__alternate summary::after {
  margin-left: 0;
  margin-right: 0;
}
.accordion__alternate summary.accordion-close::after {
  transform: rotate(-180deg);
}

.cta__buttons:has(a:nth-of-type(2)) a:first-of-type {
  margin-right: 1em;
}
@media (min-width: 1280px) {
  .cta__buttons {
    padding-bottom: var(--region-space, var(--space-m));
  }
}

a__buttons {
  margin: 0;
}

/******    Video Embed   ******/
.video-embed-region {
  padding: 2rem;
}

.video-embed-page {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: var(--wrapper-max-width, 85rem);
  margin: 0 auto;
  flex-direction: row-reverse;
}
.video-embed-page > * {
  flex: 1;
}
.video-embed-page .frame {
  width: 100%;
  aspect-ratio: 16/9;
}
.video-embed-page .frame iframe {
  width: 100% !important;
}
.video-embed-page .button-media {
  height: 5.5rem;
  width: 5.5rem;
  background: rgba(32, 31, 31, 0.73);
  z-index: 0;
}
.video-embed-page .button-media:after {
  font-size: 3rem;
  color: white !important;
}
.video-embed-page .video-wrapper {
  position: relative;
  overflow: hidden;
}
.video-embed-page .video-title-description h2 {
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.video-embed-page .video-title-description .video-description {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.video-embed-reverse {
  flex-direction: row;
}

@media (max-width: 70em) {
  .video-embed-page {
    flex-direction: column;
    gap: 1rem;
  }
  .video-embed-page .video-title-description {
    padding: 1em 0 0 0;
  }
  .video-embed-reverse {
    flex-direction: column;
  }
}
@media (min-width: 70em) {
  .video-embed-page .video-title-description {
    max-width: 30em;
  }
}
@media (max-width: 768px) {
  .video-embed-page .video-title-description h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
html {
  color-scheme: light;
}

.pyramid-item {
  /*   grid-column-end: span 2; */
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pyramid-item img {
  /* width: 100%; */
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.pyramid-bottom-padding {
  padding-bottom: 4vh;
}

.pyramid-wrapper {
  padding: 6vw;
  padding-bottom: 2vh;
  /* padding-left:10vw; */
}

.pyramid-description-wrapper {
  padding: 3vh 0 0;
  width: 70%;
}

.pyramid-grid-container {
  /* for demo */
  max-width: 65rem;
  margin-inline: auto;
  margin-block: 2rem;
  container-type: inline-size;
}

.pyramid-grid {
  display: grid;
  gap: 1rem;
  /*   grid-template-columns: repeat(calc(var(--column-count, 3) * 2), 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  /* Center items horizontally */
  justify-items: center;
  /* Center items vertically */
  align-items: center;
  /* max-width: 65rem;
  margin-inline: auto;
  margin-block: 6rem;

  container-type: inline-size; */
}
@container (width >= calc(100px * 2 + 1rem)) {
  .pyramid-grid .pyramid-item {
    grid-column: span 2;
  }
}
@container (calc(100px * 4 + 3rem) < width < calc(100px * 6 + 5rem) ) {
  .pyramid-grid .pyramid-item:last-child:nth-child(odd) {
    grid-column: 2/span 2;
  }
}
@container (calc(100px * 6 + 5rem) < width < calc(100px * 8 + 7rem)) {
  .pyramid-grid .pyramid-item:nth-child(3n+4):last-child {
    grid-column: 3/5;
  }
  .pyramid-grid:has(:nth-child(3n+5):last-child) > :nth-last-child(2) {
    grid-column: 2/4;
  }
}
@container (calc(100px * 8 + 7rem) < width < calc(100px * 10 + 9rem)) {
  .pyramid-grid .pyramid-item:nth-child(4n+5):last-child {
    grid-column: 4/6;
  }
  .pyramid-grid:has(:nth-child(4n+6):last-child) > :nth-last-child(2) {
    grid-column: 3/5;
  }
  .pyramid-grid:has(:nth-child(4n+7):last-child) > :nth-last-child(3) {
    grid-column: 2/4;
  }
}

@media (max-width: 768px) {
  .pyramid-description-wrapper {
    /* padding: 3vh 0 0; */
    width: 100% !important;
    /* border:2px solid red !important; */
  }
  .pyramid-item {
    max-width: 60%;
    height: 60%;
  }
}
/* to allow for centering of the Title and Description (Center Title checkbox) in Logo Farm Four - Handlebars */  
    .pyramid-center-title {
        text-align: center !important;
    }
    .pyramid-center-description {
        text-align: center !important; 
        margin: 0 auto !important;
    }


/* Split Column Full Width - Grid css */
.pilot-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  padding-bottom: var(--space-m);
  /* border: 2px solid green; */
}

.pilot-grid-title {
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}

/*
.pilot-grid-subhead {
  padding-bottom: var(--space-s);
}*/

.extra-top-space {
  padding-top: var(--space-m);
  /* padding-top: 3rem; */
}

/*
.cta__links {
  padding-top: 1rem;
} */

@media (max-width: 768px) {
  .pilot-grid-wrapper {
    grid-template-columns: 1fr; /* Single column */
  }
}
/* Stats Panel CSS Styles */
/* fixes wrapping problem  */
@media (min-width: 64em) and (max-width: 96em) { /* 1024px -  1536px */
  .stat__number {
    font-size: 2.5rem;
  }
}
/* fixes stat layout, more area between sections */
.stat {
  padding-bottom: 4em !important;
}

.stat:last-child {
  padding-bottom: 0 !important;
}

/* fixes stat layout, reduces area between sections on smaller screens */
@media (max-width: 96em) { /* 1536px */
  .stat {
    padding-bottom: 3em !important;
  }
}
@media (max-width: 767px) {
  .pin-scroll__content {
    padding-top: var(--space-xl);
  }
}
@media (min-width: 48em) and (max-width: 64em) { /* 768px - 1024px  fixes single letter wrapping in stats panel*/
  .pin-scroll__content {
    padding: var(--space-l) !important;
  }
}
/******    Stats CSS   ******/
.stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  max-width: 1200px; /* adjust this value as needed */
  /*height: 45vh;
  margin: 0 auto;*/
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}

@media (max-width: 1023px) {
  .stats-wrapper {
    justify-content: center;
    margin: auto !important;
  }
}
@media (min-width: 670px) and (max-width: 1023px) { /* was (min-width: 831px) and (max-width: 1023px) */
  .stats-wrapper {
    width: 90%;
    max-width: 1000px; /* slightly smaller max-width for tablet */
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
}
@media (max-width: 669px) { /* was max-width: 830px */
  .stats-wrapper {
    width: 90%;
    max-width: 500px; /* smaller max-width for mobile */
    /* height: 110vh; */
    margin-top: var(--space-xl) !important;
    margin-bottom: var(--space-xl) !important;
  }
}
.stats-grid_layout {
  flex-grow: 0;
  flex-shrink: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 560px) { /* max-width: 830px  */
  .stats-grid_layout {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 300px; /* matches single item width */
    gap: 4rem;
  }
}
.stats-single-item {
  width: 100%;
  max-width: 300px; /* adjust this value as needed */
  /* height: 20vh; */
}

@media (min-width: 831px) and (max-width: 1023px) {
  .stats-single-item {
    width: 25vw;
    max-width: 250px; /* adjust as needed */
  }
}
@media (max-width: 830px) {
  .stats-single-item {
    width: 100%;
    max-width: 300px;
  }
}
.stats-stat__number {
  position: relative;
  font-size: 3.5rem;
  font-family: "Arizona", sans-serif;
  font-family: var(--serif);
  /* white-space: nowrap; */
  line-height: 1;
  padding-bottom: 0.5rem;
  color: var(--color-blue) !important;
}

@media (min-width: 64em) {
  .stats-stat__number {
    font-size: 3.75rem;
  }
}
.stats-stat__number::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  height: 5px;
  width: 100%;
  /* background-color: var(--color-orange); */
  z-index: 1;
}

.stats-stat__number.yellow::after {
  background-color: #f6df50 !important; /*  var(--color-ecru)  */
}

.stats-stat__number.orange::after {
  background-color: var(--color-orange) !important;
}

.stats-stat__number.blue::after {
  background-color: var(--color-blue-light) !important;
}

.stats-stat__description {
  color: var(--color-blue);
  max-inline-size: 20ch;
  line-height: 1.2;
}

/* ########   STATS NUMBER ANIMATION   ##########*/
/* Define a custom numeric CSS property */
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.counter {
  font-size: 3rem;
  /* font-weight: bold; */
  color: #2c3e50;
  /* Animate --num from 0 to 40 */
  animation: count 4s forwards ease-in-out;
  counter-reset: num var(--num);
}

.counter::before {
  content: counter(num);
}

@keyframes count {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  } /* 40 */
}
/* ############  */
@property --new-num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.new-counter {
  font-size: 3rem;
  /* font-weight: bold; */
  color: #2c3e50;
  animation: new-count 4s forwards ease-in-out;
  counter-reset: new-num var(--new-num);
}

.new-counter::before {
  content: counter(new-num);
}

@keyframes new-count {
  from {
    --new-num: 0;
  }
  to {
    --new-num: 200;
  } /*  Change 40 to any target number */
}
/* ##############  */
/* Custom property for the counter */
@property --alt-num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
/* Styling and animation */
.alt-counter {
  font-size: 3rem; /* Adjust font size */
  /* font-weight: bold; */
  color: #2c3e50; /* Change color */
  animation: alt-count 4s forwards ease-in-out; /* Adjust duration (4s) */
  counter-reset: alt-num var(--alt-num);
}

/* Display the counter */
.alt-counter::before {
  content: counter(alt-num);
}

/* Keyframes for animation */
@keyframes alt-count {
  from {
    --alt-num: 0;
  }
  to {
    --alt-num: 60;
  } /* Change target number (e.g., 60) */
}
/* Feature Panel with WYSIWYG css */
.bg-blue-gradient .feature-full a.button {
  background: var(--color-yellow);
  color: var(--color-blue-dark);
}

.bg-blue-gradient .feature-full a.button:hover {
  background: var(--color-ecru-light);
}

/* Modification to the Router Panel with Image spacing between Title and the description copy beneath */
.router-panel {
  margin-top: 20px;
}

/* Student Testimonial Carousel Squircle Image Aspect Ratio Fix  */
    
.quote-min-height {
     min-height:350px !important;
}





/******    Events CSS   ******/
.event-page article {
  margin-top: 2em;
}
.event-page p.back-to-calendar {
  margin: 0px !important;
}
    
    
/* Modification to the Horizontal Stats Panel - Citation  added - ADDED 10/16/2025 */
    
.stats-wrapper {
     	margin-bottom: 1rem;
        padding: 2rem;
      	padding-top: 4rem; 
      	justify-content: center;
    	margin: auto !important;
      	/* border: 2px solid red !important; */
    }
    
    .stats-extra-bottom {
      padding-bottom: 4rem;
      /* border: 2px solid blue; */
    }
    
    .stats-caption {
        /* padding-bottom: 2.5rem; */
      	margin-top: 1.5rem;
      	/* border: 2px solid red; */
      	font-size: 12px;
      	font-style: italic;
      	font-family: 'Whyte';
      	font-weight: normal;
      	color: #132245;
    }
    
    @media (max-width: 1023px) {
        .stats-caption{
          padding-left: 0rem !important; 
          /* border: 2px solid green !important; */
        }
      }

/* Set image border radius for rounded image (non-Squircle) Image Text Block 
    .frame.rounded.ITB_mobile_stack.directory-image {
		border-radius: 2.1875rem !important;
    } */

/* Set image border radius for Visual Router Grid  */
	/* .frame.border-radius {
     	 border-radius: 2.1875rem !important;
    } */

/* Get rid of blue bar at tablet breakpoint */
    
@media (max-width: 70em) {
  .secondary-menu.has-no-cta {
         display: none;
  }
}

 /* Marketing Landing pages top banner all */  
.hero-marketing.hero-marketing--image.hero-marketing--full.hero-marketing--small-title {
      /* border:2px solid red !important; */ 
}
    
/* change capitalization in upper section ml landing pages (titles next to icons)*/
    
    .facts-new-updated {
     	text-transform: none !important; 
    }
    
/* #############. 404 NOT FOUND PAGE ################*/
    
    .custom-404-h1 {
     	padding-bottom: .5rem; 
    }
    .custom-404-h3 {
     	padding-bottom: 1rem;
    }
    
    .custom-404-input-placeholder {
        width: 95%; 
        border: none;
      	font-size: 18px;
    }
    
    @media (max-width: 400px) {
        .custom-404-input-placeholder {
            font-size: 14px;
    	}
     }
    

   .custom-404-reasons {
         font-size: 16px !important; 
   }
    .custom-404-reasons.top-padding {
         font-size: 16px !important; 
      	 padding-top: 2rem;
   }

    
   /* .custom-404-pilot-grid-column-1 > form > input.custom-404-input-placeholder:placeholder {
       font-size: .9em;
     	color:red;
   }*/

	.custom-404-search__form_in_content:focus {
       outline: .0625rem dashed var(--color-blue) !important; 
       outline-width: 3px;
       outline-offset: 3px;     
    }
    .custom-404-search-404_field_styles {
        border: 1px solid grey;
        border-radius: 5rem;
        padding: 1rem;
        margin: 1rem 0 1rem 0;
        font-size: var(--size-step-1);
        font-weight: var(--font-bold);
        background: transparent;
        color: var(--color-dark);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    /* New rule for focus state */
    .custom-404-search-404_field_styles:focus,
    .custom-404-search-404_field_styles:focus-within {
        outline: 4px dashed var(--color-blue) !important;
        outline-offset: 3px; 
    }
    
    
   .custom-404-search__input_in_content.custom-404-input-placeholder,
    .custom-404-search__input_in_content.custom-404-input-placeholder:focus {
        outline: none !important;
        border: none !important; /* Also remove border if present */
        box-shadow: none !important; /* Remove any box-shadow too */
    }
    
    .custom-404-squircle-wrapper > figure {
       display: flex;
       justify-content: flex-end;
       /* border: 1px solid red;  */
    }
    .custom-404-squircle-wrapper > figure > img {
      border-radius: 30%;
      border-top-right-radius: 0px;
      /*  Squircle Code */
      width: 500px !important;
    }



/******    Events Calendar Pilot css   ******/
/* ***
  Table of Contents:
  Global CSS
  Events Listing
  Events Detail
  original events-calendar css
  Search Bar
*** */
/******    GlobalCSS   ******/
body.program-finder .hero.hero--image.bg-blue img {
  max-height: 10em !important;
}

.back-to-page {
  /* position: absolute; */
  top: 2rem;
  left: 2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 64em) {
  .back-to-page {
    position: relative;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
  }
}
.back-to-page::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Material Symbols Outlined";
  content: "\e317";
  font-size: 1.5rem;
  font-weight: 600;
  width: 2.625rem;
  height: 2.625rem;
  margin-right: 1rem;
  border-radius: 100%;
  color: var(--color-dark);
  background-color: var(--color-yellow);
  transition: 250ms ease;
  transition: var(--transition);
}
.back-to-page:hover::before {
  background-color: var(--color-yellow);
  font-size: 1.25rem;
  transform: scale(1.25);
}

@media (min-width: 1024px) and (max-width: 1191px) {
  .c-feature-panel.sidebar {
    flex-wrap: unset !important;
  }
}

@media (min-width: 1024px) and (max-width: 1191px) {
  .c-feature-panel.sidebar {
    flex-wrap: unset !important;
  }
}

@media (min-width: 1024px) and (max-width: 1191px) {
  .c-feature-panel.sidebar {
    flex-wrap: unset !important;
  }
}

/* 
.c-menu-sidebar__content {
  @media (min-width: 1024px) {
    display: flex !important;
    flex-direction: column !important;
  }
}
.c-menu-sidebar__toggle {
  @media (max-width: 1023px) {
    display: block !important;
  }
}
[aria-expanded="true"] + .c-menu-sidebar__content {
  display: flex;
}
[aria-expanded="false"] + .c-menu-sidebar__content {
  display: none;
}
*/
.eventListingHeading {
  margin-bottom: 0 !important;
}

search.reset.c-menu-sidebar__content .flow.flow-space-xs {
  margin-bottom: 2em;
}

@media (max-width: 64em) {
  .secondary-menu.bg-blue.events {
    display: none;
  }
}

.material-symbols-outlined {
  color: var(--color-dark);
  vertical-align: middle;
}

.col-30 {
  width: 30%;
}

.col-55 {
  width: 55%;
}

.col-15 {
  width: 15%;
}

.day-of-week {
  white-space: normal;
}

.date-time-line {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.25em;
}
.date-time-line strong, .date-time-line .day-of-week {
  white-space: nowrap;
}
.date-time-line .month-date {
  white-space: nowrap;
}

/* Fullwidth contetn css */
@media (min-width: 1024px) {
  .extra-event-content {
    margin-left: 22em;
    margin-bottom: 1.5em;
    padding-left: var(--space-xl);
  }
}
.extra-event-content div {
  padding-bottom: 1em;
}

article p {
  margin-bottom: 1em;
}

/* Top chooser area */
.browse-select {
  border: 0px solid red;
  /* width: 100%; */
  grid-row: 1;
  grid-column: 1/-1; /* spans all columns */
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.browse-dwm {
  font-weight: 700;
  border: 0px solid green;
  display: inline-block;
  width: 150px; /* 30% */
}
@media (max-width: 768px) {
  .browse-dwm {
    width: 100%;
  }
}

.select-date {
  border: 0px solid purple;
  font-weight: 700;
  width: 60%;
  display: inline-block;
}
@media (max-width: 768px) {
  .select-date {
    display: none;
    width: 100%;
  }
}

.select-date-mobile {
  display: none;
}
@media (max-width: 768px) {
  .select-date-mobile {
    /* display: inline-block; */
    display: block;
    flex: 0 0 100%;
    font-weight: 700;
    width: 100%;
  }
}

/******    Events Listing   ******/
/* global search tag fix */
search {
  margin: 0px !important;
}
search .hscroll {
  border-radius: 1rem;
}

/* search bar css */
.event-search-bar {
  margin-top: 2em;
  /* margin-left: -20px; */
}

/* global over-ride */
.event > :first-child, .event > :last-child {
  min-inline-size: auto !important;
  max-width: none !important;
  /* margin-right: 0 !important; */
  flex-basis: auto !important;
}

/* h3 mobile fix */
@media (min-width: 1024px) and (max-width: 1170px) {
  h3.view_period_range {
    font-size: 1.2em; /* var(--size-step-0) */
  }
}
@media (max-width: 424px) {
  h3.view_period_range {
    font-size: 1.2em; /* var(--size-step-0) */
  }
}

/* events not found */
.no-found {
  padding-top: 5em !important;
}

/* .event-item-listing & more css */
/* date block */
.event-item-listing {
  margin-bottom: 4em;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}
.event-item-listing .event-listing {
  direction: ltr;
}
.event-item-listing .event-listing-text {
  float: none !important;
  order: 2;
}
.event-item-listing .event-listing-photo {
  float: none !important;
  order: 2;
}
.event-item-listing .flow {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 768px) {
  .event-item-listing .flow {
    align-items: flex-start;
  }
}
.event-item-listing .flow > * + * {
  margin-block-start: 0 !important;
}
.event-item-listing .flow > a {
  float: none !important;
}
.event-item-listing .flow > a.relative {
  float: none !important;
  position: static !important;
  margin: 0 !important;
  order: 1;
  text-decoration: none;
}
.event-item-listing .flow > a.relative .frame {
  background-color: var(--color-light); /* color-ecru-light */
}
.event-item-listing .frame {
  float: none !important;
  min-width: 100px;
}

.event-item-listing * {
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

/* --- LIST VIEW (no photo) --- */
#eventContainerPhoto {
  /* display: none; */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}
#eventContainerPhoto > li {
  display: flex;
}
#eventContainerPhoto .event-listing {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#eventContainerPhoto .event-listing-photo {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#eventContainerPhoto .event-listing-photo img {
  background: transparent;
  border-radius: 10%;
}
#eventContainerPhoto .event-meta {
  margin-top: auto;
}
#eventContainerPhoto .frame {
  aspect-ratio: 4/3;
  overflow: hidden;
}
#eventContainerPhoto h3 {
  margin-top: 0.75rem;
}

/* stack day & date */
.event-date {
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  min-width: 100px;
  text-align: center;
}
.event-date > div:first-child {
  border-bottom: 0.12rem solid var(--color-orange); /* 3125rem */
  padding-bottom: 2px; /* var(--space-xs) */
}

.event-day {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.event-number {
  font-family: var(--serif);
  font-size: 2.5rem;
  line-height: 1;
}

.event-day, .event-number {
  color: var(--color-blue);
  font-weight: 700;
}

.event__date > div:first-child {
  border-bottom: 2px solid var(--color-orange); /* .3125rem */
  /* padding-bottom: var(--space-xs); */
  padding-bottom: 3px;
  padding-top: 3px;
}
.event__date > div:first-child h4 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .event__date > div:first-child h4 {
    font-size: 11px;
  }
}
.event__date > div:last-child {
  margin-top: -10px; /* -7px */
}
.event__date > div:last-child h4 {
  font-size: var(--size-step-3);
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 25px;
}

/* spacing cleanup */
.event-title {
  margin: 0;
}
.event-title a .button-cta {
  --strokeHeight: 0px; /* 1px */
  text-decoration: underline;
}
.event-title a .button-cta:hover {
  -webkit-animation: none;
  animation: none;
  text-decoration: none;
}

.event-meta {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: #555;
}
.event-meta .meta {
  display: none;
}

/* event month year below date selection */
@media (max-width: 768px) {
  .event-calendar-nav-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .event-calendar-nav-container {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    column-gap: 1.5rem;
  }
}
.event-calendar-nav-container > * {
  align-self: center;
}
@media (max-width: 768px) {
  .event-calendar-nav-container {
    flex-direction: row; /* column */
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .event-calendar-nav-container {
    flex-wrap: wrap; /* nowrap */
    margin-left: 5px;
  }
}
.event-calendar-nav-container > search {
  /* flex: 0 0 20%; */ /* 0 0 auto */
  grid-row: 2;
  grid-column: 1;
}
@media (max-width: 768px) {
  .event-calendar-nav-container > search {
    flex: 0 0 100%;
    width: 100%;
    order: 1;
  }
}

.event-month-year {
  margin: 0 0 2em 5px; /* 2em  0 2em 5px -- 2em 0 */
  padding-top: 2em;
  position: relative;
  width: 100%;
  clear: both;
}
.event-month-year::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 2px var(--color-gray) solid;
  bottom: 10px;
}
.event-month-year span {
  background-color: var(--color-light);
  color: var(--color-dark);
  font-weight: 700;
  position: relative;
  padding-right: var(--space-xs);
  z-index: 1;
}

/* .event-item css */
.event-item > .feature.feature--s.event > :first-child {
  min-inline-size: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  margin-right: 0 !important;
}

/* --- Calendar function/nav placement --- */
@media (max-width: 768px) {
  .ajax-load-area {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.ajax-load-area button.calendar-toggle {
  font-size: larger;
  margin-top: 0; /* remove -16px for alignment */
  padding-left: 5px;
  padding-bottom: 25px;
  display: inline-block; /* optional, ensures it stays inline */
}
@media (max-width: 768px) {
  .ajax-load-area button.calendar-toggle {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .flex-break {
    flex: 0 0 100%;
  }
}

#view_period_switchers {
  /* 
  align-items: center;
  gap: 0.5rem;
  width: 70%;
  */
  display: flex;
  /* flex: 0 0 55%; */ /* 1 1 auto */
  align-items: center;
  grid-row: 2;
  grid-column: 2;
  /* justify-content: space-between; */
  margin-top: 0; /* 1.5rem */
  min-width: 0;
  padding-top: 5px;
}
@media (max-width: 768px) {
  #view_period_switchers {
    display: flex; /* inline-flex works too */
    flex-direction: row; /* default */
    align-items: center; /* vertically align h3 + button */
    gap: 0; /* optional spacing */
    /* justify-content: unset; */
    /* width: 100%; */
    order: 2;
    padding-top: 75px; /* 0 */
    flex: 1 1 auto; /* take remaining space */
    width: auto; /* don’t constrain */
  }
}
#view_period_switchers::after {
  /* content: ""; */
  display: block;
  clear: both;
}
#view_period_switchers a {
  color: #005a8b;
  text-decoration: none;
}

/* --- pic/list toggle -- pic-list-toggle --- */
.pic-list-toggle {
  /* flex: 0 0 15%; */ /* 0 0 auto */
  grid-row: 2;
  grid-column: 3;
  margin-bottom: 1rem;
  padding-top: 5px; /* 25px */
  /* 
  @media (min-width: 366px) and (max-width: 375px) {
    padding-top: 90px;
  } 
    */
}
@media (max-width: 768px) {
  .pic-list-toggle {
    /* flex: 1 1 auto; */ /* allow it to take remaining space */
    /* width: auto; */ /* don’t force 15% */
    text-align: right; /* keeps buttons on right side */
    /* order: 3; */
    /* padding-top: 90px; */
    flex: 0 0 auto;
    width: auto;
    margin-left: auto; /* ← pushes it to the right */
    order: 2;
    padding-top: -65px; /* 112px / 98px */
  }
}
@media (min-width: 593px) and (max-width: 768px) {
  .pic-list-toggle {
    margin-top: -68px;
    z-index: 4;/* 999 */
  }
}
@media (max-width: 592px) {
  .pic-list-toggle { /* 543px */
    margin-top: -192px; /* -62 / -30px */
    padding-top: 0px;
    z-index: 4;/* 999 */
  }
}

button {
  border: 0px;
  background: var(--color-light);
  cursor: pointer;
  border-radius: 0px;
}
button[aria-pressed=true], button[aria-pressed=false] {
  background: var(--color-light);
  border: 0px solid var(--color-dark);
  color: var(--color-dark);
}
button#btnList {
  border-right: 1px solid var(--color-gray);
}

/* flex 0 0 % override */
/* 
.event-calendar-nav-container {
  > search {
    flex: unset !important;
    width: auto !important;
  }
}
*/
#view_period_switchers,
.pic-list-toggle {
  flex: unset !important;
  width: fit-content !important;
}

/* end flex 0 0 % override */
.pcb-mini-cal {
  flex-basis: 100%;
  width: 100%;
  order: 99;
}

.pcb-mini-cal, #calendar_box {
  flex: 0 0 80%; /* 0 0 100% */
  width: 100%;
  order: 100;
  margin: auto;
}
@media (max-width: 768px) {
  .pcb-mini-cal, #calendar_box {
    flex: 0 0 100%; /* 0 0 80% */
  }
}

#view-switchers {
  /* */
  display: flex;
  /* float: left; */
  justify-content: space-around;
  margin-top: 0; /* 1.5rem */
  /* width: 30%; */
}
@media (max-width: 768px) {
  #view-switchers {
    justify-content: flex-start;
    flex: 0 0 100%;
    width: 100%;
    order: 1;
  }
}
#view-switchers::after {
  /* content: ""; */
  display: block;
  clear: both;
}

/* --- Toggle buttons --- */
.view-toggle {
  display: flex;
  align-items: center;
  justify-self: start;
  margin-left: -15px; /* margin-left: -15px; */
  margin-top: -30px !important;
  position: relative;
  overflow: visible !important;
  width: 150px;
}
@media (max-width: 768px) {
  .view-toggle {
    order: 1;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0.75rem;
    margin-left: 10; /* 0 */
  }
}

/*
button#viewToggleBtn {
  background-color: var(--color-light);
  border: 0px;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  @media (min-width: 1024px) {
    width: 150px;
  }
} 
  */
button#viewToggleBtn {
  background-color: var(--color-light);
  border: 0px;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  padding-left: 0;
}
@media (min-width: 1024px) {
  button#viewToggleBtn {
    text-align: left;
    width: 150px;
  }
}
@media (min-width: 1024px) and (max-width: 1170px) {
  button#viewToggleBtn {
    font-size: 1em;
  }
}

.event-view-options {
  border-radius: 5%;
  position: absolute;
  display: none;
  background: var(--color-light);
  /* border: 1px solid #ccc; */
  padding: 8px;
  z-index: 4 !important;
  margin-top: 250px;
  margin-left: 10px;
  width: 150px;
}
.event-view-options label {
  font-weight: 500;
}
.event-view-options label input {
  margin: 0.75em;
}

/* --- Calendar view/toggle --- */
/* Hide calendar on load */
#calendar_box {
  display: none;
  width: 100%;
  /* clear: both; */
}
#calendar_box[style*="display: block"] {
  display: block;
  background-color: transparent; /* var(--color-light) */
  position: absolute;
  top: 100px;
  z-index: 4;
}
@media (max-width: 768px) {
  #calendar_box[style*="display: block"] {
    top: 180px;
  }
}

/* Make h3 look clickable */
.view_period_range {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: sans-serif; /* serif */
  font-weight: 600;
  gap: 10px;
  margin: 0;
  margin-bottom: 1.2rem; /* 1.5rem */
  min-width: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* add below */
  color: var(--color-dark);
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .view_period_range {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }
}

/* Arrow button */
.calendar-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

/* Rotate arrow when open */
.calendar-toggle.is-open .fa {
  transform: rotate(180deg);
}

/* Smooth rotation */
.calendar-toggle .fa {
  transition: transform 0.2s ease;
}

/* --- Base event styles --- */
.event {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  /* border-bottom: 1px solid #ccc; */
}

.event-img {
  width: 150px;
  height: auto;
}

/* --- LIST VIEW (no photo) --- */
.view-list .event-img {
  display: none;
}

.view-list .event {
  flex-direction: column;
}

/* --- PHOTO VIEW --- */
.view-photo .event {
  flex-direction: row;
}

/******    Events Detail   ******/
.news-item .frame {
  aspect-ratio: auto !important;
}
.news-item .frame > img {
  -o-object-fit: unset !important;
  object-fit: unset;
  inline-size: unset;
  block-size: unset;
}

/* images: banner and content related css */
/*
.event-content-title {
  flex: 1;
}
.event-content, .event-image-inline {
  flex: 2; 
  padding:1rem 1rem 1rem 0;
  &.event-image-inline-none {
    display: none;
    flex: unset;
  }
}
*/
@media (max-width: 1023px) {
  .l-page-sidebar.event-detail {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .l-page-sidebar.event-detail > :first-child {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .l-page-sidebar.event-detail > :nth-child(2) {
    order: 1;
  }
}

.event-content-title {
  width: 100%;
}

article.news-item {
  display: grid;
  grid-template-areas: "content image" "meta meta";
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
@media (max-width: 48em) {
  article.news-item {
    display: block;
  }
}
article.news-item div.event-content {
  grid-area: content;
  text-align: left;
}
@media (max-width: 48em) {
  article.news-item div.event-content {
    display: block;
  }
}
article.news-item div.event-image-inline {
  grid-area: image;
}
@media (max-width: 48em) {
  article.news-item div.event-image-inline {
    display: block;
    margin-top: 1.5em;
  }
}
article.news-item div.event-image-inline .frame {
  align-items: flex-start;
}
article.news-item div.event-image-inline .frame[data-ratio="4:3"] {
  --n: 4;
  --d: 3;
}
article.news-item div.event-meta {
  grid-area: meta;
}
@media (max-width: 48em) {
  article.news-item div.event-meta {
    display: block;
  }
}

.event-image-inline .frame.border-radius figure img {
  border-radius: 2.1875rem;
}
.event-image-inline .frame > img {
  block-size: unset !important;
  inline-size: unset !important;
}

.event-banner.hero.hero--image.bg-blue {
  height: 250px !important;
}
.event-banner.hero.hero--image.bg-blue .hero__content {
  height: 250px;
}
.event-banner.hero.hero--image.bg-blue .hero__content.absolute .mx-auto.top-auto {
  height: 250px !important;
}
.event-banner.hero.hero--image figure img {
  width: 100% !important;
}
.event-banner .hero__media::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}

/*
.hero__content {
  height: 250px;
  &.absolute {
    .mx-auto {
      &.top-auto {
        height: 250px !important;
      }
    }
  }
}
*/
/* Events detail sidebar */
/* Events Detail Left Menu Styles */
/* Events Detail Left Menu Styles */
.events-detail-menu-wrapper {
  margin: 0 auto;
  /* border: 1px solid #000; */
  /* width: 260px; */
}
@media (min-width: 64em) {
  .events-detail-menu-wrapper {
    width: 260px;
  }
}

.events-detail-menu-outergrid {
  display: grid;
  grid-row: repeat(3, 1fr);
  text-align: center;
  /* border: 1px solid green; */
}

.events-detail-menu-event-info {
  border-bottom: 4px solid var(--color-orange);
  color: var(--color-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

.events-detail-menu-icon-array {
  display: grid;
  grid-template-columns: 15% 85%;
  grid-template-rows: repeat(4, 1fr);
  height: 250px !important; /* ?? */
}
@media (min-width: 48em) and (max-width: 64em) {
  .events-detail-menu-icon-array {
    display: grid;
    grid-template-columns: 1fr 9fr 1fr 9fr;
    grid-template-rows: repeat(2, 1fr);
    height: 175px !important; /* ?? */
  }
}
.events-detail-menu-icon-array > * {
  padding: 0.75rem;
  padding-right: 0rem;
  font-family: var(--time-mobile-font-family);
  text-align: left;
}
.events-detail-menu-icon-array div img {
  margin-left: -10px;
  /* border: 1px solid red; */
}

.svg-wrapper {
  padding-right: 0.5rem;
  padding-left: 0rem;
  color: var(--color-blue) !important; /* #2a689e / #255987  */
}

.events-detail-menu-info-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 9px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 0.9rem;
  /* border: 1px solid red; */
}
.events-detail-menu-info-text > div:first-child {
  font-weight: bold;
  color: var(--color-blue); /* #005A8B */
}

.events-detail-menu-email-button {
  display: flex;
  justify-content: center;
  /* border: 2px solid blue; */
  padding-top: 1rem;
  /*  */
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
@media (min-width: 48em) and (max-width: 64em) {
  .events-detail-menu-email-button {
    display: flex;
    justify-content: center;
    /* border: 2px solid blue; */
    /*  */
    margin-top: 2rem;
    margin-left: 0px;
    /* margin-right: auto;*/
    width: 200px;
  }
}

/* --- override for site search --- */
span.input-groups input#keywords:focus {
  /* border: 1px dashed var(color-blue); */
  outline-style: dashed !important;
  outline-offset: 3px !important;
  outline-width: 3px !important;
  outline-color: var(color-blue) !important;
}

/* --- Calendar css from code block --- */
input#category_11cc80a0615af32faf6c862f766e210b, label[for=category_11cc80a0615af32faf6c862f766e210b] {
  display: none;
}

@media (min-width: 768px) {
  div#searchoptions-generic {
    margin-bottom: unset;
    /* padding: 2em 0; */
  }
}
@media (max-width: 768px) {
  div#searchoptions-generic {
    margin-bottom: 2em;
  }
}
@media (min-width: 1000px) {
  div#searchoptions-generic {
    margin-bottom: 7em; /* 5em */
  }
}

@media (min-width: 768px) {
  #searchoptions-categories {
    padding: 5em 0;
  }
}

/* calendar day of */
/* 
.cal-table .inFilter {
  background-color: var(--color-yellow) !important;
  a {
    color: var(--color-blue-dark) !important;
    font-weight: 600 !important;
  }
}
*/
.cal-table {
  table-layout: fixed;
  width: auto;
  min-width: 100%;
}
.cal-table .inFilter {
  background-color: var(--color-light) !important; /* #DDEBF9 / var(--color-yellow) */
  /* border-radius: 50%; */
}
.cal-table .inFilter a {
  color: var(--color-blue) !important; /* transparent; */
  font-weight: 600 !important;
}
.cal-table .inFilter a, .cal-table .inFilter span {
  display: flex; /* inline-flex */
  align-items: center;
  justify-content: center;
  width: 70%; /* 2.25rem */
  aspect-ratio: 1/1;
  /* height: 2.25rem; */
  line-height: 1;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  background-color: #DDEBF9; /* yellow if you switch back */
  border-radius: 50%;
  /* box-sizing: border-box; */
  font-weight: 600;
  color: var(--color-blue) !important;
}
.cal-table thead tr:first-of-type th {
  border: 0px;
}
.cal-table thead tr:first-of-type th:first-of-type {
  color: var(--color-dark);
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  .cal-table thead tr:first-of-type th:first-of-type {
    padding-left: 1em !important;
  }
}
.cal-table td {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cal-table td {
    padding: 0px !important;
    text-align: center;
    vertical-align: middle;
    width: auto !important;
    min-width: 0 !important;
  }
}
.cal-table td a, .cal-table td span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  /* height: 2.25rem; */
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cal-table td.inFilter {
    padding: 0 !important;
  }
}

/* .c-table thead tr:first-of-type th */
.c-table thead tr:first-of-type th {
  border: 0px !important;
  text-align: left;
}
.c-table thead tr:first-of-type th:first-of-type {
  padding-left: 1em !important;
}

/* table thead tr:first-of-type th */
table thead tr:first-of-type th {
  border: 0px !important;
  text-align: left;
}

.calendar-box-div {
  background-color: var(--color-light);
  border-radius: 5%;
  border: 1px solid var(--color-ecru-light);
  padding: var(--space-s);
  max-width: 350px;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .calendar-box-div {
    padding: 0;
    max-width: 100%;
  }
}

/******    original events-calendar css   ******/
/* close button */
.close-calendar {
  border-bottom: 0px solid red;
  clear: both;
  /* margin-top: 1em; */
  margin-bottom: 0.5em;
  margin-left: 0; /* 1em */
  padding: 0;
  width: 100%;
}
@media (min-width: 48em) {
  .close-calendar.calendar-close {
    margin-left: 0; /* -20px */
  }
}
@media (max-width: 48em) {
  .close-calendar.calendar-close {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media (min-width: 769px) {
  img.calendar-close {
    margin-left: -20px;
  }
}
@media (min-width: 769px) {
  img.viewoptions-close {
    margin-left: -10px;
  }
}

table {
  margin-top: 1rem !important;
}
table.cal-table {
  table-layout: fixed;
  width: 100%;
  background-image: none !important;
  border: solid 0px #f1f5fb;
  margin-top: 0 !important;
  overflow-x: visible !important;
  word-wrap: normal;
}
table.cal-table th, table.cal-table td {
  border: 0px;
  padding: 0.2rem !important;
}
@media (max-width: 768px) {
  table.cal-table th, table.cal-table td {
    padding: 1rem;
  }
}

.cal-head, .current {
  color: #005a8b;
}

.cal-body {
  text-align: center;
  /* line-height: 2.5rem; */
  /* 
  @media (max-width: 768px) {
    line-height: 1rem;
  } 
  */
}

.outperiodday {
  color: var(--color-gray);
}

.thismonth.hasEvents {
  background-color: var(--color-light);
  color: var(--color-blue);
  font-weight: 700;
}

td.hasEvents a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
@media (max-width: 768px) {
  td.hasEvents a {
    padding: 1rem;
  }
}

/* calendar overrides */
/* Make circles perfect everywhere */
.cal-table td {
  width: 14.285%;
  height: 3.5rem; /* pick your desired height */
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
}
.cal-table td.inFilter {
  padding: 0 !important; /* remove mobile td padding */
  width: auto !important;
  min-width: 0 !important;
  /* height: auto !important; */
}
.cal-table .infilter a, .cal-table .infilter span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 70%; /* relative to td */
  aspect-ratio: 1/1; /* keeps perfect square */
  margin: 0 auto;
  padding: 0 !important;
  line-height: 1 !important;
  /* background-color: #DDEBF9; */
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: 600;
  color: var(--color-blue) !important;
}

/* Override any hasEvents mobile padding */
@media (max-width: 1023px) {
  td.hasEvents a {
    padding: 0 !important;
  }
}

/* end calendar overrides */
#searchoptions-generic fieldset, #searchoptions-categories fieldset {
  border: 0;
  padding: 0;
}

.ajax-load-link {
  text-decoration: none;
}

.event-date-box {
  display: inline-block;
  width: 17.5%;
  min-width: 144px;
  vertical-align: top;
}

.event-info-box {
  display: inline-block;
  max-width: revert !important;
  vertical-align: top;
  width: 76%; /* 100% */
}

#keywords {
  /* display: block; */
  /* margin-top: 0.5rem; */
  outline: none;
}

#categories-legend {
  margin-bottom: 0.5rem;
}

#category-name {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

#calendar_events {
  margin-top: 2rem;
  margin-left: 5px;
}

.eventdate {
  margin-bottom: 0.5rem;
  border-bottom: 2px solid var(--color-gray);
}
.eventdate a {
  text-decoration: none;
}

ul.no-bullet {
  list-style: none;
  padding: 1em 0 0 1em; /*was 1em 0 0 0 / was 0 */
  /* 
  @media (max-width: 768px) {
    padding: 10em 0 0 0;
  }
    */
}

.event-item {
  margin-bottom: 1.5rem;
}

/* 
.event-info-box {
  max-width: revert !important;
  width: 100%;
}
*/
.title a {
  text-decoration: none;
  font-size: 1.5rem;
}

#event-title, #event-short-desc {
  margin-bottom: 1rem;
}

#fulltext-title, .meta {
  margin-bottom: 2rem;
}

/******    Search Bar   ******/
/* container positioning */
.search-wrapper {
  border: 1px solid var(--color-dark);
  border-radius: 5rem;
  position: relative;
  width: 100%;
  display: block !important;
  position: relative;
  z-index: 4;
}

.search-wrapper button {
  position: absolute !important;
}
.search-wrapper button.button-circle {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 10; /* ensures overlap */
  /* background: transparent; */
  border: none;
  padding: 0;
  margin: 0;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex: none;
}
@media (max-width: 48em) {
  .search-wrapper button.button-circle {
    height: 2rem; /* 3rem */
    width: 2rem; /* 3rem */
  }
}

#search_field input#keywords {
  margin: 0.5em 0 0.5em 1.7em;
  width: 86%;
}
/* 
@media (max-width: 48em) {
  #search_field input#keywords {
    margin: 0.25em !important;
  }
} 
*/
@media (max-width: 960px) {
  #search_field input#keywords {
    width: 80%;
  }
}
@media (max-width: 670px) {
  #search_field input#keywords {
    width: 70%;
  }
}
@media (max-width: 380px) {
  #search_field input#keywords {
    font-size: 1.15em;
    width: 65%; /* addition */
  }
}
#search_field #keywords {
  padding: 1em;
  display: unset;
}
/* 
@media (max-width: 48em) {
  #search_field #keywords {
    padding: 0.25em;
  }
} 
*/
#search_field #keywords:focus {
  border-radius: 0px;
  outline-style: dashed;
  outline-offset: 3px;
  outline-width: 3px;
  outline-color: var(--color-blue);
  outline-color: var(--outline-color, var(--color-blue));
}
@media (max-width: 360px) {
  #search_field #keywords::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 48em) {
  .button-icon--search svg {
    height: 16px;
    width: 16px;
  }
}
    
.search-404_field_styles {
  background: transparent;
  border: 1px solid var(--color-gray);
  border-radius: 5rem;
  box-sizing: border-box;
  /* font-size: 1.25em; */
  padding-right: 3.5rem;
  width: 100%;
}
@media (min-width: 48em) {
  .search-404_field_styles {
    font-size: 1.25em;
  }
}

@media (max-width: 48em) {
  .events-search-box {
    font-size: 1em !important;
  }
}

/* CSS - gutter for mobile and region vertical spacing  */
/* 
@media (max-width: 1123px) {
    :root {
        --gutter: var(--space-l);
    }
}
*/
    
    
/* remove when events calendar css is added */
/*
    article p {
    	margin-bottom: 1em;
    }
*/
    
.bg-yellow .button-cta.button-cta--secondary {
    background-image: linear-gradient(var(--color-blue-light), var(--color-blue-light));
}






















































