/*
Theme Name: Divi Child Theme
Version: 1.0
Description: A customized version of Divi
Author: Full Spectrum Marketing
Author URI: http://www.fullspectrummarketing.com
Template: Divi
*/


/* hide Divi branding in footer */

#footer-info {
	display: none;
}

@media only screen and (min-width:981px) {

	/* set the slider height for hero images */
	.et_pb_slider,
	.et_pb_slider .et_pb_container {
		/*height: 600px !important;*/
	}

	.et_pb_slider,
	.et_pb_slider .et_pb_slide {
		/*max-height: 600px;*/
	}
}

#page-container .et_pb_text ol {
	padding-left: 1.5em;
}

.et_pb_text ol li {
	list-style-position: outside;
	padding-left: .5em;
	padding-bottom: .5em;
}

#copyright {
	color: #fff;
	line-height: 2em;
	text-align: center;
	font-size: 14px;
	padding: 5% 0;
}

.et_pb_text h2 {
	color: #003e7e !important;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

.et_pb_text h1 {
	color: #003e7e !important;
	font-weight: 400;
	text-transform: uppercase;
}

.et_pb_text h1 strong {
	font-weight: 900;
}

.et_pb_text h3 {
	color: #003f7e;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

h4,
.et_pb_text h4,
.et_pb_blurb h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.et_pb_text h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
}

.et_pb_text h2 strong {
	font-weight: 900;
}

@media only screen and (max-width:980px) {
	.et_pb_text h2 {
		font-size: 24px;
	}
}


/* basic forms */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	padding: 1em;
	border: none;
	font-size: 14px;
}
body .gform_wrapper select{
	height: 48px;
    margin-top: 0 !important;
}
body #page-container .et_pb_button,
body #page-container .gform_button {
	cursor: pointer;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	padding: 1em;
	border: none;
	font-size: 14px;
	border: 1px solid #ccc;
}

body #page-container .gform_button {
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid red;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 1em 3em;
}

.gform_wrapper {
	padding: 20px;
	background: #f9f9f9;
}

#page-container .gform_footer {
	text-align: center;
}


/* material design shadows */

body {
	background: #e2e1e0;
	text-align: center;
}

.depth-1,
.et_clickable img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.depth-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.depth-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.depth-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.depth-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.depth-hover,
.et_clickable img {
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover,
.et_clickable img:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	cursor: pointer;
}

.depth-hover:hover .et_pb_testimonial_portrait {
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
	filter: saturate(5);
}

.depth-hover .et_pb_testimonial_portrait {
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* material design button click ripple */

.ripple {
	overflow: hidden;
}

.ripple:active {
	position: absolute;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: white;
	animation: ripple-animation 2s;
}

@keyframes ripple-animation {
	from {
		transform: scale(1);
		opacity: 0.4;
	}

	to {
		transform: scale(100);
		opacity: 0;
	}
}

#page-container p:last-of-type {
	padding-bottom: 10px;
}

#page-container p:last-child,
#page-container h2:last-child,
#page-container h3:last-child,
#page-container ul:last-child,
#page-container li:last-child {
	padding-bottom: 0;
}


/* buttons */

#page-container .et_pb_button {
	padding: .25em 1em .25em 0 !important;
	border-bottom: 5px solid #c6c6c6 !important;
	letter-spacing: .1em;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

#page-container .et_pb_button:hover {
	border-color: #1c417d !important;
	background: none !important
}

#page-container #gov-buttons .et_pb_button {
	border-bottom: none !important;
	padding-top: .75em !important;
	padding-bottom: .75em !important;
	font-size: 26px;
	letter-spacing: 0;
	font-weight: 300;
}

#page-container #gov-buttons .et_pb_button:hover {
	opacity: 0.5;
}

#page-container #gov-buttons .et_pb_button:after {
	font-size: 26px;
	color: #d31145;
}

#page-container #retro-buttons-section #gov-buttons .et_pb_button:after {
	color: #fff !important;
}

