.new-navigation {    
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px -1px 1px 1px #bababa;
}
.new-navigation-row2 {
  background-color: #fff;
}
.new-navigation .header-container {
  max-width: 1760px;
  margin: 0 auto;
  background-color: transparent;
}

.new-navigation-row1 {
  background-color: #070707;
}

.new-navigation-row1 > .header-container,
.small-header .new-navigation-row1 > .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  flex-wrap: nowrap;
}

.nn-row1-cta a.nn-cta {
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  background-color: #1D4ED8;
  color: #fff;
  line-height: 13.2px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}

.new-navigation-row1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 0 20px;
  text-overflow: inherit;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: block;
}

.hublms-logged-in .new-navigation-row1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 0 10px;
  text-overflow: inherit;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.hublms-logged-in .nn-row1-cta a.nn-cta {
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  background-color: #fff;
  color: #1D4ED8;
  line-height: 13.2px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.new-navigation-row1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: none;
}

.new-navigation-row1 .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  display: flex;
}

ul.nn-custom-menu-dropdown {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 28px;
  left: -16px;
  width: 200px;
  padding: 15px 20px;
  background-color: #fff;
}

ul.nn-custom-menu-sidebar {
  /*     display: none; */
  position: fixed;
  list-style-type: none;
  padding: 30px;
  margin: 0;
  left: -600px;
  top: 105px;
  height: calc(100% - 105px);
  width: 480px;
  background-color: #fff;
  transition:left 0.2s ease-in-out;
}

ul.nn-custom-menu-level1 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 20px;
}

.new-navigation-row2 .header-container,
.small-header .new-navigation-row2 .header-container{
  padding: 20px;
  padding-bottom: 15px;
}

ul.nn-custom-menu-level1>li {
  position: relative;
}

ul.nn-custom-menu-level1>li>a {
  font-size: 14px;
  color: #191919;
  text-decoration: none;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  transition: all 0.2s ease-in-out;
}

ul.nn-custom-menu-level1>li:hover>a {
  border-color: #26AFC6;
  color: #26AFC6;
}

.new-navigation-row1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  opacity: .8;
}

ul.nn-custom-menu-dropdown li {
  position: relative;
}


ul.nn-custom-menu-dropdown li a {
  font-size: 14px;
  color: #191919;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  font-weight: 600;
}

ul.nn-custom-menu-dropdown li:last-child a {
  /* margin-bottom: 0; */
}

ul.nn-custom-menu-level1>li:hover>ul.nn-custom-menu-dropdown {
  display:block;
}

ul.nn-custom-menu-level1>li:hover>ul.nn-custom-menu-sidebar {
  /*     display: block; */
  left:0;
}

ul.nn-custom-menu-dropdown li a:hover {
  color:#26AFC6;
}

ul.nn-custom-menu-sidebar li {
  margin-bottom: 30px;
}

ul.nn-custom-menu-sidebar li a {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #191919;
  text-decoration: none;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  transition: all 0.2s ease-in-out;
}

span.nncms-icon {
  width: 40px;
}

ul.nn-custom-menu-sidebar>li.has-listing>a:after {
/*   content: " ";
  position: absolute;
  top: 12px;
  right: 0;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  transform: rotate(-45deg); */
	content: "+";
	position: absolute;
	text-align: center;
	top: 50%!important;
	right: 0;
	font-size: 24px;
	width: 24px;
	height: auto;
	display: block;
	transform: translateY(-50%);
	cursor: pointer;
	color: #5e5e5e;
	font-weight: 500;
	border-bottom: 0;
	border-right: 0;
}

ul.nn-custom-menu-sidebar li:hover a {
  color: #26afc6;
}

ul.nn-custom-menu-sidebar>li.has-listing:hover>a:after {
  border-color: #26afc6;
}
.nn-custom-menu-content-listing {
  visibility: hidden;
  position: absolute;
  top: 15px;
  left: 480px;
  width: 0;
  height: calc(100% - 15px);
  background-color: #F4F5F7;
  padding: 15px;
  padding-bottom: 80px;
  transition: .5s all;
  transition-delay: 1s;
  /*     overflow: scroll; */
}

.nn-cmcl-featured-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 185px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.nn-cmcl-description {
  font-size: 14px;
  color: #191919;
  font-weight: 400;
  margin-bottom: 3px;
}

ul.nn-custom-menu-sidebar .nn-cmcl-view-more a {
  display: inline-block;
  font-size: 14px;
  color: #26AFC6;
  font-weight: 600;
  border-bottom: 1px solid;
}

.nn-cmcl-item {
  position: relative;
  margin-bottom: 25px;
}

