/* This is CSS that was not compiled it was included directly into this file*/
#header {
  display: flex;
  justify-content: center;
  min-height: 150px;
}

.header-container {
  background: #ffffff;
}

.region-utility-nav {
  background: #800000;
}

.oi-one-hundred {
  max-height: 80px;
  height: auto;
  margin: 30px 0;
}

.new-oi-logo {
  max-height: 150px;
}

.new-oi-logo-wrapper,
.oi-one-hundred-wrapper {
  display: flex;
  align-items: center;
}

.oi-one-hundred a img,
.new-oi-logo a img {
  width: auto;
  height: auto;
}

/* Footer area */
.footer-container {
  background: #494949;
  margin-top: 100px;
  padding-top: 20px;
  color: white;
}

.footer-container a {
  color: #fff;
  font-weight: 600;
}

.footer-container a.login-link {
  color: #ffffff;
}

.footer-container .ss-icon a {
  padding: 0 5px;
}

/* Navbar area */
.top-nav-container {
  background-color: #fbfbfb;
  font-size: 14px;
}

.top-nav li a {
  color: #800000;
  text-transform: uppercase;
}

.utility-nav-Wrapper {
  background: #800000;
}

.region-utility-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 900;
}

.region-utility-nav ul {
  list-style: none;
  display: flex;
}

.region-utility-nav ul li:after {
  content: '|';
  padding: 0 5px;
  color: white;
}

.region-utility-nav ul li:nth-last-child(-n+2)::after {
  content: '';
}

.region-utility-nav ul a {
  color: white;
}

.region-utility-nav ul li {
  padding: 0;
  float: none;
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
  .region-utility-nav {
    max-width: 960px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .region-utility-nav {
    width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .region-utility-nav {
    display: none !important;
  }
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #5658534f;
  padding-top: 15px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em;
  max-width: 1200px;
  margin: 0 auto;
}

#block-block-20 .ss-icon a {
  padding: 0 5px;
}

.block-page-title-block {
  margin: 0;
}

/*Site search region*/
#search-trigger {
  padding: 10px;
  transition: 1s;
  background: transparent;
  color: #ffffff;
}

#search-trigger.open {
  background: black;
}

.search-wrapper {
  background: #000000;
  height: 0px;
  opacity: 0;
  transition: height 0.15s, opacity 0.15s ease-out;
}

.search-wrapper.open {
  background: #000000;
  height: 90px;
  opacity: 1;
  transition: height 0.15s, opacity 0.15s ease-out;
}

.search-wrapper .search-form {
  float: none;
  max-width: 1200px;
  margin: auto;
  display: none;
}

.search-wrapper .search-form.open {
  display: block;
}

.search-wrapper .search-form label {
  display: none;
}

.search-wrapper .search-form .form-wrapper {
  display: flex;
  justify-content: space-between;
}

.search-wrapper .search-form .form-wrapper .form-item {
  width: 90%;
  margin: 1em 0;
}

.search-wrapper .search-form .form-wrapper .form-item .form-text {
  width: inherit;
  background: transparent;
  caret-color: #ffffff;
  color: #b3b3b3;
  font-weight: 200;
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: normal;
  border: transparent;
}

.search-wrapper .search-form .form-wrapper .form-item .form-text::placeholder {
  color: #5e5e5e;
}

.search-wrapper .search-form .form-wrapper .form-submit {
  background: transparent;
  font-size: 2em;
  color: #7c7b7b;
  padding: .5em 0 0 0;
}


/*# sourceMappingURL=more-css.css.map */

/* Spotlight */

.spotlight-image img {
  max-width: 470px;
  width: 100%;
}

/* Breadcrumb */
.breadcrumb li:before {
  content: " / ";
}

.field--name-field-pub-display-title {
  white-space: pre;
}