header {
  position: relative; 
}
header a{
transition:.3s all ease-in-out 0s;
  -webkit-transition:.3s all ease-in-out 0s;
  -moz-transition:.3s all ease-in-out 0s;
}
.header_logo {
  /*   padding: 17.5px 0; */
  padding: 14.5px 0 7px 0px;
}
.header_cta.solid_cta a.cta_button {
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 24px 40px;
}
.header_hamburger img {
  cursor: pointer;
  max-width: 32px;
}
.navigation {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navigation_main {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
.blog-latest-post {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.hs-menu-wrapper ul li.hs-item-has-children {
  width: 30%;
  margin-right: 3.33%;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a,
.blog-latest-post p {
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
}
ul.hs-menu-children-wrapper li.hs-menu-item a,
.blog_lat_meta a {
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
ul.hs-menu-children-wrapper li.hs-menu-item a:hover,
.blog-latest-post .blog_lat_meta a:hover{
 color:#000;
}
.blog-latest-post p {
  margin-bottom: 35px;
}
.blog_lat_image img {
  max-width: 90px;
  width: 100%;
}
.blog_col:not(:last-child) {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.blog_lat_image img {
  width: 90px;
  height: 90px;
  object-position: center;
  object-fit: cover;
  border-radius: 4px;
}
.blog-latest-post .blog_lat_meta a {
  font-weight: 700; 
}
.blog-post-date {
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}

.close-icon {
  text-align: center;
  cursor: pointer;
  max-width: 60px;
  margin: 0 auto;
}
.close-icon img {
  max-width: 57px;
  width: 100%;
}
.dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.dropdown.open {
  opacity: 1;
  visibility: visible;
  padding: 7.4% 0%;
  height: 100vh;
  z-index: 99;
  overflow-y: auto;
}
nav.overlay-menu.container-fluid,.request_banner_main {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}
.request_banner {
  position: relative; 
  clear: both;
  overflow: hidden;
  margin-top: 147px;
}
.request_banner_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 36px 20px;
}
.request_banner_text h2 {
  margin-bottom: 0;
  text-transform: unset;
  letter-spacing: 0;
}
.dropdown.open::-webkit-scrollbar {
  width: 5px;
}
.dropdown.open::-webkit-scrollbar-track {
  width: 5px;
  box-shadow: inset 0 0 5px #ffffff;
}
.dropdown.open::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.navigation.hide-recent-post .blog-latest-post {
  display: none;
}
body .header_logo img {
  max-width: 250px;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .header-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  } 
}
@media (min-width: 993px) {
  .navigation.hide-recent-post {
    display: block;
  }
  .navigation.hide-recent-post .hs-menu-wrapper ul li.hs-item-has-children:last-child {
    margin-right: 0;
  }
  .navigation.hide-recent-post .hs-menu-wrapper ul li.hs-item-has-children {
    width: 31.11%;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .navigation_main {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .blog-latest-post {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navigation_main {
    width: 100%;
    margin-bottom: 60px;
  }
  .hs-menu-wrapper ul li.hs-item-has-children {
    width: 31.1%;
  }
  .request_banner {
    margin-top: 80px; 
  }
  .hs-menu-wrapper ul li.hs-item-has-children:last-child {
    margin-right: 0;
  }
  .request_banner_text.span9 {
    width: 70%;
  }
  .request_banner_cta.span3 {
    width: 25%;
    margin-left: 5%;
  }
  .blog-latest-post {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header_cta.span4 {
    display: none;
  }
  .close-icon img {
    max-width: 35px;
  }
  .navigation {
    display: block;
    margin-top: 40px;
  }
  .hs-menu-wrapper ul li.hs-item-has-children {
    width: 50%;
    margin: 0 0 40px;
  }
  .hs-menu-wrapper ul li.hs-item-has-children:nth-of-type(odd) {
    padding-right: 3%;
  }
  .blog_lat_image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100px;
  }
  .request_banner {
    margin-top: 60px; 
  }
  .request_banner_main {
    display: block;
    text-align: center;
  }
  .request_banner_text {
    margin-bottom: 30px;
  }
  .dropdown.open {
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
  }
}