@charset "UTF-8";
/*! based on normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ height: 100%; }

/** Remove default margin. */
body { margin: 0; height: 100%; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
div, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
b, strong { font-weight: bold; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** 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 ========================================================================== */
img { /* Responsive images (ensure images don't scale beyond their parents) */ max-width: 100%; /* Part 1: Set a maxium relative to the parent */ width: auto\9; /* IE7-8 need help adjusting responsive images */ height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */ vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** 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 Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
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"], 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; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -webkit-box-sizing: content-box; box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 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/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/* Remove text-shadow in selection highlight: https://twitter.com/miketaylr/status/12228805301 These selection rule sets have to be separate. Customize the background color to match your design. */
::-moz-selection { background: #b3d4fc; text-shadow: none; }

::selection { background: #b3d4fc; text-shadow: none; }

/* A better looking default horizontal rule */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers: https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video { vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset { border: 0; margin: 0; padding: 0; }

/* ========================================================================== Helper classes ========================================================================== */
/* Hide visually and from screen readers: */
.hidden { display: none !important; }

/* Hide visually (and from screen readers), but maintain layout */
.invisible { visibility: hidden; }

/* Hide only visually, but have it available for screen readers */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Clearfix: contain floats For modern browsers 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }

.clearfix:after { clear: both; }

.clearboth { height: 0; display: block; clear: both; }

/*----- Google Font Import -------------------------------*/
/*----- @FontFace Import -------------------------------*/
/* @import url(../fonts/stylesheet.css);


/*----- General Styles Sitewide -------------------------------*/
body { margin: 0px; padding: 0px; font-family: "Raleway", Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 400; line-height: 28px; color: #333; background: white; background-image: url(../images/bgpattern.png); background-repeat: repeat; background-position: left top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

p { margin: 0; padding: 0px 0px 28px 0px; }

br { padding: 0; margin: 0; line-height: 28px; }

strong { font-weight: 600; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

.content ul, .content ol { margin: 0px 0px 12px 0px; padding: 0px 0px 0px 2px; }

.content li { margin: 0px 0px 0px 0px; padding: 0px 0px 8px 15px; text-indent: -15px; list-style: none; }

.content li:before { content: "•"; padding: 0px 10px 0px 0px; font-weight: bold; color: #56af31; }

a { color: #56af31; text-decoration: none; }

a:hover { color: #56af31; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 600; margin: 0px; position: relative; }

h1 { font-size: 26px; line-height: 38px; padding: 0px 0px 20px 0px; }

h2 { font-size: 22px; line-height: 34px; font-weight: 700; padding: 0px 0px 20px 0px; }

h3 { font-size: 20px; line-height: 32px; padding: 0px 0px 16px 0px; }

p + h2 { padding-top: 15px; }

p + h3 { padding-top: 15px; }

.aligncentre { text-align: center; }

/* = Container (used multiple times)
------------------------------------------------------------------*/
.container { position: relative; width: 100%; width: 1080px; margin: 0 auto; padding: 0px 47px 0px 47px; text-align: left; }

a.logo { display: block; width: 160px; height: 160px; position: absolute; z-index: 9; top: 0px; left: 47px; background-image: url(../images/logo.png); background-size: 160px; text-indent: 100%; white-space: nowrap; overflow: hidden; text-decoration: none; }

/* = Navigation
---------------------------------------------------------*/
.menubutton { position: absolute; top: 95px; right: 22px; width: 106px; height: 106px; z-index: 99; cursor: pointer; background-image: url(../images/icons/menu-open.svg); background-position: center center; background-repeat: no-repeat; }

.menubutton.active { background-image: url(../images/icons/menu-close.svg); }

.navblock { display: none; position: fixed; top: 0; left: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 385px; text-align: center; z-index: 95; background-color: rgba(86, 175, 49, 0.95); width: 100%; height: 100%; }

.navblock a { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: white; text-align: left; padding: 23px 0px 0px 88px; color: #333; font-weight: 500; font-size: 30px; line-height: 36px; max-width: 510px; height: 80px; margin: 0px auto 30px auto; background-position: 21px 21px; background-repeat: no-repeat; }

.navblock a:hover { text-decoration: none; }

.navblock a.current, .navblock a.section { text-decoration: none; }

.navblock a.offers { background-image: url(../images/icons/menu-offers.svg); }

.navblock a.directory { background-image: url(../images/icons/menu-directory.svg); }

.navblock a.information { background-image: url(../images/icons/menu-info.svg); }

.navblock a.news { background-image: url(../images/icons/menu-news.svg); }

.navblock a.help { background-image: url(../images/icons/menu-help.svg); }

/* = Inner
---------------------------------------------------------*/
.innerbg { background-image: url(../images/innerbg1.jpg); background-position: left top; background-repeat: no-repeat; padding-top: 250px; height: 100%; }

.content { display: block; position: relative; width: 100%; padding: 64px 44px 64px 44px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: white; min-height: 650px; }

h1.pageheading { border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 36px; }

a.backbutton { cursor: pointer; font-size: 24px; line-height: 34px; font-weight: 600; color: #777; position: absolute; top: 60px; right: 44px; background-image: url(../images/icons/left-green.svg); background-repeat: no-repeat; background-position: left top; background-size: 23px; padding: 3px 0px 3px 36px; }

a.backbutton:hover { text-decoration: none; }

.mainimage { text-align: center; border-bottom: 1px solid #ccc; padding-bottom: 50px; margin-bottom: 50px; }

.textarea { padding-right: 160px; margin-bottom: 80px; }

.shorter { padding: 0; width: 530px; }

.pagecontacts { width: 310px; float: right; }

.pagecontacts a { display: block; padding: 10px 0px 10px 40px; background-position: left center; background-repeat: no-repeat; border-bottom: 1px solid #ccc; font-size: 16px; font-weight: 400; line-height: 24px; color: #333; }

.pagecontacts a.tel { background-image: url(../images/icons/tel.svg); }

.pagecontacts a.email { background-image: url(../images/icons/envelope.svg); }

.videoframe { text-align: center; border-bottom: 1px solid #ccc; padding-bottom: 50px; margin-bottom: 50px; }

.offersarea { position: relative; }

h1.offersheading { border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 30px; }

.pagination { position: absolute; top: 0px; right: 0px; }

.pagination a { cursor: pointer; display: inline-block; vertical-align: top; width: 23px; height: 38px; margin: 0px 0px 0px 45px; background-image: url(../images/icons/right-green.svg); background-repeat: no-repeat; background-position: left top; background-size: 23px; }

.pagination a.prev { background-image: url(../images/icons/left-green.svg); }

.pageoffers { display: block; width: 925px; margin-left: -20px; }

a.pageoffer { display: inline-block; vertical-align: top; width: 284px; height: 360px; overflow: hidden; margin: 0px 0px 30px 19px; font-size: 16px; font-weight: 400; line-height: 24px; color: #333; }

a.pageoffer img { display: block; border: 2px solid #ccc; margin-bottom: 16px; }

a.pageoffer .heading { font-weight: 600; font-size: 20px; line-height: 26px; margin-bottom: 10px; }

a.pageoffer:hover { text-decoration: none; }

a.pageoffer .greenpagetext { background-color: #56af31; color: white; height: 160px; padding: 19px 16px 0px 20px; margin-top: -16px; font-size: 22px; line-height: 29px; font-weight: 500; background-image: url(../images/diagonalbg2.png); background-repeat: repeat; }

a.pageoffer .greenpagetext .heading { font-weight: 600; font-size: 22px; line-height: 29px; margin-bottom: 3px; }

a.greenpageoffer { display: inline-block; vertical-align: top; width: 284px; height: 360px; overflow: hidden; margin: 0px 0px 30px 19px; background-color: #56af31; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 45px 16px 0px 22px; color: white; font-weight: 600; font-size: 20px; line-height: 26px; background-image: url(../images/diagonalbg2.png); background-repeat: repeat; }

a.greenpageoffer h1 { font-weight: 700; font-size: 36px; line-height: 40px; }

a.greenpageoffer h2 { font-weight: 600; font-size: 22px; line-height: 28px; }

.greentextarea { margin-top: -50px; background-color: #56af31; padding: 40px 40px 80px 40px; color: white; font-weight: 600; background-image: url(../images/diagonalbg2.png); background-repeat: repeat; }

.greenoffer { background-color: #56af31; padding: 160px 30px 140px 60px; color: white; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 600; background-image: url(../images/diagonalbg.png); background-repeat: repeat; font-size: 60px; line-height: 68px; }

.greenoffer h1 { font-weight: 700; font-size: 120px; line-height: 130px; margin-bottom: 60px; }

.greenoffer h2 { font-weight: 600; font-size: 80px; line-height: 90px; margin-bottom: 100px; }

.homebg { background-image: url(../images/homebg.jpg); background-position: left -2px; background-repeat: no-repeat; padding: 0px 0px 0px 0px; height: 100%; }

.slideshow { display: block; position: relative; overflow: hidden; z-index: 0; padding: 22px; position: relative; top: 230px; text-align: center; }

.flexslider { position: relative; background: none; zoom: 1; }

/* Browser Resets */
.flex-direction-nav, .flexslider ul, .flexslider ol { padding: 0; margin: 0; -webkit-margin-before: 0; -webkit-margin-after: 0; margin-before: 0; margin-after: 0; -webkit-padding-start: 0; }

.flexslider li { margin: 0px; padding: 0px; text-indent: 0px; list-style: none; }

.flexslider li:before { content: none; padding: 0px; }

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

.flex-viewport { max-height: 2000px; }

.loading .flex-viewport { max-height: 900px; }

.flexslider .slides { zoom: 1; }

a.homeoffer { display: inline-block; vertical-align: top; text-align: left; width: 856px; border: 22px solid white; background-color: white; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 28px; line-height: 38px; color: #333; }

a.homeoffer img { display: block; margin: 0 auto; }

a.homeoffer .pagetext { padding: 30px 16px 20px 15px; }

a.homeoffer .heading { font-weight: 600; font-size: 36px; line-height: 44px; margin-bottom: 10px; color: #333; }

a.homeoffer:hover { text-decoration: none; }

a.homeoffer .greenpagetext { background-color: #56af31; color: white; padding: 40px 30px 46px 40px; font-weight: 500; font-size: 50px; line-height: 60px; background-image: url(../images/diagonalbg2.png); background-repeat: repeat; }

a.homeoffer .greenpagetext .heading { color: white; font-size: 50px; line-height: 60px; }

a.greenhomeoffer { display: inline-block; vertical-align: top; text-align: left; width: 856px; border: 22px solid white; margin: 0 auto; background-color: #56af31; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 180px 50px 180px 70px; color: white; font-weight: 600; font-size: 60px; line-height: 69px; background-image: url(../images/diagonalbg.png); background-repeat: repeat; }

a.greenhomeoffer h1 { font-weight: 700; font-size: 120px; line-height: 120px; padding-bottom: 50px; }

a.greenhomeoffer h2 { font-weight: 600; font-size: 80px; line-height: 90px; padding-bottom: 110px; }

/* = Other Pages
------------------------------------------------------------------*/
.directorypage { background-image: url(../images/directory-map.png); background-repeat: no-repeat; background-position: center 194px; }

.directorybox { display: inline-block; width: 352px; vertical-align: top; margin-top: 580px; margin-left: 60px; }

.dbox2 { margin-left: 75px; }

.directorylist { display: block; font-weight: 600; font-size: 20px; line-height: 30px; color: #333; border-bottom: 1px solid #ccc; padding: 12px 0px 12px 0px; text-decoration: none; background-image: url(../images/icons/right-green.svg); background-repeat: no-repeat; background-position: 330px 15px; background-size: 15px; }

.directorybox .nolink { background-image: none; cursor: default; }

.directorylist:hover, .nolink:hover { text-decoration: none; color: #333; }

/* = News Listing page
------------------------------------------------------------------*/
.newsarea { position: relative; }

.listingrow { border-bottom: 1px solid #ccc; padding: 0px 40px 30px 0px; margin-bottom: 30px; font-size: 16px; font-weight: 400; line-height: 24px; color: #333; }

.listingrow a { color: #333; text-decoration: none; }

.listingrow .listdate { font-weight: 500; margin: 0px 0px 12px 0px; }

.listingrow h2 { font-family: "Raleway", Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 400; line-height: 28px; color: #333; font-weight: 600; padding-bottom: 11px; }

.listingrow img { width: 280px; float: left; margin: 0px 40px 10px 0px; border: 2px solid #ccc; }

/* OTHER IMAGES PLACED DIRECTLY INTO CONTENT/TEXT AREA 
-------------------------------------------- */
.content img.right { float: right; margin-left: 20px; }

.content img.left { float: left; margin-right: 20px; }

.content img.leftAlone { float: left; margin-right: 100%; }

.content img.center { float: none; margin-left: auto; margin-right: auto; display: block; }

/* LINK ICONS - shows type of file ------------------------------------ */
.content a[href$=".pdf"], .content a[href$=".PDF"], .content a.pdf { padding: 2px; padding-left: 20px; background: url(../images/icons/page_white_acrobat.png) no-repeat left center; }

.content a[href$=".doc"], .content a[href$=".DOC"], .content a.doc { padding: 2px; padding-left: 20px; background: url(../images/icons/page_word.png) no-repeat left center; }

.content a[href$=".xls"], .content a[href$=".XLS"], .content a.xls { padding: 2px; padding-left: 20px; background: url(../images/icons/page_excel.png) no-repeat left center; }

.content a[href$=".gz"], .content a[href$=".GZ"], .content a[href$=".gzip"], .content a[href$=".GZIP"], .content a[href$=".zip"], .content a[href$=".ZIP"], .content a.archive { padding: 2px; padding-left: 20px; background: url(../images/icons/page_white_zip.png) no-repeat left center; }

.content a[href$=".exe"], .content a[href$=".EXE"], .content a.application { padding: 2px; padding-left: 20px; background: url(../images/icons/application.png) no-repeat left center; }

/* = Styles For FORMS
------------------------------------------------------------------*/
form { margin: 0px 0px 20px 0px; text-align: left; font-family: "Raleway", Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 400; line-height: 28px; color: #333; }

fieldset { margin: 0px; border: none; max-width: 640px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; font-weight: 500; }

textarea, input, select { border: 1px solid #cccccc; padding: 13px 13px 13px 15px; margin: 0px 0px 20px 200px; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; width: 360px; display: block; font-weight: 500; }

select { -webkit-appearance: none; -moz-appearance: none; border-radius: 0px; background-image: url(../images/icons/select-arrow.png); background-repeat: no-repeat; background-position: right 15px center; font-weight: 500; }

input.date-alt { background-image: url(../images/icons/calendar.png); background-repeat: no-repeat; background-position: right 13px center; }

label.left { display: block; float: left; font-weight: 500; padding-top: 12px; }

label.right { float: left; font-size: 12px; font-style: italic; color: #999; padding: 5px 0px 0px 6px; }

form ul { padding: 0px !important; }

form li { margin: 0px !important; padding: 0px !important; text-indent: 0px !important; }

form li:before { content: "" !important; padding: 0px !important; margin: 0px !important; }

input.radio { display: inline-block; margin: 0px 3px 0px 0px; }

.Actions input { background: #56af31; color: white; border: none; }

.Actions input:hover { background: #56af31; color: white; }

/* Validation Error Alerts */
.middleColumn label, #PageCommentInterface_Form_PostCommentForm_error, .message { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; background-color: #ffeeee; padding: 15px; width: 360px; margin: -10px 0px 20px 200px; color: #666; }

#MemberLoginForm_LoginForm_Remember_Holder { display: none; }

#ForgotPassword { display: block; clear: both; font-size: 13px; font-style: italic; margin-top: 15px; }

.ui-datepicker { font-size: 13px !important; line-height: 20px; }

/*  MEDIA QUERY MOBILE  - - - - - - - - - - - - - - - - */
@media (max-width: 960px) { textarea, input, select { padding: 13px 13px 13px 15px; margin: 0px 0px 20px 0px; width: 100%; }
  label.left { float: none; padding-top: 0px; } }
