.custom-menu-primary div.hs-menu-item {
    float: left;
}
div.custom-menu-primary div.hs-menu-item {
    display: inline-block;
    position: relative;
    padding: 20px 18px 32px;
  }
  div.custom-menu-primary div.hs-menu-item:last-of-type {
    padding-right: 6px;
  }
  div.custom-menu-primary div.hs-menu-item a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: color 0.3s;
  }
  div.custom-menu-primary div.hs-menu-item a:hover {
    color:rgb(255,54,136);
  }
  div.custom-menu-primary div.hs-menu-item:last-of-type a {
    background: #E6005C;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;  
    font-family: 'Sofia-Pro';
    font-weight: 500;
    transition: all 0.3s;
  }
  div.custom-menu-primary div.hs-menu-item a.sign-in {
    background: #00FFCC;
    color: #000;
    padding: 10px 45px 10px 55px;
    border-radius: 4px;
    font-family: 'Sofia-Pro';
    font-weight: 500;
    position: relative;
    transition: all 0.3s;
  }
  div.custom-menu-primary div.hs-menu-item a.sign-in:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('https://f.hubspotusercontent10.net/hubfs/4771810/Laureate/dt-login-lock.svg');
    background-size: cover;
    top: 13px;
    left: 35px;
  }
  div.custom-menu-primary div.dropdown {
    float: left;
    overflow: hidden;
  }
  /*
  div.custom-menu-primary div.dropdown:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin-left: 2.5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #09F6C4 transparent;
  }
  */
  div.custom-menu-primary div.dropdown:nth-of-type(2):hover:before {
    margin-left: 6%;
  }
  div.custom-menu-primary div.dropdown:nth-of-type(3):hover:before {
    margin-left: 2.2%;
  }
  div.custom-menu-primary div.dropdown .dropdown-content {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    position: absolute;
    top: 84px;
    background-color: #F9F8F8;;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-top: 1px solid #09F6C4;
    padding: 30px;
    min-height: 325px;
    pointer-events: none;
  }
  div.custom-menu-primary div.dropdown .dropdown-content h3 {
    color: #707070;
    font-size: 1em;
  }
  div.custom-menu-primary div.dropdown .dropdown-content a.menu-more {
    margin-top: 20px;
    padding-top: 30px;
    font-size: 0.7em;
  }
  div.custom-menu-primary div.dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
  div.custom-menu-primary div.dropdown .dropdown-content div.page-center {
    max-width: 1240px;
    margin: 0 auto;
  }
  div.custom-menu-primary div.dropdown .dropdown-content .overview,
  div.custom-menu-primary div.dropdown .dropdown-content .menu1,
  div.custom-menu-primary div.dropdown .dropdown-content .menu2 {
    width: 33%;
    margin-right: 3%;
    float: left;
    min-height: 282px;
  }
  div.custom-menu-primary div.dropdown .dropdown-content .menu1 {
    border-right: 1px solid #D9D9D9;
  }
  div.custom-menu-primary div.dropdown .dropdown-content .overview {
    border-right: 1px solid #D9D9D9;
    width: 20%;
    font-size: 16px;
    padding-right: 3%;
  }
  div.custom-menu-primary div.dropdown .dropdown-content .overview h3 {
    color:#707070;
    margin-bottom: 5px;
    font-size: 20px;
  }
  div.custom-menu-primary div.dropdown .dropdown-content .overview p,
  div.custom-menu-primary div.dropdown .dropdown-content .overview a {
    font-size: 16px;
  }
  div.custom-menu-primary div.dropdown .dropdown-content .menu1,
  div.custom-menu-primary div.dropdown .dropdown-content .menu2 {
    padding-top: 10px;
  }
  div.custom-menu-primary div.custom-menu-primary .hs-menu-wrapper > ul {
    float: left;
  }
  div.custom-menu-primary div.custom-menu-primary .hs-menu-wrapper > ul,
  div.custom-menu-primary div.custom-menu-primary .hs-menu-wrapper > ul > li {
    background: transparent;
  }
  div.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
    width: 50%;
    margin-bottom: 8px;
  }
  div.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    color: #707070;
    font-size: 16px;
  }
  div.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a:hover {
    color:rgb(255,54,136);
  }
  
  /* Mobile menu */
  div.custom-menu-primary a.icon {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
    div.custom-menu-primary div.dropdown .dropdown-content a.menu-more {
      font-size: 1em;
    }
    .header__row-2.active,
    .header__navigation.active {
      display: inline-block;
      background: #f7f7f7;
      position: absolute;
      left: 0;
      padding: 10px 32px;
    }
    div.custom-menu-primary div.dropdown {
      width: 100%;
      border-bottom: 1px solid #D9D9D9;
    }
    div.custom-menu-primary div.menu-button {
      width: 100%;
    }
    div.custom-menu-primary div.menu-button.log {
      margin-top: 20px;
    }
    div.custom-menu-primary div.menu-button a {
      font-size: 18px;
    }
    div.custom-menu-primary div.dropdown a {
      font-family: 'Sofia-Pro';
      font-size: 25px;
      font-weight: 700;
    }
    div.custom-menu-primary div.dropdown-content a {
      font-weight: 500;
    }
    div.custom-menu-primary div.hs-menu-item a.sign-in:before {
      width: 20px;
      height: 20px;
      top: 18px;
      left: 74px;
    }
    div.custom-menu-primary div.hs-menu-item:last-of-type {
      padding-top: 0px;
      padding-right: unset;
    }
    div.custom-menu-primary div.hs-menu-item a.sign-in,
    div.custom-menu-primary div.hs-menu-item:last-of-type a {
      font-weight: 700;
      transition: all 0.3s;
      display: block;
      width: 93%;
      text-align: center;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 30px;
      padding-right: 30px;
    }
    div.custom-menu-primary div.hs-menu-item {
      padding-right: 0;
    }
    div.custom-menu-primary div.dropdown .dropdown-content .overview {
      display: none;
    }
    div.custom-menu-primary div.dropdown .dropdown-content .menu1,
    div.custom-menu-primary div.dropdown .dropdown-content .menu2 {
      width: 100%;
      border-left: none;
      border-right: none;
      min-height: unset;
    }
    div.custom-menu-primary div.dropdown .dropdown-content .menu1 {
      margin-bottom: 30px;
    }
    div.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
      width: 100%;
    }
    div.custom-menu-primary div.dropdown .dropdown-content {
      top: -20px;
    }
    div.custom-menu-primary div.dropdown:not(.no-hover):hover .dropdown-content {
      visibility: visible;
      opacity: 1;
    }
    div.custom-menu-primary div.dropdown.no-hover:hover .dropdown-content {
      visibility: hidden;
      opacity: 0;
    }
    .sub-menu-back {
      margin-bottom: 20px;
    }
    div.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
      font-size: 20px;
    }
  }