@media only screen and (max-width:980px) {

	#page-container #gov-buttons .et_pb_button,
	#page-container #gov-buttons .et_pb_button:after {
		font-size: 16px;
	}

	.short-news-list .post-content {
		width: 100% !important;
	}

	body #page-container .et_pb_button,
	body #page-container .et_pb_button:after,
	body #page-container .gform_button,
	body #page-container .gform_button:after {
		font-size: 14px;
	}

	body #page-container .bottom-nav li {
		display: block;
		font-size: 14px;
		text-align: left;
	}
}


/* custom css below */

#top-header #et-secondary-nav li {
	margin-right: 1.5em;
}

#main-header {
	border-top: 3px solid #1c417d;
}

#top-header #et-info,
#top-header #et-secondary-menu > ul > li a {
	display: block;
	padding-bottom: 0.75em;
	font-weight: 500;
}

#main-header #et-top-navigation nav > ul > li > a,
#main-header #et-top-navigation nav > ul > li > a {
	font-weight: 600;
	letter-spacing: 0.03em;
}

#main-header #top-menu {
	display: flex;
	flex-direction: row;
}

#top-menu-nav {
	width: 80%;
	max-width: 1920px;
}

#main-header #top-menu li {
	flex: 1;
}

#et-top-navigation {
	padding: 0 !important;
}

#top-menu .centered-inline-logo-wrap {
	margin-top: 16px !important;
}

#home-header .header-content-container .header-content {
	display: flex;
	flex-direction: column;
}

#home-header .et_pb_module_header {
	order: 2;
}

#home-header .et_pb_fullwidth_header_subhead {
	order: 1;
	margin-bottom: 1em;
}

.et_pb_fullwidth_header_subhead {
	line-height: 1.1em;
}

#page-container .interior #left-area .header-content-container {
	margin-right: 0;
	padding: 0;
	width: 100%;
}

#page-container .interior #left-area .header-content {
	margin-right: 0;
	padding: 0;
	width: 100%;
}

#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Pro';
	font-size: 26px;
	color: #d31145;
	position: absolute;
	top: 51px;
	line-height: 1em;
	height: 1em;
	bottom: 50%;
	right: 1.5vw;
}

#top-menu .sub-menu li,
#top-menu li.mega-menu.mega-menu-parent li li,
#top-menu li.mega-menu.mega-menu-parent li > a {
	line-height: 1.5em;
	vertical-align: top;
	padding-top: .5em;
	padding-bottom: .5em;
}

#top-menu li.mega-menu.mega-menu-parent li li,
#top-menu li.mega-menu.mega-menu-parent li > a {
	padding-left: .5em;
}

#top-menu li li a {
	padding: 0;
	text-transform: capitalize;
	font-size: 14px;
}

#top-menu .sub-menu {
	vertical-align: top;
	width: 244px;
	padding-bottom: 20px !important;
}

.et_fullwidth_nav #top-menu li.mega-menu > ul {
	right: 0 !important;
	left: 30px !important;
	width: auto;
	max-width: 980px;
	margin: 0 auto;
}

#top-menu li.mega-menu > ul > li > a:first-child {
	padding-top: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	font-weight: 900;
	text-transform: uppercase;
	padding-left: 0;
}


/* quick links */

#quick-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

#quick-links ul li {
	flex: 1;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
}

#quick-links ul li a {
	color: #004275;
	font-size: 12px;
}

#quick-links ul li a:hover:before {
	color: #004275;
}

#quick-links ul li a:before {
	content: '\f571';
	font-family: 'Font Awesome 5 Pro';
	display: block;
	font-size: 4em;
	line-height: 1em;
	padding-bottom: .15em;
	font-weight: 200;
	color: #d31145;
	transition: all .2s ease-in-out;
}

#quick-links ul li a.pay:before {
	content: '\f571';
}

#quick-links ul li a.recycling:before {
	content: '\f1b8';
}

#quick-links ul li a.parks:before {
	content: '\f724';
}

#quick-links ul li a.permits:before {
	content: '\f56c';
}

#quick-links ul li a.leaf:before {
	content: '\f06c';
}

