.custom-html--sitecore {
    /*Purple*/
    /*Purple-box*/
    /*Accordion*/
  }
  .custom-html--sitecore .expert-card-link {
    font-family: "Graphik Bold", "Arial", Sans-Serif;
    font-size: 13px;
  }
  .custom-html--sitecore .check-list {
    list-style: none;
  }
  .custom-html--sitecore .check-mark {
    position: absolute;
    left: 10px;
    width: 60px;
    height: 60px;
  }
  .custom-html--sitecore .purple-text {
    color: #7E00FF;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
  }
  .custom-html--sitecore .padding-left {
    padding: 1%;
  }
  .custom-html--sitecore .padding-left label {
    font-family: "Graphik Bold", "Arial", Sans-Serif;
    padding-bottom: 10px;
    font-size: 1.76rem;
  }
  @media screen and (max-width: 768px) {
    .custom-html--sitecore .check-mark {
      padding: 0.8em;
      margin-top: -0.8em;
    }
    .custom-html--sitecore .purple-text {
      font-size: 1.6rem !important;
      line-height: 1.6rem !important;
    }
  }
  .custom-html--sitecore .expert-card-link {
    font-family: "Graphik Bold", "Arial", Sans-Serif;
    font-size: 13px;
  }
  .custom-html--sitecore .parent-purple {
    color: #7E00FF;
  }
  @media screen and (min-width: 1000px) {
    .custom-html--sitecore #hero-carousel .topic-link {
      font-size: 1.8rem !important;
    }
  }
  .custom-html--sitecore .hero-wrapper {
    width: 100%;
  }
  .custom-html--sitecore div#block-purple-section {
    background-color: #460073 !important;
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore .column-container .purple-column:nth-child(3n+1) {
      padding-right: 1em;
    }
    .custom-html--sitecore .column-container .purple-column:nth-child(3n+2) {
      padding-left: 0;
      padding-right: 0.5em;
    }
    .custom-html--sitecore .column-container .purple-column:nth-child(3n+3) {
      padding-left: 0.5em;
      padding-right: 0.5em;
    }
    .custom-html--sitecore .column-container .purple-column:nth-child(3n+4) {
      padding-left: 0.5em;
      padding-right: 0;
    }
    .custom-html--sitecore .column-container .purple-column:nth-child(3n+5) {
      padding-left: 1em;
      padding-right: 0;
    }
    .custom-html--sitecore .col-sm-2.purple-column {
      width: 20%;
    }
  }
  .custom-html--sitecore .topic-article,
  .custom-html--sitecore .topic-title,
  .custom-html--sitecore .topic-content {
    color: white !important;
  }
  .custom-html--sitecore .topic-article {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    margin-bottom: 0.5em !important;
    background-color: #A100FF;
    width: 80%;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .topic-article {
      width: 40% !important;
    }
  }
  .custom-html--sitecore .topic-title {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .custom-html--sitecore .topic-content {
    font-size: 1.28rem !important;
  }
  .custom-html--sitecore .white {
    color: white !important;
  }
  .custom-html--sitecore .font-medium {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .custom-html--sitecore .purple-box {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    height: 200px;
    padding: 5%;
    background-color: #A100FF;
    box-shadow: -10px 8px 0px #3c0079;
    color: #fff !important;
  }
  .custom-html--sitecore .purple {
    color: #A100FF !important;
  }
  .custom-html--sitecore .purple-bg {
    padding: 0.5em;
  }
  .custom-html--sitecore .image-bg {
    width: 100%;
    margin: 1em 0;
  }
  .custom-html--sitecore #accordion .panel {
    border: 0px;
    border-bottom: 1px solid #ddd;
  }
  .custom-html--sitecore #accordion .panel .panel-heading {
    background-color: #fff;
    position: relative;
  }
  .custom-html--sitecore #accordion .panel .panel-heading.isActive {
    border-left: 3px solid #A100FF;
  }
  .custom-html--sitecore #accordion .panel .panel-collapse {
    background-color: #f2f2f2;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title {
    font-size: 1.76rem;
    line-height: 1.76rem;
    padding: 3%;
    border-left: 3px solid #A100FF;
    cursor: pointer;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed {
    border-left: 3px solid #fff;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title .acc.fas {
    transform: rotate(-180deg);
    transition: transform 0.5s ease;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed .acc.fas {
    transform: rotate(0deg);
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title a.acc.purple {
    font-family: "Graphik SemiBold", "Arial", sans-serif;
    color: #A100FF !important;
  }
  .custom-html--sitecore #accordion .panel .panel-body {
    position: relative;
  }
  .custom-html--sitecore .panel-body:before {
    content: " ";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(78, 78, 78, 0.4) 100%);
  }
  .custom-html--sitecore i.acc.fas.fa-chevron-down {
    position: absolute;
    top: 35%;
    right: 3%;
    font-size: 1.92rem;
  }
  .custom-html--sitecore .panel.panel-default a:hover h4 {
    text-decoration: none !important;
    color: #A100FF;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title p.acc.purple {
    font-family: "Graphik Bold", "Arial", sans-serif !important;
    font-size: 18px;
    margin-bottom: 0 !important;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore #accordion .panel .panel-heading .panel-title p.acc.purple {
      font-size: 15px !important;
      width: 80%;
    }
  }
  .custom-html--sitecore .panel-body {
    padding: 40px 30px;
  }
  .custom-html--sitecore #Stabilize .image-bg,
  .custom-html--sitecore #Reconfigure .image-bg {
    margin-top: 0 !important;
  }
  .custom-html--sitecore .share-tools.module.br--color-gray-light {
    background-color: white !important;
  }
  .custom-html--sitecore .download-report.br--color-gray-light {
    float: left !important;
  }
  .custom-html--sitecore .DownloadItemTitle.btn.btn-primary.btn-alt.front {
    margin-left: 0;
  }
  .custom-html--sitecore .share-tools.module.br--color-gray-light {
    padding-left: 0 !important;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .hide-mobile {
      display: none;
    }
  }
  .custom-html--sitecore h4.panel-title {
    width: 80%;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-html--sitecore .topic-article {
      font-size: 0.5em !important;
    }
  }
  .custom-html--sitecore article.audio-player .playPause,
  .custom-html--sitecore article.audio-player .audio-volume,
  .custom-html--sitecore article.audio-player .audio-time > span,
  .custom-html--sitecore article.audio-player .author-name,
  .custom-html--sitecore article.audio-player .audio-title {
    color: #fff;
  }
  .custom-html--sitecore article.audio-player input[type=range]::-webkit-slider-thumb,
  .custom-html--sitecore article.audio-player input[type=range] {
    background: #fff;
  }
  