@charset "utf-8";
body {
	margin:0px;
	font-family: 'Roboto', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background:#484848;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:1px solid transparent;
}
a:active, a:focus {
	outline: 1px solid #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.e3pagetemplate {
	color:#000000;
	font-size:16px;
}
.e3pagetemplate a {
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
	color:#475E3F;
	margin:0;
}
a.e3-button {
	background: #475E3F;
	border: 0;
	border-radius: 0;
	color: #fff;
	transition: .5s all;
}
a.e3-button:hover {
	background: #5F8B4F;
	color: #ffffff;
	transition: .5s all;
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.EditMode header, .DesignMode header {
    position: relative;
}
.fa > span {
	display:none;
}
header {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 75px;
    transition: top 0.3s ease 0s;
    width: 100%;
    z-index: 200;
	position: fixed;
}
header .mobile-nav-btn {
    float: left;
    height: 30px;
    margin: 15px 0 0;
    width: 10%;
	position: relative;
    z-index: 5;
}
header #menu-button {
    color: #000;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    font-size: 30px;
}
header nav {
    background: #fff none repeat scroll 0 0;
	color: #000000;
	box-shadow: 2px 1px 5px rgba(0,0,0,0.33);
}
.mobile-nav-btn {
    float: left;
}
#main-menu {
    box-shadow: none;
}
#main-menu li, #main-menu a {
    border-radius: 0;
    font-weight: normal;
	border:none;
}
#main-menu > li > a {
    background: #fff none repeat scroll 0 0;
    color: #000000;
    text-shadow: none;
}
#main-menu a.current {
	background: transparent;
	color: #475E3F;
}
#main-menu ul a.current {
	background: #E9E9E9;
	color: #475E3F;
}
#main-menu ul a {
	background: #E9E9E9 none repeat scroll 0 0;
    color: #000;
	font-size: 14px;
}
#main-menu > li > ul > li a {
    color: #000000;
	background: #E9E9E9 none repeat scroll 0 0;
}
#main-menu > li > ul > li > ul > li a {
    color: #000000;
	background: #E9E9E9 none repeat scroll 0 0;
}
#main-menu .sub-arrow {
    background: #475E3F none repeat scroll 0 0;
    color: #fff;
	border-radius: 0;
    width: 42px;
}
header .MyProfile_Member {
    background: transparent;
    border: medium none;
    float: right;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 10%;
}
.MyProfile_Svg {
	color: #000;
	float: right !important;
	margin: 15px 0 0 10px !important;
	width: 30px !important;
	height: 30px !important;
}
.MyProfile_Svg svg {
	fill: currentcolor;
}
header .MyProfile_Member .click_transparent {
	width: 100%;
}
header .MyProfile_Member .MyProfile_Name {
    display: none;
}
header .MyProfile_Member .arrow-down {
    display: none;
}
header .MyProfile_Member .fullView {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 75px;
    width: 190px;
}
header .MyProfile_Member .MyProfile_FullMain {
    border: medium none;
    padding: 0;
    width: 100%;
}
header .MyProfile_Member .fullView a {
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
header .MyProfile_Member .fullView a:hover {
    color: #dfdfdf;
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #000;
}
.cmsdesklink {
    display: none;
}
header .logo {
    float: left;
    height: 60px;
    left: 50%;
    margin: 5px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
	display:block;
}
header .logo img {
    max-height: 100%;
	max-width: 100%;
}
.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
	margin: 75px 0 0;
}
.hero-text {
	position: absolute;
    height: 100%;
    padding: 0;
    top: 0;
    color: #fff;
    width: 100%;
	
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.68)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}
.hero-text .container {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.hero-text h1, .hero-text h4{
    color: #fff;
}
.hero-text h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
}
.hero-inner-text {
    text-align: center;
}
.page-content {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}
.page-content .colour-bg {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.page-content .container {
    padding: 0;
}
.content-section {
	color: #fff;
	transition: 0.5s ease all;
	box-shadow: 0 -65vh 30vh -30vh rgba(0,0,0,0.75) inset;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	min-height: 400px;
	line-height: 2;
	font-size: 16px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.89);
	position: relative;
}
.content-section h3 {
	color: #fff;
	line-height: 2;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.89);
}
.content-section .container {
	width: 95%;
}
.content-section .left-details {
}