ul.nn-custom-menu-sidebar .nn-cmcl-view-more a:hover {
  border-bottom: 0;
}
ul.nn-custom-menu-sidebar li:hover .nn-custom-menu-content-listing {
  visibility: visible;
  width: 410px;
  transition-delay: 0s;
}
ul.nn-custom-menu-sidebar>li.has-listing>a:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -100px;
  height: 100%;
  width: 200px;
}
a.nn-cmcl-featured-image-link {
  display: block!important;
}
.nn-cmcl-listing {
  padding:15px;
  overflow-y: scroll;
  height: 100%;
  border-bottom: 1px solid #d2d2d2b8;
}
.nn-cmcl-listing::-webkit-scrollbar {
  width:5px;
}
.nn-cmcl-listing::-webkit-scrollbar-thumb {
  background: #D1D1D1;
  border-radius:20px;

}
.nn-cmcl-listing::-webkit-scrollbar-track {
  padding-right:5px;
}
.nn-cmcl-listing::-webkit-scrollbar-thumb:hover {
  opacity:.8;
}

.nn-custom-menu-content-listing .view-all-listing {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  padding: 20px 30px;
}

.nn-custom-menu-content-listing .view-all-listing a {
  display: block!important;
  font-size:16px!important;
  color:#26AFC6!important;
  font-weight:600!important;
  text-decoration:none!important;
}
.nn-custom-menu-content-listing .view-all-listing a img {
  position: relative;
  bottom: 3px;
  margin-left: 7px;
}
.new-navigation.mb{
  display:none;
}
a.nn-search-icon {
  position: absolute;
  top: 16px;
  right: 30px;
  width: 20px;
  height: 20px;
}
.nn-search-form {
  /*     display:none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #191919;
  transition:all 0.5s ease-in-out;	
  visibility: hidden;
  transform: translateY(-60%);
}
.nn-search-form.show {
  visibility: visible;
  transform:translateY(0);
  /*     display:block;
  top:0; */
}
.nn-search-container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 160px 20px 100px 20px;
}

.nn-search-form-group form input {
  background-color: transparent!important;
  box-shadow: none;
  border: none;
  font-size: 20px;
  color: #fff!important;
  padding: 0;
}

.nn-search-form-group form {
  display: flex;
  border: 1px solid #E8E8E8;
  padding: 20px;
  border-radius: 10px;
  align-items: center;
}

.nn-search-form-group form button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 24px;
  height: 24px;
  position: relative;
  border: none;
}

.nn-search-form-group form button:focus,.nn-search-form-group form button:active {
  border: none;
  outline: none;
}

.nn-search-form-group {
  position: relative;
  padding-right: 50px;
  margin-bottom: 30px;
}

a.nn-search-close {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
}

.nn-label-3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.nn-suggestions {
  position: relative;
}

a.nn-sugs-item {
  display: inline-block;
  background-color: #474747;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  margin-right: 12px;
  line-height: 17px;
  text-decoration: none;
}

a.nn-sugs-item:hover {
  transform: scale(1.1);
  color:#fff;
}
.nn-toggle-group {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
a.nn-sugs-item {
  margin-bottom: 12px;
}
a.nn-sugs-item:last-child {
  margin-right: 0;
}
.nn-search-form-group form input:-webkit-autofill,
.nn-search-form-group form input:-webkit-autofill:hover, 
.nn-search-form-group form input:-webkit-autofill:focus, 
.nn-search-form-group form input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #191919 inset !important;
  -webkit-text-fill-color:#fff!important;
}


ul.nn-custom-menu-sidebar li a {
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
}

ul.nn-custom-menu-level1>li>a {
  font-weight: 600;
}

ul.nn-custom-menu-level1 {
  grid-gap: 25px;
}

ul.nn-custom-menu-sidebar li:last-child {
  margin-bottom: 0;
}
span.nncms-icon {
  width: 36px;
  height: 36px;
}

ul.nn-custom-menu-sidebar li {
  margin-bottom: 20px;
}
span.colored-bar {
  position: absolute;
  width: 90%;
  height: 6px;
  display: block;
  background-color: #000;
  border-radius: 30px;
}
ul.nn-custom-menu-sidebar li a {
  grid-gap: 20px;
}
span.nncms-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
ul.nn-custom-menu-sidebar li:hover a svg, ul.nn-custom-menu-sidebar li:hover a svg path, ul.nn-custom-menu-sidebar li:hover a svg rect {
  fill: #26afc6 !important;
}

ul.nn-custom-menu-sidebar li a svg path, ul.nn-custom-menu-sidebar li a svg {
  transition: all .2s ease-in-out;
}

