/*@import url(https://fonts.googleapis.com/css?family=Lato:300,900|Montserrat:300,500,600,700&display=swap);*/
* {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%
}

img {
	display: block;
	border: 0
}

.clear {
	clear: both
}

a[href^=tel] {
	color: inherit;
	text-decoration: none
}

.section-number,
a,
ol,
ul {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

img {
	width: 100%;
	height: auto
}

html {
	overflow-x: hidden
}

body {
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	overflow-x: hidden;
	width: 100%
}

body.fadeIn {
	opacity: 1
}

a {
	color: #00f;
	text-decoration: none
}

a:hover {
	color: red
}

.menu-overlay {
	background: #000;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 7500;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.fancybox-overlay {
	z-index: 10000!important
}

section {
	display: block
}

section .content {
	width: 91.2%;
	margin: 0 auto
}

section .content .page-sub-title {
	color: #004222;
	font-size: 32px;
	margin-bottom: 30px;
	opacity: 0;
	margin-left: -40px
}

section .content .page-intro-left-side,
section .content .page-intro-right-side {
	opacity: 0
}

section .content .page-intro-left-side,
section .content .page-intro-right-side {
	width: 50%;
	float: left
}

section .content .page-intro-left-side p,
section .content .page-intro-right-side p {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 1em;
	margin-right: 10%
}

.fade {
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.fadeIn {
	opacity: 1
}

body {
	padding-top: 116px
}

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 91.2%;
	padding: 0 4.4%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 12px 5px rgba(0, 0, 0, .4);
	height: 116px;
	z-index: 7000
}

header logo {
	width: 450px;
	display: block;
	position: absolute;
	top: 0;
	left: 4.4%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.menu-toggle2 {
	display: block;
	position: fixed;
	top: 60px;
	right: 4.4%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 8500
}

.nav-menu {
	display: block;
	-webkit-transition: none;
	transition: none
}

#nav-icon {
	float: right;
	margin: 0;
	width: 38px;
	height: 28px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	z-index: 999
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #94b718;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

#nav-icon span:nth-child(1) {
	top: 0
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
	top: 12px
}

#nav-icon span:nth-child(4) {
	top: 24px
}

#nav-icon.open span {
	background: #94b718
}

#nav-icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%
}

#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#nav-icon.open span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%
}

.menu-main-menu-container {
	position: fixed;
	right: -50%;
	top: 0;
	height: 100vh;
	background: rgba(0, 0, 0, .65);
	width: 50%;
	max-width: 400px;
	z-index: 8000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.menu-main-menu-container ul {
	list-style-type: none;
	position: fixed;
	right: -60%;
	top: 160px;
	width: 45.6%;
	max-width: calc(400px - 4.4%);
	z-index: 2500;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.menu-main-menu-container ul li {
	opacity: 0;
	text-align: right
}

.menu-main-menu-container ul li a {
	text-align: right;
	display: block;
	color: #94b718;
	font-weight: 200;
	font-size: 38px;
	padding-bottom: 30px;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.menu-main-menu-container ul li a:hover {
	color: #fff
}

.menu-main-menu-container ul li.current_page_item a {
	color: #fff
}

section.header-images .header-image {
	width: 100%;
	position: relative
}

section.header-images .header-image .bx-controls {
	position: absolute;
	z-index: 5000;
	bottom: 6%;
	right: 4.4%;
	width: 50%;
	text-align: right
}

section.header-images .header-image .bx-controls .bx-pager-item {
	display: inline-block;
	margin-left: 15px
}

section.header-images .header-image .bx-controls .bx-pager-item a {
	display: block;
	width: 16px;
	height: 16px;
	color: transparent;
	border: 1px solid #9d9d9d;
	background-color: #002f15;
	opacity: .6
}

section.header-images .header-image .bx-controls .bx-pager-item a.active,
section.header-images .header-image .bx-controls .bx-pager-item a:hover {
	opacity: 1
}

section.header-images .header-movie {
	margin-bottom: -5px;
	position: relative
}

section.header-images .header-movie video {
	width: 100%
}

section.header-images .header-overlay {
	position: absolute;
	z-index: 1000;
	width: 320px;
	bottom: -128px;
	right: 2%
}

@media only screen and (min-width:481px) and (max-width:767px) {
	body {
		padding-top: 72px
	}
	header {
		-webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
		box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
		height: 72px
	}
	header logo {
		width: 200px
	}
	.menu-toggle2 {
		top: 37px
	}
	#nav-icon {
		width: 30px;
		height: 20px
	}
	#nav-icon span {
		height: 2px
	}
	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 8px
	}
	#nav-icon span:nth-child(4) {
		top: 16px
	}
	.menu-main-menu-container ul {
		top: 110px
	}
	.menu-main-menu-container ul li a {
		padding-bottom: 22px
	}
	section.header-images {
		border-bottom-width: 10px
	}
	section.header-images .header-image .bx-controls {
		display: none
	}
}

@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
	body {
		padding-top: 62px
	}
	header {
		-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .3);
		box-shadow: 0 0 5px 3px rgba(0, 0, 0, .3);
		height: 62px
	}
	header logo {
		width: 170px
	}
	.menu-toggle2 {
		top: 34px
	}
	#nav-icon {
		width: 24px;
		height: 20px
	}
	#nav-icon span {
		height: 2px
	}
	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 6px
	}
	#nav-icon span:nth-child(4) {
		top: 12px
	}
	.menu-main-menu-container ul {
		top: 90px
	}
	.menu-main-menu-container ul li a {
		padding-bottom: 18px
	}
	section.header-images {
		border-bottom-width: 7px
	}
	section.header-images .header-image .bx-controls {
		display: none
	}
}

