body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
.result-audience {
    margin-bottom: 15px;
}
.email-newsletter-link a {
    border: 1px solid #039263;
    padding: 15px;
}
.email-newsletter-link a:hover {
    border: 1px solid #3058a6;
}

/*** GENERAL STYLES ***/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	max-width: 100%;
	overflow-x: hidden;
}
footer .gform_wrapper select option {
    background-color: #212121;
}
.gform_confirmation_wrapper {
    color: #3058a6;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
a {
	color: #039263;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:hover {
	color: #3058a6;
	text-decoration: none;
}
img.box-shadow {
	margin-right: 50px;
	-webkit-box-shadow: 50px 50px 0px 0px rgba(243,242,242,1);
	-moz-box-shadow: 50px 50px 0px 0px rgba(243,242,242,1);
	box-shadow: 50px 50px 0px 0px rgba(243,242,242,1);
	margin-bottom: 80px;
}
img.box-shadow.alignleft {
	margin-right: 80px;
}

@media (max-width: 992px) {
	img.box-shadow {
		display: none;
	}
}



h1 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 30px;
}
h1 img.box-shadow {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 42px;
	}
}
h2 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 30px;
}
h3 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
}
h4 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 30px;
}
h5 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 30px;
}
h6 {
	color: #000000;
	font-family: 'Montserrat', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}

p {
	color: #434343;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
strong {
	font-weight: 600;
}
.sml-editor-content ul, .sml-blog-post-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
}
.sml-editor-content ul li, .sml-blog-post-content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	padding-left: 26px;
}
.sml-editor-content ul li:before, .sml-blog-post-content ul li:before {
	content: '\f1ce';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	color: #039263;
	margin-right: 10px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.sml-editor-content ul.two-column,
.sml-editor-content ul.three-column,
.sml-editor-content ul.four-column {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.sml-editor-content ul.two-column:after,
.sml-editor-content ul.three-column:after,
.sml-editor-content ul.four-column:after {
	content: '';
	display: block;
	clear: both;
}
.sml-editor-content ul.two-column li,
.sml-editor-content ul.three-column li,
.sml-editor-content ul.four-column li {
	list-style: none;
	margin-left: 0;
	position: relative;
	padding-left: 26px;
}
.sml-editor-content ul.two-column li:before,
.sml-editor-content ul.three-column li:before,
.sml-editor-content ul.four-column li:before {
	content: '\f1ce';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	color: #039263;
	margin-right: 10px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.sml-editor-content ul.two-column,
.sml-editor-content ul.three-column,
.sml-editor-content ul.four-column {
	display: block;
}
.sml-editor-content ul.two-column li,
.sml-editor-content ul.three-column li,
.sml-editor-content ul.four-column li {
	width: 100%;
	display: inline-block;
}
.sml-editor-content ul.four-column {
	column-count: 2;
}
.sml-editor-content blockquote {
	display: block;
	color: #434343;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 40px;
	border-left: 5px solid #3d5faa;
	padding: 30px;
	background-color: transparent;
}
.sml-editor-content blockquote p:last-child {
	margin-bottom: 0;
}
.sml-buttons {
	margin-top: 30px;
}
.sml-button {
	padding: 0 40px;
	height: 49px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 49px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 12px 20px;
	color: #000000;
	outline: 0;
}
select#input_3_2 {
    padding: 0 20px;
}
li#field_3_1, li#field_3_2 {
	margin-bottom: 0;
}
/*.gform_wrapper .ginput_container_select:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 40;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    color: #000000;
}*/
.gform_wrapper textarea {
    padding: 12px 20px;
}
.gform_wrapper select {
    position: relative;
    z-index: 40;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 20px!important;
    background-color: #ffffff;
    outline: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0 !important;
    -webkit-appearance: none;
}
.hoa-footer .gform_wrapper textarea {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 20px;
    border: 0;
    background-color: #212121;
    color: #FFFFFF;
    outline: 0;
    height: 190px;
}
.gform_wrapper .ginput_container_select {
    position: relative;
    margin-top: 20px !important;
}
.hoa-footer .gform_wrapper .ginput_container_select:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 30;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    color: #FFFFFF;
}
@media (max-width: 575px) {
	.sml-editor-content h1 {
		font-size: 32px;
		line-height: 42px;
	}
}
@media (min-width: 576px) {}
@media (min-width: 576px) and (max-width: 767px) {
	.sml-editor-content h1 {
		font-size: 34px;
		line-height: 44px;
	}
}
@media (min-width: 768px) {
	.sml-editor-content ul.four-column {
		column-count: 3;
	}
}
@media (min-width: 992px) {
	.sml-editor-content ul.two-column {
		column-count: 2;
	}
	.sml-editor-content ul.two-column li {
		margin-right: 1%;
	}
	.sml-editor-content ul.three-column li {
		width: 31%;
		margin-right: 1%;
	}
	.sml-editor-content ul.four-column {
		column-count: 4;
	}
	.sml-editor-content ul.four-column li {

	}
}
@media (min-width: 1200px) {}
/*** END GENERAL STYLES ***/


/*** HOA HEADER TOP ***/
.hoa-header-top {
	background-color: #039263;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
}
.hoa-header-top .hoa-header-top-right {
	text-align: right;
}
.hoa-header-top .hoa-header-social {
	display: inline-block;
	margin-right: 20px;
}
.hoa-header-top .hoa-header-social .hoa-header-social-label {
	display: inline-block;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
}
.hoa-header-top .hoa-header-social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.hoa-header-top .hoa-header-social li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.hoa-header-top .hoa-header-social a {
	color: #FFFFFF;
	display: inline-block;
	line-height: 45px;
	margin-left: 10px;
}
.hoa-header-top .hoa-header-social a:hover {
	color: #014831;
}
.hoa-header-top .hoa-header-cta {
	display: inline-block;
}
.hoa-header-top .hoa-header-cta a {
	display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 45px;
	height: 45px;
	padding: 0 30px;
	border: 0;
}
.hoa-header-top .hoa-header-cta a i {
	display: inline-block;
	margin-right: 10px;
}
.hoa-header-top .hoa-header-cta a:hover {
	background-color: #212121;
}
body.sml-modal-open {
    overflow: hidden !important;
    position: unset !important;
	margin-top: 0!important;
}
body {
	margin-top: 0!important;
}

