/* Navigation CSS */
#navigation_id sup {
  display: inline !important;
}
header a[href="javascript:void(0);"], header a[href="javascript:;"] {
  cursor: default;
}

body:not(.preloaded) * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.nav-section-header {
  display: none;
}
html {
  overflow-x: hidden;
}
body.mobile-is-open {
  overflow: hidden;
}
.mobile-trigger {
  display: none;
  border: none;
  background: transparent;
}
.hs_simple_menu.mobile .fa-long-arrow-alt-right {
  display: none;
}
/************** Right Buttons ***************/
.main-nav-buttons {
  width: 33vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0px 30px 0px 0;
  grid-gap: 15px;
}
.main-nav-buttons .nav-blue-link {
  color: #8bddfc;
  font-weight: 600;
  /*margin-right: 30px;*/
  white-space: nowrap;
  align-self: center;
  border: 2px solid transparent;
  padding: 5px 10px;
}
.main-nav-buttons .nav-transparent-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 35px;
  white-space: nowrap;
  /*margin-top: -5px;*/
}
/************** Right Buttons ***************/

#navigation_id .sticky {
  position: fixed !important;
  top: 0 !important;
  z-index: 99999 !important;
}

.col_logo {
  width: auto !important;
}
.logo-container {
  width: 33%;
}

@media(max-width: 1430px) and (min-width: 769px) { /* For tablet navigation */
  .mobile .hs-item-has-children > a::after {
    content: "\f054";
  } 
  .hs-menu-depth-2.hs-item-has-children .child-trigger i {
    display: none;
  }
  .hs_simple_menu .hs-menu-wrapper ul a {
    font-size: 17px !important;
    height: 55px !important;
  }
  .mobile.js-enabled .hs-menu-children-wrapper:not(.open-menu-list) {
    transform: translateX(100%);
  }
  .child-trigger {
    height: 100%;
  }
  .tabletMenuLabel {
    font-weight: bold !important;
  }
  .tabletMenuLabel:after {
    content: normal !important;
  }
  .hs-menu-depth-2 .tabletMenuLabel {
    font-size: 19px !important;
    color: #006eb3 !important;
  }
  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
    padding-bottom: 90px;
  }
  /* Tablet Menu Styles */ 
  .menuActions {
    color: #000000;
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
    background: #f8f8f8;
  }
  .hs_simple_menu.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: fixed;
    top: 83px;
    padding-bottom: 83px;
    right: 0;
    width: 430px !important;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: -moz-available;
    max-height: -webkit-fill-available;
    max-height: fill-available;
    transform: translateX(100%);
    transition: transform .4s;
    top: 0 !important;
    z-index: 999999 !important;
    background: #f8f8f8;
  }
  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul > li {
    /* border-bottom: 1px solid #e5e5e5; */
  }
  .menu-container-outer.mobile-open ~ .hs_simple_menu.js-enabled > .hs_cos_wrapper > .hs-menu-wrapper {
    transform: translateX(0) !important;
    display: initial !important;
  }
  .hs_simple_menu.js-enabled .hs-menu-depth-1 ul {
    overflow: hidden;
    display: initial !important;
    position: fixed !important;
    right: 0;
    top: 90px;
    width: 430px !important;
    margin: initial !important;
    height: 100%;
    z-index: 999 !important;
    transition: transform .4s !important;
    transform: translateX(100%);
    left: 0 !important;
  }
}
.menuActions button {
  background: transparent;
  border: none;
  width: 42px;
}
.menuActions .back {
  visibility: hidden;
  pointer-events: none;
}

.desktop-logo-container, .tablet-logo-container {
  margin-left: 30px;
  padding-bottom: 18px;
}

