.fl-post-author {
  display: none;
}

.fl-sep {
  display: none;
}

.bottom-aligned-button
{
align-content: flex-end;
flex: 1 1 0;
display: grid;
}

.fl-logo-img {
    width: 180px;
}

.fl-module-rich-text {
		text-align:justify
}

.fa {
   display: none;
		font-display: 'block';
}

body {
		font-display: 'block';
}

fl-accordion-button-label: {
		border-style: none;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #eee;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*.fl-slide-text {
		text-align:justify
}*/

/* Enter Your Custom CSS Here

#gform_1 li {
  background: none !important;
    list-style-type: none;
    margin-left: 25px;
    padding: 3px 0 3px 20px;
}

.table-editable {
  position: relative;
}

.table-remove {
  color: #700;
  cursor: pointer;
  
  &amp;:hover {
    color: #f00;
  }
}

.table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
  
  &amp;:hover {
    color: #0b0;
  }
}
*/