@charset "UTF-8";
@import "../rpi-icons/styles.css";
.rpi-sans {
  font-family: "Source Sans Pro", sans-serif;
}

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

.rpi-serif {
  font-family: Georgia, Times, Times New Roman, serif;
}

article p a,
article ul a,
article ol a {
  color: #207a9e;
  text-decoration: none;
  border-bottom: 1px solid #3fb3ff;
  padding-bottom: 3px;
}
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: #a1c3c8;
  text-decoration: none;
  border-bottom: 1px solid #3fb3ff;
}

article p {
  line-height: 1.75;
}

hr {
  border-color: #d7dbde;
}

.lead {
  color: #00205c;
  font-weight: 600;
}

.xxx-site-header-title, header#header.dept-header h1 a.navbar-brand, header#header h1 a.navbar-brand, header#header h1 a {
  margin: 0;
  padding: 0;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 4rem;
  color: #222222;
}
.xxx-site-header-title:hover, header#header.dept-header h1 a.navbar-brand:hover, header#header h1 a:hover {
  color: #ab2328;
  text-decoration: none;
}

header#header {
  background-color: white;
  padding: 7% 0 3%;
}
header#header.dept-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header#header.dept-header h2 {
  display: none;
  margin: 0;
  color: white;
  font-size: 1.15rem;
  text-transform: uppercase;
}
header#header.dept-header h1 a.navbar-brand {
  color: white;
}
header#header.dept-header h1 a.navbar-brand:hover {
  color: white;
}

@media only screen and (min-width : 992px) {
  header#header.dept-header h2 {
    display: block;
  }
}
article h1 {
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
}
@media only screen and (min-width : 768px) {
  article h1 {
    font-size: 2.5rem;
  }
}

article h2 {
  font-size: 1rem;
  line-height: 1.25;
  color: #000000;
  font-weight: 600;
}

article h3 {
  font-size: 1rem;
  line-height: 1.25;
  color: #000000;
  text-transform: uppercase;
}

article h4 {
  font-size: 1rem;
  line-height: 1.11111111;
}
@media only screen and (min-width : 768px) {
  article h4 {
    line-height: 1.22222222;
  }
}

article h5 {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.11111111;
}
@media only screen and (min-width : 768px) {
  article h5 {
    line-height: 1.22222222;
  }
}

article h6 {
  font-size: 0.75rem;
  line-height: 1.11111111;
}
@media only screen and (min-width : 768px) {
  article h6 {
    line-height: 1.22222222;
  }
}

section h1.page-title {
  color: #ab2328;
  line-height: 1.5;
}

section h1.alt {
  font-family: Georgia, Times, Times New Roman, serif;
  color: #00205c;
  font-size: 2rem;
}

section h1.alt-2 {
  color: #d6001c;
  text-transform: uppercase;
  font-size: 1.111rem;
  letter-spacing: 1px;
  font-weight: 600;
}

blockquote.blockquote {
  font-family: Georgia, Times, Times New Roman, serif;
  color: #207a9e;
  text-align: center;
  border-top: 2px solid #d7dbde;
  border-bottom: 2px solid #d7dbde;
  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:before, blockquote.blockquote:after {
  display: block;
  content: " ";
  background-color: #207a9e;
  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;
}

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

.alert-danger:before {
  content: "";
}

.alert-warning:before {
  content: "";
}

.alert-success:before {
  content: "";
}

.alert-info:before {
  content: "";
}

* {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}

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

html, body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #f9f9f9;
  font-size: 18px;
}

a {
  color: #ab2328;
  text-decoration: none;
}
a:hover {
  color: #222222;
  text-decoration: underline;
}

.back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3%;
  bottom: 3%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding-top: 0.75em;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}

i.fa,
i.fas,
i.fab {
  color: #363436;
  font-size: 36px;
}
i.fa:hover,
i.fas:hover,
i.fab:hover {
  color: #ab2328;
}

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

.block-feature a, .block-feature a:hover {
  color: #222222;
  text-decoration: none;
}
.block-feature .b-text .b-title {
  font-family: "Oswald", 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%;
  }
}
.block-feature-nav {
  background: rgba(34, 34, 34, 0.8);
  border-bottom: 10px solid #d6001c;
  padding: 15%;
  text-align: center;
  font-size: 0.889em;
}
.block-feature-nav h1, .block-feature-nav a, .block-feature-nav [class^=rpi-icon-]:before,
.block-feature-nav [class*=" rpi-icon-"]:before {
  color: #ffffff;
  text-decoration: none;
}
.block-feature-nav h1 {
  margin-bottom: 1em;
}
.block-feature-nav [class^=rpi-icon-]:before,
.block-feature-nav [class*=rpi-icon-]:before {
  display: block;
  font-size: 75px;
}

