@charset "UTF-8";
@import "../rpi-icons/styles.css";
@font-face {
  font-family: "Geist";
  src: url("../fonts/RPIGeist-Regular.woff2");
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/RPIGeist-RegularItalic.woff2");
  font-style: italic;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/RPIGeist-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/RPIGeist-MediumItalic.woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/RPIGeist-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/RPIGeist-BoldItalic.woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "GeistMono";
  src: url("../fonts/RPIGeistMono-Regular.woff2");
}
@font-face {
  font-family: "Replica";
  src: url("../fonts/ReplicaLLWeb-Regular.woff2");
}
*:not(.form-check-input) {
  border-radius: 0 !important;
}

.spinner-border, .spinner-grow {
  border-radius: 50% !important;
}

html, body {
  font-family: "Geist", sans-serif;
  background-color: #ffffff;
  font-size: 18px;
}

/* visual focus indicator? */
a:focus {
  box-shadow: 0 0 5px rgb(32, 122, 158);
  border: 1px solid rgb(32, 122, 158);
}

.block-feature-nav a:focus,
.profile-grid a:focus,
.profile-card a:focus {
  border: 0; /* going to "enable" :hover for :focus */
}

/* end vfi */
a {
  color: #006eb0;
  text-decoration: none;
}
a:hover {
  color: #006eb0;
  text-decoration: underline;
}

.has-bg-image,
header#header.has-bg-image {
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.red {
  color: #d6001c;
}

.gray {
  color: #b9ccd8;
}

.white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #ffffff;
}

.sans {
  font-family: "Geist", sans-serif;
}

.sans-alt {
  font-family: "GeistMono", sans-serif;
}

.serif {
  font-family: serif;
}

.larger-lighter {
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: normal;
}
@media only screen and (min-width : 768px) {
  .larger-lighter {
    font-size: 2em;
  }
}

.smaller-darker {
  font-size: 1rem;
  font-weight: 600;
}

.font-size-2 {
  font-size: 2rem;
}

article p a,
article ul a,
article ol a {
  color: #006eb0;
  text-decoration: none;
  border-bottom: 1px solid #006eb0;
}
article p a:hover, article p a:active, article p a:focus,
article ul a:hover,
article ul a:active,
article ul a:focus,
article ol a:hover,
article ol a:active,
article ol a:focus {
  color: #006eb0;
  text-decoration: none;
  border-bottom: 1px solid #006eb0;
}

article p {
  line-height: 1.4em;
}
article p b, article p strong {
  font-weight: 600;
}

hr {
  border-color: #0081ce;
}

.lead {
  color: #0081ce;
  font-weight: 600;
}

/* headings in page copy */
article h1, article h2, article h3, article h4, article h5, article h6 {
  color: #000000;
  font-weight: 500;
  margin-bottom: 1rem;
}
article h1 {
  font-size: 1.5rem;
  line-height: 1.5;
}
article h2 {
  font-size: 1.3rem;
  line-height: 1.25;
}
article h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}
article h4 {
  font-size: 1.2rem;
  line-height: 1.11111111;
}
article h5 {
  font-size: 1.15rem;
  line-height: 1.11111111;
}
article h6 {
  font-size: 1.1rem;
  line-height: 1.11111111;
}