#quick-links ul li a.mulch:before {
	content: '\f713';
}

#quick-links ul li a.snow:before {
	content: '\f7cf';
}

#quick-links ul li a.electric:before {
	content: '\f0e7';
}

#quick-links ul li a.gas:before {
	content: '\f6df';
}

#quick-links ul li a.tree:before {
	content: '\f400';
}

#quick-links ul li a.library:before {
	content: '\f02d';
}

#quick-links ul li a.store:before {
	content: '\f54e';
}

#quick-links ul li a.balance:before {
	content: '\f24e';
}

#quick-links ul li a.chart-line:before {
	content: '\f201';
}

#quick-links ul li a.badge-dollar:before {
	content: '\f645';
}

#quick-links ul li a.file-invoice:before {
	content: '\f570';
}

#quick-links ul li a.building:before {
	content: '\f1ad';
}

#quick-links ul li a.hard-hat:before {
	content: '\f807';
}

#quick-links ul li a.money-bill-wave:before {
	content: '\f53a';
}

#quick-links ul li a.fire-extinguisher:before {
	content: '\f134';
}

#quick-links ul li a.user-shield:before {
	content: '\f505';
}

#quick-links ul li a.recycle:before {
	content: '\f1b8';
}

#quick-links ul li a.hiking:before {
	content: '\f6ec';
}

#quick-links ul li a.calendar-star:before {
	content: '\f736';
}

#quick-links ul li a.dumbell:before {
	content: '\f44b';
}

#quick-links ul li a.sack-dollar:before {
	content: '\f81d';
}

#quick-links ul li a.file-chart-pie:before {
	content: '\f65a';
}

#quick-links ul li a.phone:before {
	content: '\f095';
}

#quick-links ul li a.file-download:before {
	content: '\f56d';
}

#quick-links ul li a.cogs:before {
	content: '\f085';
}

#quick-links ul li a.bell-exclamation:before {
	content: '\f848';
}

#quick-links ul li a.helping-hands:before {
	content: '\f4c4';
}

#quick-links ul li a.question-square:before {
	content: '\f2fd';
}

#quick-links ul li a.cloud-showers-heavy:before {
	content: '\f740';
}

#quick-links ul li a.water:before {
	content: '\f773';
}

#quick-links ul li a.shower:before {
	content: '\f2cc';
}

#quick-links ul li a.tint:before {
	content: '\f043';
}

#quick-links ul li a.calendar:before {
	content: '\f736';
}

@media only screen and (max-width:880px) {
	#quick-links {
		padding: 5%;
	}

	#quick-links ul {
		display: block;
		text-align: center;
	}

	#quick-links ul li {
		display: inline-block;
		width: 100px;
		height: 100px;
		vertical-align: top;
	}

	#quick-links ul li a {
		line-height: 14px;
		display: block;
	}
}

.et_pb_text blockquote {
	font-style: italic;
}

@media only screen and (min-width: 981px) {

	.et_header_style_left #et-top-navigation nav > ul > li > a,
	.et_header_style_split #et-top-navigation nav > ul > li > a {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	#page-container .header-content-container.center {
		width: 80%;
		max-width: 1920px;
	}

	#page-container .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		width: 100%;
		max-width: 1920px;
		margin: 20px auto;
	}

	#home-header {
		min-height: calc(100vh - 350px);
		display: flex;
	}
}


/* short-news-list */

.short-news-list .entry-featured-image-url {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	float: left;
	margin-right: 5%;
}

.short-news-list .entry-title,
.short-news-list .post-meta,
.short-news-list .post-content {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

.short-news-list .post-content {
	position: relative;
}

.short-news-list .post-content .more-link,
.more-link {
	font-size: 14px;
	float: right;
}

.short-news-list .post-content .more-link:after,
.more-link:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f054';
	color: #d30f46;
	font-size: 14px;
	position: relative;
	left: 1em;
}

.short-news-list .et_pb_post {
	margin-bottom: 30px;
}


/* events-list */

#page-container .events-list .mec-wrap {
	padding: 12px 0 0 10px;
}

