.custom-html--sitecore {
  /** CTA Arrows **/
  /** Authors **/
  /*Sticky Menu override*/
  /*Ipad nav*/
  /** Mobile **/
  /** Authors **/
}
.custom-html--sitecore .section-container-1 p.sub-title {
  font-family: "Graphik light", "Arial", Sans-Serif;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
  padding: 10%;
  padding-bottom: 5%;
}
@media only screen and (max-width: 1024px) {
  .custom-html--sitecore .section-container-1 p.sub-title {
    font-size: 21px;
    line-height: 30px;
    padding: 9%;
  }
}
.custom-html--sitecore .img-container img {
  width: 100%;
}
.custom-html--sitecore img.img-quote {
  max-width: 126px;
}
.custom-html--sitecore .cta-more.isactive {
  color: #004dff;
  position: relative;
  width: auto;
  padding: 10px;
  bottom: 10%;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.6s ease;
  display: inline-block;
}
.custom-html--sitecore .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid white;
  border-radius: 50px;
  transition-delay: 0.2s;
  position: absolute;
  transition: all 0.4s ease;
}
.custom-html--sitecore .cta-more-arrow {
  position: absolute;
  left: 20px;
  height: 15px;
  top: 8px;
  opacity: 1 !important;
  transition-delay: 0.6s;
}
.custom-html--sitecore .purple-button {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 7px 15px 5px;
  background-color: #a100ff;
}
.custom-html--sitecore svg.img-arrow-right {
  width: 24px;
  position: absolute;
}
.custom-html--sitecore .cta-more-label {
  margin-left: 45px;
  opacity: 1;
  transition: opacity 0.7s ease 0.8s;
  text-align: left;
  color: white;
}
.custom-html--sitecore .section-container.section-container-1 {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .custom-html--sitecore {
    /*section#redesign-main {
  background-color: #FFF;
      background-size: 30px 30px, 30px 30px, 10px 10px, 10px 10px;
      background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
      background-image: -webkit-linear-gradient(#A100FF 1px, transparent 1px), -webkit-linear-gradient(0, #A100FF 1px, transparent 1px), -webkit-linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), -webkit-linear-gradient(0, rgba(255,255,255,.3) 1px, transparent 1px);
      background-image: -moz-linear-gradient(#A100FF 1px, transparent 1px), -moz-linear-gradient(0, #A100FF 1px, transparent 1px), -moz-linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), -moz-linear-gradient(0, rgba(255,255,255,.3) 1px, transparent 1px);
      background-image: linear-gradient(#A100FF 0px, transparent 0.4px), linear-gradient(90deg, #A100FF 0px, transparent 0.4px);
      border-top: 1px solid #A100ff;
      border-bottom: 1px solid #A100ff;
      overflow: hidden;
      } */
  }
  .custom-html--sitecore .scrollmagic-pin-spacer {
    padding-bottom: 0 !important;
  }
  .custom-html--sitecore .content-text {
    padding: 10% 15% 10%;
  }
  .custom-html--sitecore .no-mobile-ipad {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .custom-html--sitecore
    .section-container-1
    .cta-more.isactive:hover
    .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore .section-container-3 .content-text-left .title,
.custom-html--sitecore .section-container-3 .content-text-right .title {
  font-family: "Graphik Normal", "Arial", Sans-Serif;
  font-size: 32px;
  line-height: 32px;
}
.custom-html--sitecore .section-container-3 .content-text-left .trend-link,
.custom-html--sitecore .section-container-3 .content-text-right .trend-link,
.custom-html--sitecore .descriptions span.blue {
  font-family: "Graphik Semibold", "Arial", Sans-Serif;
  font-size: 1.125em;
  color: #008eff;
  font-weight: bold;
}
.custom-html--sitecore .section-container-3 .content-text-left .descriptions,
.custom-html--sitecore .section-container-3 .content-text-right .descriptions {
  font-family: "Graphik light", "Arial", Sans-Serif;
  font-size: 1.125em;
}
.custom-html--sitecore .section-container-4 .content-text-vid .title {
  font-family: "Graphik Normal", "Arial", Sans-Serif;
  font-size: 30px;
  line-height: 30px;
  color: #008eff;
}
.custom-html--sitecore .section-container-4 .content-text-vid .description {
  font-family: "Graphik light", "Arial", Sans-Serif;
  font-size: 1.6rem;
}
.custom-html--sitecore .section-container-5 p.min {
  font-family: "Graphik Normal", "Arial", Sans-Serif;
  font-size: 14px;
  line-height: 15px;
  color: #008eff;
  padding-top: 20px;
  /* padding-bottom: 0px; */
}
.custom-html--sitecore .section-container-5 h2 {
  text-align: center;
  font-family: "Graphik Semibold", "Arial", Sans-Serif;
}
.custom-html--sitecore .section-container-5 p.title {
  font-family: "Graphik SemiBold", "Arial", Sans-Serif;
  font-size: 30px;
  line-height: 30px;
}
.custom-html--sitecore .cta-more.footer {
  color: #004dff;
  position: relative;
  width: auto;
  bottom: 0%;
  right: 0%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  padding: 10px;
  display: inline-block;
}
.custom-html--sitecore .cta-more.footer .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-box {
  top: 3px;
}
.custom-html--sitecore .cta-more.footer.isactive .cta-more-box {
  left: 0;
  top: 6px;
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.custom-html--sitecore .cta-more.footer.isactive .cta-more-arrow {
  position: absolute;
  left: 20px;
  top: 12px;
}
.custom-html--sitecore .cta-more.footer .img-arrow-right {
  width: 38px;
  position: absolute;
}
.custom-html--sitecore .cta-more.footer.isactive .cta-more-label {
  margin-left: 65px;
  font-family: "Graphik Medium", "Arial", Sans-Serif;
  font-size: 32px !important;
  line-height: 1.25;
  color: #fff;
}
.custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
  cursor: pointer;
  border-radius: 25px 25px 25px 25px;
}
@media only screen and (min-width: 1025px) {
  .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore .Subscribe-Eyebrow p {
  font-size: 22px;
  color: white;
}
.custom-html--sitecore #block-new-footer {
  background-color: black;
}
.custom-html--sitecore #footer-block .row:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.06em solid #ccc;
  /* border-width: 0.1rem; */
  border-top: 0;
  margin: 0 0.9375em;
}
.custom-html--sitecore .row.footer-links-container:before {
  border: none !important;
}
.custom-html--sitecore .section-container-5 p.title {
  color: #111;
}
.custom-html--sitecore #block-section-2,
.custom-html--sitecore #block-marquee-section {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .custom-html--sitecore #block-new-footer .content-module {
    padding-left: 0;
  }
  .custom-html--sitecore #block-new-footer .row {
    padding: 0;
    max-width: 120rem;
    margin: 0 auto;
    padding-left: 1.07em;
  }
  .custom-html--sitecore #block-new-footer .row .block-content {
    padding: 3.01rem 0 0 !important;
  }
  .custom-html--sitecore .section-container-4 .slide-vid {
    left: 0;
  }
  .custom-html--sitecore .section-container-5 p.title {
    font-size: 2.4rem !important;
    line-height: 1 !important;
  }
}
.custom-html--sitecore .auth-img {
  width: 100%;
  border-radius: 50%;
  padding: 0 10%;
}
.custom-html--sitecore h3.author-name {
  font-family: "Graphik Medium", "Arial", Sans-Serif;
  font-size: 1.2em;
  font-weight: normal;
}
.custom-html--sitecore p.author-title {
  font-family: "Graphik Light", "Arial", Sans-Serif;
  line-height: 1.3;
  font-size: 1em;
}
.custom-html--sitecore .author-social .ion-social-twitter,
.custom-html--sitecore .author-social .ion-social-linkedin {
  float: left;
  font-size: 1.81rem !important;
  border: 0.12em solid #004dff;
  width: 1.9em;
  height: 1.85em;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 0.2em;
  margin-right: 0.8rem;
}
.custom-html--sitecore .author-social a.ion-social-linkedin:hover,
.custom-html--sitecore .author-social a.ion-social-twitter:hover {
  background: #004dff;
  color: #fff;
  transition: ease 0.8s;
}
.custom-html--sitecore .author-module {
  margin-top: 2em;
}
.custom-html--sitecore hr.first,
.custom-html--sitecore hr.second {
  margin-bottom: 3em;
}
.custom-html--sitecore .tv-quickaccess {
  width: 70px;
  height: 85px;
}
.custom-html--sitecore
  .tv-quickaccess
  .tv-quickaccess__item.downloads
  i.close-download {
  font-size: 17px;
}
.custom-html--sitecore
  .tv-quickaccess
  .tv-quickaccess__item.downloads.isActive
  i.close-download {
  font-size: 17px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
  width: 70px;
  height: 70px;
  min-height: 70px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
  top: 70px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
  top: 139px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
  top: 206px;
}
.custom-html--sitecore
  .tv-quickaccess
  .tv-quickaccess__item.slide-share.slide-info1 {
  top: 276px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore
  .tv-quickaccess
  .tv-quickaccess__item
  div.btn-download
  span {
  font-size: 9px;
  line-height: 1.2;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span,
.custom-html--sitecore
  .tv-quickaccess
  .tv-quickaccess__item
  div.btn-download
  span {
  font-size: 10px;
  line-height: 1.2;
}
.custom-html--sitecore .tv-quickaccess__item img {
  height: 20px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore
  .tv-quickaccess
  .tv-quickaccess__item
  div.btn-download
  span {
  padding: 5px 0;
}
.custom-html--sitecore .mott-img {
  width: 100%;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .custom-html--sitecore .progress-nav-bar.isactive {
    height: 8px;
  }
  .custom-html--sitecore .progress-nav-bar {
    top: 50px;
  }
  .custom-html--sitecore .progress-nav-bar-menu {
    display: none;
  }
  .custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
    height: 8px;
  }
}
.custom-html--sitecore .btn-cursor span {
  font-size: 1.28rem;
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore .section-container-4 .slide-vid {
    left: 0;
  }
  .custom-html--sitecore .section-container-5 p.title {
    font-size: 1.5em;
    line-height: 1;
  }
  .custom-html--sitecore .section-container-5 .row.row-new {
    padding: 0 5%;
  }
  .custom-html--sitecore
    .section-container-5
    .content-text-gte.isactive
    .img-container {
    height: auto !important;
  }
}
.custom-html--sitecore .auth-img {
  width: 100%;
  border-radius: 50%;
  padding: 0 10%;
}
.custom-html--sitecore h3.author-name {
  font-family: "Graphik Medium", "Arial", Sans-Serif;
  font-size: 1.2em;
  font-weight: normal;
}
.custom-html--sitecore p.author-title {
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  line-height: 1.3;
  font-size: 1.4rem;
}
.custom-html--sitecore .author-social .ion-social-twitter,
.custom-html--sitecore .author-social .ion-social-linkedin {
  float: left;
  font-size: 1.81rem !important;
  border: 0.12em solid #004dff;
  width: 1.9em;
  height: 1.85em;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 0.2em;
  margin-right: 0.8rem;
}
.custom-html--sitecore .author-social a.ion-social-linkedin:hover,
.custom-html--sitecore .author-social a.ion-social-twitter:hover {
  background: #004dff;
  color: #fff;
  transition: ease 0.8s;
}
.custom-html--sitecore .author-module {
  margin-top: 2em;
}
.custom-html--sitecore hr.first,
.custom-html--sitecore hr.second {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore hr.second {
    display: none;
  }
  .custom-html--sitecore .auth-img {
    margin-bottom: 2em;
    width: 50%;
    padding: 0;
  }
  .custom-html--sitecore iframe#ytim-player-VideoPlayerModule2 {
    height: 12em !important;
  }
}
@media screen and (min-width: 1025px) {
  .custom-html--sitecore iframe#ytim-player-VideoPlayerModule2 {
    height: 27em !important;
    width: 100%;
  }
}

.cmp-global-footer {
  background-color: #000000;
}

.cmp-global-footer__row {
  border-top: 1px solid #a7a7a7;

  margin-left: 15px;

  margin-right: 15px;

  margin-top: -1px;
}
