{#
.toggle-content {
	display: none;
}

.toggle-content.is-visible {
	display: block;
}

.dnd-column.remove-margin {
  margin-top: 0 !important;
}

#}

.hero-section.center_placement {
  background-position: center !important;
}

.hero-section.bottom_center_placement {
  background-position: bottom center !important;
}

.hs-inline-edit.row-fluid-wrapper.row-depth-1 {
  display: block !important;
}
.hs-inline-edit .toggle-content {
  display: block;
}

.hs-inline-edit .toggle {
  margin-top: 40px;
}

.border-gradient {
  border-radius: 10px;
  {#
  border: 2px solid rgba(255, 255, 255, 0.00);
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom right, rgba(255,255,255,0.1) 0%, rgba(105, 58, 231, 1) 100%);
  #}
}

.nwc-hover-card .content {
  opacity: 0;
	transition: opacity .15s;
}

.nwc-hover-card:hover .content {
  opacity: 1;
}