* {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	webkit-font-smoothing: antialiased;
}

html, body {
	height: 100%;
}

body {
	font-family: "Avenir LT W01_55 Roman1475520", serif;
	font-size: 14px;
	color: #333F48;
	min-width: 320px;
}

#wpadminbar {
	position: fixed;
}

:focus,
:active {
	outline: 0;
}

::selection {
  background: #658D18; /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #658D18; /* Gecko Browsers */
  color: white;
}

.invsel ::selection {
  color: #658D18; /* WebKit/Blink Browsers */
  background: white;
}

.invsel ::-moz-selection {
  color: #658D18; /* Gecko Browsers */
  background: white;
}


/** COLOURS **/

.green {
	color: #C4D600;
}

.dark_green {
	color: #658D18;
}

.dark_grey {
	color: #333F48;
}

.mid_grey_1 {
	color: #999FA3;
}

.mid_grey_2 {
	color: #D9D9D6;
}

.light_grey {
	color: #ECECEE;
}

.white {
	color: #ffffff
}

.orange {
	color: #FF8900;
}


/** BUTTONS **/

.btn {
	height: 40px;
	font-size: 14px;
    font-family:"Avenir LT W01_95 Black1475556";
    color: #333F48 !important;
    border: 2px solid #C4D600;
    background: transparent;
    text-transform: uppercase;
	padding:9px 12px 9px 12px;
	margin:0 5px 10px 0;
	text-decoration: none !important;
	border-radius: 0px !important; 	
}

.btn:hover {
    background: #C4D600;
    border: 2px solid #C4D600;	
}

.btn:focus {
    background: #C4D600;
    border: 2px solid #C4D600;
    outline: none;
    border-radius: 0px;	
}

.btn:active {
    background: #C4D600;
    border: 2px solid #C4D600;
    box-shadow: none;
    border-radius: 0px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background: #C4D600;
    border: 2px solid #C4D600;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
}

.form-control {
	border-radius: 0px;
}

.input-group-addon {
	border-radius: 0px;
}

.btn_light {
    color: #ffffff !important;
    border: 2px solid #C4D600;
    background: transparent;	
}

.btn_light:hover {
	color: #ffffff !important;
    border: 2px solid #ffffff;
    background: transparent; 	
}

.btn_large {
	font-family:"Avenir LT W01_85 Heavy1475544";	
	height: 60px;
	font-size:20px;
	padding:14px 14px 14px 14px;
}


p.link {
	padding: 0;
	margin: 60px 0;
}



p, li {
	line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
	font-family: "Avenir LT W01_85 Heavy1475544";
}

a, a:visited {
	text-decoration: underline;
	color: #658D18;
}

.site-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0;
	-webkit-transition: margin 0.5s;
	-o-transition: margin 0.5s;
	transition: margin 0.5s;
	margin-top: 68px;
	overflow: hidden;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
}

hr {
	background: transparent;
	border: none;
	border-top: 1px solid #9b9b9b;
	margin: 2em 0;
}

.page-id-11 hr {
	margin: 0 0 2em 0;
}


@media (min-width: 768px) {
	.site-wrapper {
		margin-top: 77px;
	}
}

@media (min-width: 960px) {
	.site-wrapper {
		margin-top: 98px;
	}
}

@media (min-width: 1180px) {
	.site-wrapper {
		margin-top: 130px;
		height: calc(100% - 130px);
		overflow: visible;
	}
}

@media (min-width: 1920px) {
	.site-wrapper {
		margin: 130px auto 0;
	}
}


.button-wrap {
	display: inline-block;
	position: relative;
	background: #c4d600;
}

.button-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
	right: -1em;
	height: 100%;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	-o-transform: skewX(-27deg);
	transform: skewX(-27deg);
	background: inherit;
}


.button,
a.button,
input[type="submit"].button {
	display: inline-block;
	background: #c4d600;
	border: none;
	color: white;
	padding: 0.75em 0.25em 0.5em 1.25em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	z-index: 1;
	min-width: 100px;
	line-height: 1.2em;
	width: auto;
}

.button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
	right: -1em;
	height: 100%;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	-o-transform: skewX(-27deg);
	transform: skewX(-27deg);
	background: inherit;
	z-index: -1;
}

.button.white,
a.button.white {
	background: white;
	color: #658D18;
}

@media (min-width: 768px) {
	.button,
	a.button,
	input[type="submit"].button  {
		font-size: 16px;
	}
}

header {
	/*background: #E6E6E6;*/
	background: #333F48;
	border-bottom: 1px solid white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}

@media (min-width: 1180px) {
	header {
		top: 32px;
	}
}

@media (min-width: 1920px) {
	header {
		left: 50%;
		margin-left: -960px;
		width: 1920px;
	}
}

.admin-bar .floating {
	margin-top: 46px;
}

@media (min-width: 783px) {
	.admin-bar .floating {
		margin-top: 32px;
	}
}

header .logo {
	display: block;
	float: left;
	width: 100px;
	padding: 1em;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #333F48;
}

header .logo span {
	display: block;
	background: url(../img/meggitt-logo-mobile.png) 50% 50% no-repeat;
	background-size: contain;
}

header .logo img {
	visibility: hidden;
}

@media (min-width: 768px) {
	header .logo {
		width: 120px;
	}

	header .logo span {
		display: block;
		background: url(../img/meggitt-logo-tablet.png) 50% 50% no-repeat;
		background-size: contain;
	}
}

@media (min-width: 960px) {
	header .logo {
		width: 140px;
		padding: 1.5em 2em;
	}

	header .logo span {
		display: block;
		background: url(../img/meggitt-logo-non-retina.png) 50% 50% no-repeat;
		background-size: contain;
	}
}

@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {
	header .logo span {
		background: url(../img/meggitt-logo.png) 50% 50% no-repeat;
		background-size: contain;
	}
}

header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

header .nav-opener {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 68px;
	line-height: 68px;
	width: 68px;
	text-align: center;
	text-decoration: none;
	color: #658D18;
	font-weight: normal;
}

header .nav-opener:before {
	content: "=";
	font-family: "meggitt-icons";
	font-size: 1.4em;
	font-weight: normal;
}

.nav-open header .nav-opener:before {
	content: "x";
}

header .tagline {
	color: white;
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	margin-left: 1em;
	padding: 1em;
	width: 7em;
}

@media (min-width: 768px) {
	header .tagline {
		font-size: 22px;
		padding: 0.65em 0 1em;
		width: auto;
	}

	header .nav-opener {
		height: 80px;
		line-height: 80px;
	}
}

@media (min-width: 960px) {
	header .tagline {
		font-size: 18px;
		padding: 1.2em 0 0;
		width: 9em;
	}

	header .nav-opener {
		height: 98px;
		line-height: 98px;
	}
}

@media (min-width: 1280px) {
	header .tagline {
		font-size: 22px;
		padding: 1.2em 0 1.6em;
		width: auto;
	}
}

.aog-panel {
	background: #333F48;
	color: white;
	padding: 2em;
	font-size: 14px;
	position: fixed;
	left: 100%;
	width: 100%;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	opacity: 0.9;
	z-index: 200;
	top: 69px;
	overflow: hidden;
	overflow-y: scroll;
	bottom: 0;
}

.aog-panel p {
	line-height: 1.4em;
	max-width: 400px;
	margin: 2em 0;
}

.aog-panel a {
	color: white;
	text-decoration: none;
}

.aog-panel img {
	max-width: 200px;
	height: auto;
}

.aog-panel strong {
	font-weight: 600;
}

.aog-open .aog-panel {
	left: 0;
}

.aog-close {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	background:#c4d600;
	color: white;
	text-decoration: none;
	font-family: "meggitt-icons";
	padding-bottom: 0.2em;
}