figure.figure {
  max-width: 400px;
}
figure.figure figcaption {
  color: #54585a;
  font-family: "Oswald", sans-serif;
}

.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%;
}

.texture-polygon_white {
  background-image: url(../images/textures/polygon/light-polygon-white.gif);
  background-repeat: repeat;
}

.texture-polygon_dark-blue {
  background-image: url(../images/textures/polygon/dark-polygon-blue.gif);
  background-repeat: repeat;
}

.texture-polygon_dark-red, .two-column-grid header, .icon-callout footer {
  background-image: url(../images/textures/polygon/dark-polygon-red.gif);
  background-repeat: repeat;
}

.texture-polygon_light-gray, .home-feature-nav {
  background-image: url(../images/textures/polygon/light-polygon-grey.gif);
  background-repeat: repeat;
}

.texture-polygon_dark-gray {
  background-image: url(../images/textures/polygon/dark-polygon-grey.gif);
  background-repeat: repeat;
}

.texture-gradient_light-white-blue-gray {
  background-image: url(../images/textures/gradient/light-white-blue-grey.gif);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: #d4e6e8;
}

.texture-gradient_dark-blue {
  background-image: url(../images/textures/gradient/dark-blue.gif);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: #011e5d;
}

.texture-gradient_dark-red {
  background-image: url(../images/textures/gradient/dark-red.gif);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: #aa2c24;
}

.texture-gradient_light-gray-white, .home-profile-grid {
  background-image: url(../images/textures/gradient/light-grey-white.gif);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: white;
}

.texture-gradient_light-white-gray {
  background-image: url(../images/textures/gradient/light-white-grey.gif);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: #d7dbde;
}

.texture-tile_dark-red {
  background-image: url(../images/textures/tile/dkred-red.gif);
  background-repeat: repeat;
}

.texture-tile_gray-green {
  background-image: url(../images/textures/tile/grey-green.gif);
  background-repeat: repeat;
}

.texture-tile_gray-light-gray {
  background-image: url(../images/textures/tile/grey-ltgrey.gif);
  background-repeat: repeat;
}

.texture-tile_gray-white {
  background-image: url(../images/textures/tile/grey-white.gif);
  background-repeat: repeat;
}

.texture-tile_white-light-blue {
  background-image: url(../images/textures/tile/white-ltblue.gif);
  background-repeat: repeat;
}

form legend {
  font-size: 1em;
  color: #00205c;
}
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: #222222;
}
form div.form-check {
  padding-left: 2em;
  padding-bottom: 0.25em;
  font-size: 0.889em;
}
form div.form-check .form-check-input {
  height: inherit;
}
form .error {
  border-color: #dc3545;
}