section h1.page-title {
  font-family: "Replica", "Geist", sans-serif;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

blockquote.blockquote {
  font-family: "Geist", sans-serif;
  color: #000000;
  text-align: center;
  border-top: 2px solid #0081ce;
  border-bottom: 2px solid #0081ce;
  width: 90%;
  margin: 2rem auto;
}
blockquote.blockquote p {
  font-size: 1.125rem;
  line-height: 1.75;
  width: 90%;
  margin: 2rem auto;
}
@media only screen and (min-width : 768px) {
  blockquote.blockquote p {
    font-size: 1.5rem;
    width: 70%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
blockquote.blockquote .blockquote-footer {
  font-family: "GeistMono", sans-serif;
}
blockquote.blockquote:before, blockquote.blockquote:after {
  display: block;
  content: " ";
  background-color: #0081ce;
  width: 25%;
  height: 10px;
}
blockquote.blockquote:before {
  margin: -6px auto 0;
}
blockquote.blockquote:after {
  margin: 0 auto -5px;
}

article ul li {
  line-height: 1.5;
  padding-left: 0.75rem;
}
article ul li:not(:last-child) {
  padding-bottom: 0.75rem;
}
article ul ul {
  padding-top: 0.75rem;
}
article ul ul li:not(:last-child) {
  padding-bottom: 0.25rem;
}

article ol li {
  line-height: 1.5;
  padding-left: 0.75rem;
}
article ol li:not(:last-child) {
  padding-bottom: 0.75rem;
}
article ol ol {
  padding-top: 0.75rem;
}
article ol ol li:not(:last-child) {
  padding-bottom: 0.25rem;
}

address {
  font-size: 16px;
  font-weight: 300;
}

.alert:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #000000;
  margin-right: 0.5rem;
}
.alert a {
  color: #000000;
  text-decoration: underline;
}

.alert-danger:before {
  content: "\f057";
}

.alert-warning:before {
  content: "\f06a";
}

.alert-success:before {
  content: "\f058";
}

.alert-info:before {
  content: "\f05a";
}

.fontawesome-icon-small {
  font-size: 36px;
  margin-bottom: 1rem;
}

.fontawesome-icon-large {
  font-size: 72px;
  margin-bottom: 2rem;
}

.fontawesome-icon-light {
  color: white;
}
.fontawesome-icon-light:hover {
  color: white;
}

.fontawesome-icon-dark {
  color: #000000;
}
.fontawesome-icon-dark:hover {
  color: #000000;
}

.icon {
  display: inline;
  color: #000000;
  font-size: 128px;
}

.block-feature a,
.block-feature a:hover {
  color: #000000;
  text-decoration: none;
}
.block-feature .b-text .b-title {
  font-family: "Geist", sans-serif;
  text-transform: uppercase;
}
.block-feature .b-text p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width : 768px) {
  .block-feature a,
  .block-feature a:hover {
    color: #ffffff;
  }
  .block-feature a {
    display: block;
    position: relative;
  }
  .block-feature a .b-text {
    position: absolute;
    bottom: 0;
    padding: 3%;
  }
}
.card {
  border: 1px solid rgba(0, 0, 0, 0);
  background: transparent;
}
.card .block-feature-nav {
  background: #e1edf5;
  padding: 0;
  text-align: center;
  font-size: 0.889em;
  color: black;
  display: block;
}
.card .block-feature-nav h1,
.card .block-feature-nav a,
.card .block-feature-nav [class^=rpi-icon-]:before,
.card .block-feature-nav [class*=" rpi-icon-"]:before {
  color: black;
  text-decoration: none;
}
.card .block-feature-nav a {
  padding: 0 0 10px;
  display: block;
  height: 100%;
  border-width: 0;
  border-color: #0081ce;
  border-style: solid;
  transition: all 0.25s linear;
}
.card .block-feature-nav a:hover, .card .block-feature-nav a:focus, .card .block-feature-nav a:active {
  border-width: 0 0 10px;
  transition: all 0.25s linear;
  padding: 0;
}
.card .block-feature-nav > div,
.card .block-feature-nav a > div {
  padding: 10%;
}
@media only screen and (max-width : 768px) {
  .card .block-feature-nav > div,
  .card .block-feature-nav a > div {
    padding: 1%;
  }
}
.card .block-feature-nav h1 {
  margin-bottom: 0.5em;
  font-size: 1em;
  text-transform: uppercase;
}
.card .block-feature-nav [class^=rpi-icon-]:before,
.card .block-feature-nav [class*=rpi-icon-]:before {
  display: block;
  font-size: 75px;
}
.card .block-feature-nav i {
  color: #000000;
}
.card .block-feature-nav i:hover {
  color: #000000;
}
.card .block-feature-nav i {
  font-size: 48px;
  margin-bottom: 1rem;
  padding: 1rem 0 0 0;
}

.announcements-container a:before {
  padding-right: 6px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f324";
  display: inline-block;
  font-size: 0.75em;
}

figure {
  max-width: 400px;
}
figure figcaption {
  font-family: "GeistMono", sans-serif;
  font-size: 0.9rem;
  color: #6c757d;
  padding: 1% 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-caption {
  font-family: "GeistMono", sans-serif;
  font-size: 0.9rem;
  text-shadow: 2px 2px 2px #000000;
}

@media only screen and (min-width : 576px) {
  .carousel.captions-below { /* make enough room for the caption */ }
  .carousel.captions-below .carousel-inner {
    padding-bottom: 6rem;
  }
  .carousel.captions-below .carousel-inner .carousel-caption {
    color: #000000;
    text-shadow: none;
    top: 100%;
    bottom: auto;
  }
}
.super-slider-one-slide .carousel-item img {
  width: 100%;
}
.super-slider-one-slide .carousel-caption {
  position: relative;
  top: auto;
  right: 0%;
  bottom: auto;
  left: auto;
  background-color: black;
  padding: 20px;
  font-family: "Geist", sans-serif;
}
.super-slider-one-slide .carousel-caption p {
  margin: 0;
}

@media only screen and (min-width : 992px) {
  .super-slider-one-slide .carousel-item img {
    width: 75%;
    margin-right: 25%;
  }
  .super-slider-one-slide .carousel-caption {
    position: absolute;
    width: 25%;
    height: 100%;
    text-align: left;
  }
}
form legend {
  font-size: 1em;
  color: #000000;
}
form label, form input.form-control, form textarea.form-control, form legend, form select, form input {
  font-weight: 300;
}
form label {
  display: block;
  margin-bottom: 0;
}
form input.form-control {
  height: calc(2.25em + 10px);
  font-size: 0.889em;
}
form select, form input {
  font-size: 0.889em;
  height: calc(2.25em + 2px);
  padding: 0.375em 0.75em;
  border-width: 1px;
  border-color: #000000;
}
form div.form-check {
  padding-left: 2em;
  padding-bottom: 0.25em;
  font-size: 0.889em;
}
form div.form-check .form-check-input {
  padding: 0;
}
form .error {
  border-color: #dc3545;
}
form {
  /** TURN OFF SPINNERS ON NUMBER FIELDS */
  /* Chrome, Safari, Edge, Opera */
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form {
  /* Firefox */
}
form input[type=number] {
  -moz-appearance: textfield;
}

form.search-form button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-left: 0.5em;
}
form.search-form button i.fa-search {
  color: #000000;
  font-size: 32px;
}

div.search-form__slick {
  -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0, 1, 0.5, 1);
}
div.search-form__slick i {
  color: #000000;
  cursor: pointer;
  float: left;
  margin-right: 0.5em;
  font-size: 28px;
  line-height: 32px;
}
div.search-form__slick form {
  overflow: hidden;
  width: 0;
}
div.search-form__slick form input {
  max-width: 150px;
}
div.search-form__slick.open form {
  width: 150px;
}

div.search-form__slick__light i {
  color: #ffffff;
}
div.search-form__slick__light i:hover {
  color: #ffffff;
}

form.comment-form label {
  display: block;
  margin: 0.5em 0 0 0;
}
form.comment-form label:first-child {
  margin: 0;
}

ul.navbar-nav.rpi-header-nav li.nav-item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 0.778rem;
}
ul.navbar-nav.rpi-header-nav li.nav-item a {
  color: white !important;
  font-family: "GeistMono", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
ul.navbar-nav.rpi-header-nav li.nav-item a:hover {
  color: white !important;
  text-decoration: underline;
}

@media only screen and (min-width : 992px) {
  ul.navbar-nav.rpi-header-nav li.nav-item {
    display: list-item;
  }
}
#navbar-main {
  background-color: white;
  border-bottom: 1px solid #b9ccd8;
  border-top: 1px solid #b9ccd8;
  padding: 0;
}

