/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body { font-family: Helvetica, Arial, sans-serif; color: #444; font-size: 14px; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

img { max-width: 100%; }

a,
a:visited, a:active { color: #258aaf; text-decoration: none; }
a:hover { color: #7aa1b0; text-decoration: underline; }
section { padding-top: 30px; }
legend { display: block; font-size: 22px; padding: 10px 0; border-bottom: 1px solid #ccc; width: 100%; margin: 20px 0; }

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

.pull-left { float: left; }
.pull-right { float: right; }

/* Grid */
.row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 960px; *zoom: 1; } 
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row .row { width: auto; max-width: none; *zoom: 1; }
.row .row:before, .row .row:after { content: " "; display: table; }
.row .row:after { clear: both; }

.span1 { width: 8.33333%; }
.span2 { width: 16.66667%; }
.span3 { width: 25%; }
.span4 { width: 33.33333%; }
.span5 { width: 41.66667%; }
.span6 { width: 50%; }
.span7 { width: 58.33333%; }
.span8 { width: 66.66667%; }
.span9 { width: 75%; }
.span10 { width: 83.33333%; }
.span11 { width: 91.66667%; }
.span12 { width: 100%; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .spanx { float: left; }

.suffix1 { margin-right: 8.33333%; }
.suffix2 { margin-right: 16.66667%; }
.suffix3 { margin-right: 25%; }
.suffix4 { margin-right: 33.33333%; }
.suffix5 { margin-right: 41.66667%; }
.suffix6 { margin-right: 50%; }
.suffix7 { margin-right: 58.33333%; }
.suffix8 { margin-right: 66.66667%; }
.suffix9 { margin-right: 75%; }
.suffix10 { margin-right: 83.33333%; }
.suffix11 { margin-right: 91.66667%; }
.suffix12 { margin-right: 100%; }

.prefix1 { margin-left: 8.33333%; }
.prefix2 { margin-left: 16.66667%; }
.prefix3 { margin-left: 25%; }
.prefix4 { margin-left: 33.33333%; }
.prefix5 { margin-left: 41.66667%; }
.prefix6 { margin-left: 50%; }
.prefix7 { margin-left: 58.33333%; }
.prefix8 { margin-left: 66.66667%; }
.prefix9 { margin-left: 75%; }
.prefix10 { margin-left: 83.33333%; }
.prefix11 { margin-left: 91.66667%; }
.prefix12 { margin-left: 100%; }

/* Tables */
th, td { 	border: 1px solid #dcdcdc; 	padding: 2px 4px; }
table { width: 100%; }
th a, th a:hover { color: #333; }

.table-highlight tr:hover { background: #F3F3F3; }
.table-highlight tr { -webkit-transition: background 200ms; -moz-transition: background 200ms; -ms-transition: background 200ms; transition: background 200ms; }

.table-striped tr:nth-child(odd) { background: #F8F8F8; }
tr.unread td { background: #FF2525 !important; color: #FFF; font-weight: bold; }
tr.unread a.button { color: #333; }

/* Buttons */
.button {
	display: inline-block;
	border-radius: 2px;
	padding: 4px 6px;
	color: inherit;
	text-decoration: none;
	
	cursor: pointer;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(222,222,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bfbfbf;
	
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
}

.button-red {
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #dcdcdc;
}

a.button { color: inherit; }
.button:hover { border: 1px solid #adadad; box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.02); color: inherit; text-decoration: none; }
.button-small { font-size: 0.8em; padding: 1px 2px; }
.button-large { font-size: 1.3em; padding: 5px 8px; }
.button-group { display: inline-block; white-space: nowrap; }
.button-group > .button { position: relative; border-radius: 0; }
.button-group > .button ~ .button { margin-left: -5px; }
.button-group > .button:first-child { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.button-group > .button:last-child { border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.button-group > .button:hover { z-index: 2; }
.button[disabled], .button-disabled { background: none; cursor: default; pointer-events: none; opacity: 0.9; -webkit-user-select: none; -moz-user-select: none; user-select: none;}
 
.button-dropdown { list-style: none; padding: 0; border: 1px solid #bfbfbf; display: none; margin: 2px 0 0; position: absolute; border-radius: 2px; box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.50); background: #fff; z-index: 999;}
.button-dropdown li { padding: 4px 6px; }
.button-dropdown li ~ li { border-top: 1px solid #bfbfbf; }
.button-dropdown li:hover { background: #E4EDFF; }
.button-dropdown.active { display: block; }
.button.button-with-dropdown > .dropdown { display: inline-block; width: 24px; height: 100%; position: absolute; top: 0; right: 0; border-left: 1px solid #bfbfbf; }
.button-with-dropdown { position: relative; padding-right: 28px; }
.button.button-with-dropdown > .dropdown::after { content: ""; border: solid 7px; border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); margin-top: -2px; right: 5px; position: absolute; top: 50%; }
.button-dropdown-container { display: inline-block; }

/* Nav bar */
.nav-bar {
	display: block;
	border: 1px solid #ccc;
	padding: 0 20px;
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(241,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(241,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.nav-bar ul { list-style: none; margin: 0; padding: 0; z-index: 999;}
.nav-bar li { display: inline-block;}
.nav-bar ul > li.has-dropdown { position: relative; }
.nav-bar ul > li.has-dropdown .dropdown { position: absolute; display: none; border: 1px solid #ccc; background: #fff;}
.nav-bar li a { color: #333; font-weight: bold; text-decoration: none; display: inline-block; padding: 16px 15px; }
.nav-bar ul > li.has-dropdown:after { content: ""; border: solid 5px; border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); margin-top: -2px; right: 0px; position: absolute; top: 50%; width: 0; height: 0;}
.nav-bar ul > li.has-dropdown > a { padding-right: 20px; }
.nav-bar ul > li.has-dropdown:hover .dropdown { display: block; }
.nav-bar ul > li.has-dropdown .dropdown li a { font-weight: normal; display: block; white-space: nowrap; padding: 6px 12px; font-size: 13px; }
.nav-bar ul > li.has-dropdown .dropdown li { float: none; display: block; }
.nav-bar ul > li.has-dropdown .dropdown li a:hover { background: #e3f4f9; }

/* forms */
input[type="text"], input[type="password"], input[type="email"], textarea { padding: 5px 6px; border: 1px solid #dcdcdc; -webkit-transition: border 0.218s; -moz-transition: border 0.218s; -o-transition: border 0.218s; transition: border 0.218s; } 
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover { border: 1px solid #adadad; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { outline: none; border: 1px solid #5080d8; }
input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, textarea:invalid { border: 1px solid #da0000; }

button[disabled], input[disabled] { pointer-events: none; }
input[disabled], textarea[disabled] { color: #696969; }

input, textarea { width: 200px; }
.input-block { width: 100%; display: block; }

select { min-height: 28px; min-width: 120px; padding: 4px 4px;}
label { display: block; margin: 8px 0 2px; }
.ie-placeholder { color: #999; }

.input-addon { display: inline-block; vertical-align: middle; white-space: nowrap; }
.input-addon .add-on { border: 1px solid #DCDCDC; background-color: #ECECEC; display: inline-block; padding: 5px 6px; min-width: 2em; text-align: center;}
.input-addon .add-on:last-child { border-left: none; margin-left: -4px; border-radius: 0 4px 4px 0; }
.input-addon .add-on:first-child { border-radius: 4px 0 0 4px; border-right: none; }
.input-addon .add-on:first-child + * { margin-left: -4px; }
.input-addon .add-on.button { padding-top: 5px; padding-bottom: 5px; }
.input-addon .add-on.button:hover { border: 1px solid #adadad; border-left: none; }

/* Google Maps fixes */
.map img { max-width: none; }
.map * { box-sizing: content-box; -moz-box-sizing: content-box; }
.map label { display: inline; }

/* Carousel */
.carousel { position: relative; }
.carousel .wrapper { margin: 0 auto; overflow: hidden; }
.carousel-empty .carousel-control { display: none; }
/* .carousel .inner { -webkit-transition: margin-left 1s ease-in-out; -moz-transition: margin-left 1s ease-in-out; -ms-transition: margin-left 1s ease-in-out; transition: margin-left 1s ease-in-out; } */
.carousel .inner > * { display: inline-block; margin-bottom: -4px;}
.carousel .inner > * ~ * { margin-left: -4px; }
.carousel .carousel-control.inactive { display: none; }

/* Alerts */
.alert { padding: 10px 15px; border-radius: 4px; margin: 0 0 15px; color: #C09853;  background-color: #FCF8E3;  border: 1px solid #FBEED5;}
.alert.alert-error { color: #B94A48;  background-color: #F2DEDE;  border-color: #EED3D7; }
.alert.alert-success { color: #468847;  background-color: #DFF0D8;  border-color: #D6E9C6; }
.alert.alert-info { color: #3A87AD;  background-color: #D9EDF7;  border-color: #BCE8F1; }

/* Badge */
.badge { color: #fff; padding: 1px 4px; border-radius: 2px; text-shadow: 0 -1px 1px rgba(0, 0, 0, .5); font-size: .9em; background: #777; }
.badge.badge-green { background: #5cb85c; }
.badge.badge-red { background: #d9534f; }
.badge.badge-blue { background: #5bc0de; }

@media (max-width: 640px) {
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .spanx {
		float: none;
		display: block;
		width: 100%;
	}
}
body { font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #f2f5ee; position: relative; overflow-y: scroll; }

h1, h2, h3, h4 { font-family: Presicav, sans-serif; font-weight: 400; text-transform: uppercase; color: #005c1d; }
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

p { line-height: 20px; }

header { height: 220px; background: url(/images/header.jpg); position: relative;}
header img { display: block; margin-top: 40px; }
.header-nav { margin-top: 50px; display: inline-block; background: rgb(168,197,78); background: -webkit-linear-gradient(top,  rgba(168,197,78,1) 0%,rgba(142,167,64,1) 100%); background: linear-gradient(to bottom,  rgba(168,197,78,1) 0%,rgba(142,167,64,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c54e', endColorstr='#8ea740',GradientType=0 ); border-bottom: 1px solid #65772c; z-index: 999;}
.header-nav > a, .header-nav > div > a { color: #fff; padding: 19px 42px; display: inline-block; text-transform: uppercase; text-decoration: none; }
.header-nav a ~ a, .header-nav > div > a { margin-left: -4px; }
.header-nav .navitem:hover, .header-nav .navitem.active, .header-nav :hover .navitem { background: rgb(151,177,69); background: -webkit-linear-gradient(top,  rgba(151,177,69,1) 11%,rgba(114,134,50,1) 100%); background: linear-gradient(to bottom,  rgba(151,177,69,1) 11%,rgba(114,134,50,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b145', endColorstr='#728632',GradientType=0 ); }
.header-nav div { display: inline-block; }
.nav-container { text-align: center; }
.header-nav ul { position: absolute; list-style: none; background: #748834; padding: 0; margin: 0; text-align: left; font-size: 15px; margin-left: -4px; display: none; min-width: 147px; z-index: 999;}
.header-nav ul a { color: #fff; display: block; padding: 10px 10px; }
.header-nav ul a:hover { background: #5d711e; text-decoration: none; }
.header-nav div:hover ul { display: block; }

.top-banner { background: #f9faf7; padding: 50px 0 20px; box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, .3); color: #005c1d; }
.top-banner h1 { margin: 0; }
.top-banner.banner-home { text-align: center; }
.top-banner.banner-home .row { max-width: 724px; }
.top-banner.banner-home h1 { margin-bottom: 28px; }

.home-showcase .inner { width: 308px; height: 277px; display: inline-block; position: relative; color: #fff; box-shadow: 0px 0px 3px 1px rgba(32, 20, 2, 0.3);}
.home-showcase h2 { background: #000; background: rgba(40, 18, 0, .5); text-align: center; color: #fff; padding: 10px 0; margin: 0; }
.home-showcase > :nth-child(2) { text-align: center; }
.home-showcase > .b .inner { text-align: left; }
.home-showcase > .c .inner { float: right; }
.home-showcase { margin: 60px 0; }
.home-showcase .inner .content { padding: 10px; position: absolute; bottom: 0; width: 100%; font-size: 15px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}
.home-showcase .inner select { width: 100%; min-height: 0; border: 1px solid #979797; background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.home-showcase .inner select option { color: #444; }
.home-showcase .inner .button-container { margin-top: 10px; }
.home-showcase .inner ul { list-style: none; padding: 0; margin-bottom: 19px;}
.home-showcase .inner h3 { font-size: 16px; margin: 0; color: #fff; text-transform: none; font-family: Helvetica, Arial, sans-serif; font-weight: bold;}
.home-showcase .inner a { color: #fff; }
.button, .button:hover, a.button { background: #a1bd4a; filter: none; font-size: 13px; border-radius: 0; box-shadow: none; border-bottom: 1px solid #44501d; text-transform: uppercase; text-shadow: 1px 1px 1px #a2a996; color: #fff; box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .3);}

footer .row { border-top: 2px solid #b4b8af; padding: 20px 0; }
footer nav { font-size: 12px; }
footer .copyright { font-size: 12px; text-align: right; }
footer a, footer a:visited, footer a:hover { color: #464646; }

.bg-fade { position: absolute; bottom: 0; left: 0; width: 100%; height: 230px; z-index: -1; background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0) 0%,rgba(237, 241, 231, 0.7) 29%,rgba(179, 189, 164, 0.7) 89%,rgba(179, 189, 164, 0.7) 100%); background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%,rgba(237, 241, 231, 0.7) 29%,rgba(179, 189, 164, 0.7) 89%,rgba(179, 189, 164, 0.7) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3edf1e7', endColorstr='#b3b3bda4',GradientType=0 ); }

.brands-grid .brand-category { text-align: center; padding: 0 5px; margin: 5px 0;}
.brands-grid .brand-category .inner { display: inline-block; text-align: left; position: relative; max-width: 308px; }
.brands-grid .brand-category .inner .info { position: absolute; top: 60px; width: 100%; overflow: hidden; opacity: 0; -webkit-transition: opacity .1s; transition: opacity .1s;}
.brands-grid .brand-category:hover .inner .info { opacity: 1; }
.brands-grid .brand-category .inner h4 { margin: 0; color: #fff; padding: 5px; background: rgb(151,177,69); background: -webkit-linear-gradient(top,  rgba(151,177,69,1) 11%,rgba(114,134,50,1) 100%); background: linear-gradient(to bottom,  rgba(151,177,69,1) 11%,rgba(114,134,50,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b145', endColorstr='#728632',GradientType=0 ); height: 60px;}
.brands-grid .brand-category .inner .brands { background: #fff; background: rgba(255, 255, 255, 0.7); padding: 6px; }
.brands-grid .brand-category .inner .brands a { color: #005c1d; }
.brands-grid .brand-category .inner .brands span { margin-left: -4px; }

.services-grid { margin: 0 0 20px; }
.services-grid .service { text-align: center; padding: 0 5px;}
.services-grid .service .inner { text-align: left; display: inline-block; margin: 11px 0;}
.services-grid .service .inner img { border: 3px solid #cad2bd; }
.services-grid .service .info { padding: 10px 0 16px; max-width: 308px; }
.services-grid .service p {margin: 3px 0 0; font-size: 12px; line-height: 18px; }
.services-grid .service p.preview { height: 72px; overflow: hidden;}
.services-grid .service p.full-text { display: none; }

.featured-news img { float: left; margin-right: 20px; border: 3px solid #cdd4c0;}
.featured-news h2 { font-family: Helvetica, Arial, sans-serif; text-transform: none; margin: 0; font-weight: bold; }
.news-date { color: #87888a; font-size: 12px; line-height: 26px; }
.news-abstract { font-size: 14px; line-height: 20px; }
.featured-news { margin: 0 0 24px; }
.image-placeholder { background: url(/images/logo.png) no-repeat center; background-size: 90% auto; }
.news-item { text-align: center; margin: 18px 0; padding: 0 5px;}
.news-item .inner { width: 100%; max-width: 308px; display: inline-block; text-align: left; padding: 0 0 14px; border-bottom: 1px solid #cad2bd;}
.news-item .inner img,  .news-item .inner .image-placeholder { border: 3px solid #cad2bd; margin-bottom: 16px; display: block; }
.news-item .inner p { margin: 2px 0 14px; font-size: 12px; line-height: 18px; max-height: 75px; height: 75px;}
.news-row h3 { margin: 0;}
.news-row { margin: 10px 0; }
.news-page { padding: 0 0 20px; }

.news-content img { margin: 0 0 20px; max-height: 400px; border: 3px solid #cad2bd;}
.news-content .content-text :first-child { margin-top: 0; }
.news-links h3 { margin: 0 0 10px; }
.news-links { margin: 30px 0 10px; }
a.news-more { color: #a8c54e; font-weight: bold; margin-top: -16px;}

.movepage { background: url(/images/arrow-prev.png) no-repeat center; display: inline-block; width: 19px; height: 22px; text-indent: 9999px; overflow: hidden; vertical-align: top; margin: 0 6px; }
.pager form { display: inline-block; }
.pager form input { width: 22px; padding: 2px; text-align: center; }
.pager { padding: 20px 0 10px; text-align: right; }
.pager form input:focus { border-color: #005c1d; }
.movepage.next { background-image: url(/images/arrow-next.png); }

.contact-form input, .contact-form textarea { padding: 12px; width: 100%; margin: 3px 0; border: 1px solid #a8c54e !important;}
.contact-form button, .contact-form button:hover { margin: 10px 0 0; padding: 6px 8px; font-size: 14px; }

.contact-page { line-height: 22px; }
.contact-page ul { list-style: none; margin: 0; padding: 0; }
.contact-page a { color: #444; text-decoration: underline; }
.contact-page a:hover { text-decoration: none; }
form .error { color: #e00; }
.contact-form input.invalid, .contact-form textarea.invalid { border-color: #e00 !important; }
.map { max-height: 400px; min-height: 200px; height: 0; padding-bottom: 42%;}
.map-container { border-top: 1px solid #b4b8af; padding-top: 20px; margin-top: 6px; }
.map-container .content-text h3 { font-family: Helvetica, Arial, sans-serif; color: #444; font-weight: bold; }
.map-container .content-text { padding: 20px 0 0; }

.history-carousel { padding: 20px 32px; margin: 0 0 18px;}
.history-carousel .carousel-control { width: 30px; height: 56px;  display: inline-block; background: url(/images/history-arrows.png) no-repeat center top; position: absolute; top: 50%; margin-top: -28px; right: 0;}
.history-carousel .inner > * { padding: 0 8px; width: 296px; height: 267px;}
.history-carousel .carousel-control.prev { left: 0; background-position: center bottom; }
.history-carousel .inner img { display: block; }

.history-item .info { position: absolute; width: 100%; bottom: 0; background: #000; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 8px 6px; width: 280px; }
.history-item { position: relative; }
.history-item .info .year { display: block; text-align: center; font-size: 22px; width: 100%; }
.history-item .info p { font-size: 12px; line-height: 17px; text-align: center; margin: 0;}
.company-history > p { max-width: 860px; margin: 20px auto 30px; font-size: 15px; line-height: 22px; }
.company-history { padding: 10px 0 80px; }
.main-page { padding: 30px 0; }

.breadcrumbs a { color: #005c1d; }

.brand-image { border: 3px solid #cad2bd; margin-right: 20px;}
.brand-intro .content-text :first-child { margin-top: 0px; }

.brand-images { text-align: right; }
.brand-images img { border: 3px solid #cad2bd; margin: 0 0 20px; }
.brand-content { padding-right: 20px; }

.team-grid a { display: inline-block; margin: 6px; border: 2px solid transparent;}
.team-grid .member { float: left; }
.member-detail { max-width: 255px; float: right; display: none;}
.member-detail.active { display: block; }
.team-grid .member.active a { border-color: #acc756; }
.team-grid a img { display: block; }
.brand-content h3 { font-size: 15px; color: #444; font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-transform: none; }

.about-links { font-family: Helvetica, Arial, sans-serif; }
.about-links a { text-decoration: none; }
.about-links span { display: block; margin: 2px 0 15px; font-size: 12px;}

.breadcrumbs.dark * { color: #888; text-transform: uppercase; }
.news-content .breadcrumbs { margin: 0 0 20px; }
.breadcrumbs.dark .dark { color: #444; }

.news-heading h2 { margin: 0; font-family: Helvetica, Arial, sans-serif; text-transform: none; color: #444; font-weight: bold; font-size: 22px; }
.news-heading { margin: 0 0 10px; }

.page-content img { float: right; margin: 0 0 20px 20px; border: 3px solid #cdd4c0; }

.news-item .inner .image-placeholder { max-width: 308px;  width: 100%;  height: 0;  padding-bottom: 54%; }
.news-content { padding-right: 40px; }

.about-page-faq h2 { font-family: Helvetica, Arial, sans-serif; color: #444; text-transform: none; cursor: pointer; display: inline-block; background: url(/images/arrow_down_faq.png) no-repeat right center; padding-right: 42px;}
.about-page-faq p { overflow: hidden; height: 0; padding-left: 20px; margin: 0; }

.news-item .heading { color: #444; height: 32px; display: block;}

.breadcrumbs.news { margin: 0 0 20px; }

.home-showcase .inner.brands { background-image: url(/images/panel-bg-brands.jpg); }
.home-showcase .inner.contact { background-image: url(/images/panel-bg-contact.jpg); }
.home-showcase .inner.services { background-image: url(/images/panel-bg-services.jpg); }

.brand-intro h3 { margin-top: 0; }

.member-detail h4 { text-transform: none; color: #444; font-family: sans-serif; font-weight: bold; margin-bottom: 0; }
.member-detail h4 + p { margin-top: 4px; }

.charity-grid .service .inner { padding-bottom: 20px; }
.charity .info { height: 100px;  overflow: hidden; }

.carousel .progress-bar { width: 100%; max-width: 300px; height: 20px; margin: 20px auto; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.17); cursor: pointer;}
.carousel .progress-bar .indicator { height: 100%; width: 40px; background: #A8C54E; border-radius: 4px; cursor: default;}

.addthis-container { width: 160px; }
.addthis-container * { box-sizing: content-box; -moz-box-sizing: content-box; }

.green-policy { margin-bottom: 50px; }
.member-details { margin-bottom: 50px; }

.about-links .heading { height: auto; margin: 0 0 4px; }
.about-links .inner p { height: 40px; }

.brands-dropdown form { display: inline-block; }
.brands-dropdown select { min-width: 160px; margin: 0 0 0 10px; }

.services-grid .service p.preview .more {
    display: inline-block;
 
    width: 14px;
    height: 8px;
    background: url(/images/arrow_down_services.png) no-repeat;
}

.break .inner { border-bottom: 1px solid #CAD2BD; margin: 0; }
.break .span4 { padding: 0 5px; }

.less { background: url(/images/less.png) no-repeat; width: 13px; height: 10px; display: inline-block; margin-left: 2px;}

.about-page-faq h2.active { background-image: url(/images/arrow_up_faq.png); }

.top-banner.banner-home > .row { max-width: 512px; }
.home-showcase .inner .content p { margin-bottom: 10px;  background: #000;  background: rgba(40, 18, 0, 0.5); background: none;  padding: 5px; }
.mobile-nav { display: none; }
.header-nav .show-mobile { display: none; }
.break-2 { display: none; }

@media (max-width: 962px) {
	.header-nav > a, .header-nav > div > a { padding: 16px 18px; }
	.row { padding-left: 10px; padding-right: 10px; }
	.home-showcase .inner { width: 250px; height: 224px; background-size: 100%; }
	footer .row { padding-left: 10px; padding-right: 10px; }
}

@media (max-width: 800px) {
	.home-showcase > * { width: 50%; text-align: center; }
	.home-showcase .inner { width: 308px; height: 277px; margin: 5px 0; float: none !important; }
	.break .span4,
    .services-grid .service,
	.brands-grid .brand-category { width: 50%; }
	.featured-news img { float: none; display: block; margin: 0 0 20px; }
	.other-news { display: none; }
	.news-content { width: 100%; padding-right: 0; }
	.news-grid > * { width: 50%; }
	.more-news > :nth-child(3) { display: none; }
	.brand-image { display: block; float: none; margin: 0 0 20px; }
    .break-3 { display: none; }
    .break-2 { display: block; }
}

@media (max-width: 660px) {
	.home-showcase > * { width: 100%; }
	.break .span4 { display: none; }
    .services-grid .service .inner  { border-bottom: 1px solid #CAD2BD; }
    .services-grid .service, .brands-grid .brand-category { width: 100%; }
	.brand-content { width: 100%; }
	.brand-images { width: 100%; text-align: left; margin: 10px 0;	}
	.brand-images img { margin: 10px; max-width: 33%; }
	.more-news > :nth-child(2) { display: none; }
	.news-grid > * { width: 100%; }
	.member-detail { max-width: none; float: none; }
	.member-details { width: 100%; margin: 5px 0; }
	.contact-form-container { margin: 20px 0; width: 100%; }
	footer nav { display: none !important; }
	footer .copyright { text-align: center; }
	footer .row { padding: 10px 0; }
	.header-nav > a, .header-nav > div > a { padding: 11px 7px; font-size: 12px;}
	.charity-grid .service .inner { text-align: center; }
	.addthis-container { float: none; margin: 0 0 16px; }
}

@media (max-width: 480px) {
	.mobile-nav { display: block; position: absolute; top: 10px; right: 10px; }
	header img { max-width: 233px; margin-top: 16px; }
	header { height: 100px; background-size: auto 100%;}
	.top-banner { padding-top: 20px; }
	.header-nav { margin: 0; position: absolute; width: 122px; right: 10px; top: 73px; display: none; z-index: 999; background: rgb(168,197,78);}
	.header-nav .navitem, .header-nav div { margin: 0; display: block; }
	.header-nav .navitem:hover, .header-nav .navitem.active, .header-nav :hover .navitem { background: rgb(151,177,69); }
	.header-nav ul { right: 122px; }
	.home-showcase .inner { width: 280px; height: 251px; background-size: 100%; }
	.header-nav.active { display: block; }
	.home-showcase { margin: 30px 0; }
	.home-showcase .inner ul { margin-bottom: 20px; }
	a.news-more { float: none; }
    .header-nav .show-mobile { display: block; }
}

@media (max-width: 420px) {
	.history-carousel { padding: 20px 0 74px 0; }
	.history-carousel .inner > * { width: 280px; height: 252px; }
	.history-item .info { width: 264px; }
	.history-carousel .carousel-control { top: auto; bottom: 0; }
}
