@import url("https://daphnis.wbnusystem.net/~wbplus/websites/assets/default.css");
/*-- GLOBAL 
=======================*/

body {
	margin: 0px;
    font-family: latoregular, arial, sans-serif;
	/*background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	color: #4d4d4f;
	}
.column-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1013px;
}
.in-page-menu-column {
	display: block;
	background-color: #8CC63F;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	float: left;
	width: 22%;
	margin-left: 2%;
	min-height: 450px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: -20px;
}
.main-content-column {
	float: left;
	width: 76%;
	padding-bottom: 40px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-bottom: -20px;
	background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-left: solid 1px #C1C1C1;
	border-right: solid 1px #C1C1C1;
	border-bottom: solid 1px #C1C1C1;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.42);
}
.main-content {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*max-width: 1013px;
	padding-right: 10px;
	padding-left: 10px;*/
	background-image: url(images/main-content.png);
	background-repeat: repeat-x;
	background-position: 0% top;
	min-height: 400px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	}
.clear {
	max-height: 0px;
	overflow: hidden;
}
@media only screen and (max-width: 900px) {
.in-page-menu-column {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	width: 27%;
	margin-left: 2%;
	margin-bottom: -20px;
}
.main-content-column {
	width: 71%;
	padding-bottom: 40px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-bottom: -20px;
	background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-left: solid 1px #C1C1C1;
	border-right: solid 1px #C1C1C1;
	border-bottom: solid 1px #C1C1C1;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.42);
}	
}
@media only screen and (max-width: 720px) {
.main-content-column {
	border-radius: 0px;
	clear: both;
	width: 100%;
	position: relative;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.in-page-menu-column {
	clear: both;
	width: 100%;
	position: relative;
	margin-top: 30px;
	margin: 0px;
	border-radius: 0px;
}
}
a {
	text-decoration: none;
	font-family: "latosemibold", sans-serif;
	color: #1d75c0;
	font-weight: normal;
	}
a:hover {
	color: #0c4f88;
	}
/*-- FORM FIELDS
======================*/
form ul {
	list-style: none
	}
input[type=submit] {
	background-color: #1d75c0;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 8px 14px 8px 14px;
	cursor: pointer;
	font-size: 1.0em;
	font-family: "latoregular", sans-serif;
	text-transform: uppercase;
	max-width: 95%;
	border-radius: 4px;
	}
input:not([type=submit]):not([type=image]) {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	width: 250px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "latoregular", sans-serif;
	max-width: 95%;
}
select {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 1px;
	width: 272px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "latoregular", sans-serif;
	max-width: 95%;
}
textarea {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 1px;
	width: 250px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "latoregular", sans-serif;
	height: 150px;
	max-width: 95%;
}

@media only screen and (max-width: 450px) {
input:not([type=submit]),select,textarea {
	width: 200px;
	}

}
.button-grey {
	background-color: #909090 !important;	
	}
	
/* CONTACT FORM
======================*/
.button-grey {
	background-color: #909090 !important;	
	}
.contact-form {
	margin-top: 20px;	
	}
.contact-form label {
	display: none;
	}
.form-alert {
	color: #FFFFFF;
	font-size: 1.3em;
	background-color: #F9B000;	
}



/* Login Section 
=============================*/
.loginpage-form {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
	}

.loginpage-form ul {
	padding: 0;
	margin: 0;
	list-style:none;
	clear: both;
}
.loginpage-form li {

}
.loginpage-form label {
	display: none;
	}
.loginpage-form input[type=submit] {
	width: 212px;
}


/* Header components
=========================================================*/
.header {
	text-align: left;
	position: static;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 36.79%,rgba(189,221,248,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 36.79%,rgba(189,221,248,1.00) 100%);
	border-bottom: solid 1px #ffffff;
	}
.header-inner {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;

	}
#logo {
	margin: 0.3em 0 -1.3em 0;
	float: left;
	width: 17%;
	position: relative;
	z-index: 999999;
	}
#logo img {
	width: 100%;
	max-width: 130px;

	}
.header-strap {
	float: left;
	width: 33%;
	color: #77b02b;
	font-size: 1.3em;
	padding-top: 1.75em;
	font-family: "latobold", sans-serif;
}
.header-strap span {
	color: #0F831F;
	font-size: 1.15em;
	display: block;
}
.header-info {
	position: absolute;
	text-align: right;
	margin: 0em 0em 0em 0em;
	width: 50%;
	right: 1px;
	bottom: 10px;
	}
