body#program {
  background-color: #eaeaea;
}

hr {
  margin: 5px 0;
}

#program h1 {
  text-transform: none;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
}

.btn {
  border-radius: 5px;
  padding: 5px;
  margin: 2px;
}

.btn, .btn-default {
  background-color: #0052a0;
  color: white;
}

h1 {
  color: #0052a0;
}

p {
  color: #333333;
}

.list-group-item h1, .list-group-item h2, .list-group-item h3, .list-group-item h4, .list-group-item h5 {
  color: #0052a0 !important;
}

#owlanding {
  padding: 300px 10px 10px 10px !important;
}
#owlanding.bg-image h1, #owlanding.bg-image h2 {
  color: #0052a0;
  background-color: #eaeaea;
}
#owlanding.bg-image h1.reverse, #owlanding.bg-image h2.reverse {
  color: #fff;
  background-color: #0052a0;
}
#owlanding .block-list .item {
  background-color: #eaeaea;
  margin: 0;
  border: none;
  margin-bottom: 10px;
}
#owlanding .block-list .item:hover {
  background-color: #e0efff;
  text-decoration: none;
}

#owteaser {
  display: block;
  clear: both;
  margin-top: 20px;
}
#owteaser .column > .block-list {
  width: 100%;
}

#proglist ul {
  height: 600px;
  overflow: auto;
}
#proglist ul li {
  list-style: none;
}
#proglist ul li span.keywords {
  display: none;
}

.owh1 {
  color: white;
}

.bg-image {
  background-position: 40% 20%;
}

.owheading {
  color: white;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #owlanding {
    padding: 100px 10px 10px 10px !important;
  }

  .owheading br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #owlanding {
    padding: 100px 10px 10px 10px !important;
  }

  .owheading {
    float: right;
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  #owlanding {
    padding: 100px 10px 10px 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  #owlanding {
    padding: 100px 10px 150px 10px !important;
    min-height: 85vh;
  }
}

/*# sourceMappingURL=oweek-2021.css.map */
