<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Caltech Alumni Accessibility CSS */ /* Caltech Alumni Accessibility CSS */

/* Skip link styles */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-text-active {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Focus styles for keyboard navigation */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.et_pb_post &gt; a:focus,
.nextend-autoplay:focus,
.nextend-arrow-previous:focus,
.nextend-arrow-next:focus,
.n2-section-smartslider:focus,
.n2-ss-slide-active:focus .n2-ss-section-main-content,
.n2-autoplay-paused:focus,
.n2-ss-slider a.n2-ow:focus,
.home .n2-ss-slider a.n2-ow:focus,
.mobile_menu_bar:focus,
[data-n2click]:focus,
.et_pb_menu__logo a:focus img,
.keyboard-focus {
  outline: 2px solid #ff6c22 !important;
  outline-offset: 2px !important;
}

.et_pb_post &gt; a {
  display: block;
}

.et_pb_menu__logo {
  overflow: visible !important;
}

/* smart-slider accessibility fixes */
.n2-ss-widget.n2-ss-widget-hidden:focus {
  opacity: 1 !important;
  pointer-events: all !important;
}

.slider-skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 999999;
  border-radius: 3px;
}

.slider-skip-link:focus,
.slider-skip-link.screen-reader-text-active {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  left: 6px;
  top: 7px;
  display: inline-block;
}

.slider-skip-target {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.slider-skip-target:focus {
  position: static;
  width: auto;
  height: auto;
}

/* Enhanced slider focus indicator */
.n2-section-smartslider:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* team member accessibility fixes */
.et_pb_bg_layout_light .et_pb_member_position {
  color: #000;
}

/* button accessibility fixes */
.tribe-common-c-btn-border,
.et_pb_more_button.et_pb_button,
body
  #page-container
  .et_pb_section
  .et_pb_post_slider_0_tb_body.et_pb_slider
  .et_pb_more_button.et_pb_button,
.et_pb_blog_0 .wp-pagenavi span.current,
.et_pb_blog_1_tb_body .wp-pagenavi span.current,
.wp-pagenavi span.current,
body #page-container .et_pb_section .ba_dual_button_0 a.btn-el--primary,
body
  #page-container
  .et_pb_section
  .dsm_button_0
  .et_pb_button_one.et_pb_button,
a.et_pb_button.btn-el.btn-el--primary,
.et_pb_button:not(.et_pb_bg_layout_light) {
  background-color: #000 !important;
  color: #fff !important;
}

.tribe-common-c-btn-border:hover,
.et_pb_more_button.et_pb_button:hover,
body
  #page-container
  .et_pb_section
  .et_pb_post_slider_0_tb_body.et_pb_slider
  .et_pb_more_button.et_pb_button:hover,
.et_pb_blog_0 .wp-pagenavi span.current:hover,
.et_pb_blog_1_tb_body .wp-pagenavi span.current:hover,
.wp-pagenavi span.current:hover,
a.et_pb_button.btn-el.btn-el--primary:hover,
body
  #page-container
  .et_pb_section
  .dsm_button_0
  .et_pb_button_one.et_pb_button:hover {
  background-color: #005851 !important;
  border-color: #005851 !important;
  color: #fff !important;
}

/* pb card accessibility fixes */
.et_pb_post a.entry-featured-image-url,
a.entry-featured-image-url {
  margin-bottom: 0;
}

.nav li.et-hover &gt; ul.et-show-dropdown,
ul.et-show-dropdown,
.et-hover {
  visibility: visible;
  opacity: 1;
}

/*  */
.et_pb_blog_grid .et_pb_image_container img {
  object-fit: cover;
}

.tribe-events-style-theme a {
  color: #000;
  text-decoration: underline;
}
</pre></body></html>