@media only screen and (max-width: 767px) and (min-width: 480px) {

	#mobile-nav {
		display: block;
	}
	#mobile-nav-toggle {
		display: inline-block;
		right: 0;
		vertical-align: middle;
		margin-right: 10px;
	}

	#mobile-nav-shad {
		display: none;
	}

	body.nav-active #mobile-nav-shad {
		display: block;
	}

	#nav-container {
		padding: 0 !important;
		height: auto !important;
		vertical-align: middle !important;
		width: 30% !important;
	}

	#header-container {
		height: auto;
		position: relative !important;
	}

	#header-spacer {
		display: none;
	}

	.site-header {
		padding: 15px 0;
	}

	#site-navigation {
		display: none;
	}

	.rotator-prev, .rotator-next {
		display: none;
	}

	.rotator-button {
		margin: 20px 0 0;
	}

	.rotator-pagination {
		display: none;
	}

	a.site-title {
		width: 70%;
	}

	#mobile-nav {
		width: 40%;
	}

	.rotator-slide-content-inner {
		padding: 0 50px;
	}

	.rotator-title {
		font-size: 35px;
		line-height: 37px;
	}

	.rotator-subtitle {
		font-size: 18px;
		line-height: 150%;
	}

	.rotator-button {
		padding: 8px 18px;
		font-size: 14px;
	}

	.section.title-banner .title {
		font-size: 30px;
		line-height: 32px;
	}

	.section.title-banner .subtitle {
		font-size: 18px;
		line-height: 22px;
	}

	.content-block.featured-image-left .featured-image {
	    display: inline-block;
	    vertical-align: middle;
	    width: 100%;
	    margin: 0 0 0 0%;
	}

	.content-block.featured-image-right .featured-image {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		margin: 0 0% 0 0;
	}

	.content-block.featured-image-left .content-wrap,
	.content-block.featured-image-right .content-wrap {
		padding: 0 40px;
	}

	.content-block.featured-image-left .content-outer, .content-block.featured-image-right .content-outer {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}

	#page-cards.section li {
		text-align: left;
	}

	.section .title {
		font-size: 42px;
		line-height: 38px;
	}

	.section .subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.section .content p, .section .content li {
		font-size: 16px;
		line-height: 24px;
	}

	.content-block .featured-image label {
		display: none;
	}

	.content-block .featured-image {
		box-shadow: none;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-transform: rotate(0deg);
		border-radius: 0;
	}

	.side-by-side.left .content-wrap {
		width: calc(100% - 110px);
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 50px;
	}

	.side-by-side.right .content-wrap {
		width: calc(100% - 110px);
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 50px;
	}

	.side-by-side .content-outer {
		position: relative;
	}

	.side-by-side .featured-image img {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.side-by-side.left .content-outer {
		left: 0%;
		width: 100%;
	}

	.side-by-side.right .content-outer {
		width: 100%;
	}

	.side-by-side .featured-image {
		width: 100%;
	}

	.side-by-side.right .featured-image.mobile {
    display: block;
}

.side-by-side.right .featured-image.right img {
    display: none;
}

	.title-banner .section-background {
		width: 150%;
		max-width: none;
		margin: 0 -25%;
	}

	.grid-block.background-image .section-inner-wrap-1 {
		position: relative;
	}

	.grid-block.background-image .section-background {
		position: absolute;
		height: 100%;
		min-width: 100%;
		max-width: none;
		width: auto;
	}

	.single-grid-block-inner {
		padding: 0 15px;
		text-align: center;
	}

	.news[row="1"],
	.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post,
	.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post,
	.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post,
	.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post {
		margin: 0 auto 50px;
		width: 50%;
		display: block;
	}

	.grid-block .image {
		max-width: 150px;
	}

	.single-team-member {
		width: 50%;
	}

	.section.news .news-post-inner:hover .news-post-read-more {
		line-height: 182px;
	}

	.section .section-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.single .entry-content {
		padding: 40px 50px;
		border-radius: 0;
		font-size: 16px;
	}

	.post-sharing {
		position: relative;
		margin: -12px 0 10px 0;
	}

	.entry-content .post-sharing a {
		font-size: 11px;
		padding: 4px 12px;
	}

	.archive article, .search article {
		padding: 30px;
	}

	.sidebar-sections {
		width: 100%;
	}

	.sidebar-section.sidebar-right .sidebar, .sidebar-section.sidebar-left .sidebar {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
	}

	.single-post .sidebar-section.sidebar-right .sidebar, .single-post .sidebar-section.sidebar-left .sidebar {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
		margin: 0;
		columns: 1;
		padding: 0;
	}

	.sidebar {
		columns: 2;
		column-gap: 40px;
	}

	.footer-columns[cols="3"] .footer-column,
	.footer-columns[cols="4"] .footer-column {
		width: 80%;
		position: relative;
		margin: 0 auto;
		display: block;
	}

	#content-wrapper {
		padding: 0;
	}

	#footer-container {
		height: auto;
		position: relative;
	}

	.entry-header .entry-title, .search-results h1.page-title {
		font-size: 32px;
	}

	.archive h1.entry-title a, .search h1.entry-title a {
		font-size: 26px;
	}

	#nav-container.nav-under {
		position: absolute;
		top: 0;
		right: 40px;
		box-shadow: none;
		margin: 0;
		width: auto !important;
		height: 100% !important;
	}

	#header-container.nav-under {
		height: auto;
	}

	#header-spacer.nav-under {
		height: 117px;
	}

	.upper-header {
		display: none;
	}

	.gform_wrapper form {
		margin: 50px -10px 0;
	}

	.rotator-prev, .rotator-next {
		width: 50px;
	}

	.rotator-prev a, .rotator-next a {
		background-size: 20px !important;
	}

	.single-post #content-wrapper.image-hero .sidebar-section.sidebar-right .sidebar {
		padding: 0;
	}

	#single-header-inner {
		margin: 0 70px;
		padding: 0;
	}

	.single .featured-image-wrap.hero .featured-image {
		max-height: 400px;
	}

	.single .post-sharing {
		position: relative;
	}

	.sidebar-section.site-wrapper {
		margin: 0;
		width: 100%;
	}

	.sidebar-section.site-wrapper .sidebar-sections {
		width: 100%;
	}

	.sidebar-section.site-wrapper.sidebar-right .sidebar {
		width: 100%;
		padding: 50px;
	}

	.sidebar-section.site-wrapper.sidebar-left .sidebar {
		width: 100%;
		padding: 50px 50px 0;
	}

	#home-services-grid .single-grid-block.Full.Content, #page-cards .single-grid-block.Full.Content {
    width: 90%;
    margin: 0 auto 30px auto;
	}

	.site-header .site-title img {
		margin:0 auto;
		text-align: center;
		max-width: 250px;
	}

	img.rotator-background {
    width: 160%;
    max-width: none;
	}

	.home #home-services-grid .grid-blocks {
		margin-top:45px;
		flex-direction:column;
	}

	.footer-columns {
		text-align: center;
	}

	#footer-container img {
		margin:0 auto;
	}

	footer#colophon {
    max-width: 80%;
    padding: 20px 0;
}

