html,
body {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	width: 100%;
}

h2 {
	word-wrap: break-word;
}

a {
	text-decoration: none !important;
	transition: all ease-in-out 0.2s;
	word-break: break-word;
}

@media (min-width: 992px) {
	.container-fluid {
		padding-left: 150px;
		padding-right: 150px;
	}
}

.banner {
	text-align: center;
}

.cb_nav {
	/*padding-top: 10px;*/
}

.logo {
	background-image: url('img/logo.png');
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
	height: 125px;
	width: 364px;
}

.nav-wrapper .container-fluid {
	padding: 0;
}

.nav-wrapper .col-sm-4 {
	width: 75%;
}

.nav-wrapper .col-sm-2 {
	width: 25%;
}

@media (min-width: 768px) {
	.nav-wrapper .col-sm-4 {
		width: 58.33333333%;
	}

	.nav-wrapper .col-sm-2 {
		width: 16.66666667%
	}
}

@media (min-width: 992px) {
	.nav-wrapper .col-sm-4 {
		width: 75%;
	}
}

.RadMenu .rmLink {
	padding: 0 !important;
}

.rmLink {
	-webkit-transition: all ease-in-out all 0.2s;
	transition: all ease-in-out 0.2s;
}

.rmExpandDown,
.rmItem,
.rmRootGroup {
	background: transparent !important;
}

#contacts a {
	padding: 15px 25px;
	margin: 10px;
	text-decoration: none !important;
	transition: ease-in-out all 0.2s;
	line-height: 1.5 !important;
	display: block;
	width: fit-content;
	border-radius: 30px;
}

#contacts h6 {
	margin-bottom: 0;
}

#loginControl {
	border-radius: 15px;
	padding: 15px;
	z-index: 2;
}

.action-bar {
	position: relative;
	top: 25px;
}

@media (min-width: 992px) {
	.action-bar {
		position: static;
	}
}

.action-bar #searchControl {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.action-bar a {
	margin-right: 20px;
}

.sf_searchBox {
	width: 350px;
}

.action-bar .sf_searchBox {
	margin-right: 20px;
}

#searchControl label,
.subnav2 {
	display: none;
}

#topnav {
	position: relative;
	top: 5px;
}

#ctl00_Login_ctl00_divCreateAccount {
	position: relative;
	top: 27px;
}

#hamburger {
	text-align: right;
	margin-right: 20px;
	position: relative;
	z-index: 11000;
	display: none;
	right: 0;
}

@media (min-width: 768px) {
	#hamburger {
		background-position: top;
		top: 0;
	}
}

@media (min-width: 992px) {
	#hamburger {
		background-position: top;
		top: 20px;
	}
}

#hamburger .fa {
	font-size: 36px;
}

.nav-up {
	top: -100%;
}

#innerLogin div {
	margin: 10px !important;
}

#hero {
	background: url(/app_themes/emerald-green/img/home-hero.jpg) no-repeat;
	background-size: cover;
	padding: 250px 0;
	background-position: 66% 0;
}

@media (min-width: 768px) {
	#hero {
		background-position: top;
	}
}

.mainbar {
	justify-content: center;
}

#innerHero {
	width: 100%;
	height: 315px;
	display: flex;
	align-items: center;
	background: url(/app_themes/emerald-green/img/inner-hero.jpg) center no-repeat;
	background-size: cover;
}

.signinbox {
	margin-top: -25px;
	right: 25px;
}

.sectiontitle {
	padding-left: 0;
	background: none;
}

#front-three .content {
	padding: 20px;
	border-radius: 20px;
}

#front-three .first .content {
	margin-top: -100px;
}

@media (min-width: 992px) {
	#front-three .content {
		padding: 50px;
		margin-top: -150px !important;
	}
}

#front-three #innerLogin h5 {
	text-align: center;
	margin-bottom: 20px;
}

#front-three #innerLogin input {
	background-color: #F4F4F4;
	border: none;
	padding: 10px;
}

#front-three #innerLogin .buttons {
	padding: 15px 25px !important;
	border-radius: 0 !important;
	margin: 10px;
	text-decoration: none !important;
	transition: ease-in-out all 0.2s;
	line-height: 1.5 !important;
	width: fit-content !important;
}