@media (min-width: 768px) {
	.aog-panel {
		font-size: 18px;
		top: 77px;
		width: 384px;
		-webkit-transition: margin 0.5s;
		-o-transition: margin 0.5s;
		transition: margin 0.5s;
		overflow: hidden;
	}

	.aog-open .aog-panel {
		left: 100%;
		margin-left: -384px;
	}
}

@media (min-width: 960px) {
	.aog-panel {
		top: 99px;
	}
}

@media (min-width: 1180px) {
	.aog-panel {
		top: 131px;
	}
}

nav.main {
	position: fixed;
	top: 69px;
	left: 100%;
	width: 100%;
	height: calc(100% - 69px);
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	/*background: #E6E6E6;*/
	background: #333F48;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-weight: 300;
	padding: 0;
	opacity: 0.9;
	z-index: 200;
	overflow-y: scroll;
	font-size: 1.2em;
}

@media (max-width: 1199px) {
	.nav-open nav.main {
		left: 0;
		border-bottom: 100px solid #333F48;
	}
}

nav.main ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

nav.main ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

nav.main ul li a {
	display: block;
	/*color: #4a4a4a;*/
	color: #ffffff;
	text-decoration: none;
	padding: 8px 20px;
}

nav.main ul li a:hover {
	color: #C4D600;
}

nav.main ul li.current-menu-item a {
	color: #C4D600;
}

/*nav.main ul li a:before {
	content: "> ";
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.25em 0 0;
}*/

/* Highlighted menu item */

nav.main ul li.current-menu-item a:before,
nav.main ul li a:hover:before {
	color: #c4d600;
}

nav.main ul.highlighted li a,
nav.main ul.highlighted li.current-menu-item a,
nav.main ul.highlighted li.current-menu-item a:hover {
	background: #c4d600;
	color: white;
}

@media (min-width: 768px) {
	nav.main {
		top: 77px;
	}

	nav.main ul.highlighted {
		height: 77px;
	}
}

@media (min-width: 960px) {
	nav.main {
		top: 99px;
	}

	nav.main ul.highlighted {
		height: 98px;
	}
}

@media (min-width: 768px) and (max-width: 1179px) {
	nav.main {
		overflow: visible;
	}
	
	nav.main ul.highlighted {
		position: fixed;
		top: 0;
		right: 60px;
		display: table;
		padding: 0;
	}

	.admin-bar nav.main ul.highlighted {
		margin-top: 46px;
	}

	nav.main ul.highlighted li {
		display: table-cell;
		vertical-align: middle;
	}

	nav.main ul.highlighted li a {
		background: transparent!important;
	}
}

@media (min-width: 783px) and (max-width: 1179px) {
	.admin-bar nav.main ul.highlighted {
		margin-top: 32px;
	}
}

@media (min-width: 1180px) {
	nav.main {
		position: fixed;
		top: 32px;
		right: 0;
		left: auto;
		z-index: 11;
		width: auto;
		height: auto;
		height: 98px;
		opacity: 1;
		overflow: visible;
	}

	nav.main ul {
		display: table;
		height: 100%;
		padding: 0;
		float: left;
	}

	nav.main ul li {
		display: table-cell;
		vertical-align: middle;
	}

	nav.main ul li a {
		padding: 0 1.25em;
		height: 98px;
		line-height: 98px;
		position: relative;
	}

	nav.main ul li a:before {
		display: none;
		content: "";
	}

	/*nav.main ul li.current-menu-item a:before {
		display: block;
		position: absolute;
		top: 50%;
		left: 1.25em;
		right: 1.25em;
		height: 0.3em;
		background: #c4d600;
		margin: 0.85em 0 0 0;
		font-size: 1em;
	}*/

	nav.main ul.secondary {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 32px;
		/*background: white;*/
		background: #333F48;
		text-align: right;
		float: none;
		display: block;
		font-size: 13px;
	}

	.admin-bar nav.main ul.secondary {
		margin-top: 32px;
	}

	nav.main ul.secondary li {
		display: inline-block;
	}

	nav.main ul.secondary li a {
		display: block;
		height: auto;
		line-height: 32px;
		padding: 0 1em;
	}

	nav.main ul.secondary li.current-menu-item a:before {
		left: 1em;
		right: 1em;
		margin-top: 0.5em;
	}
}

@media (min-width: 1920px) {
	nav.main {
		right: 50%;
		margin-right: -960px;
	}

	nav.main ul.secondary {
		width: 1920px;
		left: 50%;
		margin-left: -960px;
	}
}

.homepage-banner {
	width: 100%;
	height: 100%;
	background: #979797;
	display: table;
}

.homepage-banner .slider {
	display: table-cell;
	position: relative;
	height: 100%;
}

.homepage-banner .slides {
	position: relative;
	width: 100%;
	height: 100%;
}

.homepage-banner .slides .slide {
	display: table;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.homepage-banner .slides .slide .slide-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 4em 1em;
	position: relative;
}

.homepage-banner .slide-title {
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 1em;
	color: #ffffff;
	max-width: 400px;
	-webkit-animation: fade-scroll-in 1s ease 1;
	-o-animation: fade-scroll-in 1s ease 1;
	animation: fade-scroll-in 1s ease 1;
}

.homepage-banner .slide-description {
	font-size: 18px;
	color: #ffffff;
	margin: 0 0 3em;
	max-width: 400px;
	-webkit-animation: fade-in 1s ease 1;
	-o-animation: fade-in 1s ease 1;
	animation: fade-in 1s ease 1;
}

.homepage-banner .slide-description a {
	color: inherit;
}

.homepage-banner .slide-description img {
	width: 100%;
	height: auto;
	max-width: 416px;
}

@-webkit-keyframes fade-scroll-in {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		-ms-transform: translate3d(0, -50px, 0);
		-o-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@-o-keyframes fade-scroll-in {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		-ms-transform: translate3d(0, -50px, 0);
		-o-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@keyframes fade-scroll-in {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		-ms-transform: translate3d(0, -50px, 0);
		-o-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fade-in {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.homepage-banner .slide-title {
		margin: 2.6rem
	}

	.homepage-banner .slide-description {
		margin: 2.6rem
	}
}

@media (min-width: 960px) {
	.homepage-banner .slides .slide .slide-inner {
		padding: 4em 1em;
	}

	.homepage-banner .slide-title {
		font-size: 50px;
		max-width: 560px;
	}

	.homepage-banner .slide-description {
		max-width: 600px;
		font-size: 26px;
	}
}

section.staggered {
	background: white;
}

section.staggered .image {
	display: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

section.staggered .image.alternate {
	display: block;
}

section.staggered .image img {
	width: 100%;
	height: 100%;
	visibility: hidden;
}

section.staggered .text {
	padding: 3em;
	font-weight: 400;
}

.page-id-96 section.staggered.keep-image .image {
	display: block;
}

@media (max-width: 767px) {
	.page-id-21 section.staggered .text {
		padding: 0 3em;
	}

	.page-id-21 section.staggered.alternate {
		margin-bottom: -4em;
	}
}

section.staggered .text h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 1em 0;
	line-height: 1.4em;
}

section.staggered .text h2 a {
	color: inherit;
	text-decoration: none;
}

/*
section.staggered .text h2 a:after {
	content: ">";
	display: inline-block;
	color: #658D18;
	font-style: normal;
	font-weight: 500;
	font-size: 1.2em;

	margin-left: 0.5em;
}
*/

section.staggered .text h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 1em 0;
	color: #658D18;
}

section.staggered .buttons .inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}

section.staggered .buttons a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #E2E2E2;
	padding: 1em 0;
	text-decoration: none;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 600;
}

section.staggered .buttons a:before {
	content: "";
	display: block;
	margin: 0 auto 0.25em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	font-family: "meggitt-icons";
	font-weight: normal;
}

section.staggered .buttons a:hover {
	color: white;
	background: #658D18;
}

section.staggered .buttons a.parts:before { content: "\e906"; font-size: 32px; }
section.staggered .buttons a.locations:before { content: "\e907"; }