.section.title-banner .subtitle {
	font-size: 16px !important;
}

#page-cards .grid-blocks {
    display: block;
}

#forLeaseIframe {
	width: 100%;
	margin-left: 0;
}

.footer-credits {
	text-align: center;
}

.listing-sec.section_wrapper.mcb-section-inner {
    display: block;
}

.lst-dtls h3.address-hdng {
    line-height: 1.3em;
}

.listing-filters input[type="submit"] {
	display: block;
	margin: 20px auto 0 auto;
}

.rotator-title, body .entry-content .rotator-title h1 {
	font-size:32px;
}

.section-rotator img.rotator-background {
        min-height: 770px;
    }

	.side-by-side .featured-image {
		width: 100%;
		display: block;
	}

	.page-id-1033 .side-by-side .content-wrap {
    width: 90% !important;
    margin: 40px auto 0 auto !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

}

















@media only screen and (max-width: 479px) {
	.upper-header {
	    display: none;
	}

	.rotator-title, body .entry-content .rotator-title h1 {
	font-size:32px;
}

	.site-header .site-title img {
		margin:0 auto;
		text-align: center;
		max-width: 215px;
	}

	#page-cards.section li {
		text-align: left;
	}

	.footer-credits {
		text-align: center;
	}

	.home img.rotator-background {
    width: 160%;
    max-width: none;
}

	#site-copyright,.footer-credits {
	    display: block!important;
	    margin-top:0px;
	    text-align: center;
	}

	#home-services-grid .single-grid-block.Full.Content, #page-cards .single-grid-block.Full.Content {
    width: 90%;
    margin: 0 auto 30px auto;
}

