/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-elevated-lifestyle-location-page {
  margin: 0 !important;
  max-width: unset !important;
  padding: 66px 0 16px 0;
}
.ellpContainer {
  position: relative;
  background:#4A667D;
  padding: 52px 15px 45px 15px;
}
.ellpContainer .wp-block-image {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.ellpContainer p:last-of-type {
  text-align: center;
  text-transform: uppercase;
  margin: 0 !important;
  font-family: "Gotham A", "Gotham B" !important;
	font-weight: normal !important;
	font-size: 22px !important; 
	color: #FFFFFF !important;
	line-height: 31px;
}