.primary-nav .nav-item {
  width: 100%;
}
.primary-nav .nav-item a.nav-link {
  color: #000000;
  text-transform: uppercase;
  font-family: "GeistMono", sans-serif;
  font-size: 0.889em;
  border-bottom: 2px solid transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.primary-nav .nav-item a.nav-link.active, .primary-nav .nav-item a.nav-link:hover {
  border-bottom: 2px solid #d6001c;
  text-decoration: none;
}

@media only screen and (min-width : 992px) {
  .primary-nav .nav-item {
    width: auto;
  }
}
.sidebar h2,
.sidebar-nav h2 {
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}

.sidebar-nav * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.sidebar-nav {
  background-color: white;
  margin: 0 auto;
  padding: 1em;
}
.sidebar-nav .xxx-nav-hover, .sidebar-nav ul.navbar-nav li.nav-item.has-children ul.navbar-nav li.nav-item a.nav-link:hover, .sidebar-nav ul.navbar-nav li.nav-item.current > a.nav-link, .sidebar-nav ul.navbar-nav li.nav-item.active > a.nav-link, .sidebar-nav ul.navbar-nav li.nav-item a.nav-link:hover {
  background-color: #ffffff;
  border-right: 5px solid #d6001c;
}
.sidebar-nav ul.navbar-nav {
  display: block;
}
.sidebar-nav ul.navbar-nav li.nav-item {
  padding: 0;
}
.sidebar-nav ul.navbar-nav li.nav-item a.nav-link {
  display: block;
  color: #000000;
  padding: 0.8em 1em;
  font-family: "GeistMono", sans-serif;
  line-height: 1.3em;
  border-right: 5px solid white;
  font-size: 0.9em;
  overflow-wrap: break-word;
}
.sidebar-nav ul.navbar-nav li.nav-item.has-children ul.navbar-nav {
  display: block;
}
.sidebar-nav ul.navbar-nav li.nav-item.has-children ul.navbar-nav li.nav-item:before {
  content: " ■";
  color: #d6001c;
  display: inline-block;
  max-width: 4%;
  float: left;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 0.75rem;
  margin-right: 3px;
}
.sidebar-nav ul.navbar-nav li.nav-item.has-children ul.navbar-nav li.nav-item {
  padding-left: 0.25rem;
  display: block;
  width: 95%;
}
.sidebar-nav ul.navbar-nav li.nav-item.has-children ul.navbar-nav li.nav-item a.nav-link {
  float: none;
  width: 93%;
}
.sidebar-nav ul ul {
  list-style: none;
  padding: 0 0 0 1em;
}

.breadcrumb {
  padding: 0.75rem 0;
  background-color: white;
  font-family: "GeistMono", sans-serif;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}

.back-to-top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 1234;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding-top: 0.5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.back-to-top i {
  color: white;
}
.back-to-top:hover i {
  color: white;
}

ul.pagination {
  display: block;
}
ul.pagination .page-item {
  display: inline-block;
  padding: 1rem 0.5rem;
}
ul.pagination .page-item .page-link {
  margin-top: -0.5rem;
  color: #000000;
  border-color: #000000;
}
ul.pagination .page-item .page-link:hover {
  background-color: #ffffff;
}
ul.pagination .page-item.active .page-link {
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
}
ul.pagination .page-item-first,
ul.pagination .page-item-last {
  display: none;
}

@media only screen and (min-width : 992px) {
  nav.pager .pagination {
    display: flex;
  }
  nav.pager .page-item {
    display: list-item;
  }
}
nav.footer-nav a,
nav.footer-nav a:hover {
  color: #ffffff;
  padding: 0;
  font-family: "GeistMono", sans-serif;
  text-align: center;
}
nav.footer-nav a:hover {
  text-decoration: underline;
}
nav.footer-nav .footer-nav-policies {
  color: #ffffff;
  padding: 0;
  text-align: center;
}
nav.footer-nav .footer-nav-policies span {
  font-size: 14px;
  text-transform: uppercase;
}
nav.footer-nav .footer-nav-policies a {
  margin: 0 0.5rem;
}
nav.footer-nav .footer-nav-policies, nav.footer-nav > a {
  display: block;
  width: 100%;
}

@media only screen and (min-width : 992px) {
  nav.footer-nav a,
  nav.footer-nav a:hover {
    font-size: 14px;
  }
  nav.footer-nav .footer-nav-policies, nav.footer-nav > a {
    float: left;
    width: auto;
  }
  nav.footer-nav > a {
    margin-right: 1rem;
  }
}
h3.footer-heading {
  margin-top: 70px;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 100;
  color: #cccccc;
  text-transform: uppercase;
}

nav.footer-nav__column a.nav-link,
nav.footer-nav__column a.nav-link:hover {
  font-size: 16px;
  border: 0;
  padding: 0;
  text-align: left;
}

ul.arrow-nav {
  margin: 3% 0 3rem;
  list-style-type: none;
  padding: 0 6%;
}
ul.arrow-nav li {
  border-top: 1px solid #0081ce;
  padding: 3% 1%;
  position: relative;
}
ul.arrow-nav li:last-child {
  border-bottom: 1px solid #0081ce;
}
ul.arrow-nav li a {
  padding-right: 1.3em;
  text-decoration: none;
  color: #0081ce;
  line-height: 1.5em;
  display: block;
}
ul.arrow-nav li a:hover {
  color: #0081ce;
  text-decoration: none;
}
ul.arrow-nav li a i {
  position: absolute;
  right: 0.5em;
  line-height: 1.5em;
}

.social-share a,
.social-share a:hover {
  margin: 0 1em;
  text-decoration: none;
}

.profile-card {
  background-color: white;
}
.profile-card.card {
  border: 0;
}
.profile-card img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.profile-card .profile-card-name {
  color: #000000;
  font-family: "Geist", sans-serif;
  font-size: 1.2rem;
  margin: 0 0 0.75rem 0;
  font-weight: 500;
  line-height: 1.4rem;
}
.profile-card .profile-card-name a {
  text-decoration: none;
}
.profile-card .profile-card-name a:hover, .profile-card .profile-card-name a:focus, .profile-card .profile-card-name a:active {
  text-decoration: underline;
}
.profile-card .profile-card-title {
  line-height: 1.25rem;
  margin: 0.75rem 0;
}
.profile-card .profile-card-text p {
  line-height: 1.5rem;
}

@media only screen and (min-width : 576px) {
  .profile-card:not(.profile-card-vertical) > .card-body:has(img) img {
    float: left;
    width: 30%;
    margin: 0 3% 3% 0;
  }
  .profile-card:not(.profile-card-vertical) > .card-body:has(img) > div {
    float: right;
    width: 65%;
  }
}
.editors-picks .card-body {
  padding: 0.5rem;
}
.editors-picks .card-body a {
  color: #000000;
}

.editors-card-title {
  color: #000000;
  margin: 0.5em 0;
}

@media only screen and (min-width : 768px) {
  .editors-picks .card-body {
    padding: 1rem;
  }
}
.accordion {
  width: 95%;
  margin: 0 auto;
}
.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item .accordion-header {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #b9ccd8;
  padding: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #000000;
  width: 100%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border: 0;
}
.accordion .accordion-item .accordion-header .accordion-button i.fa-minus {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button i {
  color: #000000;
  font-size: 16px;
  margin-right: 0.5em;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  text-decoration: none;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
}
.accordion .accordion-item .accordion-header .accordion-button, .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}
.accordion .accordion-item .accordion-header .accordion-button {
  /* visual focus indicator */
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 5px #000000;
}
.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] i.fa-minus {
  display: inline;
}
.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] i.fa-plus {
  display: none;
}