form.search-form button.btn-primary {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-left: 0.5em;
}
form.search-form button.btn-primary i.fa-search {
  color: #363436;
  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: #363436;
  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: "Source Sans Pro", 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;
  }
}
.primary-nav {
  width: 75%;
}
.primary-nav a.nav-link {
  color: #363436;
  text-transform: uppercase;
  font-size: 0.889em;
  border-bottom: 2px solid transparent;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.primary-nav a.nav-link.active, .primary-nav a.nav-link:hover {
  border-bottom: 2px solid #d6001c;
}

.onpage-nav {
  width: 95%;
  max-width: 800px;
  margin: 1em auto;
}
.onpage-nav .onpage-nav-item {
  margin-bottom: 1em;
}
.onpage-nav .onpage-nav-heading {
  font-size: 1.3em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d7dbde;
}
.onpage-nav .onpage-nav-heading:after {
  color: #ab2328;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 0.75em;
  margin-left: 0.25em;
}
.onpage-nav .onpage-nav-description {
  font-weight: 300;
}

.sidebar-nav {
  background-color: white;
  margin: 0 auto;
  padding: 1em;
}
.sidebar-nav h3 {
  color: #ab2328;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
.sidebar-nav ul.navbar-nav li.nav-item {
  padding: 0;
}
.sidebar-nav ul.navbar-nav li.nav-item a.nav-link {
  display: block;
  color: #222222;
  padding: 0.8em 1em;
  line-height: 1.3em;
  border-right: 5px solid white;
}
.sidebar-nav ul.navbar-nav li.nav-item a.nav-link:hover {
  background-color: #f9f9f9;
  border-right: 5px solid #d6001c;
}
.sidebar-nav ul.navbar-nav li.nav-item.has-children ul.navbar-nav li.nav-item a.nav-link {
  padding: 0.6em 1em 0.6em 0.5em;
}
.sidebar-nav ul.navbar-nav li.nav-item.has-children ul.navbar-nav li.nav-item a.nav-link:before {
  content: " ■";
  color: #d6001c;
  margin-right: 0.5em;
}
.sidebar-nav ul.navbar-nav li.current a.nav-link,
.sidebar-nav ul.navbar-nav li.active a.nav-link {
  background-color: #f9f9f9;
  border-right: 5px solid #d6001c;
}
.sidebar-nav ul ul {
  list-style: none;
  padding: 0 0 0 1em;
}

.breadcrumb {
  background-color: white;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}

.view nav .visually-hidden {
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
}
.view nav .pagination {
  display: block;
}
.view nav .page-item {
  display: inline-block;
  padding: 1rem 0.5rem;
}
.view nav .page-item .page-link {
  margin-top: -0.5rem;
  color: #d6001c;
  border-color: #d7dbde;
}
.view nav .page-item .page-link:hover {
  background-color: #d7dbde;
}
.view nav .page-item.active .page-link {
  border-color: #d7dbde;
  background-color: #d7dbde;
  color: #ab2328;
  font-weight: 700;
}
.view nav .page-item-first,
.view nav .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: #d7dbde;
  padding: 0.5rem 0;
  text-align: center;
}
nav.footer-nav a:hover {
  text-decoration: underline;
}
nav.footer-nav .footer-nav-policies {
  padding: 0.5rem 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 {
    padding-left: 1rem !important;
    border-left: 1px solid #9ea2a2;
    margin-left: 1rem;
  }
}
h3.footer-heading {
  margin-top: 70px;
  font-family: "Source Sans Pro", 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;
}

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

.accordion {
  width: 95%;
  margin: 0 auto;
}
.accordion h4 {
  color: #ab2328;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.accordion .card {
  margin-bottom: 0.5em;
  border: 0;
}
.accordion .card .card-header {
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d7dbde;
  padding: 0;
}
.accordion .card .card-header h5 button {
  color: #ab2328;
  width: 100%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
}
.accordion .card .card-header h5 button i.fa-minus {
  display: none;
}
.accordion .card .card-header h5 button i {
  color: #ab2328;
  font-size: 16px;
  margin-right: 0.5em;
}
.accordion .card .card-header h5 button:hover {
  text-decoration: none;
}
.accordion .card .card-header h5 button[aria-expanded=true] i.fa-minus {
  display: inline;
}
.accordion .card .card-header h5 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: 65%;
  color: #00205c;
}
.profile-grid h1 {
  margin-bottom: 0.5em;
}
.profile-grid .grid-cell {
  margin-bottom: 30px;
  cursor: pointer;
}
.profile-grid .grid-cell .grid-content {
  position: relative;
}
.profile-grid .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: "Source Sans Pro", 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;
}
.profile-grid .grid-cell .grid-content .grid-overlay .grid-more {
  display: none;
  margin-top: 0.25rem;
  font-size: 1rem;
  text-transform: none;
}
.profile-grid .grid-cell:hover .grid-content .grid-overlay {
  opacity: 1;
}

@media only screen and (min-width : 768px) {
  .profile-grid .grid-cell .grid-content .grid-overlay {
    font-size: 1rem;
  }
  .profile-grid .grid-cell .grid-content .grid-overlay .grid-more {
    display: block;
    font-size: 1rem;
  }
}
.icon-callout {
  background-color: #54585a;
  color: white;
  text-align: center;
}
.icon-callout .icon {
  color: white;
}
.icon-callout h2 {
  font-family: Georgia, Times, Times New Roman, serif;
  margin-top: -2rem;
}
.icon-callout footer {
  font-weight: 700;
}
.icon-callout footer p {
  margin-bottom: 0;
}

.two-column-grid {
  background-color: white;
}
.two-column-grid header {
  padding: 2rem 0.5rem 0.5rem;
  font-size: 2rem;
}
.two-column-grid header h1 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2rem;
  color: white;
  margin: 0;
}
.two-column-grid .two-column-grid-row {
  margin: 0;
  border-bottom: 1px solid #d7dbde;
}
.two-column-grid .two-column-grid-row div:first-child {
  text-align: center;
}
.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;
}

