  @import url('https://fonts.googleapis.com/css?family=Arvo:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:wght@500&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@500:wght@500&amp;display=swap');
.nav-hide {
  display: none;
}
.nav-no-hide {
  width: 100%;
  display: block;
}
.page-header {
  margin: 0;
}
.interior-content {
  font-family: 'Open Sans', sans-serif;
}
ul.twocols {
  columns: 2;
}
.mc-course-list .slider div div {
  overflow: hidden;
  border: 1px #efefef solid;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .03);
  margin: 10px;
}
.mc-course-list .slider h3 {
  font-size: 1.2rem;
  text-align: left;
}
.mc-course-list .slider span.name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 10px;
}
.mc-course-list .slider span.credit {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00703c;
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 30px;
  margin-top: -40px;
  margin-right: -10px;
  margin-left: 10px;
  border: 5px solid #B2D33E;
}
.mc-course-list .slider span.course {
  font-size: 2.5rem;
  font-family: 'Arvo', serif;
  font-weight: 500;
  background: #666;
  background: radial-gradient(circle, rgba(162, 162, 162, 1) 10%, rgba(102, 102, 102, 1) 90%);
  color: #fff;
  display: block;
  text-align: center;
  padding: 40px 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.mc-course-list .slider p {
  font-size: .8rem;
  line-height: 1.5em;
  text-align: left;
  padding: 10px;
}
.faculty {
  display: flex;
  flex-wrap: nowrap;
}
.faculty div {
  width: 33%;
  padding: 20px;
  margin: 10px;
  border: 1px #efefef solid;
  text-align: center;
}
.faculty img {
  width: 100%
}
.faculty h3 {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 10px;
}
section#imgcover div {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
text-align: center;
}
section#imgcover img {
  opacity: .6
}
img.floatimg {
  float: right;
}
.ou-form {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  background: #00703c;
  border-radius: 8px;
  float: right;
  margin: 10px;
}
.ou-form h3, .ou-form p, .ou-form label {
  color: #fff;
  font-size: .9rem;
}
.ou-form a {
  color: #9dc530;
}
img.supimage {
  display: block;
  width: 800px;
  margin: 20px 0;
}
.glider-slide {
    align-content: flex-start;
}
@media screen and (max-width:700px) {
  section#imgcover {
    overflow: visible;
  }
  section#imgcover img {
    position: relative;
    opacity: 1;
    margin: 0;
    animation: none;
  }
  section#imgcover div {
    position: relative;
    font-size: 1.4rem;
    line-height: 1em;
    padding: 50px 10px;
    background: #00703c;
    margin: 0;
    text-shadow: none;
  }
  section#imgcover div:before {
    font-family: "Font Awesome 6 Pro";
    content: "\e0ab";
    position: absolute;
    font-size: 5rem;
    color: rgba(255, 255, 255, .3);
    transform: rotate(15deg);
    right: -5px;
    z-index: -1;
  }
  .faculty {
    flex-wrap: wrap;
    width: auto;
  }
  .faculty div {
    width: 100%;
    display: flex;
  }
  .faculty h3 {
    text-align: left;
  }
  .faculty img {
    width: auto;
    height: 100px;
    margin: 10px;
  }
  .ou-form {
    width: auto;
    margin-bottom: 20px;
    display: block;
    border-radius: none;
  }
  ul.twocols {
    columns: 1;
  }
  .mc-course-list {
    margin: 0 10px;
  }
  img.floatimg {
    float: none;
    display: block;
    width: 350px;
    margin: 10px auto;
  }
  img.supimage {
    width: auto;
  }
}