.sub-nav-contain {
  float: right;
  overflow: visible;
}
.mega-menu-mobile {
  background: #ffffff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 9999;
}

.mega-menu-mobile .logo {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  height: 44px;
}

.mega-menu-mobile .logo img {
  display: block;
  max-width: none;
  max-height: 30px;
  margin: 7px 0 0 !important;
}

/* Desktop logo */
.mega-navbar-inner .logo {
  max-height: 53px;
  padding: 0;
  margin-right: 5%;
}
.mega-navbar-inner .logo img {
  max-height: 43px;
  margin: 5px 0 0 !important;
}

.mega-navbar-inner .ax-logo-reverse {
  display: none;
}
/* End Desktop logo */

/* Columns */
.ax-mm-col-wrapper {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ax-mm-col-wrapper:last-of-type {
  border-bottom: none;
}
.big-icons .ax-mm-col-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
.big-icons .ax-mm-col-wrapper:last-of-type {
  padding-bottom: 0;
}
.product-menu .ax-mm-col-wrapper {
  align-items: start; 
  border-bottom: none;
}
.ax-mm-left-col {
  float: left;
  width: 30%;
}
.product-menu .ax-mm-left-col {
  width: 13%;
  margin-left: -4px;
}
.product-menu .ax-mm-right-col {
  width: 81%;
}
.ax-mm-left-col .item-icon {
  margin-right: 0;
}

.ax-mm-right-col {
  float: left;
  width: 70%;
}
.product-menu .ax-mm-right-col {
  min-height: 0;
}
.ax-mm-right-col > a.purple-link, .ax-mm-right-col > a.purple-link-custom {
  color: #662483;
  font-weight: bold;
}

.ax-mm-right-col .description {
  font-size: 14px;
  margin-top: -10px;
}

#menuToggle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
/*   height: 60px; */
}

#menuToggle input {
  position: fixed;
  top: 10px;
  right: 20px;
  opacity: 0;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 10004;
  cursor: pointer;
}

#menuToggle .menu-trigger {
  position: fixed;
  top: 10px;
  right: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 10003;
}

.menu-trigger img {
  margin: 0.8rem 0 !important;
}

#menuToggle .menu-trigger:hover, #menuToggle .menu-trigger:active {
  color: #662483;
  font-weight: bold;
}

#menuToggle input:checked ~ .mega-navbar {
  display: block;
  opacity: 1;
}

.mega-navbar {
  display: none;
  overflow: auto;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 54px;
  opacity: 0;
  transition: all 0.5s linear;
  z-index: 900;
  background-color: #fff;
}

/* Navigation links */
.mega-navbar a {
  float: left;
  color: #484848;
  font-weight: normal;
  text-align: right;
  padding: 14px 0;
  text-decoration: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: 'omnes-semibold';
  font-size: 14px;
}
.mega-navbar a.top-level {
  color: #838383;
}
.mega-navbar.white-bg a.top-level {
  color: #484848;
}
.mega-navbar a.top-level:hover {
  color: #e6007e;
}
.mega-navbar a:hover .mega-navbar a:active {
  color: #662483;
}

.mega-navbar-inner {
  max-width: 1140px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: visible;
  display: block;
  width: 100%;
}

/* Subnav button */
.subnav .subnavbtn {
  position: relative;
  font-size: 16px;
  border: none;
  outline: none;
/*   padding: 14px 46px 38px 16px; */
  padding: 0;
  color: #484848;
  font-weight: normal;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  display: block;
  width: 100%;
}

/* Add a blue background color to navigation links on hover */
.mega-navbar a:hover, .subnav:hover .subnavbtn {
   color: #662483;
}
  
/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 999;
  max-width: 1024px;
  margin: 0 auto;
  clear: both;
  overflow: auto;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
  min-height: 371px !important;
}

/* Style the subnav links */
.subnav-content a.purple-link, .subnav-content a.purple-link-custom {
  color: #575656;
  float: right;
  text-decoration: none;
  display: block;
  width: 100%;
  clear: both;
  padding: 2px 0;
  font-size: 16px;
  text-align: left;
  margin-top: 9px;
  line-height: 1.3em;
  transition: color 0.3s;
  cursor: pointer;
  font-weight: 100;
}
.subnav-content a.purple-link:hover, .subnav-content a.purple-link-custom:hover {
  color: #662383;
}
.subnav-content .side-nav a.purple-link, .subnav-content .side-nav a.purple-link-custom {
  font-family: 'omnes-regular';
}

.product-menu.subnav-content a.purple-link, .product-menu.subnav-content a.purple-link-custom {
  color: #838383;
}

