@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");


.aggie-ux .section-wrap>* {
  --aux-gutter-x: 1.5rem;
  --aux-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--aux-gutter-x) * 0.5);
  padding-left: calc(var(--aux-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.aggie-ux .section-wrap>* {
  max-width: 1400px;
}

:root {
  --aux-breakpoint-xs: 0;
  --aux-breakpoint-sm: 576px;
  --aux-breakpoint-md: 768px;
  --aux-breakpoint-lg: 992px;
  --aux-breakpoint-xl: 1200px;
  --aux-breakpoint-xxl: 1400px;
}

.aggie-ux .section-wrap>* {
  --aux-gutter-x: 1.5rem;
  --aux-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--aux-gutter-y));
  margin-right: calc(-0.5 * var(--aux-gutter-x));
  margin-left: calc(-0.5 * var(--aux-gutter-x));
}

.aggie-ux .section-wrap>*>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--aux-gutter-x) * 0.5);
  padding-left: calc(var(--aux-gutter-x) * 0.5);
  margin-top: var(--aux-gutter-y);
}


.aggie-ux {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
}

.aggie-ux .show-for-sr {
  display: none;
  visibility: hidden;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.aggie-ux p {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.aggie-ux a,
.aggie-ux .link {
  color: #006483;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  transition: 0.2s ease;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  text-underline-offset: 3px;
  line-height: inherit;
  position: relative;
  cursor: pointer;
}

.aggie-ux a:hover,
.aggie-ux a:focus,
.aggie-ux a:active,
.link:hover,
.link:focus,
.link:active {
  color: #00324e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.aggie-ux a:focus-visible,
.link:focus-visible {
  outline: dotted #006483 2px;
  outline-offset: 3px;
}

.aggie-ux .featured-event .featured-event__title a,
.aggie-ux h2 a,
.aggie-ux .simple-event .simple-event__date a {
  font-weight: bold;
  font-size: 1.1rem;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.aggie-ux .featured-event .featured-event__title a::after,
.aggie-ux h2 a::after,
.aggie-ux .simple-event .simple-event__date a::after {
  -webkit-mask-image: url("https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svg");
  mask-image: url("https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svg");
  margin-left: 0.3rem;
}

.aggie-ux .featured-event .featured-event__title a:hover,
.aggie-ux h2 a:hover,
.aggie-ux .simple-event .simple-event__date a:hover,
.aggie-ux .featured-event .featured-event__title a:focus,
.aggie-ux h2 a:focus,
.aggie-ux .simple-event .simple-event__date a:focus,
.aggie-ux .featured-event .featured-event__title a:active,
.aggie-ux h2 a:active,
.aggie-ux .simple-event .simple-event__date a:active {
  text-decoration: underline;
}

.aggie-ux .featured-event .featured-event__title a:hover::after,
.aggie-ux h2 a:hover::after,
.aggie-ux .simple-event .simple-event__date a:hover::after,
.aggie-ux .featured-event .featured-event__title a:focus::after,
.aggie-ux h2 a:focus::after,
.aggie-ux .simple-event .simple-event__date a:focus::after,
.aggie-ux .featured-event .featured-event__title a:active::after,
.aggie-ux .aggie-ux h2 a:active::after,
.aggie-ux .simple-event .simple-event__date a:active::after {
  background-color: #00324e;
}


.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a {
  font-weight: bold;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
  font-style: italic;
  display: inline-block;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a::after {
  -webkit-mask-image: url("https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svg");
  mask-image: url("https://aux.tamu.edu/icons/aux-prod-icons/angles-right.svg");
  margin-left: 0.5rem;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a:hover,
.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a:focus,
.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a:active {
  text-decoration: underline;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a:hover::after,
.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a:focus::after,
.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a:active::after {
  background-color: #00324e;
}

.aggie-ux .featured-event .featured-event__title a::after,
.aggie-ux h2 a::after,
.aggie-ux .simple-event .simple-event__date a::after,
.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a::after {
  content: "";
  transition: 0.2s ease;
  display: inline-block;
  background-color: #006483;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0.8rem;
  -webkit-mask-position: bottom;
  mask-repeat: no-repeat;
  mask-position: bottom;
  mask-size: 0.8rem;
  width: 1.1rem;
  height: 1rem;
}

.aggie-ux h2 {
  line-height: 1.2;
}


.aggie-ux .simple-event .simple-event__date {
  line-height: 1.4;
}

.aggie-ux h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  color: #4f001a;
  font-size: 2rem;
}


.aggie-ux .simple-event .simple-event__date {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.aggie-ux h2 a,
.simple-event .simple-event__date a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.aggie-ux h2 a::after {
  mask-size: 1.25rem;
  -webkit-mask-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}


.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a:hover,
.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading a:active {
  text-decoration: underline;
}


.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading {
  font-size: 1.125rem;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  color: #732f2f;
}

.aggie-ux a h2 {
  color: currentColor;
}

.aggie-ux a.btn,
.aggie-ux .btn {
  font-family: "Work Sans", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0.65rem 1.5rem;
  border-bottom: none;
  text-align: center;
  width: fit-content;
  margin-bottom: 1rem;
}

.aggie-ux a.btn::before,
.aggie-ux a.btn::after,
.aggie-ux .btn::before,
.aggie-ux .btn::after {
  content: none;
  padding: 0;
}

.aggie-ux a.btn:hover,
.aggie-ux .btn:hover {
  cursor: pointer;
}

.aggie-ux a.btn:focus-visible,
.aggie-ux .btn:focus-visible {
  outline: 2px dotted #006483;
  outline-offset: 0.25rem;
}

.aggie-ux a.btn :disabled,
.aggie-ux .btn :disabled {
  background-color: #f6f6f6;
  border: 2px solid #eaeaea;
  color: #a7a7a7;
  cursor: not-allowed;
}

.aggie-ux a.btn :disabled,
.aggie-ux .btn :disabled {
  text-transform: none;
  font-weight: 600;
  padding: 0.65rem 1.9rem;
}

.aggie-ux a.btn :disabled,
.aggie-ux .btn :disabled {
  background: transparent;
  border-color: transparent;
  font-style: italic;
  padding-left: 3px;
}

.aggie-ux a.btn--primary-alt,
.aggie-ux .btn--primary-alt {
  background: #4f001a;
  color: #ffffff;
  border: 2px solid #3c001c;
  position: relative;
  transition: all 0.1s ease;
  box-shadow: 0px 0px 0px 0px #3c001c;
  font-size: 1rem;
  border-radius: 0;
}

.aggie-ux .btn--primary-alt:hover,
.aggie-ux .btn--primary-alt:focus,
.aggie-ux .btn--primary-alt:active {
  background-color: #732f2f;
  box-shadow: 0px 3px 0px 0px #3c001c;
}

.aggie-ux a.btn--primary-alt,
.aggie-ux .btn--primary-alt {
  background-color: transparent;
  color: #4f001a;
}

.aggie-ux a.btn--primary-alt:hover,
.aggie-ux a.btn--primary-alt:focus,
.aggie-ux a.btn--primary-alt:active,
.aggie-ux .btn--primary-alt:hover,
.aggie-ux .btn--primary-alt:focus,
.aggie-ux .btn--primary-alt:active {
  color: #ffffff;
}

.aggie-ux .featured-event .featured-event__date {
  position: absolute;
  background: #eaeaea;
  color: #4f001a;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  font-family: "Work Sans", Arial, sans-serif;
  text-transform: uppercase;
  z-index: 2;
}

.aggie-ux .featured-event .featured-event__image {
  display: flex;
  aspect-ratio: 16/9;
  justify-content: flex-start;
}

.aggie-ux .featured-event .featured-event__image a {
  display: flex;
  width: 100%;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
}

.aggie-ux .featured-event .featured-event__image a img {
  transition: 0.3s ease;
  width: 100%;
  object-fit: cover;
}

.aggie-ux .featured-event .featured-event__image a:hover img,
.aggie-ux .featured-event .featured-event__image a:active img {
  transform: scale(1.03);
  cursor: pointer;
}

.aggie-ux .featured-event .featured-event__title a {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.aggie-ux .featured-event .featured-event__title a::after {
  mask-size: 1rem;
  -webkit-mask-size: 1rem;
}

.aggie-ux .featured-event .featured-event__title a:hover {
  text-decoration: underline;
}

.aggie-ux .featured-event .featured-event__title a:hover::after {
  background-color: #00324e;
}

.aggie-ux .featured-event .featured-event__details {
  font-family: "Work Sans", Arial, sans-serif;
  color: #535353;
}

.aggie-ux .featured-event .featured-event__details .time {
  text-transform: uppercase;
  color: #4f001a;
}

.aggie-ux .featured-event .featured-event__details .location {
  font-style: italic;
}

.aggie-ux .featured-event .featured-event__description {
  margin-top: 0.25rem;
}

.aggie-ux .featured-event .featured-event__description p:only-child,
.aggie-ux .featured-event .featured-event__description p:last-child {
  margin-bottom: 0;
}

.aggie-ux .simple-event .simple-event__date {
  color: #4f001a;
  font-size: 1rem;
}

.aggie-ux .simple-event .simple-event__date .end-date::before {
  content: " - ";
}

/* UTILITY IN MAIN NAV */

/* FULL WIDTH MAIN NAV FOR MEDIUM */

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .featured-event,
.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar {
  width: calc(33.33% - 1rem);
}

@media (max-width: 768px) {
  .aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .featured-event,
  .aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar {
    width: 100%;
  }
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .list-heading {
  display: block;
  font-style: italic;
  margin-bottom: 0.5rem;
  border-bottom: dotted #d1d1d1 1px;
  padding-bottom: 0.25rem;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .sidebar-list {
  padding: 1rem;
  border: dotted #d1d1d1 2px;
  border-radius: 12px;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .sidebar-list .simple-event {
  margin-bottom: 1.5rem;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .sidebar-list .simple-event:last-child {
  margin: 0;
}

.aggie-ux .calendar-widget.calendar-widget--hybrid .calendar-widget__container .calendar-widget__sidebar .btn {
  margin-top: 1rem;
  margin-bottom: 0;
  width: 89%;
}

.aggie-ux .calendar-widget__title {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.aggie-ux .calendar-widget__title::before,
.aggie-ux .calendar-widget__title::after {
  background: #d1d1d1;
  content: "";
  height: 1px;
  flex: 1 0 20px;
}

.aggie-ux .section-wrap {
  padding: 3rem 1.5rem 0 1.5rem;
}

.aggie-ux .section-wrap:last-of-type {
  padding-bottom: 3rem;
}

.aggie-ux .section-wrap>* {
  margin: 0 auto;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

@keyframes slide-in {
  100% {
    right: 0;
    opacity: 1;
  }
}