.header-search-wrap {
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
}
.header-search-wrap input[type=text] {
	width: 75%;
	padding: 0px;
	margin: 0px;
}
.header-household a,.header-school a,.header-business a, .header-zones {
	float: right;
	display: block;
	background-color: #1f912f;
	/*border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;*/
	padding: 15px 12px 15px 38px;
	border-left: solid 1px #FFFFFF;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "latoregular", sans-serif;
	font-size: 0.9em;
	background-image: url(images/icon-school.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 70%;
}
.header-zones {
	background: none;
	background-color: #7ab132;
	border-top-left-radius: 5px;
	padding: 15px 15px;
	border-left: none;

}
.header-business a {
	border-top-right-radius: 5px;
	background-image: url(images/icon-business.png);
}
.header-household a {
	background-image: url(images/icon-house.png);
}
.header-household a:hover,.header-school a:hover,.header-business a:hover {
	background-color: #2FB342;
}

@media screen and (max-width: 910px) {
#logo {
	margin: 0.3em 0 -1.3em 0;
	float: left;
	width: 19%;
	position: relative;
	z-index: 999999;
	}
.header-strap {
	float: left;
	width: 30%;
	color: #77b02b;
	font-size: 1.3em;
	padding-top: 1.75em;
	font-family: "latobold", sans-serif;
}
.header-info {
	position: absolute;
	text-align: left;
	margin: 0em 0.0em 10px 0em;
	width: 50%;
	right: 0px;
	bottom: 0px;
	}
.header-household a,.header-school a,.header-business a, .header-zones {

}
.header-zones {
	display: none;
}
.header-business a {
	border-radius: 0px;
}
.header-household a {
	border-top-left-radius: 5px;
	border: none;
}
.header-household a:hover,.header-school a:hover,.header-business a:hover {
	background-color: #2FB342;
}


}


@media screen and (max-width: 750px) {
.header-search-wrap {
	display: none;
}
.header-inner {
	padding-left: 0em;
	padding-right: 0em;

	}
#logo {
	margin: 0.3em 4% -0.5em 2%;
	float: left;
	width: 23%;
	position: relative;
	z-index: 999999;
	}
#logo img {
	width: 100%;
	max-width: 90px;

	}
.header-strap {
	float: left;
	width: 68%;
	color: #77b02b;
	font-size: 1.1em;
	padding-top: 2.2em;
	font-family: "latobold", sans-serif;
}
.header-strap span {
	color: #0F831F;
	font-size: 1.0em;
	display: inline-block;
}
.header-info {
	position: relative;
	text-align: left;
	margin: 0em 0.5em 0em 0em;
	width: 100%;
	clear: both;
	}
.header-household a,.header-school a,.header-business a {
	float: right;
	display: block;
	background-color: #1f912f;
	/*border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;*/
	padding: 10px 5px 10px 15px;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "latoregular", sans-serif;
	font-size: 0.8em;
	width: 33.3%;
	background-position: 5px center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-radius: 0px;
}

}
@media screen and (max-width: 450px) {
.header-strap {
	float: left;
	width: 68%;
	color: #77b02b;
	font-size: 1.1em;
	padding-top: 1em;
	font-family: "latobold", sans-serif;
}
.header-strap span {
	color: #0F831F;
	font-size: 1.15em;
	display: block;
}
.header-household a,.header-school a,.header-business a {
	background-position: 2px center;
	padding: 10px 3px 10px 25px;
	background-size: auto 60%;
	font-size: 0.7em;
	text-align: left;
}
}

/* NEW MENU SYSTEM
================================*/
@media screen and (min-width: 1000px) {
	.toggleMenu {
		display: none !important;
	}
.menu-hold {
	position: relative;
	height: 46px;
	width: 100%;
	background-color: #000000;
}
.menu-hold-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
ul#navres {
	text-align: center;	
}
.navresponsive {
	/*right: 0px;
	bottom: 0px;*/
	text-align: right;
	background-color: #000000;
	color: #ffffff;
	top: auto;
}
.navresponsive UL,.navresponsive LI {
	text-align: right;
	/*display: inline-block;*/
	color: #ffffff;
    font-family: latobold, arial, sans-serif;
}
nav ul li a {
	color: #ffffff;
	font-family: latobold, arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
}
nav ul li a:hover {
	color: #ffffff;
	background-color: #8DC741;

}
.touch-btn {
	display: none;
}

}
@media screen and (max-width: 999px) {
.header-inner {
	/*position: static !important;*/
	}
a.toggleMenu {
	background-color: #000000;	
}
#navres {
	margin: 0px !important;
}
#navres LI a {
	font-family: "latoregular", sans-serif;
 }
