/*@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,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: #00a4af;
	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: #eec72c;
	-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;
    background-image: url(../images/background-yellow.png);
    background-size: auto 200%;
    background-position: left -60%;
}

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

.menu-toggle {
	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: #191919;
	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: #ffffff
}

#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: #eec72c;
	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: #0b2e3a;
	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-toggle {
		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-toggle {
		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: #323232;
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;
	background-image: url(../images/background.svg);
	background-repeat: no-repeat;
	background-position: left 5% bottom -6%;
    background-size: auto 30%;
}

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-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
	opacity: 0;
	margin-left: -40px;
	margin-bottom: -7px
}

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

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

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

section.homepage-intro .content .left-side .sat-nav,
section.page-intro .content .left-side .sat-nav {
	opacity: 0;
	margin-left: -40px;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	color: #eec72c;
	font-size: 30px
}

section.homepage-intro .content .left-side .sat-nav span,
section.page-intro .content .left-side .sat-nav span {
	color: #fff
}

section.homepage-intro .content .right-side,
section.page-intro .content .right-side {
	width: calc(100% - 650px);
	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: #eec72c;
	margin-bottom: .5em;
	font-size: 32px;
	max-width: 800px;
	font-weight: 400;
	opacity: 0
}

section.homepage-intro .content .right-side .home-top-content b,
section.page-intro .content .right-side .home-top-content b {
	font-weight: 700
}

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;
	line-height: 1.5em
}

section.homepage-intro .content .right-side .home-list-title a,
section.page-intro .content .right-side .home-list-title a {
	color: #fff;
	text-decoration:underline;
    
}

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: 18px
}

section.homepage-intro .content .right-side li i,
section.page-intro .content .right-side li i {
	background-color: #eec72c;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
}

section.homepage-intro .content .right-side .tenure,
section.page-intro .content .right-side .tenure {
	opacity: 0;
	margin-left: 0;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	color: #eec72c;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 10px
}

section.homepage-intro .content .right-side .tenure b,
section.page-intro .content .right-side .tenure b {
	color: #fff
}

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: #191919;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	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: #eec72c;
	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: #0b2e3a
}

section.homepage-widgets .widgets .widget-wrapper .widget:hover .widget-more i {
	color: #0b2e3a
}

section.quotes {	
	padding-top: 60px;
	padding-bottom: 60px;
    background: #eec72c;
    background-image: url(../images/background-yellow.png);
    background-size: 150px auto;
    background-position: left bottom;
    position:relative;
}

section.quotes:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 75%;
    background: linear-gradient(0deg, rgba(238,199,44,0) 0%, rgba(238,199,44,1) 100%);
    display:block;
    top: 0px;
    left: 0px;
}


section.quotes .quotes-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;    
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    z-index: 5;
}

section.quotes .quotes-wrapper .content {
	position: relative;
	z-index: 10;
	overflow: hidden;
    width: calc(78% - 150px);
}

section.quotes .quotes-wrapper img {
	color: #fff;
	width:150px;
    margin-left: 11%;
}

section.quotes .quotes-wrapper .content .quote {
	width: 100%
}

section.quotes .quotes-wrapper .content .quote p {
	font-size: 20px;
	line-height: 1.6em;
	width: 90%;
	font-weight: 300;
	color: #191919;
	margin-bottom: 1em
}

section.quotes .quotes-wrapper .content .quote p.source {
	color: #191919;
	text-transform: uppercase;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	font-size: 20px;
	margin-bottom: 0;
    line-height: 1.2em;
}

section.quotes .quotes-wrapper .content .quote p.role {
	color: #191919;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0
}

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

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


section.homepage-gallery {
	padding-top: 55px;
	padding-bottom: 85px;
	background: #191919;
	text-align: center
}

section.homepage-gallery h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	color: #eec72c;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
    font-weight: normal;
}

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: #0b2e3a;
	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:last-child .gallery-more i {
    color: #eec72c;   
}

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

section.homepage-gallery a.see-all-news {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	background: #00a4af;
	padding: 14px 20px 10px 20px;
	font-size: 18px;
	margin-top: 40px;
	font-weight: 600;
	margin-bottom: -20px
}

section.homepage-gallery a.see-all-news:hover {
	background: #fff;
	color: #0b2e3a
}

section.homepage-news {
	background: #ffffff;
	padding-top: 60px;
	padding-bottom: 90px;
	position: relative;
}

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: #191919;
	margin-bottom: 30px;
	font-family: Campton-Bold, Arial, Helvetica, san-serif;
	text-transform: uppercase;
}

section.homepage-news .home-news-wrapper .home-news-story a.home-news-title {
	font-size: 22px;
	color: #eec72c;
	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: #191919
}

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: #eec72c
}

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

section.homepage-news .home-news-wrapper .home-news-story a.see-all-news {
	display: inline-block;
	color: #fff;
	background: #eec72c;
	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: #fff;
	background: #191919
}


@media only screen and (min-width:1041px) and (max-width:1300px) {
    section.homepage-intro .content .left-side, section.page-intro .content .left-side {
        width: 400px;   
    }
    section.homepage-intro .content .right-side, section.page-intro .content .right-side {
        width: calc(100% - 450px);  
    }
    section.homepage-intro .content .left-side .sub-title, section.page-intro .content .left-side .sub-title {
        font-size: 32px;   
    }
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	section.homepage-intro,
	section.page-intro {
		padding-top: 40px;
		padding-bottom: 40px;
        background-image: url(../images/background-single.svg);
        background-position: right 5% bottom -6%;
	}
	section.homepage-intro:after,
	section.page-intro:after {
		display: none
	}
	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: calc(100% - 175px);
		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 .left-side .sat-nav,
	section.page-intro .content .left-side .sat-nav {
		margin-bottom: 2em;
		font-size: 23px
	}
	section.homepage-intro .content .right-side,
	section.page-intro .content .right-side {
		width: calc(100% - 150px);
		float: left
	}
	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-intro .content .right-side .tenure,
	section.page-intro .content .right-side .tenure {
		font-size: 23px
	}
	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 {	
        padding-top: 40px;
        padding-bottom: 40px;
        background-size: 120px auto;
    }

    section.quotes .quotes-wrapper .content {
        position: relative;
        z-index: 10;
        overflow: hidden;
        width: calc(78% - 110px);
    }

    section.quotes .quotes-wrapper img {
        width:110px;
        margin-left: 10%;
    }

    section.quotes .quotes-wrapper .content .quote {
        width: 100%
    }

    section.quotes .quotes-wrapper .content .quote p {
        font-size: 18px;
        width: 95%;
    }

    section.quotes .quotes-wrapper .content .quote p.source {
        font-size: 18px;
    }

    section.quotes .quotes-wrapper .content .quote p.role {
        font-size: 14px;
    }

	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-gallery a.see-all-news {
		padding: 10px 15px 7px 15px;
		font-size: 14px;
		margin-top: 20px
	}
	section.homepage-news {
		padding-top: 50px;
		padding-bottom: 40px;
		background-position: right 7% bottom
	}
	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;
		background-image: url(../images/background-single.svg);
        background-position: right 5% bottom -6%;
        background-size: auto 25%;
	}
	section.homepage-intro:after,
	section.page-intro:after {
		display: none
	}
	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 .left-side .sat-nav,
	section.page-intro .content .left-side .sat-nav {
		margin-bottom: 2em;
		font-size: 20px
	}
	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-intro .content .right-side .tenure,
	section.page-intro .content .right-side .tenure {
		font-size: 20px
	}
	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 {	
        padding-top: 40px;
        padding-bottom: 40px;
        background-size: 100px auto;
    }

    section.quotes .quotes-wrapper .content {
        position: relative;
        z-index: 10;
        overflow: hidden;
        width: calc(78% - 110px);
    }

    section.quotes .quotes-wrapper img {
        width:110px;
        margin-left: 10%;
    }

    section.quotes .quotes-wrapper .content .quote {
        width: 100%
    }

    section.quotes .quotes-wrapper .content .quote p {
        font-size: 18px;
        width: 95%;
    }

    section.quotes .quotes-wrapper .content .quote p.source {
        font-size: 18px;
    }

    section.quotes .quotes-wrapper .content .quote p.role {
        font-size: 14px;
    }
	
	section.homepage-gallery {
		text-align: left;
		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-gallery a.see-all-news {
		padding: 8px 12px 6px 12px;
		font-size: 14px;
		margin-top: 20px
	}
	section.homepage-news {
		padding-top: 40px;
		padding-bottom: 40px;
		background-image: none
	}
	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;
		background-image: url(../images/background-single.svg);
        background-position: right 5% bottom -6%;
        background-size: auto 25%;
	}
	section.homepage-intro:after,
	section.page-intro:after {
		display: none
	}
	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 .left-side .sat-nav,
	section.page-intro .content .left-side .sat-nav {
		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: 5px;
		height: 5px;
		margin-top: -4px
	}
	section.homepage-intro .content .right-side .tenure,
	section.page-intro .content .right-side .tenure {
		font-size: 16px;
		margin-top: 30px
	}
	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 {	
        padding-top: 40px;
        padding-bottom: 40px;
        background-size: 80px auto;
    }

    section.quotes .quotes-wrapper .content {
        position: relative;
        z-index: 10;
        overflow: hidden;
        width: calc(78% - 110px);
    }

    section.quotes .quotes-wrapper img {
        width:110px;
        margin-left: 10%;
    }

    section.quotes .quotes-wrapper .content .quote {
        width: 100%
    }

    section.quotes .quotes-wrapper .content .quote p {
        font-size: 16px;
        width: 95%;
    }

    section.quotes .quotes-wrapper .content .quote p.source {
        font-size: 16px;
    }

    section.quotes .quotes-wrapper .content .quote p.role {
        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 {
		text-align: left;
		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-gallery a.see-all-news {
		padding: 10px 12px 6px 12px;
		font-size: 12px;
		margin-top: 20px
	}
	section.homepage-news {
		padding-top: 40px;
		padding-bottom: 30px;
		background-image: none
	}
	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 {
    background: #2e2e2e;
    background-image: url(../images/background-grey.png);
    background-size: 150px auto;
    background-position: left bottom;
    position:relative;
}

section.development-intro:after {
	content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(46,46,46,0) 0%, rgba(46,46,46,1) 100%);
    display:block;
    top: 0px;
    left: 0px;
}

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

section.development-intro .content .left-side {
	width: 500px;
	float: left
}

section.development-intro .content .left-side p {
	color: #eec72c;
	font-size: 26px;
	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: calc(100% - 550px);
	float: right
}

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.development-intro .content .right-side ul {
	margin-bottom: 3em
}

section.masterplan {
	background-color: #fff
}

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

section.availability .content {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

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

section.availability .content .left-side {
    width: 63.5%;
    margin-right: 5%;
}

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

section.availability .content .left-side p  {
    color: #191919;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 1em;
    line-height: 1.45em;
    max-width: 800px;
}

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

section.availability .content .left-side .bullets .bullets-left, section.availability .content .left-side .bullets .bullets-right {
    width: 45%;  
    margin-right: 5%;
}

section.availability .content .left-side .bullets .bullets-left p, section.availability .content .left-side .bullets .bullets-right p {
    line-height: 0.5em;
    padding-left: 0.8em;
    position: relative;
}

section.availability .content .left-side .bullets .bullets-left p:after, section.availability .content .left-side .bullets .bullets-right p:after {
    content: "•";
    position: absolute;
    color: #ffffff;
    top: 0;
    left: 0px;
    display:block;
}

section.availability .content .right-side table {
    width: 100%;   
    border-top: 2px solid #ffffff;
}

section.availability .content .right-side table tr td {
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #ffffff;
    text-transform:uppercase;
    padding: 11px 10px;
    text-align: center;
}

section.availability .content .right-side table tr td:first-child {
    text-align: left;
}

section.availability .content .right-side table tr:first-child td {
    font-weight: normal;
    border-bottom: 2px solid #ffffff;
    font-family: Campton-Bold, Arial, Helvetica, san-serif;
}

section.availability .content .right-side table tr:last-child td {
    font-weight: normal;
    font-family: Campton-Bold, Arial, Helvetica, san-serif;
}



section.availability.section2 {
	background-color: #191919;
	color: #eec72c;
}
section.availability.section2 .content h2 {
	color: #ffffff;
}
section.availability.section2 .content .left-side p  {
    color: #eec72c;
}

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

section.terms .terms-wrapper {
	padding-top: 30px;
	padding-bottom: 30px
}

section.terms .terms-wrapper .content {
	width: 100%;
	max-width: 100%;
    text-align: center;   
}

section.terms .terms-wrapper .content .quote {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	background-image: none
}

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

section.terms .terms-wrapper .content .quote p {
	width: 90%;
	max-width: 1200px;
	margin-left: 0;
	float: none;
	margin: 0 auto;
    color: #191919;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 1em;
    line-height: 1.45em;
}

@media only screen and (min-width:1041px) and (max-width:1300px) {

    section.availability .content .left-side {
        width: 61.6666%;
        margin-right: 5%;
    }

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

    section.availability .content .left-side .bullets .bullets-left, section.availability .content .left-side .bullets .bullets-right {
        width: 48%;  
        margin-right: 2%;
    }

    section.availability .content .left-side .bullets .bullets-left p, section.availability .content .left-side .bullets .bullets-right p {
        line-height: 1em;
    }
}

@media only screen and (min-width:768px) and (max-width:1040px) {
    section.development-intro {
        background-size: 120px auto;
    }
	section.development-intro .content .development-sub-title {
		font-size: 23px;
		margin-bottom: .5em
	}
	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.development-intro .content .right-side {
		margin-top: 2em
	}
    
	section.availability {
        padding-top: 40px;
        padding-bottom: 50px
    }

    section.availability .content .left-side {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 50px;
    }

    section.availability .content .right-side {
        width: 100%;
    }
    
    section.availability .content .left-side .bullets .bullets-left p, section.availability .content .left-side .bullets .bullets-right p {
        line-height: 1em;
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    
    section.development-intro {
        background-size: 100px auto;
    }
	section.development-intro .content .development-sub-title {
		font-size: 18px;
		margin-bottom: .5em
	}
	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.development-intro .content .right-side {
		margin-top: 2em
	}
	section.availability {
		padding-top: 30px;
		padding-bottom: 35px
	}
	section.availability .content h2 {
		font-size: 24px;
		margin-bottom: 25px
	}
    section.availability .content .left-side {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 50px;
    }
    section.availability .content .left-side p {
        font-size: 16px;
    }

    section.availability .content .right-side {
        width: 100%;
    }
    section.availability .content .left-side .bullets .bullets-left, section.availability .content .left-side .bullets .bullets-right {
        width: 100%;  
        margin-right: 0%;
    }
    
    section.availability .content .left-side .bullets .bullets-left p, section.availability .content .left-side .bullets .bullets-right p {
        line-height: 1em;
        font-size: 16px;
    }
    
    section.availability .content .right-side table tr td {
        font-size: 16px;
    }
    
	section.terms {
		padding-top: 20px;
		padding-bottom:20px;
		background-image: none
	}
	section.terms .terms-wrapper .content .quote h2 {
        font-size: 24px;
    }

    section.terms .terms-wrapper .content .quote p {
        font-size: 16px;
    }
}

@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
    
    section.development-intro {
        background-size: 100px auto;
    }
	section.development-intro .content .development-sub-title {
		font-size: 16px;
		margin-bottom: .5em
	}
	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.development-intro .content .right-side {
		margin-top: 2em
	}
	section.availability {
		padding-top: 25px;
		padding-bottom: 35px
	}
	section.availability .content h2 {
		font-size: 20px;
		margin-bottom: 20px
	}
    section.availability .content .left-side {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 50px;
    }
    section.availability .content .left-side p {
        font-size: 14px;
    }

    section.availability .content .right-side {
        width: 100%;
    }
    section.availability .content .left-side .bullets .bullets-left, section.availability .content .left-side .bullets .bullets-right {
        width: 100%;  
        margin-right: 0%;
    }
    
    section.availability .content .left-side .bullets .bullets-left p, section.availability .content .left-side .bullets .bullets-right p {
        line-height: 1em;
        font-size: 14px;
    }
    
    section.availability .content .right-side table tr td {
        font-size: 14px;
    }
	
    
	section.terms {
		padding-top: 10px;
		padding-bottom:10px;
		background-image: none
	}
	section.terms .terms-wrapper .content .quote h2 {
        font-size: 20px;
    }

    section.terms .terms-wrapper .content .quote p {
        font-size: 14px;
    }
}

#map {
	padding-bottom: 36.747%
}

section.drive-times {
	background: #323232;
	padding-top: 65px;
	padding-bottom: 65px;
	position: relative;
	background-image: url(../images/background-single.svg);
	background-repeat: no-repeat;
	background-position: left 5% bottom -6%;
    background-size: auto 45%;
}

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

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

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

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

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

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;
	line-height: 2em;
	padding-top: 3px;
	font-size: 18px;
	color: #191919;
	font-family: Campton-Book, Arial, Helvetica, san-serif;
	border: 1px solid #323232;
	padding: 5px 20px;
    background: #faeec0;
}

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

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: 600;
	background: #eec72c;
}

@media only screen and (min-width:768px) and (max-width:1040px) {
	#map {
		padding-bottom: 50%
	}
	section.drive-times {
		padding-top: 50px;
		padding-bottom: 40px;
        background-image: none;
	}
	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;
		background-image: none
	}
	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;
		background-image: none
	}
	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: #ffffff;
	padding-top: 60px;
	padding-bottom: 90px;
	position: relative
}

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

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

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 {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .14)
}

section.gallery-page .content .gallery-wrapper a.gallery-page {
	float: left;
	width: calc(20.1% - 16px);
	margin-right: 16px;
	margin-bottom: 16px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .14)
}

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;
	color: #9d9d9d;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Campton-Bold, Arial, Helvetica, san-serif
}

section.gallery-page .content .link-wrapper a i {
	margin-right: 10px;
	color: #eec72c;
	font-size: 28px;
	float: left;
	margin-top: -2px
}

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

@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: #000;
		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: #00a4af
	}
}

@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: #2e2e2e;
    background-image: url(../images/background-grey.png);
    background-size: 150px auto;
    background-position: left bottom;
    position:relative;
	padding: 70px;
	text-align: center
}



.downloads-wrapper a:after {
	content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(46,46,46,0) 0%, rgba(46,46,46,1) 100%);
    display:block;
    top: 0px;
    left: 0px;

}

.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;
    position:relative;
    z-index: 5;
}

.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 {
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;
    background: #2e2e2e;
    background-image: url(../images/background-grey.png);
    background-size: 150px auto;
    background-position: left bottom;
}



.news-intro:after {
	content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 75%;
    background: linear-gradient(0deg, rgba(46,46,46,0) 0%, rgba(46,46,46,1) 100%);
    display:block;
    top: 0px;
    left: 0px;
}

.news-intro .content {
    
    position:relative;
    z-index: 5;   
}


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

.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: #eec72c;
	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: #ffffff;
	font-size: 20px;
	font-weight: 700;
	float: left;
	margin-top: 2em
}

.news-intro .content .featured-news .latest-info a.more i {
	margin-left: 10px;
	font-size: 28px;
	float: right;
	margin-top: -3px;
    color: #eec72c;
}

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

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: #eec72c;
	font-weight: 600;
	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: #9d9d9d;
	font-size: 20px;
	font-weight: 700;
	float: left;
	margin-top: 2em
}

section.latest-news-container .news-widgets .news-widget .inner-widget .more i {
	margin-left: 10px;
	font-size: 28px;
	float: right;
	margin-top: -3px;
	color: #eec72c
}

section.more-news {
	background: #eec72c
}

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 {
}

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

section.news-single {
	padding-bottom: 125px;
    text-align: left;
}

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

section.news-single .content .left-side h1 {
	color: #eec72c;
	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: #222;
	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) {
    .downloads-wrapper a {
        background-size: 120px auto;
    }
    
	.news-intro {
		padding-top: 30px;
		padding-bottom: 40px;
        background-size: 100px auto;
	}
	.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
	}
	section.news-single .content .right-side .link-wrapper.mobile a {
		font-weight: 600;
		color: #9e9e9e
	}
	section.news-single .content .right-side .link-wrapper.mobile a i {
		margin-right: 10px
	}
	section.news-single .content .right-side .link-wrapper.mobile a:hover {
		color: #00a4af
	}
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .downloads-wrapper a {
        background-size: 100px auto;
    }
	.news-intro {
		padding-top: 30px;
		padding-bottom: 30px;
        background-size: 100px auto;
	}
	.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: #0b2e3a
	}
	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: #0b2e3a
	}
	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) {
    .downloads-wrapper a {
        background-size: 80px auto;
    }
	.news-intro {
		padding-top: 30px;
		padding-bottom: 30px;
        background-size: 80px auto;
	}
	.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: #0b2e3a
	}
	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: #0b2e3a
	}
	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: #e6e6e6;
	padding-top: 45px;
	padding-bottom: 65px;
	position: relative;
	z-index: 10;
	text-align: center;
}

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

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: #191919;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px
}

section.agents .agents-wrapper .agent .contact .name span {
	color: #191919;
	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 a {
	color: #191919;
	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: #eec72c
}

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: #0b2e3a
}

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;
		background-image: none
	}
	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: #0b2e3a
	}
	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;
		background-image: none
	}
	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: #0b2e3a
	}
	section.footer .content .disclaimer {
		font-size: 10px
	}
	.mobile {
		display: block
	}
	.desktop {
		display: none
	}
}

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

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

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

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

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 #cookies {
	float: left;
	margin-top: -120px;
}

.timelapse-wrapper {
    background:#fff;
    position: relative;
}

.timelapse-wrapper h2 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    color: #191919;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: Campton-Bold, Arial, Helvetica, san-serif;
    border-bottom: 1px solid #eec72c;
    background:#fff;
    position: relative;
    z-index:5;
  
}


.timelapse-wrapper {
    background:#fff;
    padding-bottom: 60px;
}

.inner-timelapse {
    width: 91.2%;
    margin: 0 auto; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.timelapse-wrapper .camera {
    width: 100%;
}

.timelapse-wrapper .camera:nth-child(2n + 2) {
    margin-right: 0px;
}

.timelapse-wrapper .camera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.timelapse-wrapper .camera .left-side {
    width: 48%;
	margin-right: 4%;
	position: relative   
}

.timelapse-wrapper .camera .right-side {
    width: 48%;  
}


.timelapse-wrapper .camera .left-side p {
	font-size: 24px;
    color: #eec72c;
}
.timelapse-wrapper .camera .left-side strong {
	font-weight: 700;
    text-transform:uppercase;
	color: #191919;
    font-family: Campton-Bold, Arial, Helvetica, san-serif;
}

.timelapse-wrapper .camera .left-side a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	text-transform: uppercase;
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	margin-top: 40px
}

.timelapse-wrapper .camera .left-side a span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 7px;
	position: relative;
	top: 0;
    left: 5px;
}


.timelapse-wrapper .camera .left-side a:hover {
 color:  #eec72c; 
}

.timelapse-wrapper .camera .right-side {
	width: 48%;
	position: relative;
	overflow: hidden;
	padding-bottom: 26%;
}

.timelapse-wrapper .camera .right-side a img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -2%;
	left: 0
}

.timelapse-wrapper .camera .right-side a img.video {
	z-index: 50;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20%;
	opacity: .8
}



.timelapse-wrapper .camera .right-side a:hover {
	opacity: .75
}



@media only screen and (min-width:1041px) and (max-width:1200px) {

    .timelapse-wrapper h2 {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;

    }

    .timelapse-wrapper {
        padding-bottom: 40px;
    }

    .timelapse-wrapper .camera {
    }


    .timelapse-wrapper .camera .left-side p {
        font-size: 20px;
    }

    .timelapse-wrapper .camera .left-side a {
        font-size: 16px;
    }

    .timelapse-wrapper .camera .left-side a span {
        width: 20px;
        height: 20px;
    }

    
    
    
}

@media only screen and (min-width:768px) and (max-width:1040px) {
    .timelapse-wrapper h2 {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .timelapse-wrapper {
        padding-bottom: 30px;
    }

    .timelapse-wrapper .camera {
        width: 100%;
    }


    .timelapse-wrapper .camera .left-side p {
        font-size: 16px;
    }

    .timelapse-wrapper .camera .left-side a {
        font-size: 14px;
    }

    .timelapse-wrapper .camera .left-side a span {
        width: 18px;
        height: 18px;
    }
}



@media only screen and (min-width:481px) and (max-width:767px) {
    .timelapse-wrapper:after {
        display:none;
    }

    .timelapse-wrapper h2 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 24px;
        margin-bottom: 30px;

    }


    .timelapse-wrapper {
        padding-bottom: 30px;
    }

    .timelapse-wrapper .camera {
        width: 100%;
        margin-right: 0px;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
	
	


    .timelapse-wrapper .camera .left-side {
		width: 100%;
		margin: 0;
    }

    .timelapse-wrapper .camera .right-side {
		width: 100%;
		margin: 0;
    padding-bottom: 55%;
		margin-top: 20px;
    }
	
	.timelapse-wrapper .camera .left-side a {
		position: static;
	}


    .timelapse-wrapper .camera .left-side p {
        font-size: 20px;
    }

    .timelapse-wrapper .camera .left-side a {
        font-size: 16px;
    }

    .timelapse-wrapper .camera .left-side a span {
        width: 20px;
        height: 20px;
    }

}



@media only screen and (max-width:480px),
screen and (max-device-width:480px) {
    .timelapse-wrapper:after {
        display:none;
    }

    .timelapse-wrapper h2 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 20px;
        margin-bottom: 20px;

    }


    .timelapse-wrapper {
        padding-bottom: 20px;
    }

    .timelapse-wrapper .camera {
        width: 100%;
        margin-right: 0px;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }



    .timelapse-wrapper .camera .left-side {
		width: 100%;
		margin: 0;
    }

    .timelapse-wrapper .camera .right-side {
		width: 100%;
		margin: 0;
    padding-bottom: 55%;
		margin-top: 20px;
    }
	
	.timelapse-wrapper .camera .left-side a {
		position: static;
	}

    .timelapse-wrapper .camera .left-side p {
        font-size: 16px;
    }

    .timelapse-wrapper .camera .left-side a {
        font-size: 14px;
    }

    .timelapse-wrapper .camera .left-side a span {
        width: 16px;
        height: 16px;
    }
    
}

section.availability.section2 .content .left-side .bullets .bullets-left p, section.availability.section2 .content .left-side .bullets .bullets-right p {
	line-height: 1em;
}