/* 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; }

/* The 100 years wordmark */
.new-oi-logo {
  height: 150px; }

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

/* 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; }

/* 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 {
  max-width: 1200px;
  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; } }
.footer-copyright {
  clear: both;
  text-align: center;
  border-top: 2px solid #5658534f;
  padding: 15px 0 0 0; }

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

/*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 */