/* Tablet Portrait and Landscape */
@media only screen 
and (min-device-width: 701px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
  div.custom-menu-primary div.hs-menu-item {
    padding: 20px 12px 32px;
  }
  div.custom-menu-primary div.hs-menu-item:last-of-type {
    padding-right: 0px;
  }
  div.custom-menu-primary div.hs-menu-item:last-of-type a {
    padding: 10px 20px;
  }
  div.custom-menu-primary div.hs-menu-item a.sign-in {
    padding: 10px 25px 10px 40px;
  }
  div.custom-menu-primary div.hs-menu-item a.sign-in:before {
    top: 13px;
    left: 18px;
  }
}
/* Small Desktop */
@media only screen 
and (min-width: 701px) 
and (max-width: 1024px) {
  div.custom-menu-primary div.hs-menu-item {
    padding: 20px 12px 32px;
  }
  div.custom-menu-primary div.hs-menu-item:last-of-type {
    padding-right: 0px;
  }
  div.custom-menu-primary div.hs-menu-item:last-of-type a {
    padding: 10px 20px;
  }
  div.custom-menu-primary div.hs-menu-item a.sign-in {
    padding: 10px 25px 10px 40px;
  }
  div.custom-menu-primary div.hs-menu-item a.sign-in:before {
    top: 13px;
    left: 18px;
  }
}