/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Edit Box Alignment Issue */

.hs-inline-edit header.header { 
        position: static;
  }
.hs-inline-edit main#main-content { 
        margin-top: 0;
  }


/* Module Correction Styles */
.parallax-banner-2 {
  margin-top: 0 !important;
}




/* Theme Styles */
.header__container {
  max-width: unset !important;
}

/* Header Fixes */
.hs-search-field__bar form {
    background-color: none;
    border: none;
    border-radius: 0;
    padding: 0;
}
.nav-wrapper {
  top: 0;
}
.body-container-added {
  margin-top: 104px;
}
.hs-search-field__bar input {
    margin: 5px 0 !important;
    font-size: 13px !important;
    line-height: 1em !important;
    padding: 3px 6px !important;
    height: auto !important;
    font-family: 'Roboto',sans-serif;
      width: 100% !important;
    border-radius: 1px;
    border: 1px solid #7f97a9;
      color: #595959;
  font-weight: 400;
  background: #fff;sl
}

h3.form-title {
  padding-bottom: 0;
}
.header__logo--main {
  padding: 10px 0;
}
.header__container {
  padding: 0 40px;
}
.header__container {
  position: relative;
  z-index: 4;
}

@media(max-width: 767px) {
.header__navigation--toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    z-index: 3;
}
.header__close--toggle {
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}
.header__navigation--toggle.open {
    opacity: 0;
}
  .header__container {
    padding: 0;
  }
  .header__row-2 {
    padding: 0;
  }
  .header__column {
    position: initial;
  }
}





/* Header Styles */
.header__container {
/*     background: url(https://43298.fs1.hubspotusercontent-na1.net/hubfs/43298/ecommerce-header-v1.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
  background: #252f3d;
}
.header-nav-bar {
  background: #166ABD;
}
.header__navigation {
  margin: 0 auto;
  float: none;
  max-width: fit-content;
}
.header__column {
    flex-basis: 66%;
}

.mini-nav .hs-menu-wrapper ul li a {
  color: #fff;
  font-size: 14px;
  padding: 3px 15px;
}
.mini-nav .hs-menu-wrapper ul li, .mini-nav .hs-menu-wrapper ul {
  color: #fff;
  font-size: 14px;
}
.mini-nav .hs-menu-wrapper ul li {
  border-right: 1px solid #fff;
}
.mini-nav .hs-menu-wrapper ul li:last-child {
  border-right: 0;
}
.header__row-2 {
  justify-content: space-between;
}
.centered-header-text h4, .centered-header-text h4 a {
  color: #fff;
  text-align: center;
}
.right-header-text {
  text-align: center;
  flex-basis: 20%;
}
.right-header-text h5 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.right-header-text p {
  font-weight: 300;
  font-size: 11px;
  color: #fff;
}



.header__navigation .hs-menu-wrapper ul li a, body .navigation-primary a, .header__logo .logo-company-name, .header__language-switcher-label-current, .header__language-switcher .lang_list_class li a {
  color: #fff !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
  line-height: 38px;
}
.header__navigation .hs-menu-wrapper ul li, .submenu.level-1 > li {
/*   display: flex !important; */
}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2, .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  overflow: visible;
}
.header__navigation .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .submenu.level-2, ul.submenu.level-3, ul.submenu.level-4 {
  background: #166ABD !important;
  z-index: 3;
}
.submenu.level-2 > li:hover {
  background: #70beff !important;
}


.submenu.level-3 > li:hover, .submenu.level-4 > li:hover {
  background: #70beff !important;
}
.header__social .social-links__icon {
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.header__social .social-links__icon svg {
  fill: #494A52 ;
  height: 13px;
}
.header__row-1 {
    padding-top: 10px;
  padding-bottom: 10px;
}
@media(min-width: 768px) {
  ul.submenu.level-3, ul.submenu.level-4 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.submenu.level-2 > li:hover ul.submenu.level-3, .submenu.level-3 > li:hover ul.submenu.level-4 {
  display: inline-block;
}
}
@media(max-width: 767px) {
  .right-header-text, .centered-header-text, .header__row-1 {
    display: none;
  }
  .header__logo img {
    max-width: 120px;
  }
  .header__logo {
    padding: 7px 0 0 7px;
    margin: 0;
  }
  .header__container {
    background: #4c4c4a !important;
  }
  .header__navigation {
    max-width: 100%;
  }
  .navigation-primary ul {
    background: #166ABD !important;
  }
}


/* Sticky Header */
header.header {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}
main#main-content {
    margin-top: 155px;
}
@media(max-width: 767px) {
  header.header {
    position: initial;
  }
  main#main-content {
    margin-top: 0;
  }
}



/* Footer Styles */
.footer-column-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer.footer {
  background: #232f3f;
}
.footer-column-container .footer-column {
  text-align: left;
}
.footer-column-container .footer-column h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family:  Arial,Helvetica,sans-serif;
}
.footer-column-container .footer-column p, .footer-column-container .footer-column p a {
  color: #fff;
  font-size: 16px;
  font-family:  Arial,Helvetica,sans-serif;
}
@media(max-width: 767px) {
  .footer-column-container {
    flex-direction: column;
  }
  .footer-column-container .footer-column  {
    text-align: center;
  }
}








/* Blog Styles */
.blog-header__form div.input {
    width: 65%;
    display: inline-block;
    float: left;
}
.blog-header__form div.hs_submit {
    width: 35%;
    display: inline-block;
    float: left;
}
.blog-header__form form label {
  display: none;
}
.blog-header__form form input[type=submit], .blog-header__form form .hs-button {
      padding: 15px 20px;
  width: 100%;
}
.blog-header__form input[type=text], .blog-header__form input[type=email] {
  padding: 13px 10px;
  border-radius: 0;
}
.blog-summary-image {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}
.blog-index__post--large {
  display: block;
}
a.blog-index__post-image-wrapper.blog-index__post-image-wrapper--large {
    max-height: 350px;
    overflow: hidden;
}
.blog-comments {
  padding-bottom: 3.3rem;
}