@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 */ }

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

/* 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; 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 { 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"] { 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 */ 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: 14px; font-weight: 400; line-height: 22px; 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 14px 0px; }

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

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: underline; }

h1, h2, h3, h4, h5, h6 { font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 600; margin: 0px; position: relative; }

h1 { font-size: 22px; line-height: 28px; padding: 0px 0px 20px 0px; }

h2 { font-size: 22px; line-height: 28px; padding: 0px 0px 20px 0px; }

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

h4 { font-size: 16px; line-height: 26px; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; padding: 0px 0px 16px 0px; }

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

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

p + h4 { padding-top: 10px; }

a.button { display: inline-block; vertical-align: top; color: white; padding: 15px 30px 15px 30px; background: #56af31; border-radius: 0px; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; font-size: 20px; line-height: 24px; }

a.button:hover { background: #56af31; text-decoration: none; color: white; }

.aligncentre { text-align: center; }

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

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

/* = Navigation
------------------------------------------------------------------*/
.mainnav { display: block; margin-top: 30px; width: 151px; position: absolute; top: 0px; right: 110px; z-index: 8; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; text-align: left; }

.mainnav a { display: block; color: white; font-size: 17px; line-height: 22px; padding: 10px 0px 10px 0px; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.mainnav a:hover { color: rgba(255, 255, 255, 0.5); text-decoration: none; }

.mainnav a.current, .mainnav a.section { font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 700; border-bottom: 3px solid white; }

.mainnav a.current:hover { color: white; }

/* = Inner
------------------------------------------------------------------*/
.innerbg { background-image: url(../images/innerbg1.jpg); background-position: left top; background-repeat: no-repeat; padding: 160px 0px 0px 270px; }

.content { display: block; width: 640px; padding: 50px 40px 60px 40px; box-sizing: border-box; background-color: white; min-height: 650px; }

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

.homebg { padding: 0px; background-color: white; }

.slideshow { display: block; position: relative; height: 800px; overflow: hidden; z-index: 0; }

.flex-caption { width: 100%; position: absolute; left: 0; top: 350px; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 700; color: white; font-size: 34px; line-height: 54px; text-align: center; }

.homenews { display: block; margin: 0 auto; width: 1200px; background: white; text-align: center; position: relative; }

.homenews .homenewsinner { display: block; margin: 0px auto; padding: 40px 0px 30px 0px; position: relative; z-index: 0; width: 970px; text-align: left; border-bottom: 1px solid #ccc; }

.homenews h3 { font-size: 22px; line-height: 28px; border-bottom: 1px solid #ccc; padding: 0px 0px 13px 10px; margin-bottom: 30px; }

.homenews .homenewsblock { width: 300px; display: inline-block; vertical-align: top; }

.homenews h4 { font-size: 20px; line-height: 28px; padding: 0px 0px 4px 0px; }

.homenews img { display: block; width: 300px; margin-bottom: 20px; }

.homenews .even { margin: 0px 30px 0px 30px; }

.homenews a { color: #333; }

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

.homenews a:hover h4 { color: #56af31; }

.homelogos { display: block; margin: 0 auto; width: 1200px; background: white; text-align: center; position: relative; }

.logoslideshow { display: block; position: relative; z-index: 0; width: 970px; text-align: center; overflow: hidden; margin: 0px auto; padding: 48px 0px 48px 10px; border-bottom: 1px solid #ccc; }

.logoslideshow a { display: inline-block; vertical-align: top; background-repeat: no-repeat; background-position: center top; background-size: auto 130px; width: 65px; height: 65px; text-indent: 100%; white-space: nowrap; overflow: hidden; text-decoration: none; margin: 0px 40px 0px 10px; }

.logoslideshow a:hover { background-position: center bottom; }

.caroufredsel_wrapper { margin: 0 auto !important; left: 0; right: 0; }

a.caroufredsel-prev, a.caroufredsel-next { display: inline-block; vertical-align: top; text-decoration: none; position: absolute; z-index: 9; top: 68px; left: 50%; margin-left: 490px; }

a.caroufredsel-prev { right: 50%; margin-right: 490px; left: auto; margin-left: auto; }

.homeboxes { width: 100%; text-align: center; position: absolute; top: 580px; z-index: 9; }

.homebox { display: inline-block; vertical-align: top; width: 140px; height: 140px; box-sizing: border-box; padding: 38px 0px 0px 0px; background-color: white; overflow: hidden; margin: 0px 10px 0px 10px; text-decoration: none; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 600; font-size: 18px; line-height: 24px; color: #333; fill: #56af31; }

.homebox span { display: block; margin-top: 6px; }

.homebox:hover { text-decoration: none; background-color: #56af31; color: white; fill: white; }

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

.directorybox { display: inline-block; width: 225px; vertical-align: top; margin-top: 376px; }

.dbox2 { margin-left: 80px; }

.directorylist { display: block; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 600; font-size: 16px; line-height: 24px; color: #333; border-bottom: 1px solid #ccc; padding: 10px 0px 12px 0px; text-decoration: none; }

.directorylist:hover { text-decoration: none; }

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

.back { display: block; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 600; font-size: 16px; line-height: 24px; color: #777; background-image: url(../images/icons/left-green.svg); background-repeat: no-repeat; background-position: left top; background-size: 12px; padding: 0px 0px 0px 25px; margin: -5px 0px 40px -5px; }

.back:hover { text-decoration: none; }

.tenantleft { display: inline-block; vertical-align: top; width: 280px; box-sizing: border-box; padding-right: 19px; margin-right: 30px; font-size: 16px; line-height: 24px; }

.tenantright { display: inline-block; box-sizing: border-box; vertical-align: top; width: 240px; }

.tenantright .heading { font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; font-size: 18px; line-height: 28px; border-bottom: 1px solid #ccc; padding: 2px 0px 11px 0px; margin-bottom: 20px; }

.tenantright .times { margin-bottom: 45px; padding-left: 70px; }

.tenantright .time { display: block; padding: 0px 10px 5px 0px; }

.tenantright .day { display: inline-block; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 600; margin-left: -70px; width: 70px; }

.tenantright a { color: #333; }

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

.tenantright .contact { border-bottom: 1px solid #ccc; padding: 0px 0px 13px 36px; margin-bottom: 12px; }

.tenantright .contact svg { float: left; fill: #56af31; margin-left: -36px; }

.tenantright .contact .telephonesvg { height: 25px; margin-top: 1px; margin-left: -35px; }

.tenantright .contact .envelopesvg { height: 19px; margin-left: -34px; }

.tenantright .contact .facebooksvg { height: 23px; margin-left: -38px; }

.tenantright .contact .twittersvg { height: 22px; }

.tenantright .contact .websvg { height: 22px; margin-left: -34px; }

.openinghours { font-size: 18px; line-height: 28px; margin-top: 20px; }

.openinghours .times { padding-left: 155px; }

.openinghours .time { display: block; padding: 0px 10px 20px 0px; }

.openinghours .day { display: inline-block; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 600; margin-left: -155px; width: 155px; }

.locationleft { float: left; width: 250px; }

.locationleft a { color: #333; }

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

.locationleft .contacts { margin: 16px 0px 40px 0px; }

.locationleft .contact { border-bottom: 1px solid #ccc; padding: 0px 0px 13px 36px; margin-bottom: 12px; }

.locationleft .contact svg { float: left; fill: #56af31; margin-left: -36px; }

.locationleft .contact .telephonesvg { height: 25px; margin-top: 1px; margin-left: -35px; }

.locationleft .contact .envelopesvg { height: 19px; margin-left: -34px; }

.locationleft .contact .facebooksvg { height: 23px; margin-left: -38px; }

.locationleft .contact .twittersvg { height: 22px; }

.locationleft .contact .websvg { height: 19px; margin-left: -34px; }

.locationright { float: right; box-sizing: border-box; vertical-align: top; width: 240px; }

.locationright a { color: #333; }

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

.locationright .contact { border-bottom: 1px solid #ccc; padding: 0px 0px 13px 36px; margin-bottom: 12px; }

.locationright .contact svg { float: left; fill: #56af31; margin-left: -36px; }

.locationright .contact .telephonesvg { height: 25px; margin-top: 1px; margin-left: -35px; }

.locationright .contact .envelopesvg { height: 19px; margin-left: -34px; }

.locationright .contact .facebooksvg { height: 23px; margin-left: -38px; }

.locationright .contact .twittersvg { height: 22px; }

.locationright .contact .websvg { height: 19px; margin-left: -34px; }

.altright { margin-right: 40px; }

/* = News Listing page
------------------------------------------------------------------*/
.listingrow { border-bottom: 1px solid #ccc; padding: 0px 0px 30px 0px; margin-bottom: 30px; }

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

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

.listingrow a:hover h2 { color: #56af31; }

.listingrow .listdate { font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; margin: 0px 0px 8px 0px; }

.listingrow h2 { font-size: 20px; line-height: 26px; padding-bottom: 12px; }

.listingrow .listingcropbox { width: 173px; float: left; margin: 5px 30px 10px 0px; }

.newsdate { position: absolute; right: 0; top: -24px; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; font-size: 14px; line-height: 20px; }

/* = Pictures
------------------------------------------------------------------*/
.pagepic { margin: 15px 0px 25px 0px; }

.picabove { margin-top: -35px; }

.newspic { margin: -10px 0px 0px 0px; max-width: 400px; }

.googlemap { margin: -20px 0px 40px 0px; }

.pictext { display: block; margin: -18px 0px 30px 0px; padding: 0px 0px 0px 4px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; color: #999; }

/* = Thumbnail Galleries (Aligned Top or Bottom)
------------------------------------------------------------------*/
.thumbnail { display: inline-block; vertical-align: top; margin: 15px 20px 10px 0px; box-sizing: border-box; }

.thumbeven { margin-right: 0px; }

.thumbnail img { height: 174px; }

.thumbnail a, .thumbnail a:hover { text-decoration: none; }

.videoframe { max-width: 720px; margin: 20px 0px 40px 0px; }

.pagination { margin: 30px 0px 30px 0px; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; font-size: 17px; }

.pagination .current, .pagination a { display: inline-block; vertical-align: top; padding: 0px 10px 0px 0px; }

.pagination a { color: #777; }

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

.pagination img { height: 15px; }

.pagination .current { font-weight: 700; }

/* 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; }

/* =BASE
------------------------------------------------------------------*/
.footer { display: block; width: 1200px; background: white; margin: 40px auto 0px auto; padding: 40px 0px 70px 0px; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; }

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

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

.homefooter { margin-top: 0px; }

.footer .address { display: inline-block; vertical-align: top; }

.footer .socialbuttons { display: inline-block; vertical-align: top; float: right; }

.footer .socialbuttons a { display: inline-block; width: 34px; height: 34px; overflow: hidden; background-color: #56af31; text-align: center; border-radius: 50%; vertical-align: top; margin: 0px 0px 0px 10px; }

.footer .socialbuttons a:hover { background-color: #428726; }

.footer svg { fill: white; height: 20px; margin-top: 7px; }

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

fieldset { margin: 0px; border: none; max-width: 640px; 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; 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; 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; } }

/*  Visibility styles (for desktop)  */
.visible-phone { display: none !important; }

.hidden-desktop { display: none !important; }

.visible-desktop { display: inherit !important; }

#sidr { display: none; }

/*  First QUERY - anything smaller than designated desktop size  - - - - - - - - - - - - - - - - */
/*  End of media query  - - - - - - - - - */
/*  QUERY - Tablet portrait -  - - - - - - - - - - - - - - - - */
/*  End of media query  - - - - - - - - - */
/*  MEDIA QUERY MOBILE  - - - - - - - - - - - - - - - - */
@media (max-width: 520px) { .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-phone { display: inherit !important; }
  .hidden-phone { display: none !important; }
  /* = Container (used multiple times) ------------------------------------------------------------------*/
  .container { width: 100%; padding: 0px; }
  a.logo { left: 0; right: 0; margin: 0 auto; background-image: url(../images/logo.png); background-size: 130px; width: 130px; height: 130px; }
  /* = Inner ------------------------------------------------------------------*/
  .innerbg { padding: 200px 0px 0px 0px; background-size: 142%; }
  .content { width: 90%; margin: 0 auto; padding: 30px 20px 40px 20px; min-height: min-intrinsic; }
  .slideshow { height: auto; margin-bottom: 290px; }
  .slideshow img { height: 330px; max-width: none; width: auto !important; }
  .flex-direction-nav { display: none; }
  .flex-caption { top: 186px; font-size: 26px; line-height: 32px; }
  .homeboxes { top: 309px; }
  .homebox { margin: 0px 1px 7px 1px; }
  .homenews { width: 100%; box-sizing: border-box; padding: 0px 16px 0px 16px; }
  .homenews .homenewsinner { padding: 40px 0px 30px 0px; width: 100%; }
  .homenews h3 { margin-bottom: 30px; }
  .homenews .homenewsblock { width: 100%; margin-bottom: 36px; }
  .homenews img { width: 100%; margin-bottom: 14px; }
  .homenews .even { margin: 0px 0px 36px 0px; }
  .homelogos { width: 100%; }
  .logoslideshow { width: 100%; }
  .logoslideshow a { background-size: auto 110px; width: 55px; height: 55px; margin: 0px 20px 0px 10px; }
  a.caroufredsel-prev, a.caroufredsel-next { top: 68px; right: 0; left: auto; margin-right: 10px; margin-left: 0px; }
  a.caroufredsel-prev { left: 0; right: auto; margin-left: 10px; }
  /* = Other Pages ------------------------------------------------------------------*/
  .directorypage { background-size: contain; background-position: center 90px; }
  .directorybox { display: block; width: 100%; margin-top: 190px; }
  .dbox2 { margin: 0px; }
  .listingrow .listingcropbox { width: 100%; float: none; margin: 0px 0px 20px 0px; }
  .newsdate { right: auto; left: 0; top: -24px; }
  .openinghours { font-size: 15px; line-height: 22px; margin-top: 10px; }
  .openinghours .times { padding-left: 100px; }
  .openinghours .time { padding: 0px 0px 20px 0px; }
  .openinghours .day { margin-left: -100px; width: 100px; }
  .back { margin: -5px 0px 30px -5px; }
  .tenantleft, .tenantright { display: block; width: 100%; padding-right: 0px; margin-right: 0px; }
  .locationleft, .locationright { float: none; width: 100%; }
  .altright { margin-right: 0px; }
  /* =BASE ------------------------------------------------------------------*/
  .footer { text-align: center; padding: 30px 0px 40px 0px; width: 100%; }
  .footer .address { display: block; text-align: center; }
  .footer .socialbuttons { display: block; text-align: center; float: none; margin-bottom: 20px; }
  /* =Mobile Menu button & Sidepanel ------------------------------------------------------------------*/
  .menubutton { position: absolute; z-index: 9; top: 0; right: 0; padding: 5px; margin: 15px 16px 0px 0px; }
  .menubutton svg { fill: white; }
  .sidr { display: none; position: absolute; position: fixed; top: 0; height: 100%; z-index: 999999; width: 220px; overflow-x: none; overflow-y: auto; background: #56af31; }
  .sidr .sidr-inner { padding: 0 0 15px; }
  .sidr.right { left: auto; right: -260px; }
  .sidr.left { left: -260px; right: auto; }
  .phonenav { display: block; margin: 30px 0px 20px 30px; width: 150px; position: relative; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 500; text-align: left; }
  .phonenav a { display: block; color: white; font-size: 17px; line-height: 22px; padding: 10px 0px 10px 0px; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .phonenav a.current, .phonenav a.section { font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: 700; border-bottom: 3px solid white; } }

/* End of Media Query - - - - - - - - - - - - - - - - */
/* iPads (portrait) ----------- */
