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

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

.blog-listing__header h3 {
  
  font-size: 18px;
  
}

.icon { 
  
  background: #2a5078 !important;
  
}

a.pagination__link.pagination__link--number, a.pagination__link.pagination__link--next, a.pagination__link.pagination__link--last  {
  
  color: #2a5078 !important;
  
}

.pagination__link-icon svg {
  
  fill: #2a5078 !important;
  
}

a.pagination__link.pagination__link--number.pagination__link--active {
  
  border-color: #2a5078!important;
}

.button.button--brutalist {
    border: 2px solid #2a5078 !important;
    background-color: rgba(255, 255, 255, 1.0);
    color: #2a5078 !important;
    fill: #2a5078 !important;
    box-shadow: 4px 4px 0px rgb(42, 80, 120); !important;
}

.footer .hs-menu-wrapper a {
  
  color: #f6f6f6;
  font-weight: 400 !important;
  
}

.footer .hs-menu-wrapper a:hover {
  
  color: #fbba00;
  font-weight: 400 !important;

  
}

.footer hr {border-bottom-color: #A9A9A9 !important;}

/* .footer .hs-menu-wrapper a {
  
  color: #fff !important;
  
} */

/* #hs_cos_wrapper_module_1670340148047 .button.button--brutalist, #hs_cos_wrapper_header-module-1 .button.button--brutalist {
  
  background: #61aee1;
  
} */

.header__container--left .header__menu-col {
    flex: unset !important; 
}