/* General
============================================ */
.description {
	display: none!important
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
}

h2 {
	color: #02488e;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'universcondensed';
	font-size: 24px;
}

#clockbox {
	color: #02488e;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'universcondensed';
	text-align: right;
	margin-bottom: 10px;
	display: inline-block;
	padding-left: 10px;
}

.internal h2 {
	font-size: 38px;
	line-height: 44px;
}

h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #777370;
	font-weight: 700;
}

h4 {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'universcondensed';
	font-size: 16px;
}

hr {
	width: 65px;
	margin: 5px 0 15px;
	border-bottom: 4px solid #009fe3;
}

p,
li {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #777370;
}

p a {
	font-weight: 700;
}

.slick-slide:focus {
	outline: none;
}

.slick-slider {
	margin-bottom: 0;
}

.row {
	width: 95%;
}

.row .row {
	width: 100%;
}

.row.expanded {
	width: 100%;
}


/* Header/Nav
============================================ */

.header {
	background: #f0f0f1;
	padding: 25px 0 30px;
	position: fixed;
	z-index: 999;
	width: 100%;
}

.main-nav {
	text-align: right;
}

nav ul {
	margin: 0;
	list-style: none;
}

nav ul li {
	display: inline-block;
	width: 24%;
	position: relative;
}

nav ul li a {
	color: #02488e;
	font-family: 'universcondensed';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	background: white;
	padding: 17px 15px 10px;
	transition: all 0.4s ease;
	line-height: 19px;
	text-align: left;
	border-radius: 5px;
}

nav ul li a:hover,
nav ul li a.active {
	background: #02488e;
	color: white;
	-moz-box-shadow: inset inset 0 7px 9px -2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 7px 9px -2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 7px 9px -2px rgba(0, 0, 0, 0.4);
}

nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(2, 72, 142, .85);
	width: 100%;
	padding: 6px 0;
	display: none;
	border-top: 5px solid #f0f0f1;
	background-image: url('../img/navarrow.png');
	background-position: 7px top;
	background-repeat: no-repeat;
	background-size: 10px 7px;
	z-index: 999;
}

nav ul ul.right {
	right: 0;
	left: auto;
	padding: 6px 0;
	border-top: 5px solid #f0f0f1;
	background-image: url('../img/navarrow.png');
	background-position: calc(100% - 7px) top;
	background-repeat: no-repeat;
	background-size: 10px 7px;
}

li:hover ul,
li:hover ul.right {
	display: block;
}

ul.two-col {}

nav ul ul li {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
}

nav ul ul li a {
	color: white;
	background: none;
	font-size: 15px;
	padding: 2px 10px;
}

