.custom-html--sitecore .link-list li:nth-child(6n+6) {
  border-right: none;
}
.custom-html--sitecore .link-list li {
  border-right: 1px solid;
  text-align: center;
}
.custom-html--sitecore .link-list li {
  float: left;
  padding: 0 20px 0 20px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .custom-html--sitecore .link-list li {
    width: 100%;
    border: none;
    text-align: left;
  }
}
.custom-html--sitecore .in-page-video-container.video-player-module.module {
  background-color: lightgray;
}
.custom-html--sitecore .video-cards-container .video-card .video-container,
.custom-html--sitecore .video-cards-container .video-card .in-page-video.video-container,
.custom-html--sitecore .video-cards-container .video-card .video-content {
  background-color: lightgray;
}
.custom-html--sitecore .marquee-container {
  height: 60vh;
  position: relative;
}
.custom-html--sitecore img.marquee-img {
  height: 100%;
  position: absolute;
  right: 5%;
  z-index: 2;
}
.custom-html--sitecore img.outmaneuver-img {
  height: 40px;
}
.custom-html--sitecore .marquee-content {
  position: absolute;
  width: 50%;
  top: 20%;
  left: 5%;
  /* transform: translateY(-50%); */
  z-index: 3;
}
.custom-html--sitecore .grey-background {
  position: absolute;
  height: 85%;
  width: 100%;
  background: #F9F9F9;
  bottom: 0;
}
.custom-html--sitecore .sub-marquee {
  height: 50vh;
  position: relative;
}
.custom-html--sitecore .first-layer {
  width: 50%;
  background: #A100FF;
  background-image: linear-gradient(90deg, #A100FF 0%, #6B00B0 89.54%);
  min-height: 60%;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  padding: 4%;
  box-shadow: 0 10px 4px -4px rgba(0, 0, 0, 0.3);
}
.custom-html--sitecore .first-layer.first-layer-7 {
  background-image: linear-gradient(90deg, #5085FF 0%, #004DFF 89.54%);
}
.custom-html--sitecore .second-layer {
  width: 55%;
  background: #A100FF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
.custom-html--sitecore .second-layer img {
  width: 100%;
}
.custom-html--sitecore .third-layer {
  width: 50%;
  background: #460073;
  height: 60%;
  position: absolute;
  left: 20px;
  top: 51%;
  transform: translateY(-50%);
  z-index: 1;
}
.custom-html--sitecore .third-layer.third-layer-7 {
  background: #0031A3;
}
.custom-html--sitecore .white-text {
  color: #fff !important;
}
.custom-html--sitecore .purple-text {
  color: #A100FF !important;
}
.custom-html--sitecore .top-title {
  position: absolute;
  top: 3%;
  left: 5%;
  font-size: 3.2rem;
  line-height: 1em;
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
}
.custom-html--sitecore .white-box-blue-shade {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
  height: auto;
  min-height: 35px;
  padding: 4%;
  background-color: #FFF;
  /*box-shadow: 20px 20px 0px #004DFF;*/
  color: #111 !important;
  z-index: 1;
}
.custom-html--sitecore .white-box-blue-shade::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  border: 1px solid #004DFF;
  z-index: -1;
}
.custom-html--sitecore .white-box-blue-shade::after {
  content: '';
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 10px, #004DFF 10px, #004DFF 12px);
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.custom-html--sitecore .grey-dash {
  border-color: #EAEAEA;
}
.custom-html--sitecore .mouse-scroll {
  position: fixed;
  bottom: 10%;
  left: 50%;
  width: 25px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #c4c4c4;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1 !important;
  text-align: center;
}
.custom-html--sitecore .mouse-scroll.isAbsolute {
  position: absolute;
}
.custom-html--sitecore .mouse-scroll .wheel {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 5px;
  height: 10px;
  background-color: #c4c4c4;
  border-radius: 4px;
  -webkit-animation: mouseWheel 1.4s infinite;
  animation: mouseWheel 1.4s infinite;
}
.custom-html--sitecore .mouse-scroll span {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #c4c4c4;
}
@media screen and (max-width: 567px) {
  .custom-html--sitecore .background-lemon {
    display: none;
  }
  .custom-html--sitecore .marquee-holder.marquee1 {
    display: none;
  }
  .custom-html--sitecore .marquee-holder.marquee2 {
    display: block;
  }
}
@media screen and (min-width: 568px) {
  .custom-html--sitecore .marquee-holder.marquee1 {
    display: block;
  }
  .custom-html--sitecore .marquee-holder.marquee2 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .custom-html--sitecore .intoTheNewLogo-mobile {
    height: 40px;
    width: auto;
  }
}
.custom-html--sitecore .btn:hover,
.custom-html--sitecore .btn:focus,
.custom-html--sitecore .btn.focus {
  background-color: #A100FF;
}
.custom-html--sitecore .share-tools.module {
  display: none;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
  z-index: 3;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
  padding-bottom: 10px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 10px;
  color: #004DFF;
  border: 1px solid #004DFF;
  border-radius: 50%;
  font-size: 20px;
  height: 42px;
  width: 42px;
  position: relative;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
  top: 0;
  opacity: 1;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
  height: 100%;
  width: 100%;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
  fill: #004DFF;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
  background-color: #004DFF;
  color: #fff;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
  fill: #fff;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
  z-index: 3;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
  padding-bottom: 10px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 10px;
  color: #004DFF;
  border: 1px solid #004DFF;
  border-radius: 50%;
  font-size: 20px;
  height: 42px;
  width: 42px;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
  top: 0;
  opacity: 1;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
  background-color: #004DFF;
  color: #fff;
}
.custom-html--sitecore .tv-quickaccess.isActive {
  display: block;
}
.custom-html--sitecore .tv-quickaccess {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 150%;
  display: block;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 105.24px;
  height: 105.24px;
}
.custom-html--sitecore .tv-quickaccess.isActive {
  top: 25%;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: "Graphik Medium", "Arial Black", sans-serif;
  font-size: 8px;
  line-height: 9px;
  border: 0;
  width: 105px;
  height: 105px;
  min-height: 105px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item:hover {
  background-color: #A100FF;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.shide {
  top: 0 !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads {
  top: 0;
  z-index: 5;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
  color: #A100FF !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
  color: #fff !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
  top: 104px;
  z-index: 4;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
  top: 207px;
  z-index: 3;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
  top: 309px;
  z-index: 2;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info {
  top: 410px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  font-size: 8px;
  line-height: 9px;
  color: #fff;
  display: block;
  padding: 5px;
  padding-top: 18px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  clear: both;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
}
.custom-html--sitecore .tv-quickaccess-mobile.isActive {
  display: block;
}
.custom-html--sitecore .tv-quickaccess-mobile {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: -150%;
  display: block;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 40px;
  height: 40px;
}
.custom-html--sitecore .tv-quickaccess-mobile.isActive {
  bottom: 3%;
  right: 3%;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item {
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: "Graphik Medium", "Arial Black", sans-serif;
  font-size: 8px;
  line-height: 9px;
  border: 0;
  width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess-mobile .btn-download {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item:hover {
  background-color: #A100FF;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.shide {
  bottom: 0 !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
  bottom: 0;
  z-index: 5;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
  color: #A100FF !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
  color: #fff !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
  bottom: 41px;
  z-index: 4;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
  bottom: 82px;
  z-index: 3;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
  bottom: 123px;
  z-index: 2;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
  bottom: 164px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  font-size: 8px;
  line-height: 9px;
  color: #fff;
  display: block;
  padding: 12px;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  clear: both;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
}
.custom-html--sitecore .align-center {
  text-align: center;
}
.custom-html--sitecore .download-container {
  margin-left: 30px;
}
.custom-html--sitecore ul.downloads {
  margin-top: 0rem;
}
.custom-html--sitecore .downloads li.head span {
  border-bottom: 3px solid #A100FF;
  padding-bottom: 15px;
}
.custom-html--sitecore .downloads > li {
  width: 100%;
  padding-top: 9px;
}
.custom-html--sitecore .downloads > li > a {
  position: relative;
  display: block;
  font-family: "Graphik medium", "Arial", Sans-Serif;
  font-size: 10px!important;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #000;
  margin: 0;
}
.custom-html--sitecore .downloads > li > a:hover {
  color: #A100FF;
}
.custom-html--sitecore .downloads > li > a > img {
  padding-right: 10px;
}
.custom-html--sitecore .nav-pills > li + li {
  padding-top: 22px;
}
.custom-html--sitecore .share-button {
  cursor: pointer;
  position: relative;
}
.custom-html--sitecore .arrow-down {
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  position: absolute;
  top: -20px;
  left: 15px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}
.custom-html--sitecore .arrow-down.isActive {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  top: -10px;
  opacity: 1;
}
.custom-html--sitecore .social-share-container {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  top: 0;
  height: 30px;
  width: auto;
  left: 0;
  background-color: black;
  opacity: 0;
  z-index: -1;
}
.custom-html--sitecore .social-share-container.isActive {
  top: -40px;
  opacity: 1;
  z-index: 1;
  padding: 10px;
}
.custom-html--sitecore .social-share-container a {
  color: #fff !important;
  margin-top: -10px;
  display: inline-block;
  padding: 5px;
}
@media screen and (max-width: 576px) {
  .custom-html--sitecore .social-share-container a {
    font-size: 16px !important;
  }
}
.custom-html--sitecore .social-share-container a:hover {
  color: #A100FF !important;
}
.custom-html--sitecore a.navbar-brand {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .custom-html--sitecore p.moveTo:hover {
    color: #A100FF;
  }
  .custom-html--sitecore .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .custom-html--sitecore .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.custom-html--sitecore img.intoTheNewLogo {
  height: 40px;
}
.custom-html--sitecore .row.itn-nav {
  padding-bottom: 0!important;
  padding-top: 1.6rem !important;
  max-width: 91% !important;
}
@media screen and (max-width: 768px) {
  .custom-html--sitecore .hero-background-dashboard {
    display: none;
  }
}
.custom-html--sitecore nav.navbar.navbar-light.bg-light {
  position: absolute;
  z-index: 20;
  top: -65px;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 60px;
  background-color: #000;
}
.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed {
  position: fixed;
  top: 30px;
}
@media screen and (min-width: 1200px) {
  .custom-html--sitecore nav.navbar.navbar-light.bg-light {
    margin-top: 35px;
  }
  .custom-html--sitecore .navbar-brand {
    padding: 1.6rem 15px 2.76rem 1.7rem;
  }
  .custom-html--sitecore .nav > li {
    padding-bottom: 0;
  }
}
.custom-html--sitecore ul.navbar-nav {
  width: 100%;
}
.custom-html--sitecore ul.navbar-nav li {
  width: 12%;
}
.custom-html--sitecore ul.navbar-nav > li > p.moveTo {
  padding-top: 2.4rem !important;
  margin-bottom: 0;
  color: #efefef;
  font-size: 12px;
  cursor: pointer;
}
.custom-html--sitecore ul.navbar-nav > li > p.moveTo :hover {
  color: #fff;
  background-color: #000;
}
.custom-html--sitecore .nav > li > a:focus,
.custom-html--sitecore .nav > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.custom-html--sitecore div#block-media-navigator-section {
  height: 0;
}
.custom-html--sitecore .focus-indicator a:focus {
  outline: transparent solid 3px !important;
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore .nav > li,
  .custom-html--sitecore .navbar-collapse.collapse ul,
  .custom-html--sitecore .navbar-header {
    width: 100%;
  }
  .custom-html--sitecore #footer-block .body-content .ui-container {
    display: inline-block;
  }
  .custom-html--sitecore ul.navbar-nav > li > p.moveTo {
    color: #111;
    padding-top: 1.6rem !important;
  }
  .custom-html--sitecore .navbar-brand.moveTo,
  .custom-html--sitecore .navbar-toggle {
    display: block;
    left: 50%;
    padding: 0;
    margin-bottom: 0;
  }
  .custom-html--sitecore ul.navbar-nav > li > p.moveTo :hover {
    color: #fff;
    background-color: transparent !important;
  }
  .custom-html--sitecore nav.navbar.navbar-light.bg-light {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  .custom-html--sitecore .navbar-brand.moveTo {
    position: fixed;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.7s eas;
    -o-transition: all 0.7s eas;
    transition: all 0.7s eas;
    opacity: 0;
  }
  .custom-html--sitecore .navbar-toggle {
    position: relative;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    float: none;
    margin-right: 0;
    margin-top: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .custom-html--sitecore .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-html--sitecore .navbar-collapse.collapse.in ul {
    background: 0 0;
  }
  .custom-html--sitecore .nav > li {
    margin: 0;
    text-align: left;
  }
  .custom-html--sitecore .navbar-nav > li > a {
    opacity: 0;
    border-bottom: 2px solid transparent;
    padding-bottom: 0;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: "Graphik regular", "Arial Black", Sans-Serif;
    font-size: 12px;
    margin-bottom: 1.6rem;
  }
  .custom-html--sitecore .navbar-collapse.collapse.in ul li a {
    opacity: 1;
  }
  .custom-html--sitecore div.navbar-collapse.collapse.in {
    display: block !important;
  }
  .custom-html--sitecore div.navbar-collapse.collapse {
    display: none !important;
  }
  .custom-html--sitecore .nav:after,
  .custom-html--sitecore .nav:before,
  .custom-html--sitecore .navbar:after,
  .custom-html--sitecore .navbar:before,
  .custom-html--sitecore .row:after,
  .custom-html--sitecore .row:before {
    content: " ";
    display: none;
  }
  .custom-html--sitecore .graph-scroll-y {
    overflow-y: auto;
  }
  .custom-html--sitecore .purple-gradient {
    background: -o-linear-gradient(285.83deg, #7500C0 3.95%, #390165 97.32%);
    background: linear-gradient(164.17deg, #7500C0 3.95%, #390165 97.32%);
    padding: 2% 0;
    background-attachment: fixed;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .custom-html--sitecore #block-section-marquee .content-module.module {
    width: 100%;
  }
  .custom-html--sitecore .marquee-holder {
    height: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .custom-html--sitecore .marquee-holder {
    width: unset !important;
  }
  .custom-html--sitecore nav.navbar.navbar-light.bg-light {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .custom-html--sitecore nav.navbar.navbar-light.bg-light {
    margin-top: 20px;
  }
  .custom-html--sitecore .headline {
    line-height: 6.4rem;
    font-size: 5.6rem;
  }
  .custom-html--sitecore .content-module p {
    font-size: 18px;
    line-height: 20px;
  }
  .custom-html--sitecore .content-module p.percent-header {
    font-size: 48px;
  }
  .custom-html--sitecore .purple-gradient {
    background: -o-linear-gradient(285.83deg, #7500C0 3.95%, #390165 97.32%);
    background: linear-gradient(164.17deg, #7500C0 3.95%, #390165 97.32%);
    padding: 2% 0;
    background-attachment: fixed;
    min-height: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: none;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: block;
  }
}
@media screen and (min-width: 1450px) {
  .custom-html--sitecore .navbar-header {
    float: unset;
    position: absolute;
    top: 20%;
  }
}
@media screen and (max-width: 1449px) {
  .custom-html--sitecore .navbar-header {
    float: unset;
    position: relative;
    top: 20%;
  }
  .custom-html--sitecore .body-content .ui-container.inIE .row,
  .custom-html--sitecore .content-module.inIE {
    overflow: hidden;
  }
  .custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed .row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 999px) {
  .custom-html--sitecore {
    /*Social Media*/
  }
  .custom-html--sitecore .navbar-collapse.collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .custom-html--sitecore nav.navbar.navbar-light.bg-light .row {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .custom-html--sitecore ul.nav.navbar-nav {
    width: 100%;
    position: relative;
  }
  .custom-html--sitecore ul.nav.navbar-nav li .progressbar {
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
    background: #A100FF;
    z-index: -1;
  }
  .custom-html--sitecore ul.nav.navbar-nav li .progressbar.progressbar-7 {
    background: #004DFF;
  }
  .custom-html--sitecore .navbar .navbar-nav li {
    cursor: pointer;
    position: relative;
    height: 65px;
    color: #fff;
    width: 12%;
    text-align: center;
    padding-left: 0px;
  }
  .custom-html--sitecore h1.acn-label,
  .custom-html--sitecore h5.acn-label {
    font-family: "Graphik Regular", "Arial", Sans-Serif;
    text-transform: uppercase;
    font-size: 2.4rem;
  }
  .custom-html--sitecore h1.acn-label span,
  .custom-html--sitecore h5.acn-label span {
    border-bottom: 1px solid #111;
    padding-bottom: 4px;
  }
  .custom-html--sitecore #block-marquee-section h1.acn-label span a {
    color: #111 !important;
  }
  .custom-html--sitecore h5.acn-label-date {
    font-family: "Graphik thin", "Arial", Sans-Serif;
    text-transform: uppercase;
  }
  .custom-html--sitecore .marquee-headline h2 {
    padding-top: 1.6rem;
  }
  .custom-html--sitecore #block-in-brief .row.row-new {
    padding-top: 8.5em;
  }
  .custom-html--sitecore a.navbar-brand {
    padding: 0.8rem 4.8rem 1.6rem 0.8rem;
  }
  .custom-html--sitecore .share-icons-container {
    padding-top: 8%;
  }
  .custom-html--sitecore .view-more {
    display: block;
  }
  .custom-html--sitecore .view-less {
    display: none;
  }
}
.custom-html--sitecore img.white-arrow-down {
  position: absolute;
  top: 40%;
  right: 10%;
  height: 12px;
  transition: transform 0.7s ease;
}
.custom-html--sitecore .inFixed img.white-arrow-down {
  transform: rotate(-180deg);
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore .sub-marquee {
    top: 0em !important;
    height: 50vh !important;
  }
  .custom-html--sitecore .first-layer.sub-header-content {
    width: 100%;
    top: auto;
    bottom: 0%;
    transform: unset;
  }
  .custom-html--sitecore .second-layer {
    width: 104% !important;
    position: absolute;
    top: 0% !important;
    right: -2%;
    transform: none;
  }
  .custom-html--sitecore .third-layer {
    width: 100%;
    left: 5px;
    top: auto !important;
    bottom: -5px;
    transform: unset;
  }
  .custom-html--sitecore .white-box-blue-shade {
    width: 95% !important;
  }
  .custom-html--sitecore .marquee-container {
    height: 70vh;
    position: relative;
  }
  .custom-html--sitecore .marquee-content {
    width: 90%;
    top: 5%;
    left: 5%;
  }
  .custom-html--sitecore .grey-background {
    height: 48%;
  }
  .custom-html--sitecore img.marquee-img {
    height: 50%;
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 2;
  }
  .custom-html--sitecore .double-arrow-down.double-arrow-down-1 img {
    height: 20px;
  }
  .custom-html--sitecore #block-section-overview .arrow-container {
    margin: 0px !important;
  }
  .custom-html--sitecore .btn.btn-primary.front::after {
    width: 94% !important;
  }
}
@media screen and (max-width: 400px) {
  .custom-html--sitecore .sub-marquee {
    top: 0em !important;
    height: 40vh !important;
  }
}
.custom-html--sitecore .video-card {
  min-height: 300px;
  margin-top: 80px;
}
.custom-html--sitecore .in-page-video-container.video-player-module.module {
  border: 1px solid #ccc;
  border-top: 5px solid #a100ff;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 300px;
}
.custom-html--sitecore .in-page-video.video-container {
  position: absolute;
  top: -80px;
  width: 90%;
}
.custom-html--sitecore .video-content {
  margin-top: 130px;
}
.custom-html--sitecore .video-content a.cta {
  position: absolute;
  top: 110px;
  right: 5%;
}
.custom-html--sitecore p.video-title.module-title {
  font-size: 2.4rem !important;
  line-height: 1.2em !important;
}