#front-three h5 {
	text-align: center;
	margin-bottom: 20px;
}

#front-three #quick-events .sf_eventSummary {
	display: none;
}

#front-three li {
	display: flex;
	flex-direction: row-reverse;
}

#front-three #quick-events .sf_eventTitle, #front-three #quick-news .sf_newsTitle {
	padding: 20px;
	margin: 0 0 0 10px !important;
	height: 100%;
	border-radius: 10px;
	line-height: inherit;
}

#front-three #quick-events .sf_eventBasicInfo, #front-three #quick-news .sf_newsDate {
	padding: 10px;
	text-align: center;
	margin: 0 !important;
	display: flex;
	align-items: center;
}

	#front-three #quick-events .sf_eventBasicInfo p.sf_eventPriod:nth-child(2) {
		display: none;
	}

	#front-three #quick-events .sf_eventBasicInfo p.sf_eventPriod {
		margin: 0 !important;
	}

@media (min-width: 768px) {
	#who {
		padding: 100px 0;
	}
}

#who .row {
	flex-direction: column-reverse;
}

@media (min-width: 768px) {
	#who .row {
		flex-direction: row;
	}
}

#who .col-sm-12 {
	margin-bottom: 225px;
}

@media (min-width: 768px) {
	#who .col-sm-12 {
		margin-bottom: 30px;
	}
}

#who hr {
	border-top-width: 10px;
	opacity: 1;
	width: 30%;
	margin-left: -50px;
}

@media (min-width: 768px) {
	#who .left {
		padding-right: 60px;
	}
}

#who .right {
	position: relative;
}

	#who .right .image2 {
		position: absolute;
		left: 8px;
		width: 290px;
		top: 268px;
	}

@media (min-width: 768px) {
	#who .right .image2 {
		left: -15px;
		width: 290px;
		top: 310px;
	}
}

@media (min-width: 992px) {
	#who .right .image2 {
		top: 460px;
		left: -30px;
		width: 400px;
	}
}

@media (min-width: 768px) {
	#front-acc {
		padding-top: 200px;
	}
}

#events {
	padding: 100px 0;
}

	#events hr {
		border-top-width: 10px;
		opacity: 1;
		width: 10%;
		margin-left: -15px;
	}

	#events .sf_eventsList {
		display: flex;
		flex-direction: column;
	}

@media (min-width: 992px) {
	#events .sf_eventsList {
		flex-direction: row;
	}
}

#events .sf_eventsList .events-left-column {
	flex: 1 0 auto;
	margin-right: 15px;
}

#events .events-left-column li {
	display: flex;
	margin-bottom: 0 !important;
	padding: 20px;
}

#events .sf_eventSummary img {
	width: 100px;
}

#events .sf_eventPriod {
	padding: 10px !important;
	text-align: center;
	margin: 0 15px 0 0 !important;
	display: flex;
	align-items: center;
	height: fit-content;
	max-width: 100px;
}

#events li .events-multi-right-column .sf_eventPriod,
#events li p.sf_eventPriod:nth-child(2) {
	display: none;
}

#events .sf_eventTitle {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

#events .events-right-column li {
	display: flex;
	margin: 0 15px 15px 15px;
	padding: 20px;
}

#events .btn2 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	display: table;
}

#news {
	padding: 100px 0;
}

	#news hr {
		border-top-width: 10px;
		opacity: 1;
		width: 10%;
		margin-left: -15px;
	}

	#news .sf_newsList {
		display: flex;
		flex-direction: column;
	}

@media (min-width: 992px) {
	#news .sf_newsList {
		flex-direction: row;
	}
}

#news .sf_newsList .news-left-column {
	margin-right: 15px;
}

#news .news-left-column li {
	display: flex;
	margin-bottom: 0 !important;
	padding: 20px;
}

#news .sf_eventSummary img {
	width: 100px;
}

#news .sf_newsDate {
	padding: 10px !important;
	text-align: center;
	margin: 0 15px 0 0 !important;
	display: flex;
	align-items: center;
	height: fit-content;
	max-width: 85px;
	width: 195px;
}

#news li .news-multi-right-column .sf_newsDate,
#news li p.sf_newsDate:nth-child(2) {
	display: none;
}

#news .sf_newsTitle {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

