/* @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    */
/*****************************************/

.site-header__navigation .hs-menu-item .hs-menu-link{color:#ffffff;font-size:18px;font-family: 'Roboto'; font-weight: normal;}
.site-header__main-wrapper{max-width: 1200px;margin: 0px auto;}

.hs-blog-listing .post_listing-row-0-padding {padding-bottom:0 !important;}
.hero-blog-post {padding-top: 50px;}
nav.hs-pagination {
    margin-bottom: 70px;
}
a.hs-pagination__link:hover svg {
    fill: #ffffff;
}
.hs-pagination a.hs-pagination__link {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 15px;
}
.hs-pagination a.hs-pagination__link:hover {
    background: #ca2323;
    color: #ffff;
}
.hs-pagination a.hs-pagination__link.hs-pagination__link--number.hs-pagination__link--active {
    background: #ca2323;
    color: #ffff;
}
@media not screen and (min-width: 1024px){
  .logos__slider .logos__item img {
      max-height: 100%;
  }
}
@media (min-width: 768px){
.related-posts__posts {justify-content: center;}
  .related-posts__posts .related-blog-item:first-child {
    margin-left: var(--gutter);
}
}
@media (min-width: 1120px){
  .site-header__navigation{height:100%;}
.site-header__navigation .hs-menu-item.hs-menu-depth-1:focus-visible>.hs-menu-link, .site-header__navigation .hs-menu-item.hs-menu-depth-1:hover>.hs-menu-link {
    color: #ffca13;
}
  .site-header__navigation .hs-menu-item.hs-menu-depth-1:focus-visible, .site-header__navigation .hs-menu-item.hs-menu-depth-1:hover {
    background-size: none;
    color: var(--menu-link-hover);
}
  .site-header__menu-wrapper {
     flex-grow: unset; 
}
  .site-header__navigation .hs-menu-item.hs-menu-depth-1:focus-visible, .site-header__navigation .hs-menu-item.hs-menu-depth-1:hover{background size:100% 7px !important;}
  .site-header__navigation .hs-menu-item.hs-menu-depth-1{background-position: 100% 100%;background size:100% 7px !important;background-image: linear-gradient(#ffca13,#ffca13);}
  .site-header__menu{align-items:center;}
}
@media(max-width:767px){
  footer.site-footer{text-align:center !important;}
  .site-header__navigation{padding:0;}
  .site-header__menu{padding:15px;}
  
}