/* .site-menu { display: none; }*/

.h2{
	text-transform: none;
}


.online-section__off-blue {
  background-color: #D9ECFF;
}

.online-header-img-container {
  position: relative;
  max-height: 60vh;
  overflow: hidden;
}
.online-header-img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.online-header-img-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 128, 255, 0.25);
}
.online-header-img-container .online-overlay-container {
  position: absolute;
  max-width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.online-header-img-container .online-overlay-container .online-program-title {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.2em;
}
.online-header-img-container .online-overlay-container .online-program-title .program-name {
  font-size: 2.8vw;
  line-height: 1.35em;
  margin-bottom: 0;
}
.online-header-img-container .online-overlay-container .online-header-form {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 0;
}
.online-header-img-container .online-overlay-container .online-header-form .online-form-title {
  margin-top: 2em;
  color: #fff;
}
.online-header-img-container .online-overlay-container .online-header-form .online-form-title h3 {
  font-size: 1.2em;
  font-weight: 600;
}
.online-header-img-container .online-overlay-container .online-header-form .online-form-title p {
  font-size: 0.8em;
}

.online-form-wrapper {
  width: 100%;
}
.online-form-wrapper input.online-form-input {
  font-size: 16px;
  height: 45px;
  display: block;
  margin-bottom: 2em;
  padding: 1em;
  border: none;
  background: #FFF;
}
.online-form-wrapper input.online-form-input.hidden {
  display: none;
}
.online-form-wrapper .form-btn-wrap {
  width: 100%;
  text-align: center;
}
.online-form-wrapper .form-btn-wrap button.submit {
  display: block;
  border: none;
  background-color: #C00;
  margin: 2em auto;
  font-weight: 750;
  font-size: 14px;
}
.online-form-wrapper .form-btn-wrap button.submit:hover {
  background-color: #a30000;
}
.online-form-wrapper.form-2-col form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.online-form-wrapper.form-2-col form input {
  width: 40%;
  margin: 1em;
}

.IFormSuccess {
  text-align: center;
  background: #EFEFEF;
  color: #036;
  padding: 1em;
  font-size: 1em;
}

.online-intro-glance {
  padding: 0;
}
.online-intro-glance .glance-container {
  background-color: #D9ECFF;
  padding: 2em;
  margin-right: 2em;
}
.online-intro-glance .glance-container .glance-title {
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2.5em;
}
.online-intro-glance .glance-container .glance-detail {
  margin-bottom: 2em;
}
.online-intro-glance .glance-container .glance-detail_item {
  margin-top: 0.8em;
}
.online-intro-glance .glance-container .glance-detail_item ._label {
  color: #737373;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: bolder;
}
.online-intro-glance .glance-container .glance-detail_item ._value {
  color: #0073E6;
  font-size: 1.5em;
  line-height: 2em;
  font-weight: 800;
}
.online-intro-glance .glance-container .action-button {
  text-align: center;
}

.online-intro-content {
  padding-top: 1em;
}

.online-section-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.8em;
}

.online-section-title__full {
  width: 100%;
  color: #0073E6;
  text-transform: none;
  font-size: 2em;
}

.online-body-text {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 2em;
}

.online-block-list {
  list-style: none;
  padding-left: 0;
}
.online-block-list .list-item {
  background-color: #D9ECFF;
  padding: 1em;
  font-size: 1.2em;
  font-weight: 900;
  transition: background-color 0.2s ease-in-out;
}
.online-block-list .list-item + .list-item {
  margin-top: 0.5em;
}
.online-block-list .list-item:hover {
  background-color: rgba(217, 236, 255, 0.5);
}

.online-highlight-row {
  display: flex;
  width: 100%;
  justify-content: center;
}
.online-highlight-row .highlight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22%;
}
.online-highlight-row .highlight-item ._icon {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #D9ECFF;
}
.online-highlight-row .highlight-item ._title {
  text-align: center;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding: 0 0.5em;
  width: 100%;
  font-size: 24px;
  color: #036;
}

.online-degree-information-wrap .degree-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em;
}
.online-degree-information-wrap .degree-form {
  margin: 2em 0;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.5);
}
.online-degree-information-wrap .degree-form .online-form-title {
  color: #FFF;
}

.online-concentration-list {
  list-style: none;
  padding: 0;
}
.online-concentration-list .concentration-list-item {
  margin-bottom: 3em;
}
.online-concentration-list .item-img ._img-container {
  width: 100%;
  position: relative;
}
.online-concentration-list .item-img ._img-container img {
  width: 100%;
  position: relative;
}
.online-concentration-list .item-img ._img-container::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 51, 102, 0.3);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.online-concentration-list .item-info ._title {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 900;
  color: #0073E6;
  margin-bottom: 1em;
}
.online-concentration-list .item-career ._list {
  background-color: #EFEFEF;
  list-style: disc;
  padding-top: 1em;
  padding-bottom: 2em;
  padding-left: 3em;
  font-size: 16px;
  color: #036;
}
.online-concentration-list .item-career ._list::before {
  content: "Career";
  display: block;
  font-size: 1.2em;
  font-weight: 800;
  color: #C00;
  margin: 1em -1em;
}

@media screen and (max-width: 768px) {
  .online-header-img-container {
    min-height: 100vh;
    max-height: 200vh;
  }
  .online-header-img-container img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .online-header-img-container .online-overlay-container {
    display: flex;
    justify-content: space-between;
  }
  .online-header-img-container .online-overlay-container .program-name {
    font-size: 1.2em !important;
  }
  .online-intro-glance-row {
    margin: 0;
  }
  .online-intro-glance-row .glance-container {
    margin: 0;
  }

  .online-highlight-row {
    flex-direction: column;
  }
  .online-highlight-row .highlight-item {
    width: 100% !important;
  }

  .online-form-wrapper.form-2-col {
    margin: 0;
  }
  .online-form-wrapper.form-2-col form {
    width: 100%;
  }
  .online-form-wrapper.form-2-col .online-form-input {
    width: 100%;
  }
}