#navigation_id.menu-container-outer {
  float: right !important;
  width: 100% !important;
  position: fixed;
  z-index: 50;
  display: flex;
  background: linear-gradient(0deg, transparent, #000000 62%);
  height: 99px;
  /*align-items: end;*/
}
/* For desktop navigation */
@media (min-width: 1430px) {
  .hs_simple_menu.menu_container.mobile {
    display: none;
  }  
}
/*@media (min-width: 1430px) {*/ 
.desktop-menu__depth-2>a:hover {
  text-decoration: underline;
}
.desktop-menu__depth-1:first-child a {
  color: #8fca46;
}
.flag-nav .hs-menu-depth-1.hs-item-has-children:after {
  bottom: -13px;
}
.desktop-logo-container {
  display: block;
  width: 33vw;
}
.hs_simple_menu {
  width: 33vw;
} 
/*.hs_simple_menu.menu_container.mobile {
display: none;
}*/
#navigation_id {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.mega-nav-container {
  z-index: -1;
  opacity: 0;
  position: fixed;
  /*top: 99px;*/
  margin: auto;
  pointer-events: all;
  top: 77px;
  left: 0;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  background: #ffffff;
  padding: 20px 15%;
  /*max-height: 0;*/
  overflow: hidden;
  visibility: hidden; /*causing accessibility issue*/
  transition: all .2s linear .32s;
}
.menu_container ul {
  list-style: none;
  padding: 0;
}
.menu--desktop > ul {
  display: flex;
  padding-left: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
} 
.desktop-menu__depth-1 > a {
  color:  #ffffff;
}
.desktop-menu__depth-1:nth-child(n+7) {
  display: none;
}
.desktop-menu__depth-1 {
  position: relative;
}
.desktop-menu__depth-1 > a {
  padding: 30px 20px;
}
@media(min-height: 800px) {
  .desktop-menu__depth-1:hover > .mega-nav-container,
  .mega-nav-container:focus-within, .mega-nav-container.hover {
    max-height: 4000px !important;
  }
}
/* Start: Remove hover delays on ipad sizes */
@media(max-height: 1000px) {
  .mega-nav-container,
  .mega-nav-container.hover {
    max-height: 75% !important;
    overflow-y: scroll !important;
  }
  /*.mega-nav-container, .desktop-menu__depth-1.has-dropdown:after, .desktop-menu__depth-1.has-dropdown:hover:after, .flag-nav .hs-menu-depth-1 > ul {
  transition: opacity .2s linear !important;
}*/
}
@media(max-width: 800px) {
  .mega-nav-container, .desktop-menu__depth-1.has-dropdown:after, .desktop-menu__depth-1.has-dropdown:hover:after, .flag-nav .hs-menu-depth-1 > ul {
    transition: opacity .2s linear !important;
  }
}
/* End: Remove hover delays on ipad sizes */

.desktop-menu__depth-1:hover > .mega-nav-container,
.mega-nav-container:focus-within, .mega-nav-container.hover {
  z-index: 999 !important;
  opacity: 1 !important;
  transition: all .2s linear .32s;
  pointer-events: all !important;
  visibility: visible !important;
}
.desktop-menu__depth-1:hover > .mega-nav-container {
  transition: all .2s linear .32s;
}
.mega-menu-section-header {
  font-family: 'Montserrat';
  font-size: 14px;
  color: #58595b;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
.mega-menu-section-header ~ hr {
  color: #c6c6c6;
  margin-top: -6px;
  min-width: 85%;
}
.desktop-menu__depth-2>a {
  font-size: 15px;
  color: #006eb3;
  font-weight: bold;
  position: relative;
}
.desktop-menu__depth-2>a .fa-long-arrow-alt-right {
  margin-left: 7px;
}
.desktop-menu__submenu-item a {
  font-size: 13px;
  font-weight: 500;
}
.children-wrapper li {
  margin: 10px 0;
}
.inner-mega-nav-container { /* Default mega menu grid */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin: auto;
}
.single-menu-item-wrapper {
  max-width: 280px;
}
.non-feature-dropdown-text {
  color: #000000;
  white-space: normal;
  margin-top: 10px;
}

/* Start: Feature dropdown */
.mega-nav-container.features-dropdown .children-wrapper {
  min-width: 150px;
}
.mega-nav-container.features-dropdown {
  padding: 20px 10%;
}
.mega-nav-container.features-dropdown .placeholder ~ i {
  display: none;
}
@media(max-width: 1093px) {
  .mega-nav-container.features-dropdown .inner-mega-nav-container > .children-wrapper:last-of-type > ul {
    width: 340px !important;
  }
}
@media(max-width: 1020px) {
  .mega-nav-container.features-dropdown .demo-image.calendar-modal-launch {
    right: 0 !important;
  }
}
@media(min-width: 1100px) {
  #feature_menu_13, #feature_menu_14, #feature_menu_15 {
    display: none;
  }
}
@media(max-width: 1100px) {
  .images-column-5 {
    display: none !important;
  }
  .mega-nav-container.features-dropdown .inner-mega-nav-container {
    margin: initial !important;
  }
}
/*.mega-nav-container.features-dropdown .inner-mega-nav-container {
display: flex;
grid-gap: 10px 50px;
flex-wrap: wrap;
align-items: flex-start;
position: relative;
}*/
.mega-nav-container.features-dropdown .inner-mega-nav-container {
  display: grid;
  grid-gap: 10px 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  width: 80%;
}
.mega-nav-container.features-dropdown .inner-mega-nav-container > .children-wrapper:last-of-type > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 435px;
}
.mega-nav-container.features-dropdown .inner-mega-nav-container > .children-wrapper:last-of-type li {
  margin: 7px 0;
}
.mega-nav-container.features-dropdown .demo-image.demo-image {
  border: none;
  background: transparent;
  display: block;
}
.mega-nav-flex {
  display: flex;
  grid-gap: 20xp;
}
.images-column-5 {
  display: flex;
  flex-direction: column;
  width: 20%;
  grid-gap: 15px;
}
/* End: Feature dropdown */