section.homepage-intro,
section.page-intro {
	background: #004222;
	background: -webkit-gradient(linear, left top, left bottom, from(#004222), to(#002f15));
	background: linear-gradient(#004222 0, #002f15 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$accent2', endColorstr='$accent', GradientType=0);
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative
}

section.homepage-intro:after,
section.page-intro:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 4.6%;
	width: 100%;
	height: 100%;
	background-image: url(../images/home-top-bg.svg);
	background-repeat: no-repeat;
	background-position: left bottom -150px;
	background-size: 360px;
	z-index: 1
}

section.homepage-intro .content,
section.page-intro .content {
	z-index: 10;
	position: relative
}

section.homepage-intro .content .home-top-title,
section.page-intro .content .home-top-title {
	font-size: 30px;
	color: #fff;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	opacity: 0;
	margin-left: -40px
}

section.homepage-intro .content .home-title h1,
section.page-intro .content .home-title h1 {
	font-size: 57px;
	margin-bottom: 25px;
	width: 100%;
	opacity: 0;
	margin-left: -40px;
	color: #fff;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	text-transform: uppercase
}

section.homepage-intro .content .home-title h1 b,
section.page-intro .content .home-title h1 b {
	color: #94b718;
	font-weight: 900
}

section.homepage-intro .content .left-side,
section.page-intro .content .left-side {
	width: 400px;
	float: left
}

section.homepage-intro .content .left-side .sub-title,
section.page-intro .content .left-side .sub-title {
	font-weight: normal;
	color: #fff;
	font-size: 36px;
	opacity: 0;
	margin-left: -40px;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	font-weight: 200;
	margin-bottom: .5em
}

section.homepage-intro .content .right-side,
section.page-intro .content .right-side {
	width: calc(100% - 450px);
	float: right;
	color: #fff;
	max-width: 1100px
}

section.homepage-intro .content .right-side .home-top-content,
section.page-intro .content .right-side .home-top-content {
	color: #94b718;
	margin-bottom: .5em;
	font-size: 32px;
	max-width: 800px;
	font-weight: 600;
	opacity: 0
}

section.homepage-intro .content .right-side .home-list-title,
section.page-intro .content .right-side .home-list-title {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 1em;
	opacity: 0
}

section.homepage-intro .content .right-side li,
section.page-intro .content .right-side li {
	font-size: 22px;
	line-height: 1.1em;
	width: 100%;
	max-width: 1100px;
	margin-bottom: 1em;
	opacity: 0;
	color: #fff;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	list-style-type: none;
	position: relative;
	padding-left: 29px
}

section.homepage-intro .content .right-side li i,
section.page-intro .content .right-side li i {
	background-color: #94b718;
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 2px
}

section.homepage-widgets {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative
}

section.homepage-widgets .widgets {
	z-index: 10;
	position: relative
}

section.homepage-widgets .widgets .widget-wrapper {
	opacity: 0;
	display: inline
}

section.homepage-widgets .widgets .widget-wrapper .widget {
	display: inline-block;
	width: 33.33333%;
	text-align: center
}

section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget {
	display: inline-block;
	text-align: left
}

section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-image {
	width: 100px;
	height: 100px;
	display: inline-block;
	float: left;
	margin-right: 30px
}

section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-image img {
	max-width: 100px;
	max-height: 100px
}

section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-title {
	display: inline-block;
	color: #002f15;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	font-weight: nmormal;
	font-size: 34px;
	margin-top: 10px
}

section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more {
	display: block;
	text-transform: uppercase;
	color: #9d9d9d;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more span {
	float: left;
	margin-top: 2px;
	margin-right: 6px
}

section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more i {
	color: #00a488;
	font-size: 28px;
	float: left;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

section.homepage-widgets .widgets .widget-wrapper .widget:hover .widget-more {
	color: #002f15
}

section.homepage-widgets .widgets .widget-wrapper .widget:hover .widget-more i {
	color: #002f15
}

section.quotes {
	background: #ededed
}

section.quotes .quotes-wrapper {
	padding-top: 65px;
	padding-bottom: 70px;
	position: relative
}

section.quotes .quotes-wrapper .content {
	position: relative;
	z-index: 10;
	text-align: left;
	border: 7px solid #00a488;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	max-width: 1200px
}

section.quotes .quotes-wrapper .content:after {
	content: "";
	background-color: #00a488;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 17%;
	background-image: url(../images/quote-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%
}

section.quotes .quotes-wrapper .content .quote {
	width: 83%;
	float: right;
	background-image: url(../images/quote.svg);
	background-repeat: no-repeat;
	background-position: 4% 5px;
	background-size: 70px
}

section.quotes .quotes-wrapper .content .quote p {
	font-size: 20px;
	line-height: 1.6em;
	width: 80%;
	font-weight: 300;
	color: #222;
	margin: 0 auto;
	float: right;
	margin-right: 5%;
	margin-bottom: 1em
}

section.quotes .quotes-wrapper .content .quote p.source {
	color: #004222;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	font-size: 22px;
	margin-bottom: 0
}

section.quotes .quotes-wrapper .content .quote-slider {
	position: relative
}

section.quotes .quotes-wrapper .content .quote-slider .quote {
	width: 83%!important;
	margin-left: 17%!important
}

section.occupiers {
	background-color: #fff;
	padding-top: 65px;
	padding-bottom: 20px;
	position: relative
}

section.occupiers h2 {
	color: #94b718;
	font-size: 40px;
	text-align: center;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-weight: 900
}

section.occupiers .occupiers-wrapper {
	text-align: center;
	margin-top: 45px
}

section.occupiers .occupiers-wrapper .occupier-logo {
	display: inline-block;
	width: auto;
	margin-right: 5%;
	margin-bottom: 50px;
	opacity: 0
}

section.occupiers .occupiers-wrapper .occupier-logo:last-child {
	margin-right: 0
}

section.occupiers .occupiers-wrapper .occupier-logo:nth-child(4n+4) {
	margin-right: 0
}

section.occupiers .occupiers-wrapper .occupier-logo img {
	width: 80%;
	height: auto;
	max-width: 292px;
	margin: 0 auto
}

section.homepage-gallery {
	padding-top: 55px;
	padding-bottom: 85px;
	background: #94b718
}

section.homepage-gallery h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-weight: 900
}

section.homepage-gallery .gallery-wrapper a {
	display: inline-block;
	width: calc(20.05% - 20px);
	margin-right: 20px
}

section.homepage-gallery .gallery-wrapper a:last-child {
	margin-right: 0;
	position: relative;
	overflow: hidden
}

section.homepage-gallery .gallery-wrapper a:last-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .85);
	width: 100%;
	height: 100%;
	z-index: 50
}

section.homepage-gallery .gallery-wrapper a:last-child .gallery-more {
	position: absolute;
	z-index: 500;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	text-align: left;
	color: #002f15;
	font-size: 1.2vw;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

section.homepage-gallery .gallery-wrapper a:hover {
	opacity: .7
}

section.homepage-news {
	background: #ededed;
	padding-top: 60px;
	padding-bottom: 90px;
	position: relative;
	background-image: url(../images/home-news-bg.svg);
	background-repeat: no-repeat;
	background-position: right 4.6% bottom -140px;
	background-size: 325px
}

section.homepage-news .home-news-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

section.homepage-news .home-news-wrapper .home-news-image {
	width: 41.5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 3.5%
}

section.homepage-news .home-news-wrapper .home-news-story {
	width: 55%
}

section.homepage-news .home-news-wrapper .home-news-story h2 {
	font-size: 30px;
	color: #94b718;
	margin-bottom: 30px;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-weight: 900
}

section.homepage-news .home-news-wrapper .home-news-story a.home-news-title {
	font-weight: normal;
	font-size: 22px;
	color: #004222;
	margin-bottom: .25em;
	line-height: 1.6em;
	display: block;
	font-family: Campton-Bold, Arial, Helvetica, san-serif
}

section.homepage-news .home-news-wrapper .home-news-story a.home-news-title:hover {
	color: #94b718
}

section.homepage-news .home-news-wrapper .home-news-story p {
	font-size: 20px;
	line-height: 1.6em;
	width: 100%;
	max-width: 1100px;
	margin-bottom: 1em;
	font-family: Campton-Book, Arial, Helvetica, san-serif
}

section.homepage-news .home-news-wrapper .home-news-story a.read-more {
	display: inline-block;
	text-transform: uppercase;
	color: #9d9d9d;
	font-size: 20px;
	font-weight: 700;
	margin-top: 40px
}

section.homepage-news .home-news-wrapper .home-news-story a.read-more i {
	font-size: 28px;
	float: right;
	margin-left: 8px;
	margin-top: -1px;
	color: #00a488
}

section.homepage-news .home-news-wrapper .home-news-story a.read-more:hover {
	color: #004222
}

section.homepage-news .home-news-wrapper .home-news-story a.see-all-news {
	display: inline-block;
	color: #fff;
	background: #94b718;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
	padding: 7px 20px
}

section.homepage-news .home-news-wrapper .home-news-story a.see-all-news:hover {
	color: #94b718;
	background: #fff
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	section.homepage-intro,
	section.page-intro {
		padding-top: 40px;
		padding-bottom: 40px
	}
	section.homepage-intro:after,
	section.page-intro:after {
		background-position: right 15% bottom -125px;
		background-size: 280px
	}
	section.homepage-intro .content .home-top-title,
	section.page-intro .content .home-top-title {
		font-size: 24px
	}
	section.homepage-intro .content .home-title h1,
	section.page-intro .content .home-title h1 {
		font-size: 38px;
		margin-bottom: 25px
	}
	section.homepage-intro .content .left-side,
	section.page-intro .content .left-side {
		width: 100%;
		margin-bottom: 1em
	}
	section.homepage-intro .content .left-side .sub-title,
	section.page-intro .content .left-side .sub-title {
		font-size: 23px
	}
	section.homepage-intro .content .right-side,
	section.page-intro .content .right-side {
		width: 100%
	}
	section.homepage-intro .content .right-side .home-top-content,
	section.page-intro .content .right-side .home-top-content {
		font-size: 24px;
		max-width: 700px
	}
	section.homepage-intro .content .right-side .home-list-title,
	section.page-intro .content .right-side .home-list-title {
		font-size: 18px
	}
	section.homepage-intro .content .right-side li,
	section.homepage-intro .content .right-side p,
	section.page-intro .content .right-side li,
	section.page-intro .content .right-side p {
		font-size: 18px
	}
	section.homepage-intro .content .right-side li i,
	section.homepage-intro .content .right-side p i,
	section.page-intro .content .right-side li i,
	section.page-intro .content .right-side p i {
		margin-top: -1px
	}
	section.homepage-widgets {
		padding-top: 60px;
		padding-bottom: calc(34px + 80px);
		background-size: 170%
	}
	section.homepage-widgets .widgets .widget-wrapper:last-child .widget {
		margin-right: 0
	}
	section.homepage-widgets .widgets .widget-wrapper .widget {
		width: 25.3%;
		margin-right: 12%
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget {
		display: inline-block;
		text-align: center
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-image {
		float: none;
		margin: 0 auto
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-title {
		font-size: 22px;
		width: 100%
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more {
		font-size: 16px;
		display: inline-block
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more i {
		margin-top: -3px
	}
	section.quotes {
		background-size: 2.5%
	}
	section.quotes .quotes-wrapper {
		padding-top: 45px;
		padding-bottom: 50px
	}
	section.quotes .quotes-wrapper .content {
		padding-top: 20px;
		padding-bottom: 40px;
		width: 80%
	}
	section.quotes .quotes-wrapper .content .quote {
		width: 85%;
		background-size: 50px
	}
	section.quotes .quotes-wrapper .content .quote p {
		font-size: 16px;
		width: 78%
	}
	section.quotes .quotes-wrapper .content .quote p.source {
		font-size: 18px
	}
	section.occupiers {
		padding-top: 60px;
		padding-bottom: 30px
	}
	section.occupiers h2 {
		font-size: 28px
	}
	section.occupiers .occupiers-wrapper .clear {
		display: none
	}
	section.occupiers .occupiers-wrapper .occupier-logo img {
		width: 90%;
		height: auto;
		max-width: 200px;
		margin: 0 auto
	}
	section.homepage-gallery {
		padding-top: 30px;
		padding-bottom: 50px
	}
	section.homepage-gallery h2 {
		font-size: 28px
	}
	section.homepage-gallery .gallery-wrapper a {
		display: inline-block;
		width: calc(19.9% - 15px);
		margin-right: 15px
	}
	section.homepage-gallery .gallery-wrapper a:last-child:after {
		font-size: 14px;
		background-size: 24px;
		width: 110px
	}
	section.homepage-news {
		padding-top: 50px;
		padding-bottom: 40px;
		background-size: 250px;
		background-position: right 9% bottom -130px
	}
	section.homepage-news .home-news-wrapper .home-news-image {
		width: 100%;
		margin-right: 0;
		padding-bottom: 40%;
		margin-bottom: 20px
	}
	section.homepage-news .home-news-wrapper .home-news-story {
		width: 100%
	}
	section.homepage-news .home-news-wrapper .home-news-story h2 {
		font-size: 30px;
		margin-bottom: 10px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.home-news-title {
		font-size: 18px
	}
	section.homepage-news .home-news-wrapper .home-news-story p {
		font-size: 16px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.read-more {
		font-size: 16px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.read-more i {
		margin-top: -3px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.see-all-news {
		font-size: 14px
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	section.homepage-intro,
	section.page-intro {
		padding-top: 30px;
		padding-bottom: 30px
	}
	section.homepage-intro:after,
	section.page-intro:after {
		background-position: right 13% bottom -120px;
		background-size: 230px
	}
	section.homepage-intro .content .home-top-title,
	section.page-intro .content .home-top-title {
		font-size: 18px
	}
	section.homepage-intro .content .home-title h1,
	section.page-intro .content .home-title h1 {
		font-size: 36px;
		margin-bottom: 10px;
		padding-bottom: 15px
	}
	section.homepage-intro .content .home-title h1 b,
	section.page-intro .content .home-title h1 b {
		display: block
	}
	section.homepage-intro .content .left-side,
	section.page-intro .content .left-side {
		width: 100%;
		margin-bottom: 1em
	}
	section.homepage-intro .content .left-side .sub-title,
	section.page-intro .content .left-side .sub-title {
		font-size: 18px
	}
	section.homepage-intro .content .right-side,
	section.page-intro .content .right-side {
		width: 90%;
		float: left
	}
	section.homepage-intro .content .right-side .home-top-content,
	section.page-intro .content .right-side .home-top-content {
		font-size: 18px
	}
	section.homepage-intro .content .right-side .home-list-title,
	section.page-intro .content .right-side .home-list-title {
		font-size: 16px
	}
	section.homepage-intro .content .right-side li,
	section.page-intro .content .right-side li {
		font-size: 16px
	}
	section.homepage-widgets {
		padding-top: 40px;
		padding-bottom: 20px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget {
		display: inline-block;
		text-align: left;
		width: 230px;
		margin-left: 0 auto
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-image {
		width: 75px;
		height: 75px;
		margin-right: 20px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-image img {
		max-width: 75px;
		max-height: 75px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-title {
		font-size: 20px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more {
		font-size: 14px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more i {
		font-size: 20px;
		margin-top: 1px
	}
	section.quotes .quotes-wrapper {
		padding-top: 40px;
		padding-bottom: 40px
	}
	section.quotes .quotes-wrapper .content {
		border-width: 10px;
		padding-top: 15px;
		padding-bottom: 25px
	}
	section.quotes .quotes-wrapper .content .quote {
		padding-top: 20px;
		width: 90%;
		background-size: 35px;
		background-position: 10px 1px
	}
	section.quotes .quotes-wrapper .content .quote p {
		font-size: 14px
	}
	section.quotes .quotes-wrapper .content .quote p.source {
		font-size: 16px
	}
	section.quotes .quotes-wrapper .content .quote p.role {
		font-size: 16px
	}
	section.occupiers {
		padding-top: 50px;
		padding-bottom: 20px
	}
	section.occupiers h2 {
		font-size: 24px
	}
	section.occupiers .occupiers-wrapper .occupier-logo {
		max-width: 30%
	}
	section.occupiers .occupiers-wrapper .clear {
		display: none
	}
	section.homepage-gallery {
		padding-top: 40px;
		padding-bottom: 60px
	}
	section.homepage-gallery h2 {
		font-size: 24px
	}
	section.homepage-gallery .gallery-wrapper a {
		display: inline-block;
		width: calc(33.9% - 20px);
		margin-right: 20px
	}
	section.homepage-gallery .gallery-wrapper a:nth-child(3),
	section.homepage-gallery .gallery-wrapper a:nth-child(4) {
		display: none
	}
	section.homepage-gallery .gallery-wrapper a:last-child {
		margin-right: 0;
		position: relative;
		overflow: hidden
	}
	section.homepage-gallery .gallery-wrapper a:last-child .gallery-more {
		font-size: 2vw
	}
	section.homepage-gallery .gallery-wrapper a:last-child:after {
		font-size: 18px
	}
	section.homepage-news {
		padding-top: 40px;
		padding-bottom: 40px;
		background-size: 250px
	}
	section.homepage-news .home-news-wrapper {
		display: block
	}
	section.homepage-news .home-news-wrapper .home-news-image {
		width: 100%;
		margin-right: 0;
		padding-bottom: 55%
	}
	section.homepage-news .home-news-wrapper .home-news-story {
		width: 100%;
		padding-top: 20px
	}
	section.homepage-news .home-news-wrapper .home-news-story h2 {
		font-size: 26px;
		margin-bottom: 10px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.home-news-title {
		font-size: 16px
	}
	section.homepage-news .home-news-wrapper .home-news-story p {
		font-size: 14px;
		margin-bottom: 0
	}
	section.homepage-news .home-news-wrapper .home-news-story a.read-more {
		font-size: 16px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.read-more i {
		margin-top: -4px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.see-all-news {
		font-size: 14px;
		font-weight: 700
	}
}

@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
	section.homepage-intro,
	section.page-intro {
		padding-top: 30px;
		padding-bottom: 30px
	}
	section.homepage-intro:after,
	section.page-intro:after {
		background-position: right 13% bottom -120px;
		background-size: 230px
	}
	section.homepage-intro .content .home-top-title,
	section.page-intro .content .home-top-title {
		font-size: 16px;
		margin-bottom: 2px
	}
	section.homepage-intro .content .home-title,
	section.page-intro .content .home-title {
		background-image: none
	}
	section.homepage-intro .content .home-title h1,
	section.page-intro .content .home-title h1 {
		font-size: 34px;
		margin-bottom: 20px;
		line-height: 1em
	}
	section.homepage-intro .content .home-title h1 b,
	section.page-intro .content .home-title h1 b {
		display: block
	}
	section.homepage-intro .content .left-side,
	section.page-intro .content .left-side {
		width: 100%;
		margin-bottom: 1em
	}
	section.homepage-intro .content .left-side .sub-title,
	section.page-intro .content .left-side .sub-title {
		font-size: 16px
	}
	section.homepage-intro .content .right-side,
	section.page-intro .content .right-side {
		width: 90%;
		float: left
	}
	section.homepage-intro .content .right-side .home-top-content,
	section.page-intro .content .right-side .home-top-content {
		font-size: 18px
	}
	section.homepage-intro .content .right-side .home-list-title,
	section.page-intro .content .right-side .home-list-title {
		font-size: 14px
	}
	section.homepage-intro .content .right-side li,
	section.page-intro .content .right-side li {
		font-size: 14px;
		padding-left: 24px
	}
	section.homepage-intro .content .right-side li i,
	section.page-intro .content .right-side li i {
		width: 16px;
		height: 16px;
		margin-top: -4px
	}
	section.homepage-widgets {
		padding-top: 40px;
		padding-bottom: 20px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget {
		display: inline-block;
		text-align: left;
		width: 230px;
		margin-left: 0 auto
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-image {
		width: 75px;
		height: 75px;
		margin-right: 20px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-image img {
		max-width: 75px;
		max-height: 75px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-title {
		font-size: 20px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more {
		font-size: 14px
	}
	section.homepage-widgets .widgets .widget-wrapper .widget .inner-widget .widget-more i {
		margin-top: -1px;
		font-size: 22px
	}
	section.quotes .quotes-wrapper {
		padding-top: 30px;
		padding-bottom: 40px
	}
	section.quotes .quotes-wrapper .content {
		border-width: 3px;
		padding-top: 10px;
		padding-bottom: 10px
	}
	section.quotes .quotes-wrapper .content .quote-slider .quote {
		padding-top: 20px;
		width: 90%;
		background-size: 25px
	}
	section.quotes .quotes-wrapper .content .quote-slider .quote p {
		font-size: 14px
	}
	section.quotes .quotes-wrapper .content .quote-slider .quote p.source {
		font-size: 12px
	}
	section.occupiers {
		padding-top: 40px;
		padding-bottom: 20px
	}
	section.occupiers h2 {
		font-size: 20px;
		margin-bottom: 40px
	}
	section.occupiers .occupiers-wrapper .occupier-logo {
		width: auto;
		display: block
	}
	section.occupiers .occupiers-wrapper .occupier-logo img {
		width: 50%
	}
	section.homepage-gallery {
		padding-top: 20px;
		padding-bottom: 50px
	}
	section.homepage-gallery h2 {
		font-size: 26px
	}
	section.homepage-gallery .gallery-wrapper a {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
	section.homepage-gallery .gallery-wrapper a:nth-child(3),
	section.homepage-gallery .gallery-wrapper a:nth-child(4) {
		display: none
	}
	section.homepage-gallery .gallery-wrapper a:last-child {
		margin-right: 0;
		position: relative;
		overflow: hidden
	}
	section.homepage-gallery .gallery-wrapper a:last-child .gallery-more {
		font-size: 5vw
	}
	section.homepage-news {
		padding-top: 40px;
		padding-bottom: 30px;
		background-size: 150px;
		background-position: right 7% bottom -75px
	}
	section.homepage-news .home-news-wrapper {
		display: block
	}
	section.homepage-news .home-news-wrapper .home-news-image {
		width: 100%;
		margin-right: 0;
		padding-bottom: 55%
	}
	section.homepage-news .home-news-wrapper .home-news-story {
		width: 100%;
		padding-top: 20px
	}
	section.homepage-news .home-news-wrapper .home-news-story h2 {
		font-size: 26px;
		margin-bottom: 10px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.home-news-title {
		font-size: 14px
	}
	section.homepage-news .home-news-wrapper .home-news-story p {
		font-size: 12px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.read-more {
		font-size: 14px;
		margin-top: 10px
	}
	section.homepage-news .home-news-wrapper .home-news-story a.see-all-news {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		margin-top: 15px;
		margin-left: 0
	}
}

section.development-intro:after {
	background-position: right 10% bottom -150px
}

section.development-intro .content .development-sub-title {
	color: #fff;
	font-weight: 200;
	font-size: 30px;
	opacity: 0;
	margin-bottom: 1em
}

section.development-intro .content .left-side {
	width: 47%;
	margin-right: 3%;
	float: left
}

section.development-intro .content .left-side p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 1em;
	line-height: 1.45em;
	opacity: 0
}

section.development-intro .content .left-side p:last-child {
	margin-bottom: 0
}

section.development-intro .content .right-side {
	width: 48%;
	float: left
}

section.development-intro .content .right-side p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 1em;
	line-height: 1.45em;
	opacity: 0
}

section.masterplan {
	background-color: #fff
}

section.availability {
	background-color: #94b718;
	padding-top: 65px;
	padding-bottom: 70px
}

section.availability .content h2 {
	font-size: 40px;
	margin-bottom: 40px;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	text-align: center
}

section.availability .content .left-side {
	width: 46.5%;
	float: left
}

section.availability .content .right-side {
	width: 47.5%;
	float: right
}

section.availability .content .left-side .row,
section.availability .content .right-side .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

section.availability .content .left-side .row div,
section.availability .content .right-side .row div {
	float: left;
	border-bottom: 1px solid #004222;
	line-height: 2em;
	padding-top: 3px;
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	padding: 0 30px
}

section.availability .content .left-side .row div.title,
section.availability .content .right-side .row div.title {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-weight: 600;
	text-transform: uppercase;
	color: #004222;
	font-size: 17px
}

section.availability .content .left-side .row div:nth-child(1),
section.availability .content .right-side .row div:nth-child(1) {
	width: calc(33.333% - 60px)
}

section.availability .content .left-side .row div:nth-child(2),
section.availability .content .right-side .row div:nth-child(2) {
	width: calc(33.333% - 60px);
	text-align: center
}

section.availability .content .left-side .row div:nth-child(3),
section.availability .content .right-side .row div:nth-child(3) {
	width: calc(33.333% - 60px);
	text-align: center
}

section.terms {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative
}

section.terms .quotes-wrapper {
	padding-top: 0;
	padding-bottom: 0
}

section.terms .quotes-wrapper .content {
	width: 91.2%;
	max-width: 100%
}

section.terms .quotes-wrapper .content:after {
	background-size: 70%;
	width: 13%
}

section.terms .quotes-wrapper .content .quote {
	width: 83%;
	margin-left: 2%;
	margin-right: 2%;
	background-image: none
}

section.terms .quotes-wrapper .content .quote h2 {
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	font-weight: normal;
	color: #94b718;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 10px
}

section.terms .quotes-wrapper .content .quote p {
	margin: 0;
	width: 90%;
	max-width: 100%;
	margin-left: 0;
	float: none
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	section.development-intro .content .development-sub-title {
		font-size: 23px
	}
	section.development-intro .content .left-side,
	section.development-intro .content .right-side {
		width: 100%;
		float: none
	}
	section.development-intro .content .left-side p,
	section.development-intro .content .right-side p {
		font-size: 18px
	}
	section.development-intro .content .left-side li,
	section.development-intro .content .right-side li {
		font-size: 18px
	}
	section.availability {
		padding-top: 45px;
		padding-bottom: 65px
	}
	section.availability .content h2 {
		font-size: 28px;
		margin-bottom: 30px
	}
	section.availability .content .left-side p,
	section.availability .content .right-side p {
		font-size: 16px
	}
	section.availability .content .left-side .row div,
	section.availability .content .right-side .row div {
		font-size: 14px
	}
	section.availability .content .left-side .row div.title,
	section.availability .content .right-side .row div.title {
		font-size: 16px
	}
	section.terms {
		padding-top: 40px;
		padding-bottom: 40px
	}
	section.terms .quotes-wrapper .content .quote h2 {
		font-size: 26px
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	section.development-intro .content .development-sub-title {
		font-size: 18px
	}
	section.development-intro .content .left-side,
	section.development-intro .content .right-side {
		width: 100%;
		float: none
	}
	section.development-intro .content .left-side li,
	section.development-intro .content .left-side p,
	section.development-intro .content .right-side li,
	section.development-intro .content .right-side p {
		font-size: 16px
	}
	section.development-intro .content .left-side li i,
	section.development-intro .content .left-side p i,
	section.development-intro .content .right-side li i,
	section.development-intro .content .right-side p i {
		margin-top: -4px
	}
	section.availability {
		padding-top: 30px;
		padding-bottom: 35px
	}
	section.availability .content h2 {
		font-size: 24px;
		margin-bottom: 25px
	}
	section.availability .content .left-side,
	section.availability .content .right-side {
		width: 100%
	}
	section.availability .content .left-side .row div,
	section.availability .content .right-side .row div {
		font-size: 14px
	}
	section.availability .content .left-side .row.desktop,
	section.availability .content .right-side .row.desktop {
		display: none
	}
	section.terms {
		padding-top: 40px;
		padding-bottom: 40px
	}
	section.terms .quotes-wrapper .content {
		border-width: 4px
	}
	section.terms .quotes-wrapper .content .quote {
		padding-top: 0
	}
	section.terms .quotes-wrapper .content .quote h2 {
		font-size: 20px
	}
}

@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
	section.development-intro .content .development-sub-title {
		font-size: 16px
	}
	section.development-intro .content .left-side,
	section.development-intro .content .right-side {
		width: 100%;
		float: none
	}
	section.development-intro .content .left-side p,
	section.development-intro .content .right-side p {
		font-size: 14px
	}
	section.availability {
		padding-top: 25px;
		padding-bottom: 35px
	}
	section.availability .content h2 {
		font-size: 20px;
		margin-bottom: 20px
	}
	section.availability .content .left-side,
	section.availability .content .right-side {
		width: 100%
	}
	section.availability .content .left-side p,
	section.availability .content .right-side p {
		font-size: 14px
	}
	section.availability .content .left-side .row div,
	section.availability .content .right-side .row div {
		font-size: 14px
	}
	section.availability .content .left-side .row.desktop,
	section.availability .content .right-side .row.desktop {
		display: none
	}
	section.terms {
		padding-top: 30px;
		padding-bottom: 30px
	}
	section.terms .quotes-wrapper .content {
		border-width: 3px
	}
	section.terms .quotes-wrapper .content .quote {
		padding-top: 0
	}
	section.terms .quotes-wrapper .content .quote h2 {
		font-size: 20px
	}
	section.terms .quotes-wrapper .content .quote p {
		font-size: 14px
	}
}

#map {
	padding-bottom: 36.747%
}

section.drive-times {
	background: #94b718;
	padding-top: 65px;
	padding-bottom: 65px;
	position: relative
}

section.drive-times .content h1 {
	font-size: 57px;
	font-weight: normal;
	color: #fff;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	margin-bottom: .5em
}

section.drive-times .content .left-side {
	float: left;
	width: 45%
}

section.drive-times .content .left-side p {
	font-size: 22px;
	font-weight: 300;
	color: #004222;
	line-height: 1.45em
}

section.drive-times .content .right-side {
	float: right;
	width: 50%
}

section.drive-times .content .right-side .table-title {
	font-size: 40px;
	font-weight: normal;
	color: #002f15;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	margin-bottom: .5em;
	margin-top: -2px
}

section.drive-times .content .right-side .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

section.drive-times .content .right-side .row div {
	float: left;
	border-bottom: 1px solid #94b718;
	line-height: 2em;
	padding-top: 3px;
	font-size: 19px;
	color: #fff;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	border: 1px solid #94b718;
	background: #00a488;
	padding: 5px 20px
}

section.drive-times .content .right-side .row div:nth-child(1) {
	width: calc(33.333% - 42px)
}

section.drive-times .content .right-side .row div:nth-child(2) {
	width: calc(33.333% - 42px);
	text-align: center
}

section.drive-times .content .right-side .row div:nth-child(3) {
	width: calc(33.333% - 42px);
	text-align: center
}

section.drive-times .content .right-side .row:nth-child(2) div {
	font-weight: 700;
	text-transform: uppercase;
	color: #94b718;
	background: #fff
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	#map {
		padding-bottom: 50%
	}
	section.drive-times {
		padding-top: 50px;
		padding-bottom: 40px
	}
	section.drive-times:after {
		right: 0;
		bottom: -38px;
		width: 38%
	}
	section.drive-times .content h1 {
		font-size: 38px
	}
	section.drive-times .content .left-side {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px
	}
	section.drive-times .content .left-side p {
		font-size: 18px
	}
	section.drive-times .content .right-side {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-bottom: 40px
	}
	section.drive-times .content .right-side .table-title {
		font-size: 28px;
		margin-bottom: .8em
	}
	section.drive-times .content .right-side p {
		font-size: 16px
	}
	section.drive-times .content .right-side .row div {
		font-size: 16px
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	#map {
		padding-bottom: 100%
	}
	section.drive-times {
		padding-top: 30px;
		padding-bottom: 30px
	}
	section.drive-times .content h1 {
		font-size: 36px
	}
	section.drive-times .content .left-side {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 25px
	}
	section.drive-times .content .left-side p {
		font-size: 16px
	}
	section.drive-times .content .right-side {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-bottom: 40px
	}
	section.drive-times .content .right-side .table-title {
		font-size: 24px;
		margin-bottom: .8em
	}
	section.drive-times .content .right-side p {
		font-size: 14px
	}
	section.drive-times .content .right-side .row div {
		font-size: 14px
	}
}

@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
	#map {
		padding-bottom: 100%
	}
	section.drive-times {
		padding-top: 30px;
		padding-bottom: 0
	}
	section.drive-times .content h1 {
		font-size: 34px
	}
	section.drive-times .content .left-side {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 25px
	}
	section.drive-times .content .left-side p {
		font-size: 14px
	}
	section.drive-times .content .right-side {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-bottom: 40px
	}
	section.drive-times .content .right-side .table-title {
		font-size: 24px;
		margin-bottom: .8em
	}
	section.drive-times .content .right-side p {
		font-size: 14px
	}
	section.drive-times .content .right-side .row div {
		font-size: 14px
	}
}

section.gallery-page {
	background: #ededed;
	padding-top: 60px;
	padding-bottom: 90px;
	position: relative
}

section.gallery-page .content {
	position: relative;
	z-index: 10
}

section.gallery-page .content h2 {
	font-size: 40px;
	text-align: left;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #94b718
}

section.gallery-page .content h2.gallery-title {
	margin-bottom: -25px
}

section.gallery-page .content .gallery-wrapper {
	margin-bottom: 50px;
	margin-top: 50px
}

section.gallery-page .content .gallery-wrapper a.gallery-page {
	float: left;
	width: calc(20.1% - 16px);
	margin-right: 16px;
	margin-bottom: 16px;
	overflow: hidden
}

section.gallery-page .content .gallery-wrapper a.gallery-page:nth-child(5n+5) {
	margin-right: 0
}

section.gallery-page .content .gallery-wrapper a.gallery-page:after {
	content: none
}

section.gallery-page .content .gallery-wrapper a.gallery-page:before {
	content: none
}

section.gallery-page .content .link-wrapper {
	opacity: 1
}

section.gallery-page .content .link-wrapper a {
	display: block;
	text-transform: uppercase;
	color: #94b718;
	font-size: 20px;
	font-family: Campton-Book, Arial, Helvetica, san-serif
}

section.gallery-page .content .link-wrapper a i {
	margin-right: 5px
}

section.gallery-page .content .link-wrapper a:hover {
	color: #004222
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	section.gallery-page {
		padding-top: 50px;
		padding-bottom: 40px
	}
	section.gallery-page .content h2 {
		font-size: 28px
	}
	section.gallery-page .content h2.gallery-title {
		margin-bottom: -25px
	}
	section.gallery-page .content .gallery-wrapper {
		margin-bottom: 50px;
		margin-top: 30px
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page {
		width: calc(25.4% - 16px)
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page:nth-child(5n+5) {
		margin-right: 16px
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page:nth-child(4n+4) {
		margin-right: 0
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page:after {
		content: none
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page:before {
		content: none
	}
	section.gallery-page .content .link-wrapper {
		opacity: 1
	}
	section.gallery-page .content .link-wrapper a {
		display: block;
		text-transform: uppercase;
		color: #94b718;
		font-size: 20px;
		font-family: Campton-Book, Arial, Helvetica, san-serif
	}
	section.gallery-page .content .link-wrapper a i {
		margin-right: 5px
	}
	section.gallery-page .content .link-wrapper a:hover {
		color: #004222
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	section.gallery-page {
		padding-top: 35px;
		padding-bottom: 30px
	}
	section.gallery-page .content h2 {
		font-size: 24px
	}
	section.gallery-page .content h2.gallery-title {
		margin-bottom: 15px
	}
	section.gallery-page .content .gallery-wrapper {
		margin-bottom: 35px;
		margin-top: 25px
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page {
		width: calc(51.1% - 16px)
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page:nth-child(5n+5) {
		margin-right: 16px
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page:nth-child(2n+2) {
		margin-right: 0
	}
	section.gallery-page .content .link-wrapper a {
		font-size: 16px
	}
}

@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
	section.gallery-page {
		padding-top: 30px;
		padding-bottom: 30px
	}
	section.gallery-page:after {
		right: 0;
		bottom: -80px;
		width: 50%
	}
	section.gallery-page .content h2 {
		font-size: 24px
	}
	section.gallery-page .content h2.gallery-title {
		margin-bottom: 0
	}
	section.gallery-page .content .gallery-wrapper {
		margin-bottom: 25px;
		margin-top: 25px
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page {
		width: 100%
	}
	section.gallery-page .content .gallery-wrapper a.gallery-page:nth-child(5n+5) {
		margin-right: 0
	}
	section.gallery-page .content .link-wrapper a {
		font-size: 14px
	}
}

.downloads-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.downloads-wrapper a {
	width: 100%;
	margin: 0 2%;
	display: block;
	background: #ededed;
	padding: 70px;
	text-align: center
}

.downloads-wrapper a:first-child {
	margin-left: 0
}

.downloads-wrapper a:last-child {
	margin-right: 0
}

.downloads-wrapper a img {
	max-width: 300px;
	margin: 0 auto
}

.downloads-wrapper a p {
	margin: 40px 0 25px 0;
	color: #222;
	font-size: 20px;
	font-weight: 500
}

.downloads-wrapper a svg {
	width: 40px
}

.downloads-wrapper a:hover {
	opacity: .6
}

.news-intro {
	background-color: #002f15;
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative
}

.news-intro .content h1 {
	font-size: 40px;
	text-align: left;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #94b718
}

.news-intro .content .featured-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px
}

.news-intro .content .featured-news .image {
	width: 48.5%;
	margin-right: 3%
}

.news-intro .content .featured-news .image a {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.news-intro .content .featured-news .latest-info {
	width: 48.5%
}

.news-intro .content .featured-news .latest-info a.featured-title {
	color: #94b718;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 30px;
	display: block;
	max-width: 700px
}

.news-intro .content .featured-news .latest-info a.featured-title:hover {
	color: #fff
}

.news-intro .content .featured-news .latest-info p {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 1em;
	max-width: 700px
}

.news-intro .content .featured-news .latest-info a.more {
	display: block;
	text-transform: uppercase;
	color: #94b718;
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px
}

.news-intro .content .featured-news .latest-info a.more i {
	margin-left: 5px
}

.news-intro .content .featured-news .latest-info a.more:hover {
	color: #fff
}

section.latest-news-container {
	padding-top: 50px
}

section.latest-news-container .news-widgets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

section.latest-news-container .news-widgets .news-widget {
	width: calc(33.8% - 25px);
	margin-right: 25px;
	margin-bottom: 40px
}

section.latest-news-container .news-widgets .news-widget:nth-child(3n+3) {
	margin-right: 0
}

section.latest-news-container .news-widgets .news-widget .inner-widget {
	margin-top: 25px
}

section.latest-news-container .news-widgets .news-widget .inner-widget .title {
	color: #94b718;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 10px
}

section.latest-news-container .news-widgets .news-widget .inner-widget .excerpt {
	color: #222;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 1em;
	margin-right: 10%
}

section.latest-news-container .news-widgets .news-widget .inner-widget .more {
	display: block;
	text-transform: uppercase;
	color: #94b718;
	font-size: 20px;
	font-weight: 500;
	margin-top: 40px
}

section.latest-news-container .news-widgets .news-widget .inner-widget .more i {
	margin-left: 5px
}

section.latest-news-container .news-widgets .news-widget .inner-widget .more:hover {
	color: #94b718
}

section.more-news {
	background: #94b718
}

section.more-news .content {
	text-align: center
}

section.more-news .content .link-wrapper {
	padding-top: 25px;
	padding-bottom: 20px;
	cursor: pointer;
	display: inline-block
}

section.more-news .content .link-wrapper .more-news-articles {
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	line-height: 50px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500
}

section.more-news .content .link-wrapper .down-arrow {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px
}

section.more-news .content .link-wrapper .down-arrow img.loader {
	position: absolute;
	left: -16px;
	top: -12px;
	z-index: 10;
	width: 50px;
	display: none
}

section.single-news-intro {
	background-color: #002f15;
	background-image: none
}

section.single-news-intro:after {
	content: ""
}

section.news-single {
	padding-bottom: 125px
}

section.news-single .content .left-side {
	width: 35%;
	float: left
}

section.news-single .content .left-side h1 {
	color: #94b718;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 40px
}

section.news-single .content .left-side .date {
	font-size: 18px;
	color: #222;
	margin-bottom: 50px
}

section.news-single .content .right-side {
	width: 57.5%;
	float: right
}

section.news-single .content .right-side p {
	color: #004222;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 1em;
	margin-right: 10%
}

.news-single-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 40.35%
}

.news-single-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	.news-intro {
		padding-top: 30px;
		padding-bottom: 40px
	}
	.news-intro .content h1 {
		margin-bottom: 28px
	}
	.news-intro .content .featured-news {
		display: block;
		margin-top: 30px
	}
	.news-intro .content .featured-news .image {
		width: 100%;
		margin-right: 3%;
		margin-bottom: 30px
	}
	.news-intro .content .featured-news .image a {
		padding-bottom: 40%
	}
	.news-intro .content .featured-news .latest-info {
		width: 100%
	}
	.news-intro .content .featured-news .latest-info a.featured-title {
		font-size: 24px;
		margin-bottom: 20px;
		max-width: 100%
	}
	.news-intro .content .featured-news .latest-info p {
		font-size: 16px;
		max-width: 100%
	}
	.news-intro .content .featured-news .latest-info a.more {
		font-size: 16px;
		margin-top: 30px
	}
	.news-intro .content .featured-news .latest-info a.more span {
		width: 20px;
		height: 20px
	}
	.news-intro .content .featured-news .latest-info a.more span svg {
		width: 7px
	}
	section.latest-news-container {
		padding-top: 40px
	}
	section.latest-news-container .news-widgets .news-widget {
		width: calc(51.3% - 25px);
		margin-right: 25px;
		margin-bottom: 40px
	}
	section.latest-news-container .news-widgets .news-widget:nth-child(3n+3) {
		margin-right: 25px
	}
	section.latest-news-container .news-widgets .news-widget:nth-child(2n+2) {
		margin-right: 0
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget {
		margin-top: 20px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .title {
		font-size: 20px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .excerpt {
		font-size: 14px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more {
		font-size: 16px;
		margin-top: 20px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more span {
		width: 20px;
		height: 20px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more span svg {
		width: 7px
	}
	section.news-single {
		padding-bottom: 35px
	}
	section.news-single .content .left-side {
		width: 100%;
		float: none;
		margin-top: 0
	}
	section.news-single .content .left-side h1 {
		font-size: 28px;
		margin-bottom: 25px
	}
	section.news-single .content .left-side .date.desktop {
		display: none
	}
	section.news-single .content .left-side .date.mobile {
		display: block
	}
	section.news-single .content .left-side .date {
		font-size: 14px;
		color: #222;
		margin-bottom: 20px
	}
	section.news-single .content .left-side .link-wrapper.desktop {
		display: none!important
	}
	section.news-single .content .left-side .link-wrapper.mobile {
		display: block
	}
	section.news-single .content .right-side {
		width: 100%;
		float: none
	}
	section.news-single .content .right-side p {
		font-size: 16px;
		margin-right: 0
	}
	section.news-single .content .right-side .link-wrapper {
		margin-top: 30px;
		margin-bottom: 20px
	}
	section.news-single .content .right-side .link-wrapper.desktop {
		display: none!important
	}
	section.news-single .content .right-side .link-wrapper.mobile {
		display: block;
		margin-top: 100px
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	.news-intro {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.news-intro .content h1 {
		font-size: 24px
	}
	.news-intro .content .featured-news {
		margin-top: 30px
	}
	.news-intro .content .featured-news .image {
		width: 100%;
		margin-right: 0;
		padding-bottom: 35%;
		margin-bottom: 20px
	}
	.news-intro .content .featured-news .image a {
		padding-bottom: 35%
	}
	.news-intro .content .featured-news .latest-info {
		width: 100%
	}
	.news-intro .content .featured-news .latest-info a.featured-title {
		font-size: 20px;
		margin-bottom: 20px
	}
	.news-intro .content .featured-news .latest-info p {
		font-size: 14px
	}
	.news-intro .content .featured-news .latest-info a.more {
		font-size: 14px;
		margin-top: 20px
	}
	.news-intro .content .featured-news .latest-info a.more span {
		width: 19px;
		height: 19px;
		border: 1px solid #000
	}
	.news-intro .content .featured-news .latest-info a.more span svg {
		width: 6px
	}
	section.latest-news-container {
		padding-top: 40px
	}
	section.latest-news-container .news-widgets .news-widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget {
		margin-top: 25px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .title {
		font-size: 20px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .excerpt {
		font-size: 14px;
		margin-right: 0
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more {
		font-size: 14px;
		margin-top: 20px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more span {
		display: inline-block;
		width: 19px;
		height: 19px;
		border: 1px solid #000
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more span svg {
		width: 6px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more:hover span {
		background: #000
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more:hover span svg .a1 {
		fill: #ededed
	}
	section.more-news {
		background: #002f15
	}
	section.more-news .content {
		text-align: center
	}
	section.more-news .content .link-wrapper {
		padding-top: 25px;
		padding-bottom: 20px;
		cursor: pointer;
		display: inline-block
	}
	section.more-news .content .link-wrapper .more-news-articles {
		text-align: center;
		display: inline-block;
		margin-right: 20px;
		line-height: 50px;
		float: left;
		color: #222;
		text-transform: uppercase;
		font-size: 19px;
		font-weight: 500
	}
	section.more-news .content .link-wrapper .down-arrow {
		display: inline-block;
		text-transform: uppercase;
		color: #000;
		font-size: 20px;
		font-weight: 700;
		margin-top: 8px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	section.more-news .content .link-wrapper .down-arrow span {
		display: inline-block;
		width: 24px;
		height: 24px;
		border: 2px solid #000;
		border-radius: 50%;
		text-align: center;
		margin-left: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		position: relative;
		top: -1px
	}
	section.more-news .content .link-wrapper .down-arrow span svg {
		width: 36%
	}
	section.more-news .content .link-wrapper .down-arrow span svg .a1 {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	section.more-news .content .link-wrapper .down-arrow img.loader {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		display: none
	}
	section.more-news .content .link-wrapper:hover .down-arrow span {
		background: #000
	}
	section.more-news .content .link-wrapper:hover .down-arrow span svg .a1 {
		fill: #002f15
	}
	section.news-single {
		padding-top: 35px;
		padding-bottom: 50px
	}
	section.news-single .content .left-side {
		width: 100%;
		float: none
	}
	section.news-single .content .left-side h1 {
		font-size: 26px;
		margin-bottom: 20px
	}
	section.news-single .content .left-side .date {
		font-size: 12px;
		margin-bottom: 20px
	}
	section.news-single .content .right-side {
		width: 100%
	}
	section.news-single .content .right-side p {
		color: #222;
		font-size: 14px;
		margin-right: 0
	}
	section.news-single .content .right-side .link-wrapper {
		margin-top: 35px
	}
	.news-single-image {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-bottom: 38%
	}
	.news-single-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
	.news-intro {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.news-intro .content h1 {
		font-size: 24px
	}
	.news-intro .content .featured-news {
		margin-top: 30px
	}
	.news-intro .content .featured-news .image {
		width: 100%;
		margin-right: 0;
		padding-bottom: 35%;
		margin-bottom: 20px
	}
	.news-intro .content .featured-news .image a {
		padding-bottom: 35%
	}
	.news-intro .content .featured-news .latest-info {
		width: 100%
	}
	.news-intro .content .featured-news .latest-info a.featured-title {
		font-size: 20px;
		margin-bottom: 20px
	}
	.news-intro .content .featured-news .latest-info p {
		font-size: 14px
	}
	.news-intro .content .featured-news .latest-info a.more {
		font-size: 14px;
		margin-top: 20px
	}
	.news-intro .content .featured-news .latest-info a.more span {
		width: 19px;
		height: 19px;
		border: 1px solid #000
	}
	.news-intro .content .featured-news .latest-info a.more span svg {
		width: 6px
	}
	section.latest-news-container {
		padding-top: 40px
	}
	section.latest-news-container .news-widgets .news-widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget {
		margin-top: 25px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .title {
		font-size: 20px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .excerpt {
		font-size: 14px;
		margin-right: 0
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more {
		font-size: 14px;
		margin-top: 20px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more span {
		display: inline-block;
		width: 19px;
		height: 19px;
		border: 1px solid #000
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more span svg {
		width: 6px
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more:hover span {
		background: #000
	}
	section.latest-news-container .news-widgets .news-widget .inner-widget .more:hover span svg .a1 {
		fill: #ededed
	}
	section.more-news {
		background: #002f15
	}
	section.more-news .content {
		text-align: center
	}
	section.more-news .content .link-wrapper {
		padding-top: 25px;
		padding-bottom: 20px;
		cursor: pointer;
		display: inline-block
	}
	section.more-news .content .link-wrapper .more-news-articles {
		text-align: center;
		display: inline-block;
		margin-right: 20px;
		line-height: 50px;
		float: left;
		color: #222;
		text-transform: uppercase;
		font-size: 19px;
		font-weight: 500
	}
	section.more-news .content .link-wrapper .down-arrow {
		display: inline-block;
		text-transform: uppercase;
		color: #000;
		font-size: 20px;
		font-weight: 700;
		margin-top: 8px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	section.more-news .content .link-wrapper .down-arrow span {
		display: inline-block;
		width: 24px;
		height: 24px;
		border: 2px solid #000;
		border-radius: 50%;
		text-align: center;
		margin-left: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		position: relative;
		top: -1px
	}
	section.more-news .content .link-wrapper .down-arrow span svg {
		width: 36%
	}
	section.more-news .content .link-wrapper .down-arrow span svg .a1 {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	section.more-news .content .link-wrapper .down-arrow img.loader {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		display: none
	}
	section.more-news .content .link-wrapper:hover .down-arrow span {
		background: #000
	}
	section.more-news .content .link-wrapper:hover .down-arrow span svg .a1 {
		fill: #002f15
	}
	section.news-single {
		padding-bottom: 40px
	}
	section.news-single .content .left-side {
		width: 100%;
		float: none
	}
	section.news-single .content .left-side h1 {
		font-size: 20px;
		margin-bottom: 20px
	}
	section.news-single .content .left-side .date {
		font-size: 12px;
		margin-bottom: 20px
	}
	section.news-single .content .right-side {
		width: 100%
	}
	section.news-single .content .right-side p {
		color: #222;
		font-size: 14px;
		margin-right: 0
	}
	section.news-single .content .right-side .link-wrapper {
		margin-top: 35px
	}
	.news-single-image {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-bottom: 38%
	}
	.news-single-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

section.agents {
	background: #30383b;
	padding-top: 45px;
	padding-bottom: 65px;
	position: relative;
	z-index: 10;
	text-align: center
}

section.agents h2 {
	color: #94b718;
	font-size: 40px;
	margin-bottom: 40px;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-weight: normal;
}

section.agents .agents-wrapper {
	text-align: center;
	font-family: Campton-Book, Arial, Helvetica, san-serif
}

section.agents .agents-wrapper .agent {
	display: inline-block;
	width: 40%;
	max-width: 400px;
	text-align: center;
	margin: 0 3%
}

section.agents .agents-wrapper .agent img {
	height: 150px;
	width: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px
}

section.agents .agents-wrapper .agent .contact {
	margin-bottom: 25px
}

section.agents .agents-wrapper .agent .contact .name {
	color: #94b718;
	font-weight: 600;
	font-size: 18px
}

section.agents .agents-wrapper .agent .contact .name span {
	color: #fff;
	font-size: 14px;
	font-weight: 300
}

section.agents .agents-wrapper .agent .contact .email,
section.agents .agents-wrapper .agent .contact .email a,
section.agents .agents-wrapper .agent .contact .telephone {
	color: #fff;
	line-height: 1.6em;
	font-weight: 300;
	font-size: 16px
}

section.agents .agents-wrapper .agent .contact .email a:hover,
section.agents .agents-wrapper .agent .contact .telephone a:hover {
	color: #94b718
}

section.footer {
	padding-top: 35px;
	padding-bottom: 35px;
	font-family: Campton-Book, Arial, Helvetica, san-serif
}

section.footer .content {
	text-align: center
}

section.footer .content .developer {
	text-align: center;
	display: block;
	margin-bottom: 40px
}

section.footer .content .developer .developer-text {
	display: block;
	margin-bottom: 15px;
	font-size: 20px
}

section.footer .content .developer img {
	display: inline-block;
	max-height: 70px;
	width: auto
}

section.footer .content .first-line {
	text-align: center
}

section.footer .content .first-line p {
	font-size: 12px
}

section.footer .content .first-line p span {
	display: inline-block;
	margin: 0 10px
}

section.footer .content .first-line p span.designby {
	font-weight: 500;
	margin: 0
}

section.footer .content .first-line p a {
	color: #222
}

section.footer .content .first-line p a:hover {
	color: #002f15
}

section.footer .content .disclaimer {
	font-size: 12px;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 20px
}

.mobile {
	display: none
}

.desktop {
	display: block
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	section.agents {
		padding-top: 40px;
		padding-bottom: 55px
	}
	section.agents h2 {
		font-size: 30px
	}
	section.agents .agents-wrapper .agent img {
		margin-bottom: 30px
	}
	section.agents .agents-wrapper .agent .contact {
		margin-bottom: 18px
	}
	section.agents .agents-wrapper .agent .contact .name {
		font-size: 14px
	}
	section.agents .agents-wrapper .agent .contact .name span {
		font-size: 12px
	}
	section.agents .agents-wrapper .agent .contact .email,
	section.agents .agents-wrapper .agent .contact .email a,
	section.agents .agents-wrapper .agent .contact .telephone {
		font-size: 12px
	}
	section.footer {
		padding-top: 25px;
		padding-bottom: 25px
	}
	section.footer .content .developer {
		margin-bottom: 5px
	}
	section.footer .content .developer .developer-text {
		font-size: 16px
	}
	section.footer .content .developer img {
		max-height: 75px;
		margin-bottom: 30px
	}
	section.footer .content .first-line p {
		font-size: 11px
	}
	section.footer .content .disclaimer {
		font-size: 11px
	}
	.mobile {
		display: none
	}
	.desktop {
		display: block
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
	section.agents {
		padding-top: 30px;
		padding-bottom: 30px
	}
	section.agents:after {
		content: none
	}
	section.agents h2 {
		font-size: 26px
	}
	section.agents .agents-wrapper .agent img {
		height: 100px;
		margin-bottom: 25px;
		width: auto
	}
	section.agents .agents-wrapper .agent .contact {
		margin-bottom: 20px
	}
	section.agents .agents-wrapper .agent .contact .name {
		font-size: 14px
	}
	section.agents .agents-wrapper .agent .contact .name span {
		font-size: 11px
	}
	section.agents .agents-wrapper .agent .contact .telephone {
		font-size: 12px
	}
	section.agents .agents-wrapper .agent .contact .email,
	section.agents .agents-wrapper .agent .contact .email a {
		font-size: 10px
	}
	section.footer {
		padding-top: 25px;
		padding-bottom: 25px
	}
	section.footer .content .developer {
		margin-bottom: 10px
	}
	section.footer .content .developer .developer-text {
		font-size: 16px
	}
	section.footer .content .developer img {
		max-height: 60px;
		margin-bottom: 20px
	}
	section.footer .content .first-line p {
		font-size: 11px;
		line-height: 2em
	}
	section.footer .content .first-line p span {
		margin: 0 10px
	}
	section.footer .content .first-line p a {
		color: #222
	}
	section.footer .content .first-line p a:hover {
		color: #002f15
	}
	section.footer .content .disclaimer {
		font-size: 10px
	}
	.mobile {
		display: block
	}
	.desktop {
		display: none
	}
}

@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
	section.agents {
		padding-top: 20px;
		padding-bottom: 20px
	}
	section.agents:after {
		content: none
	}
	section.agents h2 {
		font-size: 24px
	}
	section.agents .agents-wrapper .agent {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	section.agents .agents-wrapper .agent img {
		height: 120px;
		margin-bottom: 25px
	}
	section.agents .agents-wrapper .agent .contact {
		margin-bottom: 20px
	}
	section.agents .agents-wrapper .agent .contact .name {
		font-size: 14px
	}
	section.agents .agents-wrapper .agent .contact .name span {
		font-size: 11px
	}
	section.agents .agents-wrapper .agent .contact .email,
	section.agents .agents-wrapper .agent .contact .email a,
	section.agents .agents-wrapper .agent .contact .telephone {
		font-size: 12px
	}
	section.footer {
		padding-top: 25px;
		padding-bottom: 25px
	}
	section.footer .content .developer {
		margin-bottom: 10px
	}
	section.footer .content .developer .developer-text {
		font-size: 16px
	}
	section.footer .content .developer img {
		max-height: 60px;
		margin-bottom: 20px
	}
	section.footer .content .first-line p {
		font-size: 11px;
		line-height: 2em
	}
	section.footer .content .first-line p span {
		margin: 0 10px
	}
	section.footer .content .first-line p a {
		color: #222
	}
	section.footer .content .first-line p a:hover {
		color: #002f15
	}
	section.footer .content .disclaimer {
		font-size: 10px
	}
	.mobile {
		display: block
	}
	.desktop {
		display: none
	}
}

section.textpage .content {
	max-width: 1000px;
	padding-bottom: 100px;
}

section.textpage .content a {
	color: #94b718;
}

section.textpage .content h1 {
	font-size: 42px;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 30px;
	color: #94b718;
}

section.textpage .content h3 {
	font-size: 24px;
	width: 100%;
	color: #94b718;
}

section.textpage .content p,
section.textpage .content li {
	font-size: 18px;
	margin-bottom: 1em;
	line-height: 1.4em;
	font-weight: 300;
}

section.textpage .content ul {
	margin-bottom: 1em;
	margin-left: 1em;
}

section.textpage .content table {
	border: 1px solid #cccccc;
	border-width: 1px 0px 0px 1px;
	margin-bottom: 1em;
	width: 100%;
}

section.textpage .content table th,
section.textpage .content table td {
	border: 1px solid #cccccc;
	border-width: 0px 1px 1px 0px;
	padding: 5px 10px;
	font-size: 18px;
}

section.textpage .content table th {
	font-weight: 500;
}

section.textpage .content table td {
	font-weight: 300;
}

section.textpage .content #cookies {
	float: left;
	margin-top: -120px;
}

