/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/* COLOURS

dark green = #005F38
light green = #A4CFBC

*/

/* MAIN */

body {
	font-family: 'Open Sans', Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	margin-top: 20px;
	margin-left: 3px;
	line-height: 1.45;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Tahoma, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0.5em;
}

h1 {
	color: #005F38;
}

input[type="text"] {
	font-family: 'Open Sans', Tahoma, Helvetica, sans-serif;
	font-weight: 400;
}

a, a:link, a:visited {
	color: #005F38;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #A4CFBC;
}

p, ul, ol {
	margin-bottom: 0.5em;
}

img {
	max-width: 100%;
	height: auto !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.logo-img {
	max-width: 100%;
}

table {
	border: none;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
	background: none;
}

.field-name-node-link {
	float: right;
}

.field-name-node-link a {
	background: #005F38;
	color: white;
	text-transform: uppercase;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.field-name-node-link a:hover {
	background: #A4CFBC;
}

/* CONTACT BLOCK */

.boxed {
  border: 3px solid #215b37 ;
  float: right;
  width: 25%;
  margin-left: 3px !important;
  padding: 0.5em 1em;
}

/* BUTTON */

input#edit-submit {
	border: none;
	text-shadow: none;
}

a.button,
input#edit-submit {
	background: #005F38;
	color: white !important;
	text-transform: uppercase;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.button:hover,
input#edit-submit:hover {
	background: #A4CFBC;
}



/* FRONT PAGE */

.front h1#page-title {
	display: none;
}

.flexslider {
	border: none;
}




/* BLOCKS */

#region-sidebar-first .block,
#region-sidebar-second .block {
	margin-bottom: 20px;
}



/* MENU BLOCKS */

ul.menu li {
	list-style: none;
}


}

/* HEADER */

#zone-header-wrapper {
	background-color: #40a365;
	padding-top: 20px;
	padding-bottom: 20px;
}

#section-header {
}

.flexslider {
	border: none;
}

.flexslider p {
	color: white;
	font-weight: 500;
	font-size: 1.5em;
}

.flexslider a {
	color: white;
}


/* FOOTER */

#zone-postscript-wrapper,
#zone-footer-wrapper {
	background: #65656B;
}

#zone-postscript,
#zone-footer {
	color: white;
	padding: 20px 0;
}

#zone-postscript a,
#zone-footer a {
	color: white;
	font-weight: 300;
}

#zone-postscript a:hover,
#zone-footer a:hover {
	color: #A4CFBC;
}

#zone-footer {
	text-align: center;
}

#zone-postscript ul li {
	list-style: none;
}

.slideshow-feature-body {
font-size: 1.5em;
color: #fff;
font-weight: bold;
/*margin-bottom: 20px; */
position: absolute;
bottom: 5px;
right: 3px;
z-index: 10;
background: black;
color: white;
opacity: 0.8;
filter: alpha(opacity=80);
padding: 3px;
}

/* SEARCH */

#block-search-form .block-inner {
	border: none;
}

#block-search-form.block .content {
	padding: 0;
}

#search-block-form #edit-submit {
	background: #005F38;
	text-transform: uppercase;
	color: white;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#search-block-form #edit-submit:hover {
	background: #A4CFBC;
}

#edit-search-block-form--2 {
	width: 192px;
}

/* MOBILE MENU */

.responsive-layout-mobile #block-superfish-1 {
	margin-bottom: 15px;
}

.sf-accordion-toggle {
	background: #005F38;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 10px 15px;
	margin-top: 15px;
}

.sf-accordion-toggle a {
	color: white;
}

#superfish-1-accordion {
	margin-top: 10px;
	background: #A4CFBC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#superfish-1-accordion li {
}

#superfish-1-accordion a {
	color: white;
	margin-bottom: 0.5em;
}

#superfish-1-accordion a:hover,
#superfish-1-accordion li.active-trail a {
	color: #005F38;
}

#superfish-1-accordion li li {
	margin-left: 30px;
	text-transform: none;
}

#superfish-1-accordion li.sf-clone-parent {
	display: none;
}