.product-menu.subnav-content a.purple-link:hover, .product-menu.subnav-content a.purple-link-custom:hover {
  color: #662383;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
/*   background-color: #eee; */
/*   text-decoration: underline; */
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}
/* .subnav:hover .subnav-bg {
  opacity: 1;
  height: 100vh;
  transition: opacity 0.5s;
} */
.mega-menu-feed {
  background: white;
  border-bottom: 2px solid #F3F5FF;
}
.span4-padding {
  padding: 15px;
}
.no-right {
  padding-right: 0px !important;
}
.span4-padding.simple-list {
  padding-right: 0px;
}
.item-icon img {
  max-width: 90%;
  margin: 0;
}
.product-menu .item-icon img {
  max-width: 95%;
}

.product-menu .item-icon img {
  margin: 6px 0;
}

/* logo and heading */
  .subnav .logo-prefix {
    display: block;
    width: 100%;
    line-height: 20px;
    margin: 5px 0;
    height: 45px;
    border-bottom: 1px solid #e9ecf7;
  }
  .subnav .logo-prefix div {
    float: left;
    line-height: 13px;
    color: #662483;
    font-weight: bold;
    font-size: 1.15em;
    margin: 0;
    letter-spacing: 0.5px;
    padding-top: 1px;
    padding-left: 7px;
  }
  
  .subnav .logo-prefix img {
    max-height: 30px;
    margin: 0;
    float: left;
  }

/* single blog */
.mm-single-blog { 
/*   margin-left: 0px !important; */
  width: 100%;
}
.mm-single-blog .blog-tn {
  width: 60px;
  height: 60px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
}
.mm-single-blog .blog-tn .blog-img {
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 2px solid white;
  border-radius: 50%;
}
.mm-single-blog .blog-txt {
  display: inline-block;
  padding: 0 0 0 14px;
}
.mm-single-blog .blog-brd {
  border-right: 1px solid #eee;
}
.mm-single-blog:nth-of-type(2) .blog-tn {
  border-right: 5px solid #fff;
}
.mm-single-blog .blog-tn img {
  margin: 0 0 0 0.8%;
  object-fit: cover;
  height: 40px;
  max-width: 40px;
}

