.custom-outer-container.page-template-b {
  margin-top: 0;
  margin-bottom: 0;
}

.progress-section-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}

.progress-section-wrap.without-banner {
  margin-top: 120px;
}

.size-large~.with-banner {
  margin-top: 120px;
}

.banner-multi~.progress-section-wrap,
.banner-single~.progress-section-wrap {
  margin-top: 80px;
}

/* Left Tabs Section */
.left-tabs-section {
  width: 210px;
  background: #fff;
  max-height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.left-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #477c33;
  margin-bottom: 4px;
}

.left-tabs-section ul {
  padding: 0;
  margin: 0;
}

.left-tabs-section.floating-tab {
  position: fixed;
  top: 80px;
  left: auto;
}

.left-tabs-section.bottom {
  bottom: 20px;
  top: auto;
}

.left-tabs-section .mCSB_scrollTools_vertical {
  opacity: 0 !important;
}

.left-tabs-section:hover .mCSB_scrollTools_vertical {
  opacity: 1 !important;
}

.left-tabs-section ul {
  list-style-type: none;
  padding: 0;
}

.left-tabs-section li {
  counter-increment: articles;
}

.left-tabs-section li a {
  display: block;
  position: relative;
  padding: 10px 0 6px;
  z-index: 0;
  outline: 0 !important;
  border-bottom: 4px solid transparent;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.left-tabs-section li .label-menu,
.left-tabs-section li a {
  font-weight: 400;
  color: #000;
}

.left-tabs-section li a:hover {
  color: #477c33;
}

.left-tabs-section li {
  border-bottom: 1px solid #c0c0c0;
}

.left-tabs-section li .label-menu {
  pointer-events: none;
}

.left-tabs-section li:last-child .read .label-menu {
  font-weight: 700;
}

.left-tabs-section .progress {
  position: absolute;
  z-index: -1;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 4px;
  background: #74ae50 none repeat scroll 0 0;
  margin-bottom: 0;
  border-radius: 0;
  display: none;
}

/* End of Left Tabs Section */
/* Right Article Section */
.right-article-section {
  position: relative;
  padding-left: 300px;
}

.right-article-section .rtecenter img {
  height: auto !important;
}

.right-article-section>.edit-node {
  position: absolute;
  top: 40px;
}

.right-article-section::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.right-article-section article {
  padding: 0 0 70px;
  margin: 0 0 70px;
  border-bottom: 1px solid #e6e6e6;
}

.right-article-section article:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.right-article-section h4 {
  margin: 39px 0 20px;
}

.right-article-section p:last-of-type {
  padding-bottom: 0;
}

/* End of Right Article Section */