nav ul ul li a:hover,
nav ul ul li a.active {
	color: #02488e;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

p.postcode {
	color: #009fe3;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'universcondensed';
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.full-logo img {
	margin-top: 20px;
}

.slicknav_menu {
	display: none;
	background-color: transparent;
}

.slicknav_btn {
	float: none;
	display: inline-block;
	background: #02488e;
	-moz-box-shadow: inset inset 0 7px 9px -2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 7px 9px -2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 7px 9px -2px rgba(0, 0, 0, 0.4);
	    padding: 10px 25px 8px;
}


.slicknav_menu .slicknav_menutxt {
	margin-top: 2px;
}

.slicknav_nav {
	margin: 15px 0;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav a {
	color: #02488e;
	font-family: 'universcondensed';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	background: transparent;
	padding: 5px;
	transition: all 0.4s ease;
	line-height: 19px;
	text-align: left;
	border-radius: 5px;
}

.slicknav_nav ul li a {
	font-size: 16px;
	font-weight: 400;
}

.slicknav_nav ul li {
	margin-bottom: 5px;
}

.slicknav_nav li {
	margin-bottom: 10px;
}


/* Full Height Slider
============================================ */

.full-slide {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
}

.full-slide.fixed {
	background-attachment: unset;
}

.inner-shadow {
	-webkit-box-shadow: inset 0px 9px 10px -5px rgba(0, 0, 0, 0.54), inset 0px -9px 10px -5px rgba(0, 0, 0, 0.54);
	-moz-box-shadow: inset 0px 9px 10px -5px rgba(0, 0, 0, 0.54), inset 0px -9px 10px -5px rgba(0, 0, 0, 0.54);
	box-shadow: inset 0px 9px 10px -5px rgba(0, 0, 0, 0.54), inset 0px -9px 10px -5px rgba(0, 0, 0, 0.54);
}

.full-width-slider {
	margin-bottom: 25px;
}

.slider-container {
	position: relative;
}

.tab-container {
	position: relative;
	height: 100%;
}

.caption {
	position: absolute;
	bottom: 0;
	right: 0;
}

.caption .row {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.caption .row .columns {
	padding: 0;
}

.dl-caption {
	position: absolute;
	bottom: 5px;
	right: 0;
}

.dl-caption a {
	color: white;
	text-decoration: underline;
	font-family: 'universcondensed';
	font-weight: 400;
}

.dl-caption .fa {
	margin-left: 10px;
	font-size: 24px;
}

.caption .bluebg {
	padding: 25px 15px 15px;
	background: rgba(0, 159, 227, .65);
}

.caption .blackbg {
	padding: 10px 15px 10px;
	background: rgba(0, 0, 0, .65);
}

.caption p {
	color: white;
	text-transform: uppercase;
	font-family: 'universcondensed';
	font-size: 16px;
	line-height: 20px;
}

.caption .bluebg p {
	margin-bottom: 5px;
}

.caption .blackbg p {
	margin-bottom: 0;
}

.caption .bluebg a {
	color: white;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'universcondensed';
	font-size: 16px;
	line-height: 20px;
}

.row.controls {
	position: absolute;
	bottom: calc(50% - 20px);
	max-width: calc(80rem + 110px);
	width: 100%;
	left: 0;
	right: 0;
	padding: 0 7px;
}

.row.controls img {
	max-width: 40px;
	cursor: pointer;
}

.row.controls .columns {
	padding: 0;
}


/* Home Content
============================================ */

.block-img {
	height: 175px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 1s ease;
}

.four-blocks.text {}

.four-blocks h2 {
	margin: 15px 0 0;
	font-size: 24px;
}

.four-blocks p {
	margin-bottom: 25px;
}

.block-wrapper {
	background: white;
}

.bullet-img {
	max-width: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.content-slider-container {
	background: #eaf6fe;
	margin-top: 20px;
	padding: 20px 0;
	position: relative;
}

.slide-text p {
	padding-right: 75px;
}

.slide-text p:last-child {
	margin-bottom: 35px;
}

.slide-text h2 {
	font-size: 36px;
	margin: 0;
}

a.know-more {
	color: #279ad6;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'universcondensed';
	font-size: 24px;
}

.slide-bg-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 250px;
}

.logo-slider-container {
	margin: 20px 0 35px;
	position: relative;
}

.slidelogo-container {
	background: #f0f0f1;
	padding: 15px 40px;
	margin: 0 15px;
}

.slidelogo-container img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray;
	opacity: .75;
	transition: all .25 ease;
}

.slick-current.slidelogo-container img {
	filter: none;
	-webkit-filter: none;
	filter: none;
	opacity: 1
}

.slick-list {
	padding: 0!important;
}


/* Business Here Page
============================================ */

.unit-list {
	margin: 0;
	list-style: none;
}

.unit-list li {
	width: 33.33333333333%;
	display: inline-block;
	position: relative;
	font-size: 16px;
	margin: 5px -4px 30px 0;
	line-height: 20px;
}

.unit-list li strong {
	color: #02488e;
}

.unit-list li .columns:nth-child(2) {
	padding-left: 0;
}

.unit-list .fa {
	font-size: 35px;
	color: #279AD6;
}

.prop-img {
	width: 75%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}

.sidebar-column {
	padding: 40px 75px 40px 0.9375rem;
	background: #eaf6fe;
	position: relative;
	z-index: 99;
}

.sidebar-column ul {
	margin: 0;
	list-style: none;
}

.sidebar-column ul .columns {
	padding: 0;
}

.absolute-map {
	position: absolute;
	bottom: 0;
	right: 0;
}

.absolute-map .row.controls {
	position: absolute;
	top: 25px;
	width: 100%;
	left: auto;
	right: 20px;
	padding: 0;
	bottom: auto;
}

.absolute-map .row.controls img {
	margin-left: 5px;
}

table.legend {
	margin-top: 25px;
}

table.legend tbody tr {
	margin: 3px 0;
}

table.legend tbody tr td {
	border-bottom: none;
	font-size: 14px;
}

table.legend tbody tr td:first-child {
	text-align: center;
	background-image: url('../img/mapdot.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	color: white;
	font-size: 13px;
	width: 35px;
	font-family: 'universcondensed';
	font-weight: 700;
}

table.legend tbody tr.design-build td:first-child {
	background-image: url('../img/mapdotblue.png');
}

table.legend tbody tr td:nth-child(2) {
	padding-left: 10px;
}

table.legend tbody tr td:last-child {
	text-align: right;
	width: 50%;
}

table.legend tfoot tr td {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #777370;
	font-size: 14px;
	padding: 4px 0;
}

table.legend tfoot tr td:first-child {
	text-align: center;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 45% center;
	font-size: 12px;
	width: 35px;
}

table.legend tfoot tr td:nth-child(2) {
	padding-left: 10px;
}

.panzoom-parent {
	height: 100%;
}

.testimonial-slide {
	padding: 0 0.9375rem;
	text-align: center;
}

.testimonial-slider .testimonial-slide p {
	font-weight: 700;
	padding: 0 35px;
}

.testimonial-slide img {
	width: 55%;
	width: auto ;
	max-height: 100px;
	margin: 0 auto 20px;
}

.db-list {
	margin: 0;
	list-style: none;
}

.db-list li {
	margin: 10px 0
}

.db-list li a {
	font-weight: 400;
	font-family: 'universcondensed';
	font-size: 24px;
	color: #777370;
	transition: all .25s ease;
}

.db-list li a.active {
	font-weight: 700;
	color: #02488e;
	text-transform: uppercase;
}

#dick-table,
#harry-table {
	display: none;
}

.contact-box {
	margin-bottom: 25px;
}

.contact-box p {
	font-family: 'universcondensed';
	color: #02488e;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 700;
	line-height: normal;
}

.contact-box a {
	font-family: 'universcondensed';
	color: #777370;
	font-size: 16px;
	margin-bottom: 0;
}

label {
	font-family: 'universcondensed';
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #009fe3;
}

a.button {
	font-family: 'universcondensed';
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	padding: 12px 0 8px;
	line-height: 1rem;
	margin-top: 32px;
	background: #02488e;
	width: 100%
}

.logo-button {
	margin: 10px auto 15px;
	width: 75%;
	border: 5px solid black;
	padding: 25px 35px;
	border-radius: 5px;
	cursor: pointer;
}


/* Get Here Page
============================================ */

.travel-tables .fa {
	color: #279AD6;
	font-size: 42px;
	margin-bottom: 15px;
}

.travel-tables h3 {
	font-family: 'universcondensed';
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #02488e;
	margin-bottom: 25px;
}

.row.travel-tables {
	margin-top: 15px;
}

table,
table thead th {
	text-align: right;
}

#content table thead th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #777370;
	font-size: 14px;
	padding: 4px 0;
	font-weight: 700;
	border-bottom: 1px solid #777370;
}

#content table tbody td {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #777370;
	font-size: 14px;
	padding: 4px 0;
	border-bottom: 1px solid #777370;
}

#contenttable tfoot td {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #777370;
	font-size: 12px;
	padding: 10px 0 4px;
	font-weight: 400;
}

