  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
/* A-Z Index */
ul.horizontal-list {
  padding-top: 20px;
}
ul.horizontal-list li {
  display: inline;
  padding: 10px;
  list-style-type: none;
  margin-left: 0.5rem;
}
ul.horizontal-list li a {
  /* 	color: #4F2984!important; */
}
ul.horizontal-list li:before {
  background-image: none;
}
ul.horizontal-list ~ ul li {
  margin-left: 3.5rem;
}
/* END A-Z Index */
.jumbotron.bg-image {
  background: no-repeat center / 100%;
}
/* Start CSS for Pre-Footer Feature */
.pre-footer {
  background-color: #e9ecef;
  text-align: center;
}
.pre-footer-margins {
  margin: 25px;
  padding: 15px;
}
/* END CSS for Pre-Footer Feature */
/* START CSS For Landing Page Video */
header#video {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
header#video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header#video.container {
  position: relative;
  z-index: 2;
}
header#video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
/* END CSS For Landing Page Video */
/* Header utility nav and audience nav */
/* Homepage CSS */
/* LDP Hero Slider */
.ou-home-slider {
  max-height: 1300px;
}
.hero-title {
  text-align: left;
  position: relative;
  bottom: 200px;
}
@media screen and (max-width: 600px) {
  .hero-title {
    position: relative;
    bottom: 100px;
  }
}
.ou-video-overlay {
  z-index: 999;
  color: white;
}
.ou-padding {
  padding: 0px 15px 0px 15px;
}
.ou-padding .card-body {
  text-align: center;
}
.ou-space {
  margin: 15px 0px 15px 0px;
  display: block;
}
.ou-space-2x {
  margin: 30px 0px 30px 0px;
  display: block;
}
/* A-Z Index */
ul.horizontal-list {
  padding-top: 20px;
}
ul.horizontal-list li {
  display: inline;
  padding: 10px;
  list-style-type: none;
  margin-left: 0.5rem;
}
ul.horizontal-list li a {
  /* 	color: #4F2984!important; */
}
ul.horizontal-list li:before {
  background-image: none;
}
ul.horizontal-list ~ ul li {
  margin-left: 3.5rem;
}
/* END A-Z Index */
/* mobile nav */
@media (max-width: 700px) {
  .ou-nav {
    display: none !important;
  }
}
@media (min-width: 701px) {
  .ou-mobile {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .ou-row {
    display: flex !important;
  }
}
/* Radio and Checklist Input Fix */
input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px !important;
}
/* 3 card fix */
.node .col-lg-3 .card {
  height: 94%;
}
/* banner fix */
.page-header h1 {
  text-shadow: -1px -1px 3.5px slategray;
}
table.alternating-table tr:nth-child(odd) td {
  /* styles here */
}
table.alternating-table tr:nth-child(even) td {
  background: #efefef;
}
.img-text-overlay {
  position: relative;
  text-align: center;
  color: white;
}
.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* UAT 241495 */
.slider-wrapper,
.hero-slider,
.hero-slider .slide {
  width: 100vw;
  height: auto;
  aspect-ratio: 16 / 9;
}
.mobile-side-content {
  display: none;
}
@media only screen and (max-width: 991px) {
  .desktop-side-content {
    display: none;
  }
  .mobile-side-content {
    display: block;
  }
}
iframe[src^="https://www.youtube.com/"]
{
  max-width: 100%;
  /* 	height: auto; */
}
@media only screen and (max-width: 700px) {
  .prefooter {
    display: none;
  }
  .centered-text {
    top: 25%;
  }
  div#prefooter-buttons {
    top: 40%;
  }
}
@media only screen and (min-width: 700px) {
  .prefooter-mobile {
    display: none;
  }
}
/* UAT 244614 */
#sidebarMenu li a.active {
  color: var(--dark-gray);
  text-decoration: none;
  pointer-events: none;
}
.slider-wrapper .slick-next:focus-visible,
.slider-wrapper .slick-prev:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: white !important;
  text-decoration: underline;
}
.footer-social li:hover a:before {
  color: white !important;
  background-color: var(--black);
}
.sr-only.skip {
  color: white !important;
  position: absolute !important;
  top: -1000px !important;
  left: 15px !important;
  width: auto;
  height: auto;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  background: var(--primary-color);
}
.sr-only.skip:active,
.sr-only.skip:focus,
.sr-only.skip:hover {
  outline: 3px solid #fff;
  outline-offset: 1px;
  left: 15px !important;
  top: 15px !important;
  width: auto;
  height: auto;
  overflow: visible;
  background: var(--primary-color);
  padding: 8px;
  color: white;
  font-weight: bold;
  box-shadow: 0 0 10px 0 #000;
  z-index: 1100;
  text-decoration: none !important;
  clip: unset;
}