#page-container .events-list article {
	background-color: #d4dff0;
	padding: 45px 50px 25px 50px;
	text-align: left;
	margin-bottom: 50px;
	position: relative;
}

#page-container .events-list article .event-color {
	display: none;
}

#page-container .events-list article .mec-event-title {
	margin: 0;
	padding: 0;
}

#page-container .events-list article .mec-event-title a {
	color: #1c417d !important;
	text-transform: none;
	font-weight: 400;
	font-size: 20px;
	display: block;
	position: relative;
}

#page-container .events-list article .mec-event-title a:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f054';
	color: #d30f46;
	font-size: 16px;
	position: relative;
	left: 1em;
}

#page-container .events-list .mec-event-date {
	color: #fff;
	font-size: 16px;
	padding: 1em;
	background-color: #d30f46;
	position: absolute;
	top: -24px;
	left: -20px;
}

.reasons .et_pb_blurb .et_pb_blurb_content {
	max-width: none;
}


/* footer */

#page-container #menu-footer-menu,
#page-container #et-footer-nav {
	padding: 2% 0 !important;
	text-align: center;
}

#page-container #et-footer-nav {
	background: url(/wp-content/themes/Divi-child/images/footer-bg.jpg) no-repeat top left;
	background-size: cover;
}

#copyright .footer-logo {
	display: block;
	text-align: center;
}

.bottom-nav a {
	font-weight: 900 !important;
}


/* sidebar */

@media (min-width: 981px) {
	#page-container #sidebar {
		padding-right: 30px;
		padding-left: 0;
	}

	#page-container #left-area {
		padding-right: 0;
	}

	#page-container .container {
		width: 90%;
	}
}

#page-container .et_pb_module .et_pb_widget {
	margin-bottom: 6%;
}

.advanced-sidebar-menu a {
	color: #212121;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	display: block;
	padding: .25em 0;
}

#main-content .container:before {
	content: none !important;
}

.parent-sidebar-menu > li:first-child > a {
	color: #fff;
	background: #d31145;
	padding: .5em 1em;
	display: inline-block;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
}

.parent-sidebar-menu > li:first-child > a:hover {
	color: #fff;
}

.child-sidebar-menu {
	margin: 0 0 0 1em;
	padding: 2em 0 .5em 5px !important;
	position: relative;
	top: -22px;
	background: #fff;
	z-index: 9;
}

.child-sidebar-menu .current_page_item > a {
	font-weight: 900;
}


/* breadcrumbs */

#breadcrumbs {
	background-color: #1c417d;
	color: #fff;
	padding: .5em 0;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs .breadcrumb_last {
	font-weight: 900;
	text-transform: uppercase;
}

#breadcrumbs .fa-chevron-right {
	margin: 0 .5em;
}


/* interior */

#page-container .interior .et_pb_fullwidth_header {
	padding: 16vh 0;
}

#page-container .interior #left-area .et_pb_row {
	width: 90%;
}

@media only screen and (max-width:980px) {
	#main-content.interior .container {
		width: 100%;
	}
}


/* events */

.mec-container {
	margin: 58px auto;
}

.mec-container .mec-wrap {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

.mec-events-meta-group-countdown .countdown-w span {
	color: #222;
}

.mec-single-event-description.mec-events-content {
	text-align: left !important;
}

@media only screen and (max-width: 479px) {
	.mec-container {
		width: 90% !important;
	}

	.mec-single-event .mec-events-meta-group-countdown {
		margin-left: 0 !important;
	}

	.mec-events-meta-group-countdown .countdown-w {
		padding-top: 0 !important;
	}
}

#page-container .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after {
	background-color: #d31145 !important;
}


/* single-post */

.single-post #main-content {
	background: #e2e1e0;
}

.single-post #main-content > .container {
	padding-bottom: 58px;
	max-width: 980px;
}

.single-post #content-area {
	background: #fff;
	padding: 4% 4% 0 4%;
}

.single-post #sidebar {
	display: none;
}