/* Start: Pricing, Clients, Company */
.mega-nav-container:not(.features-dropdown) {
  padding: 20px 15%;
}
.mega-nav-container:not(.features-dropdown) .inner-mega-nav-container {
  max-width: 1114px;
}
.mega-nav-container:not(.features-dropdown) .mega-menu-section-header ~ hr {
  max-width: 1114px;
}
.mega-nav-container:not(.features-dropdown) .mega-menu-section-header {
  max-width: 1114px;
  margin: auto;
}
#menu_dropdown_6 .inner-mega-nav-container, #menu_dropdown_5 .inner-mega-nav-container {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px 44px;
}
/* End: Pricing, Clients, Company */

.desktop-menu__depth-1.has-dropdown:after {
  content: "";
  position: absolute;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  transform: rotate(180deg) translateX(50%);
  top: 100%;
  z-index: 999999;
  opacity: 0;
  transition: all .2s linear .32s;
}
.desktop-menu__depth-1.has-dropdown:hover:after {
  opacity: 1;
  transition: all .2s linear .32s;
}
.desktop-menu__depth-1:before {
  width: 0;
  transition: width .2s;
  position: absolute;
  bottom: 0;
  height: 2px;
  content: "";
  background: #f09741;
  left: 50%;
  transform: translateX(-50%);
}
.desktop-menu__depth-1:hover:before {
  width: 80%;
  transition: width .2s;
}
.mobile-trigger, .child-trigger{
  display: none !important; /* Hide button on Desktop */
  border: none;
  background: transparent;
}
li.hs-item-has-children.hs-menu-depth-1:nth-child(2) ul.hs-menu-children-wrapper:before {
  left: 43%;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:after {
  visibility: visible;
}
/*}*/
.hs-menu-depth-1.hs-item-has-children:after {
  content: " ";
  position: absolute;
  left: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  z-index: 99999;
  background: transparent;
  opacity: 0;
  transform: translateX(-50%) rotate( 180deg );
  transition: all .2s linear .32s;
}
.hs-menu-depth-1.hs-item-has-children:hover:after {
  opacity: 1;
  transition: all .2s linear .32s;
}
.nav-calendar-button {
  margin: 14px auto !important;
}
@media(max-width: 1727px) {
  #menu_dropdown_2 .children-wrapper {
    width: 23%;
  }  
}
@media (max-width: 1430px) {
  /*.non-feature-dropdown-text {
  display: none;
}*/
  .desktop-menu__depth-1 > a {
    padding: 30px 11px;
  }
  .desktop-logo-container, .tablet-logo-container {
    padding-bottom: 0 !important;
  }
  .main-nav-buttons {
    grid-gap: 10px;
    margin-top: 6px;
  }
  .flag-nav .hs-menu-depth-1 > ul {
    top: 43px !important;
  }
  .flag-nav .hs-menu-depth-1.hs-item-has-children:after {
    bottom: -7px;
  }
}
@media (max-width: 1430px) and (min-width: 769px) { 
  .desktop-logo-container {
    width: 45%;
  }    
}
@media (max-width: 1370px) {
  .mega-nav-container {
    padding: 20px 4% !important;
  }
}