#page-cards .grid-blocks {
    display: block;
}

	#mobile-nav {
		display: block;
	}

	.nav-under .site-header {
		margin: 0 10px;
	}

	#mobile-nav-toggle {
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}

	#mobile-nav-shad {
		display: none;
	}

	body.nav-active #mobile-nav-shad {
		display: block;
	}

	#nav-container {
		padding: 0 !important;
		height: auto !important;
		vertical-align: middle !important;
		width: 30% !important;
	}

	#header-container {
		height: 82px;
		position: fixed !important;
		background: #FFF;
	}

	#header-spacer, #header-spacer.nav-under {
		height: 82px;
	}

	.site-header {
		padding: 15px 0;
	}

	#site-navigation {
		display: none;
	}

	.rotator-slide-content-inner {
		padding: 15px 15px;
		text-align: center;
	}

	.rotator-slide-content-width {
		float: none;
	}

	.rotator-prev, .rotator-next {
		display: none;
	}

	.rotator-title {
		font-size: 35px;
		line-height: 1em;
		margin-bottom: 20px !important;
	}

	.footer-columns {
		text-align: center;
	}

	#footer-container img {
		margin:0 auto;
	}

	.rotator-subtitle {
		font-size: 16px;
		line-height: 150%;
	}

	.rotator-button {
		margin: 20px 0 0;
	}

	.rotator-pagination {
		display: none;
	}

	footer#colophon {
		max-width: 80%;
		padding: 20px 0;
}

	a.site-title {
		width: 70%;
		left:0;
	}

	.section.title-banner .subtitle {
		font-size: 16px !important;
	}

	.section.mobile-background .section-background {
		display: none;
	}

	.section.mobile-background .mobile-background {
		display: block;
	}

	.section.title-banner .title {
		font-size: 40px !important;
		line-height: 150%;
	}

	.section.title-banner .subtitle {
		font-size: 18px;
		line-height: 150%;
	}

	.section-rotator .mobile-background {
		display: block;
		max-width: none;
		min-height:770px;
	}

	.section-rotator .rotator-background {
		display: none;
	}

	.content-block.featured-image-left .featured-image.left,
	.content-block.featured-image-right .featured-image.left.mobile {
		display: block;
		width: 100%;
		text-align: center;
	}

	.content-block.featured-image-left .content-outer, .content-block.featured-image-right .content-outer {
		display: block;
		width: 100%;
	}

	.content-block.featured-image-left .content-wrap, .content-block.featured-image-right .content-wrap {
		padding: 40px 0 0;
	}

	.section .title {
		font-size: 40px;
		line-height: 45px;
	}

	.section .subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.section .content p, .section .content li {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}

	.content-block.featured-image-right .featured-image {
		display: none;
	}

	.content-block .featured-image label {
		display: none;
	}

	#pageHeader {
		width:100%;
	}

	#forLeaseIframe {
    width: 100%;
    margin-left: 0;
}

	.content-block .featured-image {
		box-shadow: none;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-transform: rotate(0deg);
		border-radius: 0;
	}

	.button {
		padding: 8px 18px;
		font-size: 12px;
	}

	.side-by-side .featured-image {
		width: 100%;
		display: block;
	}

	.side-by-side.left .content-outer, .side-by-side.right .content-outer {
		left: 0;
		width: 100%;
		position: relative;
	}

	.side-by-side .content-spacer {
		display: none;
	}

	.side-by-side.left .content-wrap, .side-by-side.right .content-wrap {
		width: 100% !important;
		padding: 30px;
		box-sizing: border-box;
	}

	.side-by-side .featured-image.right {
		display: none;
	}

	.side-by-side .featured-image.mobile {
		display: block;
	}

	.grid-block.background-image .section-inner-wrap-1 {
		position: relative;
	}

	.grid-block.background-image .section-background {
		position: absolute;
		height: 100%;
		min-width: 100%;
		max-width: none;
		width: auto;
	}

	.single-grid-block-inner {
		padding: 0 15px;
		text-align: center;
	}

	.team-members .bio p {
		font-size: 16px;
		line-height: 26px;
	}

	.news-post {
		font-size: 16px;
	}

	.news[row="1"],
	.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post,
	.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post,
	.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post,
	.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post {
		margin: 0 auto 50px;
		width: 100%;
		display: block;
	}

	.grid-block .image {
		max-width: 150px;
	}

	.single-team-member {
		width: 100%;
	}

	.section.news .news-post-inner:hover .news-post-read-more {
		line-height: 182px;
	}

	.section .section-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	li.gfield, li#field_1_5 {
		width: 100%;
		margin: 0 0 35px 0;
	}

	.gfield label.gfield_label {
		font-size: 14px;
		height: 42px;
		line-height: 24px;
	}

	.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="tel"] {
		font-size: 18px;
		height: 42px;
	}

	.gform_wrapper textarea {
		font-size: 18px;
	}

	.gform_wrapper .gfield.active label.gfield_label {
		top: -35px;
	}

	.gform_footer input[type="submit"] {
		font-size: 18px;
		line-height: 22px;
		height: 40px;
	}

	.gform_wrapper div.validation_error {
		font-size: 14px;
		line-height: 16px;
	}

	.single .entry-content {
		padding: 25px 30px;
		border-radius: 0;
		font-size: 14px;
	}

	.single h1.entry-title {
		font-size: 30px;
	}

	.single .post-meta {
		font-size: 12px;
	}

	.single .featured-image-wrap {
		height: auto;
	}

	.single .featured-image {
		position: relative;
		float: none;
		width: 100%;
		padding: 0;
	}

	.featured-image-wrap.hero .featured-image-overlay {
		box-shadow: inset 0 -160px 60px -60px rgb(248, 248, 248);
	}

	.post-sharing {
		position: relative;
		margin: -12px 0 10px 0;
	}

	.entry-content .post-sharing a {
		font-size: 11px;
		padding: 4px 12px;
	}

	.archive article, .search article {
		padding: 30px;
	}

	.sidebar-sections {
		width: 100%;
	}

	.sidebar-section.sidebar-right .sidebar, .sidebar-section.sidebar-left .sidebar {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
	}

	.footer-columns[cols="3"] .footer-column,
	.footer-columns[cols="4"] .footer-column {
		width: 100%;
		display: block;
	}

	#content-wrapper {
		padding: 0;
	}

	#footer-container {
		height: auto;
		position: relative;
	}

	header.entry-header {
		padding: 30px;
	}

	.entry-header .entry-title, .search-results h1.page-title {
		font-size: 22px;
	}

	.archive h1.entry-title a, .search h1.entry-title a {
		font-size: 18px;
	}

	.search .entry-summary {
		font-size: 14px;
	}

	.article-thumb {
		display: block;
		width: 100%;
	}

	.article-content, [thumb="true"] .article-content {
		width: 100%;
		padding: 25px 30px 0;
	}

	.archive article:first-child, .search article:first-child, .blog article:first-child {
		padding-top: 0px;
	}

	.single-post .sidebar-section.sidebar-right .sidebar, .single-post .sidebar-section.sidebar-left .sidebar {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
		margin: 0;
		columns: 1;
		padding: 0;
	}

	#nav-container.nav-under {
		position: absolute;
		top: 0;
		right: 20px;
		box-shadow: none;
		margin: 0;
		width: auto !important;
		height: 100% !important;
	}

	#header-container.nav-under {
		height: auto;
	}

	.upper-header {
		display: none;
	}

	.site-header {
		margin: 0 10px;
	}

	.gform_wrapper form {
		margin: 50px 0px 0;
	}

	.rotator-prev, .rotator-next {
		width: 40px;
	}

	.rotator-prev a, .rotator-next a {
		background-size: 20px !important;
	}

	.single .featured-image-wrap.hero .featured-image img {
		display: block;
	}

	.single .post-sharing a {
		font-size: 11px;
	}

	#single-header-inner {
		padding: 0 55px;
	}

	.single-post #content-wrapper.image-hero .sidebar-section.sidebar-right .sidebar {
		padding: 0;
		width: 100%;
	}

	.single .post-sharing {
		position: relative;
	}

	.single .featured-image-wrap.inline .featured-image {
		width: 100%;
		padding: 10px 0;
	}

	.sidebar-section.site-wrapper {
		margin: 0;
		width: 100%;
	}

	.sidebar-section.site-wrapper .sidebar-sections {
		width: 100%;
	}

	.sidebar-section.site-wrapper.sidebar-right .sidebar {
		width: 100%;
		padding: 0px 35px;
	}

	.sidebar-section.site-wrapper.sidebar-left .sidebar {
		width: 100%;
		padding: 0 35px;
	}

	.post-content {
		font-size: 16px;
	}


	.rotator-title br, .rotator-subtitle br {
	    display: none;
	}

	.listing-sec.section_wrapper.mcb-section-inner {
    display: block;
}
.lst-dtls h3.address-hdng {
    line-height: 1.3em;
}

.listing-filters input[type="submit"] {
	display: block;
	margin: 20px auto 0 auto;
}



}