#news .news-right-column li {
	display: flex;
	margin: 0 15px 15px 15px;
	padding: 20px;
}

#news .news-right-column .sf_newsThumbnail {
	display: none;
}

#news .sf_newsThumbnail img {
	width: 100%;
}

#news .btn2 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	display: table;
}

#front-gallery {
	padding: 100px 0;
}

#quick-links {
	padding: 100px 0;
}

	#quick-links hr {
		border-top-width: 10px;
		opacity: 1;
		width: 10%;
		margin-left: -15px;
	}

	#quick-links .content {
		padding: 35px;
		height: 100%;
		text-align: center;
	}

		#quick-links .content .btn1 {
			margin: 0 auto;
		}

	#quick-links .col-sm-12 {
		margin-bottom: 30px;
	}

	#quick-links h3 {
		margin: 10px 0 20px 0;
	}

	#quick-links a {
		padding: 15px 25px;
		margin: 10px;
		text-decoration: none !important;
		transition: ease-in-out all 0.2s;
		line-height: 1.5 !important;
		display: block;
		border-radius: 0 !important;
	}

#property-management {
	padding: 100px 0;
}

	#property-management hr {
		border-top-width: 10px;
		opacity: 1;
		width: 10%;
		margin-left: -15px;
	}

	#property-management .col-sm-12:last-child {
		position: relative;
	}

@media (min-width: 992px) {
	#property-management .content {
		position: absolute;
		left: -140px;
		width: 100%;
		top: 50%;
		padding: 50px 50px 20px 50px;
		transform: translate(0, -50%);
	}
}
/* Inner Page */

.inner-nav .logo {
	background: url('img/logo.png');
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	left: 15px;
}

.theWrapper {
	width: 100% !important;
}

	.theWrapper .subnav {
		top: 147px; /*allows us to see this in the editor */
		position: absolute;
	}

	.theWrapper .cb_nav {
		width: auto; /*allows us to see this in the editor */
	}

	.theWrapper #TopMenu {
		margin-top: -75px !important; /*allows us to see this in the editor */
	}

	.theWrapper #TopNavigation {
		margin-top: 75px !important; /*allows us to see this in the editor */
	}

	.theWrapper #innerHero {
		margin-top: 75px !important;
	}

	.theWrapper .nav-wrapper {
		position: inherit;
	}

	.theWrapper #heroSlider .inner-text {
		top: 0 !important;
	}

.inner-open .sf_eventsList .sf_readMore,
.inner-open .sf_newsList .sf_readMore a {
	padding: 15px 25px;
	margin: 10px;
	text-decoration: none !important;
	transition: ease-in-out all 0.2s;
	line-height: 1.5 !important;
	display: block;
	width: fit-content;
}

.inner-open .header hr {
	border-top-width: 10px;
	opacity: 1;
	width: 10%;
	margin-left: -50px;
}

.sf_libraryGrid {
	overflow-x: auto !important;
	display: block;
}

@media (min-width: 992px) {
	.sf_libraryGrid {
		display: table;
	}
}

.sf_libraryGrid th,
.sf_libraryGrid td {
	border: none !important;
}

	.sf_libraryGrid td:nth-child(2) {
		text-align: center;
	}

.sf_libraryGrid th {
	padding: 20px !important;
	vertical-align: middle !important;
	min-width: 300px;
}

@media (min-width: 768px) {
	.sf_libraryGrid th {
		min-width: 200px;
	}
}

@media (min-width: 992px) {
	.sf_libraryGrid th {
		min-width: inherit;
	}
}

.sf_libraryGrid td {
	min-width: 50px;
	vertical-align: middle !important;
}

	.sf_libraryGrid td:last-child a {
		padding: 15px 25px;
		margin: 0 auto;
		text-decoration: none !important;
		transition: ease-in-out all 0.2s;
		line-height: 1.5 !important;
		display: block;
		width: fit-content;
	}

@media (min-width: 768px) {
	.inner-open .sf_eventsList .sf_readMore,
	.inner-open .sf_newsList .sf_readMore a {
		display: inline-block;
		width: fit-content;
	}
}

#TopMenu {
	display: block;
}

#topnav img {
	width: 50px !important;
	height: 50px !important;
	border-radius: 25px;
}

