/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
.table-of-contents ul {
  border: none;
  overflow: visible;
}
.table-of-contents ul li {
  border-bottom: none;
}
.table-of-contents ul li a {
  border: 0;
  font-size: 16px;
  color: #0C92D0 !important;
  position: relative;
}
.table-of-contents ul li a:hover {
  color: #535353 !important;
  text-decoration: underline !important;
}
.table-of-contents ul li a::before {
  content: " ";
  position: absolute;
  left: -10px;
  background: #EEE;
  opacity: 1;
  width: 1px;
  display: block;
  height: 100%;
}
.table-of-contents ul li.active > a {
  color: #535353 !important;
  position: relative;
}
.table-of-contents ul li.active > a:hover {
  color: #535353 !important;
}
.table-of-contents ul li.active > a::before {
  content: " ";
  position: absolute;
  left: -10px;
  background: #FAC017;
  opacity: 1;
  width: 1px;
  display: block;
  height: 100%;
}
.table-of-contents .ez-toc-list > li:not(.active) > a::before {
  background: transparent;
}
.table-of-contents .widget li {
  padding: 10px 0;
  line-height: 1.4;
}
.table-of-contents .widget ol li {
  border-bottom: none;
}
.table-of-contents .x-widget-area {
  max-height: calc(100vh - 200px);
  margin: 10px 0;
}

figure.blog-video {
  max-width: 500px;
  margin: 0 auto 1em;
  aspect-ratio: 16/9;
  padding: 0;
  width: 100%;
  height: 100%;
}

a.blog-cta-image {
  display: inline-block;
  max-width: 700px;
  width: 100%;
}

.highlight-box {
  background: #FBD976;
  padding: 40px;
  margin: 40px 0;
}
.highlight-box p,
.highlight-box li,
.highlight-box a,
.highlight-box a:hover,
.highlight-box a:active,
.highlight-box a:focus {
  color: #000000 !important;
}

/* Data Privacy Link (required formatting) */
.privacy-choices {
  display: flex;
  align-items: center;
}
.privacy-choices:before {
  content: "";
  background-image: url("img/privacyoptions.svg");
  height: 1em;
  background-repeat: no-repeat;
  width: 30px;
  margin-right: 5px;
}