.page-header {
  display: none;
}

.prog-left-right-wrap {
  position: relative;
  transition: opacity 0.3s ease;
  margin-top: 65px;
  margin-bottom: 5em;
}

.page-about .page-wrapper {
  padding: 0 15px;
}

.page-wrapper,
#about-us {
  position: relative;
}

.prog-tabs-wrap {
  /*max-height: 450px;*/
  max-height: 580px;
}

.page-about .cd-read-more .views-row:last-child a {
  padding-bottom: 0;
}

.cd-read-more ul,
.page-about .prog-tabs-wrap #mCSB_1_scrollbar_vertical {
  opacity: 0;
}

.prog-tabs-wrap.mCustomScrollbar ul {
  opacity: 1;
}

.prog-tabs-wrap:hover #mCSB_1_scrollbar_vertical {
  opacity: 1;
}

.prog-tabs-wrap .mCSB_dragger_bar {
  background-color: #858585 !important;
}

/*to check*/
.prog-tabs-wrap ul {
  opacity: 1;
}

/* Primary style */

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img,
svg {
  max-width: 100%;
}

.cd-header {
  height: 140px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  padding-top: 24px;
}

.cd-footer {
  height: 250px;
  background-color: #141414;
  text-align: center;
}

.cd-footer p {
  font-size: 1.8rem;
  line-height: 250px;
}

/* Articles */

.cd-articles {
  position: relative;
  width: 90%;
  max-width: 650px;
  margin: 0 auto 3em;
}

.cd-articles::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}

.cd-articles article {
  padding: 3em 0;
  border-bottom: 1px solid #e6e6e6;
}

.cd-articles article:last-of-type {
  border-bottom: none;
}

.cd-articles h1 {
  margin: 0.6em 0 0.2em;
  color: #141414;
  line-height: 1.2;
  font-size: 2.4rem;
}

.cd-articles p {
  padding: 1em 0;
  line-height: 1.6;
}

.cd-articles p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cd-articles p {
  color: #414042;
  font-size: 18px;
}

/* Aside */

.cd-read-more {
  display: none;
  width: 290px;
  background-color: #f2f2f2;
}

.cd-read-more ul {
  list-style-type: none;
}

.cd-read-more .views-row {
  counter-increment: articles;
  padding: 1px 0;
}

.cd-read-more .views-row a {
  display: block;
  position: relative;
  padding: 14px 0 12px;
}

.cd-read-more {
  background: #fff;
}

/* .cd-read-more .views-row:first-child {
  border-top: 1px solid #d1d3d4;
} */

.cd-read-more .views-row:first-child a {
  padding-top: 0;
}

.cd-read-more .views-row {
  border-bottom: 1px solid #cccccc;
}

.cd-read-more .views-row a {
  position: relative;
  z-index: 0;
  outline: 0 !important;
  text-decoration: none;
  cursor: pointer;
  line-height: 25px;
}

.cd-read-more .views-row .progress {
  background: #cccdce none repeat scroll 0 0;
  /*bottom: 0;*/
  bottom: -2px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
  margin: 0;
  background: #c21b13;
}

.cd-read-more .views-row:hover span {
  color: #000;
}

.cd-read-more .views-row a.read span {
  color: #302f30;
}

.cd-read-more .views-row a.reading span {
  font-weight: 600;
  color: #000000;
}

.resources-listing-inner .filter-section .filter-title {
  font-size: 12px;
  font-weight: 700;
  color: #5087c7;
}

.cd-read-more li.filter-items a.reading {
  font-weight: 700;
  color: #19398a !important;
}

.cd-read-more li.filter-items a {
  color: #19398a;
  font-size: 16px;
}

.cd-read-more.fixed {
  position: fixed;
  left: calc(50% - 570px);
  top: 115px;
}

.cd-read-more.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.cd-read-more {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  /* max-width: 262px; */
  max-width: 232px;
  z-index: 1;
}

.tabs-menu {
  display: none;
}

/*Custom styles */

.prog-tabs-wrap ul {
  padding: 0;
  margin-bottom: 0;
}

.prog-tabs-wrap a {
  /*font-size: 21px;*/
  font-size: 20px;
  color: #808080;
}