#innerContent {
	padding-top: 50px;
	padding-bottom: 100px;
}

	#innerContent h4 {
		padding-bottom: 20px;
	}

	#innerContent .col-sm-12 {
		padding-bottom: 0px;
	}

ol.sf_pager {
	margin-bottom: 50px !important;
	float: none !important;
}
/* Neighborhood Directory */

footer {
	padding-top: 50px;
}

	footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	footer li {
		padding: 10px 0;
	}

	footer a {
		text-decoration: none !important;
	}

	footer .copyright {
		margin-top: 100px;
		padding: 20px 0;
	}

		footer .copyright p {
			margin-bottom: 0;
		}

		footer .copyright .fab {
			margin-right: 20px;
		}

#LostAndFoundPets,
#LostAndFoundPets h2 {
	margin: 0 !important;
}

.clear-both {
	clear: both;
}

.animate-assist-down {
	opacity: 0;
	transform: translate3d(0,-100px,0);
}

.animate-assist-up {
	opacity: 0;
	transform: translate3d(0,100px,0);
}

/* Media Queries */
@media (min-width: 769px) and (max-width: 1300px) {
	.RadMenu_NewNavMenu .rmHorizontal .rmText {
		padding: 0 15px !important;
	}

	#loginControl {
		width: 272px;
	}

	#heroSlider h2 {
		font-size: 3.2vw;
	}

	#heroSlider h6 {
		font-size: 2.2vw;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	#heroSlider .inner-text {
		left: 55%;
	}
}

@media (min-width: 576px) and (max-width: 769px) {
	#heroSlider h2 {
		font-size: 4.5vw;
	}

	#heroSlider h6 {
		font-size: 2.5vw;
	}
}

@media (max-width: 576px) {
	#heroSlider h2 {
		font-size: 6.5vw;
	}

	#heroSlider h6 {
		font-size: 4.5vw;
	}
}

@media only screen and (max-width: 992px) {
	.cb_nav {
		padding: 0;
	}

		.cb_nav .col-sm-12:first-child {
			width: 75%;
			flex: 0 0 75%;
			max-width: 75%;
		}

		.cb_nav .col-sm-12:last-child {
			width: 25%;
			flex: 0 0 25%;
			max-width: 25%;
		}

		.cb_nav .col-sm-12:nth-child(2) {
			width: 25%;
			flex: 0 0 25%;
			max-width: 25%;
		}

	#hamburger {
		display: block;
	}

	#innerHero {
		margin-top: 10px;
	}

	#TopMenu,
	.loginbox,
	#searchControl {
		display: none;
	}

	.logo {
		height: 116px;
		margin-left: -30px;
	}

	.col-sm-3 li {
		padding-bottom: 15px;
	}

	.RadMenu {
		height: 100%;
		position: fixed !important;
		right: -100%;
		width: 100%;
		top: 0;
		overflow: auto;
		max-width: 100%;
	}

		.RadMenu .rmRootGroup {
			display: flex !important;
			flex-direction: column;
			width: 100%;
			align-items: center;
			margin-top: 70px !important;
		}

	.carousel-inner .carousel-item .rotator-1,
	.carousel-inner .carousel-item .rotator-2,
	.carousel-inner .carousel-item .rotator-3,
	.carousel-inner .carousel-item .rotator-4,
	.carousel-inner .carousel-item .rotator-5 {
		animation: none;
		background-attachment: initial;
	}

	#heroSlider .inner-text {
		width: 85%;
		top: -68%;
	}

	#quick-links .col-sm-12 {
		padding-top: 50px;
	}

		#quick-links .col-sm-12:first-child {
			padding-top: 0;
		}

	#login {
		text-align: center;
	}

	#innerContent .col-sm-12 {
		padding-bottom: 0px;
	}

	#innerContent iframe {
		width: 100%;
	}

	footer {
		text-align: center;
	}

		footer .col-sm-12 {
			padding-bottom: 20px;
		}

		footer .copyright .col-sm-12:last-child {
			text-align: center !important;
		}

	ol.sf_libraryList li {
		margin: 0 20px 20px 0 !important;
		float: left;
	}

	.contactusBox {
		width: 100%;
	}

	#ctl00_Login_ctl00_Login1 {
		display: table;
	}
}
