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

.theme-system-gradient {
  background: linear-gradient(100.46deg, #a60303 7.79%, #660000 92.21%); 
}
.testimonial_job_title {
  color: #262626;
}

/**********************************************/
/* Services Page > GDD Section > module CTA   */
/**********************************************/

section#widget_1649895282304.section-base.section-didvider-buffer a.button.section-cta-btn.theme-shadow { background:white; color:#a60303;  
}

/**********************************************/
/* Services Page > CRM Section > module CTA   */
/**********************************************/

section#module_1649903243670.section-base.section-didvider-buffer a.button.section-cta-btn.theme-shadow { background:white; color:#a60303;  
}


/**********************************************/
/* Services Page > CRM Section > module CTA   */
/**********************************************/

section#module_16499315102444.section-base.section-didvider-buffer a.button.section-cta-btn.theme-shadow { background:white; color:#a60303;  
}

/**********************************************************/
/* ROI Calculator LP > roi-lead-form-bar > change color   */
/* Does not work as of 20221117                           */
/**********************************************************/
#roi-lead-form-bar.sc-jWEIYm.jRiXxl.sticky-element { background-color: a60303;}

.Hero-section-overlay {
    background-color: #a60303;
    opacity: .00 !important;
}

body.is-embedded #roi-lead-form-bar { background-color: a60303;}

/* Desktop */
#hs-roi-calculator-embed > div > div {
  height: 2580px!important;

/* Tablet: */
@media (max-width: 1015px) {
  #hs-roi-calculator-embed > div > div {
    height: 3380px!important;
  }
}

/* Mobile: */
@media (max-width: 570px) {
  #hs-roi-calculator-embed > div > div {
    height: 4950px!important;
  }
}