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

/* home page hover */
.featshow__nav--dark .featshow__btn:hover, .featshow__nav--dark .featshow__btn--active {
    color: rgba(104, 215, 139, 1);
}


/* Accordion hover color */
 
.accordion__title.accordion__title--default.large-text.important-text:hover {
   color: rgba(104, 215, 139, 1);
}


@media (max-width: 480px) {
  .hs-cta-embed.hs-cta-simple-placeholder.hs-cta-embed-190621738259.hs-cta-embed__loaded {
    margin: auto;
  }