@media (min-width:992px) {
  .atmc-header_menu li.has-mega-menu > .hs-menu-children-wrapper {
    display: none!important;
  }
}
.atmc-header_container {
  max-width: 1200px !important;
  gap: 80px;
  justify-content: flex-start !important;
}
.atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li>a {
font-weight: 500;
}
@media (max-width: 991px) {
  .atmc-mega-menu {
    display: none;
  }

  .atmc-header .hs-menu-depth-1.hs-item-has-children .fa-chevron-down {
    display: none;
  }

  body .hamburger-inner,
  body .hamburger-inner:after,
  body .hamburger-inner:before {
    width: 22px !important; 
    background: #fff !important;
  }

  .body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .hamburger-inner,
  .body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .hamburger-inner:after,
  .body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .hamburger-inner:before {
    background: #000 !important;
  }

  .body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .atmc-header-dark .hamburger.is-active .hamburger-inner,
  .body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .atmc-header-dark .hamburger.is-active .hamburger-inner:after,
  .body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .atmc-header-dark .hamburger.is-active .hamburger-inner:before {
    background: #fff !important;
  }

  body .hamburger-inner:before {
    top: -7px;
  }
  body .hamburger-inner:after {
    bottom: -7px;
  }
  body .atmc-header_menu.js-enabled .hs-menu-wrapper {
    left: auto;
    width: 89%;
    right: 0;
    top: 0;
    padding-top: 5rem;
    padding-bottom: 40px;
    z-index: -1;
  }
  body .hamburger {
    z-index: 9;
  }
  body .atmc-header_menu-wrapper {
    z-index: 2;
  }
  body .atmc-header_menu.js-enabled .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:first-child a {
    border-top: 1px solid #1a2236 !important;
  }
  body .hamburger-box {
    margin: 0 0;
  }
  body .atmc-header_menu .hs-menu-wrapper>ul li a {
    padding: 20px 0;
  }
  body .atmc-header_menu .hs-menu-wrapper>ul ul li {
    background-color: #1a2236;
  }
  body .atmc-header_menu .hs-menu-wrapper>ul ul li a {
    font-size: 1.15rem;
  }
  body .atmc-header_menu ul.hs-menu-children-wrapper {
    padding-top:10px;
    padding-bottom:30px;
    padding-left: 10px;
    background-color: #1a2236;
  }
  body .atmc-header_menu .hs-menu-wrapper ul.hs-menu-children-wrapper li>a {
    padding: 15px 25px;
    height: auto;
    text-indent: 0;
  }
  .atmc-header_menu>.hs-menu-wrapper {
    max-height: 667px;
  }
  body .child-trigger i,
  body .child-trigger i:after {
    width: 15px;
    height: 15px;
    background-color: transparent;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-style: normal;
  }
  body .child-trigger.child-open i:after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    color: #00b7ef;
  }
}

.atmc-mega-menu_col a,
.atmc-mega-menu_col a:hover :not(.atmc-btn),
.atmc-mega-menu_col a *:not(.atmc-btn) {
  color: inherit!important;
}

/* Layout */
.atmc-mega-menu {
  display: none;
}
.atmc-mega-menu_box {
  position: absolute;
  left: 20px;
  top: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 40px);
  height: 0px!important;
  opacity: 0;
  transition: 0.15s ease;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  overflow: hidden;
  z-index: 6;
}
.atmc-header_menu li.has-mega-menu:hover .atmc-mega-menu_box {
  height: auto!important;
  opacity: 1;
  top: 100%;
  transition: 0.15s ease;
  visibility: visible;
  overflow: initial;
}
.atmc-header_menu li.has-mega-menu .atmc-mega-menu_box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0;
  z-index: 5;
}
.atmc-header_menu li.has-mega-menu:hover .atmc-mega-menu_box:before {
  height: 2rem;
}