.learn-more {
	float: left;
    width: 100%;
    text-shadow: none;
}
.learn-more .fa {
    padding: 0 0 0 14px;
}
.learn-more .e3-button {
    padding: 8px 50px;
}
.description-text2 {
	background: url('/SiteDesign/Images/description2-bg.aspx') center / cover;
}
.description-text3 {
	background: url('/SiteDesign/Images/description3-bg.aspx') center / cover;
}
.description-text4 {
	background: url('/SiteDesign/Images/description4-bg.aspx') center / cover;
}
footer {
	float:left;
	width: 100%;
	position: relative;
}
.footer-top {
	clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
	background: #484848;
	color: #fff;
	padding: 36px 5px;
	font-size: 16px;
}
.footer-top a {
	color: #fff;
	text-decoration:none;
}
.footer-top .container {
	padding: 0;
}
.footer-info {
	float: left;
	width: 100%;
	color: #fff;
}
.ft-logo {
	padding: 18px 15px;
}
.ft-logo img {
    max-width: 100%;
}
.ft-addy, .ft-contact, .ft-social {
	padding: 18px 15px;
	text-align: left;
}
.ft-addy .fa, .ft-contact .fa {
	float: left;
	padding: 0 20px 0 0;
	font-size: 24px;
}
.ft-addy span, .ft-contact span {
	float: left;
	width: calc(100% - 62px);
}
.ft-phone, .ft-email {
	padding: 0;
}
.ft-social .fa {
    padding: 0 10px 0 0;
	font-size: 24px;
}
.footer-bot {
    float: left;
    width: 100%;
    position: relative;
    background: #363636;
    color: #95989A;
    font-size: 12px;
    padding: 16px 15px 26px;
}
.footer-bot a {
    color: #95989A;
    text-decoration: none;
}
.ft-copyright, .poweredby {
    float: left;
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
	header {
		position: relative;
		height: auto;
		transition: 0.3s ease;
	}
	header.fixed {
		position: fixed;
	}
	.EditMode header.fixed {
		position: relative;
	}
	header.fixed .MyProfile_Member {
		margin: 0;
	}
	header.fixed .MyProfile_Member .MyProfile_Name {
		font-size: 16px;
	}
	.cmsdesklink {
		display: block;
		float: right;
	}
	/*my profile */
	header .MyProfile_Member {
	    background: transparent none repeat scroll 0 0;
	    color: #000000;
	    float: right;
	    height: auto;
		margin: 15px 0;
    	padding: 10px 18px;
	    position: relative;
	    width: auto;
	    z-index: 5;
	}
	header .MyProfile_Member .MyProfile_SignedOut {
		height: auto;
	}
	header .MyProfile_SignedIn {
		height: auto;
	}
	.MyProfile_Svg {
		color: #000000;
		float: left !important;
		margin: 5px 10px 0 0!important;
		width: 20px !important;
		height: 20px !important;
		display: none;
	}
	.MyProfile_Svg svg {
		fill: currentcolor;
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #000000;
		display: inline-block;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		height: auto;
		line-height: 1.5;
		text-shadow: none;
		width: auto;
	}
	header .MyProfile_Member .arrow-down {
		border-top-color: #000000;
		display: inline-block;
		margin: 8px 5px  0 8px;
	}
	header .MyProfile_Member .fullView {
		background: rgba(0,0,0,0.8) none repeat scroll 0 0;
		left:auto;
		right: 0;
		top: 38px;
	}
	header.fixed .MyProfile_Member .fullView {
		top: 44px;
	}
	header .MyProfile_Member .MyProfile_FullMain {
	}
	header .MyProfile_Member .fullView a {
		color: #fff;
	}
	header .MyProfile_Member .fullView a:hover {
		color: #D4D4D4;
	}
	header .MyProfile_Member .fullView a div {
	}
	header .logo {
    	height: 96px;
    	margin: 10px auto;
	}
	header .logo img {
		transform: scale(1);
		transition: 0.3s ease;
	}
	header.fixed .logo {
		height: 72px;
		margin: 0 auto;
	}
	header.fixed .logo img {
		transform: scale(0.8);
		transform-origin: center;
	}
	.banner {
		margin: 0;
	}
	.description-text1 {
		color: #fff;
		transition: 0.5s ease all;
		/*box-shadow: 0 -98vh 15vw -15vw rgba(0,0,0,0.2) inset;*/
		background: rgba(0,0,0,0.3);
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.description-text1 .container {
	}
	.description-text1 a {
		color: #fff;
	}
	.description-text1 h1, .description-text1 h2, .description-text1 h3, .description-text1 h4 {
		color: #fff;
		text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.89);
		width: 100%;
	}
	.page-content {
	}
	.page-content > .container {
		width: 100%;
	}
	.page-content .colour-bg .left-text {
		transition: 0.3s cubic-bezier(0.42, 0, 0.27, 0.99) all;
		opacity: 1;
	}
	.page-content .left-text {
		transition: 0.3s cubic-bezier(0.42, 0, 0.27, 0.99) all;
		opacity: 0;
		padding: 0 15px 30px;
	}
	.content-section {
		/*-webkit-filter: grayscale(100%);
		filter: grayscale(100%);*/
		/*box-shadow: 85vw 0 30vw -25vw rgba(0,0,0,0.3) inset;*/
		box-shadow: none;
		min-height: 560px;
		max-height: 795px;
		height: 100vh; 
		text-align: left;
		font-size: 20px;
	}
	.content-section:before {
		content: "";
		background: rgba(0,0,0,0.61);
		background: -moz-linear-gradient(left, rgba(0,0,0,0.61) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.61)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.61) 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(left, rgba(0,0,0,0.61) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(left, rgba(0,0,0,0.61) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.61) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=1 );
		top: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		pointer-events: none;
	}
	.content-section .container {
		width: 94%;
	}
	.content-section h2 {
		text-align: left;
		padding: 0;
	}
	.content-section .left-text .left-details {
		padding: 20px 0;
	}
	.learn-more {
		text-align: left;
	}
	.learn-more a.e3-button {
	}
	footer {
	}
	.footer-top {
		padding: 30px 0 22px;
	}
	.footer-info {
		width: 100%;
		transition: 0.5s ease all;
	}
	.ft-addy, .ft-contact, .ft-social {
		padding: 0 15px;
		text-align: left;
    }
    .ft-copyright, .poweredby {
        width: 50%;
    }
    .ft-copyright {
        text-align: left;
    }
    .poweredby {
        text-align: right;
    }
}
@media (min-width: 1025px) {
	header {
		position: fixed;
	}
	header > .container {
		width: 100%;
		padding: 0 34px;
	}
	header .logo {
		width: 162px;
		left: 70px;
		transform: translateX(0);
		z-index: 5;
	}
	header .logo img {
		float: left;
	}
	header.fixed .logo {
		width: auto;
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
		position: relative;
	}
	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: right;
		float: right;
		padding: 0;
		position: relative;
		text-align: right;
        width: calc(100% - 200px);
        max-width: 1500px;
	}
	#main-menu {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		display: table !important;
		white-space: nowrap;
		width: auto;
		float: right;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
        font-size: 16px;
        text-transform: uppercase;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #2a2a2a;
		padding: 18px 15px 20px;
		transition: 0.3s ease-in-out;
	}
	header.fixed #main-menu > li > a {
		padding: 0 15px 8px;
		transition: 0.3s ease-in-out;
	}
	#main-menu a.hover {
		color: #475E3F;
		background: transparent;
	}
	#main-menu a.current {
		color: #475E3F;
		background: transparent;
	}
	#main-menu > li > a:hover {
		color: #475E3F;
		background: transparent;
	}
	#main-menu ul {
		background: transparent;
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		left: auto !important;
		padding: 0;
	}
	#main-menu ul a.current {
		color: #475E3F;
		background: #E3E3E3;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #475E3F;
		background: #E3E3E3;
	}
	#main-menu ul ul > li {
		color: #2a2a2a;
	}
	#main-menu > li > ul > li a {
		background: #E3E3E3 none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li a {
		background: #E3E3E3 none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu ul ul > li a {
		color: #2a2a2a;
	}
	#main-menu > li > ul > li > ul {
		left: 0 !important;
		right: auto !important;
	}
	#main-menu > li > ul > li > ul > li > ul > li a {
		background: #E3E3E3 none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: #E3E3E3 none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu .sub-arrow {
		display: none;
	}
	header .MyProfile_Member {
		margin: 10px 0 0;
	}
	.banner {
		margin: 102px 0 0;
	}
	.hero-text h1 {
		font-size: 50px;
	}
	.description-text1 .container {
		text-align: center;
	}
	.description-text1 a.e3-button {
		min-width: 224px;
	}
	.content-section {
		align-items: center;
	}
	.content-section .container {
		width: 994px;
	}
	.left-text {
		padding-bottom: 0;
		font-size: 21px;
    }
    .left-text .learn-more {
        font-size: 18px;
    }
	.page-content .left-text {
		padding-bottom: 0 15px 44px;
	}
	.left-text h2 {
    	line-height: 1.3;	
	}
	.content-section .left-text h2 {
	    position: relative;
		left: -30px;
	    transition: 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) all;
	}
	.content-section.colour-bg .left-text h2 {
		left: 0;
	}
	.content-section .left-text .left-details {
		position: relative;
	    left: -30px;
	    transition: 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) all;
		transition-delay: 0.03s;
	}
	.content-section.colour-bg .left-text .left-details {
		left: 0;
	}
	.content-section .left-text .learn-more {
		position: relative;
	    opacity:0;
	    transition: 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) all;
		transition-delay: 0.06s;
	}
	.content-section.colour-bg .left-text .learn-more {
		opacity:1;
	}
	.content-section .left-text .anchor-down2, .content-section .left-text .anchor-down3, .content-section .left-text .anchor-down4, .content-section .left-text .anchor-down5, .content-section .left-text .anchor-down6, .content-section .left-text .anchor-down7 {
		position: relative;
	    opacity:0;
	    transition: 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) all;
		transition-delay: 0.06s;
	}
	.content-section.colour-bg .left-text .anchor-down2, .content-section.colour-bg .left-text .anchor-down3, .content-section.colour-bg .left-text .anchor-down4, .content-section.colour-bg .left-text .anchor-down5, .content-section.colour-bg .left-text .anchor-down6, .content-section.colour-bg .left-text .anchor-down7 {
		opacity:1;
	}
	.learn-more {
		padding: 10px 0 20px;
	}
}
@media (min-width: 1200px) {
	.description-text1 a.e3-button {
		min-width: 234px;
	}
	.content-section {
		/*box-shadow: 65vw 0 15vw -15vw rgba(0,0,0,0.3) inset;*/
	}
	.content-section .container {
		width: 1170px;
	}
}