.single-post #left-area {
	width: 100%;
}

@media only screen and (max-width: 570px) {
	#page-container .container {
		width: 90%;
	}
}

@media only screen and (max-width:980px) {
	#content-area {
		display: flex;
		flex-direction: column;
	}

	#content-area #sidebar {
		order: 2;
		padding: 20px 0;
		width: 90% !important;
		margin: 0 auto;
	}

	#content-area #sidebar #advanced_sidebar_menu-2 {
		margin-bottom: 0;
	}

	#content-area #left-area {
		order: 1;
	}

	#main-content > .container {
		padding-top: 0 !important;
	}
}


/* contact info sidebar */

.et_pb_column .et_pb_widget_area_left {
	padding: 0;
	margin: 0;
	border: 0;
}

.et_pb_column .et_pb_widget_area_left h4.widgettitle {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

.et_pb_column .et_pb_widget_area_left h4 {
	font-weight: 900;
	font-size: 16px;
}

.et_pb_column .et_pb_widget_area_left p {
	font-size: 12px;
	line-height: 1.5em;
}


/* person module */

.et_pb_team_member .et_pb_module_header {
	font-size: 16px;
	font-weight: 900;
}

.et_pb_team_member .et_pb_member_position {
	color: #000;
	font-size: 14px;
	line-height: 1.5em;
	font-style: italic;
}


/* blurbs */

#page-container .et_pb_blurb_content {
	max-width: 100%;
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_description {
	padding-left: 2em;
}

@media (min-width: 981px) {

	.et_full_width_page #left-area,
	.et_no_sidebar #page-container #left-area {
		float: right !important;
		width: 79.125% !important;
	}
}

/*meeting minutes*/
#meeting-minutes-search span {
	padding: 0 10px;
}

/* ravenna blog*/
#post-1992 .et_post_meta_wrapper img {
	max-width: 50%;
}

#post-1992 .et_post_meta_wrapper {
	text-align: center;
}


#alerts-header .et_pb_widget {
	float: none;
	width: 100%;
	display: block;
	color: #fff;
	background: #d30f46;
	padding: 1em 0;
}

#alerts-header .et_pb_widget .more-link {
	float: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-left: 1em;
}

#alerts-header .et_pb_widget .more-link:after {

	margin: 0;
	left: 0;
	color: #fff;
	padding-left: .5em;
}

#alerts-header a {
	color: #fff !important;
	text-decoration: underline;
}

@media only screen and (max-width:980px) {

	#alerts-header .et_pb_widget .more-link,
	#alerts-header .et_pb_widget,
	#alerts-header .et_pb_widget .more-link:after {
		font-size: 10px;
	}
}

/* Customization for Commercial Real Estate pages */
.reset-blurb .et_pb_blurb_description {
	padding: 0 !important;
}

.commercial-real-state__intro p {
	columns: 300px 2;
	column-gap: 48px;
}

@media (min-width: 981px) {
	.commercial-real-state__stats {
		padding: 0;
	}

	.commercial-real-state__stats .et_pb_column {
		border-right: 2px solid #cccccc;
		padding-right: 5.5%;
	}

	.commercial-real-state__stats .et_pb_column.et-last-child {
		border: 0;
	}
}

.commercial-real-state__details-list ul, .commercial-real-state__contacts-list ul, .commercial-real-state__details-list li, .commercial-real-state__contacts-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commercial-real-state__details-list li, .commercial-real-state__contacts-list li {
	background: #ffffff;
	margin-bottom: 1em;
	padding: 1em !important;
}

.commercial-real-state__details-list li {
	text-align: right;
}

.commercial-real-state__details-list strong {
	background: #d31145;
	color: #ffffff;
	display: inline-block;
	float: left;
	left: -1em;
	padding: 1em;
	position: relative;
	top: -1em;
}


.commercial-real-state__stats small, .commercial-real-state__contacts-list small {
	display: block;
	font-size: .625em;
}