table tbody tr td:first-child,
table thead tr th:first-child {
	text-align: left;
}

table caption {
	font-family: 'FrutigerLTStd-Light';
	color: #5F5E5E;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 0;
}

table tbody tr:nth-child(even),
table th,
table tfoot,
table thead,
table tbody {
	background-color: transparent;
}

table thead,
table tbody,
table tfoot {
	border: none;
}

a.follow-button img {
	width: 100px;
	margin-top: -20px;
	margin-left: 45px;
}

.tweets {
	margin-top: 20px;
}

.tweets h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #009FE3;
	margin-bottom: 0;
	margin-top: 20px;
}

.tweets a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #777370;
}

.latest-tweet,
.other-tweets {
	background: white;
	border-radius: 10px;
	padding: 25px;
	height: 100%;
}

.latest-tweet ul,
.other-tweets ul {
	margin: 0;
	list-style: none;
}

.latest-tweet h3 {
	font-family: 'universcondensed';
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
	color: #009FE3;
}

.latest-tweet ul li {
	color: #2C2557;
	font-family: 'universcondensed';
	font-size: 21px;
	line-height: 28px;
}

.latest-tweet ul li a {
	text-decoration: underline;
	color: #2C2557;
	font-family: 'universcondensed';
	font-size: 21px;
	line-height: 28px;
	font-weight: 400;
}