.prog-tabs-wrap a.reading,
.cd-read-more .views-row:hover a {
  /*font-weight: 600;*/
  color: #c21b13;
}

.prog-tabs-wrap .views-row:last-child a.read {
  /*font-weight: 600;*/
  /*color: #000;*/
  color: #c21b13;
}

/* Right Content Wrapper */

.right-content-wrap > div:not(:last-child) {
  padding-bottom: 72px;
  /*border-bottom: 1px solid #6D6E71;*/
  /*sugg aj*/
  border-bottom: 1px solid #f5ae3d;
  margin-bottom: 75px;
}

.right-content-wrap h2,
div.about-title a {
  display: block;
  font-size: 40px;
  font-weight: 400;
  /*color: #5B7E97;*/
  color: #234f75;
  margin: 0 0 20px;
  line-height: 45px;
}

.right-content-wrap h3 {
  font-size: 21px;
  font-weight: 700;
  /* color: #5B7E97; */
  color: #6d6e71;
}

.right-content-wrap p + h3 {
  margin-top: -5px;
}

.right-content-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* .right-content-wrap h2+img {
  margin-bottom: 23px;
} */

.right-content-wrap p,
.right-content-wrap .data-body {
  font-weight: 400;
  font-size: 16px;
  color: #6d6e71;
  padding: 0;
  margin-bottom: 25px;
  line-height: 26px;
}

.right-content-wrap ul {
  list-style-type: disc;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #6d6e71;
}

.right-content-wrap ul:not(:last-child) {
  margin-bottom: 15px;
}

.right-content-wrap a {
  font-weight: 400;
  font-size: 16px;
  /*color: #5B7E97;*/
  color: #4aa6f7;
  text-decoration: none;
}

.right-content-wrap a:hover {
  color: #79cdcf;
}

.right-content-wrap li {
  margin-bottom: 10px;
  padding-left: 3px;
}

.right-content-wrap li p {
  margin-bottom: 0;
}

.right-content-wrap article {
  padding: 50px 0;
}

.ast-indicator-details h4 {
  font-size: 28px;
  line-height: 34px;
  color: #735a4b;
  font-weight: 400;
  margin: 0 0 21px;
}

.right-content-wrap .data-body {
  margin-bottom: 36px;
}

.right-content-wrap .data-body:last-child {
  margin-bottom: 0;
}

/*End of custom styles*/
.cd-articles {
  width: 100%;
  max-width: none;
  /*padding-left: 322px;*/
  padding-left: 321px;
  /*margin-bottom: 5em;*/
  margin-bottom: 0;
}

.cd-articles::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "desktop";
}

.cd-articles h1 {
  font-size: 3.6rem;
}

.cd-articles p {
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .cd-read-more.fixed {
    left: calc(50% - 470px);
  }
}

@media only screen and (min-width: 1100px) {
  .cd-header {
    height: 150px;
    padding-top: 55px;
  }

  .cd-header h1 {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .right-content-wrap h2,
  div.about-title a {
    font-size: 32px;
    line-height: 38px;
  }

  .right-content-wrap h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

/*Need to be checked*/

@media (min-width: 991px) and (max-width: 1024px) {
  .right-content-wrap h2,
  div.about-title a {
    margin-bottom: 28px;
  }
}

/*Need to be checked*/

@media only screen and (max-width: 991px) {
  .prog-left-right-wrap {
    margin-top: 50px;
  }

  .prog-tab-menu,
  .prog-tabs-wrap {
    display: none;
  }

  .right-content-wrap.cd-articles {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cd-articles {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .prog-left-right-wrap {
    margin-bottom: 15px;
  }

  .right-content-wrap h2,
  div.about-title a {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 12px;
  }

  .ast-indicator-details h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .right-content-wrap h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 5px 0;
  }

  .right-content-wrap a,
  .right-content-wrap p {
    font-size: 14px;
    line-height: 20px;
  }

  .right-content-wrap p {
    margin-bottom: 8px;
  }

  .right-content-wrap > div:not(:last-child) {
    padding-bottom: 26px;
    margin-bottom: 27px;
  }
}