.commercial-real-state__contacts-list small {
	color: #d31145;
	text-transform: uppercase;
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_description {
	padding-left: 2em;
}

#area-overview .activelinks,
#area-overview-code,
#area-overview-code .et_pb_code_inner {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#area-overview .activelinks li {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: absolute;
}

#area-overview .activelinks li span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#area-overview .activelinks li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d31145;
}


#area-overview .activelinks li:after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #d31145;
    animation: pulse-ring 2s cubic-bezier(.215,.61,.355,1) infinite;
}

#area-overview .activelinks li:nth-child(1) {
    top: 5%;
	left: 72%;
}

#area-overview .activelinks li:nth-child(2) {
    left: 49%;
}

#area-overview .activelinks li:nth-child(3) {
    top: 5%;
    left: 57%;
}

#area-overview .activelinks li:nth-child(4) {
    top: 9.75%;
    left: 55.25%;
}

#area-overview .activelinks li:nth-child(5) {
    top: 47%;
    left: 52%;
}

#area-overview .activelinks li:nth-child(6) {
    top: 9%;
    left: 68%;
}

#area-overview .activelinks li:nth-child(7) {
    top: 19%;
    left: 66%;
}

#area-overview .activelinks li:nth-child(8) {
    top: 41%;
    left: 46%;
}

#area-overview .activelinks li:nth-child(9) {
    top: -3%;
    left: 59%;
}

#area-overview .activelinks li:nth-child(10) {
    top: 22%;
    left: 96%;
}

#area-overview .activelinks li:nth-child(11) {
    top: 19%;
    left: 77%;
}

#area-overview .activelinks li:nth-child(12) {
    top: -4%;
    left: 78%;
}

#area-overview .activelinks li:nth-child(13) {
    top: 34%;
    left: 65%;
}

#area-overview .activelinks li:nth-child(14) {
    top: 14%;
    left: 69%;
}

#area-overview .activelinks li:nth-child(15) {
    top: 25%;
    left: 91%;
}




#area-overview .activelinks li:nth-child(1):after {
    animation-delay: 0;
}

#area-overview .activelinks li:nth-child(2):after {
    animation-delay: 100ms;
}

#area-overview .activelinks li:nth-child(3):after {
    animation-delay: 300ms;
}

#area-overview .activelinks li:nth-child(4):after {
    animation-delay: 500ms;
}

#area-overview .activelinks li:nth-child(5):after {
    animation-delay: 200ms;
}

#area-overview .activelinks li:nth-child(7):after {
    animation-delay: 200ms;
}

#area-overview .activelinks li:nth-child(8):after {
    animation-delay: 200ms;
}

#area-overview .activelinks li:nth-child(9):after {
    animation-delay: 200ms;
}

#area-overview .activelinks li:nth-child(10):after {
    animation-delay: 200ms;
}



#area-overview .activelinks li:hover span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 200px;
    z-index: 9999;
    height: auto;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    line-height: 1.5em;
    padding: 10px;
}


@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}


#top-header .fsm_faux_button {
    z-index: 999999;
}
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:visible !important;}


.property-detail-link a{
    line-height: 40px;
    display: block;
    background: #d31145;
    color: #ffffff;
}

.property-detail-link a:hover{
    transition:all .5s ease-in-out;
    background: #013e7d;
    color: #ffffff;
}

#homepage-announcement h3 {
	font-weight: 700;
}

#homepage-announcement .announcement-content {
	display: flex;
}

#homepage-announcement .announcement-content p:first-child {
	flex: 2;
} 

#homepage-announcement .announcement-content .img-wrap {
	flex: 1;
	display: flex;
	align-items: flex-start;
} 

#homepage-announcement .announcement-content .img-wrap img {
	width: 100%;
    object-fit: contain;
    padding: 2rem;
}

@media screen and (max-width: 600px) {
	#homepage-announcement .announcement-content .img-wrap img {
		width: 80%;
	}

	#homepage-announcement .announcement-content .img-wrap {
		justify-content: center;
	}

	#homepage-announcement .announcement-content {
		flex-direction: column;
	}

	#homepage-announcement h3 {
		font-size: 1.5em !important;
	}
}