.latest-tweet p.date {
	display: inline;
	font-family: 'universcondensed';
	font-size: 18px;
}

.other-tweets ul li:first-child {
	display: none;
}

.other-tweets ul li {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #777370;
	margin-bottom: 15px;
	font-weight: 400;
}

,
.other-tweets ul li a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #777370;
	text-decoration: underline;
	font-weight: 400;
}

.other-tweets ul li p.date {
	font-family: 'universcondensed';
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #009FE3;
	margin-bottom: 0;
}

.traffic-update {
	padding-left: 30px;
}


/* Life Here Page
============================================ */

.row.heading {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}

.heading h1 {
	margin: 0;
}

.content-section {
	padding: 40px 0;
}

.content-section {
	padding: 40px 0;
}

.content-section.split-right {
	background-image: url('../img/splitbg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-section p {
	padding-right: 75px;
}


.content-section #departure th {
	color:#fff ;
	text-align:left;
	font-size: 13px;
	border-bottom: 1px solid #279AD6;
	color: #279AD6;
}

.content-section #departure td {
	color:#777370 ;
	text-align:left ;
	line-height:normal ;
	font-size:12px ;
	border-bottom:1px solid #CCCCCC;
}
.content-section #departure tr:nth-child(even) {
	background: #eee;
}


.univers-blue {
	color: #279ad6;
	font-family: 'universcondensed';
	font-weight: 700;
	font-size: 16px;
}

.environmental-img-container {
	height: 175px;
	padding-top: 25px;
}

.environmental-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: relative;
}

.blue-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #279ad6;
	opacity: 0;
	transition: all 0.25s ease;
}

.environmental-img:hover .blue-overlay {
	opacity: .7;
}

.img-caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(39, 154, 214, .7);
	left: 0;
	right: 0;
	padding: 10px 15px 5px;
	border-top: 4px solid #009fe3;
}

.img-caption h4 {
	margin-bottom: 0;
}

a.pdf-link {
	color: #279ad6;
	text-decoration: underline;
	font-family: 'universcondensed';
	font-weight: 400;
	margin-top: 50px;
	display: inline-block;
}

a.pdf-link .fa {
	margin-right: 10px;
	font-size: 24px;
}

.window-img {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.row.img-quote {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}

.img-quote h2 {
	color: white;
}

ul.filter {
	margin: 0;
	list-style: none;
	padding-right: 75px;
}

ul.filter li {
	border-bottom: 1px dotted #777370;
	padding: 1px 0;
	color: #777370;
}

ul.filter li a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #777370;
	transition: all 0.3s ease;
}

ul.filter li a.active,
ul.filter li a:hover {
	color: black
}

.news-item h3 {
	margin-bottom: 0;
}

p.date {
	color: #9d9d9c;
}

a.read-more {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #009fe3;
	text-decoration: underline;
}

.row.news-item {
	padding: 20px 0;
	border-bottom: 1px dotted #777370;
}

.area-logo-container {
	margin-bottom: 35px;
}

.area-logo-container img {
	max-width: 215px;
	margin: 0 auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	transition: all 0.3s ease;
	opacity: 0.75;
}

.area-logo-container img:hover {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}

.reveal h1 {
	color: #02488e;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'universcondensed';
}

.trees-content,
.plants-content,
.hedges-content,
.logs-content,
.trees-content,
.species-content {
	display: none;

}

.row.environment {
	margin-top: 20px
}

.row.news-item img {
	width: 100%;
}



/*  Footer
============================= */