.comment-container {
  background-color: #ffffff;
  padding: 1em;
}
.comment-container .comment-meta .comment-name {
  font-weight: 700;
}
.comment-container .comment-text p {
  margin-left: 1em;
}

.profile-grid {
  width: 100%;
  color: #000000;
}
.profile-grid h1 {
  margin-bottom: 0.5em;
}

@media only screen and (min-width : 576px) {
  .profile-grid {
    width: 65%;
  }
}
.grid-cell {
  margin-bottom: 30px;
  cursor: pointer;
}
.grid-cell .grid-content {
  position: relative;
}
.grid-cell .grid-content .grid-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 25% 10% 10% 10%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.grid-cell .grid-content .grid-overlay .grid-more {
  display: none;
  margin-top: 0.25rem;
  font-size: 1rem;
  text-transform: none;
}
.grid-cell:hover .grid-content .grid-overlay {
  opacity: 1;
}

@media only screen and (min-width : 768px) {
  .grid-cell .grid-content .grid-overlay {
    font-size: 1rem;
  }
  .grid-cell .grid-content .grid-overlay .grid-more {
    display: block;
    font-size: 1rem;
  }
}
/* visual focus indicator */
.profile-grid a:focus .grid-content .grid-overlay {
  opacity: 1;
}

/* we removed this pattern on 9/16/2025 because of the new brand
   but some sites still use this
   if we remove it from the css, those sites will display this poorly
   so i'm leaving it here
   */
