@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400i,700|Open+Sans:400,400i,600,600i,700,700i');

body {
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background: #231f20;
}
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:#7ba940;
}
h1, h2, h3, h4, h5, h6 {
	/* color: #fff; */
	margin:0;
	font-family: 'Old Standard TT', serif;
}
.banner h4{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform:  uppercase;
	letter-spacing: .06em;
	margin: 0 0 10px;
	/* display: none; */
	font-family: "Open Sans", sans-serif;
}
a.e3-button {
	background: #7ba940;
	border: 1px solid #7ba940;
	border-radius: 0;
	color: #fff;
	transition: .5s all;
}
a.e3-button:hover, .learn-more a.e3-button:hover {
	background: #fff;
	color: #7ba940;
	transition: .5s all;
	border: 1px solid #7ba940;
}
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;
    border-bottom: none;
    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: #2A2A2A;
    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: #000;
    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;
    text-transform:uppercase;
    font-weight: normal;
	border:none;
}
#main-menu > li > a {
    background:none;
    color: #000;
    text-shadow: none;
    font-size: 16px;
}
#main-menu a.current {
	background: transparent;
	color: #000;
}
#main-menu ul a.current {
	background: #ebe9e7;
	color: #7ba940;
}
#main-menu ul a {
	background: #ebe9e7 none repeat scroll 0 0;
	color: #000;
	font-size: 16px;
}
#main-menu > li > ul > li a {
    color: #000;
	background: #ebe9e7 none repeat scroll 0 0;
}
#main-menu > li > ul > li > ul > li a {
    color: #000;
	background: #ebe9e7 none repeat scroll 0 0;
}
#main-menu .sub-arrow {
    background:  #7ba940 none repeat scroll 0 0;
    color: #fff !important;
	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: #2A2A2A;
}
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 #fff;
}
.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;
}
.headsocial{
	display:none;
}
header .logo img {
    max-height: 97%;
    max-width: 100%;
}
.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    overflow:  hidden;
    margin: 75px 0 0;
}
.camera_overlayer {
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.62) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to top, rgba(0,0,0,0.62) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00000000',GradientType=0 );
}

.page-content {
	float: left;
	width: 100%;
	background: #000;
	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 -100vh 0 0 rgba(0,0,0,0.3) inset;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 474px;
	/* padding: 38px 0; */
	text-align: left;
	font-size: 16px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.89);
	position: relative;
}
.content-section h2 {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	/* padding-bottom: 10px; */
}
.content-section .container {
	width: 95%;
}
.content-section .left-details {font-size: 16px;margin: 0 0 15px;}
.content-section .left-details span{
		font-size:21px
}
.content-section .left-details p{/* display:none; */}
.learn-more {
	float: left;
	padding: 10px 0;
	width: 100%;
	/* display: none; */
}
.learn-more .fa {
    padding: 0 0 0 14px;
}
.learn-more a.e3-button {
    font-size: 16px;
    padding: 12px 10px;
    min-width: 206px;
    background: #7ba940;
    text-shadow: none;
    font-weight:bold;
    letter-spacing:.02em;
    text-transform:uppercase;
}
.description-text1 {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 20px 0;
    transform: translateY(-50%);
    font-size: 19px;
    color: #2a2a2a;
    /* text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.89); */;
}
.description-text1 .e3-button {
    margin: 24px 0 0;
    font-size: 16px;
    padding: 12px 10px;
    min-width: 206px;
    /* display: none; */
    text-shadow: none;
}

.description-text1 h1 {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: .06em;
    color: #ffffff;
    text-transform:  uppercase;
    line-height: 1.2;
}
.description-text1 img {
    max-width: 57px;
}
.scrolll-down {
    display: none;
}
.description-text2 {
	background: url('/SiteDesign/Images/row1bg.aspx') center / cover;
}
.description-text3 {
	background: url('/SiteDesign/Images/row2bg.aspx') center / cover;
}
.description-text4 {
	background: url('/SiteDesign/Images/row3bg.aspx') center / cover;
}
footer {
	float:left;
	width: 100%;
	border-top: 3px solid #7ba940;
	background: #4f5046;
	position: relative;
	text-align: left;
}
.footer-top {
	clear: both;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
	color: #fff;
	line-height: 1.9;
	padding: 30px 0;
	font-size: 14px;
	text-align: left;
}
.footer-top .container {
    display:  flex;
    flex-flow: wrap;
}

