.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 100%;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 0;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 1.2;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}


@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 10px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 100%;
    padding: 20px 0 0;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}



/**********************************************/
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
} 
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin-left: 0;
}
.comment-date {
  display: block;
  text-align: left;
}
.blog-post__body img { 
  width: 100%;
  margin-bottom: 10px;
}
.hs-blog-social-share .hs-blog-social-share-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 22px;
} 
.hs-blog-social-share .hs-blog-social-share-item-linkedin button {
  margin: 0;
  min-height: 0;
} 
.blog__main {
  display: table;
  position: relative;
  width: 100%;  
  padding: 60px 20px;
  padding-top: 120px;
}
.blog__main .col9 {
  min-width: 12.5%;
  width: 12.5%;
  float: left;
}
.blog__main .col7 {
  min-width: 75%;
  width: 75%;
  float: left;
}
.blog__main .dnd-section {
  padding: 0;
}

.blog__main .dnd-section > .row-fluid {
  width: 100%;
  max-width: 100%;
}
.blog__main .hs_cos_wrapper_type_module {
  width: 100%;
}
.blog__header h1.header__title {
  line-height: 125%;
  text-indent: -1px;
  font-weight: bold;
}
.blog__header h2.header__subtitle {
  line-height: 166%;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
}
.blog__header hr.green {
  display: block;
  border: none;
  width: 55px;
  height: 13px;
  background-image: url(//6570616.fs1.hubspotusercontent-na1.net/hubfs/6570616/raw_assets/public/UncommonX_March2022/images/hr_short.svg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  color: #00E0A5; 
  background-color: transparent;
  margin: 0; 
}
.No_Banner .hs-blog-listing .body-container-wrapper,
.No_Banner .hs-blog-post .body-container-wrapper {
  margin: 0; 
}
.blog-index h3.h2.pad20T {
  font-family: 'Nexa';
  line-height: 105%;
  text-indent: -1px;
  font-weight: bold;
  width: 100%;
  font-size: 36px;
  clear: both;
}
.blog-index a p { 
  padding: 20px;
  margin-top: 0;
}  
.blog-index a p span.green {
  color: #00E0A5;
}
.blog-index a .hover:hover {
  background-color: rgba(0,0,0,0.1);
}
.blog-index a p b:after {
  content: '-';
  font-weight: normal;
}
.hs-blog-post .centerTxt {
  text-align: center;
}
.hs-blog-post h1.h2.centerTxt {
  font-family: 'Nexa';
  line-height: 105%;
  text-indent: -1px;
  font-weight: bold;
  font-size: 36px;
}
.hs-blog-post h2.h3.centerTxt.italic {
  font-size: 24px;
  font-family: 'Nexa';
  line-height: 166%;
  font-weight: bold;
  font-style: italic;
}
a.u {
  border-bottom: 2px solid #00157A;
}








@media only screen and (max-height: 800px) {
  .blog__header h1.header__title {
    font-size: 32px;
  } 
  .blog__header h2.header__subtitle {
    font-size: 16px;
  }
  .hs-blog-post h1.h2.centerTxt {
    font-size: 22px;
  }
  .hs-blog-post h2.h3.centerTxt.italic {
    font-size: 16px;
  } 
  .blog-index h3.h2.pad20T {
    font-size: 22px;
  }


}

@media only screen and (max-width: 1280px) {
  .blog__header h1.header__title {
    font-size: 32px;
  }

}

@media only screen and (max-width: 1024px) {
  .body-container.blog__main {
    padding: 20px 20px;
    padding-top: 120px;
  }
  .blog__main .page-center {
    padding: 0 5% 40px 5%;
    min-width: 100%;
    margin-top: 0;
    opacity: 1; 
  }
  .blog__main .col9 {
    min-width: 100%;
    width: 100%;
    line-height: 1.33;
    padding: 0em;
  }
  .blog__main .col7 {
    min-width: 100%;
    width: 100%; 
    padding: 0em;
  }
  .blog__header h1.header__title {
    font-size: 32px;
  }
  .blog__header h2.header__subtitle {
    font-size: 16px;
  }
  .hs-blog-post h1.h2.centerTxt {
    font-size: 22px;
  }
  .hs-blog-post h2.h3.centerTxt.italic {
    font-size: 16px;
  }
  .blog-index h3.h2.pad20T {
    font-size: 22px;
  }



}


@media (max-width:767px) {
  .blog-post__body h2, .blog-related-posts h2 {
    font-size: 24px;
  }
  .blog-index__post-inner-card .blog-index__post-content {
    padding: 10px 0 0px;
  }
  .blog-index__post.blog-index__post--small {
    padding: 0 0 20px;
  }
  .blog-post__sharing {
    min-height: 20px;
  }

}


@media (max-width:350px) {
  .hs-blog-listing .blog-post__sharing {
    min-height: 50px;
  }

}


/* HH Adding styles from March 2022 Theme to fix Navigation  */
/* Header container */

.header_top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px; /* was 32px - changed by HH */
  z-index: 998;
  box-sizing: border-box;
  /* overflow-y: hidden; - Hh removing to fix padding */
  border-bottom: 1px solid #eeeeee;
}