.icon-callout {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  margin-bottom: 1rem;
}
.icon-callout .icon {
  color: #000000;
}
.icon-callout .icon:hover {
  color: #000000;
}
.icon-callout i {
  color: #000000;
  font-size: 72px;
  margin-bottom: 2rem;
}
.icon-callout h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -2rem;
  margin-bottom: 0.5rem;
}
.icon-callout footer {
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
}
.icon-callout footer p {
  margin-bottom: 0;
}

.two-column-grid {
  background-color: white;
}
.two-column-grid header {
  background-color: black;
  padding: 2rem 0.5rem 0.5rem;
  font-size: 2rem;
}
.two-column-grid header h1 {
  font-size: 2rem;
  color: white;
  margin: 0;
}
.two-column-grid .two-column-grid-row {
  margin: 0;
  border-bottom: 1px solid #b9ccd8;
}
.two-column-grid .two-column-grid-row div:first-child {
  text-align: center;
}
.two-column-grid .two-column-grid-row div:first-child i {
  font-size: 72px;
  margin-bottom: 2rem;
  color: #000000;
}
.two-column-grid .two-column-grid-row div:first-child i:hover {
  color: #000000;
}
.two-column-grid .two-column-grid-row div:first-child p {
  margin: -1rem 10% 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #d6001c;
}
.two-column-grid .two-column-grid-row:last-child {
  border: 0;
}