@media (min-width: 768px) {
	section.staggered {
		position: relative;
	}

	section.staggered .text {
		padding: 4em 4em 8em;
		width: 50%;
		font-size: 16px;
	}

	section.staggered.has-buttons .text {
		padding-bottom: 15em;
	}

	section.staggered .image {
		display: block;
		background-color: #9A9A9A;
		width: 50%;
		position: absolute;
		top: -4em;
		bottom: -4em;
		right: 0;
	}

	section.staggered .image.alternate {
		display: none;
	}

	section.staggered.alternate .text {
		margin-left: 50%;
	}

	section.staggered.alternate .image {
		right: auto;
		left: 0;
	}

	section.staggered .buttons {
		position: absolute;
		bottom: 6em;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 2;
	}

	section.staggered .buttons .inner {
		width: auto;
		margin: 0 auto;
	}

	section.staggered .buttons a {
		width: 140px;
		font-size: 12px;
	}
}

@media (min-width: 960px) {
	section.staggered .text {
		padding: 6em 4em;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	section.staggered .text {
		padding: 6em;
		padding-bottom: 15em;
	}

	section.staggered .text p {
		font-size: 24px;
	}

	section.staggered .text h2 {
		font-size: 56px;
	}
}

section.featured-news,
section.latest-news {
	background: #F4F4F4;
}

section.featured-news .title {
	text-align: center;
	padding: 2.5em 0;
	font-size: 48px;
	font-weight: 600;
	color: white;
	background: url(../img/news-events-image.jpg) 50% 50% no-repeat;
	background-size: cover;
}

section.latest-news .title {
	text-align: center;
	padding: 1em 0;
	font-size: 28px;
}

section.latest-news .container {
	overflow: hidden;
}

section.latest-news .buttons {
	text-align: center;
	padding: 2em 0 3em;
}

@media (min-width: 768px) {
	section.latest-news .title {
		font-size: 36px;
		padding: 1em 0 0;
	}
}

@media (min-width: 960px) {
	section.latest-news .title {
		font-size: 48px;
	}
}

.news-archive {
	font-size: 14px;
}

article.news {
	margin: 1em 0 2em;
}

article.news .post-date {
	font-size: 18px;
}

article.news h2 {
	font-weight: 600;
	margin: 0;
	line-height: 1.5em;
}

article.news h2 a {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 960px) {
	.news-archive .articles {
		font-size: 18px;
	}

	article.news {
		margin: 1em 0;
	}

	article.news .post-date {
		display: block;
		float: left;
		width: 10em;
		font-size: 20px;
	}

	article.news h2 {
		display: block;
		margin-left: 10em;
		font-size: 20px;
	}

	article.news .excerpt {
		clear: left;
		margin-left: 200px;
	}
}

section.the-team a {
	display: block;
	font-size: 48px;
	text-align: center;
	background: url(../img/team-image.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: white;
	text-decoration: none;
	font-weight: 600;
	padding: 2em 0;
}

section.the-team a:after {
	content: ">";
	font-family: "meggitt-icons";
	font-weight: normal;
	color: #658D18;
	display: block;
	text-align: center;
	font-size: 40px;
}

@media (min-width: 768px) {
	section.the-team a {
		padding: 3em 0;
	}
	
	section.the-team a:after {
		display: inline-block;
		margin: 0 0 0 0.5em;
	}
}

@media (min-width: 1200px) {
	section.the-team a {
		font-size: 72px;
	}
}

section.page-banner {
	background: #D9D9D6;
	background-position: center center;
	color: white;
	position: relative;
	display: table;
	width: 100%;
	padding: 1em;
	font-size: 20px;
	height: 320px;
	z-index: 2;
}

section.page-banner .container {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 2em 0;
}

@media (max-width: 1199px) {
	.page-id-265 section.page-banner {
		background: #F2F2F2!important;
	}
}

section.page-banner h1 {
	font-size: 36px;
	font-weight: 500;
	text-align: left;
	margin: 0;
	position: relative;
	z-index: 2;
	color: white;
	line-height: 1.5em;
}

.page-id-265 section.page-banner,
.page-id-265 section.page-banner h1 {
	color: #658D18;
}

section.page-banner .text {
	max-width: 400px;
}

@media (min-width: 768px) {
	section.page-banner .container {
		padding: 4em 0;
	}
}

@media (min-width: 960px) {
	section.page-banner {
		font-size: 18px;
		height: 480px;
	}

	section.page-banner h1 {
		font-size: 48px;
		margin: 0 0 1em 0;
	}

	section.page-banner .container {
		padding: 3em;
	}

	section.page-banner .text {
		max-width: 480px;
	}
}

@media (min-width: 1200px) {
	section.page-banner {
		font-size: 24px;
	}

	section.page-banner .text {
		max-width: 640px;
	}

	section.page-banner .container {
		padding: 1em 3rem;
	}
}

section.page-content-links {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 16px;
}

section.page-content-links a {
	display: table-cell;
	padding: 1em 0;
	text-transform: uppercase;
	background: white;
	border: 1px solid #d9d9d9;
	text-decoration: none;
	color: #4d4d4d;
	text-align: center;
	vertical-align: middle;
}

section.page-content-links a:hover {
	background: #658D18;
	color: white;
}

@media (min-width: 768px) {
	section.page-content-links {
		height: 100px;
	}
}

section.page-content {
	background: white;
	padding: 2em;
	text-align: left;
	font-size: 14px;
}

section.page-content .container {
	overflow: hidden;
}

section.page-content strong {
	font-weight: 600;
	display: block;
}

section.page-content.secondary {
	background: #F3EFEC;
}

section.page-content .container {
	padding: 1em 0;
}

section.page-content.secondary .container,
section.page-content.tertiary .container {
	text-align: center;
}

section.page-content.split {
	padding: 0;
}

section.page-content .text {
	padding: 1em;
	text-align: left;
}

section.page-content .text p {
	margin: 1.5em 0;
}

.page-id-21 section.page-content p strong {
	font-weight: 600;
}

	section.page-content.split.blue .text { background: #0099a8; color: white; }
	section.page-content.split.blue .text a { color: white; text-decoration: underline; }

	section.page-content.split.orange .text { background: #f5911e; }
	section.page-content.split.orange .text a { color: inherit; text-decoration: underline; }

	section.page-content.split.green .text { background: #babf10; }
	section.page-content.split.green .text a { color: inherit; text-decoration: underline; }

section.page-content.tertiary {
	background: #658D18;
	color: white;
}

.page-id-120 section.page-content.tertiary,
.page-id-13 section.page-content.tertiary,
.page-id-269 section.page-content.tertiary {
	background: #F3EFEC;
	color: #4d4d4d;
}

.page-id-15 section.page-content h1 {
	margin-top: 0;
}

section.page-content h1,
section.news-archive h1,
section.events-content h1,
section.page-content h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 0.5em 0;
	color: #658D18;
}

section.page-content.four-reasons h1 {
	font-size: 24px;
}

section.page-content h3 {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

section.page-content h4 {
	font-weight: 600;
	font-size: 24px;
	margin: 0.5em 0;
	line-height: 1.5em;
}

section.page-content h5 {
	font-weight: 400;
	font-size: 20px;
	margin: 0.5em 0;
	line-height: 1.5em;
}

section.page-content img {
	max-width: 100%;
	height: auto;
}

section.page-content.split .image {
	display: none;
}

section.page-content a,
section.page-content a:visited {
	color: #658D18;
	text-decoration: none;
}

section.page-content a.button,
section.page-content a.button:visited {
	color: white;
}

section.page-content article.page.news-events {
	text-align: center;
}

section.page-content article.page.news-events h1 {
	font-weight: 600;
	font-size: 36px;
}

section.page-content article.page.news-events table {
	width: 100%;
	display: block;
}

section.page-content article.page.news-events table thead {
	margin: 0 0 2em 0;
	display: block;
	width: 100%;
}

section.page-content article.page.news-events table tbody {
	display: block;
	width: 100%;
}

section.page-content article.page.news-events table tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: -1px;
}

section.page-content article.page.news-events table td {
	padding: 1em;
	border: 1px solid #d9d9d9;
	background: white;
}

section.page-content article.page.news-events table th {
	padding: 1em;
	border: 1px solid #d9d9d9;
	background: white;
	font-size: 18px;
	font-weight: 600;
}

section.page-content article.page.news-events table td:first-child {
	font-weight: 400;
}

section.page-content table.contact {
	display: none;
	color: #4a4a4a;
}

section.page-content .contacts-group {
	display: block;
	margin: 0 0 3em 0;
	color: #4a4a4a;
}

section.page-content .contacts-group .contacts-group-title {
	display: block;
	padding: 1em;
	text-align: center;
	color: #658D18;
	font-size: 18px;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	background: white;
}

section.page-content .contacts-group article.contact {
	display: block;
	margin: 0 0 1em 0;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	background: white;
}

section.page-content .contacts-group article.contact .detail {
	padding: 1em;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}

section.page-content .contacts-group article.contact .detail:nth-child(1) {
	font-weight: 400;
	font-size: 18px;
}

section.page-content .contacts-group article.contact .detail a {
	color: inherit;
}

@media (min-width: 768px) {
	section.page-content {
		font-size: 16px;
		padding: 2em;
	}

	section.page-content.four-reasons {
		margin-top: 5rem;
	}

	section.page-content table.contact {
		display: table;
		margin: 0 0 3em 0;
		width: 100%;
		background: white;
		border: 1px solid #d9d9d9;
		border-collapse: collapse;
		table-layout: fixed;
	}

	section.page-content table.contact th,
	section.page-content table.contact td {
		padding: 1em 0;
		text-align: center;
		font-weight: 400;
		border: 1px solid #d9d9d9;
	}

	section.page-content table.contact thead th {
		color: #658D18;
		font-size: 18px;
	}

	section.page-content table.contact tbody th {
		font-size: 18px;
	}

	section.page-content table.contact a {
		color: inherit;
	}

	section.page-content .contacts-group {
		display: none;
	}

	section.page-content.split {
		position: relative;
		overflow: hidden;
	}

	section.page-content.split .text {
		width: 50%;
		padding: 3em;
	}

	section.page-content.split .text .inner {
		max-width: 35em;
		margin: 0 auto;
	}

	section.page-content.split .image {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		background: #cdcdcd;
	}

	section.page-content.split .image img {
		visibility: hidden;
	}
}

@media (max-width: 959px) {
	section.page-content.four-reasons {
		margin-top: 3.5rem;
	}
	
	section.page-content article.page.news-events table {
		display: block;
		overflow: hidden;
	}

	section.page-content article.page.news-events table thead {
		display: none;
	}

	section.page-content article.page.news-events table tbody {
		display: block;
	}

	section.page-content article.page.news-events table tr {
		display: block;
		margin: 0 0 1em 0;
		overflow: hidden;
		border: none;
		border-top: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
		background: white;
	}

	section.page-content article.page.news-events table td {
		display: block;
		float: left;
		border-top: none;
		border-left: none;
		text-align: center;
	}

	section.page-content article.page.news-events table td:first-child {
		float: none;
		margin: 0;
	}

	section.page-content article.page.news-events table td:nth-child(2) {
		width: 30%;
	}

	section.page-content article.page.news-events table td:nth-child(3) {
		width: 50%;
		padding: 1em 0;
	}

	section.page-content article.page.news-events table td:nth-child(4) {
		width: 20%;
	}

	section.page-content article.page.news-events table td:nth-child(4):before {
		content: "\00a0";
	}
}

@media (min-width: 768px) {
}

@media (min-width: 960px) {
	section.page-content {
		padding: 0 5em;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	section.page-content {
		font-size: 20px;
	}

	section.page-content.split .text {
		padding: 7em;
	}

	section.page-content.split .text p {
		font-size: 20px;
	}

	section.page-content h2 {
		font-size: 42px;
	}
}

section.page-content table.capabilities {
	display: block;
	line-height: 1.5em;
}

section.page-content table.capabilities thead {
	display: table;
	width: 100%;
	background: white;
	margin: 0 0 1em 0;
	table-layout: fixed;
}

section.page-content table.capabilities thead th {
	display: table-cell;
	padding: 1em 0.5em;
	border: 1px solid #d9d9d9;
	font-size: 18px;
	font-weight: 600;
}

section.page-content table.capabilities tbody {
	display: table;
	width: 100%;
	background: white;
	margin: 2em 0 4em;
	table-layout: fixed;
}

section.page-content table.capabilities tbody th {
	display: table-cell;
	padding: 1em 0.5em;
	font-weight: 600;
	color: #658D18;
	font-size: 18px;
	border: 1px solid #d9d9d9;
	min-height: 3.8rem;
}

section.page-content table.capabilities tbody td {
	display: table-cell;
	padding: 1em 0.5em;
	border: 1px solid #d9d9d9;
	min-height: 3.8rem;
}

section.page-content table.capabilities tbody td:first-child {
	text-align: left;
}

section.page-content table.capabilities a,
section.page-content article.page.news-events table a {
	display: inline-block;
	font-family: "meggitt-copy-icons", "DIN", Arial, Helvetica, sans-serif;
	margin: 0 0.5em;
}

@media (max-width: 767px) {
	section.page-content table.capabilities {
		text-align: left;
		width: 100%;
	}

	section.page-content table.capabilities thead th {
		display: none;
		width: 100%;
	}

	section.page-content table.capabilities thead tr {
		display: block;
		width: 100%;
	}

	section.page-content table.capabilities thead th:first-child {
		display: block;
	}

	section.page-content table.capabilities tbody {
		background: transparent;
	}

	section.page-content table.capabilities tbody tr {
		display: block;
		margin: 0 0 1em 0;
		width: 100%;
		overflow: hidden;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
	}

	section.page-content table.capabilities tbody tr:first-child {
		margin-top: 1em;
	}

	section.page-content table.capabilities tbody th {
		display: block;
		width: 100%;
		float: left;
		margin: 0 0 -1px 0;
		border-right: none;
		background: white;
	}

	section.page-content table.capabilities tbody td {
		display: block;
		width: 50%;
		float: left;
		margin: 0 0 -1px 0;
		border-right: none;
		background: white;
	}

	section.page-content table.capabilities tbody td:first-child {
		float: none;
		width: 100%;
	}
}

section.post-content {
	background: white;
	padding: 2em;
}

section.post-content .container {
	position: relative;
	max-width: 1280px;
}

section.news {
	margin-bottom: 2em;
	position: relative;
}

section.news .slider {
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
}

section.news .slider * {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
}

section.news .slider .slide {
	width: 100%;
	min-height: 100%;
	background: white;
}

section.news .slider .text {
	padding: 4em 1em 1em 1em;
	background: white;
}

section.news h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5em;
	margin: 0;
}

section.news h2 a {
	text-decoration: none;
	color: inherit;
}

section.news .date {
	font-size: 12px;
	font-weight: 600;
	color: #6f6f6e;
	margin: 0 0 3em 0;
}

.news-slider-navigation {
	text-align: center;
	z-index: 150;
	font-size: 0;
	margin: 0 0 2rem 0;
}

.pagination {
	clear: both;
	padding: 2em 1em;
	text-align: center;
}

.news-slider-navigation a.next,
.news-slider-navigation a.prev,
.pagination a.next,
.pagination a.previous {
	display: inline-block;
	background: #3E3E3E;
	color: white;
	text-decoration: none;
	line-height: 40px;
	font-size: 15px;
	font-family: "meggitt-icons";
	font-weight: normal;
	position: relative;
	padding: 0 1.75em 0 0.5em;
	margin: 0;
	z-index: 1;
}

.news-slider-navigation a.next,
.pagination a.next {
	padding: 0 0.5em 0 1.75em;
}

.news-slider-navigation a.next:before { content: ">"; }
.news-slider-navigation a.prev:before { content: "<"; }

.news-slider-navigation a.next:after,
.pagination a.next:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -25px;
	bottom: 0;
	width: 50px;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	-o-transform: skewX(-40deg);
	transform: skewX(-40deg);
	background: #3E3E3E;
	z-index: -1;
}

.news-slider-navigation a.prev:after,
.pagination a.previous:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -25px;
	bottom: 0;
	width: 50px;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	-o-transform: skewX(-40deg);
	transform: skewX(-40deg);
	background: #3E3E3E;
	z-index: -1;
}

.news-slider-navigation a.prev:hover,
.news-slider-navigation a.next:hover,
.news-slider-navigation a.prev:hover:after,
.news-slider-navigation a.next:hover:after,
.pagination a.previous:hover,
.pagination a.next:hover,
.pagination a.previous:hover:after,
.pagination a.next:hover:after {
	background: #658D18;
}

section.news .more {
	position: relative;
	z-index: 2;
	text-align: center;
}

section.news .more .button {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -110px;
	margin-bottom: auto;
	width: 180px;
}

/*section.news .button.more-news {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 180px;
	margin-left: -90px;
	margin-bottom: -1.5em;
}*/

@media (min-width: 768px) {
	section.news {
		margin-bottom: 0;
	}

	section.news .slider .text {
		padding: 4em;
	}

	.news-slider-navigation {
		margin: 0 0 4rem 0;
	}

	section.news .more .button {
		margin-top: -1.5em;
	}
}

@media (min-width: 1200px) {
	section.news .slider .text {
		padding: 6em;
	}
}

@media (min-width: 1440px) {
	section.news .slider .text {
		padding: 7em;
	}
}

section.news-archive {
	padding: 2em;
}

section.news-archive {
	background: #F4F4F4;
}

section.breadcrumbs {
	border-bottom: 1px solid #658D18;
	padding: 1em 2em;
	text-align: left;
}

section.breadcrumbs ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.breadcrumbs ul li {
	list-style: none;
	display: inline-block;
	margin: 0 0.75em 0 0;
}

section.breadcrumbs ul li:after {
	content: ">";
	font-family: "meggitt-icons";
	font-size: 0.8rem;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 1em;
}

section.breadcrumbs ul li:last-child:after {
	display: none;
}

section.breadcrumbs ul li a {
	text-decoration: none;
	color: #4d4d4d;
	font-size: 0;
}

section.breadcrumbs ul li a:before {
	content: "...";
	display: inline-block;
	font-size: 1rem;
}

section.breadcrumbs ul li:last-child a {
	color: #658D18;
	font-size: 1em;
}

section.breadcrumbs ul li:last-child a:before {
	display: none;
}

@media (min-width: 768px) {
	section.breadcrumbs ul li a {
		font-size: 1em;
	}

	section.breadcrumbs ul li a:before {
		display: none;
	}
}

section.call-out {
	text-align: center;
	font-size: 36px;
	color: white;
	background: #009AA5;
	padding: 1em;
}

.page-id-17 section.call-out {
	font-size: 14px;
	padding: 2em 1em;
}

section.call-out p {
	margin: 0 auto;
	max-width: 800px;
}

section.call-out h4 {
	margin: 0 auto 0.5em;
	line-height: 1.2em;
	max-width: 800px;
	font-size: 1.2em;
	font-weight: 400;
}

section.call-out a {
	color: white;
}

section.call-out a.button {
	background: white;
	color: #009AA5;
	margin: 2em 0 0;
	font-size: 0.75em;
}

@media (min-width: 768px) {
	section.call-out {
		padding: 2em 1em;
		font-size: 48px;
	}

	.page-id-17 section.call-out {
		font-size: 24px;
		padding: 4em 2em;
	}

	.page-id-17 section.call-out h4 {
		font-size: 2em;
	}
}

@media (min-width: 960px) {
	section.call-out {
		padding: 3em 1em;
	}
}

section.customer-services {
	background: #f4f4f4;
	padding: 2em;
}

section.customer-services h2 {
	text-align: left;
	font-size: 28px;
	font-weight: 400;
	color: #658D18;
}

section.customer-services .stats .stat {
	padding: 2em 0 1em;
	font-size: 14px;
}

section.customer-services .stats .stat figure {
	font-size: 24px;
	padding: 0;
	margin: 0;
	font-weight: 600;
	display: block;
	width: 1em;
	color: #658D18;
}

section.customer-services .stats .stat span {
	display: block;
}

section.customer-services .stats .stat a.button {
	display: inline-block;
	margin: 1em 0 0 0;
}

@media (min-width: 768px) {
	section.customer-services {
		padding: 8em 2em;
	}

	section.customer-services h2 {
		font-size: 36px;
		margin: 0 0 0.5em 0;
	}

	section.customer-services .stats {
		overflow: hidden;
	}

	section.customer-services .stats .stat {
		float: left;
		width: 33.33%;
	}

	section.customer-services .stats .stat span {
		padding-right: 2em;
	}
}

@media (min-width: 960px) {
	section.customer-services .stats .stat {
		font-size: 18px;
	}

	section.customer-services .stats .stat figure {
		font-size: 50px;
		line-height: 1em;
	}
}

article.location {
	padding: 1em 0;
	border-bottom: 1px solid #333F48;
}

article.location h3 {
	font-weight: 600;
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

article.location .telephone {
	color: #658D18;
}

@media (min-width: 960px) {
	article.location {
		width: 31%;
		float: left;
		border-bottom: none;
		padding: 1em 0 3em;
		margin: 0 1.16%;
	}

	article.location h3 {
		font-size: 20px;
	}

	article.location .telephone {
		font-size: 18px;
	}
}

@media (min-width: 1280px) {
	article.location {
		width: 31%;
		float: left;
		border-bottom: none;
		padding: 1em 0 3em;
		margin: 0 1.16%;
	}

	article.location h3 {
		font-size: 1em;
	}

	article.location .telephone {
		font-size: 1em;
	}
}

article.facility {
	background: white;
	margin: 1em 0;
	text-align: left;
	clear: both;
}

article.facility .facility-text {
	padding: 1em;
}

article.facility .facility-name {
	margin: 0 0 1em 0;
	font-size: 24px;
	color: #9a9a9a;
}

article.facility .facility-name strong {
	color: #4a4a4a;
}

article.facility .facility-address {
	margin: 0 0 1em 0;
	color: #9b9b9b;
	line-height: 1.5em;
}

article.facility .facility-telephone,
article.facility .facility-fax {
	display: block;
	color: #9b9b9b;
	line-height: 1.5em;
}

article.facility .facility-telephone:before { content: "Tel: "; }
article.facility .facility-fax:before { content: "Fax: "; }

article.facility .facility-map {
	padding: 100% 0 0 0;
	background: #d9d9d9;
	position: relative;
}

article.facility .facility-map .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.facilities {
		overflow: hidden;
	}

	article.facility {
		position: relative;
	}

	article.facility .facility-text {
		width: 300px;
	}

	article.facility .facility-map {
		position: absolute;
		top: 0;
		right: 0;
		left: 300px;
		bottom: 0;
		padding: 0;
	}
}

@media (min-width: 960px) {
	article.facility .facility-text {
		width: 450px;
		min-height: 20em;
	}

	article.facility .facility-map {
		left: 450px;
	}
}

ul.reasons {
	list-style: none;
	display: block;
	padding: 2em 0;
	margin: 0;
	font-size: 14px;
}

ul.reasons li {
	list-style: none;
	display: block;
	padding: 0 0 0 2em;
	margin: 1em 0;
	position: relative;
	font-weight: 600;
	cursor: pointer;
}

ul.reasons li:before {
	content: "\e904";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "meggitt-icons";
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	-webkit-transition: transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	color: #C4D600;
}

ul.reasons li.open:before {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

ul.reasons li ul {
	list-style: none;
	display: block;
	padding: 0.5em 0;
	margin: 0;
	cursor: default;
}

ul.reasons li ul li {
	list-style: none;
	display: block;
	padding: 0.5em 0;
	margin: 0;
	font-weight: 400;
	cursor: default;
}

ul.reasons li ul li:before {
	display: none;
}

@media (min-width: 768px) {
	ul.reasons {
		font-size: 16px;
	}
}

@media (min-width: 960px) {
	ul.reasons {
		font-size: 18px;
	}
}

footer {
	background: #333F48;
	color: white;
	padding: 1em;
}

footer .container {
	max-width: none;
}

footer.links .container {
	border-bottom: 2px solid #9a9a9a;
	padding-bottom: 1em;
}

footer.links ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

footer.links ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

footer.links ul li a {
	text-decoration: none;
	color: white;
	font-weight: 600;
	font-size: 1.1em;
}

footer.links ul li ul {
	margin: 0 0 2em 0;
}

footer.links ul li ul li a {
	text-transform: none;
	color: white;
	font-weight: 400;
	font-size: 1em;
}

/*
footer.links ul li ul li a:before {
	content: ">";
	display: inline-block;
	margin: 0 0.25em 0 0;
}
*/

footer.links ul li ul li.current-menu-item a {
	color: #c4d600;
}

footer.links ul li ul li.current-menu-item a:before {
	color: #c4d600;
}

footer.main .logo {
	display: block;
	margin: 0 0 1em;
	width: 140px;
}

footer.main .logo img {
	display: block;
	width: 100%;
}

footer.main .secondary-logo {
	display: block;
	margin: 2em 0;
	max-width: 416px;
}

footer.main .secondary-logo img {
	display: block;
	width: 100%;
}

footer.main .links ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 12px;
	text-align: left;
}

footer.main .links ul li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

footer.main .links ul li:after {
	content: "|";
	display: inline-block;
	padding: 0 0.4em 0 0.8em;
}

footer.main .links ul li:last-of-type:after {
	display: none;
}

footer.main .links ul li a {
	color: white;
	text-decoration: none;
}

footer.main .address {
	text-align: left;
	color: #c4c4c4;
	font-size: 12px;
	max-width: 220px;
	margin: 0;
}

footer h4 {
	font-size: 1.6em;
	font-weight: 400;
	margin: 0.5em 0 1em 0;
}

footer .part {
	line-height: 1.3em;
}

footer .part a {
	color: white;
	font-weight: 600;
	text-decoration: none;
}

@media (min-width: 768px) {
	footer {
		padding: 2em;
	}

	footer.links {
		padding-bottom: 0;
	}

	footer .container {
		overflow: hidden;
	}

	footer.links .container {
		padding-bottom: 2em;
	}

	footer.links ul.menu li {
		text-align: left;
	}

	footer.links ul.menu > li {
		display: inline-block;
		vertical-align: top;
		width: 220px;
	}

	footer.main .logo {
		float: left;
	}

	footer.main .secondary-logo {
		float: right;
		margin: 0;
	}

	footer.main .links {
		clear: both;
		padding: 2em 0 0 0;
	}

	footer.main .links ul {
		font-size: 14px;
	}

	footer.main .address {
		max-width: none;
	}
}

@media (min-width: 960px) {
	footer.links {
		font-size: 18px;
	}

	footer .links .part {
		font-size: 14px;
	}

	footer.links ul.menu > li {
		width: auto;
		margin: 0 100px;
	}

	footer.links ul.menu > li:first-of-type {
		margin-left: 0;
	}

	footer.links ul.menu > li:last-of-type {
		margin-right: 0;
	}

	footer.main .links {
		float: left;
	}

	footer.main .links ul {
		text-align: left;
	}

	footer.main .address {
		float: left;
		clear: both;
	}
}

@media (min-width: 1200px) {
	footer.links ul.menu > li {
		margin: 0 140px;
	}
}

select#location {
	font-size: 18px;
	padding: 1em 2em;
}

.selectBox-dropdown {
	display: block;
	text-align: left;
	background: #ECECEC;
	padding: 0.5em 1em;
	font-size: 14px;
	position: relative;
	color: #333F48!important;
	cursor: pointer;
	white-space: nowrap;
	margin: 1em 0;
	width: 100%!important;
}

.selectBox-dropdown:after {
	content: "\e904";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.6em;
	color: #C4D600;
	font-family: "meggitt-icons";
	font-weight: normal;
}

.selectBox-dropdown.selectBox-menuShowing-top:after {
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.selectBox-dropdown.selectBox-menuShowing-bottom:after {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.selectBox-dropdown-menu {
	display: block;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #999FA3;
	padding: 0;
	margin: -1px 0;
	font-size: 14px;
	cursor: pointer;
	overflow: auto;
	max-height: 25em;
	z-index: 100000;
}

.selectBox-dropdown-menu.selectBox-options-top {
	margin: 1px 0;
}

.selectBox-dropdown-menu li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.selectBox-dropdown-menu li a {
	font-size: 12px;
	display: block;
	padding: 0.5em 1em;
	white-space: nowrap;
	color: white;
	text-decoration: none;
}

@media (min-width: 600px) {
	.selectBox-dropdown-menu li a {
		font-size: 16px;
	}
}

.selectBox-dropdown-menu li.selectBox-hover a {
	color: #C4D600;
}

.parts-list {
	margin: 0 0 2em 0;
}

section.page-content .parts-list h3 {
	font-weight: 600;
}

@media (min-width: 768px) {
	.selectBox-dropdown,
	.selectBox-dropdown-menu {
		font-size: 16px;
	}

	.parts-list {
		float: left;
		width: 45%;
		margin: 0 2.5% 3em;
		font-size: 14px;
	}

	.parts-list:nth-of-type(2n-1){
		clear: left;
	}
}

@media (min-width: 960px) {
	.selectBox-dropdown,
	.selectBox-dropdown-menu {
		font-size: 18px;
	}

	.parts-list {
		font-size: 18px;
	}
}

ul.parts {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
}

ul.parts li {
	list-style: none;
	display: block;
	overflow: hidden;
}

ul.parts li ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 0.25rem 0;
}

ul.parts li span {
	display: block;
	padding: 0.5rem 0 0.5rem 2rem;
}

ul.parts li.open span {
	background: #e5e5e5;
}

ul.parts > li > span {
	font-weight: 600;
	position: relative;
	cursor: pointer;
}

ul.parts > li.open > span {
	color: #658D18;
}

ul.parts > li > span:before {
	content: "\e904";
	display: block;
	font-family: "meggitt-icons";
	font-weight: normal;
	position: absolute;
	top: 0.25rem;
	left: 0.5rem;
	-webkit-transition: transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	color: #658D18;
}

ul.parts > li.open > span:before {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

ul.parts > li > ul {
	margin-top: 0.25rem;
}

ul.parts > li > ul > li span {
	margin: 0 0 0.25rem 0;
}

@media (max-width: 767px) {
	ul.parts > li > ul > li > ul > li span {
		padding: 0 0 0.5rem 3rem;
	}
}

@media (min-width: 768px) {
	ul.parts li span {
		margin: 0 0 0.25rem 0;
	}

	ul.parts > li > ul {
		margin: 0;
	}
}

ul.contacts {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

ul.contacts li {
	background: #F2F2F2;
	padding: 0.5em 1em;
	font-size: 12px;
	margin: 0 0 1em 0;
}

ul.contacts li strong {
	display: block;
	color: #658D18;
	font-weight: 600;
	margin: 0 1em 0 0;
	font-size: 20px;
	padding: 0.25em 0;
	vertical-align: middle;
}

ul.contacts li em {
	font-style: normal;
	display: none;
}

ul.contacts li ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 1em -1em;
	border-top: 2px solid white;
}

ul.contacts li ul li {
	padding: 1em;
	font-weight: 600;
	border-bottom: 2px solid white;
	margin: 0;
}

ul.contacts li ul li:last-of-type {
	border-bottom: none;
}

ul.contacts li ul li ul {
	border-top: none;
	margin: 1em 0;
}

ul.contacts li ul li ul li {
	padding: 0;
	font-weight: 400;
	border-bottom: none;
	margin: 0;
}

ul.contacts a {
	color: inherit;
	text-decoration: underline;
	font-size: 0.9em;
}

@media (min-width: 768px) {
	ul.contacts li {
		font-size: 14px;
	}

	ul.contacts li strong {
		display: inline-block;
	}

	ul.contacts li ul {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	ul.contacts li ul li {
		display: table-cell;
		vertical-align: top;
		border-bottom: none;
		padding-bottom: 0;
	}

	ul.contacts li ul li ul {
		display: block;
	}

	ul.contacts li ul li ul li {
		display: block;
	}
}

@media (min-width: 960px) {
	ul.contacts li {
		font-size: 18px;
	}

	ul.contacts li ul li {
		font-size: 18px;
	}

	ul.contacts li em {
		display: inline;
	}
}

section.bottom-block {
	padding: 2em 2em 100% 2em;
	position: relative;
}

section.bottom-block.two-images {
	padding: 37.5% 0 0 0;
}

section.bottom-block .container {
	max-width: none;
}

section.bottom-block .text {
	padding: 0 0 2em 0;
}

section.bottom-block .image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 100% 0 0 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

section.bottom-block.two-images .image {
	width: 50%;
	padding: 37.5% 0 0 0;
}

section.bottom-block.two-images .image {
	right: 0;
	left: auto;
}

section.bottom-block.two-images .image.additional {
	left: 0;
	right: auto;
}

section.bottom-block .image img {
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

section.bottom-block h2 {
	font-weight: 500;
	line-height: 1.5em;
}

@media (min-width: 768px) {
	section.bottom-block {
		padding: 0;
		overflow: hidden;
	}

	section.bottom-block .container {
		padding: 0;
	}

	section.bottom-block .image {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		float: right;
		width: 50%;
		padding: 50% 0 0 0;
	}

	section.bottom-block .text {
		padding: 2em;
		margin-right: 50%;
		font-size: 16px;
	}

	section.bottom-block.image-left .image {
		float: left;
	}

	section.bottom-block.image-left .text {
		margin-right: 0;
		margin-left: 50%;
	}

	section.bottom-block.two-images .image {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	section.bottom-block.two-images .image.additional {
		left: 0;
		right: auto;
	}
}

@media (min-width: 960px) {
	section.bottom-block .text {
		font-size: 20px;
	}
}

@media (min-width: 1280px) {
	section.bottom-block .image {
		padding: 32% 0 0 0;
	}
}

@media (min-width: 1800px) {
	section.bottom-block .text {
		padding: 4em;
		font-size: 24px;
	}
}

article.full-news {
	border-bottom: 1px solid #9b9b9b;
}

article.full-news .post-date {
	margin: 2em 0;
	font-size: 0.9em;
}

article.full-news h1 {
	color: #4a4a4a;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
}

aside {
	border-bottom: 1px solid #9b9b9b;
}

aside h4 {
	color: #658D18;
	font-weight: 600;
	font-size: 20px;
}

aside p strong {
	font-weight: 600;
}

.footnote h4 {
	font-weight: 600;
	margin: 2em 0 0;
}

@media (min-width: 768px) {
	article.full-news {
		font-size: 16px;
	}

	article.full-news h1 {
		font-size: 28px;
	}

	.footnote {
		font-size: 20px;
	}
}

@media (min-width: 960px) {
	article.full-news {
		margin-right: 320px;
		border-bottom: none;
		font-size: 18px;
	}

	aside {
		position: absolute;
		top: 0;
		right: 0;
		width: 260px;
		border-bottom: none;
	}

	.footnote {
		border-top: 1px solid #9b9b9b;
	}
}

.events-content {
	background: #D9D9D6;
	padding: 2em;
}

.events-content .btn.book {
	display: none;
}

article.event {
	font-size: 14px;
	border-bottom: 1px solid white;
	padding: 1em 0;
}

article.event h4 {
	font-weight: 600;
	font-size: 1em;
	margin: 0;
}

article.event a {
	color: inherit;
	text-decoration: none;
	font-size: 18px;
}

@media (min-width: 768px) {
	.events-content .container {
		overflow: hidden;
		position: relative;
	}

	.events-content .btn.book {
		display: block;
		position: absolute;
		top: 0;
		right: 2em;
	}

	article.event {
		width: 30%;
		margin-right: 20%;
		float: left;
		padding: 2em 0 1em;
		clear: none;
		height: 10em;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	article.event:nth-child(2n-1){
		clear: left;
	}
}

@media (min-width: 960px) {
	article.event {
		margin-right: 3%;
		font-size: 18px;
	}

	article.event:nth-child(3n){
		clear: left;
	}
}

section.page-content .team-intro {
	background: #F2F2F2;
	padding: 1em 2em;
	font-size: 18px;
}

section.page-content .team-intro h1 {
	margin: 0 0 1rem -1rem;
}

section.page-content .team-intro ul {
	list-style: none;
	display: block;
	padding: 1em 0 0 0;
	margin: 0;
}

section.page-content .team-intro ul li {
	list-style: none;
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.3em;
}

section.page-content .team-intro ul li a {
	color: inherit;
	font-weight: 600;
	display: block;
}

section.page-content .team-intro ul li a em {
	display: block;
	font-style: normal;
	font-weight: 400;
}

@media (min-width: 960px) {
	.page-id-11 section.page-content .container {
		overflow: hidden;
	}

	.page-id-11 section.page-content .text {
		float: left;
		width: 60%;
	}

	section.page-content .team-intro {
		float: right;
		width: 40%;
	}
}

section.team {
	padding: 2em;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}

article.team-member {
	border-bottom: 1px solid #9b9b9b;
	margin: 0 0 2em 0;
	overflow: hidden;
}

article.team-member .image {
	margin: 0 0 1em 0;
}

article.team-member .image img {
	width: 100%;
	height: auto;
}

article.team-member h2 {
	font-weight: 600;
	color: #658D18;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

article.team-member .role {
	color: #658D18;
	margin: 0 0 1em 0;
	line-height: 1.5em;
	font-size: 1.1em;
}

article.team-member h4 {
	font-weight: 500;
	font-size: 1em;
	line-height: 1.5em;
	color: #333F48;
	font-size: 1.1em;
}

@media (min-width: 768px) {
	article.team-member .image {
		float: right;
		width: 45%;
		margin: 0 0 1em 1em;
	}

	article.team-member .text {
		margin-right: 50%;
	}
}

@media (min-width: 960px) {
	article.team-member {
		padding: 2em 0;
		font-size: 18px;
	}

	article.team-member .text {
		margin-right: 45%;
		padding: 0 2em 2em 0;
	}
}

@media (min-width: 1280px) {
	.page-id-17 section.page-content .container {
		position: relative;
	}

	section.page-content .aog {
		position: absolute;
		top: 1.2rem;
		right: 0;
		width: 320px;
		bottom: 2rem;
	}

	section.page-content .aog p {
		margin: 1em 0 3em;
	}
}

ol.terms {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	counter-reset: terms-list;
}

ol.terms li {
	list-style: none;
	display: block;
	padding: 0 0 0 2em;
	margin: 1em 0;
	position: relative;
	counter-increment: terms-list;
	color: #658D18;
}

ol.terms li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: counter(terms-list) ".";
}

ol.terms li ol {
	counter-reset: terms-list-2;
}

ol.terms li ol li {
	counter-increment: terms-list-2;
	font-weight: 400;
	color: #4d4d4d;
}

ol.terms li ol li:before {
	content: counter(terms-list) "." counter(terms-list-2);
}

ol.terms li ol li ol {
	counter-reset: terms-list-3;
}

ol.terms li ol li ol li {
	counter-increment: terms-list-3;
}

ol.terms li ol li ol li:before {
	content: "(" counter(terms-list-3, lower-alpha) ")";
}

/*.show-cookie-bar .cookie-bar {
	display: block;
}

.cookie-bar {
	display: none;
	background: #202020;
	text-align: center;
	color: white;
	padding: 1em;
	line-height: 2em;
}

.cookie-bar a.btn {
	display: inline-block;
	padding: 0.5em 0.75em;
	line-height: 1em;
	background: #658D18;
	color: white;
	border-radius: 0.2em;
	text-decoration: none;
}

@media (min-width: 960px) {
	.show-cookie-bar .site-wrapper {
		padding-top: 4em;
	}

	.show-cookie-bar header {
		margin-top: 4em;
	}

	.show-cookie-bar nav.main ul.highlighted {
		margin-top: 3.5em;
	}

	.cookie-bar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 150;
		padding: 1em 0;
	}

	.cookie-bar br {
		display: none;
	}

	.cookie-bar a.btn {
		margin: 0 0 0 1em;
	}
}

@media (min-width: 1180px) {
	.show-cookie-bar nav.main {
		margin-top: 56px;
	}

	.show-cookie-bar nav.main ul.highlighted {
		margin-top: 0;
	}

	.show-cookie-bar nav.main ul.secondary {
		margin-top: 56px;
	}
}
*/

/* ==========================================================================
$	AEROSPACE DOWNLOAD SECTION
========================================================================== */

.aerospace_download_section {
	background-color: #F2F2F2;	
}

section.page-content .aerospace_download_section h3 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 1em;
}

section.page-content .aerospace_download_section h4 {
	color:#658D18;	
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 1em;
	vertical-align: middle;
	padding-bottom: 0;
}

@media (min-width: 600px) {
	.aerospace_download_section {
		margin-top: 1em;
	}

	section.page-content .aerospace_download_section h4 {
		padding-bottom: 1em;
	}
}

.filter_holder {
	padding: 1em;
	border-top: 2px solid white;
}


.filter_holder .actions {
	margin-bottom: 1em;
	padding-top: .5em;
}

section.page-content .filter_holder p {
	font-size: 16px;
	margin-top: 0;

	@media (min-width: 600px) {
		font-size: 18px;
	}

}

.aerospace_download_section form {	
	max-width: 540px;
	padding-top: 1em;
}

.aerospace_download_section .fields {

}

.aerospace_download_section .field {
	margin-bottom: 1em;
}



.aerospace_download_section .selectBox-dropdown {
	background-color: #ffffff;
	font-size: 12px;
	overflow: hidden;
}

@media (min-width: 600px) {
	.aerospace_download_section .selectBox-dropdown {
		font-size: 16px;
	}
}

.field.additional {
	display: none;
}

.field.additional.active {
	display: block;
}

/* ==========================================================================
$	ACCOUNT SECTIONS
========================================================================== */

.login_register {

}

.register_holder {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #9b9b9b;
}

.register_form_holder {
	margin: 0 auto;
	max-width: 750px;
	margin-bottom: 2em;
}

.login_holder {
	margin-bottom: 2em;
}

.forgotten-pw {
	font-size: 16px;
}

@media (min-width: 600px) {
	.register_holder {
		border-bottom: none;
		border-right: 1px solid #9b9b9b;
		display: inline-block;
		margin-bottom: 0;
		padding-right: 2em;
		vertical-align: top;
		width: 50%;
	}

	.login_holder {
		display: inline-block;
		margin-bottom: 0;
		padding-left: 2em;
		vertical-align: top;
		width: 50%;
	}

	.loggedin .login_holder {
		padding-left: 0;
	}

	.login_register {
		margin-bottom: 2em;
	}

	.login_register .actions {
		margin-top: 2em;
	}
}

/* ==========================================================================
$	FORM STYLES
========================================================================== */

.form input[type='text'], .form textarea, .form.contact-us-form select {	
	background-color: #F2F2F2;
	border: none;
	padding: 1em 1em 1em 1.5em;
	width: 100%;
}

.form input[type='password'], .form textarea, .form.contact-us-form select {	
	background-color: #F2F2F2;
	border: none;
	padding: 1em 1em 1em 1.5em;
	width: 100%;
}

.form input[type='email'], .form textarea, .form.contact-us-form select {	
	background-color: #F2F2F2;
	border: none;
	padding: 1em 1em 1em 1.5em;
	width: 100%;
}

.form input.error, .form.contact-us-form select.error,  .form.contact-us-form textarea.error, .form.contact-us-form .g-recaptcha.error {
	border: 1px solid #658D18;	
}

.form .g-recaptcha.error {
	width: 304px;
}

.form .fields {
	display: block;
	width: 100%;
}

.form .field {
	zoom: 1;
	margin-bottom: 0.5em;
	position: relative;
	list-style: none;
	width: 100%;
}

.form .fields.split .field {
	display: block;
}

.fields.split .field:first-child {
    margin-left: 0;
}

.form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.form select {
	padding: 0.5em;
	width: 100%;
}

.message.error {
	color:#658D18;
}

.form .actions {
	margin-bottom: 1em;
	margin-top: 1em;
}

span.required {
	color:#658D18;
}


@media (min-width: 600px) {
	.form .fields.split .field {
		display: inline-block;
		margin-left: 0;
		margin-bottom: 22px;
		padding-left: 1em;
		width: 50%;		
		vertical-align: top;
	}	

	.form .fields.split .field:first-child {
	    margin-left: 0;
	    padding-left: 0;
	    padding-right: 1em;
	}
}

.form.contact-us-form select {
	height: 60px;
}

/** NEW DOCUMENTS DOWNLOADS STUFF FEB 2018 **/

h1.docs {
	margin-top: 2em !important;
	margin-bottom: 1em !important;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 1em;
	color: #658D18;
}

.sf {
	width: 100%;
	background: #ECECEE;
	padding: 1em;
	font-size: 16px;
	margin-bottom: 2em;
}

.sf label {
	width: 100% !important;
}

.sf input {
	height: 32px;
	width: 100% !important;
}

.sf select {
	height: 32px;
	width: 100% !important;
}

.sf ul {
	margin: 0;
	padding: 0;
}

.sf h4 {
	font-size: 20px !important;
	margin: 0 0 4px 0 !important;
	padding: 0 !important;
}

.sfr {
	width: 100%;
}

.sfr .bold {
	font-weight:600;
}

.sfr hr.top {
	margin: 1em 0;
	border-top: 1px dotted #666666;
}

.sfr hr {
	margin: 1.5em 0;
	border-top: 1px dotted #cccccc;
}

.sfr .page_count {
	font-size:14px;
}

.sfr h2 {
	font-size:32px !important;
}

.sfr p {
	font-size: 16px !important;
	line-height: 1.2em;
}

@media (min-width: 600px) {
	.sf {
		width: 30%;
		float:right;
	}
	
	.sfr {
		width: 65%;
		margin-right: 5%;
		float:left;
	}
}


/** FROM EMPEROR STYLE GUIDE **/

h1 {
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-size: 35px;
	line-height:1.2;
}

h2 {
	font-family:"Avenir LT W01_65 Medium1475532";
	font-size: 20px;
	line-height:1.2;	
}

h3 {
	font-family:"Avenir LT W01_95 Black1475556";
	font-size: 18px;
	line-height:1.2;	
}

h4 {
	font-family:"Avenir LT W01_65 Medium1475532";
	font-size: 16px;
	line-height:1.2;	
}

h5 {
	font-family:"Avenir LT W01_95 Black1475556";
	font-size: 12px;
	line-height:1.2;	
	color: #999FA3;
	text-transform: uppercase;
}