.fwrap2 {
    order: 2;
    margin: 10px 0 0;
    width: 100%;
}
.fwrap2 .fa, .fwrap3 .fa {
	color: #fff;
	font-size: 20px;
	text-decoration:none;
	letter-spacing: 1px;
}
.footer-info {
	float: left;
	width: 100%;
	color:#fff;
}
.ft-logo, .ft-addy, .ft-contact, .ft-social {
	padding: 18px 15px;
}
.ft-logo img {
    max-width: 100%;
}
.ft-phone, .ft-fax, .ft-email {
	padding: 0;
}
.ft-social .fa {
    padding: 0 9px;
    font-size: 21px;
}
.footer-bot {

}
.footer-bot a {
	text-decoration: none;
}
.ft-copyright {
	float: left;
	width: 100%;
}
.ft-logo, .ft-social {
    text-align: center;
}
.fwrap4 .f-address-wrap {
    display: inline-flex;
    margin: 0 15px;
    justify-content: flex-end;
}

.fwrap4 {
    /* display:  flex; */
    width:  100%;
    margin: 20px 0;
    order: 3;
    justify-content: center;
}


i.fa.fa-map-marker {
    /* margin: 5px 5px 17px 0; */
    /* float: left; */
}
.poweredby {
	float: left;
	clear: both;
	width: 100%;
}
footer u {
    color: #fff;
    text-decoration: none;
}
.f-address-wrap {
    display: flex;
}
.fwrap1 {
    text-align: left;
    margin: 0 0 15px;
    order: 1;
}

