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

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

* {
    border-radius: 0 !important;
}

.header__buttons .module--button a.btn:hover {
  transform: none;
}

.header__buttons .module--button a.btn:hover:after,
.header__buttons .module--button a.btn.btn--dark.btn--fill:hover,
.header__buttons .module--button a.btn.btn--dark.btn--outline:hover {
  background: #0073ab;
}

.header__section--main .header__center {
  padding-top: 2rem!important;
}

.hs-landing-page .header__section--main .header__center {
  padding-top: 0!important;
}

.header--sticky-active .header__center {
  padding-top: .8rem!important;
  padding-bottom: .8rem!important;
}

.header--overlap:not(.header--sticky-active), .header--overlap:not(.header--sticky-active) .header__section--main {
  background-color: white!important;
}

.header__extra .btn--white:hover {
  color: #0073ab;
}

#header_search svg path {
  fill: #2D2E2D;
}

.header__mobile-nav a.mnav__open {
  color: #2D2E2D!important;
}

.legal-consent-container {
  font-size: .89rem;
}

footer {
  background-color: rgba(45, 46, 45, 1)!important;
  color: white!important;
}

.footer__links .txt--light a {
  color: white!important;
}

.footer__links .txt--light a:hover,
.above-footer a:hover {
  color: #FFB21E!important;
  text-decoration: none;
}

/* --- Blog --- */

.blog-hero-1 {
  padding-top: 190px!important;
}

.blog-hero-1__tags-visible a {
  font-size: .9rem!important;
}

[data-hs-icon-hubl] svg {
  height: revert-layer;
}

.hs_cos_wrapper_type_icon svg {
  height: revert-layer;
}

.hs-blog-listing main a.btn {
  text-transform: uppercase;
  font-size: .83rem;
  padding: .45rem .68rem;
  background: #2d2e2d!important;
  color: #fff!important;
  border: 0!important;
}

.hs-blog-listing main a.btn:hover {
  background-color: #0073ab!important;
  transform: none!important;
  transform: scale(1)!important;
}


.hs-blog-listing main a.btn.btn--outline:not(:hover),
.hs-blog-listing main a.btn.btn--outline {
    padding: calc(.45rem - 2px) calc(.68rem - 2px)
}

.blog-listing-1__summary h2,
.blog-listing-1__summary h3 {
  font-size: 1rem;
  line-height: 1.56;
  margin-bottom: 0;
  color: rgb(45,46,45)!important;
}

.blog-listing-1__text .blog-listing-1__summary p {
  font-weight: 400!important;
  color: rgb(45,46,45)!important;
}