#program-frame {
  width: 100%;
  min-height: 100%;
  border: none;
  display: block;
}

#program-frame html {
  overflow: hidden;
}

.iframe-wrapper {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .iframe-wrapper {
    margin-top: 80px;
  }
}

.iframe-django-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px;
  margin-top: 0;
}

.iframe-main-content {
  height: calc(100% - 80px) !important;
  margin-left: 240px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.prog-row {
  padding: 20px 10px 20px 40px;
}

html, body {
  height: 100%;
  margin-top: 0 !important;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
  padding: 28px 0 13px 0;
}

.mdh-link {
  border-right: 1px solid rgba(154, 199, 211, 0.4);
  padding: 12px 22px 8px 0;
  margin: -15px 0 0 22px;
}

.mdh-link:last-child {
  border-right: none;
}

.mdh-link.mdh-link-orange > a {
  text-transform: uppercase;
  color: #f9a72b !important;
  font-weight: 900;
}

.mdh-link > a {
  padding: 0 20px 10px 0 !important;
}

.mdh-link.menu-item-has-children a:first-child:after {
  color: #34898e;
}

.mdh .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  width: 100% !important;
}

.mdh-hr > img {
  height: 7px !important;
}

.mdh-process .et_pb_column_1_6 {
  width: 16.6% !important;
  border-left: 1px solid rgba(154, 199, 211, 0.8);
  padding: 40px 0 40px 0;
  margin: 0;
  height: 310px;
}

.mdh-process .et_pb_column_1_6:first-child {
  border-left: none;
}
/*# sourceMappingURL=wordpress_iframe.css.map */