/*@media (max-width: 767px) {
	.hoa-header-top .hoa-header-social {
		display: none;
	}
}
@media (max-width: 539px) {
	.hoa-header-top .hoa-header-cta {
		display: none;
	}
}*/
/*** END HOA HEADER TOP ***/


/*** HOA HEADER ***/
.hoa-header {
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
	z-index: 500;
	background-color: #3058a6;
	display: block;
	height: 69px;
	max-height: 69px;
	padding-top: 23px;
	padding-bottom: 23px;
	transition: max-height 0.5s ease-in-out;
}
body.admin-bar .hoa-header {
	top: 77px;
}
body.admin-bar .hoa-header.fixed {
	top: 32px;
}
.hoa-header .hoa-header-logo {
	display: inline-block;
	float: left;
	width: 199px;
	height: 198px;
	margin-top: -55px;
}
.hoa-header .hoa-header-logo a {
	float: left;
	display: inline-block;
	width: 199px;
	height: 198px;
}
.hoa-header .hoa-header-logo img {
	float: left;
	width: 199px;
	height: 198px;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 576px) {}
@media (max-width: 767px) {
	.hoa-header {
		height: 108px;
	}
	.hoa-header .hoa-header-logo {
		height: 198px;
		width: auto;
	}
	.hoa-header .hoa-header-logo a {
		height: 198px;
		width: auto;
	}
	.hoa-header .hoa-header-logo img {
		height: 198px;
		width: auto;
	}
}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
	.hoa-header.fixed {
		position: fixed;
		top: 0;
		z-index: 100000;
		max-height: 59px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.hoa-header.fixed .hoa-header-logo,
	.hoa-header.fixed .hoa-header-logo a,
	.hoa-header.fixed .hoa-header-logo img {
		height: 124px;
		width: auto;
	}
	.hoa-header.fixed {
		height: 59px;
	}
}
/*** END HOA HEADER ***/