.fwrap3 {
    margin: 0px 0;
    /* text-align: center; */
    order: 4;
}
footer .fa {
    margin: 4px 6px 0 0;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) {
	header {
		transition: 0.3s ease;
	}

	.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 {
	    float: right;
	    height: auto;
	    margin: 19px 0 0;
	    padding: 5px 18px;
	    position: relative;
	    width: auto;
	    color: #2a2a2a;
	    background: #7ba940;
	    height: 37px;
	    z-index: 5;
	}
	header .MyProfile_Member .MyProfile_SignedOut {
		height: auto;
	}
	header .MyProfile_SignedIn {
		height: auto;
	}
header .MyProfile_Member .MyProfile_SignedOut .MyProfile_Svg {
		display: none;
}
header .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
		color: #fff;
		text-transform: uppercase;
	}
	.MyProfile_Svg {
		/* color: #fff; */
		float: left !important;
		margin: 5px 10px 0 0!important;
		width: 20px !important;
		display: none;
		height: 20px !important;
	}
	.MyProfile_Svg svg {
		/* fill: #beae5b; */
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #fff;
		display: inline-block;
		font-size: 16px;
		height: auto;
		line-height: 1.5;
		text-shadow: none;
		letter-spacing: .06em;
		width: auto;
		text-transform: uppercase;
		margin: 2px 0 0;
		font-weight: bold;
	}
	header .MyProfile_Member .arrow-down {
		/* border-top-color: #fff; */
		display: inline-block;
		margin: 12px 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: 69px; */
    	margin: 12px auto;
    	width: auto;
 }
	header .logo img {
		transform: scale(1);
		transition: 0.3s ease;
	}

	header.fixed .logo img {
		/* transform: scale(0.8); */
	}
	.banner {
		margin: 0;
	}
	.banner h4{
	display: block;
	color: #fff;
	font-size: 18px;
}
	.description-text1 {
		/* color: #fff; */
		transition: 0.5s ease all;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 38px;
	}
	.description-text1 .container {
	}
	.description-text1 a {
		color: #fff;
	}
	.description-text1 .left-text {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	.description-text1 img {
		width: 13%;
	}
	.nav-btns {
		float: left;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.description-text1 a.e3-button {
	   	font-size: 18px;
	   	padding: 10px 25px;
	   	min-width: 124px;
	   	margin: 32px 0 0;
	   	letter-spacing: .05em;
	   	/* border: 0; */
	   	/* color: #fff; */
	   	font-weight: normal;
	   	/* color: rgba(1,73,97,1); */
	   	/* background: rgba(255,255,255,0.95); */
	}
	.anchor-down1 {
		text-align: center;
		bottom: 30px;
	}
	.anchor-down1 > .fa-angle-down {
		font-size: 27px;
	}
	.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: 538px;
		max-height: 650px;
		height: 100vh;
		text-align: left;
		justify-content: flex-start;
		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%;
		justify-content: flex-start;
	}
	.content-section h2 {
		text-align: left;
		font-size: 36px;
		padding: 0;
	}
	.content-section .left-text .left-details {
		padding: 0 0 18px;
		margin: 0;
		font-size: 18px;
	}
	.learn-more {
		text-align: left;
	}
	.learn-more a.e3-button {
	}
	.description-map {
		height: 485px;
	}
	.content-section .left-details p {
    display: inline-block;
    margin: 10px 0 0;
}

.content-section .left-details span {
    font-size: 32px;
}

	footer {
	}
	.footer-top {
		padding: 25px 0;
	}
	.footer-info {
		width: 100%;
		transition: 0.5s ease all;
	}
	.ft-logo {
		text-align: left;
	}

	.ft-addy .fa, .ft-contact .fa {
		float: left;
		padding: 0 20px 0 0;
		font-size: 21px;
	}
	.ft-addy span, .ft-contact span {
		float: left;
	}
	.ft-social {
		text-align: right;
	}
	.ft-social .fa {
		padding: 0 14px;
	}
	.ft-copyright {
		width: 50%;
		text-align: left;
	}
	.poweredby {
	float: left;
	clear: none;
	width: auto;
	}
	.description-text1 h1 {
    /* color: #fff; */
    font-size: 34px;
    margin: 0 0 20px;
}

}
@media (min-width: 1025px) {
	header.fixed .header-social {
    margin: 9px 0 0;
}
	header.fixed {
		position: fixed;
		height: 97px;
	}
	header {
	height: 117px;
	border-top: 7px solid #7ba940;
	position: relative;
	}
	header > .container {
		width: 100%;
		padding: 0px 40px;
		/* pointer-events: none; */
		position: relative;
	}
	header .logo {
		left: 0;
		transform: translateX(0);
		position: relative;
		/* z-index: 1; */
		margin: 0;
		box-sizing: border-box;
		padding: 7px 11px 0;
		text-align: center;
		height: 100%;
	}

	header .logo img {
		float: left;
		max-height: 100%;
		margin: 0;
	}
	header.fixed .logo {
		height: 80px;
		margin: 2px auto 0;
		min-height: auto;
		width: auto;
		background-position: center -59px;
		z-index: 1;
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
		/*position: absolute;
		margin: 50px 0 0 0; 
		left: 0;
		width: 100%;*/
		position: relative;
		float: left;
		clear: right;
		margin: 0px 0 0 20px;
		/* position:  absolute; */
		/* width: 100%; */
		left: 0;
	}


.header-social a {
    font-size: 20px;
    color: #790011;
}

	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;

		padding: 0;
		/* position: absolute; */
		text-align: center;
		width: auto;
		margin: 0 auto;
		/* margin: 0; */
	}
	header.fixed nav {
		margin: 0 auto;
	}
	#main-menu {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		display: table !important;
		white-space: nowrap;
		width: auto;
		margin: 0 auto;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
		font-size: 16px;
		letter-spacing: .06em;

	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #2a2a2a;
		padding: 12px 11px 22px;
		margin-bottom: 0;
		transition:all .2s ease;
		border-bottom:4px solid transparent;
	}
	header.fixed #main-menu > li > a {
		padding: 0px 15px 14px;
	}
	#main-menu a.hover {
	}
	#main-menu > li > a.current {
		color:#7ba940;
		border-bottom:4px solid #7ba940;
		transition:all .2s ease;

	}
	#main-menu > li > a:hover {
		color:#7ba940;
		transition:all .2s ease;
		border-bottom:4px solid #7ba940;

	}
	#main-menu ul {
		background: transparent;
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		left: auto !important;
		padding: 0;
	}
	#main-menu > ul {
	}
	#main-menu ul a.current {
		color: #fff;
		background: #7ba940;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #fff;
		background: #7ba940;
	}
	#main-menu ul ul > li {
		color: #2a2a2a;
	}
	#main-menu > li > ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li a {
		background: #fff 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: #fff none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu .sub-arrow {
		display: none;
	}
	.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,.3); */
    height: 100%;
    position: absolute;
    /* transform: translateY(0); */
}
	.description-text1 .container {
		/* height: 100%; */
		font-size: 32px;
		max-width: 960px;
		padding: 0;
		font-weight: 300;
		position:  absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.banner h4 span {
    width: 370px;
    display: inline-block;
}

.banner h4 span:after {
    display:block;
    width: 100%;
    height:2px;
    background:#fff;
    content:"";
    float:right;
    margin: 13px 0 0;
    max-width: 100px;
}
.banner h4 span:before {
    display:block;
    max-width: 100px;
    height:2px;
    background:#fff;
    content:"";
    width: 100%;
    margin: 13px 0 0;
    float:left;
}


	.scrolll-down {
    display:  block;
    position:  absolute;
    bottom:  0;
    left: 50%;
    transform: translateX(-50%);
    color:  #fff;
    font-size: 50px;
    cursor:  pointer;
}
header.fixed div#divMainMenu {
}
	.description-text1 .left-text {
		height: 100%;
	}
	.description-text1 a.e3-button {
	display: inline-block;
	font-family: roboto;
	/* font-weight: 300; */
	}
	.content-section {
	}
	.content-section .container {
		width: 994px;
	}
	.left-text {
		padding-bottom: 0;
		font-size: 21px;
	}
	.page-content .left-text {
		/* padding: 0 15px 44px; */
	}
	.left-text h2 {
    	line-height: 1.3;	
	}
	.content-section .left-text h2 {
	    position: relative;
	    transition: 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) all;
	    left: -30px;
	}
	.content-section.colour-bg .left-text h2 {
		left: 0;
	}
	.content-section .left-text .left-details {
		position: relative;
		transition: 0.5s cubic-bezier(0.42, 0, 0.27, 0.99) all;
		transition-delay: 0.03s;
		left: -30px;
		font-size: 22px;
	}
	.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 40px;
		display: inline-block;
	}
	.description-text1 h1 {
    color: #fff;
    font-size: 50px;
}
.headsocial {
    float: right;
    display:  block;
    margin: 14px 20px 0 0;
}