.header_top .header__container {
  padding: 6px 0;
  margin: 0 auto;
  position: relative;
}

.header_top p {
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
}  

.header_top p img {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  size: 14px;
  margin-right: -3px;
}

.header_top p b {
  font-weight: bold;
}

.header_top p span {
  white-space: nowrap;
}

.header_top p a u {
  border-bottom: 1px solid #00157A;
  text-decoration: none;
}
.header_nav {
  position: fixed;
  top: 32px;
  left: 0px;
  width: 100%;
  height: 72px;
  z-index: 999; 
}

.header_nav .header__container {
  padding: 32px 0;
  margin: 0 auto;
  text-align: right;
  position: relative;
}

.header_logo { 
  position: absolute; 
  left: 0; 
  top: 16px;
  width: 200px;
}

.header_logo img {
  width: 200px;
  height: 38px;
}
.custom-menu-primary {
  font-size: 14px;
  font-family: 'Nexa';
  position: absolute;
  font-weight: bold;
  right: 0px;
  top: 0px;
  height: 72px;
  /* HH adding fixed width */
  width: 95%;
}
.custom-menu-primary .navigation-primary > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.custom-menu-primary .navigation-primary > ul > li {
  position: relative;
  display: inline-block;
  padding: 25px 18px;
  text-align: center;
  letter-spacing: 3px; 
  cursor: pointer;
  height: 100%;
  line-height: normal;
}
.custom-menu-primary .navigation-primary > ul > li > a {
  display: inline-block;
  position: relative;
}
.custom-menu-primary .navigation-primary > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 72px;
  width: 375px; /* was 320px, hh changed */
  left: 0px; 
  font-size: 14px;
  font-family: 'Nexa';
  position: absolute;
  font-weight: bold;
  text-align: left;
  visibility: hidden;
  display: none;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.custom-menu-primary .navigation-primary > ul ul li:hover {
  background-color: #efefef;
}
.custom-menu-primary .navigation-primary > ul ul li:first:hover {
  background-color: #efefef;
}
.custom-menu-primary .navigation-primary > ul > li:last-child > a {
  -webkit-appearance: none;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  font-size: 14px;
  font-family: 'Nexa';
  text-transform: none;
  border-radius: 8px;
  border: 2px solid #f77f49;
  color: #ffffff;
  letter-spacing: 0px;
  padding: 4px 10px;
  margin: -8px 0;
  line-height: normal;
  background-color: #f77f49;
}
.custom-menu-primary .navigation-primary > ul > li.has-submenu:hover ul {
  display: block;
  visibility: visible;
}
.custom-menu-primary .navigation-primary > ul ul li {
  letter-spacing: 3px;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
  text-align: left;
  padding:  8px 10px 3px 20px; /* was 15px 20px, HH changed */
  height: 50px; /* was 50px, HH changed */
  background-color: #fff;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  vertical-align: middle; /*hh adding */
} 
.custom-menu-primary .navigation-primary > ul ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.custom-menu-primary .navigation-primary > ul ul li:first-child > a p {
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase; 
  color: #00E0A5;
  margin: 0;
  letter-spacing: 0px;
}
.custom-menu-primary .navigation-primary > ul ul li:first-child > a img {
  width: 32px;
  height: 10px;
  margin-right: 10px;
}
header .navMobile {
  display: none;
  font-size: 16px;
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  z-index: 998;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: calc(0px + 2.6em); 
  overflow-y: hidden;
}
.mobile-open header .navMobile {
  overflow-y: auto;
  max-height: calc(100vh - 0px); 
}
.No_Banner .body-container-wrapper {
  margin-top: 104px;
}

.header .header_nav .custom-menu-primary .navigation-primary>ul ul li:first-child:hover {
  background-color: transparent;
}