a.event {
  max-width: 400px;
  color: #000000;
}
a.event:hover {
  color: #000000;
  text-decoration: none;
}
a.event {
  margin: 1em 0;
}
a.event .event-date {
  width: 25%;
  border-right: 1px solid #0081ce;
  padding: 5% 3%;
  margin-right: 3%;
}
a.event .event-date span {
  display: block;
}
a.event .event-date span.event-date-month {
  font-family: "Geist", sans-serif;
  text-transform: uppercase;
}
a.event .event-date span.event-date-day {
  font-family: "Geist", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}
a.event .event-title {
  width: 70%;
}

@media only screen and (min-width : 768px) {
  a.event {
    width: 33%;
  }
}
.events-bar {
  background-color: white;
  padding: 5% 0;
}

.checkerboard-row {
  max-height: 500px;
  overflow: hidden;
  background-color: #e1edf5;
}
.checkerboard-row img {
  display: none;
}
.checkerboard-row .nav {
  width: 80%;
  display: inline;
}
.checkerboard-row .nav h1 {
  color: black;
  font-size: 1.111rem;
  font-weight: 600;
}
.checkerboard-row .nav ul.arrow-nav {
  padding: 0 3%;
}
.checkerboard-row .nav ul.arrow-nav li a {
  padding-right: 0;
  color: #0081ce;
}
.checkerboard-row .nav ul.arrow-nav li a i {
  display: none;
}

.checkerboard-row-alt {
  background-color: #ffffff;
}

.checkerboard-blue .checkerboard-row:not(.checkerboard-row-alt) {
  background-color: #0081ce;
  color: #e1edf5;
}
.checkerboard-blue .checkerboard-row:not(.checkerboard-row-alt) h1 {
  color: #e1edf5;
}
.checkerboard-blue .checkerboard-row:not(.checkerboard-row-alt) .nav ul.arrow-nav li {
  border-color: #e1edf5;
}
.checkerboard-blue .checkerboard-row:not(.checkerboard-row-alt) .nav ul.arrow-nav li:after,
.checkerboard-blue .checkerboard-row:not(.checkerboard-row-alt) .nav ul.arrow-nav li a {
  color: #e1edf5;
}

@media only screen and (min-width : 576px) {
  .checkerboard-row .nav ul.arrow-nav {
    padding: 0 6%;
  }
  .checkerboard-row .nav ul.arrow-nav li a {
    padding-right: 1.3em;
  }
  .checkerboard-row .nav ul.arrow-nav li a i {
    display: inline;
  }
}
@media only screen and (min-width : 768px) {
  div.checkerboard-row-alt img {
    float: right;
  }
  div.checkerboard-row-alt .nav {
    float: right;
  }
  .checkerboard-row img {
    display: inline;
    float: left;
    width: 50%;
  }
  .checkerboard-row .nav {
    float: left;
    width: 50%;
  }
}
.alert-banner {
  background-color: #cdac38;
  color: #000000;
}
.alert-banner h1 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.alert-banner p {
  margin: 0;
}
.alert-banner a, .alert-banner a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

header#header {
  background-color: white;
  padding: 7% 0 2%;
}
header#header h1 a,
header#header h1 a.navbar-brand {
  margin: 0;
  padding: 0;
  font-family: "Replica", "Geist", sans-serif;
  font-size: 3.5rem;
  line-height: 3.85rem;
  color: black;
  white-space: normal;
}
header#header h1 a:hover,
header#header h1 a.navbar-brand:hover {
  color: #d6001c;
  text-decoration: none;
}
header#header h2 {
  display: none;
  margin: 0;
  font-size: 1.15rem;
  text-transform: uppercase;
}
header#header h2 a {
  color: #000000;
}
header#header h2 a:hover {
  color: #d6001c;
  text-decoration: none;
}

@media only screen and (min-width : 992px) {
  header#header h2 {
    display: block;
  }
}
header#header.dept-header h2 {
  color: white;
}
header#header.dept-header h1 a.navbar-brand {
  color: white;
}
header#header.dept-header h1 a.navbar-brand:hover {
  color: white;
}

