@charset "UTF-8";
/*******************************************************************************
                               TABLE OF CONTENTS
*******************************************************************************

#0 - Temporary Code Corrections

#1 - General Website Style Edits
  1.1 - Elementor Element modifiers

/*******************************************************************************
********************************************************************************
#0 - Temporary Code Corrections
********************************************************************************
*******************************************************************************/


/*******************************************************************************
********************************************************************************
#1 - General Website Style Edits
********************************************************************************
*******************************************************************************/

/****************** 1.1 - Elementor Element modifiers *************************/
/* adds in modifications to widgets to globally apply the edit so that custom
   CSS additions are not required every time the element is created */

/* remove auto-margin added at the bottom of text-editor element */
.elementor-widget-text-editor p {
    margin-bottom:0px;
}