.headsocial a {
    color: #fff;
    text-decoration: none;
}
	header .MyProfile_Member {
		margin: 0;
		/* position:  absolute; */
		/* right: 40px; */
		height: 49px;
		background: #7ba940;
		padding: 9px 13px;
	}
	.ft-logo,  .ft-social {
		padding: 0;
	}
	.ft-addy, .ft-contact {
		padding: 0 15px;
		text-align: left;
	}
	.footer-top .container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    max-width: 1170px;
    flex-flow: row;
}

.fwrap2 {
    /* flex-grow: 2; */
    float: left;
    margin: 0px 0 0 95px;
    /* flex-grow: 1; */
    max-width: 314px;
}
.fwrap1 {
    float: left;
    display: flex;
    justify-content: flex-start;
    /* flex-grow: 1; */
    align-items: center;
    letter-spacing: 24px;
}

.fwrap2 {
    /* float: left; */
}

.fwrap4 {
    float: left;
    margin: 0 0 0 40px;
    /* flex-grow: 2; */
    text-align: right;
    /* flex-flow: column; */
    width: auto;
    /* display: flex; */
    order: 4;
}

.fwrap3 {
    float: left;
    margin: 0 0 0 95px;
    flex-grow: 1;
    order: 3;
}
.f-address-wrap {
    /* display: flex; */
}

.addr {
    /* width:  190px; */
    text-align: left;
    /* margin: 0 20px; */
}

.fwrap4 .f-address-wrap div {
    /* display: block; */
    width: 33px;
    padding: 0;
}
}
@media (min-width: 1200px) {
	.description-text1 img {
		max-width: 100%;
		width: auto;
	}
	.content-section {
		/*box-shadow: 65vw 0 15vw -15vw rgba(0,0,0,0.3) inset;*/
	}
	.content-section .container {
		width: 1170px;
	}
}
.EditMode .banner {
    margin: 97px 0 0 0;
    z-index: 9999;
    overflow: visible;
}
.banner > img {
    width: 200%;
    transform: translateX(-25%);
}
@media (min-width: 768px) {

.banner > img {
    width: 150%;
    transform: translateX(-15%);
}
}
@media (min-width: 1025px) {

.banner > img {
    width: 100%;
    transform: translateX(0%);
}
}