.custom-html--sitecore {
    /* POPUP VIDEO correction*/
    /*
  .filter-type:after {
      content: "";
      position: absolute;
      float: left;
      width: 0%;
      height: 100%;
      left: 0;
      top: 0;
      border-radius: 50px;
      border: 0.001em solid #a100ff;
      transition: 0.75s ease-in-out;
      opacity: 1;
      z-index: -1;
  }
  */
    /*
  .filter-type.active-filter:after {
      width: 100%;
      opacity: 1;
      background: transparent;
  }
  */
    /*
  #filter-topic-opt.filter-type:after, #filter-topic-opt.filter-type.active-filter:after{
  opacity: 0;
  }
  */
    /* letter or */
    /* rotate svg arrow when popup open*/
    /*.radio-right, .radio-left {
      padding: 0.8rem 0 0rem 2.4rem;
  }*/
    /* filter by topic popup */
    /* text in topic popup */
    /* hide card card not filtered and card is having attribute false */
    /* show card card if filtered and card is having attribute false */
    /* when items get filtered */
    /*
  @media (min-width: 1400px){
      .map__modals .item.itemRow, .map__modals_2 .item {
          width: calc((100% / 4) - 30px);
      }
  }
  
  
  
  
  @media (min-width: 1921px){
      .map__modals .item.itemRow, .map__modals_2 .item {
      width: calc((100% / 5) - 15px);
  }
  
  }
  
  */
    /*
  @media screen and (min-width: 1900px){
  .body-content #block-meet-our-people.ui-container .row {
      max-width: 85%;
  }}
  */
    /* link in intro text */
    /* mobile filter */
    /* find career row */
    /* join us CTA button*/
  }
  .custom-html--sitecore ._1l-KU {
    top: 0 !important;
    height: auto !important;
  }
  .custom-html--sitecore .sub-wrap p.filter-text {
    position: relative;
    float: left;
    margin: 0;
    text-align: center;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-weight: 100;
  }
  .custom-html--sitecore #filter-inner {
    position: relative;
    float: left;
    height: auto;
    padding: 12px 9px;
    border-radius: 16rem;
    box-shadow: 0px 4.5px 10px 2.5px #e7e7e7;
    color: #a100ff;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .custom-html--sitecore .filter-type {
    position: relative;
    float: left;
    padding: 5px 20px;
    margin: 0;
  }
  .custom-html--sitecore div#filter-by-topic {
    width: 200px;
  }
  .custom-html--sitecore #filter-wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 10vw;
    margin-bottom: 4rem;
    transition: 0.8s ease-in-out;
    opacity: 1;
    z-index: 5;
    transform: translate(0, -50%);
  }
  .custom-html--sitecore #filter-wrapper.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0%);
  }
  .custom-html--sitecore #atoz-filter:hover {
    font-weight: bold;
  }
  .custom-html--sitecore #newest-first:hover {
    font-weight: bold;
  }
  .custom-html--sitecore .sub-wrap p.filter-text {
    cursor: pointer;
    font-size: 16px;
  }
  .custom-html--sitecore #filter-wrapper span.letter-or {
    position: relative;
    float: left;
    top: 8px;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 124%;
  }
  .custom-html--sitecore #filter-by-skills.isactive svg {
    transform: rotate(180deg);
  }
  .custom-html--sitecore #filter-skills-opt {
    width: 94vw;
    max-width: 790px;
    height: auto;
    position: absolute;
    /* float: right; */
    z-index: -1;
    right: 0%;
    top: calc(100% + 28px);
    border-radius: 35px;
    box-shadow: 0px 10px 20px 2px #a19f9f;
    transition: 0.5s ease-in-out;
    pointer-events: none;
    opacity: 0;
    padding: 30px 40px;
    z-index: -5;
    transform: translateX(-50%);
    left: 50%;
  }
  .custom-html--sitecore #filter-skills-opt.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  .custom-html--sitecore #filter-skills-opt:after {
    content: "";
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 35px;
  }
  .custom-html--sitecore .filters-holder-skill,
  .custom-html--sitecore .filters-holder-topic {
    clear: both;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  @media (min-width: 850px) {
    .custom-html--sitecore .filters-holder-skill,
    .custom-html--sitecore .filters-holder-topic {
      display: flex;
    }
    .custom-html--sitecore .sub-wrap p.filter-text {
      font-size: 18px;
    }
  }
  .custom-html--sitecore .filters-holder-topic {
    padding-bottom: 0px;
  }
  .custom-html--sitecore .filters-holder-skill .radio-one,
  .custom-html--sitecore .filters-holder-topic .radio-one {
    min-width: 227px;
  }
  .custom-html--sitecore .filters-holder-skill .radio-two,
  .custom-html--sitecore .filters-holder-topic .radio-two {
    min-width: 172px;
  }
  .custom-html--sitecore .filters-holder-skill .radio-three,
  .custom-html--sitecore .filters-holder-topic .radio-three {
    min-width: 165px;
  }
  .custom-html--sitecore .filters-holder-skill .radio-four,
  .custom-html--sitecore .filters-holder-topic .radio-four {
    min-width: 165px;
  }
  .custom-html--sitecore #filter-skills-opt span.popup-title {
    color: #716D70;
  }
  .custom-html--sitecore #filter-skills-opt span.clear-filters {
    font-family: 'Graphik Light';
    float: right;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #A100FF;
    cursor: pointer;
  }
  .custom-html--sitecore #filter-skills-opt svg.close-filters-button {
    float: right;
    cursor: pointer;
    margin-left: 30px;
    position: relative;
    top: 5px;
  }
  .custom-html--sitecore #filter-skills-opt .col-sm-6.mobile-only {
    display: none;
  }
  .custom-html--sitecore #filter-skills-opt .col-sm-6.mobile-only span.clear-filters {
    float: none !important;
  }
  @media (max-width: 849px) {
    .custom-html--sitecore #filter-skills-opt .col-sm-6.mobile-only {
      margin-bottom: 20px;
      display: block;
      width: 100%;
    }
  }
  .custom-html--sitecore #filter-skills-opt .col-sm-6.desktop-only {
    display: none;
  }
  @media (min-width: 850px) {
    .custom-html--sitecore #filter-skills-opt .col-sm-6.desktop-only {
      display: block;
    }
  }
  .custom-html--sitecore #filter-skills-opt .radio-wrapper {
    visibility: hidden;
  }
  .custom-html--sitecore #filter-skills-opt.active .radio-wrapper {
    visibility: visible;
    font-size: 1.6rem;
    position: relative;
  }
  .custom-html--sitecore .radio-wrapper label {
    cursor: pointer;
  }
  .custom-html--sitecore #check_all {
    padding: 1.6rem 2.4rem 0 0;
  }
  .custom-html--sitecore #checkall_label {
    position: relative;
  }
  .custom-html--sitecore #filter-skills-opt.active .radio-wrapper input,
  .custom-html--sitecore #checkall_input {
    margin: 0 5px 0 0;
    border: none;
    background: transparent;
  }
  .custom-html--sitecore #filter-skills-opt.active .radio-wrapper label {
    height: auto;
  }
  .custom-html--sitecore .filter-options,
  .custom-html--sitecore #checkall_input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .custom-html--sitecore .radio-left {
    padding: 0.8rem 1em 0rem 0rem;
  }
  .custom-html--sitecore .radio-right {
    padding: 0.8rem 0rem 0rem 3.2rem;
  }
  .custom-html--sitecore .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    float: left;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    width: 12px;
    height: 12px;
  }
  .custom-html--sitecore .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .custom-html--sitecore .filter-options:checked ~ .checkmark:after,
  .custom-html--sitecore #checkall_input:checked ~ .checkmark:after {
    display: block;
  }
  .custom-html--sitecore .checkmark:after {
    left: 4px;
    top: -2px;
    width: 6px;
    height: 11px;
    border: solid #a100ff;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .custom-html--sitecore #filter-topic-opt {
    width: 140%;
    max-width: 285px;
    height: auto;
    position: absolute;
    /* float: right; */
    z-index: -1;
    right: 0%;
    top: calc(100% + 28px);
    border-radius: 35px;
    box-shadow: 0px 10px 20px 2px #a19f9f;
    transition: 0.5s ease-in-out;
    pointer-events: none;
    opacity: 0;
    padding: 30px 40px;
    z-index: -5;
    transform: translateX(6%);
    left: 50%;
    background: white;
  }
  .custom-html--sitecore #filter-topic-opt.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 4;
  }
  .custom-html--sitecore #filter-topic-opt span {
    margin-bottom: 7px;
    font-family: Graphik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #A100FF;
    cursor: pointer;
    display: inline-block;
  }
  .custom-html--sitecore .tag-name {
    position: relative;
    /*float: right;*/
    left: 2.4rem;
    top: -4px;
    color: #000;
    cursor: pointer;
    font-family: "Graphik Light", "Arial", Sans-Serif;
    font-weight: 100;
  }
  .custom-html--sitecore div#js-acn-interactive-acceleration-root-all-tiles-wrapper {
    clear: both;
  }
  .custom-html--sitecore .map__modals .item.itemRow[data-show-on-page-load="false"],
  .custom-html--sitecore .map__modals.filtered .item.itemRow.inactive[data-show-on-page-load="false"] {
    display: none;
  }
  .custom-html--sitecore .map__modals.filtered .item.itemRow[data-show-on-page-load="false"] {
    display: block;
  }
  .custom-html--sitecore .map__modals.filtered .item.itemRow.aos-init {
    opacity: 1;
    transform: none;
  }
  .custom-html--sitecore .map__modals {
    display: flex;
    flex-wrap: wrap;
    width: 330px;
    margin: 0 auto;
  }
  @media (min-width: 750px) {
    .custom-html--sitecore .map__modals {
      width: 718px;
    }
  }
  @media (min-width: 1110px) {
    .custom-html--sitecore .map__modals {
      width: 1077px;
    }
  }
  @media (min-width: 1464px) {
    .custom-html--sitecore .map__modals {
      width: 1436px;
    }
  }
  @media (min-width: 1827px) {
    .custom-html--sitecore .map__modals {
      width: 1795px;
    }
  }
  .custom-html--sitecore .map__modals .item.itemRow,
  .custom-html--sitecore .map__modals_2 .item {
    display: flex;
    /* width: calc((100% / 2) - 30px); */
    float: left;
    margin: 0 15px 30px 15px;
    width: 100%;
    min-height: 305px;
    max-width: 328px;
  }
  .custom-html--sitecore .map__modals .item.inactive.aos-init,
  .custom-html--sitecore .map__modals_2 .item.aos-init,
  .custom-html--sitecore .map__modals_2 .item.inactive.aos-init {
    opacity: 0 !important;
    transform: translateZ(0) scale(1.2) !important;
  }
  .custom-html--sitecore .map__modals .item.inactive.aos-init,
  .custom-html--sitecore .map__modals_2 .item.inactive.aos-init {
    display: none;
  }
  .custom-html--sitecore .map__modals .item.active.aos-init,
  .custom-html--sitecore .map__modals_2 .item.active.aos-init {
    opacity: 1 !important;
    transform: translateZ(0) scale(1) !important;
  }
  .custom-html--sitecore .map__modals .item .header_wrapper_titleName,
  .custom-html--sitecore .map__modals_2 .item .header_wrapper_titleName {
    font-size: 20px;
  }
  .custom-html--sitecore .map__modals .item .header_wrapper_subtitle.largeText,
  .custom-html--sitecore .map__modals_2 .item .header_wrapper_subtitle.largeText {
    font-size: 16px;
  }
  .custom-html--sitecore .map__modals .backgroundImg,
  .custom-html--sitecore .map__modals_2 .backgroundImg {
    width: 100%;
  }
  .custom-html--sitecore .backgroundImgs {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }
  .custom-html--sitecore #close_filter {
    top: -2.4rem;
    right: -2.4rem;
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 0.75;
    transition: 0.35s ease-in-out;
    cursor: pointer;
    color: #a100ff;
  }
  .custom-html--sitecore #close_filter:hover {
    opacity: 1;
  }
  .custom-html--sitecore #close_filter:before,
  .custom-html--sitecore #close_filter:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #a100ff;
  }
  .custom-html--sitecore #close_filter:before {
    transform: rotate(45deg);
  }
  .custom-html--sitecore #close_filter:after {
    transform: rotate(-45deg);
  }
  .custom-html--sitecore #js-acn-interactive-acceleration-root {
    max-width: 100%  !important;
  }
  .custom-html--sitecore .body-content #block-meet-our-people.ui-container .row {
    max-width: 1900px;
  }
  @media (max-width: 767px) {
    .custom-html--sitecore {
      /*
  #filter-skills-opt{
      width: 100%;
      transform: translate(0,0);
      left: 0;
  }
  */
    }
    .custom-html--sitecore .sticky-access-bar .content {
      display: block !important;
    }
    .custom-html--sitecore .sticky-access-bar .content > div {
      width: calc(100% / 3) !important;
      float: left;
    }
    .custom-html--sitecore .sticky-access-bar .content .divider {
      display: none;
    }
    .custom-html--sitecore #filter-inner {
      width: max-content;
    }
    .custom-html--sitecore .filter-type {
      margin: 0;
    }
    .custom-html--sitecore #close_filter {
      right: 0rem;
      top: -4rem;
    }
    .custom-html--sitecore .radio-right,
    .custom-html--sitecore .radio-left,
    .custom-html--sitecore #check_all {
      padding: 0 5px;
    }
    .custom-html--sitecore #check_all {
      padding: 5px;
    }
    .custom-html--sitecore .sticky-access-bar .content .search-cta p,
    .custom-html--sitecore .sticky-access-bar .content .careers-blog-cta p,
    .custom-html--sitecore .sticky-access-bar .content .talent-community-cta p {
      font-size: 1.2rem;
    }
    .custom-html--sitecore .sticky-access-bar,
    .custom-html--sitecore .sticky-access-bar .content {
      min-height: unset !important;
    }
  }
  @media (max-width: 767px) and (orientation: portrait) {
    .custom-html--sitecore .map__modals .backgroundImg {
      height: auto !important;
    }
  }
  .custom-html--sitecore span#atoz-filter,
  .custom-html--sitecore span#newest-first {
    font-family: "Graphik Light", "Arial", Sans-Serif;
  }
  .custom-html--sitecore span#atoz-filter.isactive,
  .custom-html--sitecore span#newest-first.isactive {
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
    color: #a100ff;
    text-decoration: underline;
  }
  .custom-html--sitecore #a-to-z {
    transform: translate(-50%, -53%);
  }
  .custom-html--sitecore .item.itemRow.inactive {
    display: none;
  }
  .custom-html--sitecore #tr-intro-text-container.isactive {
    opacity: 1;
    top: 0px;
  }
  .custom-html--sitecore #tr-intro-text-container a .cta-more-label {
    color: #004DFF;
    line-height: 1;
  }
  .custom-html--sitecore #tr-intro-text-container a .cta-more-box {
    color: #004DFF;
    border: 1px solid #004DFF;
  }
  .custom-html--sitecore #filter-skills-opt .show-stories-button {
    display: none;
  }
  @media (max-width: 850px) {
    .custom-html--sitecore {
      /*     body.mobile-menu-open .block-content, 
      body.mobile-menu-open .block-content .col-lg-12, 
      body.mobile-menu-open .block-content .col-lg-12 .content-module {
          position: static;
      } */
    }
    .custom-html--sitecore body.mobile-menu-open {
      overflow: hidden;
      position: relative;
    }
    .custom-html--sitecore body.mobile-menu-open nav#header-topnav {
      display: none;
    }
    .custom-html--sitecore body.mobile-menu-open .progress-nav-bar.isactive {
      display: none;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-wrapper {
      position: static;
      padding: 0;
    }
    .custom-html--sitecore #filter-wrapper {
      transform: none;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-wrapper #filter-inner {
      position: static ;
      width: 100%;
      left: 0;
      transform: none;
    }
    .custom-html--sitecore #filter-wrapper #filter-inner {
      box-shadow: none;
    }
    .custom-html--sitecore #filter-wrapper #filter-inner #filter-by-skills {
      padding: 13px 29px;
      border-radius: 16rem;
      box-shadow: 0px 4.5px 10px 2.5px #e7e7e7;
      color: #a100ff;
      left: 50%;
      transform: translate(-50%, 0);
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt {
      transition: none;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active {
      transform: none;
      left: 0px;
      width: 100vw;
      height: 100vh;
      box-shadow: none;
      background: white;
      z-index: 99999 !important;
      overflow: scroll;
      border-radius: 0;
      padding: 0;
      max-width: none;
      position: fixed;
      transition: none;
      -webkit-animation: slide-top 1s forwards;
      animation: slide-top 1s forwards;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active:after {
      display: none;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active span.popup-title,
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active .filters-holder-skill,
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active .filters-holder-topic {
      padding: 30px 30px;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active .filters-holder-topic {
      padding-bottom: 80px;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active .col-sm-6.mobile-only {
      padding: 20px 30px 20px 30px;
      background: #FFFFFF;
      box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      display: block;
      width: 100%;
      position: fixed;
      background: #fff;
      z-index: 999;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active .col-sm-6.top-title {
      padding-top: 100px;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active .show-stories-button {
      padding: 14px;
      box-shadow: 5px -2px 5px rgba(0, 0, 0, 0.1);
      display: block;
      width: 100%;
      position: fixed;
      background: #fff;
      z-index: 999;
      bottom: 0;
    }
    .custom-html--sitecore body.mobile-menu-open #filter-skills-opt.active .show-stories-button span {
      font-family: "Graphik medium", "Arial", Sans-Serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      background: #FFFFFF;
      border: 1px solid #A100FF;
      box-sizing: border-box;
      border-radius: 40px;
      max-width: 251px;
      display: block;
      margin: 0 auto;
      text-align: center;
      cursor: pointer;
      padding: 7px;
    }
  }
  @-webkit-keyframes slide-top {
    0% {
      top: 101vh;
    }
    100% {
      top: 0px;
    }
  }
  @keyframes slide-top {
    0% {
      top: 101vh;
    }
    100% {
      top: 0px;
    }
  }
  @media screen and (max-width: 992px) {
    .custom-html--sitecore #block-join-us {
      display: none !important;
    }
  }
  .custom-html--sitecore #block-join-us .row {
    padding: 0;
    width: 100%;
    max-width: none;
  }
  .custom-html--sitecore #block-join-us .row .block-content {
    margin: 0;
    padding: 0 !important;
  }
  .custom-html--sitecore #block-join-us .row .block-content .find-career-row {
    margin-top: 100px;
    position: relative;
  }
  .custom-html--sitecore #block-join-us .row .block-content .find-career-row video#background-video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .custom-html--sitecore #block-join-us .row .block-content .find-career-row .section {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 70px;
  }
  .custom-html--sitecore #block-join-us .row .block-content .find-career-row .section .text-holder {
    max-width: 380px;
    padding-top: 100px;
    padding-bottom: 125px;
  }
  .custom-html--sitecore #block-join-us .row .block-content .find-career-row .section .text-holder h2 {
    font-family: "Graphik", "Graphik Web", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .custom-html--sitecore #block-join-us .row .block-content .find-career-row .section .text-holder p {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
  }
  .custom-html--sitecore #block-join-us .row .block-content .find-career-row .section .text-holder h3 {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 107%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 28px ;
    margin-top: 28px;
  }
  .custom-html--sitecore #block-join-us .row .block-content .find-career-row .section .text-holder .cta-more-label {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-weight: 500;
  }
  