/* .header .header_nav .custom-menu-primary .navigation-primary>ul ul li:first-child:hover>a {
color: #00E0A5;
} */

.header .header_nav .custom-menu-primary .navigation-primary>ul ul li:first-child:hover>a>p {
  /*     color: #00E0A5; */
/*   font-weight: normal; */
}


@media only screen and (max-width: 1280px) {
  .custom-menu-primary .navigation-primary>ul>li {
    padding: 25px 10px;
    letter-spacing: 0px;
  }

}

@media only screen and (max-width: 1024px) {
 #hs_cos_wrapper_header_block1_ {margin-top: 350px; position: absolute; height: 250px; z-index: 1000;
}

  .header_top p {
    text-align: center;
    margin: 8px 0;
  }

  .header_top {
    top: 40px;
    height: auto;
    min-height: 74px;
    background-color: #FFFFFF; 
  }

  .header_top .header__container {
    /* HH changing to reduce logo size width: 100%; */
    width: 95%;
    padding: 0 5%;
  }

  .header_nav {
    display: none;
  }

  header .navMobile {
    display: block;
    transition: 0.3s all;
  }

  .navMobile .header_logo {
    position: absolute;
    left: 0;
    margin: 8px 5%;
    width: 128px;
    height: 26px;
    top: 1px;
  }

  .navMobile .header_logo img {
    width: 100%;
    height: auto;
  }

  .mobile-trigger {
    position: absolute;
    top: 10px;
    right: 5%;
    text-align: right;
    /* HH changing width: 200px; */
    width: 150px;
    float: right;
  }

  .mobile-trigger img.hamXMobile:nth-child(2) {
    display: none;
  }

  .mobile-trigger img {
    width: 24px;
    height: 24px;
    cursor:pointer;
  } 

  header.header {
    background-color: #FFFFFF;
  }

  .mobile-menu {
    font-size: 16px;
    font-family: 'Nexa';
    padding: 60px 5% 60px 5%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
  }

  .mobile-open .navMobile {
    height: calc(0px + 100%);
  }

  .mobile-menu .hs-menu-wrapper > ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }                                                                                                  

  .mobile-menu .hs-menu-wrapper > ul > li {
    font-size: 16px;
    padding: 0px 20px;
    list-style-type: none;
    border-bottom: 1px solid #00157A;
    color: #00157A;
    line-height: normal;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    color: #00E0A5;
    font-family: 'Nexa';
    font-weight: bold;
  }

  .mobile-menu .hs-menu-wrapper > ul ul {
    display: block !important;
    overflow: inherit !important;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Nexa';
    width: 100%;
  }

  .mobile-menu .hs-menu-wrapper > ul ul li {
    font-size: 16px;
    color: #00157A;
    margin: 0;
    padding: 0;  
    border: none;
  }

  .mobile-menu .hs-menu-wrapper > ul ul li > a {
    margin: 20px 0px;
    font-size: 14px; 
    font-family: 'Nexa';
    line-height: 166%; 
    font-weight: normal;
    display: block;
  }
  .mobile-open .mobile-trigger img.hamMobile {
    display: none;
  }
  .mobile-open .mobile-trigger img.hamXMobile:nth-child(2) {
    display: inline-block;
  }
 /* .header .header_top p {
    background-color: transparent !important;
  }
  .header .header_top p a {
    background-color: transparent !important; 
  } */
  .mobile-menu .hs-menu-wrapper>ul>li:last-child > a {
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    background-color: rgb(247, 127, 73);
    color: #fff;
    border: none;
    font-weight: bold; 
    border-radius: 4px;
    font-family: 'Nexa';
    letter-spacing: 1px;
    font-size: 12px;
    position: absolute; 
    right: calc(5% + 32px); 
    width: 100px;
    margin: 0;
    padding: 4px 4px;
    min-width: 0em;
    margin-top: 10px;
    box-shadow: -3px 3px 0 #fff;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    color: #fff;
    transition: 0.2s;
    background-color: rgba(247, 127, 73,0.7);
  }
  .No_Banner .body-container-wrapper {
    margin-top: 115px;
  }
  .header.nonav .header_top {
    display: none;
  }


}

@media only screen and (max-width: 767px) {
  .header_top p {
    margin: 8px 0 4px;
  }
}
/* adding background color from Brian the engineer 9-23 */ 
.header_top {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    height: 32px;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    background-color: #ffffff;
    text-align: center;
}

/*