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

/* Center H2 in Testimonial Row on Homepage  on Mobile */
@media (max-width: 767px) {
  .mobile-center {
    text-align: center !important;
  }
}

/* Tabbed Content Module Corner Rounding */
#hs_cos_wrapper_widget_1764730121033 .panel {
  border-radius: 20px; !important;
}

/* FAQ Sticky Accordion Menu */
.hhs-accordion-content.menu-opt .hs-menu-wrapper.hs-menu-flow-horizontal {
  font-size: 16px; font-weight: 400 !important;
}