.header {
  display: none;
  width: 100%;
  float: left;
  background-color: #727272;
}

.content {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
}

.footer {
  display: none;
  width: 100%;
  float: left;
  background-color: #004b8e;
}

.headercontainer {
  min-height: 100px;
}

.contentcontainer {
  min-height: 450px;
}

.footercontainer {
  min-height: 150px;
}

.coursetab {
  width: 100%;
  float: left;
}

.coursetabmenu {
  width: 10%;
  float: left;
}

.atab {
  width: 100%;
  min-height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px 10px;
  float: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.atab.w--current {
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #004b8e;
  color: #fff;
  font-weight: 600;
}

.tablbl {
  width: 100%;
  height: 100%;
  float: left;
  font-size: 12.5px;
  text-align: center;
}

.tabpane {
  width: 98%;
  min-height: 350px;
  margin-left: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  border-left: 2px solid #004b8e;
}

.tabscontent {
  width: 90%;
  float: left;
}

.h3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #004b8e;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.h1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #004b8e;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
}

.h2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.h4 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.p {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 13px;
}

.summary {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 0px;
  float: left;
  border: 1px none #e6e6e6;
}

.summaryrow {
  width: 100%;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}

.col1 {
  width: 50%;
  float: left;
}

.col2 {
  width: 50%;
  float: left;
}

.sumlbl {
  width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13.5px;
  line-height: 20px;
  font-weight: 600;
}

.text-block {
  width: 70%;
  float: left;
}

.sump {
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 13.5px;
}

.cols {
  width: 50%;
  float: left;
}

.contentdiv {
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px 10px 0px;
  float: left;
}

.intro {
  width: 100%;
  margin-top: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13.5px;
  font-weight: 700;
}

.pdfdiv {
  width: 100%;
  margin-top: 10px;
  float: left;
}

.pdficn {
  width: 60px;
  float: left;
  -webkit-filter: saturate(152%);
  filter: saturate(152%);
}

.pdflbl {
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #837979;
  font-size: 12px;
  font-weight: 600;
}

.pdflink {
  width: 100%;
  float: left;
  opacity: 0.7;
}

.pdflink:hover {
  opacity: 1;
}

.demodiv {
  width: 100%;
  float: left;
}

.demolink {
  float: left;
  opacity: 0.6;
}

.demolink:hover {
  opacity: 1;
}

.demoimg {
  float: left;
}

.courseheading {
  width: 100%;
  margin-bottom: 50px;
  float: left;
  border-bottom: 1px solid #e2e2e2;
}

.courselogo {
  width: 165px;
  float: right;
}

.sectionheading {
  width: 100%;
  margin-top: 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #004b8e;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
}

.socialshare {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.embedcode {
  display: none;
}

.sharethis-inline-share-buttons {
  width: 100%;
  min-height: 45px;
  margin-bottom: 20px;
  float: left;
}

@media (max-width: 991px) {
  .coursetabmenu {
    width: 20%;
  }
  .tablbl {
    font-size: 12px;
  }
  .tabscontent {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .coursetabmenu {
    width: 100%;
  }
  .atab {
    width: 33.33%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .atab.w--current {
    width: 33.33%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .tabpane {
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    border-left-style: none;
  }
  .tabscontent {
    width: 100%;
  }
  .sump {
    width: 70%;
  }
  .courseheading {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .summaryrow {
    margin-top: 5px;
  }
  .sumlbl {
    width: 100%;
    margin-bottom: 5px;
  }
  .sump {
    width: 100%;
  }
  .cols {
    width: 100%;
    margin-bottom: 10px;
  }
  .courselogo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .sharethis-inline-share-buttons {
    margin-bottom: 0px;
  }
}