.footer {
	background: #e0dfdf;
	padding: 15px;
}

input {
	border: none!important;
	border-radius: 0!important;
	padding-left: 15px!important;
	color: #02488e!important;
	font-family: 'universcondensed'!important;
	font-weight: 500!important;
	text-transform: uppercase!important;
	font-size: 16px!important;
	margin: 0!important;
}

::-webkit-input-placeholder {
	color: #02488e;
	font-family: 'universcondensed';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	opacity: 0.75;
	padding-top: 2px
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #02488e;
	font-family: 'universcondensed';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	opacity: 0.75;
	padding-top: 2px
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #02488e;
	font-family: 'universcondensed';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	opacity: 0.75;
	padding-top: 2px
}

:-ms-input-placeholder {
	color: #02488e;
	font-family: 'universcondensed';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	opacity: 0.75;
	padding-top: 2px
}

.footer p,
.footer a {
	color: white;
	font-size: 12px;
}

.social-icons .fa {
	font-size: 24px;
}

.social-icons .fa {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #e0dfdf;
	background: #009fe3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.social-icons.icon-circle .fa {
	border-radius: 50%;
}

.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#whats-in-the-area .column:last-child:not(:first-child), #whats-in-the-area .columns:last-child:not(:first-child) {
	float:left
}
/*  Queries
============================= */

@media screen and (max-width: 1023px) {
	#clockbox,
	.details {
		text-align: center;
		margin-bottom: 0;
		margin-top: 15px;
	}
	nav ul li a {
		font-size: 15px;
	}
	nav ul ul {
		width: 200%;
	}
	nav ul ul.right-mobile {
		right: 0;
		left: auto;
		background-image: url('../img/navarrow.png');
		background-position: calc(100% - 7px) top;
	}
	.block-img,
	.block-wrapper {
		width: 50%;
		display: inline-block;
		margin-right: -4px;
	}
	.block-wrapper {
		padding-left: 25px;
	}
	.slide-bg-img {
		min-height: 300px;
		margin-bottom: 15px;
	}
	.header {
		position: static;
	}
	.header-push {
		display: none;
	}
	.row.controls img {
		opacity: .7;
	}
	.absolute-map {
		position: static;
		min-height: 550px;
	}
	.absolute-map .row.controls {
		top: 371px;
	}
	table.legend tbody {
		display: none;
	}
	.traffic-update {
		padding-left: 15px;
	}

	.match-birds {
		margin-bottom:25px;

	}

	.row.environment {
	margin-top: 0
}

	ul.filter {
		margin: 15px 0 0;
		padding-right: 15px;
	}

	.internal h2 {

		font-size: 32px;
    line-height: 38px
	}

}
@media screen and (max-width: 767px) {


.full-slide.fixed {
	background-attachment: scroll;
}

	a.pdf-link {
		margin-top: 25px;
	}

}

@media screen and (max-width: 639px) {
	.block-img,
	.block-wrapper {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	.block-wrapper {
		padding-left: 0;
	}
	.full-slide {
		height: 400px;
	}
	.footer .columns {
		text-align: center!important;
	}
	.footer ul {
		margin: 15px 0 0;
	}
	.slidelogo-container img {
		filter: none;
		-webkit-filter: none;
		filter: none;
		opacity: 1
	}
	#menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.header {
		padding-bottom: 15px;
	}
	p.postcode {
		margin-bottom: 0;
	}
	.full-logo img {
		max-width: 325px;
	}
	.absolute-map .row.controls {
		top: 385px;
	}
	.area-logo-container img {
		max-width: 150px;
	}

	.environmental-img-container {
		height: 125px;
	}
	.content-section p {
		padding-right: 15px;
	}

	.news-item img {
		margin-bottom: 15px;
	}

	.row.news-item {
		padding:15px 0;
	}

	.internal h2, .slide-text h2 {

		font-size: 28px;
    line-height: 34px
	}

	.slicknav_nav .slicknav_arrow {
		font-size: 10px;
	}

	.profile-pic {
		margin-bottom: 25px;
	}

	.content-section.split-right {
		background-image: none;
	}

	.row, .row .row {
		width: 100%;
	}

	.latest-tweet {
		margin-bottom: 25px;
	}
}