/*
header#header.has-bg-image {
  h1 {
    text-shadow: 4px 4px 4px $rpi_black;
  }
  h2 {
    text-shadow: 2px 2px 2px $rpi_black;
  }
}
*/
header#header.header-lg {
  padding: 15% 0 3%;
}

section.subfooter {
  padding: 3% 0;
  background-color: #e1edf5;
  color: #000000;
  font-size: 0.8rem;
}
section.subfooter a, section.subfooter i {
  color: #000000;
  text-decoration: none;
}
section.subfooter a:hover, section.subfooter i:hover {
  color: #000000;
}
section.subfooter i {
  font-size: 36px;
  margin-bottom: 1rem;
}
section.subfooter i + p {
  margin-top: 7%;
}
section.subfooter p {
  margin-bottom: 0.5rem;
}
section.subfooter img {
  display: none;
}
section.subfooter .container > .row > div:last-child {
  margin-top: 3%;
}

@media only screen and (min-width : 992px) {
  section.subfooter img {
    display: block;
  }
}
.rpi-hdr {
  background-color: #d6001c;
  color: white;
}
.rpi-hdr.rpi-hdr_dark {
  background-color: #000000;
}
.rpi-hdr.rpi-hdr_no-nav #rpiHeaderNav, .rpi-hdr.rpi-hdr_no-nav .search-form__slick {
  display: none;
}
.rpi-hdr .rpi-hdr_logo img {
  width: 60px;
  margin: 10px;
}
.rpi-hdr nav {
  padding: 0;
}
.rpi-hdr nav a {
  color: white !important;
  font-family: "Geist", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}
.rpi-hdr nav a:hover {
  color: white !important;
  text-decoration: underline;
}
.rpi-hdr nav ul.navbar-nav li.nav-item {
  display: none;
  text-align: right;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 0.778rem;
}
.rpi-hdr .search-form__slick {
  margin-left: 22.5px;
}
.rpi-hdr .search-form__slick i {
  font-size: 20px;
}
.rpi-hdr .search-form__slick .form-group {
  margin: 0;
}
.rpi-hdr #rpiHeaderNav form {
  overflow-x: hidden;
  max-width: 0;
  -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
}
.rpi-hdr #rpiHeaderNav form label {
  display: none;
}
.rpi-hdr #rpiHeaderNav form input {
  border: 0;
  padding: 0.25rem;
  font-size: 0.75rem;
}
.rpi-hdr.go-search #rpiHeaderNav form {
  max-width: 100px;
}

