/* BASE RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;borderstart-page-section-inner-spacing:0;}

@font-face { font-family: Cambria; }

h2 {
	font-family: 'Cambria';
	line-height: 50px;
	font-size: 36px;
	color: #fff;
}

.text-half-cont {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.text-half-cont div:nth-child(1) { width: calc(50% - 20px); float: left; }
.text-half-cont div:nth-child(2) { width: calc(50% - 20px); float: right; }

b { font-weight: bold }
a { text-decoration: none }
.left { float: left }
.right { float: right }

input { font-family: 'Cambria', sans-serif; }
input.error {
	background-color: #ffebeb !important;
    border: 1px solid #e29b9b !important;
    color: #c35757 !important;
}

.img-responsive { max-width: 100%; max-height: 100%; }

/* --- SCROLL FIX: Removed height:100% and overflow-y rules --- */
body {
	font-family: 'Cambria', sans-serif;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

.button {
	background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.05));
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
	height: 40px;
	padding-left: 20px;
	font-size: 15px;
	padding-right: 20px;
	line-height: 40px;
	color: #fff;
	background-color: #a5b338;
	border-radius: 4px;
	cursor: pointer;
	transition: opacity 0.3s ease-in-out;
}
.button.white {
	box-shadow: 0 0px 1px #333;
	text-shadow: 0 1px #fff;
	background-color: #fff;
	color: #655;
}
.button:hover { opacity: 0.8; }

#header {
	background-color: #7FB522;
	line-height: 120px;
	height: 120px;
	width: 100%;
}
#header-inner {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1080px;
	height: 100%;
}
.header-logo {
	background-image: url(../img/logo.png);
	width: 221px;
	height: 67px;
	margin-top: 27px;
	float: left;
	transition: opacity 0.3s ease-in-out;
}
.header-logo:hover { opacity: 0.7; }
#header-menu { float: right; }
#header-menu a {
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	height: 100%;
	font-size: 20px;
}
#header-menu a:nth-last-child(1) { padding-right: 60px; }
#header-menu a:hover { text-decoration: underline; }

#header-responsive {
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	display: none;
	box-sizing: border-box;
	transition: height 0.2s ease-out;
    user-select: none;
}
#header-responsive div {
	background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.05));
	height: 60px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	background-color: #7FB522;
	width: 100%;
}
#header-responsive a {
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-decoration: none;
	color: #666;
}
#header-responsive a:nth-child(even) {
	background-color: #f3f3f3;
	text-shadow: 0 1px #fff;
}
#header-responsive.active { height: 340px; }

/* --- SCROLL BUTTON STYLING (Added Here) --- */
#scroll-top-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #7FB522;
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    z-index: 9999;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#scroll-top-button.visible {
    opacity: 1;
    pointer-events: auto;
}
#scroll-top-button:hover { background-color: #6a912b; }

/* SECTION STYLES */
.start-page-section { overflow: hidden; min-height: 300px; }
.start-page-section a { text-decoration: underline; color: #777; }
.start-page-section-inner { max-width: 1080px; margin: 0 auto; }

.start-page-section-1-1 {
	background: #7FB522 url("/img/start-1-background.jpg?v=1.2") no-repeat center center;
	background-size: cover;
	min-height: 700px;
}
.start-page-section-1-2 {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.start-page-section-1-2 div {
	width: calc(25% - 60px);
	overflow: hidden;
	margin: 40px;
	float: left;
}
.start-page-section-1-2 div:nth-child(1) { margin-left: 0 }
.start-page-section-1-2 div:nth-last-child(1) { margin-right: 0 }
.start-page-section-1-2 div i {
	background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.05));
	background-color: #1F4C1D;
	border-radius: 50%;
	font-size: 48px;
	text-align: center;
	color: #fff;
	width: 60%;
	line-height: 0;
	height: 0;
	padding-top: 30%;
	padding-bottom: 30%;
	margin-left: 20%;
}
.start-page-section-1-2 div b {
	font-family: 'Cambria';
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 15px;
	line-height: 50px;
	letter-spacing: 1px;
}
.start-page-section-1-2 div span {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	width: 100%;
	float: left;
}
.start-page-section-1-2 div span a { color: #fff; }

.start-page-section-4-1 {
	color: #fff;
	font-size: 20px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #1C6C9B;
}
.start-page-section-4-1.start-page-section img {
	width: calc(50% - 5px);
	float: left;
	transition: opacity 0.3s ease-in-out;
}
.start-page-section-4-1.start-page-section a:nth-child(1) img { margin-right: 10px; }
.start-page-section-4-1.start-page-section img:hover { opacity: 0.7; }
.start-page-section-4-1.start-page-section side {
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 414px;
	overflow: hidden;
	display: block;
}

.start-page-section-5-1 {
    font-size: 20px;
    color: #fff;
	padding-top: 100px;
	padding-bottom: 150px;
	background-color: #7FB522;
}
.start-page-section-5-1 h2 { color: #fff; }
.start-page-section-5-1.start-page-section .text-half-cont { color: #fff; }

#contact-form {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
	color: #606060;
}
#contact-form div:nth-child(1) { width: 280px; float: left; }
#contact-form div:nth-child(2) { width: calc(100% - 310px); float: right; }
#contact-form div:nth-child(3) { width: 100%; margin-top: 10px; float: left; text-align: right; }
#contact-form span {
	color: #e2eb9a;
	margin-top: 6px;
	line-height: 28px;
	display: block;
	width: 100%;
}
#contact-form input {
	background-color: #e2eb9a;
	color: #606060;
	height: 36px;
	border: none;
	width: calc(100% - 20px);
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
}
#contact-form textarea {
	background-color: #e2eb9a;
	font-family: 'Cambria', sans-serif;
	outline: none;
	height: 162px;
	border: none;
	color: #606060;
	padding: 10px;
	width: calc(100% - 20px);
	border-radius: 4px;
}
#contact-form .button {
	background-color: #e2eb9a;
	font-size: 20px;
	text-decoration: none;
	color: #606060;
}
#contact-form input.error {
	border: 1px solid #d24949 !important;
	color: #ffdada !important;
	background-color: #e2eb9a !important;
}

#main {
	background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	width: 100%;
	color: #555;
}
#footer {
	background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	background-color: #6A912B;
	color: #ffffff;
	width: 100%;
}
#footer-inner {
	text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
	margin: 0px auto;
	max-width: 1080px;
	font-size: 13px;
}

/* Mobile */
@media only screen and (max-width : 768px) {
	.start-page-section-1-2 div {
		width: 40%;
		margin-left: 30% !important;
		margin-right: 30% !important;
	}
	.text-half-cont div {
		margin-bottom: 30px;
		width: 100% !important;
	}
	.start-page-section-1-1 .start-page-section-inner div { width: calc(100% - 20px); }
    .start-page-section-4-1, .start-page-section-5-1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#header-responsive { display: block; }
	.header-logo {
		background-image: url(/img/logo-2x.png);
		background-size: 180px;
		background-repeat: no-repeat;
		width: 180px;
		padding-right: 18px;
		margin-top: 19px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;
	}
	#contact-form { margin: 0; }
	#contact-form div { width: 100% !important; }
	#header { height: 90px; }
	#header-sub, #header-inner .right, #header-menu { display: none; }
}