ul.nn-custom-menu-sidebar {
  transition: left .5s ease-in-out;
  transition-delay:1s;
}
.mb .new-navigation-row2 .header-container {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
.mb .new-navigation-row2 {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: calc(100% - 60px);
  padding-bottom: 80px;
}
.mb .nn-row1-menu ul.first {
  list-style-type: none;
  padding: 0;
}
.mb .nn-row1-menu ul.first li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #191919;
  text-decoration: none;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  transition: all .2s ease-in-out;
}
.mb .nn-row1-menu ul.first li {
  margin-bottom: 10px;
}
.mb .nn-row1-menu ul.first li:hover a {
  color:#36B8D1;
}
ul.nn-custom-menu-level1>li:hover>ul.nn-custom-menu-sidebar {
  transition-delay: 0s;
}
/* ul.nn-custom-menu-sidebar li:hover .nn-custom-menu-content-listing {
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0s linear;
}

.nn-custom-menu-content-listing {
visibility: hidden;
opacity: 0;
transition: visibility 1.5s, opacity 0s linear;
} */

.nn-cmcl-featured-image {
  margin-bottom: 0;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.nn-cmcl-description {
  padding: 20px 15px;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nn-cmcl-title{
  font-weight: 600;
  line-height: 24px;    
  display: block;
  margin-bottom: 8px;
}
.nn-cmcl-item {
  box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);width:100%;
}
span.nn-cmcl-excerpt {
  display: block;
  font-size: 13px;
  color: #5E5E5E;
  line-height: 24px;
  margin-bottom: 15px;
}

.nn-cmcl-item a.nn-cmcl-join {
  display: inline-block!important;
  text-decoration: none;
  padding: 12px 20px;
  background-color: #1D4ED8;
  color: #fff!important;
  line-height: 13.2px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px!important;
  width: auto;
}

@keyframes sideshow {
  0%{
    display:block;
    width: 0;
  }
  50%{
    width: 410px;
  }
  100%{
    opacity:1;
  }
}
.dk ul.nn-custom-menu-sidebar li:hover .nn-custom-menu-content-listing .nn-cmcl-listing,
.dk ul.nn-custom-menu-sidebar li:hover .view-all-listing{
  opacity: 1;
  transition-delay: .4s;
}

.dk .nn-cmcl-listing,
.dk .view-all-listing{
  opacity: 0;
  transition: .1s all;
  transition-delay: .9s;
}


a.nn-label-link {
  color: #000;
  text-decoration: none!important;
}
a.nn-label-link:hover {
  color: #26afc6;
  text-decoration: none!important;
}
body.hs-blog-listing {
  margin-top: 120px;
}
.systems-page {
  margin-top: 120px;
}





/* RESPONSIVE */
@media (min-width: 1760px) {
.new-navigation-row2 .header-container {
/*     max-width: 100%; */
/*     padding-right: 40px!important; */
/*     padding-left: 40px!important; */
}

}

@media (max-width: 1150px) {
  .systems-page {
    margin-top: 50px;
  }
  .new-navigation{
    display:none;
  }
  .new-navigation.mb{
    display:block;
  }
  a.nn-toggle-close {
    display: none;
  }

  .mb .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }

  .mb .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: block!important;
    float: none;
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .mb .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    padding: 0;
    color: #191919;
    font-size: 16px;
    font-weight: 600;
  }

  .nn-label {
    line-height: 1.4;
    margin-bottom: 15px;
    color: #8C8C8C;
    font-weight: 600;
  }

  .mb .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child {
    margin-bottom: 0;
  }

  .nn-divider {
    position: relative;
    width: 100%;
    padding-top: 19px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
  }

  .new-navigation.mb {
    height: 100%;
    background-color: #fff;
  }

  .mb ul.nn-custom-menu-level1 {
    display: block;
  }

  .mb .nn-row1-cta {
    position: fixed;
    bottom: 3%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    z-index:999999999;
  }

  .mb .nn-row1-cta a.nn-cta {
    max-width: 195px;
    width: 100%;

  }

  .mb .new-navigation-row1>.header-container {
    padding: 18px 20px;
  }

  .mb ul.nn-custom-menu-level1>li>a {
    border: none;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
  }

  .mb ul.nn-custom-menu-level1>li:hover>ul.nn-custom-menu-dropdown {
    display: none;
  }

  .mb ul.nn-custom-menu-level1>li:hover>ul.nn-custom-menu-sidebar {
    display: none;
  }

  .mb ul.nn-custom-menu-level1>li {
    margin-bottom: 25px;
  }
  .open a.nn-toggle-open {
    display: none;
  }

  .open a.nn-toggle-close {
    display: block;
  }
  .hs-tools-menu.hs-collapsed {
    display: none;
  }
  .new-navigation-row2 {
    display: none;
  }
  .nn-row1-cta {
    display: none;
  }
  .new-navigation.mb {
    height: auto;
    z-index: 999999;
  }
  .new-navigation.mb.open {
    height: 100%;
  }
  .open .new-navigation-row2 {
    display: block;
  }
  .mb.open .nn-row1-cta {
    display: block;
  }