.rpi-hdr {
  background-color: #d6001c;
  color: white;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.rpi-hdr.rpi-hdr_dark {
  background-color: #363436;
}
.rpi-hdr.rpi-hdr_no-nav #rpiHeaderNav, .rpi-hdr.rpi-hdr_no-nav .search-form__slick {
  display: none;
}
.rpi-hdr .rpi-hdr_logo img {
  max-width: 175px;
}
.rpi-hdr nav {
  padding: 0;
}
.rpi-hdr nav a {
  color: white !important;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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: #424242;
  color: #d7dbde;
}
.rpi-footer .rpi-seal {
  color: #d7dbde;
  background-color: #363436;
  text-align: center;
}
.rpi-footer .rpi-seal img {
  margin-top: 5%;
  margin-bottom: 1rem;
  max-width: 150px;
}
.rpi-footer .rpi-seal address {
  margin-top: 1%;
  font-size: 14px;
}
.rpi-footer .rpi-seal a, .rpi-footer .rpi-seal a:hover {
  color: #d7dbde;
}
.rpi-footer .bottom-bit {
  color: #d7dbde;
  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: #d7dbde;
  padding: 0.5rem 0;
  text-align: center;
}

@media only screen and (min-width : 992px) {
  .rpi-footer .rpi-seal img {
    float: left;
    width: 25%;
    margin-right: 8%;
  }
  .rpi-footer .rpi-seal address {
    float: left;
    width: 66%;
    margin-top: 7.5%;
    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: 1px solid #9ea2a2;
  }
  .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-footer-menu > .row:first-child {
  display: none;
}

@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 0;
    float: none;
    width: auto;
  }
  .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: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #cccccc;
    text-transform: uppercase;
  }
  .rpi-footer-big nav {
    margin: 20px 0 55px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #d7dbde;
  }
  .rpi-footer-big nav a.nav-link {
    padding: 0.5rem 0;
    font-weight: 200;
    color: #d7dbde;
    text-decoration: none;
  }
  .rpi-footer-big nav a:hover {
    color: #d7dbde;
    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-size: 0.889rem;
  letter-spacing: 1px;
  border: 2px solid #54585a;
  border-radius: 0;
  padding: 0.5rem 3rem;
}

.btn-primary {
  background-color: #54585a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #54585a;
  background-color: #ffffff;
  border-color: #54585a;
}

.btn-light {
  border-color: #d7dbde;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #ffffff;
}

.btn-dark {
  border-color: #363436;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: #363436;
  background-color: #ffffff;
}

.btn-secondary {
  background-color: #ab2328;
  border-color: #ab2328;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #ab2328;
  background-color: #ffffff;
  border-color: #ab2328;
}

.btn-info {
  background-color: #207a9e;
  border-color: #207a9e;
}
.btn-info:hover, .btn-info:active {
  color: #207a9e;
  background-color: #ffffff;
  border-color: #207a9e;
}

.btn-success {
  color: #363436;
  background-color: #aec24f;
  border-color: #aec24f;
}
.btn-success:hover, .btn-success:active {
  color: #aec24f;
  background-color: #ffffff;
  border-color: #aec24f;
}

.btn-warning {
  background-color: #ede86a;
  border-color: #ede86a;
}
.btn-warning:hover, .btn-warning:active {
  background-color: #ffffff;
  border-color: #ede86a;
}

.btn-light {
  background-color: #d7dbde;
  border-color: #d7dbde;
}

.btn-outline-primary {
  color: #54585a;
  border-color: #54585a;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #54585a;
  border-color: #54585a;
}

.btn-outline-secondary {
  color: #ab2328;
  border-color: #ab2328;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  background-color: #ab2328;
  border-color: #ab2328;
}

.btn-outline-info {
  border-color: #207a9e;
}

.btn-lg {
  font-size: 1.111rem;
  font-weight: 600;
}

.btn-sm {
  font-size: 0.778em;
  font-weight: 300;
  padding: 0.5em;
}

table.table td, table.table th {
  font-size: 0.889rem;
}
table.table thead th, table.table tfoot th {
  font-weight: 600;
  text-transform: uppercase;
}

.bg-accent {
  background-color: #7fa9ae;
  color: #ffffff;
}
.bg-accent.bg-alt {
  background-color: #6b758c;
}

.home-feature-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-feature-cta h1 {
  color: white;
  font-family: Georgia, Times, Times New Roman, serif;
  text-shadow: 2px 2px 2px #363436;
}
.home-feature-cta .home-feature-cta-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3%;
}
.home-feature-cta .home-feature-cta-overlay h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #00205c;
  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%;
  }
}

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