.mm-single-blog .blog-tn-latest {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.mm-single-blog .blog-tn-latest img {
  margin: 0 auto;
}

.mm-single-blog h4 {
  color: #662383;
  font-weight: bold;
  font-size: 1.15em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  max-width: 99%;
  min-height: 52px;
}
.blog-brd.feed h4 {
  min-height: 0;
}
.product-menu .mm-single-blog h4 {
  text-transform: unset;
  margin-top: 12px;
  margin-bottom: -25px;
}

.mm-single-blog h4 a.purple-link, .mm-single-blog h4 a.purple-link-custom {
  color: #662383;
  font-weight: normal;
}

.mm-single-blog h5 a.purple-link {
  margin: 0;
  color: #662483;
}
.mm-single-blog .blog-summ {
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 8px;
  margin-bottom: 10px;
  display: inline-block;
  max-width: 95%;
  min-height: 130px;
  position: relative;
}
.mm-single-blog .blog-summ a {
  position: absolute;
  bottom: 5px;
}
.mm-single-blog .blog-rm {
  display: block;
  font-size: 14px !important;
  color: #662483;
  font-weight: bold;
  margin-bottom: 10px;
}

.mm-single-blog .blog-rm:before {
  content: url(https://cdn2.hubspot.net/hubfs/4319016/icons/bullet-pt.svg);
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
/* end single blog */


h3.menu-sub { text-transform: uppercase; color: #662383; font-size: 0.95em; letter-spacing: 0.5px; }

@media (min-width: 1024px) {
  .mega-navbar a {
    padding: 14px 10px;
    width: auto;
  }  
  
/*   .subnav-bg {
    width: 100%;
    height: 0;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    opacity: 0;
  } */
  
  .menu-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
    display: none;
  }
  
  .mega-menu-mobile {
    display: none;
  }
  
  #menuToggle input, #menuToggle span {
    display: none;
  }
  
  .mega-navbar-inner .logo {
/*     display: inline-block; */
  }
  
  .mega-navbar-inner .ax-logo-reverse {
    display: inline-block;
  }
  
  .mega-navbar-inner .ax-logo-col {
    display: none;
  }
  
  .mega-navbar {
    display: block;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .product-menu.subnav-content a.purple-link, .product-menu.subnav-content a.purple-link-custom {
    color: #662383;
  }
  
  .mega-menu-feed {
    border-color: transparent;
  }
  
  .subnav {
    display: inline-block;
    width: auto;
  }
  
  .subnav .subnavbtn {
    width: auto;
  }
  
  .subnav-content {
    position: absolute;
  }
  
  .subnav-content {
    border-top: 3px solid #e71e8c;
    background-color: #f3f5fd;
  }
  
  .mm-single-blog {
    min-height: 371px !important;
  }
  
  .mm-single-blog .blog-tn {
    margin-top: -11px;
  }
  
  .mm-single-blog .blog-rm {
    margin-bottom: 0;
  }
  
  .mm-single-blog .blog-summ {
    margin-bottom: 0;
  }
  
  .big-icons .ax-mm-col-wrapper {
  margin-bottom: 23px;
  padding-bottom: 30px;
  }
  .big-icons .ax-mm-col-wrapper:last-of-type {
    padding-bottom: 0px;
  }
  
  .mega-navbar .subnav:hover > .subnavbtn:after {
    content: "\25B4";
    color: #e71e8c;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -20px;
  }
  
  .ax-mm-col-wrapper {
    border-bottom: 1px solid #E5E7EF;
  }
  
  .ax-mm-col-wrapper {
    margin-bottom: 4px;
    padding-bottom: 11px;
  }
  
  .subnav .logo-prefix {
    padding-left: 20px;
    border-bottom: 1px solid #ffffff;
  }
}

@media (max-width: 1023px) {
  .mega-navbar-inner .ax-logo-col {
    display: none !important;
  }
  #menuToggle {
    background: #ffffff;
  }
  
  .mega-navbar a.top-level.purple-link {
    color: #838383;
  }
  
  .mega-navbar a.top-level {
    border-bottom: 1px solid #ececec;
  }
  
  .mega-navbar a.top-level div {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .subnav:hover .subnav-bg { height: auto; }
}

@media (max-width: 767px) {
  #menuToggle input:checked ~ .mega-navbar {
    padding-bottom: 60px;
  }
  .mega-navbar a {
    text-align: left;
  }
  .mega-navbar a.top-level div:before {
    content: url(https://cdn2.hubspot.net/hubfs/4319016/icons/bullet-pt.svg);
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  
  .subnav:hover a.top-level div:before {
    content: url(https://cdn2.hubspot.net/hubfs/4319016/icons/bullet-pt-down.svg);
  }
  
  .subnav-content .ax-mm-col-wrapper a.purple-link:before, .subnav-content .ax-mm-col-wrapper a.purple-link-custom:before {
    content: url(https://cdn2.hubspot.net/hubfs/4319016/icons/bullet-pt.svg);
    margin-right: 10px;
    vertical-align: middle;
    float: left;
  }
  
  .subnav .logo-prefix img {
    max-height: 14px;
  }
  
  .subnav .logo-prefix {
    height: 16px;
    border-bottom: 1px solid #ffffff;
  }
  
   h3.menu-sub {
    display: none;
  }
  
  .subnav-content .ax-mm-left-col {
    display: none;
  }
  
  .subnav-content .ax-mm-right-col {
    width: 100%;
  }
  
  .span4-padding {
    padding: 15px 15px 15px 30px;
  }
  
  .product-menu .span4-padding {
    padding: 10px 15px 10px 30px;
  }
  
  .ax-mm-right-col .description {
    color: #a4a4a4;
  }
  
  .mm-single-blog h4 {
    min-height: inherit;
  }
  
  .mm-single-blog .blog-summ {
    min-height: auto;
  }
  
  .mm-single-blog .blog-txt {
    max-width: 56%;
  }
  
  .mm-single-blog .blog-summ a {
   display: none;  
  }
  
  .mm-single-blog .blog-brd {
    border-right: 1px solid #ffffff;
  }
  
  .subnav-content.product-menu .mm-single-blog {
    display: none;
  }
}

@media (max-width: 567px) {
/*   .mm-single-blog { display: none !important; } */
  .mm-single-blog { width: 100% !important; }
  .mm-single-blog .blog-tn .blog-img { border-left: none;}
  .body-container-wrapper { margin-top: 62px; }  
/*   .subnav .subnavbtn { padding: 14px 0; } */
/*   .mega-navbar .subnav:hover>.subnavbtn:after { left: 0px; top: 37px; } */
/*   .subnav:hover .subnav-bg { height: auto; } */
  .product-menu .ax-mm-right-col { min-height: unset; }
  .ax-mm-left-col { width: 20%; }
  .ax-mm-right-col .description { font-size: 12px; }
  .subnav, .mega-navbar, .mega-navbar-inner, .subnav-content { overflow: scroll; }
  .mega-navbar-inner { height: 100vh; }
  .ax-mm-col-wrapper:last-of-type { border-bottom: none; }
}

@media (min-width: 768px) {
div.ex-mwrap-news.fixed-header {
    top: 66px !important;
  }
  
  .mm-single-blog .blog-tn {
    width: 100%;
    height: 190px;
    margin-left: 0;
    overflow: hidden;
  }
  
  .mm-single-blog .blog-tn .blog-img {
    height: 190px;
    border-radius: 0;
  }
  
  .mm-single-blog .blog-tn img {
    height: 170px;
    max-width: 99.2%;
  }
  
  .mm-single-blog { 
    margin-left: 0px !important;
    width: 33.3333333% !important;
  }
  
  .mm-single-blog .blog-txt {
    padding: 12px 2px 12px 14px;
  }
  
  .subnav .logo-prefix div {
    padding-top: 9px;
  }
  
  .product-menu .ax-mm-right-col {
    min-height: 98px;
  }
  
  .blog-brd.feed h4 {
    min-height: 70px;
  }
  
  .subnav .logo-prefix {
    border-bottom: 1px solid #e9ecf7;
  }
}

/* Search */
.hs-search-field {
  position: relative;
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
  clear: both;
}

.hs-search-field__bar {
  margin-right: 15px;
  margin-left: 15px;
}

/* .hs-search-field__input */
.hs-search-field__bar input {
  position: static !important;
  box-sizing: border-box;
  width: 100% !important;
  height: 44px !important;
  opacity: 1 !important;
  border-radius: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #ececec;
  z-index: 1 !important;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #ececec;
  background: #fff;
  padding: 15px;
  margin: 15px 15px 0;
  border-radius: 10px;
  overflow: auto;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  font-size: 0.9em;
  font-weight: normal;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
/*   background-color: rgba(72, 72, 72, .1); */
  outline: none;
}
 
@media (min-width: 768px) {
  .hs-search-field {
    display: none;
  }
}


/**............................................ New Page Choice Designs...........................................**/

/* Custom Styling Mega Sub Menus */
.mega-navbar .span7.customPageMenu{
  margin-left: 0;
  width: 60%;
}

.mega-navbar .pageChoiceOne {
  width: 39.5% !important;
  margin-right: .5%;
}

.mega-navbar .span12.pageChoiceListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto !important;
  margin-bottom: 3px;
  border-bottom: 1px solid #eee;
}

.mega-navbar .span12.pageChoiceListItem:last-of-type{
  margin-bottom: 0px;
}

.mega-navbar .span12.pageChoiceListItem .boxImageBg {
  max-width: 150px;
  height: 150px;
  margin-top: 0;
}

.mega-navbar .span12.pageChoiceListItem .boxImageBg a div{
  height: 148px;
}
.mega-navbar .span12.pageChoiceListItem .blog-txt h4 {
  min-height: 1px;
}
.mega-navbar .span12.pageChoiceListItem .blog-txt h4 a {
  margin-top: 0;
}
.mega-navbar .span12.pageChoiceListItem .blog-tn a {
  margin-top: 0;
}

.mega-navbar .span12.pageChoiceListItem .blog-txt .newSumm{
  min-height: initial;
}

.mega-navbar .customPageMenu .fullWidth{
  width: 100% !important;
}

@media all and (max-width: 1024px) {
  .mega-navbar .span12.pageChoiceListItem .boxImageBg {
    height: 180px;
    width: 40%;
  }
  .mega-navbar .span12.pageChoiceListItem .blog-txt {
    width: 60%;
  }
  .mega-navbar .pageChoiceOne .blog-tn a {
    margin-top: 0;
  }
}

@media all and (max-width: 767px){
  .mega-navbar .pageChoiceOne {
    width: auto !important;
    margin: 0;
  }
  .mega-navbar .span12.pageChoiceListItem {
    border-bottom: none;
  }
  .mega-navbar .span12.pageChoiceListItem .boxImageBg {
    width: 60px;
    height: 60px;
    max-width: auto;
  }
  .mega-navbar .span12.pageChoiceListItem .boxImageBg a div{
    height: 60px;
  }
  .mega-navbar .span7.customPageMenu {
    width: auto;
  }
}

/** Change Text on Hover **/
.whiteText {
  color: #fff !important;
}
@media (min-width: 1024px) {
  .subnav-content { margin-top: 10px; }
  .mega-navbar a.top-level {
    color: #ffffff;
  }
  .mega-navbar { transition: all ease-in-out 0.3s; transition-delay: 0s; }
  .mega-navbar:not(.active) { padding-top: 45px; }
  .mega-navbar .mega-navbar-inner .logo { transition: all ease-in-out 0.3s; transition-delay: 0.2s; }
  .mega-navbar:not(.active) .mega-navbar-inner .logo { transform: scale(1.25); transform-origin: left bottom; }
}
  