html {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	color: 19253B;
}

h1, h2, h3, h4, h5, h6 {
	color: 19253B;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: inherit !important;
	color: inherit;
}

.muteToggle {
	cursor: pointer;
}

.frm_form_field .frm_primary_label {
	padding: 10px 0;
}

#property-menu.sticky--not-top{
	position: sticky;
	top: 102px;
	background: #356A9B;
	transition: background 0.5s ease;
}

#property-menu.sticky--not-top h4 {
	color: #fff;
}

#property-menu.sticky--not-top h4 a {
	color: currentcolor;
}

@media (max-width: 1024px) {
	#property-menu.sticky--not-top{
		top: 85px;
	}
}

@media (max-width: 767px) {
	#property-menu.sticky--not-top{
		top: 80px;
	}
}