/*** HOA HEADER DESKTOP NAVIGATION ***/
.hoa-header .hoa-header-navigation {
	text-align: right;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 12px;
	line-height: 12px;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	border-right: 2px solid #647aa9;
	height: 12px;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li > a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 12px;
	height: 12px;
	padding: 0 15px;
	margin: 0 15px;
	transition: all 0.5s ease-in-out;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li > a:hover {
	color: #8babd7;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li:first-child > a {
	padding-left: 0;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li:last-child {
	border-right: 0;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li:last-child > a {
	padding-right: 0;
	margin-right: 0;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li:hover > ul {
	display: inline-block;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1004;
	display: none;
	width: 300px;
	padding-top: 28px;
}
.hoa-header.fixed .hoa-header-navigation .desktop-navigation .navigation > ul > li:hover > ul {
	padding-top: 15px;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li > ul > li {
	display: block;
	text-align: left;
	position: relative;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li > ul > li > a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-family: 'Montserrat', serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 13px 20px;
	text-transform: uppercase;
	border-top: 1px solid #3f3f3f;
	background-color: #000000;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li > ul > li:first-child > a {
	border-top: 0;
}
.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li > ul > li:hover > a {
	background-color: #039263;
}

.hoa-header .hoa-header-navigation .desktop-navigation {
	display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li {
		border-right: 0;
	}
	.hoa-header .hoa-header-navigation .desktop-navigation .navigation > ul > li > a {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.hoa-header .hoa-header-navigation .desktop-navigation {
		display: block;
	}
}
/*** END HOA HEADER DESKTOP NAVIGATION ***/


/*** HOA HEADER MOBILE NAVIGATION ***/
.hoa-header .hoa-header-navigation .mobile-menu-icon {
	float: right;
	clear: right;
	display: inline-block;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-left: 15px;
}
.hoa-header .hoa-header-navigation .mobile-menu-icon span {
	display: inline-block;
	font-family: 'Montserrat', serif;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}
.hoa-header .hoa-header-navigation .mobile-menu-icon i {
	font-size: 18px !important;
}
.hoa-header .hoa-header-navigation .mobile-navigation {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	background-color: #000000;
	position: relative;
	overflow-x: hidden;
	top: 25px;
}
.hoa-header .hoa-header-navigation .mobile-navigation:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	background-color: inherit;
	width: 100%;
}
.hoa-header .hoa-header-navigation .mobile-navigation:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	background-color: inherit;
	width: 100%;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation.open {
	display: block;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation.closed {
	display: none;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation ul,
.hoa-header .hoa-header-navigation .mobile-navigation .navigation li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation ul.sub-menu {
	background-color: #039263;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation ul.sub-menu > li > a.nav-link {
	padding-left: 30px;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation ul.sub-menu > li > ul.sub-menu > li > a.nav-link {
	padding-left: 60px;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation ul.sub-menu.closed {
	display: none;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation ul.sub-menu.open {
	display: block;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation a.sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 15px;
	line-height: 23px;
	text-align: center;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation a.sub-menu-toggle i.fa {
	display: inline-block;
	width: 1em;
	text-align: center;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation a.nav-link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Montserrat', serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	padding: 10px 15px;
	text-align: left;
	background-color: transparent;
	border-top: 1px solid #3f3f3f;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation > ul > li:first-child a.nav-link {
	border-top: 0;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation ul.sub-menu a.nav-link {
	border-top: 1px solid #3f3f3f;
}
.hoa-header .hoa-header-navigation .mobile-navigation .navigation li.submenu-open > a.nav-link {
	background-color: #212121;
}

@media (min-width: 576px) {}
@media (max-width: 767px) {
	.hoa-header .hoa-header-navigation .mobile-menu-icon {
		/* margin-top: 15px; */
	}
	.hoa-header .hoa-header-navigation .mobile-navigation {
		top: 23px;
	}
}
@media (min-width: 992px) {
	.hoa-header .hoa-header-navigation {
		background-color: transparent;
	}
	.hoa-header .hoa-header-navigation .mobile-menu-icon {
		display: none;
	}
	.hoa-header .hoa-header-navigation .mobile-navigation {
		display: none;
	}
}
/*** END HOA HEADER MOBILE NAVIGATION ***/




/*** HOA HERO ***/
.hoa-hero {
	margin-top: 69px !important;
}
.hoa-hero .sml-slide-content {
	bottom: 100px !important;
	margin-left: 15px;
	max-width: 530px;
}
.hoa-hero .sml-slider-prev {
	background-color: rgba( 48, 88, 165, 0.80 );
	color: #FFFFFF;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 0;
	border-radius: 60px;
	font-size: 30px;
	margin-left: 40px;
	outline: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.hoa-hero .sml-slider-next {
	background-color: rgba( 48, 88, 165, 0.80 );
	color: #FFFFFF;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 0;
	border-radius: 60px;
	font-size: 30px;
	margin-right: 40px;
	outline: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.hoa-hero .sml-slider-prev:hover,
.hoa-hero .sml-slider-next:hover {
	background-color: rgba( 3, 146, 99, 0.8 );
}
.hoa-hero .sml-slide-content .sml-editor-content {
	background-color: rgba( 0, 0, 0, 0.85 );
	color: #FFFFFF;
	padding: 40px 40px 60px;
	border-left: 5px solid #3058a6;
}
.hoa-hero .sml-slide-content .sml-editor-content > h2 {
	color: #FFFFFF;
	font-size: 38px;
	line-height: 46px;
	font-weight: 700;
}
.hoa-hero .sml-slide-content .sml-editor-content > *:last-child {
	margin-bottom: 0 !important;
}
.hoa-hero .sml-buttons {
	margin-top: -23px;
	margin-left: 45px;
}

@media (max-width: 991px) {
	.hoa-hero .sml-slide-content .sml-editor-content > h2 {
		font-size: 34px;
		line-height: 44px;
	}
}
@media (max-width: 767px) {
	.hoa-hero .sml-slider-prev,
	.hoa-hero .sml-slider-next {
		display: none !important;
	}
	.hoa-hero .sml-slide-content .sml-editor-content {
		padding-bottom: 40px;
	}
	.hoa-hero .sml-slide-content .sml-editor-content > h2 {
		text-align: center;
	}
	.hoa-hero .sml-slide-content {
		bottom: 0 !important;
	}
	.hoa-hero .sml-buttons {
		display: none;
	}
}
@media (max-width: 539px) {
	.hoa-hero .sml-slide-content {
		margin-left: 0;
		max-width: 100%;
	}
	.hoa-hero .sml-slide-content .sml-editor-content {
		padding: 30px;
	}
	.hoa-hero .sml-slide-content .sml-editor-content > h2 {
		font-size: 26px;
		line-height: 36px;
	}
}
/*** END HOA HERO ***/


/*** HOA ARTICLES ***/
/*** END HOA ARTICLES ***/


/*** HOA NEWS ***/
/*** END HOA NEWS ***/


/*** HOA DIRECTORY LINKS ***/
.hoa-directory-links {
	background-color: #3058a6;
	padding-top: 0;
	padding-bottom: 0;
}
.hoa-directory-links .sml-columns > .sml-col {
	padding: 60px;
}
.hoa-directory-links .sml-columns > .sml-col:first-child {
	background-color: #3058a6 !important;
	color: #FFFFFF;
	border-top: 30px solid #FFFFFF;
}
.hoa-directory-links .sml-columns > .sml-col:nth-child(2) {
	background-color: #28498a !important;
	color: #FFFFFF;
	border-top: 30px solid #28498a;
}
.hoa-directory-links .sml-columns > .sml-col:last-child {
	background-color: #203c72 !important;
	color: #FFFFFF;
	border-top: 30px solid #FFFFFF;
}
.hoa-directory-links .sml-editor-content h2 {
	font-size: 30px;
	line-height: 40px;
}
.hoa-directory-links .sml-editor-content h2,
.hoa-directory-links .sml-editor-content p {
	color: #FFFFFF !important;
}

@media screen and (max-width: 767px) {
	.hoa-directory-links .sml-columns > .sml-col {
		border-top: 0 !important;
	}
}
/*** END HOA DIRECTORY LINKS ***/


/*** HOA NEWSLETTER ***/
.hoa-newsletter {
	background-image: url(../images/bg-newsletter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 100px;
}
.hoa-newsletter .sml-editor-content h2 {
	color: #FFFFFF !important;
}
.hoa-newsletter .sml-editor-content h2 i {
	display: inline-block;
	margin-right: 0.5em;
	color: #039263;
}
.hoa-newsletter .sml-editor-content p {
	color: #FFFFFF !important;
}
@media (max-width: 767px) {
	.hoa-newsletter {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
@media (max-width: 539px) {
	.hoa-newsletter .sml-editor-content h2 {
		font-size: 30px;
		line-height: 40px;
		position: relative;
		display: block;
		padding-left: 45px;
	}
	.hoa-newsletter .sml-editor-content h2 i {
		position: absolute;
		top: 0;
		left: 0;
	}
}
/*** END HOA NEWSLETTER ***/


/*** HOA GUIDE ***/
.hoa-guide {
	background-image: url(../images/bg-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 75px;
}
.hoa-guide .sml-editor-content {
	padding-top: 35px;
	position: relative;
}
.hoa-guide .sml-editor-content img {
	position: relative;
	top: -62px;
	margin-bottom: -89px;
}
.hoa-guide .sml-editor-content h2 {
	color: #FFFFFF !important;
	font-size: 40px;
	line-height: 50px;
}
.hoa-guide .sml-editor-content p:first-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.hoa-guide {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.hoa-guide .sml-editor-content {
		text-align: center;
		padding: 0;
	}
	.hoa-guide .sml-editor-content img {
		display: block;
		text-align: center;
		margin: 0 auto 40px;
		float: none;
		position: static;
		top: auto;
	}
	.hoa-guide .sml-editor-content h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.hoa-guide .sml-buttons {
		text-align: center !important;
	}
}
/*** END HOA GUIDE ***/


/*** HOA ABOUT ***/
.hoa-about {
	padding-top: 100px;
	padding-bottom: 100px;
}
.hoa-about img {
	border: 15px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
}
.hoa-about .sml-section-content-right-image-left-content .sml-editor-content {
	/*padding-top: 40px;*/
	padding-left: 30px;
}
.hoa-about .sml-section-content-right-image-left-content .sml-editor-content h1 {
	font-size: 35px;
	line-height: 45px;
}
.home .hoa-about {
	padding-bottom: 0!important;
}

@media screen and (max-width: 991px) {
	.hoa-about {
		padding-top: 100px !important;
	}
	.hoa-about .sml-section-content-right-image-left-content {
		padding-top: 60px !important;
		padding-bottom: 100px !important;
	}
	.hoa-about .sml-section-content-right-image-left-content .sml-editor-content {
		padding-left: 0;
		text-align: center;
		padding-top: 0;
	}

}
@media screen and (max-width: 767px) {
	.hoa-about {
		padding-top: 75px !important;
	}
	.hoa-about .sml-section-content-right-image-left-content {
		padding-bottom: 75px !important;
	}
}
/*** END HOA ABOUT ***/


/*** HOA PARTNERS SLIDER ***/
.hoa-partners-slider {
	padding-top: 100px;
	padding-bottom: 100px;
}
.hoa-partners-slider h2 {
	font-size: 38px;
	line-height: 48px;
}
.hoa-partners-slider .sml-slider-container {
	margin: 60px 18px 0;
}
.hoa-partners-slider .sml-slide {
	margin-left: 8px;
	margin-right: 8px;
}

@media (max-width: 767px) {
	.hoa-partners-slider {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
/*** END HOA PARTNERS SLIDER ***/


/*** HOA FOOTER ***/
.hoa-footer {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 140px;
}
.hoa-footer h4 {
	color: #FFFFFF;
}
.hoa-footer p {
	color: #FFFFFF;
}
.hoa-footer .hoa-footer-logo {
	margin-bottom: 35px;
}
.hoa-footer .hoa-footer-address {
	margin-bottom: 40px;
}
.hoa-footer .hoa-footer-social {
	margin-bottom: 40px;
}
.hoa-footer .hoa-footer-social h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0;
}
.hoa-footer .hoa-footer-social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.hoa-footer .hoa-footer-social ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: 0;
}
.hoa-footer .hoa-footer-social a {
	display: inline-block;
	color: #FFFFFF;
	background-color: #039263;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
}
.hoa-footer .hoa-footer-social a.facebook {
	background-color: #4b69b0;
}
.hoa-footer .hoa-footer-social a.twitter {
	background-color: #37b1e1;
}
.hoa-footer .hoa-footer-social a:hover {
	background-color: #039263;
}
.hoa-footer .hoa-footer-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
}
.hoa-footer .hoa-footer-navigation li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
}
.hoa-footer .hoa-footer-navigation li a {
	color: #FFFFFF;
	font-weight: 400;
	padding: 0;
	display: block;
	font-size: 16px;
	line-height: 26px;
}
.hoa-footer .hoa-footer-navigation li a:hover {
	color: #039263;
}
.hoa-footer .hoa-footer-form {
	padding-top: 60px;
}
@media screen and (max-width: 767px) {
	.hoa-footer {
		padding-top: 75px;
		padding-bottom: 115px;
	}
}
/*** END HOA FOOTER ***/


/*** HOA COPYRIGHT ***/
.hoa-copyright {
	background-color: #000000;
	color: #bcbbbb;
	font-size: 12px;
}
.hoa-copyright .sml-container {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hoa-copyright .text-right a {
	color: #bcbbbb;
	font-weight: 400;
	font-size: 12px;
}
.hoa-copyright .hoa-return-top {
	position: absolute;
	left: 15px;
	bottom: 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #3058a6;
}
.hoa-copyright .hoa-return-top:hover {
	background-color: #039263;
}

@media screen and (max-width: 767px) {
	.hoa-copyright .sml-col {
		text-align: center !important;
	}
}
/*** END HOA COPYRIGHT ***/


/*** HOA FOOTER CONTACT FORM ***/
.hoa-footer .hoa-footer-form ul.gform_fields li.gfield {
	margin-bottom: 0;
}
.hoa-footer .hoa-footer-form .ginput_container_textarea {
	padding-top: 20px;
}
.hoa-footer .hoa-footer-form .ginput_container_select {
	background-color: #212121;
}
.hoa-footer .gform_wrapper .top_label .gfield_label {
	display: none !important;
}
.hoa-footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 12px 20px;
	border: 0;
	background-color: #212121;
	color: #FFFFFF;
	outline: 0;
}
.hoa-footer .gform_wrapper .ginput_container_select {
	position: relative;
	margin-top: 20px !important;
}
.hoa-footer .gform_wrapper .ginput_container_select:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 30;
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	display: inline-block;
	color: #FFFFFF;
}
.hoa-footer .gform_wrapper select {
	position: relative;
	z-index: 40;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 12px 20px;
	border: 0;
	background-color: transparent;
	color: #FFFFFF;
	outline: 0;

	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0 !important;
	-webkit-appearance: none;
}
.hoa-footer .gform_wrapper textarea {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 12px 20px;
	border: 0;
	background-color: #212121;
	color: #FFFFFF;
	outline: 0;
	height: 190px;
}
.hoa-footer .ginput_container input::-webkit-input-placeholder {
	color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.hoa-footer .ginput_container input::-moz-placeholder {
	color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.hoa-footer .ginput_container input:-ms-input-placeholder {
	color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.hoa-footer .ginput_container input::placeholder {
	color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.hoa-footer .ginput_container textarea::-webkit-input-placeholder {
	color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.hoa-footer .ginput_container textarea::-moz-placeholder {
	color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.hoa-footer .ginput_container textarea:-ms-input-placeholder {
	color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.hoa-footer .ginput_container textarea::placeholder {
	color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.hoa-footer .gform_wrapper .gform_footer {
	text-align: right;
    margin-top: 34px;
}

/*@media (min-width: 576px) {}
@media (min-width: 576px) and (max-width: 767px) {
	.hoa-footer .gform_wrapper .gform_footer {
		margin-top: -80px;
		padding-bottom: 8px;
	}
}
@media (min-width: 768px) {
	.hoa-footer .gform_wrapper .gform_footer {
		text-align: right;
		display: inline-block;
		width: auto;
		position: absolute;
		right: 0;
		bottom: 15px;
	}
}
@media (min-width: 992px) {
	.hoa-footer .gform_wrapper .gform_footer {
		position: static;
		right: auto;
		bottom: auto;
	}
}
@media (min-width: 1200px) {
	.hoa-footer .gform_wrapper .gform_footer {
		text-align: right;
		display: inline-block;
		width: auto;
		position: absolute;
		right: 0;
		bottom: 15px;
	}
}*/
/*** END HOA FOOTER CONTACT FORM ***/

.sml-section-page-banner {
	margin-top: 69px !important;
}

/*** HOA ARTICLES ***/
.hoa-articles {
	padding-bottom: 0;
}
.hoa-articles h2 {
	font-size: 38px;
	line-height: 48px;
}
.hoa-articles-blog-post-col {
	border: 0;
	border-radius: 0;
}
.hoa-articles-blog-container {
	margin-top: 40px;
}
.hoa-article-list-page .hoa-articles-blog-post-col {
	margin-top: 40px;
}
.hoa-articles-blog-post-summary {
	position: relative;
	background-color: #f0f0f0;
	border-top: 43px solid #FFFFFF;
	padding: 73px 30px 40px 30px;
	height: 100%;
}
.hoa-articles-blog-post-date {
	position: absolute;
	top: -43px;
	left: 30px;
	background-color: #3d5faa;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 20px;
	text-align: center;
	width: 74px;
	height: 76px;
}
.hoa-articles-blog-post-date:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: 16px;
	border-left: 37px solid #FFFFFF;
	border-right: 37px solid #FFFFFF;
	border-bottom: 16px solid #3d5faa;
}
.hoa-articles-blog-post-name {
	margin-bottom: 30px;
}
.hoa-articles-blog-post-name a {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.hoa-articles-blog-post-name a:hover {
	color: #3058a6;
}
.hoa-articles-blog-post-details i {
	display: inline-block;
	color: #039263;
	margin-right: 5px;
}
.hoa-articles-blog-post-details a {
	color: #434343;
	font-weight: 400;
}
.hoa-articles-blog-post-details a:hover {
	color: #039263;
}
/*.single-hoa_article .sml-section-blog-post-single .result-details .result-website {
    display: none;
}*/
.row.sml-row.hoa-management-directory-result.result-normal.result-show {
    color: #434343;
}
.hoa-articles-blog-post-details img.sml-image {
    display: block;
    margin-top: 30px;
    max-height: 70px;
}
.hoa-articles > h2 {
	font-size: 38px;
	line-height: 48px;
}
@media screen and (max-width: 1199px) {
	.hoa-articles-blog-container .sml-col:last-child {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.hoa-articles-blog-container .sml-col:first-child {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.hoa-articles-blog-container .sml-col {
		padding-top: 40px;
	}
	.hoa-articles-blog-container .sml-col:first-child {
		padding-top: 0;
	}
}
/*** END HOA ARTICLES ***/



/*** HOA RECENT NEWS ***/
.hoa-recent-news {
	padding-top: 100px;
	padding-bottom: 100px;
}
.hoa-recent-news .hoa-recent-news-blog-post-col {
	margin-top: 30px;
}
.hoa-recent-news .hoa-recent-news-blog-post-summary .hoa-recent-news-blog-date {
	color: #039263;
	font-weight: 600;
}
.hoa-recent-news .hoa-recent-news-blog-post-summary a {
	color: #434343;
	font-weight: 400;
}
.hoa-recent-news .hoa-recent-news-blog-post-summary a:hover .hoa-recent-news-blog-date {
	color: #3058a6;
}
@media (max-width: 767px) {
	.hoa-recent-news {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
/*** END HOA RECENT NEWS ***/







/*** CAPTCHA + SUBMIT BUTTON ***/
/*.gform_wrapper .gform_footer {
	text-align: right;
}

@media (min-width: 576px) {}
@media (min-width: 576px) and (max-width: 767px) {
	.gform_wrapper .gform_footer {
		margin-top: -80px;
		padding-bottom: 8px;
	}
}
@media (min-width: 768px) {
	.gform_wrapper .gform_footer {
		text-align: right;
		display: inline-block;
		width: auto;
		position: absolute;
		right: 0;
		bottom: 15px;
	}
}
@media (min-width: 992px) {
	.gform_wrapper .gform_footer {
		position: static;
		right: auto;
		bottom: auto;
	}
}
@media (min-width: 1200px) {
	.gform_wrapper .gform_footer {
		text-align: right;
		display: inline-block;
		width: auto;
		position: absolute;
		right: 0;
 		bottom: 15px;
	}
}*/
/*** CAPTCHA + SUBMIT BUTTON ***/


/*** PAGE TITLES ***/
.sml-section-page-banner-title {
	background-color: rgba( 0, 0, 0, 0.85 );
	text-transform: uppercase;
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 33px;
}
/*** END PAGE TITLES ***/



/*** HOA DIRECTORY ***/
.hoa-directory-section {
	padding-top: 70px;
	padding-bottom: 100px;
}
.hoa-directory .hoa-directory-results .hoa-vendor-directory-result,
.hoa-directory .hoa-directory-results .hoa-management-directory-result {
	display: none;
}
.hoa-directory .hoa-directory-results .hoa-vendor-directory-result.result-show,
.hoa-directory .hoa-directory-results .hoa-management-directory-result.result-show {
	display: flex;
}
.hoa-directory .hoa-vendor-directory-result .result-recommended,
.hoa-directory .hoa-management-directory-result .result-recommended {
	display: block;
	margin-top: 20px;
}
.hoa-directory .hoa-vendor-directory-result .result-recommended i,
.hoa-directory .hoa-management-directory-result .result-recommended i {
	color: #006db5;
	display: inline-block;
	margin-right: 5px;
}

.hoa-directory {
	margin-top: 100px;
}

.hoa-directory-search label {
	font-weight: 600;
}
.hoa-directory-search label span {
	color: #039263;
}
.hoa-directory-search .select-container {
	position: relative;
}
.hoa-directory-search .select-container:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 30;
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	display: inline-block;
	color: #434343;
}
.hoa-directory-search select {
	position: relative;
	z-index: 40;
	width: 100%;
	border: 1px solid #d3d3d3;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0 !important;
	background-color: transparent;
	-webkit-appearance: none;
}
.hoa-directory-search .hoa-directory-search-button {
	display: inline-block;
	background-color: #039263;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 40px;
	border: 0;
	font-weight: 600;
	transition: background-color 0.2s ease-in-out;
}
.hoa-directory-search .hoa-directory-search-button:hover {
	background-color: #3d5faa;
}
.result-name {
	margin-bottom: 20px;
}
.result-description {
	margin-bottom: 20px;
	margin-top: 20px;
}
.hoa-directory-recommended {
	margin-bottom: 100px;
}
.hoa-directory-recommended .result-recommended {
	font-weight: 600;
}
.hoa-vendor-directory-result .result-logo,
.hoa-management-directory-result .result-logo {
	padding-left: 0;
}
.hoa-vendor-directory-result .result-recommended-logo,
.hoa-management-directory-result .result-recommended-logo {
	padding-right: 0;
	text-align: right;
}
.hoa-vendor-directory-result,
.hoa-management-directory-result {
	border-bottom: 1px solid #d3d3d3;
	padding: 50px 0;
}
.hoa-vendor-directory-result:first-child,
.hoa-management-directory-result:first-child {
	padding-top: 50px;
	border-top: 1px solid #d3d3d3;
}
.hoa-vendor-directory-result .result-name,
.hoa-management-directory-result .result-name {
	padding-top: 5px;
}
.hoa-management-directory-result.result-normal {
	padding-top: 30px;
	padding-bottom: 30px;
}

.hoa-directory-load-more {
	margin-top: 50px;
	text-align: center;
}
.hoa-directory-load-more a {
	display: inline-block;
	background-color: #3058a6;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 40px;
	border: 0;
	font-weight: 600;
}
.hoa-directory-load-more a:hover {
	background-color: #039263;
}
.hoa-vendor-directory-result .result-details,
.hoa-management-directory-result .result-details {
	color: #434343;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.hoa-directory-search .hoa-directory-search-button {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.hoa-directory-search .select-container {
		margin-bottom: 20px;
	}
	.hoa-vendor-directory-result .result-logo,
	.hoa-management-directory-result .result-logo {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.hoa-vendor-directory-result .result-details,
	.hoa-management-directory-result .result-details {
		margin-top: 30px;
		text-align: center;
	}
	.hoa-vendor-directory-result .result-recommended-logo,
	.hoa-management-directory-result .result-recommended-logo {
		text-align: center !important;
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}
	.hoa-directory-search .hoa-directory-search-button-container {
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
	.hoa-directory-search .hoa-directory-search-button-container {
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	.hoa-directory-section {
		padding-bottom: 75px;
	}
}
@media screen and (max-width: 539px) {
	.hoa-directory-section a.sml-button {
		max-width: 100%;
		white-space: normal;
		height: auto;
		line-height: 1.25em;
		padding: 15px 40px;
	}
	.hoa-directory-results .hoa-management-directory-result.result-normal .sml-col .col-12 {
		padding-left: 0 !important;
	}
}

/*** END HOA DIRECTORY ***/



/*** HOA ARTICLES ***/
.hoa-article-search {
	margin-top: 40px;
}
.hoa-article-search label {
	font-weight: 600;
}
.hoa-article-search label span {
	color: #039263;
}
.hoa-article-search .select-container {
	position: relative;
}
.hoa-article-search .select-container:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 30;
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	display: inline-block;
	color: #434343;
}
.hoa-article-search select {
	position: relative;
	z-index: 40;
	width: 100%;
	border: 1px solid #d3d3d3;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0 !important;
	background-color: transparent;
	-webkit-appearance: none;
}
.hoa-article-search .hoa-article-search-button {
	display: inline-block;
	background-color: #039263;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 40px;
	border: 0;
	font-weight: 600;
	transition: background-color 0.2s ease-in-out;
}
.hoa-article-search .hoa-article-search-button:hover {
	background-color: #3d5faa;
}

@media screen and (max-width: 991px) {
	.hoa-article-search .hoa-article-search-button-container {
		text-align: right;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.hoa-article-search .row .col-12:nth-child(2) label {
		margin-top: 20px;
	}
}
/*** END HOA ARTICLES ***/






/*** HOA STATE LAWS ***/
.hoa-state-laws-map {
	padding-top: 70px;
}
.hoa-state-law-content {
	padding-top: 70px;
    padding-bottom: 70px;
}
.hoa-state-law-tabs {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #039263;
	overflow: hidden;
}
.hoa-state-law-tabs .nav-tabs {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
	border: 0;
	position: relative;
	background-color: #3058a6;
}
.hoa-state-law-tabs .nav-tabs:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	left: -200%;
	bottom: 0;
	background-color: #3058a6;
}
.hoa-state-law-tabs .nav-tabs:after {
	content: '';
	position: absolute;
	top: 0;
	right: -200%;
	bottom: 0;
	left: 100%;
	background-color: #3058a6;
}
.hoa-state-law-tabs .nav-tabs .nav-item {
	margin: 0;
}
.hoa-state-law-tabs .sml-editor-content ul li:before {
	color: #FFFFFF;
}
.hoa-state-law-tabs .nav-tabs .nav-link {
	background-color: #3058a6;
	height: 74px;
	line-height: 74px;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0 60px;
}
.hoa-state-law-tabs .nav-tabs .nav-link.active {
	background-color: #039263;
}
.hoa-state-law-tabs .tab-pane {
	padding-top: 70px;
	padding-bottom: 70px;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.hoa-state-laws-map .map-links-table ul {
		column-count: 4;
	}
}
@media (max-width: 767px) {
	.hoa-state-laws-map .map-links-table ul {
		column-count: 2;
	}
}
@media (max-width: 539px) {
}
/*** END HOA STATE LAWS ***/







/*** BLOG ***/
.sml-blog-posts-container .sml-blog-post-row {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #edecec;
}
.sml-blog-posts-container .sml-blog-post-row:first-child {
	padding-top: 0;
}
.sml-blog-post-thumbnail {
	padding-left: 0;
}
.sml-blog-post-summary {
	padding-right: 0;
}
.sml-blog-pagination {
	margin-top: 60px;
	padding-left: 0;
	padding-right: 0;
}
.sml-blog-pagination .nav-links {
	display: block;
	width: 100%;
	text-align: center;
}

.sml-section-blog-archive {
	padding-top: 70px;
}
.hoa-article-search {
	margin-bottom: 60px;
}


section.sml-section-blog-archive .sml-blog-pagination .nav-links .page-numbers {
	color: #000000;
	font-weight: 600;
}
section.sml-section-blog-archive .sml-blog-pagination .nav-links .page-numbers {
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
}
section.sml-section-blog-archive .sml-blog-pagination .nav-links .page-numbers.current {
	color: #039263;
}
section.sml-section-blog-archive .sml-blog-pagination .nav-links .page-numbers.prev,
section.sml-section-blog-archive .sml-blog-pagination .nav-links .page-numbers.next {
	visibility: hidden;
}
section.sml-section-blog-archive .sml-blog-pagination .nav-links .page-numbers.prev:after {
	content: '\f100';
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	visibility: visible;
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
}
section.sml-section-blog-archive .sml-blog-pagination .nav-links .page-numbers.next:before {
	content: '\f101';
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	visibility: visible;
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
}

.sml-section-blog-post-single {
	padding-top: 70px;
}
.sml-section-blog-post-single hr {
	margin-top: 70px;
	margin-bottom: 70px;
}
hr {
    margin-bottom: 70px;
    margin-top: 70px;
}
.sml-section-blog-post-single .sml-blog-post-title h1 a {
	font-size: 38px;
	line-height: 48px;
	color: #000000;
}

.sml-section-blog-post-single .hoa-management-directory-result {
	border-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.sml-section-blog-post-single .hoa-management-directory-result .result-logo {
	padding-left: 15px;
}
.sml-section-blog-post-single .result-recommended-logo {
	padding-right: 15px;
}


/*** END BLOG ***/



.p-top-0 {
	padding-top: 0 !important;
}
.home .hoa-partners-slider{
	padding-top: 100px!important;
}
.p-top-70 {
	padding-top: 70px;
}




@media (min-width: 768px) and (max-width: 1199px) {
	.hoa-state-law-tabs .nav-tabs li.nav-item {
		display: inline-block;
		width: 50%;
	}
	.hoa-state-law-tabs .nav-tabs li.nav-item a {
		font-size: 22px;
		padding: 0 40px;
	}
}
@media (max-width: 991px) {
	.hoa-state-law-tabs .nav-tabs li.nav-item a {
		font-size: 18px;
		padding: 0 10px;
	}
}
@media (max-width: 1199px) {
	.sml-custom-section-hoa-articles .hoa-articles-blog-post-col:last-child {
		display: none !important;
	}
	.hoa-directory-links .sml-col {
		flex: 0 0 100%;
		max-width: 100%;
		border-top: 0 !important;
	}
}
@media (max-width: 767px) {
	.hoa-article-list-page .hoa-articles-blog-post-col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.hoa-state-law-tabs .container {
		max-width: 100%;
	}
	.hoa-state-law-tabs .nav-tabs li.nav-item {
		display: inline-block;
		width: 50%;
	}
	.hoa-state-law-tabs .nav-tabs li.nav-item a {
		font-size: 18px;
		padding: 0 10px;
	}
}
@media (max-width: 539px) {
	.hoa-state-law-tabs .nav-tabs li.nav-item a {
		line-height: 1.25em;
		padding: 10px;
		height: 86px;
		display: table-cell;
		vertical-align: middle;
	}
}
.ginput_container.ginput_container_text, .ginput_container.ginput_container_email {
    margin-top: 8px!important;
}
.sml-editor-content #gform_fields_2 input, .sml-editor-content #gform_fields_2 select {
    background-color: #282828;
    border: none;
    color: #ffffff;
}
#gform_fields_2 select {
    padding: 0px 16px;
}
#gform_fields_2 .ginput_container_select:after {
    color:#ffffff;
}
.gform_body select {
    border-width: 0.5px;
    border-style: inset;
}
@media(min-width: 1400px) {
	#gform_2 .gform_footer.top_label {
    	width: fit-content;
    	display: inline-block;
    	margin-top: 20px !important;
		position: absolute;
    	right: 0;
	}
	#gform_2 .gform_body {
	    padding-right: 21%;
    	display: inline-block;
	}
	#gform_submit_button_2 {
    	float: right;
	}
}
@media (max-width: 1399px) {
	#gform_wrapper_2 .gform_footer.top_label {
    	text-align: right;
    	margin-top: 30px;
	}
}
button.btn.sml-button.contact-form-btn3, button.btn.sml-button.contact-form-btn4, button.btn.sml-button.contact-form-btn5 {
    display: inline-block;
    background-color: #039263;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 40px;
    border: 0;
    font-weight: 600;
    transition: background-color 0.2s ease-in-out;
	margin-top: 20px;
}
button.btn.sml-button.contact-form-btn3:hover {
    background-color: #3d5faa;
}
.advertise-with-us, .top-marketing-tips, .directory-main {
	padding-top: 70px;
}
.directory-main .sml-top-content {
	margin-bottom: 50px;
}
.hoa-partners-slider .row.sml-row.sml-top-content-row {
    padding-bottom: 50px;
}
ul.wpra-item-list.rss-aggregator li:before {
    display: none;
}
ul.wpra-item-list.rss-aggregator li {
    width: 33%;
    display: inline-block;
    vertical-align: text-top;
}
ul.wpra-item-list.rss-aggregator li:nth-child(1), ul.wpra-item-list.rss-aggregator li:nth-child(2), ul.wpra-item-list.rss-aggregator li:nth-child(3) {
    margin-bottom: 30px!important;
}
div#sml-modal-email-popup, div#sml-modal-directory-listing, div#sml-modal-guide-popup, div#sml-modal-vendor-listing {
    width: 66%;
}
.sml-modal-close-link.sml-modal-close {
    font-size: 25px;
}
#sml-modal-email-popup i.far.fa-envelope-open.sml-icon {
    padding-right: 12px;
}
.hoa-articles .sml-buttons.text-center {
	margin-top: 40px;
}
ul.wpra-item-list.rss-aggregator {
    margin-bottom: 0;
}
.hoa-partners-slider .col-12.sml-col.sml-top-content {
    padding-left: 30px;
    padding-right: 30px;
}
.hoa-directory-section .sml-button {
    margin-top: 10px;
    margin-bottom: 10px;
}
.hoa-directory-search {
    margin-top: 10px;
}
.advertise-with-us {
    padding-bottom: 0;
}
body .gform_wrapper ul li.gfield {
	margin-bottom: 0!important;
}
body .gform_wrapper ul li.gfield textarea {
    margin-top: 20px;
}
.page-id-576 .hoa-partners-slider, .page-id-466 .hoa-partners-slider {
    padding-top: 0;
}
#sml-modal-guide-popup .gform_footer.top_label {
    margin-top: 40px;
    text-align: right;
}
@media (max-width: 1199px) {
	button.slick-prev.sml-slider-prev.slick-arrow, button.slick-next.sml-slider-next.slick-arrow {
    	display: none!important;
	}
	.hoa-hero .sml-slide-content {
    	bottom: 70px !important;
    }
	.hoa-hero .sml-slide-content .sml-editor-content > h2 {
		font-size: 36px;
	}
	.hoa-directory-links .sml-columns > .sml-col {
    	padding: 80px 60px;
	}
	.hoa-guide .sml-editor-content h2 {
    	font-size: 31px;
    	line-height: 41px;
	}
	.hoa-about .sml-section-content-right-image-left-content .sml-editor-content {
    	padding-top: 10px;
    	padding-left: 30px;
	}
}
@media (max-width: 991px) {
	ul.wpra-item-list.rss-aggregator li {
    	width: 100%;
		padding-left: 0;
    }
	ul.wpra-item-list.rss-aggregator li:nth-child(1), ul.wpra-item-list.rss-aggregator li:nth-child(2), ul.wpra-item-list.rss-aggregator li:nth-child(3), ul.wpra-item-list.rss-aggregator li:nth-child(4), ul.wpra-item-list.rss-aggregator li:nth-child(5) {
    	margin-bottom: 30px!important;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.hoa-about .sml-section-content-right-image-left-content .sml-editor-content h2, .hoa-partners-slider h2 {
    	font-size: 32px;
    	line-height: 42px;
	}
	.adsanity-rotating-ads > div {
	    margin-top: 0;
	}
	.directory-main .col-12.col-md-6.sml-col:last-child {
    	margin-top: 70px;
	}
	.sml-section-page-banner {
    	margin-top: 56px !important;
	}
	.hoa-about .sml-section-content-right-image-left-content .sml-editor-content {
    	padding-top: 10px;
    	padding-left: 0;
	}
}
@media (max-width: 575px) {
	.hoa-directory-links .sml-columns > .sml-col {
    	padding: 80px 15px;
	}
}
@media (min-width: 991px) {
	.sml-modal-close-link.sml-modal-close {
    	top: 60px;
    	right: 270px;
	}
}

/*AdSanity*/
.adsanity-rotating-ads {
    max-width: 25%;
    display: inline-block;
    margin-right: 15px;
}
.adsanity-rotating-ads img.attachment-full.size-full.wp-post-image {
    max-width: 250px;
    max-height: 150px;
    width: 250px;
    height: 150px;
}
.adsanity-rotating-ads:last-child {
    margin-right: 0;
}
.adsanity-rotating-ads .ad-250x150 {
    margin-bottom: 0;
}

div.adsanity-inner a img {
    max-width: 250px;
    height: auto;
}
.ad-250x150 .adsanity-inner {
    min-height: 150px;
    min-width: 250px;
    position: relative;
}
div.adsanity-inner a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-hoa-state .hoa-partners-slider .row.sml-row.sml-top-content-row {
    padding-bottom: 50px;
}
.page-id-1034 .sml-section-page-banner {
    background-position: center top!important;
}
.p-top-70 .sml-top-content-row {
    padding-bottom: 50px!important;
}
.videos .sml-top-content-row {
    padding-bottom: 0px!important;
}
.videos .sml-columns .col-12.col-md-6.sml-col {
    margin-top: 50px;
}
.result-description ul {
	margin-top: 15px;
}
@media (max-width: 768px) {
	.adsanity-shortcode div.adsanity-250x150 {
    	margin-right: 0px!important;
    	max-width: 100%!important;
    	text-align: center!important;
    	width: 100%!important;
	}
	.hoa-header-top .hoa-header-social, .hoa-header-top .hoa-header-cta {
    	width: 100%;
	}
	.hoa-header-top {
    	background-color: #039263;
    	height: 89px!important;
    	line-height: 45px;
    	color: #FFFFFF;
	}
	.hoa-header {
    	top: 89px!important;
	}
	body.admin-bar .hoa-header {
		top: 135px!important;
	}
}
@media (max-width: 499px) {
	.hoa-header .hoa-header-logo {
    	margin-top: -23px;
	}
}
.elementor-popup-modal {
    z-index: 100005;
}
div.validation_message, .gform_wrapper div.validation_error {
    color: #ffffff!important;
}
/*.tribe-common.tribe-events.tribe-events-view.tribe-events-view--list.tribe-common--breakpoint-xsmall.tribe-common--breakpoint-medium.tribe-common--breakpoint-full {
    margin-top: 100px;
}*/
main#tribe-events-pg-template {
    margin-top: 150px;
}
.hoa-email-archive-result {
    padding-top: 75px;
    border-top: 1px solid gray;
    margin-top: 75px;
}
div.hoa-email-newsletter h3 {
    display: none;
}