#navres LI {
	background-color: #414141;
	color: #ffffff;
}
#navres LI:hover {
	background-color: #8cc63f;
	color: #ffffff !important;
}
nav ul li ul li {
	background-color: #7E7E7E !important;
}
nav ul li ul li a:hover {
	background-color: #8cc63f;
	color: #ffffff !important;
}
.touch-btn {
	display: none;
}
}

/* SLIDER BG
============================*/
.wbSlider {
	background-color: transparent !important;
}




/* ICON SLIDER
===============================*/
.slider_content_information {
	border: solid 1px #e3e3e3;
}
@media only screen and (max-width: 719px) {
.slider_content_information {
	border-left: none;
	border-right: none;
}
}

/* Icon Content Slider
========================================================*/
.slider_content_icons {
	padding: 1em 0em 2em 0em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.slider_content_icon {
	width: 24%;
	display: inline-block;
	text-align: center;
	border-bottom: solid 6px #c4c4c4;
	padding-bottom: 0.75em;
	margin: 0px 0.5% 0px 0.5%;
	}
.iconselected {
	border-bottom: solid 6px #f9b000;
}
.slider_content_icon div {
	text-align: center;
	width: 100% !important;
	font-family: "latolight", sans-serif;
	font-size: 0.85em;
	color: #888888;
	text-transform: uppercase;
	margin-top: 5px;
	height: 3em;
	}
.iconselected div {
	color: #333333;
}
.slider_content_icon img {
	width: 50%;
	padding: 0px 15%;
	}

@media screen and (max-width: 800px) {
.slider_content_icon {
	}
.slider_content_icon div {
	}		
}
@media screen and (max-width: 600px) {
.slider_content_icon img {
	width: 70%;
	padding: 0px 15%;
}
.slider_content_icon div {
	font-size: 0.5em;
	}		
}
@media screen and (max-width: 400px) {
.slider_content_icon div {
	font-size: 0.5em;
	display: block;
	height: 1.2em;
	}		
}
/* Internal Menu
=================================*/

.menu-int-wrap {
	background-color: transparent;
	color: #ffffff;
	border: none;
	margin-left: 0em;
	margin-top: 0em;
	border-radius: 0px;
	padding: 0px;
	border-bottom: solid 1px #ffffff;
	/*-webkit-box-shadow: 0px 5px 11px 2px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 5px 11px 2px rgba(0,0,0,0.31);
	box-shadow: 0px 5px 11px 2px rgba(0,0,0,0.31);*/
}
.menu-int-wrap a {
	color: #ffffff !important;
}
.menu-int-selected {
	background-color: #239734 !important;
}
.menu-int-L1:hover, .menu-int-L2:hover, .menu-int-L3:hover {
	background-color: #73ac27 !important;
}

.menu-int-UL LI {
	float: none;
	border-right: none;
	border-top: solid 1px #ffffff;
	border-bottom: none;
	background-color: #669A23;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 20px;
	padding-left: 30px;
}
.menu-int-UL LI.menu-int-L2 {
	padding: 6px 10px 6px 40px;
	background-position: 10px 50%;
	background-color: #7ab132;
}
.menu-int-UL LI.menu-int-L3 {
	padding: 6px 10px 6px 50px;
	background-position: 20px 50%;
	background-color: #93cd47;
}
.menu-int-page-name {
	float: none;
	border: none;
	background: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 30px 20px 12px;
	font-size: 1.1em;
}

/* Menu Column
===========================*/
.in-page-menu-column-search {
	padding: 0.1em 1em;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	background-image: url(images/uk-bg.jpg);
}
.in-page-menu-column-search H4 {
	color: #FFFFFF;
	font-family: "latoregular", sans-serif;
	margin: 0.5em 0;
}
.in-page-menu-column-search H4 span {
	display: block;
	text-transform: uppercase;
	font-size: 1.3em;
}
.in-page-menu-column-search input:not([type=submit]):not([type=image]) {
	width: 55%;
	max-width: 55%;
	float: left;
}
.in-page-menu-column-search input[type=image] {
	width: 18%;
	float: left;
	margin-top: 4px;
	max-width: 35px;
}
.in-page-menu-column-twitter {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 35px;
}
@media only screen and (max-width: 720px) {


.menu-int-wrap {
	padding: 1em 2% 0em 2%;
	width: 45%;
	float: left;
}
.in-page-menu-column-twitter {
	padding: 1em 2% 0em 2%;
	width: 45%;
	float: left;
}
}
@media only screen and (max-width: 500px) {


.menu-int-wrap {
	padding: 1em 2%;
	width: 95%;
	float: none;
}
.in-page-menu-column-twitter {
	padding: 1em 2%;
	width: 95%;
	float: none;
	text-align: center;
}
}

/* HOME
===============================*/


.loginpage-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.loginpage-form LI {
    float: left;
	width: 45%;
}
.loginpage-form input:not([type=submit]) {
	padding: 3px 2.5%;
	margin-right: 5%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	width: 90%;
	margin-bottom: 10px;
	font-size: 1.0em;
	background-color: #FFFFFF !important;
}
.loginpage-form input[type=submit] {
	background-color: #ffffff;
	border: 1px solid #FFFFFF;
	color: #626261;
	padding: 3px 2.5%;
	cursor: pointer;
	font-size: 1.0em;
	font-family: "latoregular", sans-serif;
	text-transform: uppercase;
	text-align: left;
	width: 70%;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 90%;
	margin-bottom: 15px;
}

/* BLOG
===================*/
.blog-wrap-div {
    max-width: 980px;
    padding: 0px 0px 20px 20px;
    margin-left: auto;
    margin-right: auto;
}
.blog-left-div {
    padding: 25px 0px 0px 0px;	
}
.blog-right-div {
	padding: 25px 1.5% 35px 1.5%;
	background-color: #E9E9E9;
	width: 28%;
	border-bottom-left-radius: 20px;
}
@media only screen and (max-width: 800px) {
.blog-wrap-div {
    padding: 0px 15px 20px 15px;
}
.blog-right-div {
    padding: 25px 5% 20px 5%;
	background-color: #E9E9E9;
    width: 90%;
}	
}

/*Search Map Drop Down
================================*/
#dropmenu {
	z-index: 100 !Important;
	position: relative;
	background-color: #FFFFFF;
	width: 216px;
	border: 1px solid #629223;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	/*background-image: url(images/SR-search.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
	font-weight: bold;
	color: #60941c;
}
#dropmenu a {
	text-decoration: none;
	color: #016391;
	font-size: 13px;
	line-height: 12px;
	font-weight: normal;
	text-transform: capitalize;
}
#dropmenu ul {
	z-index: 101 !Important;
	display: none;
	list-style-type: none;
	margin: 5px 0px 0px -5px;
	padding: 0px;
	position: absolute;
	overflow-y: scroll;
	height: 385px;
}
#dropmenu:hover ul {display: block; background: #ffffff; border-top: 1px solid #aaaaaa;}
#dropmenu:hover ul li {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#dropmenu:hover ul li:hover { background: white;}
#dropmenu:hover ul li:hover a { color: #003d59; }
.drop-li-header {
	font-size: 14px;
	font-family: "latorbold", sans-serif;
	padding-top: 5px;
	padding-bottom: 2px;
	text-transform: capitalize;
}

/*SEARCH PAGE FIX
=============================*/
.in-page-menu-column .sitemap-wrap-outer {
	display: none;
}

/* Newsletter Signup
===============================*/
.wcs-wrap-wrap  {
	width: 240px;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 0px;
	background-color: transparent;
	padding-left: 0px;
	border: none;
}
.newsletter-signup-mini input:not([type=submit]):not([type=image])  {
	padding: 5px !important;
	margin-bottom: 5px;
}
#wcs_value {
	padding: 1px !important;
}
P.wcs_wrap {
	margin: 0px 0px 8px 0px;
	font-size: 0.85em;
}
.wcs-images {
	margin: 2px 20px 0px 0px;
	padding: 2px 2px 0px 2px;
}
.newsletter-signup-mini input:not([type=submit]):not([type=image])  {
	padding: 5px !important;
	margin-bottom: 5px;
}
.wcs-bottom-wrap {
	margin-bottom: 5px;	
}