/*   ul.nn-custom-menu-level1>li.has-listing:after {
    content: " ";
    position: absolute;
    top: 12px;
    right: 0;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #5E5E5E;
    border-right: 2px solid #5E5E5E;
    transform: rotate(-45deg);
    cursor:pointer;
  } */
	
	
	/* 	////////////Change icon arrow to plus/////////////// */
		ul.nn-custom-menu-level1>li.has-listing:after,
		ul.nn-custom-menu-sidebar>li.has-listing>a:after{
		content: "+";
		position: absolute;
		text-align: center;
		top: 50%!important;
		right: 0;
		font-size: 24px;
		width: 24px;
		height: auto;
		display: block;
		transform: translateY(-50%);
		cursor: pointer;
		color: #5e5e5e;
		font-weight: 500;
	  border-bottom: 0;
    border-right: 0;
	}
		ul.nn-custom-menu-level1>li.has-listing:hover li:after,
		ul.nn-custom-menu-sidebar>li.has-listing:hover > a:after{
			color: "#27afc6"
		}
	/* ////////////Change icon arrow to plus/////////////// */
	
	
  ul.nn-custom-menu-level1>li:hover>a {
    color: #26afc6;
  }

  ul.nn-custom-menu-level1>li.has-listing:hover:after {
    border-color: #26afc6;
  }
  .mb ul.nn-custom-menu-level1>li.has-listing:after {
    top: 0px;
  }
  .mb ul.nn-custom-menu-dropdown {
    display:block;
    position: fixed;
    width: 100%;
    left:unset;
    right:-100%;
    height: calc(100% - 60px);
    top: 60px;
    z-index: 999;
    transition:all 0.4s ease-in-out;
  }

  .mb ul.nn-custom-menu-dropdown li {
    margin-bottom: 15px;
  }

  .mb ul.nn-custom-menu-dropdown li a {
    font-size: 16px;
  }
  .nn-label-2 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .nn-label-arrow-left {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
  }
  .mb ul.nn-custom-menu-dropdown.active {
    z-index: 9999;
    right: 0;
  }
  .mb ul.nn-custom-menu-sidebar {
    top:60px;
    width:100%;
    height: calc(100% - 60px);
    left: unset;
    right: -100%;
    z-index: 9999;
    padding: 20px;
    transition:all 0.4s ease-in-out;
  }

  ul.nn-custom-menu-sidebar.active {
    right: 0;
  }
  .mb .nn-custom-menu-content-listing {
    /*     display: block; */
    visibility:visible;
    left: unset;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    transition:all 0.4s ease-in-out;
    padding-bottom: 15px;
  }
  .nn-cmcl-listing a {
    text-decoration: none;
  }
  .mb .nn-custom-menu-content-listing.active {
    right: 0;
  }
  .mb .nn-custom-menu-content-listing .view-all-listing {
    padding: 0 20px;
    bottom: 90px;
  }
  .mb .nn-cmcl-listing {
    height: 75%;
  }
  .nn-search-form-group form input {
    font-size: 16px;
  }

  .nn-search-form-group form {
    padding: 15px;
  }
  a.nn-search-close {
    display: none;
  }

  .nn-search-form-group {
    padding-right: 0;
  }

  .nn-label-3 {
    font-size: 16px;
  }

  a.nn-sugs-item {
    font-size: 14px;
    font-weight: 500;
  }

  .nn-search-container {
    padding: 20px;
    padding-top: 40px;
  }

  .nn-search-form {
    top: 60px;
    height: calc(100% - 60px);
  }
  .nn-search-form {
    display:none;
    visibility:unset;
    transform:unset;
    transition:unset;
  }
  .nn-search-form.show {
    display:block;
  }
  ul.nn-custom-menu-sidebar li {
    margin-bottom: 20px;
  }

  span.nncms-icon {
    width: 35px;
  }
  .nn-cmcl-featured-image {
    height: 240px;
  }

  .mb .nn-cmcl-listing {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: center;
  }

  .nn-cmcl-item {
  /*     width: 45%; */
  width: auto;
  max-width: 300px;
  }
  .mb ul.nn-custom-menu-level1>li>a {
    display: inline-block;
  }

  ul.nn-custom-menu-sidebar li {
    margin-bottom: 15px;
  }

  .mb ul.nn-custom-menu-level1>li {
    margin-bottom: 20px;
  }
}


@media (max-width: 600px) {
  .mb .nn-cmcl-listing {
    display: block;
  }

  .nn-cmcl-item {
    width: 100%;max-width: 100%;
  }
  .nn-search-form-group form input {
    background-color: transparent!important;
    color: #fff!important;
  }
}