.atmc-mega-menu_item + .atmc-mega-menu_item {
  margin-top: 1rem;
}
@media (max-width:991px) {
  .atmc-mega-menu_box {
    display: none!important;
  }
}

.atmc-header_menu>.hs-menu-wrapper>ul>li>a,
.atmc-header .hs-menu-depth-1:last-child>a{
  color: #020617  !important;

}
.atmc-header .hs-menu-depth-1:last-child>a {
  padding: 0;
  font-size: .9rem !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.atmc-header .hs-menu-depth-1:last-child>a:hover {
  background-color: transparent !important;
  color: #020617  !important;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a {
  padding: 0;
  font-size: .9rem;
  font-weight: light;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a:before {
  display: none;
} 
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a:hover {
  color: #fff;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul {
  display: inline-block;
  width: 100%;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul li {
  display: block;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li.hs-item-has-children + li,
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li.hs-item-has-children + li.hs-item-has-children {
  margin-top: 1rem;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > ul {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  background: transparent!important;
  padding: 0;
  border: 0px;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > ul a {
  opacity: 0.8;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > ul a:hover {
  opacity: 1;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li:hover > a,
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > a:hover {
  color: var(--primary)!important;
}
.atmc-header.sticky .atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper > ul > li > a:hover {
  color: var(--primary)!important;
}

body .atmc-header.sticky { 
  background-color: #fff !important;
}


.body-wrapper.hs-content-id-36240263856 .atmc-header.sticky,
.body-wrapper.hs-content-id-78939094835 .atmc-header.sticky { 
  background-color: rgba(0, 0, 0, 0.75) !important;
}


.body-wrapper.hs-content-id-36240263856 .atmc-header .hs-menu-depth-1.hs-item-has-children > a,
.body-wrapper.hs-content-id-78939094835 .atmc-header .hs-menu-depth-1.hs-item-has-children > a {
  color: #fff !important;
}

.atmc-header .hs-menu-depth-1.hs-item-has-children > a {
  color: #111729 !important;
}

.atmc-header .hs-menu-depth-1.hs-item-has-children .fa-chevron-down {
  margin-left: 8px;
  color: #111729;
}

.body-wrapper.hs-content-id-36240263856 .atmc-header .hs-menu-depth-1.hs-item-has-children .fa-chevron-down,
.body-wrapper.hs-content-id-78939094835 .atmc-header .hs-menu-depth-1.hs-item-has-children .fa-chevron-down {
  color: #fff;
}

/* Active */
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper li.active > a {
  color: var(--primary)!important;
}

/* Label sup sub */
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a sup {
  color: var(--danger)!important;
}
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a span {
  position: relative;
  font-size: 75%;
  line-height: 0;
  top: -0.5em;
  vertical-align: baseline;
  color: var(--success)!important;
}

/* Image */
.atmc-mega-menu_image {
  position: relative;
  /* 	-ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%; */
  height: initial!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.atmc-mega-menu_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray700);
  opacity: 0.75;
  text-align: center;
  transition: 0.3s ease;
}
.atmc-mega-menu_image:hover:before {
  opacity: 0.5;
}
.atmc-mega-menu_image p {
  position: relative;
  margin: 0;
  z-index: 10;
  color: #fff;
}


/* Builder */
.atmc-mega-menu_col {
  padding: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.atmc-mega-menu_col-border {
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}
.atmc-mega-menu_col-border.text-white {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.atmc-mega-menu_box-simple .atmc-mega-menu_col-border {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.atmc-mega-menu_col:last-child {
  border-right: 0px;
}
.atmc-mega-menu_col-overlay {
  position: relative;
}
.atmc-mega-menu_col-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.atmc-mega-menu_col-overlay > div {
  position: relative;
  z-index: 2;
}
.atmc-mega-menu_col .atmc-mega-menu_links {
  padding: 0;
}

/* Content Type - CTAS 01 */
.atmc-mega-menu_ctas > div {
}

/* Content Type - Posts 01 */
.atmc-mega-menu_post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.atmc-mega-menu_post-title {
  padding: 0!important;
  line-height: 1.4;
}

/* Content Type - Logos 01 */
.atmc-mega-menu_logos {
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}

/* Content Type - Feature 01 */
.atmc-mega-menu_feature_01 {
  display: block!important;
}
.atmc-mega-menu_feature_01 svg {
  height: 60px;
  transition: 0.2s ease;
}
.atmc-mega-menu_feature_01 img {
  max-height: 60px;
  width: auto!important;
  transition: 0.2s ease;
}

.atmc-mega-menu_feature_01:hover svg,
.atmc-mega-menu_feature_01:hover img {
  transform: translateY(-5px);
}

.atmc-header.sticky {
  background-color: rgba(0,0,0,.75)!important;
}
.atmc-header-default {
  background-color: #fff !important;
  border-bottom: 0 !important;
}
.body-wrapper.hs-content-id-36240263856 .atmc-header-default,
.body-wrapper.hs-content-id-78939094835 .atmc-header-default {
  background-color: transparent !important;
}

/* home */
{#.body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .atmc-header .atmc-header_logo > a,
.body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .atmc-header .atmc-header_logo > a {
  background: url(https://6222830.fs1.hubspotusercontent-na1.net/hubfs/6222830/probegroup_website/logo/probegroup-logo-black.png) no-repeat center/contain;
}
.body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .atmc-header .atmc-header_logo > a img,
.body-wrapper:not(.hs-content-id-36240263856):not(.hs-content-id-78939094835) .atmc-header .atmc-header_logo > a img {
  opacity: 0;
}#}


/* .atmc-header .hs-menu-depth-1:last-child > a {
background: #f08934;
color: #fff;
width: auto !important;
display: inline-block;
padding: 12px 33.2px;
height: 38px;
margin: 20px 30px;
border-radius: 20px;
line-height: 0.7;
font-size: 1.6rem;
font-family: 'Letter Marker',"Roboto";
}

.atmc-header .hs-menu-depth-1:last-child > a:hover {
background: #00b7ef;
color: #fff !important;
}
.atmc-header .hs-menu-depth-1:last-child > a:after {
display:none !important;
} */

.body-wrapper {
  padding-top: 0 !important;
}

.atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li.active-branch>a:after,
.atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li.active>a:after {
  display:none;
}


.hs-breadcrumb-menu li * {
  color: #666666 !important;
  font-size: 12px;
  line-height: 1;
}

.hs-breadcrumb-menu li.first-crumb .hs-breadcrumb-label {
  color: #00b7ef;
}

.hs-breadcrumb-menu .atmc-icon-gray svg {
  fill: #00b7ef;
  height: 15px;

  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

.custom-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  padding: 0 3px 0 12px;
}

/* .atmc-header .hs-menu-depth-1:not(:last-child) > a {
font-weight: 700;
} */


@media (min-width: 992px) {
  .body-wrapper.hs-content-id-36240263856 .atmc-header_menu>.hs-menu-wrapper>ul>li.hs-menu-depth-1>a,
  .body-wrapper.hs-content-id-78939094835 .atmc-header_menu>.hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
    color: #fff !important;
  }
  .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li:hover>a:after {
    display:none;
  }

  /*   .atmc-header .hs-menu-depth-1:last-child {
  display: flex;
  align-items: center;
}

  .atmc-header .hs-menu-depth-1:last-child > a {
  padding: 10px 25px;
  height: 35px;
  border-radius: 20px;
} */
  .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li.active-branch>a, .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li:last-child.active>a {
    color: #fff;
  }
  body .atmc-header_menu>.hs-menu-wrapper>ul>li>a,
  body .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li a {
    height: auto;
  }
  body .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper {
    position: relative;
    display: block;
    left: 0 !important;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child:hover .hs-menu-children-wrapper>li>.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
  body .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li a {
    color: #fff !important;
    opacity: 1 !important;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper {
    width: 300px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper {
    background-color: #fff;
    padding: 40px 39px;
    border-bottom: 3px solid #00B7EF;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a{
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    width: 100%;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>.hs-menu-children-wrapper > li > a{
    color: #00B7EF !important;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #00B7EF;
    padding-bottom: 10px;
    /*     display: flex;
    align-items: flex-start; */
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>.hs-menu-children-wrapper > li > a:after{
    color: #00b7ef!important;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>.hs-menu-children-wrapper,
  body .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper{
    background-color: #fff;
  }
  body .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li a {
    color:#121829 !important;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>.hs-menu-children-wrapper {
    width: 1010px;
    display: flex !important;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>.hs-menu-children-wrapper > li {
    width: 33%;
    margin-top: 0;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>.hs-menu-children-wrapper > li:not(:first-child) {
    padding-left: 20px;
  }

  body .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>a {
    padding:0;
  }

  /*  Industries  */

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2)>.hs-menu-children-wrapper {
    column-count: 2;
    display: block;
    width: 508px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul > li+li {
    margin-top: 24px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper .hs-menu-depth-3 > ul {
    margin-top: 24px;
    list-style: square;
    color: #EBF3F5;
    padding-left: 18px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper .hs-menu-depth-3 > ul li+li {
    margin-top: 10px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a:after {
    content: "\a0 \a0 \a0 \a0 \f054";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    color: #121829!important;
    font-weight: 600;
    position: relative;
    top: -2px;
    left: 0;
    display: inline-block;

    -webkit-transition: all 300ms ease-in-out !important;
    transition: all 300ms ease-in-out !important;
    -moz-transition: all 300ms ease-in-out !important;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a:hover:after {
    color: #00b7ef !important;
    left: 5px;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a:after {
    text-decoration: none !important;
  }
  /*   body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>.hs-menu-children-wrapper > li > a:after {
  display: none;
} */

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper {
    right: -39vw;
    left: auto;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a:hover {
    color: #00B7EF !important;
    text-decoration: underline;
  }


  /*  Icons  */

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper > li > a:before {
    width: 22px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper > li:first-child > a:before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_icon-group.svg);
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper > li:nth-child(2) > a:before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_icon-target.svg);
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper > li:nth-child(3) > a:before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_icon-ciruit.svg);
  }


  /*  About Us  */

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper {
    width: 443px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li {
    display: flex;
    align-items: flex-start;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li:before,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li:before {
    max-width: 100px;
    width: 100%;
    margin-right: 30px;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li a,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li a,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li a {
    /*     display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start; */
    margin-top: 10px;
  }

  /*   body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li a:after,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li a:after,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li a:after {
  display: contents;
} */

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li a:before,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li a:before,
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li a:before {
    order: 2;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    color: #121829 !important;
    text-decoration: none !important;

    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    display: inline-block;
    top: 1.2rem;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li:first-child:before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_menu-business.jpg);
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li:first-child a:before {
    content: "Delivering exceptional customer experiences and market-leading digital transformation.";
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li:nth-child(2):before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/values.jpg);
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li:nth-child(2) a:before {
    content: "Our vision is to become the most respected outsourced customer experience provider.";
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li:nth-child(3):before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_executive-team-banner.jpg);
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > .hs-menu-children-wrapper > li:nth-child(3) a:before {
    content: "Unmatched experience. Delivering our promise.";
  }


  /*  Careers  */

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5)>.hs-menu-children-wrapper {
    left: -12rem;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li:first-child:before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_menu-careers.jpg);
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li:first-child a:before {
    content: "Seeking extraordinary, passionate people.";
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li:nth-child(2):before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_menu-_employee_recognition_small.jpg);
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > .hs-menu-children-wrapper > li:nth-child(2) a:before {
    content: "People are at the heart of what we do.";
  }


  /*  Insights  */

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper{
    width: 814px;
    right: -10vw;
    display: flex !important;
    row-gap: 15px;
    left: auto;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4)>.hs-menu-children-wrapper>li {
    max-width: 50%;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:before {
    max-width: 46px;
    width: 100%;
    margin-top: 10px;
    margin-right: 22px;
    text-align: center;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(2) {
    order: 3;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(3) {
    order: 2;
    margin-top: 0.25rem !important;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(4) {
    order: 5;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(5) {
    order: 4;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:first-child:before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_icon-document.jpg);
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:first-child a:before {
    content: "Learn where Probe CX have been recognised in the news, including awards, accreditations, acquisitions, partnerships and more.";
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:first-child a:before:hover{
    text-decoration-color: #ffffff !important;
    text-decoration: none !important;     
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(2):before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_icon-docs.jpg);
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(2) a:before {
    content: "Discover the latest information and trends in blogs created by industry professionals and customer experience experts.";
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(3):before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_icon-bulb.jpg);
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(3) a:before {
    content: "Download our latest resources including whitepapers, case studies, tip sheets, reports and brochures.";
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(4):before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_icon-mic.jpg);
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(4) a:before {
    content: "Listen to our latest podcast recordings and hear from our industry experts.";
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(5):before {
    content: url(//www.probegroup.com.au/hubfs/Probe/Menu/p_icon-video-play.jpg);
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > .hs-menu-children-wrapper > li:nth-child(5) a:before {
    content: "Watch our on demand webinars and learn how to use innovative CX solutions to improve customer experience and respond to changing demand expectations. ";
  }


  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3 li.hs-menu-item.hs-menu-depth-4:hover::marker {
    color: #00b7ef!important;
  }















}

@media (max-width: 991px) {

  body .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper,
  body .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper {
    background-color: #1a2236;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > .hs-menu-children-wrapper {
    padding: 16px 30px !important;
    display: block;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-2 > a {
    padding: 0 0 3px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-2.hs-item-has-children > a {
    color: #00b7ef !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #252c3f;
    padding: 0 0 3px;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3 a {
    padding: 5px 1rem !important;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3:first-child > a {
    padding-top: 0 !important;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3 > ul.hs-menu-children-wrapper {
    margin-left: 3rem;
    list-style: square;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3 > ul.hs-menu-children-wrapper a {
    padding-left: 0 !important;
  }

  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child ul.hs-menu-children-wrapper .child-trigger {
    display: none !important;
  }

  .parent-open .hs-menu-children-wrapper .hs-menu-children-wrapper {
    display: block !important;
  }
  .body-wrapper.hs-content-id-36240263856 .atmc-header .hs-menu-depth-1.hs-item-has-children .fa-chevron-down,
  .body-wrapper.hs-content-id-78939094835 .atmc-header .hs-menu-depth-1.hs-item-has-children .fa-chevron-down {
    display:none;
  }
  .atmc-header .hs-menu-depth-1.hs-item-has-children > a {
    color: #fff !important;
  }
  body .atmc-header_menu .hs-menu-wrapper>ul>li a {
    font-size: 1.3rem;
    height: 4rem;
  }
  body .atmc-header_menu .hs-menu-wrapper>ul li {
    border-top: 0;
  }
  body .atmc-header_menu .hs-menu-wrapper>ul li > a {
    padding: 20px 25px;
  }
  body .child-trigger { 
    border-left: 0;
  }
  /*   .atmc-header .hs-menu-depth-1:last-child > a {
  font-size: 1.7rem;
} */
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3 .hs-menu-children-wrapper {
    padding-bottom: 10px;    
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3 a {
    padding: 12px 1rem!important;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3:first-child>a {
    padding-top: 5px!important;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-3 li.hs-menu-item.hs-menu-depth-4::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: -1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body .atmc-header_menu>.hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-depth-2.hs-item-has-children>a {
    padding: 10px 0 5px;
  }
}