/* Hide certain menu items on various tablet sizes */
@media (max-width: 1180px) {
  .desktop-menu__depth-1:nth-last-child(-n+4) {
    display: none;
  } 
}
@media (max-width: 1120px) {
  .desktop-menu__depth-1:nth-last-child(-n+5) {
    display: none;
  } 
  #menu_dropdown_2 .inner-mega-nav-container > .children-wrapper:last-of-type > ul {
    width: 325px;
  }
  .desktop-menu__depth-2>a {
    font-size: 13px;
  }
  #menu_dropdown_2 .demo-image.calendar-modal-launch {
    right: -3%;
    width: 255px;
  }
}
@media (max-width: 1000px) {
  .desktop-menu__depth-1:nth-last-child(-n+6) {
    display: none;
  } 
}

.hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .hs-item-has-children:nth-child(2) .hs-menu-depth-2:nth-child(4) .hs-menu-depth-3 {
  position: relative;
}
.flag-nav a {
  width: auto !important;
}
.flag-nav .hs-menu-depth-1.hs-item-has-children:hover:before {
  position: relative !important;
}
.flag-nav .hs-menu-depth-1 > a:first-child {
  border: 2px solid #6d6e71;
  border-radius: 30px;
  padding: 8px 0 8px 0 !important;
  min-width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flag-nav .hs-menu-depth-1 > ul {
  background: #ffffff;
}
.flag-nav .hs-menu-depth-1 > ul,
.flag-nav .hs-menu-depth-1 > ul:after {
  left: -31px !important;
}
.flag-nav .hs-menu-depth-1 > ul {
  padding: 20px 0;
  width: 250px;
  left: 50% !important;
  top: 50px;
  transform: translateX(-50%);

}
@media(min-width: 1026px) {
  .flag-nav .hs-menu-depth-1:hover > ul, .flag-nav .hs-menu-depth-1 > ul {
    transition: all .2s linear .35s !important;
  }
}
@media(min-height: 1000px) {
  .flag-nav .hs-menu-depth-1:hover > ul, .flag-nav .hs-menu-depth-1 > ul {
    transition: all .2s linear .35s !important;
  }
}
.flag-nav .hs-menu-depth-1.hs-item-has-children:after {
  /*top: 100%;*/
}
.flag-nav {
  /*align-self: end;*/
  display: none;
}
.flag-nav .hs-menu-depth-1 ul a {
  color: #414042 !important;
  font-size: 13px;
}
.flag-nav .hs-menu-depth-1 {
  /*margin-right: 33px;*/
  display: block;
  /*padding-bottom: 17px;*/
}
.flag-nav .hs-menu-depth-1 > ul > li a img {
  margin-right: 15px;
}

@media(max-width: 769px) {
  .hs-menu-depth-3 > a {
    display: initial;
  }
  .hs-menu-depth-1 > a, .hs-menu-depth-2 > a {
    display: inline-block !important;
  }
  .hs-menu-depth-1 > .link-open:after {
    transform: rotate(180deg);
  }
  .desktop-logo-container, .tablet-logo-container {
    margin-left: 12px;
  }
  .menuActions button {
    display: none;
  }
  .hs_simple_menu.mobile a[href="https://www.constructiononline.com/entry.aspx"] {
    display: none;
  }
  .main-nav-buttons .nav-blue-link, .nav-transparent-button {
    display: none !important;
  }    
  .hs_simple_menu.menu_container:not(.mobile) {
    display: none;
  }
  .desktop-logo-container, .main-nav-buttons {
    width: 100%;
  }
  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */
  .hs_simple_menu,
  .hs_simple_menu .hs-menu-wrapper > ul,
  .hs_simple_menu .hs-menu-wrapper > ul li,
  .hs_simple_menu .hs-menu-wrapper > ul li a{
    width: 100%;
  }
  .non-feature-dropdown-text {
    display: none;
  }    
  .nav-calendar-button {
    /* position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); */
    margin: 40px auto !important;
  }    
  .main-nav-buttons {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .hs-item-has-children > a::after {
    content: "\f107";
  } 
  .hs-menu-depth-2.hs-item-has-children > a::after {
    content: normal;
  }
  .tabletMenuLabel, .flag-nav {
    display: none !important;
  }
  .child-trigger {
    height: 55px;
    /*right: 16px !important;*/
  }
  .child-trigger i:after {
    right: 18px;
  }
  .hs_simple_menu .hs-menu-wrapper > ul > li a{
    font-size: 18px; /* Font size of top level list items */
    white-space: nowrap !important;
    height: 43px;
    /*padding-right: 0px !important;*/
  }
  .hs-menu-depth-1:last-child > a {
    height: 100% !important;
  }
  /* Hide menu on mobile */
  .menuActions {
    display: none;
  }
  .hs_simple_menu.js-enabled .hs-menu-wrapper,
  .hs_simple_menu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }
  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
    max-width: 90%;
  }
  /* Make child lists appear below parent items */
  .hs_simple_menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .hs_simple_menu.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: fixed;
    top: 83px;
    padding-bottom: 83px;
    right: 0;
    height: 100%;
    min-width: 300px;
    z-index: 100;
    overflow: scroll !important;
    max-height: -webkit-fill-available;
  }
}
@media(max-width: 769px) and (min-width: 400px) {
  .hs-menu-depth-2 > a {
    color: #146faf;
    font-size: 17px !important;
    font-weight: 600 !important;
  }
  .hs-menu-depth-3 > a {
    font-size: 16px !important;
  }
}
@media(max-width: 400px) {
  .hs-menu-depth-2 > a {
    color: #146faf;
    font-size: 15px !important;
    font-weight: 600 !important;
  }
  .hs-menu-depth-3 > a {
    font-size: 16px !important;
  }
}
@media (max-width: 1430px) {
  .main-nav-buttons .nav-blue-link {
    display: none;
  }
  .main-nav-buttons .nav-transparent-button {
    margin-top: 0 !important;
  }
  .menu--desktop > ul {
    margin-bottom: 5px;
  }
  .mega-nav-container {
    top: 82px !important;
  }
  .flag-nav .hs-menu-depth-1 {
    margin-right: 0;
  }
  .hs-simple-menu .hs-menu-wrapper > ul {    
    overflow: scroll;
  }
  .hs-menu-depth-2:not(.hs-item-has-children) > a[href="javascript:;"] {
    display: none !important;
  }
  .menu_container.mobile .hs-menu-depth-1:nth-child(7) > ul > li a img,
  .menu_container.mobile .hs-menu-depth-1:nth-child(7) > a img {
    width: 30px;
    height: auto;
    display: inline-flex;
    float: right;
    margin-top: 19px;
  }
  .menu_container.mobile .hs-menu-depth-1:nth-child(7) > a img {
    margin-right: 58px;
  }
}