@media only screen and (min-width : 992px) {
  .rpi-hdr nav ul.navbar-nav li.nav-item {
    display: list-item;
  }
  .rpi-hdr.go-search #rpiHeaderNav form {
    max-width: 200px;
  }
}
@media only screen and (max-width : 992px) {
  .rpi-footer .container {
    max-width: 100%;
  }
}
.rpi-footer {
  background-color: #000000;
  color: #ffffff;
}
.rpi-footer .rpi-seal {
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rpi-footer .rpi-seal img {
  width: 50px;
  margin: 15px auto;
}
.rpi-footer .rpi-seal address {
  margin-top: 1%;
  font-size: 14px;
}
.rpi-footer .rpi-seal a, .rpi-footer .rpi-seal a:hover {
  color: #ffffff;
}
.rpi-footer .bottom-bit {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6em;
}
.rpi-footer .bottom-bit p {
  margin: 0 0 7px;
  text-align: center;
}
.rpi-footer .bottom-bit a.nav-link {
  color: #ffffff;
  padding: 0.5rem 0;
  text-align: center;
}

@media only screen and (min-width : 992px) {
  .rpi-footer .rpi-seal {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .rpi-footer .rpi-seal img {
    margin: 5px 15px;
  }
  .rpi-footer .rpi-seal address {
    margin: 0 0 0 15px;
    text-align: left;
  }
  .rpi-footer .bottom-bit {
    margin: 3%;
  }
  .rpi-footer .bottom-bit p {
    text-align: left;
    margin-top: 0.5rem;
  }
  .rpi-footer .bottom-bit nav a.nav-link {
    margin-bottom: 0.25em;
    font-size: 14px;
    padding: 0rem 1rem;
    border-left: #b9ccd8;
  }
  .rpi-footer .bottom-bit nav a.nav-link:first-child {
    padding-left: 0;
    border: 0;
  }
  .rpi-footer .bottom-bit nav a.nav-link:hover {
    text-decoration: underline;
  }
}
.rpi-footer-big .rpi-seal img {
  width: 100px;
}
.rpi-footer-big .rpi-footer-menu > .row:first-child {
  display: none;
}
.rpi-footer-big .rpi-footer-menu nav.nav a {
  font-family: "GeistMono", sans-serif;
}

@media only screen and (min-width : 992px) {
  .rpi-footer-big {
    background-size: cover;
    background-image: url(../img/quad-full.png);
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .rpi-footer-big .rpi-seal img {
    margin: 70px 0 30px;
    float: none;
  }
  .rpi-footer-big .rpi-seal address {
    float: none;
    width: auto;
    text-align: center;
  }
  .rpi-footer-big .rpi-footer-menu > .row:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rpi-footer-big .rpi-footer-menu .row > div:first-child h3, .rpi-footer-big h3 {
    margin-top: 70px;
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #cccccc;
    text-transform: uppercase;
  }
  .rpi-footer-big nav {
    margin: 20px 0 55px;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
  }
  .rpi-footer-big nav a.nav-link {
    padding: 0.5rem 0;
    font-weight: 200;
    color: #ffffff;
    text-decoration: none;
  }
  .rpi-footer-big nav a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .rpi-footer-big .bottom-bit {
    margin: 0 0 3%;
  }
  .rpi-footer-big .bottom-bit nav {
    margin: 0;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "GeistMono", sans-serif;
  font-size: 0.889rem;
  letter-spacing: 1px;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0.5rem 3rem;
  color: white;
  background-color: black;
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
}
.btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
  color: black;
  background-color: white;
  border-color: black;
}
.btn.btn-black {
  background-color: black;
  border-color: black;
  color: white;
}
.btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
  color: black;
  background-color: white;
  border-color: black;
}
.btn.btn-black.outline {
  background-color: white;
  color: black;
  border-color: black;
}
.btn.btn-black.outline:focus-visible {
  color: black;
}
.btn.btn-black.outline:hover, .btn.btn-black.outline:active, .btn.btn-black.outline:focus {
  color: white;
  background-color: black;
  border-color: black;
}

/* Buttons list paragraph */
.button-list {
  margin: 1em auto;
}
.button-list div[class^=col-] {
  gap: 0.5em;
}
.button-list .btn {
  text-align: center;
  margin-bottom: 1em;
}
.button-list .btn.has-icon {
  text-align: left;
  padding: 0.5em 1.5em;
}

@media (min-width: 776px) {
  .button-list.cols1 {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .button-list div[class^=col-] {
    gap: 1em;
  }
  .button-list.cols1 {
    max-width: 35%;
  }
}
table.table td, table.table th {
  font-size: 0.889rem;
}
table.table thead th, table.table tfoot th {
  font-weight: 600;
  text-transform: uppercase;
}

table.views-table thead th {
  background-color: #757575;
}

.home-feature-cta h1 {
  color: white;
  text-shadow: 2px 2px 2px #000000;
}
.home-feature-cta .home-feature-cta-overlay {
  background-color: white;
  padding: 3%;
}
.home-feature-cta .home-feature-cta-overlay h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #0081ce;
  text-transform: uppercase;
}

@media only screen and (min-width : 992px) {
  .home-feature-cta {
    height: 50vw;
    position: relative;
  }
  .home-feature-cta h1 {
    position: absolute;
    bottom: 35%;
    left: 5%;
    width: 50%;
  }
  .home-feature-cta .home-feature-cta-overlay {
    position: absolute;
    top: 0;
    left: 65%;
    width: 30%;
    height: 50vw;
    overflow: hidden;
  }
  .home-feature-cta.home-feature-cta_alt h1 {
    left: 40%;
  }
  .home-feature-cta.home-feature-cta_alt .home-feature-cta-overlay {
    left: 5%;
  }
}
.home-feature-nav .container h1 {
  margin-bottom: 0.5rem;
}
.home-feature-nav .events-bar {
  margin-top: 2rem;
}
.home-feature-nav .events-bar .container .row h2 {
  font-size: 1rem;
}

.home-profile-grid {
  background-color: white;
}

.home-intro {
  background-color: #ffffff;
  font-family: "Geist", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: black;
  margin: 1em 0;
}
.home-intro p {
  line-height: 1.4em;
}
.home-intro .btn {
  display: inline-block;
  margin-top: 1em;
}

@media only screen and (min-width : 992px) {
  .home-intro {
    width: 50%;
  }
}
@media print {
  .accordion button i {
    display: none;
  }
  .accordion .collapse {
    display: block;
  }
}

/*# sourceMappingURL=rpi.css.map */