@media (max-width: 1430px) {
  .flag-nav .hs-menu-depth-1 {
    padding-bottom: 0 !important;
  }
  .hs_menu_wrapper.active-branch {
    overflow-x: hidden !important;
  }
  .hs_feature_paragraph.faq h3:after {
    display: none !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    margin-bottom: 20px;
  }
  .hs_simple_menu.mobile a {
    width: -moz-available !important;
    width: -webkit-fill-available !important;
    width: fill-available !important;
    max-width: 100% !important;
    line-height: 58px;
    font-weight: 500;
    border-top: transparent;
    padding: 0 20px!important;
  }
  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */
  .hs_simple_menu,
  .hs_simple_menu .hs-menu-wrapper > ul,
  .hs_simple_menu .hs-menu-wrapper > ul li,
  .hs_simple_menu .hs-menu-wrapper > ul li a{
    width: 100%;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:active {
    color: #000 !important;
  }

  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children/*:nth-child(2)*/ > ul.hs-menu-children-wrapper {
    vertical-align: top;
    max-height: 100%;
    background: #f8f8f8;
  }
  li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
    margin: auto !important;
  }
  /* Variables
  ========================================================================== */

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* Set Link Hover Color */

  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) li.hs-menu-item.hs-menu-depth-2:last-child a {
    height: 50px;
    width: auto !important;
    border: none;
  }


  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
  }
  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) > ul li {
    position: relative;
  }

  .mobile .hs-item-has-children > a::after {
    background: transparent;
    position: absolute;
    margin-left: -35px;
    right: 38px;
    font-family: 'Font Awesome 6 solid';
    font-size: 21px;
    color: gray;
  } 

  .hs_simple_menu.mobile li:not(.hs-menu-depth-3) {
    border-top: 1px solid #e5e5e5;
  }
  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
    padding: 0;
  }

  .hs_simple_menu .hs-menu-wrapper > ul li:first-child {
    border-top: transparent;
  }   
  .hs_simple_menu.js-enabled{
    position: relative;
  }

  /* Make child lists appear below parent items */
  .hs_simple_menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .hs_simple_menu.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: fixed;
    top: 83px;
    padding-bottom: 83px;
    right: 0;
    height: 100%;
    /*height: -moz-available !important;
    height: -webkit-fill-available !important;
    height: fill-available !important;*/
    min-width: 300px;
    z-index: 100;
    max-height: -moz-available !important;
    max-height: -webkit-fill-available !important;
    max-height: fill-available !important;
  }
  .hs_simple_menu.menu_container.mobile.js-enabled {
    border-top: 4px solid #e28400;
  }
  /*Erase maybe?*/
  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) li.hs-menu-item.hs-menu-depth-2:nth-child(4) li.hs-menu-item.hs-menu-depth-3:last-child:after, .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) li.hs-menu-item.hs-menu-depth-2:nth-child(4) li.hs-menu-item.hs-menu-depth-3:nth-child(5):after {
    display: none;
  }
  .hs_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    vertical-align: top;
    display: block !important;
    padding-top: 0;
    max-width: 100%;
    width: auto;
  }

  .hs_simple_menu .hs-menu-wrapper{
    background-color: #fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Toggle Button
  ========================================================================== */
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    /*position: absolute;*/
    top: 18px;
    right: -16px;
    width: auto;
    height: auto;
    /*padding: 7px 10px 8px 10px; */
    background: transparent;
    font-size: 16px;
    width: 30px;
    left: 8px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
  }
  .mobile-open .mobile-trigger i:before {
    transform: rotate(-45deg);
    top: 0;
    background-color: #ffffff !important;
  }

  .mobile-open .mobile-trigger i:after {
    transform: rotate(45deg);
    top: 0;
    background-color: #ffffff !important;
  }

  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-open .mobile-trigger i {
    background-color: transparent;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: transparent; /* Icon color */
  }

  /* Child Toggle Button
  ========================================================================== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    /*width: 50px !important;*/
    min-width: 55px !important;
    color: #000 !important;
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
  }
  .hs-menu-depth-2.hs-item-has-children .child-trigger { /* Set child trigger width of feature dropdown to 50px so that the link will redirect */ 
    width: 100px !important;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 29px; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .hs-menu-depth-1 > .child-trigger i {
    display: none !important;
  }
  .child-trigger i, .child-trigger i:after{
    width: 19px;
    height: 2px;
    position: absolute;
    right: 15px;
    background-color: gray;
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 0;
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    /*position: absolute;*/
    top: 18px;
    right: -16px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: transparent;
    font-size: 16px;
    width: 30px;
    left: 8px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
  }
  .hs_top_nav__wrapper {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: none;
}
@media (max-width: 1430px) {
  .menu-container-outer {
    display: flex;
    height: 86px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
    /*padding: 23px 0;*/
  }
  body.mobile-open {
    overflow:scroll;
    position:fixed;
  }
  .hs_simple_menu .hs-menu-flow-horizontal ul:first-